  body,h1,h2,h3,h4,h5,span,a,li, p {
    font-family: 'Outfit', sans-serif;
    }
 
 
 /* Navbar Styling */
    .navbar {
      background-color: #fff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      padding: 20px 0;
    }

    .navbar-brand img {
      height: 45px;
      width: auto;
    }

    .navbar-nav {
      margin: 0 auto; /* Center the menu */
      gap: 25px;
    }

    .nav-link {
      font-weight: 600;
      color: #000;
      transition: color 0.3s ease;
    }

    .nav-link:hover,
    .nav-link.active {
      color: #c7a867;
    }

    .btn-call {
      background-color: #c7a867;
      color: #fff;
      font-weight: 600;
      border-radius: 30px;
      padding: 8px 20px;
      transition: background-color 0.3s ease;
    }

    .btn-call:hover {
      background-color: #b1914f;
      color: #fff;
    }

    @media (max-width: 991px) {
      .navbar-nav {
        margin: 10px 0;
        text-align: center;
      }

      .btn-call {
        width: 100%;
        margin-top: 10px;
      }
      /* .float-what{
        bottom: 50% !important;
      } */
    }


     .float-what {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 31%;
    /* bottom: 90px; */
    right: 15px;
    background-color: #25d366;
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}
.my-float {
    /* margin-top: 16px; */
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.float-phn {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 222px;
    /* bottom: 160px; */
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #404040; */
    z-index: 100;
    align-content: center;
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-phone:before {
    content: "\f095";
}
@media only screen and (min-width: 992px) and (max-width: 5000px) {
    .what_mob {
        display: none !important;
    }
    .float-phn{
      display:none;
    }
}
    @media only screen and (min-width: 992px) and (max-width: 5000px) {
    .what_desk {
        display: block !important;
    }
}

    .banner-section {
    background: #f9fdfd  no-repeat center;
    background-size: cover;
    padding: 170px 0 40px;
    text-align: center;
    position: relative;
    font-family: 'Outfit', sans-serif;
    overflow: hidden;
  }

  .banner-section h1 {
    line-height: 1.3;
  }

  .price-heading {
    position: absolute;
    top: 4%;
    right: 20%;
    margin: 0;
    animation: float 3s ease-in-out infinite;
  }

  .price-badge {
    display: inline-block;
    background: #80ED99;
    color: #000;
    padding: 4px 14px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
  }

  .btn-main {
    background-color: #38A3A5;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 46px;
    font-size: 1rem;
    transition: all 0.3s;
  }

  .btn-main:hover {
    background-color: #80ED99;
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(128, 237, 153, 0.4);
  }

  /* ✨ Animations ✨ */
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  @keyframes moveUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }

  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
  }

  .fade-in {
    animation: fadeIn 1s ease forwards;
  }

  .animate-up {
    opacity: 0;
    animation: moveUp 1s ease forwards;
  }

  .animate-up:nth-child(1) { animation-delay: 0.1s; }
  .animate-up:nth-child(2) { animation-delay: 0.3s; }
  .animate-up:nth-child(3) { animation-delay: 0.5s; }

  @media (max-width: 767px) {
    .banner-section {
      padding: 80px 20px;
    }

    .banner-section h1 span {
      font-size: 28px !important;
    }

    .price-heading {
      position: static;
      margin-bottom: 15px;
      animation: none;
    }
  }



@media (max-width: 767px) {
    .banner-section {
      padding-top: 155px !important;
        padding-bottom: 20px !important;}
        .inspection-section {
          margin-top:-35px !important;
          margin-bottom: -96px !important;
        }
        .price_stand{
              width: 49% !important;
        }
        .price_com{
           width: 72% !important;
        }
        .inspection-modal ul {
              margin-left: 15px !important;

        }
        .inspection-modal h3 {
           margin-left: 15px !important;
        }
            /* .recently-inspected {
        padding: 50px 20px !important;
        margin-top: 20px !important;
            }
            .easy-steps {
              padding-top:50px !important;
              padding-bottom: 50px !important;
            }
            .inspection-section-secnd {
               padding-top:50px !important;
              padding-bottom: 50px !important;
            }
            .prepurchase-section {
padding-top:50px !important;
              padding-bottom: 50px !important;
            }
            .prepurchase-section h2 {
              font-size:39px !important;
            } */
      
      }



   :root {
  --accent: #6fc6be;
  --muted: #f5f7f7;
  --dash: 3px;
}

