@font-face {
  font-family: 'Poppins-extra';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraBold.woff') format('woff'),
    url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins-regular';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Poppins-light';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
    url('../fonts/Poppins-Light.woff') format('woff'),
    url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins-medium';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff'),
    url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins-bold';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff'),
    url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins-semibold';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff'),
    url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}




body {
  color: #111111 !important;
}


.single-banner {
  background-color: #f3f7f7;
  min-height: 680px;
  position: relative;
  z-index: 1;
  overflow: hidden;


}


.single-banner::before {
  position: absolute;
  bottom: -615px;
  left: -540px;
  content: "";
  width: 949px;
  height: 949px;
  border-radius: 949px;
  background: #6cdbce;
  z-index: -1;
  animation: banner_before 2s linear 0s;
}

.single-banner::after {
  position: absolute;
  top: -252px;
  right: -210px;
  content: "";
  width: 849px;
  height: 849px;
  border-radius: 849px;
  background: #6cdbce;
  z-index: -1;
  animation: banner_after 1.2s linear 0s;
}

.single-banner .section-title {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}

.section-space-tb {
  padding: 5% 0 !important;
}

.carousel-caption {
  padding-bottom: 0 !important;
  color: black;
}

.section-title {
  font-size: 4.3rem;
  font-family: 'Poppins-extra'
}

.section-title2 {
  font-size: 2rem;
  font-family: 'Poppins-extra'
}

.blue-bg {
  background: var(--primary-gradient);
}

.old-blue-bg {
  background: var(--primary-gradient);
}

.countrttext {
  padding: 3% 0;
}

.counter-heading {
  font-size: 3.0rem;
  color: #fff;
  font-family: 'Poppins-bold';
  line-height: 0.8;
}

.counter-txt {
  font-size: 1.1rem;
  color: #fff;
  font-family: 'Poppins-regular';
  line-height: 1.1;
}

@media (max-width: 768px) {

  .mobile-counter {
    order: 2;
  }

  .mobile-testimonials {
    order: 1;
  }

  /* Make parent flexible */
  .mobile-counter,
  .mobile-testimonials {
    width: 100%;
  }

  /* Apply flex ordering to main container */
  body>.container,
  body>section,
  body {
    display: flex;
    flex-direction: column;
  }

  .counter-heading {
    font-size: 35px;
  }

  .counter-txt {
    font-size: 15px;
    line-height: 1.2;
  }

  .countrttext .col-6 {
    margin: 35px 0;
  }

  .section-title {
    font-size: 2.7rem;
  }
}


.carousel-indicators {
  z-index: 999 !important;
}

.carousel-indicators [data-bs-target] {
  background-color: #1091ae !important;
}


.mainslider .carousel-inner {

  height: 670px !important;
  top: 10% !important;
  background-size: cover;
}

.carousel-item {
  height: 100% !important;
}

/* .carousel-item>img {
  height: 100% !important;
  object-fit: cover;
} */

.carousel-item>img {
  height: 100% !important;
  object-fit: cover;
  /* object-position: center; */
}

/* Show complete image on mobile */
@media (max-width: 768px) {
  .carousel-item>img {
    object-fit: cover;
    /* object-position: center; */
  }

  .mainslider .carousel-inner {
    background-color: #f3f7f7;
  }
}

.carousel-caption {
  left: 0 !important;
  right: 0 !important;
  position: relative;
  /* padding-top: 10%; */
  bottom: 0 !important;
}

.carousel-caption p {
  font-family: 'Poppins-light';
  font-size: 1.2rem !important;
  left: 0 !important;
  right: 0 !important
}

.slid-lft-spt {
  padding-top: 7%;
}

@media (max-width: 1200px) {
  .section-title {
    font-size: 3.5rem;
  }

  .section-title2 {
    font-size: 1.8rem;
  }

  .btn-lg {
    font-size: .95rem !important;
    ;
  }

  .carousel-inner {
    height: 550px !important;
    top: 0% !important;
  }

  .inner-title {
    font-size: 3.0rem !important;
  }

  .content-txt p {
    font-size: 16px !important;
  }

}



