/*
Theme Name:  Himara Child
Template:    himara
Author:      Eagle-Themes
Theme URI:   https://himaratheme.com
Author URI:  https://eagle-themes.com
Description: Himara is an All-in-one Hotel & Booking WordPress Theme crafted for your hotel & resort website.
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==========================================================================
   Global Overrides
   ========================================================================== */

.eb-breadcrumbs {
	margin-top: 12px;
}

/* Header layout — flexbox for proper logo/nav alignment */
header.horizontal-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header.horizontal-header .brand {
	display: flex;
	align-items: center;
}

header.transparent-header .brand {
	padding: 0;
}

header.transparent-header .brand .second-logo {
	padding: 8px 0;
}

header.horizontal-header .brand a {
	display: block;
}

header.horizontal-header .main-menu {
	float: none;
	display: flex;
	align-items: center;
}

header.horizontal-header .main-menu .menu {
	float: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

/* Nav item spacing and weight — tighter, lighter for a cleaner look */
header.horizontal-header .main-menu .menu .menu-item a,
header.horizontal-header.scroll-header .main-menu .menu .menu-item a {
	padding: 20px 16px;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	white-space: nowrap;
}

/* Mobile header — override parent's fixed 55px height so content isn't clipped */
header.mobile-header {
	height: auto;
	min-height: 55px;
	padding-bottom: env(safe-area-inset-bottom, 0px);
}

/* Mobile header — fix layout: logo left, BOOK ONLINE + hamburger right */
header.mobile-header .container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

header.mobile-header .main-menu {
	display: flex !important;
	margin-left: auto;
	align-items: center;
}

/* Show the menu UL but hide all items except BOOK ONLINE */
header.mobile-header .main-menu .menu {
	display: flex !important;
	margin: 0;
	padding: 0;
}

header.mobile-header .main-menu .menu > .menu-item:not(.menu_button) {
	display: none !important;
}

header.mobile-header .main-menu .menu > .menu_button {
	display: block !important;
	margin-left: 0;
}

header.mobile-header .main-menu .menu_button .btn.eb-btn {
	padding: 8px 14px;
	font-size: 11px;
	white-space: nowrap;
	width: auto;
}

header.mobile-header .toggle-menu-button {
	float: none;
	margin: 0;
	margin-left: 15px;
	display: block !important;
	align-self: center;
}

/* Tablet-desktop range — tighten nav to prevent wrapping (hamburger below 1200px) */
@media (max-width: 1399px) and (min-width: 1201px) {
	header.horizontal-header .main-menu .menu .menu-item a,
	header.horizontal-header.scroll-header .main-menu .menu .menu-item a {
		padding: 20px 15px;
		font-size: 15px;
		letter-spacing: 0.5px;
	}

	.menu_button .btn.eb-btn {
		padding: 8px 14px !important;
		font-size: 12px !important;
	}

	.menu_button .btn.eb-btn .icon-calendar {
		width: 22px;
		height: 22px;
		font-size: 10px;
		margin-right: 4px;
	}
}

/* Nav BOOK ONLINE button — black text on brand yellow to match logo */
.menu_button .btn.eb-btn {
	color: #000 !important;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu_button .btn.eb-btn .icon-calendar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.15);
	color: #000;
	font-size: 12px;
	margin-right: 6px;
	vertical-align: middle;
}

/* ==========================================================================
   ACF Section Styles — Replacing Elementor
   ========================================================================== */

/* ---------------------------------------------------------------------------
   Flexi Sections Wrapper
   --------------------------------------------------------------------------- */

/* Base padding for all sections inside the wrapper */
.acf-sections > section {
	padding: 60px 0;
}

/* Tighter top on first section — hero/page-title already provides visual separation */
.acf-sections > section:first-child {
	padding-top: 30px;
}

/* Collapse padding only between adjacent text blocks (same bg, continuous content) */
.acf-sections > .acf-text-block + .acf-text-block {
	padding-top: 0;
}

/* Section-specific padding overrides — use element.class for specificity over :first-child */
.acf-sections > section.benefits-bar {
	padding: 25px 0;
}

.acf-sections > section.acf-map-contact-section {
	padding: 60px 0;
}

.acf-sections > section.acf-restaurant-menu-section {
	padding: 60px 0;
}

.acf-sections > section.acf-shortcode-embed {
	padding: 40px 0;
}

/* ---------------------------------------------------------------------------
   General Section Spacing
   --------------------------------------------------------------------------- */

.acf-text-block h2,
.acf-services-section h2,
.acf-rooms-section h2,
.acf-map-contact-section h2,
.acf-faq-section h2,
.acf-image-gallery h2 {
	color: #474747;
	margin-bottom: 10px;
}

.acf-text-block h4,
.acf-services-section h4,
.acf-rooms-section h4,
.acf-map-contact-section h4 {
	color: #474747;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
}

.acf-text-block .text-block-content a {
	text-decoration: underline;
}

.acf-text-block .text-block-content a:hover {
	color: #c5a96c;
}

/* ---------------------------------------------------------------------------
   Hero Section
   --------------------------------------------------------------------------- */
.hero-section {
	position: relative;
	overflow: visible;
}

/* Slideshow */
.hero-slideshow {
	min-height: 800px;
}

.hero-slideshow .hero-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hero-slide {
	min-height: 800px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
}

.hero-heading-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 10;
	width: 100%;
	padding: 0 20px;
}

