/*
Theme Name: Light Pro USA Elementor
Theme URI: https://electric.fixherotheme.com/
Author: Light Pro USA
Description: Elementor-ready Light Pro USA electrical-services theme with editable global header/footer templates and one-click demo content.
Version: 1.7.2
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: electric-fixhero
*/

:root{
  --fx-navy:#25282d;
  --fx-navy-dark:#0b0b0d;
  --fx-blue:#363a40;
  --fx-yellow:#e0ad32;
  --fx-text:#666a70;
  --fx-light:#f5f3ee;
  --fx-white:#fff;
  --fx-border:#dfe6e9;
  --fx-shadow:0 12px 35px rgba(3,63,85,.10);
  --fx-container:1170px;
  --fx-font-family:"Inter",sans-serif;
  --fx-font-body:16px;
  --fx-font-hero:68px;
  --fx-font-page-title:56px;
  --fx-font-h2:40px;
  --fx-font-h3:24px;
  --fx-font-h4:20px;
  --fx-font-kicker:13px;
  --fx-font-menu:14px;
  --fx-color-page-title:#fff;
  --fx-color-hero-title:#fff;
  --fx-color-section-title:#25282d;
  --fx-color-card-title:#25282d;
  --fx-color-minor-title:#25282d;
  --fx-color-kicker:#e0ad32;
  --fx-mobile-menu-bg:#0b0b0d;
  --fx-mobile-menu-text:#e0ad32;
  --fx-mobile-submenu-bg:#18191c;
  --fx-mobile-submenu-text:#ffd66c;
  --fx-header-logo-width:76px;
  --fx-header-logo-height:76px;
  --fx-mobile-logo-width:60px;
  --fx-mobile-logo-height:60px;
  --fx-footer-logo-width:178px;
  --fx-footer-logo-height:178px;
  --fx-logo-object-fit:cover;
  --fx-button-radius:3px;
  --fx-button-lift:-2px;
  --fx-card-lift:-8px;
  --fx-hero-overlay:.76;
  --fx-motion-duration:700ms;
  --fx-motion-distance:24px;
  --fx-slider-transition:900ms;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--fx-text);background:#fff;font-family:var(--fx-font-family);font-size:var(--fx-font-body);line-height:1.72}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4,h5,h6{margin:0 0 18px;color:var(--fx-navy);font-family:var(--fx-font-family);line-height:1.2;font-weight:750}
p{margin:0 0 18px}
.fx-container{width:min(var(--fx-container),calc(100% - 40px));margin-inline:auto}
.fx-main{min-height:55vh}
.fx-content-area{padding:90px 0}
.fx-btn,.elementor .elementor-button{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--fx-button-radius);background:var(--fx-navy)!important;color:#fff!important;font-weight:700;padding:15px 25px;transition:transform .3s ease,background-color .3s ease,color .3s ease,box-shadow .3s ease}
.fx-btn:hover,.elementor-button:hover{background:var(--fx-yellow)!important;color:var(--fx-navy)!important;transform:translateY(var(--fx-button-lift));box-shadow:0 12px 25px rgba(3,19,49,.18)}
.fx-btn:focus-visible,.elementor-button:focus-visible,.fx-menu a:focus-visible,.fx-menu-toggle:focus-visible,.fx-submenu-toggle:focus-visible,.fx-hero-slider__arrow:focus-visible{outline:3px solid var(--fx-yellow);outline-offset:3px}
.fx-btn--yellow{background:var(--fx-yellow);color:var(--fx-navy)!important}

