/* =========================================================
   SOM ADVERT — YIKSI-LIKE PRO GLASS THEME (SINGLE CLEAN FILE)
   Replace ENTIRE public/assets/style.css with this.
========================================================= */

:root{
  --brand: #dc2626;          /* RED */
  --brand-dark:#b91c1c;
  --brand-soft: rgba(220,38,38,.12);
  --brand-ring: rgba(220,38,38,.22);
}


/* base */
html, body{
  background: var(--bg) !important;
  color: var(--text);
  min-height:100%;
  overflow-x:hidden;
}

/* GLOBAL YIKSI-LIKE BACKGROUND (Aurora + Rays) */
body{
  position:relative;
}

/* aurora layers */
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-3;
  pointer-events:none;
  background:
    radial-gradient(1200px 720px at 14% 18%, rgba(160,80,255,.35), transparent 62%),
    radial-gradient(1200px 720px at 86% 12%, rgba(110,90,255,.28), transparent 66%),
    radial-gradient(1200px 720px at 12% 86%, rgba(255,70,180,.18), transparent 66%),
    radial-gradient(1200px 720px at 92% 92%, rgba(40,130,255,.15), transparent 66%),
    linear-gradient(180deg, #05030a 0%, #070515 42%, #05030a 100%);
  filter: saturate(1.22) contrast(1.05);
}

/* rays */
body::after{
  content:"";
  position:fixed;
  inset:-45%;
  z-index:-2;
  pointer-events:none;
  background:
    repeating-conic-gradient(
      from -18deg at 55% 6%,
      rgba(170,70,255,.22) 0deg,
      rgba(170,70,255,0) 9deg,
      rgba(120,90,255,.18) 18deg,
      rgba(120,90,255,0) 32deg
    ),
    radial-gradient(900px 520px at 55% 0%, rgba(170,80,255,.45), transparent 62%);
  transform: rotate(-12deg);
  opacity:.95;
  mix-blend-mode: screen;
}

