.navbar-brand img {
  width: 300px;
}
.stickyHeader {
}
.section-title h2.comprehensiveTitle {
  font-size: 60px;
}
.our-testimonials .swiper-wrapper {
  cursor: default !important;
}
.mainOuter {
  margin-top: 87px;
}
.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 85vh;
  display: block;
  border-radius: 10px;
}

.lightbox-close {
  position: absolute;
  top: 5px;
  right: 4px;
  padding: 2px 6px;
  border-radius: 4px;
  background: #000000a6;
  border: none;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 28px;
  cursor: pointer;
  border-radius: 50%;
}

.lightbox-prev {
  left: -70px;
}

.lightbox-next {
  right: -70px;
}

.photo-gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.3s;
}

.photo-gallery:hover img {
  transform: scale(1.05);
}

.equipmentPage .gallery-masonry {
  column-count: 4;
  column-gap: 7px;
}

.equipmentPage .gallery-item {
  break-inside: avoid;
  margin-bottom: 7px;
  cursor: pointer;
  border-radius: 16px;
}

.equipmentPage .gallery-item figure {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}

.equipmentPage .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.4s ease;
  position: unset;
  aspect-ratio: unset;
  object-fit: unset;
  border-radius: unset;
}

.equipmentPage .gallery-item:hover img {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .equipmentPage .gallery-masonry {
    column-count: 3;
  }
}

@media (max-width: 768px) {
  .equipmentPage .gallery-masonry {
    column-count: 2;
  }
}

.galleryPage .row .col-md-4 {
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 12px;
}
.galleryPage .photo-gallery {
  margin-bottom: 0px;
}
.about-img-2 figure {
  text-align: end;
}
.about-img-2 figure img {
  width: 75%;
}
.mainOuter {
  position: relative;
}
.mainOuter .nabhLogo {
  position: fixed;
  right: 20px;
  top: 110px;
  z-index: 99;
}
.mainOuter .nabhLogo img {
  width: 100px;
  animation-name: swing;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.whatsappIcon {
  position: fixed;
  left: 50px;
  bottom: 30px;
  z-index: 99;
  background: #fff;
  border-radius: 50%;
  padding: 2px;
}
.whatsappIcon img {
  width: 60px;
  animation-name: swing;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.about-experience img {
  width: 150px;
}
.achievement-section::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 4%);
  top: 0;
  left: 0;
}
.achievement-section {
  position: relative;
  background-image: url("../images/img/achivbg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  color: #fff;
}

.facilities.achievement-section .section-tag {
  color: #fff;
}
.achievement-section .section-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #259f8e;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.facilities.achievement-section .section-tag span {
  background-color: #fff;
}
.achievement-section .section-tag span {
  width: 70px;
  height: 2px;
  background: #259f8e;
}

.achievement-section .section-tag i {
  font-size: 22px;
}

.facilities.achievement-section .section-title {
  color: #fff;
}
.achievement-section .section-title span {
  color: #259f8e;
}
.achievement-section .section-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 7px;
}
.btn-highlighted.cta {
  background-color: #28184f;
}
.achievement-section .achievement-card h4 br {
  display: none;
}
.facilities.achievement-section .section-subtitle {
  color: #fff;
}
.achievement-section .container {
  position: relative;
}
.achievement-section .section-subtitle {
  max-width: 700px;
  margin: auto;
  font-size: 16px;
  line-height: 24px;
  color: #000000a8;
  margin-bottom: 30px;
}
/* .achievement-section .achievement-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #259f8e;
  opacity: 0.9;
  z-index: -1;
  border-radius: 0px;
} */
.achievement-section .achiveCardOuter {
  transition: 0.4s;
  background-image: url("../images/img/smalBg.jpg");
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 0px 7px #00000026;
}
.achievement-section .achievement-card {
  background: #fff;
  color: #222;
  border-radius: 0px 0px 50px 0px;
  text-align: center;
  padding: 30px 20px 8px;
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: 0.4s;
}

.achievement-section .achiveCardOuter:hover {
  transform: translateY(-10px);
}

.achievement-section .icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #259f8e;
  font-size: 18px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 20px;
}

.achievement-section .icon-circle::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px dashed #259f8e;
  border-radius: 50%;
}

.achievement-section .icon-circle::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #259f8e;
  border-radius: 50%;
  position: absolute;
  top: -3px;
}

.achievement-section .achievement-card h3 {
  color: #28184f;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 5px;
}

.achievement-section .achievement-card h4 {
  font-size: 20px;
  font-weight: 600;
}

.achievement-section .divider {
  width: 70px;
  height: 5px;
  background: #259f8e;
  border-radius: 10px;
  margin: 14px auto;
}

.achievement-section .achievement-card p {
  color: #527282;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

.achievement-section .bottom-icon {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #4d14cc;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  border: 4px solid #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.achievement-section .feature-box {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 20px;
  padding: 6px 20px 10px;
  background-color: #fff;
  margin-top: 40px;
}

.achievement-section .feature-item {
  color: #fff;
  padding: 20px 12px;
}

.achievement-section .feature-item i {
  color: #259f8e;
  font-size: 38px;
  margin-bottom: 15px;
}

.achievement-section .feature-item h6 {
  font-size: 22px;
  font-weight: 700;
}

.achievement-section .feature-item p {
  color: #527282;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .achievement-section .section-title {
    font-size: 42px;
  }

  .achievement-section .achievement-card h3 {
    font-size: 55px;
  }

  .achievement-section .achievement-card h4 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .achievement-section .section-title {
    font-size: 34px;
  }

  .achievement-section .section-subtitle {
    font-size: 18px;
  }

  .achievement-section .achievement-card {
    margin-bottom: 30px;
  }
}
.visionBlock.vision-mission-section {
  background: #259f8e;
  padding: 60px 0;
}

.visionBlock .section-heading {
  margin-bottom: 70px;
}

