.social-icon a path {
    fill: #000;
}
.site-logo a {
    display: inline-block;
    vertical-align: middle;
}
.social-icon a:hover path {
    fill: var(--color-text-light);
}
.site-footer {
    padding: 52px 0;
    background: #fff;
    border-radius: 43px 43px 0 0;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 48px;
    border: 0;
    gap: 0;
}

.site-footer .site-info {
    text-align: left;
    margin-bottom: 48px;
}

.site-logo img {
    margin: 0;
}
.footer_info h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    margin: 0 0 2px;
}

.footer_info .item {
    margin-bottom: 20px;
    max-width: 516px;
}

.site-footer img.custom-logo {
    margin: 0;
}

.footer-navigation li {
    list-style: none;
    margin: 0;
}

.footer-navigation .footer-primary {
column-count: 2;       /* Split into 2 columns */
  column-gap: 60px;      /* Space between columns */
  list-style: none;      /* Remove bullets */
  margin: 0;
  padding: 0;
}

.footer-primary li {break-inside: avoid;   /* Prevent items from breaking */margin-bottom: 16px;}

.footer-primary li a{
    font-weight: 700;
    text-transform: capitalize;
}
.footer-primary li.item-hidden {
    opacity: 0;
    visibility: hidden;
}

.footer-bottom.container {
    display: flex;
    justify-content: space-between;
    gap: 0;
}

.footer-contact a {font-weight: 700;}

.social-icon .facebook {
    background: url(../images/facebook-black.svg);
    display: inline-block;
    width: 26px;
    height: 26px;
}

.social-icon .instagram {
    background: url(../images/instagram-black.svg);
    display: inline-block;
    width: 23px;
    height: 23px;
}

.social-icon .facebook:hover {
    background: url(../images/facebook-orange.svg);
}

.social-icon .instagram:hover {
    background: url(../images/instagram-orange.svg);
}
.social-icon {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    align-items: center;
    justify-content: flex-start;
}

.footer-menu-right .footer-navigation-wrapper {
    display: flex;
    margin: 0;
    gap: 40px;
    width: 100%;
    justify-content: flex-end;
}

.footer_copyright, .footer-bottom .footer-navigation li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
}

h6.footer-title {
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--color-grey);
    display: block;
    width: 100%;
}

.footer-contact {
    margin-bottom: 40px;
}

.footer-contact .item {
    margin-bottom: 18px;
}

.footer_info {
    width: 43%;
}

.footer-top .footer-navigation {
    width: 29%;
    padding-left: 4%;
}

.footer-contact-right {
    width: 28%;
    padding-left: 4.6%;
}

.footer-menu-right {
    width: 50%;
}
.to-the-top{
    width: 70.5px;
    height: 31.5px;
    border-radius: 50%;
    border: 2px solid var(--color-text-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.to-the-top:hover{
    background: var(--color-text-light);
}
.to-the-top:before {
    content: '';
    border: solid var(--color-text-light);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transition: all .5s;
    margin: 5px 0 0 0;
}

.to-the-top:hover:before{
    border-color: #fff;
}

.button-backtop.button-sticky-wraper {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
}

@media (min-width: 1000px){
    .footer_copyright br{
        display: none;
    }
}

@media (min-width: 1600px){
    .footer_info {
        width: 30.5%;
    }

    .footer-top .footer-navigation {
        width: 22%;
    }

    .footer-contact-right {
        width: 33%;
        padding-left: 3.6%;
    }
}

@media (max-width: 1199px){
    .footer-top .footer-navigation {
        padding-left: 0;
    }

    .footer_info {
        padding-right: 20px;
    }

    .footer-contact-right {
        padding-left: 20px;
    }
}

@media (max-width: 1024px){
    .footer_info {
        width: 100%;
    }

    .footer-top .footer-navigation, .footer-contact-right {
        width: 50%;
    }

}

@media (max-width: 999px){
.site-footer {
    padding: 49px 0;
}

.site-footer img.custom-logo {
    max-height: 50px;
    max-width: 200px;
}

.site-footer .site-info {
    margin-bottom: 39px;
}

h6.footer-title {
    margin: 0 0 19px 0;
}

.footer_info h5 {
    margin: 0px 0 3px;
}

.footer_info {
    padding: 0 0 38px;
}

.footer-top .footer-navigation, .footer-contact-right {
    width: 100%;
}


.footer-navigation .footer-primary a {
    white-space: nowrap;
}

.footer-contact-right {
    padding: 37px 0 0;
}

.footer-top {
    padding: 0 0 36px;
}

.footer-bottom.container {
    flex-wrap: wrap;
}

.footer-menu-right {
    width: 100%;
    padding: 10px 0 0;
}

.footer-menu-right .footer-navigation-wrapper {
    justify-content: flex-start;
}
}

@media (max-width: 480px){
    
.footer-navigation .footer-primary {
    max-width: 215px;
}
}