/*
Theme Name: Albizia Apartments
Theme URI: https://albizia-apartments.com
Description: Custom theme for Albizia Apartments with fullscreen landing page
Version: 1.0.1
Author: Albizia Apartments
Template: twentytwentyfive
License: GPL v2 or later
Text Domain: albizia-apartments
*/

/* This is a child theme of Twenty Twenty-Five */

/* Global layout sanity: prevent stray margins/overscroll */
html,
body {
	margin: 0;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: none;
	overscroll-behavior-x: none;
	background: #ffffff;
}

/* Ensure core wrappers fill the viewport without stray slack */
#page,
.wp-site-blocks {
	min-height: 100vh;
	overflow-x: hidden;
}

.albizia-top-bar__logo-title {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
