﻿.contact-section {
    background-color: #fffaf3;
}

.contact-form input,
.contact-form textarea {
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: none;
}

    .contact-form input:focus,
    .contact-form textarea:focus {
        border-color: #c19a6b;
        box-shadow: 0 0 5px rgba(193, 154, 107, 0.5);
    }

.company-info p {
    margin-bottom: 8px;
    color: #555;
}

.map-canvas iframe {
    border-radius: 15px;
    transition: transform 0.3s ease-in-out;
}

.map-canvas:hover iframe {
    transform: scale(1.02);
}
