﻿
.about-banner {
    position: relative;
    padding: 180px 0 130px;
    background: linear-gradient( rgba(7,26,53,.82), rgba(7,26,53,.78) ), url('/images/aboutbanner.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    overflow: hidden;
}

    .about-banner::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient( circle at right top, rgba(18,156,225,.18), transparent 40% );
    }

    .about-banner .container {
        position: relative;
        z-index: 2;
    }

.banner-tag {
    display: inline-block;
    color: #129CE1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.about-banner h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 800;
    line-height: 1.1;
    max-width: 900px;
    margin: 0 auto 25px;
}

.about-banner p {
    color: rgba(255,255,255,.85);
    font-size: 20px;
    max-width: 750px;
    margin: auto;
    line-height: 1.8;
}
.about-company {
    padding: 80px 0;
    background: #fff;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-content h2 {
    font-size: 52px;
    color: #071A35;
    margin: 20px 0;
    line-height: 1.2;
}

.about-content p {
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 20px;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
    margin-top: 30px;
}

    .about-features div {
        font-weight: 600;
        color: #071A35;
    }

    .about-features i {
        color: #129CE1;
        margin-right: 8px;
    }

.about-image {
    position: relative;
}
    .about-image img {
        width: 100%;
        border-radius: 24px;
        box-shadow: 0 25px 60px rgba(0,0,0,.12);
        transition: .5s;
    }

    .about-image:hover img {
        transform: scale(1.03);
    }

    .about-image img {
        width: 100%;
        border-radius: 24px;
        box-shadow: 0 20px 50px rgba(0,0,0,.08);
    }

.about-image {
    position: relative;
}

.about-shape {
    position: absolute;
    width: 220px;
    height: 280px;
    background: #129CE1;
    opacity: .12;
    border-radius: 50%;
    top: -70px;
    right: -70px;
    z-index: 0;
}

.about-actions {
    display: flex;
    gap: 15px;
    margin-top: 35px;
}

.btn-outline {
    border: 2px solid #129CE1;
    color: #129CE1;
    padding: 14px 28px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
}

.about-image img {
    position: relative;
    z-index: 1;
}

.about-image {
    position: relative;
}

.about-shape {
    position: absolute;
    width: 220px;
    height: 220px;
    background: #129CE1;
    opacity: .08;
    border-radius: 50%;
    top: -40px;
    right: -40px;
    z-index: 0;
}

.about-image img {
    position: relative;
    z-index: 1;
}

.experience-card {
    position: absolute;
    left: -60px;
    bottom: 40px;
    z-index: 5;
    background: linear-gradient( 135deg, #129CE1, #0b7fc1 );
    padding: 25px 35px;
    border-radius: 20px;
}

    .experience-card small {
        display: block;
        margin-top: 6px;
        opacity: .9;
    }

.about-image {
    animation: floatImage 5s ease-in-out infinite;
}

@keyframes floatImage {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

    .experience-card h3 {
        color: white;
        font-size: 48px;
        margin: 0;
    }

    .experience-card span {
        color: white;
    }

   .mission-section {
    padding: 80px 0;
    margin-top: -30px;
    background: #f8fafc;
}

.mv-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin-top: 60px;
}

.mv-card {
    background: #fff;
    padding: 45px 35px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,.06);
    transition: .35s;
}

    .mv-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 25px 50px rgba(18,156,225,.15);
    }

