.footer-wrapper {
    background-color: var(--dark-color);
    color: var(--white-color);
}

.footer-wrapper strong {
    color: var(--brand-sky-blue) !important;
}

.footer-ribbon .custom-a {
    color: var(--white-color) !important;
    transition: 0.5s color ease;
}

.footer-ribbon .custom-a:hover {
    color: var(--brand-sky-blue) !important;
}

.footer-wrapper a {
    color: var(--white-color);
}

.social-icon-wrapper a {
    border: 1px solid var(--brand-sky-blue);
}

.social-icon-wrapper a:hover {
    background-color: var(--brand-sky-blue);
}

.footer-wrapper .form-control {
    color: var(--white-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--brand-sky-blue);
}

.footer-wrapper textarea::placeholder,
.footer-wrapper input::placeholder {
    color: #777777;
}

.footer-wrapper textarea {
    height: 100px;
    resize: none !important;
}

.footer-wrapper a {
    color: #acacac;
    display: flex;
    gap: 5px;
    transition: 0.5s all ease;
}

.footer-wrapper a:hover {
    color: #ffffff;
    gap: 10px;
}

.footer-wrapper li {
    color: #acacac;
}

.footer-ribbon {
    color: var(--brand-sky-blue);
    background-color: #00143f;
    padding: 2px 0 2px;
    margin: 0;
}

.footer-ribbon p {
    padding: 0;
    margin: 0;
}

/* QUICK OFFER */
/* div#staticBackdrop {
    height: 88vh;
} */

.quick-offer button.btn.btn-primary {
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px 0 10px;
}

.quick-offer {
    position: fixed;
    bottom: 40px;
    left: 20px;
    z-index: 999;
}

.quick-offer ul.check-list li a {
    background: #009ceb26;
    padding: 5px;
    margin: 0 0 0 -5px;
    border: 1px solid #0000004a;
    border-radius: 8px;
    box-shadow: none;
    transition: 0.5s box-shadow ease;
}

.quick-offer ul.check-list li a:hover {
    box-shadow: 0 0 20px 0px #00000075;
}

@keyframes jitterAnimation {
    0%, 95%, 100% {
        transform: translate(0, 0);
    }
    5% {
        transform: translate(2px, -2px);
    }
    10% {
        transform: translate(-2px, 2px);
    }
    15% {
        transform: translate(2px, 2px);
    }
    20% {
        transform: translate(-2px, -2px);
    }
    25% {
        transform: translate(2px, -2px);
    }
    30% {
        transform: translate(-2px, 2px);
    }
    35% {
        transform: translate(2px, 2px);
    }
    40% {
        transform: translate(-2px, -2px);
    }
}
  
.jitter {
    animation: jitterAnimation 1s infinite;
}

.quick-offer .check-list li::before {
    top: 50%;
    transform: translate(0, -50%);
}

.quick-offer-thumb {
    height: 50px;
    width: 100px;
    border-radius: 5px;
}

.quick-offer-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
    transition: 0.5s scale ease;
}

.quick-offer ul.check-list li a:hover .quick-offer-thumb img {
    scale: 1.2;
}

.quick-offer-desc {
    width: 325px;
}
.offcanvas-header.justify-content-between {
    background-color: var(--dark-color);
}
.offcanvas-header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
}
@media only screen and (max-width: 767.09px) {
    .get-in-touch,
    .post-cat,
    .imp-link {
        margin: 20px 0 0 0;
        padding-top: 10px;
        border-top: 1px solid #002234;
    }
    /* .subscribe-section p {
        width: 100%;
    }
    .subscribe-section form div {
        width: 65%;
    } */
    .chat-anchor {
        right: 12px;
        bottom: 10px;
    }
    #scrollToTopBtn {
        right: 12px;
        bottom: 55px;
    }
    .quick-offer {
        bottom: 10px;
        left: 12px;
    }
    .footer-ribbon {
        padding: 2px 0 100px;
    }
}

@media (min-width: 768px) and (max-width: 1023.09px) {
    .get-in-touch,
    .post-cat {
        margin: 20px 0 0 0;
        padding-top: 10px;
        border-top: 1px solid #06410b;
    }
}

@media only screen and (min-width: 1024px) {
    .container.pt-5.pb-5.subscribe-section {
        border-radius: 250px;
        background-color: #fff;
        /* border: 1px solid red; */
        margin-bottom: -50px;
        position: relative;
    }

    .footer-wrapper {
        padding-top: 100px;
    }

    .subscribe-section p {
        width: 35%;
    }
    
    .subscribe-section form div {
        width: 25%;
    }
}