/* typography */
h1,h2,h3,h4,h5,h6{ color:#fff; }
.text-secondary{ color: var(--muted) !important; }

/* remove white sections */
.container, .container-fluid{
  background:transparent !important;
  color:var(--text) !important;
}

/* Bootstrp white helpers -> glass */
.bg-white,
.bg-light,
.bg-body,
.bg-body-tertiary,
.bg-secondary-subtle{
  background: var(--glass) !important;
  border:1px solid var(--border) !important;
  backdrop-filter: blur(var(--blur));
}

/* NAVBAR (glass like yiksi) */
.navbar{
  background: rgba(10,8,20,.55) !important;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.navbar .nav-link{
  color: rgba(255,255,255,.75) !important;
}
.navbar .nav-link:hover,
.navbar .nav-link.active{
  color: #fff !important;
}

/* HERO (your .hero block) */
.hero{
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 18% 28%, rgba(170,70,255,.22), transparent 62%),
    radial-gradient(900px 520px at 85% 22%, rgba(120,90,255,.18), transparent 64%),
    linear-gradient(135deg, rgba(8,6,16,.75), rgba(8,6,22,.55)) !important;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
}
.hero *{ color: #fff; }
.hero .lead{ color: rgba(255,255,255,.72) !important; }

/* GLASS CARD (all cards) */
.card{
  background: var(--glass) !important;
  border: 1px solid var(--border) !important;
  backdrop-filter: blur(var(--blur));
  box-shadow: var(--shadow);
  color: var(--text) !important;
}
.card .card-title,
.card h5, .card h6{ color:#fff !important; }
.card-footer{
  background: transparent !important;
  border-top: 1px solid rgba(255,255,255,.10) !important;
}

/* Section wrapper (if you use .section-glass) */
.section-glass{
  background: var(--glass2) !important;
  border: 1px solid var(--border2) !important;
  border-radius: 22px;
  backdrop-filter: blur(var(--blur));
  box-shadow: 0 16px 45px rgba(0,0,0,.28);
}

/* icon pill */
.icon-pill{
  width:46px;
  height:46px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: linear-gradient(135deg, rgba(255,45,85,.25), rgba(120,90,255,.25));
  border: 1px solid rgba(255,255,255,.12);
  font-size:22px;
}

/* chips */
.chip{
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.85);
  font-size: 13px;
}

/* links */
a{ color: rgba(255,255,255,.78); }
a:hover{ color:#fff; }
a.text-decoration-none{ color: rgba(255,255,255,.78) !important; }
a.text-decoration-none:hover{ color:#fff !important; text-decoration: underline !important; }

/* buttons */
.btn{
  border-radius: 14px;
}
.btn-outline-dark{
  color: rgba(255,255,255,.88) !important;
  border-color: rgba(255,255,255,.22) !important;
}
.btn-outline-dark:hover{
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(255,255,255,.30) !important;
}
.btn-dark{
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
}
.btn-dark:hover{
  background: rgba(255,255,255,.14) !important;
}

/* forms */
.form-control, .form-select, textarea{
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  color: #fff !important;
  border-radius: 14px;
}
.form-control::placeholder, textarea::placeholder{
  color: rgba(255,255,255,.55) !important;
}
.form-control:focus, .form-select:focus, textarea:focus{
  box-shadow: 0 0 0 .2rem rgba(170,70,255,.18) !important;
  border-color: rgba(170,70,255,.45) !important;
}

/* tables (admin) */
.table{
  color: rgba(255,255,255,.92) !important;
}
.table-striped>tbody>tr:nth-of-type(odd)>*{
  background: rgba(255,255,255,.04) !important;
  color: rgba(255,255,255,.92) !important;
}
.table td, .table th{
  border-color: rgba(255,255,255,.10) !important;
}

/* modal */
.modal-content{
  background: rgba(10,8,20,.92) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  backdrop-filter: blur(18px);
  color: #fff !important;
}
.modal-header{
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
}
.btn-close{ filter: invert(1); }

/* hr */
hr{
  border-color: rgba(255,255,255,.14) !important;
}

/* small polish */
.card-hover{
  transition: transform .15s ease, box-shadow .15s ease;
}
.card-hover:hover{
  transform: translateY(-2px);
  box-shadow: 0 26px 70px rgba(0,0,0,.45);
}
/* =========================
   YIKSI NAVBAR (PILL + GLASS)
   paste at END of style.css
========================= */

.navbar-yiksi{
  position: sticky;
  top: 0;
  z-index: 1200;
  padding: 16px 0;
  background: transparent !important;
}

.navbar-yiksi .nav-shell{
  width: 100%;
  border-radius: 999px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 12px;

  background: rgba(10, 8, 20, .55);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
}

.navbar-yiksi .nav-logo{
  width: 34px;
  height: 34px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,.35);
}

.navbar-yiksi .nav-title{
  font-weight: 700;
  letter-spacing: .2px;
  color: rgba(255,255,255,.92);
}

.navbar-yiksi .nav-toggle{
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 14px;
  padding: 8px 10px;
}

.navbar-yiksi .nav-links .nav-link-yiksi{
  color: rgba(255,255,255,.78) !important;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: .1px;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.navbar-yiksi .nav-links .nav-link-yiksi:hover{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  color: #fff !important;
  transform: translateY(-1px);
}

.navbar-yiksi .nav-links .nav-link-yiksi.active{
  background: rgba(170, 70, 255, .16);
  border: 1px solid rgba(170, 70, 255, .26);
  color: #fff !important;
}

/* Mobile: dropdown look nice */
@media (max-width: 991.98px){
  .navbar-yiksi .nav-shell{
    border-radius: 18px;
    padding: 12px;
  }
  .navbar-yiksi .navbar-collapse{
    margin-top: 10px;
  }
  .navbar-yiksi .nav-links .nav-link-yiksi{
    padding: 10px 12px;
  }
}
/* =========================
   YIKSI PRO HEADER (PILL GLASS NAV)
   Paste at END of style.css
========================= */

/* sticky + spacing like Yiksi */
.navbar.navbar-yiksi{
  position: sticky;
  top: 14px;
  z-index: 1050;
  background: transparent !important;
  padding: 0 !important;
}

/* pill container */
.navbar.navbar-yiksi .nav-shell{
  background: rgba(10, 8, 20, .55);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  padding: 10px 14px;
  box-shadow: 0 18px 55px rgba(0,0,0,.35);
}

/* brand */
.navbar.navbar-yiksi .navbar-brand{
  font-weight: 700;
  letter-spacing: .2px;
}
.navbar.navbar-yiksi .navbar-brand img{
  border-radius: 10px !important;
  box-shadow: 0 10px 30px rgba(170, 70, 255, .25);
  border: 1px solid rgba(255,255,255,.12);
}

/* links = pill items */
.navbar.navbar-yiksi .navbar-nav .nav-link{
  position: relative;
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(255,255,255,.78) !important;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.navbar.navbar-yiksi .navbar-nav .nav-link:hover{
  background: rgba(255,255,255,.06);
  color: #fff !important;
  transform: translateY(-1px);
}

/* active look (add class="active" in PHP if you want) */
.navbar.navbar-yiksi .navbar-nav .nav-link.active{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff !important;
}

/* nicer toggler */
.navbar.navbar-yiksi .navbar-toggler{
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 12px !important;
}
.navbar.navbar-yiksi .navbar-toggler:focus{
  box-shadow: 0 0 0 .2rem rgba(170,70,255,.18) !important;
}

/* =========================
   YIKSI PRO SERVICES SECTION
========================= */

.section-title{
  font-weight: 800;
  letter-spacing: -.2px;
}
.section-subtitle{
  color: rgba(255,255,255,.65);
}

/* services wrapper (glass like Yiksi blog cards) */
.services-wrap{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(16px);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 22px 70px rgba(0,0,0,.35);
}

/* card upgrades */
.card.yiksi-card{
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  backdrop-filter: blur(16px);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}
.card.yiksi-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
}
.card.yiksi-card .text-secondary{
  color: rgba(255,255,255,.65) !important;
}

/* icon like Yiksi */
.icon-pill{
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(120px 80px at 20% 20%, rgba(170, 70, 255, .35), transparent 55%),
    radial-gradient(120px 80px at 85% 25%, rgba(120, 90, 255, .25), transparent 60%),
    rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
  font-size: 22px;
}

/* bullets look cleaner */
.yiksi-list{
  margin: 0;
  padding-left: 18px;
}
.yiksi-list li{
  margin: 6px 0;
  color: rgba(255,255,255,.86);
}

/* button like Yiksi (pill) */
.btn.btn-yiksi{
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.92);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.btn.btn-yiksi:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.22);
  color: #fff;
}
/* =========================
   SOM ADVERT — YIKSI STYLE (PRO)
   Put as ONLY content in style.css
========================= */

:root{
  --bg:#06040b;
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.62);

  --glass:rgba(255,255,255,.06);
  --glass2:rgba(255,255,255,.04);
  --border:rgba(255,255,255,.12);
  --border2:rgba(255,255,255,.10);

  --shadow: 0 20px 55px rgba(0,0,0,.35);
  --shadow2: 0 18px 45px rgba(0,0,0,.20);

  --accent1: rgba(170, 70, 255, .55);
  --accent2: rgba(120, 90, 255, .45);
  --accent3: rgba(255, 70, 180, .28);
}

/* Base */
html, body{
  background: var(--bg) !important;
  color: var(--text) !important;
  min-height:100%;
  overflow-x:hidden;
}

body{
  position: relative;
}

/* Aurora */
body::before{
  content:"";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;

  background:
    radial-gradient(1200px 700px at 15% 20%, rgba(160, 80, 255, .35), transparent 60%),
    radial-gradient(1200px 700px at 85% 15%, rgba(110, 90, 255, .28), transparent 65%),
    radial-gradient(1200px 700px at 10% 85%, rgba(255, 70, 180, .18), transparent 65%),
    radial-gradient(1200px 700px at 90% 90%, rgba(40, 130, 255, .15), transparent 65%),
    linear-gradient(180deg, #05030a 0%, #070515 40%, #05030a 100%);

  filter: saturate(1.25) contrast(1.05);
}

/* Rays */
body::after{
  content:"";
  position: fixed;
  inset: -45%;
  z-index: -2;
  pointer-events: none;

  background:
    repeating-conic-gradient(
      from -18deg at 55% 6%,
      rgba(170, 70, 255, .28) 0deg,
      rgba(170, 70, 255, .00) 9deg,
      rgba(120, 90, 255, .22) 18deg,
      rgba(120, 90, 255, .00) 32deg
    ),
    radial-gradient(900px 520px at 55% 0%, rgba(170, 80, 255, .45), transparent 60%);

  transform: rotate(-12deg);
  opacity: .95;
  mix-blend-mode: screen;
}

/* Typography */
h1,h2,h3,h4,h5,h6{ color:#fff; }
.text-secondary{ color: var(--muted) !important; }

/* Containers no white */
.container, .container-fluid{ background: transparent !important; color: var(--text) !important; }

/* Bootstrap white blocks -> glass */
.bg-white, .bg-light, .bg-body, .bg-body-tertiary, .bg-secondary-subtle{
  background: var(--glass) !important;
  border: 1px solid var(--border) !important;
  backdrop-filter: blur(16px);
}

/* Glass Card */
.card{
  background: var(--glass) !important;
  border: 1px solid var(--border) !important;
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow2);
  color: var(--text) !important;
  border-radius: 18px;
}
.card .card-title, .card h5, .card h6{ color:#fff !important; }
.card:hover{
  transform: translateY(-2px);
  transition: .18s ease;
  box-shadow: var(--shadow);
}

/* Brand logo */
.brand-logo{
  width:34px;
  height:34px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0,0,0,.35);
}
.brand-text{ font-weight: 700; letter-spacing: .3px; }

/* =========================
   HEADER / NAV (YIKSI PILL)
========================= */
.site-header{ padding-top: 14px; }
.nav-shell{
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
}
.nav-yiksi{
  background: rgba(10, 8, 20, .55) !important;
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(0,0,0,.25);
  padding: 10px 8px;
}
.navbar .nav-link{
  color: rgba(255,255,255,.80) !important;
  padding: 10px 14px !important;
  border-radius: 999px;
  transition: .15s ease;
}
.navbar .nav-link:hover{
  background: rgba(255,255,255,.06);
  color:#fff !important;
}
.navbar .nav-link.active{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color:#fff !important;
}

/* CTA button like pro */
.btn-cta{
  border-radius: 999px !important;
  padding: 10px 16px !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  color: #fff !important;
  background: linear-gradient(135deg, rgba(170,70,255,.55), rgba(120,90,255,.35)) !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.25);
}
.btn-cta:hover{
  transform: translateY(-1px);
  transition: .15s ease;
  filter: brightness(1.05);
}

/* =========================
   SERVICES — PRO CARDS
========================= */
.page-head{
  margin-bottom: 18px;
}
.page-chip{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.78);
  font-size: 13px;
}