/* ------------------------------
   Main Layout
------------------------------ */
.inspection-section {
  position: relative;
  padding: 3.5rem 1rem 5rem;
  overflow: visible;
}

/* ------------------------------
   Top Icons Row
------------------------------ */
.icons-top {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 2.25rem;
}

.icon-card {
  width: 140px;
  min-width: 110px;
  text-align: center;
  position: relative;
}

.icon-round {
  width: 85px;
  height: 85px;
  margin: 0 auto 0.6rem;
  border-radius: 50%;
  background: #f4f7f8;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

.icon-label {
  font-size: 0.85rem;
  color: #333;
  line-height: 1.25;
  white-space: normal;
}

/* ------------------------------
   Dotted Connectors (Top)
------------------------------ */


/* ------------------------------
   Car Image Section
------------------------------ */
.car-wrap {
  position: relative;
  /* max-width: 1100px; */
  max-width: 1154px;
  margin: 0 auto;
  padding-top: 0.75rem;
  z-index: 1;
  margin-top: -280px;
}

.car-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  /* max-height: 380px; */
  max-height: 780px !important;
  /* max-height: 421px; */
  margin: 0 auto;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.12));
}

/* ------------------------------
   Side Icons
------------------------------ */
.side-icon {
  position: absolute;
  width: 92px;
  text-align: center;
  transform: translateY(-10%);
}

.side-icon .icon-round {
  width: 72px;
  height: 72px;
  margin-bottom: 0.5rem;
}

.side-icon.left {
  /* left: 8%;
  top: 65%; */
  left: 5%;
  top: -15%;
}

.side-icon.right {
  /* right: 8%;
  top: 65%; */
  right: 5%;
  top: -15%;
}

/* Side dotted connectors */
/* .side-icon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100px;
  left: 50%;
  transform: translateX(-50%);
  top: calc(72px + 8px);
  background-image: repeating-linear-gradient(
    to bottom,
    var(--accent),
    var(--accent) 4px,
    transparent 4px,
    transparent 8px
  );
  opacity: 0.8;
} */

.side-icon .label {
  font-size: 0.85rem;
  color: #333;
}

/* ------------------------------
   Connector Dots (Figma Style)
------------------------------ */
.connector-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--accent);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 60px);
  z-index: 2;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* ------------------------------
   Responsive Adjustments
------------------------------ */
@media (max-width: 992px) {
  .icon-card {
    width: 110px;
    min-width: 90px;
  }

  .icon-round {
    width: 60px;
    height: 60px;
  }

  .icon-card::after {
    top: calc(60px + 8px);
    height: 90px;
  }

  .side-icon.left {
    left: 4%;
    top: 63%;
  }

  .side-icon.right {
    right: 4%;
    top: 63%;
  }

  .side-icon::after {
    height: 80px;
  }

  .car-image {
    max-height: 320px;
  }
}

@media (max-width: 576px) {
  .icons-top {
    gap: 0.6rem;
  }

  .icon-card {
    width: 85px;
    min-width: 70px;
  }

  .icon-label {
    font-size: 0.72rem;
  }

  .icon-round {
    width: 52px;
    height: 52px;
  }

  .icon-card::after {
    top: calc(52px + 6px);
    height: 60px;
  }

  .side-icon {
    display: none;
  }

  .car-image {
    max-height: 260px;
  }
}
.point_car {
    font-family: 'Outfit', sans-serif; /* Outfit font */
    font-weight: 400; /* Regular */
    font-size: 16px; /* 16px size */
    line-height: 16px;
    color:#444444;
}







.inspection-packages {
  background: #fff;
  padding: 60px 0;
}

/* Buttons */
.insp-btn {
  background-color: #1e5573;
  color: #fff;
  border: none;
  border-radius: 46px;
   /* padding: 10px 28px;  */
      padding: 10px 50px;
       font-family: 'Outfit', sans-serif; /* Outfit font */
  font-weight: 400;
  font-size: 24px;
  transition: all 0.3s ease;
}

.insp-btn:hover {
  background-color: #6fc6be;
  color: #fff;
  transform: translateY(-2px);
}