@media (max-width: 900px) {
  .section-title {
    font-size: 2.5rem;
  }

  .inner-title {
    font-size: 2.7rem !important;
  }

  .container {
    padding: 0 8%
  }

  .w-75 {
    width: 100% !important;
  }

  /* .carousel-caption .w-100 {
    width: 200% !important;
  } */

  .mainslider .carousel-inner {
    height: 500px !important;
  }
}

@media (max-width: 600px) {

  .carousel-caption .w-100 {
    width: 100% !important;
  }

  .mainslider .carousel-inner {
    height: auto !important;
    min-height: 650px !important;
  }

  .carousel-caption {
    padding-top: 5%;
  }

  .carousel-caption .col-lg-6.text-left img {
    max-height: 250px;
    width: auto !important;
    margin: 15px auto 0;
    display: block;
    object-fit: contain;
  }
}

@media (max-width: 1000px) {
  .ms-2 {
    margin-left: 0
  }

  .px-4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

}

.btn-primary {
  background: var(--primary-gradient);
  border: none;
  border-radius: var(--border-radius);
  padding: 12px 24px;
  font-weight: 600;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(79, 179, 217, 0.2);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(79, 179, 217, 0.3);
}

.btn-outline-primary {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: var(--border-radius);
  padding: 10px 24px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-outline-primary:hover {
  background: var(--primary-gradient);
  border-color: transparent;
  color: white;
  transform: translateY(-2px);
}

.btn-success {
  border-radius: var(--border-radius);
  background-color: #5abcae;
  border-color: #7bc1b7;
}

.list-unstyled a {
  padding-left: 0;
  list-style: none !important;
  color: #bdbdbd !important;
  text-decoration: none !important;
}

.list-unstyled a:hover {
  padding-left: 0;
  list-style: none !important;
  color: #f5f0f0 !important;
  text-decoration: underline !important;
  transform: translateY(-2px);
}

.btn-success:hover {
  border-radius: var(--border-radius);
  background-color: #5abcae;
  border-color: #7bc1b7;
  transform: translateY(-2px);
}

.btn {
  font-family: 'Poppins-medium';
}

.btn-lg {
  padding: 15px 18px !important;
  font-size: 1.16rem;
}

.nav-link {
  font-family: 'Poppins-regular';
}

.content-txt p {
  font-family: 'Poppins-light';
  font-size: 18px;
}

.txt-blue {
  color: #1eb2b6;
}

.inner-title {
  font-size: 3.7rem;
  font-family: 'Poppins-bold';
}

.txt-green {
  color: #1eb2b6;
}

.mr-spc {
  margin-right: 1%;
}

.lead {
  font-family: 'Poppins-light';
  font-size: 18px;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services {
  padding: 20px 0;
  background-color: var(--background-color);
}

@media (max-width: 768px) {
  .services {
    padding: 64px 0;
  }
}

.services .service-card {
  position: relative;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 1px solid #eae8e8;
}

.service-dtl {
  padding: 20px 0;
}

.service-card .image-wrapper {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.services .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}


.services .service-card.featured h3 {
  color: var(--contrast-color);
}

.services .service-card.featured p {
  color: color-mix(in srgb, var(--contrast-color) 85%, transparent);
}

.services .service-card.featured .service-link {
  color: var(--contrast-color);
}

.services mark {
  font-size: .775em;
  background: #6cdbce;
  padding: 4px;
  margin: 10px 0;
}

.services .service-card h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--heading-color);
  font-family: 'Poppins-semibold';
}

.services .service-card p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--default-color);
  margin-bottom: 24px;
  margin-top: 10px;
  flex-grow: 1;
}

.box-bg1 {
  background-color: #f3f9ff;
}

.box-bg2 {
  background-color: #fef7f3;
}

.box-bg3 {
  background-color: #f1fbf5;
}



/* Container for the entire carousel */
.multi-carousel-container {
  cursor: grab;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/* Cursor styles for dragging */
.multi-carousel-container.dragging,
#multiCarousel.dragging {
  cursor: grabbing;
}

