.contact-info, .contact-form {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}
.contact-info h2, .contact-form h2 {
    font-size: 1.5rem;
    font-weight: bold;
}
.icon-text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 1rem;
}
.icon-text i {
    font-size: 1.5rem;
    color: #ff6f00;
}
.social-icons a {
    color: #ff6f00;
    font-size: 1.2rem;
    margin-right: 15px;
    transition: color 0.3s;
}
.social-icons a:hover {
    color: #ff4500;
}
.contact-form button {
    background-color: #ff6f00;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
}
.map-container {
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
}