.elementor-kit-6235{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-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);}.elementor-kit-6235 e-page-transition{background-color:#FFBC7D;}.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 *//* ============================================
   CZEK.NET — GLOBAL CSS
   Chu Ezekiel Nchimenyi Portfolio
   Elementor → Site Settings → Custom CSS
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Syne:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap');

/* ── Variables ── */
:root {
  --czek-black:      #000000;
  --czek-dark:       #0a0a0a;
  --czek-card:       #111111;
  --czek-card-mid:   #151515;
  --czek-border:     #1a1a1a;
  --czek-border-mid: #222222;
  --czek-red:        #CC0000;
  --czek-red-bright: #FF0000;
  --czek-red-dark:   #8B0000;
  --czek-red-muted:  #3D0000;
  --czek-white:      #FFFFFF;
  --czek-muted:      #666666;
  --czek-subtle:     #333333;
  --czek-font-head:  'Orbitron', sans-serif;
  --czek-font-sub:   'Syne', sans-serif;
  --czek-font-body:  'Inter', sans-serif;
}

/* ── Site Wide ── */
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  background-color: var(--czek-black) !important;
  color: var(--czek-white) !important;
  font-family: var(--czek-font-body) !important;
  font-weight: 400;
  overflow-x: hidden;
}

/* ── Typography ── */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
  font-family: var(--czek-font-sub) !important;
  color: var(--czek-white) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.5px;
}
p, li, span, label {
  font-family: var(--czek-font-body) !important;
  color: var(--czek-muted);
}
a { color: var(--czek-red); text-decoration: none; }
a:hover { color: var(--czek-red-bright); }

/* ── Selection ── */
::selection {
  background: var(--czek-red);
  color: var(--czek-white);
}

/* ── Header ── */
header,
.site-header,
.elementor-location-header {
  background-color: rgba(0,0,0,0.95) !important;
  border-bottom: 1px solid var(--czek-border) !important;
  backdrop-filter: blur(10px) !important;
}
.elementor-nav-menu a,
.elementor-nav-menu--main .elementor-item {
  font-family: var(--czek-font-body) !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--czek-muted) !important;
  transition: color 0.2s ease;
}
.elementor-nav-menu a:hover,
.elementor-nav-menu .elementor-item:hover,
.elementor-nav-menu .elementor-item-active {
  color: var(--czek-red) !important;
}

/* ── Buttons ── */
.elementor-button {
  border-radius: 0 !important;
  font-family: var(--czek-font-body) !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  transition: all 0.2s ease !important;
}
.btn-red .elementor-button {
  background-color: var(--czek-red) !important;
  color: var(--czek-white) !important;
  border: none !important;
  padding: 14px 36px !important;
}
.btn-red .elementor-button:hover {
  background-color: var(--czek-red-bright) !important;
}
.btn-outline .elementor-button {
  background-color: transparent !important;
  color: var(--czek-red) !important;
  border: 1px solid var(--czek-red) !important;
  padding: 13px 36px !important;
}
.btn-outline .elementor-button:hover {
  background-color: var(--czek-red) !important;
  color: var(--czek-white) !important;
}
.btn-white .elementor-button {
  background-color: var(--czek-white) !important;
  color: var(--czek-black) !important;
  border: none !important;
  padding: 14px 36px !important;
}
.btn-white .elementor-button:hover {
  background-color: #e0e0e0 !important;
}

/* ── Section Backgrounds ── */
.bg-black    { background-color: var(--czek-black)    !important; }
.bg-dark     { background-color: var(--czek-dark)     !important; }
.bg-card     { background-color: var(--czek-card)     !important; }
.bg-red      { background-color: var(--czek-red)      !important; }

/* ── Text Colors ── */
.text-red .elementor-heading-title,
.text-red p      { color: var(--czek-red)    !important; }
.text-white .elementor-heading-title,
.text-white p    { color: var(--czek-white)  !important; }
.text-muted p    { color: var(--czek-muted)  !important; }
.text-black .elementor-heading-title,
.text-black p    { color: var(--czek-black)  !important; }

/* ── Red Accent Line ── */
.red-border-bottom { border-bottom: 2px solid var(--czek-red) !important; }
.red-border-top    { border-top: 2px solid var(--czek-red)    !important; }
.red-border-left   { border-left: 3px solid var(--czek-red)   !important; }

/* ── Section Label ── */
.section-label p {
  font-family: var(--czek-font-body) !important;
  font-size: 11px !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  color: var(--czek-red) !important;
  font-weight: 500 !important;
  margin-bottom: 8px !important;
}

/* ── Forms ── */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea, select {
  background-color: var(--czek-card) !important;
  border: 1px solid var(--czek-border-mid) !important;
  color: var(--czek-white) !important;
  border-radius: 0 !important;
  padding: 14px 18px !important;
  font-family: var(--czek-font-body) !important;
  font-size: 14px !important;
  transition: border-color 0.2s ease;
  font-weight: 300;
}
input:focus, textarea:focus, select:focus {
  border-color: var(--czek-red) !important;
  outline: none !important;
  box-shadow: 0 0 0 1px var(--czek-red) !important;
}
input::placeholder, textarea::placeholder {
  color: var(--czek-subtle) !important;
}
label {
  font-family: var(--czek-font-body) !important;
  font-size: 11px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--czek-muted) !important;
}

/* ── Divider ── */
.elementor-divider-separator {
  border-color: var(--czek-border) !important;
}

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--czek-black); }
::-webkit-scrollbar-thumb { background: var(--czek-red); }
::-webkit-scrollbar-thumb:hover { background: var(--czek-red-bright); }

/* ── Footer ── */
footer,
.site-footer,
.elementor-location-footer {
  background-color: var(--czek-dark) !important;
  border-top: 1px solid var(--czek-border) !important;
}

/* ── Mobile ── */
@media (max-width: 768px) {
  body { overflow-x: hidden; }
}/* End custom CSS */