/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

/* 
Museo Sans 100
font-family: "museo-sans", sans-serif;
font-weight: 100;
font-style: normal; 

Museo Sans 300
font-family: "museo-sans", sans-serif;
font-weight: 300;
font-style: normal;


Museo Sans 500
font-family: "museo-sans", sans-serif;
font-weight: 500;
font-style: normal;

Museo Sans 700
font-family: "museo-sans", sans-serif;
font-weight: 700;
font-style: normal;

Museo Sans 900
font-family: "museo-sans", sans-serif;
font-weight: 900;
font-style: normal;

Museo Sans Display Light
font-family: "museo-sans-display", sans-serif;
font-weight: 400;
font-style: normal;

Museo Sans Display Black
font-family: "museo-sans-display", sans-serif;
font-weight: 800;
font-style: normal; 
*/

/* --red: #D92B34; */
:root{
    --red: #1F3645;
    --navy: #1F3645;
    --yellow: #FEBC3E;
    --border: #ffffff21;
    --aHover: #a1a1a1;
    --textColor: #fff;
    --NavLinksTwo: #0241658e;
}

header{
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    font-family: "museo-sans", sans-serif !important;
}

#PromotionBar{
    width: 100%;
    height: fit-content;
    padding: 0.25rem 1rem;
    background-color: var(--yellow);
    color: #1F3645;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1vh;
}

#PromotionBar p{
    text-align: center;
    margin-bottom: 0 !important;
    font-weight: bold;
    font-size: clamp(1rem, 1vw, 1.5vw);
}


#CallUS{
    background-color: var(--navy);
    color: var(--textColor);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1rem, 1.25vw, 1.5vw);
    padding: 0.25rem 1rem;
    border-radius: 50px;
    font-weight: bold;
}

#CallUS a:hover{
    color: var(--aHover) !important;
}


/* Sub Menus CSS -- Start */
.arrow {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgb(255, 255, 255);
}

.has-submenu {
    position: relative;
}

.submenu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; 
    position: absolute;
    background: var(--red);
    border: 1px solid var(--border);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.062);
    padding: 0rem !important;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 0.5vw !important;
    width: max-content;
    white-space: nowrap;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transform: translateY(-10px);
    z-index: 998; 
}

.has-submenu > .submenu {
    top: 2rem;  
    left: 0;   
}

.has-submenu .has-submenu > .submenu {
    top: 0;       
    left: 100%;   
    transform: translateX(-10px); 
}

.has-submenu:hover > .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(0,0);
}

.submenu li{
    width: 100% !important;
    padding: 0 0.25rem !important;
}

.submenu li a {
    font-size: clamp(1rem, 1vw, 1.5vw) !important;
    display: block;
    padding: 0.25rem !important;
    font-weight: 300 !important;
}

/* SubMenuB */
.submenu-b {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; 
    position: absolute;
    background: var(--NavLinksTwo);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.062);
    padding: 0rem !important;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 0.5vw !important;
    width: max-content;
    white-space: nowrap;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transform: translateY(-10px);
    z-index: 998; 
}


.has-submenu > .submenu-b {
    /* top: 2rem;   */
    left: 0;   
}

.has-submenu .has-submenu > .submenu-b {
    top: 0;       
    left: 100%;   
    transform: translateX(-10px); 
}

.has-submenu:hover > .submenu-b {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(0,0);
}

.submenu-b li{
    width: 100% !important;
    padding: 0 0.25rem !important;
}

.submenu-b li a {
    font-size: clamp(1rem, 1vw, 1.5vw) !important;
    display: block;
    padding: 0.25rem !important;
    font-weight: 300 !important;
}


/* Sub Menus CSS -- End */




#NavLinksOne, #NavLinksTwo{
    display: flex;
    justify-content: center;
    align-items: center;
}

#NavLinksOne {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;  
    z-index: 3;           
    padding: 0.5rem 0rem;

    background-color: var(--red);
    color: var(--textColor);
}

