@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');


.header {
  max-width: 100%;
  width: 100%;
}

.top-nav {
  max-width: 100%;
  width: 100%;
  height: 2.5rem;
  padding: 0 10%;
  background-color: var(--primary-color);
  color: var(--white-color);
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
}

.top-nav {
  font-size: 1rem;
  line-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
  color: var(--white-color);
}

.top-nav span {
  padding-left: 0.3rem;
}

.top-nav .phone-call {
  display: flex;
  justify-content: space-between;
  line-height: 2.5rem;
}

.top-nav svg {
  width: 1.5rem;
  height: 2.5rem;
}

.top-nav a {
  color: var(--white-color);
  font-size: 1.05rem;
  line-height: 1rem;
  text-transform: capitalize;
}

.top-nav .mail {
  display: flex;
  justify-content: space-between;
  line-height: 2.5rem;
}

header .navbar-container {
  padding: 0.3rem 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white-color);
}

header .navbar-container img {
  width: 39%;
}

.navbar-container .home-link {
  margin: 0rem;
  background-color: var(--white-color);
}

.navbar-container .navbar-menu {
  display: flex;
  /* gap: 1rem; */
  /* flex-wrap: wrap; */
  margin: 0;
}


.navbar-menu .navbar-item {
  position: relative;
  width: 7rem;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}

.navbar-menu .navbar-item a {
  display: block;
  width: 100%;
  /* color: var(--primary-color); */
  color: #f96086;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.6rem 0;
  transition: font-weight 0.3s linear;
}

.navbar-menu .navbar-item a:hover {
  font-weight: 700;
}

.navbar-menu .navbar-item a.active-link {
  font-weight: 700;
}

.navbar-menu .navbar-item a::before {
  position: absolute;
  content: "";
  bottom: 0.1rem;
  left: -0.3rem;
  height: 2.5px;
  background-color: var(--primary-color);
  width: 0;
  transform: translateX(-125%);
  transition: width 0.3s linear;
}

.navbar-menu .navbar-item a:hover::before {
  transform: translateX(0%);
  width: 100%;
}

.navbar-menu .navbar-item a.active-link::before {
  transform: translateX(0%);
  width: 100%;
}

/* .navbar-menu .navbar-item a:hover {
  color: var(--white-color);
} */

.navbar-container .navbar-toggle {
  display: none;
}

/* changes */
/* #main-logo img{
  width: 23%;
  margin-bottom: 20px;
}
.header_logo{
  padding-top: 20px;
} */

@supports (backdrop-filter: blur(1rem)) {
  .navbar-container .navbar-menu {
    backdrop-filter: blur(1rem);
  }
}

@media only screen and (max-width: 1280px) {
  .top-nav {
    padding: 0 8%;
  }

  header .navbar-container img {
    width: 244.35px;
    height: 56.04px;
  }
}

@media only screen and (max-width: 1024px) {
  .navbar-container .navbar-menu {
    flex-wrap: wrap;
  }

  .top-nav {
    padding: 0 5%;
  }

  header .navbar-container img {
    width: 200.35px;
    height: 100%;
  }

  .header_logo {
    width: 200px;
  }

  /* .navbar-container .navbar-toggle {
    display: block;
    z-index: 1111;
    background: url(../assets/SolarHamburgerMenuOutline.svg);
    background-repeat: no-repeat;
    border: 0;
    outline: 0;
    width: 2rem;
    aspect-ratio: 1;
    cursor: pointer;
  }
  header .navbar-menu {
    position: fixed;
    inset: 0 0 0 50%;
    flex-direction: column;
    gap: 2rem;
    padding: min(20vh, 10rem) 2rem;
    background: var(--white-color);
    backdrop-filter: blur(1rem);
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.2s ease-in-out;
  } */
}

@media only screen and (max-width: 768px) {
  .top-nav {
    padding: 0 3%;
    height: fit-content;
  }

  .top-nav svg {
    width: 22px;
    height: 2rem;
  }

  .top-nav {
    font-size: 0.9rem;
    line-height: 2rem;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .top-nav .phone-call {
    justify-content: flex-start;
    line-height: 2rem;
  }

  .top-nav .mail {
    justify-content: flex-start;
    line-height: 2rem;
  }

  .navbar-menu .navbar-item {
    width: 100%;
  }

  header .navbar-menu {
    position: fixed;
    inset: 0 0 0 50%;
    flex-direction: column;
    gap: 2rem;
    padding: min(20vh, 10rem) 2rem;
    background: var(--white-color);
    backdrop-filter: blur(1rem);
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.2s ease-in-out;
  }

  .navbar-menu[data-visible="true"] {
    transform: translateX(0%);
  }

  .navbar-container .navbar-toggle {
    display: block;
    z-index: 1111;
    background: url(../assets/SolarHamburgerMenuOutline.svg);
    background-repeat: no-repeat;
    border: 0;
    outline: 0;
    width: 2rem;
    aspect-ratio: 1;
    cursor: pointer;
  }

  .navbar-container .navbar-toggle[aria-expanded="true"] {
    background: url(../assets/IcBaselineClose.svg);
    position: fixed;
    top: 5.5rem;
    right: 2.8rem;
  }

  .navbar-container .navbar-toggle {
    z-index: 1000;
  }
}

@media only screen and (max-width: 568px) {
  .top-nav {
    gap: 0;
  }

  .header .top-nav {
    height: 100%;
    padding: 0.3rem 1rem;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    line-height: 2rem;
  }

  .top-nav .phone-call {
    line-height: 1.8rem;
  }

  .top-nav .mail {
    line-height: 1.8rem;
  }
}

/* -------------------------------- Home Page Hero Section -------------------------------- */
.home-page-swiper .swiper {
  width: 100%;
  height: 100%;
}

.home-page-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-page-swiper .swiper-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.home-page-swiper .swiper-slide picture img {
  width: 100%;
  height: 86.9vh;
  object-fit: cover;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 🔥 4K fix */
  display: block;
}


.home-page-swiper .swiper .swiper-scrollbar-drag {
  background-color: #0f172a;
}

.home-page-swiper .swiper-horizontal>.swiper-scrollbar,
.home-page-swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  background-color: #f7f7f7;
}

.home-section {
  position: relative;
}

.consultation-form-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  width: 400px;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  /* background: var(--primary-color); */
  background: rgb(255 255 255 / 13%) !important;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  z-index: 10;
  background: rgba(255, 255, 255, 0.15);
  /* backdrop-filter: blur(10px); */
  /* -webkit-backdrop-filter: blur(2px); */
}

@media (max-width: 768px) {
  .consultation-form-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    width: 400px;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    background: var(--primary-color);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    /* backdrop-filter: blur(20px); */
    /* -webkit-backdrop-filter: blur(20px); */
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    z-index: 10;
    /* background: rgba(255, 255, 255, 0.15); */
    /* backdrop-filter: blur(10px); */
    /* -webkit-backdrop-filter: blur(2px); */
  }
}

