* {
    transition: .3s linear;
}

body {
    padding: 0%;
    margin: 0px;
}

a {
    text-decoration: none;
    font-family: Poppins, sans-serif;
}

.nav-body {
    transition:
        transform .4s ease,
        background-color .3s ease,
        box-shadow .3s ease;
    width: 100vw;
    max-width: 100%;
    height: 100%;
    min-height: 70px;
    max-height: 70px;
    transform: translateY(0);
    z-index: 9999;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
box-shadow: 0px 5px 24px rgba(3, 7, 18, 0.08);

}

.logo-holder {
    max-width: 120px;
    width: 100%;
    height: 100%;
    max-height: -webkit-fill-available;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.logo-holder img {
    width: inherit;
    height: inherit;
}
.logo-inverted{
    filter: brightness(0) invert(1);
}

.nav-links {
    height: -webkit-fill-available;
    display: flex;
    align-content: center;
    align-items: stretch;
    justify-content: center;
}

.nav-links-mobile {
    display: none;
    align-content: center;
    align-items: stretch;
    justify-content: center;
    height: -webkit-fill-available;
}

.nav-links a,
.nav-links-mobile a {
    height: -webkit-fill-available;
    padding: inherit;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.1rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.Unactive {
    position: relative;
    top: 0;
    left: 0;
    background: #ffffff;
    --nav-bg: rgb(0, 15, 69);
    --nav-text: white;
}

.Active {
    position: fixed;
    top: 0;
    left: 0;
    transition: all .3s linear;

    background: #020024;
    --nav-bg: white;
    --nav-text: black;
}

.Hidden-nav {
    transform: translateY(-110%);
}

.Active a:not(.nav-callToactionBtn a, .activebtn) {
    color: rgb(255, 255, 255);
}

.Unactive a:not(.nav-callToactionBtn a, .activebtn) {
    color: black;

}

.Unactive a:not(.nav-callToactionBtn a, .activebtn):hover {
    background-color: rgb(0, 15, 69);
    color: rgb(255, 255, 255);
}

.Active a:not(.nav-callToactionBtn a, .activebtn):hover {
    background-color: rgb(255, 255, 255);
    color: black;
}

.activebtn {
    background: var(--nav-bg);
    color: var(--nav-text);
}

.nav-callToactionBtn {
    color: black;
}

.nav-callToactionBtn a {
    background-color: rgb(255, 234, 0);
    padding-right: 40px;
    padding-left: 30px;
    color: black;
}

.nav-callToactionBtn a:hover {
    background-color: rgb(255, 213, 0);
}

.megaMenu_body {
    width: 100%;
    height: -webkit-fill-available;
    background-color: rgba(148, 148, 148, 0.421);
    position: fixed;
    z-index: 999;
}

.megaMenu_content_holder {
    width: -webkit-fill-available;
    height: min-content;
    padding-bottom: 20px;
    background-color: white;
    z-index: 999;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    max-height: 54vh;
    min-height: 550px;
}

.megaMenu_hidden {
    display: none;
}

.megaMenu_leftPane {
    height: -webkit-fill-available;
    background-color: rgb(234, 235, 236);
    width: 100%;
    max-width: 300px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 16px;
}

.megaMenu_leftPane a {
    width: -webkit-fill-available;
    padding: 30px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 10px;
    font-size: 1.2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.megaMenu_leftPane a i {
    background-color: azure;
    margin-right: 10px;
    border-radius: 60px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: #cfe9fc;
    background: linear-gradient(32deg, rgba(207, 233, 252, 1) 5%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 66%, rgba(207, 233, 252, 1) 95%);
}

.megaMenu_leftPane a p {
    border-left: 1px solid #858484;
    padding-left: 10px;
}

.megaMenu_leftPane a:hover {
    background-color: rgb(24, 24, 91);
    color: rgb(255, 213, 0);
}

.megaMenu_leftPane_active {
    background-color: rgb(255, 213, 0);
    color: rgb(24, 24, 91);
}

.megaMenu_rightPane {

    height: -webkit-fill-available;
    width: 100%;
    min-width: 400px;
}

.megaMenu_rightPane_item {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.megaMenu_content_hidden {
    display: none;
}

.megaMenu_rightPane_item_iamgeHolder {
    width: 100%;
    height: -webkit-fill-available;
    background-color: azure;
    border-radius: 16px;
    margin: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.megaMenu_contentHolder {
    width: 100%;
    height: -webkit-fill-available;
    border-radius: 5px;
    margin: 10px;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --gold: #ffd000;
    --navy: #0a192f;
    --black: #000000;
    --white: #ffffff;
    --gray-text: #cbd5e1;
}

.megaMenu_contentHolder {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(151deg, rgb(4, 4, 4) 0%, rgba(9, 9, 121, 1) 62%, rgb(136 99 5) 100%);
    color: var(--white);
    padding: 40px;
    border-radius: 16px;
    max-width: 450px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    border-left: 6px solid var(--gold);
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    max-width: 420px;
    min-width: 300px;
}

.megaMenu_contentHolder::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 208, 0, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.megaMenu_contentHolder h2 {
    color: var(--gold);
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    font-weight: 700;
    position: relative;
}

.megaMenu_contentHolder h3 {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 800;
    color: var(--white);
    margin-top: 0px;
}

.megaMenu_contentHolder p {
    color: var(--gray-text);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 28px;
    margin-top: 0px;
}

.megaMenu_contentHolder ul {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.megaMenu_contentHolder ul li {
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    padding-left: 10px;
    position: relative;
    display: flex;
}


.megaMenu_contentHolder ul li i {
    background: var(--gold);
    color: var(--black);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 900;
    margin-right: 10px;
}


.megaMenu_contentHolder_links {
    display: flex;
    gap: 12px;
}

.megaMenu_contentHolder_links a {
    text-align: center;
    padding: 14px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.megaMenu_contentHolder_links .btn-primary {
    background: var(--gold);
    color: var(--black);
    box-shadow: 0 4px 15px rgba(255, 208, 0, 0.2);
}

.megaMenu_contentHolder_links .btn-primary:hover {
    background: #e6b800;
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgba(255, 208, 0, 0.4);
}

.megaMenu_contentHolder_links .btn-secondary {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.megaMenu_contentHolder_links .btn-secondary:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(255, 208, 0, 0.05);
}
.rum-mob-side-menu.rum-mob-menu-open {
    display: none;
}
.rum-mob-overlay.rum-mob-overlay-visible {
display: none;
}
@media (max-width: 480px) {
    .megaMenu_contentHolder {
        padding: 28px 20px;
    }

    .megaMenu_contentHolder_links {
        flex-direction: column;
    }
}

@media (max-width: 1300px) {
    .megaMenu_content_holder {
        width: -webkit-fill-available;
        height: min-content;
        padding-bottom: 20px;
        background-color: white;
        z-index: 999;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
        max-height: 54vh;
        min-height: 550px;
    }
}

@media (max-width: 900px) {
    .megaMenu_content_holder {
        width: -webkit-fill-available;
        height: -webkit-fill-available;
        padding-bottom: 20px;
        background-color: white;
        z-index: 999;
        display: flex;
        max-height: none;
        min-height: 500px;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        align-content: center;
    }

    .megaMenu_leftPane {
        height: min-content;
        background-color: rgb(234, 235, 236);
        width: 100%;
        max-width: -webkit-fill-available;
        min-width: 200px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        margin-left: 20px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        border-radius: 16px;
        flex-direction: row;
        align-content: flex-start;
    }

    .megaMenu_leftPane a i {
        background-color: azure;
        margin-right: 0px;
        border-radius: 10px;
        min-width: -webkit-fill-available;
        min-height: 60px;
        max-width: 60px;
        max-height: 60px;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        background: #cfe9fc;
        background: linear-gradient(32deg, rgba(207, 233, 252, 1) 5%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 66%, rgba(207, 233, 252, 1) 95%);
        justify-content: center;
    }

    .megaMenu_leftPane {
        height: min-content;
        background-color: rgb(234, 235, 236);
        width: 100%;
        max-width: -webkit-fill-available;
        min-width: 200px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        border-radius: 16px;
        flex-direction: row;
        align-content: flex-start;
    }

    .megaMenu_leftPane a {
        width: -webkit-fill-available;
        padding: 30px;
        margin-left: 0px;
        margin-right: 0px;
        height: -webkit-fill-available;
        margin-top: 0px;
        border-radius: 10px;
        font-size: 1.2rem;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media (max-width: 700px) {

    .megaMenu_rightPane_item_iamgeHolder {
        display: none;
    }

    .megaMenu_leftPane {
        height: -webkit-fill-available;
        background-color: rgb(234, 235, 236);
        width: 100%;
        max-width: 170px;
        min-width: inherit;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        margin-left: 20px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        border-radius: 16px;
    }

    .megaMenu_leftPane a {
        width: -webkit-fill-available;
        padding: 30px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        border-radius: 10px;
        font-size: 1.2rem;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .megaMenu_leftPane a i {
        background-color: azure;
        margin-right: 10px;
        border-radius: 60px;
        min-width: 60px;
        min-height: 60px;
        max-width: 60px;
        max-height: 60px;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        background: #cfe9fc;
        background: linear-gradient(32deg, rgba(207, 233, 252, 1) 5%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 66%, rgba(207, 233, 252, 1) 95%);
    }

    .megaMenu_leftPane a p {
        border-left: 1px solid #858484;
        padding-left: 10px;
    }

    .megaMenu_content_holder {
        width: -webkit-fill-available;
        height: -webkit-fill-available;
        padding-bottom: 20px;
        background-color: white;
        z-index: 999;
        display: flex;
        max-height: none;
        min-height: 500px;
        flex-wrap: nowrap;
        align-content: flex-start;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .megaMenu_contentHolder {
        font-family: 'Inter', sans-serif;
        background: linear-gradient(151deg, rgb(4, 4, 4) 0%, rgba(9, 9, 121, 1) 62%, rgb(136 99 5) 100%);
        color: var(--white);
        padding: 40px;
        border-radius: 16px;
        max-width: 450px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
        border-left: 6px solid var(--gold);
        position: relative;
        overflow: hidden;
        width: initial;
        display: flex;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        max-width: 50vw;
        min-width: 10px;
        margin: 0px;
    }

    .megaMenu_rightPane_item {
        width: 100%;
        height: -webkit-fill-available;
        align-items: flex-start;
        max-width: -webkit-fill-available;
        margin-right: 20px;
    }

    .megaMenu_contentHolder_links {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        width: -webkit-fill-available;
    }

    .megaMenu_rightPane {
        height: -webkit-fill-available;
        width: stretch;
        min-width: min-content;
    }
}

@media screen and (max-width: 1179px) {

    .nav-links {
        display: none;

    }

    .nav-links-mobile {
        display: flex;
    }

    .megaMenu_content_holder {
        display: none !important;
    }
    .rum-mob-side-menu.rum-mob-menu-open {
    display: flex !important;
}
.rum-mob-overlay.rum-mob-overlay-visible {
display: flex;
}
}


/* Trigger Buttons */
.rum-nav-menu-trigger {
    cursor: pointer;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
    color: #0a192f;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: background-color 0.3s ease, color 0.3s ease;
    user-select: none;
    justify-content: center !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-content: center !important;
}

.rum-nav-menu-trigger:hover {
    background: rgba(10, 25, 47, 0.05);
}

/* Adjust trigger color for the dark sticky nav */
.Active .rum-nav-menu-trigger {
    color: #ffffff;
}

.Active .rum-nav-menu-trigger:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Overlay */
.rum-mob-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(10, 25, 47, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.rum-mob-overlay.rum-mob-overlay-visible {
    opacity: 1;
    visibility: visible;
}

/* Side Menu Container - Leaves exactly 80px at top */
.rum-mob-side-menu {
    position: fixed;
    top: 80px;
    right: 0;
    width: 380px;
    max-width: 85vw;
    height: calc(100vh - 80px);
    background: #ffffff;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.08);
    z-index: 9999;
    transform: translateX(110%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    flex-direction: column;
}

.rum-mob-side-menu.rum-mob-menu-open {
    transform: translateX(0);
}

/* Menu Views (Main & Services) */
.rum-mob-view {
    display: none;
    flex-direction: column;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
}

.rum-mob-view.rum-mob-view-visible {
    display: flex;
    animation: rum-mob-slide-in 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes rum-mob-slide-in {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Modern Light Theme Typography */
.rum-mob-title {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #94a3b8;
    margin: 0 0 20px 5px;
    font-weight: 600;
}

.rum-mob-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 15px;
    margin-bottom: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #0a192f;
    background: #f8fafc;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
    user-select: none;
}

.rum-mob-link:hover {
    background: #eff6ff;
    transform: translateX(-5px);
}

.rum-mob-link i {
    color: #cbd5e1;
    transition: color 0.2s ease, transform 0.2s ease;
}

.rum-mob-link:hover i {
    color: #ffd000;
    transform: translateX(-5px);
}

/* Services Specific Links */
.rum-mob-back-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #64748b;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 25px;
    width: fit-content;
    transition: color 0.2s ease;
    user-select: none;
}

.rum-mob-back-btn:hover {
    color: #0a192f;
}

.rum-mob-link-service {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    margin-bottom: 12px;
    background: #f8fafc;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
    user-select: none;
}

.rum-mob-link-service:hover {
    background: #eff6ff;
    transform: translateX(-5px);
}

.rum-mob-link-service i {
    font-size: 1.5rem;
    color: #ffd000;
    width: 40px;
    text-align: center;
}

.rum-mob-service-text {
    display: flex;
    flex-direction: column;
}

.rum-mob-service-text span {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0a192f;
    font-size: 1rem;
}

.rum-mob-service-text p {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: #94a3b8;
    margin: 0;
}

/* CTA Button */
.rum-mob-cta-holder {
    margin-top: 30px;
}

.rum-mob-cta-btn {
    display: block;
    text-align: center;
    padding: 18px;
    background: #ffd000;
    color: #0a192f;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(255, 208, 0, 0.3);
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    user-select: none;
}

.rum-mob-cta-btn:hover {
    background: #e6b800;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(255, 208, 0, 0.4);
}