/* --- General --- */
body {
  font-family: "Poppins", sans-serif;
  color: #333;
  overflow-x: hidden;
}
:root {
  --primary-purple: #743e97;
  --secondary-pink: #ec94b9;
  --whatsapp-green: #25d366;
}
a {
  text-decoration: none;
}

/* ================= HEADER STYLES ================= */
.main-header {
  position: sticky;
  top: 0;
  z-index: 1050;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.top-bar {
  padding: 15px 0;
}
.dummy-logo .logo-icon {
  font-size: 2.5rem;
  color: var(--secondary-pink);
  margin-right: 10px;
}
.dummy-logo .logo-text {
  font-family: "Great Vibes", cursive;
  font-size: 2.2rem;
  color: var(--primary-purple);
  margin: 0;
  line-height: 1;
}
.dummy-logo .logo-subtext {
  font-size: 0.8rem;
  color: #666;
  margin: 0;
}
.contact-text {
  font-size: 0.95rem;
  font-weight: 500;
}
.contact-number a {
  color: var(--primary-purple);
  font-weight: 700;
}
.social-icons a {
  width: 35px;
  height: 35px;
  background: var(--secondary-pink);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  transition: 0.3s;
}
.social-icons a:hover {
  background: var(--primary-purple);
}
.btn-book {
  background: linear-gradient(to right, #b464a3, #723b86);
  color: white;
  padding: 10px 25px;
  font-weight: 500;
  border: none;
  transition: 0.2s;
  white-space: nowrap;
}
.btn-book:hover {
  transform: translateY(-2px);
  color: white;
}

.custom-navbar {
  border-top: 1px solid #f0cadd;
  padding: 0;
}
.navbar-nav .nav-link {
  color: #222;
  font-size: 0.95rem;
  padding: 10px 15px !important;
  transition: 0.3s;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--primary-purple);
}

/* Mobile Header Elements */
.mobile-search-box {
  position: relative;
  width: 150px;
}
.mobile-search-box input {
  padding-right: 30px;
  font-size: 0.85rem;
  border-color: var(--secondary-pink);
}
.mobile-search-box i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-purple);
  font-size: 0.9rem;
}
.mobile-call-icon {
  width: 32px;
  height: 32px;
  background: var(--primary-purple);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

/* Desktop Search */
.desktop-search-box {
  position: relative;
  width: 250px;
}
.desktop-search-box input {
  border-radius: 50px;
  border: 1px solid var(--secondary-pink);
  padding: 8px 40px 8px 20px;
  font-size: 0.9rem;
}
.desktop-search-box i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-purple);
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  background: #fafafa;
}
.dropdown-item {
  font-size: 0.9rem;
  padding: 5px 12px;
  transition: 0.2s;
}
.dropdown-item:hover {
  background: transparent;
  color: var(--primary-purple);
  padding-left: 20px;
}
.mega-menu h6 {
  color: var(--primary-purple);
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    padding: 15px 15px !important;
  }
  .navbar-nav .nav-item .nav-link.active {
    border-bottom: 2px solid var(--primary-purple);
  }
  .dropdown-menu {
    border: 1px solid #f3d8e6;
    border-radius: 12px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 12px 30px;
    background: #fff;
    margin-top: 0;
  }
  .mega-menu {
    width: 750px;
    left: -150px;
  }
  .mega-menu h6 {
    margin-top: 0;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

/* ================= HERO BANNER STYLES ================= */
.hero-banner {
  position: relative;
  background-image:
    linear-gradient(
      to right,
      rgba(20, 10, 30, 0.8) 0%,
      rgba(50, 20, 60, 0.4) 50%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("https://www.drlovedeepgynae.com/assets/hero-bg-Bdjwy6XF.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 40px 0 140px 0; /* Space at bottom for absolute stats */
}

.banner-inner {
  min-height: calc(100vh - 250px);
  display: flex;
  align-items: center;
}

.glass-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  color: #fff;
  margin-bottom: 20px;
}

/* Fluid Typography using clamp() for responsiveness */
.hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: #fff;
  margin-bottom: 5px;
}
.hero-subtitle {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}
.hero-desc {
  color: #fff;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  line-height: 1.6;
  max-width: 90%;
}

.btn-hero-call {
  background: linear-gradient(to right, #b464a3, #723b86);
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
}
.btn-hero-call:hover {
  transform: translateY(-2px);
  color: white;
  box-shadow: 0 5px 15px rgba(138, 74, 155, 0.4);
}
.btn-hero-whatsapp {
  background: var(--whatsapp-green);
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
}
.btn-hero-whatsapp:hover {
  transform: translateY(-2px);
  color: white;
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
}

.doctor-glass-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: flex-end;
  padding-bottom: 11px;
  justify-content: center;
}
.doctor-glass-card img {
  width: 90%;
  height: auto;
  transform: translateY(10px);
}

.stats-wrapper {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.stat-card {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
.stat-card:hover {
  transform: translateY(-5px);
  background: rgba(0, 0, 0, 0.4);
}
.stat-card h3 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 2px;
}
.stat-card p {
  font-size: 0.8rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

/* ================= SERVICES SECTION STYLES ================= */
.services-section {
  padding: 60px 0;
  background-color: #ffffff; /* Clean background */
}

.service-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.service-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.service-content {
  background-color: #cc5b96; /* Pink shade matched from your reference */
  color: white;
  padding: 30px 20px;
  text-align: center;
  flex-grow: 1; /* Ensures bottom sections stretch to equal heights */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.service-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.service-content p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.95);
}

/* Mobile adjustments for gaps */
@media (max-width: 767px) {
  .services-section {
    padding: 40px 0;
  }
}

/* ================= MEET OUR DOCTOR SECTION STYLES ================= */
.doctor-profile-section {
  padding: 80px 0;
  background-color: #fafafa; /* Very light grey/white background to separate sections */
}

/* Image Wrapper & Decorative Background Shape */
.doctor-image-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 25px; /* Space for the decorative background to peek out */
  padding-bottom: 25px;
  max-width: 480px;
}

.doctor-img {
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}

.decorative-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 65%;
  background-color: #f5e5ef; /* Light pink background matching the screenshot */
  border-radius: 20px;
  z-index: 0;
}