/* Price Cards */
.price-card {
  background: linear-gradient(135deg, #38A3A5 60%, #80ED99 );

    /* background: linear-gradient(135deg, #38A3A5, #80ED99); */
  /* background: linear-gradient(135deg, #6fc6be, #38b2ac); */
  border-radius: 16px;
  color: #fff;
  /* padding: 25px 20px; */
   padding: 15px 20px;
  position: relative;
  text-align: left;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  /* min-height: 140px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.price-tag {
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  /* padding: 3px 12px; */
  padding: 4px 12px;
  border-radius: 16px;
  /* border-radius: 20px; */
  display: inline-block;
  margin-bottom: 10px;
  margin-left:10px;
  /* margin-top:-12px; */
  margin-top: -8px;
}

.currency {
  font-size: 42px;
  font-weight: 400;
  margin: 0;
  margin-left:10px;
}

.currency span {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

/* ------------------------------ */
/* Responsive Design Adjustments  */
/* ------------------------------ */
@media (max-width: 992px) {
  .insp-btn {
    padding: 9px 24px;
    font-size: 0.95rem;
  }

  .price-card {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }

  .currency span {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .insp-btn {
    padding: 8px 20px;
    font-size: 0.9rem;
  }

  .price-card {
    width: 100%;
    max-width: 220px;
    padding: 20px 15px;
  }

  /* .currency {
    font-size: 1.1rem;
  } */

  .currency span {
    font-size: 1.9rem;
  }

  /* h3 {
    font-size: 1.2rem;
  } */
}







/* --- Recently Inspected Cars Section --- */
.recently-inspected {
  background-color: #f8fbfd;
  padding: 100px 0;
  margin-top: 60px;
  overflow: hidden;
}

.recently-inspected h2 {
  color: #22577A;
  font-size: 40px;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
}

.recently-inspected p {
  color: #444444;
  font-size: 24px;
  font-weight: 400;
}

/* Card */
.car-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  text-align: left;
  opacity: 0;
  transform: scale(0.95) translateY(40px);
  min-height: 495px;
}

.car-card:hover {
  transform: scale(1.02) translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.car-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

/* Status badge */
.status-badge {
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 20px;
  padding: 3px 10px;
  color: #fff;
  text-transform: uppercase;
}

.status-badge.excellent {
  background-color: #80ED99;
  color: #000;
}

.status-badge.fair {
  background-color: #38A3A5;
}

.para_serv {
  font-size: 16px !important;
  font-weight: 400 !important;
  color:#444444;
}

.head_ser {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 24px;
}

/* ✨ Animations ✨ */
@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes zoomIn {
  0% { opacity: 0; transform: scale(0.9); }
  100% { opacity: 1; transform: scale(1); }
}

/* Add animation trigger */
.fade-up {
  opacity: 0;
  animation: fadeUp 1s ease forwards;
}

.zoom-in {
  animation: zoomIn 0.9s ease forwards;
}

/* Delay classes for staggered animation */
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }

/* Responsive */
@media (max-width: 992px) {
  .recently-inspected h2 { font-size: 32px; }
  .recently-inspected p { font-size: 20px; }
}

@media (max-width: 576px) {
  .recently-inspected { padding: 80px 20px; }
  .recently-inspected h2 { font-size: 28px; }
  .car-card { border-radius: 12px; padding: 20px; }
}




.easy-steps {
  background-color: #fff;
  padding-top:90px;
  padding-bottom:90px;
}

.easy-steps h2 {
  color: #22577A;
  /* font-size: 1.9rem; */
}

.text-teal {
  color: #3ab5a7;
}

/* Step Item */
.step-item {
  position: relative;
  text-align: center;
  padding: 20px;
}

.icon-circle {
  background-color: #f4f9f9;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.icon-circle img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

/* Step Number */
.step-number {
  background-color: #22577A;
  color: #fff;
  /* width: 38px;
  height: 38px; */
  width: 45px;
    height: 42px;
  line-height: 38px;
  border-radius: 50%;
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
  position: relative;
  margin-top: 15px;
}

/* Dotted connectors */
.step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50%;
  width: 100%;
  height: 2px;
  border-top: 2px dashed #b5d9d4;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 991px) {
  .step-item:not(:last-child)::after {
    display: none;
  }

  .easy-steps h2 {
    font-size: 40px;
    font-weight: 600px;
  }

  .icon-circle {
    width: 100px;
    height: 100px;
  }
}

.btn-teal {
  background-color: #38A3A5;
  color: #fff;
  /* font-weight: 600; */
  font-size:24px;
  transition: all 0.3s ease;
  padding: 12px 40px;
    border-radius: 46px;
}

.btn-teal:hover {
  background-color: #80ED99;
  color: #000000;
}
.book_on{
    font-size:24px;
    font-weight: 600px;
   
 margin-bottom:20px;
}
.easy-steps p{
    font-size:16px;
    font-weight:400px;
    color:#444444;
}




 .inspection-section-secnd {
  background-color: #22577A;
  padding-top:90px;
  padding-bottom:90px;
}

.inspection-card {
  position: relative;
  /* height: 260px; */
  height: 350px;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.inspection-card:hover {
  transform: translateY(-5px);
}

.inspection-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.2));
  border-radius: 15px;
}

