﻿/* =========================
   HERO SECTION
========================= */

/* HERO */

.hero {
    min-height: 100vh;
    background: linear-gradient( 90deg, rgba(7,26,53,.78) 0%, rgba(7,26,53,.45) 40%, rgba(7,26,53,.15) 100% ), url('/images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero-grid {
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
    gap: 60px;
    min-height: 80vh;
}

.hero-left {
    color: #fff;
}

.hero-badge {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.hero-left h1 {
    font-size: 64px;
    line-height: 1.05;
    max-width: 700px;
}

    .hero-left h1 span {
        color: #129CE1;
    }

.hero-left p {
    color: #e2e8f0;
    font-size: 24px;
    max-width: 650px;
    margin-bottom: 35px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.hero {
    display: flex;
    align-items: center;
}

.hero-grid {
    min-height: 70vh;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    border-radius: 12px;
    background: #129CE1;
    color: #fff;
    text-decoration: none;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    border-radius: 12px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
}

.hero-right {
    display: flex;
    justify-content: center;
}

/*Tracking*/
.tracking-widget {
    background: linear-gradient( 135deg, rgba(20,30,60,.95), rgba(10,20,40,.88) );
    backdrop-filter: blur(25px);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 24px;
    padding: 35px;
    color: #fff;
    box-shadow: 0 25px 60px rgba(0,0,0,.35);
    /*max-width: 520px;*/
}

.tracking-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

    .tracking-header i {
        font-size: 32px;
        color: #129CE1;
    }

    .tracking-header h3 {
        font-size: 48px;
        font-weight: 700;
        margin: 0;
    }

.tracking-subtitle {
    color: #d1d5db;
    margin-bottom: 25px;
    font-size: 18px;
}

.tracking-form {
    display: flex;
    gap: 10px;
}

.input-group {
    flex: 1;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 12px;
    padding: 0 15px;
}

    .input-group i {
        color: #64748b;
        margin-right: 10px;
    }

    .input-group input {
        width: 100%;
        height: 60px;
        border: none;
        outline: none;
    }

.tracking-form button {
    background: #129CE1;
    color: white;
    border: none;
    padding: 0 25px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
}

.tracking-divider {
    height: 1px;
    background: rgba(255,255,255,.15);
    margin: 25px 0;
}

.widget-features {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #fff;
}

    .feature-item i {
        color: #129CE1;
        font-size: 20px;
    }

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 40px;
    background: rgba(10,20,40,.70);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    overflow: hidden;
    max-width: 800px;
}
.hero-stat {
    padding: 30px 1px;
    text-align: center;
    color: white;
    border-right: 1px solid rgba(255,255,255,.10);
}
.hero-stat {
    padding: 10px 10px;
}

    .hero-stat h2 {
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 8px 0;
    }

    .hero-stat span {
        min-height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.pan-india {
    font-size: 32px !important;
    white-space: nowrap;
}

    .hero-stat:last-child {
        border-right: none;
    }

    .hero-stat h2 {
        font-size: 48px;
        font-weight: 800;
        margin-bottom: 8px;
        line-height: 1;
    }

    .hero-stat span {
        color: #dbe5f1;
        font-size: 14px;
    }

.hero-stats {
    margin-left: 0px;
    margin-right: -1px;
}

.hero-stats {
    margin-top: 25px;
}
.stat-icon {
    font-size: 36px;
    color: #129CE1;
    margin-bottom: 12px;
}

.hero-stat h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 6px;
    line-height: 1;
}

.hero-stat span {
    display: block;
    font-size: 15px;
    color: #dbe5f1;
}

.hero-stat::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #129CE1;
    margin: 12px auto 0;
    border-radius: 20px;
}

.trust-strip {
    width: 90%;
    margin: -80px auto 0;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    padding: 35px;
}

.trust-item {
    text-align: center;
    font-weight: 600;
}

@media(max-width:991px) {

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-left h1 {
        font-size: 42px;
    }

    .hero-stats {
        grid-template-columns: 1fr 1fr;
    }

    .trust-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* =========================
   ABOUT
========================= */

.about-preview {
    padding: 100px 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

    .about-grid img {
        width: 100%;
        border-radius: 20px;
    }

/* =========================
   SERVICES
========================= */

.home-services {
    padding: 100px 0;
    background: #F8FAFC;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}

.service-card {
    background: white;
    padding: 40px;
    border-radius: 24px;
    border: 1px solid #edf2f7;
    transition: .4s;
}

    .service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(0,0,0,.08);
        border-color: #129CE1;
    }

/* =========================
   WHY HCC
========================= */

.why-hcc {
    padding: 100px 0;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

.why-card {
    background: #071A35;
    color: white;
    padding: 40px;
    border-radius: 20px;
    transition: .4s;
}

    .why-card:hover {
        background: #129CE1;
        transform: translateY(-10px);
    }

/* =========================
   COUNTER
========================= */

.fleet-counter {
    background: #071A35;
    color: white;
    padding: 100px 0;
}

.counter-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

    .counter-grid div {
        text-align: center;
    }

    .counter-grid h2 {
        font-size: 64px;
    }

/* =========================
   INDUSTRIES
========================= */

.industries {
    padding: 100px 0;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}

.industry-card {
    padding: 30px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    text-align: center;
}

/* =========================
   NETWORK
========================= */

.network-section {
    padding: 100px 0;
    background: #F8FAFC;
}

.network-content {
    text-align: center;
}

.network-stats {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 40px;
}

/* =========================
   CTA
========================= */

.contact-cta {
    padding: 100px 0;
    text-align: center;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px) {

    .hero-grid,
    .about-grid {
        grid-template-columns: 1fr;
    }

    .services-grid,
    .why-grid,
    .industry-grid,
    .counter-grid {
        grid-template-columns: 1fr;
    }

    .hero-left h1 {
        font-size: 90px;
        line-height: 1.05;
        max-width: 1000px;
    }
    .hero-grid {
        grid-template-columns: 60% 40%;
    }

    .hero-stats {
        grid-template-columns: 1fr 1fr;
    }
}
.about-preview {
    padding: 120px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

    .section-header span {
        color: #129CE1;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .section-header h2 {
        font-size: 48px;
        margin-top: 15px;
        color: #071A35;
    }

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-image img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,.12);
}

.about-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

.about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 30px;
}

.about-feature {
    background: #f8fafc;
    padding: 15px 20px;
    border-radius: 12px;
    font-weight: 600;
}

.services-section {
    padding: 120px 0;
    background: #f8fafc;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin-top: 60px;
}

.service-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    transition: .3s;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

    .service-card:hover {
        transform: translateY(-10px);
        border-color: #129CE1;
        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: 18px;
    background: #eaf6fd;
    color: #129CE1;
    font-size: 30px;
    margin-bottom: 25px;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #071A35;
}

.service-card p {
    color: #64748b;
    line-height: 1.7;
}

/* WHY HCC */

.why-hcc {
    padding: 120px 0;
    background: #071A35;
}

    .why-hcc .section-header h2,
    .why-hcc .section-header p {
        color: #071A35;
    }

.why-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    margin-top: 60px;
}

.why-card {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    transition: .3s;
}

    .why-card:hover {
        transform: translateY(-10px);
        background: #129CE1;
    }

.why-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    border-radius: 20px;
    background: rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
}

