.holiday-card {
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0,0,0,.08);
	display: flex;
	flex-direction: column;
	height: 100%;
}
.holiday-card .card-head {
	color: #fff;
	padding: 16px 16px 40px;
	text-align: center;
	position: relative;
	min-height: 180px;
	background-size: cover;
	background-position: center;
	isolation: isolate;
}
.holiday-card .card-head::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
}
.holiday-card .card-head .num {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	color: #222;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	z-index: 1;
}
.holiday-card .card-head h3 {
	font-size: 1.3rem;
	font-weight: 800;
	margin: 0;
	letter-spacing: .3px;
	text-shadow: 0 2px 6px rgba(0,0,0,.45);
	position: relative;
	text-transform: uppercase;
}
.holiday-card .card-head p {
	margin: 4px 0 0;
font-size:.85rem;
	opacity: .98;
	text-shadow: 0 2px 6px rgba(0,0,0,.5);
	position: relative;
}
.holiday-card .price-band {
	margin: -26px 14px 0;
	border-radius: 12px;
	color: #fff;
	padding: 10px 12px;
	text-align: center;
	position: relative;
	z-index: 2;
	box-shadow: 0 6px 14px rgba(0,0,0,.18);
}
.holiday-card .price-band .label {
font-size:.7rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: .9;
}
.holiday-card .price-band .price {
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1;
}
.holiday-card .price-band .pp {
font-size:.75rem;
	vertical-align: super;
	margin-left: 2px;
}
.holiday-card .features {
	padding: 16px 16px 0px;
	flex: 1;
}
.holiday-card .features li {
	display: flex;
	gap: 8px;
font-size:.83rem;
	color: #333;
	margin-bottom: 10px;
	line-height: 1.35;
}
.holiday-card .features li i {
	margin-top: 2px;
font-size:.95rem;
	flex-shrink: 0;
}
.holiday-card .badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 10px;
}
.holiday-card .badges span {
	flex: 1;
	min-width: 0;
	text-align: center;
	color: #fff;
font-size:.7rem;
	font-weight: 600;
	padding: 7px 6px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	white-space: nowrap;
}
.holiday-card .badges span i {
font-size:.85rem;
}
.holiday-card .destbtn {
	color: #fff;
	width: auto;
	padding: 5px 10px;
	display: inline-block;
	text-decoration: none;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
}
.fare-card {
	border: 1px solid var(--border);
	border-radius: 10px;
	padding: 14px;
	text-align: center;
}
.fare-card .price {
	color: var(--accent-blue);
	font-weight: 800;
	font-size: 1.4rem;
}
.fare-card .meta {
font-size:.82rem;
	color: #475569;
}
.landing-carousel .owl-dots {
	display: block !important;
	text-align: center;
	margin-top: 20px;
}
.landing-carousel .owl-dot {
	display: inline-block !important;
}
.landing-carousel .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px;
	background: #ccc;
	display: block;
	border-radius: 50%;
}
.landing-carousel .owl-dot.active span {
	background: #22c55e;
}
.call-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 12px;
	padding: 8px 12px;
	background: #16a34a;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	transition: .3s;
}
.call-btn:hover {
	background: #15803d;
	color: #fff;
}
.call-btn i {
	font-size: 14px;
}
.routes {
	padding: 3rem 0 4rem;
	background: #fff;
}
.section-title {
	font-weight: 800;
	font-size: clamp(1.6rem, 3vw, 2.25rem);
	text-align: center;
	letter-spacing: -.01em;
}
.section-title .accent {
	color: #1565ff;
}
.section-sub {
	text-align: center;
	color: #6b7280;
 margin-top:.4rem;
}
.routes-wrap {
	position: relative;
	margin-top: 1rem;
}
.route-card {
	border: 1px solid #e6eaf2;
	border-radius: 16px;
	background: #fff;
	padding: 1.4rem;
	height: 100%;
	transition: transform .25s, box-shadow .25s, border-color .25s;
	position: relative;
	overflow: hidden;
}
.route-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 50px rgba(15,27,61,.15);
	border-color: #1565ff;
}
.route-card.popular {
	border-color: #1565ff;
	background: linear-gradient(180deg, #eef4ff 0%, #fff 100%);
}
.route-card .badge-popular {
	position: absolute;
	top: 0;
	right: 1rem;
	background: #16a34a;
	color: #fff;
 font-size:.72rem;
	font-weight: 600;
 padding:.3rem .65rem;
	border-radius: 0 0 8px 8px;
}
.route-card h5 {
	font-weight: 700;
	margin: 0;
	color: #0f1b3d;
}
.route-card .arrow {
	color: #1565ff;
 margin:0 .2rem;
}
.route-card .from-label {
	color: #6b7280;
 font-size:.8rem;
	margin-top: 1.1rem;
}
.route-card .price {
	font-size: 1.7rem;
	font-weight: 800;
	color: #1565ff;
 margin:.1rem 0;
}
.route-card.popular .price {
	color: #0b3fb8;
}
.route-card .price small {
 font-size:.78rem;
	color: #6b7280;
	font-weight: 500;
	display: block;
	margin-top: -2px;
}
.btn-deal {
	width: 100%;
	margin-top: 1.2rem;
	border: 1.5px solid #1565ff;
	color: #1565ff;
	background: #fff;
	font-weight: 600;
	border-radius: 10px;
 padding:.6rem 1rem;
	transition: all .25s;
}
.btn-deal:hover {
	background: #1565ff;
	color: #fff;
}
.route-card.popular .btn-deal {
	background: #0b3fb8;
	color: #fff;
	border-color: #0b3fb8;
}
.route-card.popular .btn-deal:hover {
	background: #0a3198;
}
.nav-arrow {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e6eaf2;
	display: grid;
	place-items: center;
	color: #3a4670;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(15,27,61,.06);
	transition: all .2s;
}
.nav-arrow:hover {
	background: #1565ff;
	color: #fff;
	border-color: #1565ff;
}
.nav-arrow.prev {
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.nav-arrow.next {
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.footnote {
	text-align: center;
	color: #6b7280;
 font-size:.8rem;
	margin-top: 2rem;
}
 @media (max-width:991.98px) {
.nav-arrow {
	display: none;
}
}
 @media (max-width:767.98px) {
.hero_new {
	padding: 50px 0 30px;
}
.booking-body {
	padding: 1.25rem;
}
.from-to-row .swap-wrap {
	position: static;
	transform: none;
	display: flex;
	justify-content: center;
 margin:.25rem 0;
}
.swap-btn {
	transform: rotate(90deg);
}
.swap-btn:hover {
	transform: rotate(270deg);
}
}
/* Hero */
.hero_new {
	position: relative;
	color: #fff;
	padding: 70px 0 50px;
}
.hero_new h1 {
	font-weight: 800;
	font-size: clamp(2rem, 4.5vw, 3.5rem);
	line-height: 1.1;
	letter-spacing: -.02em;
	text-shadow: 0 2px 18px rgba(0,0,0,.25)
}
.hero_new h1 .accent {
	color: #4ea3ff
}
.badge-deal {
	background: #d4f5e2;
	color: #0f7a3a;
	font-weight: 600;
padding:.45rem .85rem;
	border-radius: 999px;
font-size:.85rem;
	display: inline-flex;
	align-items: center;
gap:.4rem;
}
.hero_new .features {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem 1.75rem;
	margin-top: 1.25rem
}
.hero_new .features span {
	display: inline-flex;
	align-items: center;
gap:.5rem;
	font-weight: 500
}
.hero_new .features i {
	color: #22c55e;
	background: #fff;
	border-radius: 50%;
	padding: 3px;
font-size:.7rem
}
/* Booking card */
.booking-card {
	background: #fff;
	color: #0f1b3d;
	border-radius: 20px;
	box-shadow: 0 20px 50px rgba(15,27,61,.15);
	margin-top: 2.5rem;
	padding: 0px 10px;
}
.booking-tabs {
	display: flex;
	padding: 0 1.5rem;
	position: relative;
	top: -20px;
	z-index: 2;
}
.booking-tabs .tab {
	padding: 0.5rem 1rem;
	font-weight: 600;
	color: #6b7280;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
gap:.5rem;
	transition: all .2s
}
.booking-tabs .tab.active {
	color: #1565ff;
	border-color: #1565ff;
	position: relative;
	top: 1px;
	background: #fff;
	border: 1px solid #e6eaf2;
	border-bottom: none;
	border-radius: 10px 10px 0px 0px;
}
.booking-body {
	padding: 1rem;
	border: 1px solid #e6eaf2;
	border-radius: 0px 0px 20px 20px;
	position: relative;
	top: -20px;
	z-index: 1;
}
.trip-toggle {
	display: flex;
	gap: 1.5rem;
	align-items: center
}
.form-check-input:checked {
	background-color: #1565ff;
	border-color: #1565ff
}
.form-check-label {
	font-weight: 500;
	cursor: pointer
}
.pax-select {
	border: 1px solid #e6eaf2;
	border-radius: 12px;
padding:.6rem 1rem;
	display: inline-flex;
	align-items: center;
gap:.6rem;
	font-weight: 500;
	background: #fff;
	cursor: pointer;
	min-width: 220px;
	justify-content: space-between
}
.field {
	position: relative;
	border: 1px solid #e6eaf2;
	border-radius: 12px;
padding:.65rem .9rem .65rem 2.6rem;
	background: #fff;
	transition: border-color .2s, box-shadow .2s;
	min-height: 64px
}
 .field:focus-within {
border-color:#1565ff;
box-shadow:0 0 0 4px rgba(21,101,255,.12)
}
.field > i.field-icon {
	position: absolute;
left:.95rem;
	top: 50%;
	transform: translateY(-50%);
	color: #6b7280;
	font-size: 1rem
}
.field label {
	display: block;
font-size:.72rem;
	color: #6b7280;
	font-weight: 500
}
.field input, .field select {
	border: 0;
	outline: 0;
	width: 100%;
	font-weight: 600;
	color: #0f1b3d;
padding:.1rem 0 0;
	background: transparent
}
.field .suffix {
	position: absolute;
right:.9rem;
	top: 50%;
	transform: translateY(-50%);
	color: #6b7280;
font-size:.78rem;
	font-weight: 500
}
.swap-btn {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #1565ff;
	color: #fff;
	border: 3px solid #fff;
	display: grid;
	place-items: center;
	cursor: pointer;
	box-shadow: 0 10px 30px rgba(15,27,61,.10);
	transition: transform .3s
}
.swap-btn:hover {
	transform: rotate(180deg)
}
.from-to-row {
	position: relative
}
.from-to-row .swap-wrap {
	position: absolute;
	left: 25%;
	top: 56%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.btn-search {
	background: #1565ff;
	color: #fff;
	font-weight: 600;
	border: 0;
	border-radius: 14px;
	padding: 1rem 1.75rem;
	width: 100%;
	min-height: 64px;
	transition: all .25s;
	box-shadow: 0 8px 20px rgba(21,101,255,.35)
}
.btn-search:hover {
	background: #0b3fb8;
	transform: translateY(-2px);
	color: #fff
}
/* Benefits */
.benefits {
	padding: 2.5rem 0 1rem
}
.benefit-card {
	background: #fff;
	border: 1px solid #e6eaf2;
	border-radius: 16px;
	padding: 1.1rem 1.25rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	height: 100%;
	transition: transform .25s, box-shadow .25s, border-color .25s
}
.benefit-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(15,27,61,.10);
	border-color: transparent
}
.benefit-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 1.1rem;
	flex-shrink: 0
}
.bi-green {
	background: linear-gradient(135deg, #16a34a, #22c55e)
}
.bi-blue {
	background: linear-gradient(135deg, #1565ff, #3b82f6)
}
.bi-purple {
	background: linear-gradient(135deg, #7c3aed, #a78bfa)
}
.bi-orange {
	background: linear-gradient(135deg, #f97316, #fb923c)
}
.benefit-card h6 {
	margin: 0;
	font-weight: 700
}
.benefit-card p {
margin:.15rem 0 0;
	color: #6b7280;
font-size:.85rem
}
/* Passenger popover */
.pax-wrap {
	position: relative
}
.pax-popover {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	width: 320px;
	background: #fff;
	border: 1px solid #e6eaf2;
	border-radius: 16px;
	box-shadow: 0 20px 50px rgba(15,27,61,.15);
	padding: 1.1rem 1.1rem 1rem;
	z-index: 50;
}
.pax-popover[hidden] {
	display: none
}
.pax-section .pax-title {
	font-weight: 700;
	color: #0f1b3d;
margin-bottom:.7rem
}
.cabin-options {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap
}
.cabin-opt {
	display: inline-flex;
	align-items: center;
gap:.4rem;
	font-weight: 500;
	cursor: pointer;
	color: #3a4670
}
.cabin-opt input {
	accent-color: #1565ff;
	width: 16px;
	height: 16px
}
.pax-divider {
	height: 1px;
	background: #e6eaf2;
	margin: 1rem 0
}
.pax-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
padding:.55rem 0
}
.pax-row + .pax-row {
	border-top: 1px solid #e6eaf2
}
.pax-row .pax-title {
	font-weight: 700;
	color: #0f1b3d;
	margin: 0
}
.pax-row .pax-sub {
font-size:.8rem;
	color: #6b7280
}
.counter {
	display: inline-flex;
	align-items: center;
gap:.85rem
}
.cbtn {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #e6eaf2;
	background: #fff;
	color: #3a4670;
	display: grid;
	place-items: center;
	cursor: pointer;
	transition: all .2s;
font-size:.8rem;
}
.cbtn:hover:not(:disabled) {
	border-color: #1565ff;
	color: #1565ff
}
.cbtn:disabled {
	opacity: .4;
	cursor: not-allowed
}
.cval {
	min-width: 18px;
	text-align: center;
	font-weight: 700;
	color: #0f1b3d
}
.btn-done {
	width: 100%;
	margin-top: 1rem;
	background: #1565ff;
	color: #fff;
	border: 0;
	border-radius: 10px;
padding:.7rem 1rem;
	font-weight: 600;
	transition: background .2s;
}
.btn-done:hover {
	background: #0b3fb8
}
 @media (max-width: 575.98px) {
.pax-popover {
	width: calc(100vw - 2.5rem);
	right: auto;
	left: 0
}
}
.validation-list {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.validation-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 5px 5px;
	margin-bottom: 10px;
	background: #fff7f7;
	border: 1px solid #ffd8d8;
	border-radius: 10px;
	color: #444;
	font-size: 15px;
	font-weight: 500;
	width:80%;
}
.validation-list li i {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #ff4d4f;
	color: #fff;
	font-size: 12px;
	flex-shrink: 0;
}
.swal2-popup {
	border-radius: 18px !important;
}
.swal2-title {
	font-size: 28px !important;
	font-weight: 700 !important;
}
.swal2-html-container {
	padding: 0 !important;
}
.swal2-confirm {
	border-radius: 30px !important;
	padding: 12px 35px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	background: #1565ff !important;
}
.swal2-icon {
	border-width: 4px !important;
}