.visionBlock .heading-badge {
  display: inline-block;
  background: #3d157d;
  color: #fff;
  padding: 10px 25px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.visionBlock .section-heading h2 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.visionBlock .heading-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.visionBlock .heading-line span {
  width: 70px;
  height: 2px;
  background: #fff;
}

.visionBlock .heading-line i {
  color: #fff;
  font-size: 16px;
}

.visionBlock .heading-line p {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

/* Cards */

.vision-card,
.mission-card {
  position: relative;
  border-radius: 25px;
  text-align: center;
  padding: 50px 20px 60px;
  min-height: 420px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
  overflow: visible;
  transition: 0.4s;
}

.mission-card {
  background: #fff;
  color: #222;
}

.vision-card:hover,
.mission-card:hover {
  transform: translateY(-10px);
}

/* Top Circle */

.visionBlock .top-icon {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #259f8e;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border: 8px solid #f7f5fb;
}

.visionBlock .card-content h3 {
  font-size: 30px;
  font-weight: 600;
}

.visionBlock .small-line {
  width: 55px;
  height: 4px;
  background: #8d5bff;
  margin: 18px auto 30px;
  border-radius: 20px;
}

.visionBlock .card-content p {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}

.visionBlock .vision-card p {
  color: #555;
}

.visionBlock .mission-card p {
  color: #555;
}

/* Bottom Line */

.visionBlock .bottom-line {
  position: absolute;
  width: 70%;
  height: 2px;
  background: #259f8e;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}

.visionBlock .bottom-icon {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: #259f8e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 4px solid #fff;
}

/* .vision-card,
.mission-card {
  position: relative;
  border-radius: 25px;
  text-align: center;
  padding: 50px 20px 60px;
  min-height: unset;
  background: #fff;
  color: #222;
  transition: all 0.4s ease;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
} */

/* Hover Effect */
.vision-card:hover,
.mission-card:hover {
  background: #2b0d67;
  transform: translateY(-10px);
}
.visionBlock .card-content h5 {
  margin-bottom: 12px;
  text-align: start;
  font-weight: 500;
}
/* Make all text white on hover */
.vision-card:hover h3,
.vision-card:hover h5,
.vision-card:hover p,
.vision-card:hover .small-line,
.mission-card:hover h3,
.mission-card:hover h5,
.mission-card:hover p,
.mission-card:hover .small-line {
  color: #fff;
}

/* Divider */
.visionBlock .small-line {
  width: 55px;
  height: 4px;
  background: #8d5bff;
  margin: 7px auto 16px;
  border-radius: 20px;
  transition: 0.3s;
}

.mission-card:hover .small-line,
.vision-card:hover .small-line {
  background: #fff;
}

/* Top Icon Circle */
.visionBlock .top-icon {
  background: #fff;
  color: #259f8e;
  transition: 0.3s;
}

/* Bottom Icon */
.visionBlock .bottom-icon {
  background: #259f8e;
  color: #fff;
  transition: 0.3s;
}

/* Responsive */

@media (max-width: 991px) {
  .visionBlock .section-heading h2 {
    font-size: 38px;
  }

  .vision-card,
  .mission-card {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .visionBlock .section-heading h2 {
    font-size: 30px;
  }

  .visionBlock .heading-line {
    flex-direction: column;
    gap: 8px;
  }

  .visionBlock .heading-line span {
    display: none;
  }

  .visionBlock .card-content h3 {
    font-size: 30px;
  }

  .visionBlock .card-content p {
    font-size: 18px;
  }
}
.hero-content .bannerSubTitle {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 12px;
  background: #fff;
  margin-top: 17px;
  border-radius: 12px;
  box-shadow: 0px 0px 5px #28184f3b;
}
.hero-content .bannerSubTitle .dentIcon {
  height: 50px;
  width: 50px;
  background: #fff;
  box-shadow: 0px 0px 3px #28184f;
  border-radius: 6px;
  padding: 6px;
}
.hero-image .hero-img img {
  max-width: 75%;
}
.hero-content .bannerSubTitle .dentIcon img {
}
.hero-content .bannerSubTitle h5 {
}
.hero-content .section-title .bannerSubTitle p {
  margin-top: 1px;
  font-size: 14px;
  color: #4e348f;
}
.cashLessBlock {
  padding-top: 60px;
}
.schemesBlock .swiper-wrapper {
  padding: 12px 0px 60px;
}
.halfRadious {
  border-radius: 50%;
}
.schemesBlock .slideImg {
  height: 200px;
  text-align: center;
  box-shadow: 0px 0px 4px #259f8e;
  margin: 0px 10px;
  padding: 12px;
  border-radius: 12px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schemesBlock .slideImg img {
  height: 100%;
}
.schemesBlock h3 {
  text-align: center;
  font-size: 18px;
  margin-top: 8px;
  padding: 0px 20px;
}
.schemesBlock .slideImg img.heightAuto {
  height: auto;
}
.schemesBlock .swiper-button-prev {
  left: unset !important;
  right: 52% !important;
  top: unset !important;
  bottom: 0px !important;
  height: unset;
  width: unset;
  font-size: 16px;
  color: #ffffff;
  background: #259f8e;
  padding: 6px 7px;
  border-radius: 3px;
}
.schemesBlock .swiper-button-prev svg.swiper-navigation-icon {
  width: 8px;
}
.schemesBlock .swiper-button-next svg.swiper-navigation-icon {
  width: 8px;
}
.schemesBlock .swiper-button-prev::after {
  font-size: 14px;
}
.schemesBlock .swiper-button-next::after {
  font-size: 14px;
  position: relative;
  top: 0.25px;
}
.schemesBlock .swiper-button-next {
  right: unset !important;
  left: 52% !important;
  top: unset !important;
  bottom: 0px !important;
  height: unset;
  width: unset;
  font-size: 16px;
  color: #ffffff;
  background: #259f8e;
  padding: 6px 7px;
  border-radius: 3px;
}
.schemesBlock .swiper-button-prev:hover,
.schemesBlock .swiper-button-next:hover {
  background-color: #28184f;
}
.schemesBlock .swiper-button-prev:active,
.schemesBlock .swiper-button-next:active {
  background-color: #259f8e;
}

/* =========================================
   CENTER TOOTH ANIMATION
========================================= */

.why-choose-tooth-animation {
  position: relative;
  width: 100%;
  height: 450px;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: visible;
}

/* Tooth Image */
.why-choose-tooth-animation figure {
  position: relative;
  z-index: 5;
  width: 300px;
  height: 300px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0;

  animation: toothFloat 4s ease-in-out infinite;
}

.why-choose-tooth-animation .animated-tooth {
  width: 100%;
  height: auto;
  object-fit: contain;

  filter: drop-shadow(0 15px 20px rgba(0, 120, 180, 0.18))
    drop-shadow(0 0 25px rgba(0, 190, 255, 0.15));

  animation: toothGlow 3s ease-in-out infinite;
}

/* =========================================
   TOOTH FLOATING
========================================= */

@keyframes toothFloat {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-18px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* =========================================
   TOOTH GLOW
========================================= */

.tooth-glow {
  position: absolute;

  width: 280px;
  height: 280px;

  border-radius: 50%;

  background: rgba(80, 210, 255, 0.12);

  filter: blur(25px);

  z-index: 1;

  animation: glowPulse 3s ease-in-out infinite;
}

@keyframes glowPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.4;
  }

  50% {
    transform: scale(1.12);
    opacity: 0.8;
  }

  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}

/* =========================================
   ANIMATED CIRCULAR RINGS
========================================= */

.tooth-ring {
  position: absolute;

  border: 2px solid rgba(40, 190, 230, 0.25);

  border-radius: 50%;

  z-index: 2;
}

.tooth-ring-1 {
  width: 360px;
  height: 360px;

  animation: ringRotate 8s linear infinite;
}

.tooth-ring-2 {
  width: 410px;
  height: 410px;

  border-color: rgba(40, 190, 230, 0.12);

  animation: ringRotateReverse 12s linear infinite;
}

/* Ring rotating */

@keyframes ringRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes ringRotateReverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

/* =========================================
   ROTATING LIGHT ORBIT
========================================= */

.tooth-ring-1::before {
  content: "";

  position: absolute;

  width: 12px;
  height: 12px;

  background: #22b8df;

  border-radius: 50%;

  top: 50%;
  left: -6px;

  box-shadow:
    0 0 10px #22b8df,
    0 0 20px rgba(34, 184, 223, 0.7);
}

.tooth-ring-2::after {
  content: "";

  position: absolute;

  width: 9px;
  height: 9px;

  background: #20a9d0;

  border-radius: 50%;

  right: 92px;
  top: 15px;

  box-shadow:
    0 0 10px #20a9d0,
    0 0 20px rgba(32, 169, 208, 0.6);
}

/* =========================================
   FLOATING PARTICLES
========================================= */

.tooth-particles {
  position: absolute;

  width: 360px;
  height: 360px;

  z-index: 4;

  pointer-events: none;
}

.tooth-particles span {
  position: absolute;

  width: 6px;
  height: 6px;

  background: #24b8dc;

  border-radius: 50%;

  box-shadow: 0 0 12px rgba(36, 184, 220, 0.8);

  animation: particleFloat 3s ease-in-out infinite;
}

.tooth-particles span:nth-child(1) {
  top: 20px;
  left: 80px;
  animation-delay: 0s;
}

.tooth-particles span:nth-child(2) {
  top: 80px;
  right: 20px;
  animation-delay: 0.6s;
}

.tooth-particles span:nth-child(3) {
  bottom: 50px;
  right: 50px;
  animation-delay: 1.2s;
}

.tooth-particles span:nth-child(4) {
  bottom: 20px;
  left: 90px;
  animation-delay: 1.8s;
}

.tooth-particles span:nth-child(5) {
  top: 150px;
  left: 10px;
  animation-delay: 2.2s;
}

.tooth-particles span:nth-child(6) {
  top: 40px;
  right: 100px;
  animation-delay: 2.7s;
}

@keyframes particleFloat {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.4;
  }

  50% {
    transform: translateY(-15px) scale(1.4);
    opacity: 1;
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 0.4;
  }
}

/* =========================================
   TOOTH SOFT GLOW
========================================= */

@keyframes toothGlow {
  0% {
    filter: drop-shadow(0 15px 20px rgba(0, 120, 180, 0.15))
      drop-shadow(0 0 10px rgba(0, 190, 255, 0.05));
  }

  50% {
    filter: drop-shadow(0 20px 30px rgba(0, 120, 180, 0.25))
      drop-shadow(0 0 30px rgba(0, 190, 255, 0.25));
  }

  100% {
    filter: drop-shadow(0 15px 20px rgba(0, 120, 180, 0.15))
      drop-shadow(0 0 10px rgba(0, 190, 255, 0.05));
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 991px) {
  .why-choose-tooth-animation {
    height: 400px;
    margin: 20px 0;
  }

  .why-choose-tooth-animation figure {
    width: 260px;
    height: 260px;
  }

  .tooth-glow {
    width: 240px;
    height: 240px;
  }

  .tooth-ring-1 {
    width: 320px;
    height: 320px;
  }

  .tooth-ring-2 {
    width: 360px;
    height: 360px;
  }

  .tooth-particles {
    width: 320px;
    height: 320px;
  }
}

@media (max-width: 576px) {
  .why-choose-tooth-animation {
    height: 270px;
    margin: -9px 0px 12px !important;
  }

  .why-choose-tooth-animation figure {
    width: 180px;
    height: 180px;
  }

  .tooth-glow {
    width: 180px;
    height: 180px;
  }

  .tooth-ring-1 {
    width: 210px;
    height: 210px;
  }

  .tooth-ring-2 {
    width: 250px;
    height: 250px;
  }

  .tooth-particles {
    width: 250px;
    height: 250px;
  }
}
.facilities.achievement-section {
  background-color: var(--primary-color);
  background-image: unset;
}
.scheme-marquee {
  width: 100%;
  overflow: hidden;
}

.scheme-track {
  display: flex;
  width: max-content;
  animation: scheme-scroll 120s linear infinite;
}
.scheme-track:hover {
  animation-play-state: paused;
}

.scheme-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
/* .scheme-marquee.two .scheme-item::before {
  position: absolute;
  content: "";
  height: 133%;
  width: 11px;
  left: -3px;
  top: -5px;
  background-color: #fff;
  transform: rotate(167deg);
}
.scheme-marquee.two .scheme-item::after {
  position: absolute;
  content: "";
  height: 133%;
  width: 11px;
  right: -5px;
  top: -5px;
  background-color: #fff;
  transform: rotate(167deg);
} */
.scheme-marquee .scheme-item::before {
  position: absolute;
  content: "";
  height: 133%;
  width: 11px;
  left: -3px;
  top: -5px;
  background-color: #fff;
  transform: rotate(167deg);
  border-radius: 3px 0px 0px 3px;
}
.scheme-marquee .scheme-item::after {
  position: absolute;
  content: "";
  height: 133%;
  width: 11px;
  right: -5px;
  top: -5px;
  background-color: #fff;
  transform: rotate(167deg);
  border-radius: 0px 3px 3px 0px;
}
.scheme-marquee.two {
  margin-top: 20px;
}
.scheme-item {
  flex-shrink: 0;
  margin-right: 30px;
  color: white;
  font-size: 28px;
  font-weight: 600;
  white-space: nowrap;
  background: #259f8e;
  padding: 18px 50px;
  position: relative;
  border-radius: 0px 16px;
}
/* Continuous scrolling */
@keyframes scheme-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.scheme-track-reverse {
  animation: scroll-right 80s linear infinite;
}
.scheme-track-reverse:hover {
  animation-play-state: paused;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}
/* --------------------------------- EQUIPmen --------------------- */
.equipment-gallery-section {
  padding: 50px 0 50px;
}

.equipment-gallery {
  position: relative;
  width: 100%;
}

.equipment-marquee {
  width: 100%;
  overflow: hidden;
}

.equipment-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.equipment-group {
  display: flex;
  flex-shrink: 0;
  width: max-content;
  gap: 6px;
  padding: 0px 3px;
}

.equipment-card {
  width: auto;
  height: 450px;
  overflow: hidden;
  border-radius: 6px;
  flex-shrink: 0;
}

.equipment-card img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: cover;
}

/* Buttons */

.gallery-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 45px;
  height: 45px;

  border: none;
  border-radius: 50%;

  cursor: pointer;
  z-index: 10;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.3s ease;
}

.gallery-prev {
  left: 15px;
}

.gallery-next {
  right: 15px;
}

.gallery-btn:hover {
  transform: translateY(-50%) scale(1.08);
}

@media (max-width: 991px) {
  .equipment-card {
    flex-basis: 260px;
    width: 260px;
    height: 350px;
  }
}

@media (max-width: 575px) {
  .equipment-card {
    flex-basis: unset;
    width: auto;
    height: 260px;
  }

  .gallery-btn {
    width: 34px;
    height: 34px;
  }

  .gallery-prev {
    left: 8px;
  }

  .gallery-next {
    right: 8px;
  }
}
/* .brandsBlock {
  padding-top: 60px;
  padding-bottom: 10px;
}
.brandsBlock .brandLogo {
  background: #eff8ff;
  height: 150px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border-radius: 12px;
}
.brandsBlock .brandsRow .col-md-2 {
  padding-left: 10px;
  padding-right: 10px;
}
.brandsBlock .brandLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */

/* ================================
   BRANDS ROW - PREMIUM CARD DESIGN
   ================================ */

.brandsBlock {
  background: #eff8ff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.brandsBlock .brandsRow {
  --brand-primary: #28184f;
  --brand-accent: #279f98;
  --brand-bg: #f6fbff;
  --brand-border: rgba(40, 24, 79, 0.08);
  justify-content: center;
}

/* Bootstrap column spacing */
.brandsBlock .brandsRow .col-md-2 {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

/* Brand Card */
.brandsBlock .brandsRow .brandLogo {
  background: #fff;
  position: relative;
  height: 110px;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 0px 0px 5px #28184f47;
  overflow: hidden;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease,
    border-color 0.45s ease,
    background 0.45s ease;
  animation: brandCardFadeUp 0.7s ease both;
}

/* Soft inner glow */
.brandsBlock .brandsRow .brandLogo::before {
  /* content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(
    circle at 50% 0%,
    rgba(39, 159, 152, 0.1),
    transparent 48%
  );

  opacity: 0;
  transition: opacity 0.45s ease; */
}

/* Shine sweep */
.brandsBlock .brandsRow .brandLogo::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -80%;

  width: 35%;
  height: 300%;

  background: #eff8ff;

  transform: rotate(25deg);
  transition: left 0.75s ease;
}

/* Logo */
.brandsBlock .brandsRow .brandLogo img {
  position: relative;
  z-index: 2;

  width: 100%;
  height: 100%;

  object-fit: contain;

  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.45s ease;
}

/* Hover */
.brandsBlock .brandsRow .brandLogo:hover {
  transform: translateY(-8px);

  background: #ffffff;

  box-shadow: 4px 4px 6px #28184f85;
}

/* Hover glow */
.brandsBlock .brandsRow .brandLogo:hover::before {
  opacity: 1;
}

/* Shine animation */
.brandsBlock .brandsRow .brandLogo:hover::after {
  left: 140%;
}

/* Logo zoom */
.brandsBlock .brandsRow .brandLogo:hover img {
  transform: scale(1.08);
}

/* Small top accent line */
.brandsBlock .brandsRow .brandLogo {
  border-top: 3px solid transparent;
}

.brandsBlock .brandsRow .brandLogo:hover {
  border-top-color: var(--brand-accent);
}

/* ================================
   STAGGERED CARD ENTRY ANIMATION
   ================================ */

.brandsBlock .brandsRow .col-md-2:nth-child(1) .brandLogo {
  animation-delay: 0.05s;
}

.brandsBlock .brandsRow .col-md-2:nth-child(2) .brandLogo {
  animation-delay: 0.1s;
}

.brandsBlock .brandsRow .col-md-2:nth-child(3) .brandLogo {
  animation-delay: 0.15s;
}

.brandsBlock .brandsRow .col-md-2:nth-child(4) .brandLogo {
  animation-delay: 0.2s;
}

.brandsBlock .brandsRow .col-md-2:nth-child(5) .brandLogo {
  animation-delay: 0.25s;
}

.brandsBlock .brandsRow .col-md-2:nth-child(6) .brandLogo {
  animation-delay: 0.3s;
}

.brandsBlock .brandsRow .col-md-2:nth-child(7) .brandLogo {
  animation-delay: 0.35s;
}

.brandsBlock .brandsRow .col-md-2:nth-child(8) .brandLogo {
  animation-delay: 0.4s;
}

.brandsBlock .brandsRow .col-md-2:nth-child(9) .brandLogo {
  animation-delay: 0.45s;
}

.brandsBlock .brandsRow .col-md-2:nth-child(10) .brandLogo {
  animation-delay: 0.5s;
}

.brandsBlock .brandsRow .col-md-2:nth-child(11) .brandLogo {
  animation-delay: 0.55s;
}

.brandsBlock .brandsRow .col-md-2:nth-child(12) .brandLogo {
  animation-delay: 0.6s;
}

.brandsBlock .brandsRow .col-md-2:nth-child(13) .brandLogo {
  animation-delay: 0.65s;
}

.brandsBlock .brandsRow .col-md-2:nth-child(14) .brandLogo {
  animation-delay: 0.7s;
}

/* Entry animation */
@keyframes brandCardFadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================================
   OPTIONAL: SUBTLE FLOATING EFFECT
   ================================ */

.brandsBlock .brandsRow .col-md-2:nth-child(odd) .brandLogo {
  animation:
    brandCardFadeUp 0.7s ease both,
    brandFloat 5s ease-in-out infinite;
}

.brandsBlock .brandsRow .col-md-2:nth-child(even) .brandLogo {
  animation:
    brandCardFadeUp 0.7s ease both,
    brandFloat 5s ease-in-out infinite 1.2s;
}

@keyframes brandFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

/* ================================
   RESPONSIVE
   ================================ */

@media (max-width: 1199px) {
  .brandsBlock .brandsRow .brandLogo {
    height: 140px;
    padding: 22px;
  }
}

@media (max-width: 991px) {
  .brandsBlock .brandsRow .brandLogo {
    height: 135px;
    padding: 20px;
    border-radius: 16px;
  }
}

@media (max-width: 767px) {
  .brandsBlock .brandsRow .col-md-2 {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px;
  }

  .brandsBlock .brandsRow .brandLogo {
    height: 120px;
    padding: 18px;
    border-radius: 14px;
  }

  .brandsBlock .brandsRow .brandLogo:hover {
    transform: translateY(-5px);
  }
}

/* ================================
   ACCESSIBILITY
   ================================ */

@media (prefers-reduced-motion: reduce) {
  .brandsBlock .brandsRow .brandLogo,
  .brandsBlock .brandsRow .brandLogo img {
    animation: none !important;
    transition: none !important;
  }
}
.team-social-icon {
  background: #28184fcc;
  width: 90%;
  padding: 12px;
  border-radius: 6px;
}
.team-social-icon h4 {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0px;
}
.team-social-icon h6 {
  border-top: 1px dashed #ffffff66;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  width: fit-content;
  margin: 4px auto 0px;
  padding-top: 4px;
}
.eventsBlock {
  padding-top: 60px;
  padding-bottom: 60px;
}
.eventsBlock .eventTabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.eventsBlock .eventTab {
  border: 1px solid #ddd;
  background: #fff;
  color: #28184f;
  padding: 12px 22px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.eventsBlock .eventTab:hover {
  transform: translateY(-2px);
  border-color: #28184f;
}

.eventsBlock .eventTab.active {
  background: #28184f;
  color: #fff;
  border-color: #28184f;
  box-shadow: 0 8px 20px rgba(40, 24, 79, 0.18);
}

.eventsBlock .eventCard {
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}
.eventCard .col-lg-3 {
  padding-right: 6px;
  padding-left: 6px;
}
.eventCard .col-lg-3 .photo-gallery {
  margin-bottom: 10px;
  border-radius: 7px;
}
.eventCard .col-lg-3 .photo-gallery img {
  border-radius: unset;
}
.eventsBlock .eventCard h3 {
  margin-bottom: 16px;
  padding-left: 6px;
}
.eventsBlock .section-title p {
  width: 70%;
  margin: 20px auto 0px;
}
.eventsBlock .eventCard .row {
  width: 100%;
  margin: 0px;
}

.paymentsBlock .payment-page {
  width: 100%;
  /* min-height: 100vh; */
  background: #ffffff;
  color: #171744;
  padding: 60px 48px 40px;
}

/* =====================================
   HERO SECTION
===================================== */

.paymentsBlock .payment-hero {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: center;
  margin-bottom: 38px;
}

.paymentsBlock .hero-content {
  padding-left: 42px;
}

.paymentsBlock .secure-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #19194a;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.paymentsBlock .secure-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #f0eaff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6736db;
  font-size: 20px;
}

.paymentsBlock .hero-content h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 0;
}

.paymentsBlock .hero-content h2 span {
  color: #259f8e;
}

.paymentsBlock .hero-description {
  margin-top: 22px;
  color: #565677;
  font-size: 18px;
  line-height: 1.7;
}

/* =====================================
   FEATURES
===================================== */

.paymentsBlock .features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 32px;
}

