/*
Theme Name: GoldSparrow Solutions
Theme URI: https://goldsparrow.in
Author: GoldSparrow Solutions
Author URI: https://goldsparrow.in
Description: Premium theme for GoldSparrow Solutions - Newspaper Publication & Auction Information Services
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: goldsparrow
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&display=swap');

:root {
  --gold: #D4A017;
  --gold-light: #D4AD4A;
  --gold-dark: #A67C00;
  --bg: #faf8f5;
  --fg: #1f1c18;
  --card: #ffffff;
  --border: #e8e2d9;
  --muted: #7a7268;
  --muted-bg: #f2efe9;
  --surface: #f2efe9;
  --surface-elevated: #ffffff;
  --font-display: 'Playfair Display', serif;
  --font-body: 'DM Sans', sans-serif;
  --gradient-gold: linear-gradient(135deg, #A67C00, #D4A017, #D4AD4A);
  --shadow-card: 0 1px 3px rgba(31,28,24,0.06), 0 4px 12px rgba(31,28,24,0.04);
  --shadow-card-hover: 0 4px 16px rgba(31,28,24,0.1), 0 8px 24px rgba(31,28,24,0.06);
  --shadow-gold: 0 4px 20px -4px rgba(212,160,23,0.3);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-body); background: var(--bg); color: var(--fg); line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4,h5,h6 { font-family: var(--font-display); }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
html { scroll-behavior: smooth; }

/* LOGO TEXT (GoldSparrow.in + Tagline) */
.header-logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

/* Main Brand Name */
.logo-title {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  color: #e3e3e3;
  letter-spacing: 1.5px;
}

/* Tagline */
.logo-tagline {
  font-family: var(--font-body);
  font-size: 22px;
  color: rgba(227, 227, 227, 0.8);
  letter-spacing: 0.3px;
}

/* Scroll State (when header becomes white) */
.site-header.scrolled .logo-title {
  color: var(--gold-dark);
}

.site-header.scrolled .logo-tagline {
  color: rgba(31,28,24,0.8);
}

/* Responsive Fix */
@media (max-width: 768px) {
  .logo-title {
    font-size: 16px;
  }

  .logo-tagline {
    font-size: 11px;
  }

  .header-logo img {
    height: 70px;
  }
}

/* HEADER */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: all 0.5s ease; }
.site-header.transparent { background: transparent; }
.site-header.scrolled { background: rgba(255,255,255,0.8); backdrop-filter: blur(24px); border-bottom: 1px solid rgba(232,226,217,0.4); box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 140px; padding: 0 16px; max-width: 2000px; margin: 0 auto; }
.header-logo { padding-left: 12px; }
.header-logo img { height: 100px; width: auto; object-fit: contain; transition: all 0.5s; }
.header-nav { display: flex; align-items: center; gap: 56px; }
.header-nav a { font-size: 20px; font-weight: 500; color: rgba(212, 160, 23, 0.8); border-radius: 8px; transition: all 0.3s; }
.header-nav a:hover { color: var(--gold); background: rgba(212,160,23,0.05); }
.mobile-toggle { display: none; padding: 8px; background: none; border: none; cursor: pointer; color: var(--fg); }
.mobile-menu { display: none; padding: 8px 16px 24px; background: rgba(255,255,255,0.9); backdrop-filter: blur(24px); border-top: 1px solid var(--border); }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 12px 16px; font-size: 14px; font-weight: 500; color: rgba(31,28,24,0.8); }
.mobile-menu a:hover { color: var(--gold); }