.why-card h3 {
    color: white;
    margin-bottom: 15px;
}

.why-card p {
    color: #dbe5f1;
    line-height: 1.7;
}

/* FLEET COUNTER */

.fleet-counter-section {
    padding: 100px 0;
    background: linear-gradient( 135deg, #071A35, #0d2a52 );
}

.counter-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

.counter-card {
    text-align: center;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    padding: 40px 20px;
}

    .counter-card h2 {
        font-size: 56px;
        color: #129CE1;
        margin-bottom: 10px;
        font-weight: 800;
    }

    .counter-card span {
        color: white;
        font-size: 18px;
    }

/* CTA */

.cta-section {
    padding: 120px 0;
    text-align: center;
    background: white;
}

    .cta-section h2 {
        font-size: 52px;
        color: #071A35;
        margin-bottom: 20px;
    }

    .cta-section p {
        max-width: 700px;
        margin: 0 auto 40px;
        color: #64748b;
        font-size: 18px;
    }

.clients-section {
    padding: 100px 0;
    background: linear-gradient( 180deg, #f8fafc 0%, #eef4ff 100% );
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

    .section-header span {
        color: #129CE1;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .section-header h2 {
        font-size: 42px;
        color: #071A35;
        margin-top: 10px;
    }

.client-slider {
    overflow: hidden;
    position: relative;
}

.client-track {
    display: flex;
    gap: 30px;
    animation: scrollClients 25s linear infinite;
}

.client-card {
    background: #f8fafc;
    border: 1px solid rgba(18,156,225,.08);
    border-radius: 20px;
    padding: 30px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
    box-shadow: 0 8px 25px rgba(0,0,0,.04);
}

    .client-card:hover {
        transform: translateY(-8px);
        background: #fff;
        box-shadow: 0 20px 40px rgba(18,156,225,.12);
        border-color: #129CE1;
    }

.clients-section {
    position: relative;
    overflow: hidden;
}

    .clients-section::before {
        content: '';
        position: absolute;
        width: 500px;
        height: 500px;
        background: radial-gradient( rgba(18,156,225,.08), transparent 70% );
        top: -200px;
        right: -100px;
    }

    .client-card img {
        max-width: 140px;
        max-height: 60px;
        object-fit: contain;
    }

@keyframes scrollClients {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
.hcc-cta-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: radial-gradient( circle at center, rgba(18,156,225,.18), transparent 60% ), #071A35;
}

    /* Grid Pattern */

    .hcc-cta-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: linear-gradient( rgba(255,255,255,.05) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255,255,255,.05) 1px, transparent 1px );
        background-size: 40px 40px;
    }

.hcc-cta-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: auto;
    text-align: center;
}