.paymentsBlock .feature {
  flex-direction: column;
  min-height: 90px;
  display: flex;
  align-items: start;
  gap: 14px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #ececf4;
}

.paymentsBlock .feature:last-child {
  border-right: none;
}

.paymentsBlock .feature-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #eff8ff;
  color: #259f8e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.paymentsBlock .feature strong,
.paymentsBlock .feature span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #3f4063;
}

.paymentsBlock .feature strong {
  font-weight: 500;
}

/* =====================================
   HERO IMAGE AREA
===================================== */

.paymentsBlock .hero-image {
  position: relative;
  height: 455px;
  border-radius: 26px;
  overflow: hidden;
  background: #eff8ff;
}

/* Background circles */

.paymentsBlock .background-circle {
  position: absolute;
  border-radius: 50%;
  background: #b8e4de;
}

.paymentsBlock .circle-one {
  width: 330px;
  height: 330px;
  right: 45px;
  top: 75px;
}

.paymentsBlock .circle-two {
  width: 130px;
  height: 130px;
  left: 100px;
  top: 35px;
}

/* =====================================
   CREDIT CARD
===================================== */

.paymentsBlock .credit-card {
  position: absolute;
  z-index: 4;
  width: 210px;
  height: 150px;
  left: 35px;
  bottom: 55px;
  border-radius: 15px;
  padding: 20px;
  color: white;
  background: linear-gradient(135deg, #47306d, #171633);
  box-shadow: 0 18px 30px rgba(45, 31, 90, 0.25);
  transform: rotate(2deg);
}

.paymentsBlock .card-small-text {
  font-size: 11px;
  opacity: 0.8;
}

.paymentsBlock .chip {
  width: 29px;
  height: 22px;
  background: #e9bb52;
  border-radius: 5px;
  margin-top: 18px;
}

.paymentsBlock .card-number {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.paymentsBlock .card-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 7px;
  margin-top: 11px;
}

/* =====================================
   MOBILE PHONE
===================================== */

.paymentsBlock .mobile-payment {
  position: absolute;
  z-index: 5;
  width: 175px;
  height: 370px;
  top: 42px;
  left: 48%;
  transform: translateX(-50%);
  background: #fff;
  border: 8px solid #272344;
  border-radius: 28px;
  box-shadow: 0 20px 40px rgba(37, 25, 75, 0.2);
  text-align: center;
  padding-top: 45px;
}

.paymentsBlock .mobile-notch {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 17px;
  border-radius: 0 0 12px 12px;
  background: #272344;
}

.paymentsBlock .payment-success {
  color: #27234c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.paymentsBlock .success-circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin: 22px auto;
  background: #259f8e;
  color: #fff;
  font-size: 42px;
  line-height: 65px;
  box-shadow: 0 8px 20px rgb(184 228 222);
}

.paymentsBlock .success-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 20px;
}

