#hero{
    padding-top: 43.6px !important;
    
    background-image: url(../assets/loader-steerwheel.gif);
    background-position: center 300px;
    background-repeat: no-repeat;
    background-size: 64px 64px;

    /*
    background-image: url(../assets/loader-kilometerora.gif);
    background-size: 256px 256px;
    */
}
.heroCardContainer{
    height: 714px;
    transition: height 0.2s ease-in-out;
    overflow: hidden; 
}

.heroWrap{
    display: flex;
    flex-direction: row;
    background-image: url('/wp-content/uploads/2025/04/hero-min.jpg');
    background-position: 80% center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 100ms ease-in-out;
}

.heroLeft,
.heroRight{
    display: flex;
    flex-direction: column; 
}

.heroLeft{
    position: relative;
}

.textTop{
    margin-top: 55px;
    width: 75%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.textBottom{
    position: absolute;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    z-index: +1;
    bottom: 5%;
    left: 0;
}

.hMotto{
    margin: 0;
    font-family: var(--alumni);
    font-weight: 800;
    font-size: 5rem;
    font-style: italic;
    line-height: 0.975em;
    letter-spacing: 0;
    text-align: left;
    color: var(--primary);
}

.hText{
    margin: 0;
    font-family: var(--kanit);
    font-weight: 300;
    font-size: var(--f20);
    line-height: 1.75em;
    letter-spacing: 0;
    color: var(--text);
}

.hButtons{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 30px;
    padding-top: 10px;
}


.hButton{
    padding: 11px 19px;
    border: 1px solid;
    border-radius: 5px;
    font-family: var(--kanit);
    font-weight: 500;
    font-size: var(--f16);
    text-transform: uppercase;
    letter-spacing: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.hButton1{
    background: var(--primary);
    border-color: var(--primary);
    color: white;
}

.hButton2{
    background: transparent;
    border-color: var(--secondary);
    color: var(--secondary);
}

.hButton1:hover{
    background: transparent;
    border-color: var(--secondary);
    color: var(--secondary);
}

.hButton2:hover{
    background: var(--primary);
    border-color: var(--primary);
    color: white;
}

.hSubTitle{
    position: relative;
    margin: 0;
    font-family: var(--alumni);
    font-weight: 700;
    font-style: italic;
    font-size: 5.3125rem;
    text-transform: uppercase;
    line-height: 0.9em;
    letter-spacing: 0;
    color: #4C926E33;
}

.bottomQuote.transformed{
    position: relative;
    display: inline-block;
    transform: translateY(60%);
    
}

.hTitle{
    margin: 0;
    font-family: var(--kanit);
    font-weight: 600;
    font-size: 6.25rem;
    text-transform: uppercase;
    line-height: 0.9em;
    letter-spacing: 0.04em;
    color: var(--primary);
   
}

.hImgWrap{
    position: relative;
    overflow: hidden;
    clip-path: polygon(10% 0%, 80% 0%, 100% 20%, 100% 100%, 30% 100%, 10% 80%);
}



.hImgMask{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.hImgMask.mask1{
    background: white;
    opacity: 0.05;
}

.hImgMask.mask2{
    background: linear-gradient(to bottom, #FFF0 57%, #FFF 100%);
    opacity: 0.8;
}

.hImgMask.mask3{
    background: linear-gradient(to bottom, #FFF0 57%, #FFF 100%);
    opacity: 0.45;
}

.fade{
    opacity: 0;
}