/* ============================================================
   style.css – Pandit PN Rao Shastri | astrologerpnrao.com
   Mobile-first, no horizontal scroll, fully responsive
   ============================================================ */

:root {
  --saffron:#E8620A; --saffron-lt:#FF8C3A; --saffron-pale:#FFF4EC;
  --maroon:#7B1818;  --maroon-dk:#4A0E0E;
  --gold:#C8981A;    --gold-lt:#F0BC38;
  --cream:#FDF9F3;   --off-white:#FEF6ED;
  --text:#1C0A00;    --text-muted:#7A5035;
  --border:#E8D5BC;  --shadow:rgba(75,14,14,.12);
  --green:#25D366;
}

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Poppins', sans-serif;
  background: var(--cream);
  color: var(--text);
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

/* Kill any possible horizontal overflow from every element */

/* Paragraph max-width — prevents eye fatigue from overly long lines */
.sp p, .sp-sm p, .inner-hero p,
.svc-body p, .about-section p, .why-card p,
.testi-text, .accordion-body,
.col-lg-8 p, .col-lg-7 p, .col-lg-6 p {
  max-width: 72ch;   /* ~65–70 chars — ideal reading width */
  line-height: 1.9;
}

/* Service/content pages — main prose column */
.col-lg-8 > p,
.col-lg-8 > div > p {
  max-width: 68ch;
}

/* Headings should not be narrowed — let them breathe full column width */
h1, h2, h3, h4, h5, .sec-title, .hero-title {
  max-width: 100%;
  line-height: 1.3;
}

/* Inner hero text container — text must be contained even if section is full-width */
.inner-hero .container-xl,
.inner-hero .container {
  position: relative;
  z-index: 2;
}
.inner-hero h1 { max-width: 800px; }
.inner-hero p  { max-width: 640px; }

/* Section content max width — prevents content from being uncomfortably wide */
.sp .container-xl > .row,
.sp-sm .container-xl > .row {
  max-width: 100%;
}

/* Prevent any single column from stretching too wide without content constraint */
@media (min-width: 1400px) {
  .col-lg-8 > p,
  .col-lg-7 > p,
  .svc-body p {
    max-width: 70ch;
  }
}

/* Mobile — remove max-width constraint (small screens already constrained) */
@media (max-width: 767px) {
  .sp p, .sp-sm p, .col-lg-8 > p, .col-lg-7 > p,
  .svc-body p, .testi-text, .accordion-body { 
    max-width: 100%; 
  }
}


/* Scrollbar */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--saffron); border-radius: 3px; }