/* Typography & Content */
.eyebrow-text {
  color: #cc5b96;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.doctor-name {
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}

.doctor-qualifications {
  color: #cc5b96;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.doctor-content p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Custom Bullet List */
.doctor-features-list {
  margin-top: 25px;
  margin-bottom: 30px;
}

.doctor-features-list li {
  font-size: 0.9rem;
  color: #222;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
}

.doctor-features-list li i {
  color: #8a4a9b; /* Primary Purple matching your theme */
  font-size: 1.1rem;
  margin-right: 12px;
  margin-top: 3px;
}

/* Button */
.btn-read-profile {
  background-color: #cc5b96;
  color: #fff;
  padding: 12px 30px;
  border-radius: 8px; /* Slightly rounded edges, not pill-shaped */
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border: none;
  display: inline-block;
}

.btn-read-profile:hover {
  background-color: #a84779;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(204, 91, 150, 0.3);
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  .doctor-profile-section {
    padding: 50px 0;
  }
  .doctor-image-wrapper {
    margin: 0 auto 40px auto; /* Center image on mobile */
  }
  .doctor-name {
    font-size: 2.2rem;
  }
  .doctor-content {
    text-align: center;
  }
  /* Keeping list left-aligned even if heading is centered */
  .doctor-features-list li {
    text-align: left;
  }
}

/* ================= PINNED HORIZONTAL SCROLL SECTION ================= */
.horizontal-scroll-section {
  background-color: #fcf8fa; /* Very light pink background */
  overflow: hidden; /* Important for horizontal scroll */
  position: relative;
}

.hs-header-container {
  text-align: center;
  padding-top: 80px;
  margin-bottom: 20px;
}

.hs-eyebrow {
  color: #cc5b96;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.hs-title {
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #111;
}

/* Scroll Container */
.hs-pin-container {
  height: 100vh; /* Takes full viewport height when pinned */
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hs-wrapper {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 10vw; /* Start padding so first card is centered nicely */
}

/* Individual Card Wrapper */
.hs-card-wrapper {
  width: 80vw;
  max-width: 900px;
  height: 60vh;
  min-height: 400px;
  flex-shrink: 0;
  padding: 0 20px; /* Gap between cards */
}

/* The actual Card Design */
.hs-card {
  background: #fff;
  border-radius: 20px;
  height: 100%;
  display: flex;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.hs-card-img {
  flex: 0 0 45%;
  background-color: #eee;
}

.hs-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hs-card-content {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hs-icon-box {
  width: 50px;
  height: 50px;
  background-color: #f5e5ef;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.hs-icon-box i {
  color: #cc5b96;
  font-size: 1.5rem;
}

.hs-card-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

.hs-card-desc {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.hs-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}

.hs-tag {
  background-color: #f8edf3;
  color: #a84779;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 6px 15px;
  border-radius: 50px;
}

.hs-link {
  color: #cc5b96;
  font-weight: 600;
  font-size: 0.95rem;
  transition: 0.3s;
}
.hs-link:hover {
  color: #8a4a9b;
  letter-spacing: 0.5px;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
  .hs-card-wrapper {
    width: 90vw;
    height: auto;
    padding: 0 10px;
  }
  .hs-card {
    flex-direction: column;
    height: auto;
  }
  .hs-card-img {
    height: 250px;
  }
  .hs-card-content {
    padding: 25px;
  }
  .hs-card-title {
    font-size: 1.5rem;
  }
}

/* Card wrapper me perspective add karna zaroori hai tabhi 3D bend dikhega */
.hs-card-wrapper {
  width: 80vw;
  max-width: 900px;
  height: 60vh;
  min-height: 400px;
  flex-shrink: 0;
  padding: 0 20px;
  perspective: 1500px; /* NEW: Ye 3D depth create karta hai */
}

.hs-card {
  background: #fff;
  border-radius: 20px;
  height: 100%;
  display: flex;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transform-style: preserve-3d; /* NEW: Card ko 3D bend hone ki permission deta hai */
}

/* ================= BLOG SECTION STYLES ================= */
.blog-section {
  padding: 80px 0;
  background-color: #fff;
}

.blog-header-container {
  text-align: center;
  margin-bottom: 50px;
}

.blog-main-title {
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}

.blog-subtitle {
  color: #666;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Customizing the Bootstrap Carousel for Blog */
#blogCarousel {
  padding-bottom: 50px; /* Space for indicators */
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.blog-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 15px; /* Prevent shadow clipping */
}

/* Image Column */
.blog-img-col {
  position: relative;
}

.blog-img-col img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}

/* Content Column */
.blog-content-col {
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.blog-category {
  background-color: #cc5b96;
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 15px;
  border-radius: 50px;
}

.blog-date {
  color: #888;
  font-size: 0.85rem;
  font-weight: 500;
}

.blog-title {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  line-height: 1.3;
}

.blog-desc {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.blog-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog-read-time {
  color: #888;
  font-size: 0.85rem;
}

.blog-link {
  color: #cc5b96;
  font-weight: 600;
  font-size: 0.95rem;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
}

.blog-link:hover {
  color: #8a4a9b;
  letter-spacing: 0.5px;
}

/* Custom Arrows */
.blog-carousel-control {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  opacity: 1;
  border: 1px solid #eee;
  z-index: 10;
}

.blog-carousel-control:hover {
  background-color: #f8f8f8;
  opacity: 1;
}

.blog-carousel-control i {
  color: #555;
  font-size: 1.2rem;
}

.carousel-control-prev.blog-carousel-control {
  left: -10px;
}
.carousel-control-next.blog-carousel-control {
  right: -10px;
}

/* Custom Indicators (Dots) */
.blog-indicators {
  bottom: 0;
  margin-bottom: 0;
}

.blog-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f5e5ef;
  border: none;
  margin: 0 6px;
  opacity: 1;
  transition: all 0.3s ease;
}

.blog-indicators .active {
  width: 30px;
  border-radius: 10px;
  background-color: #cc5b96;
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
  .blog-img-col img {
    min-height: 250px;
  }
  .blog-content-col {
    padding: 30px 25px;
  }
  .blog-main-title {
    font-size: 2.2rem;
  }
  .blog-title {
    font-size: 1.5rem;
  }
  /* Hide arrows on mobile, users can swipe naturally */
  .blog-carousel-control {
    display: none;
  }
}

/* ================= SOCIAL CONNECT SECTION STYLES ================= */
.social-connect-section {
  padding: 80px 0;
  background-color: #faedf4; /* Soft pink background matching the image */
}

.social-header-container {
  text-align: center;
  margin-bottom: 50px;
}

.social-main-title {
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}

.social-subtitle {
  color: #555;
  font-size: 1rem;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Social Cards */
.social-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  display: block; /* To make the whole card clickable */
}

.social-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.social-icon-wrapper {
  margin-bottom: 20px;
}

.social-icon-wrapper i {
  font-size: 2.5rem;
}

/* Specific Brand Colors for Icons */
.icon-instagram {
  color: #e1306c;
}

.icon-youtube {
  color: #ff0000;
}

.icon-facebook {
  color: #1877f2;
}

.social-card-title {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
}

.social-card-desc {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
  .social-connect-section {
    padding: 50px 0;
  }
  .social-main-title {
    font-size: 2.2rem;
  }
  .social-card {
    padding: 30px 20px;
    margin-bottom: 10px;
  }
}

/* ================= WHY CHOOSE US SECTION STYLES ================= */
.why-choose-section {
  padding: 80px 0;
  background-color: #ffffff;
}

/* Reusing typography from previous sections, just defining the new card background */
.feature-card {
  background-color: #fdf5f9; /* Soft pink background from your screenshot */
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease;
  border: 1px solid rgba(204, 91, 150, 0.05); /* Very subtle border */
}

.feature-card:hover {
  transform: translateY(-8px);
  background-color: #faedf4; /* Slightly darker pink on hover */
}

/* ================= PATIENT STORIES SECTION STYLES ================= */
.patient-stories-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.testimonial-card {
  background-color: #ffffff;
  border: 1px solid #f3d8e6; /* Light pink border from screenshot */
  border-radius: 20px;
  padding: 40px 30px;
  height: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 10px 30px rgba(204, 91, 150, 0.03); /* Very subtle pinkish shadow */
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px #743e971f;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(204, 91, 150, 0.08);
}

.testimonial-stars {
  color: #cc5b96; /* Pink star color */
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.testimonial-stars i {
  margin-right: 3px;
}

.patient-name {
  font-weight: 700;
  font-size: 1.05rem;
  color: #111;
  margin-top: auto; /* Agar kisi text ki length badi ho, toh naam hamesha bottom me align rahega */
  margin-bottom: 0;
}

/* ================= CTA SECTION STYLES ================= */
.cta-section {
  padding: 80px 0;
  background-color: #faedf4; /* Reusing the soft pink from the Stay Connected section */
}

/* ================= CLINIC LOCATION SECTION STYLES ================= */
.clinic-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.clinic-badge {
  background-color: #faedf4; /* Soft pink background */
  color: #cc5b96; /* Primary pink text */
  font-size: 0.85rem;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 20px;
}

.clinic-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

.clinic-desc {
  color: #555;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* Custom List for Clinic Details */
.clinic-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.clinic-info-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: #333;
}

.clinic-info-list li i {
  color: #cc5b96;
  font-size: 1.1rem;
  margin-right: 15px;
  margin-top: 4px;
  width: 20px; /* Fixed width so all text aligns perfectly */
  text-align: center;
}

.clinic-info-list strong {
  font-weight: 600;
  color: #222;
}

.phone-link {
  color: #cc5b96;
  text-decoration: none;
  transition: 0.3s ease;
}

.phone-link:hover {
  color: #8a4a9b;
  text-decoration: underline;
}

/* Map Wrapper for Rounded Corners and Shadow */
.map-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  height: 400px; /* Fixed height, will adapt width automatically */
  width: 100%;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%; /* Forces iframe to fill the wrapper */
  border: 0;
}

@media (max-width: 991px) {
  .map-wrapper {
    margin-top: 40px;
  }
}

/* ================= FOOTER SECTION STYLES ================= */
.main-footer {
  background-color: var(--primary-purple); /* Reusing the root variable */
  color: #ffffff;
  padding-top: 70px;
  font-size: 0.95rem;
}

.footer-logo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 20px;
  object-fit: cover;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.footer-text {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin-bottom: 25px;
}

.footer-heading {
  font-family: "Playfair Display", serif;
  color: var(--secondary-pink);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 25px;
}

/* Footer Links List */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-links a:hover {
  color: var(--secondary-pink);
  transform: translateX(5px); /* Smooth slide right on hover */
}

/* Footer Contact List */
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.9);
}

.footer-contact-list li i {
  color: var(--secondary-pink);
  font-size: 1.1rem;
  margin-right: 15px;
  margin-top: 4px;
  width: 20px;
  text-align: center;
}

.footer-contact-list a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: 0.3s;
}

.footer-contact-list a:hover {
  color: var(--secondary-pink);
}

/* Footer Bottom Strip */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  margin-top: 40px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  margin-left: 15px;
  transition: 0.3s;
}

