/*
Theme Name: Forex Trade
Theme URI: https://example.com/forex-trade
Author: Your Name
Author URI: https://example.com
Description: A professional WordPress theme for forex trading and financial services
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: forex-trade
Tags: forex, trading, financial, business, responsive, modern

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Theme specific styles go here */

/* Navigation Menu Styles */
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
    color: #271273;
    font-weight: 500;
    font-size: 15px;
    margin-left: 30px;
    transition: all 0.3s ease;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #2154f2;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item.current-menu-item a {
    color: #2154f2;
}