/* ── TOPBAR ── */
.topbar {
  background: var(--maroon-dk);
  color: rgba(255,255,255,.8);
  font-size: .74rem;
  padding: 7px 0;
  border-bottom: 2px solid var(--gold);
  width: 100%;
  overflow: hidden;
}
.topbar a { color: var(--gold-lt); transition: color .2s; }
.topbar a:hover { color: #fff; }
.tb-div { margin: 0 8px; opacity: .35; }
.tb-socials a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(255,255,255,.1); color: rgba(255,255,255,.7);
  font-size: .72rem; transition: all .2s;
}
.tb-socials a:hover { background: var(--saffron); color: #fff; }
.tb-wa-icon { background: rgba(37,211,102,.2) !important; color: var(--green) !important; }
.tb-phone { font-weight: 600; color: var(--gold-lt) !important; }
.btn-tb-cta {
  background: var(--saffron); color: #fff !important;
  padding: 3px 12px; border-radius: 20px; font-weight: 600;
  font-size: .71rem; transition: all .2s; white-space: nowrap;
}
.btn-tb-cta:hover { background: var(--saffron-lt); }

/* Mobile topbar */
.tb-phone-mobile {
  font-weight: 700; color: var(--gold-lt) !important;
  font-size: .8rem; display: flex; align-items: center; gap: 5px;
}
.tb-wa-mobile {
  background: var(--green); color: #fff !important;
  padding: 4px 12px; border-radius: 20px; font-weight: 600;
  font-size: .78rem; display: flex; align-items: center; gap: 5px;
}

/* ── SITE HEADER ── */
.site-header {
  background: linear-gradient(160deg, var(--maroon-dk) 0%, var(--maroon) 55%, #9B2020 100%);
  padding: 14px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.site-header::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='0.03'%3E%3Cpath d='M40 0L44.5 35.5L80 40L44.5 44.5L40 80L35.5 44.5L0 40L35.5 35.5z'/%3E%3C/g%3E%3C/svg%3E");
}

/* Logo */
.logo-wrap {
  display: flex; align-items: center; gap: 12px;
  position: relative; z-index: 2; text-decoration: none;
}
.logo-circle {
  width: 52px; height: 52px; flex-shrink: 0;
  background: radial-gradient(circle at 40% 35%, var(--gold-lt), var(--gold));
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; box-shadow: 0 0 20px rgba(200,152,26,.6);
  border: 2px solid rgba(255,255,255,.2);
}
.logo-text { min-width: 0; }
.logo-name {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(.85rem, 2.5vw, 1.3rem);
  font-weight: 700; color: var(--gold-lt);
  letter-spacing: .5px; line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0,0,0,.4);
  white-space: normal;
  word-break: break-word;
}
.logo-tagline {
  font-size: clamp(.58rem, 1.5vw, .63rem);
  color: rgba(255,255,255,.55);
  letter-spacing: 1.5px; text-transform: uppercase; margin-top: 3px;
  white-space: nowrap;
}

/* Header contact (desktop) */
.hdr-contact { text-align: right; position: relative; z-index: 2; }
.hdr-phone {
  font-family: 'Cinzel', serif; font-size: 1rem;
  font-weight: 700; color: var(--gold-lt);
}
.hdr-sub { font-size: .68rem; color: rgba(255,255,255,.5); margin-top: 2px; }

/* Mobile header call/wa buttons */
.btn-mob-call, .btn-mob-wa {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  font-size: 1rem; color: #fff; transition: transform .2s;
  position: relative; z-index: 2; margin-left: 6px;
}
.btn-mob-call { background: var(--saffron); box-shadow: 0 3px 10px rgba(232,98,10,.5); }
.btn-mob-wa   { background: var(--green);   box-shadow: 0 3px 10px rgba(37,211,102,.5); }
.btn-mob-call:hover, .btn-mob-wa:hover { transform: scale(1.1); color: #fff; }

/* Book button */
.btn-book {
  background: linear-gradient(135deg, var(--saffron), var(--saffron-lt));
  color: #fff; font-weight: 700; font-size: .8rem;
  padding: 8px 18px; border-radius: 30px;
  box-shadow: 0 4px 14px rgba(232,98,10,.45);
  transition: all .25s; display: inline-block; white-space: normal;
}
.btn-book:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(232,98,10,.55); color: #fff; }
.btn-book-outline {
  background: transparent !important;
  border: 2px solid rgba(255,255,255,.35) !important;
  box-shadow: none !important;
}

/* ── NAVBAR ── */
.main-nav {
  background: var(--saffron);
  position: sticky; top: 0; z-index: 1000;
  box-shadow: 0 4px 16px var(--shadow);
  width: 100%; overflow: visible;
}
.main-nav .navbar-brand { padding: 0; }
.main-nav .navbar-nav .nav-link {
  color: #fff !important; font-weight: 600; font-size: .84rem;
  padding: 14px 12px !important;
  border-bottom: 3px solid transparent; transition: all .2s;
}
.main-nav .navbar-nav .nav-link:hover,
.main-nav .navbar-nav .nav-link.active {
  border-bottom-color: var(--gold-lt); background: rgba(0,0,0,.1);
}
.main-nav .dropdown-menu {
  border: none; border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
  border-top: 3px solid var(--saffron); min-width: 220px;
}
.main-nav .dropdown-item {
  font-size: .82rem; padding: 9px 16px;
  color: var(--text); transition: all .15s;
}
.main-nav .dropdown-item:hover {
  background: var(--saffron-pale); color: var(--saffron); padding-left: 22px;
}
.main-nav .navbar-toggler {
  border: 1.5px solid rgba(255,255,255,.5);
  padding: 5px 8px; margin-left: 8px;
}
.main-nav .navbar-toggler-icon { filter: invert(1); width: 20px; height: 20px; }

/* Mobile collapsed menu */
.main-nav .navbar-collapse {
  background: var(--maroon-dk);
  border-radius: 0 0 10px 10px;
  padding: 0 12px 12px;
}
@media (min-width: 992px) {
  .main-nav .navbar-collapse {
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
}

/* ── HERO ── */
.hero {
  background: linear-gradient(135deg, var(--maroon-dk) 0%, var(--maroon) 50%, #8B1A1A 100%);
  min-height: 88vh; display: flex; align-items: center;
  position: relative; overflow: hidden; padding: 60px 0;
  width: 100%;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(200,152,26,.18) 0%, transparent 65%);
}
.hero-stars { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.star {
  position: absolute; width: 2px; height: 2px;
  background: #fff; border-radius: 50%;
  animation: twinkle var(--d,3s) ease-in-out infinite var(--delay,0s);
}
@keyframes twinkle {
  0%,100% { opacity:.15; transform:scale(1); }
  50%      { opacity:1;   transform:scale(1.6); }
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2); border-radius: 30px;
  padding: 5px 16px; font-size: .74rem; color: rgba(255,255,255,.85);
  margin-bottom: 18px; max-width: 100%;
}
.hero-badge .dot {
  width: 7px; height: 7px; flex-shrink: 0;
  background: var(--gold-lt); border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(240,188,56,.5); }
  70%      { box-shadow: 0 0 0 6px rgba(240,188,56,0); }
}
.hero-title {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(1.6rem, 5vw, 2.9rem);
  font-weight: 900; color: #fff;
  line-height: 1.15; margin-bottom: 10px;
  text-shadow: 0 4px 20px rgba(0,0,0,.3);
}
.hero-title .accent { color: var(--gold-lt); }
.hero-subtitle {
  font-family: 'Crimson Pro', serif; font-style: italic;
  font-size: clamp(1rem, 3vw, 1.25rem);
  color: rgba(255,255,255,.7); margin-bottom: 24px; line-height: 1.65;
}
.hero-stats { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-stat .num {
  font-family: 'Cinzel', serif; font-size: clamp(1.3rem, 4vw, 1.75rem);
  font-weight: 700; color: var(--gold-lt); line-height: 1;
}
.hero-stat .lbl {
  font-size: .65rem; color: rgba(255,255,255,.55);
  text-transform: uppercase; letter-spacing: 1.5px; margin-top: 2px;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-hero-p {
  background: linear-gradient(135deg, var(--saffron), var(--saffron-lt));
  color: #fff; padding: 12px 26px; border-radius: 30px;
  font-weight: 700; font-size: .87rem;
  box-shadow: 0 6px 22px rgba(232,98,10,.5);
  transition: all .25s; display: inline-block;
}
.btn-hero-p:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 10px 28px rgba(232,98,10,.6); }
.btn-hero-wa {
  background: var(--green); color: #fff; padding: 12px 22px;
  border-radius: 30px; font-weight: 700; font-size: .87rem;
  box-shadow: 0 6px 22px rgba(37,211,102,.35);
  transition: all .25s; display: inline-flex; align-items: center; gap: 7px;
}
.btn-hero-wa:hover { transform: translateY(-2px); color: #fff; }
.hero-orb {
  width: clamp(180px, 42vw, 400px);
  height: clamp(180px, 42vw, 400px);
  background: radial-gradient(circle at 40% 35%, rgba(200,152,26,.22), rgba(75,14,14,.4));
  border-radius: 50%; border: 1px solid rgba(200,152,26,.2);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto; position: relative;
  animation: float 6s ease-in-out infinite;
}
.hero-orb::before {
  content: 'ॐ'; font-size: clamp(4rem, 15vw, 9rem);
  color: rgba(255,255,255,.06); position: absolute;
}
@keyframes float { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-14px); } }
.htc {
  position: absolute;
  background: rgba(255,255,255,.1); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.15); border-radius: 10px;
  padding: 8px 14px; font-size: .7rem; color: #fff; white-space: nowrap;
  z-index: 3;
}
.htc .val {
  font-family: 'Cinzel', serif; font-size: 1rem;
  font-weight: 700; color: var(--gold-lt); display: block;
}
.tc1 { top: 10%; left: -10px; }
.tc2 { bottom: 15%; right: -10px; }
.hero-img-wrap { overflow: visible; max-width: 100%; }

/* ── SECTION HEADS ── */
.sec-head { text-align: center; margin-bottom: 44px; }
.sec-label {
  display: inline-block; font-size: .69rem; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--saffron); margin-bottom: 10px;
  padding: 4px 14px; border: 1px solid var(--saffron); border-radius: 20px;
}
.sec-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.35rem, 3.5vw, 1.9rem);
  font-weight: 700; color: var(--maroon); line-height: 1.25;
}
.sec-div {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--saffron), var(--gold));
  margin: 14px auto; border-radius: 2px;
}
.sec-sub {
  color: var(--text-muted); font-size: .89rem;
  max-width: 540px; margin: 0 auto; line-height: 1.8;
}

