﻿/* Dentalni turizam — crno-zlatna paleta (bez zelenih nijansi) */
#dentalni-turizam {
	scroll-margin-top: 96px;
	position: relative;
	padding: 110px 0 90px;
	background:
		radial-gradient(circle at 10% 8%, rgba(201, 168, 76, 0.12), transparent 38%),
		radial-gradient(circle at 92% 20%, rgba(201, 168, 76, 0.08), transparent 42%),
		linear-gradient(180deg, #FAF6EE 0%, #ffffff 46%, #F5F0E6 100%);
}

#dentalni-turizam .row {
	--bs-gutter-y: 22px;
}

#dentalni-turizam .section-title h2 {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	font-size: clamp(31px, 3.8vw, 50px);
	line-height: 1.18;
	letter-spacing: -0.5px;
	color: #0C0C0C;
}

#dentalni-turizam .section-title p {
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
	font-size: clamp(16px, 1.15vw, 18px);
	line-height: 1.78;
	color: #5C5750;
}

#dentalni-turizam .service-body {
	height: 100%;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid #E6DCC8;
	border-radius: 12px;
	padding: clamp(22px, 2.2vw, 34px);
	box-shadow:
		0 8px 20px rgba(12, 12, 12, 0.06),
		0 1px 0 rgba(255, 255, 255, 0.95) inset;
	backdrop-filter: blur(2px);
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

#dentalni-turizam .service-body:hover {
	transform: translateY(-3px);
	border-color: rgba(201, 168, 76, 0.45);
	box-shadow: 0 12px 28px rgba(12, 12, 12, 0.09);
}

#dentalni-turizam .service-body h2,
#dentalni-turizam .service-body h3 {
	color: #0C0C0C;
	letter-spacing: -0.2px;
}

#dentalni-turizam .service-body h2[style],
#dentalni-turizam .service-body h3[style] {
	margin-bottom: 16px !important;
}

#dentalni-turizam .service-body p,
#dentalni-turizam .service-body li {
	color: #5C5750;
	line-height: 1.75;
}

#dentalni-turizam .benefit-card {
	height: 100%;
	background: linear-gradient(180deg, #ffffff 0%, #FAF6EE 100%);
	border: 1px solid #E6DCC8;
	border-radius: 12px;
	padding: 18px 18px 16px;
	box-shadow: 0 2px 8px rgba(12, 12, 12, 0.04);
	transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

#dentalni-turizam .benefit-card:hover {
	transform: translateY(-2px);
	border-color: rgba(201, 168, 76, 0.4);
	box-shadow: 0 10px 20px rgba(12, 12, 12, 0.07);
}

#dentalni-turizam .benefit-card-primary,
#dentalni-turizam .benefit-card-soft {
	background: linear-gradient(180deg, #ffffff 0%, #F5F0E6 100%);
}

#dentalni-turizam .benefit-icon,
#dentalni-turizam .benefit-card-soft .benefit-icon {
	background: rgba(201, 168, 76, 0.15);
	color: #C9A84C;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	margin-bottom: 12px;
}

#dentalni-turizam .service-body li::marker {
	color: #C9A84C;
	font-weight: 700;
}

#dentalni-turizam [style*="border-radius: 24px; padding: 18px;"] {
	border: 1px solid rgba(201, 168, 76, 0.25) !important;
	border-radius: 18px !important;
	padding: 20px !important;
	background: linear-gradient(180deg, #ffffff 0%, #FAF6EE 100%) !important;
}

#dentalni-turizam .table-responsive {
	border: 1px solid #E6DCC8;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(12, 12, 12, 0.07);
	overflow: hidden;
}

#dentalni-turizam .table {
	margin-bottom: 0;
	border-color: #E6DCC8;
}

#dentalni-turizam .table td {
	padding: 14px 18px;
	vertical-align: middle;
	font-size: 15px;
	color: #0C0C0C;
}

#dentalni-turizam .table tr:nth-child(even) td {
	background: #FAF6EE;
}

