/* custom.css */

@media (max-width: 768px) {

    /* Adjustments for mobile screens */
    .carousel-item .row>* {
        margin-bottom: 20px;
    }

    .about,
    .solutions,
    .features,
    .benefits {
        text-align: center;
    }

    .sec-badge,
    .feature-icon {
        margin: 0 auto;
    }

    .feature-icon {
        margin-bottom: 20px;
    }

    h1 {
        font-size: 28px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {

        font-size: 16px;
    }

    .about,
    .solutions,
    .features,
    .how-it-works,
    .benefits,
    .pricing,
    .testimonials,
    .our-clients,
    .faqs,
    footer,
    .video-gallery,
    .contact-us,
    .inner-content {
        padding: 30px 10px;
    }

    .card-block {
        padding: 0px 0;
    }

    .timeline>.timeline-item .timeline-content {
        padding: 0 !important;
        position: relative;
        margin-left: 20px;
    }

    .timeline-content .align-items-end {
        align-items: inherit !important;
    }

    .benefit-cn {
        border-right: inherit;
        margin-bottom: 40px;
    }

    .home-banner .content {
        padding: 50px 20px;
    }

    .dash-img {
        margin-top: -109%;
    }

    .banner-img {
        position: relative;
        bottom: 0;
        right: 0;
    }

    .device-img {
        left: 0;
        position: relative;
        margin-top: 0;
    }

    .features .row>*,
    .pricing .row>* {
        padding: 0px;
    }

    .pricing .card {
        margin-bottom: 20px;
        margin: 15px;
    }

    .copyright .d-flex {
        flex-direction: column !important;
        gap: 15px;
    }

    .testimonial-quote {
        font-size: 18px;
    }

    .testimonial-author {
        font-size: 16px;
    }

    .testimonial-subtitle {
        font-size: 14px;
    }

    .testimonial-slide {
        padding: 16px;
    }

    iframe {
        border: 0;
        width: 100%;
        height: auto;
    }

    .paper-line-right,
    .paper-line-left {
        display: none;
    }

    .contact-left .sec-badge {
        margin: 0;
    }

    .contact-left {
        margin-bottom: 20px;
    }

    .contact-us .row>* {
        padding: 0;
    }

    .contact-left {
        padding: 20px;
    }

    .terms .content h2 {
        font-size: 28px;
    }

    .right-mob {
        display: none;
    }

    .mob-device {
        margin-bottom: 20px;
    }

    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

    .about video {
        max-width: 100%;
    }
}



@media (min-width: 992px) {
    .testimonial-slide {

        min-height: 450px;
    }

    .benefit-cn {
        width: 20%;
    }

    .paper-line-right {
        position: absolute;
        top: 24px;
        right: -84px;
    }

    .paper-line-left {
        position: absolute;
        left: -141px;
        top: 40px;
    }

    .order-1 {
        order: inherit !important;
    }

    .order-2 {
        order: inherit !important;
    }



}



@media (min-width: 768px) and (max-width: 991px) {
    /* Adjustments for tablets */

    .dash-img {
        margin-top: -61%;
    }

    .banner-img {
        position: relative;
        bottom: 1px;
        right: 0;
        text-align: right;
        margin-top: 15%;
    }

    .device-img {
        left: -31%;
        position: relative;
        margin-bottom: -18%;
    }

    iframe {
        border: 0;
        width: 100%;
        height: 400px !important;
    }

    .paper-line-right,
    .paper-line-left {
        display: none;
    }

    .order-1 {
        order: inherit !important;
    }

    .order-2 {
        order: inherit !important;
    }

    .about video {
        max-width: 100%;
    }
}