.service-card{
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
  border-radius: 18px;
}
.service-card:hover{
  box-shadow: 0 22px 60px rgba(0,0,0,.35);
  transform: translateY(-2px);
  transition: .18s ease;
}
.icon-pill{
  width:50px;
  height:50px;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: linear-gradient(135deg, rgba(170,70,255,.25), rgba(255,70,180,.18));
  border: 1px solid rgba(255,255,255,.10);
  font-size: 22px;
}
.service-list{
  margin: 12px 0 0;
  padding-left: 16px;
  color: rgba(255,255,255,.86);
}
.service-list li{ margin: 6px 0; }

/* Service button glass */
.btn-glass{
  border-radius: 999px !important;
  padding: 10px 14px !important;
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  color: rgba(255,255,255,.92) !important;
}
.btn-glass:hover{
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(255,255,255,.18) !important;
  color:#fff !important;
}

/* =========================
   FOOTER — like your sample
========================= */
.site-footer{
  padding-bottom: 28px;
}
.footer-card{
  background: rgba(10, 8, 20, .55);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(18px);
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(0,0,0,.28);
  padding: 26px;
}
.footer-title{
  color:#fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer-links{
  display:flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links a{
  color: rgba(255,255,255,.70);
  text-decoration: none;
}
.footer-links a:hover{
  color:#fff;
  text-decoration: underline;
}

.footer-bottom{
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
}

.to-top{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#fff;
  background: linear-gradient(135deg, rgba(170,70,255,.55), rgba(120,90,255,.35));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 12px 28px rgba(0,0,0,.25);
}
.to-top:hover{ filter: brightness(1.05); }
/* =========================
   SOM ADVERT — YIKSI PRO UI PACK
   (Header + Services + Footer + Slider)
========================= */

.sa-navbar{
  position: sticky;
  top: 14px;
  z-index: 1000;
  background: transparent !important;
}

.sa-navwrap{
  width: 100%;
  display:flex;
  align-items:center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(10, 8, 20, .55);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 55px rgba(0,0,0,.35);
}

.sa-logo{
  width:34px;height:34px;border-radius:10px;object-fit:cover;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.sa-brand{
  color:#fff;
  font-weight:700;
  letter-spacing:.3px;
}

.sa-toggler{
  border-color: rgba(255,255,255,.18) !important;
}

.sa-navlinks .sa-link{
  color: rgba(255,255,255,.78) !important;
  padding: 10px 14px !important;
  border-radius: 999px;
  transition: .2s ease;
}
.sa-navlinks .sa-link:hover{
  background: rgba(255,255,255,.06);
  color:#fff !important;
}
.sa-navlinks .sa-link.active{
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.10);
  color:#fff !important;
}

.sa-btn-primary{
  border: 0 !important;
  color: #fff !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(170,70,255,.95), rgba(120,90,255,.85)) !important;
  box-shadow: 0 18px 45px rgba(120,90,255,.22);
}
.sa-btn-primary:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
}
.sa-btn-ghost{
  color: rgba(255,255,255,.85) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.04) !important;
}
.sa-btn-ghost:hover{
  background: rgba(255,255,255,.07) !important;
  color:#fff !important;
}

/* Services cards (pro) */
.sa-service-card{
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 55px rgba(0,0,0,.35);
  border-radius: 18px !important;
  overflow: hidden;
  transition: .22s ease;
}
.sa-service-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(0,0,0,.45);
  border-color: rgba(170,70,255,.22) !important;
}

/* Slider */
.sa-slider .carousel-indicators [data-bs-target]{
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  opacity: .55;
}
.sa-slider .carousel-indicators .active{
  opacity: 1;
}
.sa-slide{
  padding: 22px 18px;
  border-radius: 22px;
}
.sa-slide-title{
  color:#fff;
  font-weight: 800;
  letter-spacing: .2px;
  margin-bottom: 10px;
}
.sa-slide-text{
  color: rgba(255,255,255,.72);
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 16px;
}
.sa-slide-media{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  padding: 10px;
  box-shadow: 0 24px 70px rgba(0,0,0,.40);
}
.sa-slide-media img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
  filter: saturate(1.05) contrast(1.02);
}

/* Footer */
.sa-footer{
  background: rgba(10, 8, 20, .55);
  border-top: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(18px);
}
.sa-footer-logo{
  width:34px;height:34px;border-radius:10px;object-fit:cover;
}
.sa-footer-title{
  color:#fff;
  font-weight:700;
  margin-bottom: 10px;
}
.sa-footer-link{
  display:block;
  color: rgba(255,255,255,.65);
  text-decoration: none;
  padding: 6px 0;
}
.sa-footer-link:hover{
  color:#fff;
  text-decoration: underline;
}
.sa-footer-hr{
  border-color: rgba(255,255,255,.12);
  margin: 26px 0 14px;
}
.sa-tag{
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.78);
  font-size: 12.5px;
}
/* =========================
   AFRAIN0-LIKE HERO (Light)
========================= */
:root{
  --ink:#0f172a;
  --muted:#475569;
  --card:#ffffff;
  --border:#e5e7eb;
  --shadow: 0 25px 70px rgba(15, 23, 42, .12);
  --accent:#f7b500;     /* yellow */
  --brand:#0f766e;      /* teal/green */
  --bg1:#f8fafc;
  --bg2:#ffffff;
}

.hero-afraino{
  position: relative;
  background: radial-gradient(900px 400px at 75% 35%, rgba(15,118,110,.10), transparent 60%),
              radial-gradient(700px 380px at 35% 25%, rgba(247,181,0,.14), transparent 60%),
              linear-gradient(180deg, var(--bg2), var(--bg1));
  border: 1px solid rgba(229,231,235,.8);
  border-radius: 28px;
  padding: 56px 44px;
  overflow: hidden;
}

.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background: rgba(15,118,110,.08);
  color: var(--brand);
  border: 1px solid rgba(15,118,110,.18);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
}

.hero-title{
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.02;
  font-size: clamp(40px, 4.2vw, 64px);
  margin: 18px 0 14px;
}
.hero-title .hl{
  color: var(--accent);
}

.hero-desc{
  color: var(--muted);
  max-width: 560px;
  font-size: 18px;
  line-height: 1.6;
}

.btn-accent{
  background: var(--accent);
  border: 0;
  color: #111827;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(247,181,0,.25);
}
.btn-accent:hover{ filter: brightness(.97); }

.btn-soft{
  background: rgba(15,23,42,.04);
  border: 1px solid rgba(15,23,42,.10);
  color: var(--ink);
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 999px;
}
.btn-soft:hover{ background: rgba(15,23,42,.06); }

.hero-stats{
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(15,23,42,.08);
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.stat strong{
  display:block;
  font-size: 22px;
  color: var(--accent);
  line-height: 1;
}
.stat span{
  color: var(--muted);
  font-size: 13px;
}

.mock-wrap{
  position: relative;
  display:flex;
  justify-content:center;
  align-items:center;
}

.phone-mock{
  width: min(340px, 100%);
  background: #fff;
  border: 1px solid rgba(229,231,235,.9);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 14px;
  position: relative;
}

.phone-top{
  height: 10px;
  width: 90px;
  border-radius: 999px;
  background: rgba(15,23,42,.08);
  margin: 6px auto 12px;
}

.phone-screen{
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(15,118,110,.95), rgba(15,118,110,.75));
  padding: 16px;
  color: #fff;
  min-height: 140px;
  position: relative;
}

