/* ===== Ravan Maker Ghaziabad – Theme ===== */
:root {
  --maroon: #7f1d1d;
  --maroon-2: #5b1414;
  --maroon-3: #3f0d0d;
  --saffron: #f97316;
  --saffron-2: #ea580c;
  --gold: #fbbf24;
  --gold-2: #f59e0b;
  --cream: #fff7ed;
  --cream-2: #ffedd5;
  --ink: #2a1a12;
  --muted: #6b5a52;
  --white: #ffffff;
  --r: 18px;
  --shadow: 0 14px 34px rgba(127, 29, 29, 0.14);
  --font: "Poppins", system-ui, sans-serif;
  --display: "Yatra One", "Poppins", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--ink); background: var(--cream); line-height: 1.7; overflow-x: hidden; }
h1, h2, h3, h4, h5 { font-weight: 700; color: var(--maroon); line-height: 1.2; }
.display-font { font-family: var(--display); font-weight: 400; letter-spacing: 0.5px; }
a { text-decoration: none; color: var(--saffron-2); }
a:hover { color: var(--maroon); }
img { max-width: 100%; }
.section { padding: 90px 0; }
.section-alt { background: var(--white); }
.section-dark { background: var(--maroon-3); color: #fde8d8; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: var(--white); }
.text-saffron { color: var(--saffron) !important; }
.text-gold { color: var(--gold) !important; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 0.78rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--saffron-2); margin-bottom: 14px; }
.eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--gold); border-radius: 3px; }
.eyebrow.center::after { content: ""; width: 28px; height: 3px; background: var(--gold); border-radius: 3px; }
.section-title { font-size: 2.6rem; margin-bottom: 14px; }
.section-title span { color: var(--saffron); }
.lead-text { color: var(--muted); font-size: 1.05rem; max-width: 720px; }
.section-dark .lead-text { color: #f6d5c4; }

/* Buttons */
.btn { border-radius: 999px; font-weight: 700; padding: 13px 30px; letter-spacing: 0.4px; transition: all .25s; }
.btn-saffron { background: linear-gradient(135deg, var(--saffron), var(--gold-2)); color: var(--white); border: 0; box-shadow: 0 10px 24px rgba(249,115,22,0.35); }
.btn-saffron:hover { transform: translateY(-3px); color: var(--white); box-shadow: 0 14px 30px rgba(249,115,22,0.45); }
.btn-outline-cream { border: 2px solid rgba(255,255,255,0.6); color: var(--white); }
.btn-outline-cream:hover { background: var(--white); color: var(--maroon); }
.btn-maroon { background: var(--maroon); color: var(--white); border: 0; }
.btn-maroon:hover { background: var(--maroon-2); color: var(--white); }
.btn-outline-maroon { border: 2px solid var(--maroon); color: var(--maroon); }
.btn-outline-maroon:hover { background: var(--maroon); color: var(--white); }

/* Top marquee */
.marquee { background: var(--gold); color: var(--maroon-3); font-weight: 700; font-size: 0.85rem; overflow: hidden; white-space: nowrap; }
.marquee-track { display: inline-block; padding: 8px 0; animation: scroll 30s linear infinite; }
.marquee-track span { margin: 0 34px; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Navbar */
.nav-wrap { background: var(--maroon-3); position: sticky; top: 0; z-index: 1030; box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
.nav-wrap .navbar { padding: 14px 0; }
.nav-wrap .navbar-brand img { height: 56px; max-width: 100%; width: auto; }
.nav-wrap .nav-link { color: #fde8d8 !important; font-weight: 600; padding: 8px 18px !important; border-radius: 999px; transition: all .2s; }
.nav-wrap .nav-link:hover, .nav-wrap .nav-link.active { background: rgba(249,115,22,0.18); color: var(--gold) !important; }
.nav-wrap .navbar-toggler { border: 2px solid var(--gold); padding: 6px 10px; }
.nav-wrap .navbar-toggler-icon { filter: invert(1) sepia(1) saturate(4) hue-rotate(0deg); }
.nav-call { display: inline-flex; align-items: center; gap: 10px; background: var(--saffron); color: var(--white); padding: 9px 18px; border-radius: 999px; font-weight: 700; }
.nav-call:hover { background: var(--gold-2); color: var(--maroon-3); }

/* Hero */
.hero { position: relative; background: var(--maroon-3); color: var(--white); overflow: hidden; padding: 120px 0 160px; }
.hero::before { content: ""; position: absolute; inset: 0; background: url("../images/hero-bg.svg") center/cover no-repeat; opacity: 0.55; }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 40%, rgba(249,115,22,0.45), transparent 55%), linear-gradient(180deg, rgba(63,13,13,0.55), rgba(63,13,13,0.85)); }
.hero .container { position: relative; z-index: 2; }
.hero-tag { display: inline-block; background: rgba(251,191,36,0.15); border: 1px solid rgba(251,191,36,0.5); color: var(--gold); padding: 6px 18px; border-radius: 999px; font-weight: 700; font-size: 0.85rem; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 22px; }
.hero h1 { color: var(--white); font-size: 4rem; font-family: var(--display); font-weight: 400; line-height: 1.1; }
.hero h1 span { color: var(--gold); }
.hero p { color: #fde8d8; font-size: 1.15rem; max-width: 560px; }
.hero-stats { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 36px; }
.hero-stats div strong { display: block; font-size: 2rem; color: var(--gold); font-weight: 800; line-height: 1; }
.hero-stats div small { color: #fdd0b7; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; font-size: 0.72rem; }
.hero-card { background: var(--white); color: var(--ink); border-radius: var(--r); padding: 30px; box-shadow: 0 30px 60px rgba(0,0,0,0.4); transform: rotate(2deg); }
.hero-card h4 { color: var(--maroon); }
.hero-card ul { list-style: none; padding: 0; margin: 0 0 18px; }
.hero-card li { padding: 8px 0; border-bottom: 1px dashed var(--cream-2); display: flex; justify-content: space-between; font-weight: 600; }
.hero-card li span:last-child { color: var(--saffron-2); }
.hero-card .badge-hot { position: absolute; top: -16px; right: 24px; background: var(--gold); color: var(--maroon-3); font-weight: 800; padding: 6px 16px; border-radius: 999px; font-size: 0.8rem; transform: rotate(-4deg); }
.wave { position: absolute; bottom: -1px; left: 0; right: 0; z-index: 3; line-height: 0; }
.wave svg { width: 100%; height: 90px; display: block; }

/* Feature ribbon */
.ribbon { margin-top: -60px; position: relative; z-index: 5; }
.rb { background: var(--white); border-radius: var(--r); padding: 26px 22px; box-shadow: var(--shadow); display: flex; gap: 16px; align-items: flex-start; height: 100%; border-bottom: 4px solid var(--saffron); }
.rb i { font-size: 1.8rem; color: var(--saffron); flex-shrink: 0; width: 54px; height: 54px; border-radius: 14px; background: var(--cream); display: grid; place-items: center; }
.rb h5 { margin-bottom: 4px; font-size: 1.05rem; }
.rb p { margin: 0; color: var(--muted); font-size: 0.92rem; }

/* Sizes / service cards */
.size-card { background: var(--white); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); height: 100%; transition: transform .25s; position: relative; }
.size-card:hover { transform: translateY(-8px); }
.size-card .img { height: 220px; background: linear-gradient(135deg, var(--maroon), var(--saffron-2)); position: relative; overflow: hidden; }
.size-card .img img { width: 100%; height: 100%; object-fit: cover; }
.size-card .ht { position: absolute; top: 16px; left: 16px; background: var(--gold); color: var(--maroon-3); font-weight: 800; padding: 6px 14px; border-radius: 999px; font-size: 0.85rem; }
.size-card .body { padding: 24px; }
.size-card h4 { font-size: 1.25rem; }
.size-card p { color: var(--muted); font-size: 0.95rem; margin-bottom: 14px; }
.size-card .price { color: var(--saffron-2); font-weight: 800; font-size: 1.3rem; }
.size-card .price small { color: var(--muted); font-weight: 500; font-size: 0.85rem; }

.svc { background: var(--white); border-radius: var(--r); padding: 32px 28px; height: 100%; box-shadow: var(--shadow); border-top: 5px solid transparent; transition: all .25s; }
.svc:hover { border-top-color: var(--saffron); transform: translateY(-6px); }
.svc .ic { width: 66px; height: 66px; border-radius: 18px; background: linear-gradient(135deg, var(--maroon), var(--saffron)); color: var(--white); display: grid; place-items: center; font-size: 1.8rem; margin-bottom: 20px; }
.svc h4 { font-size: 1.25rem; }
.svc p { color: var(--muted); margin-bottom: 0; }
.svc ul { list-style: none; padding: 0; margin: 14px 0 0; }
.svc li { padding: 5px 0; color: var(--ink); font-size: 0.93rem; }
.svc li i { color: var(--saffron); margin-right: 8px; }

/* About / story */
.story-img { position: relative; }
.story-img img { border-radius: var(--r); width: 100%; height: 520px; object-fit: cover; box-shadow: var(--shadow); }
.story-img .stamp { position: absolute; bottom: -24px; right: -14px; background: var(--maroon); color: var(--white); padding: 22px 26px; border-radius: var(--r); text-align: center; box-shadow: var(--shadow); border: 4px solid var(--gold); }
.story-img .stamp strong { display: block; font-size: 2.4rem; line-height: 1; color: var(--gold); font-weight: 800; }
.story-img .stamp small { text-transform: uppercase; letter-spacing: 2px; font-size: 0.7rem; font-weight: 700; }
.story-img .frame { position: absolute; top: -18px; left: -18px; right: 30px; bottom: 30px; border: 3px solid var(--gold); border-radius: var(--r); z-index: -1; }
.tick { list-style: none; padding: 0; margin: 20px 0; }
.tick li { padding: 8px 0 8px 36px; position: relative; font-weight: 500; }
.tick li::before { content: "\F26B"; font-family: "bootstrap-icons"; position: absolute; left: 0; top: 8px; color: var(--saffron); font-size: 1.2rem; }

/* Process timeline */
.process { position: relative; }
.pstep { text-align: center; padding: 30px 22px; background: var(--white); border-radius: var(--r); box-shadow: var(--shadow); height: 100%; position: relative; }
.pstep .num { width: 64px; height: 64px; border-radius: 50%; background: var(--maroon); color: var(--gold); font-weight: 800; font-size: 1.5rem; display: grid; place-items: center; margin: 0 auto 18px; border: 4px solid var(--gold); }
.pstep h5 { font-size: 1.1rem; }
.pstep p { color: var(--muted); font-size: 0.93rem; margin: 0; }

/* Gallery */
.gal { border-radius: var(--r); overflow: hidden; position: relative; height: 260px; }
.gal img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gal:hover img { transform: scale(1.08); }
.gal span { position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 18px; background: linear-gradient(transparent, rgba(63,13,13,0.9)); color: var(--white); font-weight: 600; }
.gal.tall { height: 544px; }

/* Stats band */
.stats { background: linear-gradient(135deg, var(--maroon), var(--saffron-2)); color: var(--white); border-radius: var(--r); padding: 44px 30px; box-shadow: var(--shadow); }
.stats strong { display: block; font-size: 2.8rem; font-weight: 800; color: var(--gold); line-height: 1; }
.stats span { text-transform: uppercase; letter-spacing: 2px; font-size: 0.75rem; font-weight: 700; }

/* Testimonials */
.rev { background: var(--white); border-radius: var(--r); padding: 30px; box-shadow: var(--shadow); height: 100%; position: relative; }
.rev::before { content: "\201C"; position: absolute; top: 6px; right: 22px; font-size: 5rem; color: var(--cream-2); font-family: Georgia, serif; line-height: 1; }
.rev .stars { color: var(--gold-2); margin-bottom: 12px; }
.rev p { color: var(--muted); font-style: italic; }
.rev .who { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.rev .who img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; border: 3px solid var(--gold); }
.rev .who strong { display: block; color: var(--maroon); }
.rev .who small { color: var(--saffron-2); font-weight: 600; }

/* Team */
.team { text-align: center; background: var(--white); border-radius: var(--r); padding: 28px 20px; box-shadow: var(--shadow); height: 100%; }
.team img { width: 130px; height: 130px; border-radius: 50%; object-fit: cover; border: 5px solid var(--gold); margin-bottom: 16px; }
.team h5 { margin-bottom: 2px; }
.team small { color: var(--saffron-2); font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; font-size: 0.72rem; }

/* Values */
.val { display: flex; gap: 18px; padding: 24px; background: var(--white); border-radius: var(--r); box-shadow: var(--shadow); height: 100%; }
.val i { font-size: 1.8rem; color: var(--saffron); width: 56px; height: 56px; flex-shrink: 0; border-radius: 14px; background: var(--cream); display: grid; place-items: center; }
.val h5 { font-size: 1.05rem; margin-bottom: 4px; }
.val p { color: var(--muted); margin: 0; font-size: 0.93rem; }

/* Pricing */
.price-card { background: var(--white); border-radius: var(--r); padding: 36px 30px; box-shadow: var(--shadow); height: 100%; text-align: center; position: relative; overflow: hidden; border: 2px solid transparent; }
.price-card.hot { border-color: var(--saffron); background: linear-gradient(180deg, var(--white), var(--cream)); }
.price-card .tag { position: absolute; top: 18px; right: -34px; background: var(--saffron); color: var(--white); font-size: 0.72rem; font-weight: 800; padding: 6px 44px; transform: rotate(45deg); letter-spacing: 1px; }
.price-card h4 { font-size: 1.2rem; }
.price-card .amt { font-size: 2.8rem; font-weight: 800; color: var(--maroon); line-height: 1; margin: 12px 0 4px; }
.price-card .amt small { font-size: 0.9rem; color: var(--muted); font-weight: 500; }
.price-card ul { list-style: none; padding: 0; margin: 22px 0; text-align: left; }
.price-card li { padding: 7px 0; border-bottom: 1px dashed var(--cream-2); font-size: 0.93rem; }
.price-card li i { color: var(--saffron); margin-right: 8px; }

/* FAQ */
.accordion-item { border: 0; border-radius: var(--r) !important; margin-bottom: 12px; box-shadow: var(--shadow); overflow: hidden; }
.accordion-button { font-weight: 700; color: var(--maroon); background: var(--white); padding: 20px 24px; }
.accordion-button:not(.collapsed) { background: var(--cream); color: var(--saffron-2); box-shadow: none; }
.accordion-button:focus { box-shadow: none; }
.accordion-body { color: var(--muted); }

/* CTA */
.cta { background: var(--maroon-3); color: var(--white); position: relative; overflow: hidden; }
.cta::before { content: ""; position: absolute; inset: 0; background: url("../images/dahan.svg") center/cover; opacity: 0.35; }
.cta .container { position: relative; z-index: 2; }
.cta h2 { color: var(--white); font-size: 2.6rem; font-family: var(--display); font-weight: 400; }
.cta .big { font-size: 2.4rem; font-weight: 800; color: var(--gold); }

/* Page header */
.phead { background: var(--maroon-3); color: var(--white); padding: 90px 0 110px; position: relative; overflow: hidden; }
.phead::before { content: ""; position: absolute; inset: 0; background: url("../images/hero-bg.svg") center/cover; opacity: 0.4; }
.phead::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(249,115,22,0.4), transparent 55%); }
.phead .container { position: relative; z-index: 2; }
.phead h1 { color: var(--white); font-family: var(--display); font-weight: 400; font-size: 3.4rem; }
.phead h1 span { color: var(--gold); }
.phead .crumb { color: var(--gold); font-weight: 600; font-size: 0.9rem; }
.phead .crumb a { color: #fde8d8; }

/* Contact */
.cbox { background: var(--maroon); color: var(--white); border-radius: var(--r); padding: 36px 30px; height: 100%; box-shadow: var(--shadow); }
.cbox h4 { color: var(--gold); }
.cbox .item { display: flex; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
.cbox .item:last-of-type { border: 0; }
.cbox .item i { width: 46px; height: 46px; flex-shrink: 0; border-radius: 12px; background: rgba(251,191,36,0.15); color: var(--gold); display: grid; place-items: center; font-size: 1.25rem; }
.cbox .item small { text-transform: uppercase; letter-spacing: 2px; font-size: 0.68rem; color: #fdd0b7; font-weight: 700; display: block; }
.cbox .item a, .cbox .item span { color: var(--white); font-weight: 600; }
.cform { background: var(--white); border-radius: var(--r); padding: 36px; box-shadow: var(--shadow); }
.cform label { font-weight: 700; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 1.2px; color: var(--maroon); }
.cform .form-control, .cform .form-select { border-radius: 12px; padding: 12px 16px; border: 2px solid var(--cream-2); background: var(--cream); }
.cform .form-control:focus, .cform .form-select:focus { border-color: var(--saffron); box-shadow: 0 0 0 4px rgba(249,115,22,0.15); background: var(--white); }
.mapw { border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); height: 400px; }
.mapw iframe { width: 100%; height: 100%; border: 0; }
.chip { display: inline-block; padding: 8px 18px; border-radius: 999px; background: var(--white); color: var(--maroon); font-weight: 600; font-size: 0.9rem; margin: 5px; box-shadow: 0 4px 12px rgba(127,29,29,0.08); border: 1px solid var(--cream-2); }
.chip i { color: var(--saffron); margin-right: 6px; }

/* Footer */
.footer { background: var(--maroon-3); color: #f6d5c4; padding: 70px 0 0; position: relative; }
.footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: linear-gradient(90deg, var(--saffron), var(--gold), var(--saffron)); }
.footer h5 { color: var(--gold); font-size: 1rem; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; }
.footer a { color: #f6d5c4; display: block; padding: 5px 0; }
.footer a:hover { color: var(--gold); padding-left: 6px; }
.footer p { color: #e7bfae; }
.footer .soc a { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,0.08); margin-right: 8px; padding: 0; color: var(--white); }
.footer .soc a:hover { background: var(--saffron); padding-left: 0; }
.footer .fcall { background: var(--saffron); color: var(--white); border-radius: 14px; padding: 16px 20px; margin-top: 12px; display: inline-block; }
.footer .fcall a { color: var(--white); font-weight: 800; font-size: 1.25rem; display: inline; padding: 0; }
.copy { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 50px; padding: 20px 0; font-size: 0.88rem; color: #d8a894; }
.copy a { display: inline; color: var(--gold); font-weight: 700; padding: 0; }

/* Floating buttons */
.fab { position: fixed; right: 20px; bottom: 24px; z-index: 1100; display: flex; flex-direction: column; gap: 12px; }
.fab a { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 1.6rem; box-shadow: 0 8px 22px rgba(0,0,0,0.3); }
.fab .wa { background: #25d366; }
.fab .call { background: var(--saffron); animation: ring 2s infinite; }
@keyframes ring { 0% { box-shadow: 0 0 0 0 rgba(249,115,22,0.6); } 70% { box-shadow: 0 0 0 18px rgba(249,115,22,0); } 100% { box-shadow: 0 0 0 0 rgba(249,115,22,0); } }

/* Responsive */
@media (max-width: 991.98px) {
  .section { padding: 64px 0; }
  .nav-wrap .navbar-brand { max-width: calc(100% - 70px); }
  .nav-wrap .navbar-brand img { height: auto; max-height: 46px; }
  .nav-wrap .navbar-collapse { padding: 12px 0 16px; }
  .nav-wrap .nav-link { padding: 10px 14px !important; }
  .nav-call { margin-top: 10px; }
  .hero { padding: 80px 0 140px; }
  .hero h1 { font-size: 3rem; }
  .hero-card { margin-top: 50px; transform: none; }
  .section-title { font-size: 2.1rem; }
  .story-img img { height: 400px; }
  .story-img .stamp { right: 10px; }
  .gal.tall { height: 260px; }
  .phead { padding: 64px 0 90px; }
  .phead h1 { font-size: 2.6rem; }
  .cta h2 { font-size: 2rem; }
}
@media (max-width: 575.98px) {
  .hero h1 { font-size: 2.3rem; }
  .hero-stats { gap: 18px; }
  .hero-stats div strong { font-size: 1.5rem; }
  .section-title { font-size: 1.8rem; }
  .cform { padding: 24px 18px; }
  .story-img .stamp { padding: 14px 18px; bottom: -14px; }
  .story-img .stamp strong { font-size: 1.8rem; }
  .fab { right: 14px; bottom: 16px; }
  .fab a { width: 52px; height: 52px; font-size: 1.4rem; }
  .cta .big { font-size: 1.8rem; }
  .phead h1 { font-size: 2.1rem; }
}

/* Hero visual */
.hero-visual { position: relative; border-radius: var(--r); overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,0.5); border: 4px solid rgba(251,191,36,0.6); transform: rotate(2deg); }
.hero-visual img { width: 100%; height: 520px; object-fit: cover; display: block; }
.hero-visual .badge-hot { position: absolute; top: 18px; left: 18px; background: var(--gold); color: var(--maroon-3); font-weight: 800; padding: 7px 18px; border-radius: 999px; font-size: 0.85rem; }
@media (max-width: 991.98px) { .hero-visual { transform: none; margin-top: 40px; } .hero-visual img { height: 400px; } }
@media (max-width: 575.98px) { .hero-visual img { height: 300px; } }
