/* Menu Launch Button */
#launch-fullpage-menu {
    color: #ffffff;
    font-family: 'Mukta', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 20px;
    cursor: pointer;
}


#launch-fullpage-menu-desktop{
     color: #ffffff;
    font-family: 'Mukta', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 20px;
    cursor: pointer;

}


#launch-fullpage-menu:active {
    transform: translateY(0);
}

/* Full Page Menu Overlay */
.fullpage-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #212121;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    overflow: scroll;
}

.fullpage-menu-overlay.active {
    display: block;
    opacity: 1;
}

.fullpage-menu-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Top right controls */
.fullpage-menu-top-right {
    position: relative;
    top: 56px;
    right: calc((100vw - 1280px) / 2);
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0;
    z-index: 10001;
    margin-right: 18px;
}

@media (max-width: 1280px) {
    .fullpage-menu-top-right {
        right: 0;
        padding-right: max(0px, calc((100vw - 1280px) / 2));
    }
}

.menu-shopping-bag {
    color: #ffffff;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.2s ease;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -10px;
}

.fullpage-menu-close {
    color: #ffffff;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.2s ease;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullpage-menu-close:hover {
    opacity: 0.7;
}

.fullpage-menu-close svg {
    width: 47px;
    height: 35px;
}

/* Main menu content */
.fullpage-menu-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

/* Left side menu */
.fullpage-menu-left {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    padding-right: 60px;
}

.fullpage-menu-left-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: right;
}

.fullpage-menu-left-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fullpage-menu-left-list li {
    margin: 0;
    padding: 0;
}

.fullpage-menu-left-link {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Mukta', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    transition: opacity 0.2s ease;
    padding: 5px 0;
    display: block;
}

.fullpage-menu-left-link:hover {
    opacity: 0.7;
}

.fullpage-menu-left-list a {
   color: #ffffff;
    text-decoration: none;
    font-family: 'Mukta', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    transition: opacity 0.2s ease;
    padding: 5px 0;
    display: block;
}

.fullpage-menu-accordion-list a {
    color:white;
    font-family: "Mukta", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    text-transform: uppercase;
    text-decoration: none;
}

.fullpage-menu-accordion-list a:hover {
    color: var(--wp--preset--color--accent);
}

.fullpage-menu-left-list a:hover {
    color: var(--wp--preset--color--accent);
}


/* Center image */
.fullpage-menu-center {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.fullpage-menu-image {
    width: 317px;
    height: 378px;
    border-radius: 71px;
    border: 3px solid #ffffff;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:30px;
}

.fullpage-menu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.fullpage-menu-placeholder-image {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #333, #555);
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullpage-menu-placeholder-image::before {
    content: 'LOGO';
    color: #ffffff;
    font-family: 'Mukta', sans-serif;
    font-weight: 700;
    font-size: 24px;
    opacity: 0.5;
}

/* Right side menu */
.fullpage-menu-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 60px;
    gap: 40px;
}

/* Accordion */
.fullpage-menu-accordion {
    width: 100%;
}

.fullpage-menu-right-item {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.fullpage-menu-right-item:hover {
    opacity: 0.7;
}

.fullpage-menu-right-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.fullpage-menu-right-icon.rotated {
    transform: rotate(180deg);
}

.fullpage-menu-right-icon svg {
    width: 52px;
    height: 52px;
}

.fullpage-menu-right-text {
    color: #ffffff;
    font-family: 'Mukta', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.fullpage-menu-right-text:hover {
    opacity: 0.7;
}

/* Accordion content */
.fullpage-menu-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-top: 15px;
    margin-left: 67px; /* Align with text */
}

.fullpage-menu-accordion-content.active {
    max-height: 300px;
}

.fullpage-menu-accordion-inner {
    padding-top: 10px;
}

.fullpage-menu-accordion-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fullpage-menu-accordion-list li {
    margin: 0;
    padding: 0;
}

.fullpage-menu-accordion-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-family: 'Mukta', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.2s ease;
    padding: 5px 0;
    display: block;
    border-left: 2px solid transparent;
    padding-left: 10px;
}

.fullpage-menu-accordion-link:hover {
    color: #ffffff;
    border-left-color: rgba(255, 255, 255, 0.3);
    padding-left: 15px;
}

/* Mobile responsiveness */
@media (max-width: 1024px) {
    .fullpage-menu-main {
        flex-direction: column;
        padding: 40px 20px;
        gap: 40px;
    }
    
    .fullpage-menu-left {
        order: 2;
        padding-right: 0;
        justify-content: center;
    }
    
    .fullpage-menu-center {
        order: 1;
        padding: 0;
    }
    
    .fullpage-menu-image {
        width: 250px;
        height: 300px;
    }
    
    .fullpage-menu-right {
        order: 3;
        padding-left: 0;
        align-items: center;
        gap: 30px;
    }
    
    .fullpage-menu-top-right {
        top: 20px;
        right: 20px;
    }
}

@media (max-width: 768px) {
    .fullpage-menu-center {
        display: none;
    }

    .fullpage-menu-left-nav {
        gap: 5px;
        text-align: center;
    }

    .fullpage-menu-left-link {
        font-size: 16px;
        line-height: 24px;
    }

    .fullpage-menu-left-list a {
        font-size: 16px;
        line-height: 24px;
    }

    .fullpage-menu-accordion-list a {
        font-size: 16px;
        line-height: 24px;
    }

    .fullpage-menu-image {
        width: 200px;
        height: 240px;
    }

    .fullpage-menu-right-text {
        font-size: 16px;
    }

    .fullpage-menu-right-icon {
        width: 40px;
        height: 40px;
    }
}
