﻿.services-banner {
    position: relative;
    padding: 190px 0 140px;
    background: linear-gradient( rgba(7,26,53,.82), rgba(7,26,53,.78) ), url('/images/services.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    overflow: hidden;
}

    .services-banner::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient( circle at top right, rgba(18,156,225,.18), transparent 40% );
    }

    .services-banner .container {
        position: relative;
        z-index: 2;
    }

.services-page {
    padding: 100px 0;
    background: #f8fafc;
}

.service-benefits {
    padding: 100px 0;
    background: #fff;
}

.services-page {
    padding: 120px 0;
    background: linear-gradient( 180deg, #f8fbff 0%, #eef6ff 100% );
}

.service-card {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: .3s ease;
}

    .service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(18,156,225,.15);
    }

.service-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #eef6ff;
}

.banner-tag {
    display: inline-block;
    color: #129CE1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

    .services-banner h1 {
        color: #fff;
        font-size: 72px;
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: 25px;
    }

    .services-banner p {
        color: rgba(255,255,255,.85);
        font-size: 20px;
        max-width: 750px;
        margin: auto auto 35px;
        line-height: 1.8;
    }

    .banner-buttons {
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    .banner-btn {
        background: #129CE1;
        color: white;
        padding: 16px 30px;
        border-radius: 12px;
        text-decoration: none;
        font-weight: 600;
    }

    .banner-btn-outline {
        border: 2px solid white;
        color: white;
        padding: 16px 30px;
        border-radius: 12px;
        text-decoration: none;
        font-weight: 600;
    }

    .services-banner::after {
        content: '🚚';
        position: absolute;
        right: 100px;
        bottom: 40px;
        font-size: 90px;
        opacity: .08;
        animation: floatTruck 4s ease-in-out infinite;
    }

    @keyframes floatTruck {
        0%,100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-15px);
        }
    }

    .service-process {
        padding: 120px 0;
        background: #ffffff;
    }

    .process-grid {
        display: grid;
        grid-template-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
        align-items: center;
        margin-top: 70px;
    }

    .process-item {
        text-align: center;
    }

    .process-arrow {
        text-align: center;
        color: #129CE1;
        font-size: 32px;
    

    @media(max-width:991px){

    .process-grid{

        display:flex;

        flex-direction:column;

        gap:25px;
    }

    .process-arrow{

        transform:rotate(90deg);
    }
}

    .process-item {
        width: 220px;
        text-align: center;
    }

    .process-icon {
        width: 90px;
        height: 90px;
        margin: 0 auto 20px;
        border-radius: 50%;
        background: #eef6ff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #129CE1;
        font-size: 34px;
    }

    .process-item h4 {
        color: #071A35;
        margin-bottom: 10px;
    }

    .process-item p {
        color: #64748b;
        line-height: 1.7;
    }

    .process-arrow {
        color: #129CE1;
        font-size: 28px;
    }
}

.services-cta {
    position: relative;
    padding: 120px 0;
    background: linear-gradient( rgba(7,26,53,.88), rgba(7,26,53,.88) ), url('/images/services-cta-bg.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    overflow: hidden;
}

    .services-cta::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient( circle at center, rgba(18,156,225,.15), transparent 60% );
    }

    .services-cta .container {
        position: relative;
        z-index: 2;
    }

.cta-tag {
    color: #129CE1;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.services-cta h2 {
    color: #fff;
    font-size: 58px;
    font-weight: 800;
    margin-bottom: 20px;
}

.services-cta p {
    color: rgba(255,255,255,.85);
    max-width: 750px;
    margin: 0 auto 35px;
    line-height: 1.8;
    font-size: 18px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.cta-btn {
    background: #129CE1;
    color: #fff;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
}

    .cta-btn:hover {
        transform: translateY(-3px);
    }

.cta-btn-outline {
    border: 2px solid #fff;
    color: #fff;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
}

.industries-section {
    padding: 120px 0;
    background: #f8fafc;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    margin-top: 60px;
}

.industry-card {
    background: #fff;
    padding: 35px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    transition: .3s;
}

    .industry-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(18,156,225,.12);
    }

    .industry-card i {
        font-size: 40px;
        color: #129CE1;
        margin-bottom: 20px;
    }

    .industry-card h4 {
        color: #071A35;
        margin: 0;
    }
.fleet-network-section {
    padding: 120px 0;
    background: #fff;
}

.fleet-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.fleet-content span {
    color: #129CE1;
    font-weight: 700;
    letter-spacing: 2px;
}

.fleet-content h2 {
    font-size: 52px;
    color: #071A35;
    margin: 15px 0 20px;
}

.fleet-content p {
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 35px;
}

.network-features {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

    .network-features div {
        display: flex;
        align-items: center;
        gap: 12px;
        font-weight: 600;
    }

    .network-features i {
        color: #129CE1;
    }

.fleet-image img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0,0,0,.08);
}

.trust-section {
    padding: 120px 0;
    background: #f8fafc;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
    margin-top: 60px;
}

.trust-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    transition: .3s;
}

    .trust-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(18,156,225,.12);
    }

    .trust-card i {
        font-size: 42px;
        color: #129CE1;
        margin-bottom: 20px;
    }

    .trust-card h3 {
        color: #071A35;
        margin-bottom: 12px;
    }

    .trust-card p {
        color: #64748b;
        line-height: 1.7;
    }