.elementor-39 .elementor-element.elementor-element-c5496fb{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ec9f0e2 */*{
    box-sizing:border-box;
}

body{
    margin:0;
    font-family:Inter, sans-serif;
}

.ng-container{
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}

/* HERO */

.ng-case-hero{
    background:linear-gradient(135deg,#021d57,#01235f);
    padding:120px 20px;
    text-align:center;
    color:#fff;
}

.case-badge{
    display:inline-block;
    background:rgba(255,255,255,0.12);
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:30px;
}

.ng-case-hero h1{
    font-size:72px;
    line-height:1.1;
    margin:0 0 30px;
    font-weight:800;
}

.ng-case-hero p{
    max-width:900px;
    margin:auto;
    font-size:28px;
    color:#d4def8;
}

/* GRID SECTION */

.case-grid-section{
    background:#f5f7fb;
    padding:80px 0;
}

.case-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.case-card{
    background:#fff;
    border:1px solid #dfe7f2;
    border-radius:18px;
    padding:35px;
    transition:.3s;
}

.case-card:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.case-category{
    font-size:11px;
    font-weight:700;
    color:#3b82f6;
    letter-spacing:1px;
}

.case-card h3{
    margin:15px 0;
    font-size:32px;
    color:#111827;
}

.case-card p{
    color:#667085;
    line-height:1.8;
    margin-bottom:30px;
}

.divider{
    border-top:1px solid #e5e7eb;
    margin-bottom:30px;
}

.case-result{
    font-size:54px;
    font-weight:800;
    color:#0057d9;
    line-height:1;
}

.case-metric{
    font-weight:700;
    margin-top:10px;
    color:#111827;
}

.case-duration{
    color:#667085;
    margin-top:5px;
}

.case-link{
    display:inline-block;
    margin-top:25px;
    text-decoration:none;
    color:#2563eb;
    font-weight:700;
}

.case-link:hover{
    color:#0b4ec2;
}

.case-cta{
    text-align:center;
    margin-top:70px;
}

.cta-btn{
    display:inline-block;
    background:#f59e0b;
    color:#111;
    padding:18px 40px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.cta-btn:hover{
    transform:translateY(-2px);
}

/* MOBILE */

@media(max-width:991px){

    .case-grid{
        grid-template-columns:1fr;
    }

    .ng-case-hero h1{
        font-size:48px;
    }

    .ng-case-hero p{
        font-size:22px;
    }
}

@media(max-width:767px){

    .ng-case-hero{
        padding:90px 20px;
    }

    .ng-case-hero h1{
        font-size:38px;
    }

    .ng-case-hero p{
        font-size:18px;
    }

    .case-card{
        padding:25px;
    }

    .case-card h3{
        font-size:26px;
    }

    .case-result{
        font-size:42px;
    }
}/* End custom CSS */