/*
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;}

/* =========================
   GoldSparrow property-style premium header update
   ========================= */
.site-header {
  background: linear-gradient(90deg, rgba(30,31,27,.96), rgba(72,70,60,.90), rgba(30,31,27,.96));
  border-bottom: 1px solid rgba(255,122,24,.24);
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  backdrop-filter: blur(18px);
}
.site-header.transparent {
  background: linear-gradient(90deg, rgba(30,31,27,.90), rgba(72,70,60,.82), rgba(30,31,27,.90));
}
.site-header.scrolled {
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(255,122,24,.18);
  box-shadow: 0 8px 26px rgba(0,0,0,.08);
}
.header-inner {
  height: 104px;
  max-width: 1780px;
  padding: 0 48px;
  gap: 28px;
}
.header-logo {
  min-width: 430px;
  padding-left: 0;
  gap: 18px;
  align-items: center;
}
.header-logo img {
  height: 86px;
  width: auto;
  object-fit: contain;
}
.logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
}
.logo-title {
  position: relative;
  display: inline-block;
  font-size: 46px;
  line-height: 1.12;
  letter-spacing: -.8px;
  color: #fff;
  text-shadow: 0 4px 18px rgba(0,0,0,.35);
  overflow: hidden;
  padding: 4px 5px 5px 0;
}
.logo-title::after {
  content: '';
  position: absolute;
  top: -18%;
  left: -45%;
  width: 34%;
  height: 136%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.65), transparent);
  transform: skewX(-22deg);
  animation: gsNameShine 3.8s ease-in-out infinite;
  pointer-events: none;
}
@keyframes gsNameShine {
  0%, 42% { left: -50%; opacity: 0; }
  55% { opacity: 1; }
  76%, 100% { left: 120%; opacity: 0; }
}
.logo-tagline {
  font-size: 19px;
  line-height: 1.15;
  font-weight: 900;
  color: #ff861f;
  letter-spacing: .1px;
  margin-top: 0;
}
.site-header.scrolled .logo-title { color: #1f1c18; text-shadow: none; }
.site-header.scrolled .logo-tagline { color: #ff752c; }
.header-nav {
  margin-left: auto;
  gap: 36px;
  white-space: nowrap;
}
.header-nav a {
  position: relative;
  padding: 9px 0;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255,255,255,.9);
  border-radius: 0;
}
.site-header.scrolled .header-nav a { color: rgba(31,28,24,.78); }
.header-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: #ff861f;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.header-nav a:hover,
.header-nav a.active { color: #ff861f; background: transparent; }
.header-nav a:hover::after,
.header-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; }
.login-dropdown { position: relative; }
.login-dropdown summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 54px;
  padding: 5px 8px 5px 25px;
  border-radius: 999px;
  border: 3px solid rgba(255,122,24,.92);
  background: linear-gradient(135deg, #fff 0 58%, #ff7a1a 58% 100%);
  color: #15110b;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(255,122,24,.35);
}
.login-dropdown summary::-webkit-details-marker { display: none; }
.login-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,122,24,.25);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  transition: transform .2s ease;
}
.login-dropdown[open] .login-arrow { transform: rotate(180deg); }
.login-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 150px;
  padding: 8px;
  border-radius: 12px;
  background: rgba(22,18,12,.97);
  border: 1px solid rgba(255,122,24,.55);
  box-shadow: 0 16px 38px rgba(0,0,0,.35);
}
.login-menu::before {
  content: '';
  position: absolute;
  top: -7px;
  right: 25px;
  width: 14px;
  height: 14px;
  background: rgba(22,18,12,.97);
  border-left: 1px solid rgba(255,122,24,.55);
  border-top: 1px solid rgba(255,122,24,.55);
  transform: rotate(45deg);
}
.login-menu a {
  display: block;
  padding: 13px 18px;
  border-radius: 9px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}
.login-menu a:hover { background: #ff861f; color: #15110b; }
.mobile-toggle { color: #ff861f; }
.site-header.scrolled .mobile-toggle { color: #1f1c18; }
.mobile-menu {
  background: rgba(24,20,14,.97);
  border-top: 1px solid rgba(255,122,24,.25);
}
.mobile-menu a { color: rgba(255,255,255,.88); font-weight: 700; }
.mobile-menu a:hover { color: #ff861f; }

@media (max-width: 1280px) {
  .header-inner { height: 96px; padding: 0 28px; }
  .header-logo { min-width: 360px; }
  .logo-title { font-size: 38px; line-height: 1.12; }
  .logo-tagline { font-size: 16px; }
  .header-logo img { height: 76px; }
  .header-nav { gap: 24px; }
  .header-nav a { font-size: 14px; }
}
@media (max-width: 1024px) {
  .header-inner { height: 86px; }
  .header-logo { min-width: auto; }
  .header-nav, .header-actions { display: none; }
  .mobile-toggle { display: inline-flex; margin-left: auto; }
}
@media (max-width: 768px) {
  .header-inner { height: 76px; padding: 0 14px; }
  .header-logo { gap: 10px; }
  .header-logo img { height: 58px; }
  .logo-title { font-size: 25px; letter-spacing: -.4px; line-height: 1.12; padding-bottom: 4px; }
  .logo-tagline { font-size: 12px; margin-top: 0; }
}
@media (max-width: 420px) {
  .logo-title { font-size: 21px; }
  .logo-tagline { font-size: 10px; }
  .header-logo img { height: 50px; }
}

/* ======================================================
   2026 Gold Auction Theme Header - property style matched
   ====================================================== */
:root{
  --auction-gold:#d4a017;
  --auction-gold-bright:#f4c542;
  --auction-gold-soft:#ffe2a3;
  --auction-dark:#15120a;
}
.site-header,
.site-header.transparent{
  background:
    radial-gradient(circle at 22% 0%, rgba(244,197,66,.18), transparent 28%),
    linear-gradient(90deg, rgba(17,16,12,.94), rgba(42,39,28,.90) 42%, rgba(15,14,11,.95));
  border-bottom:1px solid rgba(244,197,66,.22);
  box-shadow:0 10px 32px rgba(0,0,0,.22);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.site-header.scrolled{
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(212,160,23,.24);
  box-shadow:0 10px 30px rgba(21,18,10,.10);
}
.header-inner{
  height:96px;
  max-width:1780px;
  padding:0 56px;
  gap:28px;
}
.header-logo{
  min-width:440px;
  gap:18px;
}
.header-logo img{
  height:82px;
  width:auto;
  object-fit:contain;
  filter:drop-shadow(0 8px 14px rgba(0,0,0,.22));
}
.logo-title{
  font-family:var(--font-display);
  font-size:44px;
  line-height:1.06;
  font-weight:800;
  letter-spacing:-1.1px;
  color:#fff8e8;
  text-shadow:0 4px 20px rgba(0,0,0,.35);
  padding:3px 5px 4px 0;
}
.logo-tagline{
  font-size:18px;
  line-height:1.15;
  font-weight:900;
  color:var(--auction-gold-bright);
  letter-spacing:.25px;
  margin-top:3px;
}
.site-header.scrolled .logo-title{color:#1f1c18;text-shadow:none;}
.site-header.scrolled .logo-tagline{color:#b58100;}
.header-nav{
  gap:34px;
  margin-left:auto;
}
.header-nav a{
  position:relative;
  padding:10px 0;
  font-size:15.5px;
  font-weight:900;
  color:rgba(255,255,255,.88);
  text-shadow:0 3px 12px rgba(0,0,0,.18);
  border-radius:0;
}
.site-header.scrolled .header-nav a{
  color:rgba(31,28,24,.76);
  text-shadow:none;
}
.header-nav a::after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:1px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--auction-gold),var(--auction-gold-bright));
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .24s ease;
}
.header-nav a:hover,
.header-nav a.active{color:var(--auction-gold-bright);background:transparent;}
.site-header.scrolled .header-nav a:hover,
.site-header.scrolled .header-nav a.active{color:#b58100;}
.header-nav a:hover::after,
.header-nav a.active::after{transform:scaleX(1);}
.login-dropdown summary{
  height:54px;
  min-width:138px;
  padding:5px 8px 5px 26px;
  border:3px solid var(--auction-gold-bright);
  border-radius:999px;
  background:linear-gradient(135deg,#fff 0 58%,var(--auction-gold-bright) 58% 100%);
  color:#171208;
  box-shadow:0 12px 28px rgba(212,160,23,.30);
}
.login-arrow{
  background:rgba(212,160,23,.20);
  color:#171208;
}
.login-menu{
  min-width:158px;
  padding:8px;
  background:linear-gradient(145deg,#211909,#090806);
  border:1px solid rgba(244,197,66,.55);
  border-radius:13px;
}
.login-menu::before{
  background:#211909;
  border-left:1px solid rgba(244,197,66,.55);
  border-top:1px solid rgba(244,197,66,.55);
}
.login-menu a:hover{
  background:linear-gradient(135deg,var(--auction-gold),var(--auction-gold-bright));
  color:#171208;
}
.mobile-toggle{color:var(--auction-gold-bright);}
.mobile-menu{
  background:rgba(18,15,9,.98);
  border-top:1px solid rgba(244,197,66,.22);
}
.mobile-menu a{color:rgba(255,255,255,.90);font-weight:800;}
.mobile-menu a:hover{color:var(--auction-gold-bright);}

@media (max-width:1280px){
  .header-inner{height:88px;padding:0 28px;}
  .header-logo{min-width:365px;}
  .header-logo img{height:74px;}
  .logo-title{font-size:38px;}
  .logo-tagline{font-size:16px;}
  .header-nav{gap:22px;}
  .header-nav a{font-size:14px;}
}
@media (max-width:1024px){
  .header-inner{height:82px;}
  .header-logo{min-width:auto;}
  .header-nav,.header-actions{display:none;}
  .mobile-toggle{display:inline-flex;margin-left:auto;align-items:center;justify-content:center;}
}
@media (max-width:768px){
  .header-inner{height:74px;padding:0 14px;}
  .header-logo{gap:10px;}
  .header-logo img{height:56px;}
  .logo-title{font-size:25px;letter-spacing:-.4px;}
  .logo-tagline{font-size:12px;}
}

/* =========================================================
   GoldSparrow final public header polish
   Transparent top header + white scrolled header
   ========================================================= */
.site-header.gs-public-header,
.site-header.gs-public-header.transparent{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  background: rgba(8, 8, 7, 0.26) !important;
  background-image: linear-gradient(90deg, rgba(0,0,0,.22), rgba(255,177,0,.10), rgba(0,0,0,.20)) !important;
  backdrop-filter: blur(8px) saturate(125%) !important;
  -webkit-backdrop-filter: blur(8px) saturate(125%) !important;
  border-bottom: 1px solid rgba(255, 196, 52, 0.18) !important;
  box-shadow: none !important;
  transition: background .35s ease, box-shadow .35s ease, border-color .35s ease, backdrop-filter .35s ease !important;
}

.site-header.gs-public-header.scrolled{
  background: rgba(255,255,255,.96) !important;
  background-image: none !important;
  backdrop-filter: blur(18px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
  border-bottom: 1px solid rgba(221, 181, 80, .22) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,.08) !important;
}

.gs-public-header .header-inner{
  height: 112px !important;
  max-width: 1720px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 88px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 30px !important;
}

.gs-public-header .header-logo{
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  min-width: 420px !important;
  text-decoration: none !important;
  color: inherit !important;
}

.gs-public-header .header-logo::after,
.gs-public-header .header-logo::before,
.gs-public-header .logo-text::before,
.gs-public-header .logo-text::after{
  display: none !important;
  content: none !important;
}

.gs-public-header .header-logo img{
  width: 86px !important;
  height: 86px !important;
  object-fit: contain !important;
  flex: 0 0 86px !important;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.28)) !important;
  transition: transform .25s ease, filter .25s ease !important;
}

.gs-public-header .header-logo:hover img{
  transform: translateY(-2px) scale(1.02) !important;
}

.gs-public-header .logo-text{
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 4px !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.gs-public-header .logo-title{
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: clamp(34px, 2.25vw, 50px) !important;
  line-height: .95 !important;
  color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: -1.6px !important;
  text-shadow: 0 3px 14px rgba(0,0,0,.42) !important;
  white-space: nowrap !important;
}

.gs-public-header .logo-tagline{
  font-size: clamp(15px, 1vw, 21px) !important;
  line-height: 1.15 !important;
  color: #ffc33f !important;
  font-weight: 800 !important;
  letter-spacing: -.25px !important;
  white-space: nowrap !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.35) !important;
}

.gs-public-header.scrolled .logo-title{
  color: #191713 !important;
  text-shadow: none !important;
}

.gs-public-header.scrolled .logo-tagline{
  color: #d99500 !important;
  text-shadow: none !important;
}

.gs-public-header .header-nav{
  flex: 1 1 auto !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 34px !important;
  min-width: 0 !important;
}

.gs-public-header .header-nav > a,
.gs-public-header .services-trigger{
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  min-height: 44px !important;
  padding: 0 !important;
  color: rgba(255,255,255,.94) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  letter-spacing: -.15px !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.35) !important;
  transition: color .22s ease, transform .22s ease !important;
}

.gs-public-header.scrolled .header-nav > a,
.gs-public-header.scrolled .services-trigger{
  color: #1c1915 !important;
  text-shadow: none !important;
}

.gs-public-header .header-nav > a::after,
.gs-public-header .services-trigger::after{
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 3px !important;
  width: 0 !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ffb300, #ffd76a) !important;
  box-shadow: 0 6px 14px rgba(255,179,0,.32) !important;
  transition: width .25s ease !important;
}

.gs-public-header .header-nav > a:hover::after,
.gs-public-header .header-nav > a.active::after,
.gs-public-header .services-trigger:hover::after,
.gs-public-header .services-trigger.active::after{
  width: 100% !important;
}

.gs-public-header .header-nav > a:hover,
.gs-public-header .header-nav > a.active,
.gs-public-header .services-trigger:hover,
.gs-public-header .services-trigger.active{
  color: #ffc13d !important;
}

.gs-public-header.scrolled .header-nav > a:hover,
.gs-public-header.scrolled .header-nav > a.active,
.gs-public-header.scrolled .services-trigger:hover,
.gs-public-header.scrolled .services-trigger.active{
  color: #c98500 !important;
}

.gs-public-header .service-chevron{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffc13d !important;
  font-size: 15px !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
  transition: transform .25s ease !important;
}

.gs-public-header .services-nav{
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
}

.gs-public-header .services-nav:hover .service-chevron{
  transform: translateY(-1px) rotate(180deg) !important;
}

.gs-public-header .services-dropdown{
  position: absolute !important;
  top: calc(100% + 18px) !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(12px) scale(.97) !important;
  width: 355px !important;
  padding: 14px 16px !important;
  border-radius: 12px !important;
  background: rgba(7, 9, 10, .94) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.40) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease !important;
}

.gs-public-header.scrolled .services-dropdown{
  background: rgba(255,255,255,.98) !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  box-shadow: 0 20px 46px rgba(0,0,0,.16) !important;
}

.gs-public-header .services-dropdown::before{
  content: '' !important;
  position: absolute !important;
  top: -9px !important;
  left: 50% !important;
  width: 18px !important;
  height: 18px !important;
  transform: translateX(-50%) rotate(45deg) !important;
  background: inherit !important;
  border-left: 1px solid rgba(255,255,255,.18) !important;
  border-top: 1px solid rgba(255,255,255,.18) !important;
}

.gs-public-header .services-nav:hover .services-dropdown,
.gs-public-header .services-nav:focus-within .services-dropdown{
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) scale(1) !important;
}

.gs-public-header .services-dropdown a{
  display: grid !important;
  grid-template-columns: 34px 1fr 18px !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 58px !important;
  padding: 0 4px !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255,255,255,.18) !important;
  transition: transform .2s ease, color .2s ease, background .2s ease !important;
}

.gs-public-header.scrolled .services-dropdown a{
  color: #191713 !important;
  border-bottom-color: rgba(0,0,0,.10) !important;
}

.gs-public-header .services-dropdown a:last-child{
  border-bottom: 0 !important;
}

.gs-public-header .service-icon{
  width: 30px !important;
  height: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  color: #14100b !important;
  background: linear-gradient(135deg, #ffd96d, #ffb300) !important;
  font-size: 15px !important;
  box-shadow: 0 8px 18px rgba(255,179,0,.22) !important;
}

.gs-public-header .services-dropdown strong{
  color: #ffc13d !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  transition: transform .2s ease !important;
}

.gs-public-header .services-dropdown a:hover{
  color: #ffc13d !important;
  transform: translateX(4px) !important;
}

.gs-public-header.scrolled .services-dropdown a:hover{
  color: #c98500 !important;
}

.gs-public-header .services-dropdown a:hover strong{
  transform: translateX(3px) !important;
}

.gs-public-header .header-actions{
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin-left: 18px !important;
  width: 232px !important;
  height: 62px !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  border: 2px solid #ffc13d !important;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 48%, #ffc13d 48%, #ffd866 100%) !important;
  box-shadow: 0 11px 28px rgba(255,179,0,.28), inset 0 0 0 1px rgba(255,255,255,.38) !important;
  transition: transform .22s ease, box-shadow .22s ease !important;
}

.gs-public-header .header-actions:hover{
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 36px rgba(255,179,0,.34), inset 0 0 0 1px rgba(255,255,255,.45) !important;
}

.gs-public-header .header-actions::before{
  content: '' !important;
  position: absolute !important;
  left: 86px !important;
  top: -7px !important;
  width: 62px !important;
  height: 78px !important;
  background: #fff !important;
  border-radius: 0 0 34px 0 !important;
  transform: skewX(-22deg) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.gs-public-header .header-actions::after{
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.45) 46%, transparent 60%) !important;
  transform: translateX(-115%) !important;
  transition: transform .75s ease !important;
  z-index: 3 !important;
  pointer-events: none !important;
}

.gs-public-header .header-actions:hover::after{
  transform: translateX(115%) !important;
}

.gs-public-header .auth-pill{
  position: relative !important;
  z-index: 2 !important;
  flex: 0 0 50% !important;
  height: 100% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #13100c !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  letter-spacing: .05px !important;
  transition: transform .22s ease, color .22s ease !important;
}

.gs-public-header .auth-pill:hover{
  color: #000 !important;
  transform: scale(1.03) !important;
}

.gs-public-header .auth-login{
  background: transparent !important;
}

.gs-public-header .auth-register{
  background: transparent !important;
}

.gs-public-header .mobile-toggle{
  display: none !important;
  width: 44px !important;
  height: 44px !important;
  border: 1px solid rgba(255,196,52,.45) !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.10) !important;
  color: #fff !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 5px !important;
}

.gs-public-header.scrolled .mobile-toggle{
  color: #17130d !important;
  background: rgba(255,196,52,.12) !important;
}

.gs-public-header .mobile-toggle span{
  display: block !important;
  width: 21px !important;
  height: 2px !important;
  background: currentColor !important;
  border-radius: 999px !important;
}

.gs-public-header .mobile-menu{
  display: none !important;
}

@media (max-width: 1380px){
  .gs-public-header .header-inner{padding:0 48px !important; gap:22px !important;}
  .gs-public-header .header-logo{min-width:360px !important; gap:16px !important;}
  .gs-public-header .header-logo img{width:74px !important;height:74px !important;flex-basis:74px !important;}
  .gs-public-header .header-nav{gap:24px !important;}
  .gs-public-header .header-actions{width:214px !important;height:58px !important;}
  .gs-public-header .header-actions::before{left:78px !important;height:74px !important;}
}

@media (max-width: 1120px){
  .gs-public-header .header-inner{height:96px !important;padding:0 24px !important;}
  .gs-public-header .header-logo{min-width:auto !important;}
  .gs-public-header .header-logo img{width:64px !important;height:64px !important;flex-basis:64px !important;}
  .gs-public-header .logo-title{font-size:32px !important;}
  .gs-public-header .logo-tagline{font-size:15px !important;}
  .gs-public-header .header-nav,
  .gs-public-header .header-actions{display:none !important;}
  .gs-public-header .mobile-toggle{display:inline-flex !important;}
  .gs-public-header .mobile-menu.open{
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    position: absolute !important;
    left: 16px !important;
    right: 16px !important;
    top: calc(100% + 10px) !important;
    padding: 14px !important;
    border-radius: 18px !important;
    background: rgba(10,10,10,.96) !important;
    border: 1px solid rgba(255,196,52,.25) !important;
    box-shadow: 0 20px 46px rgba(0,0,0,.28) !important;
  }
  .gs-public-header.scrolled .mobile-menu.open{background:#fff !important;}
  .gs-public-header .mobile-menu a{
    color:#fff !important;
    padding:12px 14px !important;
    border-radius:12px !important;
    text-decoration:none !important;
    font-weight:800 !important;
  }
  .gs-public-header.scrolled .mobile-menu a{color:#191713 !important;}
  .gs-public-header .mobile-menu a:hover{background:rgba(255,196,52,.14) !important;color:#ffc13d !important;}
  .gs-public-header .mobile-services{display:grid !important;gap:4px !important;padding:4px 0 8px 12px !important;}
  .gs-public-header .mobile-auth{display:grid !important;grid-template-columns:1fr 1fr !important;gap:10px !important;margin-top:8px !important;}
  .gs-public-header .mobile-auth a{text-align:center !important;border:1px solid #ffc13d !important;}
  .gs-public-header .mobile-auth a:last-child{background:#ffc13d !important;color:#14100b !important;}
}

@media (max-width: 560px){
  .gs-public-header .header-inner{height:82px !important;padding:0 14px !important;}
  .gs-public-header .header-logo{gap:10px !important;}
  .gs-public-header .header-logo img{width:54px !important;height:54px !important;flex-basis:54px !important;}
  .gs-public-header .logo-title{font-size:25px !important;letter-spacing:-.8px !important;}
  .gs-public-header .logo-tagline{font-size:12px !important;}
}

/* =========================================================
   GoldSparrow Final Header Fix
   - transparent home header
   - white scroll header
   - left aligned bigger logo
   - professional services dropdown
   - moving active underline
   - reference-style Login/Register wave button
   ========================================================= */

.site-header.gs-public-header{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  background: transparent !important;
  border-bottom: 1px solid rgba(255,255,255,0.10) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: background .35s ease, box-shadow .35s ease, border-color .35s ease, backdrop-filter .35s ease !important;
}

.site-header.gs-public-header::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background: linear-gradient(90deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.33) 48%, rgba(0,0,0,.48) 100%);
  opacity: 1;
  transition: opacity .35s ease;
}

.site-header.gs-public-header.scrolled{
  background: rgba(255,255,255,.94) !important;
  border-bottom: 1px solid rgba(212,160,23,.22) !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.09) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

.site-header.gs-public-header.scrolled::before{
  opacity: 0;
}

.site-header.gs-public-header .header-inner{
  position: relative;
  z-index: 2;
  width: 100% !important;
  max-width: none !important;
  height: 112px !important;
  margin: 0 !important;
  padding: 0 70px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
}

.site-header.gs-public-header .header-logo{
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  min-width: 390px !important;
}

.site-header.gs-public-header .header-logo img{
  height: 92px !important;
  width: auto !important;
  max-width: 118px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.22));
  transition: height .35s ease, filter .35s ease, transform .35s ease !important;
}

.site-header.gs-public-header:not(.scrolled) .header-logo img{
  height: 104px !important;
  max-width: 132px !important;
}

.site-header.gs-public-header .header-logo:hover img{
  transform: translateY(-1px) scale(1.02);
}

.site-header.gs-public-header .logo-text{
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  line-height: 1 !important;
  gap: 9px !important;
}

.site-header.gs-public-header .logo-title{
  font-family: var(--font-display) !important;
  font-size: 44px !important;
  line-height: .88 !important;
  font-weight: 700 !important;
  letter-spacing: -.8px !important;
  color: #fff !important;
  text-shadow: 0 8px 18px rgba(0,0,0,.28) !important;
}

.site-header.gs-public-header .logo-tagline{
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  letter-spacing: .1px !important;
  color: #ffc22e !important;
  text-shadow: 0 5px 14px rgba(0,0,0,.22) !important;
}

.site-header.gs-public-header.scrolled .logo-title{
  color: #151515 !important;
  text-shadow: none !important;
}

.site-header.gs-public-header.scrolled .logo-tagline{
  color: #d99a00 !important;
  text-shadow: none !important;
}

.site-header.gs-public-header .header-nav{
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 34px !important;
  min-width: 0 !important;
  margin-left: auto !important;
}

.site-header.gs-public-header .nav-link,
.site-header.gs-public-header .services-trigger{
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  height: 44px !important;
  padding: 0 0 6px !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(255,255,255,.95) !important;
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  transition: color .25s ease, transform .25s ease !important;
}

.site-header.gs-public-header.scrolled .nav-link,
.site-header.gs-public-header.scrolled .services-trigger{
  color: #171717 !important;
}

.site-header.gs-public-header .nav-link:hover,
.site-header.gs-public-header .services-trigger:hover,
.site-header.gs-public-header .nav-link.active,
.site-header.gs-public-header .services-trigger.active{
  color: #ffc22e !important;
}

.site-header.gs-public-header.scrolled .nav-link:hover,
.site-header.gs-public-header.scrolled .services-trigger:hover,
.site-header.gs-public-header.scrolled .nav-link.active,
.site-header.gs-public-header.scrolled .services-trigger.active{
  color: #d99a00 !important;
}

.site-header.gs-public-header .nav-link::after,
.site-header.gs-public-header .services-trigger::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  bottom:0 !important;
  height:3px !important;
  width:0 !important;
  border-radius:999px !important;
  background: linear-gradient(90deg,#f7a600,#ffd45a) !important;
  transition: width .28s ease !important;
}

.site-header.gs-public-header .nav-link:hover::after,
.site-header.gs-public-header .services-trigger:hover::after,
.site-header.gs-public-header .nav-link.active::after,
.site-header.gs-public-header .services-trigger.active::after{
  width:100% !important;
}

.site-header.gs-public-header .services-nav{
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
}

.site-header.gs-public-header .service-chevron{
  width: 7px !important;
  height: 7px !important;
  border-right: 2px solid currentColor !important;
  border-bottom: 2px solid currentColor !important;
  transform: rotate(45deg) translateY(-2px) !important;
  transition: transform .25s ease !important;
  margin-left: 1px !important;
}

.site-header.gs-public-header .services-nav:hover .service-chevron{
  transform: rotate(225deg) translate(-2px,-1px) !important;
}

.site-header.gs-public-header .services-dropdown{
  position: absolute !important;
  top: calc(100% + 14px) !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(10px) scale(.98) !important;
  min-width: 318px !important;
  padding: 14px !important;
  border-radius: 16px !important;
  background: rgba(8,10,11,.94) !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  box-shadow: 0 24px 55px rgba(0,0,0,.32) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
}

.site-header.gs-public-header.scrolled .services-dropdown{
  background: rgba(255,255,255,.98) !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  box-shadow: 0 18px 46px rgba(0,0,0,.14) !important;
}

.site-header.gs-public-header .services-dropdown::before{
  content:"";
  position:absolute;
  top:-8px;
  left:50%;
  width:16px;
  height:16px;
  transform:translateX(-50%) rotate(45deg);
  background: inherit;
  border-left: 1px solid inherit;
  border-top: 1px solid inherit;
}

.site-header.gs-public-header .services-nav:hover .services-dropdown,
.site-header.gs-public-header .services-nav:focus-within .services-dropdown{
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) scale(1) !important;
}

.site-header.gs-public-header .services-dropdown a{
  display: grid !important;
  grid-template-columns: 36px 1fr 14px !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 54px !important;
  padding: 9px 10px !important;
  border-radius: 12px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
  transition: background .22s ease, color .22s ease, transform .22s ease !important;
}

.site-header.gs-public-header .services-dropdown a:last-child{
  border-bottom: 0 !important;
}

.site-header.gs-public-header.scrolled .services-dropdown a{
  color: #111 !important;
  border-bottom: 1px solid rgba(0,0,0,.08) !important;
}

.site-header.gs-public-header .services-dropdown a:hover{
  background: rgba(255,194,46,.13) !important;
  color: #ffc22e !important;
  transform: translateX(4px) !important;
}

.site-header.gs-public-header.scrolled .services-dropdown a:hover{
  color: #d99a00 !important;
}

.site-header.gs-public-header .service-icon{
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg,#ffc52d,#f0a700) !important;
  color: #151515 !important;
  font-size: 15px !important;
  box-shadow: 0 6px 14px rgba(240,167,0,.22) !important;
}

.site-header.gs-public-header .services-dropdown strong{
  font-size: 24px !important;
  font-weight: 500 !important;
  color: currentColor !important;
  line-height: 1 !important;
}

.site-header.gs-public-header .header-actions{
  flex: 0 0 auto !important;
  position: relative !important;
  z-index: 3 !important;
  width: 226px !important;
  height: 56px !important;
  margin-left: 22px !important;
  display: flex !important;
  align-items: stretch !important;
  overflow: hidden !important;
  border: 2px solid #ffc22e !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg,#ffc52d 0%,#f4ab18 55%,#ffd35c 100%) !important;
  box-shadow: 0 10px 26px rgba(212,160,23,.28) !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}

.site-header.gs-public-header .header-actions:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(212,160,23,.38) !important;
}

.site-header.gs-public-header .auth-pill{
  position: relative !important;
  z-index: 2 !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  color: #111 !important;
  white-space: nowrap !important;
  transition: color .22s ease, transform .22s ease !important;
}

.site-header.gs-public-header .auth-login{
  width: 104px !important;
  flex: 0 0 104px !important;
  background: #fff !important;
  color: #111 !important;
  border-top-left-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
  overflow: visible !important;
}

.site-header.gs-public-header .auth-login::after{
  content:"" !important;
  position:absolute !important;
  top:-2px !important;
  right:-31px !important;
  width: 62px !important;
  height: calc(100% + 4px) !important;
  background: #fff !important;
  border-top-right-radius: 36px 50px !important;
  border-bottom-right-radius: 36px 50px !important;
  transform: skewX(-17deg) !important;
  transform-origin: center !important;
  z-index: -1 !important;
}

.site-header.gs-public-header .auth-register{
  flex: 1 1 auto !important;
  padding-left: 20px !important;
  background: transparent !important;
  color: #111 !important;
}

.site-header.gs-public-header .auth-pill:hover{
  transform: translateY(-1px) !important;
}

.site-header.gs-public-header .mobile-toggle{
  position: relative !important;
  z-index: 4 !important;
  display: none !important;
}

@media (max-width: 1450px){
  .site-header.gs-public-header .header-inner{ padding: 0 42px !important; }
  .site-header.gs-public-header .header-logo{ min-width: 340px !important; gap: 18px !important; }
  .site-header.gs-public-header .logo-title{ font-size: 38px !important; }
  .site-header.gs-public-header .header-nav{ gap: 26px !important; }
  .site-header.gs-public-header .header-actions{ width: 214px !important; height: 54px !important; }
}

@media (max-width: 1180px){
  .site-header.gs-public-header .header-nav,
  .site-header.gs-public-header .header-actions{ display:none !important; }
  .site-header.gs-public-header .mobile-toggle{ display:block !important; }
  .site-header.gs-public-header .header-inner{ height: 92px !important; padding: 0 24px !important; }
  .site-header.gs-public-header .header-logo img,
  .site-header.gs-public-header:not(.scrolled) .header-logo img{ height: 74px !important; max-width: 96px !important; }
  .site-header.gs-public-header .logo-title{ font-size: 28px !important; }
  .site-header.gs-public-header .logo-tagline{ font-size: 13px !important; }
}

@media (max-width: 640px){
  .site-header.gs-public-header .header-logo{ min-width: 0 !important; gap: 10px !important; }
  .site-header.gs-public-header .header-logo img,
  .site-header.gs-public-header:not(.scrolled) .header-logo img{ height: 60px !important; max-width: 78px !important; }
  .site-header.gs-public-header .logo-title{ font-size: 22px !important; }
  .site-header.gs-public-header .logo-tagline{ font-size: 11px !important; }
}

/* =========================================================
   FINAL HEADER FIX - Services text scrolls, arrow opens menu,
   exact left brand alignment + reference style login/register
   ========================================================= */
.site-header.gs-public-header,
.site-header.gs-public-header.transparent{
  background: rgba(5, 5, 5, .18) !important;
  background-image: linear-gradient(90deg, rgba(0,0,0,.26), rgba(0,0,0,.12), rgba(0,0,0,.24)) !important;
  backdrop-filter: blur(8px) saturate(118%) !important;
  -webkit-backdrop-filter: blur(8px) saturate(118%) !important;
  border-bottom: 1px solid rgba(255, 196, 52, .16) !important;
  box-shadow: none !important;
}
.site-header.gs-public-header.scrolled{
  background: rgba(255,255,255,.96) !important;
  background-image: none !important;
  backdrop-filter: blur(18px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
  border-bottom: 1px solid rgba(214, 167, 44, .22) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,.08) !important;
}
.gs-public-header .header-inner{
  height: 112px !important;
  max-width: 1740px !important;
  padding: 0 68px !important;
  justify-content: space-between !important;
}
.gs-public-header .header-logo{
  min-width: 520px !important;
  margin-left: 0 !important;
  gap: 22px !important;
}
.gs-public-header .header-logo img{
  width: 94px !important;
  height: 94px !important;
  flex-basis: 94px !important;
}
.gs-public-header .header-logo::before,
.gs-public-header .header-logo::after,
.gs-public-header .logo-text::before,
.gs-public-header .logo-text::after{
  display:none !important;
  content:none !important;
  border:0 !important;
}
.gs-public-header .header-nav{
  justify-content: flex-end !important;
  gap: 34px !important;
  margin-left: auto !important;
}
.gs-public-header .header-nav > a,
.gs-public-header .services-link{
  position: relative !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  color: rgba(255,255,255,.95) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  padding: 0 !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.35) !important;
}
.gs-public-header.scrolled .header-nav > a,
.gs-public-header.scrolled .services-link{
  color: #1c1915 !important;
  text-shadow: none !important;
}
.gs-public-header .header-nav > a::after,
.gs-public-header .services-link::after{
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 3px !important;
  width: 0 !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ffb300, #ffd76a) !important;
  box-shadow: 0 6px 14px rgba(255,179,0,.32) !important;
  transition: width .25s ease !important;
}
.gs-public-header .header-nav > a:hover::after,
.gs-public-header .header-nav > a.active::after,
.gs-public-header .services-link:hover::after,
.gs-public-header .services-link.active::after{
  width: 100% !important;
}
.gs-public-header .header-nav > a:hover,
.gs-public-header .header-nav > a.active,
.gs-public-header .services-link:hover,
.gs-public-header .services-link.active{
  color: #ffc13d !important;
}
.gs-public-header.scrolled .header-nav > a:hover,
.gs-public-header.scrolled .header-nav > a.active,
.gs-public-header.scrolled .services-link:hover,
.gs-public-header.scrolled .services-link.active{
  color: #c98500 !important;
}
.gs-public-header .services-nav{
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  position: relative !important;
}
.gs-public-header .services-trigger{display:none !important;}
.gs-public-header .services-arrow-btn{
  width: 18px !important;
  height: 44px !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.gs-public-header .service-chevron{
  width: 8px !important;
  height: 8px !important;
  border-right: 2px solid #ffc13d !important;
  border-bottom: 2px solid #ffc13d !important;
  transform: rotate(45deg) translateY(-3px) !important;
  transition: transform .22s ease, border-color .22s ease !important;
}
.gs-public-header .services-nav.open .service-chevron{
  transform: rotate(225deg) translate(-2px, -1px) !important;
}
.gs-public-header .services-nav:hover .service-chevron{
  transform: rotate(45deg) translateY(-3px) !important;
}
.gs-public-header .services-nav.open:hover .service-chevron{
  transform: rotate(225deg) translate(-2px, -1px) !important;
}
.gs-public-header .services-dropdown{
  top: calc(100% + 18px) !important;
  left: 50% !important;
  width: 360px !important;
  padding: 14px 16px !important;
  border-radius: 14px !important;
  background: rgba(7, 9, 10, .96) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.42) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateX(-50%) translateY(14px) scale(.98) !important;
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease !important;
}
.gs-public-header.scrolled .services-dropdown{
  background: rgba(255,255,255,.98) !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  box-shadow: 0 20px 46px rgba(0,0,0,.16) !important;
}
.gs-public-header .services-nav.open .services-dropdown{
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) scale(1) !important;
}
.gs-public-header .services-nav:hover .services-dropdown:not(:hover){
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.gs-public-header .services-dropdown a{
  grid-template-columns: 34px 1fr 18px !important;
  min-height: 58px !important;
  padding: 0 6px !important;
  border-radius: 10px !important;
}
.gs-public-header .services-dropdown a:hover{
  background: rgba(255, 193, 61, .10) !important;
  transform: translateX(4px) !important;
}
.gs-public-header .header-actions{
  width: 222px !important;
  height: 56px !important;
  margin-left: 32px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  border: 2px solid #ffc13d !important;
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #ffc13d 50%, #ffd55b 100%) !important;
  box-shadow: 0 12px 30px rgba(255,179,0,.30), inset 0 0 0 1px rgba(255,255,255,.50) !important;
}
.gs-public-header .header-actions::before{
  content: '' !important;
  position: absolute !important;
  left: 84px !important;
  top: -10px !important;
  width: 58px !important;
  height: 82px !important;
  background: #fff !important;
  border-radius: 0 0 32px 0 !important;
  transform: skewX(-23deg) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}
.gs-public-header .header-actions::after{
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.48) 46%, transparent 62%) !important;
  transform: translateX(-120%) !important;
  transition: transform .75s ease !important;
  z-index: 4 !important;
  pointer-events: none !important;
}
.gs-public-header .header-actions:hover::after{transform: translateX(120%) !important;}
.gs-public-header .auth-pill{
  z-index: 3 !important;
  flex: 0 0 50% !important;
  width: 50% !important;
  height: 100% !important;
  color: #12100c !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
  text-align: center !important;
}
.gs-public-header .auth-login{padding-left: 2px !important;}
.gs-public-header .auth-register{padding-right: 2px !important;}
@media (max-width: 1380px){
  .gs-public-header .header-inner{padding:0 44px !important;}
  .gs-public-header .header-logo{min-width:420px !important;}
  .gs-public-header .header-logo img{width:82px !important;height:82px !important;flex-basis:82px !important;}
  .gs-public-header .header-nav{gap:24px !important;}
  .gs-public-header .header-actions{width:206px !important;height:54px !important;margin-left:20px !important;}
  .gs-public-header .header-actions::before{left:78px !important;height:78px !important;}
}
@media (max-width: 1120px){
  .gs-public-header .header-logo{min-width:auto !important;}
}