.home-section .consultation-form {
  display: flex;
  flex-direction: column;
}

.home-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  /* color: var(--white-color); */
  /* color: var(--white-color); */
  color: #000000;
}

.home-section h2.banner-text {
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  font-weight: bold;
  margin-bottom: 0;
  color: #fff !important;
}

#devider_main {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 1rem;
  margin: auto;
  width: fit-content;
  text-align: center;
}

#devider_main::before,
#devider_main::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 3px;
  top: 50%;
  background-color: var(--primary-color);
}

#devider_main::before {
  left: -19%;
}

#devider_main::after {
  right: -19%;
}



.consultation-form .input-field {
  position: relative;
  border-bottom: 2px solid #ccc;
  margin: 25px 0;
}

.consultation-form .input-field label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  /* color: var(--white-color); */
  /* color: #f96086; */
  color: black;
  font-size: 16px;
  pointer-events: none;
  transition: 0.15s ease;
}

.consultation-form .input-field input {
  width: 100%;
  height: 40px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  color: var(--white-color);
}

.consultation-form .input-field textarea {
  width: 100%;
  height: 40px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  color: var(--white-color);
}

.consultation-form .input-field input:focus~label,
.input-field input:valid~label {
  font-size: 0.8rem;
  top: 10px;
  transform: translateY(-120%);
}

.consultation-form .input-field textarea:focus~label,
.input-field textarea:valid~label {
  font-size: 0.8rem;
  top: 10px;
  transform: translateY(-120%);
}

.consultation-form button {
  text-transform: uppercase;
  background: var(--white-color);
  /* color: var(--primary-color); */
  color: #f96086;
  font-weight: 600;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px;
  border: 2px solid transparent;
  transition: 0.3s ease;
}

.gallery-sec {
  margin: var(--section-margin-tb) 0;
  padding: 0px var(--section-padding-lr);
}

.main-slide-sec {
  width: 100%;
  height: 550px;
  border-radius: 10px;
  position: relative;
}

.main-slide-sec .main-slidepage img {
  width: 100%;
}

.main-slidepage {
  width: 100%;
  height: 100%;
}

.thumb-slides {
  margin-top: 10px;
  width: 100%;
  height: 100px;
  border-radius: 10px;
}

.thumb-slides .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

.thumb-slides img {
  width: 200px;
  height: 100px;
  object-fit: cover;
}

/* -------------------------------- About Dr Section -------------------------------- */
.about-dr-sec {
  /* margin: var(--section-margin-tb) 0; */
  padding: 2rem var(--section-padding-lr);
  background-color: var(--white-color);
}

.about-dr-sec header h2 {
  opacity: 0;
  transform: translate(0px, 3rem);
}

.about-dr-sec .article-sec {
  padding-top: 3rem;
  display: flex;
  gap: 3rem;
  flex-direction: row;
}

.article-sec figure {
  width: 400px;
  height: 455.51px;
  border-radius: var(--border-radius);
  overflow: hidden;
  opacity: 0;
  transform: translate(-3rem, 0rem);
}

.article-sec figure img {
  width: 100%;
  object-fit: contain;
}

.article-sec .col-2 {
  opacity: 0;
  transform: translate(3rem, 0rem);
}

.article-sec h2 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.article-sec h3 {
  margin-top: 0.2rem;
  font-size: 1.1rem;
  font-weight: 500;
  /* color: var(--primary-color); */
  color: #f96086;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
}

.article-sec h3+p {
  margin-top: 1rem;
}

.article-sec p {
  /* text-align: justify; */
  padding-top: 0.6rem;
  font-size: 1.1rem;
  font-weight: 500;
}

/* -------------------------------- Service Section -------------------------------- */
.services-sec {
  /* margin: var(--section-margin-tb) 0; */
  padding: 0 var(--section-padding-lr);
  margin-top: 0px;
  /* padding-top: 80px; */
}

.services-sec header h2 {
  opacity: 0;
  transform: translate(0px, 3rem);
}

.services-wrapper ul {
  display: flex;
  gap: 36px;
  row-gap: 36px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.services-wrapper {
  padding: var(--section-padding-tb) 0rem;
}

.services-wrapper ul li {
  width: calc((100% / 5) - 36px);
  height: 100%;
  list-style: none;
  background-color: var(--primary-color);
  border-radius: var(--border-radius);
  overflow: hidden;
  scale: 0;
  opacity: 0;
  transform: translate(0px, 6rem);
}

.services-wrapper ul li:hover {
  box-shadow: -1.113rem 1.15rem 1.938rem 0rem var(--shadow-color);
}

.services-wrapper ul li figure {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.services-wrapper ul li figure img {
  object-fit: contain;
  width: 100%;
}

.services-wrapper ul li:hover figure img {
  transform: scale(1.01);
}

.services-wrapper ul h3 {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.8rem 0px;
  text-align: center;
  color: var(--white-color);
}

/* -------------------------------- Numers Data -------------------------------- */
.work-data-sec {
  padding: 7rem var(--section-padding-lr);
  width: 100%;
  color: var(--white-color);
  background-color: var(--primary-color);
  background-color: var(--primary-color);
}

.work-data-sec header h1 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  opacity: 0;
  transform: translate(0px, 3rem);
}

.work-data-sec .data-column {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 4.5rem;
  color: var(--white-color);
  text-align: center;
}

.work-data-sec .data-column .data {
  width: calc(100% / 4);
  scale: 0;
  opacity: 0;
  transform: translate(0px, 6rem);
}

.data-column .data:not(:last-child) {
  border-right: 3px solid var(--white-color);
}

.data .num-data {
  font-size: 2rem;
  font-weight: 600;
}

/* -------------------------------- Testimonial -------------------------------- */
.testimonial-sec {
  background-image: url(/assets/women_holding_baby.jpeg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 6rem 10%;
}

.testimonial-sec header h2 {
  opacity: 0;
  transform: translate(0px, 3rem);
}

.testimonial-wrapper {
  width: 607.21px;
  padding: var(--section-padding-tb) 0rem;
  opacity: 0;
  transform: translate(-3rem, 0rem);
}

.testimonial-sec ul {
  padding-bottom: 1rem;
}

.testimonial-sec ul li {
  user-select: none;
}

.testimonial-sec ul li h2 {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: capitalize;
}

.testimonial-sec ul li p {
  padding: 0.6rem 0px;
  font-size: 1rem;
  font-weight: 500;
  text-align: justify;
}

.testimonial-swiper .swiper-pagination {
  bottom: -5px !important;
}

.testimonial-swiper .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

/* -------------------------------- Frequently Asked Question -------------------------------- */
.faqs-sec {
  padding: 6rem var(--section-padding-lr);
  background-color: var(--white-color);
}

.faqs-sec header h2 {
  opacity: 0;
  transform: translate(0px, 3rem);
}

.faqs-sec .faqs-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 3rem;
  padding: var(--section-padding-tb) 0rem;
}

.faqs-sec .col-1 {
  width: 40%;
}

.faqs-sec .col-2 {
  width: 60%;
  opacity: 0;
  transform: translate(3rem, 0rem);
}

.faqs-sec .col-1 figure {
  opacity: 0;
  transform: translate(-3rem, 0rem);
}

.faqs-sec .col-1 figure img {
  width: 100%;
}

.facs-accordion .acc-tab {
  border-bottom: 1px solid var(--shadow-color);
}

.facs-accordion .acc-tab label {
  background-color: var(--white-color);
  /* background-color: red; */
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  z-index: 99;
}

.facs-accordion .acc-tab label span {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.6px;
}

.facs-accordion .acc-tab label .acc-icon {
  font-size: 0.9rem;
  font-weight: 500;
}

.acc-tab input:checked~label .acc-icon i::before {
  content: "\f068";
}

.facs-accordion .acc-tab .acc-content {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.facs-accordion .acc-tab input:checked~.acc-content {
  max-height: 100vh;
}

.facs-accordion .acc-tab .acc-content p {
  font-size: 1rem;
  letter-spacing: 0.2px;
  padding: 15px 20px;
}

.facs-accordion input {
  display: none;
}

/* -------------------------------- Contact Us -------------------------------- */
.contact-us-sec {
  padding: 6rem var(--section-padding-lr);
}

.contact-us-sec .row-1 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
}

.contact-us-sec ul li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  scale: 0;
  opacity: 0;
  transform: translate(0px, 6rem);
}

