:root{--p:#5d3bd2;--d:#17202a;--bg:#f6f7fb;--line:#e3e6ec;--muted:#66717e}*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;color:#202733;line-height:1.6}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}header{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid var(--line)}.nav{display:flex;justify-content:space-between;align-items:center;min-height:76px;gap:24px}.brand{display:flex;gap:12px;align-items:center;flex:0 1 390px;min-width:0}.siteLogo{width:52px!important;height:52px!important;max-width:52px!important;max-height:52px!important;min-width:52px!important;min-height:52px!important;object-fit:contain!important;display:block!important;flex:0 0 52px!important}.brandText{display:flex;flex-direction:column;min-width:0}.brandText b{display:block;font-size:20px;line-height:1.15;white-space:nowrap}.brand small{display:block;color:var(--muted);font-size:14px;line-height:1.25;white-space:nowrap}.menu{display:flex;gap:22px;align-items:center}.orderLink{background:var(--p);color:white;padding:9px 12px;border-radius:8px}.menuBtn{display:none;border:0;background:none;font-size:28px}.hero{padding:90px 0;background:linear-gradient(135deg,#f2efff,#fff)}.heroGrid,.twoCol{display:grid;grid-template-columns:1.35fr 1fr;gap:48px;align-items:center}.hero h1,.pageHero h1{font-size:clamp(40px,5vw,68px);line-height:1.05;margin:.3em 0}.hero p,.pageHero p{font-size:19px;color:var(--muted)}.eyebrow{font-size:13px;letter-spacing:.15em;font-weight:800;color:var(--p)}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-block;padding:12px 18px;border-radius:9px;border:1px solid transparent;font-weight:700;cursor:pointer}.primary{background:var(--p);color:#fff}.secondary{background:var(--d);color:#fff}.outline{border-color:var(--p);color:var(--p);background:white}.light{background:#fff;color:var(--d)}.heroCard{background:var(--d);color:#fff;padding:28px;border-radius:22px}.heroCard div{padding:20px 0;border-bottom:1px solid #ffffff20}.heroCard div:last-child{border:0}.heroCard b,.heroCard span{display:block}.heroCard b{font-size:25px}.section{padding:76px 0}.alt{background:var(--bg)}.sectionHead{display:flex;justify-content:space-between;align-items:end;margin-bottom:25px}.section h2{font-size:36px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}.card img{width:100%;height:210px;object-fit:cover}.pad{padding:18px}.pill{display:inline-block;background:#eee9ff;color:var(--p);padding:4px 8px;border-radius:999px;font-size:12px}.features{display:grid;grid-template-columns:1fr 1fr;gap:12px}.features div{background:#fff;border:1px solid var(--line);border-radius:10px;padding:15px}.videoGrid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.videoCard{border:1px solid var(--line);border-radius:14px;padding:16px}.embed{aspect-ratio:16/9}.embed iframe{width:100%;height:100%;border:0}.videoCard video,.gallery video{width:100%;border-radius:12px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery figure{margin:0}.gallery img{width:100%;height:240px;object-fit:cover;border-radius:12px}.cta{padding:65px 0;background:var(--p);color:white;text-align:center}.pageHero{padding:58px 0;background:var(--bg)}footer{background:var(--d);color:#dbe3eb;padding:50px 0 18px}.footerGrid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px}.copy{border-top:1px solid #ffffff22;padding-top:18px;margin-top:25px}.wa{position:fixed;right:20px;bottom:20px;background:#1ca85b;color:#fff;padding:12px 16px;border-radius:999px}.orderWrap{max-width:900px}.orderForm,.adminForm{border:1px solid var(--line);border-radius:14px;padding:22px;background:#fff}.formGrid{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{display:block;font-weight:700;margin:11px 0 5px}input,select,textarea{width:100%;padding:11px;border:1px solid #cfd7df;border-radius:8px}.phoneRow{display:grid;grid-template-columns:1fr auto;gap:10px}.otpBox{display:none;background:var(--bg);padding:12px;border-radius:9px;margin-top:10px}.verified{color:green;font-weight:800}.productRow{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px;margin-bottom:10px}.big{margin-top:16px}.success{background:#e8f8ee;color:#176b36;padding:12px;border-radius:8px;margin-bottom:15px}.error{background:#ffe8e8;color:#8d2020;padding:12px;border-radius:8px;margin-bottom:15px}.adminBg{background:var(--bg)}.loginBox{width:min(430px,92%);margin:10vh auto;background:#fff;padding:28px;border-radius:16px}.adminShell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{background:var(--d);color:white;padding:22px;display:flex;flex-direction:column;gap:12px}.adminContent{padding:30px;overflow:auto}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stats div{background:#fff;padding:22px;border-radius:14px}.stats b{display:block;font-size:34px}.adminTable{width:100%;border-collapse:collapse;background:#fff}.adminTable th,.adminTable td{padding:11px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.full{width:100%}@media(max-width:960px){.cards{grid-template-columns:1fr 1fr}.stats{grid-template-columns:1fr 1fr}}@media(max-width:820px){.menuBtn{display:block}.menu{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;flex-direction:column;padding:18px}.menu.open{display:flex}.heroGrid,.twoCol,.footerGrid,.adminShell{grid-template-columns:1fr}.sidebar{flex-direction:row;flex-wrap:wrap}}@media(max-width:600px){.cards,.gallery,.videoGrid,.features,.formGrid,.productRow,.stats{grid-template-columns:1fr}.phoneRow{grid-template-columns:1fr}.siteLogo{width:58px;height:58px}.nav{min-height:78px}.menu{top:78px}.brand small{display:none}.brandText b{font-size:19px}}



/* FINAL A1 BLOX HEADER LOGO FIX */
.topbar{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line)}
.topbar .brand img.siteLogo{
  width:52px!important;
  height:52px!important;
  max-width:52px!important;
  max-height:52px!important;
  min-width:52px!important;
  min-height:52px!important;
  object-fit:contain!important;
  display:block!important;
  flex:0 0 52px!important;
}
.topbar .brandText{display:flex;flex-direction:column;min-width:0}
.topbar .brandText b{font-size:20px;line-height:1.15;white-space:nowrap}
.topbar .brandText small{font-size:14px;line-height:1.25;white-space:nowrap}
@media(max-width:820px){
  .topbar .brand img.siteLogo{
    width:46px!important;height:46px!important;
    max-width:46px!important;max-height:46px!important;
    min-width:46px!important;min-height:46px!important;
    flex-basis:46px!important;
  }
  .nav{min-height:70px}
  .menu{top:70px}
}
@media(max-width:600px){
  .topbar .brand img.siteLogo{
    width:42px!important;height:42px!important;
    max-width:42px!important;max-height:42px!important;
    min-width:42px!important;min-height:42px!important;
    flex-basis:42px!important;
  }
  .topbar .brandText small{display:none}
  .topbar .brandText b{font-size:18px}
}


