@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Roboto", serif;
}

h1, h2, h3, h4, h5, h6, p, a {
  line-height: normal;
}

.inner_boxes {
  width: 100%;
}
.onload_height {
  transition: height 10s linear; /* Add the desired transition */
}
.main_consultation_btn {
  background: linear-gradient(109.12deg, #2093E3 1.34%, #943CAA 98.93%);
  box-shadow: 16px 4px 142px 0px rgba(0, 0, 0, 0.0588235294);
  transition: all 0.5s ease;
}
.main_consultation_btn:hover{
  background: linear-gradient(275deg, #2093E3 1.34%, #943CAA 98.93%);
  transition: all 0.5s ease;
} 
.consultation_unique_section .small_box {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  margin-top: 0;
  box-shadow: 9px 7px 14px 0px rgba(0, 0, 0, 0.031372549);
  height: 100%;
  align-items: end;
}
   

.consultation_unique_section .inner_main_box {
  display: none;
  transition: all 0.5s ease;
}
 
.consultation_unique_section .active .inner_main_box {
  display: block;
  transition: all 0.5s ease;
}

.consultation_unique_section .active .small_box {
  transition: all 0.5s ease;
  display: none;
}

.consultation_unique_section .main_box {
  /* border: 2px solid #CCCCCC; */
  border-radius: 12px;
  position: relative;
}

.consultation_unique_section .main_box:hover .inner_border_span1 , .consultation_unique_section .main_box:hover .inner_border_span2 , .consultation_unique_section .main_box:hover .inner_border_span3 , .consultation_unique_section .main_box:hover .inner_border_span4 {
  height: 50%;
  width:50%;
  opacity: 1;
  transition: all .7s ease;
}
.consultation_unique_section .main_box .inner_border_span1{
    opacity: 0;
  height: 0;
  width: 0;
  display: inline-block;
  position: absolute;
  background: transparent;
  border-radius: 12px 0;
  border-left: 2px solid #dc6054;
  border-top: 2px solid #dc6054;
  transition: all .7s ease;
  left: 0;
  top: 0;
}

.consultation_unique_section .main_box .inner_border_span2{
  opacity: 0;
    
  height: 0;
  width: 0;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border-radius: 0 12px;
  border-right: 2px solid #dc6054;
  border-top: 2px solid #dc6054;
  transition: all .7s ease;

}

.consultation_unique_section .main_box .inner_border_span3{
  opacity: 0;
    
  height: 0;
  width: 0;
  display: inline-block;
  position: absolute;
  background: transparent;
  border-radius: 0 12px;
  border-left: 2px solid #dc6054;
  border-bottom: 2px solid #dc6054;
  left: 0;
  bottom: 0;
  transition: all .7s ease;

}

.consultation_unique_section .main_box .inner_border_span4{
  opacity: 0;
 
  height: 0;
  width: 0;
  display: inline-block;
  position: absolute;
  background: transparent;
  border-radius: 12px 0;
  border-right: 2px solid #dc6054;
  border-bottom: 2px solid #dc6054;
  right: 0;
  bottom: 0;
  transition: all .7s ease;

}

 
.consultation_unique_section .main_box.active {
  padding: 70px 30px;
}

.consultation_unique_section .cta_btn {
  background: linear-gradient(94deg, #2E8497 0%, #136177 50.5%, #0A4856 100%);
}

.custom-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border: 1px solid #AEB8C6;
  border-radius: 4px;
}

.custom-label::after {
  content: "✔";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  color: #fff;
  font-size: 14px;
}

.custom-checkbox:checked + .custom-label::before {
  background-color: #10A53A;
  border-color: #10A53A;
}

.custom-checkbox:checked + .custom-label::after {
  transform: translateY(-50%) scale(1);
}

.progress-bar {
  counter-reset: step;
}

.progress-bar::before,
.progress {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background-color: rgba(19, 97, 119, 0.2392156863);
  z-index: -1;
}

.progress {
  background-color: #136177;
  width: 0;
  transition: 0.5s;
}

.progress-step {
  background-color: rgba(19, 97, 119, 0.2392156863);
}

.progress-step::after {
  content: attr(data-title);
  position: absolute;
  top: calc(100% + 0.2rem);
  font-size: 14px;
  color: black !important;
  text-wrap: nowrap;
}

.progress-step.active {
  background-color: #136177;
  color: white;
}

.file-upload input.file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
}
 

.consultation_unique_section .main_box {
  box-shadow: 9px 7px 14px 0px rgba(0, 0, 0, 0.031372549);
}

.hexagon {
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: #fff;
  height: auto;
  width: 100%;
  display: inline-block;
  padding-bottom: 100%;
  transition: all 0.5s ease; 
}

.hexagon:hover {
  background-color: #DC6054; 
  transition: all 0.8s ease;
  transform: rotateY(180deg);
}
.hexagon:hover  .inner_box {
  
  transform: rotateY(-180deg);
}


.hexagon:hover p {
  color: #fff;
}

.hexagon:hover path {
  fill: #fff;
}

#how-it-works {
  position: relative;
  background-color: #f4f4f4;
  padding: 50px 20px;
}