.paymentsBlock .success-lines span {
  display: block;
  height: 8px;
  border-radius: 10px;
  background: #eeeef7;
}

.paymentsBlock .success-lines span:nth-child(2) {
  width: 80%;
}

.paymentsBlock .success-lines span:nth-child(3) {
  width: 60%;
}

.paymentsBlock .mobile-payment button {
  margin-top: 20px;
  border: none;
  background: #259f8e;
  color: white;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 12px;
}

/* =====================================
   PLANT
===================================== */

.paymentsBlock .plant {
  position: absolute;
  right: 95px;
  bottom: 34px;
  z-index: 3;
}

.paymentsBlock .plant-pot {
  width: 65px;
  height: 58px;
  background: #b8e4de;
  border-radius: 0 0 18px 18px;
  margin: auto;
}

.paymentsBlock .plant-leaf {
  position: absolute;
  width: 30px;
  height: 75px;
  background: #259f8e;
  border-radius: 100% 0 100% 0;
  transform-origin: bottom;
}

.paymentsBlock .leaf-one {
  left: -5px;
  bottom: 40px;
  transform: rotate(-25deg);
}

.paymentsBlock .leaf-two {
  left: 38px;
  bottom: 40px;
  transform: rotate(28deg);
}

/* =====================================
   QR CARD
===================================== */

.paymentsBlock .qr-card {
  position: absolute;
  z-index: 6;
  right: 30px;
  bottom: 65px;
  width: 135px;
  min-height: 190px;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  transform: rotate(4deg);
  box-shadow: 0 10px 25px rgba(45, 25, 90, 0.1);
  text-align: center;
}

.paymentsBlock .qr-card h4 {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.3;
  color: #27234c;
}

.paymentsBlock .qr-code {
  width: 78px;
  height: 78px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 3px solid #111;
  font-size: 65px;
  line-height: 1;
}

.paymentsBlock .qr-card strong {
  display: block;
  margin-top: 12px;
  color: #27234c;
  font-size: 13px;
}

/* =====================================
   PAYMENT SECTION
===================================== */

.paymentsBlock .payment-method-section {
  width: 100%;
}

.paymentsBlock .payment-title-small {
  text-align: center;
  color: #259f8e;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
}

.paymentsBlock .payment-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 25px;
}

.paymentsBlock .payment-title h2 {
  margin: 0;
  color: #171744;
  font-size: 29px;
  font-weight: 800;
}

.paymentsBlock .payment-title span {
  width: 35px;
  height: 3px;
  background: #ded1fa;
  border-radius: 10px;
}

/* =====================================
   PAYMENT GRID
===================================== */

.paymentsBlock .payment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.paymentsBlock .payment-card {
  min-height: 142px;
  border: 1px solid #e4dcfb;
  border-radius: 14px;
  padding: 14px 20px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(93, 55, 170, 0.06);
  transition: 0.25s ease;
}

