﻿.contact-hero {
    padding: 4rem 2rem;
    background-color: #1e293b;
    color: #f1f5f9;
}

.contact-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #7dd3fc;
}

.contact-subtitle {
    font-size: 1.2rem;
    color: #cbd5e1;
    margin-top: 1rem;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.contact-container {
    padding: 4rem 2rem;
}

.contact-info {
    color: #e2e8f0;
}

.info-heading {
    font-size: 1.75rem;
    font-weight: bold;
    color: #7dd3fc;
    margin-bottom: 1rem;
}

.info-text {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.7;
}

.info-email {
    margin-top: 1rem;
    font-size: 1rem;
}

    .info-email a {
        color: #38bdf8;
        text-decoration: none;
    }

        .info-email a:hover {
            text-decoration: underline;
        }

.info-note {
    font-size: 0.9rem;
    color: #94a3b8;
    margin-top: 0.5rem;
}

.contact-form-wrapper {
    background-color: #1e293b;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

    .contact-form-wrapper .form-label {
        color: #e2e8f0;
    }

    .contact-form-wrapper .form-control {
        background-color: #0f172a;
        border: 1px solid #475569;
        color: #f8fafc;
    }

        .contact-form-wrapper .form-control::placeholder {
            color: #94a3b8;
        }

    .contact-form-wrapper .btn-info {
        background-color: #7dd3fc;
        border: none;
        padding: 0.75rem;
    }
