```css id="2k9wfd"
/* =========================================================
   MAIN FOOTER
========================================================= */

.main-footer {
    position: relative;
    background: #171717;
    color: #fff;
    overflow: hidden;
}

.main-footer .auto-container {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.footer_bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.12;
    pointer-events: none;
}

.main-footer .widgets-section {
    position: relative;
    z-index: 1;
    padding-top: 65px !important;
    padding-bottom: 45px !important;
}

.main-footer .row {
    margin-top: 0;
    margin-bottom: 0;
}


/* =========================================================
   FOOTER COLUMNS
========================================================= */

.footer-column {
    position: relative;
    margin-bottom: 30px;
}

.footer-widget {
    position: relative;
}

.footer-widget h5 {
    position: relative;
    margin: 0 0 22px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
}

.footer-widget h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38px;
    height: 2px;
    background: #d7a15d;
}

.footer-widget p {
    margin: 0 0 22px;
    color: #bdbdbd;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
}


/* =========================================================
   FOOTER SOCIAL ICONS
========================================================= */

.footer_socials {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
}

.footer_socials a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer_socials a i {
    font-size: 13px;
}

.footer_socials a:hover {
    color: #fff;
    background: #d7a15d;
    border-color: #d7a15d;
    transform: translateY(-3px);
}


/* =========================================================
   FOOTER LIST
========================================================= */

.footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-list li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 15px;
}

.footer-list li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 1px;
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    font-weight: 900;
    color: #d7a15d;
}

.footer-list li:last-child {
    margin-bottom: 0;
}

.footer-list li a {
    color: #bdbdbd;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-list li a:hover {
    color: #d7a15d;
    padding-left: 4px;
}


/* =========================================================
   CONTACT LIST
========================================================= */

.footer-contact_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-contact_list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    color: #bdbdbd;
    font-size: 13px;
    line-height: 23px;
}

.footer-contact_list li:last-child {
    margin-bottom: 0;
}

.footer-contact_list li span {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d7a15d;
    font-size: 15px;
}

.footer-contact_list li span i {
    line-height: 1;
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.footer-bottom {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.35);
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding: 17px 0;
}

.footer-bottom .auto-container {
    position: relative;
}

.footer-bottom .d-flex {
    min-height: 25px;
}

.copyright {
    width: 100%;
    color: #999;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}

.copyright a {
    color: #d7a15d;
    text-decoration: none;
    transition: all 0.3s ease;
}

.copyright a:hover {
    color: #fff;
}


/* =========================================================
   STICKY PHONE / WHATSAPP
========================================================= */

.sticky-icon {
    z-index: 9999;
    position: fixed;
    top: 75%;
    right: 0;
    width: 55px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.sticky-icon a {
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    line-height: 48px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.sticky-icon a:hover {
    color: #fff;
    transform: translateX(-5px);
}

.sticky-icon a .fa-phone,
.sticky-icon a .fa-whatsapp {
    width: 44px;
    height: 44px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.sticky-icon a .fa-phone {
    background-color: #dc3545;
}

.sticky-icon a .fa-whatsapp {
    background-color: #198754;
}

.sticky-icon a:hover .fa-phone {
    background-color: #bb2d3b;
}

.sticky-icon a:hover .fa-whatsapp {
    background-color: #157347;
}


/* =========================================================
   PROGRESS SCROLL BUTTON
========================================================= */

.progress-wrap {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    z-index: 999;
    transition: all 0.3s ease;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap .svg-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.progress-wrap svg path {
    fill: none;
    stroke: #d7a15d;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 0.3s linear;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media only screen and (max-width: 1199px) {

    .main-footer .auto-container {
        max-width: 1140px;
    }

    .main-footer .widgets-section {
        padding-top: 55px !important;
    }

    .footer-widget p {
        font-size: 12px;
        line-height: 22px;
    }
}


@media only screen and (max-width: 991px) {

    .main-footer .auto-container {
        max-width: 960px;
    }

    .main-footer .widgets-section {
        padding-top: 50px !important;
    }

    .footer-column {
        margin-bottom: 35px;
    }

    .footer-widget h5 {
        margin-bottom: 18px;
    }
}


@media only screen and (max-width: 767px) {

    .main-footer .auto-container {
        max-width: 100%;
    }

    .main-footer .widgets-section {
        padding-top: 45px !important;
        padding-bottom: 20px !important;
    }

    .footer-column {
        margin-bottom: 30px;
    }

    .footer-widget h5 {
        font-size: 17px;
    }

    .footer-widget p {
        font-size: 13px;
        line-height: 23px;
    }

    .footer-list li {
        margin-bottom: 9px;
    }

    .footer-contact_list li {
        font-size: 12px;
        line-height: 21px;
    }

    .footer-bottom {
        padding: 15px 0;
    }

    .copyright {
        font-size: 11px;
        line-height: 20px;
    }

    .sticky-icon {
        width: 48px;
        right: 5px;
    }

    .sticky-icon a {
        width: 44px;
        height: 44px;
    }

    .sticky-icon a .fa-phone,
    .sticky-icon a .fa-whatsapp {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 19px;
    }

    .progress-wrap {
        right: 15px;
        bottom: 15px;
        width: 42px;
        height: 42px;
    }
}


@media only screen and (max-width: 575px) {

    .main-footer .widgets-section {
        padding-top: 40px !important;
    }

    .footer-column {
        margin-bottom: 25px;
    }

    .footer-widget h5 {
        font-size: 16px;
    }

    .footer_socials a {
        width: 32px;
        height: 32px;
    }

    .footer-contact_list li {
        align-items: flex-start;
    }

    .copyright {
        padding: 0 10px;
    }

    .sticky-icon {
        right: 3px;
    }
}
```
