.elementor-2688 .elementor-element.elementor-element-a07734e{--display:flex;}.elementor-2688 .elementor-element.elementor-element-0cb5f43{--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;}/* Start custom CSS for html, class: .elementor-element-ba30ddf */.about-section{
    background:#000;
    color:#fff;
    padding:80px 20px;
}

.about-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    flex-wrap:wrap;
}

.about-image{
    flex:1;
    min-width:300px;
}

.about-image img{
    width:100%;
    border-radius:20px;
    display:block;
}

.about-content{
    flex:1;
    min-width:300px;
}

.about-content h2{
    font-size:42px;
    margin-bottom:20px;
}

.about-content p{
    font-size:16px;
    line-height:1.8;
    margin-bottom:20px;
    color:#ddd;
}

.about-content ul{
    padding-left:20px;
    margin-bottom:25px;
}

.about-content ul li{
    margin-bottom:12px;
    color:#fff;
}

.about-btn{
    display:inline-block;
    background:#25D366;
    color:#fff;
    padding:12px 28px;
    border-radius:8px;
    text-decoration:none;
    font-weight:bold;
}

/* MOBILE RESPONSIVE */

@media(max-width:768px){

    .about-wrapper{
        flex-direction:column;
    }

    .about-content{
        text-align:center;
    }

    .about-content ul{
        text-align:left;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8efee69 */.payment-section{
    background:#111;
    padding:80px 20px;
    color:#fff;
    text-align:center;
}

.payment-heading h2{
    font-size:40px;
    margin-bottom:15px;
}

.payment-heading p{
    color:#ccc;
    margin-bottom:50px;
}

.payment-wrapper{
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
}

.payment-box{
    background:#1a1a1a;
    padding:30px 20px;
    border-radius:15px;
    width:180px;
    transition:0.3s;
    box-shadow:0 4px 10px rgba(0,0,0,0.3);
}

.payment-box:hover{
    transform:translateY(-8px);
}

.payment-box img{
    width:70px;
    height:70px;
    object-fit:contain;
    margin-bottom:15px;
}

.payment-box h4{
    font-size:18px;
    color:#fff;
}

/* MOBILE RESPONSIVE */

@media(max-width:768px){

    .payment-heading h2{
        font-size:30px;
    }

    .payment-box{
        width:140px;
    }

}/* End custom CSS */