.sr-footer-04 {
    position: relative;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.sr-footer-04 .button__container {
    position: absolute;
    bottom: 15px;
    right: 15px;
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.sr-footer-04 .button__container:hover {
    filter: brightness(1.2);
}

.sr-footer-04 .sr-footer-nav .hs-menu-wrapper > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 3.125rem;
    row-gap: 1rem;
}
.sr-footer-04 .sr-footer-nav .hs-menu-wrapper > ul:has(.hs-menu-children-wrapper) {
    column-gap: 3.125rem;
    row-gap: 1.5rem;
    justify-content: space-between;
}




.sr-footer-04 .social {
    list-style: none;
    padding: 0;

}

.sr-footer-04 .social li {
    display: inline-block;
    text-align: center;
}

.sr-footer-04 .social li a {
    border-bottom: none;
    font-size: 1.4em;
}

.sr-footer-04 ul.social li {
    display: inline-block;
    margin: 0;
    margin-right: 24px;
}
.sr-footer-04 ul.social li:last-child {
    margin-right: 0;
}
.sr-footer-04 ul.social li i {
    border-radius: 50%;
    width: 2.3rem;
    height: 2.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
}

.sr-footer-04 .footer-logo {
    margin-bottom: 2rem;
}

.sr-footer-04 ul.hs-menu-children-wrapper {
    font-size: .875rem;
    line-height: 1;
    list-style-type: none;
    padding: 0;
    display: flex!important;
    flex-direction: column!important;
    gap: 0;
    margin-top: 8px;
}



.sr-footer-04 .footer-logo-social img {
    max-width: 100%;
    height: auto;
}

.sr-footer-04 .footer-logo-social a:not(:hover) {
    color: inherit;
}

.sr-footer-04 ul:has(.hs-menu-children-wrapper) li.hs-menu-depth-1>a , .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2 > a {
    font-weight: 400;
    font-family: Avenir;
    font-size: 16px;
    line-height: 1.5;
    color: var(--warning);
}
.sr-footer-04 ul.hs-menu-children-wrapper>li a:hover , 
.footer-copyright-links ul > li > a:hover , .footer-contact p a:hover {
    color: var(--warning);
}
.sr-footer-04 ul.hs-menu-children-wrapper > li  a {
    font-size: 14px;
    line-height: 2.42857; /* 242.857% */
}
.sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul:has(.hs-menu-children-wrapper) li {
    min-width: 170px;
}
.footer-contact p {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0;
}

.footer-contact {
    display: block;

}

.footer-copyright-links {
    margin-bottom: 11px;
    display: block;
}

.footer-copyright-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.7142; 
    display: flex;
    flex-wrap: wrap;
}
.footer-copyright-links ul li:not(:last-child):after {
    content: '|';
    margin: 0 8px;
    color: var(--body_color);
}
.footer-copyright-links ul > li > a{
    text-decoration-line: underline;
    text-transform: capitalize;
    color: var(--tertiary);  
}
}
.footer-copyright-links ul > li:not(:last-child) {
    margin-bottom: 8px;
}

.footer-copyright {
    text-transform: capitalize;
    color: var(--white);
}
.sr-footer-04 ul:has(.hs-menu-children-wrapper) li.hs-menu-depth-1 > ul {
    gap: 40px;
}
.col-footer-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
@media (min-width: 992px) {
    .sr-footer-04 .mobile-only {
        display: none;
    }
}
@media(max-width:1300px){
    .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul:has(.hs-menu-children-wrapper) li {
        min-width: 150px;
    }

    .sr-footer-04 ul:has(.hs-menu-children-wrapper) li.hs-menu-depth-1>ul {
        gap: 30px;
    }
    .sr-footer-04  .col-footer-menu {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .sr-footer-04  .col-footer-content {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media(max-width:991px){
    .col-footer-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-footer-menu {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-row {
        gap: 1.5rem;
    }
    .sr-footer-04 .social {
        margin-bottom: 1rem;
    }
    .footer-contact {
        margin-bottom: 2rem;
    }
    .sr-footer-04  .col-footer-menu {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sr-footer-04  .col-footer-content {
        flex: 0 0 100%;
        max-width:100%;
    }
    .col-footer-content {
        gap: 0rem;
    }
    .sr-footer-04 .footer-logo {
        margin-bottom: 1rem;
    }
    .sr-footer-04 .desktop-only {
        display: none
    }
}
@media (max-width: 479px) {
    .sr-footer-04 ul:has(.hs-menu-children-wrapper) li.hs-menu-depth-1>ul,
    .sr-footer-04 .sr-footer-nav .hs-menu-wrapper > ul:has(.hs-menu-children-wrapper),
    .footer-row {
        row-gap: 1rem;
    }

}