.footer-bottom-links a:hover {
  color: var(--secondary-pink);
}

/* ================= FLOATING WHATSAPP BUTTON ================= */
.floating-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #743e97 0%, #cc65aa 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
  z-index: 1000;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.floating-whatsapp:hover {
  transform: scale(1.1);
  color: #fff;
  box-shadow: 0 12px 25px rgba(37, 211, 102, 0.4);
}

@media (max-width: 767px) {
  .floating-whatsapp {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom-links {
    justify-content: center;
    margin-top: 10px;
  }
  .footer-bottom-links a {
    margin: 0 10px;
  }
}

.logo img {
  width: 300px;
  transition: width 0.3s ease-in-out; /* Ye line smooth animation ke liye hai */
}

/* Jab scroll hoga tab JavaScript header me ye class add kar dega */
.header-scrolled .logo img {
  width: 250px;
}

/* ================= STICKY BREADCRUMB STYLES ================= */
.sticky-breadcrumb-container {
  background-color: #fff;
  border-bottom: 1px solid #f0cadd; /* Light pink border matching theme */
  border-top: 1px solid #f0cadd;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

/* Jab JS se .header-scrolled class add hogi, tab ye dikhega */
.header-scrolled .sticky-breadcrumb-container {
  max-height: 50px;
  opacity: 1;
  padding: 12px 0;
}

.breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-family:
    "Inter", system-ui, sans-serif; /* Inter font as requested earlier */
}

.breadcrumb-list li {
  display: flex;
  align-items: center;
}

.breadcrumb-list a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb-list a:hover {
  color: var(--primary-purple);
}

.breadcrumb-list .separator {
  margin: 0 12px;
  color: #bbb;
  font-size: 0.75rem;
}

.breadcrumb-list .current {
  color: #111;
  font-weight: 600;
}

/* ================= INNER PAGE BANNER STYLES ================= */
.inner-page-banner {
  /* Exact purple to pink gradient from your image */
  background: linear-gradient(135deg, #743e97 0%, #cc65aa 100%);
  padding: 80px 0;
  color: white;
}

.inner-banner-eyebrow {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  color: rgba(255, 255, 255, 0.85);
}

.inner-banner-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.inner-banner-desc {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
  .inner-banner-title {
    font-size: 2.5rem;
  }
  .inner-page-banner {
    padding: 50px 0;
  }
}

/* ================= BLOG GRID SECTION STYLES ================= */
.blog-grid-section {
  padding: 60px 0 100px 0;
  background-color: #fafafa; /* Light background to make white cards pop */
}

.blog-grid-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(204, 91, 150, 0.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-grid-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(204, 91, 150, 0.1);
}

.blog-grid-img-wrap {
  height: 220px;
  overflow: hidden;
}

.blog-grid-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-grid-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* Pushes footer to the bottom */
}

.blog-grid-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.blog-grid-badge {
  background-color: #cc5b96;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 50px;
}

.blog-grid-meta-text {
  font-size: 0.8rem;
  color: #888;
}

.blog-grid-title {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
  line-height: 1.4;
}

.blog-grid-excerpt {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.blog-grid-footer {
  margin-top: auto;
}

.blog-read-more {
  color: #cc5b96;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: 0.2s;
  display: inline-block;
}

.blog-read-more:hover {
  color: #8a4a9b;
  letter-spacing: 0.5px;
}

.blog-coming-soon {
  color: #999;
  font-size: 0.9rem;
  font-style: italic;
  margin: 0;
}

/* ================= BLOG POST META STYLES ================= */
.blog-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px; /* Items ke beech ka space */
  margin-top: 15px;
  font-family: "Inter", system-ui, sans-serif; /* Clean font for reading */
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.95); /* Slight white transparency */
}

