.tour-detail-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	padding: 28px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
	margin-bottom: 24px;
}

.tour-header-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 22px;
	padding: 26px 30px;
	margin-bottom: 24px;
	box-shadow: 0 6px 25px rgba(15, 23, 42, 0.03);
}

.tour-hero-title {
	font-size: 1.85rem;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.tour-rating-row {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: nowrap;
}

.tour-rating-badge {
	background: #fef3c7;
	color: #92400e;
	font-weight: 800;
	font-size: 0.88rem;
	padding: 3px 8px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

.tour-review-link {
	color: #64748b;
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.2s;
}

.tour-review-link:hover {
	color: #10b981;
}

.tour-meta-badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
}

.tour-meta-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 13px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	font-size: 0.84rem;
	font-weight: 600;
	color: #334155;
	white-space: nowrap;
	transition: all 0.2s ease;
}

.tour-meta-pill:hover {
	background: #ffffff;
	border-color: #cbd5e1;
}

.tour-share-box {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 6px 12px;
}

.share-circle-btn {
	width: 34px !important;
	height: 34px !important;
	background: #ffffff !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 50% !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.share-circle-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.ratings {
	display: inline-flex !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
	white-space: nowrap !important;
	gap: 3px !important;
	line-height: 1 !important;
}

.ratings i {
	font-size: 0.95rem;
}

.star-rating-select {
	display: inline-flex !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
	white-space: nowrap !important;
	gap: 6px !important;
	line-height: 1 !important;
}

.star-rating-select i {
	font-size: 1.35rem;
	transition: transform 0.15s ease, color 0.15s ease;
}

.star-rating-select i:hover {
	transform: scale(1.2);
}

.sticky-box {
	position: -webkit-sticky;
	position: sticky;
	top: 85px !important;
	z-index: 99;
}

.booking-sidebar-card {
	padding: 22px !important;
	border-radius: 20px !important;
	border: 1.5px solid #e2e8f0 !important;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05) !important;
	background: #ffffff;
}

.sidebar-section {
	margin-bottom: 16px !important;
	position: relative;
	width: 100%;
	display: block;
}

.pricing-highlight-box {
	background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
	border: 1px solid #bbf7d0;
	border-radius: 14px;
	padding: 14px 18px !important;
}

.form-label-custom {
	display: flex !important;
	align-items: center !important;
	gap: 6px;
	font-size: 0.84rem !important;
	font-weight: 700 !important;
	color: #1e293b !important;
	margin-bottom: 8px !important;
	width: 100%;
}

.form-control-modern {
	display: block !important;
	width: 100% !important;
	height: 46px !important;
	padding: 10px 14px !important;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	color: #0f172a !important;
	background-color: #f8fafc !important;
	border: 1.5px solid #e2e8f0 !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	outline: none !important;
	cursor: pointer;
	transition: all 0.2s ease-in-out !important;
}

.form-control-modern:focus {
	background-color: #ffffff !important;
	border-color: #10b981 !important;
	box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15) !important;
}

.seans-pill-group {
	display: flex;
	flex-direction: column;
	gap: 7px;
	width: 100%;
}

.seans-pill-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 14px;
	background: #f8fafc;
	border: 1.5px solid #e2e8f0;
	border-radius: 12px;
	font-size: 0.86rem;
	font-weight: 600;
	color: #334155;
	cursor: pointer;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	text-align: left;
}

.seans-pill-btn:hover {
	border-color: #10b981;
	background: #ffffff;
	color: #0f172a;
	transform: translateY(-1px);
}

.seans-pill-btn.active {
	background: #ecfdf5 !important;
	border-color: #10b981 !important;
	color: #047857 !important;
	font-weight: 700 !important;
	box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.18) !important;
}

.seans-pill-btn .check-indicator {
	opacity: 0;
	transform: scale(0.5);
	transition: all 0.2s ease;
	color: #10b981;
}

.seans-pill-btn.active .check-indicator {
	opacity: 1;
	transform: scale(1);
}

.include-item-box {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 12px 16px;
	transition: transform 0.2s, border-color 0.2s;
}

