/* General styles for scrollbar and preloader */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #FFA500;
    border-radius: 10px;
    border: 2px solid #2c2c2c;
}

::-webkit-scrollbar-thumb:hover {
    background: #f9b857;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #FFA500 #2c2c2c;
}

/* Body and general settings */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    background-color: #f9f9f9;
}

header {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header img.logo {
    height: 120px;
}

.nav-desktop {
    display: flex;
    gap: 30px;
    margin-left: auto;
}

.nav-link {
    color: orange;
    font-weight: bold;
    padding: 10px 5px;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #ddd;
}

/* Mobile hamburger and menu */
.hamburger {
    display: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    background-color: #222;
    position: absolute;
    top: 60px;
    right: 20px;
    width: 200px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

.mobile-menu.open {
    display: flex;
}

.mobile-menu a {
    padding: 14px 20px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    border-bottom: 1px solid #444;
}

.mobile-menu a:hover {
    background-color: #444;
}

/* About Us section */
.about-main {
    margin-top: 80px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.about-us-modern {
    background: linear-gradient(135deg, #f9f9f9, #f2f2f2);
    padding: 60px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    text-align: center;
}

.about-modern-container {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.about-modern-image {
    flex: 1 1 400px;
    max-width: 400px;
    border-radius: 20px;
    overflow: hidden;
    background-color: transparent;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-modern-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}

.about-modern-text {
    flex: 1 1 500px;
    font-size: 18px;
    color: #333;
    text-align: left;
}

.about-modern-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 700;
    color: #f9b857;
}

.about-modern-text h3 {
    font-size: 24px;
    font-style: italic;
    color: #666;
}

.about-modern-text p {
    margin-bottom: 15px;
    line-height: 1.7;
    color: #444;
}

.about-modern-text .moto {
    font-size: 20px;
    font-weight: 600;
    color: #555;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    text-align: center;
    font-style: italic;
}

/* Footer */
footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin-top: auto;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    flex: 1 1 300px;
}

.footer-section h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-section p {
    font-size: 16px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.social-icons img {
    width: 30px;
    height: 30px;
    filter: invert(100%);
    transition: transform 0.3s ease;
}

.social-icons img:hover {
    transform: scale(1.2);
}

.footer-copyright {
    background-color: #222;
    padding: 5px;
    font-size: 14px;
}
/* Glavni layout */
body {
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
    color: #333;
}

/* Sekcije */
.section {
    padding: 60px 20px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #b10000;
}

.section-text {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

/* Linkovi */
a {
    color: #b10000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Galerija */
.media-gallery {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    align-items: center;
    justify-items: center;
}

.media-gallery img,
.media-gallery video {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}
/* Sekcija Lokacije */
.location-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.location-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.location-map-box {
    flex: 1 1 500px;
    max-width: 600px;
}

.location-map {
    height: 400px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.location-info {
    flex: 1 1 300px;
    max-width: 400px;
}

.location-list {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-top: 10px;
    padding-left: 20px;
    list-style-type: none;

}

@media (max-width: 768px) {
    .location-wrapper {
        flex-direction: column;
        padding: 20px;
    }

    .location-info {
        text-align: center;
        max-width: 100%;
    }

    .location-list {
        padding-left: 0;
    }
}

#map {
    height: 400px;
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.location-card {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 30px;
}


/* 🗺️ Mapa */
.map-box {
    flex: 1.3;
    min-width: 480px;
    max-width: 700px;

    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.map-container {
    height: 400px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    pointer-events: none; /* da mapa ne reaguje na pomeranje */
}


.location-list-box {
    flex: 1;
    max-width: 500px;
}


.location-list {
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 10px 0 0 20px;
    padding: 0;
    list-style: decimal inside;
}

@media (max-width: 768px) {
    .location-card {
        flex-direction: column;
        padding: 20px;
    }

    .location-list-box {
        text-align: center;
    }

    .location-list {
        margin-left: 0;
        list-style-position: inside;
    }
}
/* ✅ Naslov */
.location-subtitle {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #b10000;
}

.pin-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
}

.location-list li {
    padding: 6px 0;
    cursor: pointer;

}

.location-list li:hover {
    background-color: #fff4e0;
    border-radius: 8px;
}
@keyframes markerDrop {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    80% {
        transform: translateY(5px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
    }
}

.leaflet-marker-icon.animated-pin {
    animation: markerDrop 0.6s ease forwards;
    opacity: 0; /* počinje nevidljivo dok animacija ne krene */
}
.active-location {
    background-color: #ffc107 !important;
    color: black !important;
    font-weight: bold;
    border-radius: 20px;
    transition: background-color 0.3s ease;
}
.location-list li:hover .pin-icon {
     transform: scale(1.2) rotate(-5deg);
 }

.pin-icon {
    transition: transform 0.2s ease;
}
/* 🎼 Cenovnik - moderan izgled */
.pricing-main {
    background: linear-gradient(135deg, #ffffff, #ffffff);
    padding: 80px 20px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.pricing-container {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.pricing-card {
    background-color: #fffefa;
    border-left: 6px solid #ffa500;
    padding: 40px 30px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.pricing-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #ffa500;
    animation: swing 1.8s infinite;
}

.pricing-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #444;
}

@keyframes swing {
    0% { transform: rotate(0); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(-5deg); }
    75% { transform: rotate(3deg); }
    100% { transform: rotate(0); }
}

@media (max-width: 768px) {
    .pricing-card {
        padding: 30px 20px;
    }

    .pricing-text {
        font-size: 1.1rem;
    }

    .pricing-icon {
        font-size: 2rem;
    }
}
.contact-card-modern {
    background: #fffdf4;
    border: 2px solid #ffe9b8;
    border-radius: 24px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
    padding: 3rem;
    max-width: 750px;
    margin: 3rem auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.contact-info-box {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-info {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 0.5rem 0;
}

.contact-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-label {
    font-weight: 600;
    font-size: 0.95rem;
    color: #777;
    margin: 0;
    line-height: 1.2;
}


.contact-link {
    font-size: 1.2rem;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    margin-top: 0.1rem;
}


.contact-link:hover {
    color: #d87900;
}

.contact-note {
    text-align: center;
    font-size: 1.05rem;
    color: #444;
    padding-top: 1rem;
}

.contact-note p {
    margin-bottom: 1.5rem;
    font-style: italic;
    line-height: 1.7;
    color: #333;
}

.contact-button {
    display: inline-block;
    background: linear-gradient(to right, #ffa500, #ffbb33);
    color: white;
    padding: 0.9rem 1.8rem;
    border-radius: 40px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s;
    box-shadow: 0 6px 18px rgba(255, 165, 0, 0.25);
}

.contact-button:hover {
    background: linear-gradient(to right, #e68a00, #ffaa00);
    transform: translateY(-2px);
}

.contact-text-wrapper {
    display: flex;
    flex-direction: column;
}
.awards-section {
    background: #f9f4ea;
    border: 2px solid #d4af37;
    border-radius: 16px;
    padding: 1.5rem 1.5rem 4rem 1.5rem; /* ⬅️ smanjen padding gore, više dole */
    max-width: 1000px;
    margin: 3rem auto 5rem auto;
    box-shadow: 0 8px 16px rgba(212,175,55,0.2);
    text-align: center;
    font-family: 'Merriweather', serif;
    position: relative;
    overflow: visible;
}

.awards-section .section-title {
    font-size: 2rem;
    color: #4b3b2b;
    margin-bottom: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(212,175,55,0.5);
}

.awards-grid {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: -10px;


}

.award-item {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    width: 180px;
    box-shadow: 0 6px 12px rgba(212,175,55,0.25);
    position: relative;
    transition: transform 0.3s ease;
    cursor: default;
    border: 1.5px solid #d4af37;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 260px; /* prilagodi po potrebi */
    z-index: 1;
    margin-top: -15px;


}

.award-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 20px rgba(212,175,55,0.5);
}


.award-image {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px #d4af37aa;
    filter: drop-shadow(0 0 6px #d4af37cc);
}

.award-title {
    margin-top: 0.8rem;
    font-weight: 700;
    font-size: 1rem;
    color: #4b3b2b;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
}

/* Shimmer efekat na slici (opciono) */
@keyframes shimmer {
    0% {
        filter: drop-shadow(0 0 6px #d4af57cc);
    }
    50% {
        filter: drop-shadow(0 0 12px #ffd54fdd);
    }
    100% {
        filter: drop-shadow(0 0 6px #d4af57cc);
    }
}

.award-image.shimmer {
    animation: shimmer 3s ease-in-out infinite;
}
/* 🎺 Sekcija Snimci i Slike */
.media-section {
    background: linear-gradient(135deg, #2d0000, #5a0000);
    padding: 80px 20px;
    color: #fff8e1;
    text-align: center;
    border-top: 6px double #ffd700;
    border-bottom: 6px double #ffd700;
}

/* 🎬 Video slider */
.video-slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 50px;
    border-radius: 16px;
    background: transparent;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.video-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;

}
.video-slider video {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 12px;
    border: 4px solid #ffd700;
    background-color: transparent;
    flex: 0 0 100%;
    object-fit: cover;
    box-sizing: border-box; /* ✅ OVO reši pomeranje! */
}


.video-slider-wrapper-container {
    display: flex;
    justify-content: center;
}


.video-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffd700;
    color: #5a0000;
    font-size: 28px;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 0 10px #000;
    transition: background 0.3s ease, transform 0.2s ease;
}



.video-nav:hover {
    background: #ffa500;
    transform: translateY(-50%) scale(1.1);
}

.video-nav.prev {
    left: 10px;
}

.video-nav.next {
    right: 10px;
}
/* 📱 Mobilni prikaz */
@media (max-width: 768px) {
    .video-slider-wrapper {
        max-width: 100%;
        padding: 0;
        border-radius: 0;
        overflow: hidden;
    }

    .video-slider video {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .video-nav {
        width: 36px;
        height: 36px;
        font-size: 22px;
    }
}

/* 📸 Galerija */
.gallery-title {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #ffd700;
    font-family: 'Georgia', serif;
    text-shadow: 1px 1px 4px #000;
    position: relative;
    z-index: 5;
}

.image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    margin-top: 20px;
    padding: 15px 0; /* ✅ DODAJ OVO */
}

.image-gallery img {
    width: 80%;
    border-radius: 14px;
    border: 3px solid transparent;
    cursor: pointer;
    transition: transform 0.3s ease, border 0.3s ease, filter 0.3s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    padding: 6px 0; /* 🟡 Daje prostor iznutra */
}

.image-gallery img:hover {
    transform: scale(1.05);
    border: 3px solid #ffd700;
    filter: brightness(1.1);
    position: relative; /* ✅ dodaj */
    z-index: 2;           /* ✅ da bude iznad susednih */
}

/* 🔍 Lightbox prikaz slike */
.lightbox {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.95);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
    box-shadow: 0 0 25px #ffd700;
    border: 4px solid #fff8e1;
}

/* 📱 Responsivnost */
@media (max-width: 768px) {
    .video-nav {
        width: 40px;
        height: 40px;
        font-size: 26px;
    }

    .gallery-title {
        font-size: 1.5rem;
    }

    .media-section {
        padding: 50px 15px;
    }
}
/* 🖼️ Slika slider */
.image-slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 50px auto;
    overflow: hidden;
    border-radius: 16px;
}

.image-slider-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

video {

    user-select: none;
}
.video-controls {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: rgba(0,0,0,0.6);
    padding: 10px 15px;
    border-radius: 30px;
    z-index: 100;
}

.video-controls button {
    font-size: 20px;
    background: none;
    color: white;
    border: none;
    cursor: pointer;
}


#volumeSlider {
    width: 100px;
    accent-color: orange;
}



.image-slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0; /* ✅ Dodat vertikalni prostor */
}

.image-slide img {
    width: 90%;
    max-width: 500px;
    border-radius: 14px;
    border: 5px solid #ffd700;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.image-slide img:hover {
    transform: scale(1.03);
    box-shadow: 0 0 15px 5px #ffd700; /* Zlatni glow pojačan */
    z-index: 3; /* da se istakne preko pseudo elementa */
    position: relative;
}

/* Strelice */
.image-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffd700;
    color: #5a0000;
    font-size: 28px;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 0 10px #000;
}

.image-nav:hover {
    background: #ffa500;
}

.image-nav.prev {
    left: 10px;
}

.image-nav.next {
    right: 10px;
}
@media (max-width: 768px) {
    .image-slider img {
        width: 100%;
        max-width: 90vw;
    }

    .image-nav {
        width: 38px;
        height: 38px;
        font-size: 22px;
    }
}

/* 🟡 HERO HEADER */
.hero-header {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to bottom, rgba(73, 72, 72, 0.6), rgba(80, 30, 1, 0.9)), url('images/header-bg.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

.hero-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    text-align: center;
    z-index: 2;
    color: #fffbe7;
    padding: 0 20px;
    animation: fadeIn 2s ease;
}

.hero-title {
    font-size: 4rem;
    font-family: 'Playfair Display', serif;
    color: #ffd700;
    text-shadow: 2px 2px 10px #000;
    position: relative;
    margin-bottom: 10px;
    animation: floatText 6s ease-in-out infinite;
}

@keyframes floatText {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.title-line-left,
.title-line-right {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, #fff2b2, #ffd700, #fff2b2);
    background-size: 200% auto;
    background-position: left center;
    vertical-align: middle;
    margin: 0 15px;
    animation: pulseLine 2.5s ease-in-out infinite;
}

@keyframes pulseLine {
    0%, 100% { background-position: left center; }
    50% { background-position: right center; }
}

.title-line-left { transform-origin: right; }
.title-line-right { transform-origin: left; }

.hero-subtitle {
    font-size: 1.6rem;
    font-weight: 300;
    margin-top: 20px;
    text-shadow: 1px 1px 4px #000;
    animation: fadeInUp 2s ease forwards;
}

.hero-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 1rem 2rem;
    background: linear-gradient(to right, #ffd700, #ff9900);
    color: #592e02;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: transform 0.3s ease, background 0.3s ease;
}

.hero-btn:hover {
    background: linear-gradient(to right, #ffbb33, #ffa500);
    transform: scale(1.05);
}

.particles {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(white 1px, transparent 2px);
    background-size: 40px 40px;
    opacity: 0.08;
    animation: moveParticles 30s linear infinite;
    z-index: 1;
    pointer-events: none;
}

/* Animacije */
@keyframes growLine {
    0% { transform: scaleX(0); opacity: 0; }
    100% { transform: scaleX(1); opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moveParticles {
    0% { background-position: 0 0; }
    100% { background-position: 1000px 1000px; }
}
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
        padding: 0 10px;
    }

    .title-line-left,
    .title-line-right {
        width: 30px;
        margin: 0 8px;
    }

    .hero-btn {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
        margin-top: 20px;
    }

    .hero-content {
        padding: 0 10px;
    }
}
@media (max-width: 768px) {
    .location-card {
        flex-direction: column;
        padding: 20px;
    }

    .map-box, .location-list-box {
        width: 100%;
        max-width: 100%;
    }

    .location-list-box {
        text-align: center;
    }

    .location-list {
        padding-left: 0;
        list-style-position: inside;
    }

    .location-subtitle {
        font-size: 20px;
    }
}
/* 📍 3 kolone */
.location-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.location-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    min-width: 120px;
}

.location-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    cursor: pointer;
    transition: background 0.2s;
}

.location-list li:hover {
    background: rgba(255, 215, 0, 0.1);
    border-radius: 6px;
    padding: 4px 6px;
}

/* 📍 Ikonica pin */
.pin-icon {
    width: 16px;
    height: 16px;
    fill: #FFA500;
    flex-shrink: 0;
}
/* ✅ Responsive za mobilne uređaje */
@media (max-width: 768px) {
    .location-card {
        flex-direction: column;
        align-items: center;
    }

    .map-box {
        width: 100%;
        height: 400px;
        max-width: 100%;
    }

    .location-list-box {
        width: 100%;
        max-width: 100%;
        padding-top: 20px;
    }

    .location-columns {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .location-list {
        min-width: 45%;
    }
}

.video-slider video::-webkit-media-controls {
    filter: brightness(1.1);
}


.video-slider video:focus {
    box-shadow: 0 0 12px #ffa500;
}
.video-slider video::-webkit-media-controls-panel {
    background-color: rgba(255, 215, 0, 0.2);
    border-radius: 8px;
}



.video-slider video:focus {
    box-shadow: 0 0 15px #ffd700;
}