/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

*{
    font-family: "Montserrat", sans-serif;
}

body{
    color:#071D2C;
}
h1{
    font-size:72px;
    font-weight:bold;
    line-height:1em;
}
h2, .h2-heading{
    font-size:52px;
    font-weight:bold;
    line-height:1em;
}
.h3-heading{
    font-size: 1.75rem;
    font-weight:bold;
}
h3{
    font-weight:bold;
}

.container {
    max-width:1170px;
    width:100%;
}
.container-med{
    max-width:828px;
}
.container-xsm{
    max-width:650px;
}
.padding-tb20{
    padding-top:20px;
    padding-bottom:20px;
}
.padding-lr20{
    padding-left:20px;
    padding-right:20px;
}
.padding-tb80{
    padding-top:80px;
    padding-bottom:80px;
}
.padding-tb40{
    padding-top:40px;
    padding-bottom:40px;
}
.padding-lr30{
    padding-left:30px;
    padding-right:30px;
}
.padding-l30{
    padding-left:30px;
}
.padding-r30{
    padding-right:30px;
}
.margin-t30{
    margin-top:30px;
}
.flex{
    display:flex;
}
.flex-imp{
    display:flex !important;
}
.spacebetween{
    justify-content:space-between;
}
.f-row{
    flex-direction:row;
}
.f-col{
    flex-direction:column;
}
.justify-center{
    justify-content:center;
}
.justify-end{
    justify-content:end;
}
.align-center{
    align-items:center;
}
.text-center{
    text-align:center;
}
.txt-uppercase{
    text-transform:uppercase;
}
.gap80{
    gap:80px;
}
.gap40{
    gap:40px;
}
.gap20{
    gap:20px;
}
.gap10{
    gap:10px;
}
.bg-white{
    background:white;
}
.bg-grey{
    background:#F4F4F4;
}
.bg-orange{
    background:#ED874E;
    color:white;
}
.bg-orange .subtitle{
    color:#071D2C;
}
.bg-blue{
    background:#336699;
}
.bg-navy{
    background:#071D2C;
    color:white;
}
.bg-navy .sub-title{
    color:#071D2C;
}
.txt-bold{
    font-weight:bold;
}
.txt-orange{
    color:#ED874E;
}
.txt-white{
    color:white;
}
a.txt-white, a.text-white{
    color:white;
}
.txt-navy{
    color:#071D2C;
}
.hero > div:first-child {
    height: 100%;
    width:100%;
    background-image: url('/wp-content/uploads/2024/08/HeroBGFull.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color:white;
}
.hero-form .gform_wrapper{
    width:100%;
    max-width:900px;
}
.hero .gform_heading{
    display:none;
}
.hero-form input, .hero-form textarea{
    background-color:transparent;
    text-transform:uppercase;
    color:white;
    border-radius:0px;
    border:1px solid #336699;
    font-weight:600;
    padding:10px !important;
    font-size:14px;
}
.hero-form input::placeholder, .hero-form textarea::placeholder{
    color:white;
    opacity:1;
}
.hero-form input[type="submit"]{
    background:#ED874E;
    color:white;
    text-transform:uppercase;
    padding:10px 20px !important;
    font-weight:bold;
    border:none;
    font-size:16px;
}
.gform_footer{
    display:flex;
    justify-content:center;
}
.offset-parent{
    position:relative;
}
.offset-parent > div:first-child{
    padding-top:80px;
    padding-bottom:210px;
}
.pillar-hero > div:first-child{
    padding-top:80px;
    padding-bottom:80px;
}
.subtitle{
    font-size:16px;
    font-weight:bold;
}
.hero-form{
    padding:40px;
    min-height:362px;
    gap:30px;
}
.offset{
    margin-top:-150px;
    z-index:1;
}
.w100{
    width:100%;
}
.w50{
    width:50%;
}
.title-alt{
    font-size:25px;
}
.accent {
    position: relative; /* Allows absolute positioning of the pseudo-elements */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top:20px;
}
.accent::before, .accent::after {
    content: ''; /* Creates the boxes */
    width: 8px; /* Width of the boxes */
    height: 8px; /* Height of the boxes */
    position: absolute;
    top: -20px; /* Position above the .accent element */
}
.accent::before {
    background-color: #336699; /* Color of the first box */
    left: 50%; /* Start from center */
    transform: translateX(-110%); /* Move left by the box's width plus a small gap */
}
.accent::after {
    background-color: #ED874E; /* Color of the second box */
    left: 50%; /* Start from center */
    transform: translateX(10%); /* Move right by a small gap */
}
.services-overview .box{
    background-image:url('/wp-content/uploads/2024/08/HVAC-Box-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    max-width:390px;
}
.services-overview .box > div{
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    padding-top:50px;
    padding-bottom:50px;
}
.service-cards .box > div{
    padding-top:10px;
    padding-bottom:20px;
}
.services-overview .box h3{
    position:relative;
    display:inline-block;
    margin-bottom:20px;
}
.services-overview .box h3::after{
    content:'';
    display:block;
    width:150px;
    background:#ED874E;
    height:4px;
    margin-top: 20px;
}
.services-overview a.box:hover{
    color:white;
}
.service-boxes-alt a{
    color:white;
}
.service-boxes-alt a:hover{
    color:#ED874E;
}

.no-margin{
    padding-top: 0;
}

.wysiwyg.desc h3{
    margin:30px 0 10px;
}

.btn{
    padding:10px 20px;
    text-transform:uppercase;
    font-weight:bold;
}
.btn-ol{
    border:1px solid white;
}
.btn:hover{
    color:white;
    background:#ED874E;
}
.btn-ol:hover{
    color:white;
    background:transparent;
}
.fw-img-split .w50{
    position:relative;
}
.fw-img-split .w50 img{
    width:100%;
    height:100%;
    position:absolute;
    object-fit: cover;
    object-position:center;
    top:0;
    left:0;
}
.fw-img-split .w50{
    min-height:250px;
}
.fw-img-split .w50 > div{
    max-width:545px;
}
.join-our-team{
    background-image: url('/wp-content/uploads/2024/08/Blue-BG.jpg');
    background-position: center;
}
.copywright{
    padding-top:40px;
    padding-bottom:40px;
    border-top: 2px solid #336699;
}
.w33{
    width:33.3333%;
}
.w66{
    width:66.6666%;
}
footer ul{
    list-style:none;
    padding-left:0;
}
footer li a{
    color:white;
}
footer .footer-header{
    padding-bottom:10px;
    text-transform:uppercase;
}
footer .f-logo img{
    max-width:300px;
    width:100%;
}


.mobile-header {
    display: none;
}

.swap-order{
    flex-direction:row-reverse;
}
.faq-item{
    border-bottom: 2px solid #336699;
    padding-top:20px;
    padding-bottom:20px;
}
.faq-question{
    color:#336699;
}
.faq-toggle-icon{
    padding-right:20px;
    font-size:36px;
}
.faq-answer{
    padding-left:46px;
}

ul{
    margin-bottom:14px;
}

#vm-header .top-bar {
    background: #071D2C;
    padding: 33px 0;
}
#vm-header .top-bar-wrap {
    justify-content: space-between;
}
#vm-header .logo img {
    max-height: 50px;
}
#vm-header .flex {
    display: flex;
}
#vm-header .center-align {
    align-items: center;
}
#vm-header .center-just {
    justify-content: center;
}
#vm-header .menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 14px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}
#vm-header .sub-menu {
    list-style: none;
    padding: 0;
    max-width: 250px;
    width: 100%;
}
.desktop-header .sub-menu{
    display:none;
    position:absolute;
    background:#071d2c;
    z-index:99;
    padding:0;
}
.desktop-header .sub-menu li{
    padding:10px;
}
.desktop-header .sub-menu a{
    color: white !important;
}
.desktop-header .sub-menu a:hover{
    color:#ed874e !important;
}
.desktop-header li .sub-menu{
    flex-direction:column;
}
.desktop-header .sub-menu li{
    position:relative;
}
.desktop-header li:hover > .sub-menu{
    display:flex;
}
.desktop-header li .sub-menu .sub-menu{
    top: 0;
    left: 100%;
}
.desktop-header .menu a {
    color: white;
}
#vm-header .menu-header-menu-container,
#vm-header .menu-header-top-menu-container {
    display: flex;
    align-items: center;
}
#vm-header .top-bar-info {
    gap: 30px;
}
#vm-header .bottom-bar a {
    color: #336699;
    font-size: 14px;
    font-weight: bold;
}
#vm-header .bottom-bar {
    padding: 18px 0;
}
#vm-header .cta {
    padding: 10px 20px;
    background: #ED874E;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    display: flex;
    align-items: center;
}
#vm-header .phone svg {
    fill: #336699;
}
#vm-header .phone {
    font-size: 16px;
    font-weight: bold;
    gap: 8px;
}
#vm-header .phone a {
    color: white;
}

