.elementor-3692 .elementor-element.elementor-element-6bda6f5{margin-top:10px;margin-bottom:10px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3692 .elementor-element.elementor-element-13cb761f{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-3692 .elementor-element.elementor-element-5bca3544 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-3692 .elementor-element.elementor-element-2dd4df37 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3692 .elementor-element.elementor-element-963c40e{margin-top:50px;margin-bottom:50px;}.elementor-3692 .elementor-element.elementor-element-3163bacb > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3692 .elementor-element.elementor-element-6b898d1 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for heading, class: .elementor-element-2dd4df37 */.prisma-services .container{
    width:90%;
    max-width:1400px;
    margin:auto;
}


.customs-header{
    text-align:center;
    margin-bottom:60px;
}

.customs-header span{
    color:#e32020;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.customs-header h2{
    font-size:42px;
    font-weight:700;
    color:#1d2236;
    margin:15px 0;
}

.customs-header p{
    max-width:800px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.customs-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.customs-card{
    background:#fff;
    padding:35px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
    transition:.3s;
    text-align:center;
    display:flex;
    flex-direction:column;
}

.customs-card:hover{
    transform:translateY(-8px);
    border-bottom:4px solid #e32020;
}

.customs-icon{
    width:110px;
    height:110px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#f8f8f8;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:55px;
    transition:.3s;
}

.customs-card:hover .customs-icon{
    background:#e32020;
    color:#fff;
}

.customs-card h3{
    font-size:24px;
    font-weight:700;
    color:#1d2236;
    margin-bottom:15px;
}

.customs-card p{
    color:#666;
    line-height:1.7;
    margin-bottom:20px;
}

.customs-card ul{
    padding:0;
    list-style:none;
    margin-top:20px;
    text-align:left;
    margin-bottom:20px;
}

.customs-card ul li{
    padding:8px 0;
    padding-left:22px;
    position:relative;
    font-size: 20px;
    color: #444;
    border-bottom: 1px solid #f0f0f0;

}

.customs-card ul li:before{
    content:"✓";
    color:#e32020;
    font-weight:700;
    position:absolute;
    left:0;
}

.customs-btn{
    margin-top:auto;
    display:inline-block;
    background:#e32020;
    color:#fff;
    padding:12px 24px;
    border-radius:4px;
    text-decoration:none;
    font-weight:400;
    transition:.3s;
    font-size: 22px;
}

.customs-btn:hover{
    background:#1d2236;
    color:#fff;
}

@media(max-width:1200px){
    .customs-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){

    .customs-grid{
        grid-template-columns:1fr;
    }

    .customs-header h2{
        font-size:30px;
    }

    .customs-icon{
        width:90px;
        height:90px;
        font-size:45px;
    }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-3163bacb */.faq-section{
    padding:100px 0;
    background:#f5f6f8;
}

.faq-header{
    text-align:center;
    margin-bottom:60px;
}

.faq-header span{
    color:#e32020;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.faq-header h2{
    font-size:42px;
    font-weight:700;
    color:#1d2236;
    margin:15px 0;
}

.faq-header p{
    max-width:750px;
    margin:auto;
    color:#666;
    line-height:1.8;
    font-size: 20px;
}

.faq-container{
    max-width:1000px;
    margin:auto;
}

.faq-item{
    background:#fff;
    margin-bottom:15px;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.faq-question{
    width:100%;
    border:none;
    background:#fff;
    padding:25px 30px;
    text-align:left;
    font-size:18px;
    font-weight:600;
    color:#1d2236;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.faq-question span{
    color:#e32020;
    font-size:30px;
    font-weight:700;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .4s ease;
}

.faq-answer h6{
    padding:0 30px 25px;
    margin:0;
    color:#666;
    line-height:1.8;
    font-size: 20px;
}

.faq-item.active .faq-answer{
    max-height:300px;
}

@media(max-width:768px){

    .faq-header h2{
        font-size:30px;
    }

    .faq-question{
        font-size:16px;
        padding:20px;
    }

}/* End custom CSS */