/* ============================================
   SUKHMANI HEALTH CARE - Main Stylesheet
   Brand Colors: Magenta Pink #E91E8C, Gold #F5C400, Green #3CB371
   ============================================ */

:root {
  --primary: #D4167A;       /* Sukhmani Magenta/Pink */
  --primary-dark: #A50F5E;
  --primary-light: #F5D6EA;
  --gold: #C8A415;          /* Gold accent */
  --gold-light: #F5C400;    /* Bright gold */
  --green: #2E8B57;         /* Herbal green */
  --green-light: #3CB371;
  --dark: #1a1a2e;
  --dark-2: #2d2d44;
  --text: #333;
  --text-light: #666;
  --white: #ffffff;
  --bg-light: #FFF8F5;
  --bg-green: #F0FAF4;
  --border: #e8e0d5;
  --shadow: 0 4px 20px rgba(0,0,0,0.08);
  --shadow-lg: 0 10px 40px rgba(0,0,0,0.12);
  --radius: 12px;
  --radius-lg: 20px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Nunito', sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, .display-font {
  font-family: 'Cinzel', serif;
}

/* ---- TOP BAR ---- */
.topbar {
  background: var(--dark);
  color: rgba(255,255,255,0.85);
  font-size: 0.82rem;
  padding: 8px 0;
}
.topbar a { color: rgba(255,255,255,0.85); text-decoration: none; margin-right: 18px; }
.topbar a:hover { color: var(--gold-light); }
.topbar a i { margin-right: 5px; color: var(--gold-light); }
.topbar span i { margin-right: 5px; color: var(--green-light); }
.social-icons a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,0.1); color: #fff;
  text-decoration: none; margin-left: 5px; transition: all 0.3s;
}
.social-icons a:hover { background: var(--primary); transform: translateY(-2px); }

/* ---- HEADER ---- */
.main-header {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0,0,0,0.1);
  z-index: 1000;
}
.navbar { padding: 10px 0; }
.logo-img { height: 65px; width: auto; }
.logo-text-fallback .logo-main {
  display: block; font-family: 'Cinzel', serif;
  font-size: 1.4rem; font-weight: 700; color: var(--primary);
}
.logo-text-fallback .logo-sub {
  display: block; font-size: 0.7rem; color: var(--text-light);
}

.navbar-nav .nav-link {
  font-weight: 600; font-size: 0.88rem; color: var(--dark) !important;
  padding: 8px 12px !important; border-radius: 6px;
  transition: all 0.3s; letter-spacing: 0.3px;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: var(--primary) !important; background: var(--primary-light);
}
.dropdown-menu {
  border: none; box-shadow: var(--shadow-lg); border-radius: var(--radius);
  padding: 8px;
}
.dropdown-item { border-radius: 6px; font-weight: 600; font-size: 0.85rem; padding: 8px 14px; }
.dropdown-item:hover { background: var(--primary-light); color: var(--primary); }