/* ── WHY CARDS ── */
.why-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: 12px; padding: 24px 18px;
  transition: all .3s; height: 100%; text-align: center;
}
.why-card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px var(--shadow); border-color: var(--saffron); }
.why-icon {
  width: 60px; height: 60px;
  background: linear-gradient(135deg, var(--saffron-pale), #FFE8D6);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.7rem; margin: 0 auto 16px;
}
.why-card h5 { font-family: 'Cinzel', serif; color: var(--maroon); font-size: .9rem; margin-bottom: 8px; }
.why-card p  { font-size: .82rem; color: var(--text-muted); line-height: 1.75; }

/* ── SERVICE CARDS ── */
.svc-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: 12px; overflow: hidden;
  transition: all .3s; height: 100%;
  display: flex; flex-direction: column;
}
.svc-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px var(--shadow); border-color: var(--saffron); }
.svc-card-head {
  background: linear-gradient(135deg, var(--maroon-dk), var(--maroon));
  padding: 24px 18px; text-align: center; position: relative; overflow: hidden;
}
.svc-card-head::after {
  content: ''; position: absolute; bottom: -14px; left: 50%;
  transform: translateX(-50%); width: 28px; height: 28px;
  background: #fff; clip-path: polygon(50% 100%,0 0,100% 0);
}
.svc-icon { font-size: 2rem; margin-bottom: 8px; display: block; }
.svc-card-head h4 { font-family: 'Cinzel', serif; color: var(--gold-lt); font-size: .9rem; margin: 0; }
.svc-body { padding: 24px 18px; flex: 1; display: flex; flex-direction: column; }
.svc-body p { font-size: .82rem; color: var(--text-muted); line-height: 1.8; flex: 1; }
.btn-svc {
  margin-top: 16px; background: var(--saffron-pale);
  color: var(--saffron); border: 1px solid var(--saffron);
  border-radius: 6px; padding: 7px 16px; font-size: .78rem;
  font-weight: 600; transition: all .2s; display: inline-block;
}
.btn-svc:hover { background: var(--saffron); color: #fff; }

/* ── ABOUT ── */
.about-orb {
  background: linear-gradient(135deg, var(--maroon-dk), var(--maroon));
  border-radius: 16px; aspect-ratio: 4/5;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.about-orb::before {
  content: 'ॐ'; position: absolute;
  font-size: 12rem; color: rgba(255,255,255,.04);
  top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.about-badge {
  position: absolute; bottom: -18px; right: -14px;
  background: linear-gradient(135deg, var(--saffron), var(--saffron-lt));
  color: #fff; border-radius: 12px; padding: 14px 18px;
  text-align: center; box-shadow: 0 8px 22px rgba(232,98,10,.4);
}
.about-badge .num { font-family: 'Cinzel', serif; font-size: 1.7rem; font-weight: 700; display: block; line-height: 1; }
.about-badge .txt { font-size: .63rem; text-transform: uppercase; letter-spacing: 1px; opacity: .9; }
.cert-tag {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--saffron-pale); border: 1px solid var(--border);
  border-radius: 7px; padding: 4px 10px; font-size: .74rem;
  color: var(--maroon); font-weight: 600; margin: 3px;
}

/* ── TESTIMONIALS ── */
.testi-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: 12px; padding: 22px; position: relative;
  height: 100%; transition: all .3s;
}
.testi-card:hover { box-shadow: 0 10px 32px var(--shadow); }
.testi-card::before {
  content: '"'; position: absolute; top: 14px; right: 18px;
  font-size: 3.5rem; color: var(--saffron-pale);
  font-family: Georgia,serif; line-height: 1;
}
.testi-stars  { color: var(--gold); margin-bottom: 10px; font-size: .87rem; }
.testi-text   { font-size: .84rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; font-style: italic; }
.testi-avatar {
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--saffron-pale), var(--gold-lt));
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.testi-name { font-weight: 700; font-size: .86rem; color: var(--maroon); }
.testi-loc  { font-size: .72rem; color: var(--text-muted); }