.paymentsBlock .payment-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(93, 55, 170, 0.12);
}

.paymentsBlock .payment-card h3 {
  margin: 0;
  text-align: center;
  color: #259f8e;
  font-size: 19px;
  font-weight: 700;
}

.paymentsBlock .title-line {
  width: 28px;
  height: 2px;
  background: #d2bfff;
  margin: 10px auto 15px;
}

.paymentsBlock .payment-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 45px;
}

.paymentsBlock .payment-logo {
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
}
.paymentsBlock .payment-logo img {
  height: 30px;
}

/* =====================================
   PAYMENT LOGO STYLES
===================================== */

.paymentsBlock .payment-logo .gpay {
  height: 26px;
}

.paymentsBlock .payment-logo .phonepe {
  height: 26px;
}

.paymentsBlock .payment-logo .paytm {
  height: 40px;
}

.paymentsBlock .payment-logo .visa {
  height: 40px;
}

.paymentsBlock .payment-logo .mastercard {
  height: 36px;
}

.paymentsBlock .payment-logo .rupay {
  height: 45px;
}

.paymentsBlock .payment-logo .sbi {
  height: 32px;
}

.paymentsBlock .payment-logo .hdfc {
  height: 16px;
}

.paymentsBlock .payment-logo .icici {
  height: 18px;
}

.paymentsBlock .payment-logo .amazon {
  height: 18px;
}

.paymentsBlock .payment-logo .bajaj {
  color: #087bc0;
  font-size: 10px;
}

.paymentsBlock .payment-logo .idfc {
  color: #a91e2a;
  font-size: 12px;
}

.paymentsBlock .payment-logo .bhim {
  height: 20px;
}

.paymentsBlock .payment-logo .zeta {
  height: 18px;
}

.paymentsBlock .payment-logo .mobikwik {
  height: 20px;
}

.paymentsBlock .payment-logo .jiopay {
  height: 15px;
}

/* =====================================
   SECURITY BAR
===================================== */

.paymentsBlock .security-bar {
  width: 65%;
  min-height: 62px;
  margin: 27px auto 0;
  border-radius: 13px;
  background: #259f8e1c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  color: #259f8e;
}

.paymentsBlock .security-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 600;
}

.paymentsBlock .security-lock,
.paymentsBlock .security-shield {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #088a78;
  color: white;
  font-size: 18px;
}

.paymentsBlock .security-divider {
  width: 1px;
  height: 30px;
  background: #c9b9ee;
}

/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 1200px) {
  .paymentsBlock .payment-page {
    padding: 25px;
  }

  .paymentsBlock .hero-content {
    padding-left: 10px;
  }

  .paymentsBlock .hero-content h1 {
    font-size: 42px;
  }

  .paymentsBlock .hero-description {
    font-size: 16px;
  }

  .paymentsBlock .payment-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .paymentsBlock .security-bar {
    width: 90%;
  }
}

@media (max-width: 900px) {
  .paymentsBlock .payment-hero {
    grid-template-columns: 1fr;
  }

  .paymentsBlock .hero-content {
    padding-left: 0;
  }

  .paymentsBlock .hero-image {
    height: 430px;
  }

  .paymentsBlock .features {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .paymentsBlock .feature {
    border-right: none;
  }
}

@media (max-width: 600px) {
  .paymentsBlock .payment-card {
    min-height: unset;
    border-radius: 10px;
    padding: 10px 8px;
  }
  .paymentsBlock .payment-page {
    padding: 15px;
  }

  .paymentsBlock .hero-content h1 {
    font-size: 32px;
  }

  .paymentsBlock .hero-description {
    font-size: 15px;
  }

  .paymentsBlock .desktop-break {
    display: none;
  }

  .paymentsBlock .features {
    grid-template-columns: 1fr 1fr;
  }

  .paymentsBlock .feature {
    padding-right: 5px;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    min-height: unset;
    margin-bottom: 8px;
    padding-left: 4px;
  }

  .paymentsBlock .feature-icon {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .paymentsBlock .feature strong,
  .paymentsBlock .feature span {
    font-size: 13px;
  }

  .paymentsBlock .hero-image {
    height: 320px;
  }

  .paymentsBlock .mobile-payment {
    width: 135px;
    height: 260px;
    top: 30px;
    border-width: 6px;
  }

  .paymentsBlock .payment-success {
    font-size: 11px;
  }

  .paymentsBlock .success-circle {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 23px;
    margin: 18px auto;
  }
  .paymentsBlock .success-lines span {
    height: 6px;
  }
  .paymentsBlock .mobile-payment button {
    padding: 2px 15px;
    border-radius: 5px;
  }
  .paymentsBlock .circle-two {
    width: 70px;
    height: 70px;
    left: 26px;
    top: 35px;
  }
  .paymentsBlock .plant-pot {
    display: none;
  }

  .paymentsBlock .credit-card {
    width: 155px;
    height: 100px;
    left: 15px;
    bottom: 35px;
    padding: 12px;
  }
  .paymentsBlock .card-small-text {
    line-height: 1;
    font-size: 10px;
    opacity: 0.8;
  }
  .paymentsBlock .chip {
    width: 28px;
    height: 19px;
    background: #e9bb52;
    border-radius: 4px;
    margin-top: 7px;
  }

  .paymentsBlock .card-number {
    font-size: 9px;
    line-height: 1;
  }
  .paymentsBlock .card-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 7px;
    margin-top: 10px;
    line-height: 2;
    letter-spacing: 1px;
  }
  .paymentsBlock .circle-one {
    width: 250px;
    height: 250px;
    right: 4px;
    top: 59px;
  }

  .paymentsBlock .qr-card {
    width: 105px;
    right: 10px;
    bottom: 40px;
    min-height: unset;
    padding: 12px;
  }
  .paymentsBlock .qr-card h4 {
    font-size: 11px;
  }

  .paymentsBlock .qr-code {
    width: 50px;
    height: 50px;
    font-size: 45px;
  }
  .paymentsBlock .leaf-two {
    display: none;
  }

  .paymentsBlock .plant {
    right: 70px;
    bottom: 20px;
  }

  .paymentsBlock .payment-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .paymentsBlock .payment-title h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }
  .paymentsBlock .hero-content h2 {
    font-size: 28px;
    text-align: center;
  }
  .paymentsBlock .payment-card h3 {
    font-size: 14px;
    font-weight: 600;
  }
  .paymentsBlock .title-line {
    width: 30px;
    height: 2px;
    background: #d2bfff;
    margin: 5px auto 7px;
  }
  .paymentsBlock .payment-logo .gpay {
    height: 16px;
  }
  .paymentsBlock .payment-logo .phonepe {
    height: 18px;
  }
  .paymentsBlock .payment-logo .paytm {
    height: 25px;
  }
  .paymentsBlock .payment-logo .visa {
    height: 24px;
  }
  .paymentsBlock .payment-logo .mastercard {
    height: 22px;
  }
  .paymentsBlock .payment-logo .rupay {
    height: 29px;
  }
  .paymentsBlock .payment-logo .sbi {
    height: 20px;
  }
  .paymentsBlock .payment-logo .hdfc {
    height: 11px;
  }
  .paymentsBlock .payment-logo .icici {
    height: 13px;
  }
  .paymentsBlock .payment-logo .amazon {
    height: 11px;
  }
  .paymentsBlock .payment-logo .bhim {
    height: 12px;
  }
  .paymentsBlock .payment-logo .jiopay {
    height: 10px;
  }
  .paymentsBlock .payment-logo .mobikwik {
    height: 14px;
  }
  .paymentsBlock .payment-logo .zeta {
    height: 16px;
  }
  .paymentsBlock .payment-logos {
    min-height: unset;
  }
  .paymentsBlock .security-bar {
    width: 100%;
    flex-direction: column;
    padding: 12px;
    gap: 10px;
    text-align: center;
    margin: 12px auto 0;
    min-height: unset;
    align-items: start;
  }
  .paymentsBlock .security-lock,
  .paymentsBlock .security-shield {
    width: 30px;
    height: 30px;
    font-size: 14px;
    flex-shrink: 0;
  }
  .paymentsBlock .security-item span {
    text-align: start;
  }
  .paymentsBlock .security-item {
    gap: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
  .paymentsBlock .security-divider {
    width: 70%;
    height: 1px;
  }
}
/* ================================
   DENTAL SERVICES
================================ */

.dental-services {
  width: 100%;
  padding: 20px;
}

/* ================================
   CARD
================================ */

.dental-card:hover:before {
  top: 0;
}
.dental-card:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background-color: #259f8e;
  border-radius: 0px;
  transition: all 0.4s ease-in-out;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.dental-card {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 280px;
  /* background: #ffffff; */
  background-image: linear-gradient(
    to bottom,
    #cbf7ff,
    #d5f9ff,
    #dffbfe,
    #e9fcff,
    #f3feff
  );
  border: 1px solid #e4e8ee;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.dental-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.13);
}

/* ================================
   IMAGE
================================ */

.dental-image {
  width: 100%;
  height: 100%;
  min-height: 280px;
  overflow: hidden;
}

.dental-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* ================================
   CONTENT
================================ */

.dental-content {
  height: 100%;
  padding: 22px 20px;
}
.dental-card:hover .dental-content h4 {
  color: #fff !important;
}
.dental-content h4 {
  transition: 0.5s ease-in-out;
  margin: 0 0 15px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: #1557a6 !important;
}

.dental-content ol {
  margin: 0;
  padding-left: 22px;
  height: 190px;
  overflow: auto;
}
.dental-content ol::-webkit-scrollbar {
  width: 3px;
}

.dental-content ol::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #28184f;
}