/* =========================================================
   STRICT FINAL HEADER PATCH 2026-05-21
   - real transparent header on home top
   - services text scrolls to section; arrow toggles dropdown only
   - Login/Register reference-style wave pill
   - moving active underline on scroll/click
   ========================================================= */
.site-header.gs-public-header,
.site-header.gs-public-header.transparent{
  background: rgba(0,0,0,0.06) !important;
  background-image: none !important;
  backdrop-filter: blur(7px) saturate(115%) !important;
  -webkit-backdrop-filter: blur(7px) saturate(115%) !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: none !important;
}
.site-header.gs-public-header::before{
  background: transparent !important;
  opacity: 0 !important;
}
.site-header.gs-public-header.scrolled{
  background: rgba(255,255,255,0.96) !important;
  background-image: none !important;
  backdrop-filter: blur(18px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
  border-bottom: 1px solid rgba(214,167,44,0.24) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,0.08) !important;
}
.site-header.gs-public-header .header-inner{
  max-width: none !important;
  width: 100% !important;
  height: 112px !important;
  padding: 0 70px !important;
  margin: 0 !important;
  justify-content: space-between !important;
}
.site-header.gs-public-header .header-logo{
  min-width: 520px !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  gap: 22px !important;
}
.site-header.gs-public-header .header-logo img,
.site-header.gs-public-header:not(.scrolled) .header-logo img{
  width: 100px !important;
  height: 100px !important;
  max-width: 100px !important;
  flex: 0 0 100px !important;
  object-fit: contain !important;
}
.site-header.gs-public-header.scrolled .header-logo img{
  width: 88px !important;
  height: 88px !important;
  flex-basis: 88px !important;
  max-width: 88px !important;
}
.site-header.gs-public-header .logo-title{font-size: 44px !important;}
.site-header.gs-public-header .logo-tagline{font-size: 18px !important;}
.site-header.gs-public-header .header-nav{
  justify-content: flex-end !important;
  gap: 34px !important;
  margin-left: auto !important;
}
.site-header.gs-public-header .services-nav{
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.site-header.gs-public-header .services-link{
  cursor: pointer !important;
}
.site-header.gs-public-header .services-arrow-btn{
  width: 20px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
}
.site-header.gs-public-header .service-chevron{
  display: block !important;
  width: 8px !important;
  height: 8px !important;
  border-right: 2px solid #ffc13d !important;
  border-bottom: 2px solid #ffc13d !important;
  transform: rotate(45deg) translateY(-3px) !important;
  transition: transform .22s ease !important;
}
.site-header.gs-public-header .services-nav.open .service-chevron{
  transform: rotate(225deg) translate(-2px,-1px) !important;
}
.site-header.gs-public-header .services-nav:hover .service-chevron{
  transform: rotate(45deg) translateY(-3px) !important;
}
.site-header.gs-public-header .services-nav.open:hover .service-chevron{
  transform: rotate(225deg) translate(-2px,-1px) !important;
}
.site-header.gs-public-header .services-dropdown{
  position: absolute !important;
  top: calc(100% + 18px) !important;
  left: 50% !important;
  width: 360px !important;
  padding: 14px 16px !important;
  border-radius: 16px !important;
  background: rgba(8,10,11,0.96) !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
  box-shadow: 0 22px 60px rgba(0,0,0,0.42) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateX(-50%) translateY(14px) scale(.98) !important;
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease !important;
}
.site-header.gs-public-header.scrolled .services-dropdown{
  background: rgba(255,255,255,0.98) !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  box-shadow: 0 20px 46px rgba(0,0,0,0.16) !important;
}
.site-header.gs-public-header .services-nav.open .services-dropdown{
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) scale(1) !important;
}
.site-header.gs-public-header .services-nav:hover .services-dropdown{
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.site-header.gs-public-header .services-nav.open:hover .services-dropdown{
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.site-header.gs-public-header .services-dropdown a{
  display: grid !important;
  grid-template-columns: 34px 1fr 18px !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 58px !important;
  padding: 0 8px !important;
  border-radius: 12px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.12) !important;
  transition: background .22s ease, color .22s ease, transform .22s ease !important;
}
.site-header.gs-public-header.scrolled .services-dropdown a{
  color: #111 !important;
  border-bottom-color: rgba(0,0,0,0.08) !important;
}
.site-header.gs-public-header .services-dropdown a:hover{
  background: rgba(255,193,61,0.12) !important;
  color: #ffc13d !important;
  transform: translateX(4px) !important;
}
.site-header.gs-public-header.scrolled .services-dropdown a:hover{color:#c98500 !important;}
.site-header.gs-public-header .services-dropdown a:last-child{border-bottom:0 !important;}
.site-header.gs-public-header .service-icon{
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg,#ffc52d,#f0a700) !important;
  color: #151515 !important;
  font-size: 15px !important;
  box-shadow: 0 6px 14px rgba(240,167,0,.22) !important;
}
.site-header.gs-public-header .services-dropdown strong{
  color: currentColor !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}
.site-header.gs-public-header .header-actions{
  flex: 0 0 auto !important;
  position: relative !important;
  z-index: 5 !important;
  width: 214px !important;
  height: 54px !important;
  margin-left: 32px !important;
  display: flex !important;
  align-items: stretch !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  border: 2px solid #ffc13d !important;
  background: linear-gradient(90deg,#ffffff 0%,#ffffff 50%,#ffc13d 50%,#ffd55b 100%) !important;
  box-shadow: 0 12px 30px rgba(255,179,0,.30), inset 0 0 0 1px rgba(255,255,255,.50) !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}
.site-header.gs-public-header .header-actions:hover{
  transform: translateY(-1px) !important;
  box-shadow: 0 14px 34px rgba(212,160,23,.38), inset 0 0 0 1px rgba(255,255,255,.55) !important;
}
.site-header.gs-public-header .header-actions::before,
.site-header.gs-public-header .header-actions::after{
  display:none !important;
  content:none !important;
}
.site-header.gs-public-header .auth-pill{
  position: relative !important;
  z-index: 2 !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 0 !important;
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  color: #12100c !important;
  text-decoration: none !important;
  background: transparent !important;
  transition: transform .22s ease, color .22s ease !important;
}
.site-header.gs-public-header .auth-login{
  flex: 0 0 50% !important;
  width: 50% !important;
  background: #fff !important;
  border-top-left-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
  border-top-right-radius: 28px 54px !important;
  border-bottom-right-radius: 28px 54px !important;
  overflow: visible !important;
}
.site-header.gs-public-header .auth-login::after{
  content: '' !important;
  position: absolute !important;
  top: -2px !important;
  right: -25px !important;
  width: 52px !important;
  height: calc(100% + 4px) !important;
  background: #fff !important;
  border-top-right-radius: 34px 54px !important;
  border-bottom-right-radius: 34px 54px !important;
  transform: skewX(-20deg) !important;
  z-index: -1 !important;
  pointer-events: none !important;
}
.site-header.gs-public-header .auth-register{
  flex: 1 1 auto !important;
  padding-left: 20px !important;
  padding-right: 6px !important;
}
.site-header.gs-public-header .auth-pill:hover{transform: translateY(-1px) scale(1.02) !important;}
@media (max-width: 1380px){
  .site-header.gs-public-header .header-inner{padding:0 44px !important;}
  .site-header.gs-public-header .header-logo{min-width:420px !important;}
  .site-header.gs-public-header .header-logo img,
  .site-header.gs-public-header:not(.scrolled) .header-logo img{width:88px !important;height:88px !important;flex-basis:88px !important;max-width:88px !important;}
  .site-header.gs-public-header .header-nav{gap:24px !important;}
  .site-header.gs-public-header .header-actions{width:206px !important;height:52px !important;margin-left:20px !important;}
}
@media (max-width: 1120px){
  .site-header.gs-public-header .header-nav,
  .site-header.gs-public-header .header-actions{display:none !important;}
  .site-header.gs-public-header .mobile-toggle{display:inline-flex !important;}
  .site-header.gs-public-header .header-logo{min-width:auto !important;}
}

/* =========================================================
   FINAL TINY POLISH - bigger logo + smaller reference auth pill
   ========================================================= */
.site-header.gs-public-header .header-logo img,
.site-header.gs-public-header:not(.scrolled) .header-logo img{
  width: 110px !important;
  height: 110px !important;
  max-width: 110px !important;
  flex: 0 0 110px !important;
}
.site-header.gs-public-header.scrolled .header-logo img{
  width: 96px !important;
  height: 96px !important;
  max-width: 96px !important;
  flex-basis: 96px !important;
}
.site-header.gs-public-header .header-actions{
  width: 202px !important;
  height: 50px !important;
  border-radius: 999px !important;
  border: 2px solid #ffbd25 !important;
  overflow: hidden !important;
  background: linear-gradient(135deg,#ffc13d 0%,#ffd45a 55%,#ffc13d 100%) !important;
  box-shadow: 0 12px 28px rgba(255,179,0,.34), 0 0 22px rgba(255,194,46,.16) !important;
}
.site-header.gs-public-header .header-actions::before{
  content: '' !important;
  display: block !important;
  position: absolute !important;
  top: -2px !important;
  left: -2px !important;
  width: 118px !important;
  height: calc(100% + 4px) !important;
  background: #ffffff !important;
  border-top-left-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
  border-top-right-radius: 38px 56px !important;
  border-bottom-right-radius: 38px 56px !important;
  transform: skewX(-14deg) !important;
  transform-origin: center !important;
  z-index: 1 !important;
  pointer-events: none !important;
}
.site-header.gs-public-header .header-actions::after{
  content: '' !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.42) 46%, transparent 62%) !important;
  transform: translateX(-130%) !important;
  transition: transform .75s ease !important;
  z-index: 4 !important;
  pointer-events: none !important;
}
.site-header.gs-public-header .header-actions:hover::after{
  transform: translateX(130%) !important;
}
.site-header.gs-public-header .auth-pill{
  position: relative !important;
  z-index: 3 !important;
  width: 50% !important;
  flex: 0 0 50% !important;
  height: 100% !important;
  background: transparent !important;
  border-radius: 0 !important;
  color: #14100b !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: .01em !important;
  padding: 0 !important;
  text-align: center !important;
}
.site-header.gs-public-header .auth-login,
.site-header.gs-public-header .auth-register{
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.site-header.gs-public-header .auth-login::after{
  display: none !important;
  content: none !important;
}
@media (max-width: 1380px){
  .site-header.gs-public-header .header-logo img,
  .site-header.gs-public-header:not(.scrolled) .header-logo img{
    width: 98px !important;
    height: 98px !important;
    max-width: 98px !important;
    flex-basis: 98px !important;
  }
  .site-header.gs-public-header.scrolled .header-logo img{
    width: 88px !important;
    height: 88px !important;
    max-width: 88px !important;
    flex-basis: 88px !important;
  }
  .site-header.gs-public-header .header-actions{width:194px !important;height:48px !important;}
  .site-header.gs-public-header .header-actions::before{width:114px !important;}
}

/* =========================================================
   USER FINAL REQUEST PATCH - 21 May 2026
   Bigger logo + smaller reference-style Login/Register pill
   Keep existing perfect header layout unchanged
   ========================================================= */
.site-header.gs-public-header .header-logo img,
.site-header.gs-public-header:not(.scrolled) .header-logo img{
  width: 132px !important;
  height: 132px !important;
  max-width: 132px !important;
  flex: 0 0 132px !important;
  object-fit: contain !important;
}
.site-header.gs-public-header.scrolled .header-logo img{
  width: 112px !important;
  height: 112px !important;
  max-width: 112px !important;
  flex: 0 0 112px !important;
}
.site-header.gs-public-header .header-logo{
  gap: 18px !important;
}
.site-header.gs-public-header .header-actions{
  width: 194px !important;
  height: 48px !important;
  border: 2px solid #ffbf28 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #ffc138 0%, #ffd55f 50%, #ffc13d 100%) !important;
  box-shadow: 0 12px 28px rgba(255,179,0,.34), 0 0 24px rgba(255,194,46,.16) !important;
}
.site-header.gs-public-header .header-actions::before{
  content: '' !important;
  display: block !important;
  position: absolute !important;
  top: -3px !important;
  left: -4px !important;
  width: 116px !important;
  height: calc(100% + 6px) !important;
  background: #ffffff !important;
  border-top-left-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
  border-top-right-radius: 38px 54px !important;
  border-bottom-right-radius: 34px 54px !important;
  transform: skewX(-17deg) !important;
  transform-origin: center !important;
  z-index: 1 !important;
  pointer-events: none !important;
}
.site-header.gs-public-header .header-actions::after{
  content: '' !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.46) 44%, transparent 60%) !important;
  transform: translateX(-135%) !important;
  transition: transform .75s ease !important;
  z-index: 4 !important;
  pointer-events: none !important;
}
.site-header.gs-public-header .header-actions:hover::after{
  transform: translateX(135%) !important;
}
.site-header.gs-public-header .auth-pill{
  position: relative !important;
  z-index: 3 !important;
  flex: 0 0 50% !important;
  width: 50% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #15110b !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: .01em !important;
  line-height: 1 !important;
  text-decoration: none !important;
}
.site-header.gs-public-header .auth-login,
.site-header.gs-public-header .auth-register{
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.site-header.gs-public-header .auth-login::after{
  display: none !important;
  content: none !important;
}
@media (max-width: 1380px){
  .site-header.gs-public-header .header-logo img,
  .site-header.gs-public-header:not(.scrolled) .header-logo img{
    width: 120px !important;
    height: 120px !important;
    max-width: 120px !important;
    flex-basis: 120px !important;
  }
  .site-header.gs-public-header.scrolled .header-logo img{
    width: 104px !important;
    height: 104px !important;
    max-width: 104px !important;
    flex-basis: 104px !important;
  }
  .site-header.gs-public-header .header-actions{
    width: 188px !important;
    height: 46px !important;
  }
  .site-header.gs-public-header .header-actions::before{
    width: 112px !important;
  }
}
@media (max-width: 1180px){
  .site-header.gs-public-header .header-logo img,
  .site-header.gs-public-header:not(.scrolled) .header-logo img{
    width: 86px !important;
    height: 86px !important;
    max-width: 86px !important;
    flex-basis: 86px !important;
  }
}


/* =========================================================
   GOLDSPARROW HEADER POLISH PATCH - 21 May 2026
   Requested changes:
   1) bigger non-scrolled logo
   2) slightly smaller scrolled logo
   3) premium Login/Register pill
   4) smooth moving active underline
   5) professional Services dropdown arrow
   ========================================================= */
.site-header.gs-public-header .header-logo img,
.site-header.gs-public-header:not(.scrolled) .header-logo img{
  width: 138px !important;
  height: 138px !important;
  max-width: 138px !important;
  flex: 0 0 138px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.26)) !important;
}
.site-header.gs-public-header.scrolled .header-logo img{
  width: 100px !important;
  height: 100px !important;
  max-width: 100px !important;
  flex: 0 0 100px !important;
  filter: drop-shadow(0 5px 10px rgba(0,0,0,.10)) !important;
}
.site-header.gs-public-header .header-logo{
  gap: 16px !important;
}

/* Hide individual underline and use one smooth sliding underline */
.site-header.gs-public-header .header-nav{
  position: relative !important;
}
.site-header.gs-public-header .header-nav > a::after,
.site-header.gs-public-header .services-link::after{
  display: none !important;
  content: none !important;
}
.site-header.gs-public-header .nav-active-indicator{
  position: absolute !important;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg,#ffb300,#ffd76a,#ffb300);
  box-shadow: 0 8px 18px rgba(255,179,0,.32);
  pointer-events: none;
  opacity: 0;
  transform: translateX(0);
  transition: transform .46s cubic-bezier(.22,1,.36,1), width .46s cubic-bezier(.22,1,.36,1), opacity .22s ease;
}
.site-header.gs-public-header .header-nav:hover .nav-active-indicator,
.site-header.gs-public-header .header-nav.has-active-indicator .nav-active-indicator{
  opacity: 1;
}

/* Professional Services arrow button */
.site-header.gs-public-header .services-arrow-btn{
  width: 28px !important;
  height: 28px !important;
  margin-left: 1px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,193,61,.45) !important;
  background: rgba(255,193,61,.10) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14) !important;
  transition: background .24s ease, border-color .24s ease, transform .24s ease, box-shadow .24s ease !important;
}
.site-header.gs-public-header.scrolled .services-arrow-btn{
  background: rgba(217,154,0,.08) !important;
  border-color: rgba(217,154,0,.30) !important;
}
.site-header.gs-public-header .services-arrow-btn:hover,
.site-header.gs-public-header .services-nav.open .services-arrow-btn{
  background: linear-gradient(135deg,#ffc13d,#ffd55b) !important;
  border-color: rgba(255,193,61,.95) !important;
  box-shadow: 0 8px 18px rgba(255,179,0,.26) !important;
  transform: translateY(-1px) !important;
}
.site-header.gs-public-header .service-chevron{
  width: 7px !important;
  height: 7px !important;
  border-right: 2px solid currentColor !important;
  border-bottom: 2px solid currentColor !important;
  color: #ffc13d !important;
  transform: rotate(45deg) translate(-1px,-1px) !important;
  margin-top: -2px !important;
  transition: transform .26s cubic-bezier(.22,1,.36,1), color .22s ease !important;
}
.site-header.gs-public-header .services-arrow-btn:hover .service-chevron,
.site-header.gs-public-header .services-nav.open .service-chevron{
  color: #15110b !important;
}
.site-header.gs-public-header .services-nav.open .service-chevron,
.site-header.gs-public-header .services-nav.open:hover .service-chevron{
  transform: rotate(225deg) translate(-1px,-1px) !important;
  margin-top: 3px !important;
}
.site-header.gs-public-header .services-nav:hover .service-chevron{
  transform: rotate(45deg) translate(-1px,-1px) !important;
}
.site-header.gs-public-header .services-dropdown{
  width: 376px !important;
  padding: 16px !important;
  border-radius: 18px !important;
}
.site-header.gs-public-header .services-dropdown a{
  min-height: 60px !important;
  padding: 0 10px !important;
}

/* Premium Login/Register, closer to the reference image style */
.site-header.gs-public-header .header-actions{
  width: 208px !important;
  height: 50px !important;
  margin-left: 30px !important;
  border: 2px solid #ffbe24 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  background: linear-gradient(135deg,#ffbe24 0%,#ffd75f 52%,#ffbd24 100%) !important;
  box-shadow: 0 13px 30px rgba(255,179,0,.34), 0 0 0 1px rgba(255,255,255,.28) inset !important;
}
.site-header.gs-public-header .header-actions::before{
  content: '' !important;
  display: block !important;
  position: absolute !important;
  top: -4px !important;
  left: -5px !important;
  width: 123px !important;
  height: calc(100% + 8px) !important;
  background: #fff !important;
  border-top-left-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
  border-top-right-radius: 42px 58px !important;
  border-bottom-right-radius: 36px 58px !important;
  transform: skewX(-17deg) !important;
  transform-origin: center !important;
  z-index: 1 !important;
  pointer-events: none !important;
}
.site-header.gs-public-header .header-actions::after{
  content: '' !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.50) 44%, transparent 61%) !important;
  transform: translateX(-135%) !important;
  transition: transform .8s ease !important;
  z-index: 4 !important;
  pointer-events: none !important;
}
.site-header.gs-public-header .header-actions:hover::after{
  transform: translateX(135%) !important;
}
.site-header.gs-public-header .auth-pill{
  position: relative !important;
  z-index: 3 !important;
  flex: 0 0 50% !important;
  width: 50% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #15110b !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: .01em !important;
  text-decoration: none !important;
  transition: transform .22s ease, color .22s ease !important;
}
.site-header.gs-public-header .auth-login,
.site-header.gs-public-header .auth-register{
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.site-header.gs-public-header .auth-login::after{
  display: none !important;
  content: none !important;
}
.site-header.gs-public-header .auth-pill:hover{
  transform: translateY(-1px) !important;
}

@media (max-width: 1380px){
  .site-header.gs-public-header .header-logo img,
  .site-header.gs-public-header:not(.scrolled) .header-logo img{
    width: 122px !important;
    height: 122px !important;
    max-width: 122px !important;
    flex-basis: 122px !important;
  }
  .site-header.gs-public-header.scrolled .header-logo img{
    width: 92px !important;
    height: 92px !important;
    max-width: 92px !important;
    flex-basis: 92px !important;
  }
  .site-header.gs-public-header .header-actions{
    width: 196px !important;
    height: 48px !important;
  }
  .site-header.gs-public-header .header-actions::before{
    width: 116px !important;
  }
}
@media (max-width: 1180px){
  .site-header.gs-public-header .header-logo img,
  .site-header.gs-public-header:not(.scrolled) .header-logo img{
    width: 86px !important;
    height: 86px !important;
    max-width: 86px !important;
    flex-basis: 86px !important;
  }
  .site-header.gs-public-header.scrolled .header-logo img{
    width: 78px !important;
    height: 78px !important;
    max-width: 78px !important;
    flex-basis: 78px !important;
  }
}

/* =========================================================
   FINAL FIX - Login/Register button EXACT split-pill shape
   Date: 21-May-2026
   This block must stay at the END of style.css
   ========================================================= */
.site-header.gs-public-header .header-actions{
  position: relative !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  width: 204px !important;
  height: 52px !important;
  min-width: 204px !important;
  margin-left: 26px !important;
  padding: 0 !important;
  overflow: hidden !important;
  isolation: isolate !important;
  border: 2px solid #ffc131 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ffd45a 0%, #ffc433 52%, #ffbd27 100%) !important;
  box-shadow: 0 12px 28px rgba(255, 186, 32, .34), inset 0 1px 0 rgba(255,255,255,.62) !important;
  transform: none !important;
}
.site-header.gs-public-header .header-actions:hover{
  transform: translateY(-1px) !important;
  box-shadow: 0 15px 34px rgba(255, 186, 32, .40), inset 0 1px 0 rgba(255,255,255,.72) !important;
}

/* White login half with sharp diagonal cut, like attached reference */
.site-header.gs-public-header .header-actions::before{
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 62% !important;
  background: #ffffff !important;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%) !important;
  border-top-left-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
  box-shadow: 10px 0 18px rgba(255,255,255,.32) !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

/* Subtle glossy highlight only, no extra divider */
.site-header.gs-public-header .header-actions::after{
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.38) 48%, transparent 63%) !important;
  transform: translateX(-135%) !important;
  transition: transform .75s cubic-bezier(.2,.8,.2,1) !important;
  z-index: 4 !important;
  pointer-events: none !important;
}
.site-header.gs-public-header .header-actions:hover::after{
  transform: translateX(135%) !important;
}

.site-header.gs-public-header .auth-pill,
.site-header.gs-public-header .auth-login,
.site-header.gs-public-header .auth-register{
  position: relative !important;
  z-index: 2 !important;
  flex: 0 0 50% !important;
  width: 50% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #111111 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: .01em !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: transform .22s ease, color .22s ease !important;
}
.site-header.gs-public-header .auth-login::before,
.site-header.gs-public-header .auth-login::after,
.site-header.gs-public-header .auth-register::before,
.site-header.gs-public-header .auth-register::after{
  display: none !important;
  content: none !important;
}
.site-header.gs-public-header .auth-login{
  padding-left: 4px !important;
}
.site-header.gs-public-header .auth-register{
  padding-left: 4px !important;
}
.site-header.gs-public-header .auth-pill:hover{
  color: #000000 !important;
  transform: translateY(-1px) !important;
}

/* Same shape in scrolled header, just slightly compact */
.site-header.gs-public-header.scrolled .header-actions{
  width: 196px !important;
  min-width: 196px !important;
  height: 48px !important;
}
.site-header.gs-public-header.scrolled .header-actions::before{
  width: 62% !important;
}

@media (max-width: 1380px){
  .site-header.gs-public-header .header-actions{
    width: 194px !important;
    min-width: 194px !important;
    height: 50px !important;
    margin-left: 18px !important;
  }
  .site-header.gs-public-header.scrolled .header-actions{
    width: 188px !important;
    min-width: 188px !important;
    height: 46px !important;
  }
}
@media (max-width: 1180px){
  .site-header.gs-public-header .header-actions{
    display: none !important;
  }
}

/* =========================================================
   FINAL OVERRIDE - Login/Register exact attached split button
   Only this UI element is changed.
   ========================================================= */