.blog-post-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px; /* Icon aur text ke beech ka space */
}

.blog-post-meta .meta-item i {
  font-size: 1.05rem;
  color: rgba(
    255,
    255,
    255,
    0.8
  ); /* Icons thode se aur light rakhe hain detail ke liye */
}

/* Mobile par items ko properly space dene ke liye */
@media (max-width: 767px) {
  .blog-post-meta {
    gap: 15px;
    font-size: 0.85rem;
  }
}

/* ================= SINGLE BLOG CONTENT & SIDEBAR STYLES ================= */
.single-blog-section {
  padding: 90px 0 100px 0;
  background-color: #ffffff;
}

/* Main Content Typography */
.blog-main-content p {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
}

.blog-main-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #8a4a9b; /* Primary Purple */
  margin-top: 40px;
  margin-bottom: 20px;
}

.blog-main-content h4 {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #cc5b96; /* Secondary Pink */
  margin-top: 30px;
  margin-bottom: 15px;
}

/* Sidebar General Styles */
.sidebar-widget {
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 30px;
}

.widget-title {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Widget 1: About Doctor (Pink Background) */
.widget-about {
  background-color: #f8b4d4; /* Soft bright pink from screenshot */
  color: #8a4a9b;
}

.widget-about .widget-title {
  color: #8a4a9b;
}

.widget-about p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.widget-link {
  color: #8a4a9b;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  transition: 0.2s;
}

.widget-link:hover {
  color: #5a2e66;
  letter-spacing: 0.5px;
}

/* Widget 2: Recent Posts (White Background with Border) */
.widget-recent {
  background-color: #fff;
  border: 1px solid rgba(204, 91, 150, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

.widget-recent .widget-title {
  color: #8a4a9b;
}

.recent-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-posts-list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0eaef;
}

.recent-posts-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recent-posts-list a {
  color: #555;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.5;
  display: block;
  transition: 0.2s;
}

.recent-posts-list a:hover {
  color: #cc5b96;
}

/* Widget 3: CTA (Gradient Background) */
.widget-cta {
  background: linear-gradient(135deg, #8a4a9b 0%, #d472a5 100%);
  color: #fff;
  text-align: center;
}

.widget-cta .widget-title {
  color: #fff;
  margin-bottom: 10px;
}

.widget-cta p {
  font-size: 0.95rem;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.9);
}

.btn-widget-light {
  background-color: #fff;
  color: #8a4a9b;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.btn-widget-light:hover {
  background-color: #f8f8f8;
  transform: translateY(-2px);
  color: #cc5b96;
}

/* ================= BLOG CONCLUSION & INLINE CTA STYLES ================= */
.blog-disclaimer {
  font-style: italic;
  color: #777;
  font-size: 0.95rem;
  margin-bottom: 40px !important;
}

.blog-inline-cta {
  background-color: #f1a3c4; /* Matching the solid pink box from screenshot */
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  margin-bottom: 40px;
}

.blog-inline-cta h4 {
  font-family: "Playfair Display", serif;
  color: #8a4a9b; /* Primary purple */
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.4rem;
}

.blog-inline-cta p {
  color: #555;
  margin-bottom: 25px;
  font-size: 0.95rem;
}

.btn-inline-cta {
  background-color: #8a4a9b;
  color: #fff;
  padding: 12px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-inline-cta:hover {
  background-color: #6d3a7a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(138, 74, 155, 0.3);
}

/* ================= BLOG SHARE SECTION STYLES ================= */
.blog-share-section {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 20px;
}

.blog-share-section h6 {
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
  font-size: 1rem;
}

.share-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f8b4d4; /* Light pink circle */
  color: #8a4a9b; /* Purple icon */
  border-radius: 50%;
  margin-right: 10px;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.share-icons a:hover {
  background-color: #8a4a9b;
  color: #fff;
  transform: translateY(-2px);
}

/* ================= BLOG MAIN CONTENT LIST STYLES ================= */
.blog-main-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 35px;
}

.blog-main-content li {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

/* Bullet points ke andar jo bold text hai usko thoda dark karne ke liye */
.blog-main-content li strong {
  color: #222;
  font-weight: 600;
}

/* ================= APPOINTMENT & CONTACT SECTION STYLES ================= */
.appointment-section {
  padding: 80px 0;
  background-color: #ffffff;
}

/* Left Side: Contact Info */
.contact-center-title {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 25px;
}

.contact-detail-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.contact-detail-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: 0.95rem;
  color: #444;
}

.contact-detail-list li i {
  color: #cc5b96;
  font-size: 1.1rem;
  margin-right: 15px;
  margin-top: 4px;
  width: 20px;
  text-align: center;
}

.contact-detail-list a {
  color: #444;
  text-decoration: none;
  transition: 0.2s;
}

.contact-detail-list a:hover {
  color: #8a4a9b;
}

.small-map-wrapper {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(204, 91, 150, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}

/* Right Side: Form Card */
.appointment-form-card {
  background-color: #fff;
  border: 1px solid #f1a3c4; /* Pink border matching the image */
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(204, 91, 150, 0.05);
}

.appointment-form-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 25px;
}

.appointment-form-card label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}

.appointment-form-card .form-control {
  border-radius: 8px;
  border: 1px solid #f199be;
  font-size: 0.9rem;
}

.appointment-form-card .form-control:focus {
  border-color: #cc5b96;
  box-shadow: 0 0 0 0.2rem rgba(204, 91, 150, 0.15);
}

.form-check-label {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.5;
}

.btn-gradient-submit {
  background: linear-gradient(to right, #d472a5, #8a4a9b);
  color: white;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  width: 100%;
  transition: 0.3s;
  margin-top: 15px;
}

.btn-gradient-submit:hover {
  box-shadow: 0 5px 15px rgba(138, 74, 155, 0.4);
  color: white;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .appointment-form-card {
    margin-top: 50px;
    padding: 30px 20px;
  }
}

/* ================= ABOUT DOCTOR PROFILE SECTION ================= */
.about-doctor-section {
  padding: 80px 0;
  background-color: #ffffff;
}

/* Image on the Left */
.about-doc-img {
  border-radius: 20px; /* Matching the soft rounded corners in image */
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* Content on the Right */
.about-doc-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #111;
  margin-top: 35px;
  margin-bottom: 15px;
}

/* Pehli heading ke upar extra space hatane ke liye */
.about-doc-content h3:first-child {
  margin-top: 0;
}

.about-doc-content p {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Custom Pink Bullets for Lists */
.about-doc-list {
  list-style: none; /* Default bullets hatane ke liye */
  padding-left: 0;
  margin-bottom: 25px;
}

.about-doc-list li {
  position: relative;
  padding-left: 25px; /* Text ko thoda aage shift karne ke liye */
  margin-bottom: 12px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}

.about-doc-list li::before {
  content: "•"; /* Bullet character */
  color: #cc5b96; /* Primary Pink color */
  position: absolute;
  left: 0;
  top: -8px; /* Center alignment ke liye */
  font-size: 1.5rem; /* Bullet ka size */
}
/* Existing style (fix selector also) */
a.floating-call {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #743e97 0%, #cc65aa 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
  z-index: 1000;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* Pulse animation */
a.floating-call::before,
a.floating-whatsapp::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.5);
  animation: pulse 1.8s infinite;
  z-index: -1;
}

/* Keyframes */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* Hover effect */
a.floating-call:hover,
a.floating-whatsapp:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 30px rgba(37, 211, 102, 0.5);
}
/* Mobile Adjustments */
@media (max-width: 991px) {
  .about-doc-img {
    margin-bottom: 40px;
  }
}

/* ================= PROCEDURES GRID SECTION ================= */
.procedures-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.procedure-card {
  background-color: #ffffff;
  border: 1px solid rgba(204, 91, 150, 0.15); /* Soft pink border */
  border-radius: 16px;
  padding: 35px;
  height: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02); /* Very subtle base shadow */
}

