/*
Theme Name: THE BUKISH CULT
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: MZGREECE
Description: Child theme for the Twenty Twenty-Four theme. Includes scroll-to-top button and scroll-triggered animations.
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.0
Version: 1.1
Template: twentytwentyfour
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: TBC
*/

/* ==========================================================================
   Mobile Bottom Menu Block
   ========================================================================== */
.contact_us label {
    display: none;
}



.wp-block-gutena-accordion-panel.gutena-accordion-block__panel {
    background: #1d72c51a;
}

.wp-block-gutena-accordion-panel.gutena-accordion-block__panel {
    background: #34224b54;
}

.wp-block-gutena-accordion-panel.gutena-accordion-block__panel h1 {
    font-size: 20px !important;
}

.wp-block-gutena-accordion-panel.gutena-accordion-block__panel h1 {
    font-size: 30px !important;
}



.subspage .wp-block-gutena-accordion-panel.gutena-accordion-block__panel {
    background: #ffffff;
}

.subspage .wp-block-gutena-accordion-panel.gutena-accordion-block__panel {
    background: #ffffff;
}


/* cursor */
#scc-cursor {
    background: #f600ff !important;
    z-index: 999999999;
}

#scc-cursor-ring {
    border: 1.5px solid #ff00c6 !important;
    z-index: 999999999;
}

.leaflet-bottom.leaflet-right {
    display: none;
}

.mz-mobile-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    padding: 0 10px 0px;
    pointer-events: none;
}



h2.destination__lead_in {
    font-size: 20px;
}

.mz-mobile-menu-container {
    background-color: #9cbce6b6;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
    pointer-events: auto;
    padding: 0 10px;
    backdrop-filter: blur(8px);
}

.mz-menu-section {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 2px;
}

.mz-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: var(--menu-text, #ffffff);
    transition: color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    min-width: 110px;
    padding: 10px;
    background: #00000030;
    border-radius: 20px;
    border: 0;
}

.stickybookbutton {
    top: 70px;
}

.mz-menu-item:hover,
.mz-menu-item:focus {
    transform: translateY(-2px);
}

.mz-menu-label {
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.mz-menu-center {
    position: relative;
    top: -20px;
}

.mz-center-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background-color: #ffffff;
    border: 3px solid var(--menu-bg, #3d4474);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    transform: rotate(45deg) translateX(-5px) translateY(-7px);
    text-decoration: none;
}

.mz-center-button:hover,
.mz-center-button:focus {
    transform: scale(1.1) translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.mz-center-button img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.mz-center-button .dashicons {
    font-size: 30px;
    color: var(--menu-bg, #3d4474);
    width: 30px;
    height: 30px;
}

/* Phone Button & Submenu */
.mz-menu-center {
    position: relative;
}

span.mz-phone-submenu-label {
    white-space: break-spaces;
}

.mz-phone-submenu {
    position: absolute;
    bottom: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%) translateY(10px) scale(0.95);
    transform-origin: bottom center;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
    padding: 8px;
    min-width: 190px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
    z-index: 9999;
    white-space: nowrap;
    max-width: 200px;
}

.mz-phone-submenu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0) scale(1);
}

.mz-phone-submenu-arrow {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 7px;
    overflow: hidden;
}

.mz-phone-submenu-arrow::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #ffffff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.mz-phone-submenu-inner {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mz-phone-submenu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #333333;
    transition: background 0.18s ease;
}

.mz-phone-submenu-item:hover {
    background: #f5f5f5;
    color: #333333;
}

.mz-phone-submenu-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
}

.mz-phone-submenu-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mz-phone-submenu-label {
    font-size: 14px;
    font-weight: 500;
}

/* Responsive adjustments for small screens */
@media (max-width: 345px) {
    .mz-mobile-bottom-menu {
        padding: 0 0px 10px;
    }

    .mz-menu-item {
        min-width: 20px;
    }

    .mz-menu-label {
        font-size: 11px;
    }

    .mz-center-button {
        width: 50px;
        height: 50px;
    }

    .mz-center-button img {
        width: 35px;
        height: 35px;
    }
}

/* ==========================================================================
   Device Visibility Controls
   ========================================================================== */

/* Hide on desktop (≥1280px) */
@media (min-width: 1280px) {
    .mz-hide-desktop {
        display: none !important;
    }
}

/* Hide on tablet (768px - 1279px) */
@media (min-width: 768px) and (max-width: 1279px) {
    .mz-hide-tablet {
        display: none !important;
    }
}

/* Hide on mobile (<768px) */
@media (max-width: 767px) {
    .mz-hide-mobile {
        display: none !important;
    }
}

/* ==========================================================================
   Scroll-to-Top Button
   ========================================================================== */

.header {
    position: absolute;
    z-index: 999;
    top: 0;
    width: 100vw;
    background: none;
    /* background: linear-gradient(180deg, #ffffff, transparent); */
}

.header * {
    background: none;
}

.height_max video {
    width: 100vw !important;
    object-fit: fill;
    object-position: bottom;
    height: 80vh;
}

.height_max {
    width: 100vw !important;
}

.slider__ {
    max-height: 90vh;
    overflow: hidden;
}

.custom-logo-link {
    position: relative;
    z-index: 1;
}



.header_svg {
    position: absolute;
    width: 100vw;
    top: -90px;
    left: 0;
    z-index: 1;
    opacity: 1;
}

.header_svg svg {
    width: 100vw !important;
}


@media (max-width:1920px) and (min-width: 1800px) {
    .header_svg {
        top: -70px;
    }
}

@media (max-width:1800px) and (min-width: 767px) {
    .header_svg {
        top: -3.2vw;
    }
}



footer {
    margin: 0;
    overflow: hidden;
}

.footer_part {
    padding: 28px;
    border-radius: 16px;
    background: #ffffff75 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    transition: all 0.3s ease;
    min-height: 220px;
    min-width: 190px;
}

.callus {
    position: absolute;
    z-index: 1;
    top: 190px;
    background: var(--wp--preset--color--accent-2);
    border-radius: 50px;
    box-shadow: 0 0 10px #0000002e;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    width: 200px;
    color: white;
}

.callus figure.wp-block-media-text__media {
    width: 40px;
}


