.nav-container {
	display: flex;
	gap: 38px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.nav-tab {
	color: white;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}

.nav-tab img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4px;
	margin: 0 auto;
}

.nav-tab span {
	font-size: 16px;
	font-weight: 500;
}

.nav-tab.active i {
	background-color: var(--brand-yellow);
	color: #000;
}

.nav-tab:hover i {
	background-color: rgba(255, 255, 255, 0.2);
}

.search-box-wrapper {
	background: white;
	border-radius: 12px;
	padding: 25px 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	width: 100%;
}

.d-lg-flex.align-items-center {
	border-radius: 8px;
	background: #F4F4F4;
}

.form-check-input:checked {
	background-color: #3A027D;
	border-color: #3A027D;
}

.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: none;
}

.loc-segment:first-child {
	border-right: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #fff;
	background-color: #F3B718;
	text-decoration: none;
}

.top-options {
	display: flex;
	gap: 25px;
	margin-bottom: 15px;
	align-items: center;
}

.top-options .form-check-label,
.economy-toggle {
	color: #3A027D;
	font-weight: 600;
	font-size: 16px;
}

.economy-toggle {
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
}

.input-bar {
	background-color: #f5f5f5;
	border-radius: 8px;
	display: flex;
	align-items: center;
	padding: 4px;
}

.dropdown-toggle::after {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	margin-left: .255em;
	background: url('../images/arrowdwn.png') no-repeat center center;
	background-size: contain;
	border: none !important;
	vertical-align: middle;
}

.ml50 {
	margin-left: 50px;
}

.input-segment {
	padding: 24px 10px 8px 10px !important;
	border-right: 1px solid #ddd;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.loc-segment {
	flex: 2.5;
}

.date-segment {
	flex: 1.1;
}

.cabin-segment {
	flex: 1.4;
}

.input-segment:last-of-type {
	border-right: none;
}

.input-segment label {
	position: absolute;
	top: 16px;
	left: 10px;
	font-size: 16px;
	color: #323232;
	margin-bottom: 0;
	font-weight: 500;
	transition: all 0.2s ease;
	pointer-events: none;
}

.input-segment input {
	border: none;
	background: transparent;
	width: 100%;
	outline: none;
	color: #333;
	padding: 0;
	font-weight: 500;
}

.input-segment input::placeholder {
	color: transparent;
}

.input-segment input:focus~label,
.input-segment input:not(:placeholder-shown)~label {
	top: 6px;
	font-size: 11px;
	color: #323232;
	font-weight: 400;
}

button.btn.btn-sm.btn-outline-secondary.count-btn {
	background: #3A027D !important;
	color: #fff !important;
}

.loc-segment input {
	font-size: 14px;
	color: #323232;
	font-weight: 600;
}

.date-segment input,
.cabin-segment input {
	font-size: 14px;
	color: #323232;
	font-weight: 600;
}

.swap-icon {
	padding: 0 12px;
	cursor: pointer;
	color: #444;
	font-size: 1.1rem;
	transition: 0.2s;
	margin-top: 4px;
}

.swap-icon:hover {
	color: var(--brand-purple);
	transform: scale(1.1);
}

.custom-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 350px;
	background: white;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	z-index: 9999;
	display: none;
	margin-top: 5px;
	max-height: 271px;
	overflow-y: auto;
}

.dropdown-header {
	padding: 12px 15px;
	border-bottom: 1px dashed #ccc;
	background: #fafafa;
}

.suggestion-item {
	display: flex;
	align-items: center;
	padding: 12px 15px;
	cursor: pointer;
	transition: 0.2s;
}

.suggestion-item:hover {
	background-color: #f1f3f5;
}

.suggestion-item i {
	color: var(--brand-yellow);
	font-size: 1.5rem;
	margin-right: 15px;
}

.count-btn {
	width: 28px;
	height: 28px;
	border-radius: 50% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid var(--brand-purple) !important;
	color: var(--brand-purple) !important;
}

.count-btn:hover {
	background-color: var(--brand-purple) !important;
	color: white !important;
}

.btn-search {
	background-color: #F3B718;
	border: none;
	width: 58px;
	height: 58px;
	border-radius: 10px;
	margin-left: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s;
}

.btn-search:hover {
	background-color: #f5a623;
	transform: scale(1.05);
}

.btn-search i {
	font-size: 1.6rem;
	color: #fff;
}

.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}
.d-flex.align-items-center.gap-2 span {width: 12px;}
@media (max-width: 992px) {
	.input-bar {
		flex-direction: column;
		align-items: stretch;
	}

	.input-segment {
		border-right: none;
		border-bottom: 1px solid #ddd;
		flex: none !important;
	}

	.btn-search {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
		height: 50px;
	}

	.custom-dropdown {
		width: 100%;
		position: relative;
	}

	.swap-icon {
		transform: rotate(90deg);
		width: 40px;
		margin: 10px auto;
	}
}

@media all and (min-width:320px) and (max-width: 767px) {
	.nav-container {
		display: flex;
		gap: 10px;
		margin-bottom: 10px;
		padding-left: 0px;
	}

	.search-box-wrapper {
		padding: 25px 5px;
	}

	.top-options .form-check-label,
	.economy-toggle {
		font-size: 12px;
		font-weight: 400;
	}

	.search-box-wrapper {
		padding: 25px 5px;
		margin-bottom: 25px;
	}
}

