.elementor-424 .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-424 .elementor-element.elementor-element-f7a7ff8{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-424 .elementor-element.elementor-element-2faca60 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-424 .elementor-element.elementor-element-da35f73 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-424 .elementor-element.elementor-element-5b169a10:not(.elementor-motion-effects-element-type-background), .elementor-424 .elementor-element.elementor-element-5b169a10 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}.elementor-424 .elementor-element.elementor-element-5b169a10{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-424 .elementor-element.elementor-element-5b169a10 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-424 .elementor-element.elementor-element-750a9237 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-424 .elementor-element.elementor-element-6102f92f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-424 .elementor-element.elementor-element-963c40e{margin-top:0px;margin-bottom:0px;}.elementor-424 .elementor-element.elementor-element-3163bacb > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for heading, class: .elementor-element-da35f73 */.prisma-services{
    background:#f5f6f8;
    padding:90px 0;
    font-family:'Poppins',sans-serif;
}

.prisma-services .container{
    width:90%;
    max-width:1400px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    color:#e32020;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    color:#1f2335;
    margin:15px 0;
}

.section-title p{
    max-width:750px;
    margin:auto;
    color:#666;
    line-height:1.8;
    font-size: 22px;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.service-card{
    background:#fff;
    border-radius:12px;
    padding:35px;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
    transition:.35s;
    border-bottom:4px solid transparent;
    text-align:center;
}

.service-card:hover{
    transform:translateY(-8px);
    border-bottom:4px solid #e32020;
}

.service-icon{
    width:120px;
    height:120px;
    border-radius:50%;
    background:#f7f7f7;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:60px;
    margin:0 auto 25px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.service-card h3{
    color:#1f2335;
    font-size:24px;
    margin-bottom:15px;
    font-weight:700;
    text-align:center;
}

.service-card p{
    color:#666;
    line-height:1.7;
    margin-bottom:20px;
    text-align:center;
    font-size : 18px;
}

.service-card ul{
    padding:0;
    margin-top:20px;
    text-align:left;
    list-style:none;
}

.service-card ul li{
    padding:8px 0;
    color:#444;
    border-bottom:1px solid #f0f0f0;
    position:relative;
    padding-left:22px;
    font-size: 20px;
}

.service-card ul li:before{
    content:"✓";
    color:#e32020;
    font-weight: 700;
    position:absolute;
    left:0;
    
}

@media(max-width:1024px){
    .services-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .services-grid{
        grid-template-columns:1fr;
    }

    .section-title h2{
        font-size:30px;
    }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-6102f92f */.prisma-why-us {
    padding: 80px 20px;
    background: #f8fafc;
}

.prisma-why-us .container {
    max-width: 1200px;
    margin: 0 auto;
}

.prisma-why-us h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0f172a;
}

.prisma-why-us .subtitle {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    color: #64748b;
    font-size: 18px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.feature-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all .3s ease;
}

.feature-box:hover {
    transform: translateY(-8px);
}

.feature-box .icon {
    font-size: 40px;
    display: block;
    margin-bottom: 15px;
}

.feature-box h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1e293b;
}

.feature-box p {
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    font-size: 16px;
}/* End custom CSS */