.hero-tablet {
    display: none;
}

.hero-mobile {
    display: none;
}

.hero-text-welcome {
    padding-top: 4rem !important;
}

.text-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 46px;
    height: 46px;
}

@media (max-width: 1200px) {
    .img-product {
        width: 70% !important;
    }
}

@media (max-width: 1024px) {
    .header {
        padding: 1rem !important;
    }

    .hero-section {
        padding-top: 4.0rem !important;
    }

    .navmenu {
        padding-top: 1rem !important;
    }

    .hero-text-welcome {
        padding-top: 14.5rem !important;
    }

    .patrol-content {
        padding-left: 1.5rem !important;
    }

    .img-product {
        width: 70% !important;
    }
}

@media (max-width: 992px) {
    .hero-pc {
        display: none;
    }

    .hero-tablet {
        display: block;
    }

    .navmenu {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .img-product {
        width: 100% !important;
    }
}

@media (max-width: 821px) {
    .services-index-title {
        /* padding-bottom: 0 !important; */
        padding-top: 2.5rem !important;
    }

    .hero-text-welcome {
        padding-top: 12rem !important;
    }
}



/* Media Queries for Tablet */
@media (max-width: 768px) {
    .hero-text {
        font-size: 2rem;
    }

    .section-vh {
        height: 100vh !important;
    }

    .services-index-title {
        /* padding-bottom: 0 !important; */
        padding-top: 2rem !important;
    }

    .abount-index-row {
        margin-top: 0 !important;
    }

    .img-about-index {
        height: 100% !important;
        width: 70% !important;
    }

    .abount-read-more {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .hero-text-welcome {
        padding-top: 11rem !important;
    }

    .text-ellipsis {
        max-height: 46px;
        height: 46px;
    }
}

@media (max-width: 540px) {
    .hero-text-welcome {
        padding-top: 5.5rem !important;
    }
}

/* Media Queries for Mobile */
@media (max-width: 480px) {
    .hero-text {
        font-size: 1.5rem;
    }

    .section-vh {
        height: 100vh !important;
    }

    .services-div {
        margin-top: 10%;
    }

    .header .logo img {
        max-height: 75px !important;
    }

    /* .hero-section {
        padding-left: 4%;
        padding-right: 4%;
    } */

    /* .img-hero-slide {
        max-height: 60vh;
    } */

    .hero-swiper {
        padding-top: 0.5rem !important;
    }

    .hero-text3 {
        padding-top: 0rem !important;
        margin-top: 1rem !important;
    }

    .sponsors .client-logo img {
        padding: 4% !important;
    }

    .section-brands {
        padding-bottom: 0 !important;
    }

    .contact-text {
        font-size: 18px !important;
        margin-bottom: 0 !important;
    }

    .contact-row1 {
        --bs-gutter-y: 0.5rem;
    }

    .agree-text {
        font-size: 8px !important;
    }

    .header {
        padding: 1rem !important;
    }

    .hero-section {
        padding-top: 5.5rem !important;
    }

    .index-global-p {
        font-size: 12px;
        ;
    }

    .services-index-title {
        padding-top: 0 !important;
        padding-bottom: 20px;
    }

    .img-about-index {
        height: 100% !important;
        width: 45% !important;
    }

    .abount-index-row {
        margin-top: 0 !important;
    }

    .about-text-index p {
        font-size: 14px !important;
    }

    .btn-about-index {
        font-size: 14px !important;
    }

    .container-menu-about {
        padding-top: 0 !important;
    }

    .container-menu {
        padding-top: 0 !important;
        margin-top: 1.5rem !important;
    }

    .section-title-menu {
        padding-top: 2.5rem !important;
    }

    .abount-row-menu {
        margin-top: 1rem !important;
    }

    .solution-title {
        padding-top: 0.5rem !important;
    }

    .solution-title2 {
        padding-top: 0.5rem !important;
    }

    .hero-text-welcome {
        padding-top: 6rem !important;
    }

    .hero-text3 {
        padding-top: 1.5rem !important;
    }

    /* .hero-swiper {
        max-height: 50%;
    } */
}

@media (max-width: 460px) {
    .hero-tablet {
        display: none;
    }

    .hero-mobile {
        display: block !important;
    }
}

@media (max-width: 376px) {

    .img-about-index {
        height: 100% !important;
        width: 35% !important;
    }

    .about-text-index p {
        font-size: 12px !important;
    }

    .btn-about-index {
        font-size: 12px !important;
    }

    .hero-text-welcome {
        padding-top: 4rem !important;
    }
}