/*
* author: Ants Creation (Pvt) Ltd
* email: info@ants.lk
* web: www.ants.lk
* description: footer styles
*/

/* footer */

/* .floating-icon{
    z-index: 1;
    position: fixed;
    bottom: 40px;
    right: 20px;
} */

/* .floating-icon .wtsapp i{
    color: green;
    font-size: 45px;
    background-color: #FFFFFF;
    border-radius: 50%;
    padding: 4px;
} */

.top-border {
    border-top: 1px solid #BABCBF;
    width: 100%;
}

.copyrights-bar {
    border-top: 1px solid #BABCBF;
    width: 100%;
    margin: 0;
}

.footer-copyright .copyrights-bar i {
    font-size: 4px;
}

.footer-copyright .copyrights-bar .copyright a {
    color: var(--white);
}

.lbvXTF {
    inset: auto 0px 60px auto !important;
}

.footer-contact-banner .service-item .service-item__content p {
    overflow-wrap: anywhere;
}

.footer-contact-banner .service-item {
    width: fit-content !important;
}

.footer-contact-banner {
    background-color: var(--theme2);
}


.footer {
    background-color: #001A0A;
    position: relative;
    /* background-image: url("../../img/footerBg.jpg"); */
    background-size: cover;
    background-position: center;
}

.footer-top-content .top-footer-title {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 0px;
}

.footer-top-content h6 {
    color: #F7F9FC;
    font-size: 15px;
    font-weight: 100px;
    padding-top: 25px;
    padding-bottom: 42px;
}

.footer-logo {
    width: 220px;
    height: auto;
}

.footer .top-footer {
    /* margin-top: 5rem; */
    /* margin-bottom: 5rem; */
}

.footer .top-footer .social .list-inline-item i {
    color: var(--theme1);
    font-size: 19px;
}

.footer .top-footer .company-detail .title {
    font-size: 25px;
    font-weight: 600;
}

.footer .top-footer .company-detail .descr {
    color: var(--black);
}

.footer .top-footer .company-detail .footer-contact-details {
    color: var(--black);
}

.footer .top-footer .kw-search-icon {
    background-color: #00792E;
    box-shadow: 0px 1.7px 22.5px #00A53D4D;
    border-radius: 70px;
    border: none;
    width: 302px;
    height: 68px;
    padding-left: 0.14rem;
    padding-right: 0.14rem;
}

.footer .top-footer .kw-search-text {
    font-size: 15px;
    margin-left: 18px;
}

.footer .top-footer .text-black {
    color: #101726;
}

.footer .top-footer .nav-search-icon {
    padding-right: 0.5625rem;
    padding-left: 0.14rem;
}

.footer .top-footer .nav-search-icon img {
    width: 49.5px;
    height: 49.5px;
}

.footer .top-footer .descr {
    color: var(--black);
}

.footer .top-footer .footer-title {
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 0px;
}

.footer .top-footer form .subcribe {
    border: 1px solid #c1e1f5;
    border-radius: 5px;
    padding: 10px;
}

.footer .top-footer form .subcribe .form-control {
    background: transparent;
    border: transparent;
    color: var(--black);
}

.footer .top-footer form .subcribe .form-control::placeholder {
    color: var(--black);
}

.footer .top-footer form .subcribe .form-control:focus {
    box-shadow: none;
}

.footer .top-footer .input-group {
    align-items: center;
}

.footer .top-footer .input-group .input-group-text {
    background: transparent;
    border: none;
}

.footer .top-footer .input-group .input-group-text .form-check-input {
    background-color: transparent;
    width: 24px;
    height: 24px;
    border: 2px solid #49a6df;
    border-radius: 5px;
}

.footer .top-footer .input-group .text {
    color: var(--black);
}

.footer .top-footer .footer-link-area .footer-links .footer-link {
    color: var(--black) !important;
    /* margin: 5px; */
}

.footer-link img {
    width: 312px;
    height: 312px;
}

.footer-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    align-items: center;
}

.footer-contact-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.footer-row .footer-link {
    flex: 1 1 auto;
    min-width: 0;
}

.footer-row .footer-link .text {
    display: block;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}

.footer-social-icons {
    display: flex;
    gap: 10px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.footer-social-icon {
    width: 32px;
    height: 32px;
}

.footer-payment-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 16px;
    margin-top: 4px;
}

.footer-payment-icon {
    width: 72px;
    height: auto;
    align-self: center;
}

.footer .top-footer .footer-link-area .footer-links .footer-link .text {
    padding: 3px 15px;
    margin: 0;
    color: rgb(181, 181, 181);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.35;
    display: inline-block;
    /* text-transform: uppercase; */
    transition: all ease-in-out 0.3s;
    position: relative;
}

.footer .top-footer .footer-link-area .footer-links .footer-link .text:hover {
    opacity: 0.8;
}

.footer .top-footer .footer-link-area .footer-links .footer-link .text:hover::after {
    transition: all ease-in-out 0.3s;
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 6px;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
}

/* .footer .top-footer .footer-link-area .footer-links .footer-link:hover .text {
    padding-left: 3px;
} */
.footer .top-footer .social .list-inline-item {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 8px 9px;
}

.logo-area {
    padding-bottom: 0rem;
    padding-top: 0rem;
}

.footer .footer__bottom-bar {
    padding: 15px 5px;
    font-size: 12px;
    color: #fff;
    font-weight: 100;
    background-color: #00274d;
    border-top: 1px solid var(--black);
}

.footer .footer-bottom {
    background-color: #00274d;
    align-items: center;
}