/* hotel engine css
============================================================== */
 .ghs-main-card {
            background: #ffffff;
            padding: 12px;
            border-radius: 20px;
            box-shadow: 0 15px 45px rgba(0,0,0,0.2);
        }

        .ghs-input-group {
            background: #f2f2f2;
            border-radius: 8px;
            display: flex;
            align-items: center;
            padding: 5px 10px;
            position: relative;
        }

        .ghs-segment {
            flex: 1;
            padding: 10px 5px;
            display: flex;
            align-items: center;
            cursor: pointer;
            position: relative;
        }

        .ghs-segment i {
            color: #6c757d;
            font-size: 1.2rem;
            margin-right: 5px;
        }

        .ghs-segment input {
            border: none;
            background: transparent;
            outline: none;
            width: 100%;
            font-size: 16px;
            font-weight: 500;
            color: #333;
        }

        .ghs-v-divider {
            width: 1px;
            height: 35px;
            background: #d4d4d4;
            margin: 0 5px;
        }

        .ghs-dropdown-box {
            display: none;
            position: absolute;
            top: 110%;
            background: white;
            border-radius: 8px;
            box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.10);
            padding: 10px 0px 10px 10px;
            z-index: 10000;
            width: 300px;
        }

        .ghs-dropdown-box.ghs-active {
            display: block;
        }

        .ghs-item:hover { background: #f1f3f5; }

        .ghs-counter-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }
        .ghs-qty-btns { display: flex; align-items: center; gap: 10px; }
        .ghs-btn-circle {
            width: 32px; height: 32px; border-radius: 50%; border: 1px solid #ccc;
            background: white; display: flex; align-items: center; justify-content: center;
            cursor: pointer;
        }

        .ghs-btn-search {
            background-color: #ffc107;
            border: none;
            width: 55px;
            height: 55px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: 0.2s;
        }
        .ghs-btn-search:hover { background-color: #eab000; transform: scale(1.05); }
        .ghs-btn-search i { color: white; font-size: 1.4rem; }
		.ghs-qty-btns span { width: 10px;}
		 .ghs-dropdown-box {
         min-width: 320px;
         background: #fff;
         border: 1px solid #D5D5D5;
         border-radius: 12px;
		 z-index:10;
		 padding-right:10px;
         }
         .ghs-dest-title {
         color: #666;
         font-size: 14px;
         margin-bottom: 5px;
         }
         .ghs-main-city {
         font-weight: 700;
         font-size: 18px;
         color: #333;
         margin-bottom: 15px;
         }
         .ghs-divider {
         border-top: 1px dotted #ccc;
         margin-bottom: 15px;
         }
         .ghs-section-label {
         text-transform: capitalize;
         color: #666;
         font-size: 12px;
         margin-bottom: 10px;
         }
         .ghs-results-container {
         max-height: 250px;
         overflow-y: auto;
         padding-right: 10px;
         }
         .ghs-results-container::-webkit-scrollbar {
         width: 8px;
         }
         .ghs-results-container::-webkit-scrollbar-thumb {
         background: #666;
         border-radius: 10px;
         }
         .ghs-item {
         display: flex;
         align-items: center;
         cursor: pointer;
		 margin-bottom:5px;
		 padding:5px;
         }
         .ghs-icon-box {
         width: 35px;
         height: 35px;
         background: #f0f0f0;
         border: 1px solid #ddd;
         border-radius: 4px;
         display: flex;
         align-items: center;
         justify-content: center;
         margin-right: 12px;
         }
         .ghs-location-name {
         font-weight: 600;
         color: #0F2367;
         font-size: 12px;
         }
         .ghs-location-sub {
         color: #505050;
         font-size: 12px;
         font-weight:400;
         }
		 
		 .ghs-segment-big {
            flex: 2.5; 
            display: flex;
            align-items: center;
            padding: 12px 5px;
            position: relative;
        }

        .ghs-segment-small {
            flex: 1;
            display: flex;
            align-items: center;
            padding: 12px 15px;
            position: relative;
            cursor: pointer;
            min-width: 140px;
        }

        .ghs-input-group i {
            color: #323232;
            margin-right: 5px;
            font-size: 16px;
        }

        .ghs-input-group input {
            width: 100%;
            border: none;
            outline: none;
            font-size: 16px;
            font-weight: 500;
            background: transparent;
        }

		
@media all and (min-width:320px) and (max-width: 767px) {
	.ghs-segment-big {width:312px; border-bottom:1px solid #ddd;}
	.ghs-segment-small {width:325px; border-bottom:1px solid #ddd;}
}

        @media (max-width: 991px) {
            .ghs-input-group { flex-direction: column; border-radius: 20px; }
            .ghs-v-divider { display: none; }
            .ghs-segment { width: 100%; border-bottom: 1px solid #ddd; }
            .ghs-btn-search { width: 100%; margin-top: 10px; }
        }

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    height: 284px;
    overflow-y: scroll;
    width: 354px !important;
}
