@import url('../vendor/glb/glightbox.min.css');
.nk-layout:has(.nk-slider-current-slide > img[alt="Holy Rights"]) .nk-layout-bottom-center li:not([data-link="Holy Rights"]) { display: none; }
.nk-layout:has(.nk-slider-current-slide > img[alt="I Am Bonnie"]) .nk-layout-bottom-center li:not([data-link="I Am Bonnie"]) { display: none; }
.nk-layout:has(.nk-slider-current-slide > img[alt="Ripples Under The Skin"]) .nk-layout-bottom-center li:not([data-link="Ripples Under The Skin"]) { display: none; }
.nk-layout:has(.nk-slider-current-slide > img[alt="Stop Acid Attack"]) .nk-layout-bottom-center li:not([data-link="Stop Acid Attack"]) { display: none; }
.nk-layout:has(.nk-slider-current-slide > img[alt="The Jungle Man… Loiya"]) .nk-layout-bottom-center li:not([data-link="The Jungle Man… Loiya"]) { display: none; }

.nk-slider-current-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    transition: background-color .3s ease;
}

.poster-img {
    display: block;
    width: 400px;
    height: auto;
    max-width: 100%;
}

.fr-img {
    display: block;
    width: 50%;
    height: auto;
    min-width: 200px;
    margin: 0 12px 0 12px;
    float: right;
}

@media screen and (max-width: 480px) {
    .fr-img {
        width: 100%;
        margin: 0 0 12px 0;
        float: none;
    }
    
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex !important;
}

.justify-content-space-between {
    justify-content: space-between;
}

.styled-btn {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 16px;
    border-radius: 5px;
    transition: border-color 0.3s ease, color 0.3s ease;
    margin: 10px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #000;
}

.styled-btn:hover, .styled-btn:focus {
    border-color: #f44336;
    color: #f44336;
    text-decoration: none;
}

.styled-btn.disabled {
    cursor: not-allowed;
    opacity: 0.6;
    border-color: #888;
    color: #888;
    user-select: none;
    pointer-events: none;
}

.nk-layout-top-center {
    z-index: 9 !important;
}

.nk-main {
    top: 80px !important;
    height: calc(100% - 80px) !important;
}

.nk-layout .nk-layout-top-right {
    display: none;
}

@media (max-width:991px) {
    .nk-layout-top-center .nk-nav {
        display: none;
    }

    .nk-main {
        top: 0 !important;
        height: 100% !important;
    }

    .nk-layout .nk-layout-top-right {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .nk-layout-bottom-left {
        display: none;
    }
    
}

.nk-social-links a svg {
    fill: #fff;
}

.nk-social-links a:hover svg, .nk-social-links a:focus svg, .nk-social-links a:active svg {
    fill: #f44336;
}

/* Spinner animation for form submission */
.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

/* Ensure proper vertical alignment of spinner next to text */
.nk-form-btn .spinner-border {
    margin-right: 0.5rem;
    position: relative;
    top: -1px;
}