.contact-us-sec ul li .icons {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--primary-color);
  margin-bottom: 20px;
}

.contact-us-sec ul li .icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-us-sec ul li p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
}

/* .contact-us-sec ul li p */

.contact-us-sec ul li p span:first-child {
  text-transform: capitalize;
}

.contact-us-sec ul li p span:last-child {
  padding-left: 5px;
  display: flex;
  flex-direction: column;
}

.contact-us-sec ul li p span:last-child a {
  color: var(--primary-color);
}

.contact-us-sec ul li+li p span:last-child {
  color: var(--primary-color);
}

.contact-us-sec ul li:first-child p span:last-child {
  color: #666666;
}

.contact-us-sec .row-2 {
  display: flex;
  flex-direction: row-reverse;
  gap: 3rem;
}

.contact-us-sec .row-2 h2 {
  font-size: 2.5rem;
}

.contact-us-sec .row-2 .col-1 {
  width: 100%;
  opacity: 0;
  transform: translate(-3rem, 0rem);
}

.popup-contactus-form {
  width: 35%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 1s;
  z-index: 1000;
  background-color: #a777d3;
  /* background-color: rgb(255 255 255 / 13%) !important; */
  padding: 2.5rem 3rem;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-us-sec .row-2 .col-1 h2,
.popup-contactus-form h2 {
  text-transform: capitalize;
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: black;
}

.contact-us-sec form .input-field,
.popup-contactus-form form .input-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  width: 100%;
}

.popup-contactus-form .close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
}

.popup-contactus-form .row-1 {
  display: flex;
  gap: 1rem;
}

.popup-contactus-form h2,
.popup-contactus-form form .input-field label {
  color: var(--white-color) !important;
}

.popup-contactus-form form input[type="submit"] {
  background-color: var(--white-color) !important;
  /* color: var(--primary-color) !important; */
  color: #f96086 !important;
}

.contact-us-sec form .input-field label,
.popup-contactus-form form .input-field label {
  color: black;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.contact-us-sec form .input-field input,
.contact-us-sec form .input-field textarea,
.popup-contactus-form form .input-field input,
.popup-contactus-form form .input-field textarea {
  width: 100%;
  line-height: 1.5rem;
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  font-size: 16px;
  padding: 0px 8px;
  color: #666666;
  transition: all 0.2s linear;
}

.contact-us-sec form .input-field input,
.popup-contactus-form form .input-field input {
  height: 36px;
}

.contact-us-sec form .input-field textarea,
.popup-contactus-form form .input-field textarea {
  padding: 8px;
  resize: none;
}

.contact-us-sec form .input-field input:focus,
.contact-us-sec form .input-field textarea:focus,
.popup-contactus-form form .input-field input:focus,
.popup-contactus-form form .input-field textarea:focus {
  background-color: white;
  border-color: var(--primary-color);
}

.contact-us-sec form .input-field input::placeholder,
.popup-contactus-form form .input-field input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contact-us-sec form input[type="submit"],
.popup-contactus-form form input[type="submit"] {
  outline: none;
  border: none;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 16px;
  text-transform: capitalize;
  background-color: var(--primary-color);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  color: #f8f9fa;
  cursor: pointer;
}

.contact-us-sec form input[type="submit"]:hover,
.contact-us-sec form input[type="submit"]:focus,
.popup-contactus-form form input[type="submit"]:hover,
.popup-contactus-form form input[type="submit"]:focus {
  border-color: #2d9bb7 !important;
  background: #2d9bb7 !important;
}

.contact-us-sec .row-2 .col-2 {
  width: 100%;
  opacity: 0;
  transform: translate(3rem, 0rem);
}

.contact-us-sec .col-2 iframe {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  object-fit: cover;
}

/* -------------------------------- Footer Section -------------------------------- */
footer {
  background-color: var(--white-color);
}

footer .top-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 6rem var(--section-padding-lr);
}

.top-footer .about-us {
  width: 30%;
}

.top-footer .about-us figure img {
  width: 70%;
}

.top-footer .about-us p {
  letter-spacing: 0.5px;
  padding-top: 1rem;
  text-align: justify;
  font-weight: 500;
}

.top-footer header h2 {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: capitalize;
}

.top-footer ul {
  margin-top: 0.6rem;
}

.top-footer ul li {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-size: 1.1rem;
  font-weight: 600;
  width: 100%;
}

.top-footer ul.quick-links li {
  padding: 0.2rem 0.6rem 0.2rem 1.5rem;
}

.top-footer .quick-links li a {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  gap: 0.3rem;
  width: 100%;
  padding: 0.2rem 0.6rem;
}

.top-footer .quick-links li a span {
  /* color: #555; */
}

.top-footer .quick-links li a:hover span {
  color: var(--primary-color);
}

.top-footer .our-centers li {
  padding: 0.2rem 0.6rem;
  gap: 0.3rem;
}

.top-footer .our-centers li svg {
  cursor: pointer;
}

