/* ============================================================
   NABATARA – Landing Page Styles
   Colors:
     --green-dark  #0d2615  (deep forest)
     --green       #1a3c23  (primary dark green)
     --green-mid   #265230  (mid green)
     --gold        #c9a227  (primary gold)
     --gold-light  #e3c05a  (hover gold)
     --cream       #f5edd8  (light bg)
     --cream-dark  #ede1c4
     --text-dark   #1c2b1e
============================================================ */

:root {
  --green-dark: #c23600;
  --green: #610f01;
  --green-mid: #d1460d;
  --gold: #c23600;
  --gold-light: #e3c05a;
  --cream: #f3e2c8;
  --cream-dark: #ede1c4;
  --text-dark: #1c2b1e;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

img { max-width: 100%; display: block; }
h1, h2, h3, h4, h5, h6 { font-family: "Inter", sans-serif; }

section { padding: 80px 0; }
.section-light { background: var(--cream); }

/* ── EYEBROW & SECTION HEADING ── */
.eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .5rem;
}
.eyebrow.light { color: var(--gold-light); }

.sec-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.2;
}
.sec-title.dark { color: var(--text-dark); }
.sec-title.light { color: #fff; }

.sec-desc { color: #555; font-size: .97rem; }
.sec-desc.light { color: rgba(255,255,255,.72); }

.gold-text { color: var(--gold); }
.dark-text { color: var(--text-dark); }
.light-text { color: rgba(255,255,255,.82); }

.gold-line {
  width: 56px; height: 3px;
  background: var(--gold);
  border-radius: 4px;
  margin-top: .75rem;
}

/* ── BUTTONS ── */
.btn-gold {
  background: var(--gold); color: #fff;
  font-weight: 700; border: 2px solid var(--gold); border-radius: 4px;
  font-family: 'Lato', sans-serif; letter-spacing: .5px;
  transition: background .25s, color .25s;
}
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); color: #fff; }

.btn-outline-gold {
  background: transparent; color: var(--gold);
  font-weight: 700; border: 2px solid var(--gold); border-radius: 4px;
  font-family: 'Lato', sans-serif;
  transition: background .25s, color .25s;
}
.btn-outline-gold:hover { background: var(--gold); color: #fff; }

.btn-green {
  background: var(--green); color: var(--gold);
  font-weight: 700; border: 2px solid var(--green); border-radius: 4px;
  font-family: 'Lato', sans-serif;
  transition: background .25s, color .25s;
}
.btn-green:hover { background: var(--green-mid); border-color: var(--green-mid); color: var(--gold-light); }

.link-gold {
  color: var(--gold); font-weight: 700; font-size: .88rem;
  text-decoration: none; letter-spacing: .5px; transition: color .2s;
}
.link-gold:hover { color: var(--gold-light); }
.link-gold i { font-size: .75rem; transition: transform .2s; }
.link-gold:hover i { transform: translateX(4px); }

/* ── TOPBAR ── */
.topbar {
  background: var(--green-dark);
  padding: 7px 0; font-size: .82rem;
}
.topbar a { color: rgba(255,255,255,.7); text-decoration: none; transition: color .2s; }
.topbar a:hover { color: var(--gold-light); }
.topbar-social {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px;
  border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: .72rem;
  color: rgba(255,255,255,.7) !important;
}
.topbar-social:hover { border-color: var(--gold-light); color: var(--gold-light) !important; }

/* ── NAVBAR ── */
#mainNav {
  background: var(--cream);
  padding: 14px 0; z-index: 1050;
  transition: box-shadow .3s, padding .3s;
}
#mainNav.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,.35); padding: 8px 0; }

.navbar-brand img {
  width: 140px;
  position: absolute;
  top: 0;
  padding: 5px;
  background: #f3e2c8;
}


.brand-icon-wrap {
  width: 42px; height: 42px;
  background: var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: #fff; flex-shrink: 0;
}
.brand-name {
  font-family: 'Cinzel', serif; font-size: 1.25rem; font-weight: 700;
  color: var(--gold); letter-spacing: 2px; line-height: 1.1;
}
.brand-sub {
  font-size: .62rem; color: rgba(255,255,255,.5);
  letter-spacing: 1.5px; text-transform: uppercase;
}

#mainNav .nav-link {
  color: rgb(194, 54, 0) !important;
  font-size: .88rem; font-weight: 600; letter-spacing: .5px;
  padding: .4rem .65rem !important; transition: color .2s;
}
#mainNav .nav-link:hover, #mainNav .nav-link.active { color: var(--gold) !important; }

