/**
 * Tekil tur — turuncu vurgu, düzen 3, breadcrumb, lightbox, bölüm başlıkları.
 */

:root {
	--seyyah-accent: #8b2e7d;
	--seyyah-accent-hover: #6a245f;
	--seyyah-muted: #6c757d;
	--seyyah-page-bg: #fff;
	--seyyah-breadcrumb-navy: #231f20;
	--seyyah-brand-ink: #231f20;
	--seyyah-brand-plum: #8b2e7d;
	--seyyah-brand-plum-soft: rgba(139, 46, 125, 0.14);
}

.seyyah-accent-text {
	color: var(--seyyah-accent) !important;
}

.seyyah-badge-accent {
	background: var(--seyyah-accent) !important;
	color: #fff !important;
	font-weight: 600;
}

/* ——— Breadcrumb (referans: koyu lacivert, > ayırıcı) ——— */
.seyyah-breadcrumb--navy {
	background: #fff;
	color: var(--seyyah-breadcrumb-navy);
	font-size: 0.875rem;
	line-height: 1.5;
}

.seyyah-breadcrumb__inner {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.15rem 0.25rem;
}

.seyyah-breadcrumb__link {
	color: var(--seyyah-breadcrumb-navy) !important;
	text-decoration: none;
	font-weight: 500;
}

.seyyah-breadcrumb__link:hover {
	color: var(--seyyah-accent) !important;
	text-decoration: underline;
}

.seyyah-breadcrumb__sep {
	color: var(--seyyah-breadcrumb-navy);
	opacity: 0.55;
	font-weight: 400;
	margin: 0 0.2rem;
	user-select: none;
}

.seyyah-breadcrumb__current {
	color: var(--seyyah-breadcrumb-navy);
	font-weight: 600;
}