footer .bottom-footer {
  background-color: #0f172a;
  padding: 1rem var(--section-padding-lr);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.bottom-footer .copyright-sec,
.bottom-footer .social-media-sec {
  display: flex;
  align-items: center;
}

.bottom-footer .copyright-sec p {
  color: var(--white-color);
  font-size: 1rem;
  font-weight: 500;
}

.bottom-footer .social-media-sec {
  gap: 0.6rem;
}

.social-media-sec a {
  padding: 0.3rem;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-media-sec a:hover {
  background-color: var(--primary-color);
}

/* -------------------------------- Scroll to Top -------------------------------- */
main .scroll-to-top {
  position: fixed;
  bottom: 7%;
  right: 2%;
  z-index: 2;
  padding: 0.5rem;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

#progress-value {
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}

/* -------------------------------- Enquire Now Button -------------------------------- */
.enquire-now-btn {
  position: fixed;
  background: rgb(240, 240, 240);
  border-radius: 10px;
  top: 50%;
  left: -4rem;
  transform: translateY(-50%) rotate(270deg);
  z-index: 20;
}

.enquire-now-btn button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  padding: 1rem 0.8rem 0.5rem 0.5rem;
  border-radius: 0px 0px 10px 10px;
}

.enquire-now-btn button span {
  text-transform: capitalize;
  font-size: 1.2rem;
  font-weight: 600;
}

/* -------------------------------- Fixed Left -------------------------------- */
.fixed-left {
  position: fixed;
  left: 1rem;
  bottom: 3rem;
  z-index: 20;
}

.fixed-left li {
  /* background-color: red; */
  padding: 0.5rem;
  background: #ffffff;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  cursor: pointer;
}

.fixed-left li:not(:first-child) {
  margin-top: 0.8rem;
}

.fixed-left li a,
.fixed-left li button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3rem;
  color: var(--black-color);
  background-color: var(--white-color);
}

.fixed-left li a span {
  text-transform: capitalize;
  font-size: 1.2rem;
  font-weight: 600;
}

@media only screen and (max-width: 1280px) {
  main .scroll-to-top {
    height: 3rem;
    width: 3rem;
  }
}

@media only screen and (max-width: 1024px) {
  main .scroll-to-top {
    height: 2.5rem;
    width: 2.5rem;
  }
}

@media only screen and (max-width: 768px) {
  main .scroll-to-top {
    height: 2.4rem;
    width: 2.4rem;
  }
}

@media only screen and (max-width: 568px) {
  main .scroll-to-top {
    height: 2.4rem;
    width: 2.4rem;
  }
}

@media only screen and (max-width: 1280px) {

  /* -------------------------------- Home Page Hero Section -------------------------------- */
  .consultation-form-wrapper {
    right: 6%;
  }

  /* -------------------------------- About Dr Section -------------------------------- */
  .about-dr-sec {
    /* margin: var(--section-margin-tb) 0; */
    padding: 4rem 8%;
  }

  /* -------------------------------- Service Section -------------------------------- */
  .services-sec {
    /* margin: var(--section-margin-tb) 0; */
    padding: 0 8%;
  }

  .services-wrapper ul {
    justify-content: space-between;
  }

  .services-wrapper ul li {
    /* width: calc((100% / 4) - 36px); */
    width: calc((100% / 5) - 36px);
  }

  /* -------------------------------- Numers Data -------------------------------- */
  .work-data-sec {
    padding: 7rem 8%;
  }

  /* -------------------------------- Testimonial -------------------------------- */
  .testimonial-sec {
    padding: 4rem 8%;
  }

  /* -------------------------------- Frequently Asked Question -------------------------------- */
  .faqs-sec {
    padding: 6rem 8%;
  }

  /* -------------------------------- Contact Us -------------------------------- */
  .contact-us-sec {
    padding: 6rem 8%;
  }

  /* -------------------------------- Footer Section -------------------------------- */
  footer .top-footer {
    padding: 6rem 8%;
  }

  footer .top-footer {
    padding: 6rem 8%;
  }
}

@media only screen and (max-width: 1024px) {
  section header h2 {
    font-size: 1.5rem;
  }

  /* -------------------------------- About Dr Section -------------------------------- */
  .about-dr-sec {
    margin: var(--section-margin-tb) 0;
    padding: 4rem 6%;
  }

  /* -------------------------------- Service Section -------------------------------- */
  .services-sec {
    margin: var(--section-margin-tb) 0;
    padding: 0 6%;
  }

  .services-wrapper ul li {
    width: calc((100% / 3) - 36px);
  }

  /* -------------------------------- Numers Data -------------------------------- */
  .work-data-sec {
    padding: 7rem 6%;
  }

  /* -------------------------------- Testimonial -------------------------------- */
  .testimonial-sec {
    padding: 4rem 6%;
  }

  /* -------------------------------- Frequently Asked Question -------------------------------- */
  .faqs-sec {
    padding: 6rem 6%;
  }

  .faqs-sec .faqs-wrapper {
    gap: 2rem;
  }

  /* -------------------------------- Contact Us -------------------------------- */
  .contact-us-sec {
    padding: 6rem 6%;
  }

  .contact-us-sec .row-1 ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }

  .contact-us-sec ul li {
    width: calc(100% / 3);
  }

  .popup-contactus-form {
    width: 55%;
  }

  /* -------------------------------- Footer Section -------------------------------- */
  footer .top-footer {
    padding: 6rem 6%;
    row-gap: 1.5rem;
  }

  .top-footer .about-us,
  .top-footer ul.quick-links {
    /* width: 50%; */
    width: 100%;
  }

  footer .bottom-footer {
    padding: initial 6%;
  }
}

@media only screen and (max-width: 768px) {

  /* -------------------------------- Home Page Hero Section -------------------------------- */
  .home-section {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
  }

  .home-page-swiper .swiper-slide picture img {
    width: 100%;
    /* height: 50vh; */
    /* object-fit: cover; */
    height: auto;
  }

  .consultation-form-wrapper {
    position: relative;
    margin: auto;
    right: auto;
    top: 0;
    transform: translateY(0);
    width: calc(100% - 8%);
    margin: 4rem 4% 0rem;
  }

  /* -------------------------------- About Dr Section -------------------------------- */
  .about-dr-sec {
    margin: var(--section-margin-tb) 0;
    padding: 4rem 4%;
    margin-bottom: 0px;

  }

  .about-dr-sec .article-sec {
    gap: 1rem;
  }

  .article-sec figure {
    width: 300px;
    height: 341.63px;
  }

  .article-sec figure img {
    width: 100%;
    object-fit: contain;
  }

  /* -------------------------------- Service Section -------------------------------- */
  .services-sec {
    margin: var(--section-margin-tb) 0;
    padding: 0 4%;
    margin-top: 0px;
    padding-bottom: 80px;

  }

  .services-wrapper ul {
    justify-content: center;
  }

  /* -------------------------------- Numers Data -------------------------------- */
  .work-data-sec {
    padding: 7rem 4%;
  }

  .work-data-sec header h1 {
    font-size: 2rem;
  }

  .data .num-data {
    font-size: 1.6rem;
  }

  .data .num-data+h3 {
    font-size: 1em;
  }

  /* -------------------------------- Testimonial -------------------------------- */
  .testimonial-sec {
    padding: 4rem 4%;
  }

  .testimonial-wrapper {
    margin: 0 auto;
    width: calc(100% - 5%);
  }

  .testimonial-sec ul li p {
    padding: 0px;
  }

  /* -------------------------------- Frequently Asked Question -------------------------------- */
  .faqs-sec {
    padding: 6rem 4%;
  }

  .faqs-sec .faqs-wrapper {
    gap: 1.5rem;
  }

  /* -------------------------------- Contact Us -------------------------------- */
  .contact-us-sec {
    padding: 6rem 4%;
  }

  .contact-us-sec ul li {
    width: calc(100% / 2);
  }

  .contact-us-sec .row-2 {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }

  .contact-us-sec .row-2 h2 {
    font-size: 2rem;
  }

  .popup-contactus-form {
    width: 75%;
  }

  /* -------------------------------- Footer Section -------------------------------- */
  footer .top-footer {
    padding: 6rem 4%;
  }

  footer .bottom-footer {
    padding: 1rem 4%;
  }

  .bottom-footer .copyright-sec {
    align-items: flex-start;
  }

  footer .bottom-footer {
    flex-direction: column;
    row-gap: 0.6rem;
  }
}

