/* 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 {
    cursor: pointer;
    position: fixed;    
    right: 20px;
    z-index: 999999999;
    color: #FFF;
    transition: 0.3s ease;
    padding: 0px;
    align-items:center; 
    justify-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    width: 30px;
}

.navbar_burger:hover {
    color: var(--gold);
}


/* 2. The "Sticky" State */
.navbar_burger.is-fixed {
    position: fixed;
    display: flex;
    top: 16px;       /* Spacing from top */
    right: 20px;     /* Spacing from right */  
    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.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;
}

/* 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;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#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 0 20px 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;
    padding: 16px 0;
}

.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: 10px 0 0 0;
    padding: 0;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    justify-items: center;
    padding: 4px 10px;
    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;
}

.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: 40px;    
    height: 40px;
    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;
}

.padding-section-190px {
  padding: 70px 0px 20px 0px;
}

.menu_component {
  justify-content: space-between;
  display: flex;
}

.menu_link-wrap {
  column-gap: 40px;
  row-gap: 25px;
  flex-flow: column;
  width: 100%;
  display: flex;
  margin: 30px 0 0 0;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.menu_link-text {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;  
  font-family: 'Inter', sans-serif;
  text-decoration: none !important;
}

.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: #C89B3C;
}

.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;
    background: #0A1D3E;
    transform: translateX(100%);    
    z-index: 777;
    overflow-y: auto;
    /*transition: transform 0.5s ease;*/
    /*animation: slideUp 0.3s ease;*/
}

.menu.active {
    transform: translateX(0);
}

/* Layout */
.menu_component {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

/* ===== LINKS ===== */
.menu_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease;
}

.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: #C89B3C;
    text-decoration-color: #C89B3C;
    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: #C89B3C;
    text-decoration-color: #C89B3C;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    margin-left: 10px;
    color: #C89B3C;
}

.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 {
        flex-direction: column;
        gap: 40px;
    }
    

    /*.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: 66px;
    right: 60px;
    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;
}

.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-left: 5%;
  padding-right: 5%;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

#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;
    overflow: visible;
    overflow: visible;    
    position: relative;
    max-width: 1280px;
    margin: 40px auto 0 0;
}

.socials-container #socials .wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    overflow: visible;
    column-gap: 20px;
    row-gap: 20px;
    padding: 10px;
    background-color: var(--white);
    border-radius: 50px;       
    width: 460px;
    justify-content:right;
    color: var(--charcoal);
    margin: 0 auto 0 0;
}

.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;
}

.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: 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: 40px;    
    height: 40px
}

.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: 40px;
    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: 150px 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: 50px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.menu_link-text {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 200;
  line-height: 80%;
  text-transform: uppercase;  
  font-family: 'Lato' , sans-serif;
}

.menu_link-text a{
    text-decoration: none;
    color: var(--white);
}

 .menu_link-text:hover {
    color: #C89B3C;
  }

.menu_link-text p{
  margin: 0;
  padding: 0;
}

.menu_link-text:hover {
  color: #C89B3C;
}

.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;
    background: #0A1D3E;
    transform: translateX(100%);
    transition: transform 0.5s ease;
    z-index: 9999;
    overflow-y: auto;
}

.menu.active {
    transform: translateX(0);
}

/* Layout */
.menu_component {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    width: 100%;
}

/* ===== LINKS ===== */
.menu_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 28px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease;
}

.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{
    width: 40px;
    margin: 0 40px 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 {
    /*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: #C89B3C;
    text-decoration-color: #C89B3C;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    padding-left: 54px;
}

 a.menu_services-link:hover{
    text-underline-offset: 7px;
    -webkit-text-decoration-color: #C89B3C;
    text-decoration-color: #C89B3C;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    padding-left: 54px;
    color: #C89B3C;
}

.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);
}
}