.mz-slider-slides:after {
    content: '';
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.698), transparent);
    width: 200px;
    height: 100%;
    position: absolute;
    z-index: 2;
    right: 0;
    border-radius: 80px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media (max-width: 767px) {
    .mz-slider-slides:after {
        width: 60px;
        border-radius: 30px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .missions_paragraph {
        font-size: 15px !important;
        font-weight: 200 !important;
    }

    .footer-logo {
        display: flex;
        align-content: center;
        position: relative;
        top: -20px;
    }

    .callus {
        position: absolute;
        z-index: 1;
        top: 105px;
        background: var(--wp--preset--color--accent-2);
        border-radius: 50px;
        box-shadow: 0 0 10px #0000002e;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: row;
        width: 200px;
        color: white;
    }

    .custom-logo-link img.custom-logo {
        width: 125px;
    }



    .header_svg {
        top: -5px;
        left: 0;
    }

    .footer_part {
        padding: 11px;
        border-radius: 16px;
        background: #ffffff75 !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        transition: all 0.3s ease;
        min-height: 220px;
        min-width: 36vw;
    }

    .footer_part:last-child {
        width: 100%;
    }
}

@media (max-width:330px) {

    .footer_part {
        min-width: 27vw;
    }
}

.wonderpush-bell.wonderpush-discrete .wonderpush-icon-container {
    bottom: 5px !important;
}

.wonderpush-bell .wonderpush-icon-container {
    background: #64748b !important;
    width: 24px !important;
    max-height: 24px !important;
}

.wonderpush-bell {
    bottom: 54px !important;
}

.cookieadmin_re_consent {
    height: 35px !important;
    width: 35px !important;
}

.cookieadmin_re_consent img {
    height: 25px !important;
    width: 25px !important;
}


#scroll-to-top {
    position: fixed;
    bottom: 81px;
    right: 30px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background-color: var(--wp--preset--color--accent-2);
    color: var(--wp--preset--color--base, #fff);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, background-color 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:768px) {


    #scroll-to-top {

        width: 48px;
        height: 48px;
    }
}

#scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#scroll-to-top:hover,
#scroll-to-top:focus {
    background-color: #7f9ed2 !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

#scroll-to-top svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* ==========================================================================
   Intersection Observer – Scroll Animations
   ========================================================================== */

