/*
Theme Name: Astrologer Venky
Theme URI: https://astrologervenky.com
Author: FSK Digital Marketing
Description: Professional Indian Astrologer Psychic Spiritual Healer WordPress Theme - Elementor Compatible
Version: 2.0.0
Requires at least: 5.6
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astrologer-venky
Tags: astrology, psychic, spiritual, dark, gold, one-page, elementor
*/

/* ===========================
   CSS VARIABLES
=========================== */
:root {
  --gold:        #d4a017;
  --gold-light:  #f0c040;
  --gold-dark:   #a07810;
  --dark:        #0a0612;
  --dark2:       #100920;
  --dark3:       #1a1030;
  --purple:      #2d1b5e;
  --purple2:     #3d2b7e;
  --text:        #e8d8f0;
  --text-muted:  #a090b8;
  --red:         #c0392b;
  --white:       #ffffff;
}

/* ===========================
   RESET
=========================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Georgia, 'Times New Roman', serif;
  background: var(--dark);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: all 0.3s; }
a:hover { color: var(--gold-light); }
h1,h2,h3,h4,h5,h6 { font-family: Georgia, serif; color: var(--gold-light); line-height: 1.3; }
p { margin-bottom: 1rem; color: var(--text); }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ===========================
   BUTTONS
=========================== */
.btn-primary, .venky-btn-primary {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--dark) !important;
  padding: 14px 32px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(212,160,23,0.3);
  text-decoration: none;
}
.btn-primary:hover, .venky-btn-primary:hover {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212,160,23,0.5);
  color: var(--dark) !important;
}
.btn-secondary, .venky-btn-secondary {
  background: transparent;
  color: var(--gold) !important;
  padding: 13px 30px;
  border: 2px solid var(--gold-dark);
  border-radius: 4px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.btn-secondary:hover, .venky-btn-secondary:hover {
  background: rgba(212,160,23,0.15);
  border-color: var(--gold);
  color: var(--gold-light) !important;
  transform: translateY(-2px);
}

/* ===========================
   SECTION STYLES
=========================== */
section { padding: 70px 0; }
.section-header { text-align: center; margin-bottom: 50px; }
.section-badge {
  display: inline-block;
  color: var(--gold);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.section-badge::before { content: '\2014 '; }
.section-badge::after  { content: ' \2014'; }
.section-title { font-size: 36px; color: var(--gold-light); margin-bottom: 15px; text-shadow: 0 0 15px rgba(212,160,23,0.3); }
.section-title span { color: var(--white); }
.section-divider {
  width: 100px; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0 auto 20px;
}
.section-desc { font-size: 16px; color: var(--text-muted); max-width: 600px; margin: 0 auto; }

/* ===========================
   TOP BAR
=========================== */
.top-bar {
  background: var(--dark);
  border-bottom: 1px solid rgba(212,160,23,0.3);
  padding: 8px 0;
  font-size: 13px;
}
.top-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.top-bar-left, .top-bar-right { display: flex; gap: 18px; align-items: center; }
.top-bar a { color: var(--gold); font-size: 13px; }
.phone-link { color: var(--gold-light) !important; font-weight: bold; font-size: 14px !important; }
.free-badge {
  background: var(--red);
  color: #fff;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.7} }

/* ===========================
   HEADER
=========================== */
#site-header {
  background: linear-gradient(135deg, var(--dark2) 0%, var(--purple) 50%, var(--dark2) 100%);
  border-bottom: 2px solid var(--gold-dark);
  position: sticky;
  top: 0;
  z-index: 9990;
  box-shadow: 0 4px 20px rgba(212,160,23,0.15);
  transition: box-shadow 0.3s;
}
#site-header .hdr-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 10px;
}
.site-logo { display: flex; align-items: center; gap: 12px; }
.logo-symbol { font-size: 36px; line-height: 1; filter: drop-shadow(0 0 8px rgba(212,160,23,0.8)); }
.logo-text .site-name { font-size: 22px; font-weight: bold; color: var(--gold-light); display: block; text-shadow: 0 0 10px rgba(212,160,23,0.5); line-height: 1.1; }
.logo-text .site-tagline { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 2px; }
.site-logo:hover .site-name { color: #fff; }

/* NAV */
#primary-menu { display: flex; gap: 4px; align-items: center; flex-wrap: wrap; }
#primary-menu li a {
  color: var(--text);
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 13px;
  border: 1px solid transparent;
  transition: all 0.3s;
  display: block;
}
#primary-menu li a:hover,
#primary-menu li.current-menu-item > a,
#primary-menu li.current_page_item > a {
  color: var(--gold-light);
  border-color: rgba(212,160,23,0.4);
  background: rgba(212,160,23,0.1);
}
.nav-cta-link {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold)) !important;
  color: var(--dark) !important;
  font-weight: bold !important;
  border-color: var(--gold) !important;
}
.nav-cta-link:hover { background: linear-gradient(135deg, var(--gold), var(--gold-light)) !important; }

