body {
  color: #fff;
  font-family: "Segoe UI", sans-serif;
}
.navbar {
  background: transparent;
}
.nav-link,
.navbar-brand {
  color: #fff !important;
  font-weight: 500;
}
.btn-outline-light {
  border-radius: 20px;
}
.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
}
.hero-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
}
.feature-card {
  background-color: rgba(255, 255, 255, 0.1);
  color: #222;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  padding: 4rem 3.5rem;
  min-height: 220px;
}
.feature-card_1 {
  /* background: #fff; */
  background-color: rgba(255, 255, 255, 0.1);
  color: #222;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  padding: 4rem 3.5rem;
  min-height: 220px;
}

.feature-card_1 .set_text_hover:hover,
.feature-card_1:hover{
  background-color: white !important;
   color: rgba(59, 130, 246, 1) !important;
}

.feature-card_1:hover .set_image_color {
  filter: brightness(0) saturate(100%) invert(41%) sepia(91%) saturate(1200%) hue-rotate(205deg) brightness(95%) contrast(98%);
}


.feature-card .set_text_hover:hover,
.feature-card:hover{
  background-color: white !important;
     color: rgba(59, 130, 246, 1) !important;
}

.feature-card:hover .set_image_color {
  filter: brightness(0) saturate(100%) invert(41%) sepia(91%) saturate(1200%) hue-rotate(205deg) brightness(95%) contrast(98%);
}
.section-title {
  background: linear-gradient(90deg, #3b82f6 0%, #823fe0 65.87%);
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  background-clip: text;
  color: transparent;
  font-weight: 700;
}
.section-title_g {
  background: linear-gradient(90deg, #3b82f6 0%, #823fe0 65.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}
.how-card {
  background: #f8fafd;
  color: rgba(87, 87, 87, 1);
  border-radius: 12px;
  margin-bottom: 1rem;
  padding: 1.2rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.how-card_1 {
  background: #f8fafd;
  color: rgba(87, 87, 87, 1);
  border-radius: 12px;
  margin-bottom: 1rem;
  padding: 2rem 1rem;
  display: flex;
  justify-content: space-between;
}
.why-list li {
  margin-bottom: 1rem;
  font-size: 1.05rem;
}
.what-card {
    background-color: rgba(255, 255, 255, 0.1);
  color: rgba(87, 87, 87, 1);
  border-radius: 16px;
  min-height: 180px;
  padding: 3.5rem 1rem;
}
/* .what-card1.set_text_hover1:hover,
.what-card1:hover{
background-color: white !important;
color: rgba(59, 130, 246, 1) !important;
}  */

.what-card:hover .set_text_hover1,
.what-card:hover{
  background-color: white !important;
color: rgba(59, 130, 246, 1) !important;
  
}

.what-card:hover .set_image_color {
  filter: brightness(0) saturate(100%) invert(41%) sepia(91%) saturate(1200%) hue-rotate(205deg) brightness(95%) contrast(98%);
}


.what-card1:hover .set_text_hover1,
.what-card1:hover{
  color: rgba(59, 130, 246, 1) !important;
    background-color: white !important;

}

.what-card1:hover .set_image_color {
  filter: brightness(0) saturate(100%) invert(41%) sepia(91%) saturate(1200%) hue-rotate(205deg) brightness(95%) contrast(98%);
}

/* .set_text_hover1:hover{
  color: rgba(59, 130, 246, 1) !important;  
} */

.what-card1 {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(87, 87, 87, 1);
  border-radius: 16px;
  min-height: 180px;
  padding: 3.5rem 1rem;
}
.testimonial-card {
  background: #fff;
  color: #222;
  border-radius: 16px;
  padding: 1.5rem;
  min-height: 120px;
}
.footer {
  background: linear-gradient(90deg, #3b82f6 0%, #823fe0 65.87%);

  color: #fff;
  font-size: 0.95rem;
  /* padding: 3rem 0 1rem 0; */
}
.btn-primary {
  background: #6c63ff;
  border: none;
  border-radius: 20px;
  padding: 0.7rem 2rem;
  font-weight: 600;
}
.icon-bg {
  padding: 0.7rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.avatar {
  /* width: 56px;
            height: 56px; */
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1rem;
}
.carousel-indicators [data-bs-target] {
  background-color: #6c63ff;
}
.set_container {
  background: linear-gradient(90deg, #3b82f6 0%, #823fe0 65.87%);
}
.set_navbar {
  background: linear-gradient(90deg, #3b82f6 0%, #823fe0 65.87%);
}

.set_container_bg {
  background: linear-gradient(90deg, #3b82f6 0%, #823fe0 65.87%);
}
.set_li {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
}
/* .set_1 {
  padding: 8px !important;
  background: linear-gradient(90deg, #3b82f6 0%, #823fe0 65.87%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;

  background-clip: text !important;
  border-radius: 50% !important;
  
} */

#testimonialCarousel {
  position: relative;
}

.carousel-controls-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.carousel-control-prev,
.carousel-control-next {
  position: static;
  width: auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  padding: 10px;
}

.carousel-indicators {
  position: static;
  margin-top: 10px;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(231, 238, 250);
  opacity: 0.5;
  margin: 0 5px;
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 1rem !important;
  height: 1rem !important;
}
 .hero-section {
    position: relative;
    /* background: linear-gradient(to right, #5f5fff, #a050ec); */
    color: white;
    /* padding: 80px 0 60px; */
    /* overflow: hidden; */
    text-align: center;
  /* box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15), 0 0 60px rgba(160, 80, 236, 0.3); */
  /* bottom: 100px !important; */
  }
.hero-fade-overlay {
     position: absolute;
    top: 49%;
    left: 25%;
    right: 23%;
    bottom: 240px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(160, 80, 236, 1));
    pointer-events: none;
    z-index: 4;
    /* filter: blur(24px); */
    /* translate: 0pc; */
    filter: blur(24px);
}

  /* .hero-img {
    position: relative;
    z-index: 1;


  } */

  .badge-img {
    position: absolute;
    width: 14%;
    /* width: 60px; */
  }

  .badge-img1 {
    position: absolute;
    /* width: 14%; */
    /* width: 60px; */
}
.badge-img_4 {
    position: absolute;
    width: 33%;
}

.badge-img_4_p {
    position: absolute;
    width: 33%;
}
    /* width: 60px;
  /* Position badges around the hero image */
.badge-top-left {
      top: 5%;
    left: 106%;

}
  .badge-bottom-left {
bottom: 10%;
    left: -16%;
    z-index: 4;
  }
    .badge-bottom-left_text {
bottom: 10%;
    left: -16%;
    z-index: 4;
  }
  .badge-img_text {
      position: absolute;
    width: 14%;
  }
  .badge-bottom-left_logo{
   bottom:-21%;
    left: -39%;
    z-index: 4;
  
  }

    .badge-bottom-left_logo_p{
   bottom:-5%;
    left: -39%;
    z-index: 4;
    font-size: 18px !important;
    
  }

  .badge-top-right_side{
bottom: 33% !important;
    left: -16%;
    z-index: 4;
    position: absolute;
  }


  .badge-top-right {
  /* top: 18%; */
    left: -16%;
  }

  .badge-bottom-right {
 bottom: 56%;
    left: -16%;
    z-index: 4;
  }

  .hero-title {
    font-size: 4rem;
    font-weight: bold;
    margin-top: 20px;
  }

  .hero-subtitle {
    font-size: 1.2rem;
    color: #f1f1f1;
    margin-top: 10px;
  }

  @media (max-width: 768px) {
    .hero-title {
      font-size: 2rem;
    }

    .hero-subtitle {
      font-size: 1rem;
    }

    .badge-img {
      /* width: 40px; */
    }
  }
.set_li {
  display: flex;
      align-items: center;
  gap: 8px; /* spacing between number and text */
}
.set_1 {
  flex-shrink: 0; /* prevent number from wrapping */
  padding: 1px;
  background: linear-gradient(90deg, #3b82f6 0%, #823fe0 65.87%) !important;
   -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;

  background-clip: text !important;
  color: #f8fafd;
  /* border-radius: 50%;
  background-color: #f1f1f1 !; */
}
.set_text {
  display: inline-block;
}
.set_bg_number{
  padding: 10px;
  background: white !important;
  border-radius: 50%;
}


/* .col-lg-6.faqs-right {
    padding-left: 37px;
}
.style-one.section-title.left {
    margin-bottom: 42px;
}
.faqs-container {
    overflow: hidden;
}
.faq-singular {
    position: relative;
    background: rgba(206, 222, 247, 0.5);
    margin-bottom: 20px;
}
.faq-singular .faq-question {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 16px 25px 15px 36px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 5px;
    z-index: 2;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.1);
    font-family: 'Nunito', sans-serif;
}
.faq-answer {
    display: none;
    padding: 21px 40px 25px;
}
.faq-singular {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}
.faq-singular.active .faq-question:before {
    content: "-";
    font-size: 30px;
}
.faq-singular .faq-question:before {
    position: absolute;
    content: "+";
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 400;
    transition: 0.5s;
    color: #0c5adb;
} */

/* FAQ Accordion Styles with <details> */
.faq-singular {
  margin-bottom: 20px;
  border-radius: 15px;
  background: rgba(255,255,255,0.1);
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.faq-singular[open] {
  box-shadow: 0 2px 12px rgba(255, 255, 255, 0.1);
}
.faq-question {
  cursor: pointer;
    padding: 20px 25px 20px 35px;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Nunito', sans-serif;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.1);
}
.faq-question::-webkit-details-marker {
  display: none;
}
.faq-question::after {
  content: "+";
  position: absolute;
  right: 30px;
  font-size: 30px;
  color: rgba(30, 30, 30, 1);
  transition: transform 0.3s;
  background: rgba(255, 255, 255, 1) !important;
width: 7%;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
}
.faq-singular[open] .faq-question::after {
  content: "-";
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 40px;
  color: #222;
  background: rgba(255, 255, 255, 0.1);
  transition: max-height 0.7s cubic-bezier(0.4,0,0.2,1), opacity 0.5s, padding 0.5s;
}

.faq-singular[open] .faq-answer {
  max-height: 500px; 
  opacity: 1;
  padding: 21px 40px 25px;
}
.set_color_p{
color: rgba(255, 255, 255, 1);
}



 .feature-icon {
      font-size: 2rem;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      /* border-radius: 50%;
      background-color: #f0f0ff;
      color: #0050ff; */
      margin-right: 15px;
    }
    .feature-title {
      color: #002060;
      font-weight: 700;
      font-size: 1.25rem;
    }
    .feature-text {
      color: #555;
      font-size: 0.95rem;
    }
.background-image {
  background-image: url("/static/images/back_layer.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px; /* Or whatever makes sense */
  display: flex;
  justify-content: center;
  align-items: center;
}

.text_gray{
  color: rgba(87, 87, 87, 1) !important;
}
.hamburger-btn .navbar-toggler-icon {
    font-size: 20px !important;
    color: white !important;
}



.btn-legal-policies {
  padding: 10px 28px;
  border: 2px solid white;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: transparent;
  white-space: nowrap;
}

.btn-legal-policies:hover {
  background: white;
  color: #7b68ee;
  transform: translateY(-2px);
}

}