/* HERO */
.hero-section { position: relative; height: 100vh; width: 100%; overflow: hidden; }
.hero-slide { position: absolute; inset: 0; transition: opacity 1.5s ease-in-out; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.05); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(31,28,24,0.7), rgba(31,28,24,0.5), var(--bg)); }
.hero-content { position: relative; z-index: 10; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; text-align: center; padding: 0 16px; }
.hero-title { font-size: clamp(1.875rem, 5vw, 3.75rem); font-weight: 700; line-height: 1.1; max-width: 56rem; color: #fff; margin-bottom: 24px; text-wrap: balance; }
.hero-title .gold-text { background: var(--gradient-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-subtitle { font-size: clamp(1.125rem, 2vw, 1.25rem); color: rgba(255,255,255,0.7); font-weight: 300; letter-spacing: 0.05em; margin-bottom: 40px; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.btn-gold { background: var(--gradient-gold); padding: 14px 32px; border-radius: 8px; font-weight: 600; font-size: 14px; letter-spacing: 0.05em; color: #fff; transition: all 0.3s; border: none; cursor: pointer; }
.btn-gold:hover { transform: scale(1.03); box-shadow: var(--shadow-gold); }
.btn-glass { background: rgba(255,255,255,0.1); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.2); padding: 14px 32px; border-radius: 8px; font-weight: 600; font-size: 14px; color: #fff; transition: all 0.3s; cursor: pointer; }
.btn-glass:hover { transform: scale(1.03); border-color: rgba(212,160,23,0.4); }
.hero-indicators { position: absolute; bottom: 48px; display: flex; gap: 8px; }
.hero-dot { height: 6px; border-radius: 999px; border: none; cursor: pointer; transition: all 0.5s; background: rgba(255,255,255,0.2); }
.hero-dot.active { width: 32px; background: var(--gold); }
.hero-dot:not(.active) { width: 16px; }

/* SECTIONS */
.section-padding { padding: 96px 0; }
.section-label { font-size: 14px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; display: block; }
.section-title { font-size: clamp(1.875rem, 4vw, 2.25rem); font-weight: 700; text-wrap: balance; }
.bg-surface { background: var(--surface); }

/* GLASS CARD */
.glass-card { background: rgba(255,255,255,0.6); backdrop-filter: blur(16px); border: 1px solid rgba(232,226,217,0.3); border-radius: 12px; padding: 32px; transition: all 0.5s ease-out; box-shadow: var(--shadow-card); }
.glass-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-card-hover); }
.card-icon { width: 48px; height: 48px; border-radius: 8px; background: var(--gradient-gold); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; color: #fff; transition: transform 0.3s; }
.glass-card:hover .card-icon { transform: scale(1.1); }

/* INFO CARDS */
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 64rem; margin: 0 auto; }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-images { position: relative; height: 500px; border-radius: 16px; overflow: hidden; }
.scroll-track { display: flex; flex-direction: column; gap: 16px; animation: scroll-up 20s linear infinite; }
.scroll-track img { width: 100%; border-radius: 12px; object-fit: cover; height: 280px; }

/* SERVICES */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 72rem; margin: 0 auto; align-items: stretch; }
.service-card { display: flex; flex-direction: column; }
.service-card ul { list-style: none; flex: 1; }
.service-card li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: rgba(31,28,24,0.7); padding: 6px 0; }
.service-card li::before { content: '✓'; color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 2px; }

/* REVIEWS */
.reviews-track { display: flex; animation: marquee 30s linear infinite; }
.review-card { background: rgba(255,255,255,0.6); backdrop-filter: blur(16px); border: 1px solid rgba(232,226,217,0.3); border-radius: 12px; padding: 32px; min-width: 340px; max-width: 380px; flex-shrink: 0; margin: 0 12px; }
.review-stars { display: flex; gap: 4px; margin-bottom: 16px; color: var(--gold); }
.review-text { color: rgba(31,28,24,0.8); font-size: 14px; line-height: 1.6; margin-bottom: 24px; font-style: italic; }


/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; max-width: 64rem; margin: 0 auto; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-icon { width: 40px; height: 40px; border-radius: 8px; background: var(--gradient-gold); display: flex; align-items: center; justify-content: center; color: #fff; flex-shrink: 0; }
.form-input { width: 100%; background: rgba(255,255,255,0.6); backdrop-filter: blur(16px); border: 1px solid rgba(232,226,217,0.3); border-radius: 8px; padding: 12px 16px; font-size: 14px; color: var(--fg); transition: box-shadow 0.3s; font-family: var(--font-body); }
.form-input:focus { outline: none; box-shadow: 0 0 0 3px rgba(212,160,23,0.2); }
.form-textarea { width: 100%; background: rgba(255,255,255,0.6); backdrop-filter: blur(16px); border: 1px solid rgba(232,226,217,0.3); border-radius: 8px; padding: 12px 16px; font-size: 14px; color: var(--fg); resize: none; transition: box-shadow 0.3s; font-family: var(--font-body); }
.form-textarea:focus { outline: none; box-shadow: 0 0 0 3px rgba(212,160,23,0.2); }

/* FOOTER */
.site-footer { border-top: 1px solid var(--border); background: var(--card); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 2.2fr 1fr 1.2fr; gap: 40px; padding: 64px 0; align-items: start; }
.footer-brand .gold-text { font-size: 20px; font-weight: 700; background: var(--gradient-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.footer-links h4 { font-size: 14px; font-weight: 600; margin-bottom: 16px; }
.footer-links ul { list-style: none; }
.footer-links li { padding: 4px 0; }
.footer-links a { font-size: 14px; color: var(--muted); transition: color 0.3s; }
.footer-links a:hover { color: var(--gold); }
.social-links { display: flex; gap: 12px; margin-top: 24px; }
.social-link { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,0.6); backdrop-filter: blur(16px); border: 1px solid rgba(232,226,217,0.3); display: flex; align-items: center; justify-content: center; color: var(--muted); transition: all 0.3s; }
.social-link:hover { color: var(--gold); border-color: rgba(212,160,23,0.3); }
.footer-bottom { border-top: 1px solid rgba(232,226,217,0.5); padding: 24px 0; text-align: center; font-size: 12px; color: var(--muted); }
.state-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  align-items: start;
}

.state-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.state-links li {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}

.state-links a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}

.state-links a:hover {
  color: #d4af37;
  padding-left: 4px;
}

/* WHATSAPP */
.whatsapp-btn { position: fixed; bottom: 24px; right: 24px; z-index: 50; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(37,211,102,0.3); transition: transform 0.2s; animation: wa-pulse 2s cubic-bezier(0.4,0,0.6,1) infinite; }
.whatsapp-btn:hover { transform: scale(1.1); }
.whatsapp-btn svg { width: 24px; height: 24px; fill: #fff; }

/* GOLD TEXT */
.gold-text-inline { background: var(--gradient-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* MAP */
.map-wrapper { border-radius: 12px; overflow: hidden; margin-bottom: 48px; box-shadow: 0 0 30px rgba(212,160,23,0.15), 0 0 60px rgba(212,160,23,0.05); }

/* REVEAL ANIMATIONS */
.reveal { opacity: 0; transform: translateY(20px); filter: blur(4px); transition: opacity 0.7s cubic-bezier(0.16,1,0.3,1), transform 0.7s cubic-bezier(0.16,1,0.3,1), filter 0.7s cubic-bezier(0.16,1,0.3,1); }
.reveal.visible { opacity: 1; transform: translateY(0); filter: blur(0); }

@keyframes scroll-up { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes wa-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); } 50% { box-shadow: 0 0 0 14px rgba(37,211,102,0); } }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .header-nav { display: none; }
  .mobile-toggle { display: block; }
  .info-grid, .services-grid, .about-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .about-images { height: 350px; }
}
@media (min-width: 640px) and (max-width: 1024px) {
  .info-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .hero-buttons { flex-direction: column; }
  .section-padding { padding: 64px 0; }
}





/* Professional footer alignment */
.footer-grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr 2.25fr 1fr 1.15fr !important;
  gap: 48px !important;
  padding: 64px 0 !important;
  align-items: start !important;
}

