.elementor-kit-11{--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-11 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);}@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 */.service-card{
    display:flex;
    flex-direction:column;
    height:100%;
}

.service-card .elementor-widget-image{
    margin-bottom:20px;
}

.service-card .elementor-widget-heading h3{
    color:#1F2937;
}

.service-card .elementor-widget-text-editor{
    color:#4B5563;
}

.service-card .elementor-widget-icon-box,
.service-card .elementor-widget-image-box{
    height:100%;
}

.service-card .elementor-icon-box-content{
    display:flex;
    flex-direction:column;
    height:100%;
}

/* Hero Benefits Mobile */

@media (max-width: 767px) {

    .hero-benefits {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: flex-start !important;
        gap: 20px !important;
    }

    .hero-benefit {
        flex: 0 0 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        text-align: center !important;
    }

    .hero-benefit-last {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center !important;
    }

}/* =========================
   WM Header - Responsive
   ========================= */

/* DESKTOP */
@media (min-width: 1025px){

    .wm-mobile-cta{
        display:none !important;
    }

}

/* TABLET */
@media (min-width:768px) and (max-width:1024px){

    .wm-header{
        display:flex;
        align-items:center;
        justify-content:space-between;
    }

    .wm-logo{
        flex:1 1 auto;
        text-align:center;
        order:2;
    }

    .wm-logo img{
        width:auto !important;
        max-height:70px !important;
        object-fit:contain;
    }

    .wm-nav{
        flex:0 0 auto;
        order:1;
    }

    .wm-cta{
        display:none !important;
    }

    .wm-mobile-cta{
        display:block !important;
        width:100%;
        margin-top:12px;
    }

}

/* MOBILE */
@media (max-width:767px){

    .wm-header{
        display:flex;
        align-items:center;
        justify-content:space-between;
    }

    .wm-logo{
        flex:1 1 auto;
        text-align:center;
        order:2;
    }

    .wm-logo img{
        width:auto !important;
        max-height:60px !important;
        object-fit:contain;
    }

    .wm-nav{
        flex:0 0 auto;
        order:1;
    }

    .wm-cta{
        display:none !important;
    }

    .wm-mobile-cta{
        display:block !important;
        width:100%;
        margin-top:10px;
    }

}/* ==========================================
   WM Auto Locksmith - Contact Form 7
========================================== */

.wpcf7 label{
    display:block;
    margin-bottom:8px !important;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select{

    width:100%;
    box-sizing:border-box;

    background:#F7F9FC !important;
    border:1px solid #D8E2EC !important;

    border-radius:16px;

    padding:14px 20px;

    font-size:16px;
    color:#333;

    transition:.25s;
}

.wpcf7 input{
    height:50px;
}

.wpcf7 textarea{
    min-height:130px;
    resize:vertical;
}

.wpcf7 p{
    margin:0 0 8px !important;
}

.wpcf7 ::placeholder{
    color:#8A8A8A;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus{

    outline:none !important;

    background:#FFFFFF !important;

    border-color:#0B5ED7 !important;

    box-shadow:0 0 0 3px rgba(11,94,215,.12);
}

/* Submit Button */

.wpcf7 input[type="submit"]{

    width:auto;

    height:50px;

    padding:0 34px;

    background:#FFFFFF !important;

    color:#0B5ED7 !important;

    border:none !important;

    border-radius:16px;

    font-size:16px;

    font-weight:700;

    cursor:pointer;

    transition:.25s;
}

.wpcf7 input[type="submit"]:hover{

    background:#F3F7FB !important;

    transform:translateY(-2px);
}

.wpcf7-spinner{
    margin-left:12px;
}/* End custom CSS */