.procedure-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(204, 91, 150, 0.1);
  border-color: rgba(204, 91, 150, 0.3); /* Slightly darker border on hover */
}

.proc-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.proc-icon {
  width: 48px;
  height: 48px;
  background-color: #faedf4; /* Light pink background */
  color: #cc5b96; /* Primary pink icon color */
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-right: 18px;
  flex-shrink: 0;
}

.proc-title {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.proc-desc {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.proc-indications {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.9rem;
  color: #444;
  line-height: 1.5;
  margin: 0;
}

.proc-indications strong {
  color: #111;
  font-weight: 600;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .procedure-card {
    padding: 25px 20px;
  }
  .proc-title {
    font-size: 1.25rem;
  }
}

/* ================= SERVICE CATEGORY LIST SECTION ================= */
.service-category-section {
  padding: 60px 0;
  background-color: #ffffff;
}

/* Category Header (Icon + Text) */
.service-cat-header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.service-cat-icon {
  width: 55px;
  height: 55px;
  background-color: #faedf4; /* Light pink background */
  color: #cc5b96; /* Primary pink icon color */
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-right: 20px;
  flex-shrink: 0;
}

.service-cat-info h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 5px;
  margin-top: 5px;
}

.service-cat-info p {
  font-family: "Inter", system-ui, sans-serif;
  color: #666;
  font-size: 1rem;
  margin: 0;
}

/* Individual List Cards (Pills) */
.service-pill-card {
  background-color: #ffffff;
  border: 1px solid rgba(204, 91, 150, 0.15); /* Soft pink border */
  border-radius: 12px;
  padding: 18px 25px;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: "Playfair Display", serif; /* Font matching the screenshot */
  font-size: 1.05rem;
  font-weight: 600;
  color: #111;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  cursor: default;
}

.service-pill-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(204, 91, 150, 0.08);
  border-color: rgba(204, 91, 150, 0.3);
}