.cta-tag {
    color: #129CE1;
    font-weight: 700;
    letter-spacing: 3px;
}

.hcc-cta-content h2 {
    color: #fff;
    font-size: 64px;
    line-height: 1.1;
    margin: 20px 0;
}

.hcc-cta-content p {
    color: #cbd5e1;
    font-size: 22px;
    line-height: 1.8;
    max-width: 750px;
    margin: auto;
}

.cta-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-demo {
    background: #fff;
    color: #071A35;
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
}

.btn-call {
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
}

.footer {
    position: relative;
    background: linear-gradient( rgba(5,15,35,.82), rgba(5,15,35,.92) ), url('/images/hcc_footer.png');
    background-size: cover;
    background-position: center;
    padding: 80px 0 25px;
    color: #fff;
}

.footer-glass {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    padding: 55px;
    border-radius: 30px;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.3fr;
    gap: 50px;
}

.footer-logo {
    height: 75px;
    margin-bottom: 20px;
}

.footer-about p {
    color: #cbd5e1;
    line-height: 1.8;
}

.footer h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px;
    position: relative;
}

    .footer h4::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 50px;
        height: 3px;
        background: #129CE1;
    }

.footer ul {
    list-style: none;
    padding: 0;
}

    .footer ul li {
        margin-bottom: 14px;
        color: #dbeafe;
    }

        .footer ul li a {
            color: #dbeafe;
            text-decoration: none;
            transition: .3s;
        }

            .footer ul li a:hover {
                color: #129CE1;
                padding-left: 5px;
            }

.footer-contact p {
    margin-bottom: 15px;
    line-height: 1.7;
    color: #dbeafe;
}

.footer-contact i {
    color: #129CE1;
    margin-right: 10px;
    width: 20px;
}

.footer-social {
    margin-top: 25px;
}

    .footer-social a {
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255,255,255,.08);
        color: #fff;
        margin-right: 10px;
        transition: .3s;
    }

        .footer-social a:hover {
            background: #129CE1;
            transform: translateY(-3px);
        }

.footer-bottom {
    width: 90%;
    max-width: 1400px;
    margin: 25px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.12);
    display: flex;
    justify-content: space-between;
    color: #cbd5e1;
}

.why-hcc {
    position: relative;
    padding: 120px 0;
    background: #f8fafc;
    overflow: hidden;
}

.corner-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    animation: floatContainer 5s ease-in-out infinite;
}