.dental-content ol::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
.dental-content li ul {
  padding-left: 17px;
}
.dental-content li ul li {
  list-style-type: disc;
  line-height: 1.3;
  font-size: 14px;
}
.dental-content li {
  list-style-type: auto;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.55;
  color: #28184f;
  font-weight: 600;
  transition: 0.5s ease-in-out;
}
.dental-card:hover .dental-content li {
  color: #fff;
}

.dental-content ol ol {
  margin-top: 4px;
  padding-left: 22px;
}

.dental-content ol ol li {
  margin-bottom: 2px;
}
.poseNumber {
  z-index: 1;
  padding: 0px;
  background-color: #1557a6;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 16px 0px 20px 0px;
  height: 44px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ================================
   TITLE COLORS
================================ */

.card-title-blue {
  color: #1557a6;
}

.card-title-green {
  color: #0b9b83;
}

.card-title-purple {
  color: #673ab7;
}

.card-title-orange {
  color: #ed6c02;
}

.card-title-teal {
  color: #168b9c;
}

.card-title-dark-green {
  color: #3b9144;
}

.card-title-pink {
  color: #d81b60;
}

/* ================================
   CENTER CONTENT
================================ */

.dental-content-center {
  display: flex;
  align-items: center;
}
.dental-card .col-5,
.dental-card .col-7 {
  padding: 0px;
}
.serviceSection .row.h-100 {
  position: relative;
  height: 100% !important;
  width: 100%;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .dental-content {
    padding: 12px 16px;
  }

  .dental-content h4 {
    font-size: 18px;
  }

  .dental-content li {
    font-size: 14px;
  }

  .dental-image {
    min-height: 250px;
  }

  .dental-card {
    min-height: 250px;
  }
}

@media (max-width: 767px) {
  .dental-services {
    padding: 10px;
  }

  .dental-card {
    min-height: auto;
  }

  .dental-image {
    min-height: 220px;
    height: 220px;
  }

  .dental-content {
    padding: 16px;
  }

  .dental-content h4 {
    font-size: 17px;
  }

  .dental-content li {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (max-width: 575px) {
  .dental-card .row {
    display: block;
  }

  .dental-card .col-5,
  .dental-card .col-7 {
    width: 100%;
  }

  .dental-image {
    height: 200px;
    min-height: 200px;
  }

  .dental-content {
    padding: 18px;
  }
}
.loader-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #259f8e;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

.loader {
  width: 150px;
  height: 150px;
  animation: pulse 0.8s linear infinite;
}
.loader img {
  width: 100%;
}

.mobile-menu-toggle {
  display: none;
}
@media (min-width: 992px) {
  .mobile-menu-toggle {
    display: none !important;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    position: unset;
    background: unset;
  }
}
@media (max-width: 991.99px) {
  .mobile-menu-toggle {
    display: flex;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 24px;
    height: 3px;
    background: #1c9f8c;
  }

  .main-menu {
    display: none !important;
    width: 100%;
  }

  .main-menu.mobile-menu-open {
    display: block !important;
    width: 300px;
    height: 100vh;
    top: 89px;
    overflow: auto;
  }
}

@media (max-width: 992px) {
  .navbar .container {
    position: relative;
  }

  .main-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 15px;
  }

  .main-menu .navbar-nav {
    width: 100%;
    margin: 0;
  }

  .main-menu .nav-item {
    width: 100%;
  }

  .main-menu .nav-link {
    display: block;
    padding: 12px 15px;
    text-align: start;
  }
}
@media (max-width: 992px) {
  .main-menu .submenu > ul {
    display: none;
    position: static;
    width: 100%;
    padding-left: 15px;
  }

  .main-menu .submenu.submenu-open > ul {
    display: block;
  }
}
@media (min-width: 992px) {
  .overlay {
    display: none !important;
  }
  .submenu {
    position: relative;
  }

  .submenu > ul {
    display: none;
    position: absolute;
  }

  .submenu:hover > ul {
    display: block;
  }
}
@media (max-width: 991.99px) {
  .overlay {
    position: fixed;
    top: 109px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 66%);
    z-index: 998;
    display: none;
  }

  .overlay.mobile-menu-open {
    display: block;
  }
  .submenu > ul {
    display: none;
  }

  .submenu.submenu-open > ul {
    display: block;
  }
}
@media (max-width: 991px) {
  .mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
.mobile-menu-toggle span {
  transition: 0.3s ease;
}
.section-title h3.hfrId::before {
  display: none;
}
.section-title h3.hfrId {
  padding: 0;
  font-size: 20px;
  letter-spacing: unset;
  color: #39f9df;
  font-weight: 500;
  animation: pulse 2s linear infinite;
  padding-left: 12px;
}
.section-title h3.hfrId span {
  font-weight: 600;
  color: #fff;
  font-size: 24px;
}
.campsTitle {
}
.eventsTabs .program-section {
  margin-bottom: 30px;
}
.eventsTabs .section-title {
  margin-bottom: 12px;
}
.eventsTabs .section-title h5 {
  font-weight: 500;
  color: #28184f;
}

/* =========================
   LEFT SECTION
========================= */

.doctor-details .doctor-image {
  /* height: 400px; */
  background: #ffffff;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.doctor-details .doctor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-details .specialties {
  padding: 20px;
  background: linear-gradient(135deg, #063d72, #032d58);
  color: #ffffff;
  border-radius: 0 0 15px 15px;
}

.doctor-details .section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.doctor-details .title-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  font-size: 14px;
}
.doctor-details .section-title h3::before {
  display: none;
}
.doctor-details .section-title h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.doctor-details .specialty-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.doctor-details .specialty-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 16px;
}

.doctor-details .check-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  font-size: 10px;
}

/* =========================
   RIGHT SECTION
========================= */

.doctor-details .right-section {
  /* padding-left: 20px; */
}

.doctor-details .profile-label {
  display: inline-block;

  padding: 8px 18px;

  background: #0a3c6e;
  color: #ffffff;

  border-radius: 20px;

  font-size: 15px;
  font-weight: 700;

  margin-bottom: 14px;
}

.doctor-details .doctor-name {
  margin: 0;

  color: #073b6c;

  font-size: 42px;
  line-height: 1.1;

  font-weight: 800;
}

.doctor-details .qualification {
  margin-top: 8px;

  color: #123b68;

  font-size: 27px;
  font-weight: 400;
}

.doctor-details .yellow-line {
  width: 80px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 12px;
  background: #259f8e;
}

.doctor-details .designation {
  margin-bottom: 20px;

  font-size: 22px;
  color: #142d4c;
}

/* =========================
   INFORMATION CARDS
========================= */

.doctor-details .info-card {
  position: relative;

  padding: 20px;

  margin-bottom: 12px;

  background: #ffffff;

  border: 1px solid #e5eaf0;

  border-radius: 15px;

  box-shadow: 0 3px 12px rgba(20, 50, 90, 0.1);
}

.doctor-details .card-title {
  display: flex;
  align-items: center;

  gap: 13px;

  margin-bottom: 16px;
}

.doctor-details .card-icon {
  width: 34px;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #fff;
  color: #ffffff;

  border-radius: 50%;

  font-size: 17px;
  box-shadow: 0px 0px 3px #043361;
}

.doctor-details .card-title h3 {
  margin: 0;

  color: #123c6b;

  font-size: 19px;
  font-weight: 700;

  letter-spacing: 0.3px;
}

/* =========================
   INFO ITEMS
========================= */

.doctor-details .info-item {
  display: flex;
  align-items: flex-start;

  gap: 12px;

  margin-bottom: 12px;
}

.doctor-details .info-item p {
  margin: 0;

  color: #222222;

  font-size: 15.5px;
  line-height: 1.5;
}

