/* Parallax effect for custom container */
.parallax-container {
    position: relative;
    background-image: url('https://testnobot.justinclarkphotos.pages.dev/wp-content/uploads/2024/12/20210807-_CR69734-scaled.jpg'); /* Absolute path */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    width: 100%;
    min-height: 70vh;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Translucent overlay */
.parallax-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

/* Content container to ensure proper stacking */
.header-content {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Logo, site title, and navigation */
.wp-block-site-logo,
.wp-block-site-title,
.wp-block-navigation {
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

/* Ensure links inherit the color */
.wp-block-site-logo a,
.wp-block-site-title a,
.wp-block-navigation__container > li > a {
    color: inherit;
}

/* Ensure navigation items are centered */
.wp-block-navigation__container {
    display: flex;
    justify-content: center;
}

/* Add spacing between navigation items */
.wp-block-navigation__container > li {
    margin: 0 10px;
}

/* Mobile-specific styles */
@media screen and (max-width: 768px) {
    .parallax-container {
        background-attachment: scroll;
        background-size: cover;
        background-position: center center;
        height: 50vh;
    }

    .header-content {
        margin-top: 10px;
    }
}

/* Hide only the redundant default header */
header.wp-block-template-part:not(.custom-header) {
    display: none;
}
/* Parallax effect for custom container */
.parallax-container {
    position: relative;
    background-image: url('https://testnobot.justinclarkphotos.pages.dev/wp-content/uploads/2024/12/20210807-_CR69734-scaled.jpg'); /* Absolute path */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    width: 100%;
    min-height: 70vh;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Translucent overlay */
.parallax-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

/* Content container to ensure proper stacking */
.header-content {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Logo, site title, and navigation */
.wp-block-site-logo,
.wp-block-site-title,
.wp-block-navigation {
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

/* Ensure links inherit the color */
.wp-block-site-logo a,
.wp-block-site-title a,
.wp-block-navigation__container > li > a {
    color: inherit;
}

/* Ensure navigation items are centered */
.wp-block-navigation__container {
    display: flex;
    justify-content: center;
}

/* Add spacing between navigation items */
.wp-block-navigation__container > li {
    margin: 0 10px;
}

/* Mobile-specific styles */
@media screen and (max-width: 768px) {
    .parallax-container {
        background-attachment: scroll;
        background-size: cover;
        background-position: center center;
        height: 50vh;
    }

    .header-content {
        margin-top: 10px;
    }
}
/* Parallax effect for custom container */
.parallax-container {
    position: relative;
    background-image: url('https://testnobot.justinclarkphotos.pages.dev/wp-content/uploads/2024/12/20210807-_CR69734-scaled.jpg'); /* Absolute path */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    width: 100%;
    min-height: 70vh;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Translucent overlay */
.parallax-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

/* Content container to ensure proper stacking */
.header-content {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Logo, site title, and navigation */
.wp-block-site-logo,
.wp-block-site-title,
.wp-block-navigation {
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

/* Ensure links inherit the color */
.wp-block-site-logo a,
.wp-block-site-title a,
.wp-block-navigation__container > li > a {
    color: inherit;
}

/* Ensure navigation items are centered */
.wp-block-navigation__container {
    display: flex;
    justify-content: center;
}

/* Add spacing between navigation items */
.wp-block-navigation__container > li {
    margin: 0 10px;
}

/* Mobile-specific styles */
@media screen and (max-width: 768px) {
    .parallax-container {
        background-attachment: scroll;
        background-size: cover;
        background-position: center center;
        height: 50vh;
    }

    .header-content {
        margin-top: 10px;
    }
}

