.contact-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem;
    background: url(/assets_2025/images/fabricator/Initial_BG.png) no-repeat center center;
    background-size: cover;
}

@media (max-width: 576px) {
    .contact-wrapper {
        margin-top: 45px;
        padding: 0;
    }
}

.contact-card {
    /*background: rgba(0, 0, 0, 0.65);*/
    /*backdrop-filter: blur(12px);*/
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.contact-left {
    background: rgba(0, 0, 0, 0.65);
    padding: 3rem;
    color: white;
}

    .contact-left h2 {
        font-size: 2rem;
        font-weight: 600;
    }

.contact-right {
    background: rgba(0, 0, 0, 0.65);
    padding: 3rem;
}

.form-control, .form-select {
    background-color: #212529;
    border: 1px solid #495057;
    color: var(--bs-light);
}

    .form-control:focus, .form-select:focus {
        background-color: #212529;
        color: var(--bs-light);
        border-color: var(--bs-warning) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0, .075), 0 0 4px var(--bs-warning) !important;
    }

    .form-control::placeholder,
    .form-select::placeholder {
        color: #adb5bd;
        opacity: 1;
    }

.btn-modern {
    background: linear-gradient(135deg, var(--bs-warning), #ff7b00);
    border: none;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-radius: 8px;
}

    .btn-modern:hover {
        transform: scale(1.03);
        background: linear-gradient(135deg, #e79d1b, #e46e00);
    }

.contact-info img {
    width: 18px;
    opacity: 0.8;
    margin-right: 8px;
}

.contact-info a {
    color: var(--bs-light);
    text-decoration: none;
}

    .contact-info a:hover {
        color: #fff;
        text-decoration: underline;
    }

.recaptcha {
    display: flex;
    justify-content: center;
}
