.banner-page {
    background-image: url('../../../../img/pages/contact/bg.jpeg');
    background-size: cover;
    background-position: center;
}

#map {
    width: 100%;
    height: 400px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-info {
}

.contact-form {
    padding: 36px 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-control {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: border-color 0.3s;
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.info-item {
    padding: 20px;
    border-radius: 16px;
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.info-item p {
    font-size: 16px;
    font-weight: 400;
}

.info-item img {
    width: 32px;
    height: 32px;
}

@media (max-width: 767px) {
   
} 