.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#990202;--e-global-color-text:#FFFFFF;--e-global-color-accent:#EECD15;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Brand Tokens ===== */
body {
  --brand:#B91C1C;
  --brand-dark:#7F1D1D;
  --accent:#F59E0B;
  --ink:#0B0B0B;
  --muted:#E5E7EB;
  --bg:#0B0B0B;
  --rad:12px;
  --shadow:0 10px 25px rgba(2,6,23,.10);
}

/* ===== Typography ===== */
body { color:var(--ink); }
h1,h2,h3,h4 { line-height:1.15; }

/* ===== Buttons ===== */
.a-btn {
  display:inline-block;
  padding:12px 18px;
  border-radius:10px;
  font-weight:700;
  text-decoration:none;
  color:#fff;
}
.a-btn--primary { background:var(--brand); }
.a-btn--primary:hover { background:var(--brand-dark); }
.a-btn--secondary { background:#2563EB; }
.a-btn--secondary:hover { filter:brightness(.9); }

/* ===== Cards ===== */
.e-card {
  background:#fff;
  border:1px solid var(--muted);
  border-radius:var(--rad);
  padding:18px;
}

/* ===== Hero ===== */
.e-hero {
  min-height:70vh;
  display:grid;
  place-items:center;
  text-align:center;
  color:#fff;
  padding:72px 16px;
  position:relative;
  overflow:hidden;
}
.e-hero::before {
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(to bottom, rgba(0,0,0,.55), rgba(0,0,0,.55));
}
.e-hero > .inner { position:relative; z-index:1; max-width:980px; margin:auto; }
.e-hero .kicker { letter-spacing:.12em; opacity:.95; margin-bottom:6px; color:#FFF; }
.e-hero h1 { font-size:clamp(30px,5vw,48px); margin:.25em 0 .4em; }
.e-hero .trust {
  list-style:none; display:flex; gap:16px; justify-content:center; flex-wrap:wrap; padding:0; margin:16px 0 0;
}
.e-hero .trust li::before { content:"✔ "; }

/* ===== Services grid ===== */
.e-svc { display:grid; gap:18px; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); }

/* ===== CTA bar ===== */
.e-cta {
  background:var(--brand);
  color:#fff;
  padding:18px 16px;
  border-radius:var(--rad);
  display:flex;
  gap:16px;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}

/* ===== Why Us ===== */
.e-why { display:grid; gap:18px; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); }
.e-why .item { background:#fff; border:1px solid var(--muted); border-radius:var(--rad); padding:16px; }

/* ===== FAQ ===== */
.e-faq details { background:#fff; border:1px solid var(--muted); border-radius:10px; padding:12px 14px; margin-bottom:10px; }
.e-faq summary { cursor:pointer; font-weight:700; }

/* ===== Quote box ===== */
.e-quote {
  background:#0B0B0B;
  color:#fff;
  border-radius:var(--rad);
  padding:28px 18px;
}
.e-quote h2 { margin-top:0; }
.e-quote .elementor-field-group label { color:#fff !important; }

/* ===== Sticky call bar (mobile) ===== */
.sticky-call {
  position:fixed;
  left:0; right:0; bottom:0;
  display:flex; gap:8px;
  padding:12px;
  background:#000;
  z-index:9999;
}
.sticky-call a {
  flex:1; text-align:center;
  color:#fff; text-decoration:none;
  font-weight:700;
  padding:12px 10px;
  border-radius:10px;
}
.sticky-call .call { background:var(--brand); }
.sticky-call .quote { background:#2563EB; }
@media(min-width:768px) { .sticky-call { display:none; } }

/* ===== Header sticky shrink ===== */
.a-header {
  position:sticky;
  top:0; z-index:9999;
  background:#fff;
  transition:all .2s ease;
  border-bottom:1px solid var(--muted);
}
.a-header.is-scrolled {
  box-shadow:var(--shadow);
  padding-top:6px !important;
  padding-bottom:6px !important;
}
/* Global dark mode */
body, html {
  background: #0B0B0B !important;
  color: #ffffff !important;
}

/* All headings white */
h1, h2, h3, h4, h5, h6 {
  color: #ffffff !important;
}

/* Paragraphs */
p, li, span, a {
  color: #e5e7eb;
}

/* Links hover highlight */
a:hover {
  color: #F59E0B !important; /* gold */
}

/* Elementor containers */
.elementor-section {
  background: #0B0B0B !important;
}

/* Widgets default text */
.elementor-widget-heading,
.elementor-widget-text-editor,
.elementor-widget-button {
  color: #ffffff !important;
}

/* Buttons */
.elementor-button {
  background-color: #F59E0B !important;
  color: #0B0B0B !important;
  font-weight: 700;
  border-radius: 10px;
}
.elementor-button:hover {
  filter: brightness(0.9);
}/* End custom CSS */