.works_section {
  position: relative;
}

.base-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 6px;
  background-color: rgba(220, 96, 84, 0.2392156863); /* Transparent red base */
  z-index: 0;
}

.fill-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0; /* Starts as 0 height */
  width: 6px;
  background-color: #DC6054; /* Solid red fill */
  z-index: 1;
  transition: height 0.1s linear; /* Smooth transition */
}

.step {
  margin: 50px 0;
  opacity: 0;
  transform: translateY(50px);
  position: relative;
  z-index: 1;
}

.inner_animation {
  animation: blink 1s ease infinite;
  height: 15px;
  width: 15px;
}

.left_big_shape, .right_big_shape {
  animation: rotateShape 20s linear infinite;
}

.left_top_shape, .right_bottom_shape {
  animation: rotateShape 10s linear infinite;
}

.left_bottom_shape, .right_top_shape {
  animation: rotateShape 30s linear infinite;
}

.main_mobile_consultation_row .icon {
  background: linear-gradient(180deg, rgba(220, 96, 84, 0.2) 0%, rgba(220, 96, 84, 0) 100%);
}
.main_mobile_consultation_row .main_content_box {
  display: none;
}
.main_mobile_consultation_row .accordion-item.active .header_row {
  display: none;
}
.main_mobile_consultation_row .accordion-item.active .main_content_box {
  display: block;
}

@keyframes blink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotateShape {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

 a.orange_btn:after{
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin:auto;
  border-radius: 8px;
  background-color: transparent;
  transition: all 0.2s ease;
}
a.orange_btn:hover::after{
  background-color: #ffffff4d;
  height: 100%;
  width:100%;
}
.cta_section a i{
  color:#fff;
  position: relative;
  z-index:9;
}

:root {
  --primary-color: #136177; 
}
  
/* Social Box */
.social-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 0.75rem 1.25rem;
}

.social-box .icon { 
  aspect-ratio: 1; 
  color: #136177;
  background-color: #e7eff1;
  border-radius: 8px;
  transition: color 0.15s ease-in, box-shadow 0.75s cubic-bezier(0.74, 0.01, 0.02);
}

.social-box .icon svg {
  transition: transform 0.75s ease-in-out;
}

@property --fill-color {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}

.social-box .icon:hover { 
  --fill-color: 100%; 
}
 

.social-box .icon::after {
  position: absolute;
  z-index: -1;
  content: "";
  inset: -2px;
  border-radius: inherit;
  background: conic-gradient(var(--primary-color) var(--fill-color), transparent var(--fill-color));
  transition: --fill-color 0.75s ease-in-out;
} 


@media (max-width: 768px) {
  .custom-label::before {
    height: 14px;
    width: 14px;
  }
  .custom-label::after {
    left: 1px;
  }
  .base-line {
    position: absolute;
    top: 0;
    left: 15px;
    transform: translateX(-50%);
    height: 100%;
    width: 4px;
    background-color: rgba(220, 96, 84, 0.2392156863); /* Transparent red base */
    z-index: 0;
  }
  .fill-line {
    position: absolute;
    top: 0;
    left: 15px;
    transform: translateX(-50%);
    height: 0; /* Starts as 0 height */
    width: 4px;
    background-color: #DC6054; /* Solid red fill */
    z-index: 1;
    transition: height 0.1s linear; /* Smooth transition */
  }
  .step {
    margin: 50px 0;
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    z-index: 1;
  }
}/*# sourceMappingURL=style.css.map */