@media only screen and (max-width: 568px) {
  section header h2 {
    font-size: 1.3rem;
  }

  /* -------------------------------- About Dr Section -------------------------------- */
  .about-dr-sec .article-sec {
    flex-direction: column;
    row-gap: 2rem;
  }

  .about-dr-sec .article-sec img.doctor_img {
    width: 100%;
  }

  .about-dr-sec .article-sec .col-1 {
    margin: auto;
  }

  .services-wrapper ul li {
    width: calc((100% / 2) - 36px);
  }

  /* -------------------------------- Numers Data -------------------------------- */
  .data .num-data {
    font-size: 1.2rem;
  }

  /* -------------------------------- Frequently Asked Question -------------------------------- */
  .faqs-sec .faqs-wrapper {
    padding: 1rem 0rem 0rem;
  }

  .faqs-sec .col-1 {
    display: none;
  }

  .faqs-sec .col-2 {
    width: 100%;
  }

  /* -------------------------------- Contact Us -------------------------------- */
  .contact-us-sec .row-2 {
    flex-direction: column-reverse;
    row-gap: 1.5rem;
  }

  .contact-us-sec .row-2 h2 {
    font-size: 1.8rem;
  }

  .top-footer .about-us figure img {
    width: 100%;
  }

  .popup-contactus-form .row-1 {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    padding: 0;
  }

  .popup-contactus-form .close-btn {
    top: 1rem;
    right: 1rem;
  }

  .popup-contactus-form {
    width: 85%;
    padding: 1.5rem 2rem;
  }
}

@media only screen and (max-width: 420px) {
  section header h2 {
    font-size: 1.3rem;
  }

  section header h2::before {
    left: -19%;
  }

  section header h2::after {
    right: -19%;
  }

  /* -------------------------------- About Dr Section -------------------------------- */
  .about-dr-sec .article-sec .col-1 {
    margin: auto;
  }

  .services-wrapper ul li {
    /* width: 100%; */
    /* width: calc(100% / 2); */
  }

  /* -------------------------------- Numers Data -------------------------------- */
  .work-data-sec {
    padding: 3rem 4%;
  }

  .work-data-sec .data-column {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 1.5rem;
    margin-top: 2.5rem;
    width: 100%;
  }

  .data-column .data:nth-child(2) {
    border: none;
  }

  .data-column .data {
    width: calc(100% / 2) !important;
  }

  .work-data-sec header h1 {
    font-size: 1.5rem;
  }

  .data .num-data {
    font-size: 1.2rem;
  }

  /* -------------------------------- Contact Us -------------------------------- */
  .contact-us-sec ul li {
    width: 100%;
    text-align: center;
  }


  .contact-us-sec .row-2 h2 {
    font-size: 1.5rem;
  }

  /* -------------------------------- Footer Section -------------------------------- */
  footer .top-footer {
    flex-direction: column;
  }

  .top-footer .about-us,
  .top-footer ul.quick-links {
    width: 100%;
  }

}

@media only screen and (max-width: 280px) {
  .popup-contactus-form {
    width: 90%;
    padding: 1.5rem 2rem;
  }

  .popup-contactus-form h2 {
    text-transform: capitalize;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }

  .popup-contactus-form .row-1 {
    display: flex;
    flex-direction: column;
    gap: 0rem;
  }

  .popup-contactus-form .close-btn {
    top: 1rem;
    right: 1rem;
  }

  .popup-contactus-form .close-btn svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

button#read-more-btn {
  text-transform: uppercase;
  background: #afd6d5;
  color: var(--primary-color);
  font-weight: 600;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px;
  border: 2px solid transparent;
  transition: 0.3s ease;
  border-radius: 12px;
}




button#read-more-btn_2 {
  text-transform: uppercase;
  background: #afd6d5;
  color: var(--primary-color);
  font-weight: 600;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px;
  border: 2px solid transparent;
  transition: 0.3s ease;
  border-radius: 12px;
}

button#read-more-btn2 {
  text-transform: uppercase;
  background: #afd6d5;
  color: var(--primary-color);
  font-weight: 600;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px;
  border: 2px solid transparent;
  transition: 0.3s ease;
  border-radius: 12px;
  margin-top: 20px;
}

.header_logo {
  /* float: left; */
  /* margin-top: 7px; */
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  flex-wrap: wrap;
  line-height: 84px;
  max-width: 420px;
}

.header_logo a {
  width: 200px;

}

.header_logo a img {
  display: block;
  width: 100%;
}

header a {
  color: #fff;
  font-size: 13px;
}

.header_logo h3 {
  font-family: 'Kaushan Script', cursive;
  color: #0893ac;
  font-size: 28px;
  text-align: center;
  font-weight: 500 !important;
}


h3.footer_logo_text {
  color: #0893ac;
  font-size: 28px;
  text-align: center;
  font-weight: 400;
}

img.doctor_img {
  width: 330px;
}

@media (max-width:768px) {
  img.doctor_img {
    width: 220px;
  }
}


button#read-more-btn_2 {
  margin-top: 20px;
}


strong.parent_text {
  margin-left: 20px;
}

p.child_text {
  margin-left: 40px;
}



p.parent_text {
  margin-left: 20px;
}

@media(max-width:567px) {
  h2.dr_font {
    font-size: 22px;
  }

  h3.mini_font {
    font-size: 16px;
  }
}

@media(max-width:768px) {
  h2.dr_font {
    font-size: 20px;
  }

  h3.mini_font {
    font-size: 18px;
  }

  .services-wrapper ul h3 {
    font-size: 12px !important;
  }
}


/* General padding and text alignment */
.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.text-center {
  text-align: center;
  background-color: #61baa4;
  /* Background color for the text center */
}

/* Testimonial heading styles */
.testimonial-heading {
  font-size: 40px !important;
  font-weight: 200 !important;
  margin-bottom: 20px;
  /* Add some space below the heading */
}

