﻿.contact-hero {
    background: linear-gradient(135deg, #F0F9FF 0%, #E0F2FE 100%);
    padding: 100px 0 50px;
    position: relative;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(80% 80% at 50% 50%, rgba(56, 189, 248, 0.12) 0%, rgba(14, 165, 233, 0.08) 50%, transparent 100%), radial-gradient(60% 60% at 80% 20%, rgba(2, 132, 199, 0.1) 0%, transparent 100%);
    pointer-events: none;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.contact-header {
    text-align: center;
    margin-bottom: 60px;
    animation: fadeUp 0.8s ease-out;
}

    .contact-header h1 {
        font-size: 3.5rem;
        color: #0C4A6E;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .contact-header p {
        font-size: 1.2rem;
        color: #475569;
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.6;
    }

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 60px;
}

.contact-infos {
    background: white;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    animation: fadeLeft 0.8s ease-out;
}

.contact-method {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(14, 165, 233, 0.1);
}

    .contact-method:hover {
        background: rgba(14, 165, 233, 0.05);
        transform: translateY(-3px);
    }

    .contact-method h3 {
        color: #0C4A6E;
        font-size: 1.2rem;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .contact-method h3 i {
            color: #0284C7;
            font-size: 1.4rem;
        }

    .contact-method p {
        color: #64748B;
        font-size: 1rem;
        line-height: 1.6;
        margin: 0;
    }

    .contact-method a {
        color: #0284C7;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.3s ease;
    }

        .contact-method a:hover {
            color: #0C4A6E;
        }

.contact-form {
    background: white;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    animation: fadeRight 0.8s ease-out;
}

.form-group {
    margin-bottom: 25px;
}

    .form-group label {
        display: block;
        color: #0C4A6E;
        margin-bottom: 8px;
        font-weight: 500;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        padding: 12px 16px;
        border: 2px solid #E2E8F0;
        border-radius: 12px;
        font-size: 1rem;
        color: #1E293B;
        transition: all 0.3s ease;
        font-family: inherit;
    }

        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #0284C7;
            box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.1);
        }

    .form-group textarea {
        height: 150px;
        resize: vertical;
    }

.submit-btn {
    background: linear-gradient(135deg, #0284C7 0%, #38BDF8 100%);
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

    .submit-btn:hover {
        background: #0056b3;
        transform: translateY(-2px);
    }

.map-section {
    margin-bottom: 60px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    animation: fadeUp 1s ease-out;
}

    .map-section iframe {
        width: 100%;
        height: 400px;
        border: none;
    }

@keyframes fadeUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeLeft {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeRight {
    from {
        transform: translateX(20px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-header h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 80px 0 40px;
    }

    .contact-header h1 {
        font-size: 2.4rem;
    }

    .contact-info,
    .contact-form {
        padding: 30px;
    }
}

select {
    width: 100%;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: #fff;
    font-size: 16px;
    color: #4a5568;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    cursor: pointer;
}

    select:focus {
        outline: none;
        border-color: #47B5FF;
        box-shadow: 0 0 0 3px rgba(71, 181, 255, 0.2);
    }

    select:hover {
        border-color: #47B5FF;
    }

    select option {
        padding: 12px;
    }

        select option:first-child {
            color: #a0aec0;
        }