.include-item-box:hover {
	border-color: #cbd5e1;
	background: #ffffff;
}

.ek-hizmet-card-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 12px !important;
	margin-bottom: 8px !important;
	border-radius: 12px !important;
	border: 1px solid #e2e8f0;
	background: #f8fafc;
	transition: all 0.2s ease-in-out;
}

.ek-hizmet-card-item:hover {
	border-color: #cbd5e1;
	background: #ffffff;
}

.ek-hizmetler-scroll-container {
	max-height: 220px;
	overflow-y: auto;
	padding-right: 3px;
}

.ek-hizmetler-scroll-container::-webkit-scrollbar {
	width: 4px;
}

.ek-hizmetler-scroll-container::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 10px;
}

.quantity-control-group {
	display: inline-flex;
	align-items: center;
	background: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	overflow: hidden;
}

.quantity-control-group .btn-qty {
	border: none;
	background: #ffffff;
	color: #334155;
	width: 26px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 11px;
	transition: background 0.15s;
}

.quantity-control-group .btn-qty:hover:not(:disabled) {
	background: #f1f5f9;
	color: #10b981;
}

.quantity-control-group .btn-qty:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.quantity-control-group .input-qty {
	width: 32px !important;
	height: 28px !important;
	border: none !important;
	border-left: 1px solid #e2e8f0 !important;
	border-right: 1px solid #e2e8f0 !important;
	text-align: center !important;
	font-weight: 700;
	font-size: 12px;
	background: transparent;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 28px !important;
	-moz-appearance: textfield !important;
	box-shadow: none !important;
	outline: none !important;
}

.quantity-control-group .input-qty::-webkit-outer-spin-button,
.quantity-control-group .input-qty::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}

.sepete-ekle-btn {
	background-color: #10b981 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 14px !important;
	padding: 14px 24px !important;
	font-size: 16px;
	font-weight: 700;
	box-shadow: 0 6px 20px rgba(16, 185, 129, 0.35);
	transition: all 0.2s ease-in-out;
}

.sepete-ekle-btn:hover {
	background-color: #059669 !important;
	transform: translateY(-1px);
}

.container,
.tour-details-wrapper,
.tour-details-sec,
.row {
	overflow: visible !important;
	position: relative !important;
}

.tour-gallery-slider {
	position: relative;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	padding: 0 35px !important;
	min-height: 380px;
}

.tour-gallery-slider:not(.slick-initialized) {
	display: flex !important;
	overflow: hidden !important;
	height: 380px !important;
}

.tour-gallery-slider:not(.slick-initialized) .tripex-image {
	width: 33.333% !important;
	flex: 0 0 33.333% !important;
	max-width: 33.333% !important;
	display: block !important;
	box-sizing: border-box !important;
}

.tour-gallery-slider .slick-list {
	width: 100% !important;
	margin: 0 -8px !important;
	overflow: hidden !important;
	padding: 4px 0 !important;
}

.tour-gallery-slider .slick-track {
	display: flex !important;
	align-items: center !important;
}

.tour-gallery-slider .slick-slide {
	outline: none !important;
	padding: 0 8px !important;
	box-sizing: border-box !important;
}

.tour-gallery-slider .tripex-image {
	border-radius: 20px !important;
	overflow: hidden !important;
	margin: 0 auto !important;
	width: 100% !important;
	background: transparent !important;
	border: 1px solid #e2e8f0 !important;
	box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08) !important;
	position: relative;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tour-gallery-slider .tripex-image:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12) !important;
}

.tour-gallery-slider .tripex-image a {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	border-radius: 19px !important;
	overflow: hidden !important;
	position: relative;
}

.tour-gallery-slider img,
.tour-gallery-slider video {
	border-radius: 19px !important;
	height: 380px !important;
	width: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
}

.gallery-video-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 58px;
	height: 58px;
	background: rgba(16, 185, 129, 0.9);
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
	transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
	pointer-events: none;
	z-index: 5;
	border: 2px solid rgba(255, 255, 255, 0.8);
}