@keyframes floatContainer {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.why-process {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.process-item {
    width: 240px;
    text-align: center;
    position: relative;
}

.process-number {
    width: 55px;
    height: 55px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #eef2f7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #555;
}

.process-image {
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 50%;
    background: white;
    border: 4px solid #129CE1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #129CE1;
    box-shadow: 0 15px 35px rgba(18,156,225,.15);
    transition: .3s;
}

.process-item:hover .process-image {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(18,156,225,.25);
}

.process-item h3 {
    margin-top: 20px;
    color: #071A35;
    font-size: 24px;
}

.process-item p {
    margin-top: 10px;
    color: #64748b;
    line-height: 1.7;
}

.process-arrow {
    font-size: 30px;
    color: #129CE1;
}

.why-hcc h2 {
    color: #071A35;
    font-size: 56px;
    font-weight: 800;
}

.why-hcc p {
    color: #64748b;
}

.why-process {
    position: relative;
}

    .why-process::before {
        content: '';
        position: absolute;
        top: 22px;
        left: 13%;
        width: 74%;
        height: 2px;
        border-top: 2px dashed #dbeafe;
        z-index: 0;
    }

.process-item {
    transition: .35s;
}

    .process-item:hover {
        transform: translateY(-10px);
    }

.process-image {
    animation: pulseIcon 3s infinite;
}

@keyframes pulseIcon {

    0% {
        box-shadow: 0 0 0 0 rgba(18,156,225,.3);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(18,156,225,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(18,156,225,0);
    }
}
.why-hcc {
    background: radial-gradient(circle at top right, rgba(18,156,225,.08), transparent 35%), #f8fafc;
}
.services-section {
    padding: 120px 0;
    background: #fff;
}

.services-layout {
    display: grid;
    grid-template-columns: 1fr 420px 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 70px;
}

.services-column {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.left .service-item {
    justify-content: flex-end;
    text-align: right;
}

.left .service-content {
    order: 1;
}

.left .service-icon-circle {
    order: 2;
}

.service-icon-circle {
    width: 75px;
    height: 75px;
    border: 2px solid #129CE1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #129CE1;
    font-size: 28px;
    flex-shrink: 0;
    transition: .3s;
}

.service-item:hover .service-icon-circle {
    background: #129CE1;
    color: #fff;
    transform: translateY(-5px);
}

.service-content h3 {
    font-size: 30px;
    color: #071A35;
    margin-bottom: 10px;
}

.service-content p {
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}

.service-center {
    text-align: center;
}

    .service-center img {
        width: 100%;
        max-width: 400px;
        animation: forkliftFloat 4s ease-in-out infinite;
    }

@keyframes forkliftFloat {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

@media(max-width:991px) {

    .services-layout {
        grid-template-columns: 1fr;
    }

    .service-center {
        order: -1;
    }

    .left .service-item {
        text-align: left;
        justify-content: flex-start;
    }

    .left .service-content {
        order: 2;
    }

    .left .service-icon-circle {
        order: 1;
    }
}

.about-preview {
    padding: 120px 0;
    background: #fff;
}

.about-preview-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-content h2 {
    font-size: 52px;
    line-height: 1.2;
    color: #071A35;
    margin: 20px 0;
}

    .about-content h2 span {
        color: #129CE1;
    }

.about-content p {
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 25px;
}

.about-highlight-box {
    background: #f8fafc;
    border-left: 4px solid #129CE1;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    font-weight: 600;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    margin-bottom: 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 20px 50px rgba(0,0,0,.08);
    }

.floating-info {
    position: absolute;
    bottom: 25px;
    left: -40px;
    background: #fff;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
}

    .floating-info ul {
        list-style: none;
    }

    .floating-info li {
        margin-bottom: 10px;
        font-weight: 600;
    }

.about-stats {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

.stat-box {
    text-align: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 35px;
    transition: .3s;
}

    .stat-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(18,156,225,.12);
    }

    .stat-box h3 {
        font-size: 48px;
        color: #129CE1;
        margin-bottom: 10px;
    }

@media(max-width:991px) {

    .header-wrapper {
        height: auto;
        padding: 15px 0;
        flex-wrap: wrap;
    }

    nav ul {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-actions {
        display: none;
    }

    .logo img {
        height: 55px;
    }
}

@media(max-width:991px) {

    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .hero-content h1 {
        font-size: 42px;
        line-height: 1.2;
    }

    .hero-content p {
        font-size: 16px;
    }

    .hero-drone {
        display: none;
    }

    .tracking-widget {
        max-width: 100%;
    }
}

@media(max-width:991px) {

    .services-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .service-center {
        order: -1;
    }

        .service-center img {
            max-width: 280px;
        }

    .services-column {
        gap: 30px;
    }

    .left .service-item {
        justify-content: flex-start;
        text-align: left;
    }

    .left .service-content {
        order: 2;
    }

    .left .service-icon-circle {
        order: 1;
    }
}

@media(max-width:991px) {

    .services-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .service-center {
        order: -1;
    }

        .service-center img {
            max-width: 280px;
        }

    .services-column {
        gap: 30px;
    }

    .left .service-item {
        justify-content: flex-start;
        text-align: left;
    }

    .left .service-content {
        order: 2;
    }

    .left .service-icon-circle {
        order: 1;
    }
}

@media(max-width:991px) {

    .why-process {
        flex-direction: column;
        gap: 40px;
    }

    .process-arrow {
        transform: rotate(90deg);
    }

    .corner-container {
        width: 120px;
    }
}

@media(max-width:991px) {

    .counter-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .counter-card h2 {
        font-size: 40px;
    }
}

@media(max-width:991px) {

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

@media(max-width:991px) {

    .tracking-info-cards {
        grid-template-columns: 1fr;
    }

    .route {
        flex-direction: column;
        gap: 25px;
    }

    .route-line {
        width: 2px;
        height: 40px;
    }

    .shipment-tracker {
        flex-direction: column;
        gap: 30px;
    }

    .tracker-line {
        width: 3px;
        height: 50px;
    }
}

@media(max-width:768px) {

    .floating-actions {
        right: 10px;
        bottom: 10px;
    }

        .floating-actions a {
            padding: 10px 15px;
            font-size: 13px;
        }
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

body {
    overflow-x: hidden;
}