/*
* 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;
    left: 20px;
}

.floating-icon .wtsapp i{
    color: green;
    font-size: 45px;
    background-color: #FFFFFF;
    border-radius: 50%;
    padding: 4px;
}

.footer-newsletter {
    color: var(--white);
}

.footer-newsletter .subscribe-note {
    text-wrap: auto;
}


.footer-newsletter .subscribe-form {
    display: flex;
    background-color: var(--white);
    border-radius: 50rem;
}

.footer-newsletter .subscribe-form .email-input {
    width: calc(100% - 40px);
    border: none;
    border-radius: 50rem;
}

.footer-newsletter .subscribe-form .submit-btn {
    padding: 0;
}

.footer-copyright .copyrights-bar{
    border-top: 1px solid #ffffff;
}
.footer-copyright .copyrights-bar i{
    font-size: 7px;
}
.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: var(--theme1);
    position: relative;
    /* background-image: url("../../img/footerBg.jpg"); */
    background-size: cover;
    background-position: center;
}

.footer .top-footer .social .list-inline-item i{
    color: var(--theme1);
    font-size: 22px;
}
.footer .top-footer .company-detail .title {
    font-size: 28px;
    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 .descr {
    color: var(--black);
}
.footer .top-footer .footer-title {
    text-transform: uppercase;
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    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 .top-footer .footer-link-area .footer-links .footer-link .text {
    color: var(--white);
    font-weight: 400;
    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: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    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 .footer__bottom-bar {
    padding: 15px 5px;
    font-size: 15px;
    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: 14px;
}
.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%);
}
.modal-content {
    /* background-color: transparent !important; */
    border: unset !important;
}
@media only screen and (max-width: 767px) {
    .footer .footer-top .subscribe-note{
        padding: 15px 0 0 0;
    }
    .footer .footer-top .subscribe .email{
        width: 400px;
    }

    .footer-bottom-box .footer-logo{
        margin-bottom: 25px;
    }

    .review-action .review-action__outer{
        padding: 10px 18px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 575px) {
    .footer .footer-top .subscribe .email{
        width: 250px;
    }
    .home-tips-row .tips-col .quick-tip-inner {
        border-right-color: transparent;
    }

    .footer-copyright .copyrights-bar{
        display: block;
        text-align: center;
        padding: 15px 10px;
    }
}
@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;
    }
}