#dentalni-turizam .table tr:hover td {
	background: rgba(201, 168, 76, 0.12);
	transition: background-color 0.25s ease;
}

#dentalni-turizam .usluge-intro-title {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#dentalni-turizam .usluge-intro-title > p.wow.fadeInUp {
	font-size: clamp(16px, 1.12vw, 18px);
	line-height: 1.75;
	color: #5C5750;
	margin-bottom: 0;
}

#dt-zlatibor-stay {
	margin-top: clamp(48px, 6vw, 72px);
	padding: clamp(40px, 5vw, 56px) 0 clamp(28px, 4vw, 40px);
	border-top: 1px solid rgba(201, 168, 76, 0.2);
}

#dt-zlatibor-stay .dt-zlatibor-intro {
	max-width: 920px;
	margin: 0 auto 36px;
	text-align: center;
}

#dt-zlatibor-stay .dt-zlatibor-intro h2 {
	font-size: clamp(28px, 3.2vw, 42px);
	line-height: 1.2;
	color: #0C0C0C;
	margin-bottom: 16px;
}

#dt-zlatibor-stay .dt-zlatibor-intro .lead {
	font-size: clamp(16px, 1.12vw, 18px);
	line-height: 1.75;
	color: #5C5750;
	margin-bottom: 0;
}

#dt-zlatibor-stay .dt-zlatibor-intro .dt-zlatibor-intro-social {
	margin-top: 14px;
	font-size: clamp(15px, 1.05vw, 17px);
	line-height: 1.6;
	color: #5C5750;
	margin-bottom: 0;
}

#dt-zlatibor-stay .dt-zlatibor-intro .dt-zlatibor-intro-social a {
	color: #C9A84C;
	font-weight: 600;
	text-decoration: none;
}

#dt-zlatibor-stay .dt-zlatibor-intro .dt-zlatibor-intro-social a:hover {
	color: #A88635;
	text-decoration: none;
}

#dt-zlatibor-stay .dt-zlatibor-copy h3 {
	font-size: 1.15rem;
	font-weight: 700;
	color: #C9A84C;
	margin-top: 26px;
	margin-bottom: 10px;
}

#dt-zlatibor-stay .dt-zlatibor-copy h3:first-child {
	margin-top: 0;
}

#dt-zlatibor-stay .dt-zlatibor-copy p {
	color: #5C5750;
	line-height: 1.78;
	margin-bottom: 0;
}

#dt-zlatibor-stay .dt-zlatibor-gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 8px;
}

#dt-zlatibor-stay .dt-zlatibor-gallery figure {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(12, 12, 12, 0.12);
	aspect-ratio: 4 / 3;
	background: #1F1F1F;
}

#dt-zlatibor-stay .dt-zlatibor-gallery figure a.dt-zlatibor-thumb {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}

#dt-zlatibor-stay .dt-zlatibor-gallery figure.dt-zlatibor-span-2 {
	grid-column: span 2;
	aspect-ratio: 16 / 9;
}

#dt-zlatibor-stay .dt-zlatibor-gallery figure.dt-zlatibor-span-2 a.dt-zlatibor-thumb img {
	object-fit: contain;
	object-position: center;
	background: #0C0C0C;
}

#dt-zlatibor-stay .dt-zlatibor-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}

#dt-zlatibor-stay .dt-zlatibor-gallery figure:hover img {
	transform: scale(1.03);
}

#dt-zlatibor-stay .our-gallery-page--satelit-lux {
	padding: 36px 0 8px;
	margin-top: clamp(8px, 2vw, 16px);
}

#dt-zlatibor-stay .our-gallery-page--satelit-lux .section-title h3 {
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	color: #C9A84C;
	margin-bottom: 6px;
}

#dt-zlatibor-stay .our-gallery-page--satelit-lux .gallery-marquee {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
}

#dt-zlatibor-stay .our-gallery-page--satelit-lux .gallery-marquee::before,
#dt-zlatibor-stay .our-gallery-page--satelit-lux .gallery-marquee::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 72px;
	z-index: 2;
	pointer-events: none;
}