.btn-call {
  background: var(--primary); color: #fff !important; border: none;
  border-radius: 25px; padding: 8px 18px; font-weight: 700; font-size: 0.82rem;
  text-decoration: none; transition: all 0.3s;
}
.btn-call:hover { background: var(--primary-dark); transform: translateY(-1px); }
.btn-call-sm { background: var(--primary); color: #fff !important; border: none; border-radius: 50%; width: 36px; height: 36px; padding: 0; display: flex; align-items: center; justify-content: center; }
.btn-whatsapp {
  background: #25D366; color: #fff !important; border: none;
  border-radius: 50%; width: 38px; height: 38px; padding: 0;
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
  text-decoration: none; transition: all 0.3s;
}
.btn-whatsapp:hover { background: #128C7E; transform: translateY(-1px); }
.btn-search-toggle {
  background: none; border: 1px solid var(--border); border-radius: 50%;
  width: 38px; height: 38px; color: var(--text); cursor: pointer; transition: all 0.3s;
}
.btn-search-toggle:hover { border-color: var(--primary); color: var(--primary); }

.search-overlay {
  display: none; background: var(--dark); padding: 15px 0;
}
.search-overlay.active { display: block; animation: slideDown 0.3s ease; }
@keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
.search-form { display: flex; gap: 8px; }
.search-form input {
  flex: 1; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px; padding: 10px 16px; color: #fff; font-size: 0.95rem;
}
.search-form input::placeholder { color: rgba(255,255,255,0.5); }
.search-form button {
  background: var(--primary); border: none; border-radius: 8px;
  padding: 10px 16px; color: #fff; cursor: pointer; transition: all 0.3s;
}

/* ---- HERO SLIDER ---- */
.hero-slider { position: relative; overflow: hidden; }
.hero-slide {
  min-height: 520px; background: linear-gradient(135deg, var(--dark) 0%, var(--dark-2) 50%, #2d1b0e 100%);
  display: flex; align-items: center; padding: 60px 0; position: relative;
}
.hero-slide::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-badge {
  display: inline-block; background: var(--gold-light); color: var(--dark);
  font-size: 0.75rem; font-weight: 800; letter-spacing: 1.5px;
  text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 16px;
}
.hero-title {
  font-family: 'Cinzel', serif; font-size: clamp(2rem, 5vw, 3.5rem);
  color: #fff; line-height: 1.15; margin-bottom: 16px;
}
.hero-title span { color: var(--gold-light); }
.hero-subtitle { color: rgba(255,255,255,0.8); font-size: 1.05rem; margin-bottom: 28px; }
.btn-hero-primary {
  background: var(--primary); color: #fff; border: none;
  padding: 14px 32px; border-radius: 30px; font-weight: 700; font-size: 0.95rem;
  text-decoration: none; transition: all 0.3s; display: inline-block;
}
.btn-hero-primary:hover { background: var(--primary-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(212,22,122,0.4); }
.btn-hero-outline {
  background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.4);
  padding: 12px 28px; border-radius: 30px; font-weight: 700; font-size: 0.95rem;
  text-decoration: none; transition: all 0.3s; display: inline-block; margin-left: 10px;
}
.btn-hero-outline:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.1); }

.swiper-pagination-bullet { background: rgba(255,255,255,0.5); opacity: 1; }
.swiper-pagination-bullet-active { background: var(--gold-light); width: 24px; border-radius: 4px; }

/* ---- SECTION STYLES ---- */
.section-badge {
  display: inline-block; background: var(--primary-light); color: var(--primary);
  font-size: 0.75rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 5px 14px; border-radius: 20px; margin-bottom: 12px;
}
.section-title {
  font-family: 'Cinzel', serif; font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  color: var(--dark); line-height: 1.2; margin-bottom: 12px;
}
.section-title span { color: var(--primary); }
.section-subtitle { color: var(--text-light); font-size: 1rem; max-width: 580px; }
.section-divider {
  width: 60px; height: 3px; background: linear-gradient(90deg, var(--primary), var(--gold-light));
  border-radius: 2px; margin: 12px 0 20px;
}
.section-divider.center { margin: 12px auto 20px; }

/* ---- PRODUCT CARDS ---- */
.product-card {
  background: #fff; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); transition: all 0.3s; border: 1px solid var(--border);
  height: 100%;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.product-card-img {
  position: relative; overflow: hidden; background: var(--bg-light);
  padding: 20px; display: flex; align-items: center; justify-content: center; min-height: 220px;
}
.product-card-img img { max-height: 200px; width: auto; transition: transform 0.4s; }
.product-card:hover .product-card-img img { transform: scale(1.05); }
.product-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--primary); color: #fff;
  font-size: 0.7rem; font-weight: 700; padding: 4px 10px; border-radius: 12px;
}
.product-badge.sale { background: var(--green); }
.product-card-body { padding: 18px 20px; }
.product-category {
  font-size: 0.72rem; color: var(--primary); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.8px;
}
.product-name {
  font-family: 'Cinzel', serif; font-size: 1.05rem; color: var(--dark);
  margin: 6px 0; line-height: 1.3;
}
.product-desc { font-size: 0.85rem; color: var(--text-light); margin-bottom: 12px; }
.product-price { margin-bottom: 14px; }
.price-current { font-size: 1.3rem; font-weight: 800; color: var(--primary); }
.price-original { font-size: 0.9rem; color: #aaa; text-decoration: line-through; margin-left: 6px; }
.price-save { font-size: 0.75rem; background: #e8f5e9; color: var(--green); padding: 2px 8px; border-radius: 10px; margin-left: 6px; }
.btn-order {
  background: var(--primary); color: #fff; border: none; border-radius: 8px;
  padding: 10px 20px; font-weight: 700; font-size: 0.85rem; width: 100%;
  transition: all 0.3s; text-decoration: none; display: block; text-align: center;
}
.btn-order:hover { background: var(--primary-dark); color: #fff; transform: translateY(-1px); }
.btn-details {
  background: var(--bg-light); color: var(--text); border: 1px solid var(--border);
  border-radius: 8px; padding: 9px 16px; font-weight: 600; font-size: 0.83rem;
  text-decoration: none; transition: all 0.3s; display: block; text-align: center;
}
.btn-details:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-light); }

/* ---- WHY CHOOSE US ---- */
.why-section { background: var(--bg-green); }
.why-card {
  text-align: center; padding: 30px 20px;
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow);
  transition: all 0.3s; border: 1px solid transparent;
}
.why-card:hover { border-color: var(--green-light); transform: translateY(-4px); }
.why-icon {
  width: 70px; height: 70px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-light), var(--bg-green));
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px; font-size: 1.8rem; color: var(--primary);
}
.why-card h5 { font-family: 'Cinzel', serif; font-size: 1rem; color: var(--dark); margin-bottom: 8px; }

