body {
	font-family: "Poppins", sans-serif !important;
}
.form-check-input {
	margin-top: 6px;
}
.slide-and-view-btn-grp.style-3 {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 35px;
	padding: 35px 70px 0;
}
.slide-and-view-btn-grp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.slide-and-view-btn-grp .slider-btn-grp3 .slider-btn {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
}
.slide-and-view-btn-grp.style-3 .slider-btn-grp3 {
	justify-content: space-between;
}
.slide-and-view-btn-grp .slider-btn-grp3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
}
.slide-and-view-btn-grp .slider-btn-grp3 .slider-btn i {
	color: var(--primary-color1);
	line-height: 1;
	transition: 0.5s;
}
.slide-and-view-btn-grp .slider-btn-grp3 .slider-btn span {
	color: var(--primary-color1);
	font-family: var(--font-rubik);
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-decoration: underline;
	text-transform: capitalize;
	display: inline-block;
	transition: 0.5s;
}
.toast-container {
	position: fixed;
	top: 1rem;
	right: 1rem;
	z-index: 1080;
}
.home1-banner-bottom label {
	color: #2d6c75 !important;
}
.searchContainer {
	opacity: 0;
}
.SearchForm {
	position: relative;
	z-index: 111;
}
.SearchForm .nav-link {
	display: flex;
	padding-top: 0;
	height: 100%;
	flex-direction: column;
	gap: 6px;
	font-size: 15px;
	line-height: 18px;
	align-items: center;
	font-weight: 400;
}
.SearchForm .nav-link.active {
	font-weight: 500;
}
.SearchForm .nav-underline .nav-link {
	border-width: 3px;
}
.SearchForm .nav-link svg {
	width: 34px;
	height: 34px;
	display: flex;
}
.navwrapper {
	max-width: 90%;
	gap: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 30px;
	background: #fff;
	border-radius: 8px;
	position: relative;
	z-index: 1;
}
.SearchResult {
	margin-bottom: 34px;
	padding: 69px 20px 0px 20px;
	background-color: #fff;
	border-radius: 8px;
	position: relative;
	margin-top: -55px;
	z-index: 0;
}
.SubmitButtonWrapper {
	bottom: -24px;
	position: relative;
	text-align: center
}
.SubmitButton {
	border-radius: 34px;
	box-shadow: 0 1px 7px 0 rgb(0 0 0 / 20%);
	flex-shrink: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	padding: 10px 40px;
	cursor: pointer;
	outline: 0;
	border: 0;
	text-align: center;
	letter-spacing: 2px;
	background-color: #2d6c75;
}
.FormMain {
	display: flex;
	border: 1px solid #e7e7e7;
}
.FormMain>* {
	flex: 1;
}
.SelectInputWrapper {
	display: flex;
	width: 60%;
	flex: 0 0 60%;
}
.SelectInput {
	padding: 10px 20px 18px 20px;
	display: flex;
	flex-direction: column;
	width: 50%;
	border-right: 1px solid #e7e7e7;
}
.SelectInput .select2-container .select2-selection--single {
	background-color: #fff;
	border: none;
	border-radius: 0;
	height: auto;
}
.SelectInput .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}
.SelectInput .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
}
.CstmSelect.select2-dropdown {
	border: 1px solid #cbcbcb !important;
}
.CstmSelect .select2-results__option {
	padding: 5px 10px;
	margin-bottom: 5px;
}
.CstmSelect .select2-search__field {
	border: none !important;
}
.CstmSelect .select2-search__field::placeholder {
	font-size: 16px;
	font-weight: 600;
}
.CstmSelect .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #73737336;
}
.DateInput {
	border-right: 1px solid #e7e7e7;
}
.DateInput,
.Traveller-Class {
	padding: 10px 20px 18px 20px;
}
.formlbl {
	font-size: 14px;
	font-weight: 400;
	color: #4a4a4a;
	margin-bottom: 10px;
	display: block;
	line-height: 20px;
}
.date-box {
	width: 180px;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
	cursor: pointer;
	user-select: none;
}
.date-label {
	font-size: 14px;
	color: #0071c2;
	margin-bottom: 6px;
	font-weight: 500;
}
.big-date {
	font-size: 26px;
	font-weight: 700;
	color: #000;
	line-height: 22px;
}
.big-date span {
	font-size: 22px;
	line-height: 22px;
	font-weight: 400;
}
.weekday {
	font-size: 14px;
	line-height: 14px;
	color: #4a4a4a;
	margin-top: 6px;
}
.flatpickr-calendar {
	font-size: 14px;
}
.Travellers {
	font-size: 26px;
	font-weight: 700;
	color: #000;
	line-height: 22px;
}
.Travellers span {
	font-size: 22px;
	line-height: 22px;
	font-weight: 400;
}
.TravelClass {
	font-size: 14px;
	line-height: 14px;
	color: #4a4a4a;
	margin-top: 6px;
}
.Traveller-Class .dropdown-toggle::after {
	display: none
}
.Traveller-Class .dropdown-menu {
	width: 680px;
	right: 0 !important;
}
.dropdownlabel {
	font-size: 12px;
	line-height: 12px;
	color: #000;
	font-weight: 600;
}
.dropdownlabel span {
	margin-top: 5px;
	color: #9b9b9b;
	font-weight: 700;
}
.RadioWrapper {
	display: flex;
	gap: 0;
	flex-wrap: wrap;
}
.RadioItem .btn {
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 36px;
	height: 36px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #4a4a4a;
}
.RadioItem.fitradio .btn {
	width: fit-content;
	height: auto;
	padding: 10px 15px;
}
.RadioItem .btn-check:checked+.btn,
.RadioItem .btn.active,
.RadioItem .btn.show,
.RadioItem .btn:first-child:active,
:not(.btn-check)+.btn:active {
	border-color: #2d6c75;
	background: #2d6c75;
	color: #fff;
}
.Traveller-Class .SubmitButton {
	letter-spacing: 0;
	font-weight: 500;
	font-size: 14px;
	padding: 4px 25px;
}
.lab {
	font-size: 15px;
	color: #4a4a4a
}
.DateInput.disabled {
	opacity: 0.5;
	pointer-events: none;
	cursor: not-allowed;
}
.RadioSpecial .btn {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 12px;
	border: 1px solid #d8d8d8;
}
.RadioSpecial .radioTitle {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: #4a4a4a;
}
.RadioSpecial .radioDec {
	font-size: 12px;
	line-height: 12px;
	color: #757575;
}
.RadioSpecial .btn-check:checked+.btn .radioTitle {
	color: #2d6c75;
}
.SelValHead {
	display: flex;
	gap: 10px;
}
.SelValTxt {
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	color: #000;
}
.SelValCode {
	font-size: 14px;
	line-height: 14px;
	color: #747474;
	font-weight: 500;
}
.SelValName {
	font-size: 12px;
	line-height: 14px;
	color: #9b9b9b;
}
.TemplateName {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	color: #000;
}
.TemplateBottom {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #4a4a4a;
	margin-top: 6px;
}
#priceRange {
	-webkit-appearance: none;
	width: 100%;
	height: 6px;
	background: #ddd;
	border-radius: 10px;
	outline: none;
}
#priceRange::-webkit-slider-runnable-track {
	height: 6px;
	background: linear-gradient(to right, #2d6c75, #2d6c75);
	border-radius: 10px;
}
#priceRange::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	background: #2d6c75;
	border-radius: 50%;
	cursor: pointer;
	border: 2px solid #fff;
	margin-top: -7px;
}
#priceRange::-moz-range-track {
	height: 6px;
	background: #2d6c75;
	border-radius: 10px;
}
#priceRange::-moz-range-thumb {
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #2d6c75;
	cursor: pointer;
}
.nav-link,
a {
	color: #2d6c75;
}
.airline-logo-small,
.airline-logo-card,
.airline-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: white;
	border: 1px solid #e2e8f0;
}
.airline-logo-small {
	width: 24px;
	height: 24px;
	border-radius: 4px;
	font-size: 10px;
}
.airline-logo-card {
	width: 40px;
	height: 40px;
	border-radius: 6px;
	font-size: 9px;
}
.flight-card.show {
	opacity: 1;
	transform: translateY(0);
}
.duration-line {
	position: relative;
}
.duration-line:before,
.duration-line:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: -3px;
	background-color: #2d6c75;
}
.duration-line:before {
	left: 0;
}
.duration-line:after {
	right: 0;
}
.slick-prev,
.slick-next {
	width: 30px;
	height: 30px;
	z-index: 1;
}
.slick-prev:before,
.slick-next:before {
	color: #2d6c75;
	font-size: 20px;
}
.slick-prev {
	left: -25px;
}
.slick-next {
	right: -25px;
}
.btn-primary {
	background-color: #2d6c75;
	border-color: #2d6c75;
}
.btn-primary:hover {
	background-color: #a37937;
	border-color: #a37937;
}
.btn-outline-primary {
	color: #2d6c75;
	border-color: #2d6c75;
}
.btn-outline-primary:hover,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	background-color: #2d6c75 !important;
	border-color: #2d6c75 !important;
	color: #fff !important;
}
.btn-outline-primary:hover .extra-small,
.btn-check:checked+.btn .extra-small,
.btn.active .extra-small,
.btn.show .extra-small,
.btn:first-child:active .extra-small,
:not(.btn-check)+.btn:active {
	color: #fff !important;
}
.bg-primary {
	background-color: #2d6c75 !important;
}
.form-check-input:checked {
	background-color: #2d6c75;
	border-color: #2d6c75;
}
.extra-small {
	font-size: 0.7rem;
}
.summary-btn {
	transition: all 0.25s ease;
}
.summary-btn span {
	color: #00352c !important;
}
.summary-btn:hover {
	background-color: #00352c;
	color: #00352c;
	border-color: #00352c;
}
.summary-btn:hover span {
	color: #00352c !important;
}
.summary-btn:focus {
	outline: none;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-button {
	background-color: transparent !important;
	box-shadow: none !important;
}
.airline-item.border-primary.bg-opacity-10 .fw-medium {
	color: #fff !important;
}
.airline-carousel .slick-slide {
	margin: 0 5px;
	box-sizing: border-box;
}
.spinner-border {
	width: 2rem;
	height: 2rem;
	border: .25em solid #dee2e6;
	border-right-color: transparent;
	border-radius: 50%;
	animation: spinner .75s linear infinite;
}

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}