.tripex-image:hover .gallery-video-play-btn {
	transform: translate(-50%, -50%) scale(1.15);
	background: #059669;
}

.gallery-video-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 6;
	background: rgba(15, 23, 42, 0.8);
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 20px;
	backdrop-filter: blur(4px);
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.tour-gallery-slider .slick-prev,
.tour-gallery-slider .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	font-size: 16px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #0f172a;
	box-shadow: 0 6px 18px rgba(0,0,0,0.12);
	cursor: pointer;
	display: flex !important;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
}

.tour-gallery-slider .slick-prev:hover,
.tour-gallery-slider .slick-next:hover {
	background: #10b981;
	color: #ffffff;
	border-color: #10b981;
}

.tour-gallery-slider .slick-prev {
	left: -5px !important;
}

.tour-gallery-slider .slick-next {
	right: -5px !important;
}

.btn-cinema-mode {
	position: absolute;
	top: 20px;
	right: 60px;
	z-index: 30;
	background: rgba(15, 23, 42, 0.75);
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 12px;
	padding: 8px 16px;
	font-weight: 700;
	font-size: 0.85rem;
	backdrop-filter: blur(8px);
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
	transition: all 0.2s ease;
}

.btn-cinema-mode:hover {
	background: #10b981;
	color: #ffffff;
	border-color: #10b981;
	transform: translateY(-2px);
}

.nav-pills-custom {
	display: flex !important;
	flex-wrap: nowrap !important;
	width: 100% !important;
	gap: 6px !important;
	margin-bottom: 24px !important;
	padding: 0 !important;
}

.nav-pills-custom .nav-item {
	flex: 1 1 0 !important;
	min-width: 0 !important;
	display: flex !important;
}