/* Dropdown */
#primary-menu .menu-item-has-children { position: relative; }
#primary-menu .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--dark2);
  border: 1px solid var(--gold-dark);
  min-width: 200px;
  z-index: 100;
  border-radius: 0 0 5px 5px;
  padding: 5px 0;
}
#primary-menu .menu-item-has-children:hover .sub-menu { display: block; }
#primary-menu .sub-menu li a { border: none; border-radius: 0; border-bottom: 1px solid rgba(212,160,23,0.1); padding: 10px 18px; }

.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--gold-dark);
  color: var(--gold);
  padding: 8px 13px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 20px;
}
.menu-toggle:hover { background: rgba(212,160,23,0.15); }

/* ===========================
   HERO
=========================== */
.hero-section {
  background: linear-gradient(180deg, var(--dark2) 0%, var(--purple) 40%, var(--dark2) 100%);
  padding: 70px 0 80px;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid rgba(212,160,23,0.25);
}
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(212,160,23,0.06) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 50%, rgba(45,27,94,0.5) 0%, transparent 60%);
  pointer-events: none;
}
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; position: relative; z-index: 1; }
.hero-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--dark);
  padding: 5px 18px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 18px;
}
.hero-title { font-size: 46px; color: var(--gold-light); text-shadow: 0 0 20px rgba(212,160,23,0.4); margin-bottom: 10px; line-height: 1.15; }
.hero-title span { color: var(--white); }
.hero-subtitle { font-size: 20px; color: var(--text-muted); margin-bottom: 18px; font-style: italic; }
.hero-divider { width: 80px; height: 3px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 18px 0; }
.hero-desc { font-size: 15px; color: var(--text); margin-bottom: 25px; line-height: 1.8; }
.hero-features { margin-bottom: 30px; }
.hero-features li { color: var(--text); padding: 5px 0; font-size: 15px; display: flex; align-items: center; gap: 10px; }
.hero-features li::before { content: '\2605'; color: var(--gold); font-size: 12px; flex-shrink: 0; }
.hero-btns { display: flex; gap: 15px; flex-wrap: wrap; }
.hero-placeholder {
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, var(--purple2), var(--dark2));
  border-radius: 12px;
  border: 2px solid var(--gold-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  box-shadow: 0 0 40px rgba(212,160,23,0.2);
}
.hero-placeholder .big-symbol { font-size: 80px; }
.hero-placeholder .ph-name { color: var(--gold); font-size: 16px; font-weight: bold; }
.hero-stats { display: flex; justify-content: center; gap: 20px; margin-top: 20px; flex-wrap: wrap; }
.hero-stat { text-align: center; background: rgba(212,160,23,0.08); border: 1px solid rgba(212,160,23,0.3); padding: 12px 18px; border-radius: 6px; }
.hero-stat .num { font-size: 22px; font-weight: bold; color: var(--gold-light); display: block; }
.hero-stat .lbl { font-size: 10px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; }

