/*
Theme Name: Astrologer Hitesh
Theme URI: https://www.astrologerhitesh.com
Author: SYNERGY Web Designers
Author URI: https://www.synergywebdesigners.com
Description: A premium Vedic Astrology website theme for Astrologer Hitesh with AI-powered tools, multi-language support, and full Elementor compatibility. Designed for India, Canada, USA & worldwide audiences.
Version: 1.2.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: Private
Text Domain: astrologer-hitesh
Tags: astrology, vedic, elementor, responsive, woocommerce, multi-language
*/

/* =====================================================
   DESIGN TOKENS
   ===================================================== */
:root {
  --gold:         #C8830A;
  --gold-dk:      #A06008;
  --gold-lt:      #FFF5E6;
  --gold-bg:      #FFFDF8;
  --gold-border:  #E8D5B0;
  --orange:       #E07000;
  --green-wa:     #25D366;
  --green-wa-dk:  #1ab748;
  --dark:         #1A1A1A;
  --body-text:    #444444;
  --muted:        #888888;
  --white:        #FFFFFF;
  --black:        #000000;
  --font-sans:    'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-serif:   'Playfair Display', Georgia, 'Times New Roman', serif;
  --shadow-xs:    0 1px 4px rgba(0,0,0,0.06);
  --shadow-sm:    0 2px 10px rgba(0,0,0,0.08);
  --shadow-md:    0 4px 24px rgba(0,0,0,0.11);
  --shadow-lg:    0 8px 40px rgba(0,0,0,0.14);
  --shadow-gold:  0 4px 16px rgba(200,131,10,0.28);
  --r-sm:  6px;
  --r-md:  10px;
  --r-lg:  14px;
  --r-xl:  20px;
  --r-full: 999px;
  --ease: all 0.28s ease;
  --container: 1220px;
}

/* =====================================================
   BASE RESET
   ===================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-sans); color: var(--body-text); background: var(--white); line-height: 1.7; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
a { text-decoration: none; color: var(--gold); transition: var(--ease); }
button { font-family: inherit; border: none; cursor: pointer; transition: var(--ease); }
input, select, textarea { font-family: inherit; }

/* =====================================================
   TYPOGRAPHY
   ===================================================== */