.doctor-details .star-icon {
  width: 20px;
  height: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  background: #259f8e;
  color: #ffffff;

  border-radius: 50%;

  font-size: 10px;
}

.doctor-details .blue-check {
  width: 20px;
  height: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  background: #259f8e;
  color: #ffffff;

  border-radius: 50%;

  font-size: 10px;
}

/* =========================
   PUBLICATION
========================= */

.doctor-details .publication-card {
  overflow: auto;
  margin-top: 30px;
}

.doctor-details .publication-text {
  margin: 0;

  color: #222222;

  font-size: 15px;
  line-height: 1.65;

  position: relative;
  z-index: 2;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
  .doctor-details .right-section {
    padding-left: 0;
    padding-top: 25px;
  }

  .doctor-details .doctor-name {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .doctor-details .doctor-image {
    height: 450px;
  }

  .doctor-details .specialties {
    padding: 25px;
  }

  .doctor-details .doctor-name {
    font-size: 30px;
  }

  .doctor-details .qualification {
    font-size: 22px;
  }

  .doctor-details .designation {
    font-size: 18px;
  }

  .doctor-details .info-card {
    padding: 18px;
  }
}

@media (max-width: 480px) {
  .doctor-details .doctor-image {
    height: 380px;
  }

  .doctor-details .doctor-name {
    font-size: 26px;
  }

  .doctor-details .card-title h3 {
    font-size: 16px;
  }

  .doctor-details .info-item p {
    font-size: 14px;
  }
}
.doctor-details {
  padding-top: 50px;
  padding-bottom: 50px;
}
.publicTable {
}
.publicTable table {
  width: 100%;
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
}
.footer-contact-links li {
  display: flex;
  gap: 12px;
}
.footer-contact-links li .icon-box {
  height: 30px;
  width: 30px;
  /* min-width: 40px; */
  flex-shrink: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border-radius: 50px;
}
.footer-contact-links li .icon-box img {
}

.publicTable table tr:last-child td:last-child {
  border-bottom-right-radius: 13px;
}
.publicTable table tr th {
  border: 1px solid #51446f;
  padding: 8px 11px;
  background: #043668;
  color: #fff;
  font-weight: 600;
}
.publicTable table tr td {
  border: 1px solid #90aac4;
  padding: 4px 6px;
  font-size: 15px;
  line-height: 1.6;
}
.doctorPosition {
  position: sticky;
  top: 110px;
}
/* ----------------- Kids css ------------- */
/* =====================================================
   MAIN PAGE
===================================================== */

.kidsSection {
  padding-top: 50px;
  padding-bottom: 50px;
}
.kidsSection .kids-image-section {
  position: relative;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Main image border */
.footer-copyright-text a {
  color: #6bf6ef;
}
.kidsSection .kids-main-image {
  position: relative;
  width: 95%;
  /* height: 500px; */
  padding: 10px;
  border-radius: 60px;

  background: #ffffff;

  border: 2px solid #8edee0;

  overflow: hidden;
}

/* Image */

.kidsSection .kids-main-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  border-radius: 50px;
}

/* =====================================================
   DOODLES
===================================================== */

.kidsSection .kids-doodle {
  position: absolute;
  z-index: 5;

  user-select: none;
}

/* Tooth */

/* Star */

.kidsSection .star-doodle {
  left: 5px;
  bottom: 350px;

  font-size: 55px;

  color: #ffc329;

  font-weight: 700;
}

/* Bottom star */

.kidsSection .bottom-star {
  right: 45px;
  bottom: 35px;

  font-size: 70px;

  color: #ffc52b;

  text-shadow: 3px 3px 0 #ffffff;

  transform: rotate(10deg);
}

/* Top lines */

.kidsSection .top-lines {
  top: 5px;
  left: 160px;

  color: #ffbd16;

  font-size: 42px;

  transform: rotate(-20deg);
}

/* =====================================================
   RIGHT CONTENT
===================================================== */

.kidsSection .pediatric-content {
  padding: 0px 0px 20px 0px;
}

/* =====================================================
   BADGE
===================================================== */

/* =====================================================
   TITLE
===================================================== */

/* =====================================================
   YELLOW LINE
===================================================== */

/* =====================================================
   DESCRIPTION
===================================================== */

/* =====================================================
   THREE FEATURE BOX
===================================================== */

.kidsSection .pediatric-feature-box {
  /* background: #ffffff; */
  /* border-radius: 18px; */
  /* box-shadow: 0px 0px 8px #28184f42; */
  /* border: 1px solid #edf0f4; */
}

.kidsSection .pediatric-feature {
  min-height: 150px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  position: relative;
}

/* Vertical separator */

.kidsSection .pediatric-feature:not(:last-child)::after {
  content: "";

  position: absolute;

  right: 0;

  top: 20px;

  width: 1px;

  height: 115px;

  background: #d9dfe6;
}

/* Feature icons */
.kidsSection .section-title {
  text-align: center;
}
.kidsSection .feature-big-icon {
  width: 40px;
  height: 40px;

  display: flex;

  align-items: center;
  justify-content: center;

  font-size: 52px;

  margin-bottom: 8px;
}

.kidsSection .child-icon {
  color: #7a3dbd;
}

.kidsSection .heart-icon {
  color: #ff5b7b;

  font-size: 54px;
}

.kidsSection .shield-icon {
  color: #1174ce;

  font-size: 40px;
}

.kidsSection .pediatric-feature h4 {
  margin: 0;

  font-size: 17px;

  line-height: 1.35;

  font-weight: 600;

  color: #151a51;
}
.image-anime:after {
  display: none !important;
}
/* =====================================================
   BOTTOM FEATURE BOX
===================================================== */

.kidsSection .bottom-feature-box {
  width: 100%;
  margin: 15px auto;
  padding: 16px 16px;
  min-height: 145px;
  gap: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  border-radius: 18px;
  border: 1px solid #cdebea;
  background: linear-gradient(90deg, #f9ffff, #ffffff);
  box-shadow: 0 7px 25px rgba(52, 112, 130, 0.08);
}

/* =====================================================
   BOTTOM FEATURE
===================================================== */

.kidsSection .bottom-feature {
  padding: 5px 5px;
  display: flex;
  align-items: start;
  gap: 12px;
  position: relative;
}

/* Separator */

/* =====================================================
   BOTTOM ICONS
===================================================== */

.kidsSection .bottom-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  /* display: none; */
  border: 1px solid;
}

.kidsSection .tooth-icon {
  color: #0d8d87;

  background: #e8f9f7;

  border-color: #bce5e2;
  font-size: 25px;
}

.kidsSection .safety-icon {
  color: #ef9c00;

  background: #fff6df;

  border-color: #ffe2a0;
}

.kidsSection .smile-icon {
  color: #ed6680;

  background: #fff0f3;

  border-color: #ffd1da;

  font-size: 38px;
}

.kidsSection .parent-icon {
  color: #1670c7;

  background: #edf5ff;

  border-color: #c9e0ff;
}

/* =====================================================
   BOTTOM TEXT
===================================================== */

.kidsSection .bottom-feature h4 {
  margin: 0 0 6px;

  color: #0b827c;

  font-size: 17px;

  line-height: 1.35;

  font-weight: 700;
}

.kidsSection .bottom-feature p {
  margin: 0;

  color: #636979;

  font-size: 15px;

  line-height: 1.45;
}

/* =====================================================
   RESPONSIVE - LAPTOP
===================================================== */

@media (max-width: 1400px) {
  .kidsSection .kids-main-image {
    /* height: 550px; */
  }

  .kidsSection .bottom-feature {
    padding: 5px 15px;
  }

  .kidsSection .bottom-feature-box {
    padding: 18px 15px;
  }
}

/* =====================================================
   RESPONSIVE - TABLET
===================================================== */

@media (max-width: 992px) {
  .kidsSection .pediatric-hero {
    padding: 35px 25px 20px;
  }

  .kidsSection .kids-image-section {
    margin-bottom: 25px;
  }

  .kidsSection .kids-main-image {
    width: 85%;
    height: 510px;
  }

  .kidsSection .pediatric-content {
    padding: 20px 15px;
  }
  .kidsSection .bottom-feature-box {
    grid-template-columns: repeat(2, 1fr);

    gap: 15px;
  }

  .kidsSection .bottom-feature:nth-child(2)::after {
    display: none;
  }

  .kidsSection .bottom-feature {
    border-bottom: 1px solid #d4e4e7;
    padding: 15px;
  }

  .kidsSection .bottom-feature:nth-child(3),
  .kidsSection .bottom-feature:nth-child(4) {
    border-bottom: none;
  }
}

/* =====================================================
   RESPONSIVE - MOBILE
===================================================== */

@media (max-width: 767px) {
  .kidsSection .pediatric-hero {
    padding: 25px 15px;
  }

  .kidsSection .kids-main-image {
    width: 88%;
    height: 400px;

    border-radius: 80px;
  }

  .kidsSection .kids-main-image img {
    border-radius: 75px;
  }

  .kidsSection .star-doodle {
    font-size: 38px;
  }

  .kidsSection .bottom-star {
    font-size: 48px;
  }

  .kidsSection .top-lines {
    left: 80px;
    font-size: 30px;
  }

  .kidsSection .pediatric-content {
    padding: 10px 5px;
  }

  .kidsSection .pediatric-feature-box {
    margin-top: 20px;
  }

  .kidsSection .pediatric-feature {
    min-height: 130px;
  }

  .kidsSection .pediatric-feature:not(:last-child)::after {
    height: 95px;
  }

  .kidsSection .feature-big-icon {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }

  .kidsSection .pediatric-feature h4 {
    font-size: 13px;
  }

  .kidsSection .bottom-feature-box {
    width: 100%;

    grid-template-columns: 1fr;

    padding: 15px;
  }

  .kidsSection .bottom-feature {
    border-bottom: 1px solid #d4e4e7 !important;

    padding: 15px 5px;
  }

  .kidsSection .bottom-feature:last-child {
    border-bottom: none !important;
  }

  .kidsSection .bottom-feature::after {
    display: none !important;
  }

  .kidsSection .bottom-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    font-size: 27px;
  }
}
.testimonial-slider .swiper-button-prev svg,
.testimonial-slider .swiper-button-next svg {
  font-size: 1px;
}
.testimonial-slider .swiper-button-prev,
.testimonial-slider .swiper-button-next {
  height: 40px;
  width: 40px;
  background-color: #088a78;
  border-radius: 6px;
  color: #fff;
  padding: 20px;
}
.testimonial-slider .swiper-button-next:after,
.testimonial-slider .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}
.testimonial-slider .swiper-button-prev:hover,
.testimonial-slider .swiper-button-next:hover {
  background-color: #0e6c60;
}
.testimonial-slider .swiper-button-prev:active,
.testimonial-slider .swiper-button-next:active {
  background-color: #13ac97;
}
.testimonial-slider .swiper {
  padding-bottom: 80px;
}
.testimonial-slider .swiper-button-prev {
  top: unset !important;
  bottom: 10px;
  left: unset !important;
}
.testimonial-slider .swiper-button-next {
  top: unset !important;
  bottom: 10px;
  right: unset !important;
  left: 80px !important;
}
.smallBlog {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #0a726480;
}
.postContentBlock {
  background: #eff8ff82;
  border-radius: 20px;
  overflow: hidden;
}
.smallBlog .smalImg {
  height: 80px;
  width: 100px;
  flex-shrink: 0;
  border-radius: 9px;
  overflow: hidden;
}
.smallBlog .smalImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.smallBlog .smallTitle h5 {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
}
.smallBlog .smallTitle p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
.smalBlogOuter {
  background: #eff8ff;
  padding: 20px;
  border-radius: 16px;
  position: sticky;
  top: 110px;
}
.smalBlogOuter h3 {
  font-weight: 600;
}
.main-menu ul li:hover > ul.serviceUl {
  width: 262px;
}
.main-menu ul li:hover > ul.serviceUl li {
}
.main-menu ul li:hover > ul.serviceUl li a {
  padding: 4px 16px !important;
  font-size: 15px;
  line-height: 1.5;
}
.seriveContent h4 {
}
.serviceDetails .service-sidebar {
  border: 1px solid #e3e8ef;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  position: sticky;
  top: 110px;
  margin-right: 0px;
}

