


.contact-card {
    background-color: var(--primary-color);
}
.contact-title-above {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    font-size: clamp(1rem, 2.5vw, 2.5rem);
    font-family: SVN-Gilroy-Bold;
}

.contact-title-below {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: clamp(1rem, 1.8vw, 1.8rem);
    font-family: SVN-Gilroy-Light;
}

.contact-container img {
    width: 100%;
    object-fit: contain;
    overflow: hidden;
}

.contact-slogan-mobile {
    font-family: SVN-Gilroy-Bold;
    text-align: start;
}

.mobile-slider-title {
    width: 100vw;
    background-color: var(--primary-color);
    height: 50vw;
    position: absolute;
    bottom: 0;
}

.contact-card {
    height: 15rem;
    width: 18rem;
}

.form-control {
    border-radius: 12px;
    border: 2px solid #ced4da;
}

.form-control::placeholder {
    color: #b5b8bb !important;
}

.btn-green {
    background-color: #4CAF50;
    color: white;
    border-radius: 24px;
    padding: 10px 24px;
}

.map-container iframe {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    min-height: 360px;
}

@media (max-width: 992px) {
    .contactFormMap {
        padding: 4rem 0 !important;
    }
}

@media (min-width: 992px) {
    .contactFormMap {
        padding: 4rem 8rem !important;
    }
}

@media (min-width: 2560px) {
    .contact-container img {
        max-width: 1440px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #contactContentSection {
        max-width: 1440px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

