/*
Site Name: MB TORCIDA
Site URI: https://mbtorcida-izleti.hr/
Author: Ivan Livic, EGO MEDIA
Author URI: http://www.egomedia.hr/
Description: MB Torcida - Izleti brodom Murter - Kornati
Version: 1.0 (2017)
Version: 2.0 (2026)
License: Copyright © Ego Media, Tezacka 47, 22000 Sibenik - Croatia
License URI: http://www.egomedia.hr/
Tags: css, egomedia, ego, media, mb, torcida
Text Domain: mbtorcida
Note: Date: 10.02.2026.
-------------------------------------------------------*/
/******************************************************
/// Osnovni stilovi
******************************************************/
:root { scroll-behavior: smooth; }
* {margin: 0;padding: 0;border: 0;outline: 0;-webkit-box-sizing: border-box !important;-moz-box-sizing: border-box !important;-ms-box-sizing: border-box !important;-o-box-sizing: border-box !important;box-sizing: border-box !important;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizelegibility;scroll-behavior: smooth; }
html:before {content: "";position: fixed;top: -10px;left: -10px;width: 110%;height: 10px;-webkit-box-shadow: rgba(62,57,107,.3) 0 6px 16px 0;-moz-box-shadow: 0 0 35px rgba(0,0,0,.8);box-shadow: 0 0 35px rgba(0,0,0,.8);z-index: 9999999; }
body {background: #fff;}
html, body {overflow-x: hidden;min-height: 100%;background: #fff; font-family: "Poppins", sans-serif;animation: fadeInAnimation 2s ease forwards;animation-iteration-count: 1;animation-fill-mode: forwards; scroll-behavior: smooth; }
@keyframes fadeInAnimation {0% { opacity: 0;} 100% { opacity: 1;} }
a, a:hover, a:active, a:visited, a:focus {color: inherit;text-decoration: none;outline: 0 !important; }
a {-webkit-transition: all .3s ease;transition: all .3s ease; }
ol, ul, li {list-style-type: none;margin-top: 0;margin-bottom: 0;padding-left: 0; }
h1, h2, h3, h4, h5, h6, figure {margin: 0; }
p {margin-bottom: 0; }
img {max-width: 100%; }
nav {margin-bottom: 0; }
::-moz-selection {color: #fff;background: #e11e28;text-shadow: none; }
::selection {background: #e11e28;color: #fff;text-shadow: none; }
.mb40 {margin-bottom: 40px; }
.m10 {margin: 10px 0; }
.m15 {margin: 10px 0; }
.mt20 {margin-top: 20px; } 
.mt30 {margin-top: 30px; } 
.mt40 {margin-top: 40px; } 
.mb80 {margin-bottom: 80px; } 
.mt80 {margin-top: 80px; } 
.mt120 {margin-top: 120px; } 
.mb30 {margin-bottom: 30px; } 
.mb120 {margin-bottom: 120px; } 
.mb150 {margin-bottom: 150px; } 
.mb200 {margin-bottom: 200px; } 
.pb80 {padding-bottom: 80px; } 
.pt80 {padding-top: 40px; } 
.pt100 {padding-top: 100px !important; } 
.pt50 {padding-top: 50px; } 
.pt120 {padding-top: 120px; } 
.pb20 {padding-bottom: 20px; } 
.pb30 {padding-bottom: 30px !important; } 
.pb50 {padding-bottom: 50px; } 
.pb80 {padding-bottom: 80px; } 
.pb100 {padding-bottom: 100px !important; } 
.pb120 {padding-bottom: 120px; } 
.ptb120 {padding-bottom: 120px !important; padding-top:120px !important; } 
.no-padding {padding-left: 0;padding-right: 0; } 
.no-margin {margin-left: 0;margin-right: 0; } 
.pt-0 {padding-top: 0; } 
.pb-0 {padding-bottom: 0; } 
.color-1 {color: #e11e28; } 
.color-2 {color: #2a355e; } 
.center { margin:0 auto; justify-content: center !important;}
.preloader {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(10,16,81,.44);backdrop-filter: blur(8px);z-index: 99999999; } 
.preloader span {left: 50%;top: 58%;transform: translate(-50%, -50%);position: fixed;display: block;text-align: center;font-size: 11px;font-weight: 700;text-transform: uppercase;color: #fff } 
.container-custom {position: relative;max-width: 1600px;padding: 0 15px;margin: 0 auto; } 
.container-custom-full {position: relative;width: 100%;max-width: 100%;padding: 0 15px;margin: 0 auto; } 
.container-custom-full.no-padding {padding-left: 0;padding-right: 0; } 
@media (max-width: 1199px) {.container-custom { width: 100%; max-width: 100%;} } 
.SiteWrapper {position: relative;margin: 0 auto;z-index: 2;background-color: #fff;overflow: hidden;width: 100%;
/* box-shadow: 0 -25px 85px rgba(50, 50, 50, 0.25); */ background: linear-gradient(to left bottom, rgba(255, 255, 255, 0) 10%, #fff 40%) 0 0 / cover, url(../images/bg/footer-bg.jpg) bottom center / cover no-repeat; } 
.prasina {position: fixed;z-index: 1001;top: 0;left: 0;width: 100vw;height: 100%;pointer-events: none;background-image: url(../images/bg/prasina.png); } 

/******************************************************
/// Header
******************************************************/
:root {
	--header-intro-duration: 1.6s;
	--header-intro-logo-duration: 1.2s;
	--header-intro-logo-delay: 0.4s;
	--logo-intro-scale: 1;
	--logo-header-scale: 0.77;
} 
html.is-intro-running #slider {visibility: hidden;opacity: 0; } 
html.is-intro-done #slider {visibility: visible;opacity: 1;transition: opacity 1s ease; } 
.header--hidden {transform: translateY(-120%);opacity: 0; } 
.header {position: absolute;top: 0;left: 0;width: 100%;z-index: 999;opacity: 1;transform: translate3d(0,-130%,0);transition: transform 1.2s cubic-bezier(.77,0,.18,1), opacity .6s ease;will-change: transform, opacity; } 
.header.subpage {left: 0;transform: translate(0, 0);opacity: 1;background-color: rgba(255,255,255,0.75);background-image: url(../images/bg/raster.svg);background-position: center;background-repeat: repeat;background-size: 6%; } 

/* logo */
.prirodna-sjena {filter: url('data:image/svg+xml,\ <svg class="prirodna-sjena" xmlns="http://www.w3.org/2000/svg">\ <filter id="naturalShadow" x="0" y="0" width="2" height="2">\<feOffset in="SourceGraphic" dx="1" dy="1" />\<feGaussianBlur stdDeviation="1" result="blur" />\<feMerge>\ <feMergeNode in="blur"/>\ <feMergeNode in="SourceGraphic"/>\</feMerge>\ </filter>\ </svg>#naturalShadow'); } 
.prirodna-sjena .b { fill: #fefefe; }
.prirodna-sjena .d { fill: #fff; stroke: #2a355e; stroke-miterlimit: 100; }
.prirodna-sjena .helm-wheel { transform-origin: 50% 50%; transform-box: fill-box; animation: helm-rotate 24s linear infinite; }
@keyframes helm-rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.logotip {padding: 15px 0;animation: slideInLeft 0.6s ease-out; } 
.logotip a {display: flex;align-items: center;color: #fff;text-decoration: none;font-size: 28px;font-weight: 900;letter-spacing: 1px;text-transform: uppercase;transition: all 0.3s ease; } 
.logotip a:hover {transform: scale(1.05);filter: brightness(1.2); } 
.logo-animated {animation: logoDraw 7s ease forwards; } 
.header, .toolbar {width: 100%; } 
@keyframes slideInLeft {from { opacity: 0; transform: translateX(-50px);}
to { opacity: 1; transform: translateX(0);} } 

.header--intro {position: fixed !important;inset: 0;height: 100vh;width: 100%;display: flex;align-items: center;justify-content: center;flex-direction: column;background: rgba(10,16,81,.94);backdrop-filter: blur(8px);transform: translateY(0);opacity: 1;z-index: 9999; } 

.header--intro .kontakti, .header--intro .izbornik, .header--intro .hero-h1, 
.header--intro .jezici, .header--intro .menu-toggler {opacity: 0;pointer-events: none; } 

.header--intro .logotip {position: absolute;top: 35%;left: 50%;transform: translate(-35%, -50%);width: 200px;height:200px;margin-left: -25px;display: flex;flex-direction: column;align-items: center;text-align: center; } 
.header--intro .logotip svg {opacity: 0;margin: 0 auto;width: 200px;height:200px;display: block;transform: translateY(100px) scale(var(--logo-intro-scale));animation: logoReveal var(--header-intro-logo-duration) ease forwards var(--header-intro-logo-delay); } 
@keyframes logoReveal {from { opacity: 0; transform: translateY(50px) scale(var(--logo-intro-scale));}
to { opacity: 1; transform: translateY(0) scale(var(--logo-intro-scale));} } 

.prirodna-sjena {transform-origin: center;transition: transform var(--header-intro-duration) cubic-bezier(.77,0,.18,1), filter var(--header-intro-duration) ease, opacity var(--header-intro-duration) ease; } 
.header--intro .prirodna-sjena {transform: scale(var(--logo-intro-scale)) translateY(50px);filter: drop-shadow(0 0 25px rgba(0,180,255,.35));opacity: 0;animation: logoReveal var(--header-intro-duration) ease forwards .4s; } 
.header--docked .prirodna-sjena {transform: scale(var(--logo-header-scale));filter: none;opacity: 0.95; } 
.header-logo-text {display: flex;flex-direction: column;margin: 12px 0 0;align-items: center;font-size: 30px;font-weight: 700;line-height: 1.1;color: #fff;opacity: 1;transform: translateY(20px);opacity: 0.85; } 
.header-logo-text .header-logo-sub {font-size: 15px;letter-spacing: 2px;text-transform: uppercase; } 

.header--intro .header-logo-text, .header--intro .header-logo-text .header-logo-sub {opacity: 0;height: 0;display: none; } 
.header--intro .siteSlogan .slogan { font-size: 22px; line-height: 1.2; font-weight: 700; opacity: 0; transform: translateY(30px); }
.header--intro .siteSlogan .slogan span::before { content: ""; position: absolute; top: -15px; left: 50%; transform: translateX(-50%); width: 300px; height: 2px; background: linear-gradient( to right, rgba(221, 221, 221, 0), #dedede, rgba(221, 221, 221, 0) ); }
@media (max-width: 992px) { .header--intro .siteSlogan .slogan span::before::before { display: none; } }

.siteSlogan { position: relative; top: 57%; transform: translateY(57%); width: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; animation: sloganSlide 1.4s ease forwards 1.4s; } 
.siteSlogan .slogan {opacity: 0;color: #fff;font-size: 25px;line-height: 1.2;margin-top:20px;  font-weight: 800;letter-spacing: 0;transform: translateY(30px);animation: sloganSlide 1.4s ease forwards 1.4s; } 
.siteSlogan .slogan span { position: relative;  margin-top: 30px; transform: translateY(40px); opacity: 0.7;display: block;font-size: 13px;letter-spacing: 5px;font-weight: 500;text-transform: uppercase;opacity: 0;transform: translateY(40px);animation: sloganSlide 1.8s ease forwards 1.8s; } 
@keyframes sloganSlide { to { opacity: 1;transform: translateY(0); } }
@media (max-width: 1199px) {.header--intro .logotip { position: absolute; top: 42%; left: 50%; transform: translate(-50%,-50%) scale(0.70); width: 100%; margin-left: -5px; } }

.header--docked .siteSlogan {opacity: 0;height: 0;display: none; } 
.header--exit-up { transform: translateY(-130%); opacity: 0; } 
.header--docked {position: absolute;transform: translateY(30%);top: 30px;left: 0;width: 100%;height: auto;opacity: 1;z-index: 99999;animation: sloganSlide 1.8s ease forwards 1.8s; }
.vp-video-wrapper video { opacity: 0; transition: opacity 0.5s ease; }
.vp-video-wrapper.video-visible video { opacity: 1; }
.header--docked .logotip { position: absolute; top: 0;transform: translateY(-25px); left: 25px; display: flex; flex-direction: column; align-items: flex-start; }
.header--docked h1.hero-h1 {position: absolute;margin-top: 20px;font-size: 14px;text-transform: uppercase;color: #fff;font-size: 12px!important;top: 116px;left: 227px;font-weight: 500; }
.header--docked .logotip a { display: flex; align-items: center; } 
.header--docked .header-logo-text {display: flex;flex-direction: column;align-items: flex-start;font-size: 40px;font-weight: 700;line-height: 1.1;margin-left: 25px;margin-top: -20px; opacity: 0; transform: translateY(20px); animation: headerTextSlide 1s ease forwards 0.9s; }
@keyframes headerTextSlide { to { opacity: 1; transform: translateY(0); } } 
.header--docked .header-logo-sub { font-size: 15px; letter-spacing: 3px; font-weight: 500; }
.header--docked .logotip svg { height: 200px; width: 200px; flex-shrink: 0; }
	 
@media (max-width: 991px) {
	.header--docked .logotip { top: -60px; left: -50px; }
	.header--docked .header-logo-text { font-size: 18px; margin-top: 0; margin-left: -15px; }
	.header--docked .header-logo-sub { font-size: 11px!important;}
	.siteSlogan { width: 100%; top: 60%; transform: translateY(60%); }
	.siteSlogan .slogan { font-size: 16px; line-height: 1.2; font-weight: 800; }
	.siteSlogan .slogan span { margin-top: 30px; font-size: 12px; letter-spacing: 2px; }
	.header--docked .prirodna-sjena { transform: scale(0.45); }
} 

/******************************************************
/// Izbornik
******************************************************/
.menu-toggler {display: none;width: 50px;height: 50px;background: linear-gradient(135deg, #e11e28 0%, #e11e28 100%);border: none;border-radius: 12px;cursor: pointer;position: relative;transition: all 0.3s ease;box-shadow: 0 5px 15px rgba(225, 30, 40, 0.4);overflow: hidden; } 
.menu-toggler::before {content: '';position: absolute;top: 50%;left: 50%;width: 0;height: 0;border-radius: 50%;background: rgba(255, 255, 255, 0.3);transform: translate(-50%, -50%);transition: width 0.6s, height 0.6s; } 
.menu-toggler:hover::before {width: 300px;height: 300px; } 
.menu-toggler:hover {transform: scale(1.1);box-shadow: 0 8px 25px rgba(225, 30, 40, 0.6); } 
.hamburger {position: relative;width: 24px;height: 18px;margin: 0 auto; } 
.hamburger span {position: absolute;left: 0;width: 100%;height: 3px;background: #fff;border-radius: 3px;transition: all 0.3s ease; } 
.hamburger span:nth-child(1) {top: 0; } 
.hamburger span:nth-child(2) {top: 50%;transform: translateY(-50%); } 
.hamburger span:nth-child(3) {bottom: 0; } 
.menu-toggler.active .hamburger span:nth-child(1) {top: 50%;transform: translateY(-50%) rotate(45deg); } 
.menu-toggler.active .hamburger span:nth-child(2) {opacity: 0;transform: translateX(20px); } 
.menu-toggler.active .hamburger span:nth-child(3) {bottom: 50%;transform: translateY(50%) rotate(-45deg); } 
.izbornik {float: right; } 
.navigacija {border-bottom: 5px solid rgba(255,255,255,0.12); } 
.menu {margin: 0;padding: 0;list-style: none; } 
.menu > li {position: relative;padding: 15px 0;display: inline-block;vertical-align: middle;animation: fadeInDown 0.6s ease-out backwards; } 
.menu > li:nth-child(1) {animation-delay: 0.1s; } 
.menu > li:nth-child(2) {animation-delay: 0.2s; } 
.menu > li:nth-child(3) {animation-delay: 0.3s; } 
.menu > li:nth-child(4) {animation-delay: 0.4s; } 
.menu > li:nth-child(5) {animation-delay: 0.5s; } 
.menu > li:nth-child(6) {animation-delay: 0.6s; } 
@keyframes fadeInDown {from { opacity: 0; transform: translateY(-20px);}
to { opacity: 1; transform: translateY(0);} } 
.menu > li + li {margin-left: 15px; } 
ul.menu > li:first-child {padding-left: 0; } 
ul.menu > li:last-child {padding-right: 0; } 
.menu > li.hasChild {position: relative; } 
.menu > li.hasChild:hover > .sub-menu {opacity: 1;visibility: visible;transform: translateX(-50%) translateY(0); } 
.menu > li.hasChild:hover > .sub-menu, .menu > li.hasChild > .sub-menu:hover {opacity: 1;visibility: visible; } 
.menu > li.hasChild > .sub-menu.open {opacity: 1;visibility: visible;transform: translateX(-50%) translateY(0); } 
@media (max-width: 1199px) {
	.sub-nav-toggler { position: absolute; right: 0; top: 0; width: 50px; height: 100%; background: transparent; border: none; color: #fff; cursor: pointer; z-index: 2;}
	.sub-nav-toggler::before { content: '+'; font-size: 22px;}
	.sub-nav-toggler.active::before { content: '-';}
	.sub-menu { position: static; max-height: 0; overflow: hidden; opacity: 1; visibility: visible; transform: none; transition: max-height 0.4s ease;}
}
.menu > li > a {font-weight: 700;font-size: 24px;color: #fff;padding: 8px 15px;text-transform: uppercase;text-decoration: none;position: relative;display: inline-block;transition: all 0.3s ease;letter-spacing: 0.5px;transition: all .4s ease; } 
.menu > li > a::before {content: '';position: absolute;bottom: 0;left: 50%;width: 0;height: 2px;background: linear-gradient(90deg, #e11e28, #e11e28);transition: all 0.3s ease;transform: translateX(-50%); } 
.menu > li > a:hover::before {width: 100%; } 
.menu > li > a:hover {color: #e11e28;transform: translateY(-2px); } 
.menu > li.current > a {background: linear-gradient(135deg, #e11e28 0%, #e11e28 100%);border-radius: 25px;padding: 8px 20px;box-shadow: 0 5px 15px rgba(225, 30, 40, 0.4); } 
.sub-menu {position: absolute;top: 100%;left: 50%;transform: translateX(-50%) translateY(10px);z-index: 1000;min-width: 360px;padding: 15px 0;list-style: none;background: rgba(42, 53, 94, .87);backdrop-filter: blur(8px);border-radius: 15px;opacity: 0;visibility: hidden;transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);border: 1px solid rgba(255, 255, 255, 0.1); } 
.menu > li:hover > .sub-menu {opacity: 1;visibility: visible;transform: translateX(-50%) translateY(0); } 
.sub-menu li a {display: block;font-size: 16px;color: rgba(255, 255, 255, 0.8);font-weight: 700;padding: 12px 25px;text-transform: uppercase;text-decoration: none;transition: all 0.3s ease;position: relative; } 
.sub-menu li a::before {content: '';position: absolute;left: 0;top: 0;width: 5px;height: 100%;background: linear-gradient(180deg, #e11e28, #e11e28);transform: scaleY(0);transition: transform 0.3s ease; } 
.sub-menu li a:hover {color: #fff;background: rgba(225, 30, 40, 0.1);padding-left: 35px; } 
.sub-menu li a:hover::before {transform: scaleY(1); } 
.sub-menu > li.current > a {color: #fff;background: rgba(225, 30, 40, 0.1);padding-left: 35px;} 
.sub-menu > li.current > a::before {transform: scaleY(1); } 
.menu > li.current > a::before {height: 0px; } 
.menu > li.current > a:hover {color: #f8cf1c; } 

/******************************************************
/// Header parts
******************************************************/
.toolbar {position: absolute;top: 120px;width: 100%;z-index: 999;background: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0) 100% ), rgba(255, 255, 255, 0.05);backdrop-filter: blur(12px);-webkit-backdrop-filter: blur(12px);mask-image: linear-gradient( 90deg, rgba(30, 39, 73,0) 0%, rgba(30, 39, 73,1) 40% );-webkit-mask-image: linear-gradient( 90deg, rgba(30, 39, 73,0) 0%, rgba(30, 39, 73,1) 40% ); } 
.toolbar-container {display: flex;align-items: center;justify-content: flex-end;gap: 40px;padding: 12px 0;flex-wrap: wrap; } 
.header:not(.header--docked) + .toolbar {transform: translateY(-130%);opacity: 0; } 
.header--docked + .toolbar {transform: translateY(0);opacity: 1;transition: transform 1.2s cubic-bezier(.77,0,.18,1), opacity .6s ease; transition-delay: 1.38s; } 
@media (min-width: 1200px) {
	.header:not(.header--docked) + .toolbar { transform: translateY(-130%); opacity: 0;}
	.header--docked + .toolbar { position: absolute; transform: translateY(0); opacity: 1;}
} 
.header .kontakti.grouped {display: flex;align-items: center;justify-content: space-between;gap: 10px;padding: 8px 0; } 
.kontakt-grupa {display: flex;align-items: center;gap: 20px; } 
.kontakt-item {display: flex;align-items: center;gap: 10px;color: rgba(255, 255, 255, 0.9);font-size: 15px;font-weight: 500;transition: all 0.6s ease; } 
.kontakt-item i {color: #fff;font-size: 30px; } 
.kontakt-item:hover {color: rgba(255,255,255,.7);transition: all 0.6s ease;transform: translateY(-2px); } 
.kontakt-item:hover i {transform: scale(1.2); } 
.kontakt-item a {color: inherit;text-decoration: none; } 
.jezik-grupa ul {display: flex;gap: 10px;list-style: none;margin: 0;padding: 0; } 
.jezik-grupa li a {display: block;width: 32px;height: 32px;border-radius: 8px;overflow: hidden;transition: all 0.3s ease;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } 
.jezik-grupa li a:hover {transform: scale(1.15); } 
.jezik-grupa li a img {width: 100%;height: 100%;object-fit: cover; } 
.kontakt-cta .ikonaLink {display: inline-flex;align-items: center;gap: 8px;padding: 7px 15px 7px 6px;background: linear-gradient(135deg, #e11e28, #e11e28);color: #fff;text-decoration: none;border-radius: 8px;font-weight: 600;font-size: 15px;transition: all 0.3s ease;box-shadow: 0 4px 15px rgba(225, 30, 40, 0.3); } 
.kontakt-cta .ikonaLink i {font-size: 30px; } 
.kontakt-cta .ikonaLink:hover {transform: translateY(-2px);box-shadow: 0 6px 20px rgba(225, 30, 40, 0.5); } 
@media (max-width: 1199px) {.header--intro .logotip { position: absolute; top: 43%; left: 50%; transform: translate(-50%,-50%); width: 140px; margin-left: 0;}
.menu-toggler { display: block; float: right; margin: -15px 0px 0 0;}
.izbornik { float: none;}
.navigacija { position: fixed; top: 0; left: -100%; max-width: 100%; width: 100%; height: 100vh; background: rgba(30, 39, 73, 0.98); backdrop-filter: blur(10px); overflow-y: auto; transition: left 0.4s ease; box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5); z-index: 9999; padding: 80px 0 20px;}
.navigacija.showen { left: 0; top: -30px;}
.navigacija::before { content: ''; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.7); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.3s ease;}
.navigacija.showen::before { opacity: 1; visibility: visible;}
.navigacija::after { content: '•'; position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; background: linear-gradient(135deg, #e11e28, #e11e28); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; cursor: pointer;}
.menu > li { display: block; padding: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); animation: none;}
.menu > li + li { margin-left: 0;}
.menu > li > a { padding: 15px 25px; font-size: 16px;}
.menu > li > a::before { display: none;}
.menu > li.hasChild > a { padding-right: 50px;}
.sub-nav-toggler { position: absolute; right: 30px; top: 7px; width: 30px; height: 30px; background: #f8cf1c; border: none; color: #373d5a; border-radius: 8px; cursor: pointer; line-height: 22px; font-size: 28px;}
.sub-nav-toggler:hover { background: #e11e28; border: none; outline: 0; color: #f8cf1c;}
.sub-nav-toggler::before { content: '+';}
.sub-nav-toggler.active::before { content: '-';}
.sub-menu { position: static; opacity: 1; visibility: visible; transform: none; width: 100%; max-width: 100%; background: rgba(20, 29, 63, 0.95); border-radius: 0; box-shadow: none; max-height: 0; overflow: hidden; transition: max-height 0.4s ease; padding: 0;}
.sub-menu.open { max-height: 500px; padding: 10px 0;}
.sub-menu li a { padding-left: 40px;}
.menu > li.current > a { background: linear-gradient(135deg, #e11e28 0%, #e11e28 100%); padding: 12px 30px; width: 100%; border-radius: 0;}
.menu > li.hasChild > .sub-menu.open { transform: translateX(0%) translateY(0);}
.toolbar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000; background: rgba(30, 39, 73, 0.95); backdrop-filter: blur(15px); border-top: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.3); animation: slideUp 0.5s ease-out;}
@keyframes slideUp { from {  transform: translateY(100%); }
 to {  transform: translateY(0); }}
.toolbar { top: unset; background: none; mask-image: none}
.toolbar-container { padding: 7px 10px; justify-content: flex-start; gap: 15px;}
.kontakt-grupa { gap: 12px;}
.kontakt-info { display: none !important;}
.kontakt-item { gap: 10px;}
.kontakt-cta .ikonaLink { padding: 0; width: 40px; height: 40px; text-align: center; margin: 0 auto; display: block;}
.kontakt-cta .ikonaLink i { font-size: 26px; line-height: 40px;}
.kontakt-cta .ikonaLink span{ display: none;} }
@media (max-width: 1801px) {
	.menu > li > a { font-weight: 700; font-size: 18px; padding: 8px 13px;}
	.menu > li + li { margin-left: 12px;}
} 
@media (max-width: 1601px) {.menu > li > a { font-weight: 700; font-size: 18px; padding: 9px 30px;}
	.menu > li + li { margin-left: 8px;}

	.kontakt-grupa { gap: 0;}
	.header--docked .header-logo-text, .header--docked h1.hero-h1 { opacity: 0; display: none;}
} 
@media (max-width: 1524px) {
	.menu > li + li { margin-left: 10px; }
	.header--docked .header-logo-text, .header--docked h1.hero-h1 { opacity: 0; display: none;}
} 
@media (max-width: 1281px) {.menu > li + li { margin-left: 3px;}
	.header--docked .header-logo-text, .header--docked h1.hero-h1 { opacity: 0; display: none;}
} 
@media (max-width: 991px) { .toolbar-container, .kontakt-grupa { gap: 15px;} } 
@media (max-width: 768px) {
	.header--docked .header-logo-text, .header--docked h1.hero-h1 { opacity:1; display: inline-flex; }
	.header--docked h1.hero-h1 { left: 150px; top: 110px; font-size: 12px !important; width: 100%; padding-right: 65px; }
	.header--docked .header-logo-text { position: relative; top: -10px; left: -35px; font-size: 25px }
} 

/******************************************************
/// Slider
******************************************************/
#slider { }
#slider, #slider .carousel-inner, #slider .carousel-item {position: relative;z-index: 1;height: 100vh;width: 100%;overflow: hidden; } 
@media (max-width: 768px) {#slider, #slider .carousel-inner, #slider .carousel-item { height: 100svh;} } 
#slider .carousel-item {background-repeat: no-repeat;background-size: cover;background-position: center; } 
#slider .carousel-item::before {content: "";position: absolute;inset: 0;background: linear-gradient(to bottom, rgba(6, 17, 56, 0.75), rgba(6, 17, 56, 0.35));z-index: 1; } 
.slide-video {background: #000;position: relative; } 
.slide-video::after, .slide-video::before {display: none !important; } 
.player {position: absolute;inset: 0;z-index: 1; } 
.vp-video-wrapper {position: absolute;inset: 0;overflow: hidden;transition: opacity 1s ease; } 
.vp-video-wrapper.video-visible {opacity: 1; } 
.vp-video, .vp-telecine {width: 100%;height: 100%; } 
.header-video {width: 100%;height: 100%;object-fit: cover;display: block;pointer-events: none; } 
.vp-video-wrapper.video-visible .header-video {animation: heroZoom 12s ease-out forwards; } 
@keyframes heroZoom {from { transform: scale(1.05);}
to { transform: scale(1);} } 
.player::after {content: "";position: absolute;inset: 0;background: linear-gradient(to bottom, rgba(0,0,0,0.35), rgba(0,0,0,0.15));pointer-events: none;z-index: 2; } 
.video-controls {position: absolute;bottom: 30px;left: 30px;display: flex;gap: 15px;z-index: 10;transition: opacity .4s ease, transform .4s ease; } 
.video-controls.is-idle {opacity: 0;transform: translateY(10px);pointer-events: none; } 
.video-controls button {width: 44px;height: 44px;border-radius: 50%;border: none;background: rgba(255,255,255,1);color: #000;backdrop-filter: blur(6px);cursor: pointer;transition: 0.3s; } 
.video-controls button:hover {transform: scale(1.2); } 
#playPauseBtn::before {content: "\f04b";font-family: "Font Awesome 7 Free";font-weight: 900;font-size: 23px; } 
#playPauseBtn.paused::before {content: "\f04c"; } 
#fullscreenBtn::before {content: "\f065";font-family: "Font Awesome 7 Free";font-weight: 900;font-size: 23px; } 
.sound-cursor {position: absolute;width: 55px;height: 55px;border-radius: 50%;background: rgba(255,255,255,0.15);backdrop-filter: blur(12px);opacity: 0;transform: translate(-50%, -50%) scale(0.8);transition: opacity .25s ease, transform .25s ease;z-index: 5; } 
.sound-cursor.visible {opacity: 1;transform: translate(-50%, -50%) scale(1); } 
.sound-cursor::before {content: "\f6a9";font-family: "Font Awesome 7 Free";font-weight: 900;font-size: 23px; } 
.sound-cursor.unmuted::before {content: "\f028"; } 
.sound-cursor.unmuted {background: rgba(0,200,120,0.6); } 
.caption {position: absolute;inset: 0;background: rgba(1,15,27,0.45);z-index: 5;pointer-events: none; } 
.caption-inner {height: 100%;display: flex;align-items: center;justify-content: flex-start; } 
.caption-content {position: relative;max-width: 950px;z-index: 5;color: #fff;pointer-events: auto; } 
.sub-top {color: #7fd6ff;font-size: 14px;letter-spacing: 3px;text-transform: uppercase;margin-bottom: 10px; } 
.main-title {font-size: 64px;font-weight: 700;line-height: 1.1;color: #fff; } 
.sub-bottom {font-size: 18px;color: #e6f7ff;margin: 15px 0 30px; } 
.slider-btn {display: inline-block;padding: 14px 34px;background: #00bfff;color: #fff;border-radius: 40px;font-weight: 600;transition: 0.3s; } 
.slider-btn:hover {background: #009acd; } 
#slider .slides .animDe-1 {animation-delay: 0.5s; } 
#slider .slides .animDe-2 {animation-delay: 1s; } 
#slider .slides .animDe-3 {animation-delay: 1.5s; } 
#slider .slides .animDe-4 {animation-delay: 2s; } 
#slider .slides .animDe-5 {animation-delay: 2.5s; } 
.fadeUp {opacity: 0;transform: translateY(40px); } 
.slider-ready .fadeUp {animation: fadeUp 1s forwards ease; } 
@keyframes fadeUp {to { opacity: 1; transform: translateY(0);} } 
#slider .carousel-item:not(.slide-video)::after {content: "";position: absolute;inset: 0;background-image: inherit;background-size: cover;background-position: center;z-index: 1;transform: scale(1); } 
.slider-ready .carousel-item:not(.slide-video).active::after {animation: slowZoom 8s ease-in-out forwards; } 
@keyframes slowZoom {from { transform: scale(1);}
to { transform: scale(1.12);} } 
.carousel-item, .vp-video-wrapper, .header-video {will-change: transform, opacity;backface-visibility: hidden;transform: translateZ(0); } 
.carousel-indicators {bottom: 80px;z-index: 10; } 
.carousel-indicators li {width: 30px;height: 30px;border-radius: 50%;border: 1px solid #fff;background: rgba(255, 255, 255, 0.20);backdrop-filter: blur(6px);cursor: pointer;transition: 0.3s;} 
.carousel-indicators .active {background: rgba(255, 255, 255, 0.65);backdrop-filter: blur(6px); } 
.slider-svg {position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 100%;opacity: 0.25;z-index: 3; } 
.wave-line {fill: none;stroke-width: 0.5;stroke-dasharray: 1600;stroke-dashoffset: 1600; } 
.l1 {stroke: #fff; } 
.l2 {stroke: #00bfff;animation-duration: 9s !important; } 
.l3 {stroke: #fff;animation-duration: 11s !important; } 
.l4 {stroke: #a0e9ff;animation-duration: 13s !important; } 
.slider-ready .wave-line {animation: drawLine 7s linear infinite; } 
@keyframes drawLine {0% { stroke-dashoffset: 1600;}
50% { stroke-dashoffset: 0;}
100% { stroke-dashoffset: -1600;} } 
.wave-line.delay {animation-delay: 2s;stroke: #00bfff; } 
@media (max-width: 1199px) {
	#slider .caption .container { max-width: 960px;}
	.carousel-indicators { top: 35px; z-index: 10;}
	#slider .carousel-indicators { top:unset; bottom: 140px; z-index: 10;}
	.carousel-indicators li { width: 23px; height: 23px;}
	.video-controls { position: absolute; bottom: 75px; left: 50%; transform: translateX(-50%);}
} 
@media (max-width: 991px) {
	#slider .caption .container { max-width: 720px;}
	.sub-bottom { font-size: 15px; line-height: 19px; margin: 10px 0 20px;}
} 
@media (max-width: 768px) {
	.main-title { font-size: 26px;}
	#slider .caption .container { max-width: 100%; padding: 0 20px; margin-top: -30px;}
	.slider-svg { display: none;}
} 

/******************************************************
/// Subheaderi
******************************************************/
.subHeader { height: 80vh;background-size: cover !important;background-repeat: no-repeat !important;position: relative;width: 100%;color: white;z-index: 1;overflow: hidden;transition: padding 0.3s ease, height 0.3s ease; } 
.subHeader.small {background-size: cover !important;background-repeat: no-repeat !important;height: 60vh; } 
.subHeader.xsmall {background-size: cover !important;background-repeat: no-repeat !important;height: 27vh; } 
.subHeader::before {content: "";position: absolute;inset: 0;background: linear-gradient(to bottom, rgba(6,17,56,0.75), rgba(6,17,56,0.35));z-index: 1; } 
.subHeaderTitle {position: relative;z-index: 2;padding-top: 35vh; } 
.subHeaderTitle h2 {font-size: clamp(38px, 6vw, 70px);line-height: 1;font-weight: 900;margin-bottom: 25px;text-transform: uppercase;text-align: left;text-shadow: 0 0 40px rgba(0,114,186,0.3);color: #fff; } 
.subHeaderTitle .subOnTop {color: #7fd6ff;font-size: 14px;letter-spacing: 3px;text-transform: uppercase;margin-bottom: 10px; } 
.subHeaderTitle .subOnBottom {font-size: 18px;color: #e6f7ff;margin: 15px 0 30px; } 

.subHeaderTitleSvg { position: absolute; left: 0%; top: 50%; transform: translateY(-50%); width: 100%; opacity: .2; z-index: 9; }
.subHeaderTitleSvg_line { fill: none; stroke-width: 1; stroke-dasharray: 1600; stroke-dashoffset: 1600; animation: subHeaderAniWave 7s linear infinite; }
.s1 { stroke: #f8cf1c; }
.s2 { stroke: #f8cf1c; animation-duration: 9s !important; }
.s3 { stroke: #f8cf1c; animation-duration: 11s !important; }
.s4 { stroke: #f8cf1c; animation-duration: 13s !important; }
@keyframes subHeaderAniWave { 0% { stroke-dashoffset: 1600; } 50% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: -1600; } } 

/******************************************************
/// Pozadine
******************************************************/
#testimonials .parallax-bg {background: url(../images/bg/testimonials_bg.jpg); } 
#kornati .parallax-bg {background: url(../images/bg/kornati_bg.jpg); } 
#vrgada .parallax-bg {background: url(../images/bg/vrgada_bg.jpg); } 
#special-tours .parallax-bg {background: url(../images/bg/special-boat-tours_bg.jpg); } 
#betina-prvic .parallax-bg {background: url(../images/bg/betina-prvic_bg.jpg); } 
#boat .parallax-bg {background: url(../images/boat/28.jpg);background-position: bottom center; } 
.fullscreen_bg {width: 100%;position: relative; } 
.fullscreen_bg .slika {position: relative;min-height: 750px;overflow: hidden;border-radius: 0;display: flex;align-items: center;justify-content: center;text-align: center; } 
.fullscreen_bg .parallax-bg {position: absolute;inset: -25%;background-position: center center;background-size: cover;transform: translate3d(0,0,0);will-change: transform;z-index: 0; } 
.fullscreen_bg .natpis-bg {position: absolute;inset: 0;background: rgba(46,49,146,0.15) url("../images/slider-mask.png") repeat;z-index: 3; } 
.fullscreen_bg .natpis {position: relative;width: 100%;z-index: 999;padding: 20px;color: #fff;text-shadow: 0 0 40px rgba(0,0,0,.9);text-transform: uppercase; } 
.fullscreen_bg .natpis h2 {font-size: clamp(36px, 6vw, 100px);font-weight: 700;margin-bottom: 24px; } 
.fullscreen_bg .parallax-bg, .fullscreen_bg .natpis-bg, .fullscreen_bg .slika {border-bottom-right-radius: 350px; } 
.wavesWrap {width: 100%;height: 100%;overflow: hidden;position: absolute;left: 0;pointer-events: none;z-index: 9; } 
.wavesWrap .waves {width: 100%;height: 100%; } 
.parallax > use {animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite; } 
.parallax > use:nth-child(1) {animation-delay: -2s;animation-duration: 7s; } 
.parallax > use:nth-child(2) {animation-delay: -3s;animation-duration: 10s; } 
.parallax > use:nth-child(3) {animation-delay: -4s;animation-duration: 13s; } 
.parallax > use:nth-child(4) {animation-delay: -5s;animation-duration: 20s; } 
@keyframes move-forever {0% { transform: translate3d(-90px,0,0);}
100% { transform: translate3d(85px,0,0);} } 
.wavesWrap.top {top: 0;height: 15vh;transform: rotate(180deg) scaleY(-1);opacity: 1; } 
.wavesWrap.bottom {bottom: 0;height: 15vh; } 
.wavesWrap.top {top: 0;height: 15vh;transform: rotate(180deg) scaleY(-1);opacity: 1;/* subtle fade for reflection effect */ } 
.wavesWrap.bottom {bottom: 0;height: 15vh; } 
@media (max-width: 991px) {.fullscreen_bg .slika { min-height: 330px;}
.fullscreen_bg .natpis-bg, .fullscreen_bg .slika, .fullscreen_bg .parallax-bg { border-radius: 25px;}
.fullscreen_bg .parallax-bg { inset: -15%;} } 
@media (max-width: 768px) {.fullscreen_bg::before, .fullscreen_bg::after { opacity: 0.15; background-size: 60%;}
.slika::before { opacity: 0.6;}
.wavesWrap { height: 40px; min-height: 40px;} } 

/******************************************************
/// Naslovi stranica - breadcrumb
******************************************************/
.naslovi-wrapper {padding: 80px 0 106px 400px;background: #f3f5f9; } 
.naslov {position: relative;padding: 10px 0 30px 0;color: #2a355e; } 
.naslov h1 {font-weight: 700;font-size: 65px;line-height: 80px; } 
.naslov p, .naslov li, .naslov li a {font-size: 17px;line-height: 26px;letter-spacing: 0px;text-transform: uppercase;font-weight: 600; } 
.naslov li a {color: #2a355e; } 
.naslov li {position: relative;display: inline-block;margin-left: 7px; } 
.naslov li:not(:last-of-type) {padding-right: 13px; } 
.naslov li:not(:last-of-type)::after {position: absolute;content: '-';color: #2a355e;right: -3px; } 
.naslov h2 {font-weight: 900;font-size: 45px;text-transform: uppercase;color: #2a355e;position: relative;padding-bottom: 20px; } 
.naslov.modern h2 {font-size: 90px;line-height: 95px;font-weight: 900;letter-spacing: 1px;margin-bottom: 0;text-transform: uppercase;text-shadow: 0 0 40px rgba(0, 114, 186, 0.3);letter-spacing: 0;color: transparent;text-transform: uppercase;-webkit-text-fill-color: transparent;-webkit-text-stroke-width: 2px;-webkit-text-stroke-color: rgba(0, 114, 186, 0.65); } 
.naslov h2::after {content: '';display: block;width: 100%;height: 8px;margin-top: 10px;border-radius: 8px;background: linear-gradient( to left, rgba(225, 30, 40, 0) 0%, rgba(225, 30, 40, 0) 10%, rgba(225, 30, 40, 0) 50%, rgba(225, 30, 40, 1) 100% ); } 

/******************************************************
/// Galerija
******************************************************/
.galerija {margin-top: 30px; } 
.gallery img, .galerija img {border-radius: 16px;transition: transform 0.4s ease, box-shadow 0.4s ease;cursor: pointer;margin-bottom: 30px; } 
.gallery img:hover, .galerija img:hover {transform: scale(1.03);box-shadow: 0 20px 40px rgba(0,0,0,0.15); } 
.fotka {margin-bottom: 30px; } 
.fotka a:hover {opacity: 0.65; } 
.mfp-fade.mfp-bg {opacity: 0;-webkit-transition: all 0.35s ease-out;-moz-transition: all 0.35s ease-out;transition: all 0.35s ease-out; } 
.mfp-fade.mfp-bg.mfp-ready {opacity: 1; } 
.mfp-fade.mfp-bg.mfp-removing {opacity: 0; } 
.mfp-fade.mfp-wrap .mfp-content {opacity: 0;-webkit-transition: all 0.35s ease-out;-moz-transition: all 0.35s ease-out;transition: all 0.35s ease-out; } 
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {opacity: 1; } 
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {opacity: 0; } 
@media (max-width: 991px) { 
	.galerija.pt100.pb50 { padding-top: 50px; padding-bottom: 0; }
}

/******************************************************
/// Sadrzaji
******************************************************/
.sadrzaj-wrapper {padding-top: 0;padding-bottom: 0;position: relative;z-index: 2;transition: padding 0.3s ease, height 0.3s ease; } 
.sadrzaj-wrapper header figure figcaption p {padding: 80px 150px 0;font-size: 20px;font-weight: 400;line-height: 35px;text-align: center;color: #7c848a; } 
.tekst {-webkit-box-flex: 1;-ms-flex: 1;flex: 1 } 
.tekst h1 {font-size: 40px;font-weight: 700;padding-top: 10px;padding-bottom: 5px; } 
.tekst p {font-size: 16px; } 
.tekst i {font-size: 43px; } 
/******************************************************
/// CTA
******************************************************/
.about-torcida { position: relative; padding: 140px 20px 140px 20px; color: #fff; overflow: hidden; display: flex; }
.about-torcida::after { content: ""; position: absolute; inset: 0; pointer-events: none; }

.ctaWrap_bg { position: absolute; top: 0; left: 0; width: 35%; height: 100%; z-index: 1; }
.cta_Item_bg { height: 100%; }
.cta_bg { width: 100%; height: 100%; overflow: hidden; background: linear-gradient(to top, rgba(33, 37, 41, 0) 45%, #ffffff 90%) 0 0 / cover, url(../images/q-a/1.jpg) center right / cover no-repeat; }
.boat_cta { background: linear-gradient(to top, rgba(33, 37, 41, 0) 45%, #ffffff 90%) 0 0 / cover, url(../images/boat/23.jpg) center right / cover no-repeat; }
.Oldboat_cta { background: linear-gradient(to top, rgba(33, 37, 41, 0) 45%, #ffffff 90%) 0 0 / cover, url(../images/boat/2.jpg) center left / cover no-repeat; }

.boatTour_cta { background: linear-gradient(to top, rgba(33, 37, 41, 0) 45%, #ffffff 90%) 0 0 / cover, url(../images/kornati-boat-tour/header.jpg) center center / cover no-repeat; }
.cta_bg_img { width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: transform 8s ease; }
.cta_bg_img { transform: scale(1); }
.ctaWrap_bg::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;background: linear-gradient(278deg, #f7fafc 5%, rgba(247, 250, 252, 0.98) 12%, rgba(247, 250, 252, 0.85) 22%, rgba(247, 250, 252, 0.55) 34%, rgba(247, 250, 252, 0.25) 46%, rgba(247, 250, 252, 0) 58%);  }
.cta_bgCaption { position: absolute; bottom: 10rem; opacity: 0.5; transform: rotate(-5deg); right: 2rem; width: 221px; height: 58px; z-index: 99; z-index: 99; background: url(../images/captain/signature_1.png) center right; background-repeat: no-repeat; pointer-events: none; }
.cta_bgCaption .bgCaptionTitle { transform: rotate(30deg); font-size: 3.6rem; font-weight: 700; opacity:0.6; margin: 0; line-height: 5rem; }
.ctaSvg { position: absolute; left: 55%; top: 125%; transform: translateY(-125%) rotate(-35deg); width: 70%; opacity: 0.15; z-index: 9; }
.ctaSvg_wave { fill: none; stroke-width: 4; stroke-dasharray: 1600; stroke-dashoffset: 1600; animation: CtaAniWave 7s linear infinite; }
.a1 { stroke: #2a355e; }
.a2 { stroke: #00bfff; animation-duration: 9s !important; }
.a3 { stroke: #2a355e; animation-duration: 11s !important; }
.a4 { stroke: #a0e9ff; animation-duration: 13s !important; }

/*Reversed*/
.ctaWrap_bg.reversed { left: unset; right: 0; }
.ctaWrap_bg.reversed .cta_bg { background: linear-gradient(to top, rgba(33, 37, 41, 0) 45%, #ffffff 90%) 0 0 / cover, url(../images/q-a/1.jpg) center right / cover no-repeat; }
.captain_cta { background: linear-gradient(to top, rgba(33, 37, 41, 0) 45%, #ffffff 90%) 0 0 / cover, url(../images/captain/1.jpg) center right / cover no-repeat; }
.ctaWrap_bg.reversed .ctaWrap_bg::after { background: linear-gradient(278deg, #f7fafc 5%, rgba(247, 250, 252, 0.98) 12%, rgba(247, 250, 252, 0.85) 22%, rgba(247, 250, 252, 0.55) 34%, rgba(247, 250, 252, 0.25) 46%, rgba(247, 250, 252, 0) 58%);  }
.ctaWrap_bg.reversed .cta_bgCaption { position: absolute; bottom: 10rem; opacity: 0.5; transform: rotate(-5deg); right: 2rem; width: 221px; height: 58px; z-index: 99; z-index: 99; background: url(../images/captain/signature_1.png) center right; background-repeat: no-repeat; pointer-events: none; }
.ctaWrap_bg.reversed .cta_bgCaption .bgCaptionTitle { transform: rotate(30deg); font-size: 3.6rem; font-weight: 700; opacity:0.6; margin: 0; line-height: 5rem; }
.ctaWrap_bg.reversed .ctaSvg { position: absolute; left: 55%; top: 125%; transform: translateY(-125%) rotate(-35deg); width: 70%; opacity: 0.15; z-index: 9; }
@keyframes CtaAniWave { 0% { stroke-dashoffset: 1600; } 50% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: -1600; } } 

.about-torcida .cta { position: relative; padding: 30px 0 0 0; z-index: 9; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; margin-bottom: 30px; }
.cta-grid::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); width: 2px; background: linear-gradient(to bottom, rgba(221, 221, 221, 0) 0%, #dedede 50%, rgba(221, 221, 221, 0) 100%); }
@media (max-width: 992px) { .cta-grid::before { display: none; } }
.about-torcida .cta h2 { display: inline-block; font-size: 76px; line-height: 74px; font-weight: 900; letter-spacing: 1px; margin: 0; padding: 0 0 25px 0; text-align: right; text-shadow: 0 0 40px rgba(0, 114, 186, 0.5);  color: #2a355e; text-transform: uppercase; }
.about-torcida .cta.modern-3 h2 { font-size: 65px; line-height: 70px; font-weight: 900; letter-spacing: 1px;margin-bottom: 0;text-transform: uppercase; text-shadow: 0 0 40px rgb(212 209 208);letter-spacing: 0; color: transparent;text-transform: uppercase;-webkit-text-fill-color: rgb(214 190 163 / 10%); -webkit-text-stroke-width: 2px;-webkit-text-stroke-color: rgba(0, 0, 0, 0.22); } 

.about-torcida .cta.modern-3 h3 { font-size: 21px; line-height: 27px; font-weight: 500;letter-spacing: 1px;text-align: right; float: right; max-width: 380px; }
.about-torcida .cta .first-word { position:relative; display:block; font-size: 95px!important; font-weight:500!important; transform: rotate(-4deg);text-shadow: 0 0 40px rgba(0, 114, 186, 0.6);letter-spacing: 10px; color: transparent; text-transform: uppercase; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px;-webkit-text-stroke-color: rgba(0, 114, 186, 0.65);} 
.about-torcida .cta h3 { display: inline-block; font-size: 17px; line-height: 27px; font-weight: 500; letter-spacing: 1px; margin: 0; padding: 0; text-align: left; text-shadow: 0 0 40px rgba(0, 114, 186, 0.3); color: #2a355e; text-transform: uppercase; }
.about-torcida .cta h3 strong, .about-torcida .cta h3 strong a { font-size: 20px; font-weight: 800; }
.about-torcida .cta p { display: inline-block; font-size: 16px; line-height: 26px; font-weight: 500; color: #2a355e; margin: 0 auto; padding-top: 20px; text-align: justify; word-spacing: -1px; }
.about-torcida .cta p strong { font-size: 16px; line-height: 26px; font-weight: 700; }
.about-torcida .cta .cta-action { display: flex; justify-content: end; gap: 0; flex-wrap: wrap; }
.sectionTitle__underline { position: absolute; left: 0; bottom: -7px; width: 84%; height: 0.5em; }
.sectionTitle__underline--gradient-taper { position: absolute; left: 0; bottom: -50px; width: 100%; transform: translateX(-50%); max-width: 1000px; height: 3em; }
.sectionTitle__underline_revert { position: absolute; left: 0; bottom: 47px; width: 84%; height: 0.5em; }
.sectionTitle__underline--gradient-taper_revert { position: absolute; left: 160px; bottom: 103px; width: 65%; transform: translateX(-50%) rotate(12.5deg); max-width: 700px; height: 0.65em; } 
.about-torcida .cta ul { margin-top: 20px; list-style-type: disc; padding: 0 0; font-size: 18px; font-weight: 400; line-height: 28px; text-align: left; margin: 20px 0 20px 40px; columns: 2; column-gap: 35px; margin-top: 30px; }
.about-torcida .cta ul li { list-style-type: disc; } 
@media (max-width: 992px) {
	.about-torcida { padding: 60px 20px 0 20px!important; }
	.about-torcida .cta, .about-torcida .cta.modern-3 { padding-bottom:50px; }
	.cta-grid, .cta-left,.cta-right { position: relative; display: block; padding-bottom: 30px; }
	.cta-left,.cta-right { padding-bottom: 30px; }
  .about-torcida .cta.modern-3 .cta-left, .about-torcida .cta.modern-3 .cta-right { text-align:center; }  
  .about-torcida .cta .cta-action { display: block; justify-content: center; margin: 0 auto; text-align: center; }
  .about-torcida .cta.modern-3 h3 { text-align: center; float: unset; }
  .ctaWrap_bg { position: relative; width: 100%; height: 360px; margin-top: 2rem; display: none;  }
  .ctaWrap_bg::after { content: none; background: transparent; display: none; } 
  .cta_bgCaption { bottom: 1rem; left: 1rem; right: 1rem; background: rgba(255, 255, 255, 1); text-align: center; }
  .cta_bgCaption .bgCaptionTitle { font-size: 1.2rem; }
	
	.about-torcida .cta h2, .about-torcida .cta.modern-3 h2 { display: block; font-size:32px; line-height: 34px; padding: 0 0 25px 0; text-align: center; text-shadow: 0 0 10px rgba(0, 114, 186, 0.5);   color: #2a355e; text-transform: uppercase; text-align: center; }
	.about-torcida .cta.modern-3 h2 { text-shadow: 0 0 40px rgb(212 209 208); color: transparent;text-transform: uppercase;-webkit-text-fill-color: rgb(214 190 163 / 10%); -webkit-text-stroke-width: 2px;-webkit-text-stroke-color: rgba(0, 0, 0, 0.22); } 
}

.mosaic-gallery.absolute { position: absolute; left: 0; bottom: 0; z-index: 9; }
.mosaic-gallery { padding: 0 30px; }
@media (min-width: 1024px) { .mosaic-gallery { padding: 20px; } }
.mosaic { width: 100%; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.mosaic img {width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 16px; transition: transform 600ms cubic-bezier(.22,.61,.36,1), box-shadow 400ms ease, filter 400ms ease, opacity 400ms ease; }

@media (min-width: 1024px) {
  .mosaic { position: relative; width: 100%; max-width: 220px; aspect-ratio: 1 / 1;  display: block; margin: auto; }
  .mosaic img { position: absolute; --tx: 0; --ty: 0; --rot: 0deg; --scale: 1; transform: translate(var(--tx), var(--ty)) rotate(var(--rot)) scale(var(--scale)); transform-origin: center; will-change: transform; backface-visibility: hidden; }
  .mosaic img:nth-child(1) { --tx: -30%; --ty: -15%; --rot: -18deg; }
  .mosaic img:nth-child(2) { --tx: 103%; --ty: -40%; --rot: 4deg; }
  .mosaic img:nth-child(3) { --tx: 25%; --ty: 15%; --rot: 27deg; z-index: 1; }
  .mosaic img:nth-child(4) { --tx: -40%; --ty: 85%; --rot: -22deg; }
  .mosaic img:nth-child(5) { --tx: 142%; --ty: 63%; --rot: 7deg; }
  .mosaic img:nth-child(6) { --tx: 51%; --ty: 86%; --rot: 13deg; }
  .mosaic:hover img { --scale: 1.02; opacity: 0.85; filter: brightness(.97); }
  .mosaic img:hover { --scale: 1.1; z-index: 10; opacity: 1; filter: brightness(1.05); box-shadow: 0 25px 60px rgba(0,0,0,0.25); }
 }
 
@media (max-width: 992px) { 
	.mosaic-gallery { padding: 30px 0 0 0; } 
}
.mosaic-row-gallery { padding: 0px 30px 0 30px; }
.mosaic-row { --gap: 20px; --radius: 16px; --img-ratio: 16 / 9; display: flex; flex-wrap: wrap; gap: var(--gap); justify-content: center; }
.mosaic-row img { flex: 1 1 calc(50% - var(--gap)); max-width: 100%; aspect-ratio: var(--img-ratio); object-fit: cover; border-radius: var(--radius); transform: translateZ(0); transition: transform 600ms cubic-bezier(.22,.61,.36,1), box-shadow 400ms ease, filter 400ms ease, opacity 400ms ease; }

@media (min-width: 768px) { 
	.mosaic-row img { flex: 1 1 calc(33.333% - var(--gap)); } 
}
@media (min-width: 1024px) { 
	.mosaic-row img { flex: 1 1 calc(25% - var(--gap)); } 
}
@media (hover: hover) { 
	.mosaic-row:hover img { opacity: 0.85; filter: brightness(.95); } 
	.mosaic-row img:hover { transform: scale(1.05); opacity: 1; filter: brightness(1.05); box-shadow: 0 25px 60px rgba(0,0,0,0.25); z-index: 2; }
}
@media (min-width: 1024px) { 
	.mosaic-row img:nth-child(odd) { transform: translateY(-10px); } 
	.mosaic-row img:nth-child(even) { transform: translateY(10px); } 
	.mosaic-row img:hover { transform: translateY(0) scale(1.06); }
}
.home-cta { position: relative; padding: 0; color: #fff; overflow: hidden; }
.home-cta::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.ctaText { position: relative; display:block; padding: 0; z-index: 9; }
.cta-title { position:absolute; top:0; left: 0%; transform: translateX(-40%)rotate(-90deg); height: 800px; font-size: 38px; line-height: 1; font-weight: 900; text-align: center; text-shadow: 0 0 40px rgba(0, 114, 186, 0.3);letter-spacing: 0;color: transparent;text-transform: uppercase;-webkit-text-fill-color: transparent;-webkit-text-stroke-width: 2px;-webkit-text-stroke-color: rgba(0, 114, 186, 0.65); }
.cta-subtitle { max-width: 750px; margin: 0 auto 40px; font-size: 1.1rem; line-height: 1.7; opacity: 0.95; color: #2a355e; text-align: center; } 
.cta-buttons {display: flex;justify-content: center;gap: 20px;flex-wrap: wrap; } 
.btn-cta-primary {position: relative;background: linear-gradient(45deg, #2a355e, #2a355e);color: #fff;padding: 18px 50px;border-radius: 40px;font-weight: 600;text-transform: uppercase;letter-spacing: 1px;text-decoration: none;transition: all 0.35s ease;box-shadow: 0 10px 25px rgba(0, 180, 255, 0.35); } 
.btn-cta-primary:hover {transition: all 0.35s ease;transform: translateY(-3px);box-shadow: 0 18px 50px rgba(0, 180, 255, 0.5);background: linear-gradient(45deg, #e11e28, #e11e28); } 
.btn-cta-outline {position: relative;border: 2px solid #fff;color: #fff;padding: 18px 50px;border-radius: 40px;font-weight: 600;text-transform: uppercase;text-decoration: none;transition: all 0.35s ease; } 
.btn-cta-outline:hover {background: #fff;color: #000;transform: translateY(-3px); } 
.btn-cta-db {position: relative;display: inline-block;padding: 14px 34px;background: #00bfff;color: #2a355e;border-radius: 40px;font-weight: 600;transition: 0.3s; } 
.btn-cta-db:hover {background: #e11e28;color: #fff; } 
.btn-custom {box-shadow: rgba(0, 0, 0, 0.75) 0px -1px 17px -5px; } 
.btn-custom span {display: block;position: absolute;left: 51%;transform: translate(-49%, 5px);background: #f8cf1c;border-radius: 16px;font-size: 13px;padding: 5px 25px;margin: 0 auto;text-align: center;color: #373d5a;text-transform: uppercase;box-shadow: rgba(0, 0, 0, 0.75) 0px -1px 17px -5px; } 
.btn-custom.dark {background: linear-gradient(45deg, #2a355e, #2a355e); } 
.btn-custom.dark:hover {background: linear-gradient(45deg, #e11e28, #e11e28); } 
@media (max-width: 768px) {.cta-title { font-size: 3rem; line-height: 3rem;}
.cta-subtitle { font-size: 1rem;}
.homeCtaWrapper { padding: 20px 0 0 0;} } 
.booking {position: fixed;top: 50%;right: -55px;transform: translate(-50px, -50%);z-index: 9999;opacity: 0;pointer-events: none;animation: flyIn 1.6s cubic-bezier(.22,1.61,.36,1) forwards;animation-delay: 5.9s; } 
.booking-inner {position: relative;background: #f8cf1c;border-radius: 8px 8px 0 0;box-shadow: 0 0 30px -12px rgba(0,0,0,.75);transform: rotate(0deg);transform-origin: top right; } 
.booking-dot {position: absolute;top: 0;left: 50%;width: 23px;height: 23px;border-radius: 50%;background: #373d5a;transform: translate(-50%, -50%);border: 5px solid #f8cf1c;z-index: 10;animation: pulse 2.5s infinite; } 
.book-now {display: block;padding: 15px 40px;font-size: 16px;font-weight: 700;color: #373d5a;text-transform: uppercase;letter-spacing: 2px;background: #f8cf1c;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0 0 14px -17px rgba(0,0,0,.75);text-decoration: none;transition: opacity 0.3s; } 
.book-now:hover, .book-now:focus {color: #2a355e; } 
.booking:hover .booking-inner, .booking:focus.booking-inner {opacity: 1;color: #2a355e;transform: translateY(15px);transition: all .75s ease; } 
.book-now:focus-visible {outline: 0px solid #373d5a;outline-offset: 0; } 
.booking-inner::before {position: absolute;content: "";height: 28px;width: 28px;border-radius: 50%;background: #373d5a;top: 0px;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);border: 5px solid #f8cf1c; } 
.booking-inner::after {position: absolute;content: "";bottom: -11px;width: 120%;border-radius: 8px;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);border: 5px solid #373d5a;box-shadow: 1px -2px 6px rgb(41 74 100); } 
.booking:hover .booking-inner::after {transition: all .75s ease; } 
@media (max-width: 991px) {.booking { top: auto;
        bottom: calc(150px + env(safe-area-inset-bottom));
        right: calc(-40px + env(safe-area-inset-right));
		  transform: none;}
.booking-inner { transform: none;}
.booking-dot { display: none;}
.book-now { padding: 12px 20px; font-size: 16px; border-radius: 8px;} } 
@keyframes pulse {0% { box-shadow: 0 0 0 0 rgba(248,207,28,.6);}
70% { box-shadow: 0 0 0 15px rgba(248,207,28,0);}
100% { box-shadow: 0 0 0 0 rgba(248,207,28,0);} } 
@keyframes flyIn {0% { opacity: 0; transform: translate(-160px,-200px) rotate(-720deg) scale(.2);}
60% { opacity: 1; transform: translate(40px,20px) rotate(40deg) scale(1.1);}
100% { opacity: 1; transform: translateY(-50%) rotate(-90deg); pointer-events: auto;} } 
/******************************************************
/// Sadrzaji
******************************************************/
.cross-grid {position: relative; } 
.cross-grid::before {content: "";position: absolute;top: -120px;bottom: -120px;left: 50%;width: 1px;background: #dcd4d5;transform: translateX(-50%);z-index: 2; } 
.cross-grid::after {content: "";position: absolute;left: -20px;right: -20px;top: 100%;height: 1px;background: #dcd4d5;transform: translateY(-50%);z-index: 2; } 
.grid-box {min-height: 250px;display: flex;align-items: center;justify-content: center;position: relative;z-index: 1;padding: 30px!important;display: block; } 
.content {padding: 30px;background: #f3f5f9;width: 80%;text-align: center;font-weight: 600; } 
@media (max-width: 767px) {.cross-grid::before, .cross-grid::after { display: none;}
.grid-box { padding: 0!important;}
.content { padding: 10px; width: 100%;}
.tour-card { margin-bottom: 30px;}
.tour-card { margin-bottom: 30px;} } 
.tour-card {overflow: hidden;box-shadow: 0 15px 40px rgba(0,0,0,.08);transition: transform .4s ease, box-shadow .4s ease;background: #2a355e;border-radius: 25px;box-shadow: 0 25px 55px rgba(0,0,0,.15); } 
.tour-card:hover {transform: translateY(-6px);box-shadow: 0 25px 55px rgba(0,0,0,.1); } 
.tour-image {position: relative;height: 460px;overflow: hidden; } 
.tour-image img {width: 100%;height: 100%;object-fit: cover;transition: transform .6s ease; } 
.tour-card:hover .tour-image img {transform: scale(1.08); } 
.tour-image::after {content: "";position: absolute;inset: 0;background: linear-gradient(to top, rgba(0,0,0,.65), rgba(0,0,0,.2));z-index: 1; } 
.image-top-info {position: absolute;top: 60px;left: 60px;z-index: 2;color: #fff;max-width: 550px; } 
.tour-title {margin: 0;font-size: 60px;line-height: 58px;font-weight: 900;text-shadow: 0 3px 10px rgba(0,0,0,.1);color: #ffffff;text-transform: uppercase; } 
.tour-title span {display:block;margin: 0;font-size: 30px;line-height: 38px;font-weight: 700;text-shadow: 0 3px 10px rgba(0,0,0,.1);color: #ffffff;text-transform: uppercase; } 
.tour-subtitle {color: #ffffff;font-size: 16px;margin-left: 2px;text-transform: uppercase;letter-spacing: 1px; } 
.overlay-icons {position: absolute;bottom: 30px;left: 5%;right: 5%;z-index: 2;display: grid;grid-template-columns: repeat(4, 1fr);gap: 20px 10px;color: #fff;text-align: center; } 
.overlay-icons .icon-item {display: flex;align-items: center;justify-content: center;font-size: 20px;text-transform: uppercase;font-weight: 700;text-shadow: 0 2px 6px rgba(0,0,0,.7); } 
.overlay-icons i {margin-right: 12px;color: #e11e28;font-size: 28px; } 
.center-details {min-width: 220px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%) scale(.8);z-index: 3;background: rgba(255,255,255,.95);text-align: center;font-size: 18px;color: #0A1051;padding: 14px 28px;border-radius: 8px;font-weight: 700;text-transform: uppercase;opacity: 0;transition: all .35s ease; } 
.center-details a {display: block;position: relative; } 
.tour-card:hover .center-details {opacity: 1;transform: translate(-50%, -50%) scale(1);color: #e11e28; } 
.tour-card:hover .overlay-icons, .tour-card:hover .image-top-info {opacity: .25; } 
.tour-body {padding: 22px; } 
.tour-desc {font-size: 19px;color: #fff;padding: 20px;font-weight: 700; } 
@media (max-width: 768px) {.image-top-info { top: 30px; left: 30px;}
.tour-title { font-size: 36px; line-height: 45px;}
.overlay-icons { grid-template-columns: repeat(2, 1fr); row-gap: 15px;}
.tour-image { height: 360px;}
.tour-body { padding: 20px;}
.tour-desc { font-size: 17px; padding: 10px; font-weight: 600;} } 
.tourDetailed {padding: 100px 0;position: relative;z-index: 2; } 
.tourDetailed .naslov {padding-bottom: 10px; } 
.tourDetailed .naslov h2 {font-size: 38px; } 
.staticDetailed {padding: 120px 0; } 
.staticDetailed .naslov h2 {font-size: 68px; } 
.staticDetailed .naslov h2 {font-size: 45px;line-height: 55px; } 
.staticDetailed .naslov h3, .staticIntroText h3 {color: #2a355e;margin: 0;font-size: 30px;font-weight: 900;margin: 30px 0 0;padding: 0;line-height: 40px; } 
.tourIntroText p, .tourDesc p, .staticIntroText p {font-size: 18px;line-height: 28px;padding-top: 20px; } 
.tourIntroText p strong, .tourDesc p strong, .staticIntroText p strong {font-weight: 600;color: #2a355e; } 
.staticIntroText ul {margin-top: 20px;list-style-type: disc;padding: 0 0;font-size: 18px;font-weight: 400;line-height: 28px;text-align: left;margin: 20px 0 20px 40px; } 
.staticIntroText ul li {list-style-type: disc; } 
.tourRightColumn {position: relative;z-index: 5; } 
.sticky-cta {position: relative;padding: 30px;border-radius: 20px;background: rgba(255,255,255,0.75);backdrop-filter: blur(6px);border: 6px solid rgba(6,17,56,0.08);box-shadow: 0 10px 35px rgba(6,17,56,0.06); } 
@media (max-width: 768px) {.sticky-cta { top: 30px;} .staticDetailed {padding: 30px 0; } } 
.tourPriceBox {font-size: 2rem;font-weight: 900;padding: 12px 0;border-radius: 8px;background: linear-gradient(135deg, #2a355e, #0d1d5a);color: #fff;text-align: center; } 
.tourTableWrap {margin-bottom: 0;text-align: left;margin-top: 30px; } 
.tourTable {width: 100%;font-size: 16px;line-height: 28px;border-collapse: collapse; } 
.tourTable tr {border-bottom: 1px solid rgba(0,0,0,0.1);transition: background 0.25s ease, transform 0.2s ease; } 
.tourTable tr:last-child {border-bottom: none; } 
.tourTable tr:hover {background: rgba(115,190,210,0.06);transform: translateX(4px); } 
.tourTable td {padding: 15px 25px; } 
.tourTable td:first-child {width: 35%;font-weight: 700;color: #2a355e;text-transform: uppercase; } 
.tourList {padding: 35px 0;border-radius: 15px;background: #fff;counter-reset: zero;list-style: none;margin: 0; } 
.tourList li {counter-increment: zero;position: relative;padding: 18px 0 18px 42px;font-weight: 500;font-size: 18px;line-height: 24px;color: #2a355e;border-bottom: 1px solid #2a355e;transition: all 0.3s ease; } 
.tourList li:last-child {border-bottom: none; } 
.tourList li::before {content: '0' counter(zero);position: absolute;left: 0;color: #e11e28;font-weight: 900; } 
.tourList li:hover {background: rgba(115,190,210,0.05);color: #7c848a;padding-left: 48px; } 
.tourMeta {list-style: none;padding: 0;margin: 0;border-radius: 12px;overflow: hidden; } 
.tourMeta li {display: flex;justify-content: space-between;align-items: center;padding: 12px 0;border-bottom: 1px solid rgba(0,0,0,0.1);font-size: 16px;transition: background 0.25s ease, transform 0.2s ease; } 
.tourMeta li:last-child {border-bottom: none; } 
.tourMeta li:hover {background: rgba(115,190,210,0.06);transform: translateX(4px); } 
.tourMeta strong {font-weight: 700;color: #2a355e;text-transform: uppercase; } 
.tourMeta span {color: #555;text-align: right; } 
.tourDetailed, .staticDetailed {--tour-body-size: 18px;--tour-line: 28px; } 
.tourIntro, .tourTableWrap, .tourList, .staticIntro, .sticky-cta {border: 0 solid rgba(6,17,56,0.05); } 
.tourDetailed .container, .staticDetailed .container {position: relative;z-index: 2; } 
@media (max-width: 768px) {
	.tourTable, .tourTable tbody, .tourTable tr, .tourTable td { display: block; width: 100%; }
	.tourTable tr { margin-bottom: 15px; border: 1px solid rgba(0,0,0,0.08); border-radius: 8px; padding: 10px 0; transform: none; }
	.tourTable tr:hover { transform: none; }
	.tourTable td { padding: 10px 15px; }
	.tourTable td:first-child { width: 100%; font-size: 18px; font-weight: 700; color: #2a355e; opacity: 0.7; padding-bottom: 0; }
	.tourTable td:last-child { font-size: 15px; padding-top: 5px; }
}

/******************************************************
/// Show - Hide
******************************************************/
.js-expandable {position: relative;overflow: hidden;transition: max-height 0.6s ease; } 
.expand-trigger:hover {color: #e11e28;transform: translateX(4px); } 
.js-expandable.is-collapsed {position: relative; } 
.js-expandable.is-collapsed::after {content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 50px;background: linear-gradient(to top, #fff, transparent);pointer-events: none; } 
.expand-trigger {display: inline-block;margin-top: 15px;font-weight: 700;color: #0d1d5a;cursor: pointer;transition: all 0.3s ease; } 
.show-more-container {display: flex;align-items: center;/* vertical center */width: 100%;margin: 20px 0; } 
.show-more-container::before, .show-more-container::after {content: "";flex: 1;border-top: 1px solid #2a355e;/* line color */ } 
.show-more-btn {margin: 0 15px;padding: 5px 20px;background: #fff;color: #2a355e;font-weight: 700;cursor: pointer;border-radius: 20px;border: 1px solid #2a355e;white-space: nowrap;flex-shrink: 0; } 
.show-more-btn.expanded::after {transform: rotate(180deg); } 
.show-more-container::before,.show-more-container::after {transition: flex 0.3s ease; } 
.show-more-btn.expanded + ::before {flex: 0; } 

/******************************************************
/// sideBar
******************************************************/
.sideBarWrap {position: relative;top: 200px; } 
.catMenuList {counter-reset: zero;list-style: none;padding: 0;margin: 0; } 
.catMenuList li {counter-increment: zero;position: relative;padding: 20px 20px 20px 50px;text-transform: uppercase;font-weight: 800;font-size: 18px;line-height: 21px;color: #2a355e;border-bottom: 2px solid #e11e28;transition: padding 0.3s ease, color 0.3s ease; } 
.catMenuList li:last-child {border-bottom: none; } 
.catMenuList li:hover {padding-left: 66px;color: #7c848a; } 
.catMenuList li svg {position: absolute;left: 0;top: 50%;transform: translateY(-50%) rotate(-90deg);width: 36px;height: 36px; } 
.catMenuList li circle {fill: none;stroke: #2a355e;stroke-width: 2;stroke-dasharray: 100;stroke-dashoffset: 100;transition: stroke-dashoffset 0.4s ease; } 
.catMenuList li:hover circle {stroke-dashoffset: 0; } 
.catMenuList li .num {position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 36px;height: 36px;display: flex;align-items: center;justify-content: center;font-weight: 900;color: #e11e28;pointer-events: none;transition: color 0.3s ease; } 
.catMenuList li:hover .num {color: #2a355e; } 
.catMenuList li.active {color: #7c848a; } 
.catMenuList li.active circle {stroke-dashoffset: 0; } 
.catMenuList li.active .num {color: #2a355e; } 

/******************************************************
/// Testimonials
******************************************************/
#testimonials {margin: 0 auto;padding: 0; } 
.testimonialsSection {padding: 120px 0; } 
#testimonials-left, #testimonials-center, #testimonials-right {width: 100%;float: none; } 
#testimonials {display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 30px; } 
#testimonials .testimonials-wrap:last-child {grid-column: 1 / -1; } 
.testimonials-wrap {position: relative;z-index: 1;background-color: #ffffff;border-radius: 12px;padding: 20px 25px;margin-bottom: 20px;box-shadow: 0 4px 12px rgba(0,0,0,0.08);transition: transform 0.3s ease, box-shadow 0.3s ease; } 
.testimonials-wrap:after {display: none !important;content: "\201C";font-size: 80px ;position: relative;display: block;top: 0;line-height: .5; } 
.testimonials-wrap:hover {transform: translateY(-4px);box-shadow: 0 8px 20px rgba(0,0,0,0.12); } 
.testimonials-wrap article {font-size: 1rem;line-height: 1.65;color: #333;background: #e1e1e1;padding: 35px 40px;border-radius: 16px;box-shadow: 0 15px 40px rgba(0,0,0,0.08);height: 100%;position: relative;transition: transform .3s ease, box-shadow .3s ease; } 
.testimonials-wrap article p {margin-bottom: 12px;font-style: normal; } 
.testimonials-wrap article p::before {content: "\f10d";font-family: "Font Awesome 7 Free";font-weight: 900;font-size: 53px;color: #f39c12;position: absolute;top: -10px;left: -13px; } 
.testimonials-wrap article:hover {transform: translateY(-3px);box-shadow: 0 18px 45px rgba(0,0,0,0.1); } 
.author_info {display: flex;align-items: center;gap: 6px;margin-top: 15px; } 
.author_info .flag {width: 24px;height: auto;border-radius: 50%;box-shadow: 0 1px 3px rgba(0,0,0,0.3);margin-right: 8px; } 
.author_info .name {color: #ed1c24;font-weight: 600;font-style: italic; } 
.author_info .country {color: #666;font-size: 0.85rem;margin-left: 4px; } 
.naslov-controls {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;gap: 15px;margin-top: 40px; } 
.raw-note {flex: 1 1 60%;font-size: 0.9rem;color: #555;margin: 0;background-color: #fff3cd;padding: 10px 15px;border-left: 8px solid #f39c12;border-radius: 6px; } 
.googleReviews {flex: 0 0 auto;margin: 0;padding: 0; } 
.googleReviews a.reviewsBtn {font-size: 14px;background: #373d5a;text-transform: uppercase;vertical-align: middle;color: #fff;font-weight: 700;white-space: nowrap;letter-spacing: .1em;padding: 12px 25px;border-radius: 8px;box-shadow: 0 0 10px 0 rgba(0, 114, 186, 0.15), 0 10px 14px -16px rgba(0, 0, 0, 0.15);box-shadow: 0 -25px 85px rgba(50, 50, 50, 0.6);transition: all .4s ease;animation: pulse 2s infinite; } 
.googleReviews a.reviewsBtn:hover {background-color: #e11e28;color: #fff; } 
@keyframes pulse {0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(87, 197, 206, 0.7);}
70% { transform: scale(1); box-shadow: 0 0 0 15px rgba(87, 197, 206, 0);}
100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(87, 197, 206, 0);} } 
.testimonials-wrap:nth-child(1) {transform: rotate(-3deg); } 
.testimonials-wrap:nth-child(2) {transform: rotate(2deg); } 
.testimonials-wrap:nth-child(3) {transform: rotate(-1deg); } 
.testimonials-wrap:nth-child(4) {transform: rotate(3deg); } 
.testimonials-wrap:nth-child(5) {transform: rotate(-2deg); } 
.testimonials-wrap:nth-child(6) {transform: rotate(1deg); } 
.testimonials-wrap:nth-child(7) {transform: rotate(-1deg); } 
.testimonials-wrap:nth-child(8) {transform: rotate(4deg); } 
.testimonials-wrap:nth-child(9) {transform: rotate(-2deg); } 
.testimonials-wrap:hover {transform: rotate(0deg) translateY(-6px) scale(1.03);box-shadow: 0 12px 30px rgba(0,0,0,0.12);z-index: 10; } 
@media (max-width: 768px) {.naslov { flex-direction: column; align-items: flex-start;}
.raw-note { width: 100%; margin-bottom: 15px;}
.googleReviews { width: 100%; padding: 0;}
#testimonials { grid-template-columns: 1fr;}
#testimonials .testimonials-wrap:last-child { grid-column: auto;}
.testimonials-wrap { transform: rotate(0deg);} } 

/******************************************************
/// FAQ
******************************************************/
.faq-section {padding: 120px 0; } 
.faq-section-subtitle {color: #2a355e; } 
.faq-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));gap: 24px; } 
.faq-card-modern {background: rgba(255,255,255,0.75);backdrop-filter: blur(10px);border-radius: 18px;padding: 22px;cursor: pointer;transition: all .35s ease;position: relative;overflow: hidden;box-shadow: -3px 0 92px 12px rgba(0, 114, 186, 0.4);border: 5px solid rgba(18, 191, 204, 0.2); } 
.faq-card-modern:hover {transform: translateY(-6px);box-shadow: 0 18px 40px rgba(0,0,0,0.1); } 
.faq-card-top {display: flex;align-items: center;gap: 14px; } 
.faq-icon-modern {width: 58px;height: 58px;border-radius: 16px;font-size: 22px;background: linear-gradient(135deg, #707fca, #2a355e);color: white;display: flex;align-items: center;justify-content: center;flex-shrink: 0; } 
.faq-category-title {margin: 60px 0 25px;font-weight: 700;color: #0d2b4d; } 
.faq-card-modern h5 {font-size: 1rem;font-weight: 600;margin: 0; } 
.faq-category-title span {display: block;font-size: 0.9rem;text-transform: uppercase;font-weight: 500;margin: 5px 0 10px 0; } 
.faq-card-body {max-height: 0;opacity: 0;margin-top: 0;overflow: hidden;transition: all .35s ease;color: #555;line-height: 1.6; } 
.faq-card-modern.active .faq-card-body {max-height: 200px;opacity: 1;margin-top: 14px; } 
@media (max-width: 991px) {
	.faq-category-title { margin-left:30px; }
   .faq-card-modern {padding: 12px; margin: 0 15px; }
}

/******************************************************
/// BG Carousel 
******************************************************/
.heroFull {position: relative;background: #f7fafc;overflow: hidden;padding: 80px 0; min-height: 450px;display: flex;align-items: center; } 
.heroFull_inner {position: relative;z-index: 5; } 
.heroFull_inner .naslov {padding-top: 0;padding-bottom: 30px; } 
.heroFull_figure {position: absolute;top: 0;right: 0;width: 60%;height: 100%;z-index: 2; } 
.heroFull_slider, .carousel-inner, .carousel-item {height: 100%; } 
.heroFull_media {width: 100%;height: 100%;overflow: hidden; } 
.heroFull_img {width: 100%;height: 100%;object-fit: cover;transform: scale(1);transition: transform 8s ease; } 
.carousel-item.active .heroFull_img {transform: scale(1); } 
.heroFull_figure::after {content: "";position: absolute;inset: 0;z-index: 2;background: linear-gradient(90deg, #f7fafc 5%, rgba(247,250,252,0.98) 12%, rgba(247,250,252,0.85) 22%, rgba(247,250,252,0.55) 34%, rgba(247,250,252,0.25) 46%, rgba(247,250,252,0) 58% );pointer-events: none; } 
.heroFull--reverse .heroFull_figure {right: auto;left: 0; } 
.heroFull--reverse .heroFull_figure::after {background: linear-gradient( 270deg, #f7fafc 5%, rgba(247,250,252,0.98) 12%, rgba(247,250,252,0.85) 22%, rgba(247,250,252,0.55) 34%, rgba(247,250,252,0.25) 46%, rgba(247,250,252,0) 58% ); } 
.heroFull--reverse .heroFull_inner {margin-left: auto; } 
.heroFull_caption {position: absolute;bottom: 3rem;right: 3rem;z-index: 10;color: #2a355e;background: rgba(255, 255, 255, 0.65);border-radius: 8px;padding: 12px 15px 5px 15px;cursor: pointer;transition: all .35s ease;overflow: hidden;box-shadow: -3px 0 92px 12px rgba(0, 114, 186, 0.4); } 
.heroFull--reverse .heroFull_caption {left: 3rem;right: unset; } 
.heroFull_caption .caption-title {color: #2a355e;font-size: 1.6rem;font-weight: 700;margin: 0;line-height: 20px; } 
.heroFull_caption .caption-subtitle {color: #2a355e;font-size: 0.8rem;font-weight: 600;text-transform: uppercase;margin: 0;padding: 0; } 
.heroFull_caption {position: absolute;bottom: 3rem;right: 3rem;z-index: 10;color: #fff;text-shadow: 0 2px 6px rgba(0,0,0,0.3);opacity: 0;transform: translateY(15px);transition: opacity 0.8s ease, transform 0.8s ease;pointer-events: none;/* prevents clicks */ } 
.heroFull--reverse .heroFull_caption {left: 3rem;right: unset; } 
.carousel-item .heroFull_caption {opacity: 0;transform: translateY(15px); } 
.carousel-item.active .heroFull_caption {opacity: 1;transform: translateY(0);transition-delay: 0.4s; } 
.carousel-item.active .heroFull_caption .caption-title {transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s; } 
.carousel-item.active .heroFull_caption .caption-subtitle {transition: opacity 0.8s ease 0.6s, transform 0.8s ease 0.6s; } 
@media (max-width: 991px) {.heroFull { padding: 60px 0 0; min-height: auto; display: block;}
.ptb120 { padding-top: 30px!important; padding-bottom: 30px!important;}
.heroFull_figure { position: relative; width: 100%; height: 360px; margin-top: 2rem;}
.heroFull_figure::after { content: none; background: transparent;}
.heroFull_caption { bottom: 1rem; left: 1rem; right: 1rem; background: rgba(255, 255, 255, 1); text-align: center;}
.heroFull_caption .caption-title { font-size: 1.2rem;} } 
@media (max-width: 991px) {.heroFull { display: flex; flex-direction: column;}
.heroFull_inner { order: 1;}
.heroFull_figure { order: 2;}
.heroFull--reverse .heroFull_inner { order: 1;}
.heroFull--reverse .heroFull_figure { order: 2;} } 
.heroFull .container {position: relative;z-index: 5; } 
@media (min-width: 992px) {.heroFull_inner { transform: translateY(-10px);}
.heroFull:not(.heroFull--reverse) .heroFull_inner { padding-right: 4%;}
.heroFull--reverse .heroFull_inner { padding-left: 4%;} } 
@media (max-width: 768px) {.heroFull_inner { padding: 0 30px 50px 30px;} } 

/******************************************************
/// Karakteristike
******************************************************/
.icoGridWrap {--line-color: transparent;--cell-min: 180px;position: relative;display: grid;grid-template-columns: repeat(auto-fit, minmax(var(--cell-min), 1fr));gap: 2px;margin: 3px 0;padding: 0; } 
.icoGrid {aspect-ratio: 1 / 1;position: relative;z-index: 1;text-align: center;padding: 0;background: #fff;display: flex;flex-direction: column;justify-content: center;transition: transform 0.3s ease;perspective: 600px; } 
.icoGrid:hover {transform: translateY(0); } 
.icoGridWrap::before {content: "";position: absolute;inset: 0;background: var(--line-color);z-index: 0;border-radius: 8px; } 
.icoGrid i, .icoGrid img {font-size: 2rem;color: #e11e28;margin: 0 auto;transition: transform 0.4s ease, filter 0.4s ease;transform-style: preserve-3d;backface-visibility: hidden; } 
.icoGrid:hover i {filter: drop-shadow(0 8px 10px rgba(0,0,0,0.25)); } 
.icoGrid:nth-child(1):hover i {transform: translateY(-8px) scale(1.2); } 
.icoGrid:nth-child(2):hover i {transform: rotate(-12deg) scale(1.15); } 
.icoGrid:nth-child(3):hover i {animation: bounceIcon 0.6s ease; } 
.icoGrid:nth-child(4):hover i {transform: scale(1.25); } 
.icoGrid:nth-child(5):hover i {animation: wiggleIcon 0.5s ease; } 
.icoGrid:nth-child(6):hover i {transform: translateY(-6px) scale(1.15); } 
.icoGrid:nth-child(7):hover i {animation: pulseIcon 0.6s ease; } 
.icoGrid:nth-child(8):hover i {transform: rotate(10deg) scale(1.15); } 
.icoGrid:nth-child(9):hover i {transform: translateY(-6px) scale(1.15); } 
.icoGrid:nth-child(10):hover i {animation: spinIcon 0.6s ease; } 
.icoGrid h4 {font-family: "Poppins", sans-serif;font-weight: 800;font-size: 1.5rem;color: #2a355e;margin: 4px 0; } 
.icoGrid p {font-size: 0.9rem;font-weight: 600;color: #2a355e;margin: 0; } 
@keyframes bounceIcon {0% { transform: translateY(0);}
40% { transform: translateY(-12px);}
70% { transform: translateY(4px);}
100% { transform: translateY(0);} } 
@keyframes wiggleIcon {0%,100% { transform: rotate(0);}
25% { transform: rotate(-10deg);}
75% { transform: rotate(10deg);} } 
@keyframes pulseIcon {0% { transform: scale(1);}
50% { transform: scale(1.3);}
100% { transform: scale(1);} } 
@keyframes spinIcon {to { transform: rotate(360deg);} } 
@media (max-width: 768px) {.icoGridWrap { grid-template-columns: repeat(3, 1fr); gap: 0; padding: 20px 0;}
.icoGrid h4 { font-size: 1rem; line-height: 1rem; margin-top: 15px;} } 

/******************************************************
/// Lokacija
******************************************************/
@media (max-width: 768px) {.location-content-wrapper { padding: 120px 0;} } 
.location-content-wrapper {padding: 80px 0; } 
.location-section-title {font-size: 30px;font-weight: 900;color: #2a355e;margin: 40px 0 10px;line-height: 40px; } 
.location-list {margin: 15px 0 25px 30px;font-size: 18px;line-height: 28px; } 
.location-list li {list-style: disc; } 
.location-info-box {margin-top: 0; } 
.location-info-row {display: flex;align-items: center;gap: 14px;font-size: 16px;font-weight: 700;color: #2a355e;padding: 10px 0;border-bottom: 1px solid rgba(0,0,0,0.08);transition: all 0.3s ease; } 
.location-info-row:last-child {border-bottom: none; } 
.location-info-row i {font-size: 26px;line-height: 38px;width: 40px;height: 40px;background: #f8cf1c;color: #2a355e;border-radius: 8px;cursor: pointer;transition: all 0.3s ease;box-shadow: rgba(0, 0, 0, 0.55) 0px -1px 17px -5px;position: relative;overflow: hidden; } 
.location-info-row:hover {background: rgba(225, 30, 40, 0.05);padding-left: 6px;transition: all 0.3s ease; } 
p.location-trust-quote {display: block;font-size: 14px;font-weight: 500;font-style: italic; } 
blockquote {box-sizing: border-box;font-size: 22px;line-height: 26px;font-style: italic;color: #2a355e;text-align: center;margin: 0 0 3em 0;padding: 20px 15px;background: rgba(255,255,255,.2);border-radius: 20px;border-top: .07em solid rgba(0, 0, 0, .5);border-bottom: .07em solid rgba(0, 0, 0, .5); } 
blockquote:before {content: open-quote; } 
blockquote:after {content: close-quote; } 
blockquote:before, blockquote:after {display: inline-block;vertical-align: bottom;color: #e11e28;font-size: 4em;position: relative; } 
blockquote:before {top: .1em;left: -.1em;position: relative; } 
blockquote:after {top: .3em;left: .1em; } 

/******************************************************
/// Kontakt / Booking Form
******************************************************/
.kontakt-wrapper {padding: 120px 0; } 
.contactIconsWrap {margin-top: -60px;display: flex;flex-wrap: wrap;gap: 15px; } 
.contactIconsWrap .contactIcon {flex: 0 0 calc(11% - 10px);width: 100%;height: 100%;min-width: 130px;min-height: 140px;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;padding: 0; } 
.contactIconsWrap .contactIcon span {letter-spacing: 0em;margin-bottom: 0; } 
 
.contact-form-wrap p {padding-top: 0; } 
.contact-form-wrap .modal-disclamer p {font-size: 13px;line-height: 18px; } 
.contact-form-wrap .kontakt-wrapper p strong {font-weight: 600;color: #2a355e; } 
.contact-form-wrap .kontakt-wrapper h4 {color: #2a355e;margin: 0;font-size: 18px;font-weight: 900;margin: 30px 0 0;padding: 0;line-height: 40px; } 
.additional-info.sticky-cta h4 {font-size: 1.4rem; } 
.additional-info.sticky-cta p {display: flex;align-items: center;gap: 14px;font-size: 16px;font-weight: 700;color: #2a355e;padding: 4px 0;
	 border-bottom: 1px solid rgba(0,0,0,0.08);transition: all 0.3s ease; } 
.additional-info.sticky-cta p:hover {padding-left: 6px;transition: all 0.3s ease; } 
.additional-info.sticky-cta:last-child p {border-bottom: none; } 
.additional-info.sticky-cta i {display: flex;align-items: center;justify-content: center;font-size: 16px;width: 28px;height: 28px;background: #f8cf1c;color: #2a355e;border-radius: 8px;cursor: pointer;transition: all 0.3s ease;box-shadow: rgba(0, 0, 0, 0.55) 0px -1px 17px -5px;position: relative;overflow: hidden;margin-right: 10px;cursor: pointer; } 
#contactForm {width: 100%;margin: 0 auto;position: relative; } 
#contactForm .row {margin-bottom: 0rem; } 
#contactForm [class^="col-"], #contactForm [class*=" col-"] {margin-bottom: 1.2rem; } 

/******************************************************
/// Form controls
******************************************************/
.form-control::placeholder, .form-control::-moz-placeholder, .input-group-text:focus, #contactBtn, button, input, textarea, select,optgroup {outline: 0;border: 0;background: transparent;box-shadow: none; } 
.input-group {margin: 0;position: relative;transition: all 0.4s cubic-bezier(0.4,0,0.2,1); } 
.input-group label {display: block;font-weight: 700;color: #2d2825;margin-bottom: 28px;font-size: 1rem;text-transform: uppercase;letter-spacing: 0.02em; } 
.input-group:hover {transform: translateY(-2px); } 
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child), .input-group:not(.has-validation)>.custom-select:not(:last-child), .input-group:not(.has-validation)>.form-control:not(:last-child) {border-radius: 28px !important; } 
.input-group-text {display: block;width: 100%;font-size: 11px;line-height: 16px;font-weight: 400; } 
.select-group select.form-control {appearance: none;-webkit-appearance: none;-moz-appearance: none;padding-right: 50px;cursor: pointer; } 
.select-group::after {content: "\f107";font-family: "Font Awesome 7 Free";font-weight: 900;position: absolute;right: 50px;top: 50%;transform: translateY(-50%) rotate(0deg);pointer-events: none;color: #2d2825;font-size: 22px;transition: transform 0.3s ease, color 0.3s ease;z-index: 9; } 
.select-group:focus-within::after {transform: translateY(-50%) rotate(180deg);color: #8BC34A; } 
.form-control:disabled {background-color: rgba(0, 0, 0, .2);opacity: 0.35; } 
.form-control {color: #2d2825;height: 60px;width: 100%;padding: 0;border: 2px solid #babac0;font-size: 1rem;font-weight: 500;background: rgba(250,250,250,0.8);box-shadow: 0 2px 8px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);transition: all 0.4s cubic-bezier(0.4,0,0.2,1); } 
input.form-control, textarea.form-control, select.form-control {padding: 0 30px; } 
textarea.form-control {resize: vertical;height: auto;padding: 30px; } 
select.form-control option {font-weight: 500;display: block;padding-block-start: 0; padding-block-end: 1px; min-block-size: 1.2em;padding-inline: 2px; white-space: nowrap; } 
.form-control:focus {border-color: #8BC34A;background: #fff;box-shadow: 0 0 0 3px rgba(139,195,74,0.12), 0 4px 16px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,1);transform: translateY(-2px) scale(1.005); } 
.input-group-captcha .form-control:focus {transform: none; } 
.booking-floating {display: block;width: 100%;position: relative;border: 2px solid #babac0;border-radius: 28px;
background: rgba(250,250,250,0);overflow: hidden;margin-bottom: 12px;min-height: 60px; } 
.booking-floating .date-group,.booking-floating .people-group {display: flex;align-items: center;justify-content: flex-start;width: 100%;min-height: 60px;/* ensures consistent height */ } 
.booking-floating .date-label, .booking-floating .number-stepper-label {flex: 0 0 40%;display: flex;align-items: center;justify-content: flex-start;padding-left: 30px;background: rgba(255,255,255,0);border-right: 2px solid #babac0; } 
.booking-floating .form-label {position: static;transform: none;font-size: 1rem;font-weight: 700;text-transform: uppercase;letter-spacing: 0.05em;margin: 0;color: #2d2825; } 
.booking-floating .date-picker, .booking-floating .number-stepper {flex: 1;display: flex;align-items: center;padding: 0 12px 0 10px;box-sizing: border-box;justify-content: flex-end;height: 48px;width: 100%; } 
.booking-floating input[type="date"]::-webkit-calendar-picker-indicator {opacity: 0;position: absolute;right: 16px;width: 100%;height: 100%;inset: 0;height: 40px;cursor: pointer; } 
.booking-floating .date-picker {padding: 0; } 
.date-picker {position: relative; } 
.date-picker .form-control {padding-right: 50px; } 
.date-picker .date-icon {position: absolute;right: 20px;top: 50%;transform: translateY(-50%);pointer-events: none;font-size: 22px;color: #babac0;transition: color 0.35s ease; } 
.date-picker:hover .date-icon {color: #babac0; } 
.date-picker:focus-within .date-icon {color: #8BC34A; } 
.booking-floating .date-picker .form-control {width: 100%;height: 48px;border: none;box-shadow: none;background: transparent;padding: 0;margin-right: 30px;font-size: 23px;text-align: center;background: transparent; } 
.booking-floating .number-stepper button {outline: 0;width: 40px;height: 40px;border-radius: 50%;background: #373d5a;color: #f8cf1c;font-size: 26px;border: none;cursor: pointer; } 
.booking-floating .number-stepper button.step-up {border-top-left-radius: 0;border-bottom-left-radius: 0; } 
.booking-floating .number-stepper button.step-down {border-top-right-radius: 0;border-bottom-right-radius: 0; } 
.booking-floating .number-stepper button:hover {transition: all 0.35s ease;background: #f8cf1c;color: #373d5a; } 
.booking-floating .number-stepper .form-control {width: 49px;height: 40px;border: none;text-align: center;background: transparent;font-size: 20px;box-shadow: none;padding: 0;border-top: 3px solid #373d5a;border-bottom: 3px solid #373d5a;border-radius: 0; } 
.booking-floating input[type="number"]::-webkit-inner-spin-button, .booking-floating input[type="number"]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0; } 
.booking-floating input[type="number"] {-moz-appearance: textfield; } 
@media (max-width: 576px) {.booking-floating .date-group, .booking-floating .people-group { flex-direction: column; align-items: stretch; min-height: auto;}
.booking-floating .date-label, .booking-floating .number-stepper-label { width: 100%; border-right: none; border-bottom: 1px solid rgba(0,0,0,0.08); padding: 8px 12px;}
.booking-floating .date-picker, .booking-floating .number-stepper { width: 100%; padding: 8px 12px;}
.booking-floating .number-stepper { justify-content: space-between;} } 
.placeholder {display: inline-block;min-height: 1em;vertical-align: middle;cursor: wait;background-color: currentcolor;opacity: 1; } 
.form-control::placeholder, .form-control::-moz-placeholder {color: #2d2825;opacity: 1; } 
textarea::placeholder, textarea::-moz-placeholder {padding-top: 15px;color: #2d2825;opacity: 1; } 
:-moz-placeholder {color: #2d2825;font-weight: 600;opacity: 1; } 
::-moz-placeholder {color: #2d2825;font-weight: 600;opacity: 1; } 
:-ms-input-placeholder {color: #2d2825;font-weight: 600;opacity: 1; } 
::-webkit-input-placeholder {color: #2d2825;font-weight: 600; } 
.form-label {-webkit-transform: translateY(-24px);transform: translateY(-24px);position: absolute;left: 30px;bottom: 11px;font-size: 18px;line-height: 26px;font-weight: 400;color: #2d2825;cursor: text;transition: -webkit-transform 0.2s ease-in-out;transition: transform 0.2s ease-in-out;transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; } 
.custom-checkbox {display: block;margin: 10px 0; } 
.gdpr_label span {font-size: 12px;line-height: 15px;color: #2a355e; } 
.copy_label {font-size: 10px;line-height: 11px;color: #2a355e; } 
.trust-badges {display: flex;align-items: center;justify-content: start;gap: 24px;margin: 15px 0 10px 0;padding: 15px 0;font-size: 13px;color: #94a3b8;font-weight: 500; } 
.trust-badges span {display: flex;align-items: center;gap: 6px; } 
.trust-badges svg {width: 20px;height: 20px; } 
#contactBtn {position: relative;margin: 0;padding: 12px 60px;background: #f8cf1c;border: 0;font-size: 22px;font-weight: 600;text-transform: uppercase;vertical-align: middle;color: #373d5a;letter-spacing: 1px;text-decoration: none;border-radius: 20px;box-shadow: 0 -25px 85px rgba(50, 50, 50, 0.6);transition: all 0.35s ease;box-shadow: 0 10px 25px rgba(0, 180, 255, 0.35);animation: pulse 2s infinite;display: inline-flex;align-items: center;gap: 10px; } 
#contactBtn:hover {background: #373d5a;color: #f8cf1c;transition: all 0.35s ease;transform: translateY(-3px);box-shadow: 0 18px 50px rgba(0, 180, 255, 0.5); } 
#contactBtnIcon {font-size: 24px;color: #373d5a;transition: color 0.35s ease, transform 0.35s ease; } 
#contactBtn:hover #contactBtnIcon {color: #f8cf1c;transform: translateX(-3px); } 
#txtInput {border-radius: 20px;padding-left: 200px; } 
#txtCaptchaSpan {position: absolute;top: 0;height: 60px;padding: 0 30px;font-size: 20px;display: flex;align-items: center;background: #f8cf1c;color: #373d5a;font-weight: 800;border-radius: 20px 0 0 20px;letter-spacing: 10px; } 
.input-group-captcha:focus-within .form-control {font-size: 21px;letter-spacing: 7px;font-weight: 800; } 
.input-group-captcha:focus-within .form-control {font-size: 21px;letter-spacing: 7px;font-weight: 800; } 
.custom-control {display: flex;align-items: flex-start;margin-top: 0; } 
.custom-control-input {position: absolute;opacity: 0;pointer-events: none;width: 0;height: 0; } 
.custom-checkbox .custom-control-label::before {border-radius: 50%; } 
.custom-control-label {width: 20px;height: 20px;position: relative;cursor: pointer;flex-shrink: 0; } 
.custom-control-label::before {content: "";width: 22px;height: 22px;position: absolute;inset: 0;border-radius: 50%;background: rgba(248,207,28,0.2);border: 2px solid #f8cf1c;transition: all 0.2s ease; } 
.custom-control-label::after {content: none;left: 0.24rem;}
.custom-control-input:checked + .custom-control-label::before {content: "\f00c";font-family: "Font Awesome 7 Free";font-weight: 900;background: #f8cf1c;color: #373d5a;text-align: center;line-height: 17px; } 
.custom-control span {margin-left: 14px;font-size: 13px;line-height: 20px;color: #2d2825; } 
.custom-control span a {color: #f8cf1c;text-decoration: underline; } 
.form-status {margin: 15px 0 30px;padding: 20px;border-radius: 20px;font-size: 18px;font-weight: 600;color: #373d5a;display: none; } 
.form-status.info {background: #eef3ff;color: #1f3a8a;display: block; } 
.form-status.success {background: #e6f7ec;color: #166534;display: block; } 
.form-status.error {background: #fdecea;color: #991b1b;display: block; } 
.empty-form span, .email-invalid span, .phone-invalid span, .terms-alert span, .subject-alert span, .security-alert span, #error_message {display: block;padding: 16px 18px;margin-bottom: 12px;border-radius: 12px;background: rgba(239,107,107,0.12);color: #9c1d1d;font-size: 14px; } 
.is-invalid {border: 2px solid #dc3545 !important;background-color: #fdecea; } 
.is-valid {border: 2px solid #28a745 !important; } 
.form-control.is-valid, .was-validated .form-control:valid {border-color: #28a745;padding-right: calc(1.5em + .75rem);background-repeat: no-repeat;background-position: center right calc(1.375em + .1875rem);background-size: calc(.75em + .375rem) calc(.75em + .375rem); } 
.form-control.is-invalid, .was-validated .form-control:invalid {border-color: #dc3545;padding-right: calc(1.5em + .75rem);background-repeat: no-repeat;background-position: center right calc(1.375em + .1875rem);background-size: calc(.75em + .375rem) calc(.75em + .375rem); } 
@keyframes slideInUp {from { opacity: 0; transform: translateY(60px);}
to { opacity: 1; transform: translateY(0);} } 
@keyframes fadeOut {from { opacity: 1;}
to { opacity: 0;} } 
.success-message {display: none;text-align: center;padding: 60px;background: linear-gradient(135deg,#4ecdc4 0%,#44a08d 100%);color: white;border-radius: 20px;margin-top: 32px;position: relative;font-family: 'Fraunces', serif; } 
.success-message.show {display: block;animation: slideInUp 0.8s cubic-bezier(0.4,0,0.2,1); } 
.success-message h3 {font-size: 2rem;margin-bottom: 16px;font-weight: 600; } 
.success-message p {font-size: 1rem; } 
.countdown {position: absolute;top: 12px;right: 12px;width: 40px;height: 40px;border-radius: 50%;border: 2px solid rgba(255,255,255,0.5);display: flex;justify-content: center;align-items: center;font-weight: 700;font-size: 1rem; } 

/******************************************************
/// Responsive
******************************************************/
@media (max-width: 768px) {.hero-section { padding:60px 40px; text-align: center;}
.hero-section h1 { font-size: 2.6rem;}
.form-section { padding: 60px 40px;}
.form-header h2 { font-size: 2rem;} } 
@media (max-width: 576px) {.form-control, #contactSubject { font-size:14px;}
.custom-control span { font-size: 14px;} } 

/******************************************************
/// Mapa
******************************************************/
.leaflet-marker-icon.boat {background-image: url('../images/icons/boat.png'); } 
.leaflet-marker-icon.island {background-image: url('../images/icons/island.png'); } 
.leaflet-marker-icon.swim {background-image: url('../images/icons/swim.png'); } 
.leaflet-marker-icon.end {background-image: url('../images/icons/flag.png'); } 
.custom-svg-icon svg {width: 30px;height: 30px;fill: #e11e28; } 
.map-holder {position: relative;margin: 0;top: 40px;overflow: hidden;height: 0;margin: 0;transition: height 0.5s ease;border-radius: 0;box-shadow: none; } 
.map {width: 100%;height: 800px;margin: 0; } 
.map-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.6);z-index: 10;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 1.2rem;transition: opacity 0.5s ease; } 
.open-map {width: 100%;margin: 20px 0;cursor: pointer;background: linear-gradient(45deg, #00b4ff, #007bff);color: #fff;padding: 14px 34px;border: none;border-radius: 8px;font-size: 1rem;font-weight: 600;text-transform: uppercase;letter-spacing: 1px;text-decoration: none;transition: all 0.35s ease;box-shadow: 0 10px 25px rgba(0, 180, 255, 0.35); } 
.open-map:hover {transform: translateY(-3px);box-shadow: 0 14px 35px rgba(0, 180, 255, 0.5); } 

/******************************************************
/// Footer
******************************************************/
footer {background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, #fff 50%) 0 0 / cover, url(../images/bg/kornati_bg.jpg) top left / cover no-repeat;position: relative;margin: 0 auto;width: 100%; } 
.footer {position: relative;margin: 0;padding: 200px 0 30px 0; } 
.footer-sadrzaj {padding: 50px 0 0 0;position: relative;z-index: 1; } 
.footer .f-menuWrap {position: relative;overflow: hidden;padding: 10px 0 20px 0;text-align: center;margin-top: 20px;margin-left: 0; } 
.footer .f-menu ul {display: inline-flex;margin: 0;padding: 16px 0;list-style-type: none; } 
.footer .f-menu ul li {vertical-align: baseline;letter-spacing: 0; } 
.footer .f-menu ul li a {letter-spacing: 1px;transition: 0.3s ease-out;font-size: 15px;font-weight: 500;color: #2a355e;text-transform: uppercase; } 
.footer .f-menu ul li + li:before {content: ' ';display: inline-block;width: 0;height: .8em;margin: 0 1em;vertical-align: baseline;border-left: 1px solid #57C5CE; } 
.footer .f-menu ul li a:hover {color: #e11e28;font-weight: 700;letter-spacing: 2px; } 
.copyright {position: relative;margin: 0;padding: 0; } 
.copyright > p {font-size: 14px;line-height: 26px;padding-top: 0;color: #2a355e;font-weight: 500;text-align: center; } 
.copyright > p strong {font-size: 16px;line-height: 26px;font-weight: 700;color: #2a355e; } 
.design {max-width: 190px;margin: 0 auto;font-size: 10px;font-weight: 400;color: #000;text-transform: uppercase;padding: 0 10px 50px 10px;margin-top: 20px; } 
.design a {color: #2a355e;display: block;padding-top: 3px; } 
.design a:hover {opacity: 0.75; } 
@media (max-width: 768px) {.footer { padding: 50px 0 80px 0;}
.footer .f-menu ul { display: flex; flex-direction: column; align-items: center; padding: 0;}
.footer .f-menu ul li + li:before { content: none; display: none;}
.footer .f-menu ul li { display: block; width: 100%; padding: 8px; margin: 0; border-bottom: 1px solid #2a355e;}
.footer .f-menu ul li:last-child { border: 0;} } 

/******************************************************
/// Na vrh, na sekciju
******************************************************/
.scrollTopNow {position: fixed;width: 50px;height: 50px;bottom: 70px;right: 12px;display: none;padding: 0 0 5px 0;text-align: center;font-size: 40px;line-height: 55px;background-color: #2a355e;border-radius: 8px;z-index: 999;box-shadow: 0 -25px 85px rgba(50, 50, 50, 0.6);transition: opacity 0.1s ease; } 
.scrollTopNow:hover, .scrollTopNow:focus {animation: pulse 2s infinite;background-color: #e11e28;color: #2a355e;text-decoration: none; } 
.scrollTopNow i {color: #fff; } 

/******************************************************
/// OAC
******************************************************/
.oac {/* Positioning */position: fixed;direction: rtl;z-index: 999999;right: 0;bottom: 15px;user-select: none;--oac-primary: #2a355e;--oac-secondary: rgba(155, 208, 223, 0.6);--oac-hover: #ffffff;--oac-bg: rgba(42, 53, 94, 1);--oac-text: #fff;--oac-radius: 10px 0 0 10px;--oac-shadow: 0 -25px 85px rgba(0, 114, 186, .4);--oac-border: 4px solid rgba(42, 53, 94, 0.5);--oac-menu-width: 70px;--oac-button-w: 64px;--oac-button-h: 44px;--oac-icon: 24px;--oac-gap-y: 15px;--oac-collapsed: 50px;--oac-collapsed-radius: 8px;--oac-anim-duration: 300ms;--oac-anim-easing: ease; } 
.oac .oac-container, .oac .oac-menu {border-radius: 8px; } 
.oac-trigger-btn {position: fixed;right: 8px;bottom: 18px;z-index: 1000000;width: 50px;height: 50px;border: 0;border-radius: 999px;background: #2a355e;color: #fff;cursor: pointer;display: grid;place-items: center;box-shadow: 0 6px 20px rgba(0,0,0,.25);transition: transform .12s ease, background .12s ease; } 
.oac-trigger-btn:hover {transform: scale(1.04);background: #324a82; } 
.oac-trigger-btn:active {transform: scale(.98); } 
.oac-trigger-btn svg {width: 22px;height: 22px;fill: currentColor; } 
/* Visually hidden (screen-reader only) */
.sr-only {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0,0,0,0);border: 0; } 
.oac .oac-container {position: relative;overflow: hidden;box-sizing: border-box;transition: transform var(--oac-anim-duration) var(--oac-anim-easing), opacity var(--oac-anim-duration) var(--oac-anim-easing), width var(--oac-anim-duration) var(--oac-anim-easing), height var(--oac-anim-duration) var(--oac-anim-easing), background-color var(--oac-anim-duration) var(--oac-anim-easing), color var(--oac-anim-duration) var(--oac-anim-easing), border-radius var(--oac-anim-duration) var(--oac-anim-easing);will-change: transform, opacity; } 
.oac.oac-expanded .oac-container {width: var(--oac-menu-width);height: auto;color: #2a355e;display: flex;flex-wrap: wrap;transform: translate3d(0,0,0);text-align: center; } 
.oac.oac-collapsed .oac-container {width: var(--oac-collapsed);height: var(--oac-collapsed);border-radius: var(--oac-collapsed-radius);color: #0592c2;font-weight: 600; } 
.oac .oac-menu {width: var(--oac-menu-width);background: var(--oac-primary);display: flex;flex-direction: column;align-items: center;padding: 0 0 60px 0;transition: transform var(--oac-anim-duration) var(--oac-anim-easing), opacity var(--oac-anim-duration) var(--oac-anim-easing); } 
.oac .oac-menu-button {box-sizing: border-box;width: var(--oac-button-w);height: var(--oac-button-h);cursor: pointer;position: relative;border-radius: 8px;background: transparent;fill: var(--oac-secondary);margin: var(--oac-gap-y) 0;padding: 0;display: grid;place-items: center;transition: background-color .15s ease, fill .12s ease, transform .1s ease; } 
.oac .oac-menu-button span {position: relative;text-align: center;margin: 0 auto;color: #fff;width: 100%;bottom: -3px;font-weight: 400;font-size: 7.5px;text-transform: uppercase;font-family: "Asap Condensed", sans-serif;transform: scale(1);transition: opacity .15s ease, transform .3s ease; } 
.oac .oac-menu-button:hover span {opacity: .5;transform: scale(.9); } 
.oac .oac-menu-button svg {display: block;width: var(--oac-icon);height: var(--oac-icon);margin: 0 auto;color: #fff;fill: currentColor;z-index: 1;max-width: 100%;max-height: 100%; } 
.oac .oac-menu-button:hover svg {color: var(--oac-secondary);fill: var(--oac-secondary); } 
.oac .oac-menu-button:active svg {transform: scale(.95); } 
.oac .oac-menu-button:focus-visible svg {outline: 2px solid #fff;outline-offset: 2px; } 
.oac.oac-icons-s {--oac-button-w: 40px;--oac-button-h: 36px;--oac-icon: 18px;--oac-menu-width: 56px; } 
.oac.oac-icons-m {--oac-button-w: 50px;--oac-button-h: 22px;--oac-icon: 25px;--oac-menu-width: 65px; } 
.oac.oac-icons-l {--oac-button-w: 72px;--oac-button-h: 56px;--oac-icon: 32px;--oac-menu-width: 84px; } 
.oac .oac-menu-button.oac-zoom-out-button {margin-top: calc(var(--oac-gap-y) * 2); } 
.oac .oac-menu-button.oac-reset-button {margin-bottom: calc(var(--oac-gap-y) * 2); } 
.oac-expand-button, .oac-close-button {cursor: pointer;position: absolute;display: flex;align-items: center;justify-content: center;width: 50px;height: 50px;border-radius: 8px;background: transparent;transition: background-color .15s ease, transform .12s ease; } 
.oac-expand-button {right: 5px; } 
.oac-close-button {bottom: 10px;background: var(--oac-secondary); } 
.oac-expand-button svg {width: 50px;height: 50px;fill: transparent;background: var(--oac-primary);color: #fff;border-radius: 8px; } 
.oac-close-button svg {width: 25px;height: 25px; } 
.oac-expand-button:hover,.oac-close-button:hover {background: var(--oac-secondary);transform: scale(1); } 
.oac-expand-button:hover svg,.oac-close-button:hover svg {color: var(--oac-secondary); } 
.oac-expand-button:active,.oac-close-button:active {transform: scale(1.05); } 
.oac-expand-button:focus-visible,.oac-close-button:focus-visible {outline: none; } 
.oac.oac-collapsed[data-anim="fade"] .oac-menu {opacity: 0;pointer-events: none; } 
.oac.oac-expanded [data-anim="fade"] .oac-menu {opacity: 1;pointer-events: auto; } 
.oac.oac-collapsed[data-anim="scale"] .oac-menu {transform: scale(.9);opacity: 0;pointer-events: none; } 
.oac.oac-expanded [data-anim="scale"] .oac-menu {transform: scale(1);opacity: 1;pointer-events: auto; } 
.oac[data-anim="slide"] .oac-menu {opacity: 1; } 
.oac.oac-collapsed[data-anim="slide"][data-orientation="right"] .oac-menu {transform: translateX(100%);pointer-events: none; } 
.oac.oac-collapsed[data-anim="slide"][data-orientation="left"] .oac-menu {transform: translateX(-100%);pointer-events: none; } 
.oac.oac-collapsed[data-anim="slide"][data-orientation="top"] .oac-menu {transform: translateY(-100%);pointer-events: none; } 
.oac.oac-collapsed[data-anim="slide"][data-orientation="bottom"] .oac-menu {transform: translateY(100%);pointer-events: none; } 
.oac.oac-expanded[data-anim="slide"] .oac-menu {transform: translate3d(0,0,0); } 
.oac .oac-menu-button svg, .oac-close-button svg {transition: transform .25s ease, fill .25s ease, color .25s ease, opacity .25s ease;will-change: transform; } 
.oac .oac-menu-button:hover svg, .oac-close-button:hover svg {transform: scale(1.15) rotate(3deg); } 
@keyframes buzz {50% { transform: translateX(3px) rotate(2deg)}
100% { transform: translateX(-3px) rotate(-2deg)} } 
@keyframes buzz-out {10% { transform: translateX(3px) rotate(2deg)}
20% { transform: translateX(-3px) rotate(-2deg)}
30% { transform: translateX(3px) rotate(2deg)}
40% { transform: translateX(-3px) rotate(-2deg)}
50% { transform: translateX(2px) rotate(1deg)}
60% { transform: translateX(-2px) rotate(-1deg)}
70% { transform: translateX(2px) rotate(1deg)}
80% { transform: translateX(-2px) rotate(-1deg)}
90% { transform: translateX(1px) rotate(0)}
100% { transform: translateX(-1px) rotate(0)} } 
@keyframes pop {50% { transform: scale(1.5);} } 
@keyframes wobble {16.65% { transform: translateY(6px)}
33.3% { transform: translateY(-5px)}
49.95% { transform: translateY(4px)}
66.6% { transform: translateY(-2px)}
83.25% { transform: translateY(1px)}
100% { transform: translateY(0)} } 
@keyframes pinPulse {0% { transform: scale(.1); opacity: 0}
50% { opacity: 1}
100% { transform: scale(1.2)} } 
.oac .oac-menu-button:hover .oac-icon-buzz, .oac .oac-menu-button:focus .oac-icon-buzz, .oac .oac-menu-button:active .oac-icon-buzz, .oac-close-button:hover .oac-icon-buzz, .oac-icon-buzz:hover, .oac-icon-buzz:focus, .oac-icon-buzz:active {animation: buzz .15s linear infinite; } 
.oac .oac-menu-button:hover .oac-icon-buzz-out, .oac .oac-menu-button:focus .oac-icon-buzz-out, .oac .oac-menu-button:active .oac-icon-buzz-out, .oac-close-button:hover .oac-icon-buzz-out, .oac-icon-buzz-out:hover, .oac-icon-buzz-out:focus, .oac-icon-buzz-out:active {animation: buzz-out .75s linear 1; } 
.oac .oac-menu-button:hover .oac-icon-pop, .oac .oac-menu-button:focus .oac-icon-pop, .oac .oac-menu-button:active .oac-icon-pop, .oac-close-button:hover .oac-icon-pop, .oac-icon-pop:hover, .oac-icon-pop:focus, .oac-icon-pop:active {animation: pop .3s linear 1; } 
.oac .oac-menu-button:hover .oac-icon-wobble, .oac .oac-menu-button:focus .oac-icon-wobble, .oac .oac-menu-button:active .oac-icon-wobble, .oac-close-button:hover .oac-icon-wobble, .oac-icon-wobble:hover, .oac-icon-wobble:focus, .oac-icon-wobble:active {animation: wobble 1s ease-in-out 1; } 
.oac-icon-pulse {animation: pinPulse .4s ease 1; } 
.oac-cursor-workaround {position: fixed;width: 46px;height: 46px;border-radius: 50%;border: 3px solid currentColor;pointer-events: none;z-index: 2147483647;transform: translate(-50%, -50%);display: none; } 
.oac-cursor-overlay, .oac-cursor-overlay * {cursor: none !important; } 
.oac-cursor *, .oac-cursor:hover {cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAJFklEQVR42rWXCXBU9R3Hv+/Ye7PZTbLZJCQBRIej2JHSkStgoS2jWJlBzhpNOKscBR2wIrSlVA4NIGoJMBVBoTOFloKlDGEIV0K4hyvDCBEQAiSQY7PZ7G52913//t4L4WiCoh3ezl5v3/v/Pr/f//s7lsN9h8fjcdpstmcFnq9rjkYrOY6L1NfXq3iMB3f/F7fbnZGamrqtS5cnfnL7dk1JdXV1SSwWKzObTRV1dfW3HjuA3W7J8KZmbFmw/KOcZ7pkYf++Azh69AiruFhxrPpWdVE8Ht9vtVrL/X5/6PEAWO2+5BT3P976YNWg/LEjkCQAtAU4d+4sjh09hrLDhwPnz58vbmxs/JLn+ZKmpqbq/xsgi8uxArxFYXI4yF9JTe7Ab576x2WDeg38OXqlJ8Lnst+9+Nq1azhz5gz27d+vHC4rO3b16tXdpJedDYHAuR8MkMn1d9Fbqsa0UEyo89p9sU/nLFrSt8+QYWiONqN3tg+JdjPYfeGKRCK4fOUKSkpKULRr16Uzp08fjkWjfwuGQvt+CEACA5/GGIvJQtBnTmlc9faihX2GvTwW9cEQBDL9TFYqRF4AQYIyAwLfgqIxhpqa26STY9i+bXvdkSOHT/gb/BtUWf13OBJWHgmgAzcggd58LQCNXlNKYPWs38/rO2JcPmRZQigag8tmRbe0JAOAsXs3kw5whwXNzc2klXPYtGlT8969e8tramoKnU7nVsqk2LcD8P0TwPg7AEGvmOQvnDb37X5jXpsMWZGhqSqisop0twNZngSoqgb2v4tQVHgi0Vk0jeHEiePYuHEjKy0tPUgAK0VRLK6rq2sXhLYgh7YABoAiBlN4d33hlNlv9s+dOBWKqhCAZnguaxo6p7iR7LC2C3EvKgRDQPrvBw8cxOefb2DFxcVrSTfvUda0qSVcFj/IqWmaj5aUCMDDu+oKJ8yanpP/xiyoigJVUw3PZDKqh7yrzwObWSQ47Vv3VhB4475QKIQPP1yJDRvW7wlHIpP89fU3HwDI5gY4VSMCIICmROa8vSpvxhvPTZoxh8Kpkbdyi2fklb4VdjKuQ+hCVDX2UABdK3QLRAKpq/dj+EsvSZe+rnjV39DwzwcjwD3r1GDxgWmyJISczHnrL+Mmjx8ydfa7xt4qinJnn2lReoRjCpIcNoJwG1mgsfYhdMP6cf36daz7bB02b95cVnWzaiyJ9YHixXUU+jpkTUzjGJMlPmTXnLc/eTlv9C9nzv0ThVE0hHj3Yt0zegaaJXRKSkDHFFfbrSBS8U5q7NixA+vXr8ep06fOUvWcEA6Fz7bRQCe+n0NiQhrPoMTRZNZcNStfGPXii7MXLIbFYjNSscU4Z0RA3wrdqD8SQ/f0ZGRQdrRCtKblhYsXsaZwNUpKS0B9Y08gEJhJnle0mwU+5NjNHEvXGKdS1nPMVftBztD+o+ctWYkElwuSAdDqewuGQBCBWNzYjt7ZqUhJsBmLkZcU6i04VFqKyuuVuF55Yx+l38hYPBp8mFa4NOTYBI5l0LoE0Mw4d+3Cp/t0z1+4Yg2SvamQJemesO6D0D9VB8OwWaz4aWYSvqKGtWXrVmRnZyM3N5ckxTBz5szKnTt3jg6Fmk4+FCAT/W2M4wiAYzIicd7TMLdz9/QZC1YUolOXpyDF4w+q+04F0GMS0zjUNoVxdNeXiNZWY9KE8ejxox53+0Z5eTny8vKOkxCH0jY0PQzASgBp5JcpzqIhwR2Y6s2yzV+wfJXQs1dvxOP3Clir71S0YLPZ0Uxw69cWIhgMYuL0tzCwayZIzEZ6tvaMpUuXqgUFBX+g7VnaLkAGBljo2nTeAIgFhcSmXzu8yuJ5i5c5+g8ZSgBRtJY9HUAvTHa7wzi17qMCNIQiGPn6m+ApY5502/AkpWdrpdRT8UJFBcaMGnW6qqpqcHtR0JuRid4zaHGzwqQgczT9zJoc+XjGO/PTho/JRTwWM7xuNe5wOI3FVxcsQmXlDUx6989wJ7ogU+t22S3o2SEFZkGgazUDgMov8vPzbx06dGgkZcTRtmnI9RNl8OlkwKYyNaxagp1FT+CzMfnju74+ey4USW7pghRWZ4KTIiJh9bLFOFi8G7OXrUbPnk/DxasUbh7BqIRMali+RLsBoJ/TS/HkyZP9RUVFE+jzf9oAZKGPoHGirgGHXo7jXKPZ6gut7dG7x+DFn/wVdvJYkWU4nQkI+OuxZsX72LNjGzI6PoGFa77AUx18oKZhiC4iqYhT9+zidcNtMxlFqeLSZbyW+0otCTGXWvTedkTYh+N4kSYiJNJXJcbCUUda83y7m02bMvMdbsSreSQsDV9f+Aprlr+P8lPHYXM4qFGq4rARY/DbOb+jAiRQyZYNATZGZUjkvcdJBYpqyOrlS7Br+9ZL9NPzNNJ9004EBujwSZRRyRQFTWJSBI7AwJRsodDudKb8atQ4WEnxO7f+HTW3bsLEO8oDtbG19kRhuMmqPf+LF4bjlYlTkOpLgyiajC4UpiJ15epV/OuL9ThZdgA02n9K8+Nv2s0C/SWL6+eiZptqpBn1lxgaeUeaND0hWciPxpo9+nmT2eJXouLuULXwsSoJ3zBTuJsnk3+PM8mDU7w+dOvxY3gJQqHuWV9Tg0sUsQa/HxzPH6utrc1raGi49FAAmgttpPM0vXvCCLiqxVmTYEqUBjvc4lAaMdRoI3ZJQUuxCTYmcLyTaobevn2udEyjSAyT5bi3pQfrT54ywHJTlpWiSCRcQKP95YdWQv0lFQNFE6+mUzW00Ql98tRVT6WZchCKlUqKxMEcMcHkIQN6nDX9VpUaaBwhkylBGWBN4PuYzBwNt6TDqHBDFkO7q6orD+A7jrt/TDK5vh4G0Xun6rCWCU8fArQw9cAAOUW+MS9NKVaqcrqvxjU0D9DEIMUYZJGusNF8SedFfy1OBr7L+AMAejoyTkwiI/r/BOq6TNEYHxHABW+wQ0ZD6MDrf2JYCjG2tD8j5i2jF/TZxCjSkEwQ/JUojX0vABjlcABHPckmMt6kUEJwjI9Xs7IHJg7Si4nucpP/DjImoLVXUwsg6AhjYqjqEY23AXjUI417jqd4m8BkC8czXtN4KgKQSb7yTRxh32et/wJPSoRd6oGs9QAAAABJRU5ErkJggg==), default; } 
html.oac-highlighted-links a, body.oac-highlighted-links a {text-decoration: underline !important;text-underline-offset: .15em; } 
body.oac-highlighted-links a:focus-visible {outline: 2px dashed currentColor;outline-offset: 2px; } 
body.oac-highlighted-links a:visited {opacity: .95; } 
html.oac-inverted .oac {filter: invert(1) hue-rotate(180deg); } 
html.oac-inverted img, html.oac-inverted video, html.oac-inverted canvas, html.oac-inverted picture {filter: invert(1) hue-rotate(180deg); } 
@media (max-width: 991px) {.oac { bottom: 5px;} } 
.oac.oac-trigger-tl {top: 15px;left: 14px;right: auto;bottom: auto; } 
.oac.oac-trigger-tr {top: 15px;right: 14px;left: auto;bottom: auto; } 
.oac.oac-trigger-bl {bottom: 15px;left: 14px;right: auto;top: auto; } 
.oac.oac-trigger-br {bottom: 20px;right: 8px;left: auto;top: auto; } 
.oac.oac-size-toolbar .oac-container {width: 60px; } 
.oac.oac-size-sidebar .oac-container {width: 320px;height: 85%; } 
.oac.oac-size-fullscreen {inset: 0; } 
.oac.oac-size-fullscreen .oac-container {position: fixed;inset: 0;width: 100vw;height: 100vh;border-radius: 0 !important;background: rgba(0,0,0,0.3); } 
.oac[data-orientation="right"] .oac-container {right: -1px!important;bottom: -10px; } 
.oac[data-orientation="left"] .oac-container {left: 0; } 
.oac[data-orientation="top"] .oac-container {top: 0;width: 100%;height: auto; } 
.oac[data-orientation="bottom"] .oac-container {bottom: 0;width: 100%;height: auto; } 
@media (prefers-reduced-motion: reduce) {.oac .oac-menu-button svg, .oac-expand-button svg, .oac-close-button svg { transition: none;}
.oac-icon-buzz, .oac-icon-buzz-out, .oac-icon-pop, .oac-icon-wobble, .oac-icon-pulse { animation: none !important;} } 

/******************************************************
/// Off-canvas + popup via aria-hidden
******************************************************/
#MainMenu.show[aria-hidden="true"] {display: none; } 
#MainMenu.show[aria-hidden="false"] {display: block; } 
#lang-menu[aria-hidden="true"] {display: none; } 
#lang-menu[aria-hidden="false"] {display: block; } 
.MainMenuActive[aria-hidden="false"] {display: block; } 
body.no-scroll {overflow: hidden; } 
.sr-only {position: absolute !important;width: 1px !important;height: 1px !important;padding: 0 !important;margin: -1px !important;overflow: hidden !important;clip: rect(0 0 1px 1px) !important;white-space: nowrap !important;border: 0 !important; } 

/******************************************************
/// Global reduced motion hard-stop
******************************************************/
@media (prefers-reduced-motion: reduce) {*,*::before,*::after { animation-duration: .001s !important; transition-duration: .001s !important; scroll-behavior: auto !important;} }