#dt-zlatibor-stay .our-gallery-page--satelit-lux .gallery-marquee::before {
	left: 0;
	background: linear-gradient(90deg, rgba(250, 246, 238, 1), rgba(250, 246, 238, 0));
}

#dt-zlatibor-stay .our-gallery-page--satelit-lux .gallery-marquee::after {
	right: 0;
	background: linear-gradient(270deg, rgba(250, 246, 238, 1), rgba(250, 246, 238, 0));
}

#dt-zlatibor-stay .our-gallery-page--satelit-lux .gallery-marquee__track {
	display: flex;
	gap: 14px;
	align-items: stretch;
	will-change: transform;
	animation: galleryMarqueeSatelit 28s linear infinite;
}

#dt-zlatibor-stay .our-gallery-page--satelit-lux .gallery-marquee:hover .gallery-marquee__track {
	animation-play-state: paused;
}

#dt-zlatibor-stay .our-gallery-page--satelit-lux .gallery-marquee__item {
	flex: 0 0 calc(25% - 10.5px);
	border-radius: 24px;
	overflow: hidden;
	display: block;
}

#dt-zlatibor-stay .our-gallery-page--satelit-lux .gallery-marquee__item img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
}

#dt-zlatibor-stay .our-gallery-page--satelit-lux .gallery-marquee__item--marquee-clone {
	pointer-events: none;
	user-select: none;
}

@keyframes galleryMarqueeSatelit {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

.dt-procedure-steps .dt-procedure-step {
	height: 100%;
	background: linear-gradient(180deg, #ffffff 0%, #FAF6EE 100%);
	border: 1px solid #E6DCC8;
	border-radius: 20px;
	padding: 28px 24px 26px;
	text-align: center;
	box-shadow: 0 10px 28px rgba(12, 12, 12, 0.08);
	position: relative;
}

.dt-procedure-steps .dt-procedure-step__num {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #C9A84C;
	color: #0C0C0C;
	font-size: 15px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.dt-procedure-steps .dt-procedure-step__icon {
	width: 80px;
	height: 80px;
	margin: 8px auto 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, #1f1f1f 0%, #0c0c0c 100%);
	border-radius: 50%;
	box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.35);
}

.dt-procedure-steps .dt-procedure-step__icon img {
	max-width: 48px;
	max-height: 48px;
	filter: brightness(0) invert(1);
}

.dt-procedure-steps .dt-procedure-step h3 {
	font-size: 20px;
	margin-bottom: 12px;
	color: #0C0C0C;
}

.dt-procedure-steps .dt-procedure-step p {
	margin-bottom: 0;
	color: #5C5750;
	font-size: 15px;
	line-height: 1.7;
}

@media (max-width: 991px) {
	#dentalni-turizam {
		padding: 85px 0 70px;
	}

	#dentalni-turizam .service-body {
		padding: 22px;
	}

	#dt-zlatibor-stay .dt-zlatibor-gallery {
		margin-top: 28px;
	}

	#dt-zlatibor-stay .our-gallery-page--satelit-lux .gallery-marquee__item {
		flex-basis: calc(33.333% - 9.333px);
	}

	#dt-zlatibor-stay .our-gallery-page--satelit-lux .gallery-marquee__item img {
		height: 200px;
	}
}

@media (max-width: 767px) {
	#dentalni-turizam {
		padding: 70px 0 58px;
	}

	#dentalni-turizam .service-body {
		padding: 18px;
	}

	#dentalni-turizam .table td {
		padding: 12px 14px;
		font-size: 14px;
	}
}

@media (max-width: 575px) {
	#dt-zlatibor-stay .our-gallery-page--satelit-lux .gallery-marquee__item {
		flex-basis: calc(50% - 7px);
	}

	#dt-zlatibor-stay .our-gallery-page--satelit-lux .gallery-marquee__item img {
		height: 170px;
	}

	#dt-zlatibor-stay .our-gallery-page--satelit-lux .gallery-marquee::before,
	#dt-zlatibor-stay .our-gallery-page--satelit-lux .gallery-marquee::after {
		width: 40px;
	}
}
