:root {
	--brand-primary: #10b981;
	--brand-dark: #059669;
	--brand-accent: #f59e0b;
	--slate-900: #0f172a;
	--slate-700: #334155;
	--slate-500: #64748b;
}

.fw-extrabold {
	font-weight: 800 !important;
}

.hover-success:hover {
	color: var(--brand-primary) !important;
}

section,
.tripex-hero-sec,
.tripex-destination-sec,
.tripex-about-sec,
.tripex-tour-sec,
.tripex-counter-sec,
.tripex-testimonial-sec,
.tripex-download-sec,
.tripex-cta-sec,
.tripex-guide-sec,
.tripex-faq-sec {
	max-width: 100%;
	overflow-x: clip;
	position: relative;
}

.flying-parachute-wrap {
	position: absolute;
	top: 6%;
	left: -240px;
	width: 195px;
	height: auto;
	z-index: 6;
	pointer-events: none;
	animation: paragliderFlightPath 28s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
	will-change: transform, left, top;
}

.paraglider-photo-img {
	width: 100%;
	height: auto;
	display: block;
	filter: drop-shadow(0 15px 15px rgba(15, 23, 42, 0.22));
	animation: paragliderThermalSway 3.8s ease-in-out infinite alternate;
	transform-origin: 50% 85%;
}

@keyframes paragliderFlightPath {
	0% {
		left: -220px;
		top: 10%;
	}
	25% {
		top: 4%;
	}
	50% {
		top: 14%;
	}
	75% {
		top: 6%;
	}
	100% {
		left: 108%;
		top: 12%;
	}
}

@keyframes paragliderThermalSway {
	0% {
		transform: rotate(-6deg) translateY(0px) scale(0.95);
	}
	50% {
		transform: rotate(1deg) translateY(-14px) scale(1);
	}
	100% {
		transform: rotate(5deg) translateY(-24px) scale(1.03);
	}
}

.tripex-hero-sec {
	padding-top: 20px !important;
	margin-top: 0 !important;
	padding-bottom: 40px;
}

.hero-wrapper {
	position: relative;
	overflow: hidden;
	padding-top: 10px !important;
	margin-top: 0 !important;
}

.hero-content-pro {
	position: relative;
	z-index: 10;
	padding-top: 10px;
}

.hero-super-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(254, 243, 199, 0.75);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(245, 158, 11, 0.35);
	padding: 6px 14px;
	border-radius: 100px;
	box-shadow: 0 4px 15px rgba(245, 158, 11, 0.08);
	margin-bottom: 16px;
}

