.elementor-468 .elementor-element.elementor-element-c7f1a2b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 80px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-2a74547 */.ps-mat-hero{
    padding:120px 24px;
    background:#F8FAFC;
}

.ps-mat-container{
    max-width:1280px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.ps-mat-tag{
    display:inline-block;
    background:#EFF6FF;
    color:#2563EB;
    padding:10px 18px;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
    margin-bottom:24px;
}

.ps-mat-content h1{
    font-size:clamp(42px,6vw,72px);
    font-weight:800;
    line-height:1.05;
    color:#0F172A;
    margin-bottom:24px;
}

.ps-mat-content p{
    color:#64748B;
    font-size:18px;
    line-height:1.9;
    margin-bottom:36px;
}

.ps-mat-btn{
    display:inline-flex;
    padding:16px 34px;
    background:#2563EB;
    color:#fff;
    text-decoration:none;
    border-radius:14px;
    font-weight:700;
}

.ps-mat-image img{
    width:100%;
    border-radius:28px;
    display:block;
}

@media(max-width:991px){
    .ps-mat-container{
        grid-template-columns:1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7f1a2b */.ps-mat-docs{
    padding:50px 24px;
    background:#FFFFFF;
}

.ps-mat-head{
    max-width:850px;
    margin:0 auto 70px;
    text-align:center;
}

.ps-mat-head span{
    color:#2563EB;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.ps-mat-head h2{
    font-size:clamp(36px,5vw,56px);
    font-weight:800;
    color:#0F172A;
    margin:18px 0;
}

.ps-mat-head p{
    color:#64748B;
    font-size:18px;
    line-height:1.9;
}

.ps-mat-doc-grid{
    max-width:1280px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.ps-mat-doc-card{
    background:#F8FAFC;
    border:1px solid #E2E8F0;
    border-radius:24px;
    padding:35px;
    transition:.3s;
}

.ps-mat-doc-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 50px rgba(15,23,42,.06);
}

.ps-mat-doc-card h3{
    color:#0F172A;
    font-size:22px;
    margin-bottom:14px;
}

.ps-mat-doc-card p{
    color:#64748B;
    line-height:1.8;
}

@media(max-width:1024px){

    .ps-mat-doc-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .ps-mat-doc-grid{
        grid-template-columns:1fr;
    }

}/* End custom CSS */