/*
Theme Name: Batu Citra Group
Theme URI: https://batucitragroup.com
Author: Abdul Aziz
Author URI: https://batucitragroup.com
Description: Tema WordPress premium untuk pengembang perumahan Batu Citra Group. Terintegrasi dengan Tailwind CSS, WordPress Customizer untuk pengaturan dinamis, dan Custom Post Type untuk Proyek.
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: batu-citra
*/

/* Custom CSS transitions & layouts */
.hero-bg {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

/* Fix smooth scroll offset for admin bar if logged in */
html.scroll-smooth {
    scroll-behavior: smooth;
}

body.admin-bar nav {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar nav {
        top: 46px;
    }
}