.site-header.gs-public-header .header-actions,
.site-header.gs-public-header.scrolled .header-actions{
  width: 202px !important;
  min-width: 202px !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 !important;
  margin-left: 24px !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: center !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  border: 2px solid #f6b820 !important;
  background: linear-gradient(135deg, #ffd75b 0%, #ffc73d 55%, #ffc13a 100%) !important;
  box-shadow: 0 8px 22px rgba(245, 177, 28, .28), inset 0 1px 0 rgba(255,255,255,.55) !important;
  isolation: isolate !important;
}

.site-header.gs-public-header .header-actions::before,
.site-header.gs-public-header.scrolled .header-actions::before{
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 124px !important;
  height: 100% !important;
  background: #ffffff !important;
  border-radius: 999px 0 0 999px !important;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%) !important;
  box-shadow: none !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

.site-header.gs-public-header .header-actions::after,
.site-header.gs-public-header.scrolled .header-actions::after{
  content: none !important;
  display: none !important;
}

.site-header.gs-public-header .auth-pill,
.site-header.gs-public-header.scrolled .auth-pill{
  position: relative !important;
  z-index: 2 !important;
  flex: 0 0 50% !important;
  width: 50% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  color: #111111 !important;
  text-decoration: none !important;
  transform: none !important;
}

.site-header.gs-public-header .auth-login,
.site-header.gs-public-header.scrolled .auth-login{
  padding-left: 2px !important;
  padding-right: 0 !important;
}

.site-header.gs-public-header .auth-register,
.site-header.gs-public-header.scrolled .auth-register{
  padding-left: 6px !important;
  padding-right: 2px !important;
}

.site-header.gs-public-header .auth-pill::before,
.site-header.gs-public-header .auth-pill::after,
.site-header.gs-public-header.scrolled .auth-pill::before,
.site-header.gs-public-header.scrolled .auth-pill::after{
  content: none !important;
  display: none !important;
}

.site-header.gs-public-header .header-actions:hover,
.site-header.gs-public-header.scrolled .header-actions:hover{
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 24px rgba(245, 177, 28, .34), inset 0 1px 0 rgba(255,255,255,.62) !important;
}

@media (max-width: 1380px){
  .site-header.gs-public-header .header-actions,
  .site-header.gs-public-header.scrolled .header-actions{
    width: 196px !important;
    min-width: 196px !important;
    height: 50px !important;
    min-height: 50px !important;
  }
  .site-header.gs-public-header .header-actions::before,
  .site-header.gs-public-header.scrolled .header-actions::before{
    width: 120px !important;
  }
}


/* =========================================================
   FINAL OVERRIDE: Login / Register split button like reference
   Added for GoldSparrow header - do not remove
   ========================================================= */
.site-header.gs-public-header .header-actions,
.site-header.gs-public-header.scrolled .header-actions,
.gs-public-header .header-actions{
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: stretch !important;
  width: 202px !important;
  height: 50px !important;
  min-width: 202px !important;
  padding: 0 !important;
  margin-left: 18px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  border: 1.5px solid #ffc33d !important;
  background: #ffffff !important;
  box-shadow: 0 8px 20px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.75) !important;
  gap: 0 !important;
  transform: none !important;
}
.site-header.gs-public-header .header-actions::before,
.site-header.gs-public-header.scrolled .header-actions::before,
.gs-public-header .header-actions::before{
  content: "" !important;
  position: absolute !important;
  inset: 0 0 0 auto !important;
  left: 98px !important;
  width: 104px !important;
  height: 50px !important;
  border-radius: 0 999px 999px 0 !important;
  background: linear-gradient(135deg,#ffd84d 0%,#ffc738 52%,#f6b329 100%) !important;
  transform: skewX(-18deg) !important;
  transform-origin: left top !important;
  box-shadow: -10px 0 18px rgba(255,199,56,.24) !important;
  pointer-events: none !important;
  opacity: 1 !important;
}
.site-header.gs-public-header .header-actions::after,
.site-header.gs-public-header.scrolled .header-actions::after,
.gs-public-header .header-actions::after{
  display: none !important;
  content: none !important;
}
.site-header.gs-public-header .auth-pill,
.site-header.gs-public-header.scrolled .auth-pill,
.gs-public-header .auth-pill{
  position: relative !important;
  z-index: 2 !important;
  flex: 1 1 50% !important;
  width: 50% !important;
  height: 50px !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #101010 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .1px !important;
  transform: none !important;
}
.site-header.gs-public-header .auth-login,
.site-header.gs-public-header.scrolled .auth-login{ padding-left: 2px !important; }
.site-header.gs-public-header .auth-register,
.site-header.gs-public-header.scrolled .auth-register{ padding-left: 8px !important; }
.site-header.gs-public-header .auth-pill::before,
.site-header.gs-public-header .auth-pill::after,
.site-header.gs-public-header.scrolled .auth-pill::before,
.site-header.gs-public-header.scrolled .auth-pill::after{
  display: none !important;
  content: none !important;
}
.site-header.gs-public-header .auth-pill:hover,
.site-header.gs-public-header.scrolled .auth-pill:hover{
  color: #000 !important;
  transform: none !important;
}
@media (max-width: 1180px){
  .site-header.gs-public-header .header-actions,
  .site-header.gs-public-header.scrolled .header-actions,
  .gs-public-header .header-actions{
    width: 190px !important;
    min-width: 190px !important;
    height: 48px !important;
  }
  .site-header.gs-public-header .header-actions::before,
  .site-header.gs-public-header.scrolled .header-actions::before,
  .gs-public-header .header-actions::before{
    left: 92px !important;
    width: 100px !important;
    height: 48px !important;
  }
  .site-header.gs-public-header .auth-pill,
  .site-header.gs-public-header.scrolled .auth-pill,
  .gs-public-header .auth-pill{height:48px !important;font-size:13.5px !important;}
}


/* =========================================================
   Home Page Live Gold Auction Search Bar - GoldAuctions Style
   ========================================================= */
.gs-auction-search{
  width:min(1120px, calc(100vw - 34px));
  margin:26px auto 0;
  padding:22px 24px 24px;
  border:1px solid rgba(218,165,32,.42);
  border-radius:30px;
  background:linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,247,224,.94));
  box-shadow:0 24px 80px rgba(0,0,0,.26), inset 0 0 0 1px rgba(255,255,255,.75);
  color:#21170c;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.gs-auction-search-head{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  text-align:center;
  padding:0 0 18px;
}
.gs-search-title,
.gs-auction-search-head span{
  display:flex;
  align-items:center;
  gap:20px;
  font-family:Georgia, 'Times New Roman', serif;
  font-size:42px;
  line-height:1;
  font-weight:900;
  letter-spacing:-1px;
  color:#23180f;
}
.gs-search-title::before,
.gs-search-title::after{
  content:"";
  display:block;
  width:78px;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(203,145,16,.75), transparent);
}
.gs-auction-search-head small{
  color:#bb7f00;
  font-size:13px;
  font-weight:900;
  letter-spacing:.04em;
}
.gs-auction-search-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr 1fr 220px;
  gap:16px;
  align-items:end;
}
.gs-search-field{
  position:relative;
  display:flex;
  flex-direction:column;
  text-align:left;
  gap:8px;
}
.gs-search-field span{
  font-size:12px;
  font-weight:900;
  color:#7a5a13;
  padding-left:3px;
}
.gs-search-field input,
.gs-search-field select{
  width:100%;
  height:56px;
  border:1px solid rgba(214,169,58,.34);
  border-radius:16px;
  outline:none;
  padding:0 16px;
  color:#23180f;
  background:#fff;
  box-shadow:0 8px 22px rgba(63,43,6,.06);
  transition:border-color .25s ease, box-shadow .25s ease, transform .25s ease;
  font-weight:800;
  font-size:14px;
}
.gs-search-field select{
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
  padding-right:40px;
  background-image:linear-gradient(45deg, transparent 50%, #8c670e 50%),linear-gradient(135deg, #8c670e 50%, transparent 50%);
  background-position:calc(100% - 22px) 24px, calc(100% - 16px) 24px;
  background-size:6px 6px, 6px 6px;
  background-repeat:no-repeat;
}
.gs-search-field input::placeholder{color:rgba(35,24,15,.42)}
.gs-search-field input:focus,
.gs-search-field select:focus{
  border-color:#d9a309;
  box-shadow:0 0 0 4px rgba(218,163,9,.14), 0 12px 24px rgba(63,43,6,.08);
  transform:translateY(-1px);
}
.gs-search-submit{
  height:56px;
  border:0;
  border-radius:16px;
  padding:0 24px;
  cursor:pointer;
  font-weight:900;
  color:#fff;
  background:linear-gradient(135deg,#c98900 0%,#edbd26 50%,#ffd24b 100%);
  box-shadow:0 14px 28px rgba(202,144,0,.27);
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.gs-search-submit:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(202,144,0,.38);filter:saturate(1.08)}
.gs-search-quick-row{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:12px;
  margin-top:18px;
  padding:12px;
  border-radius:18px;
  background:rgba(255,255,255,.58);
  box-shadow:inset 0 0 0 1px rgba(214,169,58,.16);
}
.gs-search-quick-row a{
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-radius:999px;
  border:1px solid rgba(214,169,58,.25);
  background:linear-gradient(180deg,#fff,#fff8e8);
  color:#9a6d00;
  font-size:12px;
  font-weight:900;
  text-decoration:none;
  transition:transform .2s ease, background .2s ease, color .2s ease;
}
.gs-search-quick-row a:hover{transform:translateY(-2px);background:linear-gradient(135deg,#c98900,#ffd34f);color:#fff;}
.hero-buttons{display:none !important;}
@media (max-width:1180px){
  .gs-auction-search-grid{grid-template-columns:repeat(2, minmax(180px, 1fr));}
  .gs-search-submit{grid-column:1/-1;}
  .gs-search-quick-row{grid-template-columns:repeat(2, 1fr);}
}
@media (max-width:640px){
  .gs-auction-search{margin-top:20px;padding:16px;border-radius:22px;}
  .gs-search-title,.gs-auction-search-head span{font-size:30px;gap:10px;}
  .gs-search-title::before,.gs-search-title::after{width:38px;}
  .gs-auction-search-grid{grid-template-columns:1fr;gap:12px;}
  .gs-search-quick-row{grid-template-columns:1fr;}
}

/* =========================================================
   Professional Hero Panel - Search Bar Removed
   ========================================================= */
.gs-hero-professional-panel{
  position:relative;
  width:min(1080px, calc(100vw - 34px));
  margin:30px auto 0;
  padding:26px;
  border-radius:30px;
  color:#fff;
  background:
    radial-gradient(circle at top left, rgba(255,212,87,.28), transparent 36%),
    linear-gradient(135deg, rgba(18,13,7,.86), rgba(44,31,12,.76));
  border:1px solid rgba(255,210,86,.42);
  box-shadow:0 28px 90px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.08);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  overflow:hidden;
}
.gs-hero-professional-panel::before{
  content:"";
  position:absolute;
  inset:-1px;
  background:linear-gradient(120deg, transparent 0%, rgba(255,218,101,.22) 44%, transparent 68%);
  transform:translateX(-70%);
  animation:gsHeroPanelShine 5.8s ease-in-out infinite;
  pointer-events:none;
}
@keyframes gsHeroPanelShine{
  0%,55%{transform:translateX(-75%)}
  100%{transform:translateX(75%)}
}
.gs-hero-panel-copy,
.gs-hero-panel-actions,
.gs-hero-trust-strip{position:relative;z-index:1;}
.gs-hero-panel-copy{max-width:790px;margin:0 auto;text-align:center;}
.gs-hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  color:#ffe8a4;
  background:rgba(255,216,111,.11);
  border:1px solid rgba(255,216,111,.24);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.gs-hero-kicker::before{content:"✦";color:#ffd45a;}
.gs-hero-panel-copy h2{
  margin:14px auto 8px;
  font-family:Georgia, 'Times New Roman', serif;
  font-size:clamp(25px, 3.1vw, 44px);
  line-height:1.08;
  letter-spacing:-.8px;
  color:#fff8e7;
}
.gs-hero-panel-copy p{
  margin:0 auto;
  max-width:760px;
  color:rgba(255,249,231,.82);
  font-size:15.5px;
  line-height:1.65;
  font-weight:600;
}
.gs-hero-panel-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:13px;
  margin-top:20px;
}
.gs-hero-main-cta,
.gs-hero-soft-cta{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:0 24px;
  font-size:13px;
  font-weight:900;
  letter-spacing:.04em;
  text-decoration:none;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
.gs-hero-main-cta{
  color:#211706;
  background:linear-gradient(135deg,#fff0b0,#d69b12 52%,#ffd760);
  box-shadow:0 16px 34px rgba(217,157,18,.28);
}
.gs-hero-soft-cta{
  color:#ffe6a2;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,226,150,.28);
}
.gs-hero-main-cta:hover,
.gs-hero-soft-cta:hover{transform:translateY(-2px);}
.gs-hero-soft-cta:hover{background:rgba(255,226,150,.15);color:#fff3c4;}
.gs-hero-trust-strip{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:12px;
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(255,226,150,.16);
}
.gs-hero-trust-strip span{
  min-height:58px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.09);
  color:rgba(255,249,231,.78);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.gs-hero-trust-strip strong{
  color:#ffd970;
  font-size:15px;
  letter-spacing:0;
  text-transform:none;
}
@media (max-width:720px){
  .gs-hero-professional-panel{padding:20px;border-radius:24px;margin-top:24px;}
  .gs-hero-panel-actions{align-items:stretch;}
  .gs-hero-main-cta,.gs-hero-soft-cta{width:100%;}
  .gs-hero-trust-strip{grid-template-columns:1fr;}
}

/* =========================================================
   Premium Professional Homepage Hero - GoldSparrow
   ========================================================= */
.gs-home-premium{
  min-height:100vh;
  height:auto;
  isolation:isolate;
  background:#0d0b07;
}
.gs-home-premium .hero-slide img{
  filter:saturate(1.05) contrast(1.02);
  transform:scale(1.04);
}
.gs-home-premium .hero-overlay{
  background:
    linear-gradient(90deg, rgba(9,9,8,.92) 0%, rgba(13,12,10,.78) 42%, rgba(13,12,10,.52) 100%),
    linear-gradient(180deg, rgba(8,8,7,.72) 0%, rgba(8,8,7,.34) 48%, #f7f1e8 100%);
}
.gs-hero-glow{
  position:absolute;
  z-index:2;
  pointer-events:none;
  border-radius:999px;
  filter:blur(10px);
  opacity:.7;
}
.gs-hero-glow-one{
  width:360px;
  height:360px;
  right:12%;
  top:22%;
  background:radial-gradient(circle, rgba(234,178,42,.32), transparent 68%);
}
.gs-hero-glow-two{
  width:260px;
  height:260px;
  left:7%;
  bottom:16%;
  background:radial-gradient(circle, rgba(255,255,255,.14), transparent 68%);
}
.gs-home-content{
  align-items:flex-start;
  justify-content:center;
  text-align:left;
  max-width:1460px;
  margin:0 auto;
  padding:170px 42px 95px;
  min-height:100vh;
}
.gs-hero-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 17px;
  border-radius:999px;
  color:#ffe29a;
  background:rgba(255,209,83,.12);
  border:1px solid rgba(255,209,83,.26);
  box-shadow:0 14px 40px rgba(0,0,0,.18);
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  backdrop-filter:blur(14px);
}
.gs-hero-badge::before{content:"✦";color:#ffd359;}
.gs-home-title{
  max-width:980px;
  margin:24px 0 18px;
  color:#fff;
  font-size:clamp(44px, 5.2vw, 82px);
  line-height:.98;
  letter-spacing:-2.3px;
  text-shadow:0 20px 60px rgba(0,0,0,.42);
}
.gs-home-subtitle{
  max-width:820px;
  margin:0 0 28px;
  color:rgba(255,255,255,.82);
  font-size:clamp(17px, 1.35vw, 22px);
  line-height:1.65;
  letter-spacing:.01em;
  font-weight:400;
}
.gs-home-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:34px;
}
.gs-home-btn{
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:0 28px;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  letter-spacing:.04em;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
.gs-home-btn:hover{transform:translateY(-3px);}
.gs-home-btn-primary{
  color:#231604;
  background:linear-gradient(135deg,#fff0b2 0%, #ffc429 43%, #d19409 100%);
  box-shadow:0 18px 38px rgba(214,154,16,.34);
}
.gs-home-btn-secondary{
  color:#fff3c9;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,226,154,.28);
  backdrop-filter:blur(14px);
}
.gs-home-btn-secondary:hover{background:rgba(255,226,154,.16);}
.gs-home-service-panel{
  width:min(1120px, 100%);
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
  padding:16px;
  border-radius:30px;
  background:rgba(15,14,12,.58);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 30px 80px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(22px);
}
.gs-home-service-panel article{
  position:relative;
  overflow:hidden;
  min-height:174px;
  padding:24px;
  border-radius:22px;
  background:linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.12);
}
.gs-home-service-panel article::after{
  content:"";
  position:absolute;
  right:-38px;
  top:-38px;
  width:120px;
  height:120px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,208,82,.24), transparent 68%);
}
.gs-home-service-panel span{
  display:inline-flex;
  margin-bottom:16px;
  color:#ffd76c;
  font-size:12px;
  font-weight:900;
  letter-spacing:.18em;
}
.gs-home-service-panel h3{
  position:relative;
  z-index:1;
  margin:0 0 10px;
  color:#fffaf0;
  font-size:21px;
  line-height:1.15;
}
.gs-home-service-panel p{
  position:relative;
  z-index:1;
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.55;
}
.gs-home-trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}
.gs-home-trust-row div{
  min-width:174px;
  padding:13px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(255,255,255,.7);
  box-shadow:0 18px 44px rgba(0,0,0,.16);
}
.gs-home-trust-row strong{
  display:block;
  color:#1f1a12;
  font-size:16px;
  line-height:1.1;
}
.gs-home-trust-row small{
  display:block;
  margin-top:4px;
  color:#7b6640;
  font-weight:800;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.gs-home-premium .hero-indicators{
  left:50%;
  transform:translateX(-50%);
  bottom:34px;
}
@media (max-width:980px){
  .gs-home-content{padding:150px 22px 88px;align-items:center;text-align:center;}
  .gs-home-title{letter-spacing:-1.2px;}
  .gs-home-actions{justify-content:center;}
  .gs-home-service-panel{grid-template-columns:1fr;}
  .gs-home-trust-row{justify-content:center;}
}
@media (max-width:620px){
  .gs-home-content{padding:130px 16px 74px;}
  .gs-home-title{font-size:clamp(36px, 12vw, 54px);}
  .gs-home-subtitle{font-size:16px;}
  .gs-home-btn{width:100%;}
  .gs-home-service-panel{padding:10px;border-radius:24px;}
  .gs-home-service-panel article{padding:20px;min-height:auto;}
  .gs-home-trust-row div{width:100%;}
}

/* =========================================================
   FINAL PROFESSIONAL HOME HERO V2
   ========================================================= */
.gs-home-v2{
  min-height:100vh !important;
  height:auto !important;
  background:#080806 !important;
  overflow:hidden !important;
}
.gs-home-v2 .hero-slide img{
  filter:saturate(1.02) contrast(1.06) brightness(.78) !important;
  transform:scale(1.04) !important;
}
.gs-home-v2 .hero-overlay{
  background:
    radial-gradient(circle at 72% 46%, rgba(231,171,30,.28) 0%, rgba(231,171,30,.05) 30%, transparent 56%),
    linear-gradient(90deg, rgba(6,7,7,.96) 0%, rgba(12,13,13,.86) 45%, rgba(12,13,13,.58) 100%),
    linear-gradient(180deg, rgba(0,0,0,.36) 0%, rgba(0,0,0,.15) 55%, rgba(247,241,232,.98) 100%) !important;
}
.gs-home-v2-shine{
  position:absolute;
  inset:auto -10% -32% -10%;
  height:46%;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(180deg, transparent 0%, rgba(247,241,232,.78) 68%, #f7f1e8 100%);
}
.gs-home-v2-content{
  position:relative !important;
  z-index:5 !important;
  max-width:1480px !important;
  min-height:100vh !important;
  height:auto !important;
  margin:0 auto !important;
  padding:160px 56px 118px !important;
  display:grid !important;
  grid-template-columns:minmax(0, 1.05fr) 440px !important;
  gap:54px !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:left !important;
}
.gs-home-v2-left{max-width:910px !important;}
.gs-home-v2-badge{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  padding:10px 16px !important;
  border-radius:999px !important;
  background:rgba(255,204,54,.13) !important;
  border:1px solid rgba(255,204,54,.34) !important;
  color:#ffe8a4 !important;
  font-size:13px !important;
  font-weight:900 !important;
  letter-spacing:.11em !important;
  text-transform:uppercase !important;
  backdrop-filter:blur(16px) !important;
  box-shadow:0 18px 40px rgba(0,0,0,.26) !important;
}
.gs-home-v2-badge:before{content:"✦";color:#ffc72c;}
.gs-home-v2-title{
  max-width:900px !important;
  margin:24px 0 22px !important;
  color:#fff !important;
  font-size:clamp(46px, 5vw, 82px) !important;
  line-height:1.02 !important;
  letter-spacing:-2.4px !important;
  font-weight:900 !important;
  text-shadow:0 20px 70px rgba(0,0,0,.55) !important;
}
.gs-home-v2-title:after{
  content:"";
  display:block;
  width:118px;
  height:5px;
  margin-top:24px;
  border-radius:99px;
  background:linear-gradient(90deg,#ffd86c,#b8860b);
  box-shadow:0 12px 28px rgba(216,165,34,.38);
}
.gs-home-v2-subtitle{
  max-width:850px !important;
  margin:0 0 34px !important;
  color:rgba(255,255,255,.84) !important;
  font-size:clamp(18px,1.45vw,23px) !important;
  line-height:1.65 !important;
  font-weight:400 !important;
  letter-spacing:.01em !important;
}
.gs-home-v2-actions{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:15px !important;
  margin-bottom:34px !important;
}
.gs-home-v2-primary,
.gs-home-v2-secondary{
  min-height:56px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 30px !important;
  border-radius:999px !important;
  text-decoration:none !important;
  font-size:14px !important;
  font-weight:900 !important;
  letter-spacing:.05em !important;
  transition:.25s ease !important;
}
.gs-home-v2-primary{
  color:#1f1605 !important;
  background:linear-gradient(135deg,#fff2b7 0%,#ffc82e 48%,#b8860b 100%) !important;
  box-shadow:0 20px 44px rgba(214,154,16,.36) !important;
}
.gs-home-v2-secondary{
  color:#fff1c7 !important;
  background:rgba(255,255,255,.09) !important;
  border:1px solid rgba(255,226,154,.30) !important;
  backdrop-filter:blur(14px) !important;
}
.gs-home-v2-primary:hover,
.gs-home-v2-secondary:hover{transform:translateY(-3px) !important;}
.gs-home-v2-stats{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:14px !important;
  max-width:760px !important;
}
.gs-home-v2-stats div{
  padding:18px 20px !important;
  border-radius:20px !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.16) !important;
  backdrop-filter:blur(18px) !important;
  box-shadow:0 18px 50px rgba(0,0,0,.22) !important;
}
.gs-home-v2-stats strong{
  display:block !important;
  color:#ffd46b !important;
  font-size:21px !important;
  line-height:1.1 !important;
}
.gs-home-v2-stats span{
  display:block !important;
  margin-top:6px !important;
  color:rgba(255,255,255,.74) !important;
  font-size:13px !important;
  font-weight:700 !important;
}
.gs-home-v2-card{
  width:100% !important;
  padding:24px !important;
  border-radius:34px !important;
  background:linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.07)) !important;
  border:1px solid rgba(255,255,255,.24) !important;
  box-shadow:0 32px 90px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.16) !important;
  backdrop-filter:blur(26px) !important;
}
.gs-home-v2-card-head{
  padding:6px 6px 20px !important;
  border-bottom:1px solid rgba(255,255,255,.16) !important;
  margin-bottom:18px !important;
}
.gs-home-v2-card-head span{
  display:block !important;
  color:#ffd76d !important;
  font-size:12px !important;
  font-weight:900 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  margin-bottom:8px !important;
}
.gs-home-v2-card-head strong{
  display:block !important;
  color:#fff !important;
  font-size:24px !important;
  line-height:1.25 !important;
}
.gs-home-v2-service-list{display:grid !important;gap:14px !important;}
.gs-home-v2-service{
  display:grid !important;
  grid-template-columns:54px 1fr !important;
  gap:14px !important;
  align-items:center !important;
  padding:16px !important;
  border-radius:22px !important;
  text-decoration:none !important;
  background:rgba(255,255,255,.11) !important;
  border:1px solid rgba(255,255,255,.13) !important;
  transition:.25s ease !important;
}
.gs-home-v2-service:hover{
  transform:translateX(5px) !important;
  background:rgba(255,214,98,.16) !important;
  border-color:rgba(255,214,98,.32) !important;
}
.gs-home-v2-icon{
  width:54px !important;
  height:54px !important;
  border-radius:18px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(135deg,#fff0b2,#c99618) !important;
  box-shadow:0 16px 34px rgba(201,150,24,.28) !important;
  font-size:23px !important;
}
.gs-home-v2-service strong{
  display:block !important;
  color:#fffaf0 !important;
  font-size:17px !important;
  line-height:1.2 !important;
  margin-bottom:5px !important;
}
.gs-home-v2-service small{
  display:block !important;
  color:rgba(255,255,255,.72) !important;
  font-size:13px !important;
  line-height:1.45 !important;
  font-weight:500 !important;
}
.gs-home-v2 .hero-indicators{
  position:absolute !important;
  left:50% !important;
  right:auto !important;
  bottom:34px !important;
  transform:translateX(-50%) !important;
}
@media (max-width:1100px){
  .gs-home-v2-content{
    grid-template-columns:1fr !important;
    padding:145px 24px 105px !important;
    gap:30px !important;
  }
  .gs-home-v2-left{text-align:center !important;margin:0 auto !important;}
  .gs-home-v2-title:after{margin-left:auto !important;margin-right:auto !important;}
  .gs-home-v2-actions{justify-content:center !important;}
  .gs-home-v2-stats{margin:0 auto !important;}
  .gs-home-v2-card{max-width:760px !important;margin:0 auto !important;}
}
@media (max-width:720px){
  .gs-home-v2-content{padding:128px 16px 86px !important;}
  .gs-home-v2-title{font-size:clamp(36px,11vw,54px) !important;letter-spacing:-1.1px !important;}
  .gs-home-v2-subtitle{font-size:16px !important;}
  .gs-home-v2-primary,.gs-home-v2-secondary{width:100% !important;}
  .gs-home-v2-stats{grid-template-columns:1fr !important;}
  .gs-home-v2-card{padding:16px !important;border-radius:26px !important;}
  .gs-home-v2-service{grid-template-columns:48px 1fr !important;padding:14px !important;}
  .gs-home-v2-icon{width:48px !important;height:48px !important;}
}


/* ORANGE THEME SAFETY OVERRIDE */
:root{--gs-orange:#ff931e !important;--gs-orange-2:#ffb347 !important;}
.nav-link.active,.nav-link:hover,.logo-tagline{color:#ff931e !important;}
.nav-link::after,.nav-link.active::after{background:#ff931e !important;}


/* FINAL ORANGE HEADER SAFETY */
:root{--gs-orange:#ff931e !important;--gs-orange-2:#ff7a00 !important;}
.logo-tagline,.nav-link.active,.nav-link:hover{color:#ff931e !important;}
.nav-link::after,.nav-link.active::after{background:#ff931e !important;}


/* =========================================================
   PERFECT FINAL HOME FIX
   - Headline locked into 2 lines
   - Header theme fully orange (#ff931e)
   - Proper property-style white bottom fade
   ========================================================= */
:root{
  --gs-orange:#ff931e !important;
  --gs-orange-2:#ff7a00 !important;
  --gs-orange-light:#ffb45a !important;
}

/* FULL SCREEN HERO LIKE PROPERTY SITE */
html, body{ margin:0 !important; }
section#home.gsi-premium-hero{
  height:100vh !important;
  min-height:100vh !important;
  max-height:100vh !important;
  padding:118px 24px 120px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  border:0 !important;
  margin:0 !important;
}

section#home.gsi-premium-hero .gsi-hero-content{
  position:relative !important;
  z-index:6 !important;
  max-width:1320px !important;
  width:100% !important;
  margin:0 auto !important;
  transform:translateY(-4px) !important;
}

/* Hide the old tag */
section#home.gsi-premium-hero .gsi-hero-tag{
  display:none !important;
}

/* EXACT 2-LINE HEADLINE */
section#home.gsi-premium-hero .gsi-final-headline,
section#home.gsi-premium-hero .gsi-hero-content h1.gsi-final-headline{
  width:100% !important;
  max-width:1320px !important;
  margin:0 auto 18px !important;
  padding:0 !important;
  color:#fff !important;
  font-size:clamp(34px, 3.28vw, 58px) !important;
  line-height:1.10 !important;
  letter-spacing:-1.35px !important;
  text-align:center !important;
  white-space:normal !important;
}

section#home.gsi-premium-hero .gsi-final-headline .line-one,
section#home.gsi-premium-hero .gsi-final-headline .line-two{
  display:block !important;
  white-space:nowrap !important;
}

section#home.gsi-premium-hero .gsi-final-headline span span,
section#home.gsi-premium-hero .gsi-final-headline .line-one,
section#home.gsi-premium-hero .gsi-final-headline .line-two{
  background:linear-gradient(90deg,#ffffff 0%,#fff3df 18%,#ffb45a 42%,#ff931e 56%,#fff4e4 78%,#ffffff 100%) !important;
  background-size:260% auto !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  text-shadow:none !important;
  animation:gsPerfectTextShine 4.8s linear infinite !important;
}

section#home.gsi-premium-hero .gsi-final-headline .line-two{
  animation-delay:.25s !important;
}

/* SUBHEADLINE WITH COLORED KEYWORDS */
section#home.gsi-premium-hero .gsi-final-subheadline,
section#home.gsi-premium-hero .gsi-hero-content > p.gsi-final-subheadline{
  max-width:1120px !important;
  margin:0 auto 28px !important;
  font-size:clamp(15px, 1.02vw, 17px) !important;
  line-height:1.55 !important;
  font-weight:800 !important;
  color:#ffffff !important;
  text-align:center !important;
  text-shadow:0 6px 24px rgba(0,0,0,.58) !important;
}

section#home.gsi-premium-hero .gsi-final-subheadline span{
  color:#ff931e !important;
  font-weight:950 !important;
  text-shadow:0 0 16px rgba(255,147,30,.45), 0 3px 16px rgba(0,0,0,.38) !important;
}

/* MUCH BETTER WHITE SHADOW/FADE AT BOTTOM */
section#home.gsi-premium-hero::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:-1px !important;
  height:310px !important;
  z-index:4 !important;
  pointer-events:none !important;
  background:
    linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.35) 32%, rgba(255,255,255,.88) 70%, #ffffff 100%) !important;
}

/* Remove line/divider between home and Portal Access */
section#home.gsi-premium-hero + section,
section#information{
  margin-top:0 !important;
  border-top:0 !important;
  box-shadow:none !important;
}

/* PUT PARTICIPANT BOX ABOVE WHITE FADE */
section#home.gsi-premium-hero .gsi-participant-card{
  position:relative !important;
  z-index:7 !important;
  max-width:920px !important;
  margin:0 auto !important;
  border:1.5px solid rgba(255,147,30,.72) !important;
  box-shadow:
    0 34px 100px rgba(0,0,0,.38),
    0 0 45px rgba(255,147,30,.15),
    inset 0 1px 0 rgba(255,255,255,.35) !important;
}

/* COMPLETE HEADER ORANGE THEME OVERRIDE */
#site-header.site-header,
header.site-header{
  border-bottom:1px solid rgba(255,147,30,.20) !important;
}

#site-header.site-header .logo-tagline,
header.site-header .logo-tagline{
  color:#ff931e !important;
}

#site-header.site-header .nav-link,
header.site-header .nav-link{
  color:#fff !important;
}

#site-header.site-header.scrolled .nav-link,
header.site-header.scrolled .nav-link{
  color:#161616 !important;
}

#site-header.site-header .nav-link.active,
#site-header.site-header .nav-link:hover,
#site-header.site-header.scrolled .nav-link.active,
#site-header.site-header.scrolled .nav-link:hover,
header.site-header .nav-link.active,
header.site-header .nav-link:hover{
  color:#ff931e !important;
}

#site-header.site-header .nav-link::after,
#site-header.site-header .nav-link.active::after,
header.site-header .nav-link::after,
header.site-header .nav-link.active::after{
  background:linear-gradient(90deg,#ff931e,#ff7a00) !important;
}

#site-header.site-header .services-arrow-btn,
header.site-header .services-arrow-btn{
  border-color:#ff931e !important;
  color:#ff931e !important;
}

#site-header.site-header .services-arrow-btn:hover,
#site-header.site-header .services-nav.open .services-arrow-btn,
header.site-header .services-arrow-btn:hover,
header.site-header .services-nav.open .services-arrow-btn{
  background:#ff931e !important;
  border-color:#ff931e !important;
  color:#111 !important;
}

#site-header.site-header .service-chevron,
header.site-header .service-chevron{
  border-color:#ff931e !important;
}

#site-header.site-header .header-actions,
#site-header.site-header .header-actions.gs-auth-combo,
header.site-header .header-actions,
header.site-header .header-actions.gs-auth-combo{
  border-color:#ff931e !important;
  box-shadow:0 13px 34px rgba(255,147,30,.30) !important;
}

#site-header.site-header .header-actions.gs-auth-combo::before,
#site-header.site-header .auth-register,
header.site-header .header-actions.gs-auth-combo::before,
header.site-header .auth-register{
  background:linear-gradient(135deg,#ffb45a 0%,#ff931e 55%,#ff7a00 100%) !important;
}

/* PARTICIPANT ORANGE REFINEMENTS */
section#home.gsi-premium-hero .gsi-participant-card h2:before,
section#home.gsi-premium-hero .gsi-participant-card h2:after{
  background:linear-gradient(90deg,transparent,#ff931e) !important;
}
section#home.gsi-premium-hero .gsi-participant-card h2:after{
  background:linear-gradient(90deg,#ff931e,transparent) !important;
}
section#home.gsi-premium-hero .gsi-card-subtitle,
section#home.gsi-premium-hero .gsi-trust-row span b,
section#home.gsi-premium-hero .gsi-action-card b{
  color:#ff931e !important;
}
section#home.gsi-premium-hero .gsi-action-icon{
  background:linear-gradient(135deg,#ffc16d,#ff931e,#ff7a00) !important;
}

/* SMOOTH ANIMATIONS */
@keyframes gsPerfectTextShine{
  0%{background-position:0% center;}
  100%{background-position:260% center;}
}
@keyframes gsPerfectFadeUp{
  from{opacity:0; transform:translateY(28px);}
  to{opacity:1; transform:translateY(0);}
}
section#home.gsi-premium-hero .gsi-final-headline{
  animation:gsPerfectFadeUp .85s cubic-bezier(.2,.8,.2,1) both !important;
}
section#home.gsi-premium-hero .gsi-final-subheadline{
  animation:gsPerfectFadeUp .85s cubic-bezier(.2,.8,.2,1) .14s both !important;
}
section#home.gsi-premium-hero .gsi-participant-card{
  animation:gsPerfectFadeUp .9s cubic-bezier(.2,.8,.2,1) .28s both !important;
}

/* LAPTOP SCREENS - keep headline exactly two lines */
@media(max-width:1400px){
  section#home.gsi-premium-hero{
    padding-top:112px !important;
    padding-bottom:118px !important;
  }
  section#home.gsi-premium-hero .gsi-final-headline,
  section#home.gsi-premium-hero .gsi-hero-content h1.gsi-final-headline{
    font-size:clamp(29px, 2.58vw, 44px) !important;
    max-width:1240px !important;
  }
  section#home.gsi-premium-hero .gsi-final-subheadline{
    max-width:1040px !important;
    font-size:clamp(13px, .92vw, 15px) !important;
  }
  section#home.gsi-premium-hero .gsi-participant-card{
    max-width:880px !important;
    padding:21px 28px 18px !important;
  }
}

/* SMALL SCREENS: allow wrapping naturally */
@media(max-width:900px){
  section#home.gsi-premium-hero{
    height:auto !important;
    max-height:none !important;
    min-height:100vh !important;
    padding:120px 16px 90px !important;
  }
  section#home.gsi-premium-hero .gsi-final-headline .line-one,
  section#home.gsi-premium-hero .gsi-final-headline .line-two{
    white-space:normal !important;
  }
  section#home.gsi-premium-hero .gsi-final-headline,
  section#home.gsi-premium-hero .gsi-hero-content h1.gsi-final-headline{
    font-size:clamp(27px, 7.5vw, 38px) !important;
  }
}


/* =========================================================
   TICKER HEADLINE FINAL FIX
   India’s Trusted Partner for + rotating service text
   ========================================================= */

/* Hide older fixed headline style if cached rules apply */
section#home.gsi-premium-hero .gsi-final-headline{
  display:none !important;
}

/* Ticker headline layout */
section#home.gsi-premium-hero .gsi-ticker-headline,
section#home.gsi-premium-hero .gsi-hero-content h1.gsi-ticker-headline{
  width:100% !important;
  max-width:1180px !important;
  margin:0 auto 18px !important;
  padding:0 !important;
  text-align:center !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  line-height:1.05 !important;
  letter-spacing:-1.15px !important;
  overflow:visible !important;
}

section#home.gsi-premium-hero .gsi-static-title{
  display:block !important;
  width:100% !important;
  white-space:nowrap !important;
  font-family:Georgia, "Times New Roman", serif !important;
  font-size:clamp(40px, 4.1vw, 74px) !important;
  font-weight:900 !important;
  color:#ffffff !important;
  text-shadow:0 12px 40px rgba(0,0,0,.70) !important;
  animation:gsTickerFadeUp .8s cubic-bezier(.2,.8,.2,1) both !important;
}

section#home.gsi-premium-hero .gsi-ticker-wrap{
  position:relative !important;
  display:block !important;
  width:min(100%, 1120px) !important;
  height:clamp(52px, 5.2vw, 92px) !important;
  overflow:hidden !important;
  text-align:center !important;
  animation:gsTickerFadeUp .85s cubic-bezier(.2,.8,.2,1) .12s both !important;
}

section#home.gsi-premium-hero .gsi-ticker-wrap::before,
section#home.gsi-premium-hero .gsi-ticker-wrap::after{
  content:"" !important;
  position:absolute !important;
  top:0 !important;
  width:110px !important;
  height:100% !important;
  z-index:2 !important;
  pointer-events:none !important;
}

section#home.gsi-premium-hero .gsi-ticker-wrap::before{
  left:0 !important;
  background:linear-gradient(90deg, rgba(18,10,5,.65), transparent) !important;
}

section#home.gsi-premium-hero .gsi-ticker-wrap::after{
  right:0 !important;
  background:linear-gradient(270deg, rgba(18,10,5,.65), transparent) !important;
}

section#home.gsi-premium-hero .gsi-ticker-track{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  animation:gsServiceTicker 9s cubic-bezier(.68,-0.08,.28,1.08) infinite !important;
  will-change:transform !important;
}

section#home.gsi-premium-hero .gsi-ticker-track span{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:clamp(52px, 5.2vw, 92px) !important;
  white-space:nowrap !important;
  font-family:Georgia, "Times New Roman", serif !important;
  font-size:clamp(40px, 4.2vw, 76px) !important;
  font-weight:900 !important;
  line-height:1 !important;
  background:linear-gradient(90deg,#fff7ef 0%,#ffbf6a 22%,#ff931e 48%,#ffe1bd 70%,#ffffff 100%) !important;
  background-size:240% auto !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  text-shadow:none !important;
  animation:gsTickerTextShine 4.5s linear infinite !important;
  filter:drop-shadow(0 10px 26px rgba(255,147,30,.16)) !important;
}

/* Keep homepage content perfectly centered */
section#home.gsi-premium-hero .gsi-hero-content{
  transform:translateY(-8px) !important;
}

section#home.gsi-premium-hero .gsi-final-subheadline,
section#home.gsi-premium-hero .gsi-hero-content > p.gsi-final-subheadline{
  margin-top:4px !important;
  margin-bottom:28px !important;
}

/* Animation steps: 4 items with last duplicate for seamless loop */
@keyframes gsServiceTicker{
  0%, 21%{ transform:translateY(0); }
  28%, 49%{ transform:translateY(calc(-1 * clamp(52px, 5.2vw, 92px))); }
  56%, 77%{ transform:translateY(calc(-2 * clamp(52px, 5.2vw, 92px))); }
  84%, 100%{ transform:translateY(calc(-3 * clamp(52px, 5.2vw, 92px))); }
}

@keyframes gsTickerTextShine{
  0%{background-position:0% center;}
  100%{background-position:240% center;}
}

@keyframes gsTickerFadeUp{
  from{opacity:0; transform:translateY(24px);}
  to{opacity:1; transform:translateY(0);}
}

/* Laptop fit so text never cuts */
@media(max-width:1400px){
  section#home.gsi-premium-hero .gsi-ticker-headline,
  section#home.gsi-premium-hero .gsi-hero-content h1.gsi-ticker-headline{
    max-width:1120px !important;
    gap:6px !important;
  }
  section#home.gsi-premium-hero .gsi-static-title{
    font-size:clamp(35px, 3.45vw, 58px) !important;
  }
  section#home.gsi-premium-hero .gsi-ticker-wrap{
    width:min(100%, 1050px) !important;
    height:clamp(46px, 4.55vw, 72px) !important;
  }
  section#home.gsi-premium-hero .gsi-ticker-track span{
    height:clamp(46px, 4.55vw, 72px) !important;
    font-size:clamp(34px, 3.55vw, 60px) !important;
  }
  @keyframes gsServiceTicker{
    0%, 21%{ transform:translateY(0); }
    28%, 49%{ transform:translateY(calc(-1 * clamp(46px, 4.55vw, 72px))); }
    56%, 77%{ transform:translateY(calc(-2 * clamp(46px, 4.55vw, 72px))); }
    84%, 100%{ transform:translateY(calc(-3 * clamp(46px, 4.55vw, 72px))); }
  }
}

/* Small screens */
@media(max-width:900px){
  section#home.gsi-premium-hero .gsi-static-title{
    white-space:normal !important;
    font-size:clamp(28px, 8vw, 40px) !important;
  }
  section#home.gsi-premium-hero .gsi-ticker-wrap{
    height:54px !important;
  }
  section#home.gsi-premium-hero .gsi-ticker-track span{
    height:54px !important;
    font-size:clamp(25px, 7vw, 38px) !important;
    white-space:normal !important;
    line-height:1.05 !important;
  }
  @keyframes gsServiceTicker{
    0%, 21%{ transform:translateY(0); }
    28%, 49%{ transform:translateY(-54px); }
    56%, 77%{ transform:translateY(-108px); }
    84%, 100%{ transform:translateY(-162px); }
  }
}


/* =========================================================
   WORKING TICKER + PERFECT ALIGNMENT FINAL OVERRIDE
   ========================================================= */

/* Remove black box / old headline backgrounds */
section#home.gsi-premium-hero .gsi-ticker-wrap,
section#home.gsi-premium-hero .gsi-ticker-track,
section#home.gsi-premium-hero .gsi-ticker-track span{
  background-color:transparent !important;
  box-shadow:none !important;
}

section#home.gsi-premium-hero .gsi-ticker-wrap::before,
section#home.gsi-premium-hero .gsi-ticker-wrap::after{
  display:none !important;
  content:none !important;
}

/* Perfect full width alignment */
section#home.gsi-premium-hero{
  height:100vh !important;
  min-height:100vh !important;
  max-height:100vh !important;
  padding:112px 18px 116px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

section#home.gsi-premium-hero .gsi-hero-content{
  width:100% !important;
  max-width:1380px !important;
  margin:0 auto !important;
  transform:translateY(-4px) !important;
}

/* Working ticker using fixed CSS variable instead of clamp in keyframes */
section#home.gsi-premium-hero .gsi-ticker-headline{
  --ticker-h:84px;
  width:100% !important;
  max-width:1360px !important;
  margin:0 auto 18px !important;
  padding:0 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:4px !important;
  overflow:visible !important;
  line-height:1 !important;
  background:transparent !important;
}

section#home.gsi-premium-hero .gsi-static-title{
  display:block !important;
  width:100% !important;
  margin:0 auto !important;
  text-align:center !important;
  white-space:nowrap !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:clamp(42px,4vw,72px) !important;
  line-height:1.03 !important;
  font-weight:900 !important;
  color:#fff !important;
  background:transparent !important;
  -webkit-text-fill-color:#fff !important;
  text-shadow:0 12px 40px rgba(0,0,0,.72) !important;
}

section#home.gsi-premium-hero .gsi-ticker-wrap{
  position:relative !important;
  display:block !important;
  width:100% !important;
  max-width:1360px !important;
  height:var(--ticker-h) !important;
  overflow:hidden !important;
  margin:0 auto !important;
  padding:0 !important;
  text-align:center !important;
  background:transparent !important;
}

section#home.gsi-premium-hero .gsi-ticker-track{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:100% !important;
  height:auto !important;
  will-change:transform !important;
  animation:gsWorkingTicker 9s steps(3,end) infinite !important;
}

section#home.gsi-premium-hero .gsi-ticker-track > span{
  width:100% !important;
  height:var(--ticker-h) !important;
  min-height:var(--ticker-h) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  white-space:nowrap !important;
  overflow:visible !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:clamp(42px,4.15vw,76px) !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:-1.15px !important;
  background:linear-gradient(90deg,#ffffff 0%,#ffe8c7 20%,#ffb45a 38%,#ff931e 54%,#ffe0b7 76%,#ffffff 100%) !important;
  background-size:250% auto !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  text-shadow:none !important;
  filter:drop-shadow(0 12px 28px rgba(0,0,0,.40)) !important;
  animation:gsTickerShineClean 4.5s linear infinite !important;
}

@keyframes gsWorkingTicker{
  0%, 26%{ transform:translateY(0); }
  33%, 59%{ transform:translateY(calc(-1 * var(--ticker-h))); }
  66%, 92%{ transform:translateY(calc(-2 * var(--ticker-h))); }
  100%{ transform:translateY(calc(-3 * var(--ticker-h))); }
}

@keyframes gsTickerShineClean{
  0%{background-position:0% center;}
  100%{background-position:250% center;}
}

/* Compact and centered below ticker */
section#home.gsi-premium-hero .gsi-final-subheadline{
  max-width:1120px !important;
  margin:2px auto 26px !important;
  text-align:center !important;
}

section#home.gsi-premium-hero .gsi-participant-card{
  max-width:920px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Better white fade, still smooth */
section#home.gsi-premium-hero::after{
  height:300px !important;
  background:
    linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.28) 35%, rgba(255,255,255,.82) 72%, #fff 100%) !important;
}

/* Laptop view: keep all ticker words visible */
@media(max-width:1400px){
  section#home.gsi-premium-hero{
    padding-top:108px !important;
    padding-bottom:112px !important;
  }
  section#home.gsi-premium-hero .gsi-ticker-headline{
    --ticker-h:70px;
    max-width:1280px !important;
  }
  section#home.gsi-premium-hero .gsi-static-title{
    font-size:clamp(36px,3.35vw,58px) !important;
  }
  section#home.gsi-premium-hero .gsi-ticker-track > span{
    font-size:clamp(36px,3.55vw,61px) !important;
  }
  section#home.gsi-premium-hero .gsi-final-subheadline{
    max-width:1040px !important;
    font-size:clamp(13px,.92vw,15px) !important;
  }
}

/* For smaller laptop widths */
@media(max-width:1180px){
  section#home.gsi-premium-hero .gsi-ticker-headline{
    --ticker-h:62px;
  }
  section#home.gsi-premium-hero .gsi-static-title{
    font-size:clamp(32px,3.2vw,48px) !important;
  }
  section#home.gsi-premium-hero .gsi-ticker-track > span{
    font-size:clamp(30px,3.35vw,50px) !important;
  }
}

/* Mobile */
@media(max-width:900px){
  section#home.gsi-premium-hero{
    height:auto !important;
    max-height:none !important;
    min-height:100vh !important;
    padding:120px 16px 90px !important;
  }
  section#home.gsi-premium-hero .gsi-ticker-headline{
    --ticker-h:58px;
    gap:8px !important;
  }
  section#home.gsi-premium-hero .gsi-static-title{
    white-space:normal !important;
    font-size:clamp(28px,7.5vw,40px) !important;
  }
  section#home.gsi-premium-hero .gsi-ticker-track > span{
    white-space:normal !important;
    font-size:clamp(25px,6.9vw,38px) !important;
    line-height:1.05 !important;
    padding:0 6px !important;
  }
}


/* =========================================================
   JS WORKING TICKER FINAL
   Reliable sliding ticker: Gold Auction Information ->
   E-Gold Auction Participants -> E-Property Auction Participants ->
   Newspaper Publication
   ========================================================= */

/* Hide old CSS ticker if cached */
section#home.gsi-premium-hero .gsi-ticker-headline{
  display:none !important;
}

/* JS ticker headline */
section#home.gsi-premium-hero .gsi-js-ticker-headline{
  width:100% !important;
  max-width:1260px !important;
  margin:0 auto 18px !important;
  padding:0 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  text-align:center !important;
  line-height:1.05 !important;
  overflow:visible !important;
  background:transparent !important;
}

section#home.gsi-premium-hero .gsi-js-static{
  display:block !important;
  width:100% !important;
  white-space:nowrap !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:clamp(40px, 3.9vw, 70px) !important;
  font-weight:900 !important;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  text-shadow:0 12px 40px rgba(0,0,0,.72) !important;
}

section#home.gsi-premium-hero .gsi-js-ticker-box{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  max-width:1180px !important;
  min-height:78px !important;
  height:78px !important;
  overflow:hidden !important;
  background:transparent !important;
  box-shadow:none !important;
}

section#home.gsi-premium-hero .gsi-js-ticker-text{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:50% !important;
  display:block !important;
  width:100% !important;
  text-align:center !important;
  white-space:nowrap !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:clamp(40px, 4vw, 74px) !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:-1.15px !important;
  background:linear-gradient(90deg,#ffffff 0%,#ffe8c7 18%,#ffb45a 36%,#ff931e 54%,#ffe2bf 76%,#ffffff 100%) !important;
  background-size:240% auto !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  text-shadow:none !important;
  filter:drop-shadow(0 12px 28px rgba(0,0,0,.38)) !important;
  animation:gsJsTickerShine 4s linear infinite !important;
  transform:translateY(-50%) translateX(0) !important;
  opacity:1 !important;
  transition:transform .42s cubic-bezier(.22,.75,.25,1), opacity .42s ease !important;
}

