* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body, html {
  overflow-x: hidden;
}
html {
  scroll-padding-top: 150px; 
}
   /* body {
      padding-top: 120px;
    } */

  .about-banner{
    padding-top: 150px;
  }
.hero-overlay {
  background-image: url('../images/fertility-banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 1;
}

.hero-content {
  position: relative !important;
  padding-top: 356px;
  z-index: 1;
  color: #fff;
  padding-bottom: 5rem;
}

/* .nav-link {
  color: #ffffff;
} */

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  color: #1175ae !important;
}

.navbar-brand img {
  height: 89px;
}

.nav-location {
  background-color: #1175ae;
  color: #ffffff;
  padding: 10px 25px;
}

.nav-location:hover {
  background-color: #1284c6 !important;
  color: #ffffff !important;
}

.nav-contact {
  background-color: #e31c48;
  color: #ffffff;
  padding: 10px 25px;
}

.nav-contact:hover {
  background-color: #c2185b !important;
  color: #ffffff !important;
}

.search-icon {
  width: 374px !important;
}

.btn-pink {
  background: #e31c48;
  color: #fff;
  border-radius: 2rem;
  padding: 12px 45px !important;
  font-weight: 500;
}
.btn-blue {
  background: #1175ae;
  color: #fff;
  border-radius: 2rem;
  padding: 12px 45px !important;
  font-weight: 500;
}
.btn-blue:hover{
  background-color: #1284c6;
  color: white;
}

.highlight {
  background-color: yellow;
  font-weight: bold;
}

.navbar-nav {
  font-weight: 500;
}

.hero-nav {
  align-items: unset !important;
}

.btn-pink:hover {
  background: #c2185b;
  color: #fff;
}

.btn-outline-light {
  border-radius: 2rem;
padding: 12px 45px !important;
  font-weight: 500;
  border: 2px solid #fff;
  color: #1175ae;
  background: #fff;
}

.btn-outline-light:hover {
  background: #fff;
  color: #e31c48;
}

.location-btn,
.call-btn {
  border-radius: 2rem;
  font-size: 0.95rem;
  font-weight: 500;
  margin-left: 0.5rem;
}

.location-btn {
  background: #009fe3;
  color: #fff;
}

.location-btn:hover {
  background: #007bb5;
  color: #fff;
}

.call-btn {
  background: #e31c48;
  color: #fff;
}

.call-btn:hover {
  background: #c2185b;
  color: #fff;
}

.display-4 {
  font-weight: 600;
}

.about-section {
  padding: 15px 0;
}

.about-img {
  max-width: 100%;
  border-radius: 37px;
}

.about-heading {
  font-weight: 700;
  color: #1175ae;
}

.about-subheading {
  font-weight: 600;
  font-size: 1.25rem;
}

.btn-link {
    color: black !important;
}

.about-text {
  color: #0f1115;
  line-height: 1.7;
}

.btn-pink:hover {
  background-color: #d81b60;
  color: #fff;
}

.lead {
  font-weight: 400 !important;
}

.curved-section {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}

.navbar-toggler {
  border-color: white;
}

/* .navbar-toggler-icon {
  filter: invert(1);
} */

.navbar {
  z-index: 2;
}

.sub-text {
  margin-bottom: 50px;
}

.wave-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  transform: scale(1.5);
}

.fertility-chain {
  background-color: #e7f3f9;
  padding-bottom: 65px;
}

.location-search {
  font-weight: 600 !important;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1040;
  display: none;
}

.offcanvas-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100vh;
  background-color: #167fad;
  z-index: 1050;
  overflow-y: auto;
  transition: right 0.3s ease;
}
.search-icon {
    width: 374px !important;
    border: 1px solid black !important;
}
.offcanvas-menu.show {
  right: 0;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1040;
  display: none;
}

.offcanvas-backdrop.show {
  display: block;
}

body.menu-open {
  overflow: hidden;
}

.container {
  position: relative;
}

.main-heading {
  color: #1175ae;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.hope-text {
  color: #e31c48;
  font-size: 30px;
  font-weight: 600;
}

