.elementor-129 .elementor-element.elementor-element-e2438f4{overflow:hidden;padding:140px 0px 0px 0px;}.elementor-129 .elementor-element.elementor-element-2c31158 > .elementor-element-populated{padding:10px 0px 10px 0px;}.elementor-129 .elementor-element.elementor-element-fb65a61.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-129 .elementor-element.elementor-element-a95279e{padding:37px 0px 40px 0px;}.elementor-129 .elementor-element.elementor-element-7d2d50f.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-129 .elementor-element.elementor-element-ca6bedc{width:auto;max-width:auto;}.elementor-129 .elementor-element.elementor-element-ca6bedc .ct-contact-content a span{color:#D71920 !important;}.elementor-129 .elementor-element.elementor-element-ca6bedc .ct-contact-content a:hover span{color:#EDEDED !important;}.elementor-129 .elementor-element.elementor-element-ca6bedc .ct-contact-content span{font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:700;}.elementor-129 .elementor-element.elementor-element-c566a93{width:auto;max-width:auto;font-family:"Montserrat", Sans-serif;font-size:16px;}.elementor-129 .elementor-element.elementor-element-c566a93 .ct-text-editor{text-align:center;}.elementor-129 .elementor-element.elementor-element-c566a93 .ct-text-editor a{font-family:"Mulish", Sans-serif;font-size:16px;font-weight:600;}@media(max-width:1024px){.elementor-129 .elementor-element.elementor-element-e2438f4{padding:80px 0px 0px 0px;}}@media(max-width:767px){.elementor-129 .elementor-element.elementor-element-fb65a61{width:var( --container-widget-width, 431px );max-width:431px;--container-widget-width:431px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-fb65a61 *//* ===== FOOTER FULL WIDTH ===== */
.footer{
    background:#fafafa;
    width:100%;
    padding:80px 20px;

    font-family:'Montserrat', sans-serif;
    font-size:14px;
    line-height:1.6;
    color:#111;

    box-sizing:border-box;
    border-top:1px solid #eee;
}

/* ===== TEXT (SAFE) ===== */
.footer,
.footer p,
.footer a,
.footer h3,
.footer span{
    color:#111;
}

/* LIGHT TEXT */
.footer-about p,
.contact-item .phone{
    color:#666;
}

/* RED ACCENT */
.footer-about h3{
    color:#ed1c24;
}

/* ===== LOGO CONTROL ===== */
:root{
    --footer-logo-size:180px; /* 🔥 change here */
}

.footer-about img{
    width:var(--footer-logo-size);
    max-width:100%;
    height:auto;
    display:block;
    margin-bottom:15px;
}

/* ===== CONTAINER ===== */
.footer-container{
    max-width:1200px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr;
    gap:60px;
    align-items:flex-start;
}

/* ===== COLUMN RESET (NO OLD DIVIDERS) ===== */
.footer-container > div{
    position:relative;
    border:none !important;
    padding:0;
    margin:0;
}

/* ===== SINGLE DIVIDER (DESKTOP) ===== */
.footer-container > div:not(:last-child)::after{
    content:"";
    position:absolute;
    right:-30px;
    top:20%;
    height:60%;
    width:1px;
    background:#e5e5e5;
}

/* ===== LEFT ===== */
.footer-about{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.footer-about h3{
    font-size:14px;
    letter-spacing:3px;
    margin-bottom:15px;
}

.footer-about p{
    font-size:14px;
}

/* ===== MIDDLE ===== */
.footer-contact h3{
    font-size:16px;
    margin-bottom:25px;
    letter-spacing:2px;
}

.contact-item{
    margin-bottom:25px;
}

.contact-item a{
    text-decoration:none;
    font-weight:500;
    display:block;
    transition:0.3s;
}

.contact-item a:hover{
    color:#ed1c24;
}

.contact-item .phone{
    display:block;
    margin-top:6px;
    font-size:13px;
}

/* ===== RIGHT ===== */
.footer-form h3{
    font-size:16px;
    margin-bottom:25px;
    letter-spacing:2px;
}

.footer-form input{
    width:100%;
    padding:12px;
    border:none;
    border-bottom:1px solid #ccc;
    background:transparent;
    margin-bottom:25px;

    font-size:14px;
    color:#111;
}

.footer-form input::placeholder{
    color:#999;
}

/* ===== BUTTON (ELEMENTOR STYLE) ===== */
.footer-form button{
    background:#ed1c24;
    border:2px solid #ed1c24;

    padding:14px 30px;
    font-size:14px;
    font-weight:600;

    color:#fff;
    cursor:pointer;

    border-radius:50px;
    transition:all 0.3s ease;
}

.footer-form button:hover{
    background:transparent;
    color:#ed1c24;
    border-color:#ed1c24;
    transform:translateY(-2px);
}

/* ===== MOBILE ===== */
@media(max-width:767px){

    .footer-container{
        grid-template-columns:1fr;
        text-align:center;
        gap:40px;
    }

    .footer-about{
        align-items:center;
    }

    .footer-about img{
        margin:auto;
    }

    /* HORIZONTAL DIVIDER */
    .footer-container > div:not(:last-child)::after{
        right:auto;
        left:50%;
        transform:translateX(-50%);
        top:auto;
        bottom:-20px;

        width:60%;
        height:1px;
    }
}

p:first-of-type,
p:nth-of-type(4) {
    font-weight: bold;
}
.hours-box{
    text-align:center;
    width:100%;
}

.hours-icon{
    font-size:70px;
    color:#ef2b2d;
    margin-bottom:20px;
}
/* RED LINE UNDER TITLES */
.social-wrapper h3::after,
.hours-box h3::after{
    content:"";
    width:45px;
    height:3px;
    background:#d11f1f;
    display:block;
    margin:14px auto 0;
    border-radius:20px;
}
/* TITLES */
.social-wrapper h3,
.hours-box h3{
    font-size:30px;
    font-weight:300;
    letter-spacing:2px;
    color:#111;
    margin:0;
}

/* BRANCH NAMES ONLY BOLD */
.branch span{
    display:block;
    font-size:18px;
    font-weight:700;
    color:#111;
    margin-bottom:12px;
}

/* HOURS TEXT NORMAL */
.branch p{
    margin:6px 0;
    color:#666;
    font-size:15px;
    line-height:1.7;
    font-weight:400;
}
/* SPACE BETWEEN TITLE & RED LINE */
.social-wrapper h3::after,
.hours-box h3::after{
    content:"";
    width:45px;
    height:3px;
    background:#d11f1f;
    display:block;
    margin:20px auto 0; /* increased top spacing */
    border-radius:20px;
}

/* SPACE UNDER THE RED LINE */
.section-top{
    margin-bottom:30px;
}

.hours-box h3{
    margin-bottom:30px;
}/* End custom CSS */