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;
}
.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;
}
.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: #fff;
  color: rgba(87, 87, 87, 1);
  border-radius: 16px;
  min-height: 180px;
  padding: 3.5rem 1rem;
}

.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); */
  }
.hero-fade-overlay {
    position: absolute;
    top: 62%;
    left: 26%;
    right: 24%;
    bottom: 166px;
    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; */
}

  .hero-img {
    position: relative;


  }

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

  /* Position badges around the hero image */
.badge-top-left {
    top: 24%;
    left: -21%

}
  .badge-bottom-left {
      bottom: 6%;
    left: -14%;
    z-index: 4;
  }

  .badge-top-right {
  top: 18%;
    right: -11%;
  }

  .badge-bottom-right {
    bottom: 6%;
    right: -13%;
    z-index: 4;
  }

  .hero-title {
    font-size: 2.8rem;
    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: 5px;
  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);
}
