.elementor-1068 .elementor-element.elementor-element-f94bfbd{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1068 .elementor-element.elementor-element-f94bfbd:not(.elementor-motion-effects-element-type-background), .elementor-1068 .elementor-element.elementor-element-f94bfbd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2E4DE00;}.elementor-1068 .elementor-element.elementor-element-f94bfbd.e-con{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-1068 .elementor-element.elementor-element-f087343{--display:flex;}.elementor-1068 .elementor-element.elementor-element-8827542{--spacer-size:40px;}.elementor-1068 .elementor-element.elementor-element-f974a95{--display:flex;}.elementor-1068 .elementor-element.elementor-element-46f1f43{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1068 .elementor-element.elementor-element-ca52076{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1068 .elementor-element.elementor-element-ca52076:not(.elementor-motion-effects-element-type-background), .elementor-1068 .elementor-element.elementor-element-ca52076 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://nusashizaru.tsidigitalsolution.my.id/wp-content/uploads/2025/02/Log-Shizaru-Transparent.png");background-position:center center;background-size:cover;}.elementor-1068 .elementor-element.elementor-element-59b7c35{--spacer-size:110px;}.elementor-1068 .elementor-element.elementor-element-6dd4758{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-1068 .elementor-element.elementor-element-e2bc357{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1068 .elementor-element.elementor-element-383873f > .elementor-widget-container{margin:40px -150px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-1068 .elementor-element.elementor-element-e2bc357{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1068 .elementor-element.elementor-element-383873f > .elementor-widget-container{margin:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-1068 .elementor-element.elementor-element-f974a95{--width:5%;}.elementor-1068 .elementor-element.elementor-element-46f1f43{--width:30%;}.elementor-1068 .elementor-element.elementor-element-ca52076{--width:100%;}.elementor-1068 .elementor-element.elementor-element-6dd4758{--width:65%;}.elementor-1068 .elementor-element.elementor-element-e2bc357{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-e2bc357 *//* Parent container: use flexbox to center children vertically and horizontally */
.parent-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
        }

/* Hide the toggle input */
.toggle-input {
    display: none;
        }

/* Toggle Button Container: Centered */
.toggle-container {
    margin-bottom: 1rem;  /* Adds space between the toggle and dropdown */
        }

/* Toggle Button Styling */
.toggle {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
            gap: 10px;
    transition-duration: 0.3s;
        }

.bars {
    width: 100%;
    height: 4px;
    background-color: #84807C;
    border-radius: 5px;
    transition: transform 0.3s, opacity 0.3s;
    position: absolute;
        }

/* Bar positions */
#bar1 { top: 10px; }
#bar2 { top: 25px; }
#bar3 { top: 40px; }

/* Transform bars into an "X" */
.toggle-input:checked + .toggle-container .toggle #bar1 {
    transform: rotate(45deg) translate(-5px, -5px);
    top: 18px;
}

.toggle-input:checked + .toggle-container .toggle #bar2 {
    opacity: 0;
}

.toggle-input:checked + .toggle-container .toggle #bar3 {
    transform: rotate(-45deg) translate(5px, -5px);
    top: 18px;
}

/* Menu Container (Dropdown) Styling */
.menu-container {
    --main-color: #f7e479;
    --main-color-opacity: #f7e4791c;
    --total-radio: 4;
            
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 0.5rem;
    
    font-family: "Montserrat",Sans-Serif;
    font-size: 32px;
    font-weight: 400;
            
/* Initially hide with fade/expand effect */
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
        }

/* Show the menu when toggle is checked */
.toggle-input:checked ~ .menu-container {
    opacity: 1;
    max-height: 500px; /* Adjust as needed for content */
        }

/* The rest of your menu design CSS */
.menu-container input {
    cursor: pointer;
    appearance: none;
        }

.menu-container .glider-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(27, 27, 27, 1) 50%, rgba(0, 0, 0, 0) 100%);
    width: 1px;
        }

.menu-container .glider-container .glider {
    position: relative;
    height: calc(100% / var(--total-radio));
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, var(--main-color) 50%, rgba(0, 0, 0, 0) 100%);
    transition: transform 0.5s cubic-bezier(0.37, 1.95, 0.66, 0.56);
        }

.menu-container label {
    cursor: pointer;
    padding: 1rem;
    position: relative;
    color: grey;
    transition: all 0.3s ease-in-out;
        }

.menu-container input:checked + label {
    color: var(--main-color);
        }

/* Add gradient background color on hover for menu items */
.menu-container label {
    cursor: pointer;
    padding: 0.3rem;
    position: relative;
    color: grey;
    transition: all 0.3s ease-in-out;
}

/* Change text color when the input is checked */
.menu-container input:checked + label {
    color: var(--main-color);
}

/* Add hover effect with gradient background */
.menu-container label:hover {
    background: linear-gradient(to right, #84807C, #84807C50);
    color: #fff; /* Change text color on hover to make it more readable */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f94bfbd *//* General styling for the sticky section */
.sticky-section {
    position: fixed; /* Keeps the section fixed at the top */
    top: 0;
    left: 0;
    right: 0; /* Ensures full width */
    width: 100%; /* Full width across the screen */
    z-index: 100001; /* Ensures it stays on top of other content */
    overflow: visible; /* Ensure dropdown can overflow */
    background-color: #F2E4DE; /* Fallback solid color (black) */
    background-color: rgba(242, 228, 222, 0); /* Transparent initial background */
    transition: background-color 0.3s ease; /* Smooth transition for color change */
    pointer-events: auto!important; /* Ensures the section is clickable */
}

.menu-item {
    position: relative; /* For the dropdown to be positioned relative to this item */
}

.dropdown-menu {
    position: absolute; /* Positioned absolutely below the menu item */
    top: 100%; /* Starts just below the menu item */
    left: 0;
    z-index: 100002; /* Ensure it's on top */
    background-color: rgba(242, 228, 222, 0); /* Background color for the dropdown */
}/* End custom CSS */