/* Hide the close icon by default */
[data-menu-close] {
    display: none;
}

/* Optional: Add a smooth transition effect to the burger container */
.navbar_burger {
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.navbar_burger:active {
    transform: scale(0.9);
}


/* ===== MOBILE ===== */
@media (max-width: 970px) {    

/* ===== BURGER BUTTON ===== */
.navbar_burger {
    position: fixed; 
    right: 20px;
    cursor: pointer;    
    z-index: 9999999999999999999999999999999999999999999999999999999999999999999;
    transition: 0.3s ease;
    padding: 0px;
    justify-content: center;
    display: flex;
    flex-direction: row;
    width: 40px;    
}

/* 2. The "Sticky" State */
.navbar_burger.is-fixed {    
    display: flex;    
    z-index: 999999999999999999;   
    /* Animation: Initial 'Pop' scale */
    animation: burgerPop 0.4s ease forwards;
    transition: 0.3s ease;
    padding: 0px;
    margin: 0;
    align-items:center; 
    justify-items: center;
    display: flex;
    flex-direction: row;
    width: 30px;
    color: var(--gold);
}


.navbar_burger .menu-stroke{
stroke: ;}

.navbar_burger:hover {
    color: var(--gold);
}




.navbar_burger.is-fixed:hover {
    color: var(--gold);
}

.navbar_burger.is-fixed svg path {
    stroke: var(--gold) !important; /* Changes the line color to your gold */
    stroke-linecap:round;
    fill: none;      /* Ensures the inside of the lines doesn't fill with color */
    transition: stroke 0.3s ease; /* Smooth color transition */
    z-index: 999;     
}

@keyframes burgerPop {
    from { transform: scale(0) translateY(-20px); opacity: 0; }
    to { transform: scale(1) translateY(0); opacity: 1; }
}


/* Animate SVG lines */
.navbar_burger svg path {
    transition: 0.4s ease;
    transform-origin: center;
    align-items: center;
    justify-items: center;
}

/* Hide the close icon by default */
[data-menu-close] {
    display: none;
}

/* Optional: Add a smooth transition effect to the burger container */
.navbar_burger {
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    animation: burgerPop 0.4s ease forwards;
}

/* New ACTIVE STATE (turn into X)
.navbar_burger:active {
    transform: scale(0.9);
}
*/


/* Optional hover */
.navbar_burger:hover {
    opacity: 0.7;
}


/* ===== MENU OVERLAY ===== */

.padding-global {
  padding: 0 20px;
}

.menu-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 16px;
  }

.container {
  
}

#socials{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    overflow: visible;    
    position: relative;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    z-index: 9999;
    padding: 0;
    margin: 0;
    width: 100%;
}

.socials-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    overflow: visible;
    overflow: visible;    
    position: relative;
    margin: 0 auto;
}

.socials-container #socials .wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    overflow: visible;
    column-gap: 10px;
    row-gap: 10px;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    justify-items: center;
    border-radius: 50px;
    border: solid 2px var(--white);
}

.socials-container #socials .wrapper p{
     display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    overflow: visible;    
    padding: 0;
    margin: 0;
    align-self: center;
    justify-self: center;
    font-family: 'SpaceGrotesk-Lite' !important;
}

.socials-container #socials .wrapper .social-links{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    overflow: visible;    
    padding: 0;
    margin: 0;
    align-self: center;
    justify-self: center;
    justify-content: space-between;
    align-content: space-between;
    row-gap: 10px;
    column-gap: 10px;
}

.socials-container #socials .wrapper #linkedin, 
.socials-container #socials .wrapper #twitter, 
.socials-container #socials .wrapper #email, 
.socials-container #socials .wrapper #phone {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    overflow: visible;
    width: 30px;    
    height: auto;
    animation: burgerPop 0.4s ease forwards;
}

.socials-container #socials .wrapper #linkedin a, 
.socials-container #socials .wrapper #twitter a, 
.socials-container #socials .wrapper #email a, 
.socials-container #socials .wrapper #phone a{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    width: 30px;    
    height: auto;
    text-decoration: none !important;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: visible;
}

.socials-container #socials .wrapper #linkedin a:hover, 
.socials-container #socials .wrapper #twitter a:hover, 
.socials-container #socials .wrapper #email a:hover, 
.socials-container #socials .wrapper #phone a:hover{
    overflow: visible;
    text-decoration: none;
    transform: scale3d(1.1, 1.1, 1);
    cursor: pointer;
}

.socials-container #socials .wrapper #linkedin a img, 
.socials-container #socials .wrapper #twitter a img, 
.socials-container #socials .wrapper #email a img, 
.socials-container #socials .wrapper #phone a img{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

.header-bar_header{
    display: flex;
}

.header-bar_header p {
    font-size: 16px;
    font-family: 'SpaceGrotesk-Lite' !important;
    color: var(--wrapper-p);
    margin: 10px 0 0 0;
}