/* Global header */
.fx-topbar{background:#06607c;color:#eaf4f7;font-size:13px}
.fx-topbar__inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.fx-topbar__item{display:flex;align-items:center;gap:8px}
.fx-topbar__item strong,.fx-topbar__item a{color:var(--fx-yellow)}
.fx-header{position:relative;z-index:50;background:var(--fx-navy)}
.fx-header__inner{height:88px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.fx-header>.elementor-container{min-height:88px;display:flex;align-items:center;justify-content:space-between}
.fx-header>.elementor-container>.elementor-column:last-child>.elementor-widget-wrap{display:flex;align-items:center;justify-content:flex-end}
.fx-topbar>.elementor-container{min-height:42px;display:flex;align-items:center}
.fx-topbar .elementor-widget-text-editor p{margin:0}
.fx-logo img{width:205px;max-height:72px;object-fit:contain}
.fx-menu{display:flex;align-items:center;gap:0;list-style:none;margin:0;padding:0;background:transparent}
.fx-menu li{position:relative}
.fx-menu a{display:block;padding:34px 16px;color:#fff;font-size:var(--fx-font-menu);font-weight:700;text-transform:uppercase}
.fx-menu a:hover,.fx-menu .current-menu-item>a{background:transparent;color:var(--fx-yellow)}
.fx-menu-toggle{display:none;border:0;background:var(--fx-yellow);color:var(--fx-navy);font-size:24px;padding:9px 13px}

/* Elementor canvas and shared section system */
.elementor-page .fx-content-area{padding:0}
.fx-section{padding:100px 0;position:relative;overflow:hidden}
.fx-section--tight{padding:70px 0}
.fx-section--light{background:var(--fx-light)}
.fx-section--navy{background:var(--fx-navy-dark);color:#dce8ee}
.fx-section--navy h1,.fx-section--navy h2,.fx-section--navy h3,.fx-section--navy h4{color:#fff}
.fx-section .elementor-container,.fx-section>.e-con-inner{width:min(var(--fx-container),calc(100% - 40px));margin-inline:auto;flex-wrap:wrap}
.fx-section-title{text-align:center;max-width:760px;margin:0 auto 48px}
.elementor .fx-section h2.elementor-heading-title{font-size:var(--fx-font-h2)!important;line-height:1.25!important;font-weight:700!important;color:var(--fx-navy)!important}
.elementor .fx-section-title h2.elementor-heading-title{font-size:var(--fx-font-h2)!important;line-height:1.25!important;font-weight:700!important;color:var(--fx-navy)!important}
.fx-kicker{color:var(--fx-navy);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.fx-kicker .elementor-heading-title{font-size:13px!important}
.fx-kicker--yellow,.fx-kicker--yellow .elementor-heading-title{color:var(--fx-yellow)!important}
.fx-grid-2>.elementor-container{gap:55px}
.fx-grid-3>.elementor-container{gap:24px}
.fx-grid-4>.elementor-container{gap:20px}
.fx-grid-2>.elementor-container>.elementor-column{width:calc((100% - 55px)/2)!important}
.fx-grid-3>.elementor-container>.elementor-column{width:calc((100% - 48px)/3)!important}
.fx-grid-4>.elementor-container>.elementor-column{width:calc((100% - 60px)/4)!important}
.fx-grid-2>.elementor-container>.fx-section-title,
.fx-grid-3>.elementor-container>.fx-section-title,
.fx-grid-4>.elementor-container>.fx-section-title{width:100%!important;max-width:none;flex:0 0 100%}
.fx-section-title>.elementor-widget-wrap{max-width:760px;margin-inline:auto}

/* Hero */
.fx-hero{min-height:860px;padding:130px 0 110px;background-position:center!important;background-size:cover!important;display:flex;align-items:center}
.fx-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,15,35,.82),rgba(2,15,35,.28))}
.fx-hero .elementor-container{position:relative;z-index:1}
.elementor .fx-hero h1.elementor-heading-title{color:#fff!important;font-size:68px!important;line-height:1.12!important;font-weight:750!important;max-width:720px}
.fx-hero .elementor-widget-text-editor{color:#fff;max-width:620px;font-size:18px}
.fx-hero .fx-kicker .elementor-heading-title{color:var(--fx-yellow);font-size:14px}
.fx-page-hero{min-height:398px;padding:105px 0;display:flex;align-items:center;text-align:center;background-position:center!important;background-size:cover!important}
.fx-page-hero:before{content:"";position:absolute;inset:0;background:rgba(6,63,85,.64)}
.fx-page-hero .elementor-container{position:relative;z-index:1}
.fx-page-hero .elementor-heading-title{font-size:56px;color:#fff}

/* Cards and feature sections */
.fx-card{height:100%;background:#fff;border:1px solid var(--fx-border);box-shadow:0 3px 12px rgba(0,0,0,.03)}
.fx-card .elementor-widget-wrap{padding:0!important}
.fx-card .elementor-widget-image img{width:100%;aspect-ratio:4/3;object-fit:cover}
.fx-card .elementor-widget-heading,.fx-card .elementor-widget-text-editor,.fx-card .elementor-widget-button{padding-inline:25px}
.fx-card .elementor-widget-heading{padding-top:25px}
.fx-card .elementor-widget-button{padding-bottom:28px}
.elementor .fx-card h3.elementor-heading-title{font-size:var(--fx-font-h3)!important;line-height:1.33!important;font-weight:600!important;color:var(--fx-navy)!important}
.fx-feature-card{background:#f5f9fa;text-align:center;border-bottom:5px solid var(--fx-navy);padding:30px 22px}
.fx-feature-card img{width:66px;margin:0 auto}
.elementor .fx-feature-card h3.elementor-heading-title{font-size:22px!important;color:var(--fx-navy)!important}
.fx-reasons .elementor-column{padding:30px}
.elementor .fx-reasons h3.elementor-heading-title{font-size:20px!important;line-height:1.33!important;color:var(--fx-navy)!important}
.fx-counter{padding:25px 10px;text-align:center;border-right:1px solid var(--fx-border)}
.fx-counter:last-child{border-right:0}
.fx-counter .elementor-counter-number-wrapper{font-size:44px;color:var(--fx-navy);font-weight:800}
.fx-testimonial{background:var(--fx-blue);color:#fff;padding:35px;min-height:290px;border-top:4px solid var(--fx-yellow)}
.fx-testimonial .elementor-heading-title{color:var(--fx-yellow);font-size:19px}
.fx-testimonial .elementor-widget-text-editor{color:#fff}
.fx-price{background:#fff;padding:38px 30px;border:1px solid #edf0f0;height:100%}
.fx-price--popular{border-top:6px solid var(--fx-yellow);box-shadow:var(--fx-shadow)}
.fx-price .elementor-heading-title{font-size:22px}
.fx-price .fx-price-value .elementor-heading-title{font-size:48px}
.fx-price .elementor-icon-list-item{padding:7px 0}
.fx-team-card{background:var(--fx-blue);color:#fff;border-top:4px solid var(--fx-yellow);overflow:hidden}
.fx-team-card .elementor-heading-title{color:#fff}
.fx-team-card .elementor-widget-heading,.fx-team-card .elementor-widget-text-editor{padding-inline:22px}
.fx-project-card{position:relative;overflow:hidden;background:var(--fx-navy)}
.fx-project-card img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:.35s}
.fx-project-card:hover img{opacity:.5;transform:scale(1.04)}
.fx-project-card .elementor-widget-heading{position:absolute;left:24px;right:24px;bottom:18px}
.fx-project-card .elementor-heading-title{color:#fff;font-size:24px}
.fx-faq .elementor-toggle-item{border-bottom:1px solid var(--fx-border)}
.fx-faq .elementor-tab-title{font-weight:750;color:var(--fx-navy);padding:22px 0}
.fx-faq .elementor-tab-content{padding:0 0 22px}
.fx-quote-box{background:var(--fx-yellow);padding:42px}
.fx-quote-box h2,.fx-quote-box .elementor-heading-title{color:var(--fx-navy)}
.fx-quote-box input,.fx-quote-box select,.fx-quote-box textarea{width:100%;border:0;background:var(--fx-blue);color:#fff;padding:15px;margin-bottom:12px}
.fx-native-form{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.fx-native-form__field--textarea,.fx-native-form__field--select,.fx-native-form__submit,.fx-native-form__message{grid-column:1/-1}
.fx-native-form label{display:block;color:inherit;font-size:13px;font-weight:700;margin-bottom:5px}
.fx-native-form input,.fx-native-form select,.fx-native-form textarea{width:100%;border:1px solid var(--fx-border);background:#fff;color:var(--fx-navy);padding:14px 15px;border-radius:2px}
.fx-quote-box .fx-native-form input,.fx-quote-box .fx-native-form select,.fx-quote-box .fx-native-form textarea{background:var(--fx-blue);color:#fff;border:0;margin:0}
.fx-native-form__message{padding:11px 14px;background:#e9f8ed;color:#236b35}
.fx-calculator-widget{background:var(--fx-yellow);padding:40px}
.fx-calculator-widget label{display:block;color:var(--fx-navy);font-weight:700;margin:12px 0 5px}
.fx-calculator-widget select,.fx-calculator-widget input{width:100%;padding:14px;border:0;background:#fff;color:var(--fx-navy)}
.fx-calculator-widget__total{font-size:32px;color:var(--fx-navy);font-weight:800;margin-top:20px}

/* Blog */
.fx-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.fx-post-card{background:#fff;border:1px solid var(--fx-border);box-shadow:var(--fx-shadow)}
.fx-post-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.fx-post-card__body{padding:25px}
.fx-post-card__meta{font-size:13px;color:#75848b;margin-bottom:8px}
.fx-post-card h2{font-size:22px}

/* Footer */
.fx-newsletter{position:relative;z-index:3;margin-bottom:-70px}
.fx-newsletter__inner{background:var(--fx-blue) url("assets/images/footer_bg_electricity.jpg") center/cover;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:35px}
.fx-newsletter--elementor>.elementor-container{background:var(--fx-blue) url("assets/images/footer_bg_electricity.jpg") center/cover;padding:42px;display:flex;align-items:center;gap:35px}
.fx-newsletter h2{color:var(--fx-yellow);font-size:34px;margin:0;max-width:470px}
.fx-newsletter form{display:flex;min-width:430px}
.fx-newsletter input{width:100%;border:0;padding:17px 20px}
.fx-newsletter button{border:0;background:var(--fx-yellow);color:var(--fx-navy);padding:0 24px;font-weight:800}
.fx-footer{background:var(--fx-navy) url("assets/images/footer_bg_electricity.jpg") center/cover;color:#b9cbd2;padding:130px 0 25px}
.fx-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:45px}
.fx-footer>.elementor-container{display:flex;gap:35px;flex-wrap:wrap}
.fx-footer>.elementor-container>.elementor-column{width:calc((100% - 105px)/4)!important}
.fx-footer>.elementor-container>.fx-footer__bottom{width:100%!important}
.fx-footer .elementor-icon-list-text,.fx-footer .elementor-icon-list-icon{color:#b9cbd2}
.elementor .fx-footer h3.elementor-heading-title{color:#fff!important;font-size:18px!important;border-left:3px solid var(--fx-yellow);padding-left:12px}
.fx-footer ul{list-style:none;padding:0;margin:0}
.fx-footer li{margin:9px 0}
.fx-footer a:hover{color:var(--fx-yellow)}
.fx-footer__bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:45px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:13px}

/* Nested navigation and mega-menu */
.fx-native-nav{position:relative}
.fx-menu>.menu-item-has-children{display:flex;align-items:center}
.fx-submenu-toggle{width:25px;height:38px;margin-left:-12px;border:0;background:transparent;color:#fff;cursor:pointer;font-size:0;position:relative}
.fx-submenu-toggle:after{content:"";display:block;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translate(-2px,-2px);transition:transform .25s ease}
.fx-menu .sub-menu .fx-submenu-toggle{color:var(--fx-navy);margin:0 8px 0 -42px;z-index:2}
.fx-menu .sub-menu .fx-submenu-toggle:after{transform:rotate(-45deg)}
.fx-menu .sub-menu{position:absolute;z-index:80;top:100%;left:0;min-width:312px;margin:0;padding:0;background:#fff;box-shadow:0 18px 42px rgba(3,19,49,.18);list-style:none;opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease}
.fx-menu .sub-menu .sub-menu{top:0;left:100%;min-width:326px}
.fx-menu .sub-menu li{display:flex;align-items:center;border-bottom:1px solid #edf0f2}
.fx-menu .sub-menu li:last-child{border-bottom:0}
.fx-menu .sub-menu a{width:100%;padding:18px 38px;color:var(--fx-navy);font-size:16px;text-transform:none;white-space:nowrap}
.fx-menu .sub-menu a:hover,.fx-menu .sub-menu a:focus{background:#f7fafb;color:var(--fx-blue);padding-left:43px}
.fx-menu li:hover>.sub-menu,.fx-menu li:focus-within>.sub-menu,.fx-menu li.is-submenu-open>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.fx-menu .sub-menu li:hover>.sub-menu,.fx-menu .sub-menu li:focus-within>.sub-menu,.fx-menu .sub-menu li.is-submenu-open>.sub-menu{transform:translateY(0)}

/* Native Elementor hero slider */
.fx-hero-shell{padding:0!important;overflow:hidden;background:var(--fx-navy-dark)}
.fx-hero-shell>.elementor-container,.fx-hero-shell>.e-con-inner{width:100%!important;max-width:none!important}
.fx-hero-shell .elementor-column,.fx-hero-shell .elementor-widget-wrap,.fx-hero-shell .elementor-widget-fx-hero-slider,.fx-hero-shell .elementor-widget-container{width:100%;padding:0!important}
.fx-hero-slider{position:relative;height:910px;overflow:hidden;background:var(--fx-navy-dark);color:#fff}
.fx-hero-slider__slide{position:absolute;inset:0;opacity:0;visibility:hidden;background-position:center;background-size:cover;transition:opacity var(--fx-slider-transition) ease,visibility var(--fx-slider-transition) ease;z-index:1}
.fx-hero-slider__slide:before{content:"";position:absolute;inset:0;background:rgba(3,19,49,var(--fx-hero-overlay))}
.fx-hero-slider__slide.is-active{opacity:1;visibility:visible;z-index:2}
.fx-hero-slider--slide .fx-hero-slider__slide{opacity:1;transform:translateX(100%);transition:transform var(--fx-slider-transition) cubic-bezier(.65,0,.35,1),visibility var(--fx-slider-transition) ease}
.fx-hero-slider--slide .fx-hero-slider__slide.is-active{transform:translateX(0)}
.fx-hero-slider__inner{position:relative;z-index:2;width:min(var(--fx-container),calc(100% - 40px));height:100%;margin:auto;display:flex;align-items:center}
.fx-hero-slider__panel{width:525px;min-height:565px;padding:52px 48px;display:flex;flex-direction:column;justify-content:center;background:rgba(7,14,31,.68);border-radius:0 0 10px 10px}
.fx-hero-slider__kicker{display:flex;align-items:center;gap:12px;margin-bottom:35px;color:var(--fx-yellow);font-size:14px;font-weight:800;text-transform:uppercase}
.fx-hero-slider__kicker:before{content:"⚡";width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--fx-yellow);border-radius:50%;font-size:17px}
.fx-hero-slider__title{width:800px;max-width:none;margin:0 0 34px;color:#fff;font-size:var(--fx-font-hero);line-height:1.12;font-weight:750;letter-spacing:-.025em}
.fx-hero-slider__description{margin:0 0 44px;color:#fff;font-size:18px}
.fx-hero-slider__button{align-self:flex-start;min-width:265px;padding:17px 28px;background:var(--fx-yellow);color:var(--fx-navy);font-weight:800;text-align:center;border-radius:var(--fx-button-radius);transition:transform .3s ease,background .3s ease,box-shadow .3s ease}
.fx-hero-slider__button:hover{background:#fff;transform:translateY(var(--fx-button-lift));box-shadow:0 12px 28px rgba(0,0,0,.28)}
.fx-hero-slider__arrows{position:absolute;z-index:5;right:max(30px,calc((100vw - var(--fx-container))/2));bottom:62px;display:flex;gap:10px}
.fx-hero-slider__arrow{width:51px;height:51px;padding:0;border:0;background:var(--fx-yellow);color:var(--fx-navy);font-size:28px;line-height:1;cursor:pointer;transition:background .25s ease,transform .25s ease}
.fx-hero-slider__arrow:hover{background:#fff;transform:translateY(-3px)}
.home .fx-topbar{position:absolute;z-index:70;top:0;left:0;right:0;background:rgba(6,96,124,.92)}
.home .fx-header{position:absolute;z-index:69;top:42px;left:0;right:0;background:rgba(9,73,106,.95)}

/* Additional services, source-matched image split and CTA */
.fx-additional-services{padding:0!important;min-height:889px;background:#fff;overflow:visible}
.fx-additional-services>.elementor-container{width:100%!important;max-width:none!important;min-height:889px;align-items:stretch;flex-wrap:nowrap}
.fx-additional-services>.elementor-container>.elementor-column{min-height:889px}
.fx-additional-services__image{width:40%!important;min-width:0;background-image:linear-gradient(rgba(3,19,49,.12),rgba(3,19,49,.12)),url("assets/images/about_image.jpg")!important;background-position:center!important;background-size:cover!important}
.fx-additional-services__content{width:45%!important;min-width:0}
.fx-additional-services__content>.elementor-widget-wrap{align-content:flex-start;padding:66px 48px 0!important}
.fx-additional-services__content .elementor-widget-heading,.fx-additional-services__content .elementor-widget-text-editor,.fx-additional-services__content .elementor-widget-icon-list,.fx-additional-services__content .elementor-widget-button{width:100%}
.fx-additional-services__content .fx-kicker .elementor-heading-title{color:#5bbbec!important}
.elementor .fx-additional-services__content h2.elementor-heading-title{max-width:600px;font-size:48px!important;line-height:1.28!important}
.fx-additional-services__content .elementor-icon-list-items{columns:2;column-gap:28px}
.fx-additional-services__content .elementor-icon-list-item{break-inside:avoid;margin-bottom:8px}
.fx-additional-services__content .elementor-icon-list-icon{color:var(--fx-blue)}
.fx-additional-services__content .elementor-widget-button{margin-top:26px}
.fx-additional-services__decor{width:15%!important;min-width:0;background:#f5f7f7}
.fx-additional-services__decor>.elementor-widget-wrap{display:flex;align-items:flex-end!important;padding:0!important;overflow:hidden}
.fx-additional-services__decor .elementor-widget-image{width:100%}
.fx-additional-services__decor img{width:100%;max-height:730px;object-fit:contain;object-position:center bottom}
.fx-additional-cta-widget{position:absolute!important;z-index:4;left:0;right:-33.333%;bottom:0;min-height:137px;background:var(--fx-navy) url("assets/images/call_to_action_bg.jpg") center/cover}
.fx-additional-cta-widget .elementor-widget-container{height:100%}
.fx-cta{min-height:137px;padding:20px 55px;display:flex;align-items:center;gap:24px;color:#fff}
.fx-cta__icon{width:82px;max-height:88px;object-fit:contain}
.fx-cta__contact{margin-right:auto}
.fx-cta__contact span{display:block;color:#fff;font-size:15px}
.fx-cta__contact a{display:block;color:var(--fx-yellow);font-size:30px;font-weight:800;line-height:1.2}
.fx-cta .fx-btn{min-width:195px}

/* Why choose us */
.fx-reasons{padding:115px 0 0!important;min-height:1174px;background-position:center!important;background-size:cover!important;border-top:4px solid var(--fx-navy)}
.fx-reasons:before{content:"";position:absolute;inset:0;background:rgba(250,248,245,.88)}
.fx-reasons>.elementor-container{position:relative;z-index:1;gap:24px;align-items:stretch}
.fx-reasons .fx-section-title{margin-bottom:48px}
.fx-reasons .fx-section-title>.elementor-widget-wrap{max-width:850px}
.fx-reasons .elementor-column.fx-reason-card{width:calc((100% - 24px)/2)!important;padding:0;background:#fff;box-shadow:0 2px 14px rgba(3,19,49,.025);transition:transform .35s ease,box-shadow .35s ease}
.fx-reason-card:hover{transform:translateY(var(--fx-card-lift));box-shadow:var(--fx-shadow)!important}
.fx-reason-card>.elementor-widget-wrap{min-height:247px;padding:36px 42px!important;display:grid!important;grid-template-columns:110px 1fr;grid-template-rows:auto 1fr;column-gap:38px;align-items:center}
.fx-reason-card .elementor-widget-image{grid-column:1;grid-row:1;width:100%;align-self:center;border-right:1px solid var(--fx-border);padding-right:28px}
.fx-reason-card .elementor-widget-image img{width:58px;height:58px;object-fit:contain;margin:auto}
.fx-reason-card .elementor-widget-heading{grid-column:2;grid-row:1;align-self:end}
.fx-reason-card .elementor-widget-text-editor{grid-column:2;grid-row:2;align-self:start}
.fx-reason-card .fx-reason-card__number{grid-column:1;grid-row:2;width:100%;align-self:stretch;border-right:1px solid var(--fx-border);padding-right:28px}
.fx-reason-card .fx-reason-card__number .elementor-heading-title{color:#dde4e3!important;font-size:52px!important}
.elementor .fx-reason-card h3.elementor-heading-title{font-size:25px!important}
.fx-reasons .fx-counter{width:calc((100% - 72px)/4)!important;margin-top:54px;padding:38px 12px;border:0;background:var(--fx-navy);color:#fff}
.fx-reasons .fx-counter .elementor-counter-number-wrapper{color:var(--fx-yellow)}
.fx-reasons .fx-counter .elementor-counter-title{color:#fff}

/* Motion and hover system */
.fx-card,.fx-feature-card,.fx-team-card,.fx-post-card{transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}
.fx-card:hover,.fx-feature-card:hover,.fx-team-card:hover,.fx-post-card:hover{transform:translateY(var(--fx-card-lift));box-shadow:var(--fx-shadow);border-color:rgba(9,73,106,.25)}
.fx-feature-card img{transition:transform .35s ease}
.fx-feature-card:hover img{transform:scale(1.08) rotate(-3deg)}
.fx-reveal{opacity:0;transform:translateY(var(--fx-motion-distance));transition:opacity var(--fx-motion-duration) ease var(--fx-reveal-delay,0ms),transform var(--fx-motion-duration) ease var(--fx-reveal-delay,0ms)}
.fx-reveal.is-visible{opacity:1;transform:none}
.fx-motion-disabled .fx-reveal{opacity:1;transform:none;transition:none}

/* WordPress essentials */
.alignwide{width:min(1400px,calc(100% - 40px));margin-inline:auto}
.alignfull{width:100%}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@media(max-width:1024px){
  .fx-topbar__inner{justify-content:center}.fx-topbar__item:first-child{display:none}
  .fx-menu-toggle{display:block}
  .fx-nav{display:none;position:absolute;left:20px;right:20px;top:82px;background:#fff;box-shadow:var(--fx-shadow)}
  .fx-nav.is-open{display:block}
  .fx-menu{display:block;background:#fff}.fx-menu>.menu-item-has-children{display:flex;flex-wrap:wrap}.fx-menu a{padding:15px 20px;border-bottom:1px solid var(--fx-border);color:var(--fx-navy);flex:1}
  .fx-submenu-toggle{display:block;width:48px;height:54px;margin:0;color:var(--fx-navy)}.fx-menu .sub-menu .fx-submenu-toggle{margin:0}
  .fx-menu .sub-menu,.fx-menu .sub-menu .sub-menu{position:static;width:100%;min-width:0;flex-basis:100%;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;background:#f5f8f9}
  .fx-menu li.is-submenu-open>.sub-menu{display:block}.fx-menu .sub-menu .sub-menu{background:#edf3f5}.fx-menu .sub-menu a{padding:13px 28px;font-size:15px}.fx-menu .sub-menu .sub-menu a{padding-left:44px}
  .elementor .fx-hero h1.elementor-heading-title{font-size:54px!important}
  .fx-hero-slider{height:760px}.fx-hero-slider__panel{width:510px;min-height:500px}.fx-hero-slider__title{width:650px;font-size:54px}
  .fx-additional-services>.elementor-container{flex-wrap:wrap}.fx-additional-services>.elementor-container>.elementor-column{min-height:0}.fx-additional-services__image{width:40%!important;min-height:720px!important}.fx-additional-services__content{width:60%!important;min-height:720px!important}.fx-additional-services__decor{display:none}.fx-additional-cta-widget{left:-66.6667%;right:0}
  .fx-reasons .elementor-column.fx-reason-card{width:calc((100% - 24px)/2)!important}.fx-reason-card>.elementor-widget-wrap{grid-template-columns:80px 1fr;padding:28px!important;column-gap:25px}
  .fx-post-grid{grid-template-columns:repeat(2,1fr)!important}
  .fx-footer__grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:767px){
  body{font-size:15px}
  .fx-container,.fx-section .elementor-container,.fx-section>.e-con-inner{width:min(calc(100% - 28px),var(--fx-container))}
  .fx-topbar{display:none}.fx-header__inner{height:74px}.fx-logo img{width:145px}
  .home .fx-header{top:0}
  .fx-section{padding:70px 0}.fx-section--tight{padding:50px 0}
  .elementor .fx-section-title h2.elementor-heading-title{font-size:32px!important}
  .elementor .fx-section h2.elementor-heading-title{font-size:32px!important}
  .fx-hero{min-height:580px;padding:100px 0}.elementor .fx-hero h1.elementor-heading-title{font-size:42px!important}
  .fx-hero-slider{height:680px}.fx-hero-slider__inner{width:100%}.fx-hero-slider__panel{width:100%;min-height:680px;padding:115px 28px 95px;background:rgba(3,19,49,.68);border-radius:0}.fx-hero-slider__kicker{margin-bottom:24px}.fx-hero-slider__title{width:100%;font-size:42px;margin-bottom:24px}.fx-hero-slider__description{font-size:16px;margin-bottom:30px}.fx-hero-slider__button{min-width:220px}.fx-hero-slider__arrows{right:18px;bottom:24px}.fx-hero-slider__arrow{width:45px;height:45px}
  .fx-page-hero{padding:80px 0}.fx-page-hero .elementor-heading-title{font-size:42px}
  .fx-grid-2>.elementor-container,.fx-grid-3>.elementor-container,.fx-grid-4>.elementor-container{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:22px!important}
  .fx-grid-2>.elementor-container>.elementor-column,.fx-grid-3>.elementor-container>.elementor-column,.fx-grid-4>.elementor-container>.elementor-column{width:100%!important;max-width:100%!important;flex:0 0 100%!important;margin:0}
  .fx-additional-services{min-height:0}.fx-additional-services>.elementor-container{display:flex!important;flex-direction:column}.fx-additional-services__image,.fx-additional-services__content{width:100%!important;min-height:390px!important}.fx-additional-services__content>.elementor-widget-wrap{padding:55px 24px 210px!important}.elementor .fx-additional-services__content h2.elementor-heading-title{font-size:34px!important}.fx-additional-services__content .elementor-icon-list-items{columns:1}.fx-additional-cta-widget{left:0;right:0;min-height:175px}.fx-cta{min-height:175px;padding:22px;gap:15px;flex-wrap:wrap}.fx-cta__icon{display:none}.fx-cta__contact a{font-size:24px}.fx-cta .fx-btn{min-width:155px}
  .fx-reasons{padding-top:75px!important}.fx-reasons>.elementor-container{display:flex!important;flex-direction:column!important}.fx-reasons .elementor-column.fx-reason-card,.fx-reasons .fx-counter{width:100%!important;max-width:100%!important}.fx-reason-card>.elementor-widget-wrap{grid-template-columns:68px 1fr;padding:24px 18px!important;column-gap:18px}.fx-reason-card .elementor-widget-image,.fx-reason-card .fx-reason-card__number{padding-right:15px}.fx-reasons .fx-counter{margin-top:0}
  .fx-counter{border-right:0;border-bottom:1px solid var(--fx-border)}
  .fx-post-grid{grid-template-columns:1fr!important}
  .fx-newsletter__inner{display:block;padding:28px}.fx-newsletter h2{font-size:26px;margin-bottom:20px}.fx-newsletter form{min-width:0}
  .fx-native-form{grid-template-columns:1fr}.fx-native-form>*{grid-column:1!important}
  .fx-footer__grid{grid-template-columns:1fr}.fx-footer>.elementor-container>.elementor-column{width:100%!important;max-width:100%!important;flex:0 0 100%!important}.fx-footer__bottom{display:block}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .fx-reveal{opacity:1!important;transform:none!important}
}

/* Light Pro USA v1.4 brand system */
body{
  --fx-gold:#e0ad32;
  --fx-gold-light:#ffd66c;
  --fx-silver:#c9cbd0;
  --fx-charcoal:#25282d;
  --fx-black:#0b0b0d;
}
.fx-btn,.elementor .elementor-button{background:var(--fx-yellow)!important;color:var(--fx-black)!important;font-weight:800;letter-spacing:.01em}
.fx-btn:hover,.elementor .elementor-button:hover{background:#fff!important;color:var(--fx-black)!important;box-shadow:0 12px 30px rgba(224,173,50,.25)}
.fx-topbar,.home .fx-topbar{
  position:sticky!important;
  top:0;
  z-index:101;
  min-height:44px;
  background:linear-gradient(90deg,rgba(11,11,13,.96),rgba(37,40,45,.92)),url("assets/images/header_bg.jpg") center/cover!important;
  border-bottom:1px solid rgba(224,173,50,.28);
  color:#fff;
  font-size:14px;
  font-weight:650;
}
.fx-site-header{position:sticky;top:0;z-index:102;width:100%}
body.admin-bar .fx-site-header{top:32px}
.fx-site-header .fx-topbar,.home .fx-site-header .fx-topbar,
.fx-site-header .fx-header,.home .fx-site-header .fx-header{position:relative!important;top:auto!important}
.fx-site-header .fx-topbar{
  max-height:44px;
  overflow:hidden;
  opacity:1;
  visibility:visible;
  transition:max-height .3s ease,opacity .22s ease,border-color .22s ease;
}
.fx-site-header.is-scrolled .fx-topbar{
  min-height:0!important;
  max-height:0;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  border-bottom-color:transparent;
}
.fx-site-header.is-scrolled .fx-topbar>.elementor-container{
  min-height:0!important;
  height:0;
}
.fx-topbar>.elementor-container{min-height:44px}
.fx-topbar__item{min-height:44px}
.fx-topbar__item p{white-space:nowrap}
.fx-topbar__item span,.fx-topbar__item strong,.fx-topbar__item a{color:var(--fx-yellow)}
.fx-topbar .elementor-widget-text-editor{color:#f2f2f2}
.fx-header,.home .fx-header{
  position:sticky!important;
  top:44px;
  z-index:100;
  background:rgba(11,11,13,.97)!important;
  border-bottom:1px solid rgba(224,173,50,.22);
  transition:box-shadow .3s ease,background-color .3s ease;
}
.fx-header.is-stuck{background:rgba(11,11,13,.985)!important;box-shadow:0 14px 35px rgba(0,0,0,.28)}
body.admin-bar .fx-topbar{top:32px}
body.admin-bar .fx-header{top:76px}
.fx-header>.elementor-container{min-height:104px}
.fx-header>.elementor-container>.elementor-column:first-child{width:29%!important}
.fx-header>.elementor-container>.elementor-column:last-child{width:71%!important}
.fx-brand{display:inline-flex;align-items:center;gap:14px}
.fx-header .fx-brand img{width:var(--fx-widget-logo-width,var(--fx-header-logo-width))!important;height:var(--fx-widget-logo-height,var(--fx-header-logo-height))!important;object-fit:var(--fx-widget-logo-fit,var(--fx-logo-object-fit));border:1px solid rgba(224,173,50,.45);border-radius:7px;box-shadow:0 5px 22px rgba(224,173,50,.12)}
.fx-brand__copy{display:flex;flex-direction:column;line-height:1}
.fx-brand__copy strong{color:var(--fx-gold-light);font-size:23px;font-weight:850;letter-spacing:.04em;white-space:nowrap}
.fx-brand__copy small{margin-top:7px;color:var(--fx-silver);font-size:9px;font-weight:650;letter-spacing:.24em;white-space:nowrap}
.fx-menu a{color:#fff;font-weight:750}
.fx-menu a:hover,.fx-menu .current-menu-item>a{color:var(--fx-yellow)}
.fx-submenu-toggle{color:var(--fx-yellow)}
.fx-menu .sub-menu{border-top:3px solid var(--fx-yellow)}
.fx-menu .sub-menu a{color:var(--fx-charcoal)}
.fx-menu .sub-menu a:hover,.fx-menu .sub-menu a:focus{background:#fff8e7;color:#171719}

/* Quote section with an explicit, locally bundled background */
.fx-quote-section{
  min-height:760px;
  display:flex;
  align-items:center;
  background:url("assets/images/service_bg_ele.jpg") center/cover no-repeat!important;
}
.fx-quote-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,11,13,.9),rgba(11,11,13,.6))}
.fx-quote-section>.elementor-container{position:relative;z-index:1}
.fx-quote-section .fx-quote-intro h2.elementor-heading-title{color:#fff!important;font-size:48px!important}
.fx-quote-section .fx-quote-intro h3.elementor-heading-title{color:var(--fx-yellow)!important;font-size:32px!important}
.fx-quote-section .fx-quote-intro .elementor-widget-text-editor{max-width:520px;color:#e6e6e6;font-size:18px}
.fx-quote-section .fx-quote-box{background:rgba(17,17,19,.91);border:1px solid rgba(224,173,50,.42);box-shadow:0 24px 70px rgba(0,0,0,.34)}
.fx-quote-section .fx-quote-box .fx-native-form input,
.fx-quote-section .fx-quote-box .fx-native-form select,
.fx-quote-section .fx-quote-box .fx-native-form textarea{background:#2b2e33;color:#fff;border:1px solid #454950}
.fx-quote-section .fx-quote-box .fx-native-form label{color:#fff}

/* Crisp, reference-inspired footer */
.fx-footer{
  position:relative;
  padding:88px 0 0;
  background:var(--fx-black) url("assets/images/footer_bg_electricity.jpg") right bottom/cover no-repeat!important;
  color:#e4e5e7;
}
.fx-footer:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,11,13,.98) 0%,rgba(11,11,13,.94) 58%,rgba(11,11,13,.84) 100%)}
.fx-footer>.elementor-container{
  position:relative;
  z-index:1;
  display:grid!important;
  grid-template-columns:1.34fr repeat(3,1fr);
  grid-template-rows:auto auto auto;
  gap:26px 54px!important;
  align-items:start;
}
.fx-footer>.elementor-container>.elementor-column{width:auto!important;max-width:none!important}
.fx-footer-brand-column{grid-column:1;grid-row:1/4;padding-right:38px;border-right:1px solid rgba(255,255,255,.13)}
.fx-footer .fx-brand--footer img{width:var(--fx-widget-logo-width,var(--fx-footer-logo-width))!important;height:var(--fx-widget-logo-height,var(--fx-footer-logo-height))!important;object-fit:var(--fx-widget-logo-fit,var(--fx-logo-object-fit));border-radius:9px;border:1px solid rgba(224,173,50,.35)}
.elementor .fx-footer h3.elementor-heading-title{
  margin:0 0 36px;
  padding-left:16px;
  border-left:5px solid var(--fx-yellow);
  color:#fff!important;
  font-size:24px!important;
  font-weight:850!important;
  line-height:1.2!important;
}
.fx-footer .elementor-icon-list-item{margin:0 0 14px!important}
.fx-footer .elementor-icon-list-text{color:#f2f2f2!important;font-size:16px;font-weight:600;line-height:1.55}
.fx-footer .elementor-icon-list-icon{color:var(--fx-yellow)!important}
.fx-footer .elementor-icon-list-icon i,.fx-footer .elementor-icon-list-icon svg{color:var(--fx-yellow)!important;fill:var(--fx-yellow)!important}
.fx-footer-contacts{margin-top:28px}
.fx-footer-contacts .elementor-icon-list-item{min-height:78px;margin-bottom:12px!important;padding:17px 20px!important;background:#25282d;border:1px solid rgba(255,255,255,.06);border-radius:6px}
.fx-footer-contacts .elementor-icon-list-icon{font-size:24px}
.fx-footer-socials{margin-top:14px;padding:18px;background:#25282d;border-radius:6px}
.fx-footer-socials .elementor-icon-list-items{display:flex;flex-wrap:wrap;gap:10px}
.fx-footer-socials .elementor-icon-list-item{width:44px;height:44px;margin:0!important;display:grid!important;place-items:center;border:1px solid #62666d;border-radius:50%;transition:transform .3s ease,border-color .3s ease}
.fx-footer-socials .elementor-icon-list-item:hover{border-color:var(--fx-yellow);transform:translateY(-3px)}
.fx-footer-socials .elementor-icon-list-icon{padding:0!important}
.fx-footer-socials .elementor-icon-list-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.fx-footer-estimate{
  grid-column:2/5;
  grid-row:2;
  margin-top:20px;
  background:#25282d;
  border:1px solid rgba(224,173,50,.18);
  border-radius:7px;
}
.fx-footer-estimate>.elementor-widget-wrap{display:grid!important;grid-template-columns:auto 1fr auto;align-items:center;gap:8px 18px;padding:28px 36px!important}
.fx-footer-estimate .elementor-widget-heading{grid-column:1;grid-row:1}
.fx-footer-estimate .elementor-widget-heading h3.elementor-heading-title{margin:0;padding:0;border:0;font-size:24px!important}
.fx-footer-estimate .elementor-widget-text-editor{grid-column:2;grid-row:1;color:#fff;font-size:17px}
.fx-footer-estimate .elementor-widget-text-editor p{margin:0}
.fx-footer-estimate .elementor-widget-button{grid-column:3;grid-row:1}
.fx-footer-estimate .elementor-button{min-width:285px}
.fx-footer__bottom{grid-column:2/5;grid-row:3;width:auto!important;margin-top:10px;padding:22px 0;border-top:1px solid rgba(255,255,255,.13);color:#d7d8da;font-size:14px;font-weight:550}
.fx-footer__bottom p{margin:0}

@media(max-width:1024px){
  .fx-topbar__item p{white-space:normal}
  .fx-header>.elementor-container>.elementor-column:first-child{width:55%!important}
  .fx-header>.elementor-container>.elementor-column:last-child{width:45%!important}
  .fx-footer>.elementor-container{grid-template-columns:1fr 1fr;gap:35px!important}
  .fx-footer-brand-column{grid-column:1/3;grid-row:auto;padding:0 0 35px;border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}
  .fx-footer-estimate,.fx-footer__bottom{grid-column:1/3;grid-row:auto}
  .fx-footer-estimate>.elementor-widget-wrap{grid-template-columns:1fr auto}
  .fx-footer-estimate .elementor-widget-heading,.fx-footer-estimate .elementor-widget-text-editor{grid-column:1}
  .fx-footer-estimate .elementor-widget-button{grid-column:2;grid-row:1/3}
}
@media(max-width:782px){
  body.admin-bar .fx-site-header{top:46px}
  body.admin-bar .fx-topbar{top:46px}
  body.admin-bar .fx-header{top:90px}
}
@media(max-width:767px){
  .fx-topbar,.home .fx-topbar{display:none!important}
  .fx-header,.home .fx-header,body.admin-bar .fx-header{top:0}
  body.admin-bar .fx-header{top:46px}
  body.admin-bar .fx-site-header .fx-header,.fx-site-header .fx-header{top:auto}
  .fx-header>.elementor-container{min-height:84px}
  .fx-header>.elementor-container>.elementor-column:first-child{width:72%!important}
  .fx-header>.elementor-container>.elementor-column:last-child{width:28%!important}
  .fx-header .fx-brand img{width:var(--fx-widget-logo-width,var(--fx-mobile-logo-width))!important;height:var(--fx-widget-logo-height,var(--fx-mobile-logo-height))!important}
  .fx-brand__copy strong{font-size:18px}.fx-brand__copy small{font-size:7px}
  .fx-quote-section{min-height:0;padding:75px 0!important}
  .fx-quote-section .fx-quote-intro h2.elementor-heading-title{font-size:34px!important}
  .fx-footer>.elementor-container{display:flex!important;flex-direction:column;gap:28px!important}
  .fx-footer>.elementor-container>.elementor-column,.fx-footer-brand-column,.fx-footer-estimate,.fx-footer__bottom{width:100%!important;grid-column:auto}
  .fx-footer-estimate>.elementor-widget-wrap{display:flex!important;flex-direction:column;align-items:flex-start!important}
  .fx-footer-estimate .elementor-widget-button{width:100%}
  .fx-footer-estimate .elementor-button{min-width:0;width:100%}
}

/* Light Pro USA v1.5 granular title controls and mobile navigation */
.fx-page-hero .elementor-heading-title{font-size:var(--fx-font-page-title)!important;color:var(--fx-color-page-title)!important}
.fx-hero-slider__title{color:var(--fx-color-hero-title)!important}
.elementor .fx-section h2.elementor-heading-title{font-size:var(--fx-font-h2)!important;color:var(--fx-color-section-title)!important}
.elementor .fx-section h3.elementor-heading-title{font-size:var(--fx-font-h3)!important;color:var(--fx-color-card-title)!important}
.elementor .fx-section h4.elementor-heading-title,
.elementor .fx-section h5.elementor-heading-title,
.elementor .fx-section h6.elementor-heading-title{font-size:var(--fx-font-h4)!important;color:var(--fx-color-minor-title)!important}
.fx-kicker,.fx-kicker .elementor-heading-title,
.fx-hero-slider__kicker{font-size:var(--fx-font-kicker)!important;color:var(--fx-color-kicker)!important}
.fx-section--navy h2.elementor-heading-title,
.fx-section--navy h3.elementor-heading-title,
.fx-section--navy h4.elementor-heading-title{color:var(--fx-white)!important}
.elementor .fx-quote-section .fx-quote-intro h2.elementor-heading-title{color:var(--fx-white)!important}
.elementor .fx-quote-section .fx-quote-intro h3.elementor-heading-title{color:var(--fx-yellow)!important}

@media(max-width:1024px){
  .fx-header .fx-nav{
    position:fixed!important;
    z-index:110;
    top:148px;
    left:14px!important;
    right:14px!important;
    width:auto!important;
    max-height:calc(100dvh - 162px);
    overflow-y:auto;
    overscroll-behavior:contain;
    background:var(--fx-mobile-menu-bg)!important;
    border:1px solid rgba(224,173,50,.5);
    border-radius:0 0 7px 7px;
    box-shadow:0 24px 55px rgba(0,0,0,.42);
  }
  body.admin-bar .fx-header .fx-nav{top:180px;max-height:calc(100dvh - 194px)}
  .fx-header .fx-menu,
  .fx-header .fx-menu li{background:var(--fx-mobile-menu-bg)!important}
  .fx-header .fx-menu a{
    min-height:54px;
    padding:14px 20px!important;
    color:var(--fx-mobile-menu-text)!important;
    background:var(--fx-mobile-menu-bg)!important;
    border-bottom:1px solid rgba(224,173,50,.22)!important;
    font-size:var(--fx-font-menu)!important;
  }
  .fx-header .fx-menu a:hover,
  .fx-header .fx-menu a:focus,
  .fx-header .fx-menu .current-menu-item>a{
    color:var(--fx-white)!important;
    background:#25282d!important;
  }
  .fx-header .fx-submenu-toggle,
  .fx-header .fx-menu .sub-menu .fx-submenu-toggle{
    flex:0 0 54px;
    width:54px;
    height:54px;
    margin:0!important;
    color:var(--fx-mobile-menu-text)!important;
    background:var(--fx-mobile-menu-bg)!important;
    border-left:1px solid rgba(224,173,50,.22);
    border-bottom:1px solid rgba(224,173,50,.22);
  }
  .fx-header .fx-menu .sub-menu,
  .fx-header .fx-menu .sub-menu .sub-menu,
  .fx-header .fx-menu .sub-menu li{
    background:var(--fx-mobile-submenu-bg)!important;
    border-top:0!important;
  }
  .fx-header .fx-menu .sub-menu a{
    color:var(--fx-mobile-submenu-text)!important;
    background:var(--fx-mobile-submenu-bg)!important;
    border-bottom-color:rgba(224,173,50,.16)!important;
  }
  .fx-header .fx-menu .sub-menu a:hover,
  .fx-header .fx-menu .sub-menu a:focus{color:var(--fx-white)!important;background:#292b30!important}
  .fx-header .fx-menu .sub-menu .sub-menu a{padding-left:44px!important;background:#222328!important}
}
@media(max-width:782px){
  body.admin-bar .fx-header .fx-nav{top:194px;max-height:calc(100dvh - 208px)}
}
@media(max-width:767px){
  .fx-header .fx-nav{top:84px;max-height:calc(100dvh - 98px)}
  body.admin-bar .fx-header .fx-nav{top:130px;max-height:calc(100dvh - 144px)}
  .fx-page-hero .elementor-heading-title{font-size:clamp(32px,var(--fx-font-page-title),48px)!important}
}

/* Light Pro USA v1.6 reference-matched service page */
.fx-service-detail{padding:112px 0!important;background:#fff}
.fx-service-detail>.elementor-container{gap:48px;align-items:flex-start}
.fx-service-detail>.elementor-container>.fx-service-detail__main{width:calc(68% - 24px)!important}
.fx-service-detail>.elementor-container>.fx-service-detail__sidebar{width:calc(32% - 24px)!important}
.fx-service-detail__main>.elementor-widget-wrap{
  display:grid!important;
  grid-template-columns:42% 1fr;
  gap:24px 34px;
  align-items:start;
}
.fx-service-main-image,
.fx-service-detail__title,
.fx-service-detail__intro,
.fx-service-detail__closing,
.fx-service-detail__faq-title,
.fx-service-detail__faq{grid-column:1/3}
.fx-service-main-image img{width:100%;height:455px!important;object-fit:cover}
.elementor .fx-service-detail__title h2.elementor-heading-title{font-size:40px!important;color:var(--fx-navy)!important}
.fx-service-detail__intro{font-size:17px;line-height:1.75}
.fx-service-feature-image{grid-column:1;grid-row:4/7}
.fx-service-feature-image img{width:100%;height:345px!important;object-fit:cover}
.fx-service-feature-heading,.fx-service-feature-copy,.fx-service-feature-list{grid-column:2}
.fx-service-feature-heading{align-self:end}
.elementor .fx-service-feature-heading h3.elementor-heading-title{font-size:25px!important}
.fx-service-feature-list .elementor-icon-list-item{margin-bottom:12px!important}
.fx-service-feature-list .elementor-icon-list-icon{color:var(--fx-yellow)}
.fx-service-detail__closing{margin-top:12px}
.fx-service-detail__faq-title{margin-top:18px}
.elementor .fx-service-detail__faq-title h2.elementor-heading-title{font-size:38px!important}
.fx-service-detail__faq .elementor-toggle-item{border-bottom:1px solid var(--fx-border)}
.fx-service-detail__faq .elementor-tab-title{padding:20px 0!important;color:var(--fx-navy);font-size:17px;font-weight:750}
.fx-service-detail__faq .elementor-tab-content{padding:0 0 24px!important;border:0!important}
.fx-service-sidebar-box{margin-bottom:28px;padding:0 28px 28px;background:#f7f7f7}
.fx-service-sidebar-heading{margin:0 -28px 26px;padding:18px 22px;background:var(--fx-navy)}
.elementor .fx-service-sidebar-heading h3.elementor-heading-title{margin:0;color:#fff!important;font-size:20px!important;text-align:center}
.fx-service-sidebar-list .elementor-icon-list-item{margin-bottom:12px!important;padding:16px 18px!important;background:#fff;border:1px solid #edf0f2}
.fx-service-sidebar-list .elementor-icon-list-text{color:var(--fx-navy)!important;font-weight:700}
.fx-service-sidebar-list .elementor-icon-list-icon{order:2;margin-left:auto;color:var(--fx-yellow)}
.fx-service-offer{margin-top:24px;padding:28px 24px!important;background:var(--fx-navy);border:1px dashed var(--fx-yellow);text-align:center}
.elementor .fx-service-offer h3.elementor-heading-title{color:#fff!important;font-size:23px!important}
.elementor .fx-service-offer .fx-offer-price h2.elementor-heading-title{color:var(--fx-yellow)!important;font-size:55px!important}
.fx-service-offer .elementor-widget-text-editor{color:#d8e0e4}
.fx-service-offer .elementor-button{width:100%}
.fx-service-newsletter{padding:42px 0!important;background:var(--fx-navy) url("assets/images/call_to_action_bg2.jpg") center/cover}
.fx-service-newsletter>.elementor-container{align-items:center;gap:35px}
.elementor .fx-service-newsletter h2.elementor-heading-title{color:var(--fx-yellow)!important;font-size:34px!important}
.fx-service-newsletter .fx-native-form{grid-template-columns:1fr auto;gap:0}
.fx-service-newsletter .fx-native-form__title{display:none}
.fx-service-newsletter .fx-native-form label{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.fx-service-newsletter .fx-native-form input{min-height:58px;border:0;background:var(--fx-yellow)}
.fx-service-newsletter .fx-native-form button{min-height:58px;border:0;border-radius:0;background:var(--fx-black)!important;color:#fff!important}

/* About-page reference composition */
.fx-about-reasons{padding:110px 0!important;background-position:center!important;background-size:cover!important}
.fx-about-reasons:before{content:"";position:absolute;inset:0;background:rgba(250,248,245,.9)}
.fx-about-reasons>.elementor-container{position:relative;z-index:1;gap:24px;align-items:stretch}
.fx-about-reasons .fx-section-title{width:100%!important;flex:0 0 100%;margin-bottom:44px}
.fx-about-reasons .fx-reason-card{width:calc((100% - 24px)/2)!important;background:#fff;border:1px solid #eef1f1}
.fx-about-reasons .fx-reason-card>.elementor-widget-wrap{min-height:218px;padding:34px 40px!important;display:grid!important;grid-template-columns:105px 1fr;grid-template-rows:auto 1fr;column-gap:34px;align-items:center}
.fx-about-reasons .fx-reason-card .elementor-widget-image{grid-column:1;grid-row:1;padding-right:25px;border-right:1px solid var(--fx-border)}
.fx-about-reasons .fx-reason-card .elementor-widget-image img{width:56px;height:56px;object-fit:contain}
.fx-about-reasons .fx-reason-card .elementor-widget-heading{grid-column:2;grid-row:1;align-self:end}
.fx-about-reasons .fx-reason-card .elementor-widget-text-editor{grid-column:2;grid-row:2;align-self:start}
.fx-about-reasons .fx-reason-card__number{grid-column:1!important;grid-row:2!important;padding-right:25px;border-right:1px solid var(--fx-border)}
.fx-about-reasons .fx-reason-card__number .elementor-heading-title{color:#dde4e3!important;font-size:48px!important}
.fx-about-reasons .fx-counter{width:calc((100% - 72px)/4)!important;margin-top:48px;padding:30px 10px;border-right:1px solid var(--fx-border);text-align:center}
.fx-about-reasons .fx-counter:last-child{border-right:0}
.fx-about-reasons .elementor-counter-number-wrapper{color:var(--fx-navy);font-size:42px;font-weight:800}
.fx-about-reasons .elementor-counter-title{color:var(--fx-navy);font-size:16px;font-weight:650}

/* Filterable 4×4 Elementor gallery */
.fx-gallery__filters{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:38px}
.fx-gallery__filter{min-height:44px;padding:10px 20px;border:1px solid var(--fx-yellow);background:#fff;color:var(--fx-navy);font:inherit;font-weight:750;cursor:pointer;transition:background .25s ease,color .25s ease,transform .25s ease}
.fx-gallery__filter:hover,.fx-gallery__filter.is-active{background:var(--fx-yellow);color:var(--fx-black);transform:translateY(-2px)}
.fx-gallery__filter:focus-visible,.fx-gallery__arrow:focus-visible{outline:3px solid var(--fx-yellow);outline-offset:3px}
.fx-gallery__grid{display:grid;grid-template-columns:repeat(var(--fx-gallery-columns,4),minmax(0,1fr));gap:20px}
.fx-gallery__item{position:relative;min-width:0;aspect-ratio:1/1;margin:0;overflow:hidden;background:var(--fx-charcoal)}
.fx-gallery__item[hidden]{display:none!important}
.fx-gallery__open{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in;text-align:left}
.fx-gallery__item>img,.fx-gallery__open img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.fx-gallery__overlay{position:absolute;inset:auto 0 0;padding:48px 20px 18px;background:linear-gradient(transparent,rgba(11,11,13,.92));color:#fff;transform:translateY(100%);transition:transform .35s ease}
.fx-gallery__overlay strong,.fx-gallery__overlay span{display:block}
.fx-gallery__overlay span{color:var(--fx-yellow);font-size:13px;text-transform:uppercase}
.fx-gallery__item:hover img,.fx-gallery__item:focus-within img{transform:scale(1.08)}
.fx-gallery__item:hover .fx-gallery__overlay,.fx-gallery__item:focus-within .fx-gallery__overlay{transform:none}
.fx-gallery__open:focus-visible{outline:4px solid var(--fx-yellow);outline-offset:-4px}
.fx-gallery__pagination{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:42px}
.fx-gallery__arrow{width:52px;height:52px;border:0;background:var(--fx-yellow);color:var(--fx-black);font-size:24px;font-weight:800;cursor:pointer}
.fx-gallery__arrow:disabled{opacity:.35;cursor:not-allowed}
.fx-gallery__status{min-width:100px;text-align:center;font-weight:700;color:var(--fx-navy)}

/* Accessible full-screen gallery viewer */
body.fx-lightbox-open{overflow:hidden}
.fx-gallery-lightbox[hidden]{display:none!important}
.fx-gallery-lightbox{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:24px;background:rgba(2,1,1,.94)}
.fx-gallery-lightbox__stage{position:relative;width:min(1180px,calc(100vw - 48px));height:min(820px,calc(100dvh - 48px));display:grid;grid-template-columns:82px minmax(0,1fr) 82px;grid-template-rows:minmax(0,1fr) auto;align-items:center}
.fx-gallery-lightbox__figure{grid-column:2;grid-row:1;margin:0;min-width:0;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}
.fx-gallery-lightbox__viewport{width:100%;min-height:0;flex:1;display:grid;place-items:center;overflow:auto;overscroll-behavior:contain}
.fx-gallery-lightbox__image{display:block;max-width:100%;max-height:calc(100dvh - 170px);object-fit:contain;transform:scale(var(--fx-lightbox-scale,1));transition:transform .2s ease;transform-origin:center}
.fx-gallery-lightbox__caption{width:100%;padding:16px 12px 8px;color:#fff;text-align:center}
.fx-gallery-lightbox__caption strong,.fx-gallery-lightbox__caption span{display:block}
.fx-gallery-lightbox__caption span{margin-top:3px;color:var(--fx-yellow);font-size:13px;text-transform:uppercase;letter-spacing:.08em}
.fx-gallery-lightbox__nav,.fx-gallery-lightbox__close,.fx-gallery-lightbox__tool{border:0;background:var(--fx-yellow);color:var(--fx-black);font-weight:850;cursor:pointer}
.fx-gallery-lightbox__nav{width:58px;height:58px;border-radius:50%;font-size:31px;justify-self:center}
.fx-gallery-lightbox__prev{grid-column:1;grid-row:1}
.fx-gallery-lightbox__next{grid-column:3;grid-row:1}
.fx-gallery-lightbox__close{position:absolute;right:0;top:0;z-index:2;width:48px;height:48px;font-size:27px}
.fx-gallery-lightbox__tools{grid-column:1/4;grid-row:2;display:flex;align-items:center;justify-content:center;gap:10px;padding-top:12px}
.fx-gallery-lightbox__tool{min-width:44px;height:42px;padding:0 14px;font-size:18px}
.fx-gallery-lightbox__count{min-width:90px;color:#fff;text-align:center;font-weight:750}
.fx-gallery-lightbox button:hover{background:#fff}
.fx-gallery-lightbox button:focus-visible{outline:3px solid #fff;outline-offset:3px}

/* Reference-matched Contact page */
.fx-contact-info{padding:85px 0 55px!important;background:#fff}
.fx-contact-info>.elementor-container{gap:24px}
.fx-contact-info>.elementor-container>.fx-contact-card{width:calc((100% - 48px)/3)!important}
.fx-contact-card>.elementor-widget-wrap{min-height:180px;padding:32px!important;display:grid!important;grid-template-columns:68px 1fr;align-items:center;background:#f6f7f7;border:1px solid #e7ebed;transition:transform .3s ease,box-shadow .3s ease}
.fx-contact-card:hover{transform:translateY(-6px);box-shadow:0 18px 45px rgba(9,73,106,.12)}
.fx-contact-card .elementor-widget-image{grid-column:1;grid-row:1/3;margin:0!important}
.fx-contact-card .elementor-widget-image img{width:48px;height:48px;object-fit:contain}
.fx-contact-card .elementor-widget-heading,.fx-contact-card .elementor-widget-text-editor{grid-column:2;margin:0!important}
.elementor .fx-contact-card h3.elementor-heading-title{font-size:18px!important;color:var(--fx-navy)!important}
.fx-contact-card .elementor-widget-text-editor,.fx-contact-card .elementor-widget-text-editor a{color:var(--fx-navy);font-size:20px;font-weight:800}
.fx-contact-main{padding:65px 0 105px!important;background:#fff}
.fx-contact-main>.elementor-container{gap:60px;align-items:center;flex-wrap:nowrap!important}
.fx-contact-main>.elementor-container>.fx-contact-intro{width:calc(42% - 30px)!important}
.fx-contact-main>.elementor-container>.fx-contact-form-column{width:calc(58% - 30px)!important}
.elementor .fx-contact-intro h2.elementor-heading-title{font-size:43px!important;line-height:1.16!important}
.fx-contact-intro .elementor-widget-text-editor{font-size:17px;line-height:1.75}
.fx-contact-socials .elementor-icon-list-items{display:flex;flex-wrap:wrap;gap:10px}
.fx-contact-socials .elementor-icon-list-item{margin:0!important}
.fx-contact-socials .elementor-icon-list-icon{width:43px;height:43px;display:grid;place-items:center;border:1px solid var(--fx-border);border-radius:50%;color:var(--fx-navy)}
.fx-contact-form-column>.elementor-widget-wrap{padding:44px!important;background:var(--fx-navy)}
.fx-contact-form-column .fx-native-form__title{color:#fff!important;font-size:30px!important}
.fx-contact-form-column .fx-native-form label{color:#fff}
.fx-contact-form-column .fx-native-form input,.fx-contact-form-column .fx-native-form select,.fx-contact-form-column .fx-native-form textarea{min-height:58px;border:1px solid rgba(255,255,255,.18);background:#fff}
.fx-contact-form-column .fx-native-form textarea{min-height:145px}
.fx-contact-map-section{padding:0!important;background:#fff}
.fx-contact-map-section>.elementor-container{width:100%!important;max-width:none!important}
.fx-contact-map-section>.elementor-container>.elementor-column{width:100%!important}
.fx-contact-map-section .elementor-widget-wrap{padding:0!important}
.fx-contact-map iframe{display:block;width:100%;min-height:620px;border:0}

@media(max-width:1024px){
  .fx-service-detail>.elementor-container>.fx-service-detail__main{width:100%!important}
  .fx-service-detail>.elementor-container>.fx-service-detail__sidebar{width:100%!important}
  .fx-about-reasons .fx-reason-card{width:calc((100% - 24px)/2)!important}
  .fx-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fx-contact-info>.elementor-container{flex-wrap:wrap}
  .fx-contact-info>.elementor-container>.fx-contact-card{width:calc((100% - 24px)/2)!important}
  .fx-contact-main>.elementor-container>.fx-contact-intro,.fx-contact-main>.elementor-container>.fx-contact-form-column{width:calc(50% - 30px)!important}
}
@media(max-width:767px){
  .fx-service-detail{padding:70px 0!important}
  .fx-service-detail__main>.elementor-widget-wrap{display:flex!important;flex-direction:column;gap:18px}
  .fx-service-main-image img{height:270px!important}
  .fx-service-feature-image img{height:280px!important}
  .fx-service-sidebar-box{padding-inline:18px}
  .fx-service-sidebar-heading{margin-inline:-18px}
  .fx-service-newsletter>.elementor-container{display:flex!important;flex-direction:column}
  .fx-service-newsletter>.elementor-container>.elementor-column{width:100%!important}
  .fx-service-newsletter .fx-native-form{grid-template-columns:1fr}
  .fx-about-reasons>.elementor-container{display:flex!important;flex-direction:column}
  .fx-about-reasons .fx-reason-card,.fx-about-reasons .fx-counter{width:100%!important}
  .fx-about-reasons .fx-reason-card>.elementor-widget-wrap{grid-template-columns:72px 1fr;padding:25px 18px!important;column-gap:18px}
  .fx-about-reasons .fx-reason-card .elementor-widget-image,.fx-about-reasons .fx-reason-card__number{padding-right:15px}
  .fx-about-reasons .fx-counter{margin-top:0;border-right:0;border-bottom:1px solid var(--fx-border)}
  .fx-gallery__grid{grid-template-columns:1fr}
  .fx-page-hero{min-height:280px}
  .fx-gallery-lightbox{padding:12px}
  .fx-gallery-lightbox__stage{width:calc(100vw - 24px);height:calc(100dvh - 24px);grid-template-columns:54px minmax(0,1fr) 54px}
  .fx-gallery-lightbox__nav{width:46px;height:46px;font-size:24px}
  .fx-gallery-lightbox__close{width:44px;height:44px}
  .fx-gallery-lightbox__image{max-height:calc(100dvh - 180px)}
  .fx-contact-info>.elementor-container,.fx-contact-main>.elementor-container{display:flex!important;flex-direction:column;flex-wrap:nowrap!important}
  .fx-contact-info>.elementor-container>.fx-contact-card,.fx-contact-main>.elementor-container>.fx-contact-intro,.fx-contact-main>.elementor-container>.fx-contact-form-column{width:100%!important}
  .fx-contact-card>.elementor-widget-wrap{padding:25px!important}
  .fx-contact-form-column>.elementor-widget-wrap{padding:28px 20px!important}
  .elementor .fx-contact-intro h2.elementor-heading-title{font-size:34px!important}
  .fx-contact-map iframe{min-height:430px}
}