/* Testimonial author styling */
.testimonial-2 .testimonial-author {
  margin-top: 1.563rem;
  text-align: center;
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; */
  /* Centering the author content */
  /* Align author name and other details in column */
}

/* Button style for 'View All Testimonial' link */
.aboutmore {
  border: 1px solid #484848;
  color: #484848;
  padding: 10px 20px;
  text-decoration: none;
  /* Remove underline from the link */
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
  /* Optional: makes the button text bold */
  transition: background-color 0.3s, color 0.3s;
  /* Smooth hover effect */
}

.aboutmore:hover {
  background-color: #484848;
  /* Changes background color on hover */
  color: #fff;
  /* Changes text color on hover */
}


.swiper-button-next,
.swiper-button-prev {
  color: #000;
  /* Arrow color */
  width: 40px;
  /* Arrow width */
  height: 40px;
  /* Arrow height */
  background-color: rgba(255, 255, 255, 0.8);
  /* Arrow background */
  border-radius: 50%;
  /* Rounded background */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  /* Ensure arrows are above other content */
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 24px;
  /* Arrow icon size */
  color: #000;
  /* Arrow icon color */
}

.swiper-button-next {
  right: 10px;
  /* Distance from right */
}

.swiper-button-prev {
  left: 10px;
  /* Distance from left */
}

.swiper-pagination {
  bottom: 10px;
  /* Pagination position */
}


.swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden {

  position: relative;
}



.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {

  bottom: -100px;

}


p.testimonial-text.font-style-3.font-italic {
  margin-top: 12px;
}


h6.heading.font-bold.font-2 {
  color: var(--normal-black-colour);
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-size: 15px;
}

/* temp  */
.swiper-slide.swiper-slide-active {
  /* padding: 0 60px; */
}


/* General styles for the footer */
footer {
  background-color: #f5f5f5;
  /* Adjust color as needed */
  /* padding: 20px; */
  font-family: Arial, sans-serif;
  /* padding-bottom: 0px; */
}

.top-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}

.top-footer>div {
  flex: 1;
  margin: 10px;
}

.header_logo_footer a {
  text-decoration: none;
}

.footer_logo_text {
  font-size: 24px;
  color: #333;
  margin: 0;
}

.quick-links ul,
.our-centers ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quick-links li,
.our-centers li {
  margin-bottom: 10px;
}

.quick-links a,
.our-centers p {
  text-decoration: none;
  color: black;
  text-decoration: none;
  /* color: #5f5a5a; */
  letter-spacing: 0.5px;
  padding-top: 1rem;
  text-align: justify;
  font-size: 18px;
}

/* Footer headers */
.top-footer h2 {
  font-size: 20px;
  color: #f96086;
  margin-bottom: 10px;
}

/* Bottom footer */
.bottom-footer {
  background-color: #428a87;
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
}

/* Copyright section */
.copyright-sec svg {
  vertical-align: middle;
  margin-right: 5px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .top-footer {
    flex-direction: column;
  }

  .top-footer>div {
    flex: none;
    margin: 10px 0;
  }

  .footer_logo_text {
    font-size: 20px;
  }

  .quick-links {
    align-items: start !important;
  }

  .quick-links ul,
  .our-centers ul {
    display: flex;
    flex-direction: column;
  }

  .quick-links li,
  .our-centers li {
    margin-bottom: 5px;
  }
}

@media (min-width: 769px) {
  .top-footer {
    flex-direction: row;
  }

  .quick-links ul,
  .our-centers ul {
    display: block;
  }
}


.quick-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}


h2.font-bold.font-6.testimonial-heding {
  /* color: var(--primary-color); */
  color: black;
}




/* Basic Swiper styles */
.swiper-container {
  width: 100%;
  padding: 20px 0;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  /* changes */
  /* padding: 20px; */
  padding: 0px 20px 20px 20px;

}

.testimonial-2 {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 600px;
  margin: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-author {
  margin-top: 20px;
}

.testimonial-text {
  margin-bottom: 15px;
}



/* Style for Why Choose Us section */
.why-choose-us {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f3f4f6, #ffffff);
  text-align: center;
}

.why-choose-us h2 {
  margin-bottom: 40px;
  color: #333;
}

.features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.feature-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 300px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 1 1 calc(50% - 40px);
  /* Two items per row for medium screens */
}

.feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.icon {
  margin-bottom: 15px;
}

.icon img {
  width: 60px;
  height: 60px;
}

.feature-item h3 {
  /* font-size: 22px; */
  color: #2c3e50;
  margin-bottom: 15px;
}

.feature-item p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

/* Media Queries for Responsiveness */

/* For smaller devices like tablets and mobiles */
@media (max-width: 768px) {
  .feature-item {
    flex: 1 1 100%;
    /* One item per row for small screens */
  }

  .why-choose-us h2 {
    font-size: 28px;
  }
}

/* For very small devices */
@media (max-width: 480px) {
  .why-choose-us h2 {
    font-size: 24px;
  }

  .feature-item p {
    font-size: 16px;
  }

  .icon img {
    width: 50px;
    height: 50px;
  }
}



.fa-solid {
  font-size: 25px;
}

.feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  background-color: #fa5780;
  /* Hover effect color */
}

.feature-item:hover h3,
.feature-item:hover p {
  color: #ffffff;
  /* Change text color to white on hover */
}

.feature-item .fa-solid {
  color: #fa5780;
}

.feature-item:hover .fa-solid {
  color: #fff;
}


/* Style for About Us Section */
.about-us {
  /* background-color: #f0f1f3;  */
  /* padding: 20px; */
  text-align: center;
}

.about-us-content {
  max-width: 800px;
  margin: 0 auto;
}

.about-us h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-family: 'Arial', sans-serif;
  /* color: #333; */
}

.about-us p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;

}

.about-us_main {
  margin-top: 10px;
}

.about-us-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #afd6d5;
  color: #333;
  font-size: 18px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.about-us-btn:hover {
  background-color: #7ab3b0;
  transform: translateY(-3px);
}

/* Media Queries for Responsive Design */

/* For tablets and smaller devices */
@media (max-width: 768px) {
  .about-us h2 {
    font-size: 28px;
  }

  .about-us p {
    font-size: 16px;
    /* padding: 0px 21.34px; */
  }
}

/* For mobile devices */
@media (max-width: 480px) {
  .about-us h2 {
    font-size: 24px;
  }

  .about-us p {
    font-size: 18px;
  }

  .about-us-btn {
    padding: 10px 20px;
    font-size: 16px;
  }
}