.dd-custom {
  background: var(--green-dark);
  border: 1px solid var(--gold); border-radius: 0 0 6px 6px; min-width: 200px;
}
.dd-custom .dropdown-item {
  color: rgba(255,255,255,.75); font-size: .88rem;
  padding: .5rem 1rem; transition: background .2s, color .2s;
}
.dd-custom .dropdown-item:hover { background: var(--gold); color: #fff; }

/* ── HERO ── */
.hero-section { position: relative; }
.hero-slide {
  min-height: 620px; background-size: cover; background-position: center;
  display: flex; align-items: center; justify-content: center; position: relative;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(194, 54, 0, 0.41) 0%, rgba(194, 54, 0, 0.32) 100%);
}
.hero-content {
  position: relative; z-index: 2; padding: 80px 0; color: #fff;
}
.hero-sub {
  font-size: .78rem; letter-spacing: 3px; text-transform: uppercase;
  color: #fff; font-weight: 700; margin-bottom: .75rem;
}
.hero-content h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 1rem;
}
.hero-desc { font-size: 1.05rem; color: rgba(255,255,255,.8); line-height: 1.7; }
.carousel-indicators [data-bs-target] {
  width: 10px; height: 10px; border-radius: 50%;
  background-color: #fff; opacity: .4; border: none;
}
.carousel-indicators .active { opacity: 1; }

/* hero fade-up animation */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.animate-fade-up { opacity: 0; animation: fadeUp .7s ease forwards; }
.delay-1 { animation-delay: .2s; }
.delay-2 { animation-delay: .4s; }
.delay-3 { animation-delay: .6s; }

/* ── PILLS ── */
.pills-section { background: var(--green); padding: 36px 0; }
.pill-card {
  background: rgba(255,255,255,.07); border: 1px solid rgba(201,162,39,.3);
  border-radius: 8px; padding: 20px 12px;
  transition: background .25s, transform .25s; cursor: default;
}
.pill-card:hover { background: rgba(201,162,39,.15); transform: translateY(-3px); }
.pill-icon { font-size: 1.8rem; color: var(--gold); margin-bottom: .5rem; }
.pill-card h6 {
  color: #fff; font-family: 'Lato', sans-serif;
  font-size: .85rem; font-weight: 600; margin: 0;
}

/* ── ABOUT ── */
.about-section { background: var(--cream); }
.about-img-wrap { position: relative; display: inline-block; width: 100%; }
.img-main {
  width: 100%; border-radius: 12px;
  min-height: 480px; object-fit: cover;
  box-shadow: 0 12px 40px rgba(0,0,0,.18);
}
.img-accent {
  width: 42%; border-radius: 10px; object-fit: cover;
  position: absolute; bottom: -24px; right: -20px;
  border: 4px solid #fff; box-shadow: 0 6px 24px rgba(0,0,0,.18);
  aspect-ratio: 1;
}
.about-badge {
  position: absolute; top: 20px; left: -16px;
  background: var(--gold); color: #fff;
  border-radius: 10px; padding: 14px 18px; text-align: center;
  font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 700;
  line-height: 1; box-shadow: 0 4px 16px rgba(0,0,0,.2);
}
.about-badge small {
  font-size: .7rem; font-family: 'Lato', sans-serif; display: block;
}
.feat-check {
  display: flex; align-items: center; gap: 8px;
  font-size: .88rem; font-weight: 600; color: var(--text-dark);
}
.feat-check i { color: var(--gold); }

