.noticeboard-list.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
    cursor: pointer;
    margin-bottom: 15px;
}
.noticeboard-list.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: var(--white);
    padding: 10px;
    margin: 0 auto 15px auto;
    border: 1px solid var(--ot-primary-border);
    border-radius: 5px;
    cursor: pointer;
}
.noticeboard-list.accordion-list li.active h3:after {
    transform: rotate(45deg);
}
.noticeboard-list.accordion-list li h3 {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.01em;
    cursor: pointer;
}
.noticeboard-list.accordion-list li h3:after {
    content: "";
    font-family: "material-design-iconic-font";
    position: absolute;
    right: 0;
    top: 0;
    color: #fcc110;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}
.noticeboard-list.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.noticeboard-list.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 14px;
}
.make_rating {
    cursor: pointer;
}
#stars .hover {
    color: #fcc110;
}
.responsive-iframe-parent iframe {
    height: auto;
}

.responsive-iframe-parent {
    max-width: 100%;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.responsive-iframe-parent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Book  mark */
.bookmark-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #dddd;
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    display: flex;
    justify-content: center;
}

.bookmark-wrapper i {
    color: var(--ot-primary);
}
.bookmark-wrapper.active {
    background: var(--ot-primary);
}
.bookmark-wrapper.active i {
    color: var(--white);
}
/* end */

.modal-wrapper {
    z-index: 9999;
}

.boostrap-modal .close-icon {
    z-index: 10;
    cursor: pointer;
    background: var(--ot-primary);
    color: #ffffff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    background-image: none;
    opacity: 1;
    border: 0;
    position: absolute;
    right: -7px;
    top: -21px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);

    border: 0;
    padding: 0;
    margin: 0;

    display: flex;
    justify-content: center;
    align-items: center;
}