.footer-links h4{
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.2;
}

.footer-links p{
  margin: 0 0 12px;
}

.footer-menu,
.footer-contact-list,
.state-links{
  list-style:none;
  margin:0;
  padding:0;
}

.footer-menu li,
.footer-contact-list li{
  margin:0 0 12px;
  padding:0;
}

.footer-services .footer-menu a,
.footer-contact .footer-contact-list a,
.footer-links a{
  display:inline-block;
  text-decoration:none;
  line-height:1.7;
  transition:all .25s ease;
  vertical-align:top;
}

.footer-services .footer-menu a:hover,
.footer-contact .footer-contact-list a:hover,
.footer-links a:hover{
  color:#d4af37;
  transform:translateX(4px);
}

.footer-contact-list li:last-child a{
  display:inline-block;
  line-height:1.75;
}

.state-columns{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 34px;
  align-items:start;
}

.state-links{
  display:block !important;
}

.state-links li{
  margin:0 0 12px !important;
  padding:0 !important;
}

.state-links a{
  display:block !important;
  white-space:nowrap;
  line-height:1.6 !important;
}

.footer-services .footer-menu a{
  white-space:normal;
}

.footer-contact .footer-contact-list a{
  white-space:normal;
  word-break:break-word;
}

.footer-about p{
  max-width: 280px;
  line-height:1.8;
}

@media (max-width: 1200px){
  .footer-grid{
    grid-template-columns: 1.1fr 1fr 1.7fr 1fr 1.1fr !important;
    gap: 30px !important;
  }
  .state-columns{
    grid-template-columns:1fr;
    gap:0;
  }
  .state-links a{
    white-space:normal;
  }
}

@media (max-width: 991px){
  .footer-grid{
    grid-template-columns:1fr 1fr !important;
    gap:28px !important;
  }
}

@media (max-width: 767px){
  .footer-grid{
    grid-template-columns:1fr !important;
  }
}


/* FINAL CLEAN FOOTER FIX */
.site-footer .footer-grid{
  display:grid !important;
  grid-template-columns: 1.15fr 1fr 2.4fr 1.15fr 1.15fr !important;
  gap: 42px !important;
  align-items:start !important;
}

.site-footer .footer-brand{
  min-width:0;
}

.site-footer .footer-links{
  min-width:0;
}

.site-footer .footer-links h4{
  margin:0 0 18px 0 !important;
  font-size:18px !important;
  line-height:1.2 !important;
}

.site-footer .footer-links ul{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}

.site-footer .footer-links li{
  margin:0 0 12px 0 !important;
  padding:0 !important;
}

.site-footer .footer-links a{
  text-decoration:none !important;
  line-height:1.65 !important;
  transition:all .25s ease !important;
}

.site-footer .footer-links a:hover{
  color:#d4af37 !important;
  transform:translateX(4px);
}

.site-footer .footer-links.footer-states{
  justify-self:center;
}

.site-footer .footer-links.footer-states h4{
  text-align:center;
}

.site-footer .footer-links.footer-states .state-columns{
  display:grid !important;
  grid-template-columns:max-content max-content !important;
  gap:0 44px !important;
  justify-content:center !important;
  align-items:start !important;
}

.site-footer .footer-links.footer-states .state-links{
  display:block !important;
  width:max-content;
}

.site-footer .footer-links.footer-states .state-links li{
  margin:0 0 12px 0 !important;
}

.site-footer .footer-links.footer-states .state-links a{
  display:block !important;
  white-space:nowrap !important;
  font-size:13px !important;
  line-height:1.55 !important;
}

.site-footer .footer-links.footer-services{
  justify-self:start;
}

.site-footer .footer-links.footer-services .footer-menu{
  display:block !important;
}

.site-footer .footer-links.footer-services .footer-menu li{
  margin:0 0 14px 0 !important;
}

.site-footer .footer-links.footer-services .footer-menu a{
  display:block !important;
  white-space:normal !important;
  max-width:160px;
  font-size:13px !important;
  line-height:1.6 !important;
}

.site-footer .footer-links.footer-contact{
  justify-self:start;
}

.site-footer .footer-links.footer-contact .footer-contact-list li{
  margin:0 0 14px 0 !important;
}

.site-footer .footer-links.footer-contact .footer-contact-list a{
  display:block !important;
  white-space:normal !important;
  word-break:break-word !important;
  max-width:190px;
  font-size:13px !important;
  line-height:1.7 !important;
}

@media (max-width: 1200px){
  .site-footer .footer-grid{
    grid-template-columns: 1fr 1fr 1.8fr 1fr 1fr !important;
    gap:28px !important;
  }
  .site-footer .footer-links.footer-states .state-columns{
    grid-template-columns:1fr !important;
    gap:0 !important;
  }
  .site-footer .footer-links.footer-states h4{
    text-align:left;
  }
  .site-footer .footer-links.footer-states{
    justify-self:start;
  }
  .site-footer .footer-links.footer-states .state-links{
    width:auto;
  }
  .site-footer .footer-links.footer-states .state-links a{
    white-space:normal !important;
  }
}

@media (max-width: 991px){
  .site-footer .footer-grid{
    grid-template-columns:1fr 1fr !important;
  }
}