/* Wrapper for all slides */
.multi-carousel-inner {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Individual slide */
.multi-carousel-item,
.clone {
  box-sizing: border-box;
  flex: 0 0 50%;
  padding: 0 10px;
  position: relative;
  /* Essential for item-number positioning */

}

.testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  border: 1px solid #5abcb0;
  min-height: 360px;
}

.testimonial-card .card-top .stars i {
  color: #f59e0b;
  font-size: 16px;
}

.testimonial-card .card-top {

  margin-bottom: 24px;
}

.testimonial-card .testimonial-text {
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 28px;
  position: relative;
  font-family: 'Poppins-light';

}

.testimonial-card .author-info {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 20px;
  font-family: 'Poppins-light';
  border-top: 1px solid #bdbdbd;
  position: absolute;
  bottom: 3%;
  width: 80%;

}

.testimonial-card .author-info .author-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #6cdbce;
}

.testimonial-card .author-info .author-details h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 4px;
  font-family: 'Poppins-semibold';
}

.testimonial-card .author-info .author-details span {
  font-size: 14px;
  color: #787878;
}

.testimonials-sidebar .sidebar-content .satisfied-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #6cdbce;
  color: #fff;
  margin-bottom: 24px;
}


.testimonials-sidebar .sidebar-content h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 16px;
  font-family: 'Poppins-bold';
}

.testimonials-sidebar .sidebar-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 32px;
  font-family: 'Poppins-light';
}

/* Control buttons */
.multi-carousel-control-prev,
.multi-carousel-control-next {
  align-items: center;
  /*  background-color: #6cdbce; */
  background: linear-gradient(135deg, #6cdbce 0%, #5dbea3 100%) !important;
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  width: 30px;
  z-index: 10;
}

.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover {
  background: linear-gradient(135deg, #6cdbce 0%, #5dbea3 100%);
  /* background-color: rgba(108, 219, 206, 0.9); */
}

.multi-carousel-control-prev {
  left: 10px;
}

.multi-carousel-control-next {
  right: 10px;
}


/* Item number styling - guaranteed visibility */
.item-number {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: inline-flex;
  font-size: 120%;
  font-weight: bold;
  height: 35px;
  justify-content: center;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 35px;
  z-index: 2;
  /* Higher than default but below controls */
  /* Isolation prevents z-index context issues */
  isolation: isolate;
}

/* Carousel cursor styling */
#multiCarousel {
  cursor: grab;
  touch-action: pan-y;
}

/* Disable text selection during drag */
#multiCarousel.dragging {
  user-select: none;
  -webkit-user-select: none;
}

/* Responsive adjustments for screens smaller than 720px (45em) */
@media (max-width: 45em) {

  .multi-carousel-item,
  .clone {
    flex: 0 0 100%;
  }

}

@media (max-width: 600) {
  .container {
    padding: 0 5%;
  }
}

/* =========================================
   FLOATING WHATSAPP BUTTON (GLOBAL)
   ========================================= */
.floating-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-whatsapp:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  color: #fff;
}

/* =========================================
   FLOATING WHATSAPP BUTTON â€” BIG & CLEAR
   ========================================= */
.floating-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 72px;
  /* BIGGER */
  height: 72px;
  background-color: #25D366;
  /* WhatsApp green */
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  /* BIGGER ICON */
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  z-index: 9999;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Hover / focus clarity */
.floating-whatsapp:hover,
.floating-whatsapp:focus {
  transform: scale(1.1);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45);
  color: #ffffff;
}

/* Extra sharp icon rendering */
.floating-whatsapp i {
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Mobile tuning */
@media (max-width: 576px) {
  .floating-whatsapp {
    width: 64px;
    height: 64px;
    font-size: 34px;
    bottom: 18px;
    right: 18px;
  }
}

.text-primary {
  --bs-text-opacity: 1;
  color: #1eb2b6 !important;
}

/* ===============================
   DESKTOP HERO VERTICAL CENTER
   =============================== */
@media (min-width: 992px) {

  .carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    /* Vertical center */
    padding-top: 0 !important;
  }

  .carousel-caption .row {
    width: 100%;
    align-items: center;
    /* Center row content vertically */
  }

  .slid-lft-spt {
    padding-top: 0 !important;
    /* Remove manual spacing */
  }

}