.inspection-card .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: left;
}

.btn-book {
  background-color: #47c4a5;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn-book:hover {
  background-color: #3bb194;
  color: #fff;
}
.head_bas{
  font-size: 24px;
  font-weight: 600px;
}
.para_bas{
  margin-top:15px;
  font-size: 16px;
  font-weight: 400px;
  color: #FFFFFF;
}





 .prepurchase-section {
  background-color: #fff;
  padding-top:90px;
  padding-bottom:90px;
}

.prepurchase-section h2 {
  color: #22577A;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 500px;
}

.prepurchase-section .reason-box {
  background-color: #f8fafa;
  border: 1px solid #e2e2e2;
  transition: all 0.3s ease;
}

.prepurchase-section .reason-box:hover {
  background-color: #eef7f6;
  transform: translateY(-3px);
}

.prepurchase-section .icon img {
  /* filter: brightness(0) saturate(100%) invert(60%) sepia(20%) saturate(600%) hue-rotate(120deg) brightness(90%) contrast(85%); */
}

@media (max-width: 991px) {
  .prepurchase-section h2 {
    font-size: 1.5rem;
  }
}

.buy_hed{
  font-weight: 600px;
  font-size: 24px;
}

.para_buy{
  font-size: 16px;
  font-weight: 400px;
  color: #444444;
}


.prepurchase-section h2 {
  color: #22577A;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 600; /* fixed */
}

.buy_hed {
  font-weight: 600; /* fixed */
  font-size: 24px;
}

.para_buy {
  font-size: 16px;
  font-weight: 400; /* fixed */
  color: #444;
  margin-top: 15px;
}





 .inspection-test-section {
  background-color: #f8fafa;
  padding-top:90px;
  padding-bottom:90px;
  margin-bottom: -18px;
}

.text-primary-dark {
  color: #1b2e47;
}

.inspection-test-section .dot {
  width: 10px;
  height: 10px;
  background-color: #4fd17d;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
  margin-top: 7px;
  flex-shrink: 0;
}

.inspection-test-section h6 {
  color: #1b2e47;
  font-size: 1rem;
}

.inspection-test-section p {
  font-size: 0.95rem;
}

@media (max-width: 991px) {
  .inspection-test-section h2 {
    font-size: 1.5rem;
  }
}


.inspection-test-section h3{
  font-weight: 600px;
  font-size: 16px;
}
.inspection-test-section p{
  font-size: 16px;
  font-weight: 400px;
  color: #444444;
}





.why-choose {
  background-color: #f8fafa;
  padding-top:90px;
  padding-bottom: 90px;
  margin-top: -17px;
}

.why-choose h2 {
  /* color: #1a4f7c; */
  color:#22577A;font-size: 40px;font-weight: 600px
}

.why-choose img {
  border-radius: 15px;
  object-fit: cover;
  max-height: 400px;
}

