.contact-content {
    background: #f8f9fa;
}

.contact-card {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.contact-card .icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #c62828 0%, #c62828 100%);
    border-radius: 12px;
    color: white;
}

.contact-form-wrapper {
    background: white;
}

.form-control:focus,
.form-select:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.25rem rgba(102, 126, 234, 0.25);
}

.btn-primary {
    background: linear-gradient(135deg, #cb4f4f 0%, #c62828 100%);
    border: none;
    padding: 12px 40px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.map-wrapper iframe {
    border-radius: 12px;
}

@media (max-width: 768px) {
    .contact-card {
        margin-bottom: 20px;
    }
}
