/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.accomodation-btn {
    text-align: end;
}
.elementor-icon-list-item .elementor-icon-list-text:hover {
    color: #FFC515 !important;
}
.elementor-icon-list-item.active .elementor-icon-list-text {
    color: #FFC515 !important;
    font-weight: 600;
}

/*--------------------------------------Booking Form----------------------------------*/

.containerrr>header {
	width: 100%;
	max-width: 69em;
	margin: 0 auto;
	padding: 2.875em 1.875em 1.875em;
}

.containerrr>header h1 {
	font-size: 2.125em;
	line-height: 1;
	margin: 0 0 0.2em 0;
	float: left;
	font-weight: 400;
}

.containerrr>header>span {
	display: block;
	position: relative;
	z-index: 9999;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.containerrr>header>span span:after {
	width: 30px;
	height: 30px;
	left: -12px;
	font-size: 50%;
	top: -8px;
	font-size: 75%;
	position: relative;
}

.containerrr>header>span span:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 110%;
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #47a3da;
	background: #fff;
}

.containerrr>header nav {
	float: right;
	text-align: center;
}

.containerrr>header nav a {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 2.5em;
	height: 2.5em;
	background: #47a3da;
	border-radius: 50%;
	margin: 0 0.1em;
	border: 4px solid #fff;
}

.containerrr>header nav a>span {
	display: none;
}

.containerrr>header nav a:hover:before {
	content: attr(data-info);
	color: #fff;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	pointer-events: none;
}

.containerrr>header nav a:hover {
	background: #fff;
}

.bp-icon:after {
	font-family: 'jost';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.arrival, .departure{
    background-image: url("https://erevmaxwebsolutions.com/al-smou-hotel/wp-content/uploads/2026/09/calendar-small.svg")!important;
    background-repeat: no-repeat!important;
    background-position: right 15px center!important;
    background-size: 20px 20px!important;
    padding-right: 45px!important;
	cursor: pointer;
}

.containerrr>header nav .bp-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 2;
	text-indent: 0;
}

.containerrr>header nav a:hover:after {
	color: #47a3da;
}

.bp-icon-next:after {
	content: "\e000";
}

.bp-icon-drop:after {
	content: "\e001";
}

.bp-icon-archive:after {
	content: "\e002";
}

.bp-icon-about:after {
	content: "\e003";
}

.bp-icon-prev:after {
	content: "\e004";
}

.main {
	width: 100%;
	/*padding: 0 2em 3em;*/
	max-width: 100em;
}

@media screen and (max-width: 55em) {
	.containerrr>header h1, .containerrr>header nav {
		float: none;
	}

	.containerrr>header>span, .containerrr>header h1 {
		text-align: center;
	}

	.containerrr>header nav {
		margin: 0 auto;
	}

	.containerrr>header>span {
		text-indent: 30px;
	}
}

/* --------------------------------------------------------
CSS for columns / fields
----------------------------------------------------------*/

  .kids-group {
            position: relative;
        }

        .kids-age-dropdown {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background: #fff;
            border: 1px solid #ddd;
            margin-top: 6px;
            padding: 10px;
            z-index: 20;
        }

        .kids-age-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 8px;
        }

        .kids-age-row:last-child {
            margin-bottom: 0;
        }

        .kids-age-row span {
            font-size: 13px;
        }

        .age-counter {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .age-counter input {
            width: 50px;
            height: 32px;
            text-align: center;
            border: 1px solid #ddd;
            pointer-events: none;
        }

        .age-counter .age-controls {
            display: flex;
            flex-direction: column;
        }

        .age-controls span {
            font-size: 10px;
            cursor: pointer;
            user-select: none;
        }

        .booking-wrapper {
            max-width: 100%;
            width: 100%;
            margin: auto;
            background: #34332A;
            padding: 0px 18px 10px;
            /* box-shadow: 0 4px 21px rgba(0, 0, 0, 0.12); */
            filter: none;
            overflow: visible;
        }

        .booking-form {
            display: grid;
            grid-template-columns: 1.4fr 1.4fr 1fr 1fr auto;
            gap: 12px;
            align-items: end;
        }

        .field-group {
            display: flex;
            flex-direction: column;
            flex: 1;
            min-width: 160px;
        }

        .field-group.small {
            max-width: 100%;
        }

        .field-group label {
            font-size: 15px;
            margin-bottom: 6px;
            color: #ffffff;
        }

        /* Date input */
        .date-wrapper {
            position: relative;
        }

        .date-wrapper input {
        	border-radius: 0;
            width: 100%;
			background: #F1F0F0;
            padding: 8px 38px 8px 10px;
            border: 1px solid #ddd;
            font-size: 14px;
        }

        /* Hide native calendar icon (Chrome / Edge) */
        .date-wrapper input::-webkit-calendar-picker-indicator {
            opacity: 0;
            cursor: pointer;
        }

        /* Custom calendar icon */
        .date-icon {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            width: 18px;
            height: 18px;
            cursor: pointer;
            fill: #666;
        }

        .date-icon:hover {
            fill: #000;
        }

        /* Counter input */
        .counter-wrapper {
            position: relative;
        }

        .counter-wrapper input {
        	border-radius:0;
            width: 100%;
            padding: 8px 48px 8px 10px;
            border: 1px solid #ddd;
            font-size: 14px;
            background: #F1F0F0;
            pointer-events: none;
        }

        /* Chevron container */
        .counter-controls {
            position: absolute;
            right: 6px;
            top: 50%;
            transform: translateY(-50%);
            width: 26px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .counter-controls span {
            font-size: 10px;
            line-height: 12px;
            cursor: pointer;
            color: #666;
            user-select: none;
        }

        .counter-controls span:hover {
            color: #000;
        }

        /* Button */
        .button-group button {
            height: 38px;
			border-radius: 0;
            padding: 0 26px;
            border: none;
			background: #ffffff;
            font-family :"Jost";
			font-weight : 600;
            color: #000;
            font-size: 12px;
            font-weight: 500;
            cursor: pointer;
        }

        .button-group button:hover,
        .button-group button:focus,
        .button-group button:active {
            background: #ffffff;
			color: #000;
        }

@media screen and (max-width: 70em) {
/* 	.book-col-column {
		width: 50%;
	} */
/* 
	.book-col-column:nth-child(3) {
		width: 100%;
	} */
}

@media screen and (max-width: 48em) {
	.translated-rtl .btn-rooms {
    text-align: center;
}
	.book-col-column {
		width: 100%;
		padding: 10px;
	}
	.unhide {
		right: 20px;
		padding: 13px;
	}
}

#ui-datepicker-div {
	display: none;
}

#hotel .selectgroup {
	color: #5E5E5E !important;
}

.ui-widget {
	font-family: "Jost" !important;
	font-size: 1.0em;
}
/*------------------------------------Booking Form End---------------------------*/