.nav-pills-custom .nav-link {
	width: 100% !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 6px !important;
	background: #f8fafc;
	border: 1.5px solid #e2e8f0;
	color: #475569;
	font-weight: 700;
	font-size: 0.84rem;
	border-radius: 12px;
	padding: 10px 4px !important;
	white-space: nowrap !important;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	text-align: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.nav-pills-custom .nav-link i {
	font-size: 0.92rem;
	flex-shrink: 0;
}

.nav-pills-custom .nav-link:hover {
	background: #ffffff;
	border-color: #cbd5e1;
	color: #0f172a;
	transform: translateY(-1px);
}

.nav-pills-custom .nav-link.active {
	background: #10b981 !important;
	color: #ffffff !important;
	border-color: #10b981 !important;
	box-shadow: 0 4px 14px rgba(16, 185, 129, 0.25) !important;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
	.nav-pills-custom .nav-link {
		font-size: 0.80rem !important;
		padding: 10px 3px !important;
		gap: 4px !important;
	}
}

@media (max-width: 991.98px) {
	.nav-pills-custom {
		overflow-x: auto !important;
		overflow-y: hidden !important;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 6px !important;
		scroll-snap-type: x mandatory;
		gap: 8px !important;
	}

	.nav-pills-custom::-webkit-scrollbar {
		height: 3px;
	}

	.nav-pills-custom::-webkit-scrollbar-thumb {
		background: #cbd5e1;
		border-radius: 10px;
	}

	.nav-pills-custom .nav-item {
		flex: 0 0 auto !important;
		scroll-snap-align: start;
	}

	.nav-pills-custom .nav-link {
		padding: 9px 14px !important;
		font-size: 0.82rem !important;
	}
}

@media (max-width: 768px) {
	.tour-header-card {
		padding: 18px 16px !important;
		border-radius: 18px !important;
		margin-bottom: 16px !important;
	}

	.tour-hero-title {
		font-size: 1.42rem !important;
		line-height: 1.28 !important;
		margin-bottom: 8px !important;
	}

	.tour-rating-row {
		gap: 6px !important;
		margin-bottom: 12px !important;
	}

	.ratings i {
		font-size: 0.88rem !important;
	}

	.tour-rating-badge {
		font-size: 0.82rem !important;
		padding: 2px 7px !important;
	}

	.tour-meta-badges {
		gap: 6px 8px !important;
	}

	.tour-meta-pill {
		font-size: 0.78rem !important;
		padding: 5px 10px !important;
		border-radius: 9px !important;
	}

	.tour-share-box {
		width: 100% !important;
		justify-content: space-between !important;
		margin-top: 6px !important;
		padding: 6px 12px !important;
	}

	.star-rating-select i {
		font-size: 1.22rem !important;
	}

	.tour-detail-card {
		padding: 18px 16px !important;
		border-radius: 18px !important;
		margin-bottom: 16px !important;
	}

	.sticky-box {
		position: static !important;
		top: auto !important;
	}

	.tour-gallery-slider {
		padding: 0 !important;
		margin: 0 !important;
		min-height: 300px;
	}

	.tour-gallery-slider:not(.slick-initialized) {
		height: 300px !important;
	}

	.tour-gallery-slider:not(.slick-initialized) .tripex-image {
		width: 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.tour-gallery-slider .slick-list {
		margin: 0 !important;
		padding: 0 !important;
	}

	.tour-gallery-slider .slick-slide {
		padding: 0 2px !important;
	}

	.tour-gallery-slider .tripex-image {
		border-radius: 16px !important;
		border: none !important;
	}

	.tour-gallery-slider img, .tour-gallery-slider video {
		height: 300px !important;
		border-radius: 16px !important;
		object-fit: cover !important;
	}

	.tour-gallery-slider .slick-prev {
		left: 12px !important;
		width: 36px !important;
		height: 36px !important;
		background: rgba(255, 255, 255, 0.95) !important;
	}

	.tour-gallery-slider .slick-next {
		right: 12px !important;
		width: 36px !important;
		height: 36px !important;
		background: rgba(255, 255, 255, 0.95) !important;
	}

	.btn-cinema-mode {
		right: 14px !important;
		top: 12px !important;
		padding: 6px 12px !important;
		font-size: 0.76rem !important;
	}

	.smart-weather-toast {
		bottom: 125px !important;
		width: calc(100% - 24px) !important;
		left: -100% !important;
		z-index: 9995 !important;
	}

	.smart-weather-toast.show {
		left: 12px !important;
	}
}

.flatpickr-day.dolu-tarih, .flatpickr-day.dolu-tarih.flatpickr-disabled, .flatpickr-day.dolu-tarih:hover {
	background-color: #ef4444 !important;
	border-color: #ef4444 !important;
	color: #ffffff !important;
	border-radius: 50% !important;
	opacity: 0.9 !important;
	cursor: not-allowed !important;
}

.flatpickr-day.bos-tarih {
	background-color: #10b981 !important;
	border-color: #10b981 !important;
	color: #ffffff !important;
	border-radius: 50% !important;
}

.flatpickr-day.bos-tarih:hover {
	background-color: #059669 !important;
	border-color: #059669 !important;
}

.flatpickr-day.selected, .flatpickr-day.selected:hover, .flatpickr-day.selected:focus {
	background-color: #2563eb !important;
	border-color: #2563eb !important;
	color: #ffffff !important;
	font-weight: 800 !important;
	border-radius: 50% !important;
	transform: scale(1.1) !important;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #2563eb, 0 4px 14px rgba(37, 99, 235, 0.45) !important;
	z-index: 5 !important;
}

.flatpickr-day.gecmis-tarih, .flatpickr-day.flatpickr-disabled:not(.dolu-tarih) {
	background-color: #f1f5f9 !important;
	color: #cbd5e1 !important;
	border-radius: 50% !important;
}

#takvimWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow-x: auto;
	padding: 10px 0;
}

#takvimWrapper .flatpickr-calendar {
	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
	width: auto !important;
	max-width: 100% !important;
}

#takvimWrapper .flatpickr-day {
	pointer-events: none !important;
	cursor: default !important;
}

.weather-7day-container {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 10px;
}