/* -- Base hidden state for all animated elements ----------------------- */
.mz-animate {
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

/* -- Fade In ----------------------------------------------------------- */
.mz-animate.mz-fade-in {
    transform: translateY(0);
}

.mz-animate.mz-fade-in.mz-in-view {
    opacity: 1;
}

/* -- Fade Up ----------------------------------------------------------- */
.mz-animate.mz-fade-up {
    transform: translateY(40px);
}

.mz-animate.mz-fade-up.mz-in-view {
    opacity: 1;
    transform: translateY(0);
}

/* -- Fade Down --------------------------------------------------------- */
.mz-animate.mz-fade-down {
    transform: translateY(-40px);
}

.mz-animate.mz-fade-down.mz-in-view {
    opacity: 1;
    transform: translateY(0);
}

/* -- Fade Left --------------------------------------------------------- */
.mz-animate.mz-fade-left {
    transform: translateX(-40px);
}

.mz-animate.mz-fade-left.mz-in-view {
    opacity: 1;
    transform: translateX(0);
}

/* -- Fade Right -------------------------------------------------------- */
.mz-animate.mz-fade-right {
    transform: translateX(40px);
}

.mz-animate.mz-fade-right.mz-in-view {
    opacity: 1;
    transform: translateX(0);
}

/* -- Bounce In --------------------------------------------------------- */
.mz-animate.mz-bounce-in {
    transform: scale(0.85);
}

.mz-animate.mz-bounce-in.mz-in-view {
    opacity: 1;
    transform: scale(1);
    animation: mzBounceIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* -- Bounce Fade Up ---------------------------------------------------- */
.mz-animate.mz-bounce-fade {
    transform: translateY(40px) scale(0.95);
}

.mz-animate.mz-bounce-fade.mz-in-view {
    opacity: 1;
    transform: translateY(0) scale(1);
    animation: mzBounceFade 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* -- Zoom In ----------------------------------------------------------- */
.mz-animate.mz-zoom-in {
    transform: scale(0.6);
}

.mz-animate.mz-zoom-in.mz-in-view {
    opacity: 1;
    transform: scale(1);
}

/* ==========================================================================
   Keyframe Animations
   ========================================================================== */

@keyframes mzBounceIn {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.97);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes mzBounceFade {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(1);
    }



    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* ==========================================================================
   Animation Delay Utilities
   ========================================================================== */

.mz-delay-100 {
    transition-delay: 0.1s;
    animation-delay: 0.1s;
}

.mz-delay-200 {
    transition-delay: 0.2s;
    animation-delay: 0.2s;
}

.mz-delay-300 {
    transition-delay: 0.3s;
    animation-delay: 0.3s;
}

.mz-delay-400 {
    transition-delay: 0.4s;
    animation-delay: 0.4s;
}

.mz-delay-500 {
    transition-delay: 0.5s;
    animation-delay: 0.5s;
}

.mz-delay-600 {
    transition-delay: 0.6s;
    animation-delay: 0.6s;
}

.mz-delay-700 {
    transition-delay: 0.7s;
    animation-delay: 0.7s;
}

.mz-delay-800 {
    transition-delay: 0.8s;
    animation-delay: 0.8s;
}

/* ==========================================================================
   Respect Reduced Motion
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
    .mz-animate {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
    }

    #scroll-to-top {
        transition: none;
    }
}

@media (min-width: 600px) {
    p.counterLabel {
        white-space: nowrap;
    }
}


@media (max-width: 600px) {
    .four_colms {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px
    }

    .four_colms .wp-block-group {
        min-width: 45%;
    }

    .height_max video {
        width: 100vw !important;
        object-fit: cover;
        object-position: bottom;
        height: 80vh;
    }

    .ctrbCounters.columns-4.columns-tablet-3.columns-mobile-1 {
        display: flex;
        flex-wrap: wrap;
    }



    .wp-block-ctrb-counters .ctrbCounters>div {
        width: 50%;
    }

    .wp-block-group.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-704e782a.wp-block-group-is-layout-constrained.mz-animate.mz-bounce-fade.mz-in-view {
        padding: 0;
        margin: 0;
    }
}

.ctrbCounters.columns-4.columns-tablet-3.columns-mobile-1 * {
    border: none !important
}

main {
    width: 100vw;
    overflow: hidden;
}

.cb-pagination.swiper-pagination.mz-animate.mz-bounce-fade.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 90px;
}

.SUBSCRIPBE {
    width: 100vw;
    overflow: hidden;
}

body {
    width: 100vw;
    overflow-x: hidden;
}



ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

/* ==========================================================================
   TBCFade Slider Block
   ========================================================================== */

.mz-fade-slider {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    min-height: 440px;
}

.mz-slider-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.mz-slider-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

.mz-slider-slide.mz-active {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
    animation: mzSlideFadeIn 1s ease-in-out forwards !important;
}

.mz-slider-slide.mz-fading-out {
    opacity: 0;
    z-index: 1;
    animation: mzSlideFadeOut 1s ease-in-out forwards !important;
}

.mz-slider-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 80px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.mz-slider-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    min-height: 180px;
    z-index: 1;
    pointer-events: none;
    border-radius: 80px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mz-slider-text {
    position: absolute;
    bottom: 3vw;
    left: 0;
    z-index: 2;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    width: 100%;
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px 10%;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.mz-slider-text.align-left {
    align-items: flex-start;
    text-align: left;
}

.mz-slider-text.align-right {
    align-items: flex-end;
    text-align: right;
}

.small .mz-slider-text {
    bottom: 40px;
    padding-bottom: 10px;
}

.mz-slider-text h2 {
    font-size: clamp(24px, 5vw, 88px);
    font-weight: 100;
    margin: 0;
    line-height: 1.2;
    color: white;
}

/* Slide Button */
.mz-slider-btn {
    display: inline-block;
    margin-top: 24px;
    padding: 12px 36px;
    font-size: clamp(13px, 1.2vw, 17px);
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    letter-spacing: 0.05em;
    text-shadow: none;
    cursor: pointer;
}

.mz-slider-btn--filled {
    background: #ffffff;
    color: #1a1a2e;
    border: 2px solid #ffffff;
}

.mz-slider-btn--filled:hover {
    background: transparent;
    color: #ffffff;
}

.mz-slider-btn--border {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.85);
}

.mz-slider-btn--border:hover {
    background: #ffffff;
    color: #1a1a2e;
    border-color: #ffffff;
}

/* Slider Dots */
.mz-slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) !important;
    z-index: 3;
    display: flex;
    gap: 12px;
    padding: 10px 20px;
    background: rgba(58, 82, 109, 0.151);
    backdrop-filter: blur(10px);
    border-radius: 50px;
}

.mz-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.mz-slider-dot:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

.mz-slider-dot.mz-active {
    background: #ffffff;
    width: 30px;
    border-radius: 50px;
}

/* Responsive adjustments */
@media (min-width: 768px) {
    .leaflet-popup-tip-container {
        width: 40px;
        height: 20px;
        position: absolute;
        left: -3%;
        margin-top: -1px;
        margin-left: -20px;
        overflow: hidden;
        pointer-events: none;
        transform: rotate(90deg);
        bottom: 20px;
    }
}

.menu a[href="#pll_switcher"] span {
    display: none;
}

a[lang="de-DE"] {
    display: none;
}

li.pll-parent-menu-item .sub-menu {
    background: #1b174bad;
    padding: 10px !important;
    width: max-content;
    border-radius: 20px;
    transform: translateX(-20px);
    backdrop-filter: blur(8px);
    color: white;
}

li.pll-parent-menu-item .sub-menu * {
    color: white;
}

.noround {
    border-radius: 0 !important;
}

li.mz-drawer-menu__item span.trp-ls-language-name {
    display: inline;
}

img.trp-flag-image {
    transform: scale(1.5);
}

li.menu-item.menu-item-type-post_type {
    font-size: 0.8vw;
    padding: 0 7px;
    margin: 0;
}

figure.wp-block-image figcaption {
    height: max-content;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.leaflet-pane.leaflet-tooltip-pane {
    top: -50px;
}

figure.wp-block-image a img {
    transition: transform 0.3s ease;
}

figure.wp-block-image a:hover img {
    transform: scale(1.1) !important;
}

figure.wp-block-image figcaption a {
    max-height: 20px;
}

figure.wp-block-image figcaption strong {
    font-size: clamp(16px, 4vw, 27px);
    line-height: clamp(17px, 4.1vw, 28px);
    font-weight: 200 !important;
    color: rgb(255, 255, 255);
    text-shadow: 0 0 10px rgb(0, 0, 0), 0 0 30px white, 0 0 10px rgb(109, 108, 108), 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
    /* text-shadow:
        -2px -2px 0 white,
        2px -2px 0 white,
        -2px 2px 0 white,
        2px 2px 0 white,
        -2px 0 0 white,
        2px 0 0 white,
        0 -2px 0 white,
        0 2px 0 white; */
}

.counterNumber * {
    font-weight: 100 !important;
    font-size: 70px !important;
}

@media (max-width: 768px) {
    .small.mz-fade-slider {
        min-height: 300px;
    }

    .mz-slider-media {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 30px;
    }

    .mz-slider-overlay {
        border-radius: 30px;
    }

    .mz-slider-text {
        bottom: 15vh;
        padding: 0 5%;
    }

    .small .mz-slider-text {
        bottom: 30px;
    }

    .mz-slider-text h2 {
        font-size: clamp(20px, 16vw, 48px);
        width: 70vw
    }

    .small .mz-slider-text h2 {
        font-size: clamp(20px, 16vw, 38px);
        width: 80vw
    }

    .mz-slider-dots {
        bottom: 20px;
        gap: 10px;
        padding: 8px 16px;
    }

    .mz-slider-dot {
        width: 8px;
        height: 8px;
    }

    .mz-slider-dot.mz-active {
        width: 24px;
    }
}

/* Accessibility */
.mz-fade-slider:focus {
    outline: 3px solid rgba(255, 255, 255, 0.5);
    outline-offset: -3px;
}

@keyframes mzSlideFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mzSlideFadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .mz-slider-slide {
        transition: none;
        animation: none !important;
    }

    .mz-slider-text {
        animation: none;
    }
}

/*  ========================================================================== 
   STATIC / STICKY HEADER
   ========================================================================== */
.sticky_content {
    top: 100px
}

.static_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1000;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: none;
    background: rgba(255, 255, 255, 0.91);
    backdrop-filter: blur(10px);
    z-index: 99999997;
}

