:root {
    --base-color: #94c7b9;
    --text-base-color: #1e2b04;
    --text-body-color: #364153;
}

.main_bg { 
	background-color: var(--base-color);
}

.header-item {
 display: grid;
 gap: 4px;
 justify-items: center;
 align-items: center;
 min-width: 90px;
 padding: 12px;
}

.header-active { 
    background-color: #407836;
    border-radius: 8px;
}

.entry-content,
.post-content,
article {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: var(--text-body-color);
    line-height: 1.6;
    font-weight: 400;
}

@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap');

header, footer {
    font-family: 'ABeeZee', sans-serif;
    font-weight: 400;
}

.container {
    max-width: 100% !important;
}

#mobile-menu { transition-property: transform, opacity; }
#mobile-menu.translate-x-full { transform: translateX(100%); opacity: 0; }
#mobile-menu:not(.translate-x-full) { transform: translateX(0); opacity: 1; pointer-events: auto;}
#mobile-menu > div.translate-x-full { transform: translateX(100%); }
#mobile-menu > div { transform: translateX(0); transition: transform 300ms ease; }

.sub-header {
    .entry-content {
        width: 100%;
    }
    .active {
        color:var(--base-color) !important;
        
    }

    .active svg path {
        stroke: var(--base-color) !important;
    }
    .active::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 4px;
        border-radius: var(--radius-33554400, 33554400px) var(--radius-33554400, 33554400px) 0 0;
        background: var(--base-color);
        z-index: 1;
    }
    /* Container anchors must be positioned relative for the absolute pseudo-element */
    .active {
        position: relative;
        z-index: 2;
    }

    .item-url {
        display: flex;
        color: #4A5565;
        font-size: 14px;
        align-items: center;
        padding: 15.5px 24px;
        gap:4px;
    }
    .wp-block-query-pagination {
        .wp-block-query-pagination-numbers {
            display: flex;
            gap: 8px;
        }
        span {
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            width: 40px;
            height: 40px;
            border-radius: 4px;
            background: #1046BA;
        }

        a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 40px;
            border-radius: 4px;
            border: 0.8px solid #D1D5DC;
        }
    }
}

.entry-content {
    margin: 0 !important;
    padding: 0 !important;
}
.swiper-pagination {
    .swiper-pagination-bullet-active {
        background-color: #fff !important;
        width: 32px !important;
        height: 8px;

    }
    .swiper-pagination-bullet  {
        height: 8px;
        width: 8px;
        background: rgba(255, 255, 255, 0.50);
        border-radius: 4px !important;
    }
}

.swiper {
    width: 100%;
    height: 100%;
    position: unset !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.mySwiper2 {
    .swiper-button-next, .swiper-button-prev {
        border-radius: 33554400px;
        background: var(--color-white-80, rgba(255, 255, 255, 0.80));
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
        top: 30% !important;
        svg {
            width: 6px !important;
            height: 12px !important;
        }
    }

    .swiper-pagination2 {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
}

.mySwiper3 {
    .swiper-button-next, .swiper-button-prev {
        border-radius: 33554400px;
        background: var(--color-white-80, rgba(255, 255, 255, 0.80));
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
        top: 50% !important;
        svg {
            width: 6px !important;
            height: 12px !important;
        }
    }

    .swiper-pagination3 {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
}

#mobile-menu { transition-property: transform, opacity; }
#mobile-menu.translate-x-full { transform: translateX(100%); opacity: 0; }
#mobile-menu:not(.translate-x-full) { transform: translateX(0); opacity: 1; pointer-events: auto;}
#mobile-menu > div.translate-x-full { transform: translateX(100%); }
#mobile-menu > div { transform: translateX(0); transition: transform 300ms ease; }

/* Mobile menu caret and subitems transitions */
.mobile-menu-caret {
    transition: transform 0.3s ease;
}
.mobile-menu-subitems {
    transition: all 0.3s ease;
    overflow: hidden;
}
.mobile-menu-toggle {
    cursor: pointer;
}
.mobile-menu-toggle:hover {
    background-color: rgba(16, 70, 186, 0.05);
}
.mobile-menu-subitems a:hover {
    background-color: rgba(16, 70, 186, 0.05);
}
.mobile-menu-subitems .active {
    color: var(--text-base-color);
    font-weight: 700 !important;
    background-color: rgba(16, 70, 186, 0.05);
}

.wp-block-query-pagination-previous, .wp-block-query-pagination-next, .page-numbers {
    padding: 7px 15px;
    border-radius: 4px;
    border: 0.8px solid #D1D5DC;
    margin-right: 8px;
    font-size: 16px;
}

.wp-block-query-pagination {
    .current {
        border-radius: 4px;
        background: var(--base-color);
        color:#fff
    }
}