@media (max-width: 767px) {
  .service-cat-header-wrap {
    flex-direction: column;
  }
  .service-cat-icon {
    margin-bottom: 15px;
  }
  .service-pill-card {
    padding: 15px 20px;
    font-size: 1rem;
  }
}

/* ================= FAQ ACCORDION SECTION STYLES ================= */
.faq-section {
  padding: 80px 0;
  background-color: #fafafa; /* Very light grey to make white cards pop */
}

/* Custom Accordion Styling */
.custom-accordion .accordion-item {
  background-color: #ffffff;
  border: 1px solid rgba(204, 91, 150, 0.15); /* Soft pink border */
  border-radius: 12px !important;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
  overflow: hidden; /* Ensures the border-radius cuts off the background correctly */
}

.custom-accordion .accordion-button {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #222;
  padding: 20px 25px;
  background-color: #ffffff;
  box-shadow: none; /* Removes default Bootstrap blue shadow */
  transition: all 0.3s ease;
}

/* Active/Expanded State */
.custom-accordion .accordion-button:not(.collapsed) {
  color: #8a4a9b; /* Primary purple for active text */
  background-color: #faedf4; /* Light pink background when open */
  box-shadow: none;
}

.custom-accordion .accordion-body {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.7;
  padding: 0 25px 25px 25px;
  background-color: #faedf4; /* Matches the active header background */
  border-top: none;
}