/* ==========================================================
   A1 BLOX MODERN LIGHT GREEN + BLUE THEME
   ========================================================== */

:root{
  --p:#2f8fca;
  --p2:#4fb77a;
  --p3:#70c9e8;
  --d:#153247;
  --text:#1f3342;
  --muted:#667d8b;
  --bg:#f4fbf8;
  --bg2:#eef8ff;
  --green-soft:#eaf8ef;
  --blue-soft:#eaf6ff;
  --line:#d8e9e6;
  --shadow:0 16px 38px rgba(31,91,118,.09);
  --shadow2:0 10px 24px rgba(52,124,146,.08);
}

html{background:#f8fcfb}
body{
  color:var(--text);
  background:
    radial-gradient(circle at 6% 8%, rgba(92,196,139,.10), transparent 22rem),
    radial-gradient(circle at 94% 12%, rgba(84,176,226,.12), transparent 24rem),
    #fbfefd;
}

/* Header */
.topbar,
header{
  background:rgba(255,255,255,.94)!important;
  border-bottom:1px solid rgba(64,139,153,.14)!important;
  box-shadow:0 6px 20px rgba(26,95,118,.05);
  backdrop-filter:blur(12px);
}
.menu a{
  position:relative;
  font-weight:600;
  transition:.2s ease;
}
.menu a:not(.orderLink):hover{color:#2786bd}
.menu a:not(.orderLink)::after{
  content:"";
  position:absolute;
  left:0;right:100%;bottom:-5px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--p),var(--p2));
  transition:.2s ease;
}
.menu a:not(.orderLink):hover::after{right:0}
.orderLink{
  background:linear-gradient(135deg,#2f8fca,#4fb77a)!important;
  border-radius:12px!important;
  box-shadow:0 8px 20px rgba(52,143,167,.20);
}
.brandText b{color:#173c52}

/* Decorative hero graphics */
.hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  padding:96px 0;
  background:
    linear-gradient(135deg,rgba(235,249,241,.97),rgba(235,247,255,.97));
}
.hero::before{
  content:"";
  position:absolute;
  width:380px;height:380px;
  border-radius:50%;
  left:-120px;top:-135px;
  background:radial-gradient(circle at 35% 35%,rgba(80,188,126,.26),rgba(80,188,126,.05) 55%,transparent 72%);
  z-index:-1;
}
.hero::after{
  content:"";
  position:absolute;
  width:440px;height:440px;
  right:-120px;bottom:-200px;
  border-radius:38% 62% 58% 42% / 42% 37% 63% 58%;
  background:
    linear-gradient(145deg,rgba(65,162,218,.18),rgba(84,188,135,.12));
  transform:rotate(14deg);
  z-index:-1;
}
.heroGrid{position:relative;z-index:1}
.hero h1{
  color:#173b50;
  letter-spacing:-.025em;
  text-wrap:balance;
}
.hero p{color:#57717f}
.eyebrow{
  color:#2386ba!important;
  background:linear-gradient(90deg,#e5f6ff,#e8f7ee);
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(57,150,176,.13);
}
.heroCard{
  background:
    linear-gradient(145deg,rgba(255,255,255,.96),rgba(242,252,247,.96))!important;
  color:var(--text)!important;
  border:1px solid rgba(61,152,167,.15);
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
}
.heroCard::before{
  content:"";
  position:absolute;
  width:160px;height:160px;
  border-radius:50%;
  right:-50px;top:-55px;
  background:linear-gradient(135deg,rgba(66,159,216,.15),rgba(79,183,122,.16));
}
.heroCard div{border-bottom:1px solid rgba(56,137,153,.13)!important}
.heroCard b{color:#207ead}

/* Buttons */
.btn{
  border-radius:12px!important;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.btn:hover{transform:translateY(-1px)}
.primary{
  background:linear-gradient(135deg,#2f8fca,#4fb77a)!important;
  box-shadow:0 8px 20px rgba(56,146,164,.18);
}
.secondary{
  background:linear-gradient(135deg,#27556d,#2f768a)!important;
}
.outline{
  border:1px solid #4ca8b8!important;
  color:#257fa6!important;
  background:#fff!important;
}
.outline:hover{background:#f1fbfa!important}

/* Main sections */
.section{
  position:relative;
}
.section.alt{
  background:
    linear-gradient(135deg,#effaf4 0%,#eef8ff 100%)!important;
}
.sectionHead h2,
.section h2,
.pageHero h1{color:#183f56}
.sectionHead>a{
  color:#287fa7;
  font-weight:700;
}

/* Modern cards */
.cards{gap:22px}
.card{
  border:1px solid rgba(70,147,158,.14)!important;
  border-radius:20px!important;
  box-shadow:var(--shadow2);
  transition:transform .2s ease,box-shadow .2s ease;
}
.card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 38px rgba(38,106,133,.13);
}
.card img{
  border-bottom:1px solid rgba(58,139,154,.10);
}
.pad{padding:20px!important}
.pill{
  background:linear-gradient(90deg,#e2f4ff,#e5f7ec)!important;
  color:#247ba3!important;
  border:1px solid rgba(72,153,166,.13);
  font-weight:700;
}

/* Feature graphics */
.features div{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#fff,#f4fbf8)!important;
  border:1px solid rgba(76,153,157,.13)!important;
  border-radius:14px!important;
  box-shadow:0 7px 20px rgba(55,124,139,.06);
}
.features div::before{
  content:"";
  width:6px;
  position:absolute;
  left:0;top:0;bottom:0;
  background:linear-gradient(#4fb77a,#55a8db);
}

/* Video + gallery */
.videoCard{
  background:#fff;
  border:1px solid rgba(72,151,161,.14)!important;
  border-radius:18px!important;
  box-shadow:var(--shadow2);
}
.videoCard video,
.gallery video,
.gallery img{
  border-radius:16px!important;
}
.gallery figure{
  background:#fff;
  border:1px solid rgba(72,151,161,.12);
  border-radius:18px;
  padding:8px;
  box-shadow:var(--shadow2);
}

/* Page headers */
.pageHero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(135deg,#eaf8ef,#eaf6ff)!important;
}
.pageHero::after{
  content:"";
  position:absolute;
  right:4%;top:18%;
  width:120px;height:120px;
  border-radius:26px 54px 34px 62px;
  transform:rotate(20deg);
  background:linear-gradient(135deg,rgba(80,184,124,.15),rgba(72,164,219,.16));
}

/* Order/enquiry form */
.orderForm,.adminForm{
  border:1px solid rgba(63,146,159,.14)!important;
  border-radius:20px!important;
  box-shadow:var(--shadow2);
  background:linear-gradient(180deg,#fff,#fbfefd)!important;
}
input,select,textarea{
  background:#fff;
  border:1px solid #cfe2e1!important;
  border-radius:11px!important;
  transition:.18s ease;
}
input:focus,select:focus,textarea:focus{
  outline:none;
  border-color:#55a8c9!important;
  box-shadow:0 0 0 4px rgba(71,164,203,.10);
}
.success{
  background:linear-gradient(90deg,#e6f7ec,#eaf8ff)!important;
  color:#236c4c!important;
  border:1px solid rgba(73,167,111,.17);
}
.error{
  border:1px solid rgba(185,82,82,.10);
}

/* CTA */
.cta{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#2d93c8,#4db77a)!important;
}
.cta::before,
.cta::after{
  content:"";
  position:absolute;
  border-radius:50%;
  background:rgba(255,255,255,.10);
}
.cta::before{width:230px;height:230px;left:-80px;top:-130px}
.cta::after{width:300px;height:300px;right:-100px;bottom:-180px}
.cta .container{position:relative;z-index:1}

/* Footer */
footer{
  background:linear-gradient(135deg,#16384c,#1b5b61)!important;
  color:#e7f5f3!important;
}
footer a:hover{color:#a9e9c0}
.copy{border-color:rgba(255,255,255,.13)!important}

/* WhatsApp */
.wa{
  background:linear-gradient(135deg,#3eb66d,#24a783)!important;
  box-shadow:0 10px 24px rgba(30,139,91,.22);
}

/* Admin area gets matching light modern look */
.adminBg{
  background:linear-gradient(135deg,#effaf4,#eef8ff)!important;
}
.sidebar{
  background:linear-gradient(180deg,#183e55,#205f65)!important;
}
.stats div{
  border:1px solid rgba(61,147,157,.12);
  box-shadow:var(--shadow2);
}
.loginBox{
  border:1px solid rgba(62,146,158,.12);
  box-shadow:var(--shadow);
}

/* Subtle page-wide decorative dots */
main::before{
  content:"";
  pointer-events:none;
  position:fixed;
  width:180px;height:180px;
  right:-60px;top:35%;
  z-index:-1;
  opacity:.35;
  background-image:radial-gradient(#6dbf98 1.5px,transparent 1.5px);
  background-size:14px 14px;
}

/* Responsive refinements */
@media(max-width:820px){
  .hero{padding:72px 0}
  .hero::before{width:260px;height:260px}
  .hero::after{width:300px;height:300px}
}
@media(max-width:600px){
  .hero{padding:58px 0}
  .card{border-radius:16px!important}
  .pageHero{padding:48px 0!important}
}


/* A1 BLOX BRAND HEADING UPDATE */
.topbar .brandText b{
  font-family:"Trebuchet MS","Segoe UI",Arial,sans-serif!important;
  font-size:30px!important;
  font-weight:900!important;
  letter-spacing:.7px!important;
  line-height:1.05!important;
  color:#123b63!important;
  white-space:nowrap!important;
}
.topbar .brandText small{
  font-family:"Segoe UI",Arial,sans-serif!important;
  font-size:14px!important;
  color:#617789!important;
  margin-top:5px!important;
}
@media(max-width:820px){
  .topbar .brandText b{font-size:26px!important}
}
@media(max-width:600px){
  .topbar .brandText b{font-size:22px!important;letter-spacing:.4px!important}
}
