/* === Hero Section Base === */
.hero-section {
	position: relative;
	height: 100vh;
	padding-top: 114px;
	z-index: 2;
	overflow: hidden;
}

.hero-section .banner-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-section .banner-slider.nav-center .owl-nav button.owl-prev {
	left: 20px;
}

.hero-section .banner-slider.nav-center .owl-nav button.owl-next {
	right: 20px;
}

.hero-section .banner-slider .owl-stage-outer,
.hero-section .banner-slider .owl-item,
.hero-section .banner-slider .owl-stage {
	height: 100%;
}

.hero-section .banner-slider .outer-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
}

.hero-section .banner-slider figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

.hero-section .banner-slider figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hero-section .banner-slider figure::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.hero-section .banner-slider .slider-content {
	position: relative;
	z-index: 1;
	color: #fff;
	max-width: 950px;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid #AE7D54;
	backdrop-filter: blur(20px);
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.hero-section .banner-slider .slider-content h2 {
	font-size: 50px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
}

.hero-section .banner-slider .slider-content p {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.hero-section {
		height: 100%;
		padding-top: 350px;
		padding-bottom: 0;
	}

	.hero-section .banner-slider .slider-content {
		padding: 40px;
		display: none;
	}

	.hero-section .banner-slider .slider-content h2 {
		font-size: 36px;
	}

	.hero-section .banner-slider .slider-content p {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.hero-section .banner-slider .slider-content {
		max-width: 90%;
		padding: 20px;
	}

	.hero-section .banner-slider .slider-content h2 {
		font-size: 24px;
	}

	.hero-section .banner-slider .slider-content p {
		font-size: 14px;
	}

	.hero-section .container {
		position: relative !important;
		left: 0 !important;
		bottom: 0 !important;
		transform: none !important;
	}

	.hero-section .banner-slider {
		height: 400px;
	}

	.hero-section .banner-form.card {
		background-color: #ffffff;
	}

	.hero-section .banner-form .form-info .form-item {
		color: #4E5561;
		font-size: 14px;
	}

	.hero-section .banner-form .form-info .form-item .form-control {
		color: #4E5561;
		font-size: 16px;
	}

	@media (max-width: 575.98px) {
    .hero-section .banner-form .form-info {
        flex-direction: column;
		gap: 5px;
    }
}
}

.hero-section .container {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.hero-section .hero-content {
	position: relative;
	z-index: 1;
	text-align: center;
}


.banner-form.card {
	margin-bottom: 1.5rem;
	background: rgba(255, 255, 255, 0.05);
	transition: all 0.5s ease-in-out;
	position: relative;
	border-radius: 10px;
	border: 1px solid #E4EBF1;
	box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
	backdrop-filter: blur(20px);
	color: inherit;
}

.banner-form.card .card-header {
	border-color: #E7EDF2;
	position: relative;
	background: transparent;
	padding: 1rem 1.25rem 1rem;
}

.banner-form .nav {
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow: auto;
	scrollbar-width: thin;
}

.banner-form .nav li {
	margin-right: 8px;
}

.banner-form .nav li .nav-link {
	font-weight: 500;
	color: #ffffff;
	border-radius: 74px;
	padding: 8px 16px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner-form .nav li .nav-link.current,
.banner-form .nav li .nav-link:hover {
	color: var(--tts-buttton-txt);
	background: var(--tts-buttton-bg);
}

.banner-form .form-info {
	border: 1px solid #E4EBF1;
	border-radius: 4px;
	width: 100%;
}

.banner-form .form-info .form-label {
	font-weight: 500;
	color: #4E5561;
}

.banner-form .form-info .form-item .form-control {
	font-size: 20px;
	font-weight: 600;
	padding: 0;
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	min-height: 32px;
	color: #ffffff;
	line-height: 1.6;
}

.banner-form .form-info .form-item {
	flex: 1;
	text-align: left;
	padding: 8px;
	border-left: 1px solid #E4EBF1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	flex-direction: column;
	color: #ffffff;
}

.banner-form .form-info .form-item .form-control::placeholder {
	color: rgb(255, 255, 255);
	opacity: 1;
}


.banner-form .form-info .form-item:first-child {
	border-left: 0;
}

.banner-form .search-btn {
	padding: 20px;
	margin-left: 24px;
	border: 1px solid var(--tts-buttton-bg);
	color: var(--tts-buttton-txt);
	background: var(--tts-buttton-bg);
}


/*calendar*/
.ui-widget.ui-widget-content.calendarOuter {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	list-style: none;
	overflow-y: auto;
	font-family: inherit !important;
}

.calendarOuter .ui-widget-header .ui-icon {
	background-image: unset;
}

.ui-datepicker.calendarOuter .ui-widget-header {
	background: var(--tts-buttton-bg);
	color: var(--tts-buttton-txt);
	border: none;
	border-radius: 8px;
}

.ui-datepicker.calendarOuter .ui-datepicker-prev::after {
	content: "\f100";
	top: 5px;
	left: 5px;
	position: absolute;
	font-family: "Font Awesome 6 Pro";
	color: #fff;
}

.ui-datepicker.calendarOuter .ui-datepicker-next::after {
	content: "\f101";
	top: 5px;
	right: 5px;
	position: absolute;
	font-family: "Font Awesome 6 Pro";
	color: #fff;
}

.ui-datepicker.calendarOuter .ui-datepicker-header .ui-corner-all,
.ui-datepicker.calendarOuter .ui-datepicker-header .ui-state-hover {
	cursor: pointer;
	border: 0;
	background: none;
	font-weight: 600;
	top: 0px;
}

.ui-datepicker.calendarOuter td span,
.ui-datepicker.calendarOuter td a {
	display: block;
	padding: 0.2em;
	text-align: center;
	text-decoration: none;
}

.calendarOuter .ui-state-default,
.ui-widget-content.calendarOuter .ui-state-default {
	border: none;
	border-radius: 8px;
}

.calendarOuter.ui-state-highlight,
.ui-widget-content.calendarOuter .ui-state-highlight {
	border: none;
	background: var(--tts-buttton-bg1);
	color: var(--tts-buttton-txt1);
}

.calendarOuter .ui-state-active,
.ui-widget-content.calendarOuter .ui-state-active {
	background: var(--tts-buttton-bg);
	color: var(--tts-buttton-txt);
}



/* UI Autocomplete */
.ui-autocomplete.tts-autocomplete {
	position: absolute;
	z-index: 9999;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	list-style: none;
	overflow-y: auto;
	font-family: inherit !important;
}

/* Menu item wrapper */
.tts-autocomplete .ui-menu-item-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 12px 16px;
	width: 100%;
	font-size: 14px;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
	border-bottom: 1px solid #f0f0f0;
}

/* Left section with city and airport code */
.tts-autocomplete .dest_left {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: inherit !important;
}

.dest_left .city {
	font-weight: bold;
	font-family: inherit !important;
}

.dest_left .airpotcode {
	font-size: 12px;
	font-family: inherit !important;
}

/* Right section with airport code and flag */
.tts-autocomplete .ui-menu-item-wrapper div:last-child {
	display: flex;
	align-items: center;
	gap: 8px;
}

.tts-autocomplete .aircode {
	font-size: 12px;
	font-family: inherit !important;
}

.tts-autocomplete .flag {
	width: 20px;
	height: 15px;
	border-radius: 2px;
	background-repeat: no-repeat;
	display: inline-block;
	background-image: url(../../../webroot/img/country-flag.png);
	position: relative;
}

/* Scrollbar Styling */
.tts-autocomplete::-webkit-scrollbar {
	width: 6px;
}

.tts-autocomplete::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 3px;
}

.tts-autocomplete::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}

/* Datepicker specific styles */
.tts-autocomplete.ui-datepicker .ui-datepicker-header .ui-corner-all,
.tts-autocomplete.ui-datepicker .ui-datepicker-header .ui-state-hover {
	cursor: pointer;
	border: 0;
	background: none;
	font-weight: 600;
	top: 3px;
}

/* Datepicker day styling */
.tts-autocomplete.ui-datepicker td span,
.tts-autocomplete.ui-datepicker td a {
	display: block;
	padding: 0.2em;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
}

/* Highlight and active states */
.tts-autocomplete .ui-state-highlight,
.tts-autocomplete.ui-widget-content .ui-state-highlight {
	border: none;
	background: var(--tts-buttton-bg1);
	color: var(--tts-buttton-txt1);
}

.tts-autocomplete .ui-state-active,
.tts-autocomplete.ui-widget-content .ui-state-active {
	background: var(--tts-buttton-bg);
	color: var(--tts-buttton-txt);
}

.tts-autocomplete .ui-state-active:hover,
.tts-autocomplete.ui-widget-content .ui-state-active:hover {
	background: var(--tts-buttton-bg);
	color: var(--tts-buttton-txt);
}



@media screen and (max-width: 480px) {
	.banner-form .search-btn {
		margin-left: 0;
	}

	.banner-form.card .card-header {
		padding: 0.5rem 1rem;
	}

	.banner-form .nav li {
		margin-right: 0;
	}

	.banner-form .form-info .form-item .form-control::placeholder {
		color: #4E5561;
		opacity: 1;
	}

	.hero-section .banner-form .nav li .nav-link {
		color: #4E5561;
		font-size: 14px;
		padding: 5px 10px;
	}

	.hero-section .banner-form .nav li .nav-link.current,
	.banner-form .nav li .nav-link:hover {
		color: #ffffff;
	}
}