﻿.contact-form-area {
    background: #FAFAFA99;
    border: 1px solid #1818211F;
    padding: 46px 42px;
    padding-bottom: 90px;
}

    .contact-form-area form {
        display: flex;
        flex-direction: column;
        row-gap: 42px;
    }

.contact-form-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.18px;
    color: #000000;
}

.contact-form-inputs {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

    .contact-form-inputs .form-group input {
        width: 100%;
        border: none;
        border-bottom: 1px solid #C2C2C8;
        padding: 8px 0;
        outline: none;
        box-shadow: none;
        font-family: Montserrat;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .contact-form-inputs .form-group textarea {
        width: 100%;
        min-height: 230px;
        border: none;
        border-bottom: 1px solid #C2C2C8;
        outline: none;
        box-shadow: none;
        font-family: Montserrat;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

.contact-form-button button {
    width: 100%;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    padding: 16px 12px;
    background: linear-gradient(90deg, #0E203E 0%, #2C4B80 100.01%);
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
}

.contact-description {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #3A394F;
}

    .contact-description * {
        margin: 0;
    }

.contact-description-and-map {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}

#map {
    aspect-ratio: 1/1;
}