/* Homepage banner action buttons */
#banner-position .banner-action-buttons {
    display: flex;
    gap: 14px;
    margin-top: 32px;
    flex-wrap: wrap;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

#banner-position .banner-carousel .active .content-box .banner-action-buttons {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

#banner-position .banner-action-btn {
    position: relative;
    display: inline-flex;
    flex: 0 1 270px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 270px;
    max-width: 100%;
    min-height: 54px;
    padding: 14px 24px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.22);
    transition: all 300ms ease;
}

/* Shared homepage conversion CTAs */
.home-cta-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.home-cta-btn {
    position: relative;
    display: inline-flex;
    flex: 0 1 285px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 285px;
    max-width: 100%;
    min-height: 54px;
    padding: 14px 22px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.18);
    transition: all 300ms ease;
}

.home-cta-btn i {
    font-size: 17px;
    line-height: 1;
}

.home-cta-call {
    background: #f9b233;
    color: #141417;
}

.home-cta-whatsapp {
    background: #1fa855;
}

.home-cta-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.home-cta-call:hover {
    background: #1b2f5e;
}

.home-cta-whatsapp:hover {
    background: #168344;
}

.cta-style-three .inner-box .home-cta-actions {
    justify-content: flex-end;
    max-width: 520px;
}

.home-conversion-cta {
    padding: 42px 0px;
    background: #071523;
}

.home-conversion-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.home-conversion-text {
    max-width: 590px;
}

.home-conversion-text h2 {
    color: #ffffff;
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 10px;
}

.home-conversion-text p {
    color: #d9e1ea;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}

.home-faq-cta {
    max-width: 930px;
    margin: 34px auto 0px;
    padding: 28px 30px;
    border-radius: 6px;
    background: #071523;
    text-align: center;
}

.home-faq-cta h3 {
    color: #ffffff;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 8px;
}

.home-faq-cta p {
    color: #d9e1ea;
    margin-bottom: 20px;
}

.home-faq-cta .home-cta-actions {
    justify-content: center;
}

#banner-position .banner-action-btn i {
    font-size: 17px;
    line-height: 1;
}

#banner-position .banner-call-btn {
    background: #f9b233;
    color: #141417;
}

#banner-position .banner-chat-btn {
    background: #1fa855;
}

#banner-position .banner-action-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

#banner-position .banner-call-btn:hover {
    background: #1b2f5e;
}

#banner-position .banner-chat-btn:hover {
    background: #168344;
}

@media only screen and (max-width: 991px) {
    .cta-style-three .inner-box,
    .home-conversion-inner {
        flex-wrap: wrap;
        gap: 24px;
    }

    .cta-style-three .inner-box .home-cta-actions,
    .home-conversion-inner .home-cta-actions {
        justify-content: flex-start;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #banner-position .banner-action-buttons {
        gap: 10px;
        margin-top: 24px;
    }

    #banner-position .banner-action-btn {
        flex-basis: 250px;
        width: 250px;
        min-height: 48px;
        padding: 12px 16px;
        font-size: 14px;
        line-height: 20px;
    }

    .cta-style-three .inner-box {
        align-items: flex-start;
        gap: 24px;
    }

    .cta-style-three .inner-box .home-cta-actions {
        justify-content: flex-start;
        max-width: 100%;
    }

    .home-cta-actions {
        gap: 10px;
    }

    .home-cta-btn {
        flex-basis: 250px;
        width: 250px;
        min-height: 48px;
        padding: 12px 16px;
        font-size: 14px;
        line-height: 20px;
    }

    .home-conversion-cta {
        padding: 34px 0px;
    }

    .home-conversion-inner {
        display: block;
    }

    .home-conversion-text {
        max-width: 100%;
        margin-bottom: 22px;
    }

    .home-conversion-text h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .home-faq-cta {
        padding: 24px 18px;
    }

    .home-faq-cta h3 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 480px) {
    #banner-position .banner-action-buttons {
        align-items: stretch;
        width: 100%;
    }

    #banner-position .banner-action-btn {
        width: 100%;
        flex-basis: 100%;
        min-width: 0;
    }

    .home-cta-actions {
        align-items: stretch;
        width: 100%;
    }

    .home-cta-btn {
        width: 100%;
        flex-basis: 100%;
        min-width: 0;
    }
}