/* ── FAQ ── */
.accordion-button {
  font-family: 'Cinzel', serif; font-size: .86rem;
  font-weight: 600; color: var(--maroon);
  background: var(--cream) !important; word-break: break-word;
}
.accordion-button:not(.collapsed) { color: var(--saffron); background: var(--saffron-pale) !important; box-shadow: none !important; }
.accordion-item { border: 1px solid var(--border); border-radius: 10px !important; margin-bottom: 10px; overflow: hidden; }
.accordion-body  { font-size: .86rem; color: var(--text-muted); line-height: 1.85; background: #fff; }

/* ── CONTACT FORM ── */
.form-label-c { font-size: .8rem; font-weight: 600; color: var(--maroon); margin-bottom: 4px; display: block; }
.form-ctrl {
  width: 100%; border: 1.5px solid var(--border);
  border-radius: 8px; padding: 9px 13px; font-size: .85rem;
  font-family: 'Poppins', sans-serif; background: var(--cream);
  color: var(--text); transition: border .2s;
}
.form-ctrl:focus { outline: none; border-color: var(--saffron); background: #fff; }
.btn-submit {
  background: linear-gradient(135deg, var(--saffron), var(--saffron-lt));
  color: #fff; border: none; padding: 12px 32px; border-radius: 30px;
  font-weight: 700; font-size: .88rem;
  box-shadow: 0 6px 18px rgba(232,98,10,.4);
  transition: all .25s; cursor: pointer; width: 100%;
}
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(232,98,10,.5); }
.info-icon {
  width: 42px; height: 42px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--saffron-pale), #FFE0C8);
  border-radius: 10px; display: flex; align-items: center;
  justify-content: center; color: var(--saffron); font-size: 1rem;
}
.info-label { font-size: .68rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-muted); margin-bottom: 2px; }
.info-val    { font-size: .86rem; font-weight: 600; color: var(--maroon); }
.info-val a  { color: var(--maroon); transition: color .2s; }
.info-val a:hover { color: var(--saffron); }

