.elementor-2849 .elementor-element.elementor-element-2f31a28{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2849 .elementor-element.elementor-element-80ab7f9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2849 .elementor-element.elementor-element-73b081d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS *//* ── GLOBAL VARIABLES & RESET ── */
:root {
  --green: #2d7a4f;
  --green-light: #e8f5ed;
  --green-mid: #4fa570;
  --teal: #1a6b5c;
  --sand: #f7f4ef;
  --white: #ffffff;
  --dark: #1c2b22;
  --text: #3a4a40;
  --muted: #7a8a80;
  --accent: #f0b429;
  --border: #dde8e2;
  --shadow: 0 2px 16px rgba(45,122,79,0.08);
  --shadow-lg: 0 8px 40px rgba(45,122,79,0.13);
}

.gbags-block {
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  box-sizing: border-box;
}

.gbags-block * { box-sizing: border-box; margin: 0; padding: 0; }

/* ── SECTION BASE STYLES ── */
.gbags-section { padding: 80px 5%; }
.gbags-label {
  font-size: 0.78rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--green); margin-bottom: 10px;
}
.gbags-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  color: var(--dark); margin-bottom: 14px; line-height: 1.25;
}
.gbags-sub {
  font-size: 1rem; color: var(--muted); max-width: 560px;
  font-weight: 300; margin-bottom: 48px;
}
.text-center { text-align: center; }
.text-center .gbags-sub { margin: 0 auto 48px; }

/* ── BUTTONS ── */
.btn-primary {
  background: var(--green); color: var(--white) !important;
  padding: 14px 30px; border-radius: 8px; font-weight: 600;
  text-decoration: none; font-size: 0.95rem;
  transition: all .25s; box-shadow: 0 4px 16px rgba(45,122,79,0.3);
  display: inline-block;
}
.btn-primary:hover { background: var(--teal); transform: translateY(-2px); }
.btn-secondary {
  background: transparent; color: var(--green) !important;
  padding: 14px 30px; border-radius: 8px; font-weight: 600;
  border: 2px solid var(--green); text-decoration: none;
  font-size: 0.95rem; transition: all .25s; display: inline-block;
}
.btn-secondary:hover { background: var(--green-light); }

/* ── 1. HEADER ── */
header.gbags-hdr {
  background: var(--white); border-bottom: 1px solid var(--border);
  padding: 0 5%; position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  height: 70px; box-shadow: 0 1px 8px rgba(0,0,0,0.05);
}
.gbags-hdr .logo { display: flex; align-items: center; gap: 10px; }
.gbags-hdr .logo img { height: 44px; }
.gbags-hdr .logo span { font-family: 'Playfair Display', serif; font-size: 1.35rem; color: var(--green); font-weight: 700; }
.gbags-hdr nav { display: flex; gap: 28px; align-items: center; }
.gbags-hdr nav a { text-decoration: none; color: var(--text); font-size: 0.9rem; font-weight: 500; transition: color .2s; }
.gbags-hdr nav a:hover { color: var(--green); }
.gbags-hdr .btn-nav {
  background: var(--green); color: var(--white) !important;
  padding: 8px 22px; border-radius: 6px; font-weight: 600 !important;
  transition: background .2s !important;
}
.gbags-hdr .btn-nav:hover { background: var(--teal) !important; }

