.mp-contact-section {
    background-color: #0e2438;
    padding: 90px 0;
}

.mp-contact-col {
    margin-bottom: 24px;
}

.mp-contact-card {
    background: #fff;
    border-radius: 6px;
    padding: 36px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
    height: 100%;
}

/* Form */
.mp-form-group {
    margin-bottom: 20px;
}

.mp-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #0e2438;
    margin-bottom: 6px;
}

.mp-form-control {
    width: 100%;
    border: 1px solid #ddd6c8;
    border-radius: 4px;
    padding: 12px 14px;
    font-size: 14px;
    color: #2c2c2c;
    background: #fff;
    transition: border-color 0.2s ease;
}

.mp-form-control:focus {
    outline: none;
    border-color: #c9ab6d;
    box-shadow: 0 0 0 3px rgba(201,171,109,0.15);
}

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

.mp-btn-send-form {
    width: 100%;
    background: #0e2438;
    color: #f4ede0;
    border: 1px solid #c9ab6d;
    padding: 14px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    margin-top: 8px;
    transition: background 0.2s ease;
}

.mp-btn-send-form:hover {
    background: #16324a;
    color: #f4ede0;
}

/* Info card */
.mp-contact-info-header h3 {
    font-size: 18px;
    color: #0e2438;
    margin-bottom: 18px;
}

.mp-contact-info-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #2c2c2c;
    margin-bottom: 10px;
}

.mp-contact-info-row i {
    color: #c9ab6d;
    width: 16px;
}

.mp-contact-hours {
    margin: 18px 0;
    padding: 14px 16px;
    background: #faf6ef;
    border-radius: 4px;
}

.mp-contact-hours-open {
    color: #c65b3d;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 6px;
}

.mp-contact-hours-row {
    font-size: 13px;
    color: #4a4438;
    margin-bottom: 2px;
}

.mp-contact-map {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 18px;
}

.mp-btn-view-menu {
    display: block;
    width: 100%;
    text-align: center;
    background: #4a4438;
    color: #f4ede0;
    padding: 14px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: background 0.2s ease;
}

.mp-btn-view-menu:hover {
    background: #33301f;
    color: #f4ede0;
}

@media (max-width: 991px) {
    .mp-contact-card {
        margin-bottom: 0;
    }
}
