.gh-container-ad4ef5c3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 9999;
}

/* 
  CRITICAL FIX: When Elementor nests widgets, it often adds default margin/padding
  to the .elementor-widget-container. We need to reset the immediate parent or 
  ensure the header breaks out of any margin collapsing. 
*/
.elementor-widget-global_header_ad4ef5c3 {
    margin: 0 !important;
    padding: 0 !important;
}

.gh-header-ad4ef5c3 {
    background: transparent;
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 10000;
}

.gh-header-inner-ad4ef5c3 {
    display: flex;
    justify-content: flex-start; /* Changed to flex-start to allow logo alignment control to work, hamburger stays on right */
    align-items: center;
    padding: 20px 40px;
    width: 100%;
    margin: 0 !important;
    box-sizing: border-box;
}

/* Ensure logo takes up available space for alignment */
.gh-logo-ad4ef5c3 {
    display: flex;
    flex: 1;
}

/* Update for SVGs and PNGs */
.gh-logo-ad4ef5c3 img,
.gh-logo-ad4ef5c3 svg {
    display: block;
    /* object-fit ensures the aspect ratio is maintained inside the bounding box */
    object-fit: contain; 
}

.gh-hamburger-ad4ef5c3 {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    padding: 0;
    margin: 0 0 0 auto; /* push to the right */
    z-index: 10001;
}

.gh-line-ad4ef5c3 {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #905BF5; /* Changed default to brand violet */
    transition: all 0.3s ease;
}

.gh-hamburger-ad4ef5c3:hover .gh-line-ad4ef5c3 {
    background-color: #ffffff; /* Changed hover to white */
}

.gh-hamburger-ad4ef5c3.is-active .gh-line-ad4ef5c3:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.gh-hamburger-ad4ef5c3.is-active .gh-line-ad4ef5c3:nth-child(2) {
    opacity: 0;
}

.gh-hamburger-ad4ef5c3.is-active .gh-line-ad4ef5c3:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.gh-overlay-ad4ef5c3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #1b0c3f;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.gh-overlay-ad4ef5c3.is-open {
    opacity: 1;
    visibility: visible;
}

.gh-overlay-inner-ad4ef5c3 {
    width: 100%;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow-y: auto;
    max-height: 100vh;
    box-sizing: border-box;
}

.gh-menu-layout-boxed .gh-overlay-inner-ad4ef5c3 {
    max-width: 1200px;
}

/* Reset all list styles globally within the overlay */
.gh-overlay-inner-ad4ef5c3 ul,
.gh-overlay-inner-ad4ef5c3 li {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}

.gh-menu-list-ad4ef5c3 {
    width: 100%;
}

.gh-menu-list-ad4ef5c3 > li {
    margin-bottom: 20px;
}

.gh-menu-list-ad4ef5c3 a {
    color: #fff;
    font-size: 36px;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
    display: inline-block;
}

.gh-menu-list-ad4ef5c3 a:hover {
    color: #a881ff;
}

.gh-menu-list-ad4ef5c3 .sub-menu {
    margin: 10px 0 0 0;
}

.gh-menu-list-ad4ef5c3 .sub-menu a {
    font-size: 24px;
    font-weight: normal;
    color: #dddddd;
}

.gh-block-nav-container-ad4ef5c3 {
    width: 100%;
}

.gh-block-nav-container-ad4ef5c3 .wp-block-navigation {
    justify-content: center;
    width: 100%;
}

.gh-block-nav-container-ad4ef5c3 .wp-block-navigation__container,
.gh-block-nav-container-ad4ef5c3 ul.wp-block-navigation__container {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
    width: 100%;
}

.gh-block-nav-container-ad4ef5c3 .wp-block-navigation-item__content,
.gh-block-nav-container-ad4ef5c3 .wp-block-navigation-item__label,
.gh-block-nav-container-ad4ef5c3 .wp-block-navigation-item > a {
    color: #fff;
    font-size: 36px;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
    display: inline-block;
}

.gh-block-nav-container-ad4ef5c3 .wp-block-navigation-item > a:hover .wp-block-navigation-item__label,
.gh-block-nav-container-ad4ef5c3 .wp-block-navigation-item > a:hover,
.gh-block-nav-container-ad4ef5c3 .wp-block-navigation-item__content:hover {
     color: #a881ff;
}

.gh-block-nav-container-ad4ef5c3 .wp-block-navigation-submenu {
    padding-left: 0;
    margin-top: 10px;
    width: 100%;
}

.gh-block-nav-container-ad4ef5c3 .wp-block-navigation-submenu .wp-block-navigation-item__label,
.gh-block-nav-container-ad4ef5c3 .wp-block-navigation-submenu .wp-block-navigation-item__content,
.gh-block-nav-container-ad4ef5c3 .wp-block-navigation-submenu a {
    font-size: 24px;
    font-weight: normal;
    color: #dddddd;
}

.gh-no-menu-ad4ef5c3 {
    color: #fff;
    font-size: 20px;
}