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

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

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

.footer-copyright {
    border-top: 2px solid white;
}

@media (max-width: 618px) {
    .footer-copyright .container{
        padding: 0 !important;
    }
}

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

.footer-copyright .copyright a{
    color: var(--theme3) !important;
}

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

.footer-contact-banner {
    background-color: #ffffff;
    padding: 40px 0;
}

@media (max-width: 1200px) {
    .footer-contact-banner .rd-title_outer{
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
    }
}

.footer-contact-title{
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
}

.footer-contact-description{
    color: #4A5462;
    font-size: 11px;
}

.footer-contact-actions{
    gap: 16px;
}

.footer-contact-actions .phone-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff;
    border-radius: 50%;
}

.footer-contact-btn{
    border-radius: 999px;
    padding: 12px 12px 12px 28px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease-in-out;
    flex: 1 1 auto;
    min-width: 0;
}

.footer-contact-btn:hover {
    color: var(--theme3) !important;
}

.footer-contact-btn__text{
    flex: 1 1 auto;
    min-width: 0;
}

.footer-contact-btn__label{
    display: block;
    font-size: 23px;
    line-height: 1.2;
    white-space: normal;
}

.footer-contact-btn__icon {
    flex-shrink: 0;
    width: 58px;
    height: 58px;
}

.footer-contact-btn__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .footer-contact-actions{
        flex-direction: row !important;
        align-items: stretch;
        justify-content: center;
    }

    .footer-contact-btn{
        max-width: 320px;
    }
}

@media (min-width: 1200px) {
    .footer-contact-actions{
        align-items: flex-end;
    }

    .footer-contact-btn{
        width: 100%;
        max-width: 360px;
    }
}

@media (max-width: 767.98px) {
    .footer-contact-actions{
        align-items: stretch;
    }

    .footer-contact-btn{
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 576px) {
    .footer-contact-btn__label{
        font-size: 16px;
    }

    .footer-contact-btn__icon {
        width: 48px;
        height: 48px;
    }

    .footer-contact-btn{
        padding: 10px 10px 10px 20px;
    }
}

.footer-contact-btn--phone{
    background-color: #000000;
    color: #ffffff;
    box-shadow: 0px 3px 40px #00000033;
}

.footer-contact-btn--whatsapp{
    background-color: #ffffff;
    color: #101726;
    box-shadow: 0px 3px 40px #00000033;
}

.footer-contact-btn:hover{
    transform: translateY(-1px);
    text-decoration: none;
}

@media (max-width: 575.98px){
    .footer-contact-banner {
        text-align: center;
    }
}

.footer {
    background-color: #000000;
    position: relative;
}

/* top feature strip */
.footer-top-strip{
    border-bottom: 2px solid white;
    background-color: #000000;
}

.footer-top-strip .row > div {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-top-strip .row > div:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background-color: #ffffff;
    display: none;
}

/* On mobile (2-per-row): only show divider after the 1st and 3rd items */
.footer-top-strip .row > div:nth-child(odd):not(:last-child)::after {
    display: block;
}

@media (min-width: 768px) {
    .footer-top-strip .row > div:not(:last-child)::after {
        display: block;
    }
}

.footer-top-strip__item{
    color: #ffffff;
    gap: 6px;
}

.footer-top-strip__icon{
    font-size: 19px;
    color: #ffffff;
}

.footer-top-strip__label{
    font-size: 10px;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {
    .footer-top-strip__item {
        gap: 8px;
    }

    .footer-top-strip__icon {
        font-size: 27px;
    }

    .footer-top-strip__label {
        font-size: 17px;
        letter-spacing: 0.08em;
    }
}

.top-footer .footer-payment-row .payment-methods-label {
    font-size: 13px;
    margin-right: 40px;
    white-space: nowrap;
}

.top-footer .footer-payment-row .payment-methods {
    gap: 16px;
}

@media (max-width: 991.98px) {
    .top-footer .footer-payment-row .payment-methods-label {
        margin-right: 0;
        width: 100%;
    }
    .top-footer .footer-payment-row .payment-methods {
        gap: 12px;
        row-gap: 12px;
    }
}

@media (max-width: 575.98px) {
    .footer-opening-hours li {
        font-size: 11px;
    }

    .footer .top-footer .footer-link-area .footer-links .footer-link .text,
    .footer .top-footer .footer-contact-details {
        font-size: 11px;
    }
}

.footer .top-footer .social .list-inline-item i{
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
}

.footer .top-footer .social .social-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.footer .top-footer .social .social-icon-link:hover {
    background-color: var(--theme3);
    border-color: var(--theme3);
    color: #ffffff;
    transform: translateY(-3px);
}


.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 .descr {
    color: var(--black);
}

.footer .top-footer .footer-title {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 24px;
}

.footer-opening-hours .close-text-row .close-text {
    color: var(--theme3);
}

.footer-opening-hours li{
    font-size: 13px;
    padding: 2px 0;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.footer-opening-hours li span:first-child{
    opacity: 0.8;
}

.footer-opening-hours li span:last-child{
    font-weight: 500;
}

.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: #ffffff !important;
}

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

.footer .top-footer .footer-contact-details a {
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    font-size: inherit;
}

.footer .top-footer .footer-contact-details a:hover {
    color: var(--theme3) !important;
    opacity: 1;
    text-decoration: none;
}

.footer .top-footer .footer-link-area .footer-links .footer-link .text {
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 14px;
    color: var(--white);
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    position: relative;
}

.footer .top-footer .footer-link-area .footer-links .footer-link .text:hover{
    color: var(--theme3) !important;
    opacity: 1;
}

.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: var(--theme3);
    border-radius: 50%;
}

.footer .top-footer .social .list-inline-item {
    padding: 0;
}

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

.modal-content {
    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: 11px;
    }
}
@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;
    }
}
.mobile-nav-active {
    background-color: #FDE3D1 !important;
}


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

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

@media only screen and (max-width: 768px) {
    .floating-icon{
        bottom: 147px;
    }
}