/* Homepage service card contact links */
.news-section .service-contact-link {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    white-space: nowrap;
}

.news-section .service-contact-link i {
    opacity: 1 !important;
    margin-left: 0 !important;
    color: inherit;
}

.news-section .service-contact-link:hover i {
    margin-left: 0 !important;
}

@media only screen and (max-width: 480px) {
    .news-section .service-contact-link {
        white-space: normal;
    }
}




@media(max-width:768px){
    .chatnow {
        display: none;
    }

    .callnow {
        display: none;
    }
}


.footers {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1000;
    color: #fff;
}

.footer-btn.call {
    background-color: #000000;
}

.footer-btn {
    flex: 1;
    text-align: center;
    padding: 3px 0;
}

.footer-btn.chat {
    background-color: #05a13e;
}


@media(min-width:768px){
    .footers {
        display: none;
    }
}



/* ===========================
   EMERGENCY CTA SECTION
=========================== */

.emergency-cta-section {
    background: #2d2f32;
    padding: 55px 0 50px;
}

.emergency-cta-section .inner-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.emergency-cta-section .feature-block-three {
    flex: 1;
    min-width: 280px;
}

.emergency-cta-section .feature-block-three .inner-box {
    position: relative;
    padding: 10px 0 0 110px;
    height: 100%;
}

.emergency-cta-section .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    text-align: center;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 42px;
}

.emergency-cta-section h3 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
}

.emergency-cta-section p {
    color: #c8c8c8;
    margin-bottom: 25px;
    line-height: 30px;
}

/* ===========================
   CTA BUTTONS
=========================== */

.emergency-cta-btns {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 25px;
}

.cta-call-btn,
.cta-whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s ease;
    text-align: center;
}

.cta-call-btn {
    background: linear-gradient(90deg, #ffb300, #ff6a00);
    color: #111;
    box-shadow: 0 10px 25px rgba(255, 166, 0, 0.25);
}

.cta-call-btn:hover {
    transform: translateY(-3px);
    color: #111;
}

.cta-whatsapp-btn {
    background: #1db954;
    color: #fff;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(29, 185, 84, 0.2);
}

.cta-whatsapp-btn:hover {
    transform: translateY(-3px);
    color: #fff;
}

.cta-whatsapp-btn i {
    font-size: 20px;
}

/* ===========================
   BORDER LINES
=========================== */

.emergency-cta-section .feature-block-three .inner-box:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: -20px;
    top: 0;
    background: rgba(255,255,255,0.08);
}

.emergency-cta-section .feature-block-three:last-child .inner-box:before {
    display: none;
}

/* ===========================
   RESPONSIVE
=========================== */

@media (max-width: 992px) {

    .emergency-cta-section .inner-container {
        gap: 60px;
    }

    .emergency-cta-section .feature-block-three {
        width: 100%;
    }

    .emergency-cta-section .feature-block-three .inner-box:before {
        display: none;
    }

}

@media (max-width: 768px) {

    .emergency-cta-section {
        padding: 45px 0;
    }

    .emergency-cta-section .feature-block-three .inner-box {
        padding-left: 95px;
    }

    .emergency-cta-section .icon-box {
        width: 75px;
        height: 75px;
        line-height: 75px;
        font-size: 34px;
    }

    .emergency-cta-section h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .emergency-cta-section p {
        font-size: 15px;
        line-height: 28px;
    }

    .cta-call-btn,
    .cta-whatsapp-btn {
        font-size: 14px;
        padding: 14px 16px;
    }

}

.emergency-bottom-cta{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    margin-top:50px;
    flex-wrap:wrap;
}

.cta-call-btn,
.cta-whatsapp-btn{
    min-width:280px;
    text-align:center;
}

@media(max-width:768px){

    .emergency-bottom-cta{
        flex-direction:column;
        gap:15px;
    }

    .cta-call-btn,
    .cta-whatsapp-btn{
        width:100%;
        max-width:320px;
    }

}