.serviceDetails .sidebar-title {
  text-align: center;
  color: #10295d;
  font-weight: 700;
  font-size: 20px;
  padding: 22px 10px;
  margin: 0;
}

.serviceDetails .category-list {
  width: 100%;
}

.serviceDetails .category-item {
  width: 100%;
  /* min-height: 70px; */
  border: 0;
  border-top: 1px solid #e6e9ee;
  background: #fff;

  display: flex;
  align-items: center;
  gap: 15px;

  padding: 10px 20px;

  color: #28184f;
  font-size: 16px;
  font-weight: 600;

  text-align: left;
  transition: all 0.2s ease;
}

.serviceDetails .category-item:hover {
  background: #f4f7fc;
}

.serviceDetails .category-item.active {
  margin: 0;
  background: #28184f;
  color: #fff;
  border-radius: 7px;
}

.serviceDetails .category-icon {
  width: 35px;
  height: 35px;

  border-radius: 50%;
  background: #f5f8fd;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;
  flex-shrink: 0;
}

.serviceDetails .category-item.active .category-icon {
  background: #fff;
}

.serviceDetails .category-arrow {
  margin-left: auto;
  font-size: 28px;
  font-weight: 300;
}

.serviceDetails .category-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;

  padding: 5px 5px 15px;
}

.serviceDetails .category-main-icon {
  width: 60px;
  height: 60px;

  border-radius: 50%;
  background: #f3f7fd;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 30px;
  flex-shrink: 0;
}

.serviceDetails .category-header h2 {
  color: #28184f;
  font-size: 35px;
  font-weight: 700;
  margin: 0px 0 6px;
}

.serviceDetails .category-header p {
  margin-bottom: 8px;
}

/* SERVICE CARD */

.serviceDetails .service-card {
  border: 1px solid #e1e6ed;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.serviceDetails .service-image-wrapper {
  height: 250px;
  padding: 4px;
  border-radius: 12px;
  overflow: hidden;
}
.widtAuto {
  width: 100%;
  margin: auto !important;
}
.serviceDetails .service-image {
  width: 100%;
  height: 100%;

  object-fit: cover;

  border-radius: 12px;
  display: block;
  transition: all 0.5s ease-in-out;
}

.serviceDetails .service-content {
  padding: 12px 20px 12px 0px;
}

.serviceDetails .service-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 5px;
}

.serviceDetails .service-title h3 {
  color: #28184f;
  font-size: 21px;
  font-weight: 700;
  margin: 0;
}

.serviceDetails .service-number {
  background: #28184f;
  color: white;

  border-radius: 4px;

  padding: 4px 9px;

  font-size: 15px;
  font-weight: 700;

  line-height: 1.2;
}

.serviceDetails .service-description {
}

.serviceDetails .info-section {
  padding-right: 10px;
}

.serviceDetails .info-title {
  display: flex;
  align-items: center;
  gap: 5px;

  color: #28184f;
  font-size: 18px;

  margin-bottom: 5px;
}

.serviceDetails .info-icon {
  width: 22px;
  height: 22px;

  color: #28184f;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 23px;
  font-weight: 700;
}

.serviceDetails .info-icon.star {
  font-size: 25px;
}

.serviceDetails .info-section ul {
  padding-left: 22px;
  margin: 0;
}
.service-description p {
  margin-bottom: 10px;
}

.serviceDetails .info-section li::marker {
  font-size: 14px;
  color: #259f8e;
}
.serviceDetails .info-section li {
  list-style-type: disclosure-closed;
  font-size: 15px;
}

/* BOTTOM INFO */

.serviceDetails .bottom-info {
  min-height: 35px;

  display: flex;
  align-items: center;

  gap: 10px;

  padding: 7px 15px;

  border-radius: 8px;

  background: #f1f6fd;

  color: #28184f;

  font-weight: 500;
}

.serviceDetails .info-circle {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 50%;

  background: #28184f;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 700;
}

/* TABLET */

@media (max-width: 991px) {
  .serviceDetails .service-sidebar {
    position: static;
  }

  .serviceDetails .category-header h2 {
    font-size: 23px;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .serviceDetails .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .serviceDetails .category-header {
    gap: 12px;
  }

  .serviceDetails .category-main-icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }

  .serviceDetails .category-header h2 {
    font-size: 19px;
  }

  .serviceDetails .service-image {
    min-height: 210px;
  }

  .serviceDetails .service-content {
    padding: 15px;
  }

  .serviceDetails .service-title h3 {
    font-size: 18px;
  }

  .serviceDetails .info-section {
    margin-bottom: 10px;
  }
}
.serviceDetails {
  padding: 60px 0px 60px;
}
.mobile-service-toggle {
  display: none;
}

.mobile-sidebar-header {
  display: none;
}
.serviceDetails .service-card:hover .service-image {
  transform: scale(1.1);
}
.appointment-form .form-group {
  position: relative;
}
.appointment-form .form-group .text-danger {
  position: absolute;
  bottom: -16px;
  left: 36px;
  font-size: 14px;
  line-height: 100%;
}
.contact-form .form-group {
  position: relative;
}
.contact-form .form-group .text-danger {
  position: absolute;
  bottom: -16px;
  left: 36px;
  font-size: 14px;
  line-height: 100%;
}