.stats-card {
  width: 217px;
  height: 153px;
  background: white;
  border-radius: 32px;
  padding: 20px;
  margin: 10px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.stats-number {
  color: #0a2540;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.stats-label {
  font-size: 1rem;
  font-weight: 500;
}

.image-card {
  border-radius: 15px;
  overflow: hidden;
  margin: 10px;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.filter-button {
  border: 2px solid #167fad;
  color: #167fad;
  font-size: 22px;
  background: white;
  border-radius: 30px;
  padding: 14px 48px;
  margin: 5px;
  transition: all 0.3s ease;
}

.filter-button.active {
  background: #167fad;
  color: white;
}
.filter-button:hover {
  background: #167fad;
  color: white;
}
.board-members h2{
  color: #1175ae;
}


.service-card {
  background: white;
  border: 1px solid #167fad;
  border-radius: 15px;
  padding: 16px 20px;
  margin: 10px 0;
  transition: all 0.3s ease;
  height: 100%;
}

  .filter-button.active {
    background-color: #047EB9;
    color: #fff;
  }
  .service-item {
    display: none;
  }
  
.service-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.search-btn {
  font-weight: 700;
  background-color: #e31c48;
  color: white;
}

.search-btn:hover {
  background-color: #c2185b;
  color: white;
}

.service-card img {
  width: 77px;
  margin-bottom: 25px;
}

.service-title {
  color: #167fad;
  font-size: 24px;
  margin-bottom: 0;
}

.view-more-btn {
  border: 2px solid #167fad;
  color: #167fad;
  font-size: 20px;
  background: white;
  border-radius: 30px;
  padding: 7px 15px;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.view-more-btn:hover {
  background: #167fad;
  color: white;
}

.services {
  background-color: #e7f3f9;
}

.testimonial-card {
  margin: 15px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.testimonial-image {
  position: relative;
}

.testimonial-image img {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  object-fit: cover;
}

/* .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #000;
} */

.stars {
  color: #fbbf24;
  font-size: 1.2rem;
}

.custom-control {
  width: 40px;
  height: 40px;
  background-color: #a5bed9;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-left: 5px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}

.carousel-control-prev {
  left: 93% !important;
}


.section-title {
  font-weight: 700;
  color: #1175ae;
}

.subtitle {
  color: #e31c48;
  font-weight: 700;
  letter-spacing: 1px;
}

.location-text {
  margin-left: 408px;
}

.location-filter {
  background: #fff;
  border-radius: 40px;
  padding: 6px 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 10px;
}

.doctors {
  background-color: #e7f3f9;
}

.doctor-card {
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin: 0 15px;
  background: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  flex-shrink: 0; 
}

.doctor-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
}

.doctor-name {
  font-weight: 700;
  font-size: 20px;
  margin-top: 15px;
}

.doctor-specialty {
  color: #6c757d;
  font-size: 18px;
  font-weight: 600;
  min-height: 60px;
  margin-bottom: 15px;
}
.doctor-card > div:last-child {
  margin-top: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.btn-profile {
  border: 2px solid #1175ae;
  padding: 10px 12px;
  font-size: 18px;
  font-weight: 600;
  color: #1175ae;
  background: transparent;
  border-radius: 30px;
  transition: 0.3s;
  white-space: nowrap;
}

.btn-profile:hover {
  background: #1175ae;
  color: white;
}

.btn-appointment {
  background-color: #e31c48;
  padding: 12px 14px;
  font-size: 17px;
  font-weight: 600;

  color: white;
  border-radius: 30px;
  border: none;
  white-space: nowrap;
}

.btn-appointment:hover {
  background-color: #c2185b;
}

.locations-section {
  padding: 60px 0;
}

.location-title {
  color: #1175ae;
  font-size: 37px;
  font-weight: 600;
  margin-bottom: 10px;
}

.location-subtitle {
    font-size: 19px;
    margin-bottom: 40px;
    max-width: 600px;
}

.location-card {
  position: relative;
  height:100%;
  background: #e7f3f9;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #167fad;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.location-card::before {
  content: "\f3c5"; 
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 210px;
  color: rgba(17, 117, 174, 0.15); 
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 0;
}

.location-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.hospital-name {
  color: #1175ae;
  font-size: 25px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
}

.hospital-address {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  flex-grow: 1;
  min-height: 60px;
}

.action-buttons {
  display: flex;
  justify-content: start;
  gap: 10px;
  margin-top: auto;
}

  .fixed-tabs-wrapper {
  position: fixed;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
}

.fixed-tab {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  background: #e31c48;
  color: white;
  padding: 10px;
  border-radius: 10px 0 0 10px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}
.fixed-tabs{
  writing-mode: vertical-lr;
  text-orientation: mixed;
  background: #1175ae;
  color: white;
  padding: 10px;
  border-radius: 10px 0 0 10px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.btn-call {
  background: #e31c48;
  color: white;
  border: none;
  font-size: 18px;
     padding: 12px 35px;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-call a {
  text-decoration: none;
  color: white;
}

.btn-call:hover {
  background: #d81557;
  color: white;
}

.btn-location {
  background: white;
  color: #1175ae;
  border: 1px solid #1175ae;
  font-size: 18px;
  z-index: 1;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-location:hover {
  background: #1175ae;
  color: white;
}

.map-container {
  position: relative;
  height: 100%;
  min-height: 500px;
}

.map-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blog-title {
  color: #1175ae;
 font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.blog-description {
      font-size: 18px;
    font-weight: 500;
  text-align: center;
  max-width: 860px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.featured-post {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background: #f8f9fa;
  height: 100%;
}

.featured-post-image {
  width: 100%;
  height: inherit;
  object-fit: cover;
}

.featured-post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  color: white;
}

.post-meta {
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  gap: 20px;
  font-weight: 500;
}

.featured-post-title {
font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    max-width: 547px;
}

.read-more-btn {
  background: #e31c48;
  color: white;
  border: none;
  padding: 15px 32px;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  background: #d81557;
  transform: translateY(-2px);
}

.sidebar-post {
  gap: 20px;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.sidebar-post:hover {
  background: #f8f9fa;
  transform: translateY(-3px);
}

.sidebar-post-image {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.sidebar-post-content {
  flex: 1;
}

.sidebar-post-title {
  color: #1a1a1a;
      font-size: 18px;
    font-weight: 700;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sidebar-post-date {
  color: #666;
     font-weight: 500;
    font-size: 17px;
}

.featured-banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
}

.faq-section {
  padding: 60px 0;
}

.faq-title {
  color: #1175ae;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  background: #f8fbff;
     padding: 10px 10px 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.faq-question.active {
  background: #0098da;
  color: white;
}

.question-number {
  color: #e31c48;
  font-weight: 600;
  margin-right: 15px;
  font-size: 40px;
}

.question-text {
  font-weight: 500;
  font-size: 22px;
  flex: 1;
}

.faq-question.active,
.faq-question.active .question-text {
  color: white;
}

.toggle-btn {
  width: 24px;
  height: 24px;
  background: #e31c48;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  transition: all 0.3s ease;
}

.faq-question.active .toggle-btn {
  background: red;
  color: white;
  transform: rotate(0deg);
}

.faq-answer {
     font-size: 19px;
    background: #0098da;
      padding: 0px 10px 10px 20px;
  color: #ffffff;
  line-height: 1.6;
  display: none;
}

.faq-answer.show {
  display: block;
}

.help-section {
  text-align: center;
}

.help-title {
  color: #1175ae;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.help-description {
 font-size: 18px;
    font-weight: 500;
  margin-bottom: 40px;
}

.options-container {
  max-width: 960px;
  margin: 0 auto;
}

.custom-check {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

.custom-check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.check-label {
  display: block;
  padding: 15px 25px;
  border-radius: 50px;
  font-weight: 400;
  border: 2px solid #e31c48;
  color: #1a1a1a;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 20px;
  text-align: left;
  margin: 0;
  background: white;
  position: relative;
  padding-left: 45px;
}

.check-label::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 20px;
  width: 16px;
  height: 16px;
  border: 2px solid #e31c48;
  background: white;
  border-radius: 3px;
  transition: 0.3s;
}

.custom-check input[type="checkbox"]:checked+.check-label {
  background: #e31c48;
  color: white;
}

.custom-check input[type="checkbox"]:checked+.check-label::before {
  content: '✔';
  color: #e31c48;
  font-size: 12px;
  background: white;
  text-align: center;
  line-height: 11px;
  font-weight: bold;
}

.btn-get-recommendations {
  background: #e31c48;
  color: white;
  border: none;
  font-size: 20px;
    padding: 15px 30px;
    border-radius: 30px;
  font-weight: 500;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.btn-get-recommendations:hover {
  background: #d81557;
  color: white;
  transform: translateY(-2px);
}

.tools-section {
  padding: 60px 0;
  text-align: center;
}

.tools-section h2 {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 600;
}

.tools-description {
    max-width: 81%;
    font-size: 17px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.tool-card {
  text-align: center;
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tool-icon {
  width: 43%;
  margin-bottom: 15px;
}

.tool-icon2 {
  width: 34%;
}

.tool-name {
  margin-bottom: 5px;
}

.tool-description {
  font-size: 13px;
}

.calculator {
  padding: 10px 15px;
  width: fit-content;
  border-radius: 37px;
  background-color: #fff;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 20px;
}

.calculator:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.calculator.active {
  background-color: #e31c48;
  color: #ffffff;
  border-color: #e31c48;
}
.more-services {
    display: none;
  }
 .view-more-btnss {
    background-color: transparent;
    border: 2px solid #167fad;
    color: #167fad;
    border-radius: 30px;
    padding: 7px 15px;
  }
  .view-more-btnss:hover {
  background: #167fad;
  color: white;
}

.footer-section {
  background-color: #E8F4FA;
  padding: 25px 0 0 0;
}

.footer-logo img {
  height: 85px;
  width: auto;
}

.footer-content h1 {
     font-size: 27px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
}

.footer-address {
  color: #666;
  font-weight: 500;
  font-size: 16px;
  max-width: 266px;
  margin-bottom: 8px;
  line-height: 1.6;
}

.footer-contact {
  font-weight: 500;
  font-size: 20px;
  color: black;
}

.social-links a {
  width: 36px;
  height: 36px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background-color: #0098da;
  color: #fff;
}

.footer-nav-block {
  text-align: left;
}

.footer-nav-title {
  font-weight: 600;
  font-size: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #b7bdc0;
  color: #e31c48;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-list li {
  margin-bottom: 6px;
}

.footer-nav-list a {
  font-weight: 500;
  line-height: 1.8;
  font-size: 18px;
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-nav-list a:hover {
  color: #e31c48;
}

  .footer-bar {
    background-color: #0076b6; /* Adjusted to match the image's blue */
    padding: 15px;
  }

  .footer-bottom-link {
    color: white;
    text-decoration: none;
    font-size: 14px;
  }

  .footer-bottom-link:hover {
    text-decoration: underline;
  }

  .footer-bar small {
    font-size: 14px;
  }
   .modal-content {
      border-radius: 10px;
      padding: 20px;
    }
    .modal-header {
      border-bottom: none;
    }
    .offer-btn {
      background-color: #ff4da6;
      color: white;
      border: none;
      padding: 8px 15px;
      border-radius: 20px;
      font-size: 14px;
      margin: 5px;
    }
    .form-control{
      margin-bottom: 15px;
      border-radius: 10px;
    }
    
     .text-secondary {
    color: #5c6c7d !important;
  }
    .book-btn {
      background-color: #1175ae;
      color: white;
      width: 100%;
      border: none;
      border-radius: 10px;
      padding: 10px;
    }
    .captcha-box {
      display: flex;
      align-items: center;
    }
    .captcha-code {
      background-color: #f8d7da;
      padding: 8px 15px;
      border-radius: 10px;
      margin-left: 10px;
    }
    .small-text {
      font-size: 12px;
      color: gray;
      text-align: center;
      margin-top: 10px;
    }
 .dropdown-menu .dropdown-item:hover .dropdown-item:active {
    background-color: #1175ae !important;
    color: #fff !important;
  }
    .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-nav .dropdown-toggle::after {
  transition: transform 0.3s ease;
}

.navbar-nav .dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}
 .dancing-img img {
    animation: dance 3s ease-in-out infinite;
  }
.hero-img {
  padding-top: 122px;
  object-fit: contain; /* shows full image without cropping */
}

.carousel-item {
  position: relative;
}

.carousel-content {
  position: absolute;
  bottom: 5%;
  left: 23%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}

.carousel-content .btn {
  margin: 0 10px;
}

.dropdown-columns {
  min-width: 550px;
}

.dropdown-columns .dropdown-item {
  white-space: normal;
  padding: 8px 10px;
  font-size: 14px;
}
.ovalution-box {
  padding: 30px;
}
.ovalution-box img{
  border-radius: 25px;
}

.ovalution-box img {
  max-width: 100%;
  height: auto;
}
.fertility-para {
  text-align: justify;
  font-size: 17px;
}

.value-card {
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      padding: 12px;
      height: 100%;
      transition: transform 0.3s ease;
      background-color: #f8f9fa;
    }

    .value-card:hover {
      transform: translateY(-5px);
    }

    .value-icon {
      font-size: 24px;
      margin-bottom: 10px;
      color: #2F327D;
    }

    .value-title {
      font-weight: 600;
      color: #1175ae;
    }

    .value-desc {
      font-size: 15px;
      color: #444;
      margin-bottom: 0;
    }
    .history-para{
      max-width: 80%;
      margin: 0 auto;
    }
    .facility-description {
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin: auto;
      font-size: 16px;
      color: #333;
    }
    .slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slide-track {
  display: flex;
  width: calc(250px * 16);
}
.continuous-slide{
   display: flex;
   /* animation: scroll 25s linear infinite; */
    /* animation-name: scroll;
  animation-timing-function: linear;
  animation-iteration-count: infinite; */
}
    .slider-container {
      overflow: hidden;
    }

    .slider-track {
      display: flex;
      transition: transform 0.5s ease;
    }

    .slider:hover .slide-track {
  animation-play-state: paused;
}

    .slider-item {
      flex: 0 0 20%; 
      padding: 0 10px;
    }

    .slider-item img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }

    .rate-card {
  background-color: #e9f5fb;
  transition: transform 0.3s ease;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.rate-card:hover {
  transform: translateY(-5px);
}
 .appointment-section {
      background-image: url('../images/Doctor-appointment-Banner.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 100vh;
      display: flex;
      align-items: center;
    }
.form-container {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 450px;
    justify-self: flex-end;
}
 .thank-you-section {
      padding: 60px 20px;
      background-color: #fff;
    }

    .contact-box {
      background-color: #f8f9fc;
      border-radius: 10px;
      padding: 20px;
      margin: 20px 0;
    }

    .contact-icon {
      font-size: 24px;
      margin-right: 10px;
      color: #4e73df;
    }

    .btn-custom {
      background-color: #f1f2f6;
      border: none;
      padding: 10px 20px;
      border-radius: 10px;
      font-weight: 500;
    }
.btn-pink2 {
    background: #e31c48;
    margin-top: 17%;
    left: -4%;
    position: absolute;
    color: #fff;
    border-radius: 2rem;
    padding: 15px 35px !important;
    font-weight: 500;
}
    .header-border{
      border-bottom: 1px solid #000;
    }

    .btn-custom:hover {
      background-color: #e2e6ea;
    }

    .thank-para{
      max-width: 70%;
      margin: 0 auto;
    }
    .inquiry-info{
      max-width: 70%;
      margin: 0 auto;
    }
    .footer-contact a{
      text-decoration: none;
      color: black;
    }
    
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.icon-img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.call-icon-mobile img {
  width: 28px;
  height: 28px;
}

.call-icon-mobile,
.search-icon-mobile {
  display: inline-block;
}

#searchCounter button {
    background: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
  }
.service-card a{
  text-decoration: none;
}
.fertility-doctor p{
  text-align: justify;
}
.fertility-doctor h2{
  color: #1175ae;
}
.carousel-indicators [data-bs-target] {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.carousel-indicators .active {
  background-color: #ff1493; 
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-float img {
    width: 36px;
    height: 36px;
}
.appointment-label {
  font-weight: 500;
}





  @keyframes dance {
    0%, 100% {
      transform: rotate(0deg) scale(1);
    }
    25% {
      transform: rotate(5deg) scale(1.05);
    }
    50% {
      transform: rotate(-5deg) scale(1);
    }
    75% {
      transform: rotate(3deg) scale(1.03);
    }
  }

  @keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


@media (min-width: 992px) {
  .call-icon-mobile,
  .search-icon-mobile {
    display: none !important;
  }
}


@media (max-width: 991px) {
  #mobileSearchForm {
    display: none;
    position: absolute;
    top: 70px;
    left: 10px;
    right: 10px;
    z-index: 1000;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease;
  }
  .form-control {
    margin-bottom: 0;
}

  @keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }
}


@media (max-width: 768px) {
    .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 10px;
  }
  .whatsapp-float img {
    width: 30px;
    height: 30px;
}
  .hero-content {
    padding-top: 20rem;
    padding-bottom: 2rem;
  }
  .search-bar input {
  padding-right: 45px; 
}

.search-bar button {
  background: none;
  border: none;
  padding: 0;
  outline: none;
}

.btn-pink2 {
  display: none;
}
  .about-banner{
    padding-top: 85px;
  }
.navbar{
  padding-bottom: 0 !important;
}
.value-card {
  margin-bottom: 20px;
  }

  .about-section {
    padding: 10px 0;
  }
.hero-img {
    padding-top: 0px;
    object-fit: contain;
}
 .header-border{
      border-bottom: none;
    }
.btn-pink, .btn-blue, .btn-outline-light
 {
    font-size: 10px;
 }
 .carousel-content .btn {
    margin: 0 0px;
}
 
.carousel-content {
    left: 34%;
}
  .display-4 {
    font-size: 36px;

  }

  .navbar-brand img {
    height: 52px;
  }

  .lead {
    font-size: 15px !important;
  }

  .about-section {
    text-align: center;
  }
.hospital-name {
    font-size: 22px;
    margin-top: 27  px;
}
.hospital-address {
    font-size: 14px;
}
.btn-call {
    padding: 6px 32px;
}
.featured-post-title {
    max-width: 531px;
}
  .custom-control {
    width: 30px;
    height: 30px;
  }

  .carousel-control-prev {
    left: 90% !important;
  }

  .tool-icon2 {
    width: 35%;
    margin-bottom: 15px;
  }

  .about-text {
    text-align: justify;
  }

  .btn-pink, .btn-blue {
    margin-top: 20px;
  }

  .curved-section {
    padding: 1px 0;
  }

  .main-heading {
    font-size: 2.5rem;
  }

  .location-text {
    margin-left: 115px;
  }

  .wave-bg {
    height: 15%;
  }

  .location-subtitle {
    font-size: 18px;
  }
  .location-title {
    font-size: 25px;
  }

  .hero-overlay {
    background-position: top;
  }

  .map-container {
    min-height: 300px;
    margin-top: 30px;
  }

  .read-more-btn {
    padding: 10px 12px;
  }

  .featured-post-image {
    height: 300px;
  }

  .faq-section {
    padding: 5px 0;
  }

  .featured-post-title {
    font-size: 1.5rem;
  }

  .sidebar-post {
    margin-top: 20px;
  }

  .btn-outline-light {
    margin-top: 20px;
  }

  .faq-title {
    font-size: 2rem;
  }

.faq-answer {
    font-size: 15px;
}
.check-label {
    font-size: 14px;
}
  .question-text {
    font-size: 20px;
  }
.tools-section h2 {
    font-size: 30px;
}
.tools-description {
    font-size: 13px;
}
.tool-icon {
    width: 50%;
}
.tool-name {
    font-size: 15px;
}
.tool-description {
    font-size: 9px;
}
.footer-content h1 {
    font-size: 15px;
}
.footer-address {
    font-size: 12px;
}
.footer-contact {
    font-size: 12px;
}
/* .fixed-tab {
    padding: 5px;
  } */
.footer-nav-title {
    font-size: 18px;
        padding-bottom: 14px;
}
.footer-nav-list a {
    font-size: 13px;
}
  .help-title {
    font-size: 2rem;
  }
  .footer-section {
    padding: 10px 0;
}
.tools-section {
    padding: 0px 0;
}
  .radio-label {
    padding: 12px 20px;
    font-size: 0.9rem;
  }
   .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
      }

      .footer-service{
        display: block;
      }
          .navbar-nav .nav-link.active {
    color:  #bed3ff !important;
}
.mobile-box{
  padding: 20px !important;
}

.fixed-tabs-wrapper {
    position: fixed;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    transform: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 0;
    background: #fff;
    border-top: 2px solid #ccc;
    z-index: 9999;
  }

  .fixed-tab,
  .fixed-tabs {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    flex: 1;
    border-radius: 0;
    padding: 12px 0;
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    white-space: normal;
  }

  .fixed-tab {
    background: #e31c48;
  }

  .fixed-tabs {
    background: #1175ae;
  }

  .fixed-tab:active,
  .fixed-tabs:active {
    opacity: 0.85;
  }

   .footer-bar {
    margin-bottom: 30px;
}
    
}

@media (max-width: 576px) {
.nav-contact {
    padding: 10px 15px;
}
  .btn-profile,
  .btn-appointment {
    flex: 1 1 100%;
    text-align: center;
    padding: 10px 12px;
    margin-bottom: 12px;
  }

      .hero-content {
        padding-top: 11rem;
        padding-bottom: 2rem;
    }
    .toggle-btn {
      display: none;
    }

  .location-search {
   width: 135px !important;
  }
    .search-btn {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .btn-pink, .btn-blue {
        margin-top: 0px;
        display: none;
    }
    .btn-outline-light {
        margin-top: 0px;
        display: none;
    }
    /* .btn-pink {
    padding: 8px 24px;
} */

  .location-text {
    margin-left: 10px;
  }

   .header-border{
      border-bottom: none;
    }
  .dropdown-item{
  font-size: 12px;
  padding-right: 0;
        padding-left: 0;
}
.nav-link{
  font-size: 13px;
}
.nav-location {
    font-size: 12px;
}
.nav-contact {
    font-size: 12px;
}
  .stats-card {
    border-radius: 23px;
    width: 92px;
    height: 80px;
    padding: 9px;
        margin: 0px;
  }

  .stats-number {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .stats-label {
    font-size: 11px;
  }

  .tools-section h2 {
    font-size: 25px;
  }

  .carousel-control-prev {
    left: 83% !important;
  }
      .carousel-content {
        left: 33%;
    }
        .hero-img {
        padding-top: 39px;
        object-fit: contain;
    }
    .btn-outline-light, .btn-pink, .btn-blue{
      padding: 3px 5px !important;
    }
        body {
        padding-top: 0px;
    }
}


@media (min-width: 1024px) and (max-width: 1439px) {
  .search-icon {
    width: 200px !important;
  }

  .nav-link {
    font-size: 14px;
  }

  .stats-card {
    width: 172px;
    height: 124px;
  }

  .stats-label {
    font-size: 14px;
  }

  .stats-number {
    font-size: 27px;
  }

  .location-text {
    margin-left: 241px;
  }

  .main-heading {
    font-size: 44px;
  }
.fixed-tab {
    padding: 8px;
}
  .custom-control {
    width: 30px;
    height: 30px;
  }

  /* .btn-profile {
    margin-bottom: 7px;
  } */

  /* .btn-location {
    padding: 8px 6px;
  } */

  .btn-call {
    padding: 4px 23px;
    font-size: 14px;
  }

  .hero-content {
           padding-top: 245px !important;
        padding-bottom: 4rem;
  }
  .hospital-address {
    font-size: 13px;
  }
  .display-4{
    font-size: 43px;
  }

  .carousel-content{
    left: 32%;
  }
  .btn-pink, .btn-blue, .btn-outline-light{
    padding: 10px 40px !important;
  }
  .read-more-btn{
    padding: 15px 23px;
  }
  .nav-location{
    padding: 8px 10px;
  }
  .nav-contact{
    padding: 8px 10px;
  }
}
@media (min-width: 993px) and (max-width: 1023px) {
  .nav-contact{
    padding: 8px 8px;
  }
  .nav-location{
    padding: 8px 8px;
  }
   .search-icon {
    width: 220px !important;
  }
 .carousel-content .btn {
    margin: 0 0px;
}
    .btn-pink, .btn-blue, .btn-outline-light {
        font-size: 10px;
        padding: 12px 30px !important;
    }
    .footer-content h1 {
    font-size: 22px;
}
.footer-contact {
    font-size: 17px;
}
.social-links a {
    width: 30px;
    height: 30px;
    margin-right: 4px;
}
.footer-nav-list a {
    font-size: 13px;
}
.btn-call{
  padding: 8px 25px;
}

} 

@media (min-width: 769px) and (max-width: 992.99px) {
  .hero-img{
    padding-top: 85px;
  }
   .header-border{
      border-bottom: none;
    }
    .btn-outline-light, .btn-blue, .btn-pink {
    padding: 8px 15px !important;
}
.carousel-content .btn {
    margin: 0 5px;
}
.hospital-name {
    margin-top: 10px;
}
.btn-call {
    padding: 12px 31px;
}
.check-label{
  font-size: 14px;
}
.carousel-content {
    left: 33%;
}
.footer-content h1 {
    font-size: 22px;
}
.footer-contact {
    font-size: 17px;
}
.social-links a {
    width: 30px;
    height: 30px;
    margin-right: 4px;
}
.footer-nav-list a {
    font-size: 13px;
}
.btn-pink2 {
    margin-top: 5px;
    padding: 10px 26px !important;
}
.about-banner {
    padding-top: 130px;
}
}

@media (min-width: 577px) and (max-width: 767.99px) {
  .btn-outline-light, .btn-blue, .btn-pink{
    padding: 12px 20px !important;
  }

  .stats-card {
    width: 167px;
    height: 137px;
    background: white;
    border-radius: 32px;
    padding: 12px;
    margin: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.hero-slider{
  margin-top: 80px !important;
}
}