.weather-day-card-item {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 12px 6px;
	text-align: center;
	box-shadow: 0 2px 6px rgba(0,0,0,0.03);
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.weather-day-card-item:hover {
	transform: translateY(-2px);
	border-color: #10b981;
}

@media (max-width: 991px) {
	.weather-7day-container {
		display: flex;
		overflow-x: auto;
		padding-bottom: 8px;
		-webkit-overflow-scrolling: touch;
	}

	.weather-day-card-item {
		min-width: 105px;
		flex-shrink: 0;
	}
}

.smart-weather-toast {
	position: fixed;
	bottom: 30px;
	left: -450px;
	width: 360px;
	max-width: calc(100vw - 30px);
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(15px);
	border: 1px solid rgba(16, 185, 129, 0.25);
	border-left: 5px solid #10b981;
	border-radius: 18px;
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
	padding: 16px;
	z-index: 9998;
	transition: left 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
	opacity: 0;
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.smart-weather-toast.show {
	left: 20px;
	opacity: 1;
}

.swt-icon {
	width: 44px;
	height: 44px;
	background: linear-gradient(135deg, #fef3c7 0%, #dcfce7 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.35rem;
	color: #f59e0b;
	flex-shrink: 0;
}

.swt-content {
	flex-grow: 1;
	padding-right: 12px;
}

.swt-title {
	font-size: 0.92rem;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 3px;
}

.swt-text {
	font-size: 0.8rem;
	color: #475569;
	line-height: 1.4;
	margin-bottom: 6px;
}

.swt-close {
	position: absolute;
	top: 10px;
	right: 12px;
	background: none;
	border: none;
	color: #94a3b8;
	font-size: 0.95rem;
	cursor: pointer;
}

.swt-action-btn {
	font-size: 0.8rem;
	font-weight: 700;
	color: #10b981;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.badge-verified-buyer {
	background-color: #ecfdf5;
	color: #059669;
	border: 1px solid #a7f3d0;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

header, .navbar {
	z-index: 1000 !important;
}

.mobile-booking-bar-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999 !important;
	background: rgba(255, 255, 255, 0.98) !important;
	backdrop-filter: blur(20px) saturate(180%);
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	border-top: 1px solid #e2e8f0;
	padding: 6px 16px 12px 16px;
	box-shadow: 0 -10px 30px rgba(15, 23, 42, 0.15);
	transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
	will-change: transform;
}

.mobile-booking-bar-bottom.is-collapsed {
	transform: translateY(calc(100% - 24px));
}

.mobile-bar-notch-wrap {
	padding: 6px 0 10px 0;
	margin-top: -2px;
	cursor: grab;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-bar-notch {
	width: 42px;
	height: 5px;
	background: #cbd5e1;
	border-radius: 10px;
}

.mobile-booking-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.mobile-info-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1;
	min-width: 0;
}

.mobile-price-box {
	display: flex;
	align-items: baseline;
	gap: 6px;
	line-height: 1;
}

.mobile-price-label {
	font-size: 9px;
	font-weight: 800;
	color: #94a3b8;
	letter-spacing: 0.6px;
}

.mobile-price-amount {
	font-size: 1.2rem;
	font-weight: 800;
	color: #0f172a;
}

.mobile-actions-row {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

.mobile-chip {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 100px;
	height: 32px;
	padding: 2px 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.chip-input-tarih {
	background: transparent !important;
	border: none !important;
	outline: none !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	color: #1e293b !important;
	width: 68px;
	text-align: center;
	cursor: pointer;
}

.chip-counter-btn {
	background: #ffffff;
	border: 1px solid #cbd5e1;
	color: #334155;
	font-size: 9px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.chip-counter-num {
	background: transparent !important;
	border: none !important;
	width: 20px;
	text-align: center;
	font-weight: 800;
	font-size: 11px;
	color: #0f172a;
}

.mobile-submit-btn {
	background: linear-gradient(135deg, #10b981 0%, #059669 100%);
	color: #ffffff;
	border: none;
	border-radius: 16px;
	padding: 0 16px;
	height: 48px;
	font-size: 13px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex-shrink: 0;
}

.mobile-alert-badge {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #ef4444;
	font-size: 11px;
	font-weight: 600;
	padding: 6px 12px;
	border-radius: 12px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.custom-faq-accordion .accordion-item {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.custom-faq-accordion .accordion-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}