/* Loader CSS */
.sites_loading {
	display: none;
	position: fixed;
	z-index: 99999999999999999;
	height: 2em;
	width: 2em;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.sites_loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.sites_loading:not(:required):after {
	content: '';
	display: block;
	font-size: 18px;
	width: 14px;
	height: 14px;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	box-shadow: #00352c 1.5em 0 0 0, #00352c 1.1em 1.1em 0 0, rgb(0 0 0 / 75%) 0 1.5em 0 0, rgb(0 0 0 / 75%) -1.1em 1.1em 0 0, rgb(0 0 0 / 75%) -1.5em 0 0 0, rgb(0 0 0 / 75%) -1.1em -1.1em 0 0, rgb(0 0 0 / 75%) 0 -1.5em 0 0, rgb(0 0 0 / 75%) 1.1em -1.1em 0 0;
	-webkit-box-shadow: #00352c 1.5em 0 0 0, #00352c 1.1em 1.1em 0 0, #00352c 0 1.5em 0 0, #00352c -1.1em 1.1em 0 0, #00352c -1.5em 0 0 0, #00352c -1.1em -1.1em 0 0, #00352c 0 -1.5em 0 0, #00352c 1.1em -1.1em 0 0;
	box-shadow: #00352c 1.5em 0 0 0, #00352c 1.1em 1.1em 0 0, #00352c 0 1.5em 0 0, #00352c -1.1em 1.1em 0 0, #00352c -1.5em 0 0 0, #00352c -1.1em -1.1em 0 0, #00352c 0 -1.5em 0 0, #00352c 1.1em -1.1em 0 0;
}
.sites_loading:not(:required) {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

/* ================== Animation ================== */

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.summary-card {
	background-color: #f8f9fa;
}
.flight-segment {
	border-bottom: 1px solid #dee2e6;
}
.flight-segment:last-child {
	border-bottom: none;
}
.grand-total {
	font-size: 1.5rem;
	font-weight: bold;
	color: #dc3545;
}
.sign-in-section {
	background-color: #f7f7f7;
	padding: 20px;
	border-radius: .25rem;
	margin-top: 20px;
}
.price-breakup-row {
	display: flex;
	justify-content: space-between;
}
.timer-box {
	background-color: black;
	color: white;
	padding: 5px 10px;
	border-radius: .25rem;
	font-size: 1.5rem;
	font-weight: bold;
}
.summary-panel {
	background-color: #f8f9fa;
	padding: 15px;
}
.flightBadge {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #adb5bd;
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.SelectInput .select2-container .select2-selection--single:focus-visible {
	outline: none;
}
.flight-card {
	border: 1px solid #e2e2e2;
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 25px;
	background: #fff;
}
.flight-card.show {
	opacity: 1;
	transform: translateY(0);
}
.flight-time {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}
.duration {
	font-size: 14px;
	color: #6c757d;
}
.warning-box {
	background: #fff3cd;
	padding: 12px 15px;
	border-left: 4px solid #ff5f5f;
	border-radius: 6px;
	margin-top: 18px;
	font-size: 14px;
}
.price-box h3 {
	margin: 0;
	font-weight: 700;
	color: #333;
}
.flight-section-box {
	background: #f8f9fc;
	border: 1px solid #e4e6ef;
	border-radius: 12px;
	padding: 18px 20px;
	margin-bottom: 15px;
	transition: 0.2s ease-in-out;
}
.flight-section-box:hover {
	background: #eef2ff;
	border-color: #c5c8f3;
}
.section-title {
	background: #4a64f1;
	color: #fff;
	display: inline-block;
	padding: 4px 14px;
	border-radius: 6px;
	font-size: 13px;
	margin-bottom: 12px;
	font-weight: 600;
	letter-spacing: .3px;
}
.airline-logo {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	font-size: 12px;
}
.flightTimes {
	display: flex;
	flex-direction: column;
}
.returnTimes {
	text-align: right;
}
.rulesmodelbtn {
	padding-top: 5px;
	display: inline-block;
}
#passengerBookingForm .form-label {
	font-weight: 600;
	line-height: 12px;
	font-size: 14px;
}
#cancelModify {
	z-index: 99999;
	position: absolute;
	right: 40px;
	top: 15px;
}
.airlineLogoThumb {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.modelSearchLoader {}
.modelSearchLoader .modal-header {
	justify-content: center;
	background-color: #fff;
}
.modelSearchLoader .modal-header img {
	width: 150px;
}
.modelSearchLoader .modal-body {
	text-align: center;
	padding: 30px;
	background-color: #8bd1f224;
}
.modelSearchLoader h2 {
	font-size: 20px;
}
.modelSearchLoader .airplaneload {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 30px;
}

/* Enhanced Styles for Home Page */
.hero-section {
	position: relative;
	width: 100%;
	height: 650px;
}
.hero-bg-slider {
	position: absolute;
	inset: 0;
	z-index: 1;
}
.hero-bg-slider .slide-item {
	width: 100%;
	height: 640px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1);
	transition: transform 6s ease-out;
}
.mainBannerSection .nav-pills .nav-link.active {
	background-color: #2d6c75 !important;
	color: white !important;
}
.hero-bg-slider .slick-current .slide-item {
	transform: scale(1.12);
}
.hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 2;
}
.mainBannerSection .nav-pills .nav-link {
	color: #2d6c75;
	transition: all 0.3s ease;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
}
.SearchForm .card-header {
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
}
.mainBannerSection .nav-pills .nav-link:hover {
	background-color: #f8f9fa;
}
.mainBannerSection .date-input-wrapper .selected-date-compat {
	background-color: #fff;
}
.mainBannerSection .destination-card2:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15) !important;
}
.mainBannerSection .destination-card2:hover .destination-card-img img {
	transform: scale(1.1);
}
.mainBannerSection .feature-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mainBannerSection .feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}
.mainBannerSection .form-select:focus,
.mainBannerSection .form-select:hover {
	border-color: #2d6c75 !important;
	box-shadow: 0 0 0 0.2rem rgba(45, 108, 117, 0.15) !important;
}
.mainBannerSection .date-input-modern .form-select:hover {
	border-color: #2d6c75 !important;
	cursor: pointer;
}
.mainBannerSection .date-input-modern .form-select:focus {
	border-color: #2d6c75 !important;
	box-shadow: 0 0 0 0.2rem rgba(45, 108, 117, 0.15) !important;
}
.mainBannerSection #travellerBtn:hover,
.mainBannerSection #travellerBtn:focus {
	border-color: #2d6c75 !important;
	box-shadow: 0 0 0 0.2rem rgba(45, 108, 117, 0.15) !important;
}
.mainBannerSection input[name="tripType"]:checked+label {
	background: #2d6c75 !important;
	color: white !important;
}
.mainBannerSection input[name="tripType"]+label:hover {
	background: rgba(45, 108, 117, 0.1) !important;
}
.mainBannerSection #adultPlus,
.mainBannerSection #adultMinus,
.mainBannerSection #childPlus,
.mainBannerSection #childMinus,
.mainBannerSection #infantPlus,
.mainBannerSection #infantMinus {
	transition: all 0.3s;
}
.mainBannerSection #adultPlus:hover,
.mainBannerSection #adultMinus:hover,
.mainBannerSection #childPlus:hover,
.mainBannerSection #childMinus:hover,
.mainBannerSection #infantPlus:hover,
.mainBannerSection #infantMinus:hover {
	background-color: #2d6c75 !important;
	color: white !important;
	border-color: #2d6c75 !important;
	transform: scale(1.1);
}
.mainBannerSection button[type="submit"]:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(45, 108, 117, 0.4) !important;
}
.mainBannerSection .select2-container--default .select2-selection--single {
	height: 60px !important;
	border: 2px solid #e0e0e0 !important;
	border-radius: 12px !important;
}
.mainBannerSection .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 60px !important;
	padding-left: 35px !important;
	font-weight: 600 !important;
	font-size: 14px;
}
.mainBannerSection .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 60px !important;
}
.mainBannerSection .select2-container--default.select2-container--open .select2-selection--single {
	border-color: #2d6c75 !important;
}
.mainBannerSection .form-select-lg,
.mainBannerSection .btn-lg {
	font-size: 1rem;
}
.mainBannerSection .select2-container .select2-selection__rendered .SelVal {
	padding-top: 15px;
	overflow: hidden;
	margin-right: 6px;
}
.select2-container--default .CstmSelect .select2-results .SelVal {
	font-weight: normal;
}
.mainBannerSection .form-check-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.mainBannerSection .form-check-label {
	margin-left: -25px !important;
	cursor: pointer;
	transition: all 0.3s;
	user-select: none;
}
.customLable {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	color: #bcbcbc;
}
.datePickerInput {
	cursor: pointer;
	height: 60px;
	border: 2px solid #e0e0e0;
	border-radius: 12px;
	display: flex;
	align-items: center;
	padding: 0 45px 0 45px;
	font-weight: 600;
	transition: all 0.3s;
	background: white;
	font-size: 14px !important;
}
#travellerBtn {
	height: 60px;
	border-color: #e0e0e0 !important;
	border-radius: 12px;
	font-weight: 600;
	transition: all 0.3s;
	background: white;
	font-size: 14px;
}
.mainTitle {
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
	letter-spacing: -0.5px;
	color: #ffd67d;
}
.flightSubmitButton {
	height: 56px;
	background: linear-gradient(135deg, #2d6c75 0%, #1e4d54 100%);
	border: none;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(45, 108, 117, 0.3);
	transition: all 0.3s;
	position: absolute;
	bottom: -30px;
	margin: 0 auto;
	left: 40%;
	padding: 10px 40px;
}
.formIcon {
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #2d6c75;
	z-index: 10;
	font-size: 1.1rem;
}
.dropDownMenuMainBox {
	min-width: 400px;
	border-radius: 15px;
	margin-top: 10px;
	z-index: 9999 !important;
	position: absolute !important;
}
.roundBtn {
	width: 35px;
	height: 35px;
	border: 2px solid #ddd;
}
.travelCls {
	border-radius: 8px;
	padding: 8px 16px;
}
#passengerCountButton {
	border-radius: 10px;
	background: #2d6c75;
	border: none;
}
.mainBannerSection .tab_btn {
	border: none;
	background: transparent;
	color: #666;
	font-weight: 600;
}
#home-slider-section {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.home1-banner-wrapper {
	min-height: 500px;
	display: flex;
	align-items: center;
}
.destination-card2 {
	height: 250px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	background-image: var(--bg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.destination-card2::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 1;
}
.destination-card2:hover {
	transform: translateY(-6px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.destination-content {
	position: relative;
	z-index: 3;
	text-align: center;
	color: #fff;
}
.destination-content h3,
.destination-content p {
	color: #fff !important;
}
.mainBannerSection {
	padding-top: 70px;
	z-index: 10;
}
.customForm {
	background: #ffffff;
	border-radius: 20px !important;
	padding-bottom: 20px;
}
.seatmapContainer {
	width: 360px;
	margin: 0 auto;
}
.seatLegend {
	padding: 10px 0;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.seatLegend span {
	display: inline-flex;
	align-items: center;
	margin-right: 2px;
}
.seatLG {
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
	margin-right: 6px;
	border-radius: 3px;
}
.seatLG.paid_available {
	background: #eef2ff;
}
.seatLG.free_available {
	background: #fff;
}
.seatLG.selected {
	background: #d7ffd7;
	border-color: #8bcf8b;
}
.seatLG.occupied {
	background: #ccc;
}
.seatLG.notexist {
	background: #ffb3b3;
	border-color: #de9999;
}
.flightCockpit {
	width: 180px;
	height: 80px;
	margin: 0 auto;
	background: #e8e8e8;
	border-radius: 100px 100px 0 0;
	border-bottom: 2px solid #ccc;
}
.seatGrid {
	padding: 20px 20px;
}
.rowNum {
	font-size: 11px;
	color: #888;
}
.rowNum.right {
	text-align: right;
}
.seat {
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #bbb;
	background: #fff;
	cursor: pointer;
}
.seat.paid_available {
	background: #eef2ff;
}
.seat.free_available {
	background: #ffffff;
}
.seat.paid_available:hover,
.seat.free_available:hover {
	background: #d7ffd7;
}
.seat.occupied {
	background: #bfbfbf;
	cursor: not-allowed;
}
.seat.notexist {
	background: #ffb3b3;
	border-color: #de9999;
	cursor: default;
}
.seat.selected {
	background: #d7ffd7;
	border-color: #8bcf8b;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 37px !important;
	font-size: 14px !important;
}
body .select2-container--default .select2-selection--single {
	border: 1px solid #dee2e6 !important;
}
body .select2-container .select2-selection--single,
body .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35px !important;
}
body .form-control {
	font-size: 14px !important;
}
body .select2-results__option {
	font-size: 14px !important;
	padding: 4px !important;
}
body .bookingSelectDropdown .select2-results__option {
	white-space: normal;
	line-height: 1.6;
}
.flight_d {
	background: url(../../assets/img/flight_diagram_new.png) no-repeat center top;
	height: auto;
	margin: 0px auto;
}
.flight_d_new {
	background-size: 100% 100%;
}
.flight-mw {
	width: 200px;
	margin: 0px auto;
	height: 1888px;
}
.flight_d_new .flight-mw {
	height: 2100px;
	width: 290px;
}
.flight-con {
	width: 100%;
	padding: 290px 0px;
}
.flight-con table td {
	padding: 0px 3px !important;
	position: relative;
	vertical-align: middle;
	font-size: 12px;
}
.flight-con table td .tooltip {
	width: 140px !important;
}
.flight-con table td .tooltip.top .tooltip-arrow {
	bottom: -5px;
	border-top-color: #777;
}
.flight-con table td img {
	width: 20px !important;
	height: 17px !important;
	transform: rotate(90deg);
}
.load_links>a {
	display: inline-block;
	padding: 10px 10px 10px 0;
}
.active_seat_segment_map,
.active_seat_segment_pax th.seat_segment_pax_label {
	background: #0094ce none repeat scroll 0 0;
	color: #fff;
	font-weight: normal;
}
.active_seat_segment_pax_tr {
	background: #e4f8f9 none repeat scroll 0 0;
}
.table.table-bordered.seat_pax_details.seat_segment_pax.active_seat_segment_pax {
	background: #ffffff none repeat scroll 0 0;
}
.table.table-bordered.seat_pax_details.seat_segment_pax .nethed {
	background: #ddd none repeat scroll 0 0;
}
.nav-tabs>li>a,
.nav>li>a:focus,
.nav>li>a:hover {
	background: #fbfbfb none repeat scroll 0 0;
	color: #2d3e52;
}
.flight-con .table-striped>tbody>tr:nth-of-type(2n) {
	background: #fff;
}
.seat_segment_pax_label,
.nethed th {
	font-weight: normal;
}
.seat_segment_pax_label {
	background: #3b4148 none repeat scroll 0 0;
	color: #ffffff;
}
.seatmapicon {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 3px;
	display: block;
	margin: 15px 0;
	overflow: hidden;
	padding: 10px;
	text-align: center;
}
.rowicon {
	display: inline-block;
	padding: 5px;
}
.flight-con .tooltip.top {
	background: #0094ce !important;
	border-radius: 3px;
	opacity: 1 !important;
	max-width: 60px !important;
}
.flight-con .tooltip.top .tooltip-inner {
	background: none !important;
	padding: 0 !important;
}
.flight-con .tooltip.top .tooltip-arrow {
	border-top-color: #0094ce !important;
}
body .remove-segment {
	position: absolute;
	right: 0;
	top: -16px;
	width: 40px;
}
#modifyForm #allSearchForms .select2-container {
	width: 100% !important;
}

.flightSubmitButton {
	left: 44%;
}

/* Multicity segment layout */
.multicity-segment-card {
	background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 1rem 1.25rem;
	margin-bottom: 0.75rem;
	position: relative;
}
.multicity-segment-card:last-child {
	margin-bottom: 0;
}
.multicity-segment-badge {
	position: absolute;
	top: 0.75rem;
	right: 1rem;
	font-size: 0.7rem;
	font-weight: 600;
	color: #2d6c75;
	background: rgba(45, 108, 117, 0.12);
	padding: 0.2rem 0.5rem;
	border-radius: 6px;
}
.multicity-connector {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 0;
	color: #64748b;
	font-size: 0.8rem;
}
.multicity-connector i {
	margin: 0 0.25rem;
}
.multicity-journey-summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.95);
}
.multicity-journey-summary .segment-pill {
	background: rgba(255, 255, 255, 0.2);
	padding: 0.25rem 0.6rem;
	border-radius: 8px;
}
.commenBg{
	background-size: cover;
	background-position: center center;
}
.commenBg .auth-section{
	background-color: #036b7573;
}