.boostrap-modal .close-icon:hover {
    background: #fd2f73;
    color: white;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.boostrap-modal .modal-content {
    padding: 28px;
    padding-top: 40px !important;
}

@media (max-width: 767px) {
    .boostrap-modal .modal-content {
        padding: 10px 20px;
    }
}

.single-dashboard-card.single-dashboard-card2.payment_default {
    border: 1px solid #3cc13b;
}
.single-dashboard-card.single-dashboard-card2 .edit {
    position: absolute;
    right: 5px;
    top: 0px;
    cursor: pointer;
    padding: 5px;
}
.remember-checkbox .ot-checkmark.radio {
    border-radius: 100%;
}

/* Action Button */

.action-success {
    background: #3cc13b2b;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
.action-success i {
    color: #3cc13b !important;
    font-size: 14px !important;
    top: 0 !important;
}

.action-danger {
    background: rgb(249 79 79 / 9%);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
.action-danger i {
    color: rgb(249 79 79);
    font-size: 14px;
}

.action-primary {
    background: #5b58ff21;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
.action-primary i {
    color: #5b58ff;
    font-size: 15px;
}

.action-secondary {
    background: var(--ot-secondary);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
.action-secondary i {
    color: var(--white);
    font-size: 15px;
}

.action-tertiary {
    background: #f0783c26;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
.action-tertiary i {
    color: #f0783c;
    font-size: 15px;
}

.status-badge {
    padding: 9px 11px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    text-transform: capitalize;
}

.status-success {
    background: rgba(60, 193, 59, 0.1);
    color: #3cc13b;
}
.status-pending {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}
.status-danger {
    background: rgba(249, 79, 79, 0.1);
    color: #f94f4f;
}
.status-primary {
    background: rgba(91, 88, 255, 0.1);
    color: #5b58ff;
}
.status-secondary {
    background: rgba(0, 0, 0, 0.1);
    color: #000000;
}
.status-warning {
    background: rgba(240, 120, 60, 0.1);
    color: #f0783c;
}

li.list.has-children.open.show {
    display: block;
}

li.list.has-children {
    display: block;
}

.nice-scrolls::-webkit-scrollbar {
    width: 3px !important;
    border: 0 !important;
}
.nice-scrolls::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(242, 242, 242, 0.3);
}

.nice-scrolls::-webkit-scrollbar-thumb {
    background-color: rgba(var(--ot-primary-rgb), 0.2) !important;
    width: 3px !important;
    border: 0 !important;
}
.daterangepicker select.yearselect {
    width: 50%;
}

/* Ai CSS start */

.main {
    overflow: hidden;
    display: flex;
    max-height: 600px;
    min-height: 600px;
    background-color: var(--panel-bg);
    background-color: rgba(var(--ot-primary-rgb), 0.05);
    border-radius: 6px;
    border: 1px solid var(--ot-secondary-border);
}
body.dark-mode .main {
    background: var(--body);
}
.main__left {
    flex: 0.7;
    display: flex;
    flex-direction: column;
}
.options {
    padding: 1rem;
    display: flex;
    background-color: var(--main-darklg);
}

.options__left {
    display: flex;
}

.options__right {
    margin-left: auto;
}

.options__button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--ot-primary);
    height: 50px;
    border-radius: 5px;
    color: var(--white);
    font-size: 1.2rem;
    width: 50px;
    margin: 0 0.5rem;
    margin-right: 0;
}
.options__button i {
    color: #fff;
    font-size: 20px;
}
.background__red {
    background-color: #f6484a;
}

.main__right {
    display: flex;
    flex-direction: column;
    flex: 0.3;
    width: 100%;
}

.main__chat_window {
    flex-grow: 1;
    overflow-y: scroll;
}

.main__chat_window::-webkit-scrollbar {
    display: none;
}

.main__message_container {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.main__message_container > input {
    height: 50px;
    flex: 1;
    font-size: 1rem;
    border-radius: 5px;
    padding: 5px 20px;
    border: 1px solid var(--ot-secondary-border);
    width: 100%;
}
.main__message_container > input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--ot-primary-border);
}

.messages {
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.message {
    display: flex;
    flex-direction: column;
}

@media (max-width: 992px) {
    .main {
        max-height: 400px;
        min-height: 400px;
    }
}
@media (max-width: 700px) {
    .main__left {
        width: 100%;
        flex: 1;
    }

    .messages {
        margin: 0;
    }

    #showChat {
        display: flex;
    }
}

.messages .sent {
    background: var(--ot-primary);
    border-radius: 15px 0px 5px 5px;
    float: right;
    color: #fff;
}

.sent {
    padding: 7px 16px;
    margin: 6px 10px;
    width: fit-content;
    align-self: flex-end;
    list-style: none;
}

.message {
    background-color: var(--white);
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
    width: fit-content;
    align-self: flex-start;
}

.main__right {
    top: 20px;
    position: relative;
    min-width: 100%;
    scroll-behavior: smooth;
    overflow: scroll;
}

/* reply message ai */
.ai-reply-message {
    margin-left: 25px;
}

.ai-reply-message .ai-message-list .ai-reply {
    border-radius: 0px 5px 15px 5px;
    padding: 3px 12px 6px 12px;
    float: left;
    margin-bottom: 15px;
    font-size: 16px;
    color: var(--ot-tertiary-title);
    background: #d4d4d4d6;
    margin-right: 35px;
    position: relative;
}

/* End-of Ai CSS start */

#error.invalid-feedback {
    display: inline-block;
}

/* End of ai chat */

.card.cursor {
    cursor: pointer;
}
/* .card.cursor {
	border: 1px solid var(--ot-primary-border);
} */

.card.cursor {
    display: inline-block;
}

.payment-content input {
    visibility: hidden;
    opacity: 0;
}
.card.cursor.payment-gateway-wrapper {
    margin-right: 12px;
}

.instractor-tab-widget .instractor-tab-widget-card .instractor-name {
    color: var(--ot-primary);
    font-weight: 600;
}
.instractor-tab-widget .instractor-tab-widget-card .instractor-designation {
    color: var(--ot-primary-title);
    font-size: 14px;
    font-weight: 600;
}

.custom-button {
    cursor: pointer;
    font-size: 22px;
    background: none;
    border: 0;
    padding: 6px 11px;
    color: var(--ot-tertiary-title);
    border: 1px solid transparent;
    font-weight: 500;
    border-radius: 6px;
    text-align: center;
    display: block;
}

/* terms-conditons */
.terms-conditons p {
    text-transform: sentence !important;
}
.pera {
    text-transform: sentence !important;
}

.course-edit .activity-dropdown ul.dropdown {
    min-width: auto;
    height: auto;
}
.course-edit .activity-dropdown > button {
    background: var(--ot-tertiary);
}
.class-btn {
    padding: 10px 25px;
    line-height: 1.5;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}
.search-tab .tab-btn {
    border-right: 1px solid var(--ot-primary-border);
}

.hover-white-text:hover {
    color: var(--white) !important;
}
@media (max-width: 1199px) {
    .form-icon {
        display: unset !important;
    }
}

.empty-icon {
    background: var(--bs-gray-400) !important;
}

.card-style {
    background: var(--white);
    border-radius: 8px;
    padding: 20px 20px;
    padding-bottom: 0px;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
}

.events-search-area .header-search {
    width: 100%;
}

.events-search-area .header-search .input-form input {
    border: 1px solid var(--ot-primary-border);
    border-radius: 6px !important;
}

.events-search-area .header-search {
    margin: 0 !important;
}

.events-search-area .btn-primary-fill {
    float: right;
}

@media (max-width: 991px) {
    .events-search-area .btn-primary-fill {
        float: center;
    }

    .header-search {
        width: 100%;
        display: block !important;
    }
}

@media (max-width: 768px) {
    .events-search-area .btn-primary-fill {
        width: 100%;
        text-align: center !important;
    }
}






        @font-face {
            font-display: block;
            font-family: Work Sans;
            font-style: normal;
            font-weight: 400;
            src: local("Work Sans Regular"), local("WorkSans-Regular"),
                url(_nuxt/WorkSans-Regular.cIJiRLf5.ttf,
        )format("truetype");
        }

        @font-face {
            font-display: block;
            font-family: Work Sans;
            font-style: normal;
            font-weight: 600;
            src: local("Work Sans SemiBold"), local("WorkSans-SemiBold"),
                url(_nuxt/WorkSans-SemiBold.BhrGfQDY.ttf,
        )format("truetype");
        }

        :root {
            --white: #fff;
            --black: #000;
            --transparent: transparent;
            --lighter-pink-color: #fff1ff;
            --light-pink-color: #ffb8fd;
            --default-pink-color: #fe4df9;
            --dark-pink-color: #fe4df9;
            --focus-pink-color: #e837e5;
            --lighter-red-color: #fff0f2;
            --light-red-color: #ffb5bc;
            --default-red-color: #ff4757;
            --dark-red-color: #e63d4b;
            --default-orange-color: #ffa73a;
            --lighter-orange-color: #fff8ef;
            --light-orange-color: #ffdcb0;
            --dark-orange-color: #ffa73a;
            --focus-orange-color: 255, 141, 0;
            --lighter-yellow-color: #fffff1;
            --light-yellow-color: #ffffb8;
            --default-yellow-color: #fffe4e;
            --dark-yellow-color: #f0ef00;
            --lighter-green-color: #f1fff1;
            --light-green-color: #bbffb8;
            --default-green-color: #55ff4d;
            --dark-green-color: #0bf000;
            --lighter-blue-color: #f1ffff;
            --light-blue-color: #b8fdff;
            --default-blue-color: #4dfbff;
            --dark-blue-color: #00e8ed;
            --lighter-beige-color: #f7ebe6;
            --light-beige-color: #f0e0d9;
            --default-beige-color: #e7d0c3;
            --dark-beige-color: #ad9185;
            --lighter-petrol-color: #e8f5f5;
            --light-petrol-color: #bfe4e3;
            --default-petrol-color: #82cac9;
            --dark-petrol-color: #75b6b5;
            --lighter-purple-color: #e9d3f8;
            --light-purple-color: #d3a7f1;
            --default-purple-color: #a74ee2;
            --dark-purple-color: #751daf;
            --lighter-cta-color: #afc7ff;
            --light-cta-color: #739cff;
            --default-cta-color: #3772ff;
            --dark-cta-color: #0043e0;
            --default-gray-color: #f3f3f5;
            --default-gray-50-color: #f3f3f5;
            --default-gray-100-color: #e7e7ea;
            --default-gray-200-color: #d9d9dd;
            --default-gray-300-color: #cacacc;
            --default-gray-400-color: #b8b8be;
            --default-gray-500-color: #a5a5ab;
            --default-gray-600-color: #8e8e95;
            --default-gray-700-color: #75757b;
            --default-gray-800-color: #59595e;
            --default-gray-900-color: #3b3b3f;
            --default-gray-1000-color: #1d1d1f;
            --lighter-white-color: hsla(0, 0%, 100%, 0.75);
            --light-white-color: hsla(0, 0%, 100%, 0.9);
            --default-white-color: #fff;
            --dark-white-color: #fff;
            --default-white-off-color: #fff;
            --light-white-off-color: #fff;
            --default-silver-color: #edeaea;
            --lighter-silver-color: #edeaea;
            --light-silver-color: #edeaea;
            --dark-silver-color: #d5cece;
            --default-success-color: #1eab1c;
            --dark-success-color: #066a06;
            --light-success-color: #78cd77;
            --lighter-success-color: #edf8ed;
            --light-black-charcoal-color: var(--default-black-charcoal-color);
            --default-gradient-orange-pink-color: linear-gradient(90deg,
                    #ffb053,
                    #ec5891 50%,
                    #a74ee2);
            --light-gradient-orange-pink-color: linear-gradient(90deg,
                    #fff7ed,
                    #fdeef4 50%,
                    #f6edfc);
            --default-gradient-yellow-blue-color: linear-gradient(90deg,
                    #fffe4e,
                    #f9c804 33%,
                    #45ae87 66%,
                    #1499ec);
            --light-gradient-yellow-blue-color: linear-gradient(90deg,
                    #ffffed,
                    #fef9e5 33%,
                    #ecf7f3 66%,
                    #e7f5fd);
            --default-gradient-black-color: linear-gradient(90deg,
                    #0f152b,
                    #2b1742 25%,
                    #18213c 50%,
                    #0f1724 75%,
                    #1f112a);
            --button-gradient: linear-gradient(136deg,
                    #f41d1d 30%,
                    #a35e22 100%);

            color: var(--default-black-color);
            --lighter-cta-color: #ffbbb0;
            --light-cta-color: #9a0d3e;
            --default-cta-color: var(--button-gradient);
            --dark-cta-color: #ad1800;
            --hover-cta-color: var(--light-cta-color);
            --active-cta-color: var(--dark-cta-color);
            --disabled-cta-color: var(--lighter-cta-color);
            --default-black-charcoal-color: #171a17;
            --default-white-off-color: #e3e0db;
            --light-white-off-color: #e3e0db;
            --lighter-red-color: #ffbbb0;
            --light-red-color: #9a0d3e;
            --default-red-color: transparent linear-gradient(90deg, #c3132c 0%, #7d0823 50%, #3a093a 100%);
            --dark-red-color: #ad1800;
            --default-black-color: #1d1d1f;
            --lighter-black-color: var(--default-black-color);
            --light-black-color: var(--default-black-color);
            --dark-black-color: var(--default-black-color);
            --bg-dropdown-chip: var(--default-cta-color);
            --bg-dropdown-selected: var(--default-cta-color);
            --big-border-radius: 8px;
            --border-radius-dropdown-chip: var(--small-border-radius);
            --btn-text-color-secondary: var(--default-black-color);
            --btn-text-color-tertiary: var(--default-black-color);
            --btn-text-color: var(--white);
            --btn-text-disabled-color-secondary: var(--btn-text-color-secondary);
            --btn-text-disabled-color-tertiary: #b8b8be;
            --btn-text-disabled-color: var(--btn-text-color);
            --btn-text-hover-color-tertiary: #75757b;
            --button-text-transform: none;
            --campaign-banner-compact-roof-bg: var(--default-white-off-color);
            --campaign-banner-compact-roof-text-color: var(--default-black-color);
            --campaign-banner-icon-align: flex-start;
            --campaign-banner-icon-size: 2rem;
            --card-background-color: var(--default-white-off-color);
            --card-content-margin-top: 0.5rem;
            --card-padding-bottom: 1.5rem;
            --card-title-offset: 1.5rem;
            --cardevent-headline-background-color: var(--light-page-color);
            --cardevent-headline-text-color: var(--default-black-color);
            --checkbox-checked-border-color: var(--default-cta-color);
            --checkbox-checked-color: var(--default-cta-color);
            --checkbox-focus-border-color: #fff;
            --container-padding-y-large: 4rem;
            --container-padding-y: 3rem;
            --container-text-color: var(--default-black-color);
            --default-text-transform: none;
            --fact-icon-color: var(--default-black-color);
            --fact-icon-size-large: 3rem;
            --fact-icon-size: 2rem;
            --focus-ring-color: var(--default-black-charcoal-color);
            --font-family: "Work Sans", "Arial", "Helvetica", "sans-serif";
            --font-size-h1: 3.25rem;
            --footer-border-width: 0px;
            --footer-hover-text-color: var(--default-gray-700-color);
            --headline-weight: 600;
            --input-border-radius: var(--small-border-radius);
            --intro-bg-color-on-white-containers: var(--default-white-off-color);
            --jump-navigation-bg-color: var(--default-red-color);
            --jump-navigation-font-weight: normal;
            --jump-navigation-marker-arrow-color: var(--jump-navigation-text-color);
            --jump-navigation-marker-border-radius: 10px;
            --jump-navigation-marker-bottom: 2px;
            --jump-navigation-marker-color: var(--default-white-off-color);
            --jump-navigation-marker-height: 4px;
            --jump-navigation-marker-inset-x: 4px;
            --jump-navigation-text-color: var(--default-white-off-color);
            --label-padding-x: 0.25rem;
            --navigation-active-bg-color: var(--white);
            --navigation-active-full-width-border-bottom-radius: none;
            --navigation-active-indicator-border-radius: 10px;
            --navigation-active-indicator-height: 2px;
            --navigation-active-indicator-inset: 8px;
            --navigation-backdrop-bg-color: rgba(0, 0, 0, 0.5);
            --navigation-bg-color: var(--white);
            --navigation-bolder-font-weight: 700;
            --navigation-border-bottom-radius: none;
            --navigation-border-top-radius: none;
            --navigation-margin-top: none;
            --navigation-margin-x: none;
            --navigation-max-width: none;
            --navigation-menu-border-bottom-radius: 0px;
            --navigation-text-color: var(--default-black-color);
            --price-box-border-color: var(--light-red-color);
            --price-box-border-width: 3px;
            --price-box-button-width: 100%;
            --price-box-heading-font-size: 1.875rem;
            --price-box-heading-line-height: 2.25rem;
            --price-box-special-bg: transparent;
            --search-background: var(--white);
            --search-clear-icon-color: var(--default-gray-600-color);
            --search-suggestion-background: var(--search-background);
            --search-suggestion-border-radius: 0;
            --search-suggestion-hover-color: var(--default-gray-50-color);
            --search-suggestion-top-margin: 0;
            --search-text-color: #000;
            --small-border-radius: 6px;
            --sub-headline-padding-left: 0rem;
            --testimonial-quote-icon-color: #fedfd4;
            --testimonial-quote-icon-opacity: 1;
            --testimonial-ring-color: transparent;
            --testimonial-star-rating-color: var(--default-orange-color);
        }

        :root [data-container-color="red"] {
            --container-text-color: var(--white);
            --btn-text-color-secondary: var(--white);
        }

        :root [data-container-color="red"][data-button-type] {
            --default-cta-color: var(--default-black-charcoal-color);
            --disabled-cta-color: #c5c6c5;
            --hover-cta-color: #747674;
            --active-cta-color: #444d44;
            --focus-ring-color: var(--white);
        }

        :root [data-container-color="red"] h1 {
            color: var(--default-black-color);
        }

        :root [data-cardevent-headline-bg="red-light"],
        :root [data-cardevent-headline-bg="red"] {
            --cardevent-headline-text-color: var(--default-white-off-color);
        }

        :root [data-container-color*="black"] {
            --container-text-color: var(--white);
            --btn-text-color-secondary: var(--white);
            --campaign-banner-compact-roof-text-color: var(--default-white-color);
        }

        :root [data-container-color*="black"] h1 {
            color: var(--light-red-color);
        }

        :root .card-label-background {
            background-color: var(--default-red-color);
            border-radius: var(--small-border-radius);
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
            color: var(--white);
            font-size: 0.875rem;
            line-height: 1.25rem;
            padding: 0.25rem 0.5rem;
        }

        :root .footer-icon {
            display: none;
        }

        @media (min-width: 1024px) {
            :root .lg\:grid-cols-price-box-one-price-split {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }

        @media (min-width: 768px) {
            :root .md\:text-image-tab-grid-title {
                font-size: 1.5rem;
                line-height: 2rem;
            }
        }

        .navigation-open {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 9999;
            /* Ensure it's above everything else */
            width: 100vw;
            /* Ensure full width */
            height: 100vh;
            /* Ensure full height */
        }

        .navigation-open.active {
            display: block;
        }

        .navigation-open .absolute {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            max-width: 20rem;
            /* Equivalent to max-w-xs in Tailwind */
            transform: translateX(100%);
            transition: transform 0.3s ease-in-out;
        }

        .navigation-open.active .absolute {
            transform: translateX(0);
        }

        .navigation-open .submenu {
            display: none;
            height: 100%;
        }

        .navigation-open .main-menu,
        .navigation-open .submenu>ul {
            overflow-y: auto;
            max-height: calc(100vh - 60px);
            /* Adjust based on your header height */
        }

        /* Ensure the backdrop covers the entire screen */
        .navigation-open .bg-[--navigation-backdrop-bg-color] {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100vw;
            /* Ensure it covers full viewport width */
            height: 100vh;
            /* Ensure it covers full viewport height */
            background-color: rgba(0, 0, 0, 0.5);
            /* Adjust opacity as needed */
            z-index: 9999;
            /* Ensure it's above other elements */
        }


        /* Adjust the hamburger icon's z-index if needed */
        nav svg[data-name="navigation-menu"] {
            z-index: 9998;
            /* Just below the mobile nav */
        }

        @media (min-width: 768px) {
            .navigation-open .bg-[--navigation-backdrop-bg-color] {
                width: 100vw;
                /* Explicitly make sure backdrop covers the larger screen */
                height: 100vh;
            }
        }