/* ── FLOATING BUTTONS ── */
.float-call {
  position: fixed; bottom: 90px; right: 18px; z-index: 9999;
  width: 50px; height: 50px; background: var(--saffron); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.3rem; text-decoration: none;
  box-shadow: 0 4px 16px rgba(232,98,10,.55);
  animation: ringc 3s infinite; transition: transform .2s;
}
.float-call:hover { transform: scale(1.1); color: #fff; }
@keyframes ringc {
  0%,100% { box-shadow: 0 0 0 0 rgba(232,98,10,.5); }
  70%      { box-shadow: 0 0 0 12px rgba(232,98,10,0); }
}
.float-wa {
  position: fixed; bottom: 26px; right: 18px; z-index: 9999;
  width: 50px; height: 50px; background: var(--green); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.45rem; text-decoration: none;
  box-shadow: 0 4px 16px rgba(37,211,102,.5);
  animation: ringw 3s infinite 1.5s; transition: transform .2s;
}
.float-wa:hover { transform: scale(1.1); color: #fff; }
@keyframes ringw {
  0%,100% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
  70%      { box-shadow: 0 0 0 12px rgba(37,211,102,0); }
}
.scroll-top-btn {
  position: fixed; bottom: 156px; right: 18px; z-index: 9999;
  width: 38px; height: 38px; background: var(--maroon); border-radius: 50%;
  display: none; align-items: center; justify-content: center;
  color: var(--gold-lt); cursor: pointer; border: none;
  box-shadow: 0 3px 10px rgba(0,0,0,.2); transition: all .2s;
}
.scroll-top-btn.show { display: flex; }
.scroll-top-btn:hover { background: var(--saffron); color: #fff; }

/* ── FOOTER ── */
.site-footer {
  background: linear-gradient(180deg, #2A0808, #160202);
  color: rgba(255,255,255,.7); padding: 56px 0 0; overflow: hidden;
}
.f-logo-name { font-family: 'Cinzel Decorative', serif; font-size: 1.1rem; font-weight: 700; color: var(--gold-lt); }
.f-h { font-family: 'Cinzel', serif; color: var(--gold-lt); font-size: .86rem; font-weight: 700; margin-bottom: 16px; }
.f-links { list-style: none; padding: 0; }
.f-links li { margin-bottom: 9px; }
.f-links a { font-size: .8rem; color: rgba(255,255,255,.5); transition: all .2s; display: flex; align-items: center; gap: 6px; }
.f-links a:hover { color: var(--gold-lt); padding-left: 4px; }
.f-links .bi { font-size: .66rem; color: var(--saffron); }
.f-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,.06); color: rgba(255,255,255,.55);
  font-size: .86rem; margin-right: 6px; transition: all .2s;
  border: 1px solid rgba(255,255,255,.08);
}
.f-social a:hover { background: var(--saffron); color: #fff; border-color: var(--saffron); }
.f-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 18px 0; margin-top: 44px;
  font-size: .74rem; color: rgba(255,255,255,.3);
}
.f-bottom a { color: rgba(255,255,255,.4); transition: color .2s; }
.f-bottom a:hover { color: var(--gold-lt); }

/* ── INNER PAGE HERO ── */
.inner-hero {
  background: linear-gradient(135deg, var(--maroon-dk), var(--maroon));
  padding: 48px 0 38px; position: relative; overflow: hidden; width: 100%;
}
.inner-hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='0.03'%3E%3Cpath d='M40 0L44.5 35.5L80 40L44.5 44.5L40 80L35.5 44.5L0 40L35.5 35.5z'/%3E%3C/g%3E%3C/svg%3E");
}
.inner-hero h1 {
  font-family: 'Cinzel Decorative', serif;
  color: var(--gold-lt);
  font-size: clamp(1.25rem, 4vw, 1.95rem);
  font-weight: 700; position: relative; z-index: 2;
  word-break: break-word;
}
.inner-hero p {
  color: rgba(255,255,255,.65); font-size: .89rem;
  position: relative; z-index: 2; line-height: 1.8; max-width: 640px;
}
.bc { position: relative; z-index: 2; flex-wrap: wrap; }
.bc a, .bc span { font-size: .76rem; color: rgba(255,255,255,.5); }
.bc a:hover { color: var(--gold-lt); }
.bc .sep { margin: 0 6px; opacity: .4; }

/* ── SERVICE INNER PAGE ── */
.svc-detail-icon {
  width: 76px; height: 76px;
  background: linear-gradient(135deg, var(--saffron-pale), #FFE0C8);
  border-radius: 50%; display: flex; align-items: center;
  justify-content: center; font-size: 2.2rem; margin-bottom: 18px;
}
.svc-benefit { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 12px; }
.svc-benefit .chk {
  width: 21px; height: 21px; flex-shrink: 0; margin-top: 2px;
  background: var(--saffron); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: .6rem;
}
.svc-benefit p { font-size: .86rem; color: var(--text-muted); line-height: 1.75; margin: 0; }
.svc-sidebar {
  background: #fff; border: 1px solid var(--border);
  border-radius: 12px; padding: 22px; box-shadow: 0 4px 18px var(--shadow);
}
.svc-sidebar h5 { font-family: 'Cinzel', serif; color: var(--maroon); margin-bottom: 16px; font-size: .92rem; }
.svc-ql {
  display: flex; align-items: center; gap: 7px;
  padding: 8px 12px; border-radius: 7px;
  font-size: .8rem; color: var(--text);
  border: 1px solid var(--border); margin-bottom: 7px; transition: all .2s;
}
.svc-ql:hover { background: var(--saffron-pale); border-color: var(--saffron); color: var(--saffron); }

/* ── LOCATION PILL ── */
.loc-pill {
  display: inline-block; background: #fff; border: 1px solid var(--border);
  border-radius: 30px; padding: 6px 16px; font-size: .78rem;
  color: var(--maroon); font-weight: 500; margin: 5px 4px; transition: all .2s;
}
.loc-pill:hover { background: var(--saffron); color: #fff; border-color: var(--saffron); }

/* ── UTILITIES ── */
.sp    { padding: 72px 0; }
.sp-sm { padding: 48px 0; }
.bg-cream { background: var(--cream); }
.bg-off   { background: var(--off-white); }

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */

@media (max-width: 1199px) {
  .logo-name { font-size: 1.1rem; }
}

@media (max-width: 991px) {
  .hero { min-height: auto; padding: 50px 0 40px; }
  .hero-title { font-size: clamp(1.5rem, 5vw, 2.2rem); }
  .hero-orb { width: clamp(180px, 50vw, 280px); height: clamp(180px, 50vw, 280px); }
  .tc1, .tc2 { display: none; }
  .sp { padding: 56px 0; }
}

@media (max-width: 767px) {
  /* Global overflow kill */
  html, body { overflow-x: clip !important; max-width: 100vw; }
  /* Targeted overflow control - no wildcard to preserve Bootstrap grid */
  img, video, iframe, embed, table { max-width: 100%; }
  /* Hero image wrapper */
  .position-relative.d-inline-block { display: block !important; max-width: 100%; }

  .sp    { padding: 44px 0; }
  .sp-sm { padding: 32px 0; }
  .sec-head { margin-bottom: 32px; }
  .sec-title { font-size: clamp(1.2rem, 5vw, 1.5rem); }

  /* Hero */
  .hero { padding: 40px 0 32px; }
  .hero-title { font-size: clamp(1.45rem, 6vw, 1.9rem); }
  .hero-stats { gap: 16px; }
  .hero-stat .num { font-size: 1.4rem; }
  .hero-orb { margin-top: 28px; width: clamp(180px, 55vw, 240px); height: clamp(180px, 55vw, 240px); }
  .hero-btns { gap: 10px; }
  .btn-hero-p, .btn-hero-wa { font-size: .82rem; padding: 10px 20px; }

  /* Header */
  .site-header { padding: 12px 0; }
  .logo-circle { width: 44px; height: 44px; font-size: 1.4rem; }
  .logo-name   { font-size: clamp(.75rem, 4vw, .95rem); }
  .logo-tagline { display: none; }

  /* Inner hero */
  .inner-hero { padding: 36px 0 28px; }
  .inner-hero h1 { font-size: clamp(1.1rem, 5vw, 1.4rem); }

  /* Footer */
  .site-footer { padding: 40px 0 0; }
  .f-bottom { flex-direction: column; text-align: center; gap: 6px; }

  /* Floating buttons - don't overlap content */
  .float-call { width: 46px; height: 46px; bottom: 84px; right: 14px; font-size: 1.2rem; }
  .float-wa   { width: 46px; height: 46px; bottom: 24px; right: 14px; font-size: 1.3rem; }
  .scroll-top-btn { bottom: 148px; right: 14px; width: 34px; height: 34px; }

  /* Cards */
  .why-card  { padding: 20px 14px; }
  .svc-body  { padding: 20px 14px; }
  .testi-card { padding: 18px 14px; }

  /* Sidebar on mobile: remove sticky */
  [style*="position:sticky"] { position: relative !important; top: auto !important; }
}

@media (max-width: 480px) {
  .logo-name { font-size: .78rem; letter-spacing: 0; }
  .hero-title { font-size: 1.4rem; }
  .hero-badge { font-size: .68rem; padding: 4px 12px; }
  .hero-stats { gap: 12px; }
  .hero-stat .num { font-size: 1.25rem; }
  .hero-stat .lbl { font-size: .6rem; }
  .btn-hero-p, .btn-hero-wa { font-size: .8rem; padding: 9px 16px; width: 100%; justify-content: center; }
  .hero-btns { flex-direction: column; }
  .btn-book { font-size: .76rem; padding: 7px 14px; }
}


/* ── WHY CARD H3 fix ────────────────────────────────────────────────────── */
.why-card h3 { font-size: .9rem; }

/* ── HERO PHOTO ─────────────────────────────────────────────────────────── */
.hero-photo-wrap {
  position: relative; display: inline-block;
  border-radius: 18px 18px 50% 50% / 18px 18px 35% 35%;
  overflow: hidden;
}
.hero-photo-wrap img {
  width: 100%; max-width: 420px; display: block;
  border-radius: 18px 18px 50% 50% / 18px 18px 35% 35%;
  object-fit: cover; object-position: top center;
  border: 4px solid rgba(200,152,26,.3);
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
}
.hero-photo-ring {
  position: absolute; inset: -8px;
  border: 2px dashed rgba(200,152,26,.35);
  border-radius: 20px 20px 52% 52% / 20px 20px 37% 37%;
  animation: spin 18s linear infinite;
  pointer-events: none;
}
@keyframes spin { to { transform: rotate(360deg); } }
.hero-badge {
  position: absolute; background: #fff;
  border-radius: 10px; padding: 8px 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  font-size: .72rem; font-weight: 700;
  display: flex; align-items: center; gap: 6px;
}
@media (max-width: 991px) { .hero-photo-wrap { max-width: 320px; margin: 0 auto; } }
@media (max-width: 767px) { .hero-photo-wrap { max-width: 280px; } .hero-badge { display: none; } }

/* ── LOC PILLS spacing ───────────────────────────────────────────────────── */
.loc-pill { margin: 4px 3px; display: inline-block; }

/* ── AOS OVERFLOW FIX ────────────────────────────────────────────────────── */
html, body { overflow-x: clip; }
section, .inner-hero, .hero, .trust-bar { overflow-x: clip; }

/* ── VIDEO EMBED ─────────────────────────────────────────────────────────── */
.video-embed-box {
  position: relative; border-radius: 12px;
  overflow: hidden; background: #000;
  width: 100%; aspect-ratio: 16/9; min-height: 200px;
}
.video-embed-box::before {
  content: ''; display: block; padding-top: 56.25%;
}
@supports (aspect-ratio: 16/9) { .video-embed-box::before { display: none; } }
.video-embed-box iframe {
  position: absolute !important;
  top: 0 !important; left: 0 !important;
  width: 100% !important; height: 100% !important;
  border: none !important; z-index: 10;
}
.yt-facade {
  position: absolute !important;
  top: 0; left: 0; right: 0; bottom: 0;
  background-size: cover; background-position: center top;
  background-color: #1a0000; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  z-index: 5; transition: opacity .3s;
}
.yt-facade::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(0,0,0,.3); z-index: 1;
}
.yt-facade:hover .yt-play-btn { transform: scale(1.08); }
.yt-play-btn {
  position: relative; z-index: 6;
  transition: transform .25s;
  filter: drop-shadow(0 4px 16px rgba(0,0,0,.7));
  pointer-events: none;
}
.yt-duration {
  position: absolute; bottom: 10px; right: 12px;
  background: rgba(0,0,0,.8); color: #fff;
  font-size: .7rem; font-weight: 700;
  padding: 3px 8px; border-radius: 4px; z-index: 6;
}
.yt-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 40px 16px 12px;
  background: linear-gradient(transparent, rgba(0,0,0,.85));
  z-index: 6;
}
.yt-title { color: #fff; font-size: .8rem; font-weight: 600; line-height: 1.4; }
.video-text { padding-left: 6px; }
.svc-video-wrap {
  background: #fff; border: 1px solid var(--border);
  border-radius: 16px; padding: 28px 24px;
  margin-top: 36px; box-shadow: 0 4px 24px var(--shadow);
}
@media (max-width: 991px) {
  .video-text { padding-left: 0; margin-top: 12px; }
  .svc-video-wrap { padding: 20px 14px; }
}

/* ── IMAGE SERVICE CARDS ─────────────────────────────────────────────────── */
.svc-card-img {
  background: #fff; border: 1px solid var(--border);
  border-radius: 14px; overflow: hidden;
  transition: all .3s; height: 100%;
  display: flex; flex-direction: column;
  box-shadow: 0 2px 12px var(--shadow);
}
.svc-card-img:hover { transform: translateY(-5px); box-shadow: 0 14px 36px var(--shadow); border-color: var(--saffron); }
.svc-card-img-top { position: relative; overflow: hidden; flex-shrink: 0; }
.svc-card-img-top img { width: 100%; height: 200px; object-fit: cover; display: block; transition: transform .4s; }
.svc-card-img:hover .svc-card-img-top img { transform: scale(1.05); }
.svc-card-img-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 32px 16px 14px;
  background: linear-gradient(transparent, rgba(74,14,14,.92));
}
.svc-card-img .svc-body { padding: 18px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.svc-card-img .svc-body p { font-size: .84rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 14px; flex: 1; }

/* ── IDENTITY PAGE CARDS ─────────────────────────────────────────────────── */
.svc-item-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: 12px; padding: 18px; height: 100%;
  transition: border-color .2s, box-shadow .2s;
}
.svc-item-card:hover { border-color: var(--saffron); box-shadow: 0 6px 20px var(--shadow); }
.svc-item-icon { font-size: 1.7rem; margin-bottom: 10px; }
.svc-item-title { font-family: 'Cinzel', serif; color: var(--maroon); font-size: .88rem; margin-bottom: 6px; }
.svc-item-text { font-size: .82rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 10px; }
.svc-item-link { font-size: .78rem; color: var(--saffron); font-weight: 600; text-decoration: none; }
.svc-item-link:hover { text-decoration: underline; }
.cred-item { display: flex; gap: 12px; align-items: flex-start; padding: 4px 0; }
.cred-icon { font-size: 1.5rem; flex-shrink: 0; }
.cred-title { color: var(--gold-lt); font-weight: 700; font-size: .88rem; margin-bottom: 3px; }
.cred-desc { color: rgba(255,255,255,.65); font-size: .8rem; line-height: 1.6; }

/* ════════════════════════════════════════════════════════════════════
   BOXED LAYOUT — 1200px max-width, content never touches screen edges
   ════════════════════════════════════════════════════════════════════ */
.container-xl,
.container {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
@media (max-width: 575px) {
  .container-xl, .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
