.elementor-kit-6{--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-kit-6 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 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Open+Sans:ital,wght@0,400;0,600;1,400&display=swap');

/* ─── GLOBAL ───────────────────────────────── */
html { scroll-behavior: smooth; }
body, .elementor-page { background-color: #07111e !important; }
body .elementor { background-color: transparent; }

/* ─── STICKY HEADER ───────────────────────── */
.elementor-location-header {
  position: sticky !important;
  top: 0;
  z-index: 9999;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* ─── BUTTON HOVER EFFECTS ────────────────── */
.elementor-button:hover {
  transform: translateY(-2px);
  transition: all 0.2s ease !important;
}
.elementor-button[href^="tel"]:hover,
.elementor-button.elementor-size-md:first-of-type:hover {
  box-shadow: 0 8px 24px rgba(245,166,35,0.35) !important;
}

/* ─── SERVICE & WHY CARD HOVER ────────────── */
.elementor-column.elementor-col-33:hover > .elementor-element-populated {
  transform: translateY(-5px);
  transition: transform 0.25s ease;
}
.elementor-column.elementor-col-33 > .elementor-element-populated {
  transition: transform 0.25s ease;
}

/* ─── ICON HOVER ──────────────────────────── */
.elementor-icon-box-wrapper:hover .elementor-icon i {
  transform: scale(1.15);
  color: #ffca44 !important;
  transition: all 0.25s ease;
}
.elementor-icon i {
  transition: all 0.25s ease;
}

/* ─── HERO BOTTOM ACCENT LINE ─────────────── */
#a1hero {
  position: relative;
}
#a1hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #F5A623 40%, #F5A623 60%, transparent 100%);
  opacity: 0.6;
}

/* ─── SECTION BADGE STYLE ─────────────────── */
.elementor-heading-title[class] {
  letter-spacing: inherit;
}

/* ─── FOOTER LINKS ────────────────────────── */
.elementor-widget-text-editor a {
  color: #F5A623;
  text-decoration: none;
  transition: color 0.2s ease;
}
.elementor-widget-text-editor a:hover {
  color: #ffca44;
}

/* ─── SCROLLBAR ───────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #07111e; }
::-webkit-scrollbar-thumb { background: #1e3a5f; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #F5A623; }

/* ─── MOBILE ──────────────────────────────── */
@media (max-width: 767px) {
  .elementor-column.elementor-col-25 {
    width: 50% !important;
  }
  .elementor-column.elementor-col-33 {
    width: 100% !important;
  }
  .elementor-column.elementor-col-40,
  .elementor-column.elementor-col-30 {
    width: 100% !important;
  }
}
/* ─── ELEMENTOR NAV-MENU DARK THEME ──────────────────── */
.elementor-nav-menu .elementor-item {
  color: rgba(255,255,255,0.75) !important;
  font-family: Oswald, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  padding: 8px 14px !important;
  transition: color 0.2s ease !important;
}
.elementor-nav-menu .elementor-item:hover,
.elementor-nav-menu .elementor-item.elementor-item-active,
.elementor-nav-menu .elementor-item.highlighted {
  color: #F5A623 !important;
}
.elementor-nav-menu--main .elementor-nav-menu > li > a::after {
  background-color: #F5A623 !important;
  height: 2px !important;
}
/* Mobile hamburger */
.elementor-nav-menu--toggle .elementor-menu-toggle {
  color: #fff !important;
}
.elementor-nav-menu--dropdown .elementor-nav-menu {
  background: #040b15 !important;
  border: 1px solid #1e3a5f !important;
}
.elementor-nav-menu--dropdown .elementor-item {
  color: rgba(255,255,255,0.8) !important;
  border-bottom: 1px solid #1a2f4a !important;
  padding: 12px 20px !important;
}
.elementor-nav-menu--dropdown .elementor-item:hover {
  background: #0c1829 !important;
  color: #F5A623 !important;
}

/* ─── FOOTER LINK HOVER ──────────────────────── */
.elementor-widget-text-editor li a:hover {
  color: #F5A623 !important;
}

/* ─── PAGE HERO PADDING (accounts for sticky header) ── */
.elementor-location-header + * .elementor-section:first-child {
  padding-top: 72px;
}/* End custom CSS */