@media only screen and (min-width: 992px) {
    .home-page .section-eight figure h4 {
        font-size: 40px;
    }

    .bars-footer .footer-info p,
    .bars-footer .footer-links ul li a,
    .bars-footer .footer-contact p,
    .bars-footer .footer-links ul li p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 1280px) {
    .step-title h4 {
        font-size: 35px;
    }

    .step-wrapper > div {
        width: 45px;
        height: 45px;
        margin-right: 84px;
    }

    .hooray-section > span {
        width: 45px;
        height: 45px;
    }

    .step-wrapper > div::after {
        right: -79px;
    }
}

@media only screen and (min-width: 1700px) and (max-width: 6000px) {
    .home-page .hero-section.slide {
        height: 590px;
    }

    .hero-section .smartbox-img img {
        height: 660px;
    }

    .new-dashboard-control {
        top: 244px;
        right: 120px !important;
    }

    .new-dashboard-control:hover {
        right: calc(120px - (291px - 278px) / 2);
        top: calc(244px - (68px - 55px) / 2);
    }
}

@media only screen and (min-width: 1200px) {
    .general-page.home-page .hero-section.slide {
        max-height: 350px;
    }

    .home-page .section-two .infit-scroll-wrapper p {
        position: relative;
        z-index: 9;
        margin-top: -25px;
    }

    .bars-footer .flex_wrapper_footer .footer-links.last {
        padding-right: 45px;
    }

    .home-page .home_nav_options .nav-tabs .nav-link {
        min-width: 12%;
    }
}

