/*
Theme Name: Kovan Holding
Theme URI:
Author: Kovan Tech Solutions
Author URI:
Description: Luxury Real Estate — Architectural Excellence & Investment-Grade Living
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kovan-holding
Tags: real-estate, luxury, one-page, custom-colors, full-width-template
*/

.glass {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
}

.property-card:hover img {
    transform: scale(1.05);
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

/* Hide scrollbar for timeline */
.timeline-scroll {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.timeline-scroll::-webkit-scrollbar {
    display: none;
}

/* Mobile menu */
#mobile-menu {
    display: none;
}

#mobile-menu.open {
    display: flex;
}