@media (max-width: 991px) {
  .why-choose img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.why-choose h3{
  font-weight: 600px;
  font-size: 16px;
}
.why-choose p{
  font-size: 16px;
  font-weight: 400px;
  color: #444444;
}







 .car-brands {
  /* background-color: #f7fcff; */
  padding-top:90px;
  padding-bottom:90px;
}

.car-brands h2 {
   color:#22577A;font-size: 40px;font-weight: 600px
}

.brand-box {
  background: #f3f6f8;
  border-radius: 12px;
  padding: 25px 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.brand-box img {
  max-height: 60px;
  width: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .brand-box {
    padding: 15px 10px;
  }
  .brand-box img {
    max-height: 45px;
  }
}



.testimonial-section {
      background-color: #1c5675;
      padding: 80px 0;
      text-align: center;
    }

    .testimonial-section h2 {
      color: #fff;
      /* font-weight: 600; */
       font-weight: 500;
      font-size:40px;
      /* margin-bottom: 60px; */
    }

    .swiper {
      width: 100%;
      padding-bottom: 50px;
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
    }




    .testimonial-card {
  background: #fff;
  color: #444444;
  border-radius: 10px;
  padding: 50px 30px 40px; /* added top padding for more space */
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 360px;
  transition: all 0.3s ease;
  overflow: visible; /* ensure circle shows outside the box */
  margin-top:60px;
  
}

.quote-icon {
  position: absolute;
  top: -25px; /* slightly more above the card */
  /* left: 40px;  */
  /* align with design */
  right: 30px;
  background: #64e292;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  z-index: 2; /* make sure it stays above */
}



    /* .testimonial-card {
      background: #fff;
      color: #333;
      border-radius: 10px;
      padding: 40px 30px;
      position: relative;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 360px;
      transition: all 0.3s ease;
    } */

    .testimonial-card:hover {
      transform: translateY(-5px);
    }

    /* .quote-icon {
      position: absolute;
      top: -20px;
      left: 30px;
      background: #64e292;
      color: #fff;
      font-size: 20px;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
    } */

    .stars {
      color: #fbc02d;
      margin-bottom: 15px;
      font-size: 18px;
      text-align: left;
    }

    .testimonial-card p {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 20px;
      font-weight: 400px;
      text-align: left;
    }

    .client-info {
      display: flex;
      align-items: center;
      justify-content: left;
      border-top: 1px solid #ddd;
      padding-top: 15px;
      gap: 10px;
    }

    .client-info img {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      object-fit: cover;
    }

    .client-info h6 {
      margin: 0;
      color: #00a878;
      font-weight: 600;
      font-size: 15px;
    }

    .client-info h3 {
     font-weight: 600;
      font-size: 16px; 
      color: #38A3A5;

    }
    /* Dots */
    .swiper-pagination-bullet {
      background: #a9d4c8;
      opacity: 1;
    }
    .swiper-pagination-bullet-active {
      background: #64e292;
    }

    @media (max-width: 767px) {
      .testimonial-card {
        max-width: 90%;
      }
    }






     .faq-section {
    padding: 80px 0;
  }

  .faq-title {
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 40px;
    color: #22577A;
  }

  .accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }

  .accordion-button {
    font-weight: 500;
    /* font-size: 24px; */
    font-size: 22px;
    color: #1a1a1a;
    background-color: #fff;
    box-shadow: none !important;
    padding: 18px 0;
  }

  /* ✅ Blue circle + white arrow (down/up SVG icons) */
  .accordion-button::after {
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #22577A; /* circle color */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    transition: transform 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 15.5l-6-6h12l-6 6z'/%3E%3C/svg%3E"); /* down arrow */
  }

  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 8.5l6 6H6l6-6z'/%3E%3C/svg%3E"); /* up arrow */
  }

  .accordion-body {
    padding: 32px 0 27px 0;
    /* padding: 0 0 18px 0; */
    color: #555;
    font-size: 16px;
    font-weight: 400px;
  }

  /* Question box */
  .question-box {
    background: #f9fafb;
    border-radius: 12px;
    padding: 35px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 380px;
  }

  .faq-image {
    margin-bottom: 20px;
  }

  .question-box h4 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
    font-size:32px;
  }

  .question-box p {
    color: #444444;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
  }

  /* Input + Button inside field */
  .input-group-custom {
    position: relative;
    width: 100%;
  }

  .input-group-custom input {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 10px 110px 10px 20px;
    outline: none;
    font-size: 15px;
  }

  .input-group-custom button {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: none;
    background: #ffa500;
    color: #fff;
    border-radius: 30px;
    padding: 0 20px;
    font-weight: 500;
    transition: 0.3s;
  }

  .input-group-custom button:hover {
    background: #e69500;
  }