section#home.gsi-premium-hero .gsi-js-ticker-text.is-leaving{
  transform:translateY(-50%) translateX(-70px) !important;
  opacity:0 !important;
}

section#home.gsi-premium-hero .gsi-js-ticker-text.is-entering{
  transform:translateY(-50%) translateX(70px) !important;
  opacity:0 !important;
}

section#home.gsi-premium-hero .gsi-js-ticker-text.is-visible{
  transform:translateY(-50%) translateX(0) !important;
  opacity:1 !important;
}

@keyframes gsJsTickerShine{
  0%{background-position:0% center;}
  100%{background-position:240% center;}
}

/* Align hero after replacing ticker */
section#home.gsi-premium-hero .gsi-hero-content{
  max-width:1300px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  transform:translateY(-5px) !important;
}

section#home.gsi-premium-hero .gsi-final-subheadline{
  margin-top:0 !important;
  margin-bottom:26px !important;
}

@media(max-width:1400px){
  section#home.gsi-premium-hero .gsi-js-ticker-headline{
    max-width:1180px !important;
  }
  section#home.gsi-premium-hero .gsi-js-static{
    font-size:clamp(36px, 3.3vw, 58px) !important;
  }
  section#home.gsi-premium-hero .gsi-js-ticker-box{
    max-width:1120px !important;
    min-height:66px !important;
    height:66px !important;
  }
  section#home.gsi-premium-hero .gsi-js-ticker-text{
    font-size:clamp(36px, 3.45vw, 60px) !important;
  }
}

@media(max-width:900px){
  section#home.gsi-premium-hero .gsi-js-static{
    white-space:normal !important;
    font-size:clamp(28px, 7.5vw, 40px) !important;
  }
  section#home.gsi-premium-hero .gsi-js-ticker-box{
    height:62px !important;
    min-height:62px !important;
  }
  section#home.gsi-premium-hero .gsi-js-ticker-text{
    white-space:normal !important;
    font-size:clamp(25px, 7vw, 38px) !important;
    line-height:1.06 !important;
  }
}


/* =========================================================
   FINAL WORKING EXTERNAL JS TICKER OVERRIDE
   ========================================================= */

/* Hide every old headline/ticker version */
section#home.gsi-premium-hero .gsi-final-headline,
section#home.gsi-premium-hero .gsi-ticker-headline{
  display:none !important;
}

/* Make the active JS ticker visible and aligned */
section#home.gsi-premium-hero .gsi-js-ticker-headline{
  display:flex !important;
  width:100% !important;
  max-width:1260px !important;
  margin:0 auto 18px !important;
  padding:0 !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  text-align:center !important;
  line-height:1.05 !important;
  overflow:visible !important;
  background:transparent !important;
}

section#home.gsi-premium-hero .gsi-js-static{
  display:block !important;
  width:100% !important;
  white-space:nowrap !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:clamp(40px, 3.9vw, 70px) !important;
  font-weight:900 !important;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  background:transparent !important;
  text-shadow:0 12px 40px rgba(0,0,0,.72) !important;
}

section#home.gsi-premium-hero .gsi-js-ticker-box{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  max-width:1180px !important;
  min-height:76px !important;
  height:76px !important;
  overflow:hidden !important;
  margin:0 auto !important;
  padding:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

section#home.gsi-premium-hero .gsi-js-ticker-text{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:50% !important;
  display:block !important;
  width:100% !important;
  text-align:center !important;
  white-space:nowrap !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:clamp(40px, 4vw, 74px) !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:-1.15px !important;
  background:linear-gradient(90deg,#ffffff 0%,#ffe8c7 18%,#ffb45a 36%,#ff931e 54%,#ffe2bf 76%,#ffffff 100%) !important;
  background-size:240% auto !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  text-shadow:none !important;
  filter:drop-shadow(0 12px 28px rgba(0,0,0,.38)) !important;
  animation:gsJsTickerShineFinal 4s linear infinite !important;
  transform:translateY(-50%) translateX(0) !important;
  opacity:1 !important;
  transition:transform .42s cubic-bezier(.22,.75,.25,1), opacity .42s ease !important;
}

section#home.gsi-premium-hero .gsi-js-ticker-text.is-leaving{
  transform:translateY(-50%) translateX(-85px) !important;
  opacity:0 !important;
}

section#home.gsi-premium-hero .gsi-js-ticker-text.is-entering{
  transform:translateY(-50%) translateX(85px) !important;
  opacity:0 !important;
}

section#home.gsi-premium-hero .gsi-js-ticker-text.is-visible{
  transform:translateY(-50%) translateX(0) !important;
  opacity:1 !important;
}

@keyframes gsJsTickerShineFinal{
  0%{background-position:0% center;}
  100%{background-position:240% center;}
}

/* Keep everything centered and not too wide */
section#home.gsi-premium-hero .gsi-hero-content{
  width:100% !important;
  max-width:1300px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  transform:translateY(-5px) !important;
}

section#home.gsi-premium-hero .gsi-final-subheadline{
  margin-top:0 !important;
  margin-bottom:26px !important;
}

/* Laptop fit */
@media(max-width:1400px){
  section#home.gsi-premium-hero .gsi-js-ticker-headline{
    max-width:1180px !important;
  }
  section#home.gsi-premium-hero .gsi-js-static{
    font-size:clamp(36px, 3.3vw, 58px) !important;
  }
  section#home.gsi-premium-hero .gsi-js-ticker-box{
    max-width:1120px !important;
    min-height:66px !important;
    height:66px !important;
  }
  section#home.gsi-premium-hero .gsi-js-ticker-text{
    font-size:clamp(36px, 3.45vw, 60px) !important;
  }
}

@media(max-width:900px){
  section#home.gsi-premium-hero .gsi-js-static{
    white-space:normal !important;
    font-size:clamp(28px, 7.5vw, 40px) !important;
  }
  section#home.gsi-premium-hero .gsi-js-ticker-box{
    height:62px !important;
    min-height:62px !important;
  }
  section#home.gsi-premium-hero .gsi-js-ticker-text{
    white-space:normal !important;
    font-size:clamp(25px, 7vw, 38px) !important;
    line-height:1.06 !important;
  }
}


/* =========================================================
   GUARANTEED CSS TICKER - NO JAVASCRIPT REQUIRED
   Shows:
   1 Gold Auction Information
   2 E-Gold Auction Participants
   3 E-Property Auction Participants
   4 Newspaper Publication
   ========================================================= */

/* Hide all previous ticker/headline versions */
section#home.gsi-premium-hero .gsi-final-headline,
section#home.gsi-premium-hero .gsi-ticker-headline,
section#home.gsi-premium-hero .gsi-js-ticker-headline{
  display:none !important;
}

/* Active CSS ticker */
section#home.gsi-premium-hero .gsi-css-ticker-headline{
  display:flex !important;
  width:100% !important;
  max-width:1260px !important;
  margin:0 auto 18px !important;
  padding:0 !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  text-align:center !important;
  line-height:1.05 !important;
  overflow:visible !important;
  background:transparent !important;
}

section#home.gsi-premium-hero .gsi-css-static{
  display:block !important;
  width:100% !important;
  white-space:nowrap !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:clamp(40px, 3.9vw, 70px) !important;
  font-weight:900 !important;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  background:transparent !important;
  text-shadow:0 12px 40px rgba(0,0,0,.72) !important;
}

/* Viewport for ticker text */
section#home.gsi-premium-hero .gsi-css-ticker-box{
  position:relative !important;
  display:block !important;
  width:100% !important;
  max-width:1180px !important;
  height:76px !important;
  min-height:76px !important;
  overflow:hidden !important;
  margin:0 auto !important;
  padding:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

/* Track moves vertically through 4 items */
section#home.gsi-premium-hero .gsi-css-ticker-track{
  display:flex !important;
  flex-direction:column !important;
  width:100% !important;
  height:304px !important; /* 76px x 4 */
  animation:gsiGuaranteedTicker 10s infinite !important;
  will-change:transform !important;
  transform:translateY(0) !important;
}

/* Each ticker item */
section#home.gsi-premium-hero .gsi-css-ticker-track > span{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:76px !important;
  min-height:76px !important;
  max-height:76px !important;
  white-space:nowrap !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:clamp(40px, 4vw, 74px) !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:-1.15px !important;
  background:linear-gradient(90deg,#ffffff 0%,#ffe8c7 18%,#ffb45a 36%,#ff931e 54%,#ffe2bf 76%,#ffffff 100%) !important;
  background-size:240% auto !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  text-shadow:none !important;
  filter:drop-shadow(0 12px 28px rgba(0,0,0,.38)) !important;
  animation:gsiTickerTextShineFinal 4s linear infinite !important;
}

/* Hold each text, then slide to next */
@keyframes gsiGuaranteedTicker{
  0%, 18%   { transform:translateY(0); }
  25%, 43%  { transform:translateY(-76px); }
  50%, 68%  { transform:translateY(-152px); }
  75%, 93%  { transform:translateY(-228px); }
  100%      { transform:translateY(0); }
}

@keyframes gsiTickerTextShineFinal{
  0%{background-position:0% center;}
  100%{background-position:240% center;}
}

/* Keep everything aligned */
section#home.gsi-premium-hero .gsi-hero-content{
  width:100% !important;
  max-width:1300px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  transform:translateY(-5px) !important;
}

section#home.gsi-premium-hero .gsi-final-subheadline{
  margin-top:0 !important;
  margin-bottom:26px !important;
}

/* Laptop */
@media(max-width:1400px){
  section#home.gsi-premium-hero .gsi-css-ticker-headline{
    max-width:1180px !important;
  }
  section#home.gsi-premium-hero .gsi-css-static{
    font-size:clamp(36px, 3.3vw, 58px) !important;
  }
  section#home.gsi-premium-hero .gsi-css-ticker-box{
    max-width:1120px !important;
    height:66px !important;
    min-height:66px !important;
  }
  section#home.gsi-premium-hero .gsi-css-ticker-track{
    height:264px !important;
  }
  section#home.gsi-premium-hero .gsi-css-ticker-track > span{
    height:66px !important;
    min-height:66px !important;
    max-height:66px !important;
    font-size:clamp(36px, 3.45vw, 60px) !important;
  }
  @keyframes gsiGuaranteedTicker{
    0%, 18%   { transform:translateY(0); }
    25%, 43%  { transform:translateY(-66px); }
    50%, 68%  { transform:translateY(-132px); }
    75%, 93%  { transform:translateY(-198px); }
    100%      { transform:translateY(0); }
  }
}

/* Mobile */
@media(max-width:900px){
  section#home.gsi-premium-hero .gsi-css-static{
    white-space:normal !important;
    font-size:clamp(28px, 7.5vw, 40px) !important;
  }
  section#home.gsi-premium-hero .gsi-css-ticker-box{
    height:62px !important;
    min-height:62px !important;
  }
  section#home.gsi-premium-hero .gsi-css-ticker-track{
    height:248px !important;
  }
  section#home.gsi-premium-hero .gsi-css-ticker-track > span{
    height:62px !important;
    min-height:62px !important;
    max-height:62px !important;
    white-space:normal !important;
    font-size:clamp(25px, 7vw, 38px) !important;
    line-height:1.06 !important;
    padding:0 6px !important;
  }
  @keyframes gsiGuaranteedTicker{
    0%, 18%   { transform:translateY(0); }
    25%, 43%  { transform:translateY(-62px); }
    50%, 68%  { transform:translateY(-124px); }
    75%, 93%  { transform:translateY(-186px); }
    100%      { transform:translateY(0); }
  }
}


/* =========================================================
   FINAL WORKING HOME HEADLINE TICKER - JS CONTROLLED
   Rotation order:
   Gold Auction Information → E-Gold Auction Participants →
   E-Property Auction Participants → Newspaper Publication
   ========================================================= */
section#home.gsi-premium-hero .gsi-final-headline,
section#home.gsi-premium-hero .gsi-ticker-headline,
section#home.gsi-premium-hero .gsi-css-ticker-headline{
  display:none !important;
}

section#home.gsi-premium-hero .gsi-js-ticker-headline{
  display:flex !important;
  width:100% !important;
  max-width:1320px !important;
  margin:0 auto 18px !important;
  padding:0 18px !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  gap:8px !important;
  overflow:visible !important;
  background:transparent !important;
  line-height:1.04 !important;
  animation:gsFadeUpFinal .80s cubic-bezier(.2,.8,.2,1) both !important;
}

section#home.gsi-premium-hero .gsi-js-static{
  display:block !important;
  width:100% !important;
  white-space:nowrap !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:clamp(40px, 3.8vw, 70px) !important;
  font-weight:900 !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  text-shadow:0 12px 40px rgba(0,0,0,.72) !important;
}

section#home.gsi-premium-hero .gsi-js-ticker-box{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  max-width:1260px !important;
  min-height:92px !important;
  height:92px !important;
  overflow:visible !important;
  margin:0 auto !important;
  padding:0 12px !important;
  background:transparent !important;
}

section#home.gsi-premium-hero .gsi-js-ticker-text{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  white-space:nowrap !important;
  text-align:center !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:clamp(38px, 4vw, 72px) !important;
  line-height:1.06 !important;
  font-weight:900 !important;
  letter-spacing:-1.05px !important;
  background:linear-gradient(90deg,#ffffff 0%,#ffe8c7 18%,#ffb45a 36%,#ff931e 54%,#ffe2bf 76%,#ffffff 100%) !important;
  background-size:240% auto !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  filter:drop-shadow(0 12px 28px rgba(0,0,0,.38)) !important;
  animation:gsiTickerTextShineFinal 4s linear infinite !important;
  opacity:1 !important;
  transform:translateY(0) scale(1) !important;
  transition:opacity .52s cubic-bezier(.2,.8,.2,1), transform .52s cubic-bezier(.2,.8,.2,1) !important;
}

section#home.gsi-premium-hero .gsi-js-ticker-text.is-out{
  opacity:0 !important;
  transform:translateY(-24px) scale(.985) !important;
}

section#home.gsi-premium-hero .gsi-js-ticker-text.is-in{
  opacity:0 !important;
  transform:translateY(24px) scale(.985) !important;
}

section#home.gsi-premium-hero .gsi-js-ticker-text.is-active{
  opacity:1 !important;
  transform:translateY(0) scale(1) !important;
}

@media(max-width:1400px){
  section#home.gsi-premium-hero .gsi-js-ticker-headline{max-width:1230px !important;}
  section#home.gsi-premium-hero .gsi-js-static{font-size:clamp(36px, 3.25vw, 58px) !important;}
  section#home.gsi-premium-hero .gsi-js-ticker-box{height:82px !important; min-height:82px !important; max-width:1180px !important;}
  section#home.gsi-premium-hero .gsi-js-ticker-text{font-size:clamp(34px, 3.35vw, 58px) !important; letter-spacing:-.8px !important;}
}

@media(max-width:900px){
  section#home.gsi-premium-hero .gsi-js-ticker-headline{padding:0 6px !important; gap:6px !important;}
  section#home.gsi-premium-hero .gsi-js-static{white-space:normal !important; font-size:clamp(28px, 7.2vw, 40px) !important;}
  section#home.gsi-premium-hero .gsi-js-ticker-box{height:90px !important; min-height:90px !important; overflow:visible !important;}
  section#home.gsi-premium-hero .gsi-js-ticker-text{white-space:normal !important; font-size:clamp(25px, 6.8vw, 38px) !important; line-height:1.08 !important; letter-spacing:-.3px !important;}
}

/* =========================================================
   GOLDSPARROW HOME HEADLINE TICKER - FINAL SMOOTH NO-CUT FIX
   Added: 27-May-2026
   ========================================================= */
section#home.gsi-premium-hero .gsi-js-ticker-headline{
  width:100% !important;
  max-width:1320px !important;
  margin:0 auto 18px !important;
  padding:0 18px !important;
  text-align:center !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:2px !important;
  line-height:1.02 !important;
  overflow:visible !important;
}
section#home.gsi-premium-hero .gsi-js-static{
  display:block !important;
  width:100% !important;
  font-family:Georgia, "Times New Roman", serif !important;
  font-size:clamp(40px, 4.05vw, 72px) !important;
  font-weight:900 !important;
  line-height:1.02 !important;
  letter-spacing:-1.1px !important;
  white-space:nowrap !important;
  color:#fff5e8 !important;
  text-shadow:0 12px 42px rgba(0,0,0,.72) !important;
}
section#home.gsi-premium-hero .gsi-js-ticker-box{
  position:relative !important;
  display:block !important;
  width:100% !important;
  max-width:1320px !important;
  min-height:clamp(58px, 5.2vw, 88px) !important;
  height:clamp(58px, 5.2vw, 88px) !important;
  margin:0 auto !important;
  padding:0 12px !important;
  overflow:visible !important;
  text-align:center !important;
  perspective:900px !important;
}
section#home.gsi-premium-hero .gsi-js-ticker-text{
  position:absolute !important;
  inset:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  max-width:none !important;
  padding:0 10px !important;
  box-sizing:border-box !important;
  font-family:Georgia, "Times New Roman", serif !important;
  font-size:clamp(38px, 3.75vw, 66px) !important;
  font-weight:900 !important;
  line-height:1.02 !important;
  letter-spacing:-1px !important;
  white-space:nowrap !important;
  text-align:center !important;
  background:linear-gradient(90deg,#fff8ef 0%,#ffd39a 22%,#ff9a22 48%,#ffd9aa 72%,#fff7ee 100%) !important;
  background-size:230% auto !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  color:#ffb45c !important;
  text-shadow:0 14px 42px rgba(0,0,0,.65) !important;
  opacity:0 !important;
  transform:translateX(34px) scale(.992) !important;
  transition:opacity .95s ease, transform .95s cubic-bezier(.22,.8,.2,1) !important;
  will-change:opacity, transform !important;
}
section#home.gsi-premium-hero .gsi-js-ticker-text.is-visible,
section#home.gsi-premium-hero .gsi-js-ticker-text.is-active{
  opacity:1 !important;
  transform:translateX(0) scale(1) !important;
}
section#home.gsi-premium-hero .gsi-js-ticker-text.is-leaving,
section#home.gsi-premium-hero .gsi-js-ticker-text.is-out{
  opacity:0 !important;
  transform:translateX(-34px) scale(.992) !important;
}
section#home.gsi-premium-hero .gsi-js-ticker-text.is-entering,
section#home.gsi-premium-hero .gsi-js-ticker-text.is-in{
  opacity:0 !important;
  transform:translateX(34px) scale(.992) !important;
}
section#home.gsi-premium-hero .gsi-final-subheadline{
  margin-top:4px !important;
}
@media (max-width:1280px){
  section#home.gsi-premium-hero .gsi-js-static{font-size:clamp(38px, 3.85vw, 62px) !important;}
  section#home.gsi-premium-hero .gsi-js-ticker-text{font-size:clamp(35px, 3.45vw, 56px) !important; letter-spacing:-.7px !important;}
  section#home.gsi-premium-hero .gsi-js-ticker-box{height:clamp(54px, 5vw, 78px) !important; min-height:clamp(54px, 5vw, 78px) !important;}
}
@media (max-width:900px){
  section#home.gsi-premium-hero .gsi-js-ticker-headline{padding:0 10px !important; gap:4px !important;}
  section#home.gsi-premium-hero .gsi-js-static{white-space:normal !important; font-size:clamp(30px, 7vw, 46px) !important;}
  section#home.gsi-premium-hero .gsi-js-ticker-box{height:auto !important; min-height:86px !important;}
  section#home.gsi-premium-hero .gsi-js-ticker-text{white-space:normal !important; font-size:clamp(28px, 6.7vw, 42px) !important; line-height:1.08 !important; letter-spacing:-.35px !important;}
}

