/*!
Theme Name: Coinsville Luxury Hotel
Description: A luxury hotel WordPress theme featuring modern design, booking functionality, and restaurant showcase. Perfect for hotels, resorts, and hospitality businesses. Built with WooCommerce support for online shopping capabilities.
Author: Coinsville Development Team
Version: 1.0.0
Text Domain: coinsville-luxury-hotel
Tags: hospitality, hotel, luxury, booking, restaurant, woocommerce, custom-header, custom-logo, custom-menu, featured-images, post-thumbnails, theme-options, translation-ready, responsive-layout
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==========================================================================
   Theme Custom Styles
   ========================================================================== */

/* Custom styles specific to WordPress integration */

/* ==========================================================================
   Active Navigation Menu Styles - Using Theme's Classes and Colors
   ========================================================================== */

/* The theme already handles active states with:
   .main-menu .main-menu__list > li.current > a,
   .main-menu .main-menu__list > li:hover > a {
       color: var(--solinom-base, #CBA36B);
       text-shadow: 0 0 0.5px currentColor;
   }
*/

/* Additional styling to enhance active states */
.main-menu .main-menu__list > li.current > a {
    font-weight: 600; /* Make active item slightly bolder */
}

/* Topbar active states - using theme color */
.topbar-two__item li.current > a,
.topbar-two__item li.current .topbar-two__item__text {
    color: var(--solinom-base, #CBA36B) !important;
    font-weight: 500;
}

/* Sub-menu active states */
.main-menu .main-menu__list li ul li.current > a {
    background-color: var(--solinom-white, #fff);
    color: var(--solinom-base, #CBA36B);
    font-weight: 500;
}
