.footer {
    position: relative;
    width: 100%;
}

.footer a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer a:hover {
    color: var(--tts-buttton-bg);
}

.footer_newsletter {
    padding: 25px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--tts-buttton-bg);
}

.footer_newsletter .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.newsletter-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

.newsletter-form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.newsletter-form .form-control {
    width: 280px;
    height: 48px;
    padding: 0 15px;
    border-radius: 6px;
    border: none;
    outline: none;
    font-size: 14px;
}

.SUBCRIBE_BTN {
    height: 48px;
    padding: 0 22px;
    border-radius: 6px;
    border: none;
    background-color: var(--tts-buttton-bg1);
    color: var(--tts-buttton-txt1);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.SUBCRIBE_BTN:hover {
    background-color: var(--tts-buttton-bg1);

}

.footer-top {
    padding: 50px 0 0px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    margin-bottom: 10px;
}

.footer-widget ul li span {
    font-weight: 500;
    color: #000000;
}

.footer-widget ul li a {
    word-break: break-word;
}

.footer-widget ul li i {
    margin-right: 8px;
    color: var(--tts-buttton-bg);
}

.view-all-link-abhay {
    display: inline-block;
    margin-top: 8px;
    font-weight: 600;
    color: var(--tts-buttton-bg);
}

.view-all-link-abhay:hover {
    text-decoration: underline;
}

.footer-bottom {
    padding: 20px 0;
}

.footer-bottom .copyright {
    font-size: 14px;
    color: #000000;
}

.footer-bottom strong span {
    color: var(--tts-buttton-bg);
}

.footer-bottom .social-icon {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
}

.footer-bottom .social-icon li {
    display: inline-block;
}

.footer-bottom .social__list {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f2f2f2;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-bottom .social__list:hover {
    background: var(--tts-buttton-bg);
    color: #ffffff;
    transform: translateY(-3px);
}

.footer-bottom .social__list[title="Facebook"]:hover {
    background: #1877f2;
}

.footer-bottom .social__list[title="Instagram"]:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.footer-bottom .social__list[title="Twitter"]:hover {
    background: #1da1f2;
}

.footer-bottom .social__list[title="Linkedin"]:hover {
    background: #0a66c2;
}

.footer-bottom .social__list[title="Youtube"]:hover {
    background: #ff0000;
}

@media (max-width: 992px) {
    .footer_newsletter .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .newsletter-form {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .footer_newsletter {
        padding: 40px 0;
    }

    .newsletter-title {
        font-size: 22px;
    }

    .footer-top {
        padding: 50px 0 30px;
    }

    .newsletter-form .form-control{
        width: 200px;
    }
}

.back-top {
    position: fixed;
    right: 0px;
    top: 40%;
    z-index: 99999;
    width: auto;
    height: auto;
    border-radius: 4px;
    transform: translateY(-40%) rotate(-90deg);
    transform-origin: right bottom;
    transition: all 200ms linear;
}

.back-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

.back-top li {
    display: inline-block;
}

.back-top li a {
    color: #ffffff;
}

.action-btn {
    display: block;
    padding: 8px 32px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    text-align: center;
    border-radius: 20px 20px 0 0;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
}

.quick-enquiry {
    background: var(--tts-buttton-bg);
    border: 2px solid var(--tts-buttton-bg);
}

.whatsapp {
    background: #25d366;
    border: 2px solid #25d366;
    color: #fff;
}

@media (max-width: 600px) {
    .back-top {
        top: 40%;
        right: -60px;
    }

    .action-btn {
        padding: 7px 26px;
        font-size: 13px;
    }
}


/* ===== MODAL BACKDROP ===== */
.qe-modal {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
}

.qe-modal__content {
    border-radius: 18px;
    overflow: hidden;
    border: none;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    animation: qeFadeIn 0.35s ease;
}


@keyframes qeFadeIn {
    from {
        transform: scale(0.95) translateY(30px);
        opacity: 0;
    }

    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}




.qe-modal__close {
    border-radius: 50%;
    padding: 8px;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    backdrop-filter: blur(4px);
}


.qe-modal__visual {
    background: linear-gradient(135deg, var(--tts-buttton-bg), var(--tts-buttton-bg1));
    color: #fff;
}


.qe-visual {
    padding: 25px;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.qe-visual__img {
    height: 220px;
    border-radius: 12px;
    object-fit: cover;
    width: 100%;
    transition: transform 0.4s ease;
}

.carousel-item:hover .qe-visual__img {
    transform: scale(1.06);
}


.qe-visual__trust {
    margin-top: 15px;
}



.qe-visual__title,
.qe-contact__title,
.qe-form__title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}

.qe-form__title {
    color: #000;
}

.qe-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}


.qe-trust__item {
    background: rgba(255, 255, 255, 0.08);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    transition: all 0.25s ease;
}

.qe-trust__item:hover {
    background: rgba(255, 255, 255, 0.18);
}

.qe-trust__icon {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    color: #f3923d;
}

.qe-contact {
    margin-top: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    text-align: center;
}

.qe-contact__subtitle {
    font-size: 13px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.qe-contact__info {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.qe-contact__item {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
}

.qe-contact__icon {
    color: #f3923d;
}

.qe-modal__formWrap {
    background: #ffffff;
}


.qe-form {
    padding: 30px;
    width: 100%;
}


.qe-field {
    margin-bottom: 12px;
}

.qe-field__label {
    font-size: 13px;
    color: #666;
    margin-bottom: 3px;
    display: block;
}

.qe-field__input {
    height: 45px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0 10px;
    transition: all 0.25s ease;
}

.qe-field__input:focus {
    border-color: var(--tts-buttton-bg);
    box-shadow: 0 0 8px rgba(255, 122, 24, 0.2);
    outline: none;
}


.qe-btn {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, var(--tts-buttton-bg), var(--tts-buttton-bg1));
    transition: all 0.25s ease;
}

.qe-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 122, 24, 0.4);
}


.qe-form__note {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: var(--tts-buttton-bg);
    animation: qeBlink 1.5s infinite;
}


@keyframes qeBlink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}


@media (max-width: 768px) {

    .qe-form {
        padding: 20px;
    }

    .qe-visual__img {
        height: 160px;
    }

    .qe-trust {
        grid-template-columns: repeat(2, 1fr);
    }

    .qe-contact__info {
        grid-template-columns: 1fr;
    }


}