.live-dot-wrap {
	position: relative;
	width: 8px;
	height: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.live-dot {
	width: 8px;
	height: 8px;
	background: #d97706;
	border-radius: 50%;
}

.live-ping {
	position: absolute;
	width: 16px;
	height: 16px;
	background: rgba(217, 119, 6, 0.45);
	border-radius: 50%;
	animation: badgePing 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes badgePing {
	75%, 100% {
		transform: scale(2.2);
		opacity: 0;
	}
}

.badge-compass-icon {
	color: #d97706;
	font-size: 0.9rem;
}

.hero-super-badge .badge-text {
	font-size: 0.82rem;
	font-weight: 700;
	color: #92400e;
	letter-spacing: 0.2px;
}

.hero-pro-title {
	font-size: clamp(2rem, 3.6vw, 3.3rem) !important;
	font-weight: 800 !important;
	line-height: 1.18 !important;
	color: var(--slate-900);
	letter-spacing: -0.03em;
	margin-bottom: 16px;
	overflow-wrap: break-word;
}

.rotator-container {
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: bottom;
	min-width: 200px;
}

.rotator-word {
	display: inline-block;
	background: linear-gradient(135deg, #059669 0%, #10b981 50%, #0d9488 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 800;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
}

.rotator-word.anim-up-out {
	transform: translateY(-100%);
	opacity: 0;
}

.rotator-word.anim-up-in {
	transform: translateY(100%);
	opacity: 0;
}

.hero-title-tail {
	color: var(--slate-900);
	display: inline-block;
}

.hero-pro-desc {
	font-size: clamp(0.92rem, 1.1vw, 1.05rem);
	color: var(--slate-500);
	line-height: 1.6;
	max-width: 520px;
	margin-bottom: 24px;
}

.hero-action-group {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.btn-pro-primary {
	background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-dark) 100%);
	color: #ffffff !important;
	font-weight: 700;
	font-size: 0.95rem;
	padding: 10px 12px 10px 24px;
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	box-shadow: 0 10px 25px -5px rgba(16, 185, 129, 0.45);
	text-decoration: none !important;
}

.btn-circle-arrow {
	width: 34px;
	height: 34px;
	background: rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease, background 0.3s ease;
}

.btn-pro-primary:hover .btn-circle-arrow {
	transform: translateX(4px);
	background: #ffffff;
	color: var(--brand-dark);
}

.btn-pro-secondary {
	background: #ffffff;
	color: var(--slate-900) !important;
	font-weight: 700;
	font-size: 0.95rem;
	padding: 12px 24px;
	border-radius: 100px;
	border: 1.5px solid #e2e8f0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none !important;
}

.hero-trust-bar {
	display: inline-flex;
	align-items: center;
	background: #ffffff;
	border: 1px solid #f1f5f9;
	padding: 7px 16px;
	border-radius: 100px;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
	gap: 12px;
}

.trust-pill-pro {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--slate-700);
	white-space: nowrap;
}

.trust-separator {
	width: 4px;
	height: 4px;
	background: #cbd5e1;
	border-radius: 50%;
}

.hero-image-wrapper-pro {
	position: relative;
	max-width: 600px;
	margin-left: auto;
	margin-top: 10px;
	z-index: 10;
}

.hero-glow-backdrop {
	position: absolute;
	inset: -8px;
	background: linear-gradient(135deg, rgba(16, 185, 129, 0.25) 0%, rgba(245, 158, 11, 0.15) 100%);
	filter: blur(35px);
	border-radius: 36px;
	z-index: 1;
}

.hero-img-box {
	position: relative;
	z-index: 2;
	border-radius: 28px;
	overflow: hidden;
	border: 4px solid #ffffff;
}

.hero-main-img {
	width: 100%;
	height: auto;
	max-width: 691px;
	aspect-ratio: 691 / 720;
	object-fit: cover;
	display: block;
	transition: opacity 0.4s ease-in-out;
}

.hero-search-wrapper {
	position: relative;
	z-index: 90;
	margin-top: -50px;
}

.hero-search-card {
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(20px) saturate(180%);
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 24px;
	padding: 20px 24px;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.search-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1.2fr 1fr auto;
	gap: 16px;
	align-items: center;
}

.search-item {
	display: flex;
	flex-direction: column;
	gap: 6px;
	position: relative;
}

.search-item label.search-main-label {
	font-size: 0.78rem;
	font-weight: 700;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	gap: 6px;
}

.search-item label.search-main-label i {
	color: var(--brand-primary);
	font-size: 0.9rem;
}

.search-control-btn {
	width: 100%;
	height: 48px;
	background: #f8fafc;
	border: 1.5px solid #e2e8f0;
	border-radius: 14px;
	padding: 0 16px;
	font-size: 0.92rem;
	font-weight: 600;
	color: #1e293b;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
}

.search-item .dropdown-menu {
	width: 100% !important;
	min-width: 300px !important;
	padding: 0 !important;
	border-radius: 18px !important;
	border: 1px solid #e2e8f0 !important;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14) !important;
	margin-top: 8px !important;
	background: #ffffff !important;
	z-index: 1050 !important;
	overflow: hidden !important;
}

.dropdown-search-wrapper {
	padding: 10px 12px 8px 12px;
	background: #ffffff;
	border-bottom: 1px solid #f1f5f9;
	position: sticky;
	top: 0;
	z-index: 5;
}

.dropdown-search-inner {
	position: relative;
	display: flex;
	align-items: center;
}

.dropdown-search-inner i {
	position: absolute;
	left: 12px;
	color: #94a3b8;
	font-size: 0.82rem;
	pointer-events: none;
}

.dropdown-search-input {
	width: 100%;
	height: 38px;
	background: #f8fafc;
	border: 1.5px solid #e2e8f0;
	border-radius: 10px;
	padding: 0 12px 0 34px;
	font-size: 0.88rem;
	font-weight: 600;
	color: #0f172a;
	outline: none;
	transition: all 0.2s ease;
}

.dropdown-search-input:focus {
	background: #ffffff;
	border-color: #10b981;
	box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
}

.dropdown-items-scroll {
	max-height: 280px;
	overflow-y: auto;
	padding: 8px 10px;
}

.dropdown-items-scroll::-webkit-scrollbar {
	width: 5px;
}

.dropdown-items-scroll::-webkit-scrollbar-track {
	background: #f8fafc;
	border-radius: 10px;
}

.dropdown-items-scroll::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 10px;
}

