.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: 3.125rem;
}


.sr-footer-04 .top-row {
    display: flex;
    align-items: flex-end;
    gap: 24px;
}

.sr-footer-04 .social {
    list-style: none;
    padding: 0;
    margin: 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 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: 8px;
    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 .contact-title{
    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: 14px;
    line-height: 1.71;
    margin-bottom: 0;
}

.footer-contact {
    display: block;
    padding-top: 29px;
}

.footer-copyright-links {
    margin-bottom: 2rem;
    display: block;
}

.footer-copyright-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.7142; 
}
.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(--body_color);
}

.sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul > li:nth-child(3) > ul > li > ul > li:last-child {
    text-decoration: underline;
}
.sr-footer-04 .col-footer-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sr-footer-04 .right-row {
    display: flex;
    flex-wrap: wrap;
}
.sr-footer-04 .menu-wrapper {
    width: 30%;
}

.sr-footer-04 .contact-info {
    width: 70%;
    padding-left: 20px;
}
.sr-footer-04 .contact-info ul {
    margin-top: 16px;
    margin-bottom: 0px;
    padding: 0;
    list-style: none;
    letter-spacing: 0.16px;
    font-weight: 800;
    font-family: Avenir;
}

.sr-footer-04 .contact-info ul li {
    padding-bottom: 15px;
    display: flex;
    gap: 12px;
}
.sr-footer-04 .contact-info ul li:last-child {
    padding-bottom: 0px;
}
@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 .top-row {
        flex-direction: column;
        align-items: flex-start;
    }
    /*     .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: 30px;
    }

    .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%;
    }

}
@media(max-width:620px){
    .sr-footer-04 .contact-info {
        width: 100%;
        padding: 0;
    }

    .sr-footer-04 .menu-wrapper {
        width: 100;
    }

    .sr-footer-04 .right-row {
        row-gap: 30px;
    }
}