footer#footer {
    position: relative;
}

.footerSocial {
    width: 50px;
    height: 50px;
}


.footer {
    background-color: white;
    background-image: url('/wp-content/uploads/2026/04/bg-gradient.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 7%;
}


.footerLogo a {
    display: block;
    width: 100%;
    height: 100%;
}


.footerLogo {
    width: 650px;
}

.footerContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footerLegals a {
    font-family: 'Inter';
    color: black;
    font-size: 0.9em;
}

.footerLegals {
    width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.leftFooter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.leftFooter a {
    font-size: 1.3em;
    margin: 7px 0;
    color: black;
    font-family: 'Inter';
    font-weight: 600;
}

.rightFooter {
    display: flex;
    flex-direction: column;
}

.rightFooter {
    display: flex;
    flex-direction: column;
    width: 200px;
    transform: translateY(-30px);
}

.rightFooter>a {
    font-family: 'Inter';
    color: black;
    border: 2px solid black;
    border-radius: 10px;
    font-size: 1.6em;
    text-align: center;
    padding: 12px 0px;
    margin-bottom: 25px;
}
.footerSocials {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.rightFooter p {
    font-family: 'Inter';
    color: black;
    font-size: 0.9em;
    width: 260px;
}

.footer a{
    transition: all 0.15s ease-in-out;
}
.footer a:hover{
    opacity:0.8;
}

@media only screen and (max-width:1600px){
    .footerLogo {
    width: 450px;
}

.rightFooter>a {
    font-size: 1.3em;
    padding: 12px 0px;
}

.footerSocial {
    width: 40px;
    height: 40px;
}


}

@media only screen and (max-width:850px){
.footerContent {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 36px;
}

.footerLogo {
    width: 450px;
    margin: 0 auto;
}

.rightFooter {
    transform: unset;
}

.leftFooter {
    align-items: center;
}

.leftFooter a {
    text-align: center;
}

.rightFooter {
    padding-top: 20px;
    width: 300px;
}

.rightFooter p {
    text-align: center;
    width: 100%;
    padding-top: 6px;
}

}

@media only screen and (max-width:600px){
 
    .footerLegals {
    width: 100%;
}
.footerLegals a {
    font-size: 0.7em;
}

.footerLogo {
    width: 100%;
}

.leftFooter a {
    font-size: 1.1em;
}

.rightFooter {
    width: 100%;
}

.rightFooter>a {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.footerSocials {
    width: 70%;
    margin: 0 auto;
}


}