:root{
  --bg-0: #070A12;
  --bg-1: #0B1020;
  --card: rgba(255,255,255,0.06);
  --card-border: rgba(255,255,255,0.10);
  --text: rgba(255,255,255,0.92);
  --muted: rgba(255,255,255,0.70);
  --muted2: rgba(255,255,255,0.55);

  --brand: #5AE4A8;
  --brand2: #7C5CFF;

  --radius: 16px;
  --shadow: 0 14px 40px rgba(0,0,0,0.35);
}

html { scroll-behavior: smooth; }
body { background: var(--bg-0); color: var(--text); }

.navbar {
  background: rgba(7,10,18,0.55) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.navbar-brand img { height: 34px; }

.slider{
  position: relative;
  background: radial-gradient(900px circle at 20% 15%, rgba(124,92,255,0.25), transparent 55%),
              radial-gradient(900px circle at 80% 25%, rgba(90,228,168,0.18), transparent 55%),
              linear-gradient(180deg, var(--bg-1), var(--bg-0));
}

.slider:after{
  content:"";
  position:absolute;
  inset:0;
  opacity: 0.03;
  pointer-events:none;
}

.h1-w{
  letter-spacing: -0.02em;
  line-height: 1.08;
  font-weight: 700;
}

.p-w{ color: var(--muted); font-size: 16px; line-height: 1.6; }
.p-bk{ color: rgba(15, 20, 35, 0.75); }
.h2, .h3, .h4 { letter-spacing: -0.01em; }

/* Buttons */
.btn-color, .btn-white{
  border-radius: 999px !important;
  padding: 12px 18px !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.btn-color {
  background: #A3E635;
  color: #0F172A !important;
  border-radius: 12px;
  padding: 12px 28px;
  font-weight: 600;
  transition: all 0.25s ease;
  box-shadow: 0 8px 20px rgba(163, 230, 53, 0.25);
}

.btn-color:hover {
  background: #84CC16;
  color: #0F172A !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(163, 230, 53, 0.35);
}

.btn-white{
  background: rgba(255,255,255,0.10) !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
  color: rgba(255,255,255,0.92) !important;
}

.btn-color:hover, .btn-white:hover{
  transform: translateY(-1px);
  box-shadow: var(--shadow);
  opacity: 0.98;
}


/* Cards */
.box, .bx-shw{
  background: var(--card) !important;
  border: 1px solid var(--card-border) !important;
  border-radius: var(--radius) !important;
  box-shadow: 0 14px 40px rgba(0,0,0,0.25) !important;
}

.box ul li, .bx-shw ul li { color: rgba(255,255,255,0.78); }
.box h3, .bx-shw h3, .bx-shw h4, .bx-shw h5 { color: rgba(255,255,255,0.92); }
.benefits .p-bk, .price .p-bk, .about .p-bk { color: rgba(255,255,255,0.72) !important; }
.benefits .h2, .price .h2, .about .h2, .about .h3 { color: rgba(255,255,255,0.92) !important; }

/* Section spacing */
.m-section-120{ padding: 90px 0 !important; }
.mb-120{ margin-bottom: 90px !important; }
.mt-60{ margin-top: 40px !important; }

/* Lists inside solutions */
.price .box ul, .price .box ul li{ text-align: left; }

/* Footer contrast */
.contact.price{ background: transparent !important; }
.footer{ background: rgba(0,0,0,0.25) !important; border-top: 1px solid rgba(255,255,255,0.06); }

@media (max-width: 991px){
  .slider .image { justify-content: center !important; }
  .h1-w{ font-size: 34px !important; }
}

/* =========================
   2026 Footer Overrides
   Place AFTER main.css
   ========================= */

/* Site base for the dark theme */
body {
  background: #070A12;
}

/* Footer / Contact area */
.contact {
  background: none !important;
  padding: 80px 0 !important;
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* Make footer content readable in dark theme */
.contact p,
.contact a,
.contact h3,
.contact h4,
.contact li {
  color: rgba(255,255,255,0.78) !important;
}

.contact a {
  color: rgba(255,255,255,0.85) !important;
  transition: opacity 0.2s ease;
}
.contact a:hover {
  opacity: 0.8;
}

/* Make the footer "cards" consistent */
.contact .box {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  border-radius: 16px !important;
  padding: 28px 22px !important;
}

/* Remove weird spacing and default list styles */
.contact ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.contact ul li {
  margin-bottom: 10px;
}

/* Social column: align icons and match card style */
.contact .social-card {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  border-radius: 16px !important;
  padding: 22px !important;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  min-height: 120px;
}

/* Override old FA circle buttons to look modern */
.fa {
  padding: 0 !important;
  width: 52px !important;
  height: 52px !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 999px !important;
  font-size: 18px !important;
}

/* Replace brand blocks with subtler chips */
.fa-facebook,
.fa-linkedin {
  background: rgba(255,255,255,0.10) !important;
  color: rgba(255,255,255,0.92) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
}

/* Copyright footer bar */
.footer {
  background: transparent !important;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 26px 0 !important;
}

.footer h2 {
  color: rgba(255,255,255,0.75) !important;
  margin-top: 12px !important;
}

/* Reduce the left padding helper so it doesn't push too much */
.mpl-40 {
  padding-left: 0 !important;
}

.h3-bk{
  color:#84CC16 !important;
}

.solution-list{
  color: azure !important;
}


.promo-strip {
  background: #A3E635;
  color: #0b1220;
  padding: 12px 0;
}

.promo-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.promo-strip__text {
  font-size: 14px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  text-align: center  !important;
  margin: auto !important;
}

.promo-strip__sep { opacity: 0.7; }

.promo-strip__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.promo-strip__cta {
  background: #0b1220;
  color: #ffffff !important;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.promo-strip__cta:hover { opacity: 0.92; }

.promo-strip__link {
  color: #0b1220 !important;
  font-weight: 700;
  text-decoration: underline !important;
  font-size: 14px;
}

/* Sticky behavior */
.promo-strip--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000; /* above navbar */
}

/* Spacer matches strip height (adjust if you change padding/font) */
.promo-strip-spacer {
  height: 56px;
}

/* Mobile spacing */
@media (max-width: 575.98px) {
  .promo-strip-spacer { height: 74px; }
}

.navbar.fixed-top {
  top: 56px;
}

@media (max-width: 575.98px) {
  .navbar.fixed-top { top: 74px; }
}

/* Mobile spacing */
@media (max-width: 991.98px) {
  .contact {
    padding: 60px 0 !important;
  }
  .mpl-40 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}


.section-assessment {
  background: #F7FEE7; /* soft lime wash */
  color: #0F172A;
}

.section-assessment .h2,
.section-assessment h3,
.section-assessment p,
.section-assessment li {
  color: #0F172A;
}

.btn-assessment {
  background: #84CC16; /* muted lime */
  color: #0F172A !important;
  padding: 12px 28px;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.25s ease;
  text-decoration: none !important;
}

.btn-assessment:hover {
  background: #65A30D;
  color: #ffffff !important;
}

.btn-outline-dark {
  border: 1px solid #0F172A;
  padding: 12px 24px;
  border-radius: 12px;
  text-decoration: none !important;
  color: #0F172A !important;
  font-weight: 600;
}

.btn-outline-dark:hover {
  background: #0F172A;
  color: #ffffff !important;
}

.assessment-card {
  background: #A3E635;
  border: 1px solid #84CC16;
  border-radius: 16px;
  padding: 24px;
}

.black {
  color: #0F172A !important;
}

.lime{
  color: #A3E635  !important;
}

em{

  color: #A3E635  !important;
}
.section-dark {
  background: #0B1220;
  padding: 100px 0;
}

/* Intro */
.positioning__headline {
  font-size: clamp(36px, 3vw, 48px);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.positioning__subtext {
  font-size: 18px;
  color: rgba(255,255,255,0.75);
  max-width: 760px;
  margin: 0 auto 60px auto;
  line-height: 1.6;
}

.text-lime {
  color: #A3E635;
}

/* Cards */
.industry-card {
  background: #A3E635;
  border-radius: 18px;
  padding: 24px;
  height: 100%;
  transition: all 0.2s ease;
  box-shadow: 0 15px 50px rgba(0,0,0,0.35);
}

.industry-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.45);
}

.industry-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0B1220;
}

.industry-card p {
  font-size: 15px;
  color: #0B1220;
  opacity: 0.85;
  margin-bottom: 0;
}

.industry-card__icon {
  width: 46px;
  height: 46px;
  background: rgba(255,255,255,0.35);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 18px;
  color: #0B1220;
}

/* Divider */
.section-divider {
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin: 70px 0;
}

/* Local Authority */
.local-authority__headline {
  font-size: clamp(28px, 2.5vw, 40px);
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.local-authority__text {
  max-width: 900px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
}

/* Responsive */
@media (max-width: 1024px){
  .positioning__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px){
  .positioning__grid{ grid-template-columns: 1fr; }
}

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}