/* ===== Premium About Us redesign ===== */
.gs-about-premium-section{
  position:relative;
  overflow:hidden;
  padding:118px 0 110px;
  background:
    radial-gradient(circle at 8% 18%, rgba(255,185,55,.16), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(212,160,23,.10), transparent 30%),
    linear-gradient(180deg,#fff 0%,#fffdf8 54%,#fff 100%);
}
.gs-about-premium-section::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:radial-gradient(rgba(226,154,31,.18) 1px, transparent 1px);
  background-size:18px 18px;
  width:170px;
  height:120px;
  left:7%;
  top:18%;
  opacity:.65;
}
.gs-about-glow{position:absolute;pointer-events:none;border-radius:999px;filter:blur(14px);opacity:.75;animation:gsAboutFloat 7s ease-in-out infinite}
.gs-about-glow-left{width:220px;height:220px;background:rgba(255,184,53,.18);left:-60px;bottom:80px}
.gs-about-glow-right{width:260px;height:260px;background:rgba(255,132,0,.09);right:-90px;top:70px;animation-delay:1.4s}
.gs-about-premium-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:72px;align-items:center}
.gs-about-premium-title{max-width:650px;margin:14px 0 22px;line-height:1.15}
.gs-about-premium-title span{color:#ff7a00}
.gs-about-lead{font-size:16px;color:rgba(31,28,24,.78)}
.gs-about-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:30px 0 24px;max-width:640px}
.gs-about-stats div{position:relative;overflow:hidden;padding:20px 18px;border-radius:22px;background:rgba(255,255,255,.84);border:1px solid rgba(255,137,16,.18);box-shadow:0 18px 42px rgba(31,28,24,.07);transition:transform .28s ease, box-shadow .28s ease}
.gs-about-stats div::after{content:'';position:absolute;inset:auto -40% -50% -40%;height:80%;background:linear-gradient(90deg,transparent,rgba(255,136,0,.13),transparent);transform:rotate(-8deg);animation:gsAboutShine 5.5s linear infinite}
.gs-about-stats div:hover{transform:translateY(-6px);box-shadow:0 24px 58px rgba(31,28,24,.11)}
.gs-about-stats strong{display:block;font-family:var(--font-display);font-size:30px;line-height:1;color:#1f1c18;margin-bottom:8px}
.gs-about-stats span{display:block;font-size:13px;font-weight:700;color:rgba(31,28,24,.66)}
.gs-about-feature-list{display:grid;gap:13px;max-width:690px}
.gs-about-feature{display:flex;gap:15px;align-items:flex-start;padding:17px 18px;border-radius:20px;background:linear-gradient(180deg,#fff 0%,#fff9ef 100%);border:1px solid rgba(198,149,43,.16);box-shadow:0 12px 30px rgba(31,28,24,.045);transition:transform .25s ease, border-color .25s ease}
.gs-about-feature:hover{transform:translateX(8px);border-color:rgba(255,122,0,.38)}
.gs-about-feature>span{width:42px;height:42px;flex:0 0 42px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid rgba(255,122,0,.25);box-shadow:0 10px 24px rgba(255,122,0,.12);font-size:20px}
.gs-about-feature strong{display:block;font-size:16px;color:#1f1c18;margin-bottom:4px}
.gs-about-feature small{display:block;font-size:14px;line-height:1.65;color:rgba(31,28,24,.66)}
.gs-about-visual{position:relative;min-height:560px}
.gs-about-main-image{position:relative;height:342px;border-radius:34px;overflow:hidden;box-shadow:0 30px 80px rgba(31,28,24,.16);border:1px solid rgba(255,255,255,.75);transform:translateY(0);animation:gsAboutFloat 6.8s ease-in-out infinite}
.gs-about-main-image::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,0,0,.34) 100%);pointer-events:none}
.gs-about-main-image img,.gs-about-mini-card img{width:100%;height:100%;object-fit:cover;display:block}
.gs-about-badge{position:absolute;left:22px;bottom:20px;z-index:2;padding:14px 18px;border-radius:18px;background:rgba(255,255,255,.92);border:1px solid rgba(255,122,0,.20);box-shadow:0 16px 34px rgba(0,0,0,.12)}
.gs-about-badge strong{display:block;color:#1f1c18;font-size:17px}.gs-about-badge span{display:block;color:#ff7a00;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-top:2px}
.gs-about-side-images{display:grid;grid-template-columns:1fr .8fr;gap:18px;margin-top:18px}
.gs-about-mini-card{position:relative;height:182px;border-radius:28px;overflow:hidden;box-shadow:0 22px 58px rgba(31,28,24,.13);border:1px solid rgba(255,255,255,.75);background:#fff}
.gs-about-mini-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.45));pointer-events:none}
.gs-about-mini-card span{position:absolute;left:18px;bottom:16px;z-index:2;color:#fff;font-weight:800;text-shadow:0 3px 12px rgba(0,0,0,.38)}
.gs-about-mini-dark{display:flex;flex-direction:column;justify-content:center;padding:26px;background:linear-gradient(135deg,#21190f 0%,#5b3b12 48%,#ff8a00 160%);color:#fff}
.gs-about-mini-dark::after{display:none}.gs-about-mini-dark span{position:static;text-shadow:none;font-family:var(--font-display);font-size:24px;line-height:1.16}.gs-about-mini-dark b{display:block;margin-top:14px;color:#ffcd73;font-size:13px;letter-spacing:.12em;text-transform:uppercase}
.gs-about-service-strip{position:relative;z-index:2;margin-top:58px;padding:18px 22px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(255,122,0,.18);box-shadow:0 18px 48px rgba(31,28,24,.065);display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;overflow:hidden}
.gs-about-service-strip::before{content:'';position:absolute;top:0;bottom:0;width:160px;left:-190px;background:linear-gradient(90deg,transparent,rgba(255,122,0,.18),transparent);animation:gsAboutStrip 6s linear infinite}.gs-about-service-strip span{position:relative;font-size:13px;font-weight:800;color:#1f1c18}.gs-about-service-strip i{width:5px;height:5px;border-radius:50%;background:#ff7a00;opacity:.7}
@keyframes gsAboutFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes gsAboutShine{0%{transform:translateX(-120%) rotate(-8deg)}100%{transform:translateX(120%) rotate(-8deg)}}
@keyframes gsAboutStrip{0%{left:-190px}100%{left:110%}}
@media(max-width:980px){.gs-about-premium-grid{grid-template-columns:1fr;gap:44px}.gs-about-visual{min-height:auto}.gs-about-main-image{height:300px}.gs-about-stats{grid-template-columns:1fr 1fr 1fr}.gs-about-side-images{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.gs-about-premium-section{padding:78px 0}.gs-about-stats,.gs-about-side-images{grid-template-columns:1fr}.gs-about-main-image{height:250px}.gs-about-mini-card{height:165px}.gs-about-service-strip{border-radius:26px;justify-content:flex-start}.gs-about-premium-title{font-size:34px}}

/* =========================
   Blog section - View Information theme match + dynamic blog cards
   ========================= */
.gs-view-theme-section.gs-blog-section{
  position:relative !important;
  overflow:hidden !important;
  padding:118px 0 120px !important;
  background:
    radial-gradient(circle at 8% 26%, rgba(255,142,28,.20) 0, rgba(255,142,28,.08) 20%, transparent 38%),
    radial-gradient(circle at 92% 20%, rgba(255,122,24,.10) 0, transparent 32%),
    linear-gradient(180deg,#fff 0%,#fffaf3 48%,#fff 100%) !important;
}
.gs-view-theme-section::before{
  content:"";
  position:absolute;
  left:58px;
  top:190px;
  width:142px;
  height:142px;
  opacity:.26;
  background-image:radial-gradient(#ff9d18 1.2px, transparent 1.2px);
  background-size:14px 14px;
  pointer-events:none;
}
.gs-view-theme-section::after{
  content:"";
  position:absolute;
  right:0;
  top:80px;
  width:420px;
  height:250px;
  opacity:.18;
  background:url('assets/images/view-information-house.png') center/contain no-repeat;
  pointer-events:none;
}
.gs-view-bg-art{
  position:absolute;
  right:52px;
  top:76px;
  width:1px;
  height:250px;
  background:rgba(30,30,30,.55);
  opacity:.42;
}
.gs-view-coin-one{
  position:absolute;
  left:78px;
  top:120px;
  width:62px;
  height:62px;
  background:url('assets/images/view-info-premium-coin-clean.png') center/contain no-repeat;
  filter:drop-shadow(0 14px 24px rgba(255,135,0,.20));
  animation:gsBlogFloat 4.2s ease-in-out infinite;
}
.gs-view-spark{
  position:absolute;
  left:23%;
  top:265px;
  color:#ffbd5d;
  font-size:22px;
  opacity:.9;
  animation:gsBlogPulse 2.8s ease-in-out infinite;
}
.gs-blog-heading-pro{
  max-width:780px !important;
  margin:0 auto 58px !important;
  text-align:center !important;
  position:relative;
  z-index:2;
}
.gs-view-label{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-bottom:22px;
  color:#ff7a00;
  font-size:12px;
  font-weight:900;
  letter-spacing:.54em;
}
.gs-view-label i{
  display:block;
  width:70px;
  height:1px;
  background:linear-gradient(90deg,transparent,#ffb35a);
  position:relative;
}
.gs-view-label i:last-child{background:linear-gradient(90deg,#ffb35a,transparent)}
.gs-view-label i::after{
  content:"";
  position:absolute;
  right:-4px;
  top:-3px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#ff7a00;
}
.gs-view-label i:last-child::after{left:-4px;right:auto}
.gs-view-theme-section .section-title{
  font-family:var(--font-display) !important;
  color:#15110d !important;
  font-size:clamp(38px,4.2vw,66px) !important;
  line-height:1.05 !important;
  letter-spacing:-.04em !important;
  margin:0 !important;
}
.gs-view-theme-section .section-title span{color:#ff7000 !important}
.gs-view-theme-section .section-intro{
  max-width:720px !important;
  margin:20px auto 0 !important;
  color:rgba(28,24,21,.62) !important;
  font-size:17px !important;
  line-height:1.7 !important;
}
.gs-view-theme-section .gs-blog-grid{
  position:relative;
  z-index:2;
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:28px !important;
  max-width:1120px;
  margin:0 auto !important;
}
.gs-view-theme-section .gs-blog-card{
  background:rgba(255,255,255,.88) !important;
  border:1px solid rgba(255,122,0,.38) !important;
  border-radius:22px !important;
  overflow:hidden !important;
  box-shadow:0 26px 70px rgba(28,20,10,.08) !important;
  min-height:100%;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}
.gs-view-theme-section .gs-blog-card:hover{
  transform:translateY(-8px) !important;
  border-color:rgba(255,122,0,.72) !important;
  box-shadow:0 34px 92px rgba(255,122,0,.14) !important;
}
.gs-view-theme-section .gs-blog-thumb{
  display:block !important;
  aspect-ratio:1.72/1 !important;
  border-bottom:1px solid rgba(255,122,0,.16);
  background:linear-gradient(135deg,#fff4e5,#ffd28e) !important;
}
.gs-view-theme-section .gs-blog-thumb img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  transition:transform .35s ease !important;
}
.gs-view-theme-section .gs-blog-card:hover .gs-blog-thumb img{transform:scale(1.045)}
.gs-view-theme-section .gs-blog-thumb::after{
  background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,122,0,.10)) !important;
}
.gs-view-theme-section .gs-blog-body{
  padding:26px 26px 28px !important;
  text-align:left !important;
}
.gs-view-theme-section .gs-blog-meta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#ff7000 !important;
  font-size:12px !important;
  font-weight:900 !important;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:14px !important;
}
.gs-view-theme-section .gs-blog-meta::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:#ff7a00;
  box-shadow:0 0 0 6px rgba(255,122,0,.10);
}
.gs-view-theme-section .gs-blog-card h3{
  margin:0 0 14px !important;
  font-family:var(--font-display) !important;
  font-size:22px !important;
  line-height:1.18 !important;
  letter-spacing:-.02em;
  color:#15110d !important;
}
.gs-view-theme-section .gs-blog-card h3 a{color:inherit !important;text-decoration:none !important}
.gs-view-theme-section .gs-blog-card p{
  min-height:76px;
  margin:0 0 22px !important;
  color:rgba(28,24,21,.66) !important;
  font-size:15px !important;
  line-height:1.7 !important;
}
.gs-blog-read{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#ff7000 !important;
  font-size:14px;
  font-weight:900;
  text-decoration:none !important;
}
.gs-blog-read span{transition:transform .22s ease}
.gs-blog-read:hover span{transform:translateX(5px)}
.gs-blog-all-wrap{position:relative;z-index:2;margin-top:42px !important}
.gs-blog-all-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:15px 28px;
  border-radius:999px;
  color:#fff !important;
  font-weight:900;
  text-decoration:none !important;
  background:linear-gradient(135deg,#ff7a00,#ff9b20);
  box-shadow:0 16px 38px rgba(255,122,0,.24);
  border:1px solid rgba(255,255,255,.55);
}
.gs-blog-all-btn:hover{transform:translateY(-2px);box-shadow:0 20px 48px rgba(255,122,0,.32)}
@keyframes gsBlogFloat{0%,100%{transform:translateY(0) rotate(-12deg)}50%{transform:translateY(-12px) rotate(6deg)}}
@keyframes gsBlogPulse{0%,100%{transform:scale(1);opacity:.75}50%{transform:scale(1.18);opacity:1}}
@media (max-width:992px){
  .gs-view-theme-section .gs-blog-grid{grid-template-columns:1fr 1fr !important}
  .gs-view-theme-section::after{opacity:.10;width:310px}
}
@media (max-width:680px){
  .gs-view-theme-section.gs-blog-section{padding:82px 0 !important}
  .gs-view-theme-section .gs-blog-grid{grid-template-columns:1fr !important;gap:22px !important}
  .gs-view-label{letter-spacing:.30em;font-size:11px;gap:8px}
  .gs-view-label i{width:38px}
  .gs-view-coin-one{left:24px;top:92px;width:42px;height:42px;opacity:.75}
  .gs-view-spark{display:none}
  .gs-view-theme-section::before{left:16px;top:160px;width:96px;height:96px;opacity:.16}
  .gs-view-theme-section::after{display:none}
  .gs-view-theme-section .section-intro{font-size:15px !important}
  .gs-view-theme-section .gs-blog-body{padding:22px !important}
}

/* GoldSparrow premium dynamic blog slider - updated */
.gs-view-theme-section.gs-blog-section{
  position:relative !important;
  overflow:hidden !important;
  padding:104px 0 110px !important;
  background:
    radial-gradient(circle at 8% 18%, rgba(255,181,58,.22) 0 0.5%, transparent 13%),
    radial-gradient(circle at 82% 18%, rgba(255,122,0,.11), transparent 22%),
    linear-gradient(180deg,#fffdf9 0%,#fffaf1 48%,#ffffff 100%) !important;
}
.gs-view-theme-section.gs-blog-section:before{
  content:"";
  position:absolute;
  left:-110px;
  top:55px;
  width:410px;
  height:410px;
  background:radial-gradient(circle,rgba(255,187,71,.28),rgba(255,187,71,0) 68%);
  pointer-events:none;
}
.gs-view-theme-section.gs-blog-section:after{
  content:"";
  position:absolute;
  right:-45px;
  top:70px;
  width:420px;
  height:220px;
  opacity:.42;
  background:url('assets/images/view-information-house.png') center/contain no-repeat;
  filter:saturate(.9) brightness(1.05);
  pointer-events:none;
}
.gs-view-theme-section .gs-view-bg-art{
  opacity:.48 !important;
  left:42px !important;
  top:122px !important;
  width:210px !important;
  height:210px !important;
}
.gs-view-theme-section .gs-view-coin-one{
  top:72px !important;
  left:58px !important;
  opacity:.78 !important;
}
.gs-view-theme-section .gs-view-spark{
  top:215px !important;
  left:23% !important;
  color:#ff9b20 !important;
  opacity:.72 !important;
}
.gs-blog-heading-pro{
  max-width:820px !important;
  margin:0 auto 42px !important;
  text-align:center !important;
  position:relative;
  z-index:2;
}
.gs-blog-heading-pro .section-title{
  font-size:clamp(42px,5vw,72px) !important;
  line-height:.98 !important;
  letter-spacing:-.045em !important;
  margin:18px 0 18px !important;
}
.gs-blog-heading-pro .section-intro{
  max-width:760px !important;
  margin:0 auto !important;
  font-size:17px !important;
  line-height:1.8 !important;
}
.gs-blog-slider{
  position:relative;
  z-index:3;
  max-width:1180px;
  margin:0 auto;
  padding:0 54px;
}
.gs-blog-viewport{
  overflow:hidden;
  border-radius:34px;
  padding:12px 4px 30px;
}
.gs-blog-track{
  display:flex;
  gap:28px;
  align-items:stretch;
  transition:transform .55s cubic-bezier(.22,.8,.23,1);
  will-change:transform;
}
.gs-view-theme-section .gs-blog-card{
  flex:0 0 calc((100% - 56px)/3);
  min-width:0;
  display:flex;
  flex-direction:column;
  background:rgba(255,255,255,.86) !important;
  border:1px solid rgba(255,129,18,.26) !important;
  border-radius:26px !important;
  overflow:hidden !important;
  box-shadow:0 26px 70px rgba(88,54,8,.11) !important;
  transform:none;
}
.gs-view-theme-section .gs-blog-card:hover{
  transform:translateY(-7px) !important;
  box-shadow:0 34px 86px rgba(88,54,8,.18) !important;
  border-color:rgba(255,122,0,.42) !important;
}
.gs-view-theme-section .gs-blog-thumb{
  height:218px !important;
  aspect-ratio:auto !important;
  background:linear-gradient(135deg,#fff3d6,#ff8a00) !important;
  overflow:hidden !important;
  border-bottom:1px solid rgba(255,129,18,.18);
}
.gs-view-theme-section .gs-blog-thumb img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block !important;
}
.gs-view-theme-section .gs-blog-thumb .gs-blog-fallback{display:none !important}
.gs-view-theme-section .gs-blog-thumb.gs-img-error .gs-blog-fallback,
.gs-view-theme-section .gs-blog-thumb:not(:has(img)) .gs-blog-fallback{
  display:flex !important;
}
.gs-view-theme-section .gs-blog-body{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:26px 26px 28px !important;
  min-height:285px;
}
.gs-view-theme-section .gs-blog-meta{
  margin-bottom:12px !important;
  color:#ff7a00 !important;
  font-size:12px !important;
  font-weight:800 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}
.gs-view-theme-section .gs-blog-card h3{
  margin:0 0 14px !important;
  font-size:23px !important;
  line-height:1.16 !important;
  letter-spacing:-.025em !important;
  color:#15110c !important;
}
.gs-view-theme-section .gs-blog-card p{
  font-size:15px !important;
  line-height:1.72 !important;
  color:rgba(32,28,22,.68) !important;
  margin:0 0 22px !important;
}
.gs-blog-read{
  margin-top:auto !important;
}
.gs-blog-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid rgba(255,122,0,.28);
  background:#fff;
  color:#ff7a00;
  font-size:34px;
  line-height:40px;
  cursor:pointer;
  box-shadow:0 16px 36px rgba(98,62,12,.14);
  transition:all .22s ease;
}
.gs-blog-nav:hover{background:#ff7a00;color:#fff;box-shadow:0 18px 44px rgba(255,122,0,.26)}
.gs-blog-prev{left:0}
.gs-blog-next{right:0}
.gs-blog-all-wrap{margin-top:12px !important;text-align:center !important}
.gs-blog-all-btn{border-radius:999px !important;padding:16px 30px !important}

@media (max-width: 1024px){
  .gs-view-theme-section .gs-blog-card{flex-basis:calc((100% - 28px)/2)}
  .gs-view-theme-section.gs-blog-section:after{opacity:.22;right:-120px}
}
@media (max-width: 680px){
  .gs-view-theme-section.gs-blog-section{padding:76px 0 82px !important}
  .gs-blog-slider{padding:0 10px}
  .gs-blog-viewport{border-radius:24px;padding-bottom:18px}
  .gs-blog-track{gap:18px}
  .gs-view-theme-section .gs-blog-card{flex-basis:100%}
  .gs-blog-nav{display:none}
  .gs-blog-heading-pro .section-title{font-size:40px !important}
  .gs-view-theme-section .gs-blog-thumb{height:196px !important}
}

/* =========================================================
   GoldSparrow Header Final Refinement - Compact Professional Nav
   ========================================================= */
.site-header.gs-public-header,
.site-header.gs-public-header.transparent{
  min-height:auto !important;
}
.site-header.gs-public-header .header-inner{
  height:88px !important;
  padding:0 34px !important;
  gap:18px !important;
}
.site-header.gs-public-header.scrolled .header-inner{
  height:76px !important;
}
.site-header.gs-public-header .header-logo{
  min-width:320px !important;
  gap:14px !important;
}
.site-header.gs-public-header .header-logo img,
.site-header.gs-public-header:not(.scrolled) .header-logo img{
  height:70px !important;
  max-width:92px !important;
}
.site-header.gs-public-header.scrolled .header-logo img{
  height:60px !important;
  max-width:80px !important;
}
.site-header.gs-public-header .logo-title{
  font-size:34px !important;
  line-height:1 !important;
}
.site-header.gs-public-header .logo-tagline{
  font-size:13px !important;
  margin-top:5px !important;
}
.site-header.gs-public-header .header-nav{
  gap:18px !important;
  align-items:center !important;
}
.site-header.gs-public-header .nav-link,
.site-header.gs-public-header .header-nav > a{
  font-size:14px !important;
  font-weight:800 !important;
  padding:12px 0 !important;
  letter-spacing:.01em !important;
  white-space:nowrap !important;
}
.site-header.gs-public-header .dropdown-nav,
.site-header.gs-public-header .services-nav{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  gap:5px !important;
  padding:0 !important;
}
.site-header.gs-public-header .dropdown-arrow-btn,
.site-header.gs-public-header .services-arrow-btn{
  width:18px !important;
  height:18px !important;
  border:0 !important;
  background:transparent !important;
  padding:0 !important;
  cursor:pointer !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.site-header.gs-public-header .service-chevron{
  width:7px !important;
  height:7px !important;
  border-right:2px solid currentColor !important;
  border-bottom:2px solid currentColor !important;
  transform:rotate(45deg) translateY(-2px) !important;
  color:#ffc13d !important;
  transition:transform .22s ease !important;
}
.site-header.gs-public-header.scrolled .service-chevron{color:#8f6400 !important;}
.site-header.gs-public-header .dropdown-nav:hover .service-chevron,
.site-header.gs-public-header .dropdown-nav:focus-within .service-chevron,
.site-header.gs-public-header .dropdown-nav.open .service-chevron{
  transform:rotate(225deg) translateY(-1px) !important;
}
.site-header.gs-public-header .services-dropdown{
  top:calc(100% + 18px) !important;
  min-width:285px !important;
  padding:10px !important;
  border-radius:16px !important;
  overflow:hidden !important;
  z-index:99999 !important;
}
.site-header.gs-public-header .why-dropdown{
  min-width:205px !important;
}
.site-header.gs-public-header .dropdown-nav:hover .services-dropdown,
.site-header.gs-public-header .dropdown-nav:focus-within .services-dropdown,
.site-header.gs-public-header .dropdown-nav.open .services-dropdown,
.site-header.gs-public-header .services-nav:hover .services-dropdown,
.site-header.gs-public-header .services-nav:focus-within .services-dropdown,
.site-header.gs-public-header .services-nav.open .services-dropdown{
  opacity:1 !important;
  visibility:visible !important;
  transform:translateY(0) !important;
  pointer-events:auto !important;
}
.site-header.gs-public-header .services-dropdown a{
  padding:12px 12px !important;
  gap:10px !important;
  font-size:13px !important;
  line-height:1.25 !important;
  border-radius:11px !important;
}
.site-header.gs-public-header .service-icon{
  width:28px !important;
  height:28px !important;
  min-width:28px !important;
  font-size:14px !important;
}
.site-header.gs-public-header .header-actions{
  width:186px !important;
  height:46px !important;
  min-width:186px !important;
  margin-left:4px !important;
}
.site-header.gs-public-header .auth-pill{
  height:38px !important;
  font-size:13px !important;
  font-weight:900 !important;
  padding:0 15px !important;
}
.site-header.gs-public-header .auth-login::after{
  height:22px !important;
  right:-1px !important;
}
@media(max-width:1280px){
  .site-header.gs-public-header .header-inner{padding:0 24px !important;}
  .site-header.gs-public-header .header-logo{min-width:270px !important;}
  .site-header.gs-public-header .logo-title{font-size:29px !important;}
  .site-header.gs-public-header .header-nav{gap:13px !important;}
  .site-header.gs-public-header .nav-link,
  .site-header.gs-public-header .header-nav > a{font-size:13px !important;}
  .site-header.gs-public-header .header-actions{width:166px !important;min-width:166px !important;}
  .site-header.gs-public-header .auth-pill{font-size:12px !important;padding:0 12px !important;}
}
@media(max-width:1080px){
  .site-header.gs-public-header .header-nav,
  .site-header.gs-public-header .header-actions{display:none !important;}
  .site-header.gs-public-header .mobile-toggle{display:block !important;}
}
@media(max-width:991px){
  .site-header.gs-public-header .header-inner{height:82px !important;padding:0 18px !important;}
  .site-header.gs-public-header .header-logo img,
  .site-header.gs-public-header:not(.scrolled) .header-logo img{height:62px !important;max-width:82px !important;}
  .site-header.gs-public-header .mobile-menu.open{display:block !important;}
}
@media(max-width:560px){
  .site-header.gs-public-header .header-inner{height:74px !important;padding:0 12px !important;}
  .site-header.gs-public-header .header-logo img,
  .site-header.gs-public-header:not(.scrolled) .header-logo img{height:54px !important;max-width:70px !important;}
  .site-header.gs-public-header .logo-title{font-size:20px !important;}
  .site-header.gs-public-header .logo-tagline{font-size:10px !important;}
}

/* =========================================================
   Header dropdown + compact professional fix
   ========================================================= */
.site-header.gs-public-header .header-inner{
  height: 96px !important;
  padding: 0 70px !important;
}
.site-header.gs-public-header:not(.scrolled) .header-logo img{
  height: 92px !important;
  max-width: 118px !important;
}
.site-header.gs-public-header .header-logo img{
  height: 82px !important;
  max-width: 108px !important;
}
.site-header.gs-public-header .logo-title{
  font-size: 40px !important;
}
.site-header.gs-public-header .logo-tagline{
  font-size: 16px !important;
  gap: 4px !important;
}
.site-header.gs-public-header .header-nav{
  gap: 30px !important;
}
.site-header.gs-public-header .dropdown-nav{
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  height: 44px !important;
}
.site-header.gs-public-header .dropdown-nav .nav-link{
  height: 44px !important;
  padding: 0 0 6px !important;
}
.site-header.gs-public-header .dropdown-arrow-btn{
  width: 25px !important;
  height: 25px !important;
  min-width: 25px !important;
  border-radius: 50% !important;
  border: 1.5px solid rgba(255,194,46,.85) !important;
  background: rgba(255,194,46,.06) !important;
  color: #ffc22e !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  transition: all .22s ease !important;
}
.site-header.gs-public-header.scrolled .dropdown-arrow-btn{
  border-color: rgba(217,154,0,.85) !important;
  color: #d99a00 !important;
  background: rgba(217,154,0,.06) !important;
}
.site-header.gs-public-header .dropdown-arrow-btn:hover,
.site-header.gs-public-header .dropdown-nav.open .dropdown-arrow-btn,
.site-header.gs-public-header .dropdown-nav:hover .dropdown-arrow-btn{
  background: linear-gradient(135deg,#ffc52d,#f0a700) !important;
  border-color: #ffc52d !important;
  color: #151515 !important;
  box-shadow: 0 8px 18px rgba(240,167,0,.26) !important;
}
.site-header.gs-public-header .dropdown-arrow-btn .service-chevron{
  display: block !important;
  width: 7px !important;
  height: 7px !important;
  border-right: 2px solid currentColor !important;
  border-bottom: 2px solid currentColor !important;
  transform: rotate(45deg) translate(-1px,-1px) !important;
  margin: 0 !important;
  transition: transform .25s ease !important;
}
.site-header.gs-public-header .dropdown-nav:hover .service-chevron,
.site-header.gs-public-header .dropdown-nav.open .service-chevron{
  transform: rotate(225deg) translate(-1px,-1px) !important;
}
.site-header.gs-public-header .dropdown-nav .services-dropdown{
  top: calc(100% + 12px) !important;
}
.site-header.gs-public-header .dropdown-nav:hover .services-dropdown,
.site-header.gs-public-header .dropdown-nav:focus-within .services-dropdown,
.site-header.gs-public-header .dropdown-nav.open .services-dropdown{
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) scale(1) !important;
}
.site-header.gs-public-header .why-dropdown{
  min-width: 245px !important;
  width: 245px !important;
}
.site-header.gs-public-header .why-dropdown a{
  min-height: 50px !important;
}
.site-header.gs-public-header .services-dropdown{
  z-index: 10020 !important;
}
@media(max-width:1400px){
  .site-header.gs-public-header .header-inner{padding:0 34px !important;}
  .site-header.gs-public-header .header-logo{min-width:340px !important;gap:16px !important;}
  .site-header.gs-public-header .logo-title{font-size:34px !important;}
  .site-header.gs-public-header .header-nav{gap:20px !important;}
  .site-header.gs-public-header .nav-link{font-size:14px !important;}
  .site-header.gs-public-header .header-actions{width:206px !important;height:52px !important;margin-left:12px !important;}
}

/* GoldSparrow Portal Access final icon fix - same override as premium-home.css */
section#information.gs-view-info-exact .gs-info-icon-wrap{width:88px!important;height:88px!important;min-width:88px!important;margin:0 auto 22px!important;position:relative!important;overflow:hidden!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:radial-gradient(circle at 42% 32%,#fff 0 21%,#fff8ec 48%,#ffe1ad 100%)!important;border:1.5px solid rgba(227,132,0,.52)!important;box-shadow:0 0 0 7px rgba(255,160,18,.075),0 0 0 15px rgba(255,160,18,.035),0 15px 26px rgba(126,76,0,.14)!important;animation:gsPortalFinalBadgeLive 2.55s ease-in-out infinite!important;}
section#information.gs-view-info-exact .gs-info-icon-wrap::before,section#information.gs-view-info-exact .gs-info-icon-wrap::after{display:none!important;content:none!important;opacity:0!important;visibility:hidden!important;width:0!important;height:0!important;background:none!important;border:0!important;box-shadow:none!important;animation:none!important;}
section#information.gs-view-info-exact .gs-info-emoji{position:relative!important;z-index:3!important;display:flex!important;align-items:center!important;justify-content:center!important;width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;border-radius:50%!important;background:radial-gradient(circle,rgba(255,255,255,.86) 0%,rgba(255,247,234,.55) 58%,transparent 72%)!important;color:initial!important;opacity:1!important;visibility:visible!important;font-size:34px!important;line-height:1!important;text-indent:0!important;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji","Segoe UI Symbol",sans-serif!important;filter:drop-shadow(0 8px 10px rgba(135,78,0,.17))!important;animation:gsPortalFinalEmojiLive 1.9s ease-in-out infinite!important;}
section#information.gs-view-info-exact .gs-info-card:nth-child(2) .gs-info-icon-wrap,section#information.gs-view-info-exact .gs-info-card:nth-child(2) .gs-info-emoji{animation-delay:.10s!important;}section#information.gs-view-info-exact .gs-info-card:nth-child(3) .gs-info-icon-wrap,section#information.gs-view-info-exact .gs-info-card:nth-child(3) .gs-info-emoji{animation-delay:.20s!important;}section#information.gs-view-info-exact .gs-info-card:nth-child(4) .gs-info-icon-wrap,section#information.gs-view-info-exact .gs-info-card:nth-child(4) .gs-info-emoji{animation-delay:.30s!important;}section#information.gs-view-info-exact .gs-info-card:nth-child(5) .gs-info-icon-wrap,section#information.gs-view-info-exact .gs-info-card:nth-child(5) .gs-info-emoji{animation-delay:.40s!important;}
section#information.gs-view-info-exact .gs-info-card:hover .gs-info-icon-wrap{animation:gsPortalFinalBadgeHover .72s ease-in-out infinite alternate!important;box-shadow:0 0 0 8px rgba(255,160,18,.11),0 0 0 17px rgba(255,160,18,.055),0 20px 36px rgba(126,76,0,.20)!important;}section#information.gs-view-info-exact .gs-info-card:hover .gs-info-emoji{animation:gsPortalFinalEmojiHover .62s ease-in-out infinite alternate!important;}
@keyframes gsPortalFinalBadgeLive{0%,100%{transform:translateY(0) scale(1);box-shadow:0 0 0 7px rgba(255,160,18,.075),0 0 0 15px rgba(255,160,18,.035),0 15px 26px rgba(126,76,0,.14);}50%{transform:translateY(-6px) scale(1.025);box-shadow:0 0 0 9px rgba(255,160,18,.10),0 0 0 18px rgba(255,160,18,.05),0 22px 34px rgba(126,76,0,.18);}}@keyframes gsPortalFinalEmojiLive{0%,100%{transform:translateY(0) rotate(0deg) scale(1);}30%{transform:translateY(-4px) rotate(-5deg) scale(1.08);}65%{transform:translateY(2px) rotate(4deg) scale(1.03);}}@keyframes gsPortalFinalBadgeHover{from{transform:translateY(-5px) scale(1.035);}to{transform:translateY(-9px) scale(1.065);}}@keyframes gsPortalFinalEmojiHover{from{transform:translateY(-3px) rotate(-6deg) scale(1.10);}to{transform:translateY(-8px) rotate(6deg) scale(1.17);}}
section#information.gs-view-info-exact .gs-view-link span,section#information.gs-view-info-exact .gs-view-link i,section#information.gs-view-info-exact .gs-view-link b{display:none!important;}

/* =========================================================
   Latest Articles & Market Updates - Dynamic Resources Blog Marquee
   ========================================================= */
.gs-view-theme-section.gs-blog-section{
  position:relative !important;
  overflow:hidden !important;
  padding:96px 0 104px !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(255,184,52,.16), transparent 23%),
    radial-gradient(circle at 88% 16%, rgba(255,122,0,.10), transparent 24%),
    linear-gradient(180deg,#fffdf9 0%,#fff8ee 48%,#ffffff 100%) !important;
}
.gs-view-theme-section.gs-blog-section::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;
  background-image:radial-gradient(rgba(255,138,0,.16) 1px, transparent 1.3px) !important;
  background-size:22px 22px !important;
  opacity:.45 !important;
  z-index:0 !important;
}
.gs-view-theme-section.gs-blog-section::after,
.gs-view-theme-section:after,
.gs-view-bg-art,
.gs-view-coin-one,
.gs-view-spark{
  display:none !important;
  content:none !important;
  background:none !important;
}
.gs-view-theme-section.gs-blog-section .container{
  position:relative !important;
  z-index:2 !important;
}
.gs-blog-section > img,
.gs-blog-section .decor-img,
.gs-blog-section .section-side-image,
.gs-blog-section .floating-image,
.gs-blog-section .gs-resource-decor,
.gs-blog-section .gs-news-decor{
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
}
.gs-blog-heading-pro{
  margin:0 auto 42px !important;
  max-width:1080px !important;
}
.gs-view-label{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  color:#c98500 !important;
  font-size:12px !important;
  font-weight:900 !important;
  letter-spacing:.42em !important;
  text-transform:uppercase !important;
}
.gs-view-label i{
  width:8px !important;
  height:8px !important;
  border-radius:50% !important;
  background:#ff9b20 !important;
  box-shadow:0 0 0 7px rgba(255,155,32,.12) !important;
}
.gs-blog-heading-pro .section-title,
.gs-blog-single-line-title{
  display:block !important;
  width:100% !important;
  white-space:nowrap !important;
  font-size:clamp(38px,4.1vw,62px) !important;
  line-height:1.04 !important;
  margin:16px 0 16px !important;
  letter-spacing:-1.2px !important;
}
.gs-blog-heading-pro .section-title span{
  color:#ff7200 !important;
}
.gs-blog-heading-pro .section-intro{
  max-width:840px !important;
  margin:0 auto !important;
  color:#777 !important;
  font-size:17px !important;
  line-height:1.75 !important;
}
.gs-blog-marquee{
  position:relative !important;
  width:100vw !important;
  left:50% !important;
  margin-left:-50vw !important;
  padding:10px 0 22px !important;
}
.gs-blog-marquee .gs-blog-viewport{
  overflow:hidden !important;
  width:100% !important;
  padding:8px 0 30px !important;
  border-radius:0 !important;
}
.gs-blog-marquee-track{
  display:flex !important;
  align-items:stretch !important;
  gap:28px !important;
  width:max-content !important;
  transform:none !important;
  animation:gsBlogPartnerStyleMarquee 58s linear infinite !important;
  will-change:transform !important;
}
.gs-blog-marquee:hover .gs-blog-marquee-track{
  animation-play-state:paused !important;
}
@keyframes gsBlogPartnerStyleMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-50% - 14px))}
}
.gs-blog-marquee-fade{
  position:absolute !important;
  top:0 !important;
  bottom:0 !important;
  width:120px !important;
  z-index:5 !important;
  pointer-events:none !important;
}
.gs-blog-marquee-fade-left{
  left:0 !important;
  background:linear-gradient(90deg,#fffaf2 0%,rgba(255,250,242,.88) 34%,transparent 100%) !important;
}
.gs-blog-marquee-fade-right{
  right:0 !important;
  background:linear-gradient(270deg,#fff 0%,rgba(255,255,255,.88) 34%,transparent 100%) !important;
}
.gs-view-theme-section .gs-blog-card{
  flex:0 0 370px !important;
  width:370px !important;
  min-height:560px !important;
  overflow:hidden !important;
  background:rgba(255,255,255,.96) !important;
  border:1px solid rgba(255,132,0,.30) !important;
  border-radius:28px !important;
  box-shadow:0 24px 70px rgba(94,59,12,.10) !important;
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease !important;
}
.gs-view-theme-section .gs-blog-card:hover{
  transform:translateY(-10px) !important;
  box-shadow:0 34px 90px rgba(94,59,12,.18) !important;
  border-color:rgba(255,132,0,.58) !important;
}
.gs-view-theme-section .gs-blog-thumb{
  position:relative !important;
  display:block !important;
  width:100% !important;
  height:220px !important;
  overflow:hidden !important;
  border-radius:26px 26px 0 0 !important;
  background:linear-gradient(135deg,#fff2d1,#eda53a) !important;
}
.gs-view-theme-section .gs-blog-thumb img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block !important;
  opacity:1 !important;
  filter:none !important;
  transform:scale(1.005) !important;
  transition:transform .55s ease !important;
}
.gs-view-theme-section .gs-blog-card:hover .gs-blog-thumb img{
  transform:scale(1.06) !important;
}
.gs-view-theme-section .gs-blog-thumb .gs-blog-fallback{
  display:none !important;
}
.gs-view-theme-section .gs-blog-thumb.gs-img-fallback .gs-blog-fallback{
  position:absolute !important;
  inset:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#fff !important;
  font-weight:900 !important;
  background:linear-gradient(135deg,#b87500,#ff9b20) !important;
}
.gs-view-theme-section .gs-blog-body{
  padding:26px 28px 30px !important;
  min-height:330px !important;
  display:flex !important;
  flex-direction:column !important;
}
.gs-view-theme-section .gs-blog-meta{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  margin-bottom:16px !important;
  color:#ff7200 !important;
  font-size:13px !important;
  font-weight:900 !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
}
.gs-view-theme-section .gs-blog-meta i{
  width:9px !important;
  height:9px !important;
  border-radius:50% !important;
  background:#ff8a00 !important;
  box-shadow:0 0 0 7px rgba(255,138,0,.12) !important;
  flex:0 0 auto !important;
}
.gs-view-theme-section .gs-blog-card h3{
  margin:0 0 16px !important;
  font-family:'Playfair Display',serif !important;
  color:#17120d !important;
  font-size:24px !important;
  line-height:1.18 !important;
  letter-spacing:-.5px !important;
}
.gs-view-theme-section .gs-blog-card h3 a{
  color:inherit !important;
}
.gs-view-theme-section .gs-blog-card p{
  margin:0 0 24px !important;
  min-height:76px !important;
  color:#777 !important;
  font-size:15px !important;
  line-height:1.75 !important;
  font-weight:500 !important;
}
.gs-view-theme-section .gs-blog-read{
  margin-top:auto !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  color:#ff7200 !important;
  font-size:14px !important;
  font-weight:900 !important;
}
.gs-view-theme-section .gs-blog-read span{
  transition:transform .25s ease !important;
}
.gs-view-theme-section .gs-blog-read:hover span{
  transform:translateX(5px) !important;
}
.gs-blog-nav{
  display:none !important;
}
.gs-blog-all-wrap{
  margin-top:22px !important;
}
.gs-blog-all-btn{
  display:inline-flex !important;
  align-items:center !important;
  gap:12px !important;
  padding:15px 32px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#ff9b20,#c98500) !important;
  color:#fff !important;
  font-weight:900 !important;
  box-shadow:0 18px 42px rgba(201,133,0,.22) !important;
}
.gs-blog-all-btn:hover{
  transform:translateY(-3px) !important;
  box-shadow:0 24px 54px rgba(201,133,0,.30) !important;
}
@media (max-width:1180px){
  .gs-view-theme-section .gs-blog-card{flex-basis:340px !important;width:340px !important;}
  .gs-blog-heading-pro .section-title,.gs-blog-single-line-title{font-size:clamp(34px,5vw,52px) !important;}
}
@media (max-width:768px){
  .gs-view-theme-section.gs-blog-section{padding:72px 0 80px !important;}
  .gs-blog-heading-pro .section-title,.gs-blog-single-line-title{white-space:normal !important;font-size:38px !important;}
  .gs-blog-heading-pro .section-intro{font-size:15px !important;}
  .gs-blog-marquee-track{gap:18px !important;animation-duration:46s !important;}
  .gs-view-theme-section .gs-blog-card{flex-basis:310px !important;width:310px !important;min-height:540px !important;}
  .gs-view-theme-section .gs-blog-thumb{height:190px !important;}
  .gs-view-theme-section .gs-blog-body{padding:22px !important;}
  .gs-view-theme-section .gs-blog-card h3{font-size:21px !important;}
  .gs-blog-marquee-fade{width:44px !important;}
}


/* =========================================================
   Final polish: Resources blog section fixes
   ========================================================= */
#news.gs-blog-section .gs-blog-kicker{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  padding:8px 16px!important;
  border:1px solid rgba(225,151,22,.34)!important;
  border-radius:999px!important;
  background:rgba(255,248,238,.96)!important;
  box-shadow:0 12px 28px rgba(191,124,10,.10),0 0 0 5px rgba(244,154,7,.045)!important;
  color:#b87500!important;
  font-size:10.5px!important;
  font-weight:900!important;
  letter-spacing:2px!important;
  text-transform:uppercase!important;
  margin-bottom:12px!important;
}
#news.gs-blog-section .gs-blog-kicker i{
  width:8px!important;
  height:8px!important;
  border-radius:50%!important;
  background:#f49a07!important;
  box-shadow:0 0 0 6px rgba(244,154,7,.13)!important;
  flex:0 0 auto!important;
}
#news.gs-blog-section .gs-blog-kicker i:last-child{display:none!important;}
#news.gs-blog-section .gs-blog-heading-pro{
  margin-bottom:34px!important;
}
#news.gs-blog-section .gs-blog-single-line-title{
  display:block!important;
  white-space:nowrap!important;
  font-size:clamp(36px,3.55vw,58px)!important;
  line-height:1.06!important;
  letter-spacing:-1.1px!important;
}
#news.gs-blog-section .gs-blog-single-line-title span{
  color:#ff7200!important;
}
#news.gs-blog-section .gs-blog-marquee{
  padding:0 0 18px!important;
  margin-top:10px!important;
}
#news.gs-blog-section .gs-blog-marquee .gs-blog-viewport{
  padding:18px 0 24px!important;
}
#news.gs-blog-section .gs-blog-marquee-track{
  gap:24px!important;
  animation:gsBlogPartnerStyleMarquee 76s linear infinite!important;
}
#news.gs-blog-section .gs-blog-marquee:hover .gs-blog-marquee-track{
  animation-play-state:paused!important;
}
#news.gs-blog-section .gs-blog-card{
  flex:0 0 340px!important;
  width:340px!important;
  min-height:510px!important;
  border-radius:26px!important;
  background:rgba(255,255,255,.98)!important;
  box-shadow:0 22px 58px rgba(94,59,12,.09)!important;
}
#news.gs-blog-section .gs-blog-thumb{
  height:205px!important;
  border-radius:24px 24px 0 0!important;
  background:linear-gradient(135deg,#fff3da,#e39724)!important;
}
#news.gs-blog-section .gs-blog-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  opacity:1!important;
}
#news.gs-blog-section .gs-blog-body{
  padding:22px 24px 26px!important;
  min-height:300px!important;
}
#news.gs-blog-section .gs-blog-meta{
  gap:10px!important;
  margin-bottom:14px!important;
  font-size:12px!important;
  letter-spacing:.075em!important;
}
#news.gs-blog-section .gs-blog-meta i{
  width:8px!important;
  height:8px!important;
  box-shadow:0 0 0 6px rgba(255,138,0,.11)!important;
  animation:gsBlogMetaPulse 1.65s ease-in-out infinite!important;
}
@keyframes gsBlogMetaPulse{
  0%,100%{transform:scale(1);box-shadow:0 0 0 5px rgba(255,138,0,.11)}
  50%{transform:scale(1.22);box-shadow:0 0 0 9px rgba(255,138,0,.05)}
}
#news.gs-blog-section .gs-blog-card h3{
  font-size:22px!important;
  line-height:1.19!important;
  margin-bottom:14px!important;
}
#news.gs-blog-section .gs-blog-card p{
  min-height:70px!important;
  font-size:14.5px!important;
  line-height:1.72!important;
}
#news.gs-blog-section .gs-blog-read span,
#news.gs-blog-section .gs-blog-all-btn span{
  display:inline-flex!important;
  transition:transform .28s ease!important;
}
#news.gs-blog-section .gs-blog-read:hover span,
#news.gs-blog-section .gs-blog-all-btn:hover span{
  transform:translateX(6px)!important;
}
#news.gs-blog-section .gs-blog-all-wrap{
  position:relative!important;
  margin:4px auto 0!important;
  padding:18px 0 0!important;
  z-index:3!important;
}
#news.gs-blog-section .gs-blog-all-btn{
  position:relative!important;
  overflow:hidden!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  min-width:190px!important;
  padding:15px 34px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#ff9b20 0%,#ff7200 48%,#c98500 100%)!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:900!important;
  box-shadow:0 16px 40px rgba(255,114,0,.22)!important;
  border:1px solid rgba(255,255,255,.45)!important;
}
#news.gs-blog-section .gs-blog-all-btn::before{
  content:""!important;
  position:absolute!important;
  top:-45%!important;
  left:-35%!important;
  width:34%!important;
  height:190%!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.50),transparent)!important;
  transform:rotate(22deg)!important;
  animation:gsBlogButtonShine 3.8s ease-in-out infinite!important;
}
@keyframes gsBlogButtonShine{
  0%,62%{left:-42%;opacity:0}
  72%{opacity:1}
  100%{left:118%;opacity:0}
}
@media(max-width:1180px){
  #news.gs-blog-section .gs-blog-card{flex-basis:320px!important;width:320px!important;}
  #news.gs-blog-section .gs-blog-thumb{height:195px!important;}
}
@media(max-width:768px){
  #news.gs-blog-section .gs-blog-single-line-title{white-space:normal!important;font-size:36px!important;}
  #news.gs-blog-section .gs-blog-marquee-track{gap:18px!important;animation-duration:58s!important;}
  #news.gs-blog-section .gs-blog-card{flex-basis:300px!important;width:300px!important;min-height:500px!important;}
  #news.gs-blog-section .gs-blog-thumb{height:180px!important;}
}

/* =========================================================
   GoldSparrow Resources section - final corrected styling
   Matches About badge, one meta dot, working review-style slider
   ========================================================= */
#news.gs-blog-section .gs-blog-kicker{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  padding:8px 18px!important;
  border:1px solid rgba(225,151,22,.34)!important;
  border-radius:999px!important;
  background:#fff8ee!important;
  box-shadow:0 12px 28px rgba(191,124,10,.10),0 0 0 5px rgba(244,154,7,.045)!important;
  color:#a86c00!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:3px!important;
  text-transform:uppercase!important;
  margin-bottom:14px!important;
}
#news.gs-blog-section .gs-blog-kicker i{
  display:block!important;
  width:8px!important;
  height:8px!important;
  border-radius:50%!important;
  background:#f49a07!important;
  box-shadow:0 0 0 6px rgba(244,154,7,.13)!important;
  flex:0 0 auto!important;
}
#news.gs-blog-section .gs-blog-single-line-title{
  display:block!important;
  white-space:nowrap!important;
  font-size:clamp(38px,3.8vw,62px)!important;
  line-height:1.04!important;
  margin:14px 0 14px!important;
  letter-spacing:-1.15px!important;
}
#news.gs-blog-section .gs-blog-marquee{
  width:100vw!important;
  left:50%!important;
  margin-left:-50vw!important;
  position:relative!important;
  overflow:hidden!important;
  padding:4px 0 20px!important;
}
#news.gs-blog-section .gs-blog-viewport{
  overflow:hidden!important;
  width:100%!important;
  padding:18px 0 26px!important;
}
#news.gs-blog-section .gs-blog-marquee-track{
  display:flex!important;
  align-items:stretch!important;
  gap:28px!important;
  width:max-content!important;
  min-width:max-content!important;
  animation:gsBlogAutoSlider 44s linear infinite!important;
  will-change:transform!important;
}
#news.gs-blog-section .gs-blog-marquee:hover .gs-blog-marquee-track{
  animation-play-state:paused!important;
}
#news.gs-blog-section .gs-blog-card{
  flex:0 0 350px!important;
  width:350px!important;
  min-width:350px!important;
  min-height:515px!important;
}
#news.gs-blog-section .gs-blog-thumb{
  height:210px!important;
  background:linear-gradient(135deg,#fff1cf,#ff9a1f)!important;
}
#news.gs-blog-section .gs-blog-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}
#news.gs-blog-section .gs-blog-meta{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  color:#ff7200!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.065em!important;
  text-transform:uppercase!important;
}
#news.gs-blog-section .gs-blog-meta::before,
#news.gs-blog-section .gs-blog-meta::after{display:none!important;content:none!important;}
#news.gs-blog-section .gs-blog-meta i{
  display:block!important;
  width:8px!important;
  height:8px!important;
  border-radius:50%!important;
  background:#ff8a00!important;
  box-shadow:0 0 0 6px rgba(255,138,0,.12)!important;
  animation:gsBlogMetaPulse 1.8s ease-in-out infinite!important;
  flex:0 0 8px!important;
}
#news.gs-blog-section .gs-blog-all-wrap{
  margin:-2px auto 0!important;
  padding:18px 0 0!important;
  text-align:center!important;
  position:relative!important;
  z-index:4!important;
}
#news.gs-blog-section .gs-blog-all-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  min-width:198px!important;
  padding:16px 36px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#ff9b20 0%,#ff7200 52%,#c98500 100%)!important;
  color:#fff!important;
  font-weight:900!important;
  box-shadow:0 18px 44px rgba(255,114,0,.22)!important;
  border:1px solid rgba(255,255,255,.5)!important;
}
#news.gs-blog-section .gs-blog-all-btn span{
  display:inline-flex!important;
  transition:transform .28s ease!important;
}
#news.gs-blog-section .gs-blog-all-btn:hover span{
  transform:translateX(7px)!important;
}
@media(max-width:768px){
  #news.gs-blog-section .gs-blog-single-line-title{white-space:normal!important;font-size:36px!important;}
  #news.gs-blog-section .gs-blog-marquee-track{animation-duration:54s!important;gap:18px!important;}
  #news.gs-blog-section .gs-blog-card{flex-basis:300px!important;width:300px!important;min-width:300px!important;}
  #news.gs-blog-section .gs-blog-thumb{height:182px!important;}
}


/* =========================================================
   FINAL FIX: Resources blog cards - working review-style auto slider + image safety
   ========================================================= */
@keyframes gsBlogAutoSlider{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}
#news.gs-blog-section .gs-blog-marquee{
  overflow:hidden!important;
  width:100vw!important;
  left:50%!important;
  margin-left:-50vw!important;
  position:relative!important;
}
#news.gs-blog-section .gs-blog-viewport{
  overflow:hidden!important;
  width:100%!important;
}
#news.gs-blog-section .gs-blog-marquee-track{
  display:flex!important;
  align-items:stretch!important;
  flex-wrap:nowrap!important;
  gap:28px!important;
  width:max-content!important;
  min-width:max-content!important;
  animation:gsBlogAutoSlider 44s linear infinite!important;
  will-change:transform!important;
}
#news.gs-blog-section .gs-blog-marquee:hover .gs-blog-marquee-track{
  animation-play-state:paused!important;
}
#news.gs-blog-section .gs-blog-card{
  flex:0 0 350px!important;
  width:350px!important;
  min-width:350px!important;
  overflow:hidden!important;
}
#news.gs-blog-section .gs-blog-thumb{
  display:block!important;
  position:relative!important;
  height:210px!important;
  background:#fff3df!important;
  overflow:hidden!important;
}
#news.gs-blog-section .gs-blog-thumb img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  opacity:1!important;
  visibility:visible!important;
  transition:transform .45s ease!important;
}
#news.gs-blog-section .gs-blog-thumb .gs-blog-fallback{
  display:none!important;
}
#news.gs-blog-section .gs-blog-meta{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
#news.gs-blog-section .gs-blog-meta::before,
#news.gs-blog-section .gs-blog-meta::after{
  display:none!important;
  content:none!important;
}
#news.gs-blog-section .gs-blog-meta i{
  display:block!important;
  flex:0 0 8px!important;
  width:8px!important;
  height:8px!important;
  border-radius:50%!important;
  background:#ff8a00!important;
  box-shadow:0 0 0 6px rgba(255,138,0,.12)!important;
}
@media(max-width:768px){
  #news.gs-blog-section .gs-blog-marquee-track{animation-duration:38s!important;gap:18px!important;}
  #news.gs-blog-section .gs-blog-card{flex-basis:300px!important;width:300px!important;min-width:300px!important;}
  #news.gs-blog-section .gs-blog-thumb{height:182px!important;}
}

/* =========================================================
   FINAL WORKING FIX: Resources blog slider + image display
   - JS drives the carousel so it works like the review slider
   - Movement is visually left-to-right, slow and readable
   - Images always cover the card cleanly
   ========================================================= */