.static_header.active {
    animation: mz-header-slide-in 0.35s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    pointer-events: auto;
}

@keyframes mz-header-slide-in {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/*  ========================================================================== 
   FORM SUBMISSION   
   ========================================================================== */


form#sib_signup_form_2 p:not(.sib-email-area) {
    height: 0;
}

.sib_signup_box_inside_2 p {
    margin: 0 !important;
    padding: 0 !important;
}

/* Container */
.sib_signup_box_inside_2 {
    padding: 28px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    transition: all 0.3s ease;
    height: 160px;
}

/* Label text */
.sib-email-area {
    font-size: 20px;
    font-weight: 100;
    color: #333;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* Email input */
input[type="email"] {
    width: 100%;
    padding: 14px 16px;
    margin-top: 6px;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    background: #fafafa;
    font-size: 15px;
    transition: all 0.25s ease;
}

/* Input focus effect */
input[type="email"]:focus {
    outline: none;
    border-color: #3b3eff;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(32, 32, 32, 0.12);
}

/* Subscribe button */
.sib-default-btn {
    width: 100%;
    padding: 14px;
    margin-top: 14px;
    border: none;
    border-radius: 10px;
    background: var(--wp--preset--color--accent) !important;
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(51, 51, 51, 0.25);
}

/* Button hover */
.sib-default-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(8, 8, 8, 0.35);
}

/* ==========================================================================
   TBCShare Button Block
   ========================================================================== */

.mz-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    text-decoration: none;
}

.mz-share-btn--filled {
    background: #1a1a1a;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.mz-share-btn--filled:hover {
    background: #333;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.mz-share-btn--outline {
    background: transparent;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
}

.mz-share-btn--outline:hover {
    background: #1a1a1a;
    color: #fff;
}

.mz-share-btn--ghost {
    background: transparent;
    color: #1a1a1a;
}

.mz-share-btn--ghost:hover {
    background: rgba(0, 0, 0, 0.06);
}

.mz-share-btn__icon {
    display: flex;
    align-items: center;
}

.mz-share-btn__icon svg {
    display: block;
}

/* Share Modal */
.mz-share-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
}

.mz-share-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.mz-share-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
}

.mz-share-modal__box {
    position: relative;
    background: #fff;
    border-radius: 18px;
    padding: 32px 28px 24px;
    width: min(420px, calc(100vw - 32px));
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    outline: none;
    animation: mzShareSlideUp 0.25s ease;
}

@keyframes mzShareSlideUp {
    from {
        transform: translateY(24px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.mz-share-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    border-radius: 50%;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.mz-share-modal__close:hover {
    background: #f1f1f1;
    color: #111;
}

.mz-share-modal__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #111;
}

.mz-share-modal__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.mz-share-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 12px;
    background: #f5f5f5;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    width: 100%;
    transition: background 0.15s, transform 0.12s;
}

.mz-share-link:hover {
    background: #e8e8e8;
    transform: translateY(-1px);
}

.mz-share-link svg {
    flex-shrink: 0;
}

.mz-share-link--whatsapp:hover {
    background: #e8f8ef;
    color: #25d366;
}

.mz-share-link--viber:hover {
    background: #ede8f8;
    color: #7360f2;
}

.mz-share-link--facebook:hover {
    background: #e8f0fc;
    color: #1877f2;
}

.mz-share-link--instagram:hover {
    background: #fdf0f7;
    color: #e1306c;
}

.mz-share-link--tiktok:hover {
    background: #f0f0f0;
    color: #010101;
}

.mz-share-link--copy:hover {
    background: #e8f5ff;
    color: #0077cc;
}

/* ==========================================================================
   TBCDrawer Button Block
   ========================================================================== */

.mz-drawer-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.mz-drawer-trigger--filled {
    background: #1a1a1a;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.mz-drawer-trigger--filled:hover {
    background: #333;
    transform: translateY(-1px);
}

.mz-drawer-trigger--outline {
    background: transparent;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
}

.mz-drawer-trigger--outline:hover {
    background: #1a1a1a;
    color: #fff;
}

.mz-drawer-trigger--ghost {
    background: transparent;
    color: #1a1a1a;
}

.mz-drawer-trigger--ghost:hover {
    background: rgba(0, 0, 0, 0.06);
}

.mz-drawer-trigger--icon-only {
    padding: 10px;
    border-radius: 50%;
}

.mz-drawer-trigger__icon {
    display: flex;
    align-items: center;
}

.mz-drawer-trigger__icon svg {
    display: block;
}

/* Drawer panel */
.mz-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    width: var(--mz-drawer-width, 380px);
    max-width: 100vw;
    background: #fff;
    box-shadow: 0 0 48px rgba(0, 0, 0, 0.22);
    z-index: 99999999;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.mz-drawer--right {
    right: 0;
    transform: translateX(100%);
}

.mz-drawer--left {
    left: 0;
    transform: translateX(-100%);
}

.mz-drawer:not([hidden]) {
    transform: translateX(0);
}

/* Override hidden so CSS transition still fires */
.mz-drawer[hidden] {
    display: flex !important;
}

/* Drawer header (logo + close) */
.mz-drawer__header {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #f0f0f0;
    min-height: 68px;
}

.mz-drawer__logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex: 1;
}

.mz-drawer__logo {
    max-height: 44px;
    width: auto;
    display: block;
    object-fit: contain;
}

.mz-drawer__close {
    flex-shrink: 0;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
    margin-left: 8px;
}

.mz-drawer__close:hover {
    background: #f1f1f1;
    color: #111;
}

