.elementor-kit-5{--e-global-color-primary:#00E5FF;--e-global-color-secondary:#FF6B35;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FF6B35;--e-global-color-navy:#0A0F2E;--e-global-color-electric:#00E5FF;--e-global-color-white:#FFFFFF;--e-global-color-offwhite:#F4F6FC;--e-global-color-muted:#8A94B8;--e-global-color-navymid:#111836;--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;--e-global-typography-heading-font-family:"Syne";--e-global-typography-heading-font-weight:700;--e-global-typography-body-font-family:"Outfit";--e-global-typography-body-font-weight:400;color:#8A94B8;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a:hover{color:#00B8D4;}.elementor-kit-5 h1{color:#FFFFFF;}.elementor-kit-5 h2{color:#FFFFFF;}.elementor-kit-5 h3{color:#FFFFFF;}.elementor-kit-5 h4{color:#FFFFFF;}.elementor-kit-5 h5{color:#FFFFFF;}.elementor-kit-5 h6{color:#FFFFFF;}.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);}@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 *//* ═══ GOOGLE FONTS ═══ */
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Outfit:wght@300;400;500;600&display=swap");

/* ═══ CSS VARIABLES ═══ */
:root {
  --navy: #0A0F2E;
  --electric: #00E5FF;
  --accent: #FF6B35;
  --white: #FFFFFF;
  --muted: #8A94B8;
  --border: rgba(255,255,255,0.08);
}

/* ═══ BASE ═══ */
body {
  font-family: "Outfit", sans-serif;
  background: #0A0F2E;
  color: #8A94B8;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Syne", sans-serif;
  color: #FFFFFF;
}

a { color: #00E5FF; }
a:hover { color: #00B8D4; }

/* ═══ HEADER STICKY SHRINK ═══ */
.bannon-header {
  transition: padding 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.bannon-header.elementor-sticky--active {
  background: rgba(10,15,46,0.97) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0,0,0,0.4);
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* ═══ MEGA MENU HOVER ═══ */
.mm-blurb {
  transition: background 0.2s ease;
}
.mm-blurb:hover {
  background: rgba(255,255,255,0.04);
}

/* ═══ ELEMENTOR BUTTON HOVER ═══ */
.elementor-widget-button .elementor-button:hover {
  transform: translateY(-2px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ═══ WPFORMS STYLING ═══ */
.bannon-contact-form .wpforms-form input,
.bannon-contact-form .wpforms-form textarea,
.bannon-contact-form .wpforms-form select {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 0.95rem !important;
  padding: 12px 16px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.bannon-contact-form .wpforms-form input:focus,
.bannon-contact-form .wpforms-form textarea:focus,
.bannon-contact-form .wpforms-form select:focus {
  border-color: rgba(0,229,255,0.4) !important;
  box-shadow: 0 0 0 3px rgba(0,229,255,0.08) !important;
  outline: none !important;
}
.bannon-contact-form .wpforms-form input::placeholder,
.bannon-contact-form .wpforms-form textarea::placeholder {
  color: rgba(138,148,184,0.5) !important;
}
.bannon-contact-form .wpforms-form label {
  font-family: "Syne", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #8A94B8 !important;
  margin-bottom: 6px !important;
  display: block !important;
}
.bannon-contact-form .wpforms-form .wpforms-field {
  margin-bottom: 20px !important;
}
.bannon-contact-form .wpforms-submit-container { text-align: left; }
.bannon-contact-form .wpforms-form .wpforms-submit {
  background: linear-gradient(135deg,#00E5FF,#00B8D4) !important;
  color: #0A0F2E !important;
  font-family: "Syne", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  padding: 14px 32px !important;
  border: none !important;
  border-radius: 100px !important;
  cursor: pointer !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  width: 100% !important;
}
.bannon-contact-form .wpforms-form .wpforms-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 40px rgba(0,229,255,0.35) !important;
}
.bannon-contact-form .wpforms-confirmation-container {
  background: rgba(0,229,255,0.06) !important;
  border: 1px solid rgba(0,229,255,0.2) !important;
  border-radius: 12px !important;
  padding: 20px !important;
  color: #00E5FF !important;
  font-family: "Syne", sans-serif !important;
  font-weight: 600 !important;
}

/* ═══ MOBILE RESPONSIVE ═══ */
@media (max-width: 767px) {
  .elementor-container { padding-left: 16px !important; padding-right: 16px !important; }
}

/* ═══ PAGE BACKGROUND ═══ */
.elementor-page { background: #0A0F2E !important; }
.site-main, #content, .wp-site-blocks { background: #0A0F2E !important; }/* End custom CSS */