.hero-heading-overlay h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	margin-bottom: 10px;
}

.hero-heading-overlay p {
	color: #fff;
	font-size: 20px;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.hero-slide-content {
	position: absolute;
	bottom: 40px;
	left: 40px;
	right: auto;
	transform: none;
	text-align: left;
	z-index: 10;
	width: 75%;
	padding: 0;
}

.hero-slide-text {
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	text-transform: none;
	letter-spacing: -0.015em;
	line-height: 1.45em;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

/* Booking form overlay on hero */
.hero-booking-form {
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	width: 75%;
	z-index: 20;
}

/* Override EB plugin's default styling for the hero overlay form */
.hero-booking-form .hbf.eb-horizontal-search-form {
	border: none;
	border-radius: 6px;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
	overflow: visible;
}

.hero-booking-form .hbf .inner {
	padding: 15px 20px;
	background: rgba(255, 255, 255, 0.95);
}

.hero-booking-form .eb-horizontal-search-form .eb-form-fields {
	align-items: center;
	gap: 15px;
}

.hero-booking-form .eb-btn-search-form {
	padding: 14px 30px !important;
	background: #deb666 !important;
	color: #000 !important;
	border: none !important;
	border-radius: 4px !important;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.3s;
	white-space: nowrap;
}

.hero-booking-form .eb-btn-search-form:hover {
	background: #c5a04f !important;
}

/* Booking form field text — darken placeholder/value text */
.hero-booking-form .eb-datepicker.eb-field,
.hero-booking-form .eb-guestspicker.eb-field,
.hero-booking-form .eb-guestspicker .guestspicker {
	color: #474747;
}

.hero-booking-form .eb-datepicker.eb-field::placeholder {
	color: #474747;
	opacity: 1;
}

/* Single image hero */
.hero-image {
	min-height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Title only hero — uses parent .page-title styles */
.hero-title-only .page-title {
	margin-bottom: 0;
}

/* Map hero — full-width Leaflet map as hero area */
.hero-map {
	position: relative;
}

.hero-map-canvas {
	height: 450px;
	width: 100%;
}

.hero-map-title {
	background: #333;
	color: #fff;
	padding: 20px 0;
	text-align: center;
}

.hero-map-title h1 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 0;
}

.hero-map-title p {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0;
	margin-top: 5px;
}

/* ---------------------------------------------------------------------------
   Benefits Bar
   --------------------------------------------------------------------------- */
.benefits-bar {
	background-color: #333;
	text-align: center;
}

.benefits-bar h3 {
	color: #deb666;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.benefits-bar p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	margin-bottom: 0;
	letter-spacing: 0.5px;
}

/* ---------------------------------------------------------------------------
   Brand / Welcome
   --------------------------------------------------------------------------- */
.brand-welcome h2 {
	color: #474747;
	margin-bottom: 5px;
}

.brand-welcome h4 {
	color: #474747;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	margin-bottom: 25px;
}

.brand-welcome-content {
	line-height: 1.8;
	color: #474747;
}

.brand-welcome-content p {
	margin-bottom: 15px;
}

/* Brand info card (right column) */
.brand-welcome .brand-info {
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brand-welcome .brand-info .inner {
	padding: 30px;
}

.brand-welcome .brand-info .content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.brand-welcome .brand-info .content > img {
	max-width: 120px;
	margin-bottom: 15px;
}

.brand-welcome .brand-info .stars {
	margin: 10px 0;
	font-size: 18px;
}

.brand-welcome .brand-info .stars i {
	color: #c5a96c;
	margin: 0 2px;
}

.brand-welcome .brand-info .brand-tagline {
	font-size: 14px;
	color: #474747;
	margin-top: 5px;
	margin-bottom: 15px;
}

.brand-welcome .brand-info .brand-awards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 10px;
}

.brand-welcome .brand-info .brand-awards img {
	width: 75px;
	height: 75px;
	object-fit: contain;
}

/* ---------------------------------------------------------------------------
   Services Carousel
   --------------------------------------------------------------------------- */
.acf-services-section {
	background: #F5F3F0;
}

.acf-services-section .container {
	margin-bottom: 40px;
}

.acf-services-section .services {
	padding: 0 15px;
}

.acf-services-section .services figure {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.acf-services-section .services figure img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

/* Services thumbs — flex column to match carousel image height */
.services .owl-thumbs {
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
}

.services .owl-thumb-item {
	flex: 1;
	align-items: center;
	margin-bottom: 0 !important;
	border-radius: 4px;
}

/* Services thumb items — override parent defaults for icon sizing */
.services .owl-thumb-item .icon {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
}

.services .owl-thumb-item .icon img {
	max-width: 50px;
	max-height: 50px;
	width: auto;
	height: auto;
}

.services .owl-thumb-item .details {
	flex: 1;
	min-width: 0;
	padding-right: 10px;
}

.services .owl-thumb-item .details h5 {
	font-size: 17px;
	margin-bottom: 3px;
}

.services .owl-thumb-item .details p {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 0;
}

/* Active thumb state — white text on dark background, keep icon visible */
.services .owl-thumb-item.active .details p {
	color: rgba(255, 255, 255, 0.85);
}

.services .owl-thumb-item.active .icon .icon-normal {
	display: block !important;
}

/* Heading + carousel alignment: stretch columns to equal height */
.acf-services-section .services .row {
	align-items: stretch;
}

.acf-services-section .services .row > [class*="col-"] {
	display: flex;
	flex-direction: column;
}

.acf-services-section .services .owl-carousel {
	flex: 1;
}

/* ---------------------------------------------------------------------------
   Room Grid / Carousel
   --------------------------------------------------------------------------- */
.acf-rooms-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 30px;
}

.acf-rooms-header h2 {
	margin-bottom: 5px;
}

.acf-rooms-header h4 {
	color: #474747;
	font-weight: 400;
	margin-bottom: 0;
}

.acf-rooms-section .view-all {
	display: inline-block;
	color: #1a1a2e;
	font-weight: 600;
	white-space: nowrap;
	transition: color 0.3s;
}

.acf-rooms-section .view-all:hover {
	color: #c5a96c;
}

.acf-rooms-section .view-all i {
	margin-left: 5px;
}

/* Room carousel navigation */
.acf-rooms-section .owl-nav {
	position: absolute;
	top: -60px;
	right: 0;
}

.acf-rooms-section .owl-nav button {
	width: 40px;
	height: 40px;
	border: 1px solid #ddd !important;
	border-radius: 50% !important;
	background: #fff !important;
	margin-left: 8px;
	transition: all 0.3s;
}

.acf-rooms-section .owl-nav button:hover {
	background: #1a1a2e !important;
	border-color: #1a1a2e !important;
	color: #fff;
}

.acf-rooms-section .owl-nav button i {
	font-size: 18px;
}

/* Room items within carousel */
.acf-rooms-section .room-item {
	margin-bottom: 0;
}

.acf-rooms-section .room-item figure {
	border-radius: 4px;
	overflow: hidden;
}

.acf-rooms-section .room-item figure img {
	width: 100%;
	height: auto;
	transition: transform 0.4s;
}

.acf-rooms-section .room-item:hover figure img {
	transform: scale(1.05);
}

/* ---------------------------------------------------------------------------
   Map & Contact
   --------------------------------------------------------------------------- */
.acf-map-contact-section {
	background: #F5F3F0;
}

.acf-map-contact-section .container {
	margin-bottom: 40px;
}

.acf-map-contact-section .acf-map-wrapper {
	height: 100%;
	min-height: 400px;
}

.acf-map-contact-section .acf-leaflet-map {
	min-height: 400px;
	height: 100%;
}

/* Leaflet popup styling */
.acf-leaflet-map .leaflet-popup-content {
	font-family: inherit;
	font-size: 14px;
	line-height: 1.5;
	color: #32353c;
}

.acf-map-contact-section .eth-contact-info {
	padding: 40px 30px;
	height: 100%;
	display: flex;
	align-items: center;
}

.acf-map-contact-section .eth-contact-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.acf-map-contact-section .eth-contact-info ul li {
	margin-bottom: 20px;
}

.acf-map-contact-section .eth-contact-info ul li:last-child {
	margin-bottom: 0;
}

.acf-map-contact-section .eth-contact-info ul li a,
.acf-map-contact-section .eth-contact-info ul li .contact-item {
	display: flex;
	align-items: center;
	color: #32353c;
	text-decoration: none;
	transition: color 0.3s;
}

.acf-map-contact-section .eth-contact-info ul li a:hover {
	color: #c5a96c;
}

.acf-map-contact-section .eth-contact-info .icon {
	color: #1a1a2e;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 15px;
	font-size: 18px;
	font-size: 14px;
}

.acf-map-contact-section .eth-contact-info .title {
	font-size: 15px;
	line-height: 1.5;
}

/* ---------------------------------------------------------------------------
   Restaurant Menu
   --------------------------------------------------------------------------- */
.menu-section-heading {
	text-align: center;
	margin-bottom: 30px;
}

.menu-category-title {
	margin-top: 25px;
	margin-bottom: 15px;
	color: #32353c;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
}

.acf-restaurant-menu-section .eth-restaurant-menu {
	margin-bottom: 20px;
}

.acf-restaurant-menu-section .restaurant-menu-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #eee;
}

.acf-restaurant-menu-section .restaurant-menu-item:last-child {
	border-bottom: none;
}

.acf-restaurant-menu-section .restaurant-menu-item .info {
	width: 100%;
	padding: 0;
}

/* ---------------------------------------------------------------------------
   FAQ Accordion
   --------------------------------------------------------------------------- */
.acf-faq-items {
	max-width: 800px;
	margin: 30px auto 0;
}

.acf-faq-item {
	border: 1px solid #eee;
	border-radius: 4px;
	margin-bottom: 10px;
	overflow: hidden;
}

.acf-faq-question {
	padding: 15px 20px;
	cursor: pointer;
	transition: background 0.2s;
}

.acf-faq-question:hover {
	background: #F5F3F0;
}

.acf-faq-question h5 {
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
}

.acf-faq-question i {
	transition: transform 0.3s;
	color: #c5a96c;
	font-size: 14px;
	flex-shrink: 0;
	margin-left: 15px;
}

.acf-faq-item.active .acf-faq-question i {
	transform: rotate(180deg);
}

.acf-faq-answer {
	padding: 0 20px 15px;
	color: #474747;
	line-height: 1.8;
}

/* ---------------------------------------------------------------------------
   Image Gallery
   --------------------------------------------------------------------------- */
.acf-image-gallery h2 {
	margin-bottom: 25px;
}

.acf-image-gallery .gallery-item img {
	border-radius: 4px;
	width: 100%;
}

.acf-image-gallery .gallery-carousel .gallery-item {
	padding: 0 5px;
}

.acf-image-gallery .gallery-content {
	color: #474747;
	line-height: 1.8;
	margin-bottom: 25px;
}

.acf-image-gallery .gallery-content p {
	margin-bottom: 15px;
}

.acf-image-gallery .owl-nav {
	text-align: center;
	margin-top: 20px;
}

.acf-image-gallery .owl-nav button {
	width: 40px;
	height: 40px;
	border: 2px solid #333 !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: #333;
	margin: 0 5px;
	transition: all 0.3s;
}

.acf-image-gallery .owl-nav button:hover {
	background: #1a1a2e !important;
	border-color: #1a1a2e !important;
	color: #fff;
}

.acf-image-gallery .owl-nav button i {
	font-size: 18px;
	color: inherit;
}

/* ---------------------------------------------------------------------------
   Text 2 Columns
   --------------------------------------------------------------------------- */
.acf-text-two-columns h2 {
	color: #474747;
	margin-bottom: 25px;
}

.acf-text-two-columns .row {
	gap: 40px 0;
}

.acf-text-two-columns .col-lg-6 {
	padding-left: 30px;
	padding-right: 30px;
}

.t2c-content {
	color: #474747;
	line-height: 1.8;
}

.t2c-content p {
	margin-bottom: 15px;
}

.t2c-content a {
	text-decoration: underline;
}

.t2c-content a:hover {
	color: #c5a96c;
}

@media (max-width: 991px) {
	.acf-text-two-columns .col-lg-6 + .col-lg-6 {
		margin-top: 25px;
	}
}

/* ---------------------------------------------------------------------------
   Links + Text
   --------------------------------------------------------------------------- */
.acf-links-text h2 {
	color: #474747;
	margin-bottom: 25px;
}

.links-text-content {
	color: #474747;
	line-height: 1.8;
}

.links-text-content p {
	margin-bottom: 15px;
}

.links-text-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.links-text-links li {
	display: flex;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 15px;
	color: #474747;
}

.links-text-links li:last-child {
	border-bottom: none;
}

.links-text-links li i {
	color: #c5a96c;
	width: 24px;
	text-align: center;
	margin-right: 12px;
	flex-shrink: 0;
}

.links-text-links li a {
	color: #474747;
	text-decoration: none;
	transition: color 0.2s;
}

.links-text-links li a:hover {
	color: #c5a96c;
}

/* ---------------------------------------------------------------------------
   Image + Text
   --------------------------------------------------------------------------- */
.acf-image-text h2 {
	color: #474747;
	margin-bottom: 30px;
}

.image-text-image img {
	width: 100%;
	border-radius: 4px;
}

.image-text-content {
	color: #474747;
	line-height: 1.8;
}

.image-text-content p {
	margin-bottom: 15px;
}

.image-text-content h3,
.image-text-content h4 {
	color: #474747;
	margin-bottom: 10px;
}

.image-text-content a {
	text-decoration: underline;
}

.image-text-content a:hover {
	color: #c5a96c;
}

@media (max-width: 991px) {
	.acf-image-text .image-text-image {
		margin-bottom: 25px;
	}
}

/* ---------------------------------------------------------------------------
   Front-page specific: hide Elementor artifacts when both systems coexist
   --------------------------------------------------------------------------- */
body.page-template-default.home .elementor,
body.home .eb-search-page {
	display: none;
}

/* ---------------------------------------------------------------------------
   Responsive
   --------------------------------------------------------------------------- */
@media (max-width: 991px) {
	.hero-slide,
	.hero-slideshow {
		min-height: 450px;
	}

	.hero-heading-overlay h1 {
		font-size: 32px;
	}

	.hero-heading-overlay p {
		font-size: 16px;
	}

	.hero-slide-content {
		bottom: 20px;
		left: 20px;
	}

	.hero-slide-text {
		font-size: 26px;
	}

	.acf-sections > .brand-welcome {
		padding: 50px 0;
	}

	.brand-welcome .brand-info {
		margin-top: 30px;
	}

	.acf-map-contact-section .acf-leaflet-map,
	.acf-map-contact-section .acf-map-wrapper {
		min-height: 300px;
	}

	.hero-map-canvas {
		height: 350px;
	}

	.acf-map-contact-section .eth-contact-info {
		padding: 30px 20px;
	}

	.acf-rooms-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.acf-rooms-section .view-all {
		margin-top: 10px;
	}
}

/* Booking form at tablet — fields may stack, ensure gap */
@media (max-width: 1199px) and (min-width: 768px) {
	.hero-booking-form .eb-horizontal-search-form .eb-form-fields {
		gap: 10px;
	}

	.hero-booking-form .eb-btn-search-form {
		white-space: nowrap;
	}
}

@media (max-width: 767px) {
	.hero-slide,
	.hero-slideshow {
		min-height: 500px;
	}

	.hero-heading-overlay h1 {
		font-size: 24px;
	}

	.hero-slide-content {
		bottom: 15px;
		left: 15px;
	}

	.hero-slide-text {
		font-size: 20px;
	}

	.hero-booking-form {
		position: absolute;
		bottom: 30px;
		left: 5%;
		width: 90%;
		transform: none;
		padding: 0;
	}

	.hero-booking-form .eb-horizontal-search-form .eb-form-fields {
		display: flex !important;
		flex-direction: column;
		grid-auto-flow: unset;
		gap: 10px;
	}

	.hero-booking-form .eb-horizontal-search-form .eb-form-fields > * {
		width: 100% !important;
		min-width: 0;
	}

	.hero-booking-form .eb-horizontal-search-form .eb-field-group {
		width: 100% !important;
	}

	.hero-booking-form .eb-btn-search-form {
		width: 100% !important;
	}

	.acf-sections > section {
		padding: 40px 0;
	}
}

/* ---------------------------------------------------------------------------
   Safe-area insets for notched devices (iPhone X+)
   --------------------------------------------------------------------------- */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
	/* Mobile menu panel — prevent last items being hidden by home indicator */
	.mm-panels {
		padding-bottom: env(safe-area-inset-bottom);
	}

	/* Fixed/sticky header on mobile */
	header.mobile-header.header-fixed-top {
		padding-top: env(safe-area-inset-top);
	}

	/* Page footer — breathing room above home indicator */
	.footer {
		padding-bottom: env(safe-area-inset-bottom);
	}
}
