﻿/*
Theme Name: Astra Child - Vikend u Prirodi
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* =========================================
   FORCE FULL-WIDTH ON IZLET PAGES
   ========================================= */

/* Root overflow kill */
html:has(body.single-izlet),
html:has(body.post-type-archive-izlet) { overflow-x: hidden; }
body.single-izlet,
body.post-type-archive-izlet { overflow-x: hidden; max-width: 100vw; }

/* CRITICAL: ast-container is display:flex — force it to stack vertically */
body.post-type-archive-izlet .ast-container,
body.single-izlet .ast-container,
body.page-kontakt .ast-container,
body.page-template-page-kontakt .ast-container {
	display: block !important;
	flex-direction: column !important;
}

/* Unwrap every Astra wrapper */
body.post-type-archive-izlet .ast-container,
body.single-izlet .ast-container,
body.post-type-archive-izlet #primary,
body.single-izlet #primary,
body.post-type-archive-izlet #content,
body.single-izlet #content,
body.post-type-archive-izlet #ast-content-wrap,
body.single-izlet #ast-content-wrap,
body.post-type-archive-izlet .site-content,
body.single-izlet .site-content,
body.post-type-archive-izlet .ast-article-post,
body.single-izlet .ast-article-post,
body.post-type-archive-izlet .ast-row,
body.single-izlet .ast-row,
body.post-type-archive-izlet .content-area,
body.single-izlet .content-area,
body.page-kontakt .ast-container,
body.page-kontakt #primary,
body.page-kontakt #content,
body.page-kontakt .site-content,
body.page-kontakt .content-area,
body.page-template-page-kontakt .ast-container,
body.page-template-page-kontakt #primary,
body.page-template-page-kontakt #content,
body.page-template-page-kontakt .site-content,
body.page-template-page-kontakt .content-area {
	max-width: 100% !important;
	width: 100% !important;
	float: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Kill Astra sidebar completely */
body.post-type-archive-izlet #secondary,
body.single-izlet #secondary,
body.post-type-archive-izlet .ast-sidebar-wrap,
body.single-izlet .ast-sidebar-wrap,
body.post-type-archive-izlet .widget-area,
body.single-izlet .widget-area { display: none !important; }

/* Entry content */
body.post-type-archive-izlet .entry-content,
body.single-izlet .entry-content,
body.post-type-archive-izlet article,
body.single-izlet article {
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* Hide default WP/Astra headings */
body.post-type-archive-izlet .ast-archive-description,
body.post-type-archive-izlet .page-header,
body.single-izlet .entry-header,
body.single-izlet .entry-title { display: none !important; }

/* =========================================
   LANGUAGE SWITCHER â€“ inline next to Instagram
   ========================================= */

.vp-lang-sw {
	display: inline-flex;
	align-items: center;
	margin-left: 14px;
	background: #f0f4f0;
	border-radius: 6px;
	overflow: hidden;
	border: 1.5px solid #c8dcc8;
	vertical-align: middle;
	flex-shrink: 0;
}
.vp-lang-sw button {
	background: none;
	border: none;
	padding: 5px 11px;
	font-size: .72rem;
	font-weight: 800;
	cursor: pointer;
	color: #555;
	line-height: 1.4;
	transition: background .15s, color .15s;
	letter-spacing: .05em;
	font-family: inherit;
}
.vp-lang-sw button:not(:last-child) {
	border-right: 1.5px solid #c8dcc8;
}
.vp-lang-sw button.active {
	background: #2a6b35;
	color: #fff;
}
.vp-lang-sw button:not(.active):hover {
	background: #e0ece0;
	color: #2a6b35;
}

/* ---- Početna: video sekcija ---- */
.home-video { padding: 0 32px 64px; }
.home-video-inner { max-width: 900px; margin: 0 auto; }
.home-video-inner video {
	width: 100%;
	display: block;
	background: #000;
	border-radius: 18px;
	aspect-ratio: 16 / 9;
	box-shadow: 0 10px 34px rgba(0,0,0,.16);
	object-fit: cover;
}
.vp-video-wrap { position: relative; }
.vp-video-wrap video { object-fit: cover; }
/* uspravni (reel) video: uži okvir, centriran — okvir prati oblik videa pa nema sječenja */
.vp-video-wrap.vp-vertical { max-width: 340px; margin-left: auto; margin-right: auto; }
.vp-video-play {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 86px;
	height: 86px;
	padding: 0; /* poništava Astra globalni padding na dugmadima */
	border-radius: 50%;
	border: none;
	background: rgba(42, 107, 53, .92);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
	transition: transform .15s, background .15s;
}
.vp-video-play:hover { transform: scale(1.08); background: #2a6b35; }
.vp-video-play svg { width: 36px; height: 36px; flex: 0 0 auto; fill: #fff; margin: 0; display: block; }
.vp-video-play svg path { fill: #fff; }
/* na telefonu se dugme ne prikazuje — tamo rade ugrađene video kontrole */
@media (max-width: 700px) {
	.vp-video-play { display: none; }
}

/* ---- Početna: Instagram sekcija ---- */
.home-insta {
	padding: 64px 32px 72px;
	background: linear-gradient(180deg, #f7faf7, #eef6ef);
}
.home-insta-feed { max-width: 1100px; margin: 0 auto 32px; }
.home-insta-btn-wrap { text-align: center; }
.home-insta-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 15px 30px;
	border-radius: 14px;
	font-weight: 800;
	font-size: 1rem;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
	box-shadow: 0 10px 28px rgba(188, 24, 136, .32);
	transition: transform .15s, box-shadow .15s;
}
.home-insta-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 34px rgba(188, 24, 136, .42);
	color: #fff;
}
.home-insta-btn svg { width: 22px; height: 22px; flex-shrink: 0; }

/* ---- Galerija: video pločica u mreži sa fotografijama ---- */
.gal-item-video { cursor: default; }
.gal-item-video video {
	width: 100%;
	display: block;
	background: #000;
}
.gal-item-video .vp-video-play { width: 64px; height: 64px; }
.gal-item-video .vp-video-play svg { width: 26px; height: 26px; }

/* ---- Header: svetlozelena pozadina (ista kao pozadine sekcija) ---- */
#masthead .main-header-bar,
#masthead .ast-primary-header-bar,
#masthead .ast-above-header-bar,
#masthead .ast-mobile-header-wrap .ast-primary-header-bar {
	background: var(--vp-green-light) !important;
	background-color: var(--vp-green-light) !important;
}

/* ---- Mobilni header: Instagram ikonica lijevo od hamburgera ----
   Bez vlastitog stila — nasljeđuje sve od Astra social elementa (isto kao desktop) */
.vp-mob-ig {
	display: inline-flex;
	align-items: center;
	margin-right: 10px;
}

/* ---- SR/EN/DE padajući izbor pored hamburgera (mobilni) ---- */
.vp-mob-lang-dd { position: relative; display: inline-flex; margin-right: 10px; }
.vp-mob-lang-cur {
	background: #f0f4f0;
	border: 1.5px solid #c8dcc8;
	border-radius: 6px;
	padding: 6px 10px;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .05em;
	color: #2a6b35;
	cursor: pointer;
	font-family: inherit;
	line-height: 1.2;
}
.vp-mob-lang-opts {
	display: none;
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	background: #fff;
	border: 1.5px solid #c8dcc8;
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(0,0,0,.14);
	overflow: hidden;
	z-index: 9999;
	min-width: 60px;
}
.vp-mob-lang-dd.open .vp-mob-lang-opts { display: block; }
.vp-mob-lang-opts button {
	display: block;
	width: 100%;
	background: none;
	border: none;
	padding: 10px 14px;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .05em;
	color: #555;
	cursor: pointer;
	font-family: inherit;
	text-align: center;
}
.vp-mob-lang-opts button:hover { background: #eef6ef; color: #2a6b35; }
.vp-mob-lang-opts button:not(:last-child) { border-bottom: 1px solid #e3ede3; }

/* Make social wrap flex so switcher sits inline */
.ast-header-social-wrap {
	display: inline-flex !important;
	align-items: center;
	flex-wrap: nowrap;
}

/* =========================================
   TOURS ARCHIVE â€“ LISTING PAGE
   ========================================= */

:root {
	--vp-green: #2a6b35;
	--vp-green-dark: #1e5a2a;
	--vp-green-light: #eef6ef;
	--vp-text: #1c2b1c;
	--vp-muted: #6b7c6b;
	--vp-border: #dde8dd;
	--vp-radius: 14px;
}

.tours-hero {
	background:
		linear-gradient(160deg, rgba(20,60,25,.72) 0%, rgba(30,80,40,.55) 60%, rgba(42,107,53,.45) 100%),
		url('/wp-content/uploads/2025/12/gornje-bare-zelengora.jpg') center/cover no-repeat;
	padding: 90px 24px 80px;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.tours-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background: none;
}
.tours-hero-kicker {
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .15em;
	opacity: .75;
	margin: 0 0 12px;
	position: relative; z-index: 1;
}
.tours-hero h1 {
	font-size: clamp(2rem, 5vw, 3.2rem);
	font-weight: 900;
	margin: 0 0 14px;
	position: relative; z-index: 1;
	letter-spacing: -.02em;
}
.tours-hero p {
	font-size: 1.15rem;
	opacity: .85;
	max-width: 560px;
	margin: 0 auto;
	line-height: 1.6;
	position: relative; z-index: 1;
}
.tours-hero-stats {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 36px;
	position: relative; z-index: 1;
}
.tours-hero-stats .stat { text-align: center; }
.tours-hero-stats .stat-num { font-size: 1.8rem; font-weight: 900; }
.tours-hero-stats .stat-lbl { font-size: .75rem; opacity: .7; text-transform: uppercase; letter-spacing: .1em; }

.tours-filters-bar {
	background: #fff;
	border-bottom: 1px solid var(--vp-border);
	padding: 0 32px;
	display: flex;
	align-items: center;
	gap: 8px;
	overflow-x: auto;
	scrollbar-width: none;
	position: sticky;
	top: 0;
	z-index: 50;
	box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.tours-filters-bar::-webkit-scrollbar { display: none; }
.tours-filter-btn {
	flex-shrink: 0;
	padding: 16px 20px;
	border: none;
	background: none;
	font-size: .85rem;
	font-weight: 700;
	cursor: pointer;
	color: var(--vp-muted);
	border-bottom: 3px solid transparent;
	transition: all .15s;
	white-space: nowrap;
}
.tours-filter-btn:hover { color: var(--vp-green); }
.tours-filter-btn.active {
	color: var(--vp-green);
	border-bottom-color: var(--vp-green);
}

.tours-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
	gap: 28px;
	padding: 48px 40px;
	max-width: 1360px;
	margin: 0 auto;
}
@media (max-width: 860px) {
	.tours-grid { grid-template-columns: 1fr; padding: 24px 20px; }
}

/* Početna — "Popularne ture": tačno 3 kolone, centrirano (bez praznog prostora) */
.home-tours .tours-grid {
	grid-template-columns: repeat(3, 1fr);
	max-width: 1360px;
	margin: 0 auto;
}
@media (max-width: 1100px) {
	.home-tours .tours-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
	.home-tours .tours-grid { grid-template-columns: 1fr; }
}

/* ---- Tour card ---- */
.tour-card {
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 2px 16px rgba(0,0,0,.07);
	border: 1px solid var(--vp-border);
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	transition: transform .25s, box-shadow .25s;
}
.tour-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 16px 48px rgba(0,0,0,.13);
}
.tour-card-image {
	position: relative;
	height: 230px;
	overflow: hidden;
	background: linear-gradient(135deg, #2a6b35, #4aa05a);
}
.tour-card-image img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform .5s;
}
.tour-card:hover .tour-card-image img { transform: scale(1.07); }
.tour-card-placeholder {
	width: 100%; height: 100%;
	display: flex; align-items: center; justify-content: center;
	font-size: 3.5rem; opacity: .6;
}
.tour-card-badge {
	position: absolute; top: 14px; left: 14px;
	font-size: .7rem; font-weight: 800;
	padding: 4px 12px; border-radius: 30px;
	text-transform: uppercase; letter-spacing: .07em;
	background: var(--vp-green); color: #fff;
}
.tour-card-badge.featured, .tour-card-badge.premium { background: #b45309; }
.tour-card-badge.novo, .tour-card-badge.new { background: #1d6fa4; }
.tour-card-price {
	position: absolute; bottom: 14px; right: 14px;
	background: rgba(0,0,0,.72); color: #fff;
	font-weight: 800; font-size: .95rem;
	padding: 5px 13px; border-radius: 8px;
	backdrop-filter: blur(6px);
}
.tour-card-body { padding: 22px 22px 16px; flex: 1; }
.tour-card-location {
	font-size: .72rem; color: var(--vp-muted);
	text-transform: uppercase; letter-spacing: .1em;
	margin-bottom: 7px;
}
.tour-card-title {
	font-size: 1.2rem; font-weight: 800;
	color: var(--vp-text); margin: 0 0 10px;
	line-height: 1.3;
}
.tour-card-excerpt {
	font-size: .875rem; color: var(--vp-muted);
	line-height: 1.65; margin-bottom: 16px;
}
.tour-card-meta {
	display: flex; gap: 16px; flex-wrap: wrap;
	padding-top: 14px; border-top: 1px solid var(--vp-border);
}
.tour-meta-item {
	display: flex; align-items: center; gap: 5px;
	font-size: .78rem; color: #444; font-weight: 600;
}
.tour-meta-item svg { width: 13px; height: 13px; color: var(--vp-green); }
.tour-card-footer {
	padding: 14px 22px 20px;
	display: flex; align-items: center; justify-content: space-between;
}
.tour-card-cta {
	display: inline-flex; align-items: center; gap: 6px;
	background: var(--vp-green); color: #fff;
	padding: 10px 20px; border-radius: 10px;
	font-weight: 700; font-size: .85rem;
	text-decoration: none; transition: background .15s;
}
.tour-card-cta:hover { background: var(--vp-green-dark); color: #fff; }
.tour-card-cta svg { width: 14px; height: 14px; }
.tour-card-diff {
	font-size: .75rem; font-weight: 700;
	padding: 4px 10px; border-radius: 30px;
}
.diff-easy { background: #dcfce7; color: #16a34a; }
.diff-moderate { background: #fef3c7; color: #d97706; }
.diff-hard { background: #fee2e2; color: #dc2626; }

/* =========================================
   SINGLE TOUR PAGE
   ========================================= */

.tour-hero {
	position: relative;
	height: clamp(420px, 58vh, 680px);
	overflow: hidden;
	display: flex; align-items: flex-end;
}
.tour-hero-bg {
	position: absolute; inset: 0;
	background-size: cover; background-position: center;
}
.tour-hero-bg-placeholder {
	position: absolute; inset: 0;
	background:
		linear-gradient(160deg, rgba(20,60,25,.6) 0%, rgba(42,107,53,.45) 100%),
		url('/wp-content/uploads/2025/12/gornje-bare-zelengora.jpg') center/cover no-repeat;
}
.tour-hero-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(to top, rgba(5,20,5,.82) 0%, rgba(0,0,0,.15) 60%, transparent 100%);
}
.tour-hero-content {
	position: relative; z-index: 2;
	color: #fff; padding: 52px 52px 48px;
	width: 100%;
}
@media (max-width: 768px) { .tour-hero-content { padding: 32px 20px; } }

.tour-hero-breadcrumb {
	font-size: .78rem; opacity: .75; margin-bottom: 14px;
}
.tour-hero-breadcrumb a { color: #fff; text-decoration: none; }
.tour-hero-breadcrumb a:hover { opacity: .8; }
.tour-hero-breadcrumb span { margin: 0 6px; opacity: .5; }

.tour-hero-cats {
	display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px;
}
.tour-hero-cat {
	font-size: .7rem; font-weight: 800; letter-spacing: .1em;
	text-transform: uppercase;
	background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.3);
	color: #fff; padding: 4px 12px; border-radius: 30px;
	backdrop-filter: blur(4px);
}

.tour-hero-title {
	font-size: clamp(1.9rem, 4.5vw, 3.2rem);
	font-weight: 900; margin: 0 0 10px;
	line-height: 1.1; letter-spacing: -.02em;
	text-shadow: 0 2px 20px rgba(0,0,0,.4);
	max-width: 780px;
}
.tour-hero-subtitle {
	font-size: 1.05rem; opacity: .88;
	max-width: 600px; line-height: 1.6; margin-bottom: 20px;
}
.tour-hero-pills {
	display: flex; gap: 10px; flex-wrap: wrap;
}
.tour-hero-pill {
	display: flex; align-items: center; gap: 6px;
	background: rgba(0,0,0,.35);
	border: 1px solid rgba(255,255,255,.2);
	backdrop-filter: blur(8px);
	color: #fff; padding: 7px 16px; border-radius: 30px;
	font-size: .82rem; font-weight: 600;
}

/* Sticky bar */
.tour-sticky-bar {
	position: sticky; top: 0; z-index: 100;
	background: #fff;
	box-shadow: 0 2px 20px rgba(0,0,0,.1);
	padding: 0 40px;
	display: flex; align-items: center; justify-content: space-between;
	height: 60px; gap: 16px;
}
@media (max-width: 768px) {
	.tour-sticky-bar { padding: 0 16px; }
	/* na telefonu: samo cijena + Rezerviši (naslov i linkovi se ne prikazuju) */
	.tour-sticky-title, .tour-sticky-nav { display: none; }
}
.tour-sticky-nav a { white-space: nowrap; }
.tour-sticky-title {
	font-weight: 800; font-size: .95rem;
	color: var(--vp-text); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.tour-sticky-price {
	font-weight: 900; color: var(--vp-green); font-size: 1.1rem; white-space: nowrap;
}
.tour-sticky-nav { display: flex; gap: 24px; }
.tour-sticky-nav a {
	font-size: .82rem; font-weight: 600; color: var(--vp-muted);
	text-decoration: none; transition: color .15s;
}
.tour-sticky-nav a:hover { color: var(--vp-green); }
.tour-sticky-cta {
	background: var(--vp-green); color: #fff;
	padding: 9px 22px; border-radius: 8px;
	font-weight: 800; font-size: .85rem;
	text-decoration: none; white-space: nowrap;
	transition: background .15s;
	flex-shrink: 0;
	margin-left: auto; /* dugme uvijek uz desnu ivicu */
}
.tour-sticky-cta:hover { background: var(--vp-green-dark); color: #fff; }

/* Layout */
.tour-layout {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 48px 40px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 40px;
	align-items: start;
}
@media (max-width: 1200px) {
	.tour-layout { padding: 40px 28px; gap: 28px; }
}
@media (max-width: 960px) {
	.tour-layout { grid-template-columns: 1fr; padding: 28px 20px; }
	.tour-sidebar { order: -1; }
}

/* Full-width breakout for hero, sticky bar and CTA */
.tour-hero,
.tour-sticky-bar,
.tour-cta-strip,
.tours-hero,
.tours-filters-bar,
.tours-grid {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

/* Section styles */
.tour-section { margin-bottom: 56px; scroll-margin-top: 72px; }
.tour-section-label {
	font-size: .72rem; font-weight: 800; letter-spacing: .12em;
	text-transform: uppercase; color: var(--vp-green);
	margin-bottom: 8px;
}
.tour-section-title {
	font-size: 1.5rem; font-weight: 900; color: var(--vp-text);
	margin: 0 0 24px; letter-spacing: -.02em;
	padding-bottom: 16px;
	border-bottom: 2px solid var(--vp-border);
}
.tour-overview-text {
	font-size: 1.05rem; line-height: 1.85; color: #374137;
}
.tour-overview-text p { margin-bottom: 1.2em; }

/* Info pills row */
.tour-info-row {
	display: flex; gap: 0;
	border: 1.5px solid var(--vp-border);
	border-radius: 14px; overflow: hidden;
	margin-bottom: 40px;
}
.tour-info-cell {
	flex: 1; padding: 18px 20px;
	border-right: 1.5px solid var(--vp-border);
	text-align: center;
}
.tour-info-cell:last-child { border-right: none; }
.tic-icon { font-size: 1.4rem; margin-bottom: 4px; }
.tic-label { font-size: .68rem; color: var(--vp-muted); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 3px; }
.tic-value { font-weight: 800; font-size: .92rem; color: var(--vp-text); }
@media (max-width: 600px) {
	.tour-info-row { flex-wrap: wrap; }
	.tour-info-cell { flex: 1 1 calc(50% - 1px); border-bottom: 1.5px solid var(--vp-border); }
}

/* Highlights */
.tour-highlights-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 14px;
}
.tour-hl-item {
	background: var(--vp-green-light);
	border: 1px solid #c8e6c8;
	border-radius: 12px;
	padding: 16px;
	display: flex; align-items: flex-start; gap: 12px;
}
.hl-icon {
	width: 38px; height: 38px; flex-shrink: 0;
	background: none;
	display: flex; align-items: center; justify-content: center;
	font-size: 1.6rem;
}
.hl-text { font-size: .875rem; font-weight: 600; color: var(--vp-text); line-height: 1.4; }

/* Itinerary */
.itinerary-list { position: relative; }
.itinerary-step {
	display: flex; gap: 20px; margin-bottom: 32px;
	position: relative;
}
.itinerary-step::before {
	content: '';
	position: absolute; left: 20px; top: 44px; bottom: -32px;
	width: 2px; background: var(--vp-border);
}
.itinerary-step:last-child::before { display: none; }
.it-num {
	width: 42px; height: 42px; border-radius: 50%;
	background: var(--vp-green); color: #fff;
	display: flex; align-items: center; justify-content: center;
	font-weight: 900; font-size: .85rem; flex-shrink: 0;
}
.it-body { flex: 1; padding-top: 8px; }
.it-time { font-size: .72rem; color: var(--vp-muted); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 4px; }
.it-title { font-weight: 800; font-size: 1rem; color: var(--vp-text); margin-bottom: 6px; }
.it-desc { font-size: .9rem; color: var(--vp-muted); line-height: 1.7; margin: 0; }

/* Included / Excluded */
.inc-exc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
@media (max-width: 580px) { .inc-exc-grid { grid-template-columns: 1fr; } }
.inc-exc-heading {
	font-size: .8rem; font-weight: 800; text-transform: uppercase;
	letter-spacing: .08em; margin-bottom: 14px;
	display: flex; align-items: center; gap: 8px;
}
.inc-exc-heading.inc { color: #16a34a; }
.inc-exc-heading.exc { color: #dc2626; }
.inc-list, .exc-list { list-style: none; margin: 0; padding: 0; }
.inc-list li, .exc-list li {
	display: flex; align-items: flex-start; gap: 10px;
	padding: 9px 0; border-bottom: 1px solid var(--vp-border);
	font-size: .9rem; color: #444; line-height: 1.5;
}
.inc-list li::before { content: '\2713'; color: #16a34a; font-weight: 900; flex-shrink: 0; }
.exc-list li::before { content: '\2717'; color: #dc2626; font-weight: 900; flex-shrink: 0; }

/* Important info */
.important-list { list-style: none; margin: 0; padding: 0; }
.important-list li {
	padding: 11px 0 11px 22px; position: relative;
	border-bottom: 1px solid var(--vp-border);
	font-size: .9rem; color: #444; line-height: 1.6;
}
.important-list li::before {
	content: '';
	position: absolute; left: 0; top: 18px;
	width: 7px; height: 7px; border-radius: 50%;
	background: var(--vp-green);
}

/* Gallery */
.tour-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 220px 160px;
	gap: 8px; border-radius: 16px; overflow: hidden;
}
.tour-gallery a { display: block; overflow: hidden; }
.tour-gallery a:first-child { grid-column: span 2; grid-row: span 2; }
.tour-gallery img {
	width: 100%; height: 100%; object-fit: cover;
	transition: transform .4s;
}
.tour-gallery a:hover img { transform: scale(1.06); }
.tour-gallery-placeholder {
	background: linear-gradient(135deg, #2a6b35, #4aa05a);
	display: flex; align-items: center; justify-content: center;
	color: rgba(255,255,255,.3); font-size: 3rem;
}
@media (max-width: 580px) {
	.tour-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
	.tour-gallery a:first-child { grid-column: span 2; grid-row: span 1; }
}

/* Reviews */
.tour-reviews-list { display: flex; flex-direction: column; gap: 18px; }
.review-card {
	background: #fafcfa; border: 1px solid var(--vp-border);
	border-radius: 14px; padding: 20px;
}
.review-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 10px; }
.review-author { font-weight: 800; color: var(--vp-text); font-size: .95rem; }
.review-date { font-size: .78rem; color: var(--vp-muted); margin-top: 2px; }
.review-stars { color: #f59e0b; font-size: .95rem; letter-spacing: 2px; }
.review-text { font-size: .9rem; color: #555; line-height: 1.7; margin: 0; font-style: italic; }

/* Sidebar booking card */
.tour-sidebar { position: sticky; top: 72px; }
.booking-card {
	background: #fff;
	border: 1.5px solid var(--vp-border);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 8px 40px rgba(0,0,0,.09);
}
.booking-card-head {
	background: linear-gradient(160deg, #2a6b35, #4aa05a);
	padding: 28px 24px; color: #fff; text-align: center;
}
.bc-from { font-size: .72rem; opacity: .75; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 4px; }
.bc-price { font-size: 2.6rem; font-weight: 900; line-height: 1; }
.bc-per { font-size: .8rem; opacity: .75; margin-top: 4px; }
.booking-card-body { padding: 24px; }
.bc-details { list-style: none; margin: 0 0 22px; padding: 0; }
.bc-details li {
	display: flex; justify-content: space-between; align-items: center;
	padding: 10px 0; border-bottom: 1px solid var(--vp-border);
	font-size: .875rem;
}
.bc-details li:last-child { border-bottom: none; }
.bc-lbl { color: var(--vp-muted); }
.bc-val { font-weight: 800; color: var(--vp-text); }
.bc-btn-primary {
	display: block; width: 100%;
	background: var(--vp-green); color: #fff;
	text-align: center; padding: 15px;
	border-radius: 12px; font-weight: 900; font-size: 1rem;
	text-decoration: none; margin-bottom: 10px;
	transition: background .15s, transform .1s;
}
.bc-btn-primary:hover { background: var(--vp-green-dark); transform: translateY(-1px); color: #fff; }
.bc-btn-secondary {
	display: block; width: 100%; text-align: center;
	padding: 12px; border: 2px solid var(--vp-green);
	border-radius: 12px; color: var(--vp-green);
	font-weight: 700; font-size: .875rem;
	text-decoration: none; transition: all .15s;
}
.bc-btn-secondary:hover { background: var(--vp-green-light); }
.bc-guarantee {
	margin-top: 16px; text-align: center;
	font-size: .75rem; color: var(--vp-muted);
}

/* FAQ */
.faq-item {
	border-bottom: 1px solid var(--vp-border);
	overflow: hidden;
}
.faq-q {
	width: 100%; background: none; border: none;
	padding: 18px 0; text-align: left;
	font-weight: 700; font-size: .95rem; color: var(--vp-text);
	cursor: pointer; display: flex; justify-content: space-between; align-items: center;
	gap: 12px;
}
.faq-q:hover { color: var(--vp-green); }
.faq-q .faq-arrow { font-size: 1.1rem; transition: transform .2s; flex-shrink: 0; }
.faq-q[aria-expanded="true"] .faq-arrow { transform: rotate(180deg); }
.faq-a {
	max-height: 0; overflow: hidden;
	transition: max-height .3s ease, padding .3s;
	font-size: .9rem; color: var(--vp-muted); line-height: 1.7;
}
.faq-a.open { max-height: 400px; padding-bottom: 16px; }

/* Related tours */
.related-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 20px; margin-top: 24px;
}

/* CTA Banner */
.tour-cta-strip {
	background:
		linear-gradient(160deg, rgba(20,60,25,.78) 0%, rgba(42,107,53,.65) 100%),
		url('/wp-content/uploads/2025/12/trnovacko-jezero-1.jpg') center/cover no-repeat;
	padding: 64px 40px; text-align: center; color: #fff;
	margin-top: 0;
}
.tour-cta-strip h2 { font-size: 2rem; font-weight: 900; margin: 0 0 12px; letter-spacing: -.02em; color: #e8f5eb !important; }
.tour-cta-strip p { opacity: .85; font-size: 1.05rem; max-width: 500px; margin: 0 auto 28px; color: #e8f5eb !important; }
.tour-cta-strip a {
	display: inline-block;
	background: #fff; color: var(--vp-green);
	padding: 15px 36px; border-radius: 12px;
	font-weight: 900; font-size: 1rem;
	text-decoration: none; transition: transform .2s, box-shadow .2s;
}
.tour-cta-strip a:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,0,0,.2); }

/* Lang tabs in content */
.lang-tabs {
	display: inline-flex;
	border: 2px solid var(--vp-border);
	border-radius: 10px; overflow: hidden;
	margin-bottom: 36px;
}
.lang-tab {
	padding: 8px 22px; border: none; background: #fff;
	font-weight: 700; font-size: .82rem; cursor: pointer;
	color: var(--vp-muted); transition: all .15s;
}
.lang-tab.active { background: var(--vp-green); color: #fff; }

/* =========================================
   GALERIJA
   ========================================= */

body.page-template-page-galerija .ast-container,
body.page-template-page-last-minute .ast-container,
body.page-template-page-priprema .ast-container,
body.page-template-page-o-nama .ast-container {
	display: block !important;
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}
body.page-template-page-galerija #primary,
body.page-template-page-last-minute #primary,
body.page-template-page-priprema #primary,
body.page-template-page-o-nama #primary {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
}
body.page-template-page-galerija .entry-header,
body.page-template-page-last-minute .entry-header,
body.page-template-page-priprema .entry-header,
body.page-template-page-o-nama .entry-header { display: none !important; }
body.page-template-page-galerija .entry-content,
body.page-template-page-last-minute .entry-content,
body.page-template-page-priprema .entry-content,
body.page-template-page-o-nama .entry-content { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }

.gal-hero {
	background:
		linear-gradient(160deg, rgba(20,60,25,.68) 0%, rgba(42,107,53,.50) 100%),
		url('/wp-content/uploads/2025/12/prasuma-perucica.png') center/cover no-repeat;
	padding: 80px 24px 70px;
	text-align: center; color: #fff;
}
.gal-hero h1 { font-size: clamp(2rem,5vw,3rem); font-weight:900; margin:0 0 12px; letter-spacing:-.02em; }
.gal-hero p  { font-size:1.1rem; opacity:.85; max-width:540px; margin:0 auto; }

.gal-filters {
	display: flex; flex-wrap: wrap; gap: 8px;
	padding: 24px 32px; background: #fff;
	border-bottom: 1px solid var(--vp-border);
	position: sticky; top: 0; z-index: 50;
	box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.gal-filter {
	padding: 8px 18px; border: 1.5px solid var(--vp-border);
	border-radius: 30px; background: none; cursor: pointer;
	font-size: .82rem; font-weight: 700; color: var(--vp-muted);
	transition: all .15s;
}
.gal-filter:hover { border-color: var(--vp-green); color: var(--vp-green); }
.gal-filter.active { background: var(--vp-green); color: #fff; border-color: var(--vp-green); }

.gal-grid {
	columns: 4; column-gap: 12px;
	padding: 24px 32px 48px;
	max-width: 1400px; margin: 0 auto;
}
@media (max-width: 1100px) { .gal-grid { columns: 3; } }
@media (max-width: 700px)  { .gal-grid { columns: 2; padding: 16px; } }
@media (max-width: 480px)  { .gal-grid { columns: 1; } }

.gal-item {
	break-inside: avoid; margin-bottom: 12px;
	position: relative; border-radius: 12px; overflow: hidden;
	cursor: pointer; background: #eee;
}
.gal-item img { width:100%; display:block; transition: transform .4s; }
.gal-item:hover img { transform: scale(1.05); }
.gal-caption {
	position:absolute; bottom:0; left:0; right:0;
	background: linear-gradient(transparent, rgba(0,0,0,.65));
	color: #fff; padding: 28px 12px 10px;
	font-size:.78rem; font-weight:700;
	opacity:0; transition: opacity .25s;
}
.gal-item:hover .gal-caption { opacity:1; }

/* Lightbox */
.gal-lightbox {
	display:none; position:fixed; inset:0; z-index:9999;
	background: rgba(0,0,0,.92); align-items:center; justify-content:center;
}
.gal-lightbox.open { display:flex; }
.gal-lb-inner { max-width:90vw; max-height:90vh; text-align:center; }
.gal-lb-inner img { max-width:100%; max-height:80vh; border-radius:8px; }
.gal-lb-inner p { color:#ccc; margin-top:10px; font-size:.9rem; }
.gal-lb-close, .gal-lb-prev, .gal-lb-next {
	position:absolute; background:rgba(255,255,255,.15); border:none;
	color:#fff; font-size:2rem; cursor:pointer; border-radius:50%;
	width:48px; height:48px; display:flex; align-items:center; justify-content:center;
	transition: background .2s;
}
.gal-lb-close { top:20px; right:20px; }
.gal-lb-prev  { left:20px; top:50%; transform:translateY(-50%); }
.gal-lb-next  { right:20px; top:50%; transform:translateY(-50%); }
.gal-lb-close:hover, .gal-lb-prev:hover, .gal-lb-next:hover { background:rgba(255,255,255,.3); }

/* =========================================
   GALERIJA UNUTAR IZLETA (single-izlet)
   ========================================= */
.tour-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
	gap: 12px;
}
.tour-gal-item {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #eef2ee;
	cursor: zoom-in;
	box-shadow: 0 2px 10px rgba(20,60,25,.08);
	transition: transform .22s ease, box-shadow .22s ease;
}
.tour-gal-item img {
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}
.tour-gal-item:hover,
.tour-gal-item:focus { background: #eef2ee; transform: translateY(-3px); box-shadow: 0 8px 22px rgba(20,60,25,.18); }
.tour-gal-item:hover img { transform: scale(1.06); }
.tour-gal-item:focus-visible { outline: 3px solid var(--vp-green); outline-offset: 2px; }
@media (max-width: 480px) {
	.tour-gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
}

/* =========================================
   LAST MINUTE
   ========================================= */

.lm-hero {
	background:
		linear-gradient(160deg, rgba(20,60,25,.75) 0%, rgba(42,107,53,.60) 100%),
		url('/wp-content/uploads/2025/12/trnovacko-jezero-1.jpg') center/cover no-repeat;
	padding: 80px 24px 70px; text-align:center; color:#fff;
}
.lm-hero h1 { font-size:clamp(2rem,5vw,3rem); font-weight:900; margin:0 0 12px; }
.lm-hero p  { font-size:1.1rem; opacity:.85; max-width:520px; margin:0 auto 32px; }
.lm-hero-badge {
	display:inline-block; background:#ef4444; color:#fff;
	font-size:.72rem; font-weight:900; text-transform:uppercase;
	letter-spacing:.1em; padding:5px 16px; border-radius:30px; margin-bottom:18px;
}
.lm-countdown-wrap { margin-top:10px; }
.lm-cd-label { font-size:.8rem; opacity:.7; text-transform:uppercase; letter-spacing:.1em; margin-bottom:10px; }
.lm-countdown {
	display:inline-flex; align-items:center; gap:8px;
	background:rgba(0,0,0,.35); border-radius:14px; padding:14px 24px;
}
.lm-cd-block { text-align:center; }
.lm-cd-block span { font-size:2rem; font-weight:900; display:block; line-height:1; }
.lm-cd-block small { font-size:.65rem; opacity:.7; text-transform:uppercase; }
.lm-cd-sep { font-size:2rem; font-weight:900; opacity:.6; margin-bottom:14px; }

.lm-steps {
	display:grid; grid-template-columns:repeat(3,1fr); gap:0;
	max-width:900px; margin:48px auto; padding:0 32px;
	text-align:center;
}
@media(max-width:600px){ .lm-steps { grid-template-columns:1fr; } }
.lm-step { padding:32px 24px; }
.lm-step-icon { font-size:2.5rem; margin-bottom:12px; }
.lm-step h3 { font-size:1rem; font-weight:800; margin:0 0 8px; }
.lm-step p  { font-size:.88rem; color:var(--vp-muted); }

.lm-section-title { text-align:center; padding:8px 40px 0; }
.lm-section-title h2 { font-size:1.8rem; font-weight:900; margin:0; }

.lm-badge { background:#ef4444 !important; }

/* =========================================
   PRIPREMA ZA PUT
   ========================================= */

.prep-hero {
	background:
		linear-gradient(160deg, rgba(20,60,25,.70) 0%, rgba(42,107,53,.55) 100%),
		url('/wp-content/uploads/2020/01/hiking-v1.jpg') center/cover no-repeat;
	padding: 80px 24px 70px; text-align:center; color:#fff;
}
.prep-hero h1 { font-size:clamp(2rem,5vw,3rem); font-weight:900; margin:0 0 12px; }
.prep-hero p  { font-size:1.1rem; opacity:.85; max-width:540px; margin:0 auto; }

.prep-wrap { max-width:1100px; margin:0 auto; padding:40px 32px 64px; }

.prep-nav {
	display:flex; flex-wrap:wrap; gap:6px;
	border-bottom:2px solid var(--vp-border); margin-bottom:40px; padding-bottom:0;
}
.prep-nav-btn {
	padding:12px 20px; border:none; background:none;
	font-size:.85rem; font-weight:700; cursor:pointer;
	color:var(--vp-muted); border-bottom:3px solid transparent;
	margin-bottom:-2px; transition:all .15s;
}
.prep-nav-btn:hover { color:var(--vp-green); }
.prep-nav-btn.active { color:var(--vp-green); border-bottom-color:var(--vp-green); }

.prep-gear-grid {
	display:grid; grid-template-columns:repeat(auto-fill,minmax(240px,1fr)); gap:20px;
}
.prep-gear-card {
	background:#fff; border:1.5px solid var(--vp-border); border-radius:16px; padding:24px;
	transition:box-shadow .2s;
}
.prep-gear-card:hover { box-shadow:0 8px 32px rgba(0,0,0,.09); }
.prep-gear-icon { font-size:2.2rem; margin-bottom:10px; }
.prep-gear-card h3 { font-size:1rem; font-weight:800; margin:0 0 8px; }
.prep-gear-card p  { font-size:.85rem; color:var(--vp-muted); margin:0; line-height:1.6; }

.prep-locations { display:grid; grid-template-columns:repeat(auto-fill,minmax(320px,1fr)); gap:20px; }
.prep-loc-card { background:#fff; border:1.5px solid var(--vp-border); border-radius:16px; padding:24px; }
.prep-loc-card h3 { font-size:1rem; font-weight:800; margin:0 0 16px; color:var(--vp-green); }
.prep-loc-rows { display:flex; flex-direction:column; gap:10px; }
.prep-loc-row { display:flex; gap:12px; align-items:flex-start; font-size:.875rem; color:var(--vp-text); }
.prep-loc-icon { font-size:1.2rem; flex-shrink:0; margin-top:1px; }
.prep-map-link { color:var(--vp-green); font-weight:700; text-decoration:none; }
.prep-map-link:hover { text-decoration:underline; }

.prep-levels { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:20px; }
.prep-level-card { background:#fff; border:1.5px solid var(--vp-border); border-radius:16px; padding:24px; }
.prep-level-badge { display:inline-block; color:#fff; font-size:.75rem; font-weight:900; text-transform:uppercase; padding:4px 14px; border-radius:20px; margin-bottom:14px; }
.prep-level-card p { font-size:.875rem; color:var(--vp-muted); line-height:1.6; margin:0 0 12px; }
.prep-tip { background:var(--vp-green-light); border-radius:8px; padding:10px 12px; font-size:.82rem; color:var(--vp-text); display:flex; gap:8px; }

.prep-safety-list { display:grid; grid-template-columns:repeat(auto-fill,minmax(340px,1fr)); gap:14px; }
.prep-safety-item { display:flex; gap:14px; align-items:flex-start; background:#fff; border:1.5px solid var(--vp-border); border-radius:12px; padding:16px 18px; font-size:.9rem; line-height:1.6; }
.prep-safety-icon { font-size:1.6rem; flex-shrink:0; }

/* =========================================
   O NAMA
   ========================================= */

.about-hero {
	background:
		linear-gradient(160deg, rgba(20,60,25,.70) 0%, rgba(42,107,53,.55) 100%),
		url('/wp-content/uploads/2025/12/zelengora.png') center/cover no-repeat;
	padding: 80px 24px 70px; text-align:center; color:#fff;
}
.about-hero h1 { font-size:clamp(2rem,5vw,3rem); font-weight:900; margin:0 0 12px; }
.about-hero p  { font-size:1.1rem; opacity:.85; max-width:520px; margin:0 auto; }

.about-wrap { max-width:1100px; margin:0 auto; padding:60px 32px 64px; }

.about-story { display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; margin-bottom:80px; }
@media(max-width:760px){ .about-story { grid-template-columns:1fr; } }
.about-story-img img { width:100%; border-radius:20px; object-fit:cover; height:420px; }
.about-eyebrow { display:block; font-size:.75rem; font-weight:800; text-transform:uppercase; letter-spacing:.12em; color:var(--vp-green); margin-bottom:10px; }
.about-story-text h2 { font-size:2rem; font-weight:900; margin:0 0 20px; line-height:1.2; }
.about-story-text p  { font-size:.95rem; color:var(--vp-muted); line-height:1.75; margin:0 0 14px; }

.about-values-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:20px; }
.about-val-card { background:var(--vp-green-light); border-radius:16px; padding:28px; text-align:center; }
.about-val-icon { font-size:2.4rem; margin-bottom:12px; }
.about-val-card h3 { font-size:1rem; font-weight:800; margin:0 0 8px; }
.about-val-card p  { font-size:.85rem; color:var(--vp-muted); margin:0; line-height:1.6; }

.about-stats {
	display:flex; flex-wrap:wrap; justify-content:center; gap:0;
	background:var(--vp-green); color:#fff; border-radius:20px;
	margin:60px 0; padding:0;
}
.about-stat { flex:1; min-width:160px; text-align:center; padding:36px 20px; }
.about-stat-num { font-size:2.4rem; font-weight:900; }
.about-stat div:not(.about-stat-num) { font-size:.78rem; opacity:.8; text-transform:uppercase; letter-spacing:.08em; margin-top:4px; }

.about-team-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(300px,1fr)); gap:24px; }
.about-team-card { display:flex; gap:20px; background:#fff; border:1.5px solid var(--vp-border); border-radius:16px; padding:20px; }
.about-team-img img { width:80px; height:80px; border-radius:50%; object-fit:cover; flex-shrink:0; }
.about-team-info h3 { font-size:1rem; font-weight:800; margin:0 0 4px; }
.about-team-role { font-size:.78rem; color:var(--vp-green); font-weight:700; text-transform:uppercase; letter-spacing:.05em; margin-bottom:8px; }
.about-team-info p { font-size:.85rem; color:var(--vp-muted); margin:0; line-height:1.6; }

/* =========================================
   KONTAKT
   ========================================= */

body.page-template-page-kontakt .ast-container,
body.page-template-page-teambuilding .ast-container,
body.home .ast-container {
	display: block !important;
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}
body.page-template-page-kontakt #primary,
body.page-template-page-teambuilding #primary,
body.home #primary { max-width:100% !important; width:100% !important; padding:0 !important; }
body.page-template-page-kontakt .entry-header,
body.page-template-page-teambuilding .entry-header,
body.home .entry-header { display:none !important; }
body.page-template-page-kontakt .entry-content,
body.page-template-page-teambuilding .entry-content,
body.home .entry-content { max-width:100% !important; padding:0 !important; margin:0 !important; }

.contact-hero {
	background:
		linear-gradient(160deg, rgba(20,60,25,.72) 0%, rgba(42,107,53,.55) 100%),
		url('/wp-content/uploads/2025/12/trnovacko-jezero-1.jpg') center/cover no-repeat;
	padding: 80px 24px 70px; text-align:center; color:#fff;
}
.contact-hero h1 { font-size:clamp(2rem,5vw,3rem); font-weight:900; margin:0 0 12px; }
.contact-hero p  { font-size:1.1rem; opacity:.85; max-width:520px; margin:0 auto; }

.contact-wrap { width:100%; max-width:100%; margin:0; padding:60px 5% 80px; box-sizing:border-box; }

.contact-grid { display:grid; grid-template-columns:1fr 380px; gap:56px; align-items:start; }
@media(max-width:860px){ .contact-grid { grid-template-columns:1fr; gap:40px; } }

.contact-form-wrap h2 { font-size:1.6rem; font-weight:900; margin:0 0 8px; }
.contact-sub { font-size:.95rem; color:var(--vp-muted); margin:0 0 32px; line-height:1.6; }

.contact-form { display:flex; flex-direction:column; gap:18px; }
.cf-row { display:grid; gap:18px; }
.cf-row-2 { grid-template-columns:1fr 1fr; }
@media(max-width:520px){ .cf-row-2 { grid-template-columns:1fr; } }

.cf-field { display:flex; flex-direction:column; gap:6px; }
.cf-field label { font-size:.8rem; font-weight:700; color:var(--vp-text); text-transform:uppercase; letter-spacing:.05em; }
.cf-field input,
.cf-field select,
.cf-field textarea {
	padding: 13px 16px;
	border: 1.5px solid var(--vp-border);
	border-radius: 10px;
	font-size: .9rem;
	font-family: inherit;
	color: var(--vp-text);
	background: #fff;
	transition: border-color .15s;
	outline: none;
}
.cf-field input:focus,
.cf-field select:focus,
.cf-field textarea:focus { border-color: var(--vp-green); box-shadow: 0 0 0 3px rgba(42,107,53,.1); }
.cf-field textarea { resize: vertical; min-height: 130px; }
.cf-field.cf-error input,
.cf-field.cf-error textarea { border-color: #ef4444; }
.cf-error-msg { font-size:.82rem; color:#ef4444; }

.cf-submit {
	align-self: flex-start;
	padding: 15px 36px;
	background: var(--vp-green);
	color: #fff; border: none;
	border-radius: 12px;
	font-size: 1rem; font-weight: 900;
	cursor: pointer; font-family: inherit;
	transition: transform .2s, box-shadow .2s;
}
.cf-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(42,107,53,.3); }

.contact-success {
	display:flex; align-items:center; gap:14px;
	background: var(--vp-green-light); border:1.5px solid var(--vp-green);
	border-radius:14px; padding:24px; font-weight:700; color:var(--vp-green);
}
.contact-success-icon { font-size:1.8rem; }

.contact-info-card {
	background: #fff; border:1.5px solid var(--vp-border);
	border-radius:16px; padding:24px; margin-bottom:16px;
}
.contact-info-card h3 { font-size:1rem; font-weight:800; margin:0 0 18px; }
.ci-items { display:flex; flex-direction:column; gap:14px; }
.ci-item { display:flex; gap:14px; align-items:center; text-decoration:none; color:inherit; }
.ci-item:hover .ci-val { color:var(--vp-green); }
.ci-icon { font-size:1.5rem; flex-shrink:0; }
.ci-label { display:block; font-size:.7rem; text-transform:uppercase; letter-spacing:.08em; color:var(--vp-muted); margin-bottom:1px; }
.ci-val { font-size:.9rem; font-weight:700; color:var(--vp-text); }
.ci-hours { display:flex; flex-direction:column; gap:8px; margin-bottom:14px; }
.ci-hour-row { display:flex; justify-content:space-between; font-size:.875rem; }
.ci-closed { color:#ef4444; font-weight:700; }
.ci-note { font-size:.8rem; color:var(--vp-muted); margin:0; line-height:1.5; }
.contact-faq-hint { text-align:center; }
.ci-icon-big { font-size:2.5rem; display:block; margin-bottom:8px; }
.contact-faq-hint p { font-size:.875rem; color:var(--vp-muted); margin:0 0 14px; }
.ci-link { color:var(--vp-green); font-weight:800; text-decoration:none; font-size:.9rem; }
.ci-link:hover { text-decoration:underline; }

/* =========================================
   TEAMBUILDING
   ========================================= */

.tb-hero {
	min-height: 70vh;
	background:
		linear-gradient(160deg, rgba(10,35,15,.80) 0%, rgba(30,70,40,.65) 100%),
		url('/wp-content/uploads/2026/07/IMG_4769-scaled.jpeg') center/cover no-repeat;
	display: flex; align-items: center; justify-content: center;
	text-align: center; color: #fff; padding: 80px 24px;
}
.tb-hero-content { max-width: 720px; }
.tb-hero-badge { display:inline-block; background:rgba(255,255,255,.18); border:1px solid rgba(255,255,255,.4); color:#fff; font-size:.72rem; font-weight:800; text-transform:uppercase; letter-spacing:.12em; padding:5px 18px; border-radius:30px; margin-bottom:20px; }
.tb-hero h1 { font-size:clamp(2rem,5vw,3.2rem); font-weight:900; margin:0 0 18px; line-height:1.15; }
.tb-hero p  { font-size:1.1rem; opacity:.88; max-width:600px; margin:0 auto 32px; line-height:1.65; }
.tb-hero-btns { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; }
.tb-btn-primary { padding:15px 36px; background:var(--vp-green); color:#fff; border-radius:12px; font-weight:900; font-size:1rem; text-decoration:none; transition:transform .2s,box-shadow .2s; }
.tb-btn-primary:hover { transform:translateY(-2px); box-shadow:0 8px 24px rgba(0,0,0,.25); }
.tb-btn-secondary { padding:15px 36px; background:rgba(255,255,255,.15); color:#fff; border:2px solid rgba(255,255,255,.5); border-radius:12px; font-weight:900; font-size:1rem; text-decoration:none; transition:all .2s; }
.tb-btn-secondary:hover { background:rgba(255,255,255,.25); }

.tb-why { padding:72px 32px; }
.tb-why-inner { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
@media(max-width:760px){ .tb-why-inner { grid-template-columns:1fr; } }
.tb-why-text h2 { font-size:2rem; font-weight:900; margin:0 0 20px; }
.tb-why-text p  { font-size:.95rem; color:var(--vp-muted); line-height:1.75; margin:0 0 14px; }
.tb-why-img img { width:100%; border-radius:20px; object-fit:cover; height:420px; }

.tb-packages { background:var(--vp-green-light); padding:72px 32px; }
.tb-packages-inner { max-width:1100px; margin:0 auto; }
.tb-packages h2 { font-size:2rem; font-weight:900; }
.tb-sub { font-size:.95rem; color:var(--vp-muted); text-align:center; margin:0 0 40px; }
.tb-pkg-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
@media(max-width:900px){ .tb-pkg-grid { grid-template-columns:1fr; } }

.tb-pkg-card {
	background:#fff; border:1.5px solid var(--vp-border); border-radius:20px;
	padding:32px 28px; display:flex; flex-direction:column;
	position:relative; transition:box-shadow .25s,transform .25s;
}
.tb-pkg-card:hover { transform:translateY(-4px); box-shadow:0 16px 48px rgba(0,0,0,.1); }
.tb-pkg-featured { border-color:var(--vp-green); box-shadow:0 8px 32px rgba(42,107,53,.15); }
.tb-pkg-popular { position:absolute; top:-14px; left:50%; transform:translateX(-50%); background:var(--vp-green); color:#fff; font-size:.7rem; font-weight:900; text-transform:uppercase; letter-spacing:.08em; padding:4px 16px; border-radius:30px; white-space:nowrap; }
.tb-pkg-top { text-align:center; margin-bottom:24px; }
.tb-pkg-icon { font-size:2.8rem; margin-bottom:10px; }
.tb-pkg-top h3 { font-size:1.2rem; font-weight:900; margin:0 0 4px; }
.tb-pkg-duration { font-size:.8rem; color:var(--vp-muted); text-transform:uppercase; letter-spacing:.08em; margin-bottom:8px; }
.tb-pkg-price { font-size:1.4rem; font-weight:900; color:var(--vp-green); }
.tb-pkg-list { list-style:none; padding:0; margin:0 0 24px; display:flex; flex-direction:column; gap:8px; }
.tb-pkg-list li { font-size:.875rem; color:var(--vp-text); }
.tb-pkg-cta { display:block; text-align:center; padding:14px; background:var(--vp-green); color:#fff; border-radius:10px; font-weight:900; font-size:.9rem; text-decoration:none; margin-top:auto; transition:transform .15s; }
.tb-pkg-cta:hover { transform:translateY(-1px); }

.tb-activities { padding:64px 32px; }
.tb-activities-inner { max-width:1100px; margin:0 auto; }
.tb-act-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(160px,1fr)); gap:16px; }
.tb-act-item { text-align:center; padding:24px 16px; background:var(--vp-green-light); border-radius:14px; display:flex; flex-direction:column; gap:6px; }
.tb-act-icon { font-size:2.2rem; }
.tb-act-item strong { font-size:.9rem; font-weight:800; }
.tb-act-item span { font-size:.78rem; color:var(--vp-muted); }

.tb-testimonials { background:#f8fbf8; padding:64px 32px; }
.tb-test-inner { max-width:900px; margin:0 auto; }
.tb-test-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
@media(max-width:640px){ .tb-test-grid { grid-template-columns:1fr; } }
.tb-test-card { background:#fff; border:1.5px solid var(--vp-border); border-radius:16px; padding:28px; }
.tb-test-card p { font-size:.9rem; color:var(--vp-muted); line-height:1.7; margin:10px 0 14px; font-style:italic; }
.tb-test-card strong { font-size:.875rem; font-weight:800; }
.tb-test-card span { font-size:.78rem; color:var(--vp-muted); margin-left:4px; }

/* =========================================
   HOMEPAGE (front-page)
   ========================================= */

.home-hero {
	min-height: 100vh;
	display: flex; flex-direction:column; align-items:center; justify-content:center;
	text-align: center; color: #fff; position:relative; overflow:hidden;
}

/* Slider */
.hero-slides { position:absolute; inset:0; z-index:0; }
.hero-slide {
	position:absolute; inset:0;
	background-size:cover; background-position:center;
	opacity:0; transition:opacity 1.2s ease;
}
.hero-slide.active { opacity:1; }

/* Overlay — light centre, darker top/bottom for text readability */
.hero-overlay {
	position:absolute; inset:0; z-index:1;
	background: linear-gradient(to bottom, rgba(0,0,0,.35) 0%, rgba(0,0,0,.15) 45%, rgba(0,0,0,.50) 100%);
}

/* Dots */
.hero-dots {
	position:absolute; bottom:72px; left:50%; transform:translateX(-50%);
	display:flex; gap:8px; z-index:3;
}
.hero-dot {
	width:10px; height:10px; border-radius:50%;
	background:rgba(255,255,255,.45); cursor:pointer;
	transition:background .3s, transform .3s;
}
.hero-dot.active { background:#fff; transform:scale(1.3); }

/* Kicker / subtitle above h1 */
.hero-kicker {
	font-family: 'Caveat', cursive;
	font-size: clamp(2.1rem, 4.2vw, 3rem);
	font-weight: 600;
	letter-spacing: .02em;
	transform: rotate(-2deg);
	display: inline-block;
	margin:0 0 12px; opacity:.95; color:#fff !important;
	text-shadow: 0 1px 8px rgba(0,0,0,.5);
}
.home-hero-content { position:relative; z-index:2; padding:80px 24px 120px; max-width:800px; }
.home-hero-kicker { font-size:.8rem; font-weight:800; text-transform:uppercase; letter-spacing:.15em; opacity:.75; margin-bottom:18px; }
.home-hero-content h1 { font-family:'Montserrat', sans-serif; font-style:normal; font-size:clamp(2.6rem,6.5vw,4.6rem); font-weight:900; margin:0 0 28px; line-height:1.08; letter-spacing:-.015em; text-shadow: 0 2px 20px rgba(0,0,0,.55); color:#fff !important; }
.home-hero-content h1 em { font-style:normal; color:#c8f0d0; }
.home-hero-content p { font-size:1.15rem; opacity:.97; margin:0 0 36px; line-height:1.65; text-shadow: 0 1px 10px rgba(0,0,0,.55); }
.home-hero-btns { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; }
.home-btn-primary { padding:16px 40px; background:var(--vp-green); color:#fff; border-radius:14px; font-weight:900; font-size:1rem; text-decoration:none; transition:transform .2s,box-shadow .2s; }
.home-btn-primary:hover { transform:translateY(-2px); box-shadow:0 10px 32px rgba(42,107,53,.4); }
.home-btn-secondary { padding:16px 40px; background:rgba(255,255,255,.15); color:#fff; border:2px solid rgba(255,255,255,.45); border-radius:14px; font-weight:900; font-size:1rem; text-decoration:none; transition:all .2s; }
.home-btn-secondary:hover { background:rgba(255,255,255,.25); }
.home-hero-scroll { position:absolute; bottom:80px; left:50%; transform:translateX(-50%); font-size:1.5rem; opacity:.6; animation:bounce 2s infinite; z-index:2; }
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(8px)} }

.home-hero-stats {
	position:absolute; bottom:0; left:0; right:0; z-index:3;
	background: rgba(0,0,0,.35);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	display:flex; justify-content:center; gap:0;
	padding:0; border-top:1px solid rgba(255,255,255,.15);
}
.home-stat { text-align:center; padding:20px 40px; display:flex; flex-direction:column; gap:4px; color:#fff; }
.home-stat-n { font-size:1.6rem; font-weight:900; color:#a8e6b4; }
.home-stat span:not(.home-stat-n) { font-size:.72rem; opacity:.75; text-transform:uppercase; letter-spacing:.08em; }
.home-stat-sep { width:1px; background:rgba(255,255,255,.2); margin:12px 0; }
@media(max-width:640px){ .home-stat { padding:14px 18px; } .home-stat-n { font-size:1.2rem; } }

.home-section-head { text-align:center; padding:64px 32px 36px; }
.home-section-head h2 { font-size:2rem; font-weight:900; margin:0 0 10px; }
.home-section-head p  { font-size:1rem; color:var(--vp-muted); margin:0; max-width:500px; margin-inline:auto; }

.home-all-tours { display:inline-block; padding:12px 32px; border:2px solid var(--vp-green); color:var(--vp-green); border-radius:10px; font-weight:800; font-size:.9rem; text-decoration:none; transition:all .2s; }
.home-all-tours:hover { background:var(--vp-green); color:#fff; }

.home-why { background:var(--vp-green-light); padding-bottom:72px; }
.home-why-inner { max-width:1200px; margin:0 auto; padding:0 32px; }
.home-why-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:20px; }
.home-why-card { background:#fff; border-radius:16px; padding:28px; border:1.5px solid var(--vp-border); }
.home-why-icon { font-size:2rem; margin-bottom:12px; }
.home-why-card h3 { font-size:1rem; font-weight:800; margin:0 0 8px; }
.home-why-card p  { font-size:.875rem; color:var(--vp-muted); margin:0; line-height:1.65; }

.home-cats { padding-bottom:72px; }
.home-cats-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:10px; padding:0 32px; max-width:1400px; margin:0 auto; }
@media(max-width:1100px){ .home-cats-grid { grid-template-columns:repeat(3,1fr); } }
@media(max-width:640px)  { .home-cats-grid { grid-template-columns:repeat(2,1fr); } }
.home-cat-card { position:relative; border-radius:16px; overflow:hidden; aspect-ratio:3/4; text-decoration:none; }
.home-cat-card img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.home-cat-card:hover img { transform:scale(1.06); }
.home-cat-overlay { position:absolute; inset:0; background:linear-gradient(to top, rgba(0,0,0,.7) 0%, transparent 60%); }
.home-cat-label { position:absolute; bottom:16px; left:16px; color:#fff; }
.home-cat-label strong { display:block; font-size:1rem; font-weight:900; }
.home-cat-label span  { font-size:.75rem; opacity:.75; }

.home-tb-promo { padding:80px 32px; }
.home-tb-inner { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
@media(max-width:760px){
	/* na mobilnom redoslijed: naslov → slika → tekst → dugme */
	.home-tb-inner { grid-template-columns:1fr; gap:0; }
	.home-tb-text { display:contents; }
	.home-tb-text .about-eyebrow { order:1; }
	.home-tb-text h2 { order:2; margin-bottom:16px; }
	.home-tb-img { order:3; margin-bottom:20px; }
	.home-tb-img img { height:240px; }
	.home-tb-text p { order:4; }
	.home-tb-text a { order:5; }
}
.home-tb-text h2 { font-size:2rem; font-weight:900; margin:0 0 18px; }
.home-tb-text p  { font-size:.95rem; color:var(--vp-muted); line-height:1.75; margin:0 0 28px; }
.home-tb-img img { width:100%; border-radius:20px; object-fit:cover; height:420px; }

.home-reviews { background:#f8fbf8; padding:72px 32px; }
.home-reviews-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(300px,1fr)); gap:24px; max-width:1100px; margin:0 auto; }
.home-review-card { background:#fff; border:1.5px solid var(--vp-border); border-radius:16px; padding:28px; }
.home-review-card p { font-size:.9rem; color:var(--vp-muted); line-height:1.7; margin:10px 0 14px; font-style:italic; }
.home-review-author { display:flex; flex-direction:column; font-size:.82rem; }
.home-review-author strong { font-weight:800; }
.home-review-author span { color:var(--vp-muted); margin-top:2px; }

/* =========================================
   USLUGE / SERVICES
   ========================================= */

body.page-template-page-usluge .ast-container {
	display: block !important; max-width:100% !important;
	width:100% !important; padding:0 !important; margin:0 !important;
}
body.page-template-page-usluge #primary { max-width:100% !important; width:100% !important; padding:0 !important; }
body.page-template-page-usluge .entry-header { display:none !important; }
body.page-template-page-usluge .entry-content { max-width:100% !important; padding:0 !important; margin:0 !important; }

.svc-hero {
	background:
		linear-gradient(160deg, rgba(20,60,25,.68) 0%, rgba(42,107,53,.50) 100%),
		url('/wp-content/uploads/2025/12/gornje-bare-zelengora.jpg') center/cover no-repeat;
	padding: 80px 24px 70px; text-align:center; color:#fff;
}
.svc-hero h1 { font-size:clamp(2rem,5vw,3rem); font-weight:900; margin:0 0 12px; }
.svc-hero p  { font-size:1.1rem; opacity:.85; max-width:580px; margin:0 auto; line-height:1.65; }

.svc-wrap { max-width:1300px; margin:0 auto; padding:60px 32px 80px; }

.svc-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 64px;
}
@media(max-width:1000px){ .svc-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:640px) { .svc-grid { grid-template-columns: 1fr; } }

.svc-card {
	background: #fff; border:1.5px solid var(--vp-border);
	border-radius: 20px; overflow:hidden;
	display: flex; flex-direction:column;
	transition: transform .25s, box-shadow .25s;
}
.svc-card:hover { transform:translateY(-4px); box-shadow:0 16px 48px rgba(0,0,0,.1); }
.svc-card-featured { border-color: var(--vp-green); }

.svc-card-img { height:200px; overflow:hidden; }
.svc-card-img img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.svc-card:hover .svc-card-img img { transform:scale(1.05); }

.svc-card-body { padding:24px; flex:1; display:flex; flex-direction:column; }
.svc-icon { font-size:2rem; margin-bottom:8px; }
.svc-card-body h2 { font-size:1.1rem; font-weight:900; margin:0 0 10px; }
.svc-card-body p  { font-size:.875rem; color:var(--vp-muted); line-height:1.65; margin:0 0 14px; }

.svc-list { list-style:none; padding:0; margin:0 0 20px; display:flex; flex-direction:column; gap:6px; }
.svc-list li { font-size:.82rem; color:var(--vp-text); padding-left:16px; position:relative; }
.svc-list li::before { content:'\2713'; position:absolute; left:0; color:var(--vp-green); font-weight:900; }

.svc-btn {
	display:inline-block; margin-top:auto;
	padding:11px 22px; background:var(--vp-green);
	color:#fff; border-radius:10px; font-weight:800;
	font-size:.85rem; text-decoration:none;
	transition:transform .15s;
	align-self:flex-start;
}
.svc-btn:hover { transform:translateY(-1px); }

.svc-extra-section { border-top:2px solid var(--vp-border); padding-top:48px; }
.svc-extra-section h2 { font-size:1.6rem; font-weight:900; margin:0 0 28px; }
.svc-extra-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:16px; }
.svc-extra-card {
	display:flex; gap:16px; align-items:flex-start;
	background:var(--vp-green-light); border-radius:14px; padding:20px;
}
.svc-extra-icon { font-size:2rem; flex-shrink:0; }
.svc-extra-card strong { display:block; font-size:.95rem; font-weight:800; margin-bottom:4px; }
.svc-extra-card p { font-size:.82rem; color:var(--vp-muted); margin:0; line-height:1.5; }

/* Lang switcher */
.vp-lang-sw button { }
.vp-lang-sw button.active { }

/* ---- Header full width ---- */
.main-header-bar-wrap,
.main-header-bar,
.ast-main-header-wrap {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}
.main-header-bar .ast-container,
.ast-main-header-wrap .ast-container,
body .main-header-bar .ast-container,
body.post-type-archive-izlet .main-header-bar .ast-container,
body.single-izlet .main-header-bar .ast-container,
body.home .main-header-bar .ast-container,
body.page-kontakt .main-header-bar .ast-container {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

/* ---- Nav — fit all items in one row ---- */
#ast-desktop-header .main-header-menu,
.main-header-bar .main-navigation ul {
	flex-wrap: nowrap !important;
}
.main-header-bar .menu-link,
.main-header-bar .ast-menu-toggle {
	padding-left: 10px !important;
	padding-right: 10px !important;
	font-size: .88rem !important;
	white-space: nowrap;
}

/* ---- White text in hero sections on all pages ---- */
.tb-hero h1, .tb-hero h2, .tb-hero p,
.tb-hero .tb-kicker,
.svc-hero h1, .svc-hero p,
.ona-hero h1, .ona-hero p,
.lm-hero h1, .lm-hero p,
.prep-hero h1, .prep-hero p,
.gal-hero h1, .gal-hero p,
.kon-hero h1, .kon-hero p,
[class$="-hero"] h1,
[class$="-hero"] h2,
[class$="-hero"] p,
[class*="-hero"] h1,
[class*="-hero"] h2,
[class*="-hero"] p {
	color: #e8f5eb !important;
	text-shadow: 0 1px 4px rgba(0,0,0,.4);
}

/* ---- Rezerviši / Book Now — pill button in header ---- */
.vp-rez-btn {
	background: var(--vp-green) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 999px !important;
	padding: 8px 22px !important;
	font-weight: 700 !important;
	font-size: .88rem !important;
	white-space: nowrap;
	text-decoration: none !important;
	transition: background .2s, transform .15s !important;
	display: inline-block;
	cursor: pointer;
	margin-right: 12px;
}
.vp-rez-btn:hover {
	background: var(--vp-green-dark) !important;
	color: #fff !important;
	transform: translateY(-1px);
}
.vp-mob-rez-item { list-style: none; text-align: center; padding: 12px 20px; }
.vp-rez-btn-mob { display: none; }
@media (max-width: 921px) {
	.vp-rez-btn-mob { display: inline-block !important; width: auto !important; margin: 0 auto; }
	.vp-rez-btn:not(.vp-rez-btn-mob) { display: none !important; }
}

/* FB / IG icons — same green as buttons */
.ast-header-social-wrap a svg,
.ast-header-social-wrap a svg path,
.ast-header-social-wrap a svg circle,
.ast-header-social-wrap a svg rect,
.ast-header-social-wrap a { color: var(--vp-green) !important; fill: var(--vp-green) !important; }
.ast-header-social-wrap a:hover svg,
.ast-header-social-wrap a:hover svg path { fill: var(--vp-green-dark) !important; }