#news.gs-blog-section .gs-blog-marquee{
  position:relative!important;
  overflow:hidden!important;
  width:100vw!important;
  left:50%!important;
  margin-left:-50vw!important;
  padding:6px 0 22px!important;
}
#news.gs-blog-section .gs-blog-viewport{
  overflow:hidden!important;
  width:100%!important;
  padding:18px 0 28px!important;
}
#news.gs-blog-section .gs-blog-auto-track,
#news.gs-blog-section .gs-blog-marquee-track{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  gap:28px!important;
  width:max-content!important;
  min-width:max-content!important;
  transform:translate3d(0,0,0);
  animation:none!important;
  will-change:transform!important;
}
#news.gs-blog-section .gs-blog-card{
  flex:0 0 350px!important;
  width:350px!important;
  min-width:350px!important;
  max-width:350px!important;
  min-height:515px!important;
  overflow:hidden!important;
  border-radius:26px!important;
  background:#fff!important;
  border:1px solid rgba(255,132,0,.30)!important;
  box-shadow:0 22px 58px rgba(94,59,12,.09)!important;
}
#news.gs-blog-section .gs-blog-thumb{
  display:block!important;
  position:relative!important;
  width:100%!important;
  height:210px!important;
  overflow:hidden!important;
  border-radius:24px 24px 0 0!important;
  background:linear-gradient(135deg,#fff1cf,#ff9a1f)!important;
}
#news.gs-blog-section .gs-blog-thumb img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  transform:scale(1.001)!important;
}
#news.gs-blog-section .gs-blog-card:hover .gs-blog-thumb img{
  transform:scale(1.055)!important;
}
#news.gs-blog-section .gs-blog-fallback{display:none!important;}
#news.gs-blog-section .gs-blog-meta{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
#news.gs-blog-section .gs-blog-meta::before,
#news.gs-blog-section .gs-blog-meta::after{
  display:none!important;
  content:none!important;
}
#news.gs-blog-section .gs-blog-meta i{
  display:block!important;
  flex:0 0 8px!important;
  width:8px!important;
  height:8px!important;
  border-radius:50%!important;
  background:#ff8a00!important;
  box-shadow:0 0 0 6px rgba(255,138,0,.12)!important;
  animation:gsBlogMetaPulse 1.8s ease-in-out infinite!important;
}
#news.gs-blog-section .gs-blog-all-wrap{
  margin:0 auto!important;
  padding:14px 0 0!important;
  position:relative!important;
  z-index:6!important;
}
#news.gs-blog-section .gs-blog-all-btn{
  transform:translateY(0)!important;
}
@media(max-width:768px){
  #news.gs-blog-section .gs-blog-auto-track,
  #news.gs-blog-section .gs-blog-marquee-track{gap:18px!important;}
  #news.gs-blog-section .gs-blog-card{flex-basis:300px!important;width:300px!important;min-width:300px!important;max-width:300px!important;}
  #news.gs-blog-section .gs-blog-thumb{height:182px!important;}
}


/* =========================================================
   GoldSparrow Resources Blog Slider - review-card style final fix
   This override keeps the Resources cards continuously sliding like
   the "What Our Clients Say" section.
   ========================================================= */
#news.gs-blog-section .gs-blog-marquee{
  overflow:hidden!important;
}
#news.gs-blog-section .gs-blog-viewport{
  overflow:hidden!important;
}
#news.gs-blog-section .gs-blog-track.gs-blog-marquee-track{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  gap:28px!important;
  width:max-content!important;
  min-width:max-content!important;
  animation:marquee 34s linear infinite!important;
  will-change:transform!important;
}
#news.gs-blog-section .gs-blog-marquee:hover .gs-blog-track.gs-blog-marquee-track{
  animation-play-state:paused!important;
}
#news.gs-blog-section .gs-blog-card{
  flex:0 0 350px!important;
  width:350px!important;
  min-width:350px!important;
}
@media(max-width:768px){
  #news.gs-blog-section .gs-blog-track.gs-blog-marquee-track{
    gap:18px!important;
    animation-duration:26s!important;
  }
  #news.gs-blog-section .gs-blog-card{
    flex-basis:300px!important;
    width:300px!important;
    min-width:300px!important;
  }
}


/* =========================================================
   GoldSparrow Resources Blog Slider - HARD WORKING FIX
   Same continuous marquee movement as What Our Clients Say.
   ========================================================= */
#news.gs-blog-section .gs-blog-marquee{
  overflow:hidden!important;
  width:100vw!important;
  left:50%!important;
  margin-left:-50vw!important;
}
#news.gs-blog-section .gs-blog-viewport{
  overflow:hidden!important;
  width:100%!important;
}
#news.gs-blog-section .gs-blog-track.gs-blog-marquee-track,
#news.gs-blog-section .gs-blog-auto-track{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  gap:28px!important;
  width:max-content!important;
  min-width:max-content!important;
  transform:translate3d(0,0,0);
  animation:gsResourcesBlogSlideFixed 42s linear infinite!important;
  will-change:transform!important;
}
#news.gs-blog-section .gs-blog-marquee:hover .gs-blog-track.gs-blog-marquee-track{
  animation-play-state:paused!important;
}
#news.gs-blog-section .gs-blog-card{
  flex:0 0 350px!important;
  width:350px!important;
  min-width:350px!important;
  max-width:350px!important;
}
@keyframes gsResourcesBlogSlideFixed{
  0%{transform:translate3d(0,0,0)}
  100%{transform:translate3d(-50%,0,0)}
}
@media(max-width:768px){
  #news.gs-blog-section .gs-blog-track.gs-blog-marquee-track,
  #news.gs-blog-section .gs-blog-auto-track{gap:18px!important;animation-duration:30s!important;}
  #news.gs-blog-section .gs-blog-card{flex-basis:300px!important;width:300px!important;min-width:300px!important;max-width:300px!important;}
}


/* =========================================================
   FINAL FIX: Resources Blog Slider - LEFT TO RIGHT
   This override keeps the blog cards moving exactly like the
   testimonials marquee, but in left-to-right direction.
   ========================================================= */
#news.gs-blog-section .gs-blog-marquee{
  overflow:hidden !important;
  width:100vw !important;
  max-width:100vw !important;
  position:relative !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  margin-left:0 !important;
  padding:0 0 6px !important;
}
#news.gs-blog-section .gs-blog-viewport{
  overflow:hidden !important;
  width:100% !important;
  max-width:100% !important;
}
#news.gs-blog-section .gs-blog-track,
#news.gs-blog-section .gs-blog-track.gs-blog-marquee-track,
#news.gs-blog-section .gs-blog-auto-track{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:stretch !important;
  gap:28px !important;
  width:max-content !important;
  min-width:max-content !important;
  white-space:normal !important;
  will-change:transform !important;
  animation:gsResourcesBlogSlideLeftToRight 44s linear infinite !important;
}
#news.gs-blog-section .gs-blog-marquee:hover .gs-blog-track,
#news.gs-blog-section .gs-blog-marquee:hover .gs-blog-track.gs-blog-marquee-track{
  animation-play-state:paused !important;
}
#news.gs-blog-section .gs-blog-card{
  flex:0 0 350px !important;
  width:350px !important;
  min-width:350px !important;
  max-width:350px !important;
}
@keyframes gsResourcesBlogSlideLeftToRight{
  0%{transform:translate3d(-50%,0,0);}
  100%{transform:translate3d(0,0,0);}
}
@media(max-width:768px){
  #news.gs-blog-section .gs-blog-track,
  #news.gs-blog-section .gs-blog-track.gs-blog-marquee-track,
  #news.gs-blog-section .gs-blog-auto-track{gap:18px !important;animation-duration:32s !important;}
  #news.gs-blog-section .gs-blog-card{flex-basis:300px !important;width:300px !important;min-width:300px !important;max-width:300px !important;}
}

/* ===== GoldSparrow final What We Offer redesign ===== */
.gs-services-section{
  padding-top:110px !important;
  padding-bottom:110px !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(214,166,58,.16), transparent 28%),
    linear-gradient(180deg,#fbfaf7 0%,#f7f2ea 100%) !important;
  background-attachment:scroll !important;
  position:relative;
  overflow:hidden;
}
.gs-services-section::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(198,149,43,.05) 1px, transparent 1px),linear-gradient(90deg, rgba(198,149,43,.05) 1px, transparent 1px);
  background-size:36px 36px;
  pointer-events:none;
}
.gs-services-section .container{position:relative;z-index:1;}
.gs-services-section .section-label{color:#c99718 !important;letter-spacing:.26em;}
.gs-services-section .section-title{color:#1b1711 !important;}
.gs-services-section .section-intro{color:rgba(27,23,17,.72) !important;}
#services .services-grid.gs-card-grid-3{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:22px !important;
  align-items:stretch !important;
}
#services .gs-service-card-pro{
  min-height:100% !important;
  padding:30px 24px !important;
  border-radius:28px !important;
  background:linear-gradient(180deg,#ffffff 0%,#fffaf1 100%) !important;
  border:1px solid rgba(198,149,43,.18) !important;
  box-shadow:0 18px 48px rgba(17,17,17,.07) !important;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
  display:block !important;
  position:relative;
  overflow:hidden;
}
#services .gs-service-card-pro::after{
  content:'';
  position:absolute;
  left:0;right:0;top:0;
  height:4px;
  background:linear-gradient(90deg,#e6b735,#c99718,#ffdf7a);
}
#services .gs-service-card-pro:hover{
  transform:translateY(-8px);
  box-shadow:0 28px 70px rgba(17,17,17,.12) !important;
  border-color:rgba(198,149,43,.36) !important;
}
#services .card-icon{
  width:50px;
  height:50px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#1f1c18;
  background:linear-gradient(135deg,#f5c84c,#c99718) !important;
  box-shadow:0 12px 28px rgba(201,151,24,.26);
  margin-bottom:24px;
}
#services .gs-card-title{
  font-size:20px !important;
  line-height:1.28 !important;
  margin-bottom:14px !important;
  color:#1f1c18 !important;
}
#services .gs-service-list{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}
#services .gs-service-list li{
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;
  padding:7px 0 !important;
  font-size:14px !important;
  line-height:1.65 !important;
  color:rgba(31,28,24,.74) !important;
}
#services .gs-service-list li::before{
  content:'✓' !important;
  color:#c99718 !important;
  font-weight:900 !important;
  flex:0 0 auto !important;
  margin-top:0 !important;
  position:static !important;
}
@media (max-width:1200px){
  #services .services-grid.gs-card-grid-3{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
}
@media (max-width:768px){
  #services .services-grid.gs-card-grid-3{grid-template-columns:1fr !important;}
  .gs-services-section{padding-top:76px !important;padding-bottom:76px !important;}
}


/* ===== GoldSparrow Services Section - About Theme Final ===== */
section#services.gs-services-about-theme{
  padding:112px 0 118px !important;
  background:
    radial-gradient(circle at 4% 0%, rgba(239,165,17,.12), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(201,151,24,.10), transparent 34%),
    linear-gradient(180deg,#fffdf8 0%,#fbf6ee 48%,#fffaf3 100%) !important;
  color:#1f1a14 !important;
  position:relative !important;
  overflow:hidden !important;
}
section#services.gs-services-about-theme::before{
  content:'' !important;
  position:absolute !important;
  inset:0 !important;
  background-image:
    linear-gradient(rgba(201,151,24,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,151,24,.045) 1px, transparent 1px) !important;
  background-size:38px 38px !important;
  pointer-events:none !important;
}
section#services.gs-services-about-theme::after{
  content:'' !important;
  position:absolute !important;
  left:8% !important;
  right:8% !important;
  top:34px !important;
  height:1px !important;
  background:linear-gradient(90deg, transparent, rgba(201,151,24,.34), transparent) !important;
  pointer-events:none !important;
}
section#services.gs-services-about-theme .container{
  position:relative !important;
  z-index:1 !important;
  max-width:1480px !important;
}
section#services.gs-services-about-theme .section-heading{
  max-width:980px !important;
  margin:0 auto 54px !important;
}
section#services.gs-services-about-theme .section-label{
  display:inline-flex !important;
  align-items:center !important;
  gap:9px !important;
  padding:9px 20px !important;
  border:1px solid rgba(226,169,35,.34) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.74) !important;
  box-shadow:0 10px 30px rgba(201,151,24,.10) !important;
  color:#b77b00 !important;
  letter-spacing:.28em !important;
  font-size:11px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
}
section#services.gs-services-about-theme .section-label::before{
  content:'' !important;
  width:10px !important;
  height:10px !important;
  border-radius:50% !important;
  background:#f3a000 !important;
  box-shadow:0 0 0 7px rgba(243,160,0,.14) !important;
}
section#services.gs-services-about-theme .section-title{
  margin-top:18px !important;
  color:#201a14 !important;
  font-family:Georgia,'Times New Roman',serif !important;
  font-size:clamp(42px,4.8vw,72px) !important;
  line-height:1.05 !important;
  font-weight:900 !important;
  letter-spacing:-.04em !important;
}
section#services.gs-services-about-theme .section-intro{
  max-width:920px !important;
  margin:14px auto 0 !important;
  color:rgba(31,26,20,.68) !important;
  font-size:17px !important;
  line-height:1.8 !important;
  font-weight:600 !important;
}
section#services.gs-services-about-theme .services-grid.gs-card-grid-3{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:24px !important;
  align-items:stretch !important;
}
section#services.gs-services-about-theme .gs-service-card-pro{
  min-height:405px !important;
  padding:30px 24px 28px !important;
  border-radius:30px !important;
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,248,237,.95)) !important;
  border:1px solid rgba(219,166,48,.26) !important;
  box-shadow:0 28px 80px rgba(64,45,12,.10), inset 0 1px 0 rgba(255,255,255,.86) !important;
  backdrop-filter:blur(10px) !important;
  position:relative !important;
  overflow:hidden !important;
}
section#services.gs-services-about-theme .gs-service-card-pro::after{
  content:'' !important;
  position:absolute !important;
  left:22px !important;
  right:22px !important;
  top:0 !important;
  height:4px !important;
  border-radius:0 0 999px 999px !important;
  background:linear-gradient(90deg,#f5a000,#e1b532,#fff0b3) !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:hover{
  transform:translateY(-9px) !important;
  border-color:rgba(219,166,48,.50) !important;
  box-shadow:0 36px 95px rgba(64,45,12,.16), inset 0 1px 0 rgba(255,255,255,.9) !important;
}
section#services.gs-services-about-theme .card-icon{
  width:50px !important;
  height:50px !important;
  border-radius:16px !important;
  color:#231b10 !important;
  background:linear-gradient(135deg,#ffc642,#d39b00) !important;
  box-shadow:0 18px 40px rgba(211,155,0,.28) !important;
  margin-bottom:24px !important;
}
section#services.gs-services-about-theme .gs-card-title{
  min-height:58px !important;
  color:#201a14 !important;
  font-family:Georgia,'Times New Roman',serif !important;
  font-size:21px !important;
  line-height:1.22 !important;
  font-weight:900 !important;
  margin:0 0 16px !important;
}
section#services.gs-services-about-theme .gs-service-list li{
  gap:11px !important;
  padding:6px 0 !important;
  color:rgba(31,26,20,.68) !important;
  font-size:14px !important;
  line-height:1.55 !important;
  font-weight:600 !important;
}
section#services.gs-services-about-theme .gs-service-list li::before{
  content:'✓' !important;
  color:#d29a00 !important;
  font-size:17px !important;
  font-weight:900 !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){
  min-height:405px !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list li{
  padding:4px 0 !important;
  font-size:13.5px !important;
  line-height:1.42 !important;
}
@media (max-width:1320px){
  section#services.gs-services-about-theme .services-grid.gs-card-grid-3{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
}
@media (max-width:900px){
  section#services.gs-services-about-theme .services-grid.gs-card-grid-3{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:640px){
  section#services.gs-services-about-theme{padding:76px 0 82px !important;}
  section#services.gs-services-about-theme .services-grid.gs-card-grid-3{grid-template-columns:1fr !important;}
  section#services.gs-services-about-theme .gs-service-card-pro{min-height:auto !important;}
  section#services.gs-services-about-theme .gs-card-title{min-height:auto !important;}
}

/* ===== GoldSparrow Final Compact Fix: What We Offer cards match site theme ===== */
section#services.gs-services-about-theme{
  padding:92px 0 96px !important;
  min-height:auto !important;
  background:
    linear-gradient(90deg, rgba(45,29,8,.86) 0%, rgba(106,68,13,.62) 44%, rgba(35,23,8,.88) 100%),
    url('../images/what-we-offer-bg.png') center center / cover no-repeat !important;
  background-attachment:fixed !important;
  position:relative !important;
}
section#services.gs-services-about-theme::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:radial-gradient(circle at center, rgba(245,176,45,.14), transparent 52%) !important;
  pointer-events:none !important;
}
section#services.gs-services-about-theme .container{
  position:relative !important;
  z-index:2 !important;
  max-width:1240px !important;
  width:100% !important;
  margin:0 auto !important;
  padding-left:24px !important;
  padding-right:24px !important;
}
section#services.gs-services-about-theme .section-heading{
  max-width:900px !important;
  margin:0 auto 42px !important;
  text-align:center !important;
  align-items:center !important;
}
section#services.gs-services-about-theme .section-label{
  margin:0 auto 18px !important;
  display:inline-flex !important;
  color:#9a6200 !important;
  background:#fffaf1 !important;
  border:1px solid rgba(234,174,50,.55) !important;
}
section#services.gs-services-about-theme .section-title{
  color:#fff !important;
  font-size:clamp(42px,4.4vw,64px) !important;
  line-height:1 !important;
  margin:0 0 14px !important;
  text-align:center !important;
  text-shadow:0 10px 32px rgba(0,0,0,.42) !important;
}
section#services.gs-services-about-theme .section-intro{
  color:rgba(255,255,255,.94) !important;
  max-width:780px !important;
  margin:0 auto !important;
  text-align:center !important;
  font-size:16px !important;
  line-height:1.65 !important;
  font-weight:700 !important;
}
section#services.gs-services-about-theme .services-grid.gs-card-grid-3{
  display:grid !important;
  grid-template-columns:repeat(5, minmax(0, 1fr)) !important;
  gap:20px !important;
  max-width:1180px !important;
  margin:0 auto !important;
  align-items:stretch !important;
}
section#services.gs-services-about-theme .gs-service-card-pro{
  min-height:0 !important;
  height:390px !important;
  width:100% !important;
  padding:24px 22px 22px !important;
  border-radius:22px !important;
  border:1px solid rgba(226,166,37,.56) !important;
  border-top:5px solid #f3b51e !important;
  background:linear-gradient(145deg, #fffdfa 0%, #fff8eb 48%, #f8efe2 100%) !important;
  box-shadow:0 20px 46px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.9) !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
  overflow:hidden !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:hover{
  transform:translateY(-8px) !important;
  box-shadow:0 26px 56px rgba(0,0,0,.32), 0 0 0 1px rgba(243,181,30,.62) !important;
}
section#services.gs-services-about-theme .gs-service-emoji-icon{
  width:56px !important;
  height:56px !important;
  min-width:56px !important;
  border-radius:17px !important;
  margin:0 0 20px 0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(135deg,#ffd65a 0%,#f2a100 68%,#c77b00 100%) !important;
  box-shadow:0 16px 30px rgba(214,139,0,.28) !important;
}
section#services.gs-services-about-theme .gs-service-emoji{
  font-size:25px !important;
  line-height:1 !important;
}
section#services.gs-services-about-theme .gs-card-title{
  color:#21180f !important;
  font-size:22px !important;
  line-height:1.08 !important;
  min-height:50px !important;
  margin:0 0 18px !important;
  text-align:left !important;
  letter-spacing:-.02em !important;
}
section#services.gs-services-about-theme .gs-service-list{
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:11px !important;
}
section#services.gs-services-about-theme .gs-service-list li{
  position:relative !important;
  display:block !important;
  padding:0 0 0 24px !important;
  margin:0 !important;
  color:#5e564d !important;
  font-size:14.5px !important;
  line-height:1.38 !important;
  font-weight:700 !important;
  text-align:left !important;
}
section#services.gs-services-about-theme .gs-service-list li::before{
  content:'✓' !important;
  position:absolute !important;
  left:0 !important;
  top:-1px !important;
  color:#d29400 !important;
  font-size:18px !important;
  font-weight:900 !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list{
  gap:7px !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list li{
  font-size:13.2px !important;
  line-height:1.25 !important;
  padding-left:22px !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-card-title{
  margin-bottom:14px !important;
}
@media(max-width:1280px){
  section#services.gs-services-about-theme .services-grid.gs-card-grid-3{grid-template-columns:repeat(3, minmax(0,1fr)) !important; max-width:860px !important;}
  section#services.gs-services-about-theme .gs-service-card-pro{height:370px !important;}
}
@media(max-width:900px){
  section#services.gs-services-about-theme{padding:78px 0 82px !important; background-attachment:scroll !important;}
  section#services.gs-services-about-theme .services-grid.gs-card-grid-3{grid-template-columns:repeat(2, minmax(0,1fr)) !important; max-width:620px !important;}
  section#services.gs-services-about-theme .gs-service-card-pro{height:auto !important; min-height:350px !important;}
}
@media(max-width:620px){
  section#services.gs-services-about-theme .container{padding-left:18px !important; padding-right:18px !important;}
  section#services.gs-services-about-theme .section-heading{margin-bottom:32px !important;}
  section#services.gs-services-about-theme .services-grid.gs-card-grid-3{grid-template-columns:1fr !important; max-width:360px !important; gap:18px !important;}
  section#services.gs-services-about-theme .gs-service-card-pro{height:auto !important; min-height:0 !important;}
}

/* FINAL FIX 29 mirror: services card alignment + resources slider */
section#services.gs-services-about-theme .services-grid.gs-card-grid-3{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:20px!important;max-width:1240px!important;margin:0 auto!important;align-items:start!important;justify-content:center!important;}
section#services.gs-services-about-theme .gs-service-card-pro,section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){width:100%!important;min-height:0!important;height:410px!important;padding:26px 24px 24px!important;border-radius:22px!important;border:1px solid rgba(255,153,31,.56)!important;border-top:5px solid #ff991f!important;background:linear-gradient(145deg,#fff 0%,#fffaf2 55%,#fff1df 100%)!important;overflow:hidden!important;}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){height:500px!important;}
#news.gs-blog-section .gs-blog-track,#news.gs-blog-section .gs-blog-track.gs-blog-marquee-track,#news.gs-blog-section .gs-blog-auto-track{animation:none!important;transition:none!important;display:flex!important;flex-wrap:nowrap!important;width:max-content!important;min-width:max-content!important;will-change:transform!important;}
@media(max-width:1360px){section#services.gs-services-about-theme .services-grid.gs-card-grid-3{grid-template-columns:repeat(3,minmax(260px,1fr))!important;max-width:940px!important;}section#services.gs-services-about-theme .gs-service-card-pro{height:390px!important;}section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){height:470px!important;}}
@media(max-width:920px){section#services.gs-services-about-theme .services-grid.gs-card-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:680px!important;}section#services.gs-services-about-theme .gs-service-card-pro,section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){height:auto!important;min-height:350px!important;}}
@media(max-width:640px){section#services.gs-services-about-theme .services-grid.gs-card-grid-3{grid-template-columns:1fr!important;max-width:380px!important;}section#services.gs-services-about-theme .gs-service-card-pro,section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){height:auto!important;min-height:0!important;}}

/* =========================================================
   FINAL PROFESSIONAL FIX 32: What We Offer service cards
   - equal card height
   - professional newspaper service layout
   - visible #ff991f theme
   - smooth entry + hover animation
========================================================= */
section#services.gs-services-about-theme{
  padding:86px 0 96px !important;
  min-height:auto !important;
  background-position:center center !important;
}
section#services.gs-services-about-theme::before{
  background:linear-gradient(90deg,rgba(24,15,5,.82),rgba(78,44,6,.58),rgba(11,9,7,.82)) !important;
}
section#services.gs-services-about-theme .container{
  width:min(100% - 48px, 1380px) !important;
  max-width:1380px !important;
  margin:0 auto !important;
  position:relative !important;
  z-index:2 !important;
}
section#services.gs-services-about-theme .section-heading{
  max-width:880px !important;
  margin:0 auto 42px !important;
  text-align:center !important;
}
section#services.gs-services-about-theme .section-label{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 auto 14px !important;
  color:#c87200 !important;
  background:rgba(255,255,255,.94) !important;
  border:1px solid rgba(255,153,31,.42) !important;
  box-shadow:0 14px 34px rgba(0,0,0,.16) !important;
}
section#services.gs-services-about-theme .section-title{
  color:#fff !important;
  text-shadow:0 10px 34px rgba(0,0,0,.42) !important;
  margin:0 0 10px !important;
}
section#services.gs-services-about-theme .section-intro{
  color:rgba(255,255,255,.92) !important;
  font-size:16px !important;
  font-weight:700 !important;
  line-height:1.55 !important;
  max-width:760px !important;
  margin:0 auto !important;
}
section#services.gs-services-about-theme .services-grid.gs-card-grid-3{
  display:grid !important;
  grid-template-columns:repeat(5, minmax(0, 1fr)) !important;
  gap:22px !important;
  max-width:1320px !important;
  margin:0 auto !important;
  align-items:stretch !important;
  justify-content:center !important;
}
section#services.gs-services-about-theme .gs-service-card-pro,
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){
  position:relative !important;
  width:100% !important;
  height:430px !important;
  min-height:430px !important;
  padding:24px 22px 22px !important;
  border-radius:24px !important;
  border:1px solid rgba(255,153,31,.70) !important;
  border-top:6px solid #ff991f !important;
  background:linear-gradient(145deg,rgba(255,255,255,.98) 0%,rgba(255,249,240,.98) 58%,rgba(255,239,218,.98) 100%) !important;
  box-shadow:0 22px 48px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.92) !important;
  overflow:hidden !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
  transform:translateY(0) !important;
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease !important;
  animation:gsServiceCardIn .8s ease both !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(1){animation-delay:.04s !important;}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(2){animation-delay:.10s !important;}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(3){animation-delay:.16s !important;}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(4){animation-delay:.22s !important;}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){animation-delay:.28s !important;}
section#services.gs-services-about-theme .gs-service-card-pro::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:radial-gradient(circle at 18% 12%,rgba(255,153,31,.13),transparent 34%) !important;
  pointer-events:none !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:hover{
  transform:translateY(-10px) !important;
  border-color:#ff991f !important;
  box-shadow:0 30px 66px rgba(0,0,0,.38), 0 0 0 1px rgba(255,153,31,.45) !important;
}
section#services.gs-services-about-theme .gs-service-emoji-icon{
  width:58px !important;
  height:58px !important;
  min-width:58px !important;
  border-radius:18px !important;
  margin:0 0 20px 0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(135deg,#ffc54b 0%,#ff991f 56%,#d87500 100%) !important;
  box-shadow:0 16px 30px rgba(255,153,31,.32) !important;
  transition:transform .35s ease !important;
  position:relative !important;
  z-index:1 !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:hover .gs-service-emoji-icon{
  transform:scale(1.07) rotate(-4deg) !important;
}
section#services.gs-services-about-theme .gs-service-emoji{
  font-size:25px !important;
  line-height:1 !important;
}
section#services.gs-services-about-theme .gs-card-title{
  position:relative !important;
  z-index:1 !important;
  color:#21170f !important;
  font-size:23px !important;
  line-height:1.07 !important;
  min-height:52px !important;
  margin:0 0 18px !important;
  text-align:left !important;
  letter-spacing:-.025em !important;
}
section#services.gs-services-about-theme .gs-service-list{
  position:relative !important;
  z-index:1 !important;
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:14px !important;
}
section#services.gs-services-about-theme .gs-service-list li{
  position:relative !important;
  display:block !important;
  padding:0 0 0 27px !important;
  margin:0 !important;
  color:#5a5148 !important;
  font-size:15px !important;
  line-height:1.38 !important;
  font-weight:750 !important;
  text-align:left !important;
}
section#services.gs-services-about-theme .gs-service-list li::before{
  content:"✓" !important;
  position:absolute !important;
  left:0 !important;
  top:-3px !important;
  color:#ff991f !important;
  font-size:23px !important;
  line-height:1 !important;
  font-weight:900 !important;
}
/* Newspaper card: professional compact service grid, no cut-off */
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-card-title{
  min-height:52px !important;
  margin-bottom:15px !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  column-gap:12px !important;
  row-gap:9px !important;
  align-items:start !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list li{
  padding-left:18px !important;
  font-size:11.8px !important;
  line-height:1.18 !important;
  font-weight:800 !important;
  color:#5c5147 !important;
  letter-spacing:-.01em !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list li::before{
  font-size:16px !important;
  top:-2px !important;
}
@keyframes gsServiceCardIn{
  from{opacity:0;transform:translateY(24px) scale(.975);}
  to{opacity:1;transform:translateY(0) scale(1);}
}
@media(max-width:1320px){
  section#services.gs-services-about-theme .container{width:min(100% - 34px, 1180px) !important;}
  section#services.gs-services-about-theme .services-grid.gs-card-grid-3{gap:16px !important;max-width:1160px !important;}
  section#services.gs-services-about-theme .gs-service-card-pro,section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){height:420px !important;min-height:420px !important;padding:22px 18px 20px !important;}
  section#services.gs-services-about-theme .gs-card-title{font-size:21px !important;}
  section#services.gs-services-about-theme .gs-service-list li{font-size:14px !important;}
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list li{font-size:11.2px !important;}
}
@media(max-width:1100px){
  section#services.gs-services-about-theme .services-grid.gs-card-grid-3{grid-template-columns:repeat(2,minmax(0,1fr)) !important;max-width:760px !important;}
  section#services.gs-services-about-theme .gs-service-card-pro,section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){height:auto !important;min-height:360px !important;}
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list li{font-size:12.5px !important;}
}
@media(max-width:640px){
  section#services.gs-services-about-theme{padding:70px 0 74px !important;background-attachment:scroll !important;}
  section#services.gs-services-about-theme .container{width:min(100% - 28px, 420px) !important;}
  section#services.gs-services-about-theme .services-grid.gs-card-grid-3{grid-template-columns:1fr !important;max-width:390px !important;gap:18px !important;}
  section#services.gs-services-about-theme .gs-service-card-pro,section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){min-height:0 !important;height:auto !important;}
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list{grid-template-columns:1fr !important;}
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list li{font-size:14px !important;line-height:1.35 !important;}
}
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){
    grid-template-columns: 240px 1fr !important;
  }
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media(max-width:760px){
  section#services.gs-services-about-theme .services-grid.gs-card-grid-3{
    grid-template-columns: 1fr !important;
    max-width: 420px !important;
  }
  section#services.gs-services-about-theme .gs-service-card-pro,
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){
    grid-column: auto !important;
    display: block !important;
    min-height: 0 !important;
    padding: 26px 24px !important;
  }
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5)::after{
    display: none !important;
  }
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-card-title{
    max-width: none !important;
    font-size: 24px !important;
    margin-bottom: 18px !important;
  }
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list{
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
}

/* ===== FINAL FIX 34: Newspaper Publication back to professional vertical card ===== */
section#services.gs-services-about-theme{
  padding: 76px 0 96px !important;
  overflow: visible !important;
}
section#services.gs-services-about-theme .container{
  max-width: 1380px !important;
}
section#services.gs-services-about-theme .section-heading{
  margin-bottom: 38px !important;
}
section#services.gs-services-about-theme .services-grid.gs-card-grid-3{
  display: grid !important;
  grid-template-columns: repeat(5, minmax(210px, 1fr)) !important;
  gap: 22px !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  align-items: start !important;
}
section#services.gs-services-about-theme .gs-service-card-pro,
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){
  grid-column: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  min-height: 390px !important;
  height: auto !important;
  padding: 26px 24px 28px !important;
  border-radius: 22px !important;
  border: 1.5px solid rgba(255,153,31,.75) !important;
  border-top: 6px solid #ff991f !important;
  background: linear-gradient(145deg, rgba(255,255,255,.99), rgba(255,246,232,.96)) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.9) !important;
  overflow: visible !important;
  position: relative !important;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){
  min-height: 545px !important;
  padding-bottom: 30px !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5)::after{
  display: none !important;
}
section#services.gs-services-about-theme .gs-service-emoji-icon,
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-emoji-icon{
  grid-column: auto !important;
  grid-row: auto !important;
  width: 58px !important;
  height: 58px !important;
  flex: 0 0 58px !important;
  margin: 0 0 20px 0 !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #ffbf4f 0%, #ff991f 48%, #dc7800 100%) !important;
  box-shadow: 0 14px 28px rgba(255,153,31,.34) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
section#services.gs-services-about-theme .gs-service-emoji{
  font-size: 25px !important;
  line-height: 1 !important;
}
section#services.gs-services-about-theme .gs-card-title,
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-card-title{
  grid-column: auto !important;
  grid-row: auto !important;
  min-height: 58px !important;
  max-width: none !important;
  margin: 0 0 18px 0 !important;
  font-size: 24px !important;
  line-height: 1.06 !important;
  color: #241912 !important;
}
section#services.gs-services-about-theme .gs-service-list,
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list{
  grid-column: auto !important;
  grid-row: auto !important;
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list{
  gap: 9px !important;
}
section#services.gs-services-about-theme .gs-service-list li,
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list li{
  min-height: 0 !important;
  display: block !important;
  align-items: initial !important;
  padding: 0 0 0 30px !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #5b5148 !important;
  font-size: 14.5px !important;
  line-height: 1.34 !important;
  font-weight: 750 !important;
  position: relative !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list li{
  font-size: 13.4px !important;
  line-height: 1.22 !important;
  padding-left: 28px !important;
}
section#services.gs-services-about-theme .gs-service-list li::before,
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list li::before{
  content: '✓' !important;
  position: absolute !important;
  left: 0 !important;
  top: -3px !important;
  transform: none !important;
  color: #ff991f !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list li::before{
  font-size: 21px !important;
  top: -2px !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:hover,
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5):hover{
  transform: translateY(-8px) !important;
  border-color: #ff991f !important;
  box-shadow: 0 26px 60px rgba(0,0,0,.30), 0 0 0 1px rgba(255,153,31,.25) inset !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:hover .gs-service-emoji-icon{
  transform: translateY(-3px) scale(1.06) rotate(-3deg) !important;
}
@media(max-width:1280px){
  section#services.gs-services-about-theme .services-grid.gs-card-grid-3{
    grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
    max-width: 900px !important;
  }
}
@media(max-width:900px){
  section#services.gs-services-about-theme .services-grid.gs-card-grid-3{
    grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
    max-width: 620px !important;
  }
}
@media(max-width:620px){
  section#services.gs-services-about-theme .services-grid.gs-card-grid-3{
    grid-template-columns: 1fr !important;
    max-width: 390px !important;
  }
  section#services.gs-services-about-theme .gs-service-card-pro,
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){
    min-height: 0 !important;
  }
}

/* ===== FINAL FIX 35: remove white strip + newspaper service spacing ===== */
html, body{margin:0!important;padding:0!important;overflow-x:hidden!important;}
section#services.gs-services-about-theme{margin:0!important;border:0!important;border-top:0!important;outline:0!important;box-shadow:none!important;padding:78px 0 88px!important;background:radial-gradient(circle at 50% 6%,rgba(255,153,31,.42),rgba(255,153,31,0) 30%),linear-gradient(90deg,rgba(0,0,0,.76),rgba(50,28,8,.66) 46%,rgba(0,0,0,.82)),url('assets/images/what-we-offer-bg.png') center center/cover no-repeat!important;background-color:#140d06!important;overflow:hidden!important;}
section#services.gs-services-about-theme::before{content:''!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(0,0,0,.28),rgba(0,0,0,.10) 36%,rgba(0,0,0,.30))!important;pointer-events:none!important;z-index:0!important;}
section#services.gs-services-about-theme .container{position:relative!important;z-index:1!important;}
section#services.gs-services-about-theme + *{margin-top:0!important;}
section#services.gs-services-about-theme .services-grid.gs-card-grid-3{align-items:start!important;gap:24px!important;}
section#services.gs-services-about-theme .gs-service-card-pro{overflow:hidden!important;}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){min-height:585px!important;padding:26px 24px 34px!important;overflow:visible!important;}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list{gap:13px!important;}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list li{padding-left:31px!important;font-size:14px!important;line-height:1.34!important;margin:0!important;letter-spacing:-.01em!important;}
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list li::before{font-size:22px!important;top:-2px!important;}
@media(max-width:1280px){section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){min-height:0!important;}}