@media only screen and (min-width: 1201px) {
    .product-list-left ul {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 1400px) {
    .subscribe-section form {
        min-width: 600px;
    }

    .new-dashboard-control {
        right: 42px;
    }

    .new-dashboard-control:hover {
        right: calc(42px - (291px - 278px) / 2);
    }
}

@media only screen and (min-width: 1500px) {
    .product-list-left li .text,
    .product-list-right li .text {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1750px) {
    .new-users-box {
        left: 200px;
    }

    .new-users-box:hover {
        left: calc(200px - (296px - 238px) / 2);
    }
}

@media (min-width: 1921px) {
    /* .container-fluid {
    max-width: 1720px;
    padding: 0;
  } */

    .product-list-left {
        padding-left: 0;
    }

    .product-list-right {
        padding-right: 0;
    }

    .box-page .center-content {
        justify-content: space-between;
    }

    .product-list-left li .text,
    .product-list-right li .text {
        font-size: 24px;
    }

    .home-page .section-six .tab-content {
        max-width: 1820px;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        margin-right: auto;
        margin-left: auto;
    }

    .home-page .section-six .container-fluid.desktop_screens {
        padding: 0;
    }

    .home-page .section-six .default-img {
        display: none;
    }

    .home-page .section-six .large-img {
        display: block;
    }
}

@media only screen and (min-width: 1922px) and (max-width: 5000px) {
    .container-fluid {
        max-width: 1870px;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1700px) {
    .text-container,
    .additional-text {
        font-size: 14px;
    }

    .new-users-box {
        width: 230px;
    }

    .new-users-box:hover {
        width: 280px;
        left: calc(90px - (280px - 238px) / 2);
    }

    .new-coverage-box {
        width: 170px;
        height: 50px;
    }

    .new-coverage-box:hover {
        width: 185px;
        height: 60px;
        left: calc(90px - (185px - 170px) / 2);
        bottom: calc(120px - (60px - 50px) / 2);
    }

    .new-dashboard-control {
        width: 250px;
    }

    .new-dashboard-control:hover {
        width: 265px;
        height: 60px;
        right: calc(30px - (265px - 278px) / 2);
    }
}

@media (max-width: 1920px) {
    .home_tab__item.medium_screens {
        display: flex;
    }
}

@media only screen and (max-width: 1500px) {
    .mobile-nav-toggle {
        display: block;
    }

    .header .header_wrapper .header-list-menu,
    .header .header_wrapper .header-right-part {
        display: none;
    }

    .box-page .left-text {
        padding-bottom: 95px;
    }

    .box-page .left-text h5 {
        font-size: 20px;
    }

    .box-page .left-text h6 {
        font-size: 15px;
    }

    .box-page .product_wrapper .right-text h4 {
        font-size: 40px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 1430px) {
    .product-list-left li,
    .product-list-right li {
        margin-bottom: 9px;
    }
}

@media only screen and (max-width: 1400px) {
    .home-page .hero-section.slide {
        height: 745px;
    }
    .hero-section .smartbox-img {
        /* top: 83px; */
        bottom: -11px;
        height: unset;
    }
    .hero-section .coverage-box {
        top: 82px;
    }

    .hero-section .dashboard-control {
        top: 80px;
    }

    /* .hero-section .right-box-shadow {
    display: none;
  } */

    .home-page .hero-section .right_shadow_home {
        display: none;
    }

    .hero-section .left-box-shadow {
        width: 100%;
    }

    .hero-section .smartbox-img:hover {
        transform: translateY(-10px);
    }

    .new-users-box {
        left: 70px;
    }

    .new-users-box:hover {
        left: calc(70px - (280px - 238px) / 2);
    }
}

@media only screen and (max-width: 1370px) {
    /* .product-list-left li,
  .product-list-right li {
    margin-bottom: 15px;
  } */

    .box-page .animated__text {
        font-size: 100px;
    }

    .product-image-center img {
        /* width: 550px; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-list-right {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1300px) {
    .product-list-left li .text,
    .product-list-right li .text {
        font-size: 18px;
    }

    .box-page .animated__text {
        font-size: 90px;
    }

    .new-users-box,
    .new-coverage-box,
    .new-dashboard-control {
        pointer-events: none;
    }
}

@media only screen and (max-width: 1550px) and (min-width: 1200px) {
    .home-page .section-one h1.title {
        font-size: 60px;
        line-height: 60px;
    }

    .home-page .section-one p {
        font-size: 14px;
    }

    .home-page .section-one {
        margin-top: 20px;
    }

    /* .hero-section .users-box span,
  .hero-section .coverage-box span,
  .hero-section .dashboard-control span {
    font-size: 13px;
  } */
    .home-page .product-laptop {
        display: block;
    }

    .product-desktop {
        display: none;
    }

    .home-page .hero-section.slide {
        height: 348px;
        margin-top: 45px;
    }

    .hero-section .smartbox-img:hover {
        transform: translateY(-10px);
    }

    .hero-section .smartbox-img img {
        width: 570px;
        object-fit: contain;
    }

    .hero-section .smartbox-img {
        bottom: 20px;
    }

    .hero-section .users-box {
        top: -10px;
        /* width: 207px;
    height: 49px; */
        left: 50px;
    }

    .hero-section .coverage-box {
        /* height: 50px;
    width: 163px; */
        left: 60px;
    }

    .hero-section .dashboard-control {
        right: 133px;
        right: 15%;
        top: 50%;
        transform: translate(50%, -50%);
    }

    /* .hero-section .users-box:hover {
    width: 256px;
  } */

    .hero-section .users-box .clients {
        width: 87px;
        object-fit: contain;
    }

    .hero-section .users-box .heart {
        width: 21px;
    }

    .hero-section .coverage-box {
        top: 192px;
        left: 40px;
    }

    .hero-section .dashboard-control {
        top: 120px;
    }

    /* .hero-section .dashboard-control:hover {
    transform: translate(50%, -50%) translate(2%, -2%) scale(1.04);
  } */
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
    .new-users-box {
        left: 40px;
    }
}

@media only screen and (min-width: 1450px) and (max-width: 1900px) {
    .hero-section .users-box {
        left: 150px;
    }
}

@media only screen and (min-width: 1550px) and (max-width: 1615px) {
    .hero-section .users-box {
        left: 115px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1265px) {
    .hero-section .users-box {
        left: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .hero-section .smartbox-img {
        bottom: -97px;
    }
}

@media only screen and (max-width: 1620px) {
    .product-image-center {
        width: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 1200px) {
    .subscribe-section .wrapper .title,
    .text-slider-container {
        font-size: 32px;
    }

    .login-modal form {
        padding: 67px;
    }

    .login-modal .modal-dialog {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .box-page .animated__text {
        font-size: 80px;
    }

    .product-list-left li .text,
    .product-list-right li .text {
        font-size: 18px;
    }

    .home-page .section-eight figure .content svg,
    .home-page .section-eight figure .content img {
        width: 45px;
    }

    .product-flex-wrapper {
        gap: 6px;
    }

    .box-page .product_wrapper .right-text h4 {
        font-size: 32px;
        line-height: 50px;
    }

    .product-image-center {
        pointer-events: none;
    }

    .product-image-center img {
        width: 550px;
    }

    .home-page .section-one h1.title {
        font-size: 60px;
    }

    .home-page .section-one p {
        font-size: 14px;
    }

    .new-dashboard-control {
        top: 80px;
    }

    .new-dashboard-control:hover {
        top: calc(80px - (68px - 55px) / 2);
    }

    .new-coverage-box {
        bottom: 590px;
    }

    .new-coverage-box:hover {
        bottom: calc(590px - (68px - 56px) / 2);
    }

    .home-page .home_nav_options .nav-tabs .nav-link {
        min-width: 10%;
    }
}

@media only screen and (max-width: 1100px) {
    .box-page .animated__text {
        font-size: 65px;
    }

    .box-page #textWrapperLeft {
        top: 10% !important;
    }

    .box-page .product-wrapper #textWrapperBottomRight {
        bottom: 12% !important;
    }

    .product-image-center img {
        width: 440px;
    }

    .box-page .product_wrapper .right-text h4 {
        font-size: 28px;
        line-height: 43px;
    }
}

@media only screen and (max-width: 1030px) {
    .product-section {
        display: none;
    }

    .product-section-mobile {
        display: block;
    }

    .box-page
        .product-section-mobile
        .product-wrapper.obd-adapters
        #textWrapperBottomRight {
        width: 40%;
    }
    .box-page
        .product-section-mobile
        .product-wrapper.usb-c-cable
        #textWrapperBottomRight {
        width: 43%;
    }
    .box-page
        .product-section-mobile
        .product-wrapper.mini-usb-cable
        #textWrapperBottomRight {
        width: 46%;
    }
    .box-page
        .product-section-mobile
        .product-wrapper.volt-power-supply
        #textWrapperBottomRight {
        width: 55%;
    }
    .box-page
        .product-section-mobile
        .product-wrapper.unlocking-cable
        #textWrapperBottomRight {
        width: 42%;
    }

    .order-wrapper table td,
    .order-wrapper table td button {
        text-wrap: nowrap;
    }
}

@media only screen and (max-width: 1023px) {
    .subscribe-section .wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
    }

    .subscribe-section .wrapper .title,
    .text-slider-container {
        width: 100%;
        position: relative;
    }

    .subscribe-section form {
        min-width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .container-fluid {
        padding: 0 12px;
    }

    .home-page .home_tab__item .padding_div_tab {
        padding-left: 12px;
    }

    .home-page .section-three .drives-main-image {
        margin-top: 20px;
    }

    .home-page .section-four .title {
        padding-top: 70px;
    }

    .supported-vehicles-page .section-three {
        margin-top: 70px;
    }

    .supported-vehicles-page .section-three .right-image {
        padding-left: 0;
        margin-top: 35px;
    }

    .supported-vehicles-page .custom-table td {
        width: 18%;
    }

    .distributors-page .mobile-section {
        display: block;
    }

    .distributors-page .desktop-section {
        display: none;
    }

    .contact-page .section-two form {
        margin-left: 0;
        margin-top: 2rem;
    }

    .contact-page .section-three .left {
        padding-right: 0;
    }

    .login-modal .left-image {
        display: none;
    }

    .login-modal form {
        width: 100%;
    }

    .home-page .section-three .drives_smartbox_height,
    .home-page .section-three .drives-main-image {
        height: auto;
    }

    .smartbox_popup .order__2 {
        order: 2;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 0 !important;
    }

    .smartbox_popup .left-modal {
        padding: 39px 20px;
    }

    .smartbox_popup .order__1 {
        border-top-left-radius: 8px;
    }

    .smartbox_popup .right-modal img {
        height: 300px;
        object-fit: contain;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 8px;
    }

    .smartbox_popup .right-modal {
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 10px;
    }

    .smartbox_popup .left-modal h4 {
        font-size: 32px;
    }

    .smartbox_popup .modal-dialog {
        max-width: 850px;
    }
}

@media only screen and (max-width: 800px) {
    .supported-vehicles-page .top-sorted-wrapper {
        flex-wrap: wrap;
    }

    .smartbox_popup .modal-dialog {
        margin: 1.75rem 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .home-page .section-one h1.title {
        font-size: 55px;
        line-height: 68px;
    }
    .home-page .section-four .title {
        padding-top: 30px;
    }

    .home-page .testimonials .mobile_testimonial {
        display: block;
    }

    .home-page .testimonials .flickity_testimonial {
        display: none;
    }

    .home-page .section-seven .testimonials {
        padding-bottom: 55px;
    }

    .home-page .section-seven .swiper-button-prev,
    .home-page .section-seven .swiper-button-next {
        display: none;
    }

    .home-page .section-seven .testimonials .item .wrapper {
        padding: 35px;
    }

    .home-page .section-eight figure {
        height: 400px;
    }

    .home-page .section-eight figure img {
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    .home-page .home_tab__item .features-list {
        margin-bottom: 2rem;
    }

    .hero-section .slider-arrows,
    .hero-section .slider-counter {
        right: 15px;
    }

    .hero-section .coverage-box {
        left: 20px;
    }

    .hero-section .product-mobile {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto; /* ← Centers block-level image */
        object-fit: contain;
        visibility: visible !important;
    }

    .hero-section .product-desktop,
    .hero-section .product-laptop {
        display: none !important;
    }

    .hero-section .dashboard-control {
        top: 45px;
    }

    .hero-section .users-box {
        left: 50%;
        transform: translate(-50%) !important;
    }

    .hero-section .coverage-box {
        top: 120px;
    }

    .general-page.home-page .hero-section.slide {
        margin-top: 0;
    }

    .general-page .hero-section .hero_content .title {
        font-size: 45px;
        line-height: 50px;
    }

    .supported-vehicles-page.home-page .hero-section.slide,
    .faq-page.home-page .hero-section.slide,
    .contact-page.home-page .hero-section.slide,
    .distributors-page.home-page .hero-section.slide,
    .box-page.home-page .hero-section.slide {
        padding: 80px 18px;
    }

    .supported-vehicles-page.home-page .hero-section.slide .hero_content,
    .faq-page.home-page .hero-section.slide .hero_content {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        transform: none;
        padding: 0 15px;
    }

    .supported-vehicles-page .custom-table th,
    .supported-vehicles-page .custom-table td {
        font-size: 14px;
        padding: 8px;
        text-wrap: nowrap;
    }

    .supported-vehicles-page .custom-table th:nth-child(1),
    .supported-vehicles-page .custom-table td:nth-child(1) {
        width: 30%;
    }

    .supported-vehicles-page .custom-table th,
    .supported-vehicles-page .custom-table td {
        width: auto;
    }

    .step-wrapper > div {
        width: 28px !important;
        height: 28px !important;
        margin-right: 67px;
    }

    .step-wrapper > div::after {
        width: 50px;
        right: -58px;
    }

    .bars-footer .flex_wrapper_footer .footer-info {
        width: 100%;
        flex: unset;
    }

    .box-page .section-three .top-part p,
    .distributors-page .section-three p {
        margin-bottom: 1rem;
    }

    .box-page .section-three .top-part {
        margin-bottom: 60px;
    }

    .distributors-page .section-three {
        margin-top: 80px;
    }

    .distributors-tabs.nav-pills .nav-link h3 {
        font-size: 40px;
    }

    .home-page .video-section {
        margin-top: 70px;
    }

    .home-page .section-seven .testimonials .testimonial-left-gradient,
    .home-page .section-seven .testimonials .testimonial-right-gradient {
        width: 0;
    }

    .product-tab-pills .nav-link {
        padding: 10px 18px;
    }

    .new-users-box {
        left: 50%;
        transform: translate(-50%);
    }

    .new-dashboard-control {
        top: 45px;
    }

    .new-coverage-box {
        left: 25px;
        bottom: 565px;
    }

    .two-column-text {
        column-count: 1;
    }

    .supported-vehicles-page .pagination-wrapper {
        flex-wrap: wrap;
    }

    .supported-vehicles-page .pagination-wrapper .previous-btn,
    .supported-vehicles-page .pagination-wrapper .next-btn {
        padding: 10px 14px;
        min-width: 90px;
    }

    .supported-vehicles-page .pagination-wrapper button.active {
        padding: 10px 14px;
    }

    .supported-vehicles-page .pagination-wrapper .right {
        gap: 8px;
    }
}

@media only screen and (max-width: 630px) {
    .subscribe-section .wrapper .title,
    .text-slider-container {
        font-size: 26px;
    }
}

@media only screen and (max-width: 600px) {
    .home-page .section-eight figure h4 {
        font-size: 28px;
        margin-top: 5px;
    }

    .home-page .section-eight figure p {
        font-size: 14px;
    }

    .home-page .hero-section.slide {
        margin-top: 60px;
    }

    .text-slider-container {
        font-size: 28px;
    }

    .slider-wrapper {
        display: none !important;
    }

    .connected-text {
        min-width: 200px;
        text-align: left;
    }

    .sound-toggle img {
        width: 60px;
    }

    .hero-section .smartbox-img {
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .home-page .section-one {
        margin-top: 25px;
    }

    .home-page .section-one h1.title,
    .home-page .section-three h3.title,
    .home-page .section-four .title,
    .home-page .section-five .title,
    .home-page .section-seven .title-wrapper .title,
    .home-page .section-eight .title,
    .supported-vehicles-page .left h4,
    .distributors-page .section-three h3,
    .contact-page .section-two h4.title,
    .step-title > h4,
    .trigger-collapse > h6 {
        font-size: 40px;
        line-height: 49px;
    }

    .home-page .section-three .drives-box {
        padding: 25px;
    }

    .home-page .section-three .drives-box h4 {
        font-size: 22px;
    }

    .home-page .section-seven .title-wrapper {
        margin: 40px 0 60px 0;
    }

    .home-page .home_nav_options {
        margin-bottom: 65px;
    }

    .home-page .home_tab__item h3,
    .home-page .section-six .title {
        font-size: 40px;
    }

    .home-page .section-six .title,
    .home-page .section-eight .title {
        padding-top: 40px;
    }

    .home-page .border_space_wrapper .border__bottom {
        padding-bottom: 40px;
    }

    .home-page .section-eight .images_wrapper {
        margin-top: 25px;
    }

    .home-page .section-seven .testimonials .item p {
        font-size: 18px;
    }

    .box-page .hero-section .hero_content .title,
    .supported-vehicles-page .hero-section .hero_content .title {
        font-size: 45px;
        line-height: 50px;
    }

    .hero_section_form > div,
    .hero_section_form .check-now-btn {
        min-width: 100%;
    }

    .supported-vehicles-page .left h5 {
        line-height: 35px;
    }

    .supported-vehicles-page .top-sorted-wrapper {
        margin-top: 30px;
    }

    .distributors-page .section-three h3 {
        margin-bottom: 15px;
    }

    .distributors-page .section-three {
        margin-top: 70px;
    }

    .distributors-page .section-three form {
        padding: 30px;
    }

    .distributors-page .section-three .key_programming_wrapper,
    .faq-page .hero-section form {
        flex-wrap: wrap;
    }

    .faq-page .hero-section form button {
        width: 100%;
    }

    .faq-page .hero-section .search_content .icons {
        margin-bottom: 80px;
    }

    .faq-page .hero-section .search_content .box__wrapp {
        padding: 15px 8px;
    }

    .faq-page .faq_section .wrapper .item {
        padding: 20px;
    }

    .faq-page .faq_section .wrapper .item h4 {
        font-size: 18px;
    }

    .contact-page .section-three h6 {
        font-size: 32px;
    }

    .login-modal form {
        padding: 60px 30px;
    }

    .login-modal .close-button {
        top: 18px;
    }

    .order-summary,
    .discount-code {
        padding: 28px 20px;
    }

    .order-summary > h4,
    .discount-code h4,
    .order-summary .total-amount > h6,
    .order-summary .total-amount > span {
        font-size: 20px;
    }

    .order-summary > ul > li,
    .order-right-side .total > div {
        flex-wrap: wrap;
    }

    .step-title > h4 {
        font-size: 28px;
        line-height: 33px;
    }

    .pricing-page .top-sorted-wrapper .hero_select,
    .pricing-page .top-sorted-wrapper .hero_select .wrapper {
        min-width: 100%;
        max-width: 100%;
    }

    .supported-vehicles-page.home-page .hero-section.slide,
    .faq-page.home-page .hero-section.slide,
    .contact-page.home-page .hero-section.slide,
    .distributors-page.home-page .hero-section.slide,
    .box-page.home-page .hero-section.slide,
    .general-page.faq-page .hero-section.slide.search-padding-active {
        padding: 60px 18px !important;
    }

    .home-page .home_nav_options {
        margin-bottom: 50px;
    }

    .bars-footer .flex_wrapper_footer .footer-links {
        width: 100%;
        flex: unset;
    }

    .bars-footer .flex_wrapper_footer {
        gap: 20px;
        margin-bottom: 26px;
    }

    .distributors-tabs.nav-pills {
        grid-template-columns: repeat(1, 1fr);
    }

    .home-page .home_nav_options {
        margin-bottom: 65px;
    }

    .step-title h4 {
        font-size: 35px;
        line-height: 40px;
    }

    .step-wrapper {
        margin-top: 8px;
    }

    .home-page .section-eight figure .content {
        left: 20px;
        right: 20px;
    }

    .distributors-page .annual_revenue_wrapper button {
        max-width: 100%;
    }

    .product-section-mobile .tab-content .tab-pane img {
        width: 100%;
    }

    .home-page .testimonials .flickity-prev-next-button.next,
    .home-page .testimonials .flickity-prev-next-button.previous {
        display: none;
    }

    .sound-toggle {
        top: 50% !important;
    }

    .home-page .scaling-video {
        width: 100%;
        border-radius: 0;
    }

    .hero-section .smartbox-img {
        pointer-events: none;
    }

    .smartbox_popup .left-modal h4 {
        font-size: 28px;
    }

    .smartbox_popup .left-modal h5 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 512px) {
    .subscribe-section .wrapper .title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .home-page .section-five .product-info-box {
        padding: 40px 25px;
    }

    .home-page .section-five .title {
        padding-top: 70px;
    }

    .home-page .section-seven .testimonials .item .wrapper {
        flex-wrap: wrap;
        gap: 26px;
    }

    .home-page .section-seven .swiper-button-prev,
    .home-page .section-seven .swiper-button-next {
        top: 80%;
    }

    .hero-section .smartbox-img img {
        height: 100%;
    }

    .general-page .hero-section .hero_content .title {
        font-size: 45px;
        line-height: 47px;
    }

    .faq-page .hero-section .search_content .top__head .logo {
        width: 200px;
    }

    .contact-page .section-two form {
        padding: 30px;
    }

    .contact-page .section-two .bottom {
        flex-wrap: wrap;
    }

    .step-wrapper > div::after {
        width: 26px;
        right: -31px;
    }

    .step-wrapper > div {
        width: 38px !important;
        height: 38px !important;
        margin-right: 40px;
    }

    .home-page .hero-section.slide {
        height: 735px;
    }
}

/* Disable hover-driven visuals on small screens */
@media (max-width: 420px) {
    .home-page .hero-section.slide {
        height: 540px;
    }

    .hero-section .coverage-box,
    .hero-section .users-box,
    .hero-section .dashboard-control {
        pointer-events: none;
    }

    .new-dashboard-control,
    .new-coverage-box {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .home-page .section-one h1.title {
        font-size: 28px;
        line-height: 36px;
    }

    .home-page .section-three .drives-box {
        padding: 25px 18px;
    }

    .home-page .section-eight figure .content {
        bottom: 12px;
    }

    .home-page .section-eight figure .content svg,
    .home-page .section-eight figure .content img {
        width: 32px;
    }

    .home-page .section-eight figure h4 {
        font-size: 24px;
    }

    .home-page .section-seven .testimonials .item p {
        font-size: 15px;
    }

    .subscribe-section .wrapper .title .animated-text {
        display: none;
    }

    .subscribe-section .wrapper .title {
        font-size: 25px;
    }

    .hero-section .coverage-box,
    .hero-section .dashboard-control {
        display: none;
    }

    .faq-page.home-page .hero-section.slide .hero_content {
        padding: 0;
    }

    .discount-code input {
        padding-right: 135px;
    }

    .discount-code button {
        padding: 0 20px;
    }

    .step-wrapper > div::after {
        width: 26px;
        right: -31px;
    }

    .step-wrapper > div {
        width: 28px !important;
        height: 28px !important;
        margin-right: 40px;
    }
}

@media only screen and (max-width: 365px) {
    .home-page .hero-section.slide {
        height: 450px;
    }

    .home-page .section-eight figure .content {
        left: 18px;
        right: 18px;
    }

    .box-page .hero-section .hero_content .title {
        font-size: 38px;
    }

    .general-page .hero-section .hero_content .title {
        font-size: 36px;
    }

    .product-tab-pills .nav-link {
        padding: 10px 14px;
        font-size: 14px;
    }

    .supported-vehicles-page .pagination-wrapper .right {
        gap: 5px;
    }

    .supported-vehicles-page .pagination-wrapper .previous-btn,
    .supported-vehicles-page .pagination-wrapper .next-btn {
        padding: 10px;
    }
}

/* Disable hover effect on touch devices */
@media (hover: none) and (pointer: coarse) {
    .hero-section .smartbox-img:hover {
        transform: none !important;
    }

    .product-image-center,
    .new-users-box,
    .new-coverage-box,
    .new-dashboard-control {
        pointer-events: none;
    }

    .new-users-box:hover,
    .new-coverage-box:hover,
    .new-dashboard-control:hover {
        width: initial;
        height: initial;
        padding: initial;
        left: initial;
        right: initial;
        top: initial;
        bottom: initial;
        transform: initial;
    }
}
