@media (min-width: 767px) {
    .post-navigation-container.mobile {
        display: none;
    }

    .footer-left {
        border-right: 1px solid #cfcfcf;
        padding-right: 40px;
        min-height: 200px;
        max-height: 200px;
    }

    .input-phone {
        width: 50% !important;
    }

    .footer-right {
        border-left: 1px solid #cfcfcf;
        padding-left: 40px;
        min-height: 200px;
        max-height: 200px;
    }

    .history-section h2 {
        text-align: center;
    }

    /* .history-section p {
        text-align: justify;
    } */

    .services-section h2 {
        text-align: center;
    }

    .services-section p {
        text-align: center;
    }

    .prev-post-link-wrapper,
    .next-post-link-wrapper {
        width: 50%;
    }

    .prev-post,
    .next-post {
        height: auto;
    }

    .prev-post {
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .next-post {
        justify-content: space-between;
        flex-direction: row;
    }


}

@media (min-width: 576px) and (max-width: 767px) {
    .post-navigation-container.mobile {
        display: block !important;
    }

    .post-navigation-container {
        display: none !important;
    }

}

@media (max-width: 992px) {
    .uvc-card-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-detail-card {
        margin-left: -15px;
    }

    /* body{
        margin-top: 5rem !important;
    } */
}

@media (max-width: 768px) {
    .uvc-card-container {
        grid-template-columns: 1fr;
    }

    .hero .text-uvc h1 {
        font-size: 24px !important;
    }

    /* body{
        margin-top: 5rem !important;
    } */
    .filters-card {
        display: none;
    }

    .filters-card .btn-orange {
        padding: 0 0px !important;
    }

    .hero .text-uvc {
        width: 70%;
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
    }

    .uvc-section {
        margin-top: 0;
    }

    .gradient {
        width: 100%;

    }

    .hero-contactUs h1 {
        top: 25%;
        left: 50%;
    }

    .div-contact {
        width: 90%;
        margin-top: 1rem;
    }

    .footer-left img {
        width: 100px;
    }



    .contact-inquiry-section {
        height: auto !important;
        padding: 20px;
    }

    .contact-inquiry-section h4 {
        padding: 0 !important;
        text-align: center;
        margin-bottom: 20px;
    }

    .contact-inquiry-section .text-cantact {
        padding-left: 10px !important;
        margin-bottom: 20px;
    }

    .contact-inquiry-section .btn {
        margin-top: 1rem;
        width: 100%;
    }

    .contact-rep-img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        margin: 20px 0 !important;
    }

    .hero-contactUs img {
        width: 100%;

    }

    .article-wrapper {
        padding: 1rem;
    }

}

@media (max-width: 576px) {
    .post-navigation-container {
        display: none;
    }

    .post-navigation-container.mobile {
        display: block;
    }

    .uvc-card-container {
        grid-template-columns: 1fr;
    }

    .hero-contactUs img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: top;
    }

    .nav-thumb-placeholder {
        width: 100px;
        height: 100px;
        flex-shrink: 0;
    }

    .nav-thumb-placeholder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
        padding: 10px;
    }

    .gradient {
        width: 100%;
        height: 200px;
    }

    .search-box .btn-orange {
        margin-left: 0rem;
    }

    .offcanvas {
        width: 100% !important;
    }

    .hero .text-uvc h1 {
        font-size: 24px !important;
    }

    .product-section {
        margin-top: 2rem;
    }

    .featured-tabs {
        gap: 0 !important;
    }

    .hero .text-uvc {
        width: 70%;
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
    }

    .search-section {
        padding: 30px 0;
    }

    .btn-orange {
        max-width: 62% !important;
        /* padding: 8px 0px !important; */
    }

    .uvc-section {
        margin-top: 0;
        padding: 30px 0 !important;
    }

    .uvc-section img {
        width: 100%;
        max-height: 80px;
        object-fit: contain;
        border: 0;
    }

    .container.py-5 {
        padding: 0 !important;
    }

    .icon-footer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .div-menu-mobile {
        display: none;
    }

    .read-more-link {
        width: 100%;
    }

    .lead {
        font-size: 18px;
        font-weight: 400;
    }

    .uvc-card-section .btn-orange {
        padding: 5px 0px !important;
    }


}

.hero.uvc-card-section img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.hero.uvc-card-section img.hero-img-mobile {
    height: 300px;
    object-position: top;
}

@media (min-width: 992px) {
    .hero.uvc-card-section img {
        height: 370px;
    }
}

@media (min-width: 1200px) {
    .hero.uvc-card-section img {
        height: 440px;
    }
}

@media (min-width: 1400px) {
    .hero.uvc-card-section img {
        height: 510px;
    }
}

@media (min-width: 992px) {


    .hero .text-uvc {
        width: 70%;
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
    }

    .div-uvc-footer {
        width: 30%;
        text-align: center;
    }

    .hero-contactUs h1 {
        left: 25%;
    }



}


@media (min-width: 412px) and (max-width: 576px) {
    .search-box {
        flex-direction: column !important;
        gap: 10px !important;
    }

}