/*
Theme Name: Aahana Global Ventures
Theme URI: https://aahanaglobalventures.com/
Author: Aahana Global Ventures
Description: Responsive WordPress theme converted from the Aahana Global Ventures static PHP website, with dynamic logo and menu support.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aahana-global-ventures
*/

body {
    font-family: "Lato", sans-serif;
    background-color: #faf9f5;
    color: #0a0d14;
}

.luxury-gradient {
    background: linear-gradient(135deg, #0a0d14 0%, #162030 100%);
}

.gold-gradient {
    background: linear-gradient(135deg, #bb801c 0%, #f2be5e 100%);
}

.gold-border-glow {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.gold-border-glow:hover {
    border-color: #bb801c;
    box-shadow: 0 10px 30px rgba(187, 128, 28, 0.25);
    transform: translateY(-4px);
}

.admin-bar .site-header {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}

.aahana-menu-list,
.aahana-mobile-menu-list,
.aahana-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aahana-menu-list li,
.aahana-mobile-menu-list li,
.aahana-footer-menu li {
    margin: 0;
}

.aahana-menu-list .current-menu-item > a,
.aahana-menu-list .current_page_item > a,
.aahana-mobile-menu-list .current-menu-item > a,
.aahana-mobile-menu-list .current_page_item > a {
    color: #bb801c;
}

.aahana-menu-list .menu-item-has-children {
    position: relative;
}

.aahana-menu-list .sub-menu {
    position: absolute;
    left: 0;
    top: calc(100% + 0.75rem);
    min-width: 13rem;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0.75rem;
    background: #fff;
    border: 1px solid rgba(10, 13, 20, 0.08);
    border-radius: 0.75rem;
    box-shadow: 0 20px 50px rgba(10, 13, 20, 0.15);
}

.aahana-menu-list .menu-item-has-children:hover > .sub-menu,
.aahana-menu-list .menu-item-has-children:focus-within > .sub-menu {
    display: block;
}

.aahana-menu-list .sub-menu a {
    display: block;
    padding: 0.65rem 0.8rem;
    white-space: nowrap;
}

.aahana-mobile-menu-list .sub-menu {
    list-style: none;
    margin: 0.25rem 0 0 0.75rem;
    padding: 0;
}

.aahana-mobile-menu-list .sub-menu a {
    display: block;
    padding: 0.65rem 0;
}

.aahana-mobile-menu-open {
    overflow: hidden;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    top: 0.5rem;
    left: 0.5rem;
    z-index: 100000;
    width: auto;
    height: auto;
    padding: 0.75rem 1rem;
    clip: auto;
    color: #0a0d14;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 10px 30px rgba(10, 13, 20, 0.2);
}
