/*
Theme Name: NWA Solutions Theme
Theme URI: https://www.nwasolutions.biz
Author: NWA Solutions Ltd
Description: Custom lightweight one-page theme for NWA Solutions Ltd. No page builder, no Elementor - clean hand-coded templates, self-hosted fonts and images, easy to maintain, update and harden over time.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: nwasolutions
*/


*{box-sizing:border-box;}
:root{
 --red:#C10E0E;--red-band1:#B60E0C;--red-band2:#A00A0A;--red-dark:#6E0000;
 --ink:#2b2b2b;--body:#5b5f66;--muted:#f4f4f6;--font:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
 --serif:'Playfair Display',Georgia,'Times New Roman',serif;
}
html{scroll-behavior:smooth;scroll-padding-top:120px;}
body{margin:0;font-family:var(--font);color:var(--body);font-size:17px;line-height:1.6;background:#fff;-webkit-font-smoothing:antialiased;}
img{max-width:100%;height:auto;display:block;}
a{color:var(--red);text-decoration:none;}
h1,h2,h3,h4{font-family:var(--font);color:var(--ink);line-height:1.2;margin:0 0 .5em;}
.container{max-width:1180px;margin:0 auto;padding:0 22px;}
.section{padding:80px 0;}

/* Header */
.site-header{position:sticky;top:0;z-index:50;padding:14px 0;background:transparent;}
.nav-island{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff;border-radius:50px;padding:10px 26px;min-height:76px;box-shadow:0 10px 28px rgba(16,20,30,.14);}
.site-logo img{max-height:51px;width:auto;}
.main-nav ul{list-style:none;display:flex;align-items:center;gap:30px;margin:0;padding:0;}
.main-nav a{color:#333;font-weight:500;font-size:18px;padding:6px 0;transition:color .2s;}
.main-nav a:hover{color:var(--red);}
.main-nav a.nav-cta{background:linear-gradient(135deg,var(--red) 0%,var(--red-dark) 100%);color:#fff;padding:12px 30px;border-radius:50px;}
.main-nav a.nav-cta:hover{color:#fff;filter:brightness(1.08);}
.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:8px;}
.nav-toggle span{display:block;width:26px;height:3px;background:#333;margin:5px 0;border-radius:2px;}

/* Buttons */
.btn{display:inline-block;cursor:pointer;border:0;font-family:var(--font);font-weight:600;font-size:17px;letter-spacing:.3px;padding:15px 40px;border-radius:250px;transition:filter .2s,background .2s,color .2s;}
.btn--light{background:#fff;color:#222;}
.btn--light:hover{background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff;}
.btn--red{background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff;text-transform:uppercase;}
.btn--red:hover{filter:brightness(1.08);}

/* Hero */
.hero{position:relative;color:#fff;text-align:center;background:#333 center/cover no-repeat;padding:150px 0 160px;}
.hero::before{content:"";position:absolute;inset:0;background:rgba(20,26,34,.28);}
.hero .container{position:relative;z-index:1;}
.hero h1{color:#fff;font-weight:700;font-size:clamp(28px,5vw,52px);margin-bottom:26px;max-width:760px;margin-left:auto;margin-right:auto;text-shadow:0 2px 14px rgba(0,0,0,.25);}

/* Welcome */
.welcome .grid{display:grid;grid-template-columns:44% 1fr;gap:56px;align-items:center;}
.welcome img{border-radius:14px;box-shadow:0 18px 40px rgba(16,20,30,.16);}
.welcome h2{font-size:clamp(28px,4vw,40px);font-weight:700;color:var(--ink);}
.welcome p{margin:0 0 16px;}

/* Services (red band, zig-zag) */
.services{position:relative;color:#fff;background:linear-gradient(rgba(182,14,12,.93),rgba(160,10,10,.93));}
.services::before{content:"";position:absolute;inset:0;background:url('assets/img/hero.jpg') center/cover;opacity:.10;mix-blend-mode:luminosity;}
.services>.container{position:relative;z-index:1;}
.services .head{text-align:center;margin-bottom:48px;}
.services .head h2{color:#fff;font-weight:700;font-size:clamp(28px,4vw,40px);}
.svc-row{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin-bottom:36px;}
.svc-row:last-child{margin-bottom:0;}
.svc-text h3{color:#fff;font-weight:700;font-size:26px;margin-bottom:14px;}
.svc-text p{color:rgba(255,255,255,.94);margin:0 0 12px;text-align:justify;}
.svc-text p:last-child{margin-bottom:0;}
.svc-card{background:#fff;border-radius:16px;padding:34px 34px;color:var(--body);box-shadow:0 18px 40px rgba(0,0,0,.18);}
.svc-card p{margin:0 0 14px;color:var(--body);}
.svc-card p:last-child{margin-bottom:0;}
.checks{list-style:none;margin:6px 0 16px;padding:0;}
.checks li{position:relative;padding-left:30px;margin-bottom:11px;font-weight:500;color:var(--ink);}
.checks li::before{content:"";position:absolute;left:0;top:3px;width:18px;height:18px;border-radius:4px;background:var(--red);
 -webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center/13px no-repeat;
         mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center/13px no-repeat;}

/* Get in touch (Prism-style contact card) */
.contact h2{font-size:clamp(28px,4vw,40px);font-weight:700;color:var(--ink);}
.contact-head{max-width:720px;margin:0 0 42px;}
.contact-head p{margin:0;color:var(--body);}
.contact-card{display:grid;grid-template-columns:1fr 1fr;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 22px 48px rgba(16,20,30,.16);}
.contact-info{background:linear-gradient(155deg,var(--red) 0%,var(--red-dark) 100%);color:#fff;padding:52px 46px;}
.contact-info h3{color:#fff;font-size:24px;font-weight:700;margin:0 0 28px;}
.c-item{display:flex;gap:16px;align-items:flex-start;margin-bottom:24px;}
.c-item .circle{flex:0 0 auto;width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;}
.c-item .circle svg{width:22px;height:22px;color:#fff;}
.c-item h4{color:#fff;margin:0 0 3px;font-size:14px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;}
.c-item p,.c-item a{margin:0;font-size:17px;color:rgba(255,255,255,.92);word-break:break-word;}
.c-item a:hover{color:#fff;text-decoration:underline;}
.contact-info .btn{margin-top:12px;}
.contact-media{min-height:470px;background:#e7ebf2 center/cover no-repeat;}

/* Privacy Policy page */
.privacy h1{font-size:clamp(28px,4vw,40px);font-weight:700;}
.privacy h2{font-size:22px;font-weight:700;margin-top:34px;}
.privacy h2:first-of-type{margin-top:0;}
.privacy h3{font-size:17px;font-weight:600;margin-top:18px;}
.privacy p{margin:0 0 12px;text-align:justify;}
.privacy ul{margin:0 0 16px;padding-left:22px;}
.privacy ul li{margin-bottom:8px;}
.privacy .updated{font-size:14px;color:#8a8f97;margin-top:-10px;text-align:left;}
.privacy .box{background:var(--muted);border-left:3px solid var(--red);border-radius:6px;padding:14px 15px;margin:0 0 24px;}
.privacy .box p{margin:0;text-align:left;font-size:15px;}
.privacy table{width:100%;border-collapse:collapse;margin:0 0 16px;font-size:15px;}
.privacy th,.privacy td{text-align:left;padding:8px 9px;border-bottom:1px solid #e8e8ec;vertical-align:top;}
.privacy th{color:var(--ink);font-weight:600;background:var(--muted);}
.privacy .contact-line{white-space:nowrap;font-size:17px;overflow-x:auto;text-align:left;}
@media (max-width:480px){.privacy .contact-line{white-space:normal;overflow-x:visible;}}

/* Footer (simple centred bar, same format as NWA Limited) */
.site-footer{background:var(--red);color:rgba(255,255,255,.92);text-align:center;padding:26px 0;font-size:15px;}
.site-footer a{color:#fff;}

@media (max-width:900px){
 .section{padding:56px 0;}
 .welcome .grid,.svc-row,.contact-card{grid-template-columns:1fr;gap:30px;}
 .contact-media{min-height:280px;}
 .foot-grid{grid-template-columns:1fr 1fr;gap:28px;}
 .foot-bottom{flex-direction:column;text-align:center;}
 .main-nav{position:absolute;top:calc(100% + 12px);left:0;right:0;background:#fff;border-radius:16px;box-shadow:0 12px 24px rgba(16,20,30,.16);display:none;}
 .main-nav.open{display:block;}
 .main-nav ul{flex-direction:column;gap:0;padding:8px 22px 14px;}
 .main-nav a{display:block;padding:12px 0;border-bottom:1px solid #eee;}
 .nav-toggle{display:block;}
}
@media (max-width:600px){.foot-grid{grid-template-columns:1fr;}}

