/* ===================
63. Footer css 
====================== */

.footer-area {
    background: var(--footer-bg);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.footer-area.ft-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape02.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .1;
    z-index: -1;
}

.footer-widget-box {
    margin-bottom: 20px;
}

.footer-widget {
    position: relative;
    z-index: 1;
}

.footer-logo img {
    width: 200px;
    margin-bottom: 30px;
}

.copyright {
    padding: 20px 0;
    border-top: 1px dashed var(--border-white-color);
}

.copyright .footer-menu {
    margin: 0;
    padding: 0;
    text-align: right;
}

.copyright .footer-menu li {
    display: inline-block;
    margin-left: 25px;
    font-size: 16px;
}

.copyright .footer-menu li a {
    color: var(--footer-text-color);
    transition: var(--transition);
}

.copyright .footer-menu li a:hover {
    color: var(--theme-color);
}

.copyright .copyright-text {
    color: var(--footer-text-color);
    margin-bottom: 0px;
    font-size: 16px;
}

.copyright .copyright-text a {
    color: var(--theme-color);
    font-weight: 500;
}

.footer-widget-title {
    color: var(--footer-text-color);
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 20px;
    z-index: 1;
}

.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 2.5px;
    background-color: var(--theme-color);
    bottom: 0;
    left: 0;
}

.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 10px;
    height: 2.5px;
    background-color: var(--theme-color);
    bottom: 0;
    left: 35px;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

.footer-list li a {
    color: var(--footer-text-color);
    transition: var(--transition);
}

.footer-list li a i {
    margin-right: 5px;
    color: var(--theme-color);
    font-size: 13px;
}

.footer-list li a:hover {
    padding-left: 10px;
    color: var(--theme-color);
}

.footer-widget-box p {
    color: var(--footer-text-color);
    padding-right: 18px;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 15px;
    justify-content: end;
}

.footer-social li a i {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50px;
    background: rgba(255, 255, 255, .08);
    color: var(--theme-color);
    transition: var(--transition);
}

.footer-social li a i:hover {
    background: var(--theme-color);
    color: var(--color-white);
}

.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: var(--footer-text-color);
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-contact li a {
    color: var(--footer-text-color);
    transition: 0.3s;
}

.footer-contact li i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 50px 50px 50px 0;
    background: var(--theme-color);
    text-align: center;
    transition: 0.3s;
    color: var(--color-white);
}

.footer-call {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.footer-call-icon i {
    background: transparent !important;
    font-size: 45px !important;
    color: var(--theme-color) !important;
}

.footer-call-info h6 {
    color: var(--footer-text-color);
    font-weight: 700;
}

.footer-call-info a {
    color: var(--theme-color) !important;
    font-size: 20px;
    font-weight: 700;
}

.subscribe-form .form-control {
    padding: 14px 20px;
    border-radius: 18px;
    box-shadow: none;
    border: none;
    color: var(--color-dark);
}

.subscribe-form .form-control::placeholder {
    color: var(--color-dark);
}

.subscribe-form .form-group-icon {
    position: relative;
}

.subscribe-form .form-group-icon i {
    position: absolute;
    left: 20px;
    top: 19px;
    color: var(--theme-color);
}

.subscribe-form .form-group-icon .form-control {
    padding: 15px 18px 15px 45px;
}

.subscribe-form .theme-btn {
    margin-top: 20px;
    width: 100%;
}

.subscribe-form p {
    margin-top: 5px;
    margin-bottom: 10px;
}

.footer-payment-method {
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 8px;
}

.footer-payment-method h6 {
    font-weight: 700;
    color: var(--footer-text-color);
    white-space: nowrap;
}

.payment-method-img img {
    width: 35px;
    margin: 2px;
    border-radius: 4px;
}

@media all and (min-width: 1199px) and (max-width: 1399px) {
    .payment-method-img img {
        width: 33px;
    }
}

@media all and (max-width: 1199px) {
    .footer-widget-box {
        margin-bottom: 50px;
    }
}

@media all and (max-width: 991px) {
    .footer-widget-wrapper {
        padding-bottom: 0px;
    }

    .copyright .footer-menu {
        float: left;
        margin-top: 20px;
        text-align: left;
    }

    .copyright .footer-menu li {
        margin-left: 0;
        margin-right: 15px;
    }

}

@media all and (max-width: 767px) {
    .footer-widget-wrapper {
        padding-bottom: 0px;
    }

    .footer-social {
        justify-content: flex-start;
        margin-top: 20px;
    }
}

.pt-60 {
    padding-top: 60px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.fa-headset:before {
    content: "\f590";
}

button.scroltop {
    position: fixed;
    bottom: 20px;
    right: 30px;
    font-size: 25px;
    border: none;
    outline: none;
    border-radius: 50px 50px 50px 0;
    color: var(--color-white);
    background: var(--theme-color);
    cursor: pointer;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: var(--transition);
    z-index: 1;
    display: inline-block;
}

.whatsapp-abs img {
    width: 50px;
}

.whatsapp-abs {
    position: fixed;
    bottom: 30px;
    left: 20px;
    cursor: pointer;
    z-index: 1;
}

#system-credit img {
    margin-left: 0px !important;
}

.footer-social li {
    list-style: none;
}

.footer-list li {
    list-style: none;
}

i.fa-solid.fa-mail-reply {
    margin-right: 5px !important;
}

i.fa-solid.fa-map-marker-alt {
    width: 80px !important;
}

i.fa-solid.fa-mail-bulk {
    margin-right: 5px !important;
}

.footer-list i.fas.fa-angle-double-right {
    margin-right: 5px;
    color: var(--theme-color);
    font-size: 13px;
}

ul.footer-list {
    padding: 0;
}

ul.footer-contact {
    padding: 0;
}