/* Remove margin-bottom from site header only on the homepage */
.home.page:not(.page-template-template-homepage) .site-header {
    margin-bottom: 0 !important;
}

.text_layer {
    font-size: 3.5rem !important;
    position: relative;
    /* Ensure it stays above the background */
    z-index: 10;
    /* Position the text layer above the background */
}

.wp-block-heading {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    z-index: 10;
    /* Ensure text stays above the background */
}

.wp-block-heading_slogan {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 1.5rem !important;
    text-shadow: 2px 2px 15px #003e7e;
    margin-top: 0;
    font-weight: 700;
    z-index: 10;
    /* Ensure slogan text stays above the background */
}

/* Background Overlay (Blue Gradient) */
.wp-block-cover__background {
    background: linear-gradient(180deg, rgb(0, 62, 126) 0%, rgba(155, 81, 224, 0) 58%) !important;
    opacity: .7 !important;
    z-index: 1;
    /* Ensure the background is below the text */
}

/* Responsive Design: Media Query for Smartphones */
@media screen and (max-width: 768px) {

    /* Target screens smaller than 768px (tablets and below) */
    .text_layer {
        font-size: 2.5rem !important;
        /* Reduce font size for smaller screens */
    }

    .wp-block-heading {
        font-size: 2.5rem !important;
        /* Reduce font size for headings */
    }

    .wp-block-heading_slogan {
        font-size: 1.2rem !important;
        /* Reduce font size for slogans */
    }
}


@media (min-width: 768px) {
    .woocommerce-active .site-header .site-header-cart {
        width: 16.739% !important;
    }

    .woocommerce-active .site-header .site-branding {
        width: 64.913% !important;
    }
}