.custom-check-row {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 10px !important;
	padding: 8px 10px !important;
	margin: 0 !important;
	width: 100% !important;
	cursor: pointer !important;
	border-radius: 10px !important;
	transition: background 0.18s ease !important;
	box-sizing: border-box !important;
	text-decoration: none !important;
	background: transparent !important;
}

.custom-check-row:hover {
	background-color: #f1f5f9 !important;
}

.custom-check-row input[type="checkbox"] {
	appearance: none !important;
	-webkit-appearance: none !important;
	width: 19px !important;
	height: 19px !important;
	min-width: 19px !important;
	min-height: 19px !important;
	border: 2px solid #cbd5e1 !important;
	border-radius: 6px !important;
	background-color: #ffffff !important;
	cursor: pointer !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	position: relative !important;
	flex-shrink: 0 !important;
	transition: all 0.2s ease !important;
}

.custom-check-row input[type="checkbox"]:hover {
	border-color: #10b981 !important;
}

.custom-check-row input[type="checkbox"]:checked {
	background-color: #10b981 !important;
	border-color: #10b981 !important;
}

.custom-check-row input[type="checkbox"]:checked::after {
	content: '' !important;
	display: block !important;
	width: 5px !important;
	height: 10px !important;
	border: solid #ffffff !important;
	border-width: 0 2.5px 2.5px 0 !important;
	transform: rotate(45deg) !important;
	margin-bottom: 2px !important;
}

.custom-check-row .check-text {
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	color: #334155 !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.2 !important;
	cursor: pointer !important;
	user-select: none !important;
	flex-grow: 1 !important;
	text-align: left !important;
	white-space: nowrap !important;
}

.custom-check-row .badge-count {
	background: #f1f5f9 !important;
	color: #64748b !important;
	padding: 3px 8px !important;
	font-size: 0.72rem !important;
	font-weight: 700 !important;
	border-radius: 20px !important;
	flex-shrink: 0 !important;
	margin-left: auto !important;
}

.il-group-wrapper {
	margin-bottom: 4px !important;
	border-radius: 12px !important;
	overflow: hidden !important;
}

.il-parent-bar {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	background: #f8fafc !important;
	border-radius: 10px !important;
	padding: 2px 6px 2px 4px !important;
	border: 1px solid #e2e8f0 !important;
	transition: all 0.2s ease !important;
}

.il-parent-bar:hover {
	background: #f1f5f9 !important;
	border-color: #cbd5e1 !important;
}

.ilce-collapse-btn {
	background: transparent !important;
	border: none !important;
	color: #64748b !important;
	width: 32px !important;
	height: 32px !important;
	border-radius: 8px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	transition: all 0.2s ease !important;
	flex-shrink: 0 !important;
}

.ilce-collapse-btn:hover {
	background: rgba(16, 185, 129, 0.12) !important;
	color: #10b981 !important;
}

.ilce-collapse-btn i {
	font-size: 0.75rem !important;
	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ilce-collapse-btn.is-open i {
	transform: rotate(180deg) !important;
	color: #10b981 !important;
}

.ilce-tree-container {
	display: none;
	padding-left: 18px !important;
	margin-top: 4px !important;
	margin-bottom: 6px !important;
	border-left: 2px dashed #10b981 !important;
	margin-left: 18px !important;
}

.ilce-tree-container.show {
	display: flex !important;
	flex-direction: column !important;
	gap: 2px !important;
	animation: treeFadeIn 0.2s ease forwards !important;
}

@keyframes treeFadeIn {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.child-ilce-row {
	padding: 5px 8px !important;
}

.child-ilce-row .check-text {
	font-size: 0.84rem !important;
	font-weight: 500 !important;
	color: #475569 !important;
}

.form-control.tarih-guzel {
	height: 48px;
	border: 1.5px solid #e2e8f0;
	border-radius: 14px;
	padding: 0 16px;
	font-size: 0.92rem;
	font-weight: 600;
	background: #f8fafc;
}

.counter-pill-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f8fafc;
	border: 1.5px solid #e2e8f0;
	border-radius: 14px;
	height: 48px;
	padding: 4px 8px;
}

.counter-btn {
	width: 34px;
	height: 34px;
	border: none;
	background: #ffffff;
	border-radius: 10px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.counter-input-modern {
	width: 36px;
	text-align: center;
	border: none;
	background: transparent;
	font-weight: 800;
	font-size: 1rem;
	color: #0f172a;
	outline: none;
}

.search-submit-btn {
	background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-dark) 100%);
	color: white;
	border: none;
	border-radius: 16px;
	height: 52px;
	padding: 0 28px;
	font-weight: 700;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
}