/* ===== FINAL UPDATE 36: services full list + testimonials/contact premium theme ===== */
section#services.gs-services-about-theme{
  padding: 88px 0 96px !important;
}
section#services.gs-services-about-theme .section-heading{
  margin-bottom: 42px !important;
}
section#services.gs-services-about-theme .services-grid.gs-card-grid-3{
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 20px !important;
  width: min(1500px, calc(100vw - 70px)) !important;
  max-width: 1500px !important;
  margin: 0 auto !important;
  align-items: stretch !important;
}
section#services.gs-services-about-theme .gs-service-card-pro,
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){
  height: auto !important;
  min-height: 560px !important;
  width: 100% !important;
  padding: 28px 22px 30px !important;
  overflow: hidden !important;
  border: 2px solid rgba(255,153,31,.86) !important;
  border-top: 6px solid #ff991f !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,247,235,.96)) !important;
  box-shadow: 0 20px 50px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.9) !important;
  transform: translateY(0) !important;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:hover{
  transform: translateY(-10px) !important;
  border-color: #ff991f !important;
  box-shadow: 0 28px 70px rgba(0,0,0,.33), 0 0 0 5px rgba(255,153,31,.12) !important;
}
section#services.gs-services-about-theme .gs-service-emoji-icon{
  width: 58px !important;
  height: 58px !important;
  border-radius: 16px !important;
  margin-bottom: 22px !important;
  background: linear-gradient(135deg, #ffbd55 0%, #ff991f 48%, #dc7600 100%) !important;
  box-shadow: 0 16px 30px rgba(255,153,31,.32) !important;
  transition: transform .35s ease !important;
}
section#services.gs-services-about-theme .gs-service-card-pro:hover .gs-service-emoji-icon{
  transform: rotate(-6deg) scale(1.08) !important;
}
section#services.gs-services-about-theme .gs-service-emoji{
  font-size: 25px !important;
}
section#services.gs-services-about-theme .gs-card-title{
  min-height: 72px !important;
  margin: 0 0 20px !important;
  font-size: clamp(22px, 1.35vw, 26px) !important;
  line-height: 1.06 !important;
  color: #1f160e !important;
  letter-spacing: -.03em !important;
}
section#services.gs-services-about-theme .gs-service-list,
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list{
  display: flex !important;
  flex-direction: column !important;
  gap: 11px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
section#services.gs-services-about-theme .gs-service-list li,
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list li{
  position: relative !important;
  padding-left: 30px !important;
  margin: 0 !important;
  font-size: 14.2px !important;
  line-height: 1.32 !important;
  font-weight: 700 !important;
  color: rgba(45,38,31,.78) !important;
  letter-spacing: -.01em !important;
}
section#services.gs-services-about-theme .gs-service-list li::before,
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list li::before{
  content: '✓' !important;
  position: absolute !important;
  left: 0 !important;
  top: -2px !important;
  font-size: 24px !important;
  line-height: 1 !important;
  color: #ff991f !important;
  font-weight: 900 !important;
  text-shadow: 0 8px 16px rgba(255,153,31,.22) !important;
}

section#reviews.gs-reviews-section{
  padding: 95px 0 100px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(255,153,31,.15), transparent 32%),
    linear-gradient(180deg, #fffaf3 0%, #ffffff 54%, #fff7eb 100%) !important;
  overflow: hidden !important;
}
section#reviews.gs-reviews-section .section-label,
section#contact.gs-contact-section .section-label{
  border-color: rgba(255,153,31,.34) !important;
  color: #bd6500 !important;
  background: rgba(255,255,255,.82) !important;
  box-shadow: 0 12px 28px rgba(255,153,31,.13) !important;
}
section#reviews.gs-reviews-section .section-title,
section#contact.gs-contact-section .section-title{
  color: #20160f !important;
}
section#reviews.gs-reviews-section .section-intro,
section#contact.gs-contact-section .section-intro{
  color: rgba(45,38,31,.70) !important;
}
section#reviews.gs-reviews-section .reviews-track{
  display: flex !important;
  gap: 26px !important;
  width: max-content !important;
  animation: gsReviewPremiumMarquee 42s linear infinite !important;
  will-change: transform !important;
  padding: 10px 0 18px !important;
}
section#reviews.gs-reviews-section .reviews-track:hover{
  animation-play-state: paused !important;
}
@keyframes gsReviewPremiumMarquee{
  from{ transform: translate3d(0,0,0); }
  to{ transform: translate3d(-50%,0,0); }
}
section#reviews.gs-reviews-section .review-card.gs-review-card-pro{
  position: relative !important;
  min-width: 365px !important;
  max-width: 365px !important;
  min-height: 275px !important;
  margin: 0 !important;
  padding: 34px 32px 30px !important;
  border-radius: 24px !important;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,248,238,.96)) !important;
  border: 1.6px solid rgba(255,153,31,.28) !important;
  box-shadow: 0 18px 48px rgba(31,22,14,.10) !important;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease !important;
}
section#reviews.gs-reviews-section .review-card.gs-review-card-pro::before{
  content: '“' !important;
  position: absolute !important;
  right: 26px !important;
  top: 10px !important;
  font-family: Georgia, serif !important;
  font-size: 86px !important;
  line-height: 1 !important;
  color: rgba(255,153,31,.16) !important;
}
section#reviews.gs-reviews-section .review-card.gs-review-card-pro:hover{
  transform: translateY(-8px) !important;
  border-color: rgba(255,153,31,.72) !important;
  box-shadow: 0 26px 70px rgba(31,22,14,.16) !important;
}
section#reviews.gs-reviews-section .review-stars{
  color: #ff991f !important;
  letter-spacing: 3px !important;
  font-size: 17px !important;
  margin-bottom: 18px !important;
}
section#reviews.gs-reviews-section .review-text{
  color: rgba(45,38,31,.76) !important;
  font-size: 15.5px !important;
  line-height: 1.75 !important;
  margin: 0 0 20px !important;
}
section#reviews.gs-reviews-section .review-author{
  color: #20160f !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  margin: 0 0 4px !important;
}
section#reviews.gs-reviews-section .review-role{
  color: #bd6500 !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  margin: 0 !important;
}

section#contact.gs-contact-section{
  padding: 96px 0 105px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,247,235,.94)),
    radial-gradient(circle at 80% 10%, rgba(255,153,31,.18), transparent 32%) !important;
  border-top: 1px solid rgba(255,153,31,.12) !important;
}
section#contact.gs-contact-section .map-wrapper{
  border-radius: 26px !important;
  overflow: hidden !important;
  border: 2px solid rgba(255,153,31,.22) !important;
  box-shadow: 0 24px 70px rgba(31,22,14,.12) !important;
  margin-bottom: 44px !important;
}
section#contact.gs-contact-section .map-wrapper iframe{
  display: block !important;
  filter: saturate(.96) contrast(1.02) !important;
}
section#contact.gs-contact-section .contact-grid{
  display: grid !important;
  grid-template-columns: .95fr 1.05fr !important;
  gap: 30px !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  align-items: stretch !important;
}
section#contact.gs-contact-section .contact-grid > .reveal{
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,248,238,.96)) !important;
  border: 1.6px solid rgba(255,153,31,.25) !important;
  border-radius: 26px !important;
  padding: 34px !important;
  box-shadow: 0 20px 58px rgba(31,22,14,.10) !important;
}
section#contact.gs-contact-section .gs-subtitle{
  font-family: Georgia, 'Times New Roman', serif !important;
  color: #20160f !important;
  font-size: 28px !important;
  line-height: 1.12 !important;
  margin: 0 0 24px !important;
}
section#contact.gs-contact-section .contact-item{
  align-items: flex-start !important;
  padding: 16px !important;
  border-radius: 18px !important;
  background: rgba(255,153,31,.055) !important;
  border: 1px solid rgba(255,153,31,.16) !important;
}
section#contact.gs-contact-section .contact-icon{
  flex: 0 0 46px !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 15px !important;
  display: grid !important;
  place-items: center !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ffbd55, #ff991f 52%, #dc7600) !important;
  box-shadow: 0 12px 26px rgba(255,153,31,.28) !important;
}
section#contact.gs-contact-section .gs-contact-copy,
section#contact.gs-contact-section .gs-contact-copy a{
  color: rgba(45,38,31,.78) !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
  text-decoration: none !important;
}
section#contact.gs-contact-section .gs-contact-copy a:hover{
  color: #ff991f !important;
}
section#contact.gs-contact-section .contact-form input,
section#contact.gs-contact-section .contact-form textarea{
  width: 100% !important;
  padding: 15px 17px !important;
  margin-bottom: 14px !important;
  border-radius: 16px !important;
  border: 1.4px solid rgba(255,153,31,.22) !important;
  background: #fffdf9 !important;
  color: #20160f !important;
  font-weight: 650 !important;
  outline: none !important;
  transition: border-color .25s ease, box-shadow .25s ease !important;
}
section#contact.gs-contact-section .contact-form input:focus,
section#contact.gs-contact-section .contact-form textarea:focus{
  border-color: #ff991f !important;
  box-shadow: 0 0 0 5px rgba(255,153,31,.12) !important;
}
section#contact.gs-contact-section .contact-form .btn-gold{
  width: 100% !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 15px 24px !important;
  font-weight: 900 !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ff991f, #cf7300) !important;
  box-shadow: 0 16px 34px rgba(255,153,31,.28) !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}
section#contact.gs-contact-section .contact-form .btn-gold:hover{
  transform: translateY(-3px) !important;
  box-shadow: 0 22px 44px rgba(255,153,31,.36) !important;
}
@media(max-width:1320px){
  section#services.gs-services-about-theme .services-grid.gs-card-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    max-width: 1040px !important;
  }
}
@media(max-width:900px){
  section#services.gs-services-about-theme .services-grid.gs-card-grid-3,
  section#contact.gs-contact-section .contact-grid{
    grid-template-columns: 1fr !important;
  }
  section#services.gs-services-about-theme .services-grid.gs-card-grid-3{
    max-width: 440px !important;
  }
  section#services.gs-services-about-theme .gs-service-card-pro,
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){
    min-height: 0 !important;
  }
  section#reviews.gs-reviews-section .review-card.gs-review-card-pro{
    min-width: 315px !important;
    max-width: 315px !important;
  }
}

/* =========================================================
   FINAL FIX 33: What We Offer service list spacing/alignment
   - cleaner service alignment
   - better breathing space between points
   - professional checkmark layout
========================================================= */
section#services.gs-services-about-theme .services-grid.gs-card-grid-3{
  gap:24px !important;
  max-width:1440px !important;
}
section#services.gs-services-about-theme .gs-service-card-pro,
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){
  height:auto !important;
  min-height:560px !important;
  padding:30px 26px 30px !important;
  justify-content:flex-start !important;
}
section#services.gs-services-about-theme .gs-service-emoji-icon{
  margin-bottom:24px !important;
}
section#services.gs-services-about-theme .gs-card-title{
  min-height:82px !important;
  margin:0 0 20px !important;
  line-height:1.02 !important;
  letter-spacing:-.03em !important;
  display:flex !important;
  align-items:flex-start !important;
}
section#services.gs-services-about-theme .gs-service-list,
section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list{
  display:flex !important;
  flex-direction:column !important;
  gap:14px !important;
  margin:0 !important;
  padding:0 !important;
}
section#services.gs-services-about-theme .gs-service-list li{
  display:grid !important;
  grid-template-columns:22px 1fr !important;
  column-gap:12px !important;
  align-items:start !important;
  min-height:24px !important;
  padding:0 !important;
  margin:0 !important;
  color:rgba(44,38,32,.78) !important;
  font-size:14.4px !important;
  font-weight:800 !important;
  line-height:1.36 !important;
  letter-spacing:-.01em !important;
}
section#services.gs-services-about-theme .gs-service-list li::before{
  content:"✓" !important;
  position:static !important;
  transform:none !important;
  width:22px !important;
  height:22px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#ff991f !important;
  font-size:28px !important;
  font-weight:900 !important;
  line-height:1 !important;
  margin-top:-2px !important;
}
@media(max-width:1500px){
  section#services.gs-services-about-theme .container{width:min(100% - 42px, 1420px) !important;}
  section#services.gs-services-about-theme .services-grid.gs-card-grid-3{gap:22px !important;}
  section#services.gs-services-about-theme .gs-service-card-pro,
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){padding:28px 24px !important;}
}
@media(max-width:1320px){
  section#services.gs-services-about-theme .gs-service-card-pro,
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){min-height:520px !important;}
}
@media(max-width:900px){
  section#services.gs-services-about-theme .gs-service-card-pro,
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){min-height:0 !important;}
  section#services.gs-services-about-theme .gs-card-title{min-height:auto !important; margin-bottom:18px !important;}
}


/* =====================================================
   FINAL RESPONSIVE POLISH - GoldSparrow 2026-07
   Makes common homepage sections fit mobile/tablet cleanly.
===================================================== */
html,body{max-width:100%;overflow-x:hidden;}
img,video,iframe{max-width:100%;height:auto;}
.gsi-bid-now-btn{text-decoration:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
@media(max-width:1200px){
  .container,.section-container,.footer-shell,.gs-container{max-width:calc(100% - 40px)!important;width:calc(100% - 40px)!important;}
}
@media(max-width:991px){
  section{overflow:hidden;}
  .container,.section-container,.footer-shell,.gs-container{max-width:calc(100% - 28px)!important;width:calc(100% - 28px)!important;margin-left:auto!important;margin-right:auto!important;}
  .hero-content,.gsi-hero-content,.about-grid,.contact-grid,.footer-grid{grid-template-columns:1fr!important;}
  .footer-grid{gap:32px!important;text-align:left!important;}
  .footer-states .state-columns,.state-columns{grid-template-columns:1fr!important;gap:8px!important;}
  .gsi-home-quick-links{flex-wrap:wrap!important;gap:10px!important;}
  .gsi-home-quick-links a,.gsi-home-quick-links button{min-width:calc(50% - 8px)!important;}
}
@media(max-width:640px){
  .container,.section-container,.footer-shell,.gs-container{max-width:calc(100% - 22px)!important;width:calc(100% - 22px)!important;}
  h1{font-size:clamp(32px,10vw,48px)!important;line-height:1.05!important;}
  h2{font-size:clamp(26px,8vw,38px)!important;line-height:1.12!important;}
  .gsi-home-quick-links a,.gsi-home-quick-links button{min-width:100%!important;width:100%!important;}
  .site-footer .footer-social,.footer-social{display:flex!important;flex-wrap:wrap!important;gap:12px!important;}
}

/* ===== FINAL FIX: Regna-style services background + proper contact map height ===== */
section#services.gs-services-about-theme{
    position: relative !important;
    isolation: isolate !important;
    background-image:
        linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(36,22,10,.58) 48%, rgba(0,0,0,.82) 100%),
        radial-gradient(circle at 50% 12%, rgba(255,147,30,.34), transparent 34%),
        url('assets/images/what-we-offer-bg.png') !important;
    background-size: cover, cover, cover !important;
    background-position: center center, center center, center center !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-attachment: fixed, fixed, fixed !important;
    padding: 96px 0 104px !important;
    overflow: hidden !important;
}
section#services.gs-services-about-theme::before{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    z-index:-1 !important;
    background:
        linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.05) 42%, rgba(0,0,0,.34)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 1px, transparent 1px, transparent 90px) !important;
    pointer-events:none !important;
}
section#services.gs-services-about-theme::after{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    z-index:-2 !important;
    background:url('assets/images/what-we-offer-bg.png') center center / cover no-repeat !important;
    transform:scale(1.04) !important;
    filter:saturate(1.06) contrast(1.06) !important;
    pointer-events:none !important;
}
section#services.gs-services-about-theme .container{
    position:relative !important;
    z-index:2 !important;
}
section#contact.gs-contact-section .map-wrapper{
    min-height: 430px !important;
    height: 430px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    margin-bottom: 54px !important;
}
section#contact.gs-contact-section .map-wrapper iframe{
    display:block !important;
    width:100% !important;
    height:430px !important;
    min-height:430px !important;
}
@media (max-width: 991px){
    section#services.gs-services-about-theme{
        background-attachment: scroll, scroll, scroll !important;
        padding: 74px 0 82px !important;
    }
    section#contact.gs-contact-section .map-wrapper,
    section#contact.gs-contact-section .map-wrapper iframe{
        height:360px !important;
        min-height:360px !important;
    }
}

/* =====================================================
   FINAL MOBILE RESPONSIVE + THEME CALL BUTTON FIX
   Added for GoldSparrow homepage full responsive polish.
===================================================== */
html, body{
  width:100% !important;
  max-width:100% !important;
  overflow-x:hidden !important;
}
*, *::before, *::after{box-sizing:border-box !important;}
img, svg, video, iframe{max-width:100% !important;}

/* Theme matching floating call button */
.gs-call-btn{
  position:fixed !important;
  left:24px !important;
  bottom:96px !important;
  width:58px !important;
  height:58px !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#fff !important;
  background:linear-gradient(135deg,#ffb52e 0%,#ff931e 48%,#c87500 100%) !important;
  border:2px solid rgba(255,255,255,.34) !important;
  box-shadow:0 16px 36px rgba(255,147,30,.34), 0 8px 20px rgba(0,0,0,.18) !important;
  z-index:99980 !important;
  text-decoration:none !important;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease !important;
}
.gs-call-btn svg{width:25px !important;height:25px !important;stroke-width:2.25 !important;}
.gs-call-btn:hover{
  transform:translateY(-4px) scale(1.05) !important;
  box-shadow:0 22px 44px rgba(255,147,30,.46), 0 10px 24px rgba(0,0,0,.22) !important;
}
.gs-call-btn::before{
  content:"" !important;
  position:absolute !important;
  inset:-8px !important;
  border-radius:inherit !important;
  border:1px solid rgba(255,147,30,.35) !important;
  animation:gsCallPulse 2.2s ease-out infinite !important;
}
@keyframes gsCallPulse{
  0%{transform:scale(.86);opacity:.65;}
  100%{transform:scale(1.45);opacity:0;}
}
.gs-call-tooltip{
  position:absolute !important;
  left:68px !important;
  top:50% !important;
  transform:translateY(-50%) translateX(-6px) !important;
  background:#1d1308 !important;
  color:#fff !important;
  padding:8px 12px !important;
  border-radius:999px !important;
  font-size:12px !important;
  font-weight:800 !important;
  white-space:nowrap !important;
  opacity:0 !important;
  pointer-events:none !important;
  transition:all .25s ease !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
}
.gs-call-btn:hover .gs-call-tooltip{opacity:1 !important;transform:translateY(-50%) translateX(0) !important;}

/* Keep WhatsApp button aligned with call button and theme spacing */
.whatsapp-btn,
.whatsapp-float{
  left:24px !important;
  right:auto !important;
  bottom:24px !important;
  width:58px !important;
  height:58px !important;
  border:2px solid rgba(255,255,255,.34) !important;
  box-shadow:0 16px 36px rgba(37,211,102,.30), 0 8px 20px rgba(0,0,0,.16) !important;
  z-index:99980 !important;
}

/* Main responsive safety net for all homepage sections */
@media(max-width:1024px){
  .container,
  .section-container,
  .footer-shell,
  .gs-container,
  .gs-info-container,
  section#services.gs-services-about-theme .container{
    width:min(100% - 32px, 920px) !important;
    max-width:min(100% - 32px, 920px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .gs-public-header .header-inner,
  .site-header.gs-public-header .header-inner{
    grid-template-columns:auto 1fr auto !important;
    min-height:88px !important;
    height:88px !important;
    padding:0 20px !important;
    gap:12px !important;
  }
  .site-header.gs-public-header .header-logo img{
    width:70px !important;
    height:58px !important;
    min-width:70px !important;
    max-width:70px !important;
  }
  .site-header.gs-public-header .logo-title{font-size:27px !important;}
  .site-header.gs-public-header .logo-tagline{font-size:13px !important;}
  .header-actions,
  .site-header.gs-public-header .header-actions{gap:8px !important;}
}

@media(max-width:768px){
  body{font-size:15px !important;}
  .container,
  .section-container,
  .footer-shell,
  .gs-container,
  .gs-info-container,
  section#services.gs-services-about-theme .container{
    width:calc(100% - 28px) !important;
    max-width:calc(100% - 28px) !important;
  }

  /* Header mobile clean fit */
  .site-header.gs-public-header,
  .site-header.gs-public-header.scrolled,
  .site-header.gs-public-header.transparent{
    width:100% !important;
    overflow:visible !important;
  }
  .site-header.gs-public-header .header-inner,
  .site-header.gs-public-header.scrolled .header-inner{
    min-height:78px !important;
    height:78px !important;
    max-height:78px !important;
    padding:0 12px !important;
    grid-template-columns:minmax(0,1fr) auto !important;
  }
  .site-header.gs-public-header .header-logo{gap:9px !important;min-width:0 !important;}
  .site-header.gs-public-header .header-logo img,
  .site-header.gs-public-header.scrolled .header-logo img{
    width:54px !important;
    height:48px !important;
    min-width:54px !important;
    max-width:54px !important;
  }
  .site-header.gs-public-header .logo-title{
    font-size:20px !important;
    max-width:180px !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
  .site-header.gs-public-header .logo-tagline{
    font-size:11px !important;
    max-width:180px !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
  .site-header.gs-public-header .header-nav{
    max-height:calc(100vh - 86px) !important;
    overflow-y:auto !important;
  }
  .site-header.gs-public-header .header-actions{justify-self:end !important;gap:6px !important;}
  .site-header.gs-public-header .login-btn,
  .site-header.gs-public-header .register-btn,
  .site-header.gs-public-header .header-actions a{
    min-width:0 !important;
    padding:10px 13px !important;
    font-size:12px !important;
    border-radius:999px !important;
  }

  /* Hero and visual sections */
  section,
  .hero-section,
  .gsi-hero,
  .gs-about-pro-section,
  section#services.gs-services-about-theme,
  section#reviews,
  section#contact{
    overflow:hidden !important;
  }
  .hero-section,
  .gsi-hero{
    min-height:auto !important;
    padding-top:110px !important;
    padding-bottom:56px !important;
  }
  .hero-content,
  .hero-grid,
  .about-grid,
  .gs-about-clean-layout,
  .contact-grid,
  section#contact.gs-contact-section .contact-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:28px !important;
  }
  h1,.hero-title,.gsi-hero-title{
    font-size:clamp(34px, 10vw, 48px) !important;
    line-height:1.05 !important;
    text-align:center !important;
  }
  h2,.section-title,.gs-section-title,
  section#services.gs-services-about-theme .section-title,
  section#services.gs-services-about-theme h2{
    font-size:clamp(30px, 9vw, 42px) !important;
    line-height:1.08 !important;
    text-align:center !important;
  }
  .hero-subtitle,.section-subtitle,
  section#services.gs-services-about-theme .section-subtitle{
    font-size:15px !important;
    line-height:1.6 !important;
    text-align:center !important;
    max-width:100% !important;
  }
  .hero-actions,.gsi-hero-actions,.cta-actions{
    flex-direction:column !important;
    align-items:stretch !important;
    width:100% !important;
    gap:12px !important;
  }
  .hero-actions a,.gsi-hero-actions a,.cta-actions a,.gsi-bid-now-btn{
    width:100% !important;
    justify-content:center !important;
  }

  /* Images and video cards */
  .about-image,
  .about-visual,
  .gs-about-clean-visual,
  .gs-about-video-card,
  .video-card,
  .image-card{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .gs-about-video-card,
  .video-card{height:auto !important;min-height:260px !important;}
  .gs-about-video-card video,
  .video-card video,
  .about-image img,
  .image-card img{
    width:100% !important;
    height:auto !important;
    object-fit:cover !important;
  }

  /* Service section: one proper card per row and no horizontal cut */
  section#services.gs-services-about-theme{
    padding:64px 0 70px !important;
    background-attachment:scroll !important;
  }
  section#services.gs-services-about-theme .services-grid,
  section#services.gs-services-about-theme .services-grid.gs-card-grid-3,
  section#services.gs-services-about-theme .services-grid.gs-card-grid-3.gs-services-compact-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:22px !important;
    width:100% !important;
    max-width:100% !important;
    margin:28px auto 0 !important;
  }
  section#services.gs-services-about-theme .gs-service-card-pro,
  section#services.gs-services-about-theme .gs-service-card-compact,
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    min-height:auto !important;
    margin:0 auto !important;
    padding:26px 20px 24px !important;
    border-radius:24px !important;
  }
  section#services.gs-services-about-theme .gs-card-title{
    font-size:clamp(26px, 7vw, 34px) !important;
    min-height:0 !important;
    margin-bottom:18px !important;
  }
  section#services.gs-services-about-theme .gs-service-list li{
    grid-template-columns:22px 1fr !important;
    font-size:13.8px !important;
  }
  .gs-more-services-btn,
  .more-services-btn,
  section#services .more-services-btn{
    width:100% !important;
    min-height:48px !important;
  }

  /* Reviews/blog sliders should not overflow phone */
  .reviews-track,.review-slider,.blog-slider,.blog-track{
    max-width:100% !important;
    overflow:hidden !important;
  }
  .review-card,.gs-review-card-pro,.blog-card{
    width:calc(100vw - 36px) !important;
    min-width:calc(100vw - 36px) !important;
    max-width:calc(100vw - 36px) !important;
  }

  /* Contact map and form */
  section#contact.gs-contact-section .map-wrapper,
  section#contact.gs-contact-section .map-wrapper iframe{
    height:330px !important;
    min-height:330px !important;
  }
  section#contact.gs-contact-section .contact-form,
  section#contact.gs-contact-section .contact-info-card{
    width:100% !important;
    max-width:100% !important;
  }

  /* Footer on phone */
  .site-footer{padding-top:58px !important;padding-bottom:0 !important;}
  .site-footer .footer-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:34px !important;
    text-align:left !important;
  }
  .site-footer .state-columns{grid-template-columns:1fr !important;gap:4px !important;}
  .site-footer .social-links{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:12px !important;
  }
  .site-footer .gold-text{font-size:30px !important;line-height:1.05 !important;}
  .site-footer .footer-bottom{margin-top:34px !important;padding:18px 12px !important;}

  /* Floating buttons not covering content */
  .gs-call-btn{
    width:50px !important;
    height:50px !important;
    left:14px !important;
    bottom:82px !important;
  }
  .whatsapp-btn,
  .whatsapp-float{
    width:50px !important;
    height:50px !important;
    left:14px !important;
    bottom:22px !important;
  }
  .gs-call-tooltip,.wa-tooltip{display:none !important;}
  .gs-call-btn svg,.whatsapp-btn svg,.whatsapp-float svg{width:22px !important;height:22px !important;}
}

@media(max-width:420px){
  .container,
  .section-container,
  .footer-shell,
  .gs-container,
  section#services.gs-services-about-theme .container{
    width:calc(100% - 22px) !important;
    max-width:calc(100% - 22px) !important;
  }
  .site-header.gs-public-header .logo-title{font-size:18px !important;max-width:150px !important;}
  .site-header.gs-public-header .logo-tagline{font-size:10px !important;max-width:150px !important;}
  .site-header.gs-public-header .header-logo img,
  .site-header.gs-public-header.scrolled .header-logo img{
    width:48px !important;height:44px !important;min-width:48px !important;max-width:48px !important;
  }
  h1,.hero-title,.gsi-hero-title{font-size:clamp(30px, 10vw, 42px) !important;}
  section#services.gs-services-about-theme .gs-service-card-pro,
  section#services.gs-services-about-theme .gs-service-card-compact{
    padding:24px 18px 22px !important;
  }
  section#services.gs-services-about-theme .gs-card-title{font-size:27px !important;}
}


/* =========================================================
   GoldSparrow mobile app experience - mobile only
   Desktop/laptop design is intentionally untouched.
   ========================================================= */