.flex-wrap{flex-wrap: wrap;}
.two-columns.service-boxes .box{max-width: 48%;}
.three-columns.service-boxes .box{max-width: 30%;}
.four-columns.service-boxes .box{max-width: 18%;}

.wysiwyg.desc h3{
    font-size: 31px;
    font-weight: bold;
    color: #071d2c;
}
.elementor-widget-service_cards_widget .wysiwyg.desc{
    max-width: 767px;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    #vm-header .sub-menu {
        max-width: 100%;
    }
    .mobile-header {
        display: block;
    }
    .desktop-header {
        display: none;
    }
    #vm-header .top-bar-wrap {
        padding: 0 30px;
    }
    #vm-header svg {
        width: 30px;
        height: 30px;
        fill: white !important;
    }
    #vm-header .nav-icon {
        display: flex;
        align-items: center;
    }
    #vm-header .mobile-btn {
        display: flex;
        background: #ED874E;
        color: white;
        text-transform: uppercase;
        padding: 10px;
        font-size: 16px;
        justify-content: center;
        font-weight: bold;
    }
    #vm-header .menu {display:block;}
}


@media only screen and (max-width: 767px) {
    #vm-header .sub-menu {
        max-width: 100%;
    }
    
    .col-on-mobile{
        flex-direction: column;
    }
        .reverse-on-mobile {
        flex-direction: column-reverse;
    }
    .mw100{
        width:100%;
        max-width:100%;
    }
    .two-columns.service-boxes .box{max-width: 100%;}
    .three-columns.service-boxes .box{max-width: 100%;}
    .four-columns.service-boxes .box{max-width: 100%;}
    .mw100 > div{
        max-width:100% !important;
    }
    .mgap40{
        gap:40px;
    }
    .services-overview .box-wrap{
        flex-wrap:wrap;
    }
    .services-overview .box {
        min-width:200px;
    }
    .mpadding{
        padding-left:30px;
        padding-right:30px;
    }
    .mpadding-t40{
        padding-top:40px;
    }
    .m-align-center{
        align-items:center;
    }
    .mgap20{
        gap:20px;
    }
    .mgap0{
    gap:0px;
}
    h1,h2{
        font-size: 44px;
    }
    .mtext-center{
        text-align:center;
    }
}
