/*
Theme Name: Elite All Trades
Theme URI: https://elitealltrades.co.uk/
Author: Rishabh Dev
Author URI: https://www.webmaniacs.co.nz/
Description: A clean and simple WordPress theme for Elite Traders Handyman Services.
Version: 1.0
Text Domain: elitealltrades
*/

/* Importing original styles */
@import url('CSS/style.css');

/* Ensure Menu Hover Effects match HTML exactly */
.navbar .nav-link:hover {
    color: #ff6b35 !important; /* Theme Orange */
}

.navbar .dropdown-item:hover {
    background-color: transparent !important;
    color: #ff6b35 !important; /* Theme Orange */
    padding-left: 20px !important; /* Slide effect */
    transition: all 0.3s ease;
}

.navbar .dropdown-item i {
    transition: color 0.3s ease;
}

.navbar .dropdown-item:hover i {
    color: #ff6b35 !important;
}


/* wp form submit button design */
.wpforms-submit {
    width: 100% !important;
    background-color: orange !important;
}