.dht1230-mega-menu {
    display: flex;
    width: 100%;
    min-height: 60vh;
    flex-direction: row;
    position: relative;
}

.dht1230-accordion-container {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 500px;
    min-width: 300px;
    margin: 0;
    background: var(--dht1230-bg-menu, #3a3a3a);
    padding: 40px 0;
    z-index: 100;
    position: relative;
}

.dht1230-menu-standalone {
    flex: 1 1 auto;
    max-width: none;
    min-width: 0;
    width: 100%;
}

.dht1230-image-stage {
    flex: 1;
    position: relative;
    overflow: hidden;
    background: #000;
}

.elementor-widget-shortcode,
.elementor-widget-shortcode .elementor-widget-container,
.elementor-widget-shortcode .elementor-shortcode {
    width: 100%;
}

.elementor-widget-shortcode .elementor-widget-container,
.elementor-widget-shortcode .elementor-shortcode {
    height: 100%;
}

.elementor-widget-shortcode .elementor-shortcode {
    display: flex;
}

.elementor-widget-shortcode .elementor-shortcode .dht1230-image-stage {
    width: 100%;
    height: 100%;
}

.dht1230-image-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    will-change: clip-path, transform;
}

.dht1230-accordion-item {
    border-bottom: 1px solid var(--dht1230-border-color);
    overflow: hidden;
}

.dht1230-accordion-header {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: normal;
    text-transform: uppercase;
    padding: 0 0;
    cursor: pointer;
    color: var(--dht1230-text-base, var(--dht1230-text-dim, rgba(255, 255, 255, 0.6)));
    transition: color 0.3s ease;
    display: flex;
    justify-content: start;
    align-items: center;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
body.elementor-kit-6 .dht1230-accordion-header a {
    color: var(--dht1230-text-base, var(--dht1230-text-dim, rgba(255, 255, 255, 0.6)));
}
body.elementor-kit-6 .dht1230-accordion-header a:hover {
    color: var(--dht1230-text-hover, var(--dht1230-accent, #ffffffde));
}

.dht1230-accordion-header.active {
    color: var(--dht1230-text-hover, var(--dht1230-accent, #ffffff));
    border-bottom: 1px solid var(--dht1230-accent, #ffffff);
}

.dht1230-accordion-icon {
    font-size: 1.6rem;
    transition: transform 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.dht1230-accordion-icon .dht1230-triangle {
    transform: rotate(0deg) scale(0.7);
    transition: transform 0.3s ease;
}

.dht1230-accordion-header.active .dht1230-accordion-icon .dht1230-triangle {
    transform: rotate(0deg) scale(0.7);
}
.dht1230-accordion-header:not(.active) .dht1230-accordion-icon .dht1230-triangle {
    transform: rotate(90deg) scale(0.7);
}

.dht1230-accordion-content {
    max-height: 0;
    overflow: hidden;
    padding-left: 20px;
}

.dht1230-accordion-content.active {
    max-height: 500px;
    transition: max-height 0.5s ease;
 padding: 20px 70px;
}

.dht1230-submenu-item {
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 0;
    cursor: pointer;
    color: var(--dht1230-text-base, var(--dht1230-text-dim, rgba(255, 255, 255, 0.6)));
    transition: color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dht1230-submenu-item a {
    color: inherit;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: color 0.3s ease;
}

 .dht1230-accordion-container .dht1230-submenu-item > a {
     color: var(--dht1230-text-base, var(--dht1230-text-dim, rgba(255, 255, 255, 0.6)));
     font-weight: 100;
}

.dht1230-submenu-item:hover {
    color: var(--dht1230-text-hover, var(--dht1230-accent, #ffffff));
}

 .dht1230-accordion-container .dht1230-submenu-item:hover > a {
     color: var(--dht1230-text-hover, var(--dht1230-accent, #ffffff));
 }

.dht1230-submenu-arrow {
    font-size: 0.8rem;
}
.dht1230-accordion-item,
.dht1230-simple-link {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: normal;
    text-transform: uppercase;
    padding: 5px 0;
    cursor: pointer;
    color: var(--dht1230-text-base, var(--dht1230-text-dim, rgba(255, 255, 255, 0.6)));
    transition: color 0.3s ease;
    border-bottom: 1px solid var(--dht1230-border-color, rgba(255, 255, 255, 0.1));
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.dht1230-accordion-item a,
.dht1230-simple-link a {
    color: inherit;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}

 .dht1230-accordion-container .dht1230-simple-link > a {
     color: var(--dht1230-text-base, var(--dht1230-text-dim, rgba(255, 255, 255, 0.6)));
 }

.dht1230-simple-link:hover {
    color: var(--dht1230-text-hover, var(--dht1230-accent, #ffffff));
}

 .dht1230-accordion-container .dht1230-simple-link:hover > a {
     color: var(--dht1230-text-hover, var(--dht1230-accent, #ffffff));
 }

@media (max-width: 1024px) {
    .dht1230-mega-menu {
        flex-direction: column-reverse;
    }

    .dht1230-accordion-container {
        flex: 0 0 45%;
        padding: 20px;
        align-items: center;
        text-align: left;
    }

    .dht1230-image-stage {
        flex: 1;
    }
}

@media (max-width: 768px) {
    .dht1230-accordion-container {
        padding: 30px 20px;
    }

    .dht1230-accordion-header {
        font-size: 1.5rem;
        padding: 0 0;
    }

    .dht1230-submenu-item {
        font-size: 0.6rem;
        padding: 10px 0;
    }

    .dht1230-simple-link {
        font-size: 1.5rem;
        padding: 0 0;
    }
    .dht1230-accordion-content.active {
        max-height: 500px;
        transition: max-height 0.5s ease;
        padding: 20px 20px;
    }
    .dht1230-accordion-container .dht1230-submenu-item > a {
        color: var(--dht1230-text-base, var(--dht1230-text-dim, rgba(255, 255, 255, 0.6)));
        font-weight: 100;
        font-size: 12px;
    }
    .dht1230-simple-link {
        padding: 10px 0;
    }
    .dht1230-accordion-container .dht1230-simple-link > a{
        line-height: 28px;
        display: block;
    }
}