@media (max-width: 767px){
  .site-footer .footer-grid{
    grid-template-columns:1fr !important;
  }
}


/* Footer copyright final real fix */
.site-footer .footer-bottom{
  border-top: 1px solid rgba(212,175,55,0.18) !important;
  margin-top: 36px !important;
  padding: 22px 0 0 !important;
  text-align: center !important;
  width: 100% !important;
}

.site-footer .footer-bottom p{
  margin: 0 auto !important;
  text-align: center !important;
  color: #b8860b !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}

.site-footer .footer-bottom .footer-brand-name{
  color: #b8860b !important;
  font-weight: 700 !important;
}







/* Refined contact alignment + stronger WhatsApp animation */
.site-footer .footer-contact .clean-contact-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:18px;
}

.site-footer .footer-contact .contact-row{
  margin:0;
  padding:0;
}

.site-footer .footer-contact .contact-row a{
  display:grid !important;
  grid-template-columns:52px 1fr;
  column-gap:12px;
  align-items:start;
  text-decoration:none !important;
  line-height:1.7 !important;
}

.site-footer .footer-contact .contact-badge{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:12px;
  background:linear-gradient(180deg, #d4af37, #b8860b);
  color:#fff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.2px;
  box-shadow:0 8px 18px rgba(184,134,11,.22);
  margin-top:2px;
}

.site-footer .footer-contact .contact-text{
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.8;
  word-break:break-word;
  padding-top:4px;
}

.site-footer .footer-contact .address-row .contact-text{
  max-width:220px;
}

.site-footer .footer-contact .contact-row a::after{
  display:none !important;
}

.site-footer .footer-contact .contact-row a:hover .contact-badge{
  transform:translateY(-2px) scale(1.04);
  transition:transform .25s ease;
}

.site-footer .footer-contact .contact-row a:hover .contact-text{
  color:#b8860b;
}

/* Stronger WhatsApp animation */
.whatsapp-float,
.whatsapp-btn{
  position:fixed;
  animation:waAttention 5s ease-in-out infinite;
  transform-origin:center center;
  will-change:transform, box-shadow;
}

.whatsapp-float::before,
.whatsapp-btn::before{
  content:"";
  position:absolute;
  inset:-10px;
  border-radius:999px;
  background:rgba(37, 211, 102, 0.20);
  animation:waRingPulse 5s ease-out infinite;
  z-index:-1;
}

.whatsapp-float::after,
.whatsapp-btn::after{
  content:"";
  position:absolute;
  inset:-18px;
  border-radius:999px;
  border:2px solid rgba(37, 211, 102, 0.22);
  animation:waOuterRing 5s ease-out infinite;
  z-index:-2;
}

@keyframes waAttention{
  0%, 72%, 100%{
    transform:rotate(0deg) scale(1);
    box-shadow:0 10px 24px rgba(37,211,102,.22);
  }
  76%{
    transform:rotate(-14deg) scale(1.10);
    box-shadow:0 14px 30px rgba(37,211,102,.30);
  }
  80%{
    transform:rotate(14deg) scale(1.10);
    box-shadow:0 14px 30px rgba(37,211,102,.32);
  }
  84%{
    transform:rotate(-10deg) scale(1.08);
    box-shadow:0 14px 30px rgba(37,211,102,.30);
  }
  88%{
    transform:rotate(10deg) scale(1.08);
    box-shadow:0 14px 30px rgba(37,211,102,.28);
  }
  92%{
    transform:rotate(0deg) scale(1.12);
    box-shadow:0 14px 30px rgba(37,211,102,.32);
  }
}

@keyframes waRingPulse{
  0%, 72%, 100%{
    transform:scale(.92);
    opacity:0;
  }
  74%{
    opacity:.9;
  }
  90%{
    transform:scale(1.30);
    opacity:0;
  }
}

@keyframes waOuterRing{
  0%, 72%, 100%{
    transform:scale(.86);
    opacity:0;
  }
  75%{
    opacity:.65;
  }
  92%{
    transform:scale(1.44);
    opacity:0;
  }
}

.whatsapp-float:hover,
.whatsapp-btn:hover{
  animation-play-state:paused;
}

.wa-tooltip{
  position:absolute;
  right:68px;
  top:50%;
  transform:translateY(-50%);
  background:#111;
  color:#fff;
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  line-height:1;
  white-space:nowrap;
  opacity:0;
  visibility:hidden;
  transition:all .25s ease;
  box-shadow:0 8px 20px rgba(0,0,0,.14);
}

.whatsapp-float:hover .wa-tooltip,
.whatsapp-btn:hover .wa-tooltip{
  opacity:1;
  visibility:visible;
  right:74px;
}

@media (max-width:767px){
  .wa-tooltip{ display:none; }
}


/* Professional contact alignment override */
.site-footer .footer-links.footer-contact{
  min-width: 220px;
}

.site-footer .footer-links.footer-contact .clean-contact-list,
.site-footer .footer-links.footer-contact .footer-contact-list{
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.site-footer .footer-links.footer-contact .contact-row{
  margin: 0 !important;
  padding: 0 !important;
}

.site-footer .footer-links.footer-contact .contact-row a{
  display: grid !important;
  grid-template-columns: 50px minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: 14px !important;
  text-decoration: none !important;
  width: 100% !important;
}

.site-footer .footer-links.footer-contact .contact-badge{
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  box-shadow: 0 8px 18px rgba(184,134,11,.18) !important;
}

.site-footer .footer-links.footer-contact .contact-text{
  display: block !important;
  margin: 0 !important;
  padding: 1px 0 0 0 !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
  text-align: left !important;
  word-break: break-word !important;
}

.site-footer .footer-links.footer-contact .address-row .contact-text{
  max-width: 230px !important;
}

.site-footer .footer-links.footer-contact .contact-row a::after{
  display: none !important;
}

.site-footer .footer-links.footer-contact .contact-row:hover .contact-text{
  color: #b8860b !important;
}

@media (max-width: 767px){
  .site-footer .footer-links.footer-contact{
    min-width: 0 !important;
  }

  .site-footer .footer-links.footer-contact .contact-row a{
    grid-template-columns: 44px minmax(0, 1fr) !important;
    column-gap: 12px !important;
  }

  .site-footer .footer-links.footer-contact .contact-badge{
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
  }
}


/* Clean professional footer contact (no icons) */
.footer-clean-contact{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.footer-clean-contact li{
  margin:0;
}

.footer-clean-contact a{
  text-decoration:none;
  color:var(--muted);
  font-size:14px;
  line-height:1.8;
  display:block;
}

.footer-clean-contact a:hover{
  color:#d4af37;
}

/* Astra style spacing */
.footer-links{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.footer-links h4{
  margin-bottom:16px;
}



/* Astra style footer spacing */
.footer-grid{
  display:grid !important;
  grid-template-columns: 1.2fr 1fr 2fr 1fr 1.2fr !important;
  gap: 80px !important; /* BIG spacing like Astra */
  padding: 80px 0 !important;
}

.footer-links{
  gap: 14px !important;
}

.footer-links ul li{
  margin-bottom: 10px !important;
}

.footer-links h4{
  margin-bottom: 22px !important;
  font-size: 18px;
}

.footer-links a{
  font-size: 14px;
  line-height: 1.9;
}

/* More breathing space for states */
.state-columns{
  gap: 0 60px !important;
}

/* Responsive spacing */
@media (max-width: 1200px){
  .footer-grid{
    gap: 40px !important;
  }
}



/* FORCE ASTRA-LIKE FOOTER SPACING */
.site-footer .container,
.site-footer .footer-container,
.site-footer .footer-inner,
.site-footer .wrap {
  max-width: 1250px !important;
  width: calc(100% - 80px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.site-footer .footer-grid {
  display: grid !important;
  grid-template-columns: 1.2fr 1fr 2.15fr 1fr 1.15fr !important;
  column-gap: 72px !important;
  row-gap: 20px !important;
  align-items: start !important;
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}

.site-footer .footer-grid > * {
  min-width: 0 !important;
}

.site-footer .footer-grid > :nth-child(2),
.site-footer .footer-grid > :nth-child(3),
.site-footer .footer-grid > :nth-child(4),
.site-footer .footer-grid > :nth-child(5) {
  padding-left: 8px !important;
}

.site-footer .footer-links h4 {
  margin: 0 0 26px 0 !important;
}

.site-footer .footer-links ul {
  margin: 0 !important;
  padding: 0 !important;
}

.site-footer .footer-links li {
  margin: 0 0 14px 0 !important;
}

.site-footer .footer-links a {
  line-height: 1.95 !important;
}

.site-footer .footer-links.footer-states .state-columns {
  column-gap: 58px !important;
}

.site-footer .footer-links.footer-contact {
  max-width: 240px !important;
}

@media (max-width: 1200px) {
  .site-footer .footer-grid {
    column-gap: 42px !important;
    grid-template-columns: 1.1fr 1fr 1.8fr 1fr 1.1fr !important;
  }
}

@media (max-width: 991px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    column-gap: 30px !important;
    row-gap: 30px !important;
  }
}

@media (max-width: 767px) {
  .site-footer .container,
  .site-footer .footer-container,
  .site-footer .footer-inner,
  .site-footer .wrap {
    width: calc(100% - 32px) !important;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr !important;
    row-gap: 28px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}


/* ===== Master footer polish ===== */
.site-footer {
  background: #f6f5f3 !important;
}

.site-footer .footer-shell {
  max-width: 1440px !important;
  width: calc(100% - 120px) !important;
  margin: 0 auto !important;
  padding: 96px 0 0 !important;
}

.site-footer .footer-grid {
  display: grid !important;
  grid-template-columns: 1.35fr 1fr 2.45fr 1.2fr 1.2fr !important;
  column-gap: 96px !important;
  row-gap: 28px !important;
  align-items: start !important;
}

.site-footer .footer-grid > * {
  min-width: 0 !important;
}

.site-footer .footer-brand {
  max-width: 270px !important;
}

.site-footer .footer-brand .gold-text {
  display: inline-block !important;
  font-size: 22px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
  color: #c69214 !important;
  margin: 0 0 22px 0 !important;
}

.site-footer .footer-brand-text {
  color: var(--muted) !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
  margin: 0 0 28px 0 !important;
  max-width: 240px !important;
}

.site-footer .footer-links h4 {
  margin: 0 0 28px 0 !important;
  font-size: 19px !important;
  line-height: 1.2 !important;
  color: #111 !important;
}

.site-footer .footer-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-footer .footer-list li {
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
}

.site-footer .footer-links a {
  display: inline-block !important;
  font-size: 15px !important;
  line-height: 1.95 !important;
  color: var(--muted) !important;
  text-decoration: none !important;
  transition: color .25s ease, transform .25s ease !important;
}

.site-footer .footer-links a:hover {
  color: #c69214 !important;
  transform: translateX(3px) !important;
}

.site-footer .footer-states {
  justify-self: center !important;
}

.site-footer .footer-states .state-columns {
  display: grid !important;
  grid-template-columns: max-content max-content !important;
  column-gap: 74px !important;
  align-items: start !important;
}

.site-footer .footer-states a {
  white-space: nowrap !important;
}

.site-footer .footer-services {
  min-width: 220px !important;
}

.site-footer .footer-services .footer-list {
  max-width: 220px !important;
}

.site-footer .footer-services a {
  white-space: normal !important;
}

.site-footer .footer-contact {
  min-width: 250px !important;
}

.site-footer .footer-clean-contact {
  max-width: 250px !important;
}

.site-footer .footer-clean-contact li {
  margin-bottom: 24px !important;
}

.site-footer .footer-clean-contact a {
  white-space: normal !important;
  line-height: 1.85 !important;
}

.site-footer .social-links {
  gap: 12px !important;
}

.site-footer .footer-bottom {
  border-top: 1px solid rgba(198,146,20,.15) !important;
  margin-top: 56px !important;
  padding: 22px 0 10px !important;
  text-align: center !important;
}

.site-footer .footer-bottom p {
  margin: 0 !important;
  color: #c69214 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}

.site-footer .footer-brand-name {
  color: #c69214 !important;
  font-weight: 700 !important;
}

@media (max-width: 1280px) {
  .site-footer .footer-shell {
    width: calc(100% - 64px) !important;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1.2fr .95fr 1.9fr 1.05fr 1.1fr !important;
    column-gap: 52px !important;
  }

  .site-footer .footer-states .state-columns {
    column-gap: 40px !important;
  }
}

@media (max-width: 991px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    column-gap: 32px !important;
    row-gap: 32px !important;
  }

  .site-footer .footer-states {
    justify-self: start !important;
  }

  .site-footer .footer-states .state-columns {
    grid-template-columns: 1fr !important;
    row-gap: 0 !important;
  }

  .site-footer .footer-states a {
    white-space: normal !important;
  }
}

@media (max-width: 767px) {
  .site-footer .footer-shell {
    width: calc(100% - 28px) !important;
    padding-top: 56px !important;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr !important;
    row-gap: 28px !important;
  }

  .site-footer .footer-services,
  .site-footer .footer-contact {
    min-width: 0 !important;
  }

  .site-footer .footer-clean-contact,
  .site-footer .footer-services .footer-list {
    max-width: none !important;
  }
}


/* ===== FINAL ASTRA-LIKE FOOTER SPACING OVERRIDE ===== */
.site-footer .footer-shell{
  max-width: 1320px !important;
  width: calc(100% - 72px) !important;
  margin: 0 auto !important;
  padding-top: 58px !important;
}

.site-footer .footer-grid{
  display: grid !important;
  grid-template-columns: 1.05fr 0.95fr 1.75fr 0.95fr 1.05fr !important;
  column-gap: 46px !important;
  row-gap: 12px !important;
  align-items: start !important;
}

.site-footer .footer-brand{
  max-width: 210px !important;
}

.site-footer .footer-brand .gold-text{
  font-size: 18px !important;
  line-height: 1.45 !important;
  margin: 0 0 14px 0 !important;
}

.site-footer .footer-brand-text{
  font-size: 13px !important;
  line-height: 1.7 !important;
  margin: 0 0 18px 0 !important;
  max-width: 200px !important;
}

.site-footer .footer-links h4{
  margin: 0 0 14px 0 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
}

.site-footer .footer-list li{
  margin: 0 0 8px 0 !important;
}

.site-footer .footer-links a{
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.site-footer .footer-states .state-columns{
  grid-template-columns: max-content max-content !important;
  column-gap: 28px !important;
}

.site-footer .footer-services{
  min-width: 160px !important;
}

.site-footer .footer-services .footer-list{
  max-width: 165px !important;
}

.site-footer .footer-contact{
  min-width: 175px !important;
}

.site-footer .footer-clean-contact{
  max-width: 185px !important;
}

.site-footer .footer-clean-contact li{
  margin-bottom: 12px !important;
}

.site-footer .footer-clean-contact a{
  line-height: 1.6 !important;
}

.site-footer .social-links{
  gap: 8px !important;
}

.site-footer .social-link{
  width: 32px !important;
  height: 32px !important;
}

.site-footer .footer-bottom{
  margin-top: 28px !important;
  padding: 14px 0 6px !important;
}

.site-footer .footer-bottom p{
  font-size: 13px !important;
}

@media (max-width: 1280px){
  .site-footer .footer-shell{
    width: calc(100% - 48px) !important;
  }
  .site-footer .footer-grid{
    grid-template-columns: 1fr .95fr 1.45fr .95fr 1fr !important;
    column-gap: 28px !important;
  }
  .site-footer .footer-states .state-columns{
    column-gap: 18px !important;
  }
}

@media (max-width: 991px){
  .site-footer .footer-grid{
    grid-template-columns: 1fr 1fr !important;
    column-gap: 22px !important;
    row-gap: 22px !important;
  }
  .site-footer .footer-states{
    justify-self: start !important;
  }
  .site-footer .footer-states .state-columns{
    grid-template-columns: 1fr !important;
    row-gap: 0 !important;
  }
  .site-footer .footer-states a{
    white-space: normal !important;
  }
}

@media (max-width: 767px){
  .site-footer .footer-shell{
    width: calc(100% - 24px) !important;
    padding-top: 40px !important;
  }
  .site-footer .footer-grid{
    grid-template-columns: 1fr !important;
    row-gap: 18px !important;
  }
}


/* FINAL SMALL SPACING FIX BETWEEN STATES & SERVICES */
.site-footer .footer-grid { column-gap: 60px !important; }
.site-footer .footer-services { margin-left: 10px !important; }








/* ===== Services section Regna-style background ===== */
#services{
  position: relative;
  background: url('assets/images/hero-gold-auction.jpg') center center / cover no-repeat fixed !important;
  overflow: hidden;
}

#services::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  z-index: 0;
}

#services .container{
  position: relative;
  z-index: 2;
}

#services .section-tag,
#services h2,
#services .section-subtitle,
#services .section-title{
  color: #ffffff !important;
}

#services .section-tag{
  letter-spacing: 0.18em;
  opacity: 0.92;
}

#services .section-subtitle,
#services p{
  color: rgba(255,255,255,0.88) !important;
}

#services .service-card,
#services .card,
#services .service-box{
  background: rgba(255,255,255,0.94) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.14) !important;
  backdrop-filter: blur(2px);
}

