/* Mobile Styles */
/*for video 90rem 1440px*/
@media (max-width: 90rem) {
    .custom-modal-size {
        max-width: 98vw;
        width: 98vw;
        height: auto;
    }

    .video-modal-content {
        border-width: 0.625rem;
        border-radius: 0.625rem;
    }

    .btn-close-custom {
        top: -1.5rem;
        right: -1rem;
        font-size: 1.688rem;
        border-radius: 0.422rem;
    }

    .btn-close-custom span {
        line-height: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*.upcoming tools*/
    .upcoming-tools-wrap {
        justify-content: center;
        gap: 1rem;
    }
}

@media (max-width: 1366px) {
    /*header*/
    .sticky-header {
        display: flex;
        justify-content: center;
        touch-action: none;
        overscroll-behavior: contain;

        .header-container {
            .container_sticky {
                justify-content: center;
                gap: 12rem;
            }
        }
    }

    /* Dropdown Menu Section */
    .dropdown-menu {
        min-width: 90vw;
        top: calc(100% + 1.4rem);
        touch-action: none;
        overscroll-behavior: contain;
    }

    .dropdown-features {
        grid-template-columns: repeat(3, 1fr);
    }

    /*Clear section*/
    /*end Clear section*/
    /*eld documents section*/
    .eld-documents-section .grid {
        grid-template-columns: repeat(3, minmax(var(--space-305px), 1fr));
    }
}

/* ===== Large Desktops (1200px and below) ===== */
@media (max-width: 1200px) {
    /*header*/
    .sticky-header {
        display: flex;
        justify-content: center;

        .header-container {
            .container_sticky {
                justify-content: center;
                gap: 6rem;
            }
        }
    }

    /* Dropdown Menu Section */
    .dropdown-menu {
        min-width: 90vw;
        left: calc(100% + 0rem);
    }

    .dropdown-features {
        grid-template-columns: repeat(3, 1fr);
    }

    /* end dropdown menu */
    /*end header*/
    /*Powerful ELD */
    .powerful-eld-container {
        flex-direction: column;
        gap: 2rem;
    }

    .container-a {
        order: 2;
    }

    .container-b {
        order: 1;
    }

    .container-c {
        order: 3;
    }

    .powerful-eld-card {
        flex-wrap: nowrap;
    }

    /*end Powerful ELD */
    /* Dark Mode Section */
    .theme-comparison-slider {
        width: 100%;
        height: auto;
        aspect-ratio: 1200/768;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
    }

    .theme-image--left,
    .theme-image--right {
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
    }

    .theme-image--right {
        clip-path: inset(0 0 0 50% round 20px);
    }

    /* end Dark Mode Section */
}

@media (max-width: 1024px) {
    .container {
        overflow: hidden;
    }

    /*explore section*/
    .explore-section {
        .wrapper-section-a {
            padding-left: var(--space-10px);
        }
    }

    /*upcoming tools section*/
    .upcoming-tools-section {
        .upcoming-tools-wrap {
            justify-content: center;
            padding: 0 var(--space-12px);
        }
    }

    /*start free section*/
    .start-free-section .content-wrapper {
        flex-wrap: nowrap;
    }

    .start-free-section .content-wrapper .section-heading {
        text-align: left;
    }

    .start-free-section .calendar {
        left: 0;
    }

    .start-free-section .text-wrapper {
        justify-content: center;
    }

    /*ELD documents*/
    .eld-documents-section .grid {
        grid-template-columns: repeat(2, minmax(var(--space-305px), 1fr));
    }
}

/* Вимкнення hover на мобільних пристроях */
@media (hover: none) and (pointer: coarse) {
    .dropdown-feature:hover,
    .dropdown-feature:focus {
        background-color: inherit;
        transform: none;
        box-shadow: none;
    }

    .dropdown-feature:hover .dropdown-text h4,
    .dropdown-feature:focus .dropdown-text h4,
    .dropdown-feature:hover .dropdown-text p,
    .dropdown-feature:focus .dropdown-text p {
        color: var(--text-drop);
    }
}

/* ===== Tablets Landscape (992px and below) ===== */
@media (max-width: 992px) {
    /* Header Section */
    .ec.open {
        padding: 0;
    }

    .sticky-header {
        display: flex;
        justify-content: center;
        touch-action: none;
        overscroll-behavior: contain;

        .header-container {
            padding: 0;

            .container_sticky {
                justify-content: center;
                gap: clamp(3rem, 5.556vw, 5rem);
            }
        }
    }

    .login-btn {
        padding-top: 5px;
        padding-right: 22.5px;
        padding-bottom: 5px;
        padding-left: 22.5px;
        font-size: var(--font-size-14px);
        line-height: var(--line-height-24px);
    }

    /* Mobile Menu Toggle Visibility */
    .mobile-menu-toggle {
        display: flex;
        flex-direction: column;
        background: none;
        border: none;
        padding: var(--space-8px);
        z-index: 1;

    }

    .nav-menu.active .mobile-menu-toggle {
        display: none;
    }

    .mob-head {
        display: none;
    }

    .nav-menu.active {
        display: flex;
        left: 0;

        .mob-head {
            display: block;
            width: 100%;
            padding: var(--space-20px) var(--space-15px);
            margin-bottom: var(--space-20px);
        }

        .nav-link {
            color: #3B4746;
            font-weight: 400;
            font-size: var(--font-size-16px);
            line-height: var(--line-height-24px);
        }

        .nav-item.extra {
            margin-top: 26px;
        }

        .dropdown-app {
            display: flex;
            z-index: 1;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            width: 100%;
            padding: 0 16px 16px;

            .footer-col-mobile {
                background-color: #F0F0F0;
                border-radius: var(--space-16px);
                color: #293633;
                display: flex;
                flex-direction: column;
                gap: 0;
                padding: var(--space-16px);
                width: 100%;
                margin: 0;

                .footer-apps {
                    flex-direction: row;
                    width: 100%;
                    gap: 5px;
                }

                .footer-app-btn {
                    color: #3B4746;
                    border: 1px solid #DBDBDB;
                    border-radius: var(--space-8px);
                    padding: var(--space-8px) var(--space-8px) var(--space-8px) 1.063rem;
                }

                .footer-app-btn:hover {
                    background: #DBDBDB;
                    border-color: #293633;
                }

                .footer-title {
                    color: #293633;
                    margin-bottom: var(--space-16px);
                }

                .span-text-wrap {
                    font-weight: 500;
                    font-size: var(--font-size-16px);
                    line-height: var(--space-20px);
                    letter-spacing: 0;
                    color: #3B4746;
                    width: 100%;
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                }

                .footer-app-small {
                    font-weight: 400;
                    font-size: var(--space-12px);
                    line-height: var(--font-size-14px);
                    letter-spacing: 0;
                    color: #293633;
                }
            }
        }
    }

    /*mob menu when we opened the menu*/
    .logo {
        margin-right: 70px;
    }

    .nav-menu.active .mob-head {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 0;

        .header-container {
            border: 1px solid #E6E6E6;
            background: none;
            max-width: 100%;
            padding: 4px 0 4px 0;
        }

        .header-container::before {
            display: none;
        }

        .container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: clamp(5rem, 5.556vw, 6rem);
        }

        .logo {
            background-color: #003439;
            mask-image: url('../images/header/logo.svg');
            mask-size: cover;
            mask-repeat: no-repeat;
            width: 7.375rem;
            height: 1.25rem;
        }
    }

    .mobile-menu-toggle-mob {
        display: flex;
        flex-direction: column;
        background: none;
        border: none;
        padding: var(--space-8px);
        z-index: 1;
    }

    .mobile-menu-toggle.open {
        display: none;
    }

    /* Mobile Menu Toggle Animation */
    /* Dropdown Menu Section on the Solutions*/
    .dropdown-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: var(--white-FE);
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        touch-action: none;
        overscroll-behavior: contain;
        border: none;
    }

    .dropdown-menu.active {
        transform: translateX(0);
    }

    /* Back Button Dropdown*/
    /* Dropdown Content */
    .dropdown-back-button {
        background: url('../images/icons/open-menu/vector_second.svg') no-repeat left center;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        border: none;
        cursor: pointer;
        padding: 0 0 0 20px;
        position: relative;
        width: auto;
    }

    .dropdown-back-button::after {
        content: 'Solutions';
        margin-left: 0;
    }

    .dropdown-back-button:hover {
        border-radius: var(--border-radius-24);
    }

    .dropdown-back-button::before {
        display: none;
    }

    .dropdown-header {
        background: var(--white-FE);
        display: flex;
        align-items: center;
        z-index: 1;
        padding: 10px 0;
    }

    .dropdown-features {
        margin-top: 16px;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
    }

    .dropdown-feature {
        padding: 0;
        align-items: center;
        margin-bottom: 16px;
    }

    .dropdown-icon {
        img {
            width: 32px;
            height: 32px;
        }
    }

    .dropdown-text h4 {
        margin-bottom: 2px;
    }

    .column {
        margin-bottom: 16px;
    }

    .column .dropdown-feature:last-child {
        margin-bottom: 0;
    }

    /*end menu-toggle burger*/
    /*nav-menu*/
    .nav-menu {
        display: none;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100vw;
        height: 100vh;
        background-color: var(--white-FE);
        flex-direction: column;
        padding: var(--space-60px) var(--space-16px);
        box-shadow: var(--space-5px) 0 var(--space-15px) rgba(0, 0, 0, 0.2);
        transition: left 0.3s ease-in-out;
        overflow-y: auto;
    }

    .nav-item {
        padding: 0;
        margin: var(--space-10px) 0;
        width: 100%;
        color: var(--text-drop-p);
        justify-content: flex-start;
    }

    .nav-item.active {
        /*background: var(--color-F9);*/
        background: none;
        padding: 0;
    }

    .nav-item:hover,
    .nav-item:focus {
        font-weight: inherit;
        background: none;
        padding: 0;
        border-radius: var(--border-radius-24);
    }

    .nav-item .nav-link i {
        display: none;
    }

    .nav-item .nav-link img {
        display: flex;
    }

    .nav-item:first-child {
        margin-top: var(--space-40px);
    }

    .nav-link {
        font-weight: 500;
        font-size: var(--font-size-18px);
        border-radius: var(--border-radius-sm);
        justify-content: space-between;
        display: flex;
        width: 100%;
    }

    /*end nav-menu*/
    /* end Header Section */
    /* Hero Section */
    .hero {
        padding-top: calc(var(--space-50px) + var(--space-30px) * 2);
    }

    .hero h1 {
        width: 350px;
        font-size: var(--font-size-40px);
        line-height: var(--space-50px);
    }

    .btn-primary {
        padding: var(--space-12px) var(--space-24px);
        width: 240px;
    }

    .btn-secondary {
        padding: var(--space-8px) var(--space-24px);
    }

    /* end Hero Section */
    /*Features Section*/
    .features-indicators {
        display: flex;
        margin-top: 8px;
    }

    .features-section {
        margin-top: 30px;
    }

    .features-grid {
        padding: 0 12px;
        grid-template-columns: repeat(3, minmax(auto, 1fr));
    }

    .feature-card {
        gap: 0;
        width: 300px;
        border-radius: 16px;
    }

    .feature-card img {
        margin-right: var(--space-8px);
    }


    .feature-card h2 {
        white-space: nowrap;
    }

    .feature-card p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: var(--font-size-20px);
    }

    /* end Features Section*/
    /*Comprehensive Section*/
    .comprehensive-section {
        .section-subheading {
            width: 250px;
            text-align: center;
        }
    }

    .complete-section.mobile {
        .section-subheading {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;

            .cl-color_FAFAFA {
                width: 290px;
            }
        }
    }

    .section-subheading {
        display: flex;
        flex-direction: column;
        font-size: var(--font-size-14px);
        line-height: var(--space-20px);
        font-weight: 400;
        letter-spacing: 0;
        color: var(--text-drop-p);
        padding: 0;
        margin: 0;
    }

    .explore-tab-content .list-wrap-description {
        text-align: left;
    }

    .explore-card-info .list-wrap-icon {
        margin-right: var(--space-8px);
        width: 40px;
        height: 40px;
    }

    .explore-card-form img {
        padding: 0 5px;
    }

    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .complete-section .content {
        height: 500px;
    }

    .complete-section .container {
        padding-bottom: 0;
        border-radius: 16px;
    }

    /*end Comprehensive Section*/
    /*Real-time section*/
    .real-section .container {
        grid-template-columns:  1fr;
    }

    .real-section .real-list-wrap {
        grid-template-columns: 2fr 2fr;
    }

    .real-section-b {
        padding: 0 12px;
    }

    .real-section-c {
        margin: 0 12px;
    }

    .real-section-d {
        margin: 0 12px;
    }

    .real-section .real-section-a {
        justify-content: center;
        align-items: center;
    }

    .real-section .real-section-a h1,
    .real-section .real-section-a h2 {
        text-align: center;
    }

    .section-b-cart {
        bottom: 70%;
        left: var(--space-16px);
    }

    /*end Real-time section*/
    /*Comprehensive HOS section*/
    .comprehensive-hos-section .wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .comprehensive-hos-section {
        .text-wrapper {
            margin-bottom: 24px;
        }

        .section-subheading {
            width: 290px;
            text-align: center;
        }
    }

    /*end Comprehensive HOS section*/
    /*start free section*/
    .start-free-section .container {
        padding-top: clamp(20px, 4.86vw, 70px);
        padding-left: clamp(20px, 2.56vw, 80px);
        padding-right: 0;
        padding-bottom: 0;
    }

    /*explore section*/
    .explore-section .content {
        margin-top: 0;
    }

    .section-e-cart {
        display: none;
    }

    .custom-tab-content {
        top: var(--space-40px);
        height: 100%;
    }

    .custom-tabs {
        margin: 0 auto;
    }

    .custom-tabs-btn {
        padding: 8px;
        gap: 3px;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
    }

    .explore-section .content-wrapper-a {
        min-width: auto;
        flex-wrap: wrap;
        flex: 1 1 100%;
        justify-content: center;
    }

    .explore-section .custom-tab-content img {
        display: none;
    }

    .explore-section .wrapper-section-a {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        padding: 0 12px;
    }

    .explore-section .section-heading {
        width: inherit;
    }

    .explore-section .list-wrap-grid {
        grid-template-columns: repeat(auto-fit, minmax(clamp(230px, 20vw, 300px), 1fr));
    }

    .explore-section .wrapper-section-b {
        aspect-ratio: 16 / 10;
        width: 100%;
        max-width: 100%;
        top: 4rem;
        right: calc(1 * 0rem);
        z-index: 1;
        margin-top: calc(-1 * var(--space-45px));
    }

    .explore-section .list-wrap-icon {
        width: 38px;
        height: 38px;
        margin-right: 8px;
    }

    .theme-comparison-slider {
        margin-top: 10px;
    }
}