/* ——— Bölüm başlıkları ——— */
.seyyah-section-title {
	font-size: clamp(1.28rem, 2.6vw, 1.72rem);
	font-weight: 700;
	color: var(--seyyah-brand-ink, #231f20);
	letter-spacing: -0.02em;
	line-height: 1.25;
}

/* ——— Tur programı & SSS akordiyon (logo moru + antrasit) ——— */
body.seyyah-single-tour .seyyah-accordion {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

/* Tema .collapse kuralları tüm panelleri açık gösterebiliyor; kapalıları gizle */
body.seyyah-single-tour .seyyah-accordion .accordion-collapse.collapse:not(.show):not(.collapsing) {
	display: none !important;
}

body.seyyah-single-tour .seyyah-acc-card {
	border: 1px solid #eceef2;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

body.seyyah-single-tour .seyyah-acc-card__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	padding: 1rem 1.15rem;
	margin: 0;
	border: none;
	background: #fff;
	text-align: left;
	font-size: 1rem;
	font-weight: 600;
	color: var(--seyyah-brand-ink, #231f20);
	line-height: 1.35;
	cursor: pointer;
	box-shadow: none;
	transition: background 0.15s ease;
}

body.seyyah-single-tour .seyyah-acc-card__trigger:hover {
	background: #fafafa;
}

body.seyyah-single-tour .seyyah-acc-card__title {
	flex: 1;
	min-width: 0;
}

body.seyyah-single-tour .seyyah-acc-card__icon {
	flex-shrink: 0;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 50%;
	background: var(--seyyah-brand-plum-soft, rgba(139, 46, 125, 0.14));
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	color: var(--seyyah-brand-plum, #8b2e7d);
}

body.seyyah-single-tour .seyyah-acc-card__trigger.collapsed .seyyah-acc-card__minus {
	display: none;
}

body.seyyah-single-tour .seyyah-acc-card__trigger:not(.collapsed) .seyyah-acc-card__plus {
	display: none;
}

body.seyyah-single-tour .seyyah-acc-card__panel {
	padding: 0 1.15rem 1.15rem;
	font-size: 0.95rem;
	line-height: 1.65;
	color: #4b5563;
	border-top: 1px solid #f3f4f6;
}

/* ——— Dahil / hariç / önemli notlar (logo moru + antrasit) ——— */
body.seyyah-single-tour .seyyah-brand-panel {
	border: 1px solid rgba(139, 46, 125, 0.2);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(35, 31, 32, 0.06);
}

body.seyyah-single-tour .seyyah-brand-panel__head {
	font-weight: 700;
	font-size: 0.95rem;
	border: none;
	padding: 0.85rem 1.1rem;
}

body.seyyah-single-tour .seyyah-brand-panel__head--in {
	background: rgba(139, 46, 125, 0.12);
	color: var(--seyyah-brand-plum, #8b2e7d);
}

body.seyyah-single-tour .seyyah-brand-panel__head--out {
	background: rgba(35, 31, 32, 0.06);
	color: var(--seyyah-brand-ink, #231f20);
}

body.seyyah-single-tour .seyyah-brand-panel__body {
	background: #fff;
	padding: 1rem 1.1rem;
}

body.seyyah-single-tour .seyyah-brand-panel__prose {
	color: #4b5563;
	font-size: 0.95rem;
	line-height: 1.65;
}

body.seyyah-single-tour .seyyah-brand-notes {
	border: 1px solid rgba(139, 46, 125, 0.22);
	border-radius: 12px;
	padding: 1.15rem 1.25rem;
	background: linear-gradient(135deg, rgba(139, 46, 125, 0.06) 0%, rgba(255, 255, 255, 1) 55%);
	box-shadow: 0 1px 4px rgba(35, 31, 32, 0.06);
}

body.seyyah-single-tour .seyyah-brand-notes__title {
	color: var(--seyyah-brand-plum, #8b2e7d);
	font-size: clamp(1.15rem, 2.4vw, 1.45rem);
}

body.seyyah-single-tour .seyyah-brand-notes__body {
	color: #374151;
	line-height: 1.65;
}

/* ——— Yorum listesi — tüm düzenler (v3 ile aynı; tema img/flex kurallarından avatar korunur) ——— */
body.seyyah-single-tour .seyyah-section--reviews .seyyah-review-card {
	align-items: flex-start;
	border-color: #eceef2 !important;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

body.seyyah-single-tour .seyyah-section--reviews .seyyah-review-card__avatar {
	width: 52px !important;
	height: 52px !important;
	min-width: 52px !important;
	min-height: 52px !important;
	max-width: 52px !important;
	max-height: 52px !important;
	flex: 0 0 52px !important;
	flex-shrink: 0 !important;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #eceef2;
	background: #f3f4f6 !important;
	color: #6b7280 !important;
}

body.seyyah-single-tour .seyyah-section--reviews .seyyah-review-card__avatar .bi {
	display: block;
	font-size: 1.35rem !important;
	line-height: 1;
	flex-shrink: 0;
}

body.seyyah-single-tour .seyyah-section--reviews .seyyah-review-card__name {
	color: #1a2b4c;
}

/* Yorum bırak formu — düzen 3 dışındaki sayfalarda da aynı input görünümü */
body.seyyah-single-tour .seyyah-review-leave-form__input {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 0.65rem 0.85rem;
}

body.seyyah-single-tour .seyyah-review-leave-form__input:focus {
	border-color: var(--seyyah-accent);
	box-shadow: 0 0 0 0.2rem rgba(122, 46, 131, 0.18);
}

/* ——— Rezervasyon kartı ——— */
.seyyah-booking-card {
	background: #fff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	border-radius: 12px !important;
	box-shadow: 0 16px 48px rgba(15, 23, 42, 0.14), 0 4px 12px rgba(15, 23, 42, 0.06) !important;
}

.seyyah-booking-card__title {
	font-size: 1.15rem;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: -0.02em;
}

.seyyah-booking-card .form-label {
	font-weight: 600;
	font-size: 0.875rem;
	color: #374151;
}

.seyyah-booking-card .form-control,
.seyyah-booking-card .form-select {
	border: none;
	border-bottom: 1px solid #d1d5db;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	background: transparent;
}

.seyyah-booking-card .form-control:focus,
.seyyah-booking-card .form-select:focus {
	box-shadow: none;
	border-color: var(--seyyah-accent);
}

.seyyah-btn-accent,
.seyyah-booking__submit.btn {
	background: var(--seyyah-accent) !important;
	border-color: var(--seyyah-accent) !important;
	color: #fff !important;
	font-weight: 600;
	padding: 0.75rem 1.15rem;
	border-radius: 8px;
	font-size: 1rem;
}

.seyyah-btn-accent:hover,
.seyyah-booking__submit.btn:hover {
	background: var(--seyyah-accent-hover) !important;
	border-color: var(--seyyah-accent-hover) !important;
	color: #fff !important;
}

/* Rezervasyon kutusu — fiyat satırı (tema kartı) */
.seyyah-booking-card .seyyah-booking__price .seyyah-booking__price-value,
.seyyah-booking-card .seyyah-booking__price .seyyah-booking__price-label {
	color: #231f20 !important;
}

.seyyah-booking-card .seyyah-booking__price .seyyah-booking__price-pill {
	opacity: 1;
}

.seyyah-booking-card .seyyah-booking__total-row--l3 .seyyah-booking__price-value--l3 {
	color: #231f20 !important;
}

.seyyah-sticky-col {
	position: sticky;
	top: 1.25rem;
	z-index: 1020;
	align-self: flex-start;
}

@media (max-width: 991.98px) {
	.seyyah-sticky-col {
		position: static;
	}
}

.seyyah-hero-carousel__img {
	max-height: min(72vh, 520px);
	object-fit: cover;
}

.seyyah-gal-h-360 {
	min-height: 280px;
	max-height: 420px;
}

.seyyah-gal-h-172 {
	min-height: 120px;
	max-height: 200px;
}

.seyyah-gal-h-380 {
	min-height: 240px;
	max-height: 420px;
}

.seyyah-gal-h-420 {
	min-height: 280px;
	max-height: 520px;
}

.seyyah-gal-h-128 {
	height: 128px;
}

.seyyah-gallery-grid__link,
.seyyah-lightbox {
	cursor: zoom-in;
}

.seyyah-map-embed iframe {
	width: 100%;
	min-height: 280px;
	border: 0;
	display: block;
}

.seyyah-map-embed .seyyah-map-container {
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
}

/* Düzen 3 görünümü: assets/seyyah-single-design.css */

/* Bilgi şeridi (eski kutu stili — .top-detail-info) */
.seyyah-info-bar--boxed .seyyah-info-bar__icon-wrap {
	width: 52px;
	height: 52px;
	border: 1px solid #d8dde4;
	border-radius: 10px;
	background: #fafbfc;
	color: var(--seyyah-muted);
}

.seyyah-info-bar--boxed .seyyah-info-bar__icon-wrap .bi {
	font-size: 1.35rem;
}

.seyyah-info-bar__label {
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: 700;
	color: #6b7280;
	margin-bottom: 0.2rem;
}

.seyyah-info-bar__value {
	font-size: 1.05rem;
	font-weight: 600;
	color: #111827;
	line-height: 1.3;
}

.seyyah-sidebar-booking .seyyah-booking.card {
	border-radius: 12px;
}

.seyyah-tripartite .seyyah-trip-side {
	min-height: 120px;
	max-height: 380px;
}

.object-fit-cover {
	object-fit: cover;
}

/* ——— Lightbox ——— */
.seyyah-lb {
	position: fixed;
	inset: 0;
	z-index: 100050;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.92);
	padding: 2rem;
	box-sizing: border-box;
}

.seyyah-lb.is-open {
	display: flex;
}

.seyyah-lb__stage {
	max-width: 100%;
	max-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.seyyah-lb__img {
	max-width: min(96vw, 1400px);
	max-height: 88vh;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 4px;
}

.seyyah-lb__close {
	position: absolute;
	top: 0.75rem;
	right: 1rem;
	z-index: 2;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 2.25rem;
	line-height: 1;
	cursor: pointer;
	opacity: 0.9;
	padding: 0.25rem 0.5rem;
}

.seyyah-lb__close:hover {
	opacity: 1;
}

.seyyah-lb__prev,
.seyyah-lb__next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.95);
	color: #111;
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 4px;
}

.seyyah-lb__prev {
	left: 1rem;
}

.seyyah-lb__next {
	right: 1rem;
}

.seyyah-lb__prev:hover,
.seyyah-lb__next:hover {
	background: #fff;
}

/* ——— Düzen 3 referans (3.png): turuncu #ff6b35, lacivert başlıklar, şerit bilgi, SSS + ——— */
body.seyyah-single-layout-3 {
	--seyyah-accent: #ff6b35;
	--seyyah-accent-hover: #e85d2d;
	--seyyah-ref-navy: #1a2b4c;
	--seyyah-body-text: #4b5563;
}

body.seyyah-single-layout-3 .seyyah-layout-3 {
	overflow: visible;
}

body.seyyah-single-layout-3 .seyyah-section-title {
	color: var(--seyyah-ref-navy);
	font-size: clamp(1.35rem, 2.8vw, 1.85rem);
}

body.seyyah-single-layout-3 .seyyah-layout-3 .tour-entry-content .entry-content,
body.seyyah-single-layout-3 .seyyah-layout-3 .tour-entry-content .seyyah-prose {
	color: var(--seyyah-body-text);
}

body.seyyah-single-layout-3 .seyyah-booking-card--l3 .seyyah-booking-card__title {
	color: var(--seyyah-ref-navy);
	font-size: 1.2rem;
}

body.seyyah-single-layout-3 .seyyah-booking-card--l3 .form-control,
body.seyyah-single-layout-3 .seyyah-booking-card--l3 .form-select {
	border: 1px solid #e5e7eb !important;
	border-radius: 8px !important;
	padding: 0.65rem 0.85rem !important;
	background: #fff !important;
}

body.seyyah-single-layout-3 .seyyah-booking-card--l3 .form-control:focus,
body.seyyah-single-layout-3 .seyyah-booking-card--l3 .form-select:focus {
	border-color: var(--seyyah-accent) !important;
	box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.15);
}

body.seyyah-single-layout-3 .seyyah-section--faq .seyyah-acc-card__title,
body.seyyah-single-layout-3 .seyyah-section--program .seyyah-acc-card__title {
	color: var(--seyyah-ref-navy);
}

body.seyyah-single-layout-3 .seyyah-section--amenities .bi-check2-circle {
	color: #2563eb !important;
}

body.seyyah-single-layout-3 .seyyah-layout-3 .tour-entry-content .seyyah-section {
	margin-bottom: 2.5rem !important;
}

body.seyyah-single-layout-3 .seyyah-layout-3 .tour-entry-content .seyyah-section:last-child {
	margin-bottom: 0 !important;
}

/* ——— Ek içerik sekmeleri (referans: yuvarlak çubuk, aktif mor + beyaz yazı) ——— */
.seyyah-tour-tabs {
	margin-bottom: 1.75rem;
}

.seyyah-tour-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.35rem;
	align-items: center;
	padding: 0.35rem;
	background: #f3f4f6;
	border-radius: 999px;
	width: fit-content;
	max-width: 100%;
}

.seyyah-tour-tabs__btn {
	appearance: none;
	border: 0;
	background: transparent;
	color: #4b5563;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.2;
	padding: 0.55rem 1.15rem;
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.seyyah-tour-tabs__btn:hover {
	color: var(--seyyah-accent, #8b2e7d);
	background: rgba(255, 255, 255, 0.65);
}

.seyyah-tour-tabs__btn.is-active {
	background: var(--seyyah-accent, #8b2e7d);
	color: #fff;
	box-shadow: 0 1px 3px rgba(139, 46, 125, 0.35);
}

.seyyah-tour-tabs__btn.is-active:hover {
	color: #fff;
	background: var(--seyyah-accent-hover, #6a245f);
}

.seyyah-tour-tabs__panels {
	margin-top: 1.25rem;
}

.seyyah-tour-tabs__panel[hidden] {
	display: none !important;
}

.seyyah-tour-tabs__panel.is-active {
	display: block;
}

.seyyah-tour-tabs__rich {
	max-width: 100%;
}
