/*
Theme Name: hello-elementor Child
Theme URI:  https://www.elementor.com
Author:     Ravi
Author URI: https://www.elementor.com
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/



.elementor-element-3024103{
  width:100%;
  background:rgba(255,255,255,.10) !important;
  -webkit-backdrop-filter:blur(16px) saturate(160%);
  backdrop-filter:blur(16px) saturate(160%);
  border-bottom:1px solid rgba(255,255,255,.25);
  box-shadow:0 4px 24px rgba(0,0,0,.08);
}



.elementor-element-57797ba,
.elementor-element-07d07cc,
.elementor-element-429dc44 {
  background: linear-gradient(135deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.06) 100%) !important;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 16px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.10);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.elementor-element-57797ba:hover,
.elementor-element-07d07cc:hover,
.elementor-element-429dc44:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.15);
}



/* Turn each bare number into a glowing circle */
.elementor-element-072dec8 .elementor-icon-box-title,
.elementor-element-601a839 .elementor-icon-box-title,
.elementor-element-caeaf94 .elementor-icon-box-title,
.elementor-element-de8fe06 .elementor-icon-box-title {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #005AAA;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px !important;
  box-shadow: 0 0 16px 4px rgba(0, 90, 170, 0.45);
  position: relative;
  z-index: 2;
}

.elementor-element-072dec8 .elementor-icon-box-title span,
.elementor-element-601a839 .elementor-icon-box-title span,
.elementor-element-caeaf94 .elementor-icon-box-title span,
.elementor-element-de8fe06 .elementor-icon-box-title span {
  color: #fff !important;
}

/* Connecting line drawn across the outer wrapper, behind the circles */
.elementor-element-ce9e460 {
  position: relative;
}
.elementor-element-ce9e460::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: #D9DEE4;
  z-index: 1;
}