/*
Theme Name: DS Wave Studio PMC Theme
Theme URI: https://dswavestudio.com/
Author: DS Wave Studio
Author URI: https://dswavestudio.com/
Description: A premium, ultra-modern, and highly SEO-optimized WordPress theme for DS Wave Studio, specialized in Interior Project Management Consultancy (PMC) services in Guwahati.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ds-wave-pmc-theme
Tags: interior-pmc, luxury, guwahati, dark-theme, responsive-layout, modern-portfolio, clean-typography
*/

/* Reset & Custom Styles */
* {
    box-sizing: border-box;
}

html, body {
    background-color: #ffffff !important;
    color: #1f2937;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Header & Nav Base */
#header-navigation {
    background-color: rgba(255, 255, 255, 0.98) !important;
    border-bottom: 1px solid rgba(229, 229, 229, 0.8) !important;
}

header nav ul {
    display: flex !important;
    align-items: center !important;
    gap: 0.25rem !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

header nav ul li {
    display: inline-block !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

header nav ul li a,
header nav .menu-item a {
    color: #1f2937 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.375rem !important;
    display: inline-block !important;
    transition: color 0.2s ease, background-color 0.2s ease !important;
}

header nav ul li a:hover,
header nav .menu-item a:hover {
    color: #d97706 !important;
    background-color: #f3f4f6 !important;
}

header nav ul li.current-menu-item a,
header nav ul li.current_page_item a,
header nav .menu-item.current-menu-item a {
    color: #b45309 !important;
    background-color: rgba(245, 158, 11, 0.1) !important;
    border: 1px solid rgba(245, 158, 11, 0.3) !important;
}

/* Text Colors */
.text-amber-400 {
    color: #d97706 !important;
}

.text-white {
    color: #111827;
}

/* Slider Overlays */
.wp-slide {
    background-color: #ffffff;
}
