/*!
Theme Name: Ashley Child
Theme URI: https://bslthemes.com/
Author: bslthemes
Author URI: https://themeforest.net/user/bslthemes
Description: Ashley - Creative Potfolio WordPress Theme
Version: 1.0.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: ashley
Text Domain: ashley-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/


.mil-current-page .mil-item-link{
    display: none;
}

@media (max-width:600px) {
    html{
        scroll-behavior: auto !important;
    }
}
.mcf-consult-container {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #eee;
    max-width: 800px;
    margin: auto;
}
.mcf-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}
.mcf-form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.mcf-form-group label {
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}
.mcf-form-group input, .mcf-form-group select, .mcf-form-group textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.consult-submit-btn {
    background: #0073aa;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
}
.consult-submit-btn:hover { background: #005177; }

@media (max-width: 600px) {
    .mcf-form-row { flex-direction: column; gap: 0; }
}