/* Business 4 (GR Tool) theme v1.0.0 — navy header, red accent, Manrope */
:root{
  --grt-navy:var(--fp-header-bg,#102846); --grt-navy-2:#0c1f38; --grt-red:var(--fp-primary,#9c2b2b); --grt-red-rgb:156,43,43;
  --grt-text:var(--fp-text,#242424); --grt-muted:var(--fp-muted,#6b7280); --grt-bg:var(--fp-body-bg,#ffffff); --grt-line:var(--fp-border,#e5e7eb);
  --grt-card:var(--fp-card-bg,#ffffff); --grt-footer:#0b1a2e; --grt-footer-text:#b7c6de; --grt-green:#438e44;
  --grt-container:var(--fp-site-max,1222px); --fp-theme-site-max:1222px;
  --grt-font:var(--fp-font-body,Manrope,Arial,Helvetica,sans-serif);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--grt-font);font-size:15px;line-height:1.6;color:var(--grt-text);background:var(--grt-bg)}
img{max-width:100%;height:auto}
a{color:var(--grt-red);text-decoration:none}
h1,h2,h3,h4{font-family:var(--fp-font-heading,var(--grt-font));line-height:1.2;margin:0 0 14px;font-weight:700;color:#242424}
.grt-container{max-width:var(--grt-container);margin:0 auto;padding:0 20px}.grt-container-head{max-width:none;padding-left:28px;padding-right:28px}.grt-head-boxed .grt-container-head{max-width:var(--grt-container);padding-left:20px;padding-right:20px}@media(max-width:760px){.grt-container-head{padding-left:16px;padding-right:16px}}
.grt-btn{display:inline-flex;align-items:center;gap:8px;background:var(--grt-red);color:#fff!important;padding:11px 22px;border-radius:6px;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.4px;border:0;cursor:pointer}
.grt-btn:hover{filter:brightness(1.12)}

/* Header */
.grt-header{background:var(--grt-navy);color:#fff}
.grt-topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 20px}
.grt-logo img{height:96px;width:auto;display:block}
.grt-logo-text{font-size:30px;font-weight:800;color:#fff}
.grt-topbar-right{display:flex;align-items:center;gap:14px}
.grt-social{display:flex;gap:8px}
.grt-social a{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;color:#fff;opacity:.85}
.grt-social a:hover{background:rgba(255,255,255,.12);opacity:1}
.grt-pill{display:inline-flex;align-items:center;gap:7px;background:var(--grt-red);color:#fff!important;padding:7px 14px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.4px;white-space:nowrap}
.grt-pill-ghost{background:transparent;border:1px solid rgba(255,255,255,.3)}
.grt-pill:hover{filter:brightness(1.12)}
.grt-header .fp-lang-switcher .fp-lang{color:#fff}
.grt-burger{display:none;background:none;border:1px solid rgba(255,255,255,.3);border-radius:6px;width:40px;height:36px;padding:6px 8px;flex-direction:column;justify-content:space-between;cursor:pointer}
.grt-burger span{display:block;height:2px;background:#fff;border-radius:2px}
.grt-navbar{background:var(--grt-navy);border-top:1px solid rgba(255,255,255,.08)}
.grt-navbar-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 20px}
.grt-nav{display:flex;gap:0;flex-wrap:nowrap;flex:1 1 auto;min-width:0;overflow-x:auto;scrollbar-width:none}.grt-nav::-webkit-scrollbar{display:none}
.grt-nav a{display:inline-block;flex:0 0 auto;color:#fff;font-weight:700;font-size:11.5px;text-transform:uppercase;letter-spacing:0;padding:18px 7px;border-bottom:3px solid transparent;white-space:nowrap}
.grt-nav a:first-child{margin-left:auto}.grt-nav a:last-child{margin-right:auto}
.grt-nav a:hover{border-bottom-color:var(--grt-red);color:#fff}
.grt-search{display:flex;align-items:stretch;background:#fff;border-radius:8px;overflow:hidden;height:42px;flex:0 1 440px;width:440px;min-width:300px;margin-left:auto;box-shadow:0 4px 14px rgba(0,0,0,.18)}
.grt-search input{border:0;padding:0 16px;font:inherit;font-size:14px;min-width:150px;flex:1 1 auto;outline:none;color:#111827}.grt-search input::placeholder{color:#94a3b8}
.grt-search select{border:0;border-left:1px solid var(--grt-line);padding:0 10px;font:inherit;font-size:11px;font-weight:700;letter-spacing:.3px;color:#374151;background:#f8fafc;flex:0 0 auto;width:150px;max-width:150px;outline:none;cursor:pointer}
.grt-search button{border:0;background:var(--grt-red);color:#fff;width:50px;flex:0 0 50px;cursor:pointer;display:flex;align-items:center;justify-content:center}
@media(max-width:1400px){.grt-nav a{padding:16px 6px;font-size:11px}.grt-search{flex-basis:340px;min-width:260px}.grt-search select{width:120px;max-width:120px}}
@media(max-width:1180px){.grt-burger{display:flex}.grt-nav{display:none;position:absolute;left:0;right:0;top:100%;flex-direction:column;background:var(--grt-navy-2);padding:8px 0;z-index:50}.grt-nav.is-open{display:flex}.grt-nav a:first-child,.grt-nav a:last-child{margin-left:0;margin-right:0}.grt-nav a{padding:12px 20px;border-bottom:1px solid rgba(255,255,255,.06)}.grt-navbar{position:relative}.grt-navbar-inner{padding:10px 20px}.grt-search{width:100%;max-width:none;flex:1 1 100%;min-width:0;margin-left:0}.grt-search select{max-width:120px}.grt-logo img{height:64px}.grt-social{display:none}}
@media(max-width:560px){.grt-pill span,.grt-pill-ghost{display:none}.grt-search select{display:none}}

/* Hero */
.grt-hero{background:var(--grt-navy);color:#fff;text-align:center;padding:70px 0 60px}
.grt-hero-title{font-size:clamp(40px,7vw,64px);font-weight:800;font-style:italic;color:#e0322f;margin:0 0 10px;letter-spacing:-.5px}
.grt-hero-sub{font-size:clamp(20px,3vw,30px);font-weight:700;margin:0 0 14px;color:#fff}
.grt-hero-text{max-width:820px;margin:0 auto;color:#d5deea;font-size:15px}
.grt-hero .grt-btn{margin-top:20px}.grt-hero-image{padding:0;position:relative;line-height:0}.grt-hero-img{width:100%;height:auto;display:block;max-height:min(70vh,760px);object-fit:cover;object-position:center}.grt-hero-overlay-text{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;line-height:1.4;background:rgba(16,40,70,.35)}

/* Sections */
.grt-section{padding-top:34px;padding-bottom:10px}
.grt-h2,.ff-h2{font-size:22px;font-weight:600;margin:0 0 18px;padding-bottom:10px;position:relative;color:#242424}
.grt-h2::after,.ff-h2::after{content:"";position:absolute;left:0;bottom:0;width:180px;height:2px;background:var(--grt-red)}
.grt-banner{padding-top:20px;padding-bottom:10px}
.grt-banner img{width:100%;display:block;border-radius:6px}
.grt-pagehead{background:var(--grt-navy);color:#fff;padding:36px 0}
.grt-pagehead h1{color:#fff;margin:0;font-size:clamp(24px,3.5vw,36px)}
.grt-pagehead-meta{margin:6px 0 0;color:#c9d4e3;font-size:14px}
.grt-entry{padding:30px 20px 50px;line-height:1.75}
.grt-entry-narrow{max-width:860px}
.grt-entry-page{max-width:var(--fp-content-max,var(--grt-container))}
.grt-entry img{border-radius:6px}
.grt-entry h2{font-size:24px}.grt-entry h3{font-size:19px}
.grt-featured{width:100%;border-radius:8px}
.grt-ff{padding:22px 20px 60px}
.grt-ff .ff-wrap{padding:0}
.grt-posts{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}
.grt-post{background:var(--grt-card);border:1px solid var(--grt-line);border-radius:10px;padding:18px}
.grt-post h3{font-size:17px}.grt-post h3 a{color:#242424}
.fp-builder-canvas{width:100%}
/* Fast Files overrides so the plugin matches the Woodmart look */
.ff-cat-links{gap:6px 32px;padding:6px 0 10px}
.ff-cat-link{font-size:14px;font-weight:600;color:#242424;text-transform:uppercase}
.ff-card{border-radius:6px}
.ff-card-title{font-size:14px;font-weight:600;overflow-wrap:anywhere}
.ff-card-title a{color:#333}
.ff-btn-sm{background:#fff;color:var(--grt-red)!important;border-color:var(--grt-red)}
.ff-btn-sm:hover{background:var(--grt-red);color:#fff!important}
.ff-badge-new{background:var(--grt-green)}
.fp-acct-nav-item.is-active{color:var(--grt-red);border-left-color:var(--grt-red)}
.fp-account-form button,.fp-account-btn{background:var(--grt-red)}
/* Footer */
.grt-footer{background:var(--grt-footer);color:var(--grt-footer-text);margin-top:40px;font-size:14px}
.grt-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px;padding:48px 20px 30px}
.grt-footer h4{color:#fff;font-size:13px;letter-spacing:.8px;text-transform:uppercase;margin:0 0 16px;font-weight:700}
.grt-footer ul{list-style:none;margin:0;padding:0}
.grt-footer li{margin:0 0 9px}
.grt-footer a{color:var(--grt-footer-text)}
.grt-footer a:hover{color:#fff}
.grt-footer-about img{height:70px;width:auto;margin-bottom:12px}
.grt-footer-about p{margin:0 0 14px;line-height:1.7}
.grt-social-footer a{color:#fff;border:1px solid rgba(255,255,255,.2)}
.grt-footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:18px 20px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:13px}
@media(max-width:900px){.grt-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.grt-footer-grid{grid-template-columns:1fr}}
/* Floating */
.grt-float{position:fixed;right:18px;bottom:18px;display:flex;flex-direction:column;gap:10px;z-index:60}
.grt-whatsapp{width:52px;height:52px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,.2)}
.grt-totop{width:44px;height:44px;border-radius:50%;background:var(--grt-navy);color:#fff;border:0;cursor:pointer;display:none;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,.2)}
.grt-totop.is-visible{display:flex}
/* Admin bar spacing */
#fp-admin-bar+.grt-site .grt-header{position:relative}

/* Agents / resellers page */
.grt-agents{background:#eef1f6;padding:56px 0 64px;margin-bottom:-40px}
.grt-agents-title{text-align:center;font-size:clamp(28px,4vw,44px);font-weight:800;color:var(--grt-navy);margin:0 0 10px;letter-spacing:-.5px}
.grt-agents-title:after{content:"";display:block;width:70px;height:4px;border-radius:2px;background:var(--grt-red);margin:14px auto 0}
.grt-agents-intro{text-align:center;color:#475569;margin:0 auto 34px;max-width:640px}
.grt-agents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,360px),1fr));gap:26px;max-width:1040px;margin:0 auto}
.grt-agent{position:relative;display:flex;flex-direction:column;background:linear-gradient(160deg,#16335a 0%,var(--grt-navy) 60%,#0b1d36 100%);color:#e2e8f0;border-radius:18px;padding:34px 30px 30px;box-shadow:0 18px 40px rgba(16,40,70,.25);overflow:hidden;border:1px solid rgba(255,255,255,.06)}
.grt-agent:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--grt-red),#ff5a52)}
.grt-agent-icon{width:64px;height:64px;margin:0 auto 14px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(224,50,47,.18);box-shadow:0 0 0 1px rgba(224,50,47,.45),0 0 26px rgba(224,50,47,.35)}
.grt-agent-name{text-align:center;color:#fff;font-size:21px;font-weight:800;margin:0 0 20px}
.grt-agent-lines{list-style:none;margin:0 0 26px;padding:0;font-size:15px;line-height:1.75;flex:1}
.grt-agent-lines li{overflow-wrap:anywhere}
.grt-agent-lines strong{color:#fff;font-weight:700}
.grt-agent-lines a{color:#9ec5ff;text-decoration:none}.grt-agent-lines a:hover{color:#fff;text-decoration:underline}
.grt-agent-hi strong,.grt-agent-hi{color:#ff6b63!important;font-weight:800}
.grt-agent-btn{align-self:center;display:inline-block;padding:12px 30px;border-radius:10px;background:var(--grt-red);color:#fff!important;font-weight:800;font-size:14px;letter-spacing:.4px;text-transform:uppercase;text-decoration:none;box-shadow:0 8px 20px rgba(224,50,47,.35);transition:transform .15s,filter .15s}
.grt-agent-btn:hover{transform:translateY(-2px);filter:brightness(1.1)}
@media(max-width:560px){.grt-agents{padding:36px 0 44px}.grt-agent{padding:28px 22px 24px}}

/* header edge-to-edge (wide): 24px gutter on both sides */
.grt-topbar.grt-container-head,.grt-navbar-inner.grt-container-head{padding-left:24px;padding-right:24px}
.grt-head-boxed .grt-topbar.grt-container-head,.grt-head-boxed .grt-navbar-inner.grt-container-head{padding-left:20px;padding-right:20px}
@media(max-width:760px){.grt-topbar.grt-container-head,.grt-navbar-inner.grt-container-head{padding-left:16px;padding-right:16px}}

/* Hero slider */
.grt-slides{position:relative}
.grt-slider .grt-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s}
.grt-slider .grt-slide.is-active{position:relative;opacity:1;visibility:visible}
.grt-slider .grt-hero-img{aspect-ratio:3/1;height:auto;max-height:none;object-fit:cover}
.grt-slide-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(16,40,70,.45);color:#fff;font-size:30px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px);opacity:0;transition:opacity .2s,background .2s}
.grt-slider:hover .grt-slide-nav,.grt-slide-nav:focus-visible{opacity:1}
.grt-slide-nav:hover{background:var(--grt-red)}
.grt-slide-prev{left:18px}.grt-slide-next{right:18px}
.grt-dots{position:absolute;left:0;right:0;bottom:16px;z-index:3;display:flex;justify-content:center;gap:8px;line-height:0}
.grt-dot{width:10px;height:10px;border-radius:999px;border:0;padding:0;background:rgba(255,255,255,.5);cursor:pointer;transition:width .3s,background .3s}
.grt-dot.is-active{width:28px;background:var(--grt-red)}
@media(max-width:760px){.grt-slide-nav{display:none}.grt-dots{bottom:8px}.grt-dot{width:8px;height:8px}.grt-dot.is-active{width:20px}}