/* ── 2. HERO ── */
.hero {
  background: linear-gradient(135deg, #f0f8f3 0%, #e4f2ea 50%, #d8eedf 100%);
  padding: 80px 5% 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
  align-items: center; min-height: 560px; position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; right: -80px; top: -80px; width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(79,165,112,0.12), transparent 70%); border-radius: 50%;
}
.hero-tag {
  display: inline-block; background: var(--green-light); color: var(--green);
  font-size: 0.8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  padding: 6px 16px; border-radius: 20px; margin-bottom: 20px; border: 1px solid rgba(45,122,79,0.2);
}
.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3rem); color: var(--dark); line-height: 1.2; margin-bottom: 20px; }
.hero h1 span { color: var(--green); }
.hero p { font-size: 1.05rem; color: var(--text); max-width: 480px; margin-bottom: 36px; font-weight: 300; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-image { display: flex; justify-content: center; position: relative; }
.hero-img-box { background: var(--white); border-radius: 20px; padding: 30px; box-shadow: var(--shadow-lg); max-width: 400px; width: 100%; }
.hero-img-box img { width: 100%; border-radius: 12px; display: block; }
.hero-badge {
  position: absolute; bottom: -10px; left: 20px; background: var(--accent); color: var(--dark);
  padding: 10px 20px; border-radius: 30px; font-weight: 700; font-size: 0.85rem; box-shadow: 0 4px 12px rgba(240,180,41,0.35);
}

/* ── TRUST BAR ── */
.trust-bar { background: var(--dark); color: var(--white); padding: 18px 5%; display: flex; justify-content: center; gap: 50px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; }
.trust-icon { font-size: 1.2rem; }

/* ── 3. WHY CHOOSE US ── */
.why { background: var(--sand); }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.why-card { background: var(--white); border-radius: 14px; padding: 32px 26px; border: 1px solid var(--border); transition: all .25s; }
.why-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.why-icon { width: 52px; height: 52px; background: var(--green-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 18px; }
.why-card h3 { font-size: 1rem; font-weight: 600; color: var(--dark); margin-bottom: 8px; }
.why-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.6; }

/* ── 4. LEAD CAPTURE FORM ── */
.lead-section { background: linear-gradient(135deg, var(--green), var(--teal)); color: var(--white); text-align: center; }
.lead-section .gbags-title { color: var(--white); margin-bottom: 12px; }
.lead-section p { color: rgba(255,255,255,0.85); font-size: 1rem; margin-bottom: 36px; max-width: 540px; margin-left: auto; margin-right: auto; }
.lead-form { display: flex; gap: 12px; max-width: 560px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.lead-form input { flex: 1; min-width: 200px; padding: 14px 18px; border: none; border-radius: 8px; font-size: 0.95rem; font-family: inherit; outline: none; color: var(--dark); }
.lead-form button { background: var(--accent); color: var(--dark); border: none; padding: 14px 28px; border-radius: 8px; font-weight: 700; font-size: 0.95rem; cursor: pointer; font-family: inherit; transition: all .2s; white-space: nowrap; }
.lead-form button:hover { background: #e0a820; transform: scale(1.03); }
.lead-note { font-size: 0.8rem; color: rgba(255,255,255,0.6); margin-top: 14px; }

/* ── 5. PRODUCTS ── */
.products { background: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 28px; }
.product-card { background: var(--white); border-radius: 16px; border: 1px solid var(--border); overflow: hidden; transition: all .25s; text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.product-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.product-img { background: var(--green-light); height: 200px; display: flex; align-items: center; justify-content: center; font-size: 4rem; position: relative; }
.product-badge { position: absolute; top: 14px; right: 14px; background: var(--green); color: var(--white); font-size: 0.72rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; letter-spacing: .05em; }
.product-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.product-body h3 { font-size: 1.05rem; font-weight: 600; color: var(--dark); margin-bottom: 8px; }
.product-body p { font-size: 0.87rem; color: var(--muted); flex: 1; margin-bottom: 18px; }
.product-link { color: var(--green); font-weight: 600; font-size: 0.88rem; text-decoration: none; display: flex; align-items: center; gap: 6px; transition: gap .2s; }
.product-link:hover { gap: 10px; }

/* ── 6. DEALER REGISTRATION ── */
.dealer { background: var(--sand); display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.dealer-img { background: var(--green-light); border-radius: 20px; overflow: hidden; height: 380px; display: flex; align-items: center; justify-content: center; font-size: 6rem; position: relative; }
.dealer-bullets { list-style: none; margin: 20px 0 32px; }
.dealer-bullets li { padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 0.93rem; display: flex; align-items: center; gap: 12px; }
.dealer-bullets li::before { content: '✓'; background: var(--green); color: white; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 700; flex-shrink: 0; }

/* ── 7. CONTENT TABS ── */
.content-tabs { background: var(--white); }
.tabs-nav { display: flex; gap: 8px; margin-bottom: 36px; flex-wrap: wrap; border-bottom: 2px solid var(--border); padding-bottom: 0; }
.tab-btn { background: none; border: none; padding: 10px 22px; font-family: inherit; font-size: 0.9rem; font-weight: 500; cursor: pointer; color: var(--muted); border-bottom: 3px solid transparent; margin-bottom: -2px; transition: all .2s; }
.tab-btn.active { color: var(--green); border-bottom-color: var(--green); font-weight: 600; }
.tab-btn:hover:not(.active) { color: var(--text); }
.tab-content { display: none; }
.tab-content.active { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.article-card { border: 1px solid var(--border); border-radius: 12px; padding: 22px; transition: all .2s; text-decoration: none; color: inherit; display: block; }
.article-card:hover { box-shadow: var(--shadow); border-color: var(--green-mid); }
.article-cat { font-size: 0.72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--green); margin-bottom: 8px; }
.article-card h3 { font-size: 0.95rem; font-weight: 600; color: var(--dark); line-height: 1.4; margin-bottom: 8px; }
.article-card p { font-size: 0.83rem; color: var(--muted); }
.read-more { display: inline-block; margin-top: 28px; color: var(--green); font-weight: 600; text-decoration: none; font-size: 0.9rem; border: 2px solid var(--green); padding: 10px 24px; border-radius: 8px; transition: all .2s; }
.read-more:hover { background: var(--green); color: white; }

/* ── 8. TESTIMONIALS ── */
.testimonials { background: var(--green); }
.testimonials .gbags-title { color: var(--white); }
.testimonials .gbags-sub { color: rgba(255,255,255,0.75); }
.testimonials .gbags-label { color: rgba(255,255,255,0.6); }
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.testi-card { background: rgba(255,255,255,0.1); border-radius: 14px; padding: 28px; border: 1px solid rgba(255,255,255,0.15); backdrop-filter: blur(4px); }
.stars { color: var(--accent); font-size: 0.9rem; margin-bottom: 14px; }
.testi-card p { font-size: 0.9rem; color: rgba(255,255,255,0.9); margin-bottom: 18px; line-height: 1.6; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-weight: 700; color: white; font-size: 0.9rem; }
.testi-name { font-weight: 600; color: white; font-size: 0.88rem; }
.testi-role { font-size: 0.78rem; color: rgba(255,255,255,0.6); }

/* ── 9. IN THE NEWS ── */
.news { background: var(--sand); }
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 22px; }
.news-card { background: var(--white); border-radius: 12px; overflow: hidden; border: 1px solid var(--border); transition: all .2s; text-decoration: none; color: inherit; display: block; }
.news-card:hover { box-shadow: var(--shadow-lg); }
.news-flag { background: var(--green); color: white; font-size: 0.72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 6px 16px; }
.news-body { padding: 18px; }
.news-body h3 { font-size: 0.92rem; font-weight: 600; color: var(--dark); margin-bottom: 8px; line-height: 1.4; }
.news-body p { font-size: 0.82rem; color: var(--muted); }

/* ── 10. GEOGRAPHIES GRID & CONTACT STRIP ── */
.contact-strip { background: var(--dark); color: var(--white); padding: 60px 5%; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-strip h2 { font-family: 'Playfair Display', serif; font-size: 1.8rem; margin-bottom: 16px; line-height: 1.25; }
.contact-strip p { color: rgba(255,255,255,0.7); font-size: 0.93rem; margin-bottom: 28px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-item { background: rgba(255,255,255,0.07); border-radius: 10px; padding: 14px 16px; border: 1px solid rgba(255,255,255,0.1); }
.contact-item .city { font-size: 0.78rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 4px; }
.contact-item .phone { font-size: 0.9rem; font-weight: 500; color: white; }
.contact-form-mini { display: flex; flex-direction: column; gap: 12px; }
.contact-form-mini input, .contact-form-mini textarea { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); color: white; padding: 12px 16px; border-radius: 8px; font-family: inherit; font-size: 0.9rem; outline: none; transition: border-color .2s; }
.contact-form-mini input::placeholder, .contact-form-mini textarea::placeholder { color: rgba(255,255,255,0.4); }
.contact-form-mini input:focus, .contact-form-mini textarea:focus { border-color: var(--green-mid); }
.contact-form-mini textarea { height: 100px; resize: none; }
.contact-form-mini button { background: var(--green); color: white; border: none; padding: 13px; border-radius: 8px; font-family: inherit; font-size: 0.95rem; font-weight: 600; cursor: pointer; transition: background .2s; }
.contact-form-mini button:hover { background: var(--green-mid); }

/* ── 11. FOOTER ── */
footer.gbags-ftr { background: #111a14; color: rgba(255,255,255,0.55); padding: 28px 5%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; font-size: 0.83rem; }
footer.gbags-ftr a { color: rgba(255,255,255,0.55); text-decoration: none; }
footer.gbags-ftr a:hover { color: white; }

/* ── RESPONSIVE RESPONSIVENESS ── */
@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; }
  .hero-image { display: none; }
  .dealer { grid-template-columns: 1fr; }
  .dealer-img { display: none; }
  .contact-strip { grid-template-columns: 1fr; }
  .gbags-hdr nav { display: none; }
}/* End custom CSS */