/* Scrollable nav area */
.mz-drawer__nav-wrap {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* Drawer menu */
.mz-drawer-nav {
    margin: 0;
}

.mz-drawer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mz-drawer-menu__item {
    border-bottom: 1px solid #f2f2f2;
}

.mz-drawer-menu__row {
    display: flex;
    align-items: stretch;
}

.mz-drawer-menu__link {
    flex: 1;
    display: block;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
    transition: color 0.15s, background 0.15s;
}

.mz-drawer-menu__link:hover {
    color: var(--wp--preset--color--primary, #0073aa);
    background: #fafafa;
}

.mz-drawer-menu__item.is-current>.mz-drawer-menu__row>.mz-drawer-menu__link {
    color: var(--wp--preset--color--primary, #0073aa);
    font-weight: 600;
}

.mz-drawer-menu__toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 20px;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: color 0.15s;
}

.mz-drawer-menu__toggle:hover {
    color: #111;
}

.mz-drawer-menu__toggle svg {
    display: block;
    transition: transform 0.2s;
}

.mz-drawer-menu__item.is-open>.mz-drawer-menu__row>.mz-drawer-menu__toggle svg {
    transform: rotate(180deg);
}

/* Sub-menu */
.mz-drawer-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fafafa;
    border-top: 1px solid #ececec;
}

.mz-drawer-submenu[hidden] {
    display: none;
}

.mz-drawer-submenu__item {
    border-bottom: 1px solid #ececec;
}

.mz-drawer-submenu__item:last-child {
    border-bottom: none;
}

.mz-drawer-submenu__link {
    display: block;
    padding: 13px 20px 13px 36px;
    font-size: 14px;
    color: #444;
    text-decoration: none;
    transition: color 0.15s, background 0.15s;
}

.mz-drawer-submenu__link:hover {
    color: #111;
    background: #f0f0f0;
}

.mz-drawer-submenu__item.is-current .mz-drawer-submenu__link {
    color: var(--wp--preset--color--primary, #0073aa);
    font-weight: 600;
}

/* Drawer footer CTA */
.mz-drawer__footer {
    flex-shrink: 0;
    padding: 16px 20px 24px;
    border-top: 1px solid #f0f0f0;
}

.mz-drawer__footer-btn {
    display: block;
    width: 100%;
    padding: 14px 0px;
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    transition: background 0.2s, transform 0.15s;
}

.mz-drawer__footer-btn:hover {
    background: #333;
    transform: translateY(-1px);
}

/* Backdrop */
.mz-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(3px);
    z-index: 999997;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.mz-drawer-backdrop:not([hidden]) {
    opacity: 1;
    pointer-events: auto;
}

.mz-drawer-backdrop[hidden] {
    display: block !important;
}

/* Prevent body scroll when drawer is open */
body.mz-drawer-open {
    overflow: hidden;
}



/* ==========================================================================
   TBCGo Back Block
   ========================================================================== */

.mz-go-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: background 0.18s, transform 0.15s, color 0.15s;
}

.mz-go-back-btn--ghost {
    background: transparent;
    color: #1a1a1a;
}

.mz-go-back-btn--ghost:hover {
    background: rgba(0, 0, 0, 0.07);
    transform: translateX(-2px);
}

.mz-go-back-btn--filled {
    background: #1a1a1a;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.mz-go-back-btn--filled:hover {
    background: #333;
    transform: translateX(-2px);
}

.mz-go-back-btn--outline {
    background: transparent;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
}

.mz-go-back-btn--outline:hover {
    background: #1a1a1a;
    color: #fff;
    transform: translateX(-2px);
}

.mz-go-back-btn__arrow {
    display: flex;
    align-items: center;
}

.mz-go-back-btn__arrow svg {
    display: block;
}

/* Button click */
.sib-default-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(39, 32, 78, 0.25);
}

/* Success / error message area */
.sib_msg_disp {
    font-size: 14px;
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 8px;
    display: none !important;
}

.pc_menu {
    position: absolute;
    right: 120px;
    top: 20px;
    color: white;
    background: none !important;
}

.low_height {
    position: absolute;
    right: 40px;
    top: 50px;
    backdrop-filter: blur(11px);
    background: #0000000f !important;
}


.phone_call {
    position: absolute;
    top: 15px;
    right: -75px;
}

.social_pc {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 30vh;
    right: -50px;
}

.small .social_pc {
    top: 170px;
}


.social_pc:before,
.social_pc:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 17vh;
    min-height: 110px;
    max-height: 150px;
    background: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.small .social_pc:before,
.small .social_pc:after {
    min-height: 90px;
    max-height: 100px;
}

.small .social_pc:after {
    display: none;
}

.social_pc:before {
    top: 140px;
}

.social_pc:after {
    top: -170px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    min-height: 180px;
}

@media (max-width: 768px) {
    .pc_menu {
        right: 60px;
    }

    .social_pc {
        top: 24vh;
    }

    .small .social_pc:after {
        display: flex !important;
        top: -110px;
    }

    .small .social_pc {
        top: 50px;
        right: -40px;
    }

    button.cookieadmin_re_consent {
        bottom: 59px;
        left: 45px;
        transform: scale(0.7);
        opacity: 0.5;
    }
}

.images_section {
    width: 99.2vw !important;
}

figure {
    border-radius: 20px;
    overflow: hidden;
}


.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
    content: '' !important;
    display: none !important;
}

p#cookieadmin_notice {
    font-size: inherit;
}

*:focus {
    outline: 0 !important;
}

svg.bi.bi-headset {
    width: 25px !important;
    fill: var(--svg--fill-color) !important;
}

.svg_black svg.bi.bi-headset path {
    width: 25px !important;
    fill: black !important;
}

:root {
    --svg--fill-color: white;
}


/* POST----------------------------------- */

.post_image,
.post_image img {
    height: 570px;
    overflow: hidden;
    border-radius: 60px;

}

.post_description *,
.post_comments * {
    font-size: 18px;
    font-family: var(--wp--preset--font-family--system-sans-serif) !important;
    font-weight: 200;
}

.post_col .post_col_desc p {
    font-size: 15px !important;
    font-family: var(--wp--preset--font-family--system-sans-serif) !important;
}

.post_col .post_col_desc p.wp-block-post-excerpt__more-text strong {
    font-size: 18px;
    font-weight: 500;
    color: var(--wp--preset--color--accent);
    background-color: #3d4474;
    padding: 10px 25px;
    border-radius: 50px;
    font-family: var(--wp--preset--font-family--system-sans-serif) !important;
}


