﻿.contact-hero {
    padding: 180px 0 100px;
    background: #0B1F3A;
    color: white;
    text-align: center;
}

    .contact-hero h1 {
        font-size: 60px;
    }

.contact-section {
    padding: 100px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.contact-info {
    background: #F8FAFC;
    padding: 40px;
    border-radius: 16px;
}

.info-item {
    margin-top: 25px;
}

.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

    .contact-form form {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .contact-form input,
    .contact-form textarea {
        width: 100%;
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
    }

    .contact-form button {
        background: #129CE1;
        color: white;
        border: none;
        padding: 15px;
        border-radius: 8px;
        cursor: pointer;
    }

.map-section iframe {
    width: 100%;
    height: 450px;
    border: none;
}
@media(max-width:768px) {

    .services-grid,
    .why-grid,
    .vehicle-grid,
    .stats-grid,
    .shipment-details {
        grid-template-columns: 1fr;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .counter-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hero h1 {
        font-size: 40px;
    }
}

.contact-section {
    padding: 120px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.contact-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

    .contact-item i {
        color: #129CE1;
        font-size: 24px;
        margin-top: 5px;
    }

.contact-form-card {
    background: white;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

    .contact-form-card form {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .contact-form-card input,
    .contact-form-card textarea {
        width: 100%;
        padding: 15px;
        border: 1px solid #d1d5db;
        border-radius: 10px;
    }

    .contact-form-card textarea {
        height: 150px;
        resize: none;
    }

.map-section {
    padding-bottom: 120px;
}

.map-section {
    padding: 80px 0;
    background: #f8fafc;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

    .section-header span {
        display: inline-block;
        color: #129CE1;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .section-header h2 {
        font-size: 42px;
        font-weight: 800;
        color: #071A35;
        margin-top: 12px;
    }

.map-wrapper {
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
    border: 1px solid #e5e7eb;
}

    .map-wrapper iframe {
        display: block;
        width: 100%;
        height: 500px;
    }

.location-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    gap: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.location-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .location-item i {
        color: #129CE1;
        font-size: 20px;
    }

.map-wrapper {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0,0,0,.1);
    border: 1px solid #e5e7eb;
}

    .map-wrapper iframe {
        display: block;
        width: 100%;
        height: 500px;
    }

.contact-highlights .container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.highlight-card {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

    .highlight-card i {
        font-size: 32px;
        color: #129CE1;
        margin-bottom: 15px;
    }

.support-box {
    background: linear-gradient( 135deg, #071A35, #0F2D5C );
    color: #fff;
    border-radius: 24px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.contact-section {
    padding: 80px 0;
    background: #f8fafc;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

.contact-info,
.contact-form-card {
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
    transition: .3s;
}

    .contact-info:hover,
    .contact-form-card:hover {
        transform: translateY(-5px);
    }

.contact-item i {
    width: 60px;
    height: 60px;
    background: #e0f2fe;
    color: #129CE1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.contact-kpis {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-top: -60px;
    margin-bottom: 50px;
}

.kpi-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

    .kpi-card h3 {
        color: #129CE1;
        font-size: 36px;
        margin: 0;
    }

.contact-btn {
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 14px;
    background: linear-gradient( 135deg, #129CE1, #0B7FD0 );
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: .3s ease;
}

    .contact-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(18,156,225,.35);
    }

    .contact-btn:active {
        transform: translateY(0);
    }

.page-banner {
    position: relative;
    padding: 180px 0 120px;
    background: linear-gradient( rgba(7,26,53,.82), rgba(7,26,53,.88) ), url('/images/contact.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
}

    .page-banner::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient( circle at center, rgba(18,156,225,.15), transparent 60% );
    }

    .page-banner .container {
        position: relative;
        z-index: 2;
    }
.success-alert {
    background: #ecfdf5;
    border: 1px solid #86efac;
    color: #166534;
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .success-alert i {
        font-size: 18px;
    }