footer, footer .leftColumnSpace, footer .rightColumnSpace {
    position: relative;
}
footer::before {
    content: '';
    position: absolute;
    background: var(--gray-color);
    top: 0;
    left: 0;
    width: 41.80%;
    height: 100%;
}
.footerBlock{
    padding: 80px 0 30px;
    column-gap: 10.9%;
}
.footerLeftColumn{
    width: 33.81%;
}
.footerRightColumn{
    width:  55.18%;
}
.footerLogo{
    width: 160px;
    margin-bottom: 30px;
}
.footerMenu{
    width: 30.43%;
}
.footerRightColumn .row .footerMenu:nth-child(2) {
    width: 21.39%;
}
.footerRightColumn .row .footerMenu:last-child {
    width: 23.36%;
}
.footerRightColumn .row.menuWrapper{
    column-gap: 12.33%;
}
.footerRightColumn .list li{
    list-style: none;
    color: var(--primary-color);
}
.footerRightColumn .list li:not(:last-child){
    margin-bottom: 25px;
}
.footerRightColumn .list li a{
    color: var(--primary-color);
}
.footerLeftColumn p{
    color: var(--primary-color);
    padding-bottom: 5px; 
}
.footerLeftColumn .description p{
    padding-bottom: 0px; 
}
.footerLeftColumn .description{
    width: 92.45%; 
    margin-left: auto;
    margin-bottom: 72px;
}
.footerLeftColumn img{
    display: block;
}
.footerLeftColumn .underlineImg{
    width: 100%;
}
.footerLeftColumn b, .footerLeftColumn strong{
    font-weight: 500;
    color: var(--secondary-color);
}
.footerRightColumn p.footerMenuTitle{
    color: var(--primary-color);
}
/* .copyright, .termsCondition{    
    position: absolute; 
    padding-bottom: 30px;
} */
.termsCondition ul li, .socialMedia ul li{
    display: inline-block;
    list-style: none;
}
.termsCondition li a{
    color: var(--primary-color);
    text-decoration: underline;
    text-decoration-color: var(--secondary-color);
    text-decoration-skip-ink: none;
    text-underline-offset: 3px;
}
.termsCondition .separater{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}
.socialMenuWrapper {
    margin: 40px 0;
    column-gap: 6.1%;
}
.socialMenuWrapper .contactTitle .footerMenuTitle {
    text-decoration: underline;
    text-decoration-color: var(--secondary-color);
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    display: inline-block;
}
.socialMenuWrapper .contactTitle .footerMenuTitle:hover, .termsCondition li a:hover{
    text-decoration: none;
}
.socialMenuWrapper .socialMedia{
    width: 57.24%;
}
.socialMenuWrapper .socialMedia .row{
    column-gap: 20px;
    align-items: center;
    row-gap: 25px;
}
.socialMenuWrapper .socialMedia p{
    width: max-content;
}
.socialMenuWrapper .socialMedia ul{
    display: flex;
    justify-content: space-between;
    width: 21.9%;
}
.socialMenuWrapper .socialMedia svg{
    vertical-align: middle;
}
.socialMenuWrapper .socialMedia a:hover path, .socialMenuWrapper .socialMedia svg:hover path{
    fill: var(--primary-color);
}
.footerRightColumn ul.list {
    margin-top: 30px;
}
.footerLeftColumn .footerSeals{
    justify-content: center;
    align-items: center;
    row-gap: 25px;
    column-gap: 8.08%;
}
.footerRightColumn .copyright{
    width: 57.84%;
}
.footerRightColumn .termsCondition{
    width: 33.94%;
}
.footerRightColumn .otherMenuWrapper{
    column-gap: 8.22%;
    row-gap: 20px;
}
.footerMenu li:hover a{
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--secondary-color);
}
.termsCondition li a{
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--secondary-color);
}
.footerLeftColumn .footerSeals img {
    height: 65px;
}
.author-website{
    margin-top: 15px;
}
.author-website a{
    text-decoration: underline; 
    color:#022237
}



@media (max-width: 1023.98px){
    .footerRightColumn .otherMenuWrapper{
        flex-direction: column-reverse;
    }
    .footerRightColumn .termsCondition, .footerRightColumn .copyright {
        width: 100%;
    }
}

@media (max-width: 991.98px){
}

@media (max-width: 767.98px){
    footer .container{
        margin: 0;
        max-width: unset;
    }
    .footerBlock {
        padding: 0px 0px;
    }
    .footerBlock.row {
        flex-direction: column;
    }
    .footerLeftColumn,.footerRightColumn{
        width: 100%;
        padding: 50px 6.67%;
    }
    .footerLeftColumn{
        background: var(--gray-color);
    }
    /* .socialMedia {
        width: 30%;
    } */
    footer::before {
       content: unset;
    }
    .footerRightColumn{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .footerRightColumn .otherMenuWrapper, .footerRightColumn .termsCondition, .footerRightColumn .copyright,
    .footerMenu, .footerRightColumn .row .footerMenu:nth-child(2), .footerRightColumn .row .footerMenu:last-child,
    .socialMenuWrapper .socialMedia {
        width: 100%;
    }
    .footerLogo {
        margin-bottom: 20px;
    }
    .footerLeftColumn .description {
        width: 100%;
        margin-bottom: 40px;
    }
    .footerLeftColumn .footerSeals {
        justify-content: space-between;
    }
    .footerRightColumn ul.list {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .footerRightColumn .row .footerMenu:last-child ul.list{
        margin-bottom: 0px;
    }
    .footerRightColumn .list li:not(:last-child) {
        margin-bottom: 10px;
    }
    .footerMenu.contactTitle{
        margin-bottom: 40px;
    }
    .socialMenuWrapper .socialMedia .row {
        column-gap: 30px;
    }
    .footerLeftColumn .underlineImg{
        margin-top: 0px;
    }
}