/* ===========================
   CONSULT STRIP
=========================== */
.consult-strip {
  background: linear-gradient(135deg, var(--red), #8B0000);
  padding: 18px 0;
  text-align: center;
}
.consult-strip p { color: #fff; font-size: 16px; font-weight: bold; margin: 0; text-transform: uppercase; letter-spacing: 1px; }
.consult-strip a { color: var(--gold-light); text-decoration: underline; }

/* ===========================
   ABOUT
=========================== */
.about-section { background: var(--dark2); }
.about-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img-frame { position: relative; display: inline-block; width: 100%; }
.about-img-frame::before {
  content: '';
  position: absolute;
  top: -15px; left: -15px; right: 15px; bottom: 15px;
  border: 2px solid rgba(212,160,23,0.35);
  border-radius: 8px;
  pointer-events: none;
}
.about-ph {
  width: 100%;
  height: 440px;
  background: linear-gradient(135deg, var(--purple2), var(--dark3));
  border-radius: 8px;
  border: 2px solid var(--gold-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 58px;
}
.about-img-frame img { width: 100%; height: 440px; object-fit: cover; border-radius: 8px; border: 2px solid var(--gold-dark); display: block; }
.exp-badge {
  position: absolute;
  bottom: -18px;
  right: -18px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--dark);
  width: 95px; height: 95px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 1;
  box-shadow: 0 0 20px rgba(212,160,23,0.4);
  text-align: center;
}
.exp-badge .yrs { font-size: 26px; line-height: 1; }
.exp-badge .lbl { font-size: 9px; text-transform: uppercase; letter-spacing: 0.5px; }
.about-content h2 { font-size: 32px; margin-bottom: 20px; }
.about-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 22px 0; }
.highlight-item { background: rgba(212,160,23,0.07); border: 1px solid rgba(212,160,23,0.25); padding: 14px; border-radius: 6px; border-left: 3px solid var(--gold); }
.highlight-item .hi-icon { font-size: 20px; margin-bottom: 5px; }
.highlight-item .hi-title { font-size: 12px; font-weight: bold; color: var(--gold-light); text-transform: uppercase; letter-spacing: 1px; }
.highlight-item .hi-desc { font-size: 11px; color: var(--text-muted); margin: 0; }

/* ===========================
   SERVICES
=========================== */
.services-section { background: var(--dark); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  background: linear-gradient(135deg, var(--dark2), var(--dark3));
  border: 1px solid rgba(212,160,23,0.2);
  border-radius: 10px;
  padding: 32px 22px;
  text-align: center;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0; transition: opacity 0.3s; }
.service-card:hover { border-color: rgba(212,160,23,0.5); transform: translateY(-8px); box-shadow: 0 15px 40px rgba(212,160,23,0.15); }
.service-card:hover::before { opacity: 1; }
.service-icon { font-size: 48px; margin-bottom: 16px; display: block; }
.service-card h3 { font-size: 17px; margin-bottom: 10px; color: var(--gold-light); }
.service-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin: 0; }
.read-more { display: inline-block; margin-top: 14px; color: var(--gold); font-size: 13px; border-bottom: 1px solid transparent; transition: border-color 0.3s; }
.service-card:hover .read-more { border-color: var(--gold); }

/* ===========================
   WHY
=========================== */
.why-section { background: var(--dark3); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why-card { text-align: center; padding: 28px 14px; border: 1px solid rgba(212,160,23,0.15); border-radius: 8px; background: rgba(45,27,94,0.2); transition: all 0.3s; }
.why-card:hover { border-color: rgba(212,160,23,0.4); background: rgba(45,27,94,0.4); transform: translateY(-5px); }
.why-icon { font-size: 36px; margin-bottom: 12px; display: block; }
.why-card h4 { font-size: 14px; margin-bottom: 8px; color: var(--gold-light); }
.why-card p { font-size: 12px; color: var(--text-muted); margin: 0; }

/* ===========================
   TESTIMONIALS
=========================== */
.testimonials-section { background: linear-gradient(135deg, var(--dark2), var(--purple), var(--dark2)); }
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.test-card { background: rgba(0,0,0,0.3); border: 1px solid rgba(212,160,23,0.25); border-radius: 10px; padding: 28px; position: relative; }
.test-card::before { content: '"'; position: absolute; top: -12px; left: 20px; font-size: 70px; color: var(--gold); opacity: 0.25; line-height: 1; font-family: Georgia, serif; }
.test-stars { color: var(--gold); font-size: 14px; margin-bottom: 10px; letter-spacing: 2px; }
.test-text { color: var(--text); font-size: 13px; font-style: italic; line-height: 1.8; margin-bottom: 16px; }
.test-author { display: flex; align-items: center; gap: 10px; }
.author-av { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--purple2), var(--gold-dark)); display: flex; align-items: center; justify-content: center; font-size: 16px; border: 2px solid var(--gold-dark); flex-shrink: 0; }
.author-name { font-size: 13px; font-weight: bold; color: var(--gold-light); }
.author-loc { font-size: 11px; color: var(--text-muted); }

/* ===========================
   CONTACT
=========================== */
.contact-section { background: var(--dark2); }
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: start; }
.contact-section h3 { font-size: 24px; margin-bottom: 22px; color: var(--gold-light); }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; color: var(--gold); font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(212,160,23,0.3);
  color: var(--text);
  padding: 12px 15px;
  border-radius: 4px;
  font-size: 14px;
  font-family: Georgia, serif;
  transition: border-color 0.3s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,0.08); }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-muted); }
