/* ============================================================
   BABA RATH CMS - Main Stylesheet
   Theme: सुनहरा-लाल (Golden-Red Wedding Theme)
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap");

:root {
  --gold: #c8952a;
  --gold-light: #e8b84b;
  --gold-pale: #fdf3dc;
  --red: #b8232a;
  --red-dark: #8a1218;
  --red-light: #f7e8e9;
  --cream: #fffdf7;
  --dark: #1a0a0b;
  --text: #2d1a1b;
  --text-muted: #6b4c4e;
  --border: #e8d4b0;
  --shadow: 0 4px 24px rgba(184, 35, 42, 0.1);
  --shadow-lg: 0 8px 40px rgba(184, 35, 42, 0.18);
  --radius: 12px;
  --radius-lg: 20px;
  --font-hi: "Noto Sans Devanagari", sans-serif;
  --font-en: "Poppins", sans-serif;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: var(--font-hi);
  background: var(--cream);
  color: var(--text);
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
}

/* ── LANGUAGE TOGGLE ── */
.lang-toggle {
  position: fixed;
  top: 12px;
  right: 16px;
  z-index: 9999;
  display: flex;
  background: white;
  border: 1.5px solid var(--gold);
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(200, 149, 42, 0.2);
}
.lang-toggle a {
  padding: 5px 14px;
  font-size: 13px;
  font-family: var(--font-en);
  font-weight: 600;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.lang-toggle a.active {
  background: var(--gold);
  color: white;
}

/* ── WHATSAPP FLOAT BUTTON ── */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9998;
  background: #25d366;
  color: white;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  text-decoration: none;
  font-size: 26px;
  transition: var(--transition);
  animation: pulse-wa 2.5s infinite;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}

@keyframes pulse-wa {
  0%,
  100% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 4px 32px rgba(37, 211, 102, 0.7);
  }
}

/* ── HEADER / NAV ── */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--red-dark);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}

.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.logo img {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold);
}
.logo-text {
  color: var(--gold-light);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
.logo-text small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-en);
}

nav ul {
  list-style: none;
  display: flex;
  gap: 4px;
}
nav ul a {
  display: block;
  padding: 8px 14px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 14px;
  border-radius: 8px;
  transition: var(--transition);
}
nav ul a:hover,
nav ul a.active {
  background: var(--gold);
  color: var(--dark);
  font-weight: 600;
}

.nav-call {
  background: var(--gold);
  color: var(--dark) !important;
  font-weight: 700;
  border-radius: 50px !important;
  padding: 8px 18px !important;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Hamburger */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  flex-direction: column;
  gap: 5px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: var(--gold-light);
  border-radius: 3px;
  transition: var(--transition);
}

/* ── HERO SECTION ── */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(135deg, #1a0a0b 0%, #3d1012 50%, #1a0a0b 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.25;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(
      circle at 20% 80%,
      rgba(200, 149, 42, 0.15) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(184, 35, 42, 0.2) 0%,
      transparent 50%
    );
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 40px 20px;
  max-width: 800px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(200, 149, 42, 0.15);
  border: 1px solid rgba(200, 149, 42, 0.4);
  color: var(--gold-light);
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.hero-title {
  font-size: clamp(2rem, 7vw, 3.8rem);
  font-weight: 700;
  color: white;
  line-height: 1.2;
  margin-bottom: 16px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.hero-title span {
  color: var(--gold-light);
  display: block;
}

.hero-subtitle {
  font-size: clamp(14px, 3vw, 18px);
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 36px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--dark);
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 20px rgba(200, 149, 42, 0.4);
  transition: var(--transition);
  border: none;
  cursor: pointer;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(200, 149, 42, 0.5);
}

.btn-secondary {
  background: transparent;
  color: white;
  padding: 13px 26px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  transition: var(--transition);
}
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.hero-stat {
  text-align: center;
}
.hero-stat strong {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold-light);
  font-family: var(--font-en);
  line-height: 1;
}
.hero-stat span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  display: block;
  margin-top: 4px;
}

/* ── SECTIONS ── */
section {
  padding: 72px 16px;
}

.section-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 52px;
}

.section-badge {
  display: inline-block;
  background: var(--red-light);
  color: var(--red);
  padding: 4px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.section-title {
  font-size: clamp(1.6rem, 5vw, 2.4rem);
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 12px;
  line-height: 1.3;
}

.section-title span {
  color: var(--red);
}

.section-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--gold));
  border-radius: 3px;
  margin: 16px auto 0;
}

.section-desc {
  color: var(--text-muted);
  font-size: 15px;
  margin-top: 14px;
}

/* ── SERVICES ── */
.services-section {
  background: var(--cream);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.service-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--gold));
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.service-icon {
  width: 56px;
  height: 56px;
  background: var(--red-light);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 16px;
  color: var(--red);
}

.service-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}

.service-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 14px;
}

.service-price {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--gold-pale);
  color: var(--gold);
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--font-en);
  border: 1px solid var(--gold);
}

/* ── GALLERY ── */
.gallery-section {
  background: #fff5f5;
}