.destination-slider .slick-prev, .destination-slider .slick-next, .destination-slider .slick-arrow,
.tour-slider .slick-prev, .tour-slider .slick-next, .tour-slider .slick-arrow,
.testimonial-slider .slick-prev, .testimonial-slider .slick-next, .testimonial-slider .slick-arrow {
	display: none !important;
}

.destination-slider, .tour-slider, .testimonial-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	user-select: none;
	touch-action: pan-y;
	margin-bottom: 25px;
	cursor: grab;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 -12px;
	padding: 10px 0 !important;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	padding: 0 12px;
	outline: none;
	box-sizing: border-box;
}

.slick-dots {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	padding: 0 !important;
	margin: 20px 0 0 0 !important;
	list-style: none !important;
	width: 100% !important;
}

.slick-dots li {
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block !important;
}

.slick-dots li button {
	font-size: 0 !important;
	line-height: 0 !important;
	display: block !important;
	width: 10px !important;
	height: 10px !important;
	padding: 0 !important;
	cursor: pointer !important;
	color: transparent !important;
	border: 0 !important;
	outline: none !important;
	background: #cbd5e1 !important;
	border-radius: 50% !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.slick-dots li.slick-active button {
	width: 28px !important;
	border-radius: 14px !important;
	background: #10b981 !important;
	box-shadow: 0 2px 8px rgba(16, 185, 129, 0.4) !important;
}

.cat-card-modern {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: 310px;
	display: block;
	text-decoration: none !important;
	box-shadow: 0 6px 20px rgba(0,0,0,0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cat-card-modern:hover {
	transform: translateY(-6px);
	box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

.cat-card-modern img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.cat-card-modern:hover img {
	transform: scale(1.08);
}

.cat-card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(15, 23, 42, 0.9) 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
	z-index: 2;
}

.cat-card-overlay .cat-badge {
	align-self: flex-start;
	background-color: var(--brand-primary) !important;
	color: #ffffff !important;
	font-size: 0.76rem;
	font-weight: 700;
	padding: 5px 12px;
	border-radius: 100px;
	margin-bottom: 6px;
}

.tripex-download-sec {
	position: relative !important;
	overflow: hidden !important;
	z-index: 2 !important;
	background: linear-gradient(135deg, #f8fafc 0%, #ecfdf5 50%, #f0fdf4 100%);
	padding: 90px 0 !important;
	margin-top: 40px !important;
	margin-bottom: 0 !important;
	border-top: 1px solid #e2e8f0;
}

.tripex-download-sec .map-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.tripex-download-sec .map-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.05;
	filter: grayscale(100%);
}

.tripex-download-sec .shape {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	opacity: 0.7;
}

.tripex-download-sec .shape-one {
	top: 10%;
	left: 4%;
}

.tripex-download-sec .shape-two {
	bottom: 12%;
	left: 8%;
}

.tripex-download-sec .shape-three {
	top: 14%;
	right: 6%;
}

.tripex-download-sec .shape-four {
	bottom: 8%;
	right: 4%;
}

.tripex-download-sec .tripex-content-box {
	position: relative;
	z-index: 5;
}

.tripex-download-sec .tripex-image-box {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	z-index: 5 !important;
}

.tripex-download-sec .tripex-image {
	position: relative !important;
	display: inline-block !important;
}

.tripex-download-sec .tripex-image img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 24px;
	box-shadow: 0 25px 45px rgba(15, 23, 42, 0.12);
}

.tripex-download-sec .tripex-button {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.tripex-download-sec .tripex-button a img {
	height: 48px;
	width: auto;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	border-radius: 10px;
}

.tripex-download-sec .tripex-button a:hover img {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.discount-badge-modern {
	position: absolute !important;
	top: 15px !important;
	left: 20px !important;
	background: linear-gradient(135deg, #ef4444 0%, #f59e0b 100%) !important;
	color: #ffffff !important;
	border-radius: 50% !important;
	width: 100px !important;
	height: 100px !important;
	min-width: 100px !important;
	min-height: 100px !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	box-shadow: 0 12px 28px rgba(239, 68, 68, 0.4) !important;
	border: 3.5px solid #ffffff !important;
	z-index: 10 !important;
	transform: rotate(-8deg) !important;
	animation: badgeFloatAnim 3s ease-in-out infinite alternate !important;
	pointer-events: none !important;
}

@keyframes badgeFloatAnim {
	0% {
		transform: rotate(-8deg) translateY(0px);
	}
	100% {
		transform: rotate(-4deg) translateY(-8px);
	}
}

.discount-badge-modern .disc-rate {
	font-size: 1.7rem !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	color: #ffffff !important;
	letter-spacing: -0.5px !important;
}

.discount-badge-modern .disc-text {
	font-size: 0.72rem !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.8px !important;
	color: #fef08a !important;
	margin-top: 3px !important;
	line-height: 1 !important;
}

.tripex-about-sec {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	background: #ffffff;
}

.tripex-guide-sec {
	padding: 70px 0;
	background: #ffffff;
	border-top: 1px solid #f1f5f9;
}

.guide-card-box {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	padding: 30px;
	height: 100%;
	transition: all 0.3s ease;
}

.guide-card-box:hover {
	background: #ffffff;
	border-color: #cbd5e1;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
	transform: translateY(-4px);
}

.guide-icon-badge {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}

.tripex-faq-sec {
	padding: 75px 0;
	background: #f8fafc;
	border-top: 1px solid #e2e8f0;
}

.faq-accordion .accordion-item {
	border: 1px solid #e2e8f0;
	border-radius: 16px !important;
	margin-bottom: 14px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.faq-accordion .accordion-button {
	font-weight: 700;
	font-size: 1.02rem;
	color: #0f172a;
	padding: 18px 24px;
	background: #ffffff;
}

.faq-accordion .accordion-button:not(.collapsed) {
	color: #059669;
	background-color: #f0fdf4;
	box-shadow: none;
}

.faq-accordion .accordion-body {
	padding: 18px 24px;
	color: #475569;
	line-height: 1.65;
	font-size: 0.95rem;
}

@media (max-width: 991px) {
	.tripex-hero-sec {
		padding-top: 15px !important;
		padding-bottom: 25px !important;
	}

	.hero-content-pro {
		text-align: left;
		margin-bottom: 20px;
		padding-top: 0 !important;
	}

	.rotator-container {
		min-width: unset !important;
		display: inline !important;
	}

	.hero-action-group {
		flex-direction: column;
		width: 100%;
		gap: 10px;
		margin-bottom: 18px;
	}

	.btn-pro-primary, .btn-pro-secondary {
		width: 100%;
		justify-content: center;
		padding: 14px 20px;
	}

	.hero-trust-bar {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		padding: 12px 14px;
		border-radius: 18px;
	}

	.trust-separator {
		display: none;
	}

	.trust-pill-pro {
		justify-content: flex-start;
		font-size: 0.78rem;
	}

	.trust-pill-pro:last-child {
		grid-column: span 2;
		justify-content: center;
		border-top: 1px dashed #f1f5f9;
		padding-top: 8px;
	}

	.hero-search-wrapper {
		margin-top: 20px;
	}

	.hero-search-card {
		padding: 16px !important;
	}

	.search-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.search-submit-btn {
		width: 100%;
	}

	.search-item .dropdown-menu {
		min-width: 100% !important;
		max-width: 100% !important;
	}

	.tripex-download-sec {
		padding: 60px 0 !important;
		margin-top: 30px !important;
		text-align: center;
	}

	.tripex-download-sec .tripex-content-box {
		margin-bottom: 36px;
	}

	.tripex-download-sec .tripex-button {
		justify-content: center;
	}

	.discount-badge-modern {
		width: 82px !important;
		height: 82px !important;
		min-width: 82px !important;
		min-height: 82px !important;
		top: -10px !important;
		left: 15px !important;
	}

	.discount-badge-modern .disc-rate {
		font-size: 1.35rem !important;
	}

	.discount-badge-modern .disc-text {
		font-size: 0.65rem !important;
	}
}

@media (max-width: 767.98px) {
	.hero-pro-title {
		font-size: 1.85rem !important;
		line-height: 1.25 !important;
	}

	.flying-parachute-wrap {
		width: 125px;
		top: 2%;
	}

	.slick-list {
		margin: 0 -8px;
	}

	.slick-slide {
		padding: 0 8px;
	}

	.cat-card-modern {
		height: 290px;
	}
}