.elementor-117 .elementor-element.elementor-element-cfb8dda{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-117 .elementor-element.elementor-element-cfb8dda.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-117 .elementor-element.elementor-element-cfb8dda{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-7cb2f23 */.about-section{
    background:#0d0d0d;
    padding:100px 0;
    color:#fff;
    overflow:hidden;
}

.about-container{
    width:100%;
    max-width:1400px;
    padding:0 50px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:80px;
    box-sizing:border-box;
}

.about-image,
.about-content{
    flex:1;
}

.about-image img{
    width:100%;
    height:520px;
    border-radius:20px;
    object-fit:cover;
    box-shadow:0 0 30px rgba(255,0,0,.15);
}

.section-tag{
    color:#ff0000;
    letter-spacing:3px;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
}

.about-content h2{
    font-size:52px;
    margin:20px 0;
    line-height:1.2;
}

.about-content p{
    color:#bdbdbd;
    line-height:1.8;
    margin-bottom:40px;
}

.stats{
    display:flex;
    gap:20px;
    margin-bottom:40px;
}

.stat-box{
    background:#141414;
    border:1px solid #222;
    padding:20px;
    flex:1;
    text-align:center;
    border-radius:12px;
}

.stat-box h3{
    color:#ff0000;
    font-size:36px;
    margin-bottom:5px;
}

.stat-box span{
    color:#ccc;
}

.branches h4{
    margin-bottom:20px;
    font-size:24px;
}

.branch{
    margin-bottom:20px;
    padding-left:15px;
    border-left:3px solid #ff0000;
}

.branch strong{
    display:block;
    margin-bottom:5px;
}

/* Tablet */
@media (max-width: 1024px){
    .about-section{
        padding:80px 0;
    }

    .about-container{
        gap:45px;
        padding:0 35px;
    }

    .about-content h2{
        font-size:40px;
    }

    .about-image img{
        height:460px;
    }

    .stats{
        flex-wrap:wrap;
    }

    .stat-box{
        min-width:45%;
    }
}

/* Mobile */
@media (max-width: 767px){
    .about-section{
        padding:60px 0;
    }

    .about-container{
        flex-direction:column;
        padding:0 20px;
        gap:35px;
        text-align:center;
    }

    .about-image{
        width:100%;
    }

    .about-image img{
        height:320px;
        border-radius:16px;
    }

    .section-tag{
        font-size:12px;
        letter-spacing:2px;
    }

    .about-content h2{
        font-size:32px;
    }

    .about-content p{
        font-size:15px;
        margin-bottom:30px;
    }

    .stats{
        flex-direction:column;
        gap:15px;
    }

    .stat-box{
        width:100%;
    }

    .branch{
        text-align:left;
    }
}

/* Small Mobile */
@media (max-width: 420px){
    .about-content h2{
        font-size:28px;
    }

    .about-image img{
        height:260px;
    }

    .stat-box h3{
        font-size:30px;
    }
}/* End custom CSS */