/* ---- TESTIMONIALS ---- */
.testimonial-card {
  background: #fff; border-radius: var(--radius-lg); padding: 28px;
  box-shadow: var(--shadow); border: 1px solid var(--border); position: relative;
}
.testimonial-card::before {
  content: '"'; font-size: 5rem; color: var(--primary-light); font-family: Georgia, serif;
  position: absolute; top: -10px; left: 20px; line-height: 1;
}
.stars { color: #FFB800; font-size: 0.85rem; margin-bottom: 10px; }
.testimonial-text { font-size: 0.9rem; color: var(--text); margin-bottom: 16px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--gold));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 1.1rem; flex-shrink: 0;
}
.author-name { font-weight: 700; font-size: 0.9rem; color: var(--dark); }
.author-product { font-size: 0.75rem; color: var(--primary); }

/* ---- CATEGORY CARDS ---- */
.category-card {
  border-radius: var(--radius-lg); overflow: hidden; position: relative;
  min-height: 160px; display: flex; align-items: flex-end; cursor: pointer;
  text-decoration: none; transition: all 0.3s;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}
.category-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.category-card-body {
  padding: 16px 20px; background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, transparent 100%);
  width: 100%;
}
.category-card-body h5 { color: #fff; font-family: 'Cinzel', serif; font-size: 0.95rem; margin: 0; }

/* ---- BLOG ---- */
.blog-card {
  background: #fff; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid var(--border); transition: all 0.3s; height: 100%;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.blog-img { height: 200px; overflow: hidden; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.blog-card:hover .blog-img img { transform: scale(1.05); }
.blog-body { padding: 20px; }
.blog-meta { font-size: 0.78rem; color: var(--text-light); margin-bottom: 10px; }
.blog-meta span { margin-right: 12px; }
.blog-meta i { margin-right: 4px; color: var(--primary); }
.blog-title { font-family: 'Cinzel', serif; font-size: 1rem; color: var(--dark); margin-bottom: 8px; }
.blog-excerpt { font-size: 0.85rem; color: var(--text-light); margin-bottom: 14px; }
.btn-read-more { color: var(--primary); font-weight: 700; font-size: 0.85rem; text-decoration: none; }
.btn-read-more:hover { color: var(--primary-dark); }

/* ---- CTA SECTION ---- */
.cta-section {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 50%, var(--dark) 100%);
  padding: 70px 0; text-align: center; position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 70% 50%, rgba(245,196,0,0.15) 0%, transparent 60%);
}
.cta-section h2 { font-family: 'Cinzel', serif; color: #fff; font-size: clamp(1.6rem, 3.5vw, 2.4rem); margin-bottom: 12px; }
.cta-section p { color: rgba(255,255,255,0.85); font-size: 1.05rem; margin-bottom: 28px; }
.btn-cta-white {
  background: #fff; color: var(--primary); border: none;
  padding: 14px 34px; border-radius: 30px; font-weight: 800; font-size: 0.95rem;
  text-decoration: none; transition: all 0.3s; display: inline-block; margin: 5px;
}
.btn-cta-white:hover { background: var(--gold-light); color: var(--dark); transform: translateY(-2px); }
.btn-cta-outline-w {
  background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.6);
  padding: 12px 28px; border-radius: 30px; font-weight: 700; font-size: 0.95rem;
  text-decoration: none; transition: all 0.3s; display: inline-block; margin: 5px;
}
.btn-cta-outline-w:hover { border-color: #fff; background: rgba(255,255,255,0.1); color: #fff; }

/* ---- FOOTER ---- */
.main-footer { background: var(--dark); color: rgba(255,255,255,0.8); }
.footer-top { padding: 60px 0 40px; }
.footer-logo { height: 60px; width: auto; margin-bottom: 14px; }
.footer-tagline { color: var(--gold-light); font-weight: 700; font-size: 0.9rem; margin-bottom: 10px; }
.footer-desc { font-size: 0.85rem; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 18px; }
.footer-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.7); text-decoration: none; margin-right: 8px; transition: all 0.3s;
}
.footer-social a:hover { background: var(--primary); color: #fff; transform: translateY(-2px); }
.footer-title {
  font-family: 'Cinzel', serif; color: #fff; font-size: 1rem; margin-bottom: 18px;
  padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 0.87rem; transition: color 0.3s; }
.footer-links a:hover { color: var(--gold-light); }
.footer-contact-list { list-style: none; padding: 0; }
.footer-contact-list li { display: flex; gap: 12px; margin-bottom: 14px; }
.footer-contact-list i { color: var(--gold-light); margin-top: 3px; flex-shrink: 0; }
.footer-contact-list span, .footer-contact-list a { color: rgba(255,255,255,0.65); font-size: 0.87rem; text-decoration: none; }
.footer-contact-list a:hover { color: var(--gold-light); }
.footer-newsletter h6 { color: rgba(255,255,255,0.8); margin-bottom: 10px; font-size: 0.9rem; }
.newsletter-form { display: flex; gap: 8px; }
.newsletter-form input {
  flex: 1; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px; padding: 10px 14px; color: #fff; font-size: 0.85rem;
}
.newsletter-form button {
  background: var(--primary); border: none; border-radius: 8px; padding: 10px 14px; color: #fff; cursor: pointer;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); padding: 18px 0;
  font-size: 0.82rem; color: rgba(255,255,255,0.5);
}
.footer-bottom-links { display: flex; gap: 16px; }
.footer-bottom-links a { color: rgba(255,255,255,0.5); text-decoration: none; }
.footer-bottom-links a:hover { color: var(--gold-light); }

/* ---- FLOATING BUTTONS ---- */
.whatsapp-float {
  position: fixed; bottom: 80px; right: 20px; z-index: 999;
  width: 52px; height: 52px; background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.5rem; text-decoration: none;
  box-shadow: 0 4px 20px rgba(37,211,102,0.5); transition: all 0.3s;
}
.whatsapp-float:hover { transform: scale(1.1); color: #fff; }
.wa-pulse {
  position: absolute; width: 100%; height: 100%; border-radius: 50%;
  border: 3px solid #25D366; animation: pulse 1.8s infinite;
}
@keyframes pulse { 0% { transform: scale(1); opacity: 0.9; } 100% { transform: scale(1.7); opacity: 0; } }
.call-float {
  position: fixed; bottom: 22px; right: 20px; z-index: 999;
  width: 52px; height: 52px; background: var(--primary); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.2rem; text-decoration: none;
  box-shadow: 0 4px 20px rgba(212,22,122,0.4); transition: all 0.3s;
}
.call-float:hover { transform: scale(1.1); color: #fff; }

/* ---- ORDER FORM ---- */
.order-form-wrap {
  background: #fff; border-radius: var(--radius-lg); padding: 35px;
  box-shadow: var(--shadow-lg); border: 1px solid var(--border);
}
.form-label { font-weight: 600; font-size: 0.87rem; color: var(--dark); margin-bottom: 5px; }
.form-control, .form-select {
  border: 1.5px solid var(--border); border-radius: 8px; padding: 10px 14px;
  font-size: 0.9rem; transition: border-color 0.3s; font-family: 'Nunito', sans-serif;
}
.form-control:focus, .form-select:focus {
  border-color: var(--primary); box-shadow: 0 0 0 3px rgba(212,22,122,0.1);
}
.btn-submit-order {
  background: var(--primary); color: #fff; border: none; border-radius: 10px;
  padding: 14px 30px; font-weight: 800; font-size: 1rem; width: 100%;
  transition: all 0.3s; cursor: pointer; font-family: 'Nunito', sans-serif;
}
.btn-submit-order:hover { background: var(--primary-dark); transform: translateY(-2px); }

/* ---- ALERTS ---- */
.alert { padding: 12px 18px; border-radius: 10px; font-weight: 600; font-size: 0.9rem; margin: 12px 0; }
.alert-success { background: #e8f5e9; color: #2e7d32; border-left: 4px solid #4CAF50; }
.alert-error { background: #fce4ec; color: #b71c1c; border-left: 4px solid #e53935; }
.alert-info { background: #e3f2fd; color: #1565c0; border-left: 4px solid #1976D2; }

/* ---- PAGE HEADER ---- */
.page-header {
  background: linear-gradient(135deg, var(--dark) 0%, var(--primary-dark) 100%);
  padding: 50px 0; text-align: center; position: relative;
}
.page-header h1 { font-family: 'Cinzel', serif; color: #fff; font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 10px; }
.breadcrumb { justify-content: center; background: none; padding: 0; margin: 0; }
.breadcrumb-item, .breadcrumb-item a { color: rgba(255,255,255,0.7); font-size: 0.85rem; }
.breadcrumb-item.active { color: var(--gold-light); }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.4); }

/* ---- MISC ---- */
.section-pad { padding: 70px 0; }
.section-pad-sm { padding: 50px 0; }
.text-primary-custom { color: var(--primary) !important; }
.text-gold { color: var(--gold-light) !important; }
.bg-primary-custom { background: var(--primary) !important; }
.bg-light-custom { background: var(--bg-light) !important; }
.herb-tag {
  display: inline-block; background: var(--bg-green); color: var(--green);
  border: 1px solid #c8e6c9; border-radius: 20px; padding: 4px 12px;
  font-size: 0.78rem; font-weight: 600; margin: 3px;
}

/* ---- PRODUCT DETAIL ---- */
.product-gallery-main { border-radius: var(--radius-lg); overflow: hidden; background: var(--bg-light); padding: 20px; text-align: center; }
.product-gallery-main img { max-height: 420px; width: auto; }
.product-gallery-thumbs { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.gallery-thumb { width: 75px; height: 75px; border-radius: 8px; overflow: hidden; cursor: pointer; border: 2px solid var(--border); transition: border-color 0.3s; }
.gallery-thumb:hover, .gallery-thumb.active { border-color: var(--primary); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-title { font-family: 'Cinzel', serif; font-size: clamp(1.5rem, 3vw, 2rem); color: var(--dark); margin-bottom: 10px; }
.benefit-item { display: flex; gap: 8px; margin-bottom: 8px; font-size: 0.9rem; }
.benefit-item i { color: var(--green); margin-top: 3px; flex-shrink: 0; }

/* ---- CONTACT ---- */
.contact-info-card { background: #fff; border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow); border: 1px solid var(--border); }
.contact-icon { width: 50px; height: 50px; border-radius: 50%; background: var(--primary-light); display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1.2rem; flex-shrink: 0; }

/* ---- ABOUT ---- */
.stat-card { text-align: center; padding: 24px; background: var(--primary); border-radius: var(--radius); color: #fff; }
.stat-number { font-family: 'Cinzel', serif; font-size: 2.2rem; font-weight: 700; display: block; color: var(--gold-light); }
.stat-label { font-size: 0.85rem; opacity: 0.9; }
.director-card { background: linear-gradient(135deg, var(--bg-light), #fff); border-radius: var(--radius-lg); padding: 30px; border-left: 4px solid var(--primary); box-shadow: var(--shadow); }
blockquote.director-quote { font-size: 1rem; font-style: italic; color: var(--text); line-height: 1.8; }

/* ---- GALLERY ---- */
.gallery-item { position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer; }
.gallery-item img { width: 100%; height: 220px; object-fit: cover; transition: transform 0.4s; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-overlay { position: absolute; inset: 0; background: rgba(212,22,122,0.7); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; color: #fff; font-size: 1.5rem; }
.gallery-item:hover .gallery-overlay { opacity: 1; }

/* ---- LIGHTBOX ---- */
.lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.92); z-index: 9999; align-items: center; justify-content: center; }
.lightbox.active { display: flex; }
.lightbox img { max-width: 90vw; max-height: 90vh; border-radius: 8px; }
.lightbox-close { position: absolute; top: 20px; right: 24px; color: #fff; font-size: 2rem; cursor: pointer; }

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .topbar-left { display: none; }
  .hero-slide { min-height: 380px; }
  .section-pad { padding: 50px 0; }
  .footer-top { padding: 40px 0 30px; }
  .whatsapp-float, .call-float { width: 46px; height: 46px; }
  .navbar-toggler { border: none; padding: 4px 8px; color: var(--dark); font-size: 1.3rem; }
  .navbar-toggler:focus { box-shadow: none; }
  .navbar-collapse { background: #fff; padding: 16px; border-radius: var(--radius); margin-top: 8px; box-shadow: var(--shadow-lg); }
}

/* ---- ANIMATIONS ---- */
.fade-up { opacity: 0; transform: translateY(30px); transition: all 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