#services .service-card h3,
#services .card h3,
#services .service-box h3{
  color: #1a1a1a !important;
}

#services .service-card li,
#services .card li,
#services .service-box li{
  color: #5a5a5a !important;
}

@media (max-width: 991px){
  #services{
    background-attachment: scroll !important;
  }
}


/* FIX: limit background only to services section */
#services{
  position: relative;
  background: url('assets/images/hero-gold-auction.jpg') center/cover no-repeat fixed !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

#services::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.55);
  z-index:0;
}

#services > *{
  position:relative;
  z-index:2;
}

/* VERY IMPORTANT: reset background for other sections */
#testimonials,
#contact,
footer,
.section-padding:not(#services){
  background: #fff !important;
}



/* CALL BUTTON */
.gs-call-btn { position: fixed; bottom: 24px; right: 94px; z-index: 50; width: 56px; height: 56px; border-radius: 50%; background: var(--gradient-gold); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(212,160,23,0.3); transition: transform 0.2s; }
.gs-call-btn:hover { transform: scale(1.08); }
.gs-call-btn svg { width: 24px; height: 24px; color: #fff; }
.wa-tooltip, .gs-call-tooltip { position: absolute; right: 68px; white-space: nowrap; background: rgba(31,28,24,0.92); color: #fff; font-size: 12px; padding: 7px 10px; border-radius: 999px; opacity: 0; transform: translateY(4px); pointer-events: none; transition: all 0.2s ease; }
.whatsapp-btn:hover .wa-tooltip, .gs-call-btn:hover .gs-call-tooltip { opacity: 1; transform: translateY(0); }
@media (max-width: 640px) {
  .gs-call-btn { right: 88px; bottom: 20px; width: 52px; height: 52px; }
  .whatsapp-btn { bottom: 20px; right: 20px; width: 52px; height: 52px; }
}


/* GoldSparrow chat floating alignment override */
.whatsapp-btn,
.whatsapp-float{
  left:auto !important;
  right:24px !important;
  bottom:24px !important;
  z-index:99990 !important;
}
@media (max-width:640px){
  .whatsapp-btn,
  .whatsapp-float{
    right:14px !important;
    left:auto !important;
    bottom:14px !important;
  }
}

/* ===== 2026-04-16 front page refinement ===== */
.section-heading{max-width:760px;margin:0 auto 54px}
.section-intro{margin:14px auto 0;color:rgba(31,28,24,.72);font-size:16px;line-height:1.75}
.gs-section-compact{padding-top:110px;padding-bottom:110px}
.gs-card-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.gs-clean-card{padding:34px 30px;border-radius:26px;background:linear-gradient(180deg,#fff 0%,#fcfaf5 100%);border:1px solid rgba(198,149,43,.14);box-shadow:0 18px 48px rgba(17,17,17,.06);height:100%}
.gs-card-title{font-family:var(--font-display);font-size:22px;line-height:1.3;font-weight:700;margin:0 0 12px;color:#1f1c18}
.gs-card-copy,.gs-copy{color:rgba(31,28,24,.74);font-size:15px;line-height:1.8}
.gs-inline-arrow{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:var(--gold)}
.gs-inline-arrow:after{content:'→';transition:transform .2s ease}
.gs-inline-arrow:hover:after{transform:translateX(4px)}
.gs-about-section{padding-top:120px;padding-bottom:80px}
.gs-about-grid-enhanced{align-items:center;gap:56px}
.gs-about-points{display:grid;grid-template-columns:1fr;gap:14px;margin-top:28px}
.gs-about-point{padding:16px 18px;border:1px solid rgba(198,149,43,.12);background:#fffaf1;border-radius:18px;box-shadow:0 8px 22px rgba(17,17,17,.04)}
.gs-about-point strong{display:block;font-size:16px;color:#1f1c18;margin-bottom:6px}
.gs-about-point span{display:block;color:rgba(31,28,24,.7);font-size:14px;line-height:1.65}
.gs-about-images-clean{border-radius:28px;overflow:hidden;box-shadow:0 24px 70px rgba(17,17,17,.14)}
.gs-blog-section{padding-top:28px;padding-bottom:120px;background:#f7f3eb}
.gs-blog-heading-pro{max-width:760px;margin:0 0 28px;text-align:left}
.gs-blog-section .section-label{color:#c99718;letter-spacing:.26em}
.gs-blog-section .section-title{color:#1b1711}
.gs-blog-section .section-intro{color:rgba(27,23,17,.72)}
.gs-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:12px}
.gs-blog-card{background:#f7f2ea;border-radius:30px;overflow:hidden;border:1px solid rgba(198,149,43,.16);box-shadow:0 24px 56px rgba(10,10,10,.16);transition:transform .24s ease, box-shadow .24s ease}
.gs-blog-card:hover{transform:translateY(-8px);box-shadow:0 30px 70px rgba(10,10,10,.22)}
.gs-blog-thumb{display:block;position:relative;aspect-ratio:1.62/1;background:linear-gradient(135deg,#d7aa3c,#8f6511);overflow:hidden}
.gs-blog-thumb::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.12));pointer-events:none}
.gs-blog-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.gs-blog-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:var(--font-display);font-size:28px;font-weight:700;color:#fff;padding:24px;text-align:center}
.gs-blog-body{padding:24px 22px 26px}
.gs-blog-meta{color:#7f7359;font-size:14px;font-weight:500;margin-bottom:12px}
.gs-blog-card h3{margin:0 0 14px;font-family:var(--font-display);font-size:20px;line-height:1.45;color:#1f1c18}
.gs-blog-card h3 a{color:inherit}
.gs-blog-card p{margin:0 0 22px;color:rgba(31,28,24,.7);font-size:15px;line-height:1.75}
.btn-gold-outline{display:inline-flex;align-items:center;justify-content:center;padding:11px 18px;border-radius:14px;border:1px solid rgba(198,149,43,.32);background:#efbc2f;color:#20190d;font-weight:800}
.btn-gold-outline:hover{background:#d6a61e;color:#13110d}
.gs-services-section{padding-top:110px;padding-bottom:110px;background:linear-gradient(rgba(18,18,18,.55),rgba(18,18,18,.55)),url('assets/images/services-guide.png') center/cover no-repeat fixed}
.gs-services-section .section-title,.gs-services-section .section-label,.gs-services-section .section-intro{color:#fff}
.gs-service-card-pro{background:#fff;border-color:rgba(198,149,43,.16)}
.gs-service-list{margin:10px 0 0;padding:0;list-style:none;display:grid;gap:12px}
.gs-service-list li{position:relative;padding-left:22px;color:rgba(31,28,24,.74);font-size:15px;line-height:1.7}
.gs-service-list li:before{content:'✓';position:absolute;left:0;top:0;color:#d2a126;font-weight:800}
.gs-reviews-section{padding-top:110px;padding-bottom:110px;background:#fbfaf7}
.gs-review-card-pro{background:#fff;border:1px solid rgba(198,149,43,.14);box-shadow:0 18px 42px rgba(17,17,17,.05);border-radius:24px;padding:28px;min-height:250px}
.gs-review-card-pro .review-text{color:rgba(31,28,24,.72);line-height:1.8;font-size:15px;margin:14px 0 20px}
.gs-review-card-pro .review-author{font-weight:700;color:#1f1c18;margin-bottom:4px}
.gs-review-card-pro .review-role{color:#8b7e62;font-size:14px}
.gs-contact-section{padding-top:110px;padding-bottom:110px}
.gs-subtitle{font-family:var(--font-display);font-size:24px;font-weight:700;margin:0 0 24px;color:#1f1c18}
.gs-contact-copy,.gs-contact-copy a{font-size:15px;line-height:1.7;color:rgba(31,28,24,.78)}
.contact-form input,.contact-form textarea{width:100%;padding:14px 16px;margin-bottom:14px;border-radius:14px;border:1px solid rgba(198,149,43,.18);background:#fffdfa;color:#1f1c18}
.contact-form textarea{resize:vertical;min-height:140px}

/* floating buttons left side */
.whatsapp-btn{left:24px!important;right:auto!important;bottom:24px!important;z-index:99980}
.gs-call-btn{left:24px!important;right:auto!important;bottom:92px!important;z-index:99979}
.wa-tooltip,.gs-call-tooltip{left:68px!important;right:auto!important}
@media (max-width:768px){
  .gs-blog-heading-pro{text-align:left}
  .gs-card-grid-3,.gs-blog-grid{grid-template-columns:1fr}
  .gs-about-grid-enhanced{gap:32px}
  .section-heading{margin-bottom:38px}
  .gs-services-section,.gs-contact-section,.gs-reviews-section,.gs-section-compact,.gs-blog-section,.gs-about-section{padding-top:76px;padding-bottom:76px}
  .whatsapp-btn{left:16px!important;bottom:16px!important}
  .gs-call-btn{left:16px!important;bottom:82px!important}
}

/* v5 service and blog fixes */
.gs-service-card-pro{display:flex;flex-direction:column;justify-content:flex-start;min-height:100%;padding-bottom:30px}
.gs-service-list{gap:10px}
.gs-service-list li{font-size:14px;line-height:1.65}
#services .services-grid{align-items:stretch}
#services .service-card{height:100%}
.gs-blog-thumb img{background:#d6a63a}


/* final services background override */
.gs-services-section{background-image:linear-gradient(rgba(18,18,18,.55),rgba(18,18,18,.55)),url('assets/images/services-guide.png') !important;background-position:center !important;background-size:cover !important;background-repeat:no-repeat !important;}


/* 2026-04-16 restore service list alignment */
.gs-service-list{display:block !important;list-style:none !important;margin:10px 0 0 !important;padding:0 !important;}
.gs-service-list li{display:flex !important;align-items:flex-start !important;gap:12px !important;padding:6px 0 !important;margin:0 !important;font-size:15px !important;line-height:1.7 !important;color:rgba(31,28,24,.74) !important;}
.gs-service-list li::before{content:"✓" !important;position:static !important;display:inline-block !important;flex:0 0 auto !important;color:#d2a126 !important;font-weight:800 !important;margin-top:0 !important;}
.gs-service-card-pro{display:block !important;}
.gs-services-section{background-image:linear-gradient(rgba(18,18,18,.55),rgba(18,18,18,.55)),url("assets/images/services-guide.png") !important;background-position:center !important;background-size:cover !important;background-repeat:no-repeat !important;background-attachment:fixed !important;}