/* CSS */
.contact-us-sec {
  background-color: #a777d3;
  ;
  padding: 40px;
  border-radius: 10px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.contact-heading {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.input-field {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.input-field label {
  margin-bottom: 5px;
  font-weight: 600;
  color: #555;
}

.input-field input,
.input-field textarea {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  transition: border-color 0.3s;
}

.input-field input:focus,
.input-field textarea:focus {
  border-color: #5dade2;
  outline: none;
}

.submit-button {
  background-color: #f96086;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit-button:hover {
  background-color: #fb4271;
  color: #fff;
}

@media (max-width: 768px) {
  .contact-us-sec {
    padding: 20px;
  }

  .contact-heading {
    font-size: 20px;
  }

  .submit-button {
    padding: 10px;
    font-size: 14px;
  }
}


section.Free.consultation {
  padding: 25px;
}


header.free-consultation {
  padding: 25px !important;
}

.content {
  text-align: justify;
  padding-top: 0.6rem;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.header_logo_footer a img {
  width: 183px;
}

.header_logo_footer {
  text-align: start;

}

/* changes */


/* @media screen (max-width:1440px){

} */




.bloom-why-choose {
  padding: 80px 0;
  background-color: #fff;
}

.bloom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.bloom-header {
  background-color: #61baa4;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 40px;
}

.bloom-header h2 {
  color: #fff;
  font-size: 1.3rem;
  margin: 0;
  padding: 10px;
  background-color: #61baa4;
  border-radius: 8px;
  text-transform: capitalize;
}

.bloom-content {
  text-align: center;
}

.bloom-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0;
  padding: 20px;
  background-color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-block;
  border-radius: 5px;
  padding-top: 0px;
}

/* Responsive Design */
@media (min-width: 768px) {
  .bloom-text p {
    font-size: 18px;
    padding: 30px;
  }

  /* .bloom-text p{
    font-size: 16px;
  } */
}


@media (max-width:576px) {
  .bloom-why-choose {
    padding: 0px;

  }

  .services-wrapper {
    padding: 0px;
  }

}

section#services {
  /* background:linear-gradient(135deg, rgb(243, 244, 246), rgb(255, 255, 255)); */
  background: linear-gradient(135deg, #f3f4f6, #ffffff);
  margin-bottom: 0px;
}


section#testimonials {
  padding: 60px 20px;
}


.doctor-title {
  font-size: 2rem;
  /* color: #2c3e50; */
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

.doctor-description {
  font-size: 1.1rem;
  /* color: #34495e; */
  line-height: 1.6;
  /* margin-bottom: 1rem; */
  text-align: justify;
}

/* .doctor-description strong {
  color: #e74c3c;
} */

.doctor-list {
  list-style-type: disc;
  /* padding-left: 2rem; */
  font-size: 1.1rem;
  margin-top: 1rem;
  /* color: #2c3e50; */
}

.doctor-list li {
  margin-bottom: 0.5rem;
}

.doctor-list li strong {
  font-weight: bold;
  /* color:#428a87; */
}


.about-us-section {
  padding: 2rem;
  background-color: #ffffff !important;
  /* Background color */
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.about-us-container {
  padding: 4rem var(--section-padding-lr);
  /* max-width: 800px;
  margin: auto; */
  display: flex;
  /* gap: 40px; */
  gap: 3rem;
  flex-direction: row;
}

.about-us-container .about-us-container-1 {
  position: relative;
  width: 30%;
}

.about-us-container .about-us-container-2 {
  width: 70%;
}

.about-us-container img {
  position: sticky;
  top: 0;
  width: 100%;
}

@media (max-width:1440px) {
  .about-us-container .about-us-container-1 {
    width: 40%;
  }

  .about-us-container .about-us-container-2 {
    width: 60%;
  }
}

@media (max-width:900px) {
  .about-us-container {
    padding: 4rem var(--section-padding-lr);
    /* max-width: 800px;
  margin: auto; */
    display: flex;
    gap: 40px;
    flex-direction: column;
  }

  .about-us-container .about-us-container-1 {
    width: 100%;
  }

  .about-us-container .about-us-container-2 {
    width: 100%;
  }
}

.about-us-intro,
.about-us-doctors,
.about-us-success,
.about-us-network,
.about-us-partner,
.about-us-more-content p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  /* color: #333; Text color */
  line-height: 1.6;
  /* Increase line height for better readability */
}

.about-us-more-content {
  display: none;
  /* Initially hide the additional content */
}

.about-us-toggle-button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  background-color: #a777d3;
  /* Button color */
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: #ffffff;
  margin-top: 1rem;
}

.about-us-toggle-button:hover {
  background-color: #fa5780;
  /* Hover color */
}


/* .devider_main::before{
  width: 40px;
} */


.simple-expert-treatment-section {
  background-color: #f0f4f8;
  /* Soft background color */
  padding: 40px 20px;
  /* Generous padding */
  text-align: center;
  /* Center the text */
  border-radius: 8px;
  /* Rounded corners for a softer look */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for depth */
}

.simple-expert-treatment-container {
  max-width: 600px;
  /* Limit the width */
  margin: 0 auto;
  /* Center the container */
}

.simple-expert-treatment-title {
  font-size: 1.5rem;
  /* Moderate font size for the title */
  margin-bottom: 15px;
  /* Space below the title */
  color: #2c3e50;
  /* Darker text color for contrast */
}

.simple-expert-treatment-quote {
  font-size: 1.1rem;
  /* Slightly larger font for the quote */
  /* color: #34495e; Slightly lighter text color */
  font-weight: 300;
  /* Light font weight for elegance */
  line-height: 1.5;
  /* Improved readability */
}

@media (max-width:425px) {
  .devider_main::before {
    width: 40px;
    left: -35px;
  }

  .devider_main::before {
    width: 40px;
    left: -35px;
  }

}



/* home swiper  */
.swiper-scrollbar.swiper-scrollbar-horizontal {
  display: none;
}

.swiper-slide {
  padding: 0px;
  /* padding-bottom: 20px; */
}


/* .devider_main::before {
    width: 28px;
    left: 6px;
    top: 40px;
}
.devider_main::after{
  width: 28px;
  right: 6px;
  top: 40px;
}
} 


divider */
section header h3.devider_main {
  width: fit-content;
  margin: auto;
  text-align: center;
  font-weight: 600;
}

section header h3.devider_main::before,
section header h3.devider_main::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  top: 50%;
  background-color: var(--primary-color);
}

section header h3.devider_main::before {
  left: -10%;
}

section header h3.devider_main::after {
  right: -10%;
}

@media (max-width:375px) {
  .services-sec.services-wrapper {
    /* width: 200px; */
    display: block;
    margin: auto;
  }

}



h3.devider_main {
  font-size: 23px;
}

@media (max-width:688px) {
  section header h3.devider_main::before {

    left: -8%;
  }

  section header h3.devider_main::after {
    right: -8%;
  }
}


.simple-expert-treatment-section {
  /* background-color: #afd6d5;  */
  /* change */
  background-color: #a777d3;
  /* Green background */

  padding: 60px 20px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  /* Softer shadow */
  position: relative;
  overflow: hidden;
}

.simple-expert-treatment-container {
  max-width: 800px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  /* Light white background for container */
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  /* Softer shadow */
}

/* change */
.simple-expert-treatment-title {
  font-size: 23px;
  /* Set to 23px */
  color: #f96086;
  /* Dark green for contrast */
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for better readability */
  letter-spacing: 1px;
  /* Slightly increased spacing */
}

.quote-container {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 1s ease;
}

.simple-expert-treatment-quote {
  font-size: 20;
  /* Paragraph font size */
  color: #f96086;
  /* Darker color for the quote */
  font-weight: 600;
  /* Bold font weight */
  line-height: 1.6;
  background-color: #ccdee9;
  /* Light green background for quote */
  padding: 20px;
  border-radius: 10px;
  /* Rounded corners */
  border-left: 4px solid #fa5780;
  /* Left border for emphasis */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* Softer shadow */
  transition: transform 0.3s ease;
}

.simple-expert-treatment-quote:hover {
  transform: scale(1.02);
  /* Slight zoom on hover for interaction */
}

/* Keyframes for animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.swiper-slide {
  position: relative;
  /* Ensure that the text can be positioned within the slide */
}