.post_description h2,
.post_description h3 {
    color: #7eb1b9;
    font-weight: 300;
    font-size: 32px;
    font-family: var(--wp--preset--font-family--system-sans-serif) !important;
}

.post_description h1 {
    color: #7eb1b9 !important;
    font-family: var(--wp--preset--font-family--system-sans-serif) !important;
    font-size: 50px !important;
    font-weight: 300;
    background: white;
    position: relative;
    left: 0;
    top: -100px;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: -80px;
    min-height: 120px;
    display: flex;
    align-content: center;
    align-items: center;
    box-shadow: 0 0 40px #80808047;
}

@media (max-width: 768px) {

    .post_image,
    .post_image img {
        height: 300px;
        overflow: hidden;
        border-radius: 20px;
    }

    .post_description h1 {
        font-size: 30px !important;
        top: -60px;
        margin-bottom: -60px;
    }

    .post_description h2,
    .post_description h3 {
        font-size: 20px !important;
    }
}

.static_menu li a {
    text-decoration: none;
}

.static_menu li a span {
    padding: 18px 20px;
    transition: background .5s;
    border-radius: 10px;
}

.static_menu li a:hover span {
    background: #ffffff;
    border-radius: 20px;
}

/* =============================================================
   TBCMap Drawer
   ============================================================= */

.mz-map-drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 1000000;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
}

.mz-map-drawer-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

.mz-map-drawer {
    position: relative;
    width: 100%;
    max-height: 82dvh;
    background: #fff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.mz-map-drawer-overlay.is-open .mz-map-drawer {
    transform: translateY(0);
}

/* Drag handle header — touch/drag target */
.mz-map-drawer-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 14px 14px 8px;
    flex-shrink: 0;
    cursor: grab;
    touch-action: none;
    user-select: none;
}

.mz-map-drawer-handle-pill {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #d1d5db;
    pointer-events: none;
}

.mz-map-drawer-close {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    color: #6b7280;
    padding: 4px 8px;
    border-radius: 6px;
    transition: background 0.15s;
    z-index: 2;
}

.mz-map-drawer-close:hover {
    background: #f3f4f6;
    color: #111;
}

.mz-map-drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 8px 0 0;
    -webkit-overflow-scrolling: touch;
}

.mz-map-drawer-body .TBC-map {
    border-radius: 0;
    box-shadow: none;
    height: 65dvh;
}

.mz-map-drawer-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    color: #9ca3af;
    font-size: 14px;
}

/* Prevent body scroll when drawer is open */
body.mz-map-drawer-open {
    overflow: hidden;
}


:root {
    --bc-purple-deep: #21011E;
    --bc-purple-mid: #3b1f6e;
    --bc-purple-rich: #5b2d8e;
    --bc-purple-border: #7c3fbf;
    --bc-gold: #c9a84c;
    --bc-gold-light: #e8d5a3;
    --bc-cream: #f5ede0;
    --bc-white: #ffffff;
    --bc-text-light: #e8d5a3;
    --bc-font-serif: 'Georgia', 'Times New Roman', serif;
    --bc-font-script: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    --bc-radius: 12px;
    --bc-radius-lg: 20px;
}

/* =========================================================
   BODY / BASE
   ========================================================= */
body {
    background-color: var(--bc-purple-deep);
    color: var(--bc-text-light);
    font-family: var(--bc-font-serif);
}

.leftcolaz figure:nth-child(1) img {
    width: 280px;
    height: 370px;
    border-radius: 15px;
    object-fit: cover;
    border: 2px solid black;
}

.leftcolaz figure:nth-child(1) {
    transform: rotate(10deg) translateX(90px);
    position: relative;
    z-index: 2;
}

.leftcolaz figure:nth-child(2) img {
    width: 270px;
    height: 380px;
    border-radius: 15px;
    object-fit: cover;
    border: 2px solid black;
}

.leftcolaz figure:nth-child(2) {
    transform: rotate(-10deg) translateX(100px);
    position: relative;
    z-index: 1;
}

/* --------right-------------------- */
.rightcolaz figure:nth-child(1) img {
    width: 265px;
    height: 265px;
    border-radius: 15px;
    object-fit: cover;
    border: 2px solid black;
}

.rightcolaz figure:nth-child(1) {
    transform: rotate(5deg) translateX(100px);
    position: relative;
    z-index: 2;
}

.rightcolaz figure:nth-child(2) img {
    width: 280px;
    height: 340px;
    border-radius: 15px;
    object-fit: cover;
    border: 2px solid black;
}

.rightcolaz figure:nth-child(2) {
    transform: rotate(-20deg) translate(90px, 40px);
    position: relative;
    z-index: 1;
}

.colazimgtop img {
    width: 540px;
    max-width: 90vw;
}

.colazimgbottom img {
    width: 540px;
    max-width: 90vw;
}

/* =========================================================
   HERO PATTERN  (.bc-hero)
   ========================================================= */
.bc-hero {
    position: relative;
    min-height: 480px;
    background-color: var(--bc-purple-deep);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.bc-hero__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
    position: relative;
    z-index: 2;
}

.bc-hero__content {
    color: var(--bc-white);
}

.bc-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    color: var(--bc-gold-light);
    margin-bottom: 1.25rem;
}

.bc-hero__eyebrow::before,
.bc-hero__eyebrow::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 1px;
    background: var(--bc-gold);
}

.bc-hero__headline {
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.15;
    margin: 0 0 0.25rem;
    font-weight: 400;
    font-family: var(--bc-font-serif);
    color: var(--bc-white);
}

.bc-hero__headline em {
    font-style: italic;
    font-family: var(--bc-font-script);
    font-size: 1.2em;
    color: var(--bc-gold-light);
    display: block;
}

.bc-hero__divider {
    width: 120px;
    height: auto;
    margin: 1rem 0;
    opacity: 0.7;
}

.bc-hero__cta-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.bc-hero__eyebrow-cta {
    font-size: 0.8rem;
    color: var(--bc-gold-light);
    letter-spacing: 0.06em;
}

.bc-btn {
    display: inline-block;
    padding: 0.7rem 2rem;
    border-radius: 50px;
    font-family: var(--bc-font-serif);
    font-size: 0.95rem;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: opacity 0.2s, transform 0.2s;
}