.padding-section-190px {
}

.menu_component {
  justify-content: space-between;
  display: flex;
}

.menu_link-wrap {
  column-gap: 40px;
  row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
  margin: 30px 0 0 0;
}

.menu_link-wrap:nth-child(2){
    margin: 16px 0 0 0;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.menu_link-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase; 
  text-decoration: none !important;
  font-family: 'SpaceGrotesk-Lite' !important;
}

.menu_link-text::after {
  display: flex;
  flex-direction: row;
  width:100%;
  height: 2px;
  background-color: #BA0B0B;
  position: relative;
  position: absolute;
}

.menu_link-text a{  
  text-decoration: none !important;
  color: var(--white);
  font-weight: 700;
}

.menu_link-text p{
    margin: 0;
    padding: 0;
}

.menu_link-text p:hover{
    color: #FFF;
}

.menu_link-text:hover {
  color: #BA0B0B;
}

.menu_link-text img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.menu_link {
  color: var(--charcoal);
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.menu {
    position: fixed;
    inset: 0;
    transform: translateX(100%);    
    z-index: 777777; 
    top: 60px;   
}

.menu.active {
    transform: translateX(0);
}

/* ===== LINKS ===== */
.menu_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease;
    padding-bottom: 16px;
}

.menu_link:hover {
    opacity: 0.6;
    transform: translateX(8px);
}

.menu_link-arrow {
    width: 20px;
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
    transition: transform 0.3s ease;
}

.menu_link-icon-text{    
    align-items: center;
    justify-items: center;
    width: auto;
    vertical-align: middle;
    display: inline-flex;
    transition: transform 0.3s ease;
}

.menu_link-icon{
    width: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    max-width: 100%;
    display: inline-flex;
    transition: transform 0.3s ease;
}

.hero_link-arrow {
    width: 20px;
    vertical-align: middle;
    max-width: 100%;
    padding: 0 0 0 20px;
    display: inline-flex;
    transition: transform 0.3s ease;
}

.menu_link:hover .menu_link-arrow {
    transform: translateX(6px);
}

/* ===== SERVICES ===== */
.menu_services-wrap {
    /*max-width: 400px;*/
}

.menu_services-link-wrap {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.menu_services-link {
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s ease;
    color: var(--white);  
    font-size: 16px;
    font-weight: 400;
    line-height: 260%;   
}

 a.menu_services-link{
    /*text-underline-offset: 7px;
    -webkit-text-decoration-color: #BA0B0B;
    text-decoration-color: #BA0B0B;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;*/
    width:100%;
}

 a.menu_services-link:hover{       
    text-decoration: underline;
    text-underline-offset: 7px;
    -webkit-text-decoration-color: #BA0B0B;
    text-decoration-color: #BA0B0B;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    margin-left: 10px;
    color: #BA0B0B;
}

.heading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gold);
  vertical-align: baseline;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding:16px 20px;
  border-radius: 50px;
  display: block;
}

.menu_services-link:hover {
    color: #fff;
    transform: translateX(5px);
    transform: translateX(8px);
}

/* ===== CLOSE BUTTON ===== */
.menu_cross {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    color: white;
    transition: 0.3s ease;
}

.menu_cross:hover {
    transform: rotate(90deg);
}

.menu_component {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    height: 70vh;
    /* max-height: 0vh; or calc(100vh - header-height) */
    -webkit-overflow-scrolling: touch; /* smooth iOS scrolling */
}  

.menu_component left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.menu_component right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;    
    gap: 16px;
  }


main_menu{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}
    

    /*.menu_services-link-wrap {
        display: none;
    }*/

    .menu_services-wrap.active .menu_services-link-wrap {
        display: flex;
    }

    .menu_link-text.mob {
        cursor: pointer;
        font-weight: bold;
        margin-bottom: 10px;
    }
}