/* ── STATS ── */
.stats-section { background: var(--green-dark); padding: 60px 0; }
.stat-item h3 {
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 700;
  color: var(--green); line-height: 1;
}
.stat-item p {
  color: rgba(255,255,255,.6); font-size: .85rem;
  margin-top: .3rem; text-transform: uppercase; letter-spacing: 1px;
}

/* ── NUMEROLOGY ── */
.numer-section { background: var(--cream); }
.numer-box {
  background: #fff; border-radius: 12px; padding: 40px;
  box-shadow: 0 8px 32px rgba(0,0,0,.08); border: 1px solid var(--cream-dark);
}
.nb-input {
  background: var(--cream); border: 1.5px solid var(--cream-dark);
  border-radius: 6px; padding: .6rem 1rem;
  font-family: 'Lato', sans-serif; color: var(--text-dark);
  transition: border-color .2s;
}
.nb-input:focus {
  border-color: var(--gold); outline: none;
  box-shadow: 0 0 0 3px rgba(201,162,39,.15);
}
.numer-result-box {
  background: var(--cream); border-radius: 10px; padding: 24px;
  min-height: 250px; display: flex; align-items: center; justify-content: center;
  border: 1.5px dashed var(--cream-dark);
}

/* numerology result content */
.nr-num {
  font-family: 'Cinzel', serif; font-size: 3rem; color: var(--gold);
  line-height: 1; display: block;
}
.nr-label {
  font-size: .72rem; letter-spacing: 1.5px; text-transform: uppercase;
  color: #888; display: block; margin-bottom: 8px;
}
.nr-row { border-bottom: 1px solid var(--cream-dark); padding: 8px 0; text-align: left; }
.nr-row:last-child { border: none; }
.nr-traits { font-size: .85rem; color: var(--text-dark); line-height: 1.6; }