.gs-mobile-app-nav{display:none!important;}
@media only screen and (max-width:768px){
  html,body{max-width:100%!important;overflow-x:hidden!important;}
  body{padding-bottom:88px!important;-webkit-tap-highlight-color:transparent;}
  img,video,iframe,svg{max-width:100%;}
  .gs-mobile-app-nav{
    position:fixed!important;left:10px!important;right:10px!important;bottom:10px!important;z-index:999999!important;
    height:64px!important;display:grid!important;grid-template-columns:repeat(5,1fr)!important;align-items:center!important;
    background:rgba(255,255,255,.96)!important;border:1px solid rgba(255,145,0,.28)!important;border-radius:22px!important;
    box-shadow:0 16px 42px rgba(20,12,0,.18),0 2px 12px rgba(255,145,0,.13)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;
    padding:6px 5px calc(6px + env(safe-area-inset-bottom))!important;
  }
  .gs-mobile-app-link{min-width:0!important;height:52px!important;text-decoration:none!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;color:#5b4330!important;border-radius:16px!important;font-family:inherit!important;font-size:10.5px!important;font-weight:800!important;line-height:1!important;letter-spacing:-.01em!important;transition:all .22s ease!important;}
  .gs-mobile-app-link svg{width:20px!important;height:20px!important;fill:currentColor!important;display:block!important;flex:0 0 auto!important;filter:none!important;}
  .gs-mobile-app-link span{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;}
  .gs-mobile-app-link.active,.gs-mobile-app-link:active{background:linear-gradient(135deg,#ffb342,#f28a00)!important;color:#fff!important;box-shadow:0 8px 18px rgba(242,138,0,.32)!important;transform:translateY(-2px)!important;}
  .gs-mobile-login-link{color:#f08a00!important;}
  .whatsapp-btn{bottom:88px!important;right:14px!important;width:46px!important;height:46px!important;}
  .gs-call-btn{bottom:88px!important;left:14px!important;width:46px!important;height:46px!important;}
  .wa-tooltip,.gs-call-tooltip{display:none!important;}
  section,header,footer,.container,.gs-container{max-width:100%!important;}
  .hero,.hero-section,.gs-hero{min-height:auto!important;}
  .hero img,.hero video,.about img,.about video{height:auto!important;object-fit:cover!important;}
  .services-grid,.blog-grid,.testimonials-grid,.footer-grid,.contact-grid{grid-template-columns:1fr!important;}
  .glass-card,.service-card,.blog-card,.testimonial-card{max-width:100%!important;}
}
@media only screen and (min-width:769px){
  .gs-mobile-app-nav{display:none!important;visibility:hidden!important;pointer-events:none!important;opacity:0!important;width:0!important;height:0!important;overflow:hidden!important;}
}


/* =========================================================
   GoldSparrow Mobile App Navigation V2
   Applies ONLY to phone view. Desktop remains unchanged.
   ========================================================= */
.gs-mobile-nav-overlay,.gs-mobile-popover,.gs-account-drawer{display:none;}
@media only screen and (max-width:768px){
  html,body{max-width:100%!important;overflow-x:hidden!important;}
  body{padding-bottom:94px!important;-webkit-tap-highlight-color:transparent;}

  /* Mobile header: logo + text centered only */
  .site-header.gs-public-header .header-nav,
  .site-header.gs-public-header .header-actions,
  .site-header.gs-public-header .mobile-toggle,
  .site-header.gs-public-header .mobile-menu{display:none!important;}
  .site-header.gs-public-header,
  .site-header.gs-public-header.transparent,
  .site-header.gs-public-header.scrolled{
    background:rgba(255,255,255,.97)!important;border-bottom:1px solid rgba(242,138,0,.16)!important;
    box-shadow:0 8px 24px rgba(46,24,0,.08)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;
  }
  .site-header.gs-public-header .header-inner,
  .site-header.gs-public-header.scrolled .header-inner{
    height:72px!important;min-height:72px!important;max-height:72px!important;padding:0 16px!important;display:flex!important;align-items:center!important;justify-content:center!important;grid-template-columns:1fr!important;
  }
  .site-header.gs-public-header .header-logo{width:auto!important;height:72px!important;justify-content:center!important;gap:9px!important;}
  .site-header.gs-public-header .header-logo img,
  .site-header.gs-public-header.scrolled .header-logo img{width:54px!important;height:44px!important;min-width:54px!important;max-width:54px!important;flex:0 0 54px!important;filter:none!important;}
  .site-header.gs-public-header .logo-text{align-items:flex-start!important;gap:1px!important;}
  .site-header.gs-public-header .logo-title{font-size:23px!important;color:#f28a00!important;text-shadow:none!important;line-height:1.05!important;padding:0!important;}
  .site-header.gs-public-header .logo-tagline{font-size:10.5px!important;color:#6d4b1f!important;text-shadow:none!important;letter-spacing:.18px!important;}

  /* remove floating call / whatsapp on home/mobile */
  .whatsapp-btn,.gs-call-btn,.whatsapp-float,.floating-whatsapp,.floating-call{display:none!important;visibility:hidden!important;pointer-events:none!important;}

  .gs-mobile-app-nav.gs-mobile-app-v2{
    position:fixed!important;left:10px!important;right:10px!important;bottom:10px!important;z-index:999999!important;
    height:68px!important;display:grid!important;grid-template-columns:repeat(5,1fr)!important;align-items:center!important;
    padding:7px 6px calc(7px + env(safe-area-inset-bottom))!important;border-radius:24px!important;
    background:rgba(255,255,255,.98)!important;border:1px solid rgba(255,145,0,.24)!important;
    box-shadow:0 18px 45px rgba(41,22,0,.18),0 2px 12px rgba(255,145,0,.10)!important;
    backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;
  }
  .gs-mobile-app-v2 .gs-mobile-app-link{
    appearance:none!important;border:0!important;background:transparent!important;min-width:0!important;height:54px!important;
    text-decoration:none!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;
    color:#614323!important;border-radius:18px!important;font-family:Inter,'DM Sans',Arial,sans-serif!important;font-size:10px!important;font-weight:900!important;line-height:1!important;letter-spacing:-.02em!important;transition:transform .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease!important;cursor:pointer!important;
  }
  .gs-mobile-app-v2 .gs-mobile-app-link svg{width:21px!important;height:21px!important;fill:currentColor!important;display:block!important;filter:none!important;}
  .gs-mobile-app-v2 .gs-mobile-app-link span{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;}
  .gs-mobile-app-v2 .gs-mobile-app-link.active,.gs-mobile-app-v2 .gs-mobile-app-link:active{background:linear-gradient(135deg,#ffad32,#f28a00)!important;color:#fff!important;box-shadow:0 10px 22px rgba(242,138,0,.32)!important;transform:translateY(-2px)!important;}

  .gs-mobile-nav-overlay{display:block;position:fixed;inset:0;z-index:999996;background:rgba(24,14,2,.28);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);opacity:0;visibility:hidden;pointer-events:none;transition:.24s ease;}
  .gs-mobile-nav-overlay.open{opacity:1;visibility:visible;pointer-events:auto;}

  .gs-mobile-popover{display:block;position:fixed;left:14px;right:14px;bottom:88px;z-index:999998;padding:14px;border-radius:24px;background:#fff;border:1px solid rgba(242,138,0,.22);box-shadow:0 22px 55px rgba(30,18,0,.22);transform:translateY(18px) scale(.96);opacity:0;visibility:hidden;pointer-events:none;transition:.24s cubic-bezier(.22,.61,.36,1);}
  .gs-mobile-popover.open{transform:translateY(0) scale(1);opacity:1;visibility:visible;pointer-events:auto;}
  .gs-mobile-popover-title{font-size:13px;font-weight:950;color:#21170d;margin:0 0 10px 4px;letter-spacing:.02em;}
  .gs-mobile-choice{display:flex;align-items:center;gap:12px;padding:13px 12px;border-radius:18px;text-decoration:none;color:#2b2116;background:linear-gradient(135deg,#fffaf2,#fff);border:1px solid rgba(242,138,0,.16);margin-top:8px;box-shadow:0 8px 20px rgba(40,22,0,.05);}
  .gs-mobile-choice svg{width:25px;height:25px;fill:#f28a00;flex:0 0 25px;}
  .gs-mobile-choice span{display:flex;flex-direction:column;gap:2px;}
  .gs-mobile-choice b{font-size:14px;font-weight:950;}
  .gs-mobile-choice small{font-size:11.5px;color:#7a6752;font-weight:750;}

  .gs-account-drawer{display:block;position:fixed;top:0;right:0;bottom:0;width:min(92vw,390px);z-index:999998;background:#fff;box-shadow:-22px 0 60px rgba(29,17,0,.25);transform:translateX(105%);transition:transform .34s cubic-bezier(.22,.61,.36,1);overflow-y:auto;border-radius:30px 0 0 30px;}
  .gs-account-drawer.open{transform:translateX(0);}
  body.gs-drawer-open{overflow:hidden!important;}
  .gs-account-hero{position:relative;min-height:230px;padding:42px 26px 24px;color:#fff;background:radial-gradient(circle at 80% 25%,rgba(255,255,255,.12),transparent 24%),linear-gradient(135deg,#f28a00 0%,#b43b4b 100%);border-radius:0 0 28px 28px;overflow:hidden;}
  .gs-account-hero:after{content:"";position:absolute;right:-36px;bottom:-48px;width:180px;height:180px;border-radius:50%;background:rgba(255,255,255,.10);}
  .gs-account-close{position:absolute;left:18px;top:18px;width:34px;height:34px;border:0;background:rgba(255,255,255,.18);color:#fff;border-radius:50%;font-size:28px;line-height:30px;}
  .gs-account-help{position:absolute;right:22px;top:18px;padding:10px 18px;border-radius:999px;background:rgba(72,13,24,.28);color:#fff;text-decoration:none;font-weight:950;font-size:13px;}
  .gs-account-brand{position:relative;z-index:1;margin-top:64px;display:flex;align-items:center;gap:12px;}
  .gs-account-brand img{width:58px;height:50px;object-fit:contain;background:rgba(255,255,255,.9);border-radius:16px;padding:5px;}
  .gs-account-brand strong{display:block;font-size:24px;line-height:1;font-weight:950;}
  .gs-account-brand span{display:block;margin-top:5px;font-size:12px;font-weight:850;opacity:.9;}
  .gs-account-actions{position:relative;z-index:1;margin-top:22px;display:grid;grid-template-columns:1fr 1fr;gap:10px;}
  .gs-account-actions a{display:flex;align-items:center;justify-content:center;height:45px;border-radius:15px;text-decoration:none;font-weight:950;color:#f28a00;background:#fff;box-shadow:0 12px 24px rgba(0,0,0,.12);}
  .gs-account-actions a:last-child{color:#fff;background:rgba(0,0,0,.32);border:1px solid rgba(255,255,255,.28);}
  .gs-account-card{margin:18px 18px 12px;padding:15px;border-radius:20px;border:1px solid rgba(0,0,0,.08);background:#fff;box-shadow:0 10px 30px rgba(31,18,0,.06);display:flex;gap:12px;align-items:center;}
  .gs-account-card svg{width:30px;height:30px;fill:#f28a00;flex:0 0 30px;}
  .gs-account-card b{font-size:14px;color:#21170d;}.gs-account-card small{display:block;margin-top:3px;font-size:11.5px;line-height:1.35;color:#726150;font-weight:700;}
  .gs-account-list{margin:0 18px 18px;border:1px solid rgba(0,0,0,.08);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 10px 28px rgba(31,18,0,.05);}
  .gs-account-list a{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:0 18px;text-decoration:none;color:#5c5148;font-size:16px;font-weight:850;border-bottom:1px solid rgba(0,0,0,.07);}
  .gs-account-list a:last-child{border-bottom:0;}.gs-account-list i{font-style:normal;color:#b2aaa2;font-size:30px;line-height:1;}
  .gs-account-socials{display:flex;align-items:center;justify-content:center;gap:10px;padding:0 18px 110px;}
  .gs-account-socials a{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;color:#fff;text-decoration:none;font-size:12px;font-weight:950;box-shadow:0 10px 22px rgba(0,0,0,.11);}
  .gs-account-socials a:nth-child(1){background:radial-gradient(circle at 30% 105%,#feda75,#fa7e1e 35%,#d62976 62%,#4f5bd5);}.gs-account-socials a:nth-child(2){background:#1877f2}.gs-account-socials a:nth-child(3){background:#ff0000}.gs-account-socials a:nth-child(4){background:#0a66c2}.gs-account-socials a:nth-child(5){background:#25d366}
}
@media only screen and (min-width:769px){
  .gs-mobile-nav-overlay,.gs-mobile-popover,.gs-account-drawer,.gs-mobile-app-v2{display:none!important;visibility:hidden!important;pointer-events:none!important;opacity:0!important;}
}


/* =========================================================
   GS MOBILE APP NAVIGATION - FINAL OVERRIDE V5
   Desktop/laptop view is protected. Mobile-only app UI.
   ========================================================= */
@media (min-width:769px){
  .gs-mobile-app-nav,.gs-mobile-nav-overlay,.gs-mobile-popover,.gs-account-drawer{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;width:0!important;height:0!important;overflow:hidden!important;}
}
@media (max-width:768px){
  html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important;}
  body{padding-bottom:96px!important;-webkit-tap-highlight-color:transparent!important;}
  *,*:before,*:after{box-sizing:border-box!important;}
  img,video,iframe{max-width:100%!important;}

  /* Mobile header: only centered logo + GoldSparrow text, no login/register/hamburger */
  header.site-header.gs-public-header,
  header.site-header.gs-public-header.transparent,
  header.site-header.gs-public-header.scrolled{
    position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:99990!important;
    background:rgba(255,255,255,.98)!important;border-bottom:1px solid rgba(255,139,0,.18)!important;
    box-shadow:0 8px 24px rgba(45,24,0,.08)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;
  }
  header.site-header.gs-public-header .header-nav,
  header.site-header.gs-public-header .header-actions,
  header.site-header.gs-public-header .auth-dropdown,
  header.site-header.gs-public-header .auth-login-main,
  header.site-header.gs-public-header .auth-arrow,
  header.site-header.gs-public-header .mobile-toggle,
  header.site-header.gs-public-header .mobile-menu{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;}
  header.site-header.gs-public-header .header-inner,
  header.site-header.gs-public-header.scrolled .header-inner{
    display:flex!important;justify-content:center!important;align-items:center!important;height:70px!important;min-height:70px!important;max-height:70px!important;padding:0 12px!important;width:100%!important;max-width:100%!important;
  }
  header.site-header.gs-public-header .header-logo,
  header.site-header.gs-public-header.scrolled .header-logo{
    width:auto!important;max-width:96%!important;height:70px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;margin:0 auto!important;text-decoration:none!important;
  }
  header.site-header.gs-public-header .header-logo img,
  header.site-header.gs-public-header.scrolled .header-logo img{
    width:58px!important;height:50px!important;min-width:58px!important;max-width:58px!important;object-fit:contain!important;filter:none!important;flex:0 0 58px!important;
  }
  header.site-header.gs-public-header .logo-text{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;min-width:0!important;}
  header.site-header.gs-public-header .logo-title{font-size:22px!important;line-height:1!important;color:#f28a00!important;text-shadow:none!important;font-weight:950!important;white-space:nowrap!important;}
  header.site-header.gs-public-header .logo-tagline{font-size:10px!important;line-height:1.2!important;color:#6f4d24!important;text-shadow:none!important;letter-spacing:.2px!important;}

  /* Hide floating call/WhatsApp buttons on phone */
  .whatsapp-btn,.whatsapp-float,.floating-whatsapp,.gs-call-btn,.floating-call,.gsi-bid-call,.gsi-bid-whatsapp{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;}

  /* Bottom app navigation */
  .gs-mobile-app-nav.gs-mobile-app-v2,
  nav.gs-mobile-app-nav{
    display:grid!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;
    position:fixed!important;left:10px!important;right:10px!important;bottom:10px!important;z-index:1000000!important;
    width:auto!important;height:68px!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:center!important;gap:2px!important;
    padding:7px 6px calc(7px + env(safe-area-inset-bottom))!important;border-radius:24px!important;
    background:rgba(255,255,255,.98)!important;border:1px solid rgba(255,139,0,.26)!important;
    box-shadow:0 18px 45px rgba(41,22,0,.18),0 2px 12px rgba(255,145,0,.12)!important;
    backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;
  }
  .gs-mobile-app-nav .gs-mobile-app-link{
    appearance:none!important;-webkit-appearance:none!important;border:0!important;background:transparent!important;padding:0!important;margin:0!important;
    min-width:0!important;width:100%!important;height:54px!important;text-decoration:none!important;
    display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;
    color:#614323!important;border-radius:18px!important;font-family:Inter,'DM Sans',Arial,sans-serif!important;font-size:9.6px!important;font-weight:900!important;line-height:1!important;letter-spacing:-.03em!important;transition:transform .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease!important;cursor:pointer!important;
  }
  .gs-mobile-app-nav .gs-mobile-app-link svg{width:21px!important;height:21px!important;display:block!important;fill:currentColor!important;stroke:none!important;flex:0 0 21px!important;}
  .gs-mobile-app-nav .gs-mobile-app-link span{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;}
  .gs-mobile-app-nav .gs-mobile-app-link.active,
  .gs-mobile-app-nav .gs-mobile-app-link:active{background:linear-gradient(135deg,#ffad32,#f28a00)!important;color:#fff!important;box-shadow:0 10px 22px rgba(242,138,0,.32)!important;transform:translateY(-2px)!important;}

  .gs-mobile-nav-overlay{display:block!important;position:fixed!important;inset:0!important;z-index:999996!important;background:rgba(24,14,2,.32)!important;backdrop-filter:blur(3px)!important;-webkit-backdrop-filter:blur(3px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:.24s ease!important;}
  .gs-mobile-nav-overlay.open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;}
  .gs-mobile-popover{display:block!important;position:fixed!important;left:14px!important;right:14px!important;bottom:88px!important;z-index:999998!important;padding:14px!important;border-radius:24px!important;background:#fff!important;border:1px solid rgba(242,138,0,.22)!important;box-shadow:0 22px 55px rgba(30,18,0,.22)!important;transform:translateY(18px) scale(.96)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:.24s cubic-bezier(.22,.61,.36,1)!important;}
  .gs-mobile-popover.open{transform:translateY(0) scale(1)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;}

  .gs-account-drawer{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;width:min(92vw,390px)!important;height:100vh!important;z-index:999998!important;background:#fff!important;box-shadow:-22px 0 60px rgba(29,17,0,.25)!important;transform:translateX(105%)!important;transition:transform .34s cubic-bezier(.22,.61,.36,1)!important;overflow-y:auto!important;border-radius:30px 0 0 30px!important;}
  .gs-account-drawer.open{transform:translateX(0)!important;}
  body.gs-drawer-open{overflow:hidden!important;}
}

/* GoldSparrow mobile app nav enhancement v6 - account/support drawer fixes */
.gs-support-drawer{display:none;}
@media only screen and (max-width:768px){
  .gs-mobile-app-nav .gs-mobile-app-link span{font-size:10px!important;letter-spacing:-.03em!important;}
  .gs-account-help{border:0!important;cursor:pointer!important;font-family:inherit!important;}
  .gs-account-brand img{width:64px!important;height:58px!important;padding:4px!important;background:#fff!important;object-fit:contain!important;object-position:center!important;border-radius:18px!important;box-shadow:0 10px 24px rgba(0,0,0,.14)!important;}
  .gs-account-brand strong{font-size:23px!important;}
  .gs-account-card.gs-account-support{width:auto!important;border:1px solid rgba(0,0,0,.08)!important;text-align:left!important;cursor:pointer!important;font-family:inherit!important;}
  .gs-account-socials{gap:13px!important;padding-top:4px!important;}
  .gs-account-socials a{width:42px!important;height:42px!important;border-radius:14px!important;display:grid!important;place-items:center!important;box-shadow:0 12px 24px rgba(0,0,0,.14)!important;transition:transform .2s ease, box-shadow .2s ease!important;}
  .gs-account-socials a:active{transform:scale(.94)!important;}
  .gs-account-socials svg{width:22px!important;height:22px!important;fill:#fff!important;display:block!important;}
  .gs-account-socials .gs-social-ig{background:radial-gradient(circle at 30% 105%,#feda75 0%,#fa7e1e 30%,#d62976 55%,#962fbf 75%,#4f5bd5 100%)!important;}
  .gs-account-socials .gs-social-fb{background:#1877f2!important;}
  .gs-account-socials .gs-social-yt{background:#ff0000!important;}
  .gs-account-socials .gs-social-in{background:#0a66c2!important;}
  .gs-account-socials .gs-social-wa{background:#25d366!important;}
  .gs-support-drawer{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;width:min(92vw,390px)!important;height:100vh!important;z-index:999999!important;background:#fff!important;box-shadow:-22px 0 60px rgba(29,17,0,.25)!important;transform:translateX(105%)!important;transition:transform .34s cubic-bezier(.22,.61,.36,1)!important;overflow-y:auto!important;border-radius:30px 0 0 30px!important;}
  .gs-support-drawer.open{transform:translateX(0)!important;}
  .gs-support-hero{position:relative;min-height:235px;padding:62px 26px 26px;color:#fff;background:radial-gradient(circle at 82% 28%,rgba(255,255,255,.18),transparent 25%),linear-gradient(135deg,#f28a00 0%,#b43b4b 100%);border-radius:0 0 30px 30px;overflow:hidden;}
  .gs-support-hero:after{content:"";position:absolute;right:-45px;bottom:-60px;width:190px;height:190px;border-radius:50%;background:rgba(255,255,255,.12);}
  .gs-support-close{position:absolute;left:18px;top:18px;width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.18);color:#fff;font-size:28px;line-height:30px;font-weight:900;}
  .gs-support-pill{display:inline-flex;align-items:center;justify-content:center;padding:9px 15px;border-radius:999px;background:rgba(0,0,0,.22);font-size:12px;font-weight:950;letter-spacing:.02em;}
  .gs-support-hero h3{position:relative;z-index:1;margin:18px 0 8px;font-size:27px;line-height:1.05;font-weight:950;color:#fff;}
  .gs-support-hero p{position:relative;z-index:1;margin:0;max-width:270px;font-size:13px;line-height:1.5;font-weight:750;color:rgba(255,255,255,.9);}
  .gs-support-body{padding:20px 18px 110px;display:grid;gap:12px;}
  .gs-support-action{min-height:74px;padding:14px 15px;border:1px solid rgba(0,0,0,.08);border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(31,18,0,.07);text-decoration:none;color:#21170d;display:grid;grid-template-columns:1fr auto;align-items:center;text-align:left;font-family:inherit;}
  .gs-support-action b{font-size:15px;font-weight:950;display:block;}
  .gs-support-action small{font-size:12px;color:#756757;font-weight:750;display:block;margin-top:4px;}
  .gs-support-action i{font-style:normal;font-size:30px;color:#c1b9b0;grid-row:1/3;grid-column:2;}
}
@media only screen and (min-width:769px){.gs-support-drawer{display:none!important;visibility:hidden!important;pointer-events:none!important;opacity:0!important;width:0!important;height:0!important;overflow:hidden!important;}}


/* =========================================================
   GS MOBILE APP FINAL FIX V8
   Fixes: hide bot teaser on home/mobile, header logo/text,
   help center, SparrowAI direct bot open, support-agent icon.
   Desktop remains untouched.
   ========================================================= */
@media only screen and (max-width:768px){
  /* remove SparrowAI bubble/teaser from home/mobile screen; bot panel can still open from Account */
  #gsai-root .gs-ai-launch,
  #gsai-root .gs-ai-teaser{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
  #gsai-root .gs-ai-panel{
    display:none!important;
    z-index:1000002!important;
    left:10px!important;
    right:10px!important;
    width:auto!important;
    bottom:88px!important;
    height:calc(100vh - 108px)!important;
    border-radius:24px!important;
  }
  #gsai-root .gs-ai-panel.open{display:flex!important;}

  /* mobile header: true centered brand, visible full text */
  header.site-header.gs-public-header .header-inner,
  header.site-header.gs-public-header.scrolled .header-inner{
    height:72px!important;
    min-height:72px!important;
    max-height:72px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 14px!important;
    overflow:hidden!important;
  }
  header.site-header.gs-public-header .header-logo,
  header.site-header.gs-public-header.scrolled .header-logo{
    width:100%!important;
    max-width:330px!important;
    height:72px!important;
    justify-content:center!important;
    align-items:center!important;
    gap:8px!important;
    margin:0 auto!important;
    overflow:visible!important;
  }
  header.site-header.gs-public-header .header-logo img,
  header.site-header.gs-public-header.scrolled .header-logo img{
    width:72px!important;
    height:58px!important;
    min-width:72px!important;
    max-width:72px!important;
    flex:0 0 72px!important;
    object-fit:contain!important;
    object-position:center!important;
    display:block!important;
    filter:none!important;
    transform:none!important;
  }
  header.site-header.gs-public-header .logo-text,
  header.site-header.gs-public-header.scrolled .logo-text{
    flex:0 1 auto!important;
    min-width:0!important;
    max-width:210px!important;
    align-items:flex-start!important;
    justify-content:center!important;
    overflow:visible!important;
  }
  header.site-header.gs-public-header .logo-title,
  header.site-header.gs-public-header.scrolled .logo-title{
    font-size:20px!important;
    line-height:1.08!important;
    color:#f28a00!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
    max-width:none!important;
    padding:0!important;
  }
  header.site-header.gs-public-header .logo-tagline,
  header.site-header.gs-public-header.scrolled .logo-tagline{
    display:none!important;
  }

  /* Account drawer logo: use dark tile so white/gold logo stays visible */
  .gs-account-brand img{
    width:70px!important;
    height:62px!important;
    min-width:70px!important;
    flex:0 0 70px!important;
    padding:6px!important;
    background:rgba(0,0,0,.24)!important;
    border:1px solid rgba(255,255,255,.28)!important;
    border-radius:18px!important;
    object-fit:contain!important;
    object-position:center!important;
    box-shadow:0 12px 28px rgba(0,0,0,.16)!important;
  }
  .gs-account-brand strong{font-size:22px!important;max-width:190px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#fff!important;}
  .gs-account-brand span{color:#fff!important;opacity:.95!important;}

  /* Help center title and visibility */
  .gs-support-hero h3{color:#fff!important;text-shadow:0 3px 14px rgba(0,0,0,.18)!important;}
  .gs-support-pill{color:#fff!important;}

  /* Sparrow AI support row uses support-agent image, not question mark */
  .gs-account-card.gs-account-support{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
  }
  .gs-account-card.gs-account-support svg{display:none!important;}
  .gs-support-agent-icon{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    border-radius:16px!important;
    background:#fff url('bot/support-agent.png') center/cover no-repeat!important;
    border:1px solid rgba(242,138,0,.22)!important;
    box-shadow:0 10px 22px rgba(242,138,0,.18)!important;
    display:block!important;
  }

  /* support drawer sits above bottom nav with clean spacing */
  .gs-support-body{padding-bottom:116px!important;}
  .gs-support-action{cursor:pointer!important;}
}

/* =========================================================
   GoldSparrow requested mobile-only final fixes
   Desktop remains untouched. Phone header is single fixed header,
   centered logo/text; account drawer logo cleaned; button animation.
   ========================================================= */
@media only screen and (max-width:768px){
  header.site-header.gs-public-header,
  header.site-header.gs-public-header.transparent,
  header.site-header.gs-public-header.scrolled{
    background:rgba(255,255,255,.98)!important;
    border-bottom:1px solid rgba(255,139,0,.16)!important;
    box-shadow:0 8px 24px rgba(45,24,0,.08)!important;
  }
  header.site-header.gs-public-header .header-inner,
  header.site-header.gs-public-header.scrolled .header-inner{
    height:72px!important;
    min-height:72px!important;
    max-height:72px!important;
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 12px!important;
    overflow:hidden!important;
  }
  header.site-header.gs-public-header .header-logo,
  header.site-header.gs-public-header.scrolled .header-logo{
    width:100%!important;
    max-width:360px!important;
    height:72px!important;
    margin:0 auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    text-align:left!important;
  }
  header.site-header.gs-public-header .header-logo img,
  header.site-header.gs-public-header.scrolled .header-logo img{
    width:80px!important;
    height:54px!important;
    min-width:80px!important;
    max-width:80px!important;
    flex:0 0 80px!important;
    object-fit:contain!important;
    object-position:center!important;
    padding:0!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    filter:none!important;
    transform:none!important;
  }
  header.site-header.gs-public-header .logo-text,
  header.site-header.gs-public-header.scrolled .logo-text{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    align-items:flex-start!important;
    max-width:220px!important;
    min-width:0!important;
  }
  header.site-header.gs-public-header .logo-title,
  header.site-header.gs-public-header.scrolled .logo-title{
    font-size:22px!important;
    line-height:1.05!important;
    color:#f28a00!important;
    font-weight:950!important;
    white-space:nowrap!important;
    text-shadow:none!important;
    padding:0!important;
  }
  header.site-header.gs-public-header .logo-tagline,
  header.site-header.gs-public-header.scrolled .logo-tagline{
    display:none!important;
  }

  .gs-account-brand{gap:12px!important;align-items:center!important;}
  .gs-account-brand img{
    width:82px!important;
    height:66px!important;
    min-width:82px!important;
    flex:0 0 82px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    object-fit:contain!important;
    object-position:center!important;
  }
  .gs-account-brand strong{font-size:23px!important;line-height:1.05!important;}

  .gs-account-actions a{
    position:relative!important;
    overflow:hidden!important;
    transition:transform .25s ease, box-shadow .25s ease, filter .25s ease, background .25s ease!important;
    will-change:transform!important;
  }
  .gs-account-actions a::after{
    content:""!important;
    position:absolute!important;
    top:0!important;
    left:-90%!important;
    width:55%!important;
    height:100%!important;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent)!important;
    transform:skewX(-18deg)!important;
    transition:left .48s ease!important;
    pointer-events:none!important;
  }
  .gs-account-actions a:hover,
  .gs-account-actions a:active{
    transform:translateY(-3px) scale(1.025)!important;
    box-shadow:0 14px 28px rgba(242,138,0,.30)!important;
    filter:saturate(1.08)!important;
  }
  .gs-account-actions a:hover::after,
  .gs-account-actions a:active::after{left:130%!important;}
}


/* =========================================================
   FINAL V12 FORCE - Mobile header only
   Centers logo + text, shows "Master The Market", reduces header height.
   ========================================================= */
@media only screen and (max-width:768px){
  html body{padding-top:64px!important;}
  header.site-header.gs-public-header,
  header.site-header.gs-public-header.transparent,
  header.site-header.gs-public-header.scrolled{height:64px!important;min-height:64px!important;max-height:64px!important;background:#fff!important;overflow:hidden!important;}
  header.site-header.gs-public-header .header-inner,
  header.site-header.gs-public-header.scrolled .header-inner{height:64px!important;min-height:64px!important;max-height:64px!important;padding:0 8px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:100%!important;grid-template-columns:none!important;overflow:hidden!important;}
  header.site-header.gs-public-header .header-logo,
  header.site-header.gs-public-header.scrolled .header-logo{width:100%!important;max-width:295px!important;height:64px!important;min-height:64px!important;max-height:64px!important;margin:0 auto!important;padding:0!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:8px!important;text-align:left!important;}
  header.site-header.gs-public-header .header-logo img,
  header.site-header.gs-public-header.scrolled .header-logo img{width:70px!important;height:46px!important;min-width:70px!important;max-width:70px!important;flex:0 0 70px!important;object-fit:contain!important;object-position:center!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;filter:none!important;}
  header.site-header.gs-public-header .logo-text,
  header.site-header.gs-public-header.scrolled .logo-text{display:flex!important;visibility:visible!important;opacity:1!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:1px!important;min-width:0!important;max-width:175px!important;margin:0!important;padding:0!important;overflow:visible!important;}
  header.site-header.gs-public-header .logo-title,
  header.site-header.gs-public-header.scrolled .logo-title{display:block!important;visibility:visible!important;opacity:1!important;color:#ff850b!important;font-family:Georgia,'Times New Roman',serif!important;font-size:18px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.2px!important;white-space:nowrap!important;margin:0!important;padding:0!important;text-shadow:none!important;overflow:visible!important;}
  header.site-header.gs-public-header .logo-tagline,
  header.site-header.gs-public-header.scrolled .logo-tagline{display:block!important;visibility:visible!important;opacity:1!important;color:#ff850b!important;font-family:Georgia,'Times New Roman',serif!important;font-size:11.5px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.05px!important;white-space:nowrap!important;margin:2px 0 0 0!important;padding:0!important;text-shadow:none!important;overflow:visible!important;}
  section.hero-section,.hero-section,.hero,.home-hero,#home{margin-top:0!important;}
  .gs-home-content,.hero-content{padding-top:64px!important;}
}
@media only screen and (max-width:390px){
  html body{padding-top:62px!important;}
  header.site-header.gs-public-header,header.site-header.gs-public-header.transparent,header.site-header.gs-public-header.scrolled,header.site-header.gs-public-header .header-inner,header.site-header.gs-public-header.scrolled .header-inner,header.site-header.gs-public-header .header-logo,header.site-header.gs-public-header.scrolled .header-logo{height:62px!important;min-height:62px!important;max-height:62px!important;}
  header.site-header.gs-public-header .header-logo,header.site-header.gs-public-header.scrolled .header-logo{max-width:280px!important;gap:7px!important;}
  header.site-header.gs-public-header .header-logo img,header.site-header.gs-public-header.scrolled .header-logo img{width:66px!important;height:44px!important;min-width:66px!important;max-width:66px!important;flex-basis:66px!important;}
  header.site-header.gs-public-header .logo-title,header.site-header.gs-public-header.scrolled .logo-title{font-size:17px!important;}
  header.site-header.gs-public-header .logo-tagline,header.site-header.gs-public-header.scrolled .logo-tagline{font-size:11px!important;}
}


/* =====================================================
   MOBILE ONLY FINAL FIX - logo centered and compact
===================================================== */
@media only screen and (max-width:768px){
  html body{padding-top:58px!important;}
  header.site-header.gs-public-header,header.site-header.gs-public-header.transparent,header.site-header.gs-public-header.scrolled{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;height:58px!important;min-height:58px!important;max-height:58px!important;padding:0!important;margin:0!important;background:#fff!important;border-bottom:1px solid rgba(255,138,0,.35)!important;box-shadow:0 6px 18px rgba(0,0,0,.09)!important;overflow:hidden!important;}
  header.site-header.gs-public-header .header-inner,header.site-header.gs-public-header.scrolled .header-inner{position:relative!important;width:100%!important;max-width:100%!important;height:58px!important;min-height:58px!important;max-height:58px!important;display:block!important;padding:0!important;margin:0!important;overflow:hidden!important;}
  header.site-header.gs-public-header .header-logo,header.site-header.gs-public-header.scrolled .header-logo{position:absolute!important;top:50%!important;left:50%!important;width:90px!important;max-width:90px!important;height:50px!important;min-height:50px!important;max-height:50px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;gap:0!important;transform:translate(-50%,-50%)!important;overflow:visible!important;}
  header.site-header.gs-public-header .header-logo img,header.site-header.gs-public-header.scrolled .header-logo img{width:90px!important;height:50px!important;min-width:90px!important;max-width:90px!important;min-height:50px!important;max-height:50px!important;flex:0 0 90px!important;display:block!important;object-fit:contain!important;object-position:center!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;filter:none!important;transform:none!important;}
  header.site-header.gs-public-header .logo-text,header.site-header.gs-public-header.scrolled .logo-text,header.site-header.gs-public-header .logo-title,header.site-header.gs-public-header.scrolled .logo-title,header.site-header.gs-public-header .logo-tagline,header.site-header.gs-public-header.scrolled .logo-tagline{display:none!important;visibility:hidden!important;opacity:0!important;width:0!important;height:0!important;min-width:0!important;max-width:0!important;overflow:hidden!important;}
  header.site-header.gs-public-header .header-nav,header.site-header.gs-public-header .header-actions,header.site-header.gs-public-header .auth-dropdown,header.site-header.gs-public-header .mobile-toggle,header.site-header.gs-public-header .mobile-menu{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;}
  section#home,section.hero-section,.hero-section,.hero,.home-hero,.gsi-premium-hero,.gsi-hero{margin-top:0!important;padding-top:0!important;}
  .gs-home-content,.hero-content,.gsi-hero-content{padding-top:42px!important;}
}
@media only screen and (max-width:390px){
  html body{padding-top:56px!important;}
  header.site-header.gs-public-header,header.site-header.gs-public-header.transparent,header.site-header.gs-public-header.scrolled,header.site-header.gs-public-header .header-inner,header.site-header.gs-public-header.scrolled .header-inner{height:56px!important;min-height:56px!important;max-height:56px!important;}
  header.site-header.gs-public-header .header-logo,header.site-header.gs-public-header.scrolled .header-logo{width:86px!important;max-width:86px!important;height:48px!important;min-height:48px!important;max-height:48px!important;}
  header.site-header.gs-public-header .header-logo img,header.site-header.gs-public-header.scrolled .header-logo img{width:86px!important;height:48px!important;min-width:86px!important;max-width:86px!important;min-height:48px!important;max-height:48px!important;flex-basis:86px!important;}
  .gs-home-content,.hero-content,.gsi-hero-content{padding-top:36px!important;}
}

/* Phone-only final mobile popover icon polish */
@media (max-width: 767px){
  .gs-mobile-choice .gs-choice-icon{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    object-fit:contain!important;
    filter:none!important;
    mix-blend-mode:normal!important;
  }
}

/* =========================================================
   GoldSparrow mobile responsive professional fix
   Mobile/tablet only: prevents horizontal cut-off, makes cards/sections fit screen,
   and improves bottom navigation active/hover state.
   Desktop remains untouched.
   ========================================================= */
@media only screen and (max-width: 767px){
  html, body{
    width:100% !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }
  body{
    position:relative !important;
  }
  *, *::before, *::after{
    box-sizing:border-box !important;
  }

  section,
  .section-padding,
  .container,
  .gsaf-wrap,
  .gs-view-theme-section,
  .gs-services-section,
  .gs-reviews-section,
  .gs-blog-section{
    max-width:100% !important;
    overflow-x:hidden !important;
  }
  .container,
  .gsaf-wrap{
    width:100% !important;
    padding-left:16px !important;
    padding-right:16px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  img, video, iframe, svg{
    max-width:100% !important;
  }

  /* About / platform section */
  #about.gs-about-final2026{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  #about.gs-about-final2026 .gsaf-head,
  #about.gs-about-final2026 .gsaf-card,
  #about.gs-about-final2026 .gsaf-content,
  #about.gs-about-final2026 .gsaf-visual{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    overflow:hidden !important;
  }
  #about.gs-about-final2026 .gsaf-card{
    display:flex !important;
    flex-direction:column !important;
    gap:22px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding:16px !important;
    border-radius:24px !important;
  }
  #about.gs-about-final2026 .gsaf-device{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 auto !important;
    border-radius:22px !important;
    overflow:hidden !important;
  }
  #about.gs-about-final2026 .gsaf-device video,
  #about.gs-about-final2026 .gsaf-device img{
    width:100% !important;
    height:auto !important;
    max-width:100% !important;
    object-fit:cover !important;
    display:block !important;
  }
  #about.gs-about-final2026 .gsaf-video-actions{
    width:100% !important;
    max-width:100% !important;
    overflow:hidden !important;
    text-align:center !important;
  }
  #about.gs-about-final2026 .gsaf-social-heading{
    white-space:normal !important;
    overflow:visible !important;
    text-overflow:clip !important;
    max-width:100% !important;
    padding:0 8px !important;
    font-size:11px !important;
    line-height:1.35 !important;
  }
  #about.gs-about-final2026 .gsaf-video-socials{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-wrap:wrap !important;
    gap:10px !important;
    max-width:100% !important;
    overflow:hidden !important;
  }
  #about.gs-about-final2026 .gsaf-content{
    padding:18px 12px !important;
    text-align:left !important;
  }
  #about.gs-about-final2026 .gsaf-content h3,
  #about.gs-about-final2026 .gsaf-dynamic-title,
  #about.gs-about-final2026 .gsaf-head h2,
  .section-title,
  .gs-heading-like-about{
    max-width:100% !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
    hyphens:auto !important;
  }
  #about.gs-about-final2026 .gsaf-dynamic-title{
    font-size:clamp(25px,7.2vw,34px) !important;
    line-height:1.08 !important;
  }
  #about.gs-about-final2026 .gsaf-main-copy,
  #about.gs-about-final2026 .gsaf-secondary-copy,
  .section-intro{
    max-width:100% !important;
    overflow-wrap:break-word !important;
  }

  /* Home-style service word slider: keep it inside the card */
  #about.gs-about-final2026 .gsaf-home-style-slider,
  #about.gs-about-final2026 .gsaf-word-slider{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    height:58px !important;
    min-height:58px !important;
    overflow:hidden !important;
    border-radius:17px !important;
  }
  #about.gs-about-final2026 .gsaf-home-style-slider .gsaf-marquee-track{
    height:58px !important;
    min-height:58px !important;
    display:flex !important;
    flex-wrap:nowrap !important;
    width:max-content !important;
    max-width:none !important;
  }
  #about.gs-about-final2026 .gsaf-home-style-slider .gsaf-slide-word{
    height:58px !important;
    font-size:clamp(18px,5.2vw,24px) !important;
    margin:0 20px !important;
    white-space:nowrap !important;
  }
  #about.gs-about-final2026 .gsaf-home-style-slider .gsaf-slide-word::after{
    margin-left:20px !important;
  }

  /* Blog/resources slider containment */
  .gs-blog-marquee,
  .gs-blog-viewport,
  .gs-blog-track,
  .gs-blog-auto-track{
    max-width:100% !important;
    overflow:hidden !important;
  }
  .gs-blog-card{
    width:calc(100vw - 42px) !important;
    max-width:calc(100vw - 42px) !important;
    min-width:calc(100vw - 42px) !important;
  }

  /* Services: one clean column with no right cut-off */
  #services.gs-services-section .container{
    padding-left:18px !important;
    padding-right:18px !important;
  }
  .services-grid,
  .gs-card-grid-3,
  .gs-services-compact-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:22px !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 auto !important;
    padding:0 !important;
    overflow:visible !important;
  }
  .service-card,
  .gs-service-card-pro,
  .gs-service-card-compact,
  .glass-card{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding:24px 20px !important;
    border-radius:24px !important;
    overflow:hidden !important;
  }
  .gs-card-title,
  .service-card h3{
    max-width:100% !important;
    overflow-wrap:break-word !important;
  }
  .gs-service-list,
  .gs-service-list-preview{
    width:100% !important;
    max-width:100% !important;
    padding-left:0 !important;
  }
  .gs-service-more-btn{
    width:100% !important;
    max-width:100% !important;
  }

  /* Testimonials: show full cards instead of half-cut cards */
  #reviews.gs-reviews-section{
    overflow:hidden !important;
  }
  #reviews .reviews-track{
    width:100% !important;
    max-width:100% !important;
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:16px !important;
    padding:0 16px 10px !important;
    margin:0 !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scroll-snap-type:x mandatory !important;
    -webkit-overflow-scrolling:touch !important;
    animation:none !important;
    transform:none !important;
  }
  #reviews .reviews-track::-webkit-scrollbar{display:none !important;}
  #reviews .review-card,
  #reviews .gs-review-card-pro{
    flex:0 0 calc(100vw - 46px) !important;
    width:calc(100vw - 46px) !important;
    max-width:calc(100vw - 46px) !important;
    min-width:0 !important;
    scroll-snap-align:center !important;
    margin:0 !important;
    padding:24px 20px !important;
    overflow:hidden !important;
  }
  #reviews .review-text,
  #reviews .review-author,
  #reviews .review-role{
    max-width:100% !important;
    overflow-wrap:break-word !important;
  }

  /* Mobile app navigation: professional soft-gold active/hover state */
  .gs-mobile-app-nav,
  .gs-mobile-app-nav.gs-mobile-app-v2{
    max-width:calc(100% - 18px) !important;
    left:9px !important;
    right:9px !important;
    overflow:hidden !important;
  }
  .gs-mobile-app-nav .gs-mobile-app-link,
  .gs-mobile-app-v2 .gs-mobile-app-link{
    border:1px solid transparent !important;
    border-radius:18px !important;
    background:transparent !important;
    color:#33261a !important;
    transition:background .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease, color .22s ease !important;
  }
  .gs-mobile-app-nav .gs-mobile-app-link.active,
  .gs-mobile-app-nav .gs-mobile-app-link:active,
  .gs-mobile-app-v2 .gs-mobile-app-link.active,
  .gs-mobile-app-v2 .gs-mobile-app-link:active{
    background:linear-gradient(180deg,#fff8e8 0%,#ffe7b7 100%) !important;
    border:1px solid rgba(242,138,0,.48) !important;
    color:#8a5200 !important;
    box-shadow:0 6px 16px rgba(242,138,0,.20), inset 0 1px 0 rgba(255,255,255,.75) !important;
    transform:translateY(-1px) !important;
  }
  .gs-mobile-app-nav .gs-mobile-app-link:hover,
  .gs-mobile-app-v2 .gs-mobile-app-link:hover{
    background:linear-gradient(180deg,#fffaf1 0%,#fff0d2 100%) !important;
    border-color:rgba(242,138,0,.30) !important;
  }
  .gs-mobile-app-nav .gs-mobile-app-link img,
  .gs-mobile-app-v2 .gs-mobile-app-link img{
    filter:none !important;
    opacity:1 !important;
    transform:none !important;
  }
  .gs-mobile-app-nav .gs-mobile-app-link.active img,
  .gs-mobile-app-v2 .gs-mobile-app-link.active img{
    transform:scale(1.06) !important;
  }
  .gs-mobile-app-nav .gs-mobile-app-link span,
  .gs-mobile-app-v2 .gs-mobile-app-link span{
    color:inherit !important;
  }
}

/* Small phones need a little tighter spacing */
@media only screen and (max-width: 390px){
  .container,
  .gsaf-wrap{padding-left:12px !important;padding-right:12px !important;}
  #about.gs-about-final2026 .gsaf-card{padding:14px !important;}
  .service-card,.gs-service-card-pro,.gs-service-card-compact,.glass-card{padding:22px 18px !important;}
  #reviews .review-card,#reviews .gs-review-card-pro{flex-basis:calc(100vw - 38px) !important;width:calc(100vw - 38px) !important;max-width:calc(100vw - 38px) !important;}
}

/* ===== FINAL MOBILE RESPONSIVE FIX 2026-07-04: What We Offer no cut-off ===== */
@media only screen and (max-width: 767px){
  html, body{
    width:100% !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }
  section#services.gs-services-about-theme{
    padding:64px 0 82px !important;
    overflow:hidden !important;
    background-attachment:scroll !important;
  }
  section#services.gs-services-about-theme .container{
    width:100% !important;
    max-width:100% !important;
    padding-left:14px !important;
    padding-right:14px !important;
    margin:0 auto !important;
    box-sizing:border-box !important;
    overflow:visible !important;
  }
  section#services.gs-services-about-theme .section-heading{
    width:100% !important;
    max-width:100% !important;
    margin:0 auto 30px !important;
    padding:0 4px !important;
    box-sizing:border-box !important;
  }
  section#services.gs-services-about-theme .section-label{
    max-width:calc(100vw - 44px) !important;
    padding:8px 14px !important;
    font-size:10px !important;
    letter-spacing:.24em !important;
    white-space:normal !important;
    text-align:center !important;
  }
  section#services.gs-services-about-theme .section-title{
    font-size:clamp(34px, 10vw, 46px) !important;
    line-height:1.04 !important;
    margin:0 0 12px !important;
    padding:0 !important;
    max-width:100% !important;
    overflow-wrap:break-word !important;
  }
  section#services.gs-services-about-theme .section-intro{
    font-size:15px !important;
    line-height:1.55 !important;
    max-width:100% !important;
    padding:0 4px !important;
  }
  section#services.gs-services-about-theme .services-grid.gs-card-grid-3,
  section#services.gs-services-about-theme .services-grid,
  section#services.gs-services-about-theme .gs-services-compact-grid{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 auto !important;
    padding:0 !important;
    gap:22px !important;
    box-sizing:border-box !important;
    overflow:visible !important;
  }
  section#services.gs-services-about-theme .gs-service-card-pro,
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5),
  section#services.gs-services-about-theme .service-card,
  section#services.gs-services-about-theme .glass-card{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 auto !important;
    padding:24px 22px 26px !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
    border-radius:24px !important;
  }
  section#services.gs-services-about-theme .gs-service-emoji-icon{
    width:54px !important;
    height:54px !important;
    min-width:54px !important;
    flex:0 0 54px !important;
    margin-bottom:20px !important;
  }
  section#services.gs-services-about-theme .gs-card-title,
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-card-title{
    display:block !important;
    min-height:0 !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 0 18px !important;
    font-size:clamp(25px, 7.2vw, 30px) !important;
    line-height:1.08 !important;
    letter-spacing:-.035em !important;
    white-space:normal !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
    text-wrap:balance !important;
  }
  section#services.gs-services-about-theme .gs-service-list,
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list{
    width:100% !important;
    max-width:100% !important;
    display:flex !important;
    flex-direction:column !important;
    gap:13px !important;
    padding:0 !important;
    margin:0 !important;
    box-sizing:border-box !important;
  }
  section#services.gs-services-about-theme .gs-service-list li,
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5) .gs-service-list li{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    padding-left:30px !important;
    font-size:14px !important;
    line-height:1.42 !important;
    white-space:normal !important;
    overflow-wrap:break-word !important;
  }
  section#services.gs-services-about-theme .gs-service-more-btn{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
    margin-top:22px !important;
    padding-left:16px !important;
    padding-right:16px !important;
    overflow:hidden !important;
  }
}

@media only screen and (max-width: 380px){
  section#services.gs-services-about-theme .container{padding-left:12px !important;padding-right:12px !important;}
  section#services.gs-services-about-theme .gs-service-card-pro,
  section#services.gs-services-about-theme .gs-service-card-pro:nth-child(5){padding:22px 18px 24px !important;}
  section#services.gs-services-about-theme .gs-card-title{font-size:24px !important;}
}