.form-group select option { background: var(--dark2); color: var(--text); }
.form-group textarea { height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-info-list { margin-bottom: 25px; }
.contact-info-list li { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid rgba(212,160,23,0.1); }
.contact-info-list li:last-child { border-bottom: none; }
.info-icon { font-size: 20px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.info-label { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; display: block; }
.info-value { font-size: 14px; color: var(--text); }
.info-value a { color: var(--gold-light); }

/* ===========================
   MAP
=========================== */
.map-section { padding: 0; line-height: 0; }
.map-section iframe { display: block; width: 100%; border: none; }

/* ===========================
   FOOTER
=========================== */
#site-footer { background: var(--dark); border-top: 2px solid rgba(212,160,23,0.3); padding: 55px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 35px; margin-bottom: 35px; }
.footer-logo-text { font-size: 20px; font-weight: bold; color: var(--gold-light); margin-bottom: 13px; display: block; }
.footer-about p { font-size: 13px; color: var(--text-muted); line-height: 1.8; }
.social-links { display: flex; gap: 10px; margin-top: 18px; }
.social-link { width: 36px; height: 36px; background: rgba(212,160,23,0.1); border: 1px solid rgba(212,160,23,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 14px; transition: all 0.3s; text-decoration: none; }
.social-link:hover { background: var(--gold); color: var(--dark); }
.footer-widget h4 { font-size: 14px; color: var(--gold-light); margin-bottom: 18px; padding-bottom: 8px; border-bottom: 1px solid rgba(212,160,23,0.3); text-transform: uppercase; letter-spacing: 1px; }
.footer-links li { margin-bottom: 7px; }
.footer-links li a { color: var(--text-muted); font-size: 13px; }
.footer-links li a::before { content: '\203A '; color: var(--gold); }
.footer-links li a:hover { color: var(--gold); padding-left: 5px; }
.footer-contact-list li { color: var(--text-muted); font-size: 13px; margin-bottom: 9px; display: flex; gap: 8px; }
.footer-contact-list li span:first-child { color: var(--gold); flex-shrink: 0; }
.footer-contact-list li a { color: var(--gold-light); }
.footer-bottom { background: rgba(0,0,0,0.3); border-top: 1px solid rgba(212,160,23,0.15); padding: 18px 0; text-align: center; }
.footer-bottom p { color: var(--text-muted); font-size: 12px; margin: 0; }
.footer-bottom a { color: var(--gold); }

/* ===========================
   PAGE TEMPLATES
=========================== */
.page-hero {
  background: linear-gradient(135deg, var(--dark2), var(--purple), var(--dark2));
  padding: 60px 0;
  text-align: center;
  border-bottom: 2px solid rgba(212,160,23,0.3);
}
.page-hero h1 { font-size: 40px; margin-bottom: 10px; }
.breadcrumb { color: var(--text-muted); font-size: 14px; }
.breadcrumb a { color: var(--gold); }
.page-content { padding: 60px 0; background: var(--dark2); }
.page-content-inner { max-width: 900px; margin: 0 auto; }
.page-content-inner h2 { color: var(--gold-light); margin: 28px 0 14px; font-size: 26px; }
.page-content-inner h3 { color: var(--gold); margin: 20px 0 10px; font-size: 20px; }
.page-content-inner ul li { color: var(--text); padding: 5px 0; padding-left: 22px; position: relative; }
.page-content-inner ul li::before { content: '\2605'; color: var(--gold); position: absolute; left: 0; font-size: 10px; top: 8px; }

/* ===========================
   FLOATING BUTTONS
=========================== */
.floating-wa {
  position: fixed; bottom: 28px; right: 28px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff !important; width: 58px; height: 58px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 26px; box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  z-index: 9999; animation: bounce 2.5s infinite; text-decoration: none;
}
.floating-ph {
  position: fixed; bottom: 100px; right: 28px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--dark) !important; width: 52px; height: 52px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 22px; box-shadow: 0 4px 15px rgba(212,160,23,0.4);
  z-index: 9999; text-decoration: none;
}
.floating-ph:hover, .floating-wa:hover { transform: scale(1.12); }
@keyframes bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }

/* ===========================
   ANIMATIONS
=========================== */
.fade-up { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ===========================
   ELEMENTOR OVERRIDES
=========================== */
.elementor-page #site-header { position: sticky; top: 0; z-index: 9990; }
.elementor-section, .e-container, .elementor-widget-wrap { position: relative; z-index: 1; }
body.elementor-editor-active #site-header { position: relative; }

/* Elementor canvas template — no header/footer */
.elementor-template-canvas #site-header,
.elementor-template-canvas #site-footer,
.elementor-template-canvas .top-bar,
.elementor-template-canvas .floating-wa,
.elementor-template-canvas .floating-ph { display: none; }

/* Elementor full-width template */
.elementor-template-full-width .page-content { padding: 0; }
.elementor-template-full-width .page-content-inner { max-width: 100%; }

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-title { font-size: 34px; }
  .about-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .test-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .menu-toggle { display: block; }
  #primary-menu { display: none !important; flex-direction: column; width: 100%; background: var(--dark2); padding: 8px 0; border-top: 1px solid rgba(212,160,23,0.2); position: absolute; top: 100%; left: 0; right: 0; }
  #primary-menu.open { display: flex !important; }
  #primary-menu li a { border: none; border-radius: 0; border-bottom: 1px solid rgba(212,160,23,0.1); }
  #site-header { position: relative; }
  .hero-placeholder { height: 280px; }
  .section-title { font-size: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .about-highlights { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .services-grid, .why-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: 26px; }
  .hero-btns { flex-direction: column; }
  section { padding: 50px 0; }
}

/* ===========================
   WP CORE / GUTENBERG
=========================== */
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; margin: 0 20px 20px 0; }
.alignright { float: right; margin: 0 0 20px 20px; }
.wp-block-image img { border-radius: 8px; }

/* ===========================
   HERO SLIDER
=========================== */
.hero-slider {
    position: relative;
    width: 100%;
    height: 420px;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid var(--gold-dark);
    box-shadow: 0 0 40px rgba(212,160,23,0.25);
    margin-bottom: 20px;
}
.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    z-index: 0;
}
.hero-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.slide-caption {
    background: rgba(10,6,18,0.75);
    border: 1px solid rgba(212,160,23,0.4);
    border-radius: 10px;
    padding: 18px 22px;
    width: 100%;
    backdrop-filter: blur(4px);
}
.slide-icon {
    font-size: 28px;
    display: block;
    margin-bottom: 6px;
}
.slide-caption h3 {
    font-size: 22px;
    color: var(--gold-light);
    margin: 0 0 5px;
    text-shadow: 0 0 10px rgba(212,160,23,0.4);
}
.slide-caption p {
    font-size: 13px;
    color: var(--text);
    margin: 0;
    line-height: 1.5;
}
/* Arrows */
.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(212,160,23,0.2);
    border: 1px solid var(--gold-dark);
    color: var(--gold-light);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.slider-prev { left: 12px; }
