.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 50px;
}

.contact-info h2, .contact-form h2 {
    margin-bottom: 20px;
}

.contact-item {
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.map-placeholder {
    height: 400px;
    width: 100%; 
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden; 
    position: relative; 
}

.map-placeholder iframe {
    width: 100% !important; 
    height: 100% !important; 
    display: block; 
    border: none;
}