.mini-card{
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  padding: 10px;
  margin-top: 12px;
}

.phone-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 12px;
}
.phone-tile{
  background: #fff;
  border: 1px solid rgba(229,231,235,.85);
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 12px 30px rgba(15,23,42,.08);
  text-align:center;
}
.phone-tile .dot{
  width: 34px; height: 34px;
  border-radius: 12px;
  display:inline-flex;align-items:center;justify-content:center;
  background: rgba(247,181,0,.18);
  color: #7c5a00;
  font-weight: 900;
  margin-bottom: 8px;
}

.float-pill{
  position:absolute;
  padding: 10px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(229,231,235,.9);
  box-shadow: 0 18px 40px rgba(15,23,42,.10);
  font-weight: 800;
  color: #0f172a;
  display:flex; gap:10px; align-items:center;
}
.float-pill small{ font-weight:700; color: var(--muted); }

.pill-1{ top: 18px; left: -10px; }
.pill-2{ top: 46%; left: -24px; transform: translateY(-50%); }
.pill-3{ bottom: 18px; right: -14px; }

@media (max-width: 991px){
  .hero-afraino{ padding: 42px 22px; }
  .pill-1,.pill-2,.pill-3{ display:none; } /* mobile nadiifi */
}
/* =========================================
   FORCE LIGHT THEME (make site white)
   Ku dhaji DHAMMAADKA style.css
========================================= */

/* 1) Background guud */
html, body{
  background: #ffffff !important;
  color: #0f172a !important;
}

/* Haddii aad hore u lahayd body::before / gradients */
body::before, body::after{
  display:none !important;
  content:none !important;
}

/* 2) Container/sections background */
.container, .section, .section-glass, .hero, .hero-pro, .hero-afraino{
  background: transparent !important;
}

/* 3) Navbar / Header (haddii aad leedahay glass-dark) */
.navbar, header, .topbar, .site-header{
  background: rgba(255,255,255,.92) !important;
  border-bottom: 1px solid #e5e7eb !important;
  backdrop-filter: blur(10px);
}

/* Links */
.navbar a, header a, .nav-link{
  color:#0f172a !important;
}
.navbar a:hover, header a:hover, .nav-link:hover{
  color:#0f766e !important;
}

/* 4) Cards & glass-card => ka dhig white */
.card, .glass-card, .card-hover{
  background: #ffffff !important;
  color:#0f172a !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 18px 45px rgba(15,23,42,.08) !important;
}

/* Hr / borders */
hr, .glass-hr{
  border-color:#e5e7eb !important;
  opacity:1 !important;
}

/* 5) Text colors (dark mode text-white) */
.text-white, .text-white-50{
  color:#0f172a !important;
}
.text-white-50{
  color:#64748b !important;
}

/* Section titles */
.section-title, h1,h2,h3,h4,h5,h6{
  color:#0f172a !important;
}

/* 6) Buttons */
.btn-outline-light{
  border-color:#cbd5e1 !important;
  color:#0f172a !important;
}
.btn-outline-light:hover{
  background:#0f172a !important;
  color:#fff !important;
  border-color:#0f172a !important;
}

.btn-light{
  background:#f8fafc !important;
  border:1px solid #e5e7eb !important;
  color:#0f172a !important;
}

/* 7) Chips / pills */
.chip{
  background: #f8fafc !important;
  border: 1px solid #e5e7eb !important;
  color: #0f172a !important;
}

/* 8) Footer */
footer, .footer{
  background:#ffffff !important;
  border-top:1px solid #e5e7eb !important;
  color:#334155 !important;
}
/* PURE WHITE SITE */
html, body{
  background:#ffffff !important;
  color:#0f172a !important;
}

body::before, body::after{
  content:none !important;
  display:none !important;
}
/* HEADER / LOGO PILL -> WHITE */
.site-header,
header,
.navbar,
.topbar{
  background: rgba(255,255,255,.94) !important;
  border-bottom: 1px solid #e5e7eb !important;
  backdrop-filter: blur(10px);
}

/* Logo container / badge (waxay ku xirantahay class-ka aad isticmaasho) */
.brand,
.logo-wrap,
.navbar-brand,
.header-brand,
.brand-pill{
  background:#ffffff !important;
  border:1px solid #e5e7eb !important;
  box-shadow: 0 12px 35px rgba(15,23,42,.08) !important;
  border-radius: 999px !important;
  padding: 10px 14px !important;
}

/* haddii logo-ga uu leeyahay bg madow/gradient */
.brand img,
.logo-wrap img,
.navbar-brand img{
  background: transparent !important;
}

/* Text-ka logo */
.brand span,
.logo-wrap span,
.navbar-brand span{
  color:#0f172a !important;
}
/* ===============================
   HEADER TEXT VISIBILITY FIX
=============================== */

/* Header background */
header, .navbar, .site-header{
  background:#ffffff !important;
  border-bottom:1px solid #e5e7eb !important;
}

/* Navbar links */
.navbar a,
.navbar .nav-link{
  color:#0f172a !important;   /* qoraal madow oo cad */
  font-weight:600;
}

.navbar a:hover,
.navbar .nav-link:hover{
  color:#0f766e !important;   /* hover green */
}

/* Active link */
.navbar .nav-link.active{
  color:#f59e0b !important;   /* yellow highlight */
  font-weight:700;
}

/* Brand / Logo text */
.navbar-brand,
.navbar-brand span{
  color:#0f172a !important;
  font-weight:800;
}
/* =========================
   AFRAIN0 SERVICES (LIGHT)
========================= */
.services-hero{
  text-align:center;
  margin-bottom: 26px;
}
.services-hero h1{
  font-weight: 900;
  letter-spacing: -0.02em;
  color:#0f172a;
}
.services-hero p{
  color:#64748b;
  max-width: 720px;
  margin: 10px auto 0;
  line-height: 1.7;
}

/* Grid spacing */
.services-grid{ margin-top: 26px; }

/* Card */
.service-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(15,23,42,.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow:hidden;
}
.service-card:hover{
  transform: translateY(-4px);
  border-color: rgba(15,118,110,.35);
  box-shadow: 0 28px 70px rgba(15,23,42,.10);
}

/* Icon box (AfraIno like) */
.service-icon{
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(247,181,0,.15);
  border: 1px solid rgba(247,181,0,.25);
  font-size: 20px;
  flex: 0 0 auto;
}

/* Headings */
.service-card h5{
  color:#0f172a !important;
  font-weight: 800;
  margin:0;
}
.service-card .service-desc{
  color:#64748b !important;
  font-size: 14px;
  margin-top: 4px;
}

/* Details list */
.service-list{
  margin: 14px 0 0;
  padding-left: 18px;
  color:#334155 !important;
}
.service-list li{
  margin: 6px 0;
}