/* Removes the blue outline when clicking */
.custom-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

/* ================= MOBILE RESPONSIVE FIXES ================= */
@media (max-width: 767px) {
  .dummy-logo {
    justify-content: center;
    margin-bottom: 15px;
  }
  .contact-actions {
    justify-content: center !important;
  }

  .hero-banner {
    background-image:
      linear-gradient(
        to bottom,
        rgba(30, 15, 40, 0.85) 0%,
        rgba(30, 15, 40, 0.7) 100%
      ),
      url("../images/hero-bg.jpg");
    background-attachment: scroll; /* Fixes lag on mobile */
    padding: 40px 0 40px 0; /* Removed extra bottom padding for mobile */
    text-align: center;
  }
  .banner-inner {
    min-height: auto;
    display: block; /* Removed Flexbox to allow stacking */
  }
  .hero-desc {
    max-width: 100%;
    margin: 0 auto 20px auto;
  }

  .d-flex.gap-3.flex-wrap {
    flex-direction: column;
    width: 100%;
  }
  .btn-hero-call,
  .btn-hero-whatsapp {
    width: 100%;
    margin: 0;
  }

  .doctor-glass-card {
    margin-top: 40px;
    max-width: 280px;
  }

  .stats-wrapper {
    position: relative; /* Brings stats back into normal document flow */
    bottom: auto;
    margin-top: 40px;
  }
  .stat-card h3 {
    font-size: 1.2rem;
  }
  .stat-card p {
    font-size: 0.7rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner {
    padding-bottom: 160px;
  }
}

.navbar-nav .nav-link,
.dropdown-item,
.mega-menu h6 {
  font-family: "Inter", system-ui, sans-serif;
}
