/* fonts */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #f5f1eb;
}

:root {
  --primary-color: #4d2973;
  --secondary-color: #884a96;
  --accent-color: #d0b6d6;
  --background-color: #f5f1eb;
}

a {
  text-decoration: none;
}

.navbar .navbar-brand img {
  width: 100px;
}

html {
  scroll-padding: 200px;
}

.nav-top {
  position: relative;
  top: 10px;
}

.banner-carousel .item {
  height: 85vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-slide-1 {
  background-image: url("../images/new-slides/generations-womens-health-services.webp");
  display: flex;
  align-items: center;
}

.banner-slide-2 {
  background-image: url("../images/new-slides/three-generations-health.webp");
  display: flex;
  align-items: center;
}

.banner-slide-3 {
  background-image: url("../images/new-slides/radiant-motherhood-clinic.webp");
  display: flex;
  align-items: center;
}

.nav-top-only-mobile {
  display: none;
}

.banner-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.banner-carousel {
  position: relative;
}

@media screen and (min-width: 992px) {
  .navbar {
    line-height: 3rem;
    .dropdown-menu {
      line-height: initial;
    }
  }

  .dropdown {
    .dropdown-menu {
      display: none;
    }
  }
  .dropdown,
  .dropend {
    &:hover {
      & > .dropdown-menu {
        display: block;
      }
    }
  }
  .dropdown {
    &:hover {
      & > .dropdown-menu {
        margin-top: -0.5rem;
      }
    }
  }
  .dropend {
    &:hover {
      & > .dropdown-menu {
        position: absolute;
        top: -0.5rem;
        left: 100%;
        margin-left: 0;
      }
    }
  }
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: var(--primary-color) !important;
  font-weight: 500;
  transition: all 0.3s ease;
  padding-right: 12px;
  font-size: 15px;
  text-transform: uppercase;
}

.header .dropdown-item {
  font-size: 14px;
}

.header .nav-link:hover,
.header .nav-link:focus {
  color: var(--secondary-color) !important;
}

.header .dropdown-menu {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
}

.header .dropdown-item {
  color: var(--primary-color);
  padding: 0.5rem 1.5rem;
  transition: all 0.2s ease;
}

.header .dropdown-item:hover,
.header .dropdown-item:focus {
  background-color: var(--accent-color);
  color: var(--primary-color);
}

.btn-book {
  padding: 10px 15px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-book:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.fa-facebook {
  color: #4267b2;
}

.fa-instagram {
  /* color: #cd486b; */
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-top a i {
  font-size: 20px;
}

.help-desk {
  color: #000;
  font-weight: 400;
}

.banner-title,
.banner-sub-text {
  color: #fff;
}

.banner-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  animation: fadeInUp 1s ease-out;
  text-transform: uppercase;
}

.title-small {
  font-size: 35px;
}

/* Subtext Styling */
.banner-sub-text {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
  animation: fadeInUp 1.2s ease-out;
}
/* ------------------------------------------------ */
/* -------------clinic-overview-section----------- */
/* ---------------------------------------------- */

.highlight-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(88.41deg, #95809e 0.26%, #c181b7 99.32%);
  margin-bottom: 1rem;
}

.btn-welcome-section-mob {
  display: none;
}

.btn-welcome {
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  border-radius: 5px;
  border: none;
  text-decoration: none;
  text-transform: uppercase;

  background: linear-gradient(
 
149deg, #8545a1 0.26%, #f5a2e8 99.32%);
}

.welcome-section {
  padding: 60px 0;
}

.section-title {
  color: #4d2973;
  font-size: 30px;
  margin-bottom: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.infra-1,
.infra-2,
.infra-3 {
  position: relative;
  overflow: hidden;
}

.infra-1 img,
.infra-2 img,
.infra-3 img {
  display: block;
  transition: transform 0.3s ease;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(217, 10, 44, 0); */
  /* Initial transparent color */
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoom-icon {
  font-size: 2rem;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.infra-1:hover .overlay,
.infra-2:hover .overlay,
.infra-3:hover .overlay {
  /* background-color: rgba(217, 10, 44, 0.5); */
  cursor: pointer;
}

.infra-1:hover .zoom-icon,
.infra-2:hover .zoom-icon,
.infra-3:hover .zoom-icon {
  opacity: 1;
}

.infra-1:hover .icon-circle,
.infra-2:hover .icon-circle,
.infra-3:hover .icon-circle {
  opacity: 1;
}

.infra-1:hover img,
.infra-2:hover img,
.infra-3:hover img {
  transform: scale(1.1);
}

/* ---------------------------------------------- */
/* --------------Services----------------------- */
/* -------------------------------------------- */

.services-icon {
  width: 70px;
  height: 70px;
}

.all-services .services-section {
  text-align: center;
  padding: 2rem 0;
}

.all-services .services-section h3 {
  color: #4d2973;
  font-size: 2.2rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.all-services .services-section h5 {
  color: #884a96;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.all-services .services-section::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #d0b6d6, #884a96);
  margin: 1rem auto 0;
  border-radius: 3px;
}

.all-services .services-section h3:hover {
  text-shadow: 0 2px 4px rgba(77, 41, 115, 0.2);
  transition: all 0.3s ease;
}

.all-services {
  background-color: #f5f1eb;
  padding: 60px 0;
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.service-card {
  background: white;
  border-radius: 10px;
  padding: 25px 20px;
  text-align: center;
  width: calc(25% - 20px);
  margin: 0 10px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  position: relative;
  border: 2px solid transparent;
}

.service-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.service-icon svg {
  width: 35px;
  height: 35px;
  fill: #4d2973;
  transition: all 0.3s ease;
}

.service-card h3 {
  color: #4d2973;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-description {
  color: #666;
  font-size: 13px;
  line-height: 1.4;
}

.service-card:hover {
  border: 2px solid #884a96;
  cursor: pointer;
}

/* .service-card:hover .service-icon {
  transform: rotate(15deg);
} */

.service-card:hover .service-icon svg {
  fill: #884a96;
}

@media (max-width: 1200px) {
  .service-card {
    width: calc(25% - 15px);
    margin: 0 7.5px;
  }
}

@media (max-width: 992px) {
  .service-card {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }

  .service-row {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .service-card {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 20px;
  }
}

/* ----------------------------------------- */
/* -----------FAQ-------------------------- */
/* --------------------------------------- */

.faq {
  background-color: #f5f1eb;
  padding: 60px 0;
}

.faq .faq-title {
  color: #4d2973;
  text-align: center;
  padding-bottom: 30px;
  font-weight: 700;
}

.faq .accordion {
  --bs-accordion-border-color: none;
  --bs-accordion-border-radius: 8px;
  --bs-accordion-inner-border-radius: 8px;
  --bs-accordion-btn-focus-box-shadow: none;
}

.faq .accordion-item {
  border: none;
  border-radius: 8px !important;
  margin-bottom: 15px;
  overflow: hidden;
}

.faq .accordion-button {
  background-color: #d0b6d6;
  color: #4d2973;
  font-weight: 600;
  border-radius: 8px !important;
  padding: 15px 20px;
}

.faq .accordion-button:not(.collapsed) {
  background-color: #884a96;
  color: white;
}

.faq .accordion-body {
  background-color: white;
  color: #4d2973;
  padding: 20px;
  border-radius: 0 0 8px 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .faq {
    padding: 40px 0;
  }

  .faq .faq-title {
    font-size: 1.8rem;
  }

  .faq .accordion-button {
    padding: 12px 15px;
    font-size: 0.95rem;
  }
}

/* -------------------------------------------- */
/* --------------About drjayshree------------- */
/* ------------------------------------------ */

.doctor-profile {
  text-align: center; 
  line-height: 1.4;
}

.doctor-name {
  font-size: 2.8rem; 
  font-weight: 700;
  color: var(--primary-color);
}

.doctor-degree {
  font-size: 1.5rem;
  font-weight: 500;
  color: #444;
  margin-top: 0.3rem;
}

.doctor-designation {
  font-size: 1.5rem;
  font-weight: 500;
  color: #555;
  margin-top: 0.2rem;
}

.doctor-specialization {
  font-size: 1.5rem;
  font-weight: 500;
  color: #555;
  margin-top: 0.2rem;
}


.about-dr {
  padding: 50px 0;
}

.about-dr .dr-img {
  text-align: center;
}

.about-dr .dr-img h5 {
  color: #4d2973;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

.about-dr .dr-img p {
  color: #884a96;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 0.8rem;
}

.about-dr .dr-img p:first-of-type {
  font-weight: 500;
}

.about-dr .dr-img p:last-child {
  color: #4d2973;
}

.about-jayashree h3 {
  color: #4d2973;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

.about-jayashree {
  padding-left: 40px;
}
.vision-mission {
  padding: 80px 0;
  background: linear-gradient(135deg, #f9f0ff 0%, #f0e5ff 100%);
  position: relative;
  overflow: hidden;
}



.vision-mission .container {
  position: relative;
  z-index: 1;
}

.vision-mission h3 {
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.vision-mission h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--secondary-color);
  border-radius: 3px;
}

.vision-mission p {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}

.vision-mission .row > div {
  padding: 30px;
}

.vision-text {
  position: relative;
  padding-right: 30px;
}

.vision-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--secondary-color),
    transparent
  );
  opacity: 0.3;
}

@media (max-width: 991.98px) {
  .vision-text {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .vision-text::after {
    display: none;
  }

  .vision-mission h3 {
    font-size: 24px;
  }

  .vision-mission p {
    font-size: 15px;
  }
}

/* Add a subtle animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.vision-mission .col-lg-6 {
  animation: fadeInUp 0.8s ease-out forwards;
}

.vision-mission .col-lg-6:last-child {
  animation-delay: 0.3s;
}
/* ------------------------------------ */
/* --------tESTIMONALS---------------- */
/* ----------------------------------- */

.testimonals-carosal {
  padding-top: 60px;
  padding-bottom: 80px;
}

.testimonals-carosal .testimonial {
  padding: 20px;
}
.testimonial .pic {
  width: 122px;
  height: 122px;
  float: left;
  margin-right: 50px;
  position: relative;
}
.testimonial .pic:before,
.testimonial .pic:after {
  content: "";
  display: block;
  height: 50%;
  width: 50%;
  position: absolute;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .testimonial-content {
  display: table;
  position: relative;
}
.testimonial .testimonial-content:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -30px;
  left: -15px;
  font-size: 60px;
  color: #d8dad6;
  z-index: -1;
}
.testimonial .testimonial-title {
  font-size: 24px;
  color: #884a96;
  text-transform: capitalize;
}
.testimonial .post {
  font-size: 13px;
  font-weight: 600;
  color: #585f62;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 5px;
  padding-left: 5px;
}
.testimonial .description {
  font-size: 15px;
  color: #7c7c7c;
  line-height: 22px;
  margin-top: 12px;
  font-style: italic;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #884a96;
}
@media only screen and (max-width: 980px) {
  .testimonial {
    padding: 20px 0;
    margin: 20px 15px;
  }
  .testimonial .pic {
    float: none;
  }
  .testimonial .testimonial-content {
    display: block;
    margin-top: 30px;
  }
  .testimonial .testimonial-content:before {
    z-index: 1;
    top: -200px;
  }
}

.testimonals-title p {
  font-size: 20px;
  text-align: center;
}

.testimonals-title h3 {
  color: #4d2973;
  font-size: 2.2rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* ------------------------------------- */
/* -----------Footer------------------- */
/* ----------------------------------- */

/* Footer Styles */
.gradient-footer {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  color: #ffff;
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
}

.gradient-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--hover-color),
    var(--secondary-color),
    var(--hover-color)
  );
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-section {
  padding: 0 15px;
}

.footer-logo {
  max-width: 200px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.footer-heading {
  color: var(--text-color);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #d0b6d6;
  border-radius: 3px;
}

.footer-about-text {
  color: var(--text-color);
  line-height: 1.7;
  margin-bottom: 25px;
  opacity: 0.9;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--text-color);
  border-radius: 50%;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.social-link:hover {
  background: var(--hover-color);
  color: var(--primary-color);
  transform: translateY(-3px);
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.footer-menu li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--hover-color);
  border-radius: 50%;
}

.footer-link {
  color: var(--text-color);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 3px 0;
}

.footer-link:hover {
  color: var(--hover-color);
  transform: translateX(5px);
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  line-height: 1.6;
}

.contact-icon {
  color: var(--hover-color);
  margin-right: 15px;
  margin-top: 3px;
  min-width: 18px;
  font-size: 1.1rem;
}

.contact-item a {
  color: var(--text-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-item a:hover {
  color: var(--hover-color);
  text-decoration: underline;
}

.footer-bottom {
  background: rgba(0, 0, 0, 0.15);
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-nav ul li {
  padding-left: 0;
}

/* Animation Effects */
.footer-link,
.social-link,
.contact-item a {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-section {
    padding: 0;
  }
}

.copy-right p,
.copy-right a {
  font-size: 14px;
  color: #000;
}

.copy-right {
  padding: 5px 0;
}

/* ------------------------------------------- */
/* ---------------------Modal---------------- */
/* ----------------------------------------- */

.modal.fade .modal-dialog {
  transform: perspective(1000px) rotateX(-90deg);
  transition: all 0.5s ease-in-out;
  transform-origin: top center;
  opacity: 0;
}

.modal.fade.show .modal-dialog {
  transform: perspective(1000px) rotateX(0);
  opacity: 1;
}

.form-container {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.modal-open {
  z-index: 99999 !important;
}

/* --------------------------------------------- */
/* ------------aesthetic gynaecology----------- */
/* ------------------------------------------- */

.ag {
  background: url(../images/home/Aesthetic_Gynaecology_Shape.webp);
  background-size: cover;
  background-position: 100% 0%;
  padding: 180px 0;
}

.ag-mobile{
  display: none;
}

.ag h3 {
  color: #4d2973;
  font-size: 2.2rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ag h5 {
  color: #884a96;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.knw-more {
  background-color: #884a96;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.knw-more:hover {
  color: #fff;
  transform: scale(1.05);
}

/* -------------------- */

.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #48c859;
}

.whatsapp i {
  font-size: 30px;
}

.social-item {
  text-decoration: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  /* Changed to 0.2s as requested */
}

.social-item:hover {
  transform: scale(1.1);
}

#tapToTop {
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 2px solid rgba(116, 115, 115, 0.25);
  border-radius: 50%;
  color: #884a96;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: translateY(-150px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 999;
}

#tapToTop.show {
  transform: translateY(0);
  opacity: 1;
}

#tapToTop:hover {
  transform: translateY(0) rotate(360deg);
  background: rgba(255, 255, 255, 0.25);
}

/* =================== */

/* Parent Container */
.clinic-points {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

/* Design 1: Rounded Buttons with Icons */
.clinic-points--rounded-btn {
  background: #f5f1eb;
  border-radius: 50px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.clinic-points--rounded-icon {
  background: #d0b6d6;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4d2973;
  font-size: 16px;
}

.clinic-points--rounded-text-primary {
  color: #884a96;
  font-weight: bold;
  margin: 0;
}

.clinic-points--rounded-text-secondary {
  color: #884a96;
  font-weight: bold;
  margin: 0;
}

/* Design 2: Card-Style with Icons */
.clinic-points--card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  width: 200px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-top: 4px solid #4d2973;
}

.clinic-points--card-icon {
  background: #d0b6d6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: #4d2973;
  font-size: 20px;
}

.clinic-points--card-text-primary {
  color: #4d2973;
  font-weight: bold;
  margin: 0;
}

.clinic-points--card-text-secondary {
  color: #884a96;
  font-weight: bold;
  margin: 0;
}

/* Secondary Card Variation (Purple Border) */
.clinic-points--card.secondary {
  border-top-color: #884a96;
}

.clinic-points--card.secondary .clinic-points--card-icon {
  color: #884a96;
}

/* ------------------------------------------------------ */
/* ----------------Clinic-overview-page----------------- */
/* ---------------------------------------------------- */

.clinic-overview {
  padding: 80px 0;
}

.clinic-overview h5 {
  color: #884a96;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.clinic-overview .title-for-all {
  color: #4d2973;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.clinic-overview p {
  color: #555;
  font-size: 16px;
}

/* cta-section */

.cta-title h3 {
  color: #884a96;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cta-title p {
  color: #4d2973;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.cta-for-clinic {
  padding-bottom: 80px;
}

.cta-buttons .vertical-line {
  width: 1px;
  height: 30px;
  background-color: #ccc; /* adjust color if needed */
}

.border-cta {
  color: #000;
  font-weight: bold;
}

/* ------------------------------------- */
/* -----------About drjayshree--------- */
/* ----------------------------------- */

.drjayshree .title-for-all {
  color: #4d2973;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.doctor-jayshree {
  padding-top: 80px;
  padding-bottom: 40px;
  color: #333;
  line-height: 1.8;
}

.doctor-jayshree img {
  transition: filter 0.3s ease;
  width: 100%;
  object-fit: cover;
}

.doctor-jayshree p {
  margin-bottom: 1.5rem;
  color: #444;
}

.doctor-jayshree .title-for-all,
.clinic-team h3 {
  color: #4d2973;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.or-team-intro {
  padding-top: 60px;
}

.clinic-team {
  padding-bottom: 40px;
}

.current-affiliations {
  padding: 40px 0;
}

.current-affiliations .container {
  margin: 0 auto;
  padding: 0 15px;
}

.current-affiliations h2 {
  color: #4d2973;
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.current-affiliations p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
}

.current-affiliations .affiliation-list {
  color: #884a96;
  margin: 20px 0;
  padding-left: 20px;
}

.current-affiliations .affiliation-list li {
  margin-bottom: 10px;
  font-weight: 500;
}

/* ------------------------------------ */
/* ----------Services----------------- */
/* ---------------------------------- */

.services-clinic {
  padding: 80px 0;
}

.services-clinic h3 {
  color: #4d2973;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.services-clinic h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 3px;
  background-color: #884a96;
}

.services-clinic p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.services-clinic h5 {
  color: #4d2973;
  font-size: 20px;
  margin: 25px 0 15px;
  font-weight: 600;
}

.services-clinic ul {
  margin-bottom: 25px;
  padding-left: 20px;
}

.services-clinic ul li {
  color: #555;
  margin-bottom: 10px;
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}

.services-clinic strong {
  color: #4d2973;
}

.services-clinic img {
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(141, 74, 150, 0.2);
  transition: transform 0.3s ease;
}

.services-clinic img:hover {
  transform: translateY(-5px);
}

@media (max-width: 991.98px) {
  .services-clinic {
    padding: 60px 0;
  }

  .services-clinic .col-lg-6:first-child {
    margin-bottom: 40px;
  }

  .services-clinic h3 {
    font-size: 28px;
  }
}

#Cervical_Cancer_Screening {
  padding: 20px 0;
}

.menupause-illustration {
  padding-top: 50px;
}

/* ----------------------------------------- */
/* -----------Aesthetic_Gynaecology-------- */
/* --------------------------------------- */

.Aesthetic_Gynaecology .title-aesthetic_gynaecology h1 {
  color: #4d2973;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.Aesthetic_Gynaecology .title-aesthetic_gynaecology {
  text-align: center;
}

.Aesthetic_Gynaecology {
  padding: 60px 0;
}

.services-aesthetic ul li {
  color: #555;
  margin-bottom: 10px;
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}

.aesthetic_gynaecology-includes {
  padding-bottom: 80px;
}

.ag-services-pills{
  padding-top: 60px;
  padding-bottom: 80px;
}

.nav-pills .nav-link {
  color: var(--primary-color);
  font-weight: 600;
  padding: 1rem 0.8rem;
  margin-bottom: 1.5rem;
  border-radius: 5px;
  transition: all 0.3s;
  display: flex;
  align-items: start;
}

.nav-pills .nav-link i {
  margin-right: 10px;
  font-size: 1.2rem;
}

.nav-pills .nav-link.active {
  background-color: var(--primary-color);
  color: white;
}

.nav-pills .nav-link:hover:not(.active) {
  background-color: var(--accent-color);
}

.treatment-content {
  background-color: white;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  min-height: 500px;
}

.treatment-list {
  list-style-type: none;
  padding-left: 0;
}

.treatment-list li {
  margin-bottom: 0.8rem;
  padding-left: 1.5rem;
  position: relative;
}

.treatment-list li:before {
  content: "•";
  color: var(--primary-color);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.btn-consultation {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
  padding: 0.8rem 2rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s;
}

.btn-consultation:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pills-img-services{
  max-width: 650px;  
  width: 100%;       
  height: auto;     
  display: block;
  margin-bottom: 20px;
}

/* @media (max-width: 992px) {
            .nav-pills {
                flex-direction: row;
                overflow-x: auto;
                flex-wrap: nowrap;
                margin-bottom: 2rem;
            }
            
            .nav-pills .nav-link {
                white-space: nowrap;
            }
        } */

/* -------------------------------------- */
/* ----------Contact-us------------------ */
/* ------------------------------------- */

        .contact-section {
            padding: 80px 0;
            background: linear-gradient(135deg, rgba(208,182,214,0.1) 0%, rgba(245,241,235,0.3) 100%);
        }
        
        .contact-section .contact-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .contact-section .contact-header h2 {
            font-size: 2.8rem;
            color: var(--primary-color);
            margin-bottom: 20px;
            font-weight: 700;
            position: relative;
            display: inline-block;
        }
        
        .contact-section .contact-header h2:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(to right, var(--accent-color), var(--secondary-color));
            border-radius: 2px;
        }
        
        .contact-section .contact-header p {
            font-size: 1.2rem;
            color: var(--light-text);
            line-height: 1.6;
            margin: 0 auto;
        }
        
        .contact-section .contact-box {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
            height: 100%;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .contact-section .contact-box:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        
        .contact-section .contact-icon {
    width: 65px;
    height: 65px;
    background: #fff;
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--primary-color);
    font-size: 1.4rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.contact-section .contact-icon:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(var(--primary-color-rgb), 0.25);
}
        
        .contact-section .contact-info h4 {
            font-size: 1.4rem;
            color: var(--primary-color);
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        .contact-section .contact-info p {
            color: var(--light-text);
            line-height: 1.6;
            margin-bottom: 0;
        }
        
        .contact-section .phone a, 
        .contact-section .email a {
            color: var(--secondary-color);
            text-decoration: none;
            transition: all 0.3s ease;
            font-weight: 500;
        }
        
        .contact-section .phone a:hover, 
        .contact-section .email a:hover {
            color: var(--primary-color);
            text-decoration: none;
            padding-left: 5px;
        }
        
        .contact-section .g-map {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
            margin-top: 40px;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }
        
        .contact-section .contact-divider {
            height: 2px;
            background: linear-gradient(to right, transparent, var(--accent-color), transparent);
            margin: 40px 0;
        }
        
        .contact-section .hours-box {
            background: white;
            padding: 25px;
            border-radius: 15px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
            text-align: center;
            margin-top: 30px;
            border-top: 4px solid var(--accent-color);
        }
        
        .contact-section .hours-box h4 {
            color: var(--primary-color);
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        .contact-section .hours-box p {
            margin-bottom: 5px;
            color: var(--light-text);
        }
        
        .contact-section .highlight {
            color: var(--secondary-color);
            font-weight: 600;
        }
        
        @media (max-width: 992px) {
            .contact-section .contact-header h2 {
                font-size: 2.3rem;
            }
            
            .contact-section .contact-header p {
                font-size: 1.1rem;
            }
            
            .contact-section .contact-box {
                padding: 25px;
            }
        }
        
        @media (max-width: 768px) {
            .contact-section .contact-section {
                padding: 60px 0;
            }
            
            .contact-section .contact-header {
                margin-bottom: 40px;
            }
            
            .contact-section .contact-header h2 {
                font-size: 2rem;
            }
            
            .contact-section .contact-icon {
                width: 60px;
                height: 60px;
                font-size: 1.5rem;
                margin-bottom: 20px;
            }
        }

.nav-top-only-mob {
  display: none !important;
}

.appoint-btn-mob {
  display: none;
}

/* ----------------------------------------------- */
/* ----------Brand-name-for-inside-pages--------- */
/* --------------------------------------------- */

.brand-name-nav {
  background: linear-gradient(135deg, #4d2973 0%, #884a96 100%);
  padding: 70px 0;
  color: white;
  position: relative;
  overflow: hidden;
}

.brand-name-nav .brand-nav-content {
  text-align: center;
  position: relative;
  z-index: 2;
  width: 100%;
}

.brand-name-nav .brand-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.brand-name-nav .breadcrumb {
  font-size: 1.1rem;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-name-nav .breadcrumb-link {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.brand-name-nav .breadcrumb-link:hover {
  text-decoration: underline;
}

.brand-name-nav .breadcrumb-link.active {
  font-weight: 600;
}

.brand-name-nav .breadcrumb-separator {
  margin: 0 8px;
}

.brand-name-nav .decor-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.brand-name-nav .circle-1 {
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
}

.brand-name-nav .circle-2 {
  bottom: -80px;
  right: -30px;
  width: 250px;
  height: 250px;
}

.brand-name-nav .circle-3 {
  top: 30%;
  right: 15%;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
}

.brand-name-nav .circle-4 {
  bottom: 20%;
  left: 20%;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
}

/* 8888888888888888 */

.testimonals-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.owl-theme .owl-nav {
  position: relative;
  top: auto;
  right: auto;
  display: flex;
  gap: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
  background: linear-gradient(135deg, #4d2973, #884a96);
  color: white;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  margin: 0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: linear-gradient(135deg, #884a96, #4d2973);
  transform: scale(1.1);
}

.read-more-container {
  margin-left: auto;
}

.read-more-btn {
  background: linear-gradient(135deg, #4d2973, #884a96);
  color: white;
  padding: 8px 20px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(77, 41, 115, 0.3);
  font-size: 14px;
  white-space: nowrap;
}

.read-more-btn:hover {
  background: linear-gradient(135deg, #884a96, #4d2973);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(77, 41, 115, 0.4);
}

/* --------------- */

.patient-testimonals h1 {
  font-weight: 400;
  font-size: 1.5em;
  text-align: center;
  color: var(--primary-color);
  padding-top: 40px;
  transition: font-size 0.5s ease;
}

.patient-testimonals .col {
  width: 100%;
  border-bottom: 1px solid #a55959;
  overflow: visible;
  position: relative;
  padding: 3em;
}

.patient-testimonals .col:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 5em;
  color: #997c9f;
  z-index: -100;
  position: absolute;
  top: 5px;
  left: 25px;
  font-size: 40px;
}

.patient-testimonals p.person {
  text-align: right;
  color: #997c9f;
  font-weight: 700;
  font-size: 1.5em;
}
/* .patient-testimonals p.person:before {
    content: "\f007";
    font-family: FontAwesome;
    color: #2d2d2d;
    margin-right: .6em;
  } */

@media (min-width: 960px) {
  .patient-testimonals h1 {
    font-size: 3em;
  }
}

@media (max-width: 450px) {
  .patient-testimonals h1 {
    font-size: 1.8em;
    transition: font-size 0.5s ease;
  }
}

/* ---------------------------------------- */
/* --------------Our-team----------------- */
/* -------------------------------------- */

.our-team-doctors {
  background-color: #f5f1eb;
  padding: 60px 0;
}

.our-team-doctors .row.align-items-center {
  padding: 30px;
  margin-bottom: 20px;
}
.our-team-doctors .col-lg-2.text-center {
  display: flex;
  justify-content: center;
}

.our-team-doctors .col-lg-7 h3 {
  color: #4d2973;
  font-weight: 700;
  margin-bottom: 10px;
}

.our-team-doctors .col-lg-7 p:nth-of-type(1) {
  color: #884a96;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.our-team-doctors .col-lg-7 p:not(:first-of-type) {
  color: #666;
  margin-bottom: 5px;
}

.our-team-doctors .col-lg-7 p i {
  color: #884a96;
  margin-right: 8px;
}

.our-team-doctors .col-lg-7 div {
  margin-top: 15px;
}

.our-team-doctors .col-lg-7 span {
  background-color: #f0e5ff;
  color: #4d2973;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}

.our-team-doctors .col-lg-7 span i {
  margin-right: 5px;
}

.our-team-doctors .dr-continue-text {
  background-color: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(141, 74, 150, 0.1);
  border-left: 4px solid #884a96;
}

.our-team-doctors .dr-continue-text h4 {
  color: #4d2973;
  margin-bottom: 20px;
  font-weight: 600;
}

.our-team-doctors .dr-continue-text p {
  color: #555;
  line-height: 1.8;
  font-size: 16px;
}

.our-team-doctors .dr-continue-text div {
  margin-top: 25px;
  text-align: center;
}

.our-team-doctors .dr-continue-text a {
  background: linear-gradient(to right, #4d2973, #884a96);
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
}

.our-team-doctors .dr-continue-text a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(77, 41, 115, 0.3);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .our-team-doctors .row.align-items-center {
    flex-direction: column;
    text-align: center;
  }

  .our-team-doctors .col-lg-7 {
    margin-top: 20px;
  }

  .our-team-doctors .col-lg-7 div {
    justify-content: center;
  }
}