.gallery-filters {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.filter-btn {
  padding: 8px 20px;
  border-radius: 50px;
  border: 2px solid var(--border);
  background: white;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  font-family: var(--font-hi);
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--red);
  border-color: var(--red);
  color: white;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.gallery-item {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  cursor: pointer;
  box-shadow: var(--shadow);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(26, 10, 11, 0.8) 0%,
    transparent 60%
  );
  opacity: 0;
  transition: var(--transition);
  display: flex;
  align-items: flex-end;
  padding: 16px;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay span {
  color: white;
  font-size: 14px;
  font-weight: 600;
}

/* ── BOOKING FORM ── */
.booking-section {
  background: linear-gradient(135deg, var(--red-dark) 0%, #3d1012 100%);
  color: white;
}

.booking-section .section-title {
  color: white;
}
.booking-section .section-desc {
  color: rgba(255, 255, 255, 0.7);
}
.booking-section .section-badge {
  background: rgba(200, 149, 42, 0.2);
  color: var(--gold-light);
}

.booking-form {
  background: white;
  border-radius: var(--radius-lg);
  padding: 32px;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  font-size: 15px;
  font-family: var(--font-hi);
  color: var(--text);
  transition: var(--transition);
  background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200, 149, 42, 0.15);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.services-checkboxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 2px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  transition: var(--transition);
  font-size: 14px;
}

.checkbox-item:hover {
  border-color: var(--gold);
  background: var(--gold-pale);
}
.checkbox-item input {
  accent-color: var(--gold);
}

/* ── TESTIMONIALS ── */
.testimonials-section {
  background: var(--cream);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  position: relative;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 16px;
  right: 24px;
  font-size: 72px;
  color: var(--red-light);
  font-family: Georgia, serif;
  line-height: 1;
}

.stars {
  color: var(--gold);
  font-size: 18px;
  margin-bottom: 12px;
}

.testimonial-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 16px;
  font-style: italic;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.reviewer-avatar {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--red), var(--gold));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.reviewer strong {
  display: block;
  font-size: 14px;
  color: var(--dark);
}
.reviewer span {
  font-size: 12px;
  color: var(--text-muted);
}

/* ── CONTACT ── */
.contact-section {
  background: white;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

.contact-info-card {
  background: linear-gradient(135deg, var(--red-dark) 0%, #3d1012 100%);
  border-radius: var(--radius-lg);
  padding: 32px;
  color: white;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 24px;
}
.contact-icon {
  width: 44px;
  height: 44px;
  background: rgba(200, 149, 42, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  color: var(--gold-light);
}
.contact-item h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
}
.contact-item p,
.contact-item a {
  color: white;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
}

.map-container {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.map-container iframe {
  width: 100%;
  height: 400px;
  border: none;
  display: block;
}

/* ── FOOTER ── */
footer {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.7);
  padding: 48px 16px 24px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand p {
  font-size: 14px;
  line-height: 1.7;
  margin: 12px 0 20px;
}

.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: var(--transition);
  font-size: 16px;
}
.footer-social a:hover {
  background: var(--gold);
}

footer h4 {
  color: white;
  font-size: 15px;
  margin-bottom: 16px;
  font-weight: 600;
}

footer ul {
  list-style: none;
}
footer ul li {
  margin-bottom: 8px;
}
footer ul a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 14px;
  transition: var(--transition);
}
footer ul a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
}

/* ── NOTIFICATION ── */
.alert {
  padding: 14px 20px;
  border-radius: var(--radius);
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}
.alert-success {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}
.alert-error {
  background: var(--red-light);
  color: var(--red);
  border: 1px solid #ffcdd2;
}

/* ── MOBILE RESPONSIVE ── */
@media (max-width: 768px) {
  nav ul {
    display: none;
  }
  nav ul.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 64px 0 0 0;
    background: var(--red-dark);
    padding: 20px;
    z-index: 999;
    gap: 6px;
  }
  nav ul.open a {
    font-size: 16px;
    padding: 12px 16px;
  }
  .hamburger {
    display: flex;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .services-checkboxes {
    grid-template-columns: 1fr;
  }
  .hero-stats {
    gap: 20px;
  }
  .hero-stat strong {
    font-size: 1.6rem;
  }

  section {
    padding: 48px 16px;
  }
  .booking-form {
    padding: 20px 16px;
  }
}

/* ── UTILITY ── */
.container {
  max-width: 1100px;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.hidden {
  display: none;
}
.mt-8 {
  margin-top: 8px;
}
.mb-0 {
  margin-bottom: 0;
}

/* ── LIGHTBOX ── */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.93);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
.lightbox-overlay.open {
  display: flex;
}
.lightbox-overlay img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 8px;
  object-fit: contain;
}
.lightbox-close {
  position: absolute;
  top: 16px;
  right: 20px;
  color: white;
  font-size: 36px;
  cursor: pointer;
  background: none;
  border: none;
}

/* ── SUCCESS PAGE ── */
.success-box {
  background: white;
  border-radius: var(--radius-lg);
  padding: 48px 32px;
  text-align: center;
  max-width: 480px;
  margin: 60px auto;
  box-shadow: var(--shadow-lg);
}
.success-icon {
  font-size: 64px;
  margin-bottom: 16px;
}
.success-box h2 {
  color: var(--dark);
  margin-bottom: 8px;
}
.success-box p {
  color: var(--text-muted);
  margin-bottom: 24px;
}