h1,h2,h3,h4,h5,h6 { font-family: var(--font-serif); font-weight: 700; line-height: 1.25; color: var(--dark); }
h1 { font-size: clamp(2rem, 4.5vw, 2.8rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
h3 { font-family: var(--font-sans); font-size: 1.05rem; font-weight: 600; }
h4 { font-family: var(--font-sans); font-size: 0.93rem; font-weight: 600; }
p  { line-height: 1.75; }
strong { font-weight: 600; }

/* =====================================================
   LAYOUT UTILITIES
   ===================================================== */
.container    { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section-py   { padding: 76px 0; }
.section-py-sm{ padding: 48px 0; }
.text-center  { text-align: center; }
.text-gold    { color: var(--gold); }
.flex-center  { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }

/* =====================================================
   SECTION HEADER
   ===================================================== */
.sec-head       { text-align: center; margin-bottom: 52px; }
.sec-head .badge{
  display: inline-block;
  background: rgba(200,131,10,0.1);
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: var(--r-full);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
  border: 1px solid rgba(200,131,10,0.2);
}
.sec-head h2   { margin-bottom: 10px; }
.sec-head p    { color: var(--muted); font-size: 0.95rem; max-width: 540px; margin: 0 auto; }
.sec-divider   { width: 56px; height: 3px; background: var(--gold); border-radius: 2px; margin: 14px auto; }
.sec-divider.left { margin: 14px 0; }

/* =====================================================
   BUTTONS
   ===================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  padding: 12px 26px; border-radius: var(--r-md);
  font-size: 0.88rem; font-weight: 600; font-family: var(--font-sans);
  border: 2px solid transparent; cursor: pointer; transition: var(--ease);
  white-space: nowrap; line-height: 1.3;
}
.btn-gold        { background: var(--gold); color: #fff; border-color: var(--gold); }
.btn-gold:hover  { background: var(--gold-dk); border-color: var(--gold-dk); color: #fff; }
.btn-outline     { background: transparent; color: var(--gold); border-color: var(--gold); }
.btn-outline:hover{ background: var(--gold); color: #fff; }
.btn-green       { background: var(--green-wa); color: #fff; border-color: var(--green-wa); }
.btn-green:hover { background: var(--green-wa-dk); border-color: var(--green-wa-dk); color: #fff; }
.btn-white       { background: #fff; color: var(--gold); border-color: #fff; }
.btn-white:hover { background: var(--gold-lt); color: var(--gold-dk); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,0.7); }
.btn-outline-white:hover { background: rgba(255,255,255,0.12); color: #fff; }
.btn-sm          { padding: 8px 18px; font-size: 0.8rem; }
.btn-lg          { padding: 15px 34px; font-size: 0.95rem; }
.btn-block       { display: flex; width: 100%; }

/* =====================================================
   TOP BAR
   ===================================================== */
.topbar {
  background: var(--gold);
  color: #fff;
  padding: 7px 0;
  font-size: 0.79rem;
  font-weight: 500;
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 6px; }
.topbar-info  { display: flex; align-items: center; gap: 6px; }
.topbar-links { display: flex; align-items: center; gap: 22px; }
.topbar-links a { color: #fff; display: flex; align-items: center; gap: 5px; }
.topbar-links a:hover { opacity: 0.82; }
.topbar-links span { opacity: 0.6; }

/* =====================================================
   SITE HEADER
   ===================================================== */
.site-header {
  background: var(--white);
  border-bottom: 1px solid rgba(232,213,176,0.5);
  position: sticky; top: 0; z-index: 1000;
  box-shadow: var(--shadow-sm);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; gap: 20px; }

/* Logo */
.site-logo      { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.site-logo img  { height: 58px; width: auto; }
.logo-text .brand   { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 700; color: var(--gold); line-height: 1.1; }
.logo-text .tagline { font-size: 0.6rem; color: var(--muted); letter-spacing: 3px; text-transform: uppercase; display: block; }

/* Nav */
.primary-nav    { display: flex; align-items: center; }
.nav-menu       { display: flex; align-items: center; gap: 1px; }
.nav-menu > li > a {
  display: block; padding: 9px 13px;
  font-size: 0.86rem; font-weight: 500; color: var(--dark);
  border-radius: var(--r-sm); transition: var(--ease);
}
.nav-menu > li > a:hover,
.nav-menu > li.current-menu-item > a { color: var(--gold); }
.nav-menu > li.menu-item-has-children > a::after { content: " ▾"; font-size: 0.64rem; vertical-align: 1px; }
.nav-menu > li.menu-item-has-children { position: relative; }

/* Dropdown */
.sub-menu {
  position: absolute; top: calc(100% + 8px); left: 0;
  min-width: 215px;
  background: var(--white); border-radius: var(--r-md);
  border: 1px solid var(--gold-border);
  box-shadow: var(--shadow-md);
  padding: 6px; opacity: 0; visibility: hidden;
  transform: translateY(-8px); transition: var(--ease); z-index: 200;
}
.nav-menu > li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.sub-menu li a {
  display: block; padding: 9px 14px;
  font-size: 0.84rem; color: var(--body-text);
  border-radius: var(--r-sm); transition: var(--ease);
}
.sub-menu li a:hover { background: var(--gold-lt); color: var(--gold); }

/* Header CTAs */
.header-ctas { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.hdr-btn-book {
  background: var(--gold); color: #fff;
  padding: 9px 16px; border-radius: var(--r-md);
  font-size: 0.79rem; font-weight: 700;
  text-align: center; line-height: 1.35; white-space: nowrap;
  display: block;
}
.hdr-btn-book .price { display: block; font-size: 0.88em; }
.hdr-btn-book:hover { background: var(--gold-dk); color: #fff; }
.hdr-btn-wa {
  background: var(--green-wa); color: #fff;
  padding: 9px 14px; border-radius: var(--r-md);
  font-size: 0.79rem; font-weight: 600;
  display: flex; align-items: center; gap: 5px; white-space: nowrap;
}
.hdr-btn-wa:hover { background: var(--green-wa-dk); color: #fff; }

/* Hamburger */
.hamburger { display: none; background: none; border: none; padding: 4px; color: var(--dark); font-size: 1.5rem; flex-shrink: 0; }

@media (max-width: 1100px) {
  .hamburger { display: block; }
  .primary-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--white); border-bottom: 1px solid var(--gold-border);
    box-shadow: var(--shadow-md); padding: 16px 24px;
    flex-direction: column; align-items: flex-start;
    display: none; z-index: 999;
  }
  .primary-nav.open { display: flex; }
  .nav-menu { flex-direction: column; width: 100%; gap: 0; }
  .nav-menu > li > a { padding: 12px 6px; border-radius: 0; font-size: 0.9rem; border-bottom: 1px solid rgba(232,213,176,0.4); }
  .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding-left: 18px; }
}
@media (max-width: 640px) {
  .topbar-info { display: none; }
  .header-inner { flex-wrap: wrap; }
}

/* =====================================================
   HERO SECTION
   ===================================================== */
.hero-section {
  background: var(--gold-lt);
  padding: 56px 0 0;
  overflow: hidden; position: relative;
}
.hero-section::before {
  content: ""; position: absolute; top: -80px; right: -80px;
  width: 550px; height: 550px;
  background: radial-gradient(circle, rgba(200,131,10,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.hero-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: flex-end; }
.hero-left { padding-bottom: 56px; position: relative; z-index: 1; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(200,131,10,0.1); color: var(--gold);
  font-size: 0.76rem; font-weight: 700;
  padding: 5px 14px; border-radius: var(--r-full);
  border: 1px solid rgba(200,131,10,0.22);
  margin-bottom: 18px;
}
.hero-section h1 { margin-bottom: 14px; }
.hero-section h1 span { color: var(--gold); }
.hero-desc { color: var(--muted); font-size: 0.98rem; margin-bottom: 28px; max-width: 480px; line-height: 1.75; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 11px; margin-bottom: 28px; }
.hero-proof { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.hero-stars { color: #F5A623; letter-spacing: 2px; font-size: 1rem; }
.hero-proof-text { font-size: 0.83rem; color: var(--muted); }

.hero-right { position: relative; display: flex; justify-content: center; align-items: flex-end; }
.hero-photo { max-height: 570px; object-fit: contain; object-position: bottom; position: relative; z-index: 1; }
.trust-bubble {
  position: absolute; top: 24px; right: -5px; z-index: 2;
  background: var(--white); border: 2px solid var(--gold-border);
  border-radius: var(--r-lg); padding: 15px 18px; text-align: center;
  box-shadow: var(--shadow-md);
}
.trust-bubble .t-crown { font-size: 1.4rem; margin-bottom: 4px; }
.trust-bubble .t-num   { font-size: 2rem; font-weight: 700; color: var(--gold); line-height: 1; }
.trust-bubble .t-lbl   { font-size: 0.7rem; color: var(--muted); line-height: 1.4; margin-top: 4px; }

@media (max-width: 920px) {
  .hero-wrap { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .hero-left { padding-bottom: 48px; }
}

/* =====================================================
   STATS BAR
   ===================================================== */
.stats-bar { background: var(--white); border-top: 1px solid var(--gold-border); border-bottom: 1px solid var(--gold-border); padding: 22px 0; }
.stats-row { display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: 20px; }
.stat-item { display: flex; align-items: center; gap: 14px; }
.stat-icon-wrap { width: 50px; height: 50px; border-radius: 50%; background: rgba(200,131,10,0.1); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; }
.stat-txt .snum { font-size: 1.35rem; font-weight: 700; color: var(--dark); line-height: 1; }
.stat-txt .slbl { font-size: 0.76rem; color: var(--muted); margin-top: 3px; }
.stats-sep { width: 1px; height: 40px; background: var(--gold-border); }
@media (max-width: 640px) { .stats-sep { display: none; } }

/* =====================================================
   PROBLEMS SECTION
   ===================================================== */
.problems-sec { padding: 76px 0; background: var(--white); }
.problems-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.prob-card {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 20px 8px; border: 1px solid var(--gold-border);
  border-radius: var(--r-lg); cursor: pointer; transition: var(--ease); text-align: center;
}
.prob-card:hover { border-color: var(--gold); background: var(--gold-lt); transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.prob-card .p-ico {
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(200,131,10,0.1);
  display: flex; align-items: center; justify-content: center; font-size: 1.4rem; transition: var(--ease);
}
.prob-card:hover .p-ico { background: var(--gold); }
.prob-card .p-lbl { font-size: 0.74rem; font-weight: 600; color: var(--dark); line-height: 1.3; }
@media (max-width: 1024px) { .problems-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 640px)  { .problems-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 400px)  { .problems-grid { grid-template-columns: repeat(2, 1fr); } }

/* =====================================================
   AI TOOLS SECTION
   ===================================================== */
.ai-sec { padding: 76px 0; background: var(--gold-bg); }
.ai-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 16px; }
.ai-card {
  background: var(--white); border-radius: var(--r-lg); padding: 30px 24px;
  border: 1px solid var(--gold-border); text-align: center; transition: var(--ease);
}
.ai-card:hover { box-shadow: var(--shadow-md); transform: translateY(-5px); border-color: var(--gold); }
.ai-card .ai-ico { font-size: 2.8rem; margin-bottom: 14px; display: block; }
.ai-card h3 { font-size: 1rem; margin-bottom: 8px; }
.ai-card h3 em { color: var(--gold); font-style: normal; }
.ai-card p { font-size: 0.8rem; color: var(--muted); margin-bottom: 18px; line-height: 1.6; }
.ai-cta { display: inline-block; padding: 9px 22px; border-radius: var(--r-sm); font-size: 0.8rem; font-weight: 600; color: #fff; border: none; cursor: pointer; transition: var(--ease); }
.ai-cta:hover { opacity: 0.88; transform: scale(1.02); color: #fff; }
.ai-note { text-align: center; font-size: 0.8rem; color: var(--muted); }
.ai-note span { color: var(--gold); }
@media (max-width: 900px) { .ai-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .ai-grid { grid-template-columns: 1fr; } }

/* =====================================================
   ABOUT SECTION
   ===================================================== */
.about-sec { padding: 80px 0; background: var(--gold-lt); }
.about-wrap { display: grid; grid-template-columns: 1fr 270px 1fr; gap: 50px; align-items: start; }
.about-left .about-badge { display: inline-block; background: rgba(200,131,10,0.1); color: var(--gold); font-size: 0.74rem; font-weight: 700; padding: 4px 14px; border-radius: var(--r-full); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.about-left h2 { margin-bottom: 16px; }
.about-desc { color: var(--muted); font-size: 0.9rem; line-height: 1.82; margin-bottom: 22px; }
.about-feats { margin-bottom: 26px; }
.about-feats li { display: flex; align-items: center; gap: 10px; font-size: 0.87rem; font-weight: 500; color: var(--dark); margin-bottom: 10px; }
.about-feats li .chk { width: 22px; height: 22px; border-radius: 50%; background: var(--gold); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; flex-shrink: 0; }

.about-img-wrap { border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); }
.about-img-wrap img { width: 100%; height: auto; }

.how-col h3 { font-size: 1.1rem; margin-bottom: 24px; }
.steps-list { display: flex; flex-direction: column; gap: 20px; }
.step-row { display: flex; gap: 14px; align-items: flex-start; }
.step-num { width: 38px; height: 38px; border-radius: 50%; background: var(--gold); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.88rem; flex-shrink: 0; box-shadow: var(--shadow-gold); }
.step-body h4 { font-size: 0.87rem; margin-bottom: 3px; }
.step-body p  { font-size: 0.78rem; color: var(--muted); line-height: 1.5; }
.step-cta-wrap { margin-top: 26px; }

@media (max-width: 1024px) { .about-wrap { grid-template-columns: 1fr 1fr; } .about-img-wrap { display: none; } }
@media (max-width: 680px)  { .about-wrap { grid-template-columns: 1fr; } }

/* =====================================================
   SERVICES SECTION
   ===================================================== */
.services-sec { padding: 80px 0; background: var(--white); }
.services-header { margin-bottom: 40px; }
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.svc-card {
  background: var(--gold-bg); border: 1px solid var(--gold-border);
  border-radius: var(--r-lg); padding: 28px 20px; text-align: center;
  cursor: pointer; transition: var(--ease);
}
.svc-card:hover { border-color: var(--gold); box-shadow: var(--shadow-md); transform: translateY(-5px); background: var(--white); }
.svc-card .svc-ico { font-size: 2.5rem; margin-bottom: 14px; display: block; }
.svc-card h3 { font-size: 0.93rem; margin-bottom: 7px; color: var(--dark); }
.svc-card p  { font-size: 0.77rem; color: var(--muted); line-height: 1.55; }
@media (max-width: 900px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px)  { .svc-grid { grid-template-columns: 1fr; } }

/* =====================================================
   PRICING SECTION
   ===================================================== */
.pricing-sec { padding: 80px 0; background: var(--gold-bg); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; align-items: start; }
.plan-card { background: var(--white); border: 1px solid var(--gold-border); border-radius: var(--r-lg); overflow: hidden; transition: var(--ease); }
.plan-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.plan-card.featured { border: 2px solid var(--gold); }
.plan-head { padding: 20px 20px 16px; border-bottom: 1px solid var(--gold-border); }
.plan-type  { font-size: 0.7rem; color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 8px; display: block; }
.plan-price { font-size: 2.1rem; font-weight: 700; color: var(--dark); line-height: 1; font-family: var(--font-sans); }
.plan-price sub { font-size: 0.85rem; color: var(--muted); font-weight: 400; }
.plan-body { padding: 18px 20px; }
.plan-feats { margin-bottom: 16px; }
.plan-feats li { display: flex; align-items: flex-start; gap: 7px; font-size: 0.79rem; color: var(--body-text); margin-bottom: 8px; line-height: 1.4; }
.plan-feats li::before { content: "✓"; color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.plan-btn { display: block; width: 100%; padding: 11px; border-radius: var(--r-md); font-size: 0.87rem; font-weight: 700; background: var(--gold); color: #fff; border: none; cursor: pointer; text-align: center; transition: var(--ease); }
.plan-btn:hover { background: var(--gold-dk); color: #fff; }
.why-box { background: var(--gold); border-radius: var(--r-lg); padding: 28px 22px; color: #fff; }
.why-box h3 { font-size: 0.98rem; font-weight: 700; margin-bottom: 16px; color: #fff; font-family: var(--font-sans); }
.why-list li { display: flex; align-items: center; gap: 8px; font-size: 0.81rem; margin-bottom: 10px; opacity: 0.94; }
.why-list li .star-ic { color: #FFD700; }
.why-om { font-size: 2.8rem; text-align: center; margin-top: 16px; opacity: 0.2; }
@media (max-width: 1100px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px)  { .pricing-grid { grid-template-columns: 1fr; } }

/* =====================================================
   TESTIMONIALS
   ===================================================== */
.testi-sec { padding: 76px 0; background: var(--gold-lt); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi-card { background: var(--white); border-radius: var(--r-lg); padding: 26px; border: 1px solid var(--gold-border); position: relative; }
.testi-card .quot { position: absolute; top: 14px; right: 18px; font-size: 3.5rem; color: var(--gold); opacity: 0.13; font-family: serif; line-height: 1; }
.testi-stars { color: #F5A623; font-size: 0.88rem; margin-bottom: 12px; }
.testi-card p { font-size: 0.84rem; color: var(--muted); font-style: italic; line-height: 1.75; margin-bottom: 16px; }
.testi-author { display: flex; align-items: center; gap: 10px; }
.testi-av { width: 44px; height: 44px; border-radius: 50%; background: rgba(200,131,10,0.12); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem; color: var(--gold); flex-shrink: 0; }
.testi-name { font-size: 0.87rem; font-weight: 700; color: var(--dark); }
.testi-loc  { font-size: 0.73rem; color: var(--muted); }
@media (max-width: 800px) { .testi-grid { grid-template-columns: 1fr; } }

/* =====================================================
   BLOG SECTION
   ===================================================== */
.blog-sec { padding: 76px 0; background: var(--white); }
.blog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.blog-card { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--gold-border); transition: var(--ease); background: var(--white); }
.blog-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.bc-img { height: 175px; overflow: hidden; background: var(--gold-bg); }
.bc-img img { width: 100%; height: 100%; object-fit: cover; transition: var(--ease); }
.blog-card:hover .bc-img img { transform: scale(1.05); }
.bc-body { padding: 16px; }
.bc-cat  { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 1px; color: var(--gold); font-weight: 700; margin-bottom: 5px; }
.bc-title{ font-size: 0.87rem; font-weight: 600; color: var(--dark); line-height: 1.4; font-family: var(--font-sans); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bc-title:hover { color: var(--gold); }
.bc-date { font-size: 0.72rem; color: var(--muted); margin-top: 8px; display: flex; align-items: center; gap: 4px; }
@media (max-width: 900px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px)  { .blog-grid { grid-template-columns: 1fr; } }

/* =====================================================
   CTA BANNER
   ===================================================== */
.cta-banner { background: var(--gold); padding: 62px 0; text-align: center; }
.cta-banner h2 { color: #fff; margin-bottom: 10px; }
.cta-banner p  { color: rgba(255,255,255,0.88); font-size: 1rem; margin-bottom: 28px; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* =====================================================
   TRUST STRIP
   ===================================================== */
.trust-strip { background: var(--gold-bg); border-top: 1px solid var(--gold-border); border-bottom: 1px solid var(--gold-border); padding: 22px 0; }
.trust-items { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 16px; }
.t-item { display: flex; align-items: center; gap: 10px; }
.t-ico  { font-size: 1.6rem; color: var(--gold); flex-shrink: 0; }
.t-text .t-title { font-size: 0.82rem; font-weight: 700; color: var(--dark); }
.t-text .t-sub   { font-size: 0.72rem; color: var(--muted); }

/* =====================================================
   SITE FOOTER
   ===================================================== */
.site-footer { background: #141420; color: #aaa; padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.f-logo { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.f-logo img   { height: 50px; width: auto; filter: brightness(1.2); }
.f-logo .f-brand { font-family: var(--font-serif); font-size: 1.4rem; font-weight: 700; color: var(--gold); line-height: 1.1; }
.f-logo .f-tag   { font-size: 0.58rem; color: #777; letter-spacing: 2px; text-transform: uppercase; }
.f-about-p { font-size: 0.82rem; color: #888; line-height: 1.82; margin-bottom: 20px; }
.f-socials { display: flex; gap: 8px; }
.f-socials a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; color: #aaa; font-size: 0.85rem; transition: var(--ease); }
.f-socials a:hover { background: var(--gold); color: #fff; }
.f-col h4 { color: #eee; font-size: 0.93rem; font-weight: 600; margin-bottom: 20px; font-family: var(--font-sans); position: relative; padding-bottom: 10px; }
.f-col h4::after { content: ""; position: absolute; bottom: 0; left: 0; width: 28px; height: 2px; background: var(--gold); border-radius: 2px; }
.f-links li { margin-bottom: 9px; }
.f-links li a { color: #888; font-size: 0.82rem; display: flex; align-items: center; gap: 5px; transition: var(--ease); }
.f-links li a::before { content: "›"; color: var(--gold); }
.f-links li a:hover { color: var(--gold); padding-left: 4px; }
.f-citem { display: flex; gap: 10px; margin-bottom: 12px; align-items: flex-start; }
.f-citem .f-icon { color: var(--gold); font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }
.f-citem .f-info { font-size: 0.8rem; color: #888; line-height: 1.55; }
.f-citem .f-info a { color: #888; }
.f-citem .f-info a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; padding: 16px 0; font-size: 0.74rem; color: #555; }
.footer-bottom a { color: #666; }
.footer-bottom a:hover { color: var(--gold); }
@media (max-width: 900px)  { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px)  { .footer-grid { grid-template-columns: 1fr; } }

/* =====================================================
   FLOATING WIDGETS
   ===================================================== */
.wa-float { position: fixed; bottom: 30px; right: 22px; width: 58px; height: 58px; background: var(--green-wa); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; color: #fff; z-index: 8888; box-shadow: 0 4px 18px rgba(37,211,102,0.5); animation: wapulse 2.5s infinite; }
.wa-float:hover { transform: scale(1.1); color: #fff; }
@keyframes wapulse { 0%,100%{box-shadow:0 0 0 0 rgba(37,211,102,0.45)} 50%{box-shadow:0 0 0 15px rgba(37,211,102,0)} }
.scroll-top-btn { position: fixed; bottom: 98px; right: 22px; width: 42px; height: 42px; background: var(--gold); border-radius: 50%; display: none; align-items: center; justify-content: center; font-size: 1.2rem; color: #fff; cursor: pointer; z-index: 8888; box-shadow: var(--shadow-gold); border: none; }
.scroll-top-btn.visible { display: flex; }
.scroll-top-btn:hover { background: var(--gold-dk); }

/* =====================================================
   INNER PAGE STYLES
   ===================================================== */
.page-banner { background: var(--gold-lt); padding: 56px 0; text-align: center; border-bottom: 1px solid var(--gold-border); }
.page-banner h1 { font-size: 2.2rem; margin-bottom: 8px; }
.breadcrumb { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 0.82rem; color: var(--muted); margin-top: 10px; }
.breadcrumb a { color: var(--gold); }
.breadcrumb .sep { color: var(--muted); }
.page-content-wrap { max-width: 1140px; margin: 0 auto; padding: 56px 24px; }
.page-content-wrap h2 { font-size: 1.5rem; margin: 28px 0 12px; }
.page-content-wrap p  { margin-bottom: 16px; color: var(--body-text); font-size: 0.95rem; }

/* Blog single */
.single-hero  { background: var(--gold-lt); padding: 48px 0; border-bottom: 1px solid var(--gold-border); }
.single-wrap  { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.single-body  { padding: 48px 0; }
.post-meta    { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 0.8rem; color: var(--muted); margin-bottom: 24px; }
.post-feat-img { border-radius: var(--r-lg); overflow: hidden; margin-bottom: 32px; }
.post-feat-img img { width: 100%; height: auto; }

/* =====================================================
   ELEMENTOR COMPATIBILITY
   ===================================================== */
.elementor-page .site-main { padding: 0; }
.elementor-column-wrap { width: 100%; }
body.elementor-editor-active .site-header { position: relative !important; }
.elementor-widget-container > p:last-child { margin-bottom: 0; }
.ah-section { padding: 76px 0; }

/* =====================================================
   CONTACT FORM 7 STYLING
   ===================================================== */
.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%; padding: 12px 16px; border: 1px solid var(--gold-border);
  border-radius: var(--r-md); font-family: var(--font-sans); font-size: 0.9rem;
  color: var(--dark); background: var(--white); transition: var(--ease);
  margin-bottom: 14px;
}
.wpcf7-form input:focus, .wpcf7-form textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,131,10,0.12); }
.wpcf7-form textarea { min-height: 140px; resize: vertical; }
.wpcf7-form input[type="submit"] { background: var(--gold); color: #fff; padding: 12px 28px; border-radius: var(--r-md); font-weight: 700; font-size: 0.9rem; cursor: pointer; border: none; transition: var(--ease); }
.wpcf7-form input[type="submit"]:hover { background: var(--gold-dk); }

/* =====================================================
   ACCESSIBILITY
   ===================================================== */
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* =====================================================
   PRINT
   ===================================================== */
@media print {
  .topbar, .site-header, .wa-float, .scroll-top-btn, .hero-section, .site-footer { display: none; }
}

/* =====================================================
   FULL-WIDTH PAGE TEMPLATE (Elementor / custom Home)
   ===================================================== */
.site-main--full { width: 100%; max-width: 100%; padding: 0; margin: 0; }
.entry-content--full { width: 100%; max-width: 100%; }
/* Let Elementor / blocks control their own width on full-width pages */
.site-main--full .elementor,
.site-main--full > .entry-content--full > * { max-width: 100%; }
