/*
Theme Name: Bugan Villas
Theme URI: https://bugan-villa.gr
Author: Differend
Description: Custom self-contained theme for Bugan Villas, converted from the original Elementor build. Reproduces the exact original design with no dependency on Elementor or Elementor Pro. Bundled Astra + Elementor frontend stylesheets are used only as static assets.
Version: 1.0.0
Requires at least: 6.0
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: bugan
*/

/* Base theme styles. All layout/visual styling comes from the bundled
   stylesheets enqueued in functions.php (astra + elementor frontend + inline.css). */

html { scroll-behavior: smooth; }

/* Skip link (matches Astra default) */
.skip-link.screen-reader-text {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
.skip-link.screen-reader-text:focus {
	left: 6px;
	top: 7px;
	z-index: 100000;
	display: block;
	padding: 15px 23px 14px;
	background: #fff;
	color: #0073aa;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}
