.min-vh-50 {
    min-height: 50vh !important;
}

.index-page .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: transparent !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-bottom: 0;
    box-shadow: none;
    color: #ffffff;
}

    .index-page .header .logo {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 0.65rem;
        white-space: nowrap;
    }

        .index-page .header .logo .logo-top {
            height: 50px;
            opacity: 0;
            transform: translateY(-6px);
            transition: opacity 0.45s ease, transform 0.45s ease;
        }

    .index-page .header .mobile-nav-toggle {
        color: #ffffff !important;
    }


body.index-page:not(.scrolled) .header .logo .logo-top-white {
    width: 20vw;
    max-height: none;
    height: auto;
    transform: none;
    opacity: 1;
    position: fixed;
    top: 25vh;
    left: 40vw;
}

.index-page .header .navmenu > ul > li > a {
    color: #fff !important;
}



    .index-page .header .navmenu > ul > li > a:before {
        background-color: var(--nav-hover-color);
    }

body.index-page.scrolled .header {
    background-color: rgba(255, 255, 255, 0.5) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    color: var(--default-color);
}

    body.index-page.scrolled .header .logo span,
    body.index-page.scrolled .header .mobile-nav-toggle,
    body.index-page.scrolled .header .navmenu > ul > li > a:focus {
        color: var(--default-color) !important;
    }


    body.index-page.scrolled .header .logo .logo-top {
        opacity: 1;
    }

    body.index-page.scrolled .header .navmenu > ul > li > a {
        color: var(--default-color) !important;
    }

        body.index-page.scrolled .header .navmenu > ul > li > a.active,
        body.index-page.scrolled .header .navmenu > ul > li > a.active:focus,
        body.index-page.scrolled .header .navmenu > ul > li > a:hover {
            color: var(--accent-color) !important;
        }

        body.index-page.scrolled .header .navmenu > ul > li > a:before {
            background-color: var(--accent-color);
        }

    .index-page .header .navmenu .dropdown ul .language-active,
    .index-page .header .navmenu .dropdown ul .language-active:focus,
    body.index-page.scrolled .header .navmenu .dropdown ul .language-active,
    body.index-page.scrolled .header .navmenu .dropdown ul .language-active:focus {
        color: var(--accent-color) !important;
    }


.logo-hero-b-white {
    display: block;
    width: min(35vw, 420px);
    max-width: 100%;
    height: auto;
    margin: 0 auto 2rem;
}

.services-accordion {
    font-size: 16px;
}

.language-picker-modal .modal-dialog {
    max-width: 28rem;
}

.language-picker-modal__content {
    border: 0;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 240, 239, 0.98) 100%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.language-picker-modal__button {
    border-radius: 999px;
    padding: 0.9rem 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}


@media (max-width: 1200px) {
    .index-page .header .logo {
        gap: 0.5rem;
    }
}

@media (max-width: 640px) {

    .services-accordion {
        font-size: 11px;
    }

    .index-page .header .navmenu > ul > li > a {
        color: var(--nav-color) !important;
    }

    .index-page .header .navmenu > ul > li > a {
        color: var(--nav-color) !important;
    }

        .index-page .header .navmenu > ul > li > a:focus {
            color: var(--nav-color) !important;
        }
}

.hero.hero-video-section {
    min-height: 100vh;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: block;
    background: #f6f0ef;
}

    .hero.hero-video-section .hero-video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: 0;
    }

    .hero.hero-video-section .hero-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(180deg, rgba(255, 248, 247, 0.18) 0%, rgba(38, 18, 22, 0.34) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.02) 45%, rgba(0, 0, 0, 0.12) 100%);
    }

    .hero.hero-video-section .hero-content {
        position: relative;
        z-index: 2;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-top: 7rem;
        padding-bottom: 4rem;
    }

    .hero.hero-video-section .hero-title {
        max-width: 14ch;
        text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
    }

@media (max-width: 991px) {
    .hero.hero-video-section .hero-content {
        min-height: 100vh;
        padding-top: 6rem;
        padding-bottom: 3rem;
    }

    .hero.hero-video-section .hero-title {
        max-width: 16ch;
    }
}

@media (max-width: 640px) {
    .hero.hero-video-section {
        min-height: 100svh;
    }

        .hero.hero-video-section .hero-content {
            min-height: 100svh;
            padding-top: 5.5rem;
            padding-bottom: 2.5rem;
        }
}


.font-color-pink {
    color: #ce1212 !important;
}

.font-color-green {
    color: #2dae6f !important;
}


.font-color-orange {
    color: #c29d1b !important;
}


.font-color-blue {
    color: #3b69ac !important;
}