.faq-section{
  font-size: 24px;
}
  @media (max-width: 991px) {
    .faq-section {
      padding: 50px 20px;
    }

    .question-box {
      margin-top: 40px;
    }
  }




  .contact-card {
      background: #F4F7F8; /* pale green/blue like screenshot */
      border-radius: 12px;
      padding: 2rem;
      box-shadow: 0 2px 8px rgba(22, 38, 36, 0.03);
    }

    .contact-heading {
      color: #22577A;
      font-weight: 500;
      font-size: 40px;
      margin-bottom: .4rem;
    }

    .contact-sub {
      color: #6b7c7c;
      margin-bottom: 1.25rem;
    }

    .contact-row {
      display: flex;
      gap: .75rem;
      align-items: flex-start;
      margin-bottom: 0.95rem;
      color: #135054;
    }

    .contact-row .bi {
      font-size: 1.15rem;
      min-width: 28px;
      text-align: center;
      color: #38A3A5;
      margin-top: 2px;
    }

    .contact-info {
      /* font-size: .95rem; */
      color: #000000;
      /* line-height: 1.25; */
    }

    /* Form styles */
    .form-card {
      background: #ffffff;
      border-radius: 10px;
      padding: 1rem;
      box-shadow: none;
    }

    .form-control,
    .form-control:focus {
      border-radius: 8px;
      border: 1px solid #e6e9e9;
      box-shadow: none;
      padding: .65rem .75rem;
      background: #fbfdfe;
    }

    .btn-submit {
      background: #80ED99;
      border: none;
      border-radius: 8px;
      color: #013a27;
      font-weight: 600;
      padding: .6rem 1.1rem;
    }

    .btn-submit:active,
    .btn-submit:focus {
      box-shadow: none;
      outline: none;
    }

    @media (min-width: 992px) {
      /* left column width in screenshot ~45% */
      .col-left { max-width: 48%; flex: 0 0 48%; }
      .col-right { max-width: 52%; flex: 0 0 52%; }
    }



    /* ✅ Banner Styling */
    .contact-banner {
      position: relative;
      text-align: center;
      background-color: #fff;
      /* padding: 180px 15px 150px; */
      padding: 180px 15px 40px;
      /* padding: 180px 15px 23px; */
      /* padding: 100px 15px 80px; */
      overflow: hidden;
    }

    /* ✅ Subtle Wave Background */
    .contact-banner::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* background: url('assets/images/wave-bg.svg') no-repeat center bottom / cover; */
      opacity: 0.15;
      z-index: 0;
    }

    .contact-banner h1 {
      position: relative;
      font-size: 56px;
      font-weight: 600;
      color: #22577A;
      margin-bottom: 15px;
      z-index: 1;
    }

    .contact-banner p {
      position: relative;
      font-size: 24px;
      color: #494949;
      max-width: 600px;
      font-weight: 400px;
      margin: 0 auto;
      z-index: 1;
    }

    @media (max-width: 768px) {
      .contact-banner {
        padding: 130px 10px 0px;
        /* padding: 80px 10px 60px; */
      }
      .map-section{
        padding: 0px 0 !important;
      }

      .contact-banner h2 {
        font-size: 1.75rem;
      }
    }







    




.thank-banner {
  position: relative;
  /* height: 90vh; */
  padding-top: 201px;
  padding-bottom: 70px;
  /* background: linear-gradient(180deg, #f8fffa, #ffffff); */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

/* 🟢 Wave Background Overlay */
.thank-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: url('assets/images/wave-bg.png') no-repeat center/cover; */
  opacity: 0.3;
  z-index: 0;
}

.thank-banner .container {
  position: relative;
  z-index: 2;
}



/* ✅ Center Glowing Circle */
.center-icon {
  display: flex;
  justify-content: center;
}

.circle {
  position: relative;
  background: #80ED99;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 48px;
  box-shadow:
    0 0 30px rgba(112, 228, 155, 0.5),
    0 0 80px rgba(112, 228, 155, 0.2);
}

.circle::before {
  content: "";
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  background:rgba(128, 237, 153, 0.25);
}

.circle::after {
  content: "";
  position: absolute;
  inset: -40px;
  border-radius: 50%;
  background: rgba(128, 237, 153, 0.15);
}



