/* 4K and Ultra-wide Screens */
@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
        margin: 0 auto;
    }

    .heading-title h2 {
        font-size: 32px;
    }

    .product-category,
    .news-index,
    .why-choice-us,
    .footer-main,
    .product-hot {
        padding: 80px 0;
    }
}

/* Ultra Large Devices (Extra Large Desktop) */
@media (max-width: 1599px) {
    .container {
        max-width: 1320px;
        margin: 0 auto;
    }
}

/* XXL Devices (Large Desktop) */
@media (max-width: 1399px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
    }
}

/* Extra Large Devices (Small Desktop) */
@media (max-width: 1199px) {
    .container {
        max-width: 960px;
        margin: 0 auto;
        padding-left: 16px;
        padding-right: 16px;
        width: 100%;
    }

    .flex-footer {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Large Devices (Tablets) */
@media (max-width: 991px) {
    .flex-footer {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .menu {
        display: flex;
        flex-wrap: wrap;
    }

    .title-main{
        font-size: 24px;
    }
}

/* Medium Devices (Tablets) */
@media (max-width: 767px) {
    .flex-footer {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .heading-title h2,
    .signage_services_header .subtitle,
    .contact_title{
        font-size: 24px;
    }
    .signage_services_header .title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .signage_services_list {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 100%;
        transition: transform 0.5s ease;
    }
    .service_item {
        padding: 0;
    }
    .signage_services {
        padding: 40px 0;
    }
    .service_item h3 {
        font-size: 20px;
    }
    .heading-title::after {
        width: 100%;
        height: 14px;
        background: linear-gradient(to left, #FF7518 0%, rgba(255, 117, 24, 0) 100%);
    }
    .product-hot-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .view_more {
        font-size: 16px;
    }
    .product-item .info h3 {
        font-size: 14px;
    }
    .product-item .info{
        padding: 8px;
        height: 90px;
    }
    .service_item .icon img {
        width: 45px;
        height: 45px;
    }
    .more_product{
        padding: 8px 20px;
    }
    /* Partner */
    .partner-subtitle {
        font-size: 20px;
    }
    .partner-maintitle{
        font-size: 28px;
        padding: 15px;
    }
    .partner-content-box {
        padding: 30px;
    }
    /* Contact Home */
    .contact_home {
        padding: 24px 0;
    }
    .contact_form{
        position: relative;
        transform:none;
        width: 100%;
        top: 0;
        left: 0;
    }
    .contact_info {
        padding: 20px;
        min-height: auto;
    }
    .contact_home_wrapper {
        display: grid;
        gap: 24px; 
    }
    .slogan_content {
        font-size: 80px;
    }
    .breadcrumb-separator{
        margin: 0 5px;
    }
}

/* Small Devices (Phones) */
@media (max-width: 575px) {
    .mobile-header {
        display: flex;
        padding: 5px;
    }
    .slider-item a img {
        height: 260px;
    }
    .heading-title h2::before,
    .heading-title h2::after {
        display: none;
    }
    .mobile-header .mobile-search{
        max-width: 300px;
    }
    .heading-title h2 {
        font-size: 20px;
    }

    .flex-header-top {
        flex-direction: column;
        gap: 8px;
    }

    .flex-header-top-left {
        flex-direction: column;
        gap: 6px;
    }

    .menu {
        display: none;
    }

    .flex-footer {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .product-category,
    .news-index,
    .why-choice-us,
    .partner,
    .footer-main,
    .product-hot {
        padding: 32px 0;
    }
    .contact_homepage {
        padding: 24px 0;
    }
}

/* Extra Small Devices */
@media (max-width: 374px) {
    .heading-title h2 {
        font-size: 18px;
    }

    .product-category,
    .news-index,
    .why-choice-us,
    .partner,
    .footer-main,
    .product-hot {
        padding: 24px 0;
    }
}
