/* style.css - Dr. Navneet Mishra | Glamour Theme | Black, White, Pink */
/* Full-width carousel, detailed service sections, doctor image, WhatsApp float */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: #FFFFFF;
  color: #1A1A1A;
  line-height: 1.5;
  overflow-x: hidden;
}

:root {
  --primary-pink: #D43F8D;
  --primary-pink-dark: #B8327A;
  --primary-pink-light: #FCE4EC;
  --primary-pink-glow: rgba(212, 63, 141, 0.2);
  --black-dark: #000000;
  --black-soft: #1A1A1A;
  --gray-light: #F8F9FA;
  --gray-border: #E5E5E5;
  --white-pure: #FFFFFF;
}

/* ========== NAVBAR (Black & Pink) ========== */
.navbar {
  background: #000000 !important;
  padding: 12px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid var(--primary-pink);
  transition: all 0.3s;
}

.navbar-brand {
  font-weight: 800;
  font-size: 26px;
  color: var(--primary-pink) !important;
  letter-spacing: -0.3px;
}

.navbar-brand span {
  font-size: 11px;
  font-weight: 500;
  color: #CCCCCC;
  display: block;
  line-height: 1.2;
}

.nav-link {
  font-weight: 600;
  color: #FFFFFF !important;
  font-size: 15px;
  margin: 0 6px;
  transition: 0.25s;
}

.nav-link:hover {
  color: var(--primary-pink) !important;
  transform: translateY(-1px);
}

.dropdown-menu {
  background: #000000;
  border: 1px solid var(--primary-pink);
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.dropdown-item {
  color: #FFFFFF;
  font-weight: 500;
  transition: 0.2s;
}

.dropdown-item:hover {
  background: var(--primary-pink);
  color: #000000;
  border-radius: 12px;
}

/* ========== FULL WIDTH CAROUSEL (container-fluid) ========== */
.hero-carousel-wrapper {
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.2);
}

.carousel-slide-content {
  height: 550px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .carousel-slide-content {
    height: 450px;
  }
}

.slide1 {
  background-image: linear-gradient(135deg, rgba(0,0,0,0.65), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1579684385127-1ef15d508118?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
  background-size: cover;
}

.slide2 {
  background-image: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(212,63,141,0.3)), url('https://images.unsplash.com/photo-1631815588090-d4bfec5b1ccb?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
  background-size: cover;
}

.slide3 {
  background-image: linear-gradient(135deg, rgba(0,0,0,0.65), rgba(212,63,141,0.4)), url('https://images.unsplash.com/photo-1581595220893-b0739db3b8c6?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
  background-size: cover;
}

.slide4 {
  background-image: linear-gradient(135deg, rgba(0,0,0,0.6), rgba(212,63,141,0.35)), url('https://images.unsplash.com/photo-1516549655169-df83a0774514?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
  background-size: cover;
}

.carousel-caption-custom {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  padding: 40px 30px;
  border-radius: 60px;
  max-width: 80%;
  margin: 0 auto;
  border: 1px solid rgba(212, 63, 141, 0.5);
}

.carousel-caption-custom h1 {
  font-size: 48px;
  font-weight: 800;
  color: white;
}

@media (max-width: 768px) {
  .carousel-caption-custom h1 {
    font-size: 28px;
  }
  .carousel-caption-custom {
    padding: 20px;
    max-width: 90%;
  }
}

.pink-text {
  color: var(--primary-pink);
  text-shadow: 0 0 8px rgba(212,63,141,0.5);
}

.hero-sub {
  font-size: 18px;
  color: #f0f0f0;
  margin: 20px 0 24px;
}

.btn-about-carousel {
  background: var(--primary-pink);
  color: white;
  padding: 12px 32px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  border: 1px solid rgba(255,255,255,0.2);
}

.btn-about-carousel:hover {
  background: var(--primary-pink-dark);
  transform: scale(1.05);
  color: white;
  box-shadow: 0 10px 20px rgba(212,63,141,0.3);
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: var(--primary-pink);
  border-radius: 50%;
  padding: 20px;
  background-size: 50%;
}

/* ========== STATS GLAM CARDS ========== */
.stat-card-glam {
  background: white;
  border-radius: 28px;
  padding: 24px 16px;
  text-align: center;
  box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.08);
  border: 1px solid #F0D9E4;
  transition: 0.3s ease;
}

.stat-card-glam:hover {
  transform: translateY(-8px);
  border-color: var(--primary-pink);
  box-shadow: 0 20px 30px -12px rgba(212,63,141,0.2);
}

.stat-number {
  font-size: 44px;
  font-weight: 800;
  color: var(--primary-pink);
  line-height: 1.2;
}

.stat-icon {
  font-size: 28px;
  color: var(--primary-pink-light);
  margin-top: 8px;
  opacity: 0.7;
}

/* ========== WHITE CARDS (GLAM) ========== */
.white-card-glam {
  background: white;
  border-radius: 36px;
  padding: 32px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
  border: 1px solid #F0D9E4;
  transition: 0.2s;
  height: 100%;
}

.white-card-glam:hover {
  border-color: var(--primary-pink);
  box-shadow: 0 18px 32px rgba(212,63,141,0.08);
}

.section-title-glam {
  font-size: 28px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 24px;
  border-left: 6px solid var(--primary-pink);
  padding-left: 20px;
}

.doctor-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-pink);
  margin-bottom: 16px;
}