/* ===== Tablets Portrait (768px and below) ===== */
@media (max-width: 768px) {
    /* Hero Section */
    .hero-buttons {
        flex-direction: column;
        gap: var(--space-16px);
    }

    /* end Hero Section */
    /*Comprehensive Section*/
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 12px;
    }

    .service-description {
        line-height: 18px;
        font-size: 13px;
    }

    /*end Comprehensive Section*/
    .text-wrapper {
        margin-bottom: 24px;
    }

    .section-heading {
        font-size: var(--line-height-28px);
        line-height: var(--space-32px);
        font-weight: 700;
        text-align: center;
        letter-spacing: 0;
        margin-bottom: var(--space-8px);
        padding: 0;
    }

    /*complete section*/
    .complete-section .content {
        height: 450px;
    }

    /* Footer Section */
    .footer-main {
        flex-direction: column;
        padding: 0 16px 32px 16px;
    }

    .footer-col {
        margin-bottom: var(--space-32px);
    }

    .footer-logo {
        margin-bottom: var(--space-8px);
    }

    .footer-bottom {
        margin: 0 16px;
        flex-direction: column-reverse;
        gap: 12px;
        align-items: flex-start;
    }

    .footer-links {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 18px;
    }

    .footer-col ul li:last-child {
        margin-bottom: 0;
    }

    .footer-links a {
        margin-left: 0;
    }

    /* end Footer Section */
    /* Dark Mode Section - Mobile Optimizations */
    .theme-comparison-slider {
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
    }

    .theme-image--left,
    .theme-image--right {
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
    }

    .theme-image--right {
        clip-path: inset(0 0 0 50% round 16px);
    }

    /* end Dark Mode Section */
    .start-free-section .wrapper-section-a {
        width: 100%;
    }

    .start-free-section .text-wrapper {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .btn-primary-wrapper {
        width: 100%;
    }

    .wrapper-section-b .section-e-cart.calendar {
        display: none;
    }

    /*explore section*/
    .explore-content-text h2 {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .explore-section .wrapper-section-a {
        justify-content: flex-start;
        gap: 10px;
    }
}

@media (max-width: 620px) {
    /*complete section*/
    .complete-section .content {
        height: 350px;
    }

    /*upcoming tools section*/
    .upcoming-tools-section .list-wrap-grid {
        grid-template-columns: repeat(1, minmax(320px, 1fr));
        gap: var(--space-8px);
    }

    /*explore section*/
    .explore-section .wrapper-section-a {
        flex-wrap: wrap;
    }

    .real-section .real-section-d {
        h3 {
            width: 265px;
        }
    }
}

/* ===== Large Mobile (576px and below) ===== */
@media (max-width: 576px) {
    /*for mobile sliders started point*/
    .complete-section {
        display: none;
    }

    .explore-section {
        display: none;
    }

    .complete-section.mobile {
        display: flex;
    }

    .explore-section.mobile {
        display: flex;
    }

    /*end for mobile sliders started point*/
    /* Hero Section */
    .hero {
        background-size: 100% 82%;
    }

    .hero h1 {
        font-size: var(--space-32px);
        line-height: 2.125rem;
    }

    .hero-description {
        width: 335px;
        font-size: var(--font-size-14px);
        line-height: var(--space-20px);
        margin: 0 auto var(--space-40px);
    }

    /* end Hero Section */
    /*Comprehensive HOS section*/
    .comprehensive-hos-section .wrapper {
        div {
            grid-column: span 2/ span 2;
        }
    }

    /*end Comprehensive HOS section*/
    /* start-free-section*/
    .start-free-section .container {
        border-radius: 16px;
    }

    .start-free-section .content-wrapper {
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
        align-items: center;

        .section-subheading {
            margin: 0;
            text-align: center;
            color: #FAFAFA;
        }

        .wrapper-section-a {
            display: contents;
        }

        .text-wrapper {
            order: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
        }

        .wrapper-section-b {
            order: 2;
            width: 100%;
        }

        .btn-primary-wrapper.extra-mobile {
            order: 3;
            margin-top: 32px;
            margin-bottom: 70px;
        }

        .btn-primary-wrapper.mobile {
            display: none;
        }
    }

    .start-free-section .wrapper-section-b {
        max-width: 100%;
        margin-top: var(--space-24px);
    }

    /* Footer Section */
    .footer-main {
        flex-direction: column;
        padding: 0 12px 24px 12px;
    }

    .app-col {
        padding: var(--space-16px);
    }

    .footer-apps {
        width: 100%;
    }

    .footer-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .li-mobile-view {
        column-count: 2;
    }

    .footer-slogan {
        font-size: var(--font-size-14px);
    }

    .footer-col ul li {
        font-size: var(--font-size-14px);
    }

    .footer-app-btn .text-apps {
        line-height: 20px;
    }
}

/* ===== Small Mobile (480px and below) ===== */
@media (max-width: 480px) {
    /* Header Section */
    .sticky-header {
        display: flex;
        justify-content: center;
        touch-action: none;
        overscroll-behavior: contain;

        .header-container {
            padding: 4px 0 4px 0;

            .container_sticky {
                justify-content: center;
                gap: 0;
            }
        }
    }

    .nav-menu.active .mob-head {
        display: flex;
        width: 100%;
        padding: 0;
        margin-bottom: 0;

        .container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0;
        }
    }

    /* Dropdown Menu Section */
    .dropdown-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: var(--white-FE);
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        touch-action: none;
        overscroll-behavior: contain;
        z-index: 1000;
    }

    .dropdown-menu.active {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }

    .hero-buttons {
        flex-direction: column-reverse;
    }

    /*end hero*/
    /*Features Section*/
    .features-section {
        margin-bottom: var(--space-70px);
    }

    /* end Features Section*/
    /*Comprehensive Section*/
    .comprehensive-section {
        margin-bottom: var(--space-70px);

        .container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
    }

    .services-grid {
        gap: var(--space-8px);
    }

    .service-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: var(--space-8px);
    }

    .coming-soon-mobile-title {
        display: flex;
        flex-direction: column-reverse;

        .coming-soon {
            margin: 0 0 8px 0;
        }
    }

    .service-icon {
        width: var(--space-40px);
        height: var(--space-40px);
        margin: 0 0 var(--space-8px);

        img {
            width: var(--space-40px);
            height: var(--space-40px);
        }
    }

    .service-icon.coming-soon-mobile {
        display: none;
    }

    .service-title {
        font-size: var(--font-size-16px);
        line-height: var(--font-size-24px);
        margin-bottom: var(--space-2px);
    }

    /*end Comprehensive Section*/
    /*Complete Section with Custom Tabs*/
    .complete-section {
        margin-bottom: var(--space-70px);
    }

    .complete-section.mobile {
        display: flex;
    }

    /*end Complete Section with Custom Tabs*/
    /*Real-time section*/
    .real-section {
        margin-bottom: var(--space-70px);
    }

    .real-section .real-list-wrap {
        grid-template-columns: 1fr;
    }

    .real-section .real-section-a {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .real-section .real-list-wrap {
        padding: 0 12px;
        margin-right: 0;
    }

    .real-section .real-wrap-card .real-war-text {
        flex-direction: row;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;

    }

    /* end Real-time section*/
    /*Comprehensive HOS section*/
    .comprehensive-hos-section {
        margin-bottom: var(--space-70px);
        padding: 0 12px;
    }

    .comprehensive-hos-section .wrapper {
        img {
            display: flex;
        }

        div {
            .wrap_text {
                margin-bottom: 24px;
            }

            .wrap_text.drop {
                display: none;
            }

            .wrap_text.mobile {
                display: flex;
            }

            &:nth-child(3) {
                background-image: none;

                img {
                    aspect-ratio: 351 / 121;
                }
            }

            &:nth-child(4) {
                background-image: none;

                .wrap_text {
                    display: none;
                }

                img {
                    aspect-ratio: 351 / 214;
                }
            }

            &:nth-child(5) {
                background-image: none;

                .wrap_text {
                    display: none;
                }

                img {
                    aspect-ratio: 351 / 233;
                }
            }
        }
    }

    /*end Comprehensive HOS section*/
    /*Powerful ELD*/
    .powerful-eld-section {
        margin-bottom: 0;

        .section-heading {
            width: 300px;
        }

        .section-subheading.text-container.drop {
            display: none;
        }

        .section-subheading.text-container.mob {
            display: flex;
            width: 335px;
        }

        .store-link.app-store {
            .mob {
                width: 120px;
                height: 40px;
            }
        }

        .store-link.google-play {
            .mob {
                width: 120px;
                height: 40px;
            }
        }
    }

    .powerful-eld-container {
        padding: 0 12px;
        margin-bottom: 70px;
        gap: 0;
    }

    .container-a {
        gap: 8px;
        margin-bottom: 8px;
    }

    .container-c {
        gap: 8px;
    }

    .powerful-eld-card {
        gap: 8px;
        box-shadow: 2px 2px 12px 0 #E3E3E3CC;

        img {
            width: 40px;
            height: 40px;
        }
    }

    .eld-documents-section .powerful-eld-card:hover, .powerful-eld-card:focus-within {
        .arrow {
            width: 24px;
            height: 24px;
        }
    }

    .powerful-eld-card .feature-text h3 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .powerful-eld-card .feature-text p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .container-b {
        background-position: 0 0;
        height: var(--space-280px);
        overflow: hidden;
        display: none;
    }

    .powerful-eld-section .mobile-wrap.desktop {
        display: none;
    }

    .container-b-mobile {
        display: flex;
        /*gap: var(--space-12px);*/
        background: #F0F0F0;
        box-shadow: 2px 2px 12px 0 #F3F3F3CC;
        width: 351px;
        height: 200px;
        gap: 16px;
        opacity: 1;
        border-radius: 16px;
        padding: 16px;
        margin-bottom: 24px;

        .mobile-wrap {
            gap: var(--space-8px);
            flex-direction: column;
        }
    }

    .container-b-mobile .phone {
        max-width: 100%;
        width: 11.875rem; /*190px*/
        height: 10.938rem; /*175px*/
        object-fit: cover;
        object-position: top center;
        pointer-events: auto;
        overflow: hidden;
    }

    /*end Powerful ELD*/
    /*Explore section*/
    .explore-section .container {
        border-radius: var(--space-16px);
    }

    .custom-tabs-section {
        display: none;
    }

    .explore-section {
        display: none;
    }

    .explore-section.mobile {
        display: flex;
        margin-bottom: 70px;
    }

    /*end Explore section*/
    /*Clear section*/
    .clear-section {
        margin-bottom: var(--space-70px);
    }

    .clear-section .section-subheading {
        width: 220px;
        text-align: center;
    }

    .clear-section .container {
        background-image: none;
    }

    .clear-section .text-wrapper {
        margin-bottom: var(--space-24px);
    }

    .clear-section .price span:nth-child(1) {
        display: none;
    }

    .clear-section .price span:nth-child(2) {
        font-size: 56px;
        line-height: 56px;
    }

    .clear-section .price span:nth-child(3) {
        width: 65px;
    }

    .clear-section .list-wrap-grid {
        margin: var(--space-30px) 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
        gap: var(--space-12px);
    }

    .dashboard {
        grid-column: 1;
        grid-row: 1;
    }

    .assets-map {
        grid-column: 2;
        grid-row: 1;
    }

    .mobile-app {
        grid-column: 1;
        grid-row: 2;
    }

    .tracking-link {
        grid-column: 2;
        grid-row: 2;
    }

    .reports {
        grid-column: 1;
        grid-row: 3;
    }

    .integrations {
        grid-column: 2;
        grid-row: 3;
    }

    .maintenance {
        grid-column: 1;
        grid-row: 4;
    }

    .dispatch {
        grid-column: 1;
        grid-row: 5;
    }

    .ai-dashcam {
        grid-column: span 2;
        grid-row: 6;
    }

    .clear-section .list-wrap-icon {
        width: var(--space-24px);
        height: var(--space-24px);
    }

    .clear-section .list-wrap-description {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: var(--font-size-14px);
        line-height: var(--line-height-20px);
    }

    .clear-section .com {
        white-space: nowrap;
        margin-left: 8px;
    }

    .clear-section .btn-primary {
        width: 100%;
        padding: var(--space-12px) 3.688rem; /*59px*/
    }

    /*end Clear section*/
    /*Seamlessly section*/
    .seamlessly-section {
        margin-bottom: var(--space-70px);
    }

    .seamlessly-section .section-subheading {
        width: 269px;
    }

    .leaders {
        flex-wrap: nowrap;
        gap: var(--space-12px);
        overflow-x: auto;
        justify-content: flex-start;
    }

    .leader-cart {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*end Seamlessly section*/
    /*Upcoming tools section*/
    .upcoming-tools-section {
        margin-bottom: var(--space-70px);
    }

    .upcoming-tools-section .text-wrapper {
        margin-bottom: var(--space-24px);
    }

    .upcoming-tools-wrap {
        padding: 0 0.75rem;
    }

    .upcoming-tools-cart {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
        padding: var(--space-32px) var(--space-16px);
    }

    .upcoming-tools-cart:nth-child(1) {
        margin-bottom: var(--space-16px);
    }

    .upcoming-tools-cart img {
        width: var(--space-40px);
        height: var(--space-40px);
        margin-bottom: var(--space-16px);
    }

    .upcoming-tools-cart .text-wrapper {
        margin: 0 auto var(--space-16px);
    }

    .upcoming-tools-cart .text-wrapper h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: start;
    }

    .upcoming-tools-cart .text-wrapper p {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .upcoming-tools-section .list-wrap-grid {
        grid-template-columns: repeat(1, minmax(320px, 1fr));
    }

    .upcoming-tools-section .list-wrap-icon {
        margin-right: var(--space-8px);
        width: 40px;
        height: 40px;
    }

    /*edn Upcoming tools section*/
    /*Start-FREE trial section*/
    .start-free-section {
        margin-bottom: var(--space-70px);
    }

    .start-free-section .content-wrapper {
        justify-content: center;
    }

    .start-free-section .calendar {
        top: var(--space-250px);
        left: 4.38rem;
    }

    /*end Start-FREE trial section*/

    /*ELD documents*/
    .eld-documents-section {
        margin-bottom: var(--space-70px);

        .text-container {
            span:nth-child(2) {
                width: 260px;
            }
        }
    }

    .eld-documents-section .grid {
        grid-template-columns: repeat(1, minmax(var(--space-305px), 1fr));
        width: 100%;
        padding: 0 12px;
    }

    .eld-documents-section .grid .feature-text h4 {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
    }

    /*end ELD documents*/
    /*Footer Section */
    .site-footer {
        padding: var(--space-48px) 0 0 0;

        .app-col {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin: 0;
        }

        .footer-apps {
            flex-direction: row;
        }

        .footer-app-btn {
            width: 100%;
            padding: 10px;
            gap: 10px;
        }
    }
}

@media (max-width: 375px) {
    /*footer*/
    .footer-bottom {
        flex-direction: column-reverse;
    }

    .site-footer {
        .footer-app-btn {
            padding: 5px;
        }
    }

    .footer-links {
        display: flex;
        gap: var(--space-15px);
    }

    .footer-links a {
        margin: 0;
    }

    .start-free-section .container {
        padding: var(--space-70px) 0;
    }

    .start-free-section .extra-mobile {
        display: none;
    }

    .start-free-section .mobile {
        display: flex;
        margin: 32px 0 0;
    }
}

@media (max-width: 320px) {
    /* Header Section */
    .sticky-header {
        .header-container {
            .container_sticky {
                gap: 0.5rem;
            }
        }
    }

    /*dropdown head*/
    .nav-menu.active .mob-head {
        .container {
            gap: 1rem;
        }
    }

    .nav-menu.active {
        padding: var(--space-60px) var(--space-16px) var(--space-16px);
    }

    /*end dropdown head*/
    /* end Header Section */
}