.slider-next { right: 12px; }
.slider-prev:hover,
.slider-next:hover {
    background: rgba(212,160,23,0.5);
    color: #fff;
}
/* Dots */
.slider-dots {
    position: absolute;
    top: 14px;
    right: 16px;
    z-index: 10;
    display: flex;
    gap: 7px;
}
.sdot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255,255,255,0.35);
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid rgba(212,160,23,0.4);
}
.sdot.active {
    background: var(--gold);
    transform: scale(1.3);
}

/* SERVICES DROPDOWN */
#primary-menu .menu-item-has-children > a::after {
    content: ' \25BE';
    font-size: 10px;
}
#primary-menu .sub-menu {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: var(--dark2);
    border: 1px solid var(--gold-dark);
    min-width: 220px;
    z-index: 9999;
    border-radius: 0 0 8px 8px;
    padding: 6px 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.5);
}
#primary-menu .menu-item-has-children:hover > .sub-menu,
#primary-menu .menu-item-has-children.open > .sub-menu {
    display: block;
}
#primary-menu .sub-menu li a {
    border: none !important;
    border-bottom: 1px solid rgba(212,160,23,0.1) !important;
    border-radius: 0 !important;
    padding: 10px 18px !important;
    font-size: 13px;
    white-space: nowrap;
}
#primary-menu .sub-menu li:last-child a {
    border-bottom: none !important;
}

@media (max-width: 768px) {
    .hero-slider { height: 300px; }
    #primary-menu .sub-menu {
        position: static;
        border-radius: 0;
        border-left: 3px solid var(--gold-dark);
        margin-left: 10px;
        box-shadow: none;
    }
}