/* LARGE SCREENS */
@media screen and (min-width: 969px) {
    /* ===== BURGER BUTTON ===== */
    .navbar_burger {
        cursor: pointer;
        position: fixed;
        top: 40px;
        right: 30px;
        z-index: 10000;
        color: #FFF;
        transition: 0.3s ease;
        padding: 0px;
        justify-content: center;
        align-content: center;
        align-items:center; 
        justify-items: center;
        display: flex;
        flex-direction: row;
        width: 40px;
        height: 40px;
        animation: burgerPop 0.4s ease forwards;
    }

    .navbar_burger:hover {
        color: var(--gold);
    }

    /* 2. The "Sticky" State */
    .navbar_burger.is-fixed {
        position: fixed;
        top: 34px;   /* Spacing from top */
        right: 60px;   /* Spacing from right */
        /* background: var(--gold); Semi-transparent dark background */
        /* backdrop-filter: blur(5px);      Modern glass effect */
        /* padding: 10px; */
        /* border-radius: 8px; */
        /* box-shadow: 5px 5px #bcbec2dd; */
        /* box-shadow: 0 10px 30px rgba(0,0,0,0.3); */    
        /* Animation: Initial 'Pop' scale */
        animation: burgerPop 0.4s ease forwards;
        color: var(--gold);
    }

    .navbar_burger.is-fixed:hover {
        color: var(--white);
    }

    .navbar_burger.is-fixed svg path {
        stroke: var(--gold); /* Changes the line color to your gold */
        stroke-linecap: round;
        fill: none;      /* Ensures the inside of the lines doesn't fill with color */
        transition: stroke 0.3s ease; /* Smooth color transition */
    }

    @keyframes burgerPop {
        from { transform: scale(0) translateY(-20px); opacity: 0; }
        to { transform: scale(1) translateY(0); opacity: 1; }
    }

    /* Animate SVG lines */
    .navbar_burger svg path {
        transition: 0.4s ease;
        transform-origin: center;
        align-items: center;
        justify-items: center;
    }

    /* ACTIVE STATE (turn into X)
    .navbar_burger.active svg path:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }

    .navbar_burger.active svg path:nth-child(2) {
        opacity: 0;
    }

    .navbar_burger.active svg path:nth-child(3) {
        transform: translateY(-13px) rotate(-45deg);
    } */

    /* Optional hover */
    .navbar_burger:hover {
        opacity: 0.7;
    }


    /* ===== MENU OVERLAY ===== */

    .padding-global {
    padding: 0;
    margin: 0 60px 0 0; 
    }

    .padding-global .container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    }

    .menu-container{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 80px;
        row-gap: 80px;
        width: 100%;
        padding: 30px;
        grid-row-gap: 10px;
        border-radius: 24px;
        background-color: var(--menu-container-bg);
    }

    #socials{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        box-sizing: border-box;    
        justify-content: center;
        align-content: center;
        justify-items: center;
        align-items: center;
        z-index: 9999; 
    }

    .socials-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        box-sizing: border-box;
        position: relative;
        margin: 20px 0 0 0;
        width: 100%;
    }

    .socials-container #socials .wrapper{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        box-sizing: border-box;
        overflow: visible;
        column-gap: 20px;
        row-gap: 10px;
        background-color: var(--white);
        border-radius: 50px;   
        justify-content: right;
        color: var(--charcoal);
        margin: 0;    
        width: 100%;
        align-items: center;
        justify-items: center;
        justify-content: space-between;
        align-content: space-between;
    }

    .socials-container #socials .wrapper p{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        box-sizing: border-box;
        overflow: visible;    
        padding: 0;
        margin: 0;
        align-self: center;
        justify-self: center;
        width: 40%;
        font-family: 'SpaceGrotesk-Lite' !important;
    }

    .socials-container #socials .wrapper .social-links{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        box-sizing: border-box;
        overflow: visible;    
        padding: 0;
        margin: 0;
        align-self: center;
        justify-self: center;
        column-gap: 20px;    
        width: 60%;
    }

    .socials-container #socials .wrapper #linkedin, 
    .socials-container #socials .wrapper #twitter, 
    .socials-container #socials .wrapper #email, 
    .socials-container #socials .wrapper #phone {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        box-sizing: border-box;
        overflow: visible;
        width: 30px;    
        height: 30px
    }

    .socials-container #socials .wrapper #linkedin a, 
    .socials-container #socials .wrapper #twitter a, 
    .socials-container #socials .wrapper #email a, 
    .socials-container #socials .wrapper #phone a{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        box-sizing: border-box;
        width: 40px;    
        height: auto;
        text-decoration: none !important;
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .socials-container #socials .wrapper #linkedin a:hover, 
    .socials-container #socials .wrapper #twitter a:hover, 
    .socials-container #socials .wrapper #email a:hover, 
    .socials-container #socials .wrapper #phone a:hover{
        overflow: visible;
        text-decoration: none;
        transform: scale3d(1.1, 1.1, 1);
        cursor: pointer;
    }

    .socials-container #socials .wrapper #linkedin a img, 
    .socials-container #socials .wrapper #twitter a img, 
    .socials-container #socials .wrapper #email a img, 
    .socials-container #socials .wrapper #phone a img{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        box-sizing: border-box;
        width: 100%;
        height: auto;
    }

    .padding-section-190px {
        display: flex;
        flex-direction: row;
        flex-wrap:wrap;
        row-gap: 20px;
        padding: 0;
        margin: 0px auto;
        box-sizing: border-box;
    }

    .menu_component {
    justify-content: space-between;
    display: flex;
    }

    .menu_link-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 14px;
    flex-flow: row;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    }

    .w-inline-block {
    max-width: 100%;
    display: inline-block;
    }

    .menu_link-text {
    font-size: 22px;
    font-weight: 200;
    text-transform:capitalize;  
    font-family: 'SpaceGrotesk-Lite' !important;
    }

    .menu_link-text a{
        text-decoration: none;
        color: var(--white);
    }

    .menu_link-text:hover {
        color: #BA0B0B;
    }

    .menu_link-text p{
    margin: 0;
    padding: 0;
    }

    .menu_link-text:hover {
    color: #BA0B0B;
    }

    .menu_link-text img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
    }

    .menu_link {
    color: var(--charcoal);
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    display: flex;
    }

    .menu {
        position: absolute;
        inset: 0;
        transform: translateX(100%);
        transition: transform 0.5s ease;
        z-index: 9999;
        overflow-y: auto;    
        left: 50%;
        right: 0;
        top: 50px;    
    }

    .menu.active {
        transform: translateX(0);
        right: 100px;
    }

    .header-bar_header{
        display: flex;
    }

    .header-bar_header p {
        font-size: 16px;
        font-family: 'SpaceGrotesk-Lite' !important;
        color: var(--wrapper-p);
        margin: 0;
        padding: 0;
    }

    /* Layout */
    .menu_component {
        display: flex;
        flex-direction: row;
        flex-wrap:wrap;
        justify-content: space-between;
        gap: 80px;
        width: 100%;
        grid-row-gap: 10px;
    }

    main_menu{
        box-sizing: border-box;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 40px;
    }

    .menu_component left{
        display: flex;
        flex-direction: row;
        flex-wrap:wrap;
        justify-content: space-between;
        width: 60%;
    }

    .menu_component right{
        display: flex;
        flex-direction: row;
        flex-wrap:wrap;
        justify-content: space-between;
        align-content: flex-start;
        width: 40%;
        justify-items: flex-start;
        align-items: flex-start;
        grid-column-gap: 50px;
        grid-row-gap: 14px;
    }


    /* ===== LINKS ===== */
    .menu_link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 24px;
        text-decoration: none;
        transition: 0.3s ease;
        padding-bottom: 16px;
        width: 100%;
        flex-wrap: nowrap;
    }

    .menu_link:hover {
        opacity: 0.6;
        transform: translateX(8px);
    }

    .menu_link-arrow {
        width: 40px;
        vertical-align: middle;
        max-width: 100%;
        display: inline-flex;
        transition: transform 0.3s ease;
    }

    .menu_link-icon-text{    
        align-items: center;
        justify-items: center;
        width: auto;
        vertical-align: middle;
        display: inline-flex;
        transition: transform 0.3s ease;
    }

    .menu_link-icon{        
        display: flex;
        box-sizing: border-box;
        width: 30px;
        height: auto;
        margin: 0 20px 0 0;
        vertical-align: middle;
        display: inline-flex;
        transition: transform 0.3s ease;
    }

    .hero_link-arrow {
        width: 20px;
        vertical-align: middle;
        max-width: 100%;
        padding: 0 0 0 20px;
        display: inline-flex;
        transition: transform 0.3s ease;
    }

    .menu_link:hover .menu_link-arrow {
        transform: translateX(6px);
    }

    /* ===== SERVICES ===== */
    .menu_services-wrap {
        grid-column-gap: 50px;
        grid-row-gap: 30px;
        flex-flow: row;
        width: 100%;
        display: flex;
        /*max-width: 400px;*/
    }

    .menu_services-link-wrap {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .menu_services-link {
        color: #FFF;
        text-decoration: none;
        font-size: 16px;
        transition: 0.3s ease;
        color: var(--white);  
        font-size: 22px;
        font-weight: 300;
        line-height: 260%;    
        text-decoration: underline;  
    }

    a.menu_services-link{
        text-underline-offset: 7px;
        -webkit-text-decoration-color: #BA0B0B;
        text-decoration-color: #BA0B0B;
        text-decoration-style: solid;
        text-decoration-thickness: 1px;
        padding-left: 54px;
    }

    a.menu_services-link:hover{
        text-underline-offset: 7px;
        -webkit-text-decoration-color: #BA0B0B;
        text-decoration-color: #BA0B0B;
        text-decoration-style: solid;
        text-decoration-thickness: 1px;
        padding-left: 54px;
        color: #BA0B0B;
    }

    .heading-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-left: 3px solid var(--gold);
    vertical-align: baseline;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 54px;
    display: block;
    }

    .menu_services-link:hover {
        color: #fff;
        transform: translateX(5px);
        transform: translateX(8px);
    }

    /* ===== CLOSE BUTTON ===== */
    .menu_cross {
        position: absolute;
        top: 30px;
        right: 30px;
        cursor: pointer;
        color: white;
        transition: 0.3s ease;
    }

    .menu_cross:hover {
        transform: rotate(90deg);
    }


}