.bc-btn:hover {
    opacity: 0.88;
    transform: translateY(-1px);
}

.layerbg {
    position: relative !important;
    z-index: 9 !important;
    top: -60px !important;
}

.layerbg_2 {
    position: relative !important;
    z-index: 10 !important;
    top: -60px !important;
}

.bc-btn--primary {
    background: #8b2252;
    color: var(--bc-white);
    width: 60%;
    max-width: 330px;
    border: 1px solid #ffffff94;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    font-family: Source Serif Pro;
    font-weight: 300;
    font-style: Light;
    font-size: 25px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.bc-hero__image {
    position: relative;
}

.bc-hero__image img {
    width: 100%;
    height: auto;
    border-radius: var(--bc-radius);
    display: block;
}

/* decorative sparkle dots */
.bc-sparkle {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bc-gold-light);
    opacity: 0.8;
    pointer-events: none;
}

@media (max-width: 768px) {
    .bc-hero__inner {
        grid-template-columns: 1fr;
    }

    .bc-hero__image {
        order: -1;
    }
}

/* =========================================================
   FEATURES ROW  (.bc-features)
   ========================================================= */
.bc-features {
    background-color: var(--bc-purple-deep);
    padding: 2rem 1rem 3rem;
}

.bc-features__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.bc-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: var(--bc-gold-light);
}