/* Footer button */
.btn-service{
  background:#0f766e;
  color:#fff;
  border:0;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 800;
}
.btn-service:hover{ filter: brightness(.96); color:#fff; }

/* Remove any dark overrides inside services */
.service-card .text-white,
.service-card .text-white-50{
  color:#0f172a !important;
}
/* =========================
   WhatsApp Floating Chat
========================= */
.wa-widget{ position: fixed; right: 18px; bottom: 18px; z-index: 9999; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial; }
.wa-fab{
  width: 56px; height: 56px; border-radius: 18px;
  border: 0; cursor: pointer;
  background: #760f0f; color: #fff; font-size: 22px;
  box-shadow: 0 18px 45px rgba(15,23,42,.25);
}
.wa-panel{
  width: 330px; max-width: calc(100vw - 36px);
  background:#fff; border:1px solid #e5e7eb;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(15,23,42,.22);
  overflow:hidden;
  position:absolute; right:0; bottom:70px;
  display:none;
}
.wa-panel.open{ display:block; }

.wa-head{
  background:#ad0808; color:#fff;
  padding: 12px 12px;
  display:flex; align-items:center; justify-content:space-between; gap:10px;
}
.wa-brand{ display:flex; align-items:center; gap:10px; }
.wa-logo{
  width: 40px; height: 40px; border-radius: 14px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(255,255,255,.16);
  font-weight: 900;
}
.wa-title{ font-weight: 900; line-height:1.1; }
.wa-sub{ font-size: 12px; opacity:.9; }
.wa-x{ background: transparent; border:0; color:#fff; font-size:18px; cursor:pointer; }

.wa-body{ padding: 14px; background:#f8fafc; }
.wa-bubble{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius: 14px;
  padding: 12px;
  color:#0f172a;
  line-height: 1.5;
  font-size: 14px;
}

.wa-actions{ display:flex; gap:10px; margin-top: 12px; }
.wa-btn{
  flex:1;
  display:inline-flex; align-items:center; justify-content:center;
  gap:8px;
  padding: 10px 10px;
  border-radius: 999px;
  border:1px solid #e5e7eb;
  background:#fff;
  color:#0f172a;
  font-weight:800;
  text-decoration:none;
  font-size: 13px;
}
.wa-btn-green{ border-color: rgba(185, 16, 16, 0.637); }

.wa-input{
  padding: 12px;
  border-top: 1px solid #e5e7eb;
  display:flex; gap:10px; align-items:center;
  background:#fff;
}
.wa-input input{
  flex:1;
  border:1px solid #e5e7eb;
  border-radius: 999px;
  padding: 10px 12px;
  outline:none;
}
.wa-input button{
  width: 40px; height: 40px;
  border-radius: 14px;
  border:0;
  cursor:pointer;
  background:#76120f;
  color:#fff;
  font-weight:900;
}
/* =========================
   HERO ANIMATIONS (AfraIno)
========================= */

/* Base hidden */
[data-anim]{
  opacity: 0;
  transform: translateY(20px);
  transition: all .8s cubic-bezier(.22,.61,.36,1);
}

/* When visible */
[data-anim].show{
  opacity: 1;
  transform: translateY(0);
}

/* Delays */
.delay-1{ transition-delay:.15s; }
.delay-2{ transition-delay:.3s; }
.delay-3{ transition-delay:.45s; }
.delay-4{ transition-delay:.6s; }

/* Floating phone */
.phone-mock{
  animation: floatPhone 6s ease-in-out infinite;
}
@keyframes floatPhone{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-12px); }
}

/* Floating pills */
.float-pill{
  animation: floatPill 5s ease-in-out infinite;
}
.pill-1{ animation-delay:0s; }
.pill-2{ animation-delay:1s; }
.pill-3{ animation-delay:2s; }

@keyframes floatPill{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-10px); }
}

/* Button hover micro */
.btn-accent, .btn-soft{
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn-accent:hover, .btn-soft:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
}
/* ===== WA Widget: RED theme (match logo) ===== */
:root{
  --wa: #dc2626;        /* main red */
  --wa-dark:#b91c1c;    /* darker */
  --wa-soft: rgba(220,38,38,.12);
}

/* button floating */
.wa-fab{
  background: var(--wa) !important;
}

/* header top bar */
.wa-head{
  background: var(--wa) !important;
}

/* send button */
.wa-input button{
  background: var(--wa) !important;
}

/* whatsapp button outline */
.wa-btn-green{
  border-color: rgba(220,38,38,.35) !important;
}

/* optional: small badge / logo bg */
.wa-logo{
  background: rgba(255,255,255,.18) !important;
}

/* optional hover */
.wa-fab:hover,
.wa-input button:hover{
  background: var(--wa-dark) !important;
}
/* =========================
   FORCE: yellow/green -> RED
   ========================= */

/* Buttons / links */
.btn-accent,
.btn-yiksi{
  background: var(--brand) !important;
  border-color: var(--brand) !important;
  color:#fff !important;
}
.btn-accent:hover,
.btn-yiksi:hover{
  background: var(--brand-dark) !important;
  border-color: var(--brand-dark) !important;
}

.btn-soft{
  border-color: var(--brand-ring) !important;
}
a:hover{ color: var(--brand) !important; }

/* Badge dot + badge border */
.hero-badge span{
  background: var(--brand) !important;
}
.hero-badge{
  border-color: var(--brand-ring) !important;
}

/* Highlight text (Digital / Reality) */
.hero-title .hl{
  color: var(--brand) !important;
}

/* Stats highlight / any accent numbers */
.hero-stats strong,
.section-title .hl{
  color: var(--brand) !important;
}

/* Pills / icons that were green/yellow */
.float-pill span{
  background: var(--brand-soft) !important;
  color: var(--brand) !important;
}

/* Phone mock green screen -> RED theme */
.phone-screen{
  background: linear-gradient(135deg, #ef4444, #b91c1c) !important;
}
.mini-card{
  background: rgba(255,255,255,.14) !important;
}

/* WhatsApp widget already red, but enforce again */
.wa-fab, .wa-head, .wa-input button{
  background: var(--brand) !important;
}
.wa-fab:hover, .wa-input button:hover{
  background: var(--brand-dark) !important;
}
.wa-btn-green{
  border-color: var(--brand-ring) !important;
}

/* If you have any old yellow class */
.text-warning, .bg-warning, .border-warning{
  color: var(--brand) !important;
  background: var(--brand) !important;
  border-color: var(--brand) !important;
}
/* If you have any old green class */
.text-success, .bg-success, .border-success{
  color: var(--brand) !important;
  background: var(--brand) !important;
  border-color: var(--brand) !important;
}
/* ===== SOM ADVERT (RED theme) ===== */
:root{
  --brand: #e11d48;        /* primary red */
  --brand2:#fb7185;        /* soft pink/red */
  --brand-soft: rgba(225,29,72,.10);
  --ink:#0f172a;
}

/* Admin navbar uses same layout as public */
.admin-nav{
  background: transparent;
}

.admin-nav .navbar-nav .nav-link{
  color: #0f172a !important;
  font-weight: 700;
  padding: .55rem .85rem;
  border-radius: 999px;
}

.admin-nav .navbar-nav .nav-link.active{
  background: var(--brand-soft);
  color: var(--brand) !important;
}

.brand-sub{
  margin-left: .35rem;
  font-size: 12px;
  color: #64748b;
  font-weight: 700;
}

/* Logout button (red) */
.btn-cta-admin{
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color: #fff !important;
  border: 0;
  border-radius: 999px;
  padding: .7rem 1.05rem;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(225,29,72,.25);
}
.btn-cta-admin:hover{
  transform: translateY(-1px);
}
/* ===== Admin Sidebar ===== */
.admin-layout{
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
  align-items: start;
}

@media (max-width: 991.98px){
  .admin-layout{ grid-template-columns: 1fr; }
}

/* Sidebar card */
.sidebar-card{
  position: sticky;
  top: 18px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(229,231,235,.9);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(15,23,42,.08);
  padding: 14px;
}

/* Brand row */
.sidebar-brand{
  display:flex;
  gap: 10px;
  align-items:center;
  padding: 10px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(225,29,72,.08), rgba(225,29,72,.02));
  border: 1px solid rgba(225,29,72,.12);
}