/* ── COURSES ── */
.courses-section { background: var(--green); padding-bottom: 90px; }
.course-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(201,162,39,.25);
  border-radius: 10px; overflow: hidden;
  transition: transform .3s, box-shadow .3s;
  height: 100%; display: flex; flex-direction: column;
}
.course-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,.35); }
.cc-img { position: relative; overflow: hidden; }
.cc-img img { width: 100%; height: 200px; object-fit: cover; transition: transform .4s; }
.course-card:hover .cc-img img { transform: scale(1.06); }
.cc-badge {
  position: absolute; bottom: 0; left: 0;
  background: var(--gold); color: #fff;
  font-size: .72rem; font-weight: 700; padding: 4px 12px; letter-spacing: .5px;
}
.cc-body {
  padding: 20px; display: flex; flex-direction: column; flex: 1; gap: 10px;
}
.cc-body h5 { color: #fff; font-size: 1.15rem; font-weight: 600; }
.cc-body p { color: rgba(255,255,255,.65); font-size: .87rem; line-height: 1.6; flex: 1; }

/* ── UNIQUE ── */
.unique-section { background: var(--cream); }
.unique-card {
  background: var(--green); border-radius: 10px; padding: 24px 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
  transition: transform .3s, box-shadow .3s, border-bottom .2s;
  border-bottom: 3px solid transparent;
}
.unique-card:hover {
  transform: translateY(-5px); box-shadow: 0 12px 32px rgba(0,0,0,.1);
  border-bottom-color: var(--gold);
}
.uc-img { width: 100%; height: 160px; overflow: hidden; border-radius: 8px; margin-bottom: 14px; }
.uc-img img { width: 100%; height: 100%; object-fit: cover; }
.uc-tag {
  display: inline-block; background: var(--gold); color: #fff;
  font-size: .7rem; font-weight: 700; padding: 2px 10px;
  border-radius: 20px; letter-spacing: 1px; margin-bottom: 8px;
}
.unique-card h6 { color: #fff; font-size: .95rem; font-weight: 600; margin: 0; }

/* ── WHY ── */
.why-section { background: var(--green-dark); padding: 80px 0; }
.why-list { display: flex; flex-direction: column; gap: 14px; }
.why-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 16px; background: rgb(97, 15, 1);
  border-radius: 8px; border-left: 3px solid var(--gold-light);
}
.why-item > i {
  font-size: 1.2rem; color: var(--gold); margin-top: 3px;
  flex-shrink: 0; width: 22px;
}
.why-item strong { color: #fff; font-family: 'Lato', sans-serif; font-size: .88rem; }
.why-item span { color: rgba(255,255,255,.58); font-size: .82rem; }

.why-icon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.wi-item { text-align: center; }
.wi-circle {
  width: 80px; height: 80px; border-radius: 50%;
  background: rgb(97, 15, 1); border: 2px solid var(--gold-light);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 10px; font-size: 1.6rem; color: var(--gold-light);
  transition: background .25s, transform .25s;
}
.wi-item:hover .wi-circle { background: var(--gold-light); color: #fff; transform: translateY(-4px); }
.wi-item p { color: rgba(255,255,255,.72); font-size: .82rem; margin: 0; }

/* ── ZODIAC ── */
.zodiac-section { background: var(--cream); position: relative; }
.zodiac-card {
  background: #fff; border-radius: 10px; padding: 14px 8px; text-align: center;
  cursor: pointer; border: 1.5px solid var(--cream-dark);
  transition: border-color .25s, transform .25s, box-shadow .25s;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.zodiac-card:hover {
  border-color: var(--gold); transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
}
.zc-symbol { font-size: 2rem; color: var(--gold); line-height: 1; }
.zodiac-card strong { font-family: 'Inter', sans-serif; font-size: .95rem; color: var(--text-dark); }
.zodiac-card small { font-size: .68rem; color: #888; }

/* zodiac popup */
.z-popup {
  position: fixed; inset: 0; background: rgba(0,0,0,.65);
  z-index: 9999; display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(4px);
}
.z-popup.d-none { display: none !important; }
.z-popup-inner {
  background: var(--green-dark); border: 2px solid var(--gold); border-radius: 14px;
  padding: 36px 32px; max-width: 380px; width: 90%; text-align: center;
  position: relative; color: #fff;
}
.z-close {
  position: absolute; top: 12px; right: 16px;
  background: none; border: none; font-size: 1.5rem;
  color: rgba(255,255,255,.6); cursor: pointer; line-height: 1;
}
.z-close:hover { color: var(--gold); }
.z-symbol-lg { font-size: 3.5rem; color: var(--gold); margin-bottom: .5rem; }
.z-popup-inner h4 { font-size: 1.5rem; color: var(--gold); }
.z-popup-inner p { color: rgba(255,255,255,.75); font-size: .9rem; margin-top: .5rem; }

/* ── FOUNDER ── */
.founder-section { background: var(--green); padding: 80px 0; }
.founder-wrap { position: relative; display: inline-block; width: 100%; }
.founder-photo {
  width: 100%; max-height: 520px; object-fit: cover;
  border-radius: 12px; box-shadow: 0 12px 40px rgba(0,0,0,.3);
}
.founder-badge {
  position: absolute; bottom: 20px; right: -16px;
  background: var(--gold); color: #fff;
  font-family: 'Cinzel', serif; font-size: 1.8rem; font-weight: 700;
  padding: 18px 22px; border-radius: 10px; text-align: center;
  line-height: 1.1; box-shadow: 0 4px 16px rgba(0,0,0,.2);
}
.founder-badge small {
  font-size: .68rem; font-family: 'Lato', sans-serif;
  letter-spacing: 1px; display: block;
}

/* ── SERVICES ── */
.services-section { background: var(--cream); }
.svc-card {
  background: rgba(255,255,255,.3); border-radius: 10px; padding: 28px 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
  border-bottom: 3px solid transparent;
  transition: transform .3s, box-shadow .3s, border-bottom-color .2s;
  height: 100%;
}
.svc-card:hover {
  transform: translateY(-5px); box-shadow: 0 12px 32px rgba(0,0,0,.12);
  border-bottom-color: var(--gold);
}
.svc-icon {
  width: 56px; height: 56px;
  background: var(--green);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; color: var(--gold); margin-bottom: 16px;
}
.svc-card h6 { font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.svc-card p { font-size: .87rem; color: #666; line-height: 1.6; }

/* ── TESTIMONIALS ── */
.testi-section { background: var(--green-dark); padding: 80px 0; }
.testi-card {
  background: var(--green); border: 1px solid rgba(201,162,39,.25);
  border-radius: 10px; padding: 24px; height: 100%;
  display: flex; flex-direction: column; gap: 14px;
}
.stars { color: var(--gold); font-size: .85rem; }
.testi-card p {
  color: rgba(255,255,255,.75); font-size: .87rem; line-height: 1.7;
  flex: 1; font-style: italic;
}
.testi-author {
  display: flex; align-items: center; gap: 12px;
  border-top: 1px solid rgba(255,255,255,.1); padding-top: 12px;
}
.testi-author img {
  width: 46px; height: 46px; border-radius: 50%; object-fit: cover;
  border: 2px solid var(--gold);
}
.testi-author strong { color: #fff; font-family: 'Lato', sans-serif; font-size: .88rem; display: block; }
.testi-author span { color: rgba(255,255,255,.5); font-size: .75rem; }
.testi-ctrl {
  width: 40px; height: 40px; border-radius: 50%;
  border: 2px solid var(--gold); background: transparent;
  color: var(--gold); font-size: .85rem;
  transition: background .2s, color .2s;
  display: flex; align-items: center; justify-content: center;
}
.testi-ctrl:hover { background: var(--gold); color: #fff; }

/* ── TEAM ── */
.team-section { background: var(--cream); }
.team-card {
  background: rgba(255, 255, 255, .3); border-radius: 10px; overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,.07);
  transition: transform .3s, box-shadow .3s;
}
.team-card:hover { transform: translateY(-5px); box-shadow: 0 12px 32px rgba(0,0,0,.12); }
.tc-img-wrap { position: relative; overflow: hidden; }
.tc-img-wrap img { width: 100%; height: 250px; object-fit: cover; transition: transform .4s; }
.team-card:hover .tc-img-wrap img { transform: scale(1.06); }
.tc-overlay {
  position: absolute; inset: 0;
  background: rgba(13,38,21,.65);
  display: flex; align-items: center; justify-content: center; gap: 12px;
  opacity: 0; transition: opacity .3s;
}
.team-card:hover .tc-overlay { opacity: 1; }
.tc-overlay a {
  width: 36px; height: 36px; background: var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: .85rem; text-decoration: none; transition: background .2s;
}
.tc-overlay a:hover { background: var(--gold-light); }
.tc-info { padding: 16px 12px; }
.tc-info small {
  color: var(--gold); font-size: .72rem; font-weight: 700;
  letter-spacing: .5px; text-transform: uppercase;
}
.tc-info h6 { color: var(--text-dark); margin: 4px 0 0; font-size: 1rem; }

/* ── AWARDS ── */
.awards-section { background: var(--green); padding: 80px 0; }
.award-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(201,162,39,.25);
  border-radius: 10px; overflow: hidden; transition: transform .3s;
}
.award-card:hover { transform: translateY(-5px); }
.aw-img { overflow: hidden; }
.aw-img img { width: 100%; height: 220px; object-fit: cover; transition: transform .4s; }
.award-card:hover .aw-img img { transform: scale(1.05); }
.aw-ribbon {
  background: var(--gold); color: #fff;
  font-size: .75rem; font-weight: 700; padding: 6px 16px; letter-spacing: .5px;
}
.award-card h6 { color: #fff; padding: 12px 16px 16px; margin: 0; font-size: .95rem; }

/* ── BLOG ── */
.blog-section { background: var(--cream); }
.blog-card {
  background: rgba(255,255,255,.3); border-radius: 10px; overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,.07);
  transition: transform .3s, box-shadow .3s;
  height: 100%; display: flex; flex-direction: column;
}
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 12px 32px rgba(0,0,0,.12); }
.bc-img { position: relative; overflow: hidden; }
.bc-img img { width: 100%; height: 200px; object-fit: cover; transition: transform .4s; }
.blog-card:hover .bc-img img { transform: scale(1.06); }
.bc-tag {
  position: absolute; top: 12px; left: 12px;
  background: var(--gold); color: #fff;
  font-size: .7rem; font-weight: 700; padding: 3px 10px;
  border-radius: 20px; letter-spacing: .5px;
}
.bc-body { padding: 20px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.bc-date { color: #888; font-size: .78rem; }
.bc-date i { margin-right: 4px; }
.bc-body h6 { color: var(--text-dark); font-size: 1rem; line-height: 1.4; flex: 1; }
.bc-body p { color: #666; font-size: .85rem; line-height: 1.6; }

/* ── FAQ ── */
.faq-section { background: var(--green-dark); }
.faq-item {
  background: rgb(97, 15, 1) !important;
  border: 1px solid rgba(201,162,39,.2) !important;
  border-radius: 8px !important;
  margin-bottom: 10px !important;
  overflow: hidden;
}
.faq-btn {
  background: transparent !important;
  color: rgba(255,255,255,.85) !important;
  font-size: 1.05rem !important; font-weight: 600 !important;
  padding: 18px 20px !important; box-shadow: none !important;
}
.faq-btn::after { filter: invert(1) sepia(1) saturate(5) hue-rotate(10deg); }
.faq-btn:not(.collapsed) { color: var(--gold) !important; }
.faq-ans {
  color: rgba(255,255,255,.65) !important;
  font-size: .9rem; line-height: 1.7; padding: 0 20px 20px !important;
}

/* ── NEWSLETTER ── */
.newsletter-section { background: var(--cream); }
.newsletter-box {
  background: rgba(255,255,255,.3); border-radius: 12px; padding: 40px;
  box-shadow: 0 8px 32px rgba(0,0,0,.08); border-left: 5px solid var(--gold);
}
.soc-btn {
  width: 36px; height: 36px; background: var(--green); color: var(--gold);
  border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  font-size: .82rem; text-decoration: none; transition: background .2s, color .2s;
}
.soc-btn:hover { background: var(--gold); color: #fff; }

/* ── FOOTER ── */
.site-footer { background: var(--green); color: rgba(255,255,255,.65); padding: 60px 0 0; }
.footer-logo{
  width: 150px; border-radius: 8px;
}
.footer-about { font-size: .87rem; line-height: 1.7; color: rgba(255,255,255,.52); margin-top: .5rem; }
.footer-head {
  color: var(--gold); font-family: 'Lato', sans-serif;
  font-size: .76rem; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; margin-bottom: 16px;
}
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { margin-bottom: 8px; font-size: .88rem; }
.footer-list a { color: rgba(255,255,255,.58); text-decoration: none; transition: color .2s; }
.footer-list a:hover { color: var(--gold); }
.footer-list.addr li { display: flex; align-items: flex-start; gap: 10px; }
.footer-list.addr i { color: var(--gold); margin-top: 3px; flex-shrink: 0; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 20px 0; margin-top: 40px;
  font-size: .82rem; color: rgba(255,255,255,.42);
}
.footer-bottom a { color: rgba(255,255,255,.42); text-decoration: none; transition: color .2s; }
.footer-bottom a:hover { color: var(--gold); }

/* ── FLOATING ── */
.wa-float {
  position: fixed; bottom: 24px; right: 24px;
  width: 52px; height: 52px; background: #25d366; color: #fff;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; text-decoration: none; z-index: 999;
  box-shadow: 0 4px 16px rgba(37,211,102,.5);
  transition: transform .25s, box-shadow .25s;
}
.wa-float:hover { transform: scale(1.1); color: #fff; box-shadow: 0 6px 24px rgba(37,211,102,.7); }

.back-top {
  position: fixed; bottom: 84px; right: 24px;
  width: 40px; height: 40px; background: var(--gold); color: #fff;
  border: none; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem; z-index: 998; cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,.2); transition: transform .25s, background .2s;
}
.back-top:hover { background: var(--gold-light); transform: translateY(-3px); }
.back-top.d-none { display: none !important; }


.inner-page-banner{
  position: relative;
}

.inner-page-banner-contet{
  position: relative;
}

.inner-page-banner-contet h1{
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.inner-page-banner-contet p{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.mission-con{
  background: var(--cream);
}

.mission-text-con h4{ color: var(--gold); }
.mossion-image-con img{ width: 100%; border-radius: 12px; object-fit: cover; box-shadow: 0 12px 40px rgba(0,0,0,.18); }
.founder-section{ background: #fbf1e1;}




.contact-section {
      background: var(--cream);
    }

    .section-label {
      color: var(--gold);
      font-size: 15px;
      font-weight: 700;
      margin-bottom: 12px;
    }

    .contact-title {
      font-size: 34px;
      font-weight: 700;
      line-height: 1.25;
      margin-bottom: 22px;
    }

    .contact-text {
      font-size: 15px;
      line-height: 1.8;
      color: #333;
      max-width: 440px;
      margin-bottom: 35px;
    }

    .contact-info-item {
      display: flex;
      gap: 22px;
      padding: 20px 0;
      border-bottom: 1px solid var(--border-color);
      max-width: 430px;
    }

    .contact-info-item:last-child {
      border-bottom: 0;
    }

    .icon-box {
      width: 58px;
      height: 58px;
      min-width: 58px;
      border: 1px solid #e6bfa7;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--gold);
      font-size: 24px;
      background: rgba(255,255,255,0.35);
    }

    .info-content h5 {
      font-size: 15px;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .info-content p {
      margin: 0;
      font-size: 15px;
      font-weight: 600;
      line-height: 1.7;
      color: #1e1e1e;
    }

    .divider {
      width: 1px;
      height: 100%;
      background: var(--border-color);
      margin: 0 auto;
    }

    .contact-form-card {
      border: 1px solid var(--border-color);
      border-radius: 12px;
      padding: 38px 40px;
      background: rgba(255, 250, 245, 0.45);
    }

    .form-title {
      font-size: 18px;
      font-weight: 700;
      color: var(--gold);
      margin-bottom: 25px;
    }

    .form-control {
      height: 54px;
      border: 1px solid #ead8c9;
      border-radius: 7px;
      background: rgba(255,255,255,0.55);
      font-size: 14px;
      padding: 14px 18px;
      box-shadow: none;
    }

    textarea.form-control {
      height: 125px;
      resize: none;
    }

    .form-control:focus {
      border-color: var(--primary-color);
      box-shadow: 0 0 0 0.15rem rgba(185, 43, 18, 0.12);
      background: #fff;
    }

    .btn-send {
      background: linear-gradient(180deg, #d33a18 0%, #9d1f0a 100%);
      color: #fff;
      border: none;
      border-radius: 7px;
      padding: 14px 35px;
      font-size: 14px;
      font-weight: 600;
      min-width: 190px;
      transition: 0.3s ease;
    }

    .btn-send:hover {
      transform: translateY(-2px);
      color: #fff;
      box-shadow: 0 10px 22px rgba(185, 43, 18, 0.25);
    }

    .btn-send i {
      margin-left: 10px;
      font-size: 13px;
    }

    @media (max-width: 991px) {
      .divider {
        display: none;
      }

      .contact-form-card {
        margin-top: 40px;
      }

      .contact-title {
        font-size: 30px;
      }
    }

    @media (max-width: 575px) {
      .contact-section {
        padding: 45px 0;
      }

      .contact-title {
        font-size: 26px;
      }

      .contact-form-card {
        padding: 28px 20px;
      }

      .contact-info-item {
        gap: 16px;
      }

      .icon-box {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 20px;
      }

      .btn-send {
        width: 100%;
      }
    }

.map-section {
      padding: 60px 0;
    }

    .map-wrapper {
      position: relative;
      min-height: 390px;
      border: 1px solid var(--border-color);
      border-radius: 10px;
      overflow: hidden;
      background-image: url("map.jpg");
      background-size: cover;
      background-position: center;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    }

    .map-wrapper::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(255, 246, 238, 0.18);
      pointer-events: none;
    }

    .location-card {
      position: absolute;
      top: 50px;
      left: 80px;
      width: 290px;
      padding: 28px 26px;
      background: rgba(255, 248, 241, 0.96);
      border: 1px solid #ead4c4;
      border-radius: 4px;
      z-index: 2;
      box-shadow: 0 16px 35px rgba(0, 0, 0, 0.14);
    }

    .location-icon {
      width: 58px;
      height: 58px;
      border: 1px solid #e5b99f;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--primary-color);
      font-size: 24px;
      margin-bottom: 20px;
      background: #fff8f1;
    }

    .location-card h5 {
      font-size: 17px;
      font-weight: 700;
      color: var(--primary-color);
      margin-bottom: 12px;
    }

    .location-card h4 {
      font-size: 16px;
      font-weight: 700;
      line-height: 1.6;
      margin-bottom: 14px;
    }

    .location-card p {
      font-size: 13px;
      line-height: 1.7;
      color: #333;
      margin-bottom: 20px;
    }

    .direction-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      min-width: 175px;
      height: 45px;
      padding: 0 20px;
      border: 1px solid var(--primary-color);
      border-radius: 5px;
      color: var(--primary-color);
      background: transparent;
      font-size: 13px;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .direction-btn i {
      font-size: 12px;
      width: 18px;
      height: 18px;
      border: 1px solid var(--primary-color);
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .direction-btn:hover {
      background: var(--primary-color);
      color: #fff;
      box-shadow: 0 8px 18px rgba(189, 43, 19, 0.25);
    }

    .direction-btn:hover i {
      border-color: #fff;
    }

    @media (max-width: 991px) {
      .map-wrapper {
        min-height: 420px;
      }

      .location-card {
        left: 40px;
        top: 40px;
      }
    }

    @media (max-width: 575px) {
      .map-section {
        padding: 40px 0;
      }

      .map-wrapper {
        min-height: auto;
        padding: 220px 18px 20px;
        background-position: center;
      }

      .location-card {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        padding: 24px 22px;
      }

      .direction-btn {
        width: 100%;
      }
    }

.navbar-toggler{
  background-color: #c23600;
}



/* ── RESPONSIVE ── */
@media (max-width: 991px) {
  .img-accent { display: none; }
  .about-badge { top: 10px; left: 10px; }
  .founder-badge { right: 10px; bottom: 10px; }
  .why-icon-grid { grid-template-columns: repeat(2, 1fr); }
  .navbar-brand img {width: 90px;}
  .navbar-nav{
    padding-top: 30px;
  }
  .carousel-control-next, .carousel-control-prev {
    display: none;
  }
}
@media (max-width: 767px) {
  section { padding: 56px 0; }
  .hero-slide { min-height: 460px; }
  .hero-content h1 { font-size: 1.9rem; }
  .numer-box { padding: 24px 16px; }
  .newsletter-box { padding: 24px 16px; }
  .why-top-content{
    text-align: center;
  }
  .hero-content {  padding: 80px 20px;}
}
@media (max-width: 480px) {
  .topbar { display: none; }
  .why-icon-grid { grid-template-columns: repeat(2, 1fr); }
}
