/* Osnovni stilovi */
:root {
    --text-font-size: 20px;
}

body {
    background-color: #0f0f0f;
    color: #cccccc;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    font-size: var(--text-font-size);
}

h1,
h2,
h3,
.navbar-brand {
    font-family: 'Playfair Display', serif;
    color: #f0f0f0;
    font-weight: 400;
}

/* Glatko skrolovanje */
html {
    scroll-behavior: smooth;
}

/* Navigacija */
.navbar-custom {
    background-color: #080808;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 1050;
    transition: all 0.4s ease-in-out;
}

.navbar-scrolled {
    background-color: rgba(8, 8, 8, 0.85) !important;
    backdrop-filter: blur(10px);
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-custom .nav-link {
    color: #aaaaaa;
    text-transform: none;
    font-size: var(--text-font-size);
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    margin: 0 10px;
}

.navbar-custom .nav-link:hover {
    color: #ffffff;
}

.navbar-custom .lang-selector img {
    max-width: 30px;
}

.navbar-brand {
    font-size: 1.5rem;
    letter-spacing: 1.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 65%;
}

/* Stil za burger menu - uklanjanje okvira */
.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.nav-lang-gap {
    margin-right: 75px;
}

.lang-selector {
    font-size: var(--text-font-size);
    color: #666666;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.lang-link {
    color: #888888;
    text-decoration: none;
    transition: color 0.3s;
    cursor: pointer;
}

.lang-link:hover,
.lang-link.active {
    color: #ffffff;
}

.lang-divider {
    margin: 0 8px;
    color: #444444;
}

/* Hero sekcija */
.hero-section {
    padding-top: 140px;
    text-align: center;
    /* background-color: #0f0f0f; */
    background-color: #2a2a2a;

    background-image: url('/laki/images/opacity/60.webp'), url('/laki/images/paralax.webp');
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100vh;
}

.hero-image {
    width: 600px;
    max-width: 90%;
    height: auto;
    max-height: 724px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    background: transparent;
    box-shadow: none;
    border: none;
}

.hero-text-container {
    padding: 40px 20px 80px 20px;
}

.hero-name {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    color: #f0f0f0;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.hero-dates {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #aaaaaa;
    letter-spacing: 4px;
    margin-bottom: 0;
}

/* Biografija sekcija */
#biografija {
    padding: 75px 0;
    background-color: #0a0a0a;
}

.scrolling-background-wrapper section {
    padding: 50px 0;
    scroll-margin-top: 80px;
    position: relative;
}

#detinjstvo {
    padding-top: 100px !important;
}

.section-title {
    font-size: 2.8rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: none;
}

.divider {
    width: 60px;
    height: 1px;
    background-color: #444444;
    margin: 0 auto 40px auto;
    border: none;
    opacity: 1;
}

.section-text {
    max-width: 850px;
    margin: 0 auto 40px auto;
    text-align: center;
    font-size: var(--text-font-size);
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.laki-intro-text {
    font-size: var(--text-font-size);
    line-height: 1.7;
    color: #d1d1d1;
}

.highlight-quote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.25rem;
    color: #f0f0f0;
    margin: 40px 0;
    padding-left: 20px;
    border-left: 2px solid #444444;
}

.featured-motto {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 400;
    color: #f0f0f0;
    letter-spacing: 1px;
}

.featured-prayer {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #ffffff;
    font-style: italic;
}

/* PARALLAX POZADINSKI EFEKAT */
.scrolling-background-wrapper {
    background-image: url('/laki/images/paralax.webp');
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100vh;
}

.scrolling-background-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 0;
}

.scrolling-background-wrapper>section {
    position: relative;
    z-index: 1;
    background: transparent !important;
}

/* Galerija slika */
.gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease, filter 0.5s ease;
    filter: brightness(0.8) grayscale(10%);
    cursor: zoom-in;
    background: #2a2a2a;
}

.gallery-video {
    width: 100%;
    height: 250px;
    object-fit: contain;
    border-radius: 6px;
    margin-bottom: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease, filter 0.5s ease;
    filter: brightness(0.8) grayscale(10%);
    background: #2a2a2a;
    cursor: zoom-in;
}

.gallery-img:hover {
    transform: scale(1.02);
    filter: brightness(1.1) grayscale(0%);
}

/* Lightbox Modal Stilovi */
#lightboxModal {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    justify-content: center;
    align-items: center;
    padding: 20px;
    cursor: zoom-out;
}

#lightboxContent {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

/* Podnožje */
footer {
    background-color: #0f0f0f;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 80px 0 60px;
    position: relative;
    z-index: 2;
}

.memorial-quote {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: #ffffff;
    margin-bottom: 15px;
}

/* Prilagođavanje za manje ekrane */
@media (max-width: 1024px) {
    .scrolling-background-wrapper {
        background-attachment: scroll;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding-top: 100px;
    }

    .hero-name {
        font-size: 2.2rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    body {
        font-size: 15px;
    }

    .featured-motto,
    .featured-prayer {
        font-size: 18px;
    }

    .scrolling-background-wrapper section {
        padding: 40px 0;
    }

    /* Popravka za navigaciju na mobilnom */
    .navbar-brand {
        font-size: 1.05rem;
        max-width: 70%;
        margin-right: 0;
    }

    .navbar-toggler {
        padding: 4px 0;
        /* Smanjen padding jer nema okvira */
        margin-left: 10px;
    }

    /* Centriranje menija na mobilnom */
    .navbar-nav {
        text-align: center;
        margin: 20px 0;
    }

    .nav-lang-gap {
        margin-right: 0;
    }

    .lang-selector {
        margin-top: 15px;
        justify-content: center;
    }

    .navbar-custom {
        padding: 10px 0;
    }
}

@media (max-width: 380px) {
    .navbar-brand {
        font-size: 0.95rem;
        max-width: 60%;
    }
}