.sidebar-logo{
  width: 46px;
  height: 46px;
  border-radius: 16px;
  object-fit: cover;
  background:#fff;
}

.sidebar-name{
  font-weight: 900;
  color: #0f172a;
  line-height: 1.1;
}

.sidebar-sub{
  font-size: 12px;
  color: #64748b;
  font-weight: 700;
}

/* Links */
.sidebar-nav{ padding: 10px 4px; display:grid; gap: 8px; }

.side-link{
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 16px;
  text-decoration:none;
  color: #0f172a;
  font-weight: 800;
  border: 1px solid transparent;
}

.side-ic{
  width: 36px;
  height: 36px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(15,23,42,.04);
}

.side-link:hover{
  background: rgba(225,29,72,.06);
  border-color: rgba(225,29,72,.10);
}

.side-link.active{
  background: rgba(225,29,72,.10);
  border-color: rgba(225,29,72,.18);
  color: #e11d48;
}

.side-link.active .side-ic{
  background: linear-gradient(135deg, #e11d48, #fb7185);
  color: #fff;
}

/* Separator + footer */
.sidebar-sep{
  height: 1px;
  background: rgba(226,232,240,.9);
  margin: 10px 6px;
}

.sidebar-actions{ padding: 8px 6px 2px; }

.sidebar-foot{
  padding: 10px 6px 4px;
  color: #94a3b8;
  text-align:center;
}

/* Make offcanvas look clean on mobile */
.admin-sidebar .offcanvas-body{
  background: transparent;
}
/* =========================
   THEME (Light / Dark)
========================= */
:root{
  --bg: #f7f8fc;
  --bg2:#ffffff;
  --card:#ffffff;
  --text:#0f172a;
  --muted:#64748b;
  --border: rgba(2,6,23,.08);
  --shadow: 0 18px 50px rgba(2,6,23,.08);

  --primary:#e53946;      /* brand red */
  --primary2:#ff5b68;
  --ring: rgba(229,57,70,.25);

  --glass: rgba(255,255,255,.72);
  --glassBorder: rgba(255,255,255,.55);

  --navBg: rgba(255,255,255,.75);
  --navBorder: rgba(2,6,23,.08);

  --gradA: rgba(229,57,70,.10);
  --gradB: rgba(120,120,255,.08);
}

/* Dark mode (Elegant) */
html[data-theme="dark"]{
  --bg: #0b1220;          /* deep navy */
  --bg2:#0e172a;
  --card: rgba(255,255,255,.04);
  --text:#e6edf7;
  --muted:#a7b2c5;
  --border: rgba(255,255,255,.10);
  --shadow: 0 22px 70px rgba(0,0,0,.55);

  --primary:#ff4d5a;      /* red stays vivid */
  --primary2:#ff8a92;
  --ring: rgba(255,77,90,.30);

  --glass: rgba(15,23,42,.55);
  --glassBorder: rgba(255,255,255,.08);

  --navBg: rgba(10,16,30,.65);
  --navBorder: rgba(255,255,255,.10);

  --gradA: rgba(255,77,90,.12);
  --gradB: rgba(99,102,241,.10);
}

/* Apply colors globally */
body{
  background: radial-gradient(900px 500px at 15% 10%, var(--gradA), transparent 55%),
              radial-gradient(700px 450px at 85% 15%, var(--gradB), transparent 60%),
              linear-gradient(180deg, var(--bg), var(--bg2));
  color: var(--text);
}

a{ color: inherit; }

/* cards & sections (use these classes haddii aad rabto) */
.card, .hero, .panel, .box{
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

/* Navbar haddii aad leedahay */
.navbar, header, .topbar{
  background: var(--navBg);
  border: 1px solid var(--navBorder);
  backdrop-filter: blur(14px);
}

/* inputs */
input, textarea, select{
  background: rgba(255,255,255,.75);
  border: 1px solid var(--border);
  color: var(--text);
}
html[data-theme="dark"] input,
html[data-theme="dark"] textarea,
html[data-theme="dark"] select{
  background: rgba(255,255,255,.06);
}

/* buttons - keep your style but theme friendly */
.btn, button, .button{
  border: 1px solid var(--border);
}
.btn-primary{
  background: linear-gradient(135deg, var(--primary), var(--primary2));
  color: #fff;
  box-shadow: 0 18px 40px var(--ring);
}
.theme-toggle{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:999px;
  background: var(--glass);
  border:1px solid var(--glassBorder);
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  cursor:pointer;
  transition: transform .15s ease, box-shadow .15s ease;
  user-select:none;
}
.theme-toggle:hover{ transform: translateY(-1px); box-shadow: 0 16px 45px rgba(0,0,0,.12); }
.theme-toggle:active{ transform: translateY(0px) scale(.98); }

.theme-toggle .sun,
.theme-toggle .moon{
  font-size:14px;
  opacity:.9;
}

/* show only correct icon */
html[data-theme="dark"] .theme-toggle .sun{ display:none; }
html:not([data-theme="dark"]) .theme-toggle .moon{ display:none; }
/* =========================================
   SOM ADVERT — GLOBAL THEME (Light/Dark)
   Works with: <html data-theme="light|dark">
========================================= */

/* Light */
:root{
  --bg: #f7f8fc;
  --bg2:#ffffff;
  --surface: rgba(255,255,255,.72);
  --card:#ffffff;

  --text:#0f172a;
  --muted:#64748b;

  --border: rgba(2,6,23,.10);
  --shadow: 0 18px 55px rgba(2,6,23,.10);

  --primary:#e63946;
  --primary2:#ff5b68;
  --ring: rgba(230,57,70,.25);

  --navBg: rgba(255,255,255,.72);
  --navBorder: rgba(2,6,23,.08);

  --chipBg: rgba(230,57,70,.10);
  --chipText: #b4232e;

  --heroA: rgba(230,57,70,.12);
  --heroB: rgba(99,102,241,.10);
}

/* Dark (Elegant like ilayssolutions) */
html[data-theme="dark"]{
  --bg: #070b18;
  --bg2:#0b1224;
  --surface: rgba(255,255,255,.05);
  --card: rgba(255,255,255,.04);

  --text:#eaf0ff;
  --muted:#a7b2c5;

  --border: rgba(255,255,255,.10);
  --shadow: 0 26px 90px rgba(0,0,0,.60);

  --primary:#ff4d5a;
  --primary2:#ff8a92;
  --ring: rgba(255,77,90,.30);

  --navBg: rgba(7,11,24,.62);
  --navBorder: rgba(255,255,255,.10);

  --chipBg: rgba(255,77,90,.14);
  --chipText: #ffd2d6;

  --heroA: rgba(255,77,90,.12);
  --heroB: rgba(99,102,241,.12);
}

/* Smooth transition */
html, body, .card, .navbar, .site-footer, .footer-card, .btn, a{
  transition: background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

/* Page background */
body{
  background:
    radial-gradient(900px 520px at 14% 12%, var(--heroA), transparent 58%),
    radial-gradient(780px 520px at 86% 14%, var(--heroB), transparent 62%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  color: var(--text);
}

/* General text */
.text-muted, .text-secondary{ color: var(--muted) !important; }

/* Links */
a{ color: inherit; }
a:hover{ color: var(--primary); }

/* Surfaces */
.card, .panel, .box, .footer-card{
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

/* Navbar (your .nav-yiksi) */
.nav-yiksi{
  background: var(--navBg) !important;
  border: 1px solid var(--navBorder);
  backdrop-filter: blur(16px);
}
.nav-yiksi .nav-link{
  color: var(--text) !important;
  opacity: .82;
}
.nav-yiksi .nav-link:hover{ opacity: 1; color: var(--primary) !important; }
.nav-yiksi .nav-link.active{
  color: var(--primary) !important;
  opacity: 1;
  font-weight: 800;
}
.brand-text{ color: var(--text) !important; }

/* CTA button */
.btn-cta{
  background: linear-gradient(135deg, var(--primary), var(--primary2));
  color:#fff !important;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 16px 40px var(--ring);
}
.btn-cta:hover{ transform: translateY(-1px); }

/* Light outline button (if you have) */
.btn-outline, .btn-lightish{
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text) !important;
}

/* Inputs */
input, textarea, select{
  background: var(--surface);
  border: 1px solid var(--border) !important;
  color: var(--text) !important;
}
::placeholder{ color: color-mix(in srgb, var(--muted) 80%, transparent); }
/* ======================================================
   FORCE GLOBAL THEME (SOM ADVERT) — paste at END of style.css
   Works with: html[data-theme="light|dark"]
====================================================== */

/* 1) Theme variables */
:root{
  --bg: #f7f8fc;
  --bg2:#ffffff;
  --surface: rgba(255,255,255,.75);
  --card:#ffffff;

  --text:#0f172a;
  --muted:#64748b;

  --border: rgba(2,6,23,.10);
  --shadow: 0 18px 55px rgba(2,6,23,.10);

  --primary:#e63946;
  --primary2:#ff5b68;
  --ring: rgba(230,57,70,.25);

  --heroA: rgba(230,57,70,.12);
  --heroB: rgba(99,102,241,.10);
}

html[data-theme="dark"]{
  --bg:#070b18;
  --bg2:#0b1224;
  --surface: rgba(255,255,255,.06);
  --card: rgba(255,255,255,.045);

  --text:#eaf0ff;
  --muted:#a7b2c5;

  --border: rgba(255,255,255,.10);
  --shadow: 0 26px 90px rgba(0,0,0,.60);

  --primary:#ff4d5a;
  --primary2:#ff8a92;
  --ring: rgba(255,77,90,.30);

  --heroA: rgba(255,77,90,.12);
  --heroB: rgba(99,102,241,.12);
}

/* 2) Apply to whole page */
html, body{
  background:
    radial-gradient(900px 520px at 14% 12%, var(--heroA), transparent 58%),
    radial-gradient(780px 520px at 86% 14%, var(--heroB), transparent 62%),
    linear-gradient(180deg, var(--bg), var(--bg2)) !important;
  color: var(--text) !important;
}

/* Smooth transitions */
*{ transition: background-color .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease; }

/* 3) Force common text colors */
h1,h2,h3,h4,h5,h6{ color: var(--text) !important; }
p, .lead, .subtitle, .desc{ color: var(--muted) !important; }
.text-muted, .text-secondary{ color: var(--muted) !important; }

/* 4) Force sections/cards/containers to respect theme */
section, .section, .wrap, .container, .container-fluid{
  color: var(--text);
}

/* Card-like blocks */
.card, .panel, .box, .feature, .service-card, .portfolio-card, .hero-card, .footer-card{
  background: var(--card) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow);
}

/* Any element that was hard-coded white */
.bg-white, .bg-light{
  background: var(--card) !important;
}

/* Any element that was hard-coded dark text */
.text-dark, .text-black{
  color: var(--text) !important;
}

/* 5) Buttons */
.btn, button{
  border-color: var(--border) !important;
}

.btn-outline-light, .btn-outline-dark, .btn-outline-secondary{
  background: var(--surface) !important;
  color: var(--text) !important;
}

.btn-primary, .btn-cta{
  background: linear-gradient(135deg, var(--primary), var(--primary2)) !important;
  color:#fff !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: 0 16px 40px var(--ring);
}

/* 6) Inputs */
input, textarea, select{
  background: var(--surface) !important;
  color: var(--text) !important;
  border: 1px solid var(--border) !important;
}
::placeholder{ color: rgba(167,178,197,.85); }

/* 7) Navbar links (in case bootstrap overrides) */
.navbar .nav-link{ color: var(--text) !important; opacity:.85; }
.navbar .nav-link:hover{ color: var(--primary) !important; opacity:1; }
.navbar .nav-link.active{ color: var(--primary) !important; opacity:1; font-weight:800; }

/* 8) HERO wrapper (your big rounded container) — make it theme aware */
.hero-wrap, .hero-shell, .hero, .hero-section{
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

/* 9) Small chips/pills */
.badge, .chip, .pill{
  background: rgba(230,57,70,.10) !important;
  color: var(--primary) !important;
  border: 1px solid var(--border) !important;
}
html[data-theme="dark"] .badge,
html[data-theme="dark"] .chip,
html[data-theme="dark"] .pill{
  background: rgba(255,77,90,.14) !important;
  color: #ffd2d6 !important;
}
/* ======================================================
   THEME UTILITIES (Drop-in) — paste at END of style.css
   Works with: html[data-theme="light|dark"]
====================================================== */

/* Base theme colors (if already have, keep only utilities below) */
:root{
  --bg: #f7f8fc;
  --bg2:#ffffff;
  --surface: rgba(255,255,255,.78);
  --card:#ffffff;

  --text:#0f172a;
  --muted:#64748b;

  --border: rgba(2,6,23,.10);
  --shadow: 0 18px 55px rgba(2,6,23,.10);

  --primary:#e63946;
  --primary2:#ff5b68;
  --ring: rgba(230,57,70,.25);
}

html[data-theme="dark"]{
  --bg:#070b18;
  --bg2:#0b1224;
  --surface: rgba(255,255,255,.06);
  --card: rgba(255,255,255,.045);

  --text:#eaf0ff;
  --muted:#a7b2c5;

  --border: rgba(255,255,255,.10);
  --shadow: 0 26px 90px rgba(0,0,0,.60);

  --primary:#ff4d5a;
  --primary2:#ff8a92;
  --ring: rgba(255,77,90,.30);
}

/* Page background + global text */
html, body{
  background: linear-gradient(180deg, var(--bg), var(--bg2)) !important;
  color: var(--text) !important;
}
h1,h2,h3,h4,h5,h6{ color: var(--text) !important; }
p,.text-muted,.text-secondary{ color: var(--muted) !important; }

/* ------- Utility classes you will use in pages ------- */
.theme-page{
  background:
    radial-gradient(900px 520px at 14% 12%, rgba(255,77,90,.12), transparent 58%),
    radial-gradient(780px 520px at 86% 14%, rgba(99,102,241,.12), transparent 62%),
    linear-gradient(180deg, var(--bg), var(--bg2)) !important;
  min-height: 60vh;
}

.theme-surface{
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow) !important;
  backdrop-filter: blur(16px);
}

.theme-card{
  background: var(--card) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow) !important;
}

.theme-text{ color: var(--text) !important; }
.theme-muted{ color: var(--muted) !important; }

/* Buttons fix */
.btn-cta, .btn-primary{
  background: linear-gradient(135deg, var(--primary), var(--primary2)) !important;
  color:#fff !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: 0 16px 40px var(--ring) !important;
}

/* Footer theme */
.site-footer{
  background: var(--bg2) !important;
  color: var(--text) !important;
}
html[data-theme="dark"] .site-footer{
  background: #050816 !important;
}
.site-footer .footer-card{
  background: var(--card) !important;
  border: 1px solid var(--border) !important;
}
.site-footer .footer-title{ color: var(--text) !important; }
.site-footer .footer-links a{ color: var(--muted) !important; }
.site-footer .footer-links a:hover{ color: var(--primary) !important; }
.site-footer .footer-bottom{ border-top-color: var(--border) !important; }
/* =========================
   GLOBAL THEME (Light/Dark)
   ========================= */
:root{
  --brand:#e63946;

  /* light */
  --bg:#f7f7fb;
  --surface:#ffffff;
  --surface2:#f9fafb;
  --text:#0f172a;
  --muted:#64748b;
  --border:rgba(15,23,42,.10);
  --shadow:0 18px 60px rgba(15,23,42,.10);
  --shadow2:0 28px 90px rgba(15,23,42,.14);
}

html,body{ height:100%; }
body{
  background:var(--bg);
  color:var(--text);
  margin:0;
}

/* DARK */
html[data-theme="dark"]{
  --bg:#070A12;
  --surface:#0B1221;
  --surface2:#0F172A;
  --text:#E6EDF7;
  --muted:rgba(230,237,247,.72);
  --border:rgba(255,255,255,.10);
  --shadow:0 22px 70px rgba(0,0,0,.55);
  --shadow2:0 28px 90px rgba(0,0,0,.65);
}

/* Prevent the "white strip" on top */
.site-header,
.nav-shell{
  background: transparent !important;
}

/* If you have a wrapper around header */
header.site-header{ padding-top:0; }

/* Generic cards/surfaces */
.card, .p-card, .service-card, .s-card,
.hero-box, .services-hero, .contact-box{
  background:var(--surface);
  color:var(--text);
  border-color:var(--border) !important;
}

/* Text helpers */
.text-muted, .text-secondary{
  color:var(--muted) !important;
}

/* Navbar container glass look (optional) */
.nav-yiksi{
  background: rgba(255,255,255,.75);
  border:1px solid rgba(15,23,42,.08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
html[data-theme="dark"] .nav-yiksi{
  background: rgba(15,23,42,.55);
  border-color: rgba(255,255,255,.10);
  box-shadow: var(--shadow);
}

/* Footer (your footer uses dark already; make it adapt) */
.site-footer{
  background: #111111;
}
html[data-theme="dark"] .site-footer{
  background: #060914;
}
/* =========================
   THEME SYSTEM (GLOBAL)
   Ku dar DHAMMAADKA style.css
========================= */

/* Light defaults */
:root{
  --brand: #e63946;

  --bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #f8fafc;

  --text: #0f172a;
  --muted: #64748b;

  --border: rgba(2,6,23,.10);
  --shadow: 0 12px 35px rgba(2,6,23,.10);

  --chip-bg: rgba(255,255,255,.70);

  /* navbar brand pill background */
  --brand-pill-bg: rgba(255,255,255,.85);
}

/* Dark overrides */
html[data-theme="dark"]{
  --bg: #050914;
  --surface: rgba(255,255,255,.06);
  --surface-2: rgba(255,255,255,.08);

  --text: #e6edf7;
  --muted: rgba(230,237,247,.72);

  --border: rgba(255,255,255,.10);
  --shadow: 0 22px 70px rgba(0,0,0,.55);

  --chip-bg: rgba(15,23,42,.55);

  /* ✅ FIX white-ka yar ee logo pill */
  --brand-pill-bg: rgba(15,23,42,.55);
}

/* Apply general theme */
html, body{
  background: var(--bg) !important;
  color: var(--text);
}

a{ color: inherit; }

/* ========== NAVBAR GLOBAL ========== */
.site-header{
  background: transparent;
}
.nav-yiksi{
  background: transparent !important;
}
.nav-shell{
  background: transparent !important;
}

/* ✅ Fix white small area in brand/logo pill */
.brand-yiksi{
  background: var(--brand-pill-bg) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow) !important;
  border-radius: 999px !important;
  padding: 10px 14px !important;
}
.brand-yiksi .brand-text{
  color: var(--text) !important;
  font-weight: 900;
}
.brand-yiksi .brand-logo{
  border-radius: 14px;
  background: transparent !important;
}

/* nav links */
.navbar .nav-link{
  color: var(--muted) !important;
  font-weight: 800;
}
.navbar .nav-link.active,
.navbar .nav-link:hover{
  color: var(--text) !important;
}

/* CTA button */
.btn-cta{
  background: linear-gradient(135deg, var(--brand), #ff6b6b) !important;
  border: 0 !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
  box-shadow: 0 18px 45px rgba(230,57,70,.25) !important;
}

/* ========== PAGE COMPONENT OVERRIDES ========== */
/* Waxay qabanayaan pages-kaaga sababtoo ah waxaad ku qortay background:#fff iwm */

.hero-box,
.service-card,
.s-card,
.p-card{
  background: var(--surface) !important;
  border-color: var(--border) !important;
  color: var(--text) !important;
}

.services-hero{
  background: transparent !important;
}

.hero-title,
.services-hero h1,
.p-title,
.service-title{
  color: var(--text) !important;
}

.text-muted,
.services-hero p,
.p-desc,
.service-list li,
.stat span{
  color: var(--muted) !important;
}

/* Buttons that were light/white */
.btn-light,
.p-btn{
  background: var(--surface-2) !important;
  color: var(--text) !important;
  border-color: var(--border) !important;
}
.btn-outline-dark{
  color: var(--text) !important;
  border-color: var(--border) !important;
}
.btn-outline-dark:hover{
  background: var(--surface-2) !important;
}

/* Portfolio overlay text stays white ok */
.p-overlay{ color:#fff; }

/* Contact section (right side bg white) */
#contact .bg-white{
  background: var(--surface) !important;
  color: var(--text) !important;
}

/* Inputs */
.form-control-custom,
input, textarea, .form-control{
  background: var(--surface-2) !important;
  color: var(--text) !important;
  border: 1px solid var(--border) !important;
}
input::placeholder, textarea::placeholder{ color: rgba(230,237,247,.55); }
html:not([data-theme="dark"]) input::placeholder,
html:not([data-theme="dark"]) textarea::placeholder{ color: rgba(15,23,42,.45); }

/* Footer (haddii footer-kaagu leeyahay class gaar ah, ku dar halkan) */
footer, .site-footer{
  background: transparent !important;
  color: var(--muted) !important;
}
/* Project page theme fix */
.cardx, .g-item{
  background: var(--surface) !important;
  border-color: var(--border) !important;
  color: var(--text) !important;
}
.back-link, .g-title, .p-title{
  color: var(--text) !important;
}
.p-desc{
  color: var(--muted) !important;
}
