.contact-section {
    background: #fff;
    border-radius: 14px;
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

.map-box iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 14px;
}

/* Form select styling */
.choices__inner {
    min-height: 36px !important;
    max-height: 36px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 10px !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
}

.choices[data-type*='select-one']::after {
    top: 18px !important;
    right: 10px;
}

.choices__list--dropdown {
    z-index: 1055 !important;
}

@media (max-width: 768px) {
    .contact-section {
        padding: 20px;
    }
}