/* Premium Rajasthani carnival SEO theme */
:root {
  --saffron: #e85d04;
  --maroon: #6a040f;
  --gold: #f4a261;
  --cream: #fff8f0;
  --teal: #0d9488;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Outfit', 'Segoe UI', sans-serif;
}

.premium-hero {
  background: linear-gradient(135deg, var(--maroon) 0%, #9d0208 40%, var(--saffron) 100%);
  color: #fff;
  padding: 3.5rem 0 3rem;
  position: relative;
  overflow: hidden;
}
.premium-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0l5 10h10l-8 7 3 11-10-6-10 6 3-11-8-7h10z' fill='%23ffffff08'/%3E%3C/svg%3E");
  opacity: 0.5;
}
.premium-hero .container { position: relative; z-index: 1; }
.premium-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  margin: 0.5rem 0;
  line-height: 1.2;
}
.breadcrumb { font-size: 0.85rem; opacity: 0.9; margin-bottom: 0.5rem; }
.breadcrumb a { color: var(--gold); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.25rem; }

.btn-gold {
  background: linear-gradient(135deg, var(--gold), #e9c46a);
  color: var(--maroon) !important;
  font-weight: 700;
  border: none;
}
.nav-cta {
  background: var(--gold);
  color: var(--maroon) !important;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.nav-inner { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.logo { color: #fff !important; font-weight: 700; text-decoration: none; font-size: 1.1rem; }

.seo-content { padding: 2.5rem 0; background: var(--cream); }
.seo-section { margin-bottom: 2rem; }
.seo-section h2 {
  font-family: var(--font-display);
  color: var(--maroon);
  font-size: 1.65rem;
  margin-bottom: 0.75rem;
  border-left: 4px solid var(--saffron);
  padding-left: 0.75rem;
}
.seo-section p { margin-bottom: 1rem; line-height: 1.85; }
.seo-list { margin-left: 1.25rem; margin-bottom: 1rem; }
.seo-list li { margin-bottom: 0.5rem; }

.pricing-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.pricing-table th, .pricing-table td { padding: 0.85rem 1rem; text-align: left; border-bottom: 1px solid #eee; }
.pricing-table th { background: var(--maroon); color: #fff; }
.pricing-note { font-size: 0.9rem; color: #666; margin-bottom: 1rem; }
.table-wrap { overflow-x: auto; }

.faq-section { padding: 2.5rem 0; background: #fff; }
.faq-item { border: 1px solid #eee; border-radius: 8px; margin-bottom: 0.5rem; padding: 0.75rem 1rem; }
.faq-item summary { font-weight: 600; cursor: pointer; color: var(--maroon); }

.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; }
.gallery-ph {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--maroon), var(--saffron));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}

.cta-band {
  background: linear-gradient(90deg, var(--maroon), var(--saffron));
  color: #fff;
  padding: 2.5rem 0;
  text-align: center;
}
.cta-inner .btn { margin: 0.35rem; }

.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.reviews-grid blockquote {
  background: #fff;
  padding: 1.25rem;
  border-radius: 12px;
  border-left: 4px solid var(--gold);
  margin: 0;
}

.call-float {
  position: fixed;
  bottom: 100px;
  right: 24px;
  width: 52px;
  height: 52px;
  background: var(--teal);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  text-decoration: none;
  z-index: 9998;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}
.inquiry-fab {
  position: fixed;
  bottom: 170px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: var(--maroon);
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 9998;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.inquiry-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.inquiry-modal[hidden] { display: none !important; }
.inquiry-modal-inner {
  background: #fff;
  max-width: 420px;
  width: 100%;
  padding: 1.5rem;
  border-radius: 16px;
  position: relative;
}
.modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  border: none;
  background: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.inquiry-form label { display: block; margin-bottom: 0.75rem; font-weight: 500; font-size: 0.9rem; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea {
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.5rem 0.65rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-family: inherit;
}
.btn-block { width: 100%; margin-top: 0.5rem; }

.hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
  padding: 2rem 0;
}
.hub-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 1.25rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
.hub-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(106,4,15,0.12);
  border-color: var(--gold);
}
.hub-card a { color: var(--maroon); font-weight: 600; text-decoration: none; }
.hub-card a:hover { color: var(--saffron); }

.home-hero-lux {
  min-height: 85vh;
  display: flex;
  align-items: center;
  background: linear-gradient(160deg, #1a0505 0%, var(--maroon) 35%, #bc4749 70%, var(--saffron) 100%);
  color: #fff;
  text-align: center;
}
.home-hero-lux h1 { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3.5rem); }
.hero-tag { opacity: 0.9; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.85rem; }
.hero-lead { max-width: 720px; margin: 1rem auto 0; font-size: 1.1rem; line-height: 1.7; opacity: 0.95; }
.section-title { font-family: var(--font-display); color: var(--maroon); font-size: 2rem; text-align: center; margin-bottom: 0.5rem; }
.section-intro { text-align: center; max-width: 700px; margin: 0 auto 2rem; color: #555; }
.text-center { text-align: center; }
.home-section { padding: 4rem 0; }
.home-section.alt { background: var(--cream); }
.cards-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.service-card-lux {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border-top: 4px solid var(--saffron);
}
.service-card-lux .card-body { padding: 1.5rem; }
.offer-banner {
  background: linear-gradient(90deg, var(--gold), #ffba08);
  color: var(--maroon);
  text-align: center;
  padding: 0.65rem;
  font-weight: 600;
}

img[loading="lazy"] { content-visibility: auto; }

@media (max-width: 768px) {
  .nav-menu { display: none; }
  .nav-menu.active { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--maroon); padding: 1rem; }
  .call-float { bottom: 90px; right: 16px; }
  .inquiry-fab { bottom: 150px; right: 16px; }
}