#NavLinksTwo {
    position: relative;  
    z-index: 2;         
    padding: 0.25rem 0rem;

    background-color: var(--NavLinksTwo);
    color: var(--textColor);
    border-bottom: 1px solid var(--border);
}


#NavLinksOne ul, #NavLinksTwo ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    list-style: none !important;
    list-style-type: none;
}

#NavLinksOne ul a, #NavLinksTwo ul a{
    color: var(--textColor);
    text-decoration: none;
    font-weight: bold;
    padding: 0rem 0rem;
    transition: color 0.3s ease;
    height: 100%;
}

#NavLinksOne ul li, #NavLinksTwo ul li{
    margin-bottom: 0 !important;
}

#NavLinksOne ul a{
    font-size: clamp(1rem, 1.25vw, 1.5vw);
}

#NavLinksTwo ul a{
    font-size: clamp(0.85rem, 1vw, 1.5vw);
}

#NavLinksOne ul a:hover, #NavLinksTwo ul a:hover{
    color: var(--aHover) !important;
}

#ImageWrapper{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: clip;
    border: 1px solid white;
    
}

#ImageWrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* Mobile CSS  */
#NavLinksOneMobile{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Mobile Blue Bottom Bar */
#NavLinksTwoMobile{
    display: flex;
    justify-content: flex-end;

    position: relative;  
    z-index: 2;         
    padding: 0.5rem 0rem;

    background-color: #0241658e;
    color: var(--textColor);
    border-bottom: 1px solid var(--border);
}

#NavLinksTwoMobile div{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0rem 0.5rem;
}

#NavLinksTwoMobile > div:nth-child(1){
    border-right: 1px solid white;
}

#NavLinksTwoMobile > div:nth-child(1) p{
    font-weight: 700;
    font-size: clamp(1rem, 3vw, 3vw) !important;
}

#NavLinksTwoMobile > div:nth-child(2) p{
    font-weight: 100;
    font-size: small;
    line-height: 1rem;
}

#NavLinksTwoMobile p{
    margin-bottom: 0rem;
}

#NavLinksOneMobile {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;  
    z-index: 3;           
    padding: 0.5rem 0rem;

    background-color: var(--red);
    color: var(--textColor);
}


#NavLinksOneMobile ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    padding: 0rem 1rem;
    list-style: none !important;
    list-style-type: none;
}

#NavLinksOneMobile ul li{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center !important;
    margin-bottom: 0rem;
}



#logoDesktop{
      width: clamp(1rem, 7vw, 7vw);
}

#logoMobile{
    width: clamp(1rem, 25vw, 25vw);
    height: auto;
}


.navMobileButton{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none;
    background-color: transparent;
}

.navMobileButton svg{
    width: clamp(1rem,  3rem, 5vw);
    height: clamp(1rem, 3rem, 5vw);
}


.submenu-toggle{
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent !important;
    border: none !important;
}

.arrowMobile {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--navy);
}

.submenu-mobile{
    display: none;
    flex-direction: column;
}

.submenu-mobile li a{
    opacity: 0.8;
}

#MobileToggleCloseContainer{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem;
}

#MobileToggleCloseContainer svg{
    width: clamp(1rem, 5vw, 5vw);
    height: clamp(1rem, 5vw, 5vw);
}

#MobileToggleContainer{
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: white;
    clip-path: inset(0% 0% 100% 0%);
}

#MobileToggleContainer ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    list-style: none !important; 
    list-style-type: none;
}

#MobileToggleContainer ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.5rem 0rem !important;
    margin: 0 !important;
}

#MobileToggleContainer ul li a{
    font-size: clamp(1rem, 1.25rem, 1.5rem);
    color: var(--navy);
}

@media screen and (min-width: 1025px) {
    #MobileHeader{
        display: none !important;
    }

    #DesktopHeader{
        display: block !important;
    }
}

@media screen and (max-width: 1024px) {
    #MobileHeader{
        display: block !important;
    }

    #DesktopHeader{
        display: none !important;
    }
}