/* ===================================
   SERVICES HERO SECTION
=================================== */

.services-hero{
    background:linear-gradient(135deg,#020617,#001845,#020617);
    color:#fff;
    padding:80px 6%;
    display:grid;
    grid-template-columns:45% 55%;
    align-items:center;
    gap:40px;
    overflow:hidden;
}

.breadcrumb{
    display:block;
    color:#cbd5e1;
    margin-bottom:20px;
    font-size:14px;
}

.section-tag{
    display:block;
    color:#2563eb;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:15px;
}

.services-left h1{
    font-size:4.5rem;
    line-height:1.1;
    font-weight:800;
    margin-bottom:25px;
    color:#fff;
}

.services-left h1 span{
    color:#3b82f6;
}

.services-left p{
    color:#dbeafe;
    line-height:1.8;
    font-size:1.15rem;
    max-width:600px;
    margin-bottom:40px;
}

.services-right{
    text-align:center;
}

.services-right img{
    width:100%;
    max-width:700px;
    display:block;
    margin:auto;
}

/* ===================================
   STATS
=================================== */

.service-stats{
    display:flex;
    gap:40px;
    flex-wrap:wrap;
}

.stat{
    border-right:1px solid rgba(255,255,255,.15);
    padding-right:35px;
}

.stat:last-child{
    border-right:none;
}

.stat i{
    font-size:28px;
    color:#3b82f6;
    margin-bottom:12px;
}

.stat h3{
    color:#fff !important;
    font-size:2rem;
    margin:0;
}

.stat span{
    color:#cbd5e1;
}

/* ===================================
   SECTION HEADING
=================================== */

.section-heading{
    text-align:center;
    margin-bottom:60px;
}

.section-heading span{
    color:#2563eb;
    font-weight:600;
    letter-spacing:2px;
}

.section-heading h2{
    font-size:3rem;
    color:#0f172a !important;
    margin:15px 0;
}

.section-heading p{
    color:#64748b;
    max-width:800px;
    margin:auto;
    line-height:1.8;
}

/* ===================================
   SERVICES GRID
=================================== */

.services-modern{
    padding:90px 6%;
    background:#f8fafc;
}

.services-modern-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.modern-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    transition:.3s;
}

.modern-card:hover{
    transform:translateY(-8px);
}

.modern-card i{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#eef4ff;
    color:#2563eb;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:20px;
}

.modern-card h3{
    color:#0f172a !important;
    margin-bottom:15px;
}

.modern-card p{
    color:#64748b !important;
    line-height:1.8;
    margin-bottom:20px;
}

.modern-card a{
    color:#2563eb;
    text-decoration:none;
    font-weight:600;
}

/* ===================================
   WHY CHOOSE US
=================================== */

.why-choose-us{
    background:linear-gradient(135deg,#001845,#002b6b);
    color:#fff;
    margin:60px 6%;
    border-radius:20px;
    padding:40px;
    display:grid;
    grid-template-columns:30% 70%;
    align-items:center;
}

.why-left h2{
    color:#fff !important;
    margin-bottom:15px;
}

.why-left p{
    color:#dbeafe;
    line-height:1.8;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

.why-grid div{
    text-align:center;
}

.why-grid i{
    font-size:40px;
    color:#2563eb;
    margin-bottom:15px;
}

.why-grid h4{
    color:#fff !important;
    font-size:1rem;
}

/* ===================================
   CTA SECTION
=================================== */

.service-cta{
    background:#fff;
    margin:0 6% 60px;
    border-radius:20px;
    padding:40px 50px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.service-cta span{
    color:#2563eb;
    font-weight:600;
    letter-spacing:2px;
}

.service-cta h2{
    color:#0f172a !important;
    font-size:2.5rem;
    margin:15px 0;
}

.service-cta p{
    color:#64748b;
}

.cta-btn{
    background:#2563eb;
    color:#fff;
    text-decoration:none;
    padding:15px 35px;
    border-radius:12px;
    font-weight:600;
}

.cta-btn:hover{
    background:#1d4ed8;
}

/* ===================================
   BRANDS
=================================== */

.trusted-brands{
    background:#fff;
    margin:0 6% 80px;
    padding:35px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.trusted-brands h4{
    color:#2563eb !important;
    letter-spacing:2px;
    margin-bottom:30px;
}

.brands{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:25px;
}

.brands span{
    font-size:1.8rem;
    font-weight:700;
    color:#64748b;
}

/* ===================================
   RESPONSIVE
=================================== */

@media(max-width:1200px){

    .services-modern-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .why-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:992px){

    .services-hero{
        grid-template-columns:1fr;
        text-align:center;
    }

    .services-left p{
        margin:auto auto 40px;
    }

    .service-stats{
        justify-content:center;
    }

    .why-choose-us{
        grid-template-columns:1fr;
        gap:30px;
    }

    .service-cta{
        flex-direction:column;
        gap:25px;
        text-align:center;
    }
}

@media(max-width:768px){

    .services-left h1{
        font-size:3rem;
    }

    .services-modern-grid{
        grid-template-columns:1fr;
    }

    .why-grid{
        grid-template-columns:1fr;
    }

    .brands{
        justify-content:center;
    }

    .brands span{
        font-size:1.3rem;
    }

    .service-stats{
        flex-direction:column;
        gap:20px;
    }

    .stat{
        border-right:none;
        padding-right:0;
    }
}