/* ===== MOBILE SLIDER FIX ===== */
@media (max-width: 768px) {

    .mobile-fix {
        height: auto !important;
        min-height: 60vh;
    }

    .mobile-fix .fnc-slide {
        height: 100% !important;
        min-height: 60vh;
    }

    .mobile-fix .fnc-slide__inner {
        position: relative !important;
        height: 100% !important;
        min-height: 60vh;
        padding: 100px 20px 60px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }

    .mobile-fix .fnc-slide__content {
        position: relative !important;
        transform: none !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        text-align: center !important;
    }

    .mobile-fix .fnc-slide__heading {
        width: 100% !important;
        margin: 0 !important;
    }

    .mobile-fix .fnc-slide__heading-line {
        font-size: 22px !important;
        line-height: 1.4 !important;
        left: 0 !important;
        width: 100% !important;
        padding: 20px 15px !important;
        background-color: rgba(0, 0, 0, 0.6) !important;
        border-radius: 15px !important;
        transform: none !important;
        box-sizing: border-box !important;
    }

    .mobile-fix .fnc-slide__heading-line span {
        display: block !important;
        font-size: 22px !important;
        white-space: normal !important;
    }

    /* Disable heavy masks on mobile */
    .mobile-fix .fnc-slide__mask,
    .mobile-fix .fnc-slide__mask-inner {
        display: none !important;
    }

    /* Fix nav dots */
    .mobile-fix .fnc-nav {
        bottom: 20px !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        right: 0 !important;
    }

    .mobile-fix .fnc-nav__controls {
        display: flex !important;
        justify-content: center !important;
        width: auto !important;
    }

    .mobile-fix .fnc-nav__control {
        width: 40px !important;
        margin: 0 5px !important;
    }

    .mobile-demo-cont {
        height: auto !important;
        min-height: 60vh !important;
    }
 .footer-cta-row {
        margin-left: 0;
        margin-right: 0;
    }

     .footer-cta-col,
    .footer-social-col {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 15px;
        text-align: center;
    }


     /* Align icon + text horizontally for CTA */
    .mobile-cta {
        display: flex;
        flex-direction: row;
        align-items: center;
        /* vertically center icon with text */
        justify-content: flex-start;
        /* align left inside column */
        gap: 10px;
        /* spacing between icon and text */
        text-align: left;
    }

    /* Icon size for mobile */
    .mobile-cta i {
        font-size: 16px;
        margin-bottom: 0;
    }

    /* CTA text spacing */
    .mobile-cta .cta-text h4,
    .mobile-cta .cta-text span {
        margin: 0;
        font-size: 14px;
    }

    /* Social icons layout */
    .mobile-social {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .mobile-social span {
        margin-right: 8px;
        font-size: 14px;
    }

    .mobile-social i {
        font-size: 16px;
        margin: 0;
    }

    /* Optional: adjust spacing between CTA blocks */
    .footer-cta-col,
    .footer-social-col {
        margin-bottom: 20px;
    }

    .mobile-fullwidth-cards .about-item {
    margin-bottom: 10px;
 }


 .mobile-fullwidth-cards .col-lg-6,
    .mobile-fullwidth-cards .col-lg-4 {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mobile-fullwidth-cards .card {
        width: 100% !important;
        margin: 0 !important;
    }

    .mobile-fullwidth-cards .product_icon {
        display: block;
        margin: 0 auto 10px auto;
        text-align: center;
    }

    .mobile-fullwidth-cards .card-body {
        text-align: center;
        padding: 10px;
    }

    .mobile-about-item {

        margin-top: 5px;
    }

    .mobile-about-item .mobile-about-card {
        min-height: 50px;
    }

    .about-item {
        margin-top: 54px !important;
        margin-bottom: 32px !important;
    }

    .mobile-no-top-space {
        padding-top: 122px !important;      
    }
 .mobile-no-space {
        padding-top: 103px !important;
        /* Reduce top space */
        padding-bottom: 33px !important;
        /* Reduce bottom space */
    }
    .mobile-form {
       padding-top: 12px;
    }
    .contnt-form-div .card {
        padding:0px !important;
    }
    .site-heading h4 {
        padding-bottom: 0px !important;
    }
    .site-heading {
    margin-bottom: 73px !important;
    
}
.py-5 {
    padding-bottom: 0rem !important;
}
.mobile-site-heading{
    margin-bottom: 32px !important;
}
.animate__slideInRight {
        animation: none !important;
        -webkit-animation: none !important;
    }
.lightService {
        padding-bottom: 15px !important;
}

}   /* end^/

 


