/* =============================
   Top Info Bar (ADDED)
   ============================= */
   a{
    text-decoration: none !important;
   }
   
   .topbar {
  background: #1a3a63;     /* fits your brand blue; thin bar */
  color: #fff;
  font-size: 14px;
  padding: 6px 0;
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.topbar-left span, .topbar-left a {
  margin-right: 16px;
  color: #fff;
  text-decoration: none;
}
.topbar-left a:hover { text-decoration: underline; }
.topbar-left i { margin-right: 6px; color: #7AC143; } /* green accent for icons */
.topbar-right a {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  font-size: 15px;
  transition: color .2s;
}
.topbar-right a:hover { color: #7AC143; }

/* =============================
   ORIGINAL DESIGN
   ============================= */
:root{
  --bg:#0b1220;
  --surface:#ffffff;
  --ink:#0f172a;
  --muted:#64748b;
  --ring:#e2e8f0;

  /* original gradient brand colors */
  --brand:#0ea5e9;   /* primary azure */
  --brand-2:#14b8a6; /* teal accent */

  --hero-image:url('images/banner.png');
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;color:var(--ink);background:#f8fafc;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1120px,100%);margin-inline:auto;padding:0 16px}

/* Header (as before) */
header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.85);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--ring)}
.nav{display:flex;align-items:center;justify-content:space-between;padding:10px 0}
.brand{display:flex;align-items:center;gap:10px;font-weight:700}
.logo{width:38px;height:38px;border-radius:10px;display:grid;place-content:center;overflow:hidden;background:#fff;border:1px solid var(--ring)}
.logo-img{width:100%;height:100%;object-fit:cover}
.nav a{padding:10px 12px;border-radius:10px; color: black !important;}
.nav a:hover{background:#eef2ff}
.cta-btn{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff !important;padding:10px 16px;border-radius:12px;font-weight:600;box-shadow:0 6px 14px rgba(2,132,199,.18)}
.cta-btn:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, var(--brand), var(--brand-2)) !important;
}
    .badge-btn.active {
      background: linear-gradient(135deg, var(--brand), var(--brand-2));
      color: #fff;
    }
    .chat{
        background: linear-gradient(135deg, var(--brand), var(--brand-2)) !important;
      color: #fff;
    }
    .btn-custom{
        background: linear-gradient(135deg, var(--brand), var(--brand-2)) !important;
      color: #fff;
      border:none;
    }
/* Full-width logo styling (replaces old text + icon combo) */
.full-logo {
  height: 70px;        /* adjust as needed, e.g. 60–80px */
  width: auto;
  display: block;
}

/* =============================
   HERO SECTION + SLIDER
   ============================= */
.hero { position: relative; isolation: isolate; overflow: hidden; }
.hero::before{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.65), rgba(0,0,0,.35));
  z-index: -1; /* overlay above images, below content */
  pointer-events: none; /* allow arrows/dots clicks */
}
.hero .wrap{min-height:68vh;display:grid;align-items:center;position:relative;z-index:0}
.hero h1{color:#fff;font-size:clamp(28px,6vw,52px);line-height:1.1;margin:10px 0 10px}
.hero p{color:#dbeafe;margin:0 0 22px;max-width:60ch}
.pill{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid rgba(255,255,255,.25);border-radius:999px;color:#e2e8f0;background:rgba(255,255,255,.06);backdrop-filter: blur(4px)}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px;margin-bottom:6px}
.btn{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:12px;border:1px solid var(--ring);background:#fff !important}
.btn-primary {
  border: none;
  background: linear-gradient(135deg, var(--brand), var(--brand-2)) !important;
  color: #fff;
}
.btn-primay {
  border: none;
  background: linear-gradient(135deg, var(--brand), var(--brand-2)) !important;
  color: #fff;
}

/* Slider Background */
.hero-slider{
  position:absolute; inset:0; z-index: -2;
}
.hero-slider .slide{
  position:absolute; inset:0;
  opacity:0; transition:opacity .9s ease;
}
.hero-slider .slide.active{ opacity:1; }
.hero-slider img{
  width:100%; height:100%; object-fit:cover; display:block;
}

/* Arrows */
.hero-arrow{
  position:absolute; top:50%; transform:translateY(-50%);
  width:42px; height:42px; border-radius:50%;
  border:1px solid rgba(255,255,255,.5); background:rgba(0,0,0,.25);
  color:#fff; font-size:24px; line-height:1; cursor:pointer;
  display:grid; place-items:center;
  backdrop-filter: blur(2px);
  z-index:1;
}
.hero-arrow:hover{ background:rgba(0,0,0,.4); }
.hero-arrow.prev{ left:14px; }
.hero-arrow.next{ right:14px; }

/* Dots */
.hero-dots{
  position:absolute; left:50%; transform:translateX(-50%);
  bottom:14px; display:flex; gap:8px; z-index:1;
}
.hero-dots .dot{
  width:9px; height:9px; border-radius:50%;
  background:rgba(255,255,255,.55); border:none; padding:0; cursor:pointer;
}
.hero-dots .dot.active{ background:#fff; }

/* Badges */
.badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.badge{padding:8px 12px;border:1px dashed var(--ring);background:#fff;border-radius:999px;font-size:14px;color:#0f172a !important}

/* Sections */
section{padding:56px 0}
.section-title{font-size:clamp(22px,4vw,32px);margin:0 0 8px}
.section-sub{color:var(--muted);margin:0 0 24px}

/* Cards & Grids */
.grid-3{display:grid;gap:16px}
@media(min-width:760px){.grid-3{grid-template-columns:repeat(3,1fr)}}
.car{background:var(--surface);border:1px solid var(--ring);border-radius:16px;overflow:hidden;box-shadow:0 8px 24px rgba(2,6,23,.06)}
.card-body{padding:16px}


/* Showcase */
.showcase{display:grid;gap:16px}
@media(min-width:960px){.showcase{grid-template-columns:1.3fr 1fr}}
.panel{border-radius:16px;overflow:hidden}
.panel img{width:100%;height:100%;object-fit:cover}

/* Features */
.features{display:grid;gap:16px}
@media(min-width:760px){.features{grid-template-columns:repeat(4,1fr)}}
.feature{background:#fff;border:1px solid var(--ring);border-radius:16px;padding:16px}

/* Products */
.products{display:grid;gap:16px}
@media(min-width:760px){.products{grid-template-columns:repeat(3,1fr)}}
.price{font-weight:700}

/* Testimonials */
.quotes{display:grid;gap:16px}
@media(min-width:760px){.quotes{grid-template-columns:repeat(3,1fr)}}
blockquote{background:#fff;border:1px solid var(--ring);border-radius:16px;padding:16px}
blockquote footer{margin-top:10px;color:#64748b}

/* Contact */
.contact{display:grid;gap:20px}
@media(min-width:900px){.contact{grid-template-columns:1.1fr 1fr}}
form{background:#fff;border:1px solid var(--ring);border-radius:16px;padding:16px}
label{display:block;font-weight:700;margin:10px 0 6px}
input,textarea,select{width:100%;padding:12px;border:1px solid var(--ring);border-radius:12px;background:#fbfdff}
textarea{min-height:120px}
.grid-2{display:grid;gap:12px}
@media(min-width:720px){.grid-2{grid-template-columns:1fr 1fr}}

/* Footer */
footer{background:#0b1220;color:#cbd5e1;padding:40px 0 20px;margin-top:56px}
.fgrid{display:grid;gap:20px}
@media(min-width:900px){.fgrid{grid-template-columns:2fr 1fr 1fr 1.2fr}}
.flogo{display:flex;align-items:center;gap:10px}
.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:18px;padding-top:16px;color:#94a3b8}

/* Floating actions */
.float-wrap{position:fixed;right:14px;bottom:14px;display:flex;flex-direction:column;gap:10px;z-index:50}
.float-btn{display:grid;place-content:center;width:54px;height:54px;border-radius:50%;box-shadow:0 12px 24px rgba(2,6,23,.18);border:1px solid var(--ring);background:#fff;font-size:20px;color:#0f172a}
.float-btn:hover{transform:translateY(-2px)}

/* Accessibility helper */
.sr-only{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}

/* ===== Category Tabs (left aligned) ===== */
.cat-tabs{
  display:flex;
  gap:10px;
  justify-content:flex-start; /* left aligned */
  margin:6px 0 18px;
  flex-wrap:wrap;
}
.cat-tab{
  border:1px solid var(--ring);
  background:#fff;
  padding:10px 14px;
  border-radius:999px;
  font-weight:700;
  cursor:pointer;
}
.cat-tab.active{
  color:#fff;
  background:linear-gradient(135deg,var(--brand),var(--brand-2));
  border-color:transparent;
  box-shadow:0 6px 14px rgba(2,132,199,.18);
}

/* ===== Catalog grid (unchanged from before) ===== */
.catalog{
  display:grid; gap:16px;
  grid-template-columns: repeat(1, minmax(0,1fr));
}
@media(min-width:700px){
  .catalog{ grid-template-columns: repeat(3, minmax(0,1fr)); }
}
.prod-card{
  background:#fff; border:1px solid var(--ring); border-radius:16px; overflow:hidden;
  box-shadow:0 8px 24px rgba(2,6,23,.06); transition:transform .2s ease, box-shadow .2s ease;
}
.prod-card:hover{ transform:translateY(-3px); box-shadow:0 12px 30px rgba(2,6,23,.10); }
.prod-card img{ width:100%; height:220px; object-fit:cover; }
.prod-body{ padding:14px; }
.prod-body h3{ margin:0 0 6px; font-size:18px; }
.prod-body .muted{ color:var(--muted); margin:0 0 8px; }
.mini-tags{ display:flex; gap:8px; flex-wrap:wrap; }
.mini-tags span{
  font-size:12px; background:#eef2ff; border:1px solid #e0e7ff; padding:3px 8px; border-radius:999px;
}

/* helper */
.hidden{ display:none !important; }
/* ==== Fix: Add breathing room below category tabs ==== */
.cat-tabs {
  margin-bottom: 32px !important;  /* increased from 18px */
}

/* Optionally add a small fade hover buffer so cards don’t feel crowded */
.catalog {
  margin-top: 8px;
}

/* =============================
   Why Ozzi Trading Hub — enhanced
   ============================= */
.why-wrap{
  display:grid; gap:20px;
  grid-template-columns: 1fr;   /* mobile */
}
@media(min-width:960px){
  .why-wrap{ grid-template-columns:1.2fr 1.1fr; align-items:center; }
}
.why-media{
  border-radius:16px; overflow:hidden; position:relative;
  box-shadow:0 12px 28px rgba(2,6,23,.10);
}
.why-media img{ width:100%; height:100%; object-fit:cover; display:block; }

.why-content .section-title{ text-align:left; }
.why-content .section-sub{ text-align:left; margin-bottom:18px; }

/* Feature cards grid */
.why-grid{
  display:grid; gap:14px; margin:16px 0 18px;
  grid-template-columns:1fr;     /* mobile */
}
@media(min-width:700px){
  .why-grid{ grid-template-columns:1fr 1fr; }
}
.why-card{
  display:grid; grid-template-columns:auto 1fr; gap:12px;
  background:#fff; border:1px solid var(--ring);
  border-radius:14px; padding:14px;
  box-shadow:0 8px 20px rgba(2,6,23,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.why-card:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 32px rgba(2,6,23,.12);
  border-color:#d7e3ff;
}
.why-card h3{ margin:0 0 4px; font-size:16px; }
.why-card p{ margin:0; color:var(--muted); font-size:14px; }

/* Icon pill */
.why-icon{
  width:42px; height:42px; border-radius:12px;
  display:grid; place-items:center;
  background:linear-gradient(135deg,var(--brand),var(--brand-2));
  color:#fff; box-shadow:0 8px 18px rgba(2,132,199,.25);
}

/* KPI row */
.why-kpis{
  display:grid; gap:12px; margin:8px 0 14px;
  grid-template-columns:repeat(2,1fr);  /* mobile */
}
@media(min-width:700px){
  .why-kpis{ grid-template-columns:repeat(4,1fr); }
}
.kpi{
  background:#fff; border:1px solid var(--ring); border-radius:14px;
  padding:14px; text-align:center;
}
.kpi-num{
  font-weight:800; font-size:22px; line-height:1;
  color:#0f172a; letter-spacing:.2px;
}
.kpi-num span{ font-size:14px; color:#64748b; margin-left:2px; }
.kpi-label{ margin-top:6px; font-size:12px; color:#64748b; }

/* Trust badges row — reuse your existing .badge look */
.why-badges{ display:flex; gap:10px; flex-wrap:wrap; margin-top:6px; }

/* ===== Our Impact / KPI Section ===== */
#impact{
  background:#f8fafc;
  padding:70px 0;
}
.impact-wrap{text-align:center;}
.impact-wrap .section-title{margin-bottom:6px;}
.impact-wrap .section-sub{max-width:600px;margin-inline:auto;margin-bottom:32px;}

.impact-grid{
  display:grid;gap:18px;
  grid-template-columns:repeat(2,1fr);
  justify-items:center;
}
@media(min-width:800px){
  .impact-grid{grid-template-columns:repeat(4,1fr);}
}
.impact-card{
  background:#fff;
  border:1px solid var(--ring);
  border-radius:16px;
  box-shadow:0 8px 24px rgba(2,6,23,.06);
  padding:24px 18px;
  text-align:center;
  width:100%;
  max-width:220px;
  transition:transform .2s ease, box-shadow .2s ease;
}
.impact-card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 32px rgba(2,6,23,.12);
}
.impact-card i{
  font-size:32px;
  color:var(--brand);
  margin-bottom:10px;
}
.impact-card h3{
  font-size:26px;
  font-weight:800;
  margin:0;
  color:#0f172a;
}
.impact-card p{
  margin:6px 0 0;
  font-size:14px;
  color:var(--muted);
}

/* Impact Section Alignment Fix */
#impact .container {
  width: min(1120px, 100%);
  margin-inline: auto;
  padding: 0 16px;
}
/* Make 5 impact cards wrap neatly */
@media(min-width:1000px){
  .impact-grid{ grid-template-columns:repeat(auto-fit, minmax(200px, 1fr)); }
}

/* ===== Google-style Testimonials ===== */
.testi-head{
  display:flex; align-items:flex-end; justify-content:space-between; gap:16px; margin-bottom:16px;
  flex-wrap:wrap;
}
.testi-aggregate{
  display:flex; align-items:center; gap:8px;
  font-weight:700;
}
.testi-aggregate .stars i{ color:#f59e0b; } /* gold stars */
.g-badge{
  display:inline-flex; align-items:center; gap:6px;
  background:#eef2ff; color:#111827; border:1px solid #e0e7ff;
  padding:6px 10px; border-radius:999px; font-weight:700; font-size:13px;
}
.g-badge i{ color:#4285F4; }

/* Cards grid */
.g-reviews{
  display:grid; gap:16px;
}
@media(min-width:760px){
  .g-reviews{ grid-template-columns:repeat(3,1fr); }
}
@media(min-width:1100px){
  .g-reviews{ grid-template-columns:repeat(4,1fr); }
}

@media (max-width: 450px) {
  .nav a {
    padding: 10px 4px !important;
    border-radius: 10px;
    color: black !important;
  }
}
.g-card{
  background:#fff; border:1px solid var(--ring); border-radius:16px; padding:14px;
  box-shadow:0 8px 24px rgba(2,6,23,.06); transition:transform .2s, box-shadow .2s, border-color .2s;
  min-height: 210px;
}
.g-card:hover{ transform:translateY(-3px); box-shadow:0 12px 32px rgba(2,6,23,.12); border-color:#d7e3ff; }

.g-top{ display:flex; align-items:center; gap:12px; margin-bottom:8px; }
.avatar{
  width:38px; height:38px; border-radius:50%; display:grid; place-items:center;
  background:#e5eefc; color:#1f2937; font-weight:800; border:1px solid #dbe3fb;
}
.g-name{ font-weight:800; }
.g-meta{ font-size:12px; color:#64748b; display:flex; gap:8px; align-items:center; flex-wrap:wrap; }

.g-stars{ color:#f59e0b; margin-bottom:8px; }
.g-text{ color:#111827; margin:0; }

/* Actions */
.testi-actions{
  display:flex; gap:10px; justify-content:center; margin-top:16px; flex-wrap:wrap;
}


.cart-sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 350px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0,0,0,0.2);
  z-index: 9999;
  transition: right 0.3s ease;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.cart-sidebar.open { right: 0; }

.cart-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 9998;
  display: none;
}
.cart-overlay.active { display: block; }

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.cart-items {
  flex-grow: 1;
  overflow-y: auto;
  max-height: 70vh;
}

.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.cart-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

.cart-info {
  flex: 1;
  margin-left: 10px;
}

.qty-box {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
}

.qty-box button {
  width: 25px;
  height: 25px;
  border: none;
  background: #f0f0f0;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}

.qty-box span {
  min-width: 20px;
  text-align: center;
}

.cart-footer {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.close{
    border: none;
  background: linear-gradient(135deg, var(--brand), var(--brand-2)) !important;
  color: #fff !important;
}