.footer .footer-bottom .footer-detail {
    align-items: center;
    border-top: 1px solid #5c5c5c;
    padding: 25px 0px;
}

.footer .footer-bottom .footer-detail .copy-right {
    color: var(--black);
    font-size: 11px;
}

.footer .footer-bottom .footer-detail .social-media-links .social-links-area .social-links {
    padding: 0px 5px;
}

.footer .footer-bottom .footer-detail .social-media-links .social-links-area .social-links .social-icon {
    transition: all ease-in-out 0.3s;
}

.footer .footer-bottom .footer-detail .social-media-links .social-links-area .social-links .social-icon:hover {
    filter: brightness(0) saturate(100%) invert(97%) sepia(98%) saturate(3%) hue-rotate(50deg) brightness(103%) contrast(100%);
}

/* .footer-links-contact-section {
    max-width: fit-content;
} */

.modal-content {
    /* background-color: transparent !important; */
    border: unset !important;
}

.collapse-sidebar .absolute-bottom-right .btn-logout {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background-color: #ffffff;
    color: #000000;
    border: 1.5px solid #000000;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.collapse-sidebar .absolute-bottom-right .btn-logout i {
    font-size: 15px;
    line-height: 1;
}

.collapse-sidebar .absolute-bottom-right .btn-logout:hover {
    background-color: #00792E;
    color: #ffffff;
    border-color: #00792E;
}

@media only screen and (max-width: 1499px) {
    .footer-top-content .top-footer-title {
        font-size: 25px;
    }

    .footer .top-footer .footer-title {
        font-size: 12px !important;
    }

    .footer .top-footer .footer-link-area .footer-links .footer-link .text {
        font-size: 12px !important;
    }

    .footer .top-footer .kw-search-icon {
        width: 236px;
        height: 56px;
    }

    .footer .top-footer .kw-search-text {
        font-size: 10.5px;
        margin-left: 13.5px;
    }

    .footer .top-footer .nav-search-icon img {
        width: 39px;
        height: 39px;
    }

    .footer-logo {
        width: 210px !important;
        height: auto !important;
    }

    .logo-area {
        padding-bottom: 0rem;
        padding-top: 0rem;
    }

    .footer .top-footer {
        /* margin-top: 3rem; */
        /* margin-bottom: 3rem; */
    }
}

@media only screen and (max-width: 1200px) {
    .footer-top-content .top-footer-title {
        font-size: 25px;
    }

    .footer .top-footer .kw-search-icon {
        width: 191px;
        height: 45px;
    }

    .footer .top-footer .kw-search-text {
        font-size: 7px;
        margin-left: 10px;
    }

    .footer .top-footer .nav-search-icon img {
        width: 28px;
        height: 28px;
    }

    .footer-logo {
        width: 150px;
    }

    .logo-area {
        padding-bottom: 0rem;
        padding-top: 0rem;
    }

    .footer .top-footer {
        /* margin-top: 2rem; */
        /* margin-bottom: 2rem; */
    }

    .footer .top-footer .footer-title {
        font-size: 10px !important;
    }

    .footer .top-footer .footer-link-area .footer-links .footer-link .text {
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 991px) {
    .footer .top-footer div[class^="col-"] {
        text-align: center !important;
        /* margin-bottom: 30px; */
    }

    .footer-links-contact-section .row div[class^="col-"] {
        text-align: center !important;
    }

    .footer-social-icons {
        justify-content: center;
    }

    .footer-row {
        justify-content: center;
    }

    .footer .top-footer {
        margin-top: 0;
        margin-bottom: 0;
    }

    .footer .top-footer .kw-search-icon {
        /* width: 100%; */
        max-width: 225px;
        height: 45px;
    }

    .footer .top-footer .kw-search-text {
        font-size: 8px;
        margin-left: 11px;
    }

    .footer .top-footer .nav-search-icon img {
        width: 28px;
        height: 28px;
    }

    .footer .top-footer .footer-title {
        font-size: 10px !important;
    }

    .footer .top-footer .footer-link-area .footer-links .footer-link .text {
        font-size: 10px !important;
    }

    .footer-logo {
        width: 135px !important;
        height: auto !important;
    }
}

@media only screen and (max-width: 575px) {
    .footer .top-footer div[class^="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-top-content h2 {
        font-size: 19px !important;
    }

    .footer-payment-icons {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        gap: 14px;
        max-width: 200px;
        margin-inline: auto;
        margin-top: 30px;
    }

    .footer-top-content h6 {
        font-size: 17px;
        padding-bottom: 0;
        padding-bottom: 0;
    }

    .footer .top-footer .footer-title {
        font-size: 13px;
    }

    .footer .top-footer .footer-link-area .footer-links .footer-link .text {
        font-size: 13px;
    }

    .logo-area {
        padding-bottom: 0;
        padding-top: 0;
    }

    .logo-area .footer-link img {
        width: 114px;
        height: 114px;
    }

    .footer .top-footer .kw-search-icon {
        width: 169px;
        height: 45px;
    }

    .footer .top-footer .kw-search-text {
        font-size: 8px;
        margin-left: 11px;
    }

    .footer .top-footer .nav-search-icon img {
        width: 28px;
        height: 28px;
    }
}

@media only screen and (max-width: 450px) {
    .footer .footer-top .subscribe .email {
        width: 200px;
    }

    .footer .footer-top .subscribe button {
        padding: 0.6rem 0.4rem;
    }
}

@media only screen and (max-width: 1200px) {
    /* .floating-icon{
        bottom: 80px;
    } */

    /* .floating-icon .wtsapp i{
        font-size: 35px;
        padding: 4px;
    } */
}