.bc-feature-item__icon {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.bc-feature-item__label {
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
}

@media (max-width: 600px) {
    .bc-features__inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =========================================================
   HERO SLIDER  (.bc-hero-slider)
   ========================================================= */
section.bc-hero-slider.alignfull.ignore.center.wp-block-bookishcult-hero-slider:before {
    content: '';
    background: radial-gradient(#2d0633a8 20%, #2d063347 60%, transparent 70%);
    background-position: -770px -280px;
    background-size: 130% 210%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 6;
    top: 0;
}

span.wc-block-mini-cart__badge {
    background: var(--bc-purple-deep);
    color: var(--bc-gold);
}

figure.wp-block-image.alignfull.size-large.header_line {
    position: relative;
    top: 25px;
    width: 65vw;
    max-width: 1250px;
    /* height: 30px; */
}

/* Wrapper — full viewport height, stacks content over slides */
.bc-hero-slider {
    position: relative;
    width: 100%;
    min-height: 71vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: var(--bc-purple-deep);
    padding-bottom: 100px;
    padding-top: 80px;

    /* ── Slide backgrounds ── */
    .bc-slide {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center center;
        opacity: 0;
        transition: opacity 1.4s ease-in-out;
        z-index: 0;
    }

    .bc-slide--active {
        opacity: 1;
        z-index: 1;
    }

    /* Gradient overlay so left copy stays readable */
    .bc-slide::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(105deg,
                rgba(14, 4, 32, 0.82) 0%,
                rgba(14, 4, 32, 0.50) 45%,
                rgba(14, 4, 32, 0.12) 100%);
    }

    /* ── Main content area ── */
    .bc-hero-slider__content {
        position: relative;
        z-index: 10;
        flex: 1;
        display: flex;
        align-items: flex-start;
        padding: 8rem 0rem 2rem;
        width: 100%;
        box-sizing: border-box;
        width: 100%;
        max-width: 1640px;
        flex-direction: column;
        margin: 0 auto;
    }

    /* ── Left column group ── */
    .bc-hero-slider__left {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

    /* Top ornament image (star / sparkle above headline) */
    .bc-hero-slider__ornament-top {
        width: 100%;
        max-width: 360px;
        height: auto;
        opacity: 0.9;
        margin-left: 0;
        margin-bottom: -22px;
    }

    /* Headline */
    .bc-hero-slider__headline {
        font-family: Source Serif Pro;
        font-weight: 400;
        font-style: Regular;
        font-size: clamp(2.5rem, 4.5vw, 3.5rem);
        line-height: 88%;
        letter-spacing: -4%;
        text-align: center;
        color: var(--bc-white);
        width: 360px;
        margin: 0;
        margin-bottom: -38px;
    }

    .bc-hero-slider__script-line {
        font-family: Pinyon Script;
        font-weight: 400;
        font-style: Regular;
        font-size: 96px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -4%;
        text-align: center;

    }

    /* Bottom ornament (decorative swirl below headline) */
    .bc-hero-slider__ornament-bottom {
        width: 100%;
        max-width: 360px;
        height: auto;
        opacity: 1;
        margin-top: -20px;
    }

    /* Slogan line  "← Snail mail club for book lovers →" */
    .bc-hero-slider__slogan {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        font-size: 0.80rem;
        letter-spacing: 0.12em;
        color: var(--bc-white);
        margin: 0.25rem 0;
        text-align: center;
        font-family: Source Serif Pro;
        font-weight: 300;
        font-style: Light;
        font-size: 20px;

    }


    .bc-hero-slider__slogan::before,
    .bc-hero-slider__slogan::after {
        content: '';
        display: inline-block;
        width: 28px;
        height: 1px;
        background: var(--bc-gold);
        flex-shrink: 0;
    }

    /* CTA button (reuses existing .bc-btn .bc-btn--primary) */
    .bc-hero-slider__left .bc-btn {
        margin-top: 0.25rem;
    }

    /* ── Features strip at the very bottom ── */
    .bc-hero-slider__features {
        position: relative;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 1.25rem 2rem;
        background: none;
    }

    .bc-hero-feat {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.45rem;
        padding: 0 2rem;
        text-align: center;
        color: var(--bc-cream);
    }

    .bc-hero-feat__icon {
        width: 86px;
        height: 76px;
        object-fit: contain;
        flex-shrink: 0;
    }

    .bc-hero-feat__label {
        font-family: Source Serif Pro;
        font-weight: 300;
        font-style: Light;
        font-size: 20px;
        leading-trim: NONE;
        line-height: 89%;
        letter-spacing: -5%;
        text-align: center;

        color: var(--bc-cream);
    }

    /* Vertical separator lines between icons */
    .bc-hero-feat-sep {
        width: 1px;
        height: 135px;
        background: none;
        flex-shrink: 0;
    }

    /* ── Responsive ── */
    @media (max-width: 900px) {
        .bc-hero-slider__content {
            padding: 10px;
        }

        .bc-hero-slider__left {
            max-width: 100%;
        }
    }

    @media (max-width: 600px) {
        .bc-hero-slider {
            min-height: 100svh;
        }

        .bc-hero-slider__content {
            padding: 4rem 1.5rem 1.5rem;
        }

        .bc-hero-slider__headline {
            font-size: 2rem;
        }

        .bc-hero-feat {
            padding: 0 1.25rem;
        }

        .bc-hero-feat-sep {
            display: none;
        }

        .bc-hero-slider__features {
            gap: 0.5rem;
            flex-wrap: wrap;
        }
    }

    /* =========================================================
   MORE THAN JUST MAIL  (.bc-about)
   ========================================================= */
    .bc-about {
        background: linear-gradient(160deg, #2a0f52 0%, #3b1060 50%, #1e0840 100%);
        padding: 4rem 1.5rem;
        position: relative;
    }

    .bc-about__card {
        max-width: 1100px;
        margin: 0 auto;
        border: 1.5px solid var(--bc-purple-border);
        border-radius: var(--bc-radius-lg);
        padding: 3rem 2rem;
        display: grid;
        grid-template-columns: 1fr 1.4fr 1fr;
        gap: 2rem;
        align-items: center;
        position: relative;
    }

    /* decorative corner dots on the card */
    .bc-about__card::before,
    .bc-about__card::after {
        content: '✦';
        position: absolute;
        color: var(--bc-gold-light);
        font-size: 0.7rem;
        opacity: 0.6;
    }

    .bc-about__card::before {
        top: 1rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .bc-about__card::after {
        bottom: 1rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .bc-about__images-left,
    .bc-about__images-right {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .bc-about__img {
        width: 100%;
        border-radius: var(--bc-radius);
        object-fit: cover;
        aspect-ratio: 4/3;
        display: block;
    }

    .bc-about__images-right .bc-about__img:last-child {
        aspect-ratio: 3/4;
    }

    .bc-about__content {
        text-align: center;
        color: var(--bc-white);
        padding: 0 1rem;
    }

    .bc-about__title {
        font-family: var(--bc-font-script);
        font-size: clamp(1.8rem, 4vw, 2.6rem);
        font-style: italic;
        font-weight: 400;
        color: var(--bc-white);
        margin: 0 0 1rem;
        line-height: 1.2;
    }

    .bc-about__ornament {
        display: block;
        font-size: 1.2rem;
        color: var(--bc-gold-light);
        margin-bottom: 0.75rem;
        letter-spacing: 0.2em;
        opacity: 0.7;
    }

    .bc-about__text {
        font-size: 0.92rem;
        line-height: 1.75;
        color: var(--bc-cream);
        margin: 0;
    }

    .bc-about__text strong {
        display: block;
        font-weight: 600;
    }

    @media (max-width: 900px) {
        .bc-about__card {
            grid-template-columns: 1fr;
        }

        .bc-about__images-left,
        .bc-about__images-right {
            flex-direction: row;
        }

        .bc-about__img {
            aspect-ratio: 1/1;
        }
    }
}

figure.wp-block-image.size-full.fullover {
    border-radius: 0 !important;
}

figure.wp-block-image.size-full.fullover img {
    width: 100vw !important;
    height: 120px !important;
    object-fit: cover;
    object-position: bottom;
    border-radius: 0 !important;
}


/* MOBILE FIXES */

@media (max-width: 768px) {
    .wp-block-group.alignfull.wc-blocks-pattern-footer-large.wc-blocks-footer-pattern.has-background.is-layout-flow.wp-container-core-group-is-layout-686ccabf.wp-block-group-is-layout-flow {
        padding: 40px 0 !important;
    }

    .footer_logo {
        transform: translate(-20px, 65px) !important;
    }

    .wp-block-cover {
        PADDING: 0;
    }

    .wp-block-group.is-vertical.is-content-justification-center.is-layout-flex.wp-container-core-group-is-layout-c366c50a.wp-block-group-is-layout-flex {
        padding: 0 !important;
    }

    .wp-block-cover.mz-animate.mz-bounce-fade.mz-in-view {
        padding: 0;
    }

    .layerbg_2 {
        position: relative !important;
        z-index: 0 !important;
        top: -76px !important;
        padding-top: 60px;
        margin-bottom: -76px;
    }

    .mobile_winside .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 20% !important;
    }

    .mobile_winside .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column p.has-text-align-center.has-text-color.has-link-color.has-medium-font-size,
    .sub_description {
        line-height: 18px !important;
    }

    .bc-hero-slider__script-line {
        font-size: 14vw !important;
    }

    .bc-hero-slider__headline {
        width: 70% !important;
        margin-bottom: -23px !important;
    }

    .bc-hero-slider__features {
        padding: 0 !important;
    }

    .bc-hero-slider__ornament-top,
    .bc-hero-slider__ornament-bottom {
        max-width: 280px !important;
    }

    .bc-hero-feat {
        padding: 0 0 !important;
        width: 16.8vw !important;
    }

    .bc-hero-feat__icon {
        width: 65px !important;
        height: 63px !important;
        object-fit: contain;
        flex-shrink: 0;
    }

    p.has-text-align-center.has-text-color.has-link-color.has-small-font-size {
        line-height: 1;
    }

    .bc-hero-slider__features {
        background: #2204456b !important;
        border-radius: 15px;
        padding: 12px !important;
    }

    .bc-hero-feat__label {
        font-size: 15px !important;
    }

    .bc-hero-feat-sep {
        display: block !important;
    }

    .bc-hero-feat-sep {
        height: 115px !important;
    }

    .bc-hero-feat-sep svg {
        height: 100%;
    }

    ul.wp-block-navigation__container.has-text-color.is-responsive.items-justified-right.wp-block-navigation {
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    ul.wp-block-navigation__container.has-text-color.is-responsive.items-justified-right.wp-block-navigation span.wp-block-navigation-item__label,.mobile_nav span.wp-block-navigation-item__label{
        font-size: 30px;
        color: #441380;
    }
}

@media (max-width: 374px) {
    .bc-hero-feat {
        padding: 0 0 !important;
        width: 34.3vw !important;
    }
}

.wp-block-gutena-form-field {
    background: #2509464d !important;
}