/* for testing only */
/* html {
    height: 200% !important;
    background-color: black !important;
} */

.home-fullpage {
    min-height: 100vh !important;
    width: 100% !important;
    /* background-image: url('https://dev.kristintravels.com/wp-content/uploads/2025/04/01sunrise.jpg') !important; */
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Optional: inner container stays boxed */
.home-fullpage .elementor-container {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
}

.main-content {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.logo-wrapper {
    position: relative !important;
    display: block;
    width: 50% !important;
    margin: 0;
    align-self: flex-start !important;
}

#home-logo {
    display: block;
    width: 100%;
    height: auto;
}

.site-logo .logo-text path {
    fill: white !important;
    opacity: 0.85;
}

.site-logo .logo-tag path {
    fill: white;
    opacity: 0.5;
}

#home-headline h1 {
    color: white !important;
}

#home-text p {
    color: white !important;
}

.logo-container {
    margin-top: auto !important;
}

/* Custom menu for full background */

/* On load: menu is visible, but fully transparent */
.menu-holder,
.header-left-part,
.sticky-wrapper {
    background-color: transparent !important;
    transition: background-color 0.3s ease, height 0.3s ease;
}

/* On load: collapse sticky-wrapper to hide visual bar */
body:not(.menu-visible) .sticky-wrapper {
    height: 0 !important;
    overflow: hidden !important;
}

/* On scroll: show full-height menu bar with background */
body.menu-visible .sticky-wrapper {
    height: 77px !important;
    overflow: visible !important;
    background-color: #f5f1ee !important;
    /* Replace with your theme's default */
}

body.menu-visible .menu-holder,
body.menu-visible .header-left-part {
    background-color: #f5f1ee !important;
}

@media screen and (max-width: 1300px) {
    .menu-holder {
        top: 100px !important;
    }

    #header-main-menu {
        padding-bottom: 0 !important;
    }

    .sticky-wrapper {
        height: 0 !important;
        overflow: hidden !important;
    }

    .header-left-part {
        background-color: transparent !important;
        z-index: 1 !important;
    }

    #fireworks-background {
        top: 0 !important;
    }
}

/* Fireworks Background Setup */
#fireworks-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
    /* background-image: url('https://dev.kristintravels.com/wp-content/uploads/2025/04/night-ALT.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

#fireworks-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: block;
    z-index: 2;
}