.mv-icon {
    width: 90px;
    height: 90px;
    margin: auto auto 25px;
    border-radius: 50%;
    background: rgba(18,156,225,.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mv-icon i {
        font-size: 40px;
        color: #129CE1;
    }

.mv-card h3 {
    color: #071A35;
    margin-bottom: 15px;
}

.mv-card p {
    color: #64748b;
    line-height: 1.8;
}

.featured {
    background: linear-gradient( 135deg, #071A35, #0b3b70 );
    color: white;
}

    .featured h3,
    .featured p {
        color: white;
    }

    .featured .mv-icon {
        background: rgba(255,255,255,.15);
    }

        .featured .mv-icon i {
            color: #fff;
        }

.why-hcc-about {
    padding: 120px 0;
    background: #fff;
}

.why-process {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin-top: 70px;
    flex-wrap: wrap;
}

.process-item {
    width: 240px;
    text-align: center;
}

.process-number {
    width: 55px;
    height: 55px;
    margin: auto auto 20px;
    border-radius: 50%;
    background: #eef6fd;
    color: #129CE1;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-icon {
    width: 110px;
    height: 110px;
    margin: auto;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #129CE1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #129CE1;
    font-size: 42px;
    transition: .35s;
}

.process-item:hover .process-icon {
    background: #129CE1;
    color: #fff;
    transform: translateY(-8px);
}

.process-item h3 {
    margin-top: 20px;
    color: #071A35;
}

.process-item p {
    color: #64748b;
    line-height: 1.7;
}

.process-arrow {
    margin-top: 80px;
    font-size: 30px;
    color: #129CE1;
}

.fleet-counter-section {
    padding: 120px 0;
    background: linear-gradient( rgba(7,26,53,.95), rgba(7,26,53,.95) ), url('/images/hcc_footer.png');
    background-size: cover;
    background-position: center;
    color: white;
}

    .fleet-counter-section::before {
        background: linear-gradient( rgba(3,18,45,.75), rgba(3,18,45,.82) );
    }

.counter-header {
    text-align: center;
    margin-bottom: 60px;
}

    .counter-header span {
        color: #129CE1;
        font-weight: 700;
    }

    .counter-header h2 {
        font-size: 52px;
        margin-top: 15px;
    }

.counter-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

.counter-card {
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    transition: .35s;
}

    .counter-card:hover {
        transform: translateY(-10px);
        border-color: #129CE1;
        box-shadow: 0 20px 40px rgba(18,156,225,.15);
    }

.counter-icon {
    width: 80px;
    height: 80px;
    margin: auto auto 20px;
    border-radius: 50%;
    background: rgba(18,156,225,.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .counter-icon i {
        font-size: 32px;
        color: #129CE1;
    }
.counter-icon {
    transition: .4s;
}

.counter-card:hover .counter-icon {
    transform: translateY(-6px) scale(1.08);
}

.counter-card h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 58px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    margin: 25px 0 10px;
}

    .counter-card h2 .counter {
        font-size: 58px;
    }

    .counter-card h2::after {
        content: "+";
        font-size: 42px;
        color: #129CE1;
        font-weight: 700;
    }
.counter-card {
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,.12);
}

    .counter-card:hover {
        transform: translateY(-10px);
        border-color: #129CE1;
        box-shadow: 0 20px 40px rgba(18,156,225,.25), 0 0 30px rgba(18,156,225,.2);
    }
    .counter-card::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient( 90deg, #129CE1, #3db8ff );
        transform: scaleX(0);
        transition: .4s;
    }

.counter-card {
    animation: floatCard 5s ease-in-out infinite;
}

    .counter-card:nth-child(2) {
        animation-delay: .5s;
    }

    .counter-card:nth-child(3) {
        animation-delay: 1s;
    }

    .counter-card:nth-child(4) {
        animation-delay: 1.5s;
    }

@keyframes floatCard {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.counter-header h2 {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
}

.counter-header span {
    letter-spacing: 3px;
    text-transform: uppercase;
}


.counter-grid {
    grid-template-columns: repeat(4, 280px);
    justify-content: center;
    gap: 24px;
}
.counter-card:nth-child(3) {
    position: relative;
}

    .counter-card:nth-child(3)::before {
        content: '';
        position: absolute;
        width: 180px;
        height: 180px;
        background: #129CE1;
        filter: blur(80px);
        opacity: .15;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: -1;
    }
.about-cta {
    position: relative;
    padding: 140px 0;
    background: linear-gradient( rgba(7,26,53,.85), rgba(7,26,53,.88) ), url('/images/cta-truck.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    overflow: hidden;
}

.cta-content {
    max-width: 850px;
    margin: auto;
    color: white;
    position: relative;
    z-index: 2;
}

    .cta-content span {
        color: #129CE1;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .cta-content h2 {
        font-size: 60px;
        margin: 20px 0;
    }

    .cta-content p {
        font-size: 18px;
        color: #e2e8f0;
        line-height: 1.9;
        margin-bottom: 40px;
    }

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-primary {
    background: #129CE1;
    color: white;
    padding: 18px 35px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    transition: .3s;
}

    .cta-primary:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(18,156,225,.35);
    }

.cta-secondary {
    border: 2px solid white;
    color: white;
    padding: 18px 35px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    transition: .3s;
}

    .cta-secondary:hover {
        background: white;
        color: #071A35;
    }

.clients-section {
    padding: 120px 0;
    background: #fff;
}

.clients-slider {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 25px;
    margin-top: 60px;
}

.client-logo {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    transition: .3s;
}

    .client-logo:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,.08);
    }

    .client-logo img {
        max-width: 140px;
        filter: grayscale(100%);
        transition: .3s;
    }

    .client-logo:hover img {
        filter: none;
    }