/* Base style for the h1 tag inside the swiper slide */
.swiper-slide h2 {
  font-size: 2rem;
  /* Default font size */
  line-height: 1.2;
  /* Adjust line height for better spacing */
  margin: 0;
  /* Remove default margin */
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
  .swiper-slide h2 {
    font-size: 1.5rem;
    /* Font size for tablets */
  }
}

@media (max-width: 480px) {
  .swiper-slide h2 {
    /* font-size: 12px; */
    right: 35%;
    left: 3%;
    top: auto;
    bottom: 10%;
    transform: translateX(50%);
    /* max-width: 90%; */
    font-size: 15px;
    text-align: center;
    /* Font size for mobile devices */
  }
}

.banner-text {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: black;
  /* You can adjust this to a better matching color */
  font-size: 2rem;
  z-index: 10;
  max-width: 80%;
  /* Prevent the text from overflowing */
  text-align: left;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .banner-text {
    left: 400px;
    transform: translateX(-50%);
    bottom: 15%;
    font-size: 2.5rem;
    /* Slightly larger text for big screens */
    text-align: center;
  }
}

@media (max-width: 768px) {
  .banner-text {
    font-size: 1.5rem;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }

  .form-subtitle {
    font-size: 1rem !important;
  }

  .form_title {
    font-size: 1.4rem !important;
  }
}

.form-subtitle {
  font-size: 1.1rem !important;
}

.carousel-track {
  display: flex;
  width: max-content;
  animation: scroll 70s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.carousel:hover .carousel-track {
  animation-play-state: paused;
}

.carousel {
  cursor: grab;
}

@media (max-width: 768px) {
  .carousel {
    cursor: default;
  }
}

/* ===============================
       CARD ENTRY ANIMATION
    =============================== */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-card {
  animation: fadeUp 0.8s ease-out both;
}

/* ===============================
       IMPORTANT WORD ANIMATIONS
    =============================== */

/* Gradient underline */
@keyframes underlineSweep {
  from {
    background-size: 0% 2px;
  }

  to {
    background-size: 100% 2px;
  }
}

.important-underline {
  background-image: linear-gradient(90deg, #ec4899, #f472b6);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 2px;
  padding-bottom: 2px;
  animation: underlineSweep 1.2s ease forwards;
}

/* Price glow */
@keyframes priceGlow {

  0%,
  100% {
    box-shadow: 0 0 0 rgba(236, 72, 153, 0);
  }

  50% {
    box-shadow: 0 0 14px rgba(236, 72, 153, 0.4);
  }
}

.price-animate {
  background: linear-gradient(120deg, #fce7f3, #fbcfe8);
  padding: 0.15rem 0.45rem;
  border-radius: 0.4rem;
  font-weight: 700;
  animation: priceGlow 2.5s ease-in-out infinite;
}

/* Shimmer text */
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.shimmer-text {
  background: linear-gradient(90deg, #374151, #f8429d, #374151);
  background-size: 200% auto;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  animation: shimmer 3s linear infinite;
}

/* CTA pulse */
@keyframes pulseSoft {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.cta-animate {
  animation: pulseSoft 2s ease-in-out infinite;
}

/* Mobile slower */
@media (max-width: 640px) {
  .carousel-track {
    animation-duration: 40s;
  }
}

.dr-image {
  min-width: 300px;
}

.swiper-slide {
  position: relative;
}

.banner-text {
  position: absolute;
  top: 64%;
  /* right: 12%; */
  left: 10%;
  transform: translateY(-50%);

  max-width: 480px;

  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  height: fit-content;
  color: #fff;

  background: rgba(0, 0, 0, 0.45);
  /* backdrop-filter: blur(2px); */
  /* -webkit-backdrop-filter: blur(1px); */

  padding: 18px;
  border-radius: 14px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  /* border-left: 6px solid #00b4ff; */

  z-index: 5;
  /* 👈 FORM SE KAM */
}

.consultation-form-wrapper {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);

  z-index: 10;
  /* 👈 TEXT SE UPAR */
}

@media (min-width: 2560px) {
  .banner-text {
    /* right: 9%; */
    left: 25%;
    max-width: 30%;
    font-size: 2.8rem !important;
    top: 76%;
    bottom: auto;
  }
}

@media (max-width: 1024px) {
  .banner-text {
    /* right: 12%; */
    left: 9%;
    max-width: 380px;
    font-size: 1rem !important;
    top: 80%;
    /* bottom: -4%; */
  }
}

@media (max-width: 768px) {
  .banner-text {
    right: 30%;
    left: 0%;
    top: auto;
    bottom: 15%;
    transform: translateX(50%);
    /* max-width: 90%; */
    font-size: 12px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .banner-text {
    right: 30%;
    left: 0%;
    top: auto;
    bottom: 15%;
    transform: translateX(50%);
    /* max-width: 90%; */
    font-size: 12px;
    text-align: center;
  }

  .consultation-form-wrapper {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin: 20px auto;
  }
}

.ivf-offer-section {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

.ivf-offer-text {
  max-width: 1000px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}

/* Important parts */
.ivf-offer-text .highlight {
  font-weight: 700;
  font-size: 28px;
}

.ivf-offer-text .price {
  font-weight: 700;
  font-size: 28px;
  color: #db2777;
}

/* 🔑 KEY FIX */
.price-nowrap {
  white-space: nowrap;
  display: inline-block;
}

/* Bottom line */
.ivf-offer-text .location {
  display: inline;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}

/* Tablet */
@media (max-width: 991px) {
  .ivf-offer-text {
    font-size: 20px;
  }

  .ivf-offer-text .price {
    font-size: 24px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .ivf-offer-text {
    font-size: 18px;
  }

  .ivf-offer-text .price {
    font-size: 22px;
  }

  .ivf-offer-text .location {
    display: block;
    white-space: normal;
    margin-top: 6px;
  }
}