/* ========== DOCTOR IMAGE CARD ========== */
.doctor-image-card {
  background: linear-gradient(145deg, #fff5f8, #ffffff);
  border-radius: 36px;
  padding: 20px;
  text-align: center;
  border: 1px solid #F0D9E4;
  height: 100%;
  transition: 0.3s;
}

.doctor-image-card:hover {
  border-color: var(--primary-pink);
  box-shadow: 0 15px 30px rgba(212,63,141,0.1);
}

.doctor-img {
  width: 100%;
  max-width: 380px;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  border: 3px solid var(--primary-pink);
}

.image-badge {
  margin-top: 16px;
  background: var(--primary-pink);
  color: white;
  padding: 8px 20px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}

/* ========== EDUCATION LIST ========== */
.edu-list {
  list-style: none;
  padding-left: 0;
}

.edu-list li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.edu-list li i {
  color: var(--primary-pink);
  font-size: 20px;
  width: 28px;
}

/* ========== DETAILED SERVICE CARDS ========== */
.detailed-service-card {
  background: white;
  border-radius: 36px;
  padding: 40px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
  border: 1px solid #F0D9E4;
  transition: 0.3s;
}

.detailed-service-card:hover {
  border-color: var(--primary-pink);
  box-shadow: 0 20px 35px rgba(212,63,141,0.1);
}

.pink-bg-light {
  background: linear-gradient(120deg, #FFF5F8, #FFFFFF);
}

.service-icon-large {
  background: var(--primary-pink-light);
  width: 180px;
  height: 180px;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 72px;
  color: var(--primary-pink);
  transition: 0.3s;
}

.detailed-service-card:hover .service-icon-large {
  transform: scale(1.05);
  background: var(--primary-pink);
  color: white;
}

/* ========== SERVICE CARDS (Grid) ========== */
.service-card-glam {
  background: linear-gradient(145deg, #ffffff 0%, #fff9fc 100%);
  border-radius: 32px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  border: 1px solid #FFE0EF;
  height: 100%;
}

.service-card-glam:hover {
  transform: translateY(-12px);
  border-color: var(--primary-pink);
  box-shadow: 0 25px 35px -12px rgba(212,63,141,0.25);
}

.service-img-icon {
  background: var(--primary-pink-light);
  width: 100%;
  height: auto;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 38px;
  color: var(--primary-pink);
  transition: 0.3s;
}

.service-card-glam:hover .service-img-icon {
  background: var(--primary-pink);
  color: white;
  transform: scale(1.05);
}

.service-card-glam h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
}

.treatment-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.service-link {
  color: var(--primary-pink);
  font-weight: 600;
  text-decoration: none;
  margin-top: 18px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  transition: 0.2s;
}

.service-link:hover {
  border-bottom-color: var(--primary-pink);
  letter-spacing: 0.5px;
}

/* ========== TESTIMONIAL SLIDER ========== */
.testimonial-section {
  background: linear-gradient(120deg, #FFF5F8, #FFF0F6);
  border-radius: 48px;
  padding: 40px 20px;
}

.testimonial-card {
  background: white;
  border-radius: 32px;
  padding: 30px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.05);
  transition: 0.3s;
  border: 1px solid #FFD9E8;
}

.testimonial-card:hover {
  transform: scale(1.01);
  border-color: var(--primary-pink);
}

.quote-icon {
  font-size: 36px;
  color: var(--primary-pink);
  opacity: 0.5;
  margin-bottom: 15px;
}

.testimonial-card p {
  font-style: italic;
  color: #2c2c2c;
  font-size: 16px;
}

.testimonial-card h5 {
  margin-top: 20px;
  font-weight: 700;
  color: #000;
}

.swiper-pagination-bullet-active {
  background: var(--primary-pink) !important;
}

.swiper-button-next, .swiper-button-prev {
  color: var(--primary-pink) !important;
}

/* ========== FAQ ACCORDION ========== */
.accordion-item {
  border: 1px solid #F0D9E4;
  margin-bottom: 16px;
  border-radius: 20px !important;
  overflow: hidden;
}

.accordion-button {
  background: white;
  font-weight: 700;
  color: #000;
  padding: 20px 24px;
}

.accordion-button:not(.collapsed) {
  background: var(--primary-pink-light);
  color: var(--primary-pink-dark);
  box-shadow: none;
}

.accordion-button:focus {
  border-color: var(--primary-pink);
  box-shadow: 0 0 0 3px rgba(212,63,141,0.25);
}

/* ========== CONTACT & LOCATION ========== */
.contact-info-glam p {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-info-glam i {
  color: var(--primary-pink);
  width: 28px;
  font-size: 20px;
}

.contact-form-glam input, .contact-form-glam textarea {
  width: 100%;
  padding: 14px 18px;
  margin: 8px 0;
  border: 1px solid #E5D0DA;
  border-radius: 40px;
  font-family: inherit;
  transition: 0.2s;
  background: #FEFAFB;
}

.contact-form-glam input:focus, .contact-form-glam textarea:focus {
  border-color: var(--primary-pink);
  outline: none;
  box-shadow: 0 0 0 3px rgba(212,63,141,0.15);
}

.send-btn-glam {
  background: var(--primary-pink);
  border: none;
  color: white;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.3s;
  margin-top: 12px;
  width: 100%;
}

.send-btn-glam:hover {
  background: var(--primary-pink-dark);
  transform: translateY(-2px);
}

.location-badge {
  background: #FFF5F8;
  padding: 15px;
  border-radius: 24px;
  margin-bottom: 12px;
  border-left: 4px solid var(--primary-pink);
}

.map-placeholder {
  background: linear-gradient(145deg, #f9f3f6, #ffffff);
  padding: 24px;
  border-radius: 28px;
  text-align: center;
}

/* ========== GALLERY GLAM ========== */
.gallery-glam-item {
  background: #FFF5F8;
  border-radius: 28px;
  padding: 28px 12px;
  text-align: center;
  transition: 0.3s;
  border: 1px solid #FFD9E8;
  cursor: pointer;
}

.gallery-glam-item:hover {
  background: var(--primary-pink-light);
  border-color: var(--primary-pink);
  transform: scale(1.02);
}

.gallery-glam-item i {
  color: var(--primary-pink);
  margin-bottom: 12px;
}

.gallery-glam-item p {
  font-weight: 600;
  margin-top: 10px;
}

/* ========== FOOTER ========== */
.footer-final {
  background: #000000;
  color: #E0E0E0;
  border-radius: 42px 42px 0 0;
  padding: 48px 40px 30px;
  margin-top: 60px;
  border-top: 3px solid var(--primary-pink);
}

.footer-final a {
  color: var(--primary-pink);
  text-decoration: none;
  transition: 0.2s;
}

.footer-final a:hover {
  color: #FF80B5;
  padding-left: 3px;
}

/* ========== FLOATING WHATSAPP BUTTON ========== */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #25D366;
  color: white;
  border-radius: 50px;
  text-align: center;
  font-size: 32px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #128C7E;
  color: white;
}

.whatsapp-icon {
  font-size: 36px;
}

/* ========== INNER PAGE STYLES ========== */
.inner-page-hero {
  background: linear-gradient(135deg, #FFF5F8 0%, #FFEAF2 100%);
  padding: 60px 0;
  text-align: center;
  margin-bottom: 40px;
}

.inner-page-hero h1 {
  font-size: 48px;
  font-weight: 800;
  color: #000;
}

.inner-page-hero h1 span {
  color: var(--primary-pink);
}

.inner-page-hero p {
  font-size: 18px;
  color: #444;
  max-width: 700px;
  margin: 20px auto 0;
}

.back-to-home {
  display: inline-block;
  margin-top: 20px;
  color: var(--primary-pink);
  text-decoration: none;
  font-weight: 600;
}

.back-to-home:hover {
  text-decoration: underline;
}

.treatment-content {
  padding: 20px 0 60px;
}

.treatment-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-pink);
  margin: 30px 0 15px;
  border-left: 4px solid var(--primary-pink);
  padding-left: 15px;
}

.treatment-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 25px 0 12px;
  color: #222;
}

.treatment-content p {
  margin-bottom: 16px;
  line-height: 1.7;
}

.treatment-content ul, .treatment-content ol {
  margin: 15px 0 20px 25px;
}

.treatment-content li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.treatment-highlight {
  background: #FFF5F8;
  border-radius: 24px;
  padding: 25px;
  margin: 30px 0;
  border-left: 5px solid var(--primary-pink);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 992px) {
  .carousel-caption-custom h1 { font-size: 32px; }
  .section-title-glam { font-size: 24px; }
  .stat-number { font-size: 32px; }
  .detailed-service-card { padding: 28px; }
  .service-icon-large { width: 120px; height: 120px; font-size: 48px; }
  .inner-page-hero h1 { font-size: 36px; }
}

@media (max-width: 768px) {
  .white-card-glam { padding: 24px; }
  .detailed-service-card { padding: 24px; }
  .doctor-img { max-width: 280px; }
  .stat-card-glam { padding: 16px; }
  .service-card-glam { padding: 24px 16px; }
  .whatsapp-float { width: 50px; height: 50px; bottom: 20px; right: 20px; }
  .whatsapp-icon { font-size: 28px; }
  .inner-page-hero { padding: 40px 0; }
  .inner-page-hero h1 { font-size: 28px; }
}

/* Smooth scrolling & selection */
html {
  scroll-behavior: smooth;
}

::selection {
  background: var(--primary-pink);
  color: white;
}

.read-more-link {
  color: var(--primary-pink);
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid transparent;
  transition: 0.2s;
}

.read-more-link:hover {
  border-bottom-color: var(--primary-pink);
  transform: translateX(5px);
}

.btn-book {
  background: var(--primary-pink);
  color: white;
  padding: 12px 28px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}

.btn-book:hover {
  background: var(--primary-pink-dark);
  transform: translateY(-2px);
  color: white;
}