.menu-container {
    position: fixed;
    top: 0;
    right: -250px;
    /* Initially hidden outside the screen */
    width: 250px;
    height: 100%;
    background-color: #f0f0f0;
    z-index: 1000;
    /* Ensure it appears above other content */
    transition: right 0.5s ease;
    /* Smooth slide transition */
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    /* Add shadow for better visual */
}

.menu {
    padding: 20px;
    padding-top: 40px;
}

.menu a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
}

.menu a:hover {
    width: 100%;
    /* Expand the width to fill the entire container */
    padding: 5px;
    color: #000000;
    background-color: #d3d3d3;
}

.menu-toggle {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    z-index: 1001;
    /* Ensure it appears above other content */
}

.menu-toggle span {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #333;
    margin-bottom: 5px;
    transition: transform 0.3s, opacity 0.3s;
}

.menu-toggle.active span:nth-child(1) {
    transform: translateY(6px) rotate(-45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-6) rotate(45deg);
}

/* Your existing styles */

.p+gxjX81 {
    margin-left: auto;
    position: relative;
    padding: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hamburger-menu {
    margin-left: auto;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.igAkP3\+C ._4s6wAh0E .ZiI4pXVE:after {
    bottom: -1px;
    height: .20833333rem;
    left: 50%;
    width: 0;
    background-color: #a4ce4c;
    border-radius: 1.45833333rem 1.45833333rem 0 0;
    transform: translateX(-50%);
    transition: all .3s ease-in-out;
}

.v-aBK5-Z .AM6qliQr {
    display: flex;
    align-items: start;
    justify-content: start;
    padding-right: 500px;
}

*,
:after,
:before {
    box-sizing: border-box;
}

/* Basic Reset */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

/* List Style Reset */

ol {
    list-style: none;
    padding: 0;
}

/* Menu Styling */

._4s6wAh0E {
    position: flex;
    padding: 0;
    margin: 0;
}

/* Hide submenu by default */

.v-aBK5-Z {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0.52rem 1.82rem rgba(0, 0, 0, 0.12);
    z-index: 10;
    width: 100%;
}

/* Show submenu on hover */

.ZiI4pXVE:hover .v-aBK5-Z {
    display: block;
}

/* Styling for parent items */

.ZiI4pXVE {
    position: relative;
    padding: 1rem;
    background-color: #a4ce4c;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Styling for child items */

.f7JeqOp+ {
    padding: 1rem;
    background-color: #fff;
}

/* Hover effect for child items */

.f7JeqOp+:hover {
    background-color: #f0f0f0;
}

/* Adjustments for icon rotation */

.ZiI4pXVE:hover .icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

/* Hide submenu by default */

.uaVdE--f {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0.52083333rem 1.82291667rem 0 rgba(0, 0, 0, 0.12);
    z-index: 10;
    width: 100%;
}

/* Show submenu on hover */

.ZiI4pXVE:hover .uaVdE--f {
    display: block;
}

/* Styling for parent items */

.ZiI4pXVE {
    position: relative;
    padding: 1rem;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Styling for child items */

.sd0GnVVK {
    padding: 1rem;
    background-color: #fff;
}

/* Hover effect for child items */

.sd0GnVVK:hover {
    background-color: white;
}

/* Adjustments for icon rotation */

.ZiI4pXVE:hover .icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

/* Responsive styles */

@media (max-width: 768px) {
    .on40omcq {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    ._4s6wAh0E {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .p+gxjX81 {
        width: 100%;
        justify-content: space-between;
    }

    .hamburger-menu {
        display: flex;
    }

    .hamburger-menu.active+._4s6wAh0E {
        display: flex;
    }

    .ZiI4pXVE {
        width: 100%;
    }

    .v-aBK5-Z,
    .uaVdE--f {
        position: static;
        box-shadow: none;
    }

    .v-aBK5-Z {
        display: none;
    }

    .ZiI4pXVE:hover .v-aBK5-Z {
        display: block;
    }
}

