.profile-container {
    font-family: Roboto;
    padding: 30px 0;
    width: calc((100% - 1440px) / 2 + 1440px);
    max-width: 100%;
    margin-left: auto;
    box-sizing: border-box;
}

.about-metrics-container {
    padding: 30px 0;
    width: calc((100% - 1440px) / 2 + 1440px);
    max-width: 100%;
    margin-left: auto;
    box-sizing: border-box;
}

/* About / lists_single Page */
.about-hero-section {
    position: relative;
    height: 420px;
    background-image: url('/static/picture/ABOUT.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
}

.about-hero-content {
    color: #fff;
    max-width: 520px;
}

.about-hero-title {
    font-family: 'Times New Roman', serif;
    font-size: 42px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
}

.about-hero-subtitle {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}

.company-profile-section {
    padding: 80px 0 60px;
    background-color: rgb(249, 249, 249);
    position: relative;
}

.company-profile-grid {
    display: grid;
    grid-template-columns: 0.84fr 1.1fr;
    gap: 60px;
}

.about-label {
    font-size: 120px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.05);
    line-height: 1;
    margin-bottom: -40px;
    position: relative;
    z-index: 0;
}

.company-profile-text {
    position: relative;
    z-index: 1;
}

.company-profile-subtitle {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
    font-style: italic;
    font-weight: 700;
}

.company-profile-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.company-profile-image {
    position: relative;
    overflow: hidden;
}

.company-profile-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.company-profile-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg, rgba(122, 8, 18, 0.4) 0%, rgba(122, 8, 18, 0.2) 100%);
    pointer-events: none;
    z-index: 1;
}

.about-metrics-section {
    padding: 50px 0;
    background-color: #fff;
}

.about-metrics-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    text-align: center;
    background-color: #fff;
    box-shadow: 0 7px 18px 0 rgba(188, 188, 188, 0.34);
    border-radius: 20px 0 0 0;
}

.about-metric-item {
    background: #fff;
    padding: 25px 15px;
    cursor: pointer;
    position: relative;
}

.about-metric-item .link {
    position: absolute;
    background: #E8E8E8;
    top: 50%;
    right: 0;
    width: 1px;
    height: 70px;
    transform: translateY(-50%);

}

.about-metric-item:hover {
    background-color: #7a0812;
}

.about-metric-item:hover .about-metric-number {
    color: #fff;
}

.about-metric-item:hover .about-metric-label {
    color: #fff;
}

.about-metric-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-metric-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.3s;
}

.about-metric-number {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.about-metric-number span {
    font-size: 18px;
    font-weight: 400;
}

.about-metric-label {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
    line-height: 1.4;
}

.about-story-section {
    position: relative;
    padding: 40px 0 40px;
    background-image: url('/static/picture/BJ1.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
}



.story-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.story-leaf {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(144, 180, 144, 0.15);
    border-radius: 50%;
    filter: blur(20px);
}

.story-leaf-left {
    top: -50px;
    left: -50px;
}

.story-leaf-right {
    top: -50px;
    right: -50px;
}

.story-building {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(200, 200, 200, 0.1) 0%, transparent 100%);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300"><rect x="50" y="100" width="60" height="200" fill="rgba(150,150,150,0.2)"/><rect x="150" y="50" width="60" height="250" fill="rgba(150,150,150,0.2)"/><rect x="250" y="120" width="60" height="180" fill="rgba(150,150,150,0.2)"/><rect x="330" y="80" width="60" height="220" fill="rgba(150,150,150,0.2)"/></svg>');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.about-story-section .container {
    position: relative;
    z-index: 2;
}

.story-main-title {
    font-family: 'Times New Roman', serif;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.story-main-subtitle {
    font-family: 'Times New Roman', serif;
    font-size: 20px;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}

.story-content-area {
    max-width: 1000px;
    margin: 0 auto 80px;
}

.story-year-highlight {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    gap: 20px;
}

.year-line {
    flex: 1;
    height: 2px;
    background-color: #7a0812;
    max-width: 200px;
}

.year-text {
    font-size: 64px;
    font-weight: 700;
    color: #000;
    font-family: Arial, sans-serif;
}

.story-section-content {
    text-align: left;
}

.story-section-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}

.story-section-description {
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

.story-timeline-carousel-wrapper {
    position: relative;
    margin-top: 60px;
    padding: 0 80px;
    overflow: hidden;
}

.story-timeline-swiper {
    padding-bottom: 20px;
    overflow: hidden;
}

.story-timeline-swiper .swiper-wrapper {
    align-items: stretch;
}

.story-timeline-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    height: auto;
    display: flex;
    flex-direction: column;
}

.story-timeline-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.timeline-card-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.timeline-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.timeline-card-year {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #7a0812;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.story-timeline-prev,
.story-timeline-next {
    color: #7a0812;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #7a0812;
    border-radius: 50%;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-timeline-prev::after,
.story-timeline-next::after {
    display: none;
}

.story-timeline-prev i,
.story-timeline-next i {
    font-size: 18px;
    color: #7a0812;
}

.story-timeline-prev:hover,
.story-timeline-next:hover {
    background-color: #7a0812;
}

.story-timeline-prev:hover i,
.story-timeline-next:hover i {
    color: #fff;
}

.story-timeline-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.story-timeline-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}



/* 响应式设计 */
@media (max-width: 1024px) {
    .story-main-title {
        font-size: 36px;
    }

    .story-main-subtitle {
        font-size: 18px;
    }

    .year-text {
        font-size: 48px;
    }

    .story-timeline-carousel-wrapper {
        padding: 0 70px;
    }
}

@media (max-width: 1440px) {

    .profile-container,
    .about-metrics-container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .about-story-section {
        padding: 60px 0 80px;
    }

    .story-main-title {
        font-size: 28px;
    }

    .story-main-subtitle {
        font-size: 16px;
    }

    .year-text {
        font-size: 36px;
    }

    .year-line {
        max-width: 100px;
    }

    .story-section-title {
        font-size: 20px;
    }

    .story-section-description {
        font-size: 14px;
    }

    .story-timeline-carousel-wrapper {
        padding: 0 60px;
    }

    .timeline-card-image {
        height: 200px;
    }
}

.about-gallery-section {
    padding: 40px 0 80px;
    background-color: #fff;
}

.about-gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.about-gallery-grid .gallery-item img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    display: block;
}

.production-gallery-section {
    padding: 80px 0;
    background-color: #fff;
}

.production-gallery-content {
    display: grid;
    grid-template-columns: 0.94fr 1fr;
    gap: 30px;
}

.production-gallery-content-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.production-gallery-content-img:hover {
    transform: translateY(5px);
}

.production-gallery-content-r {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-employee-code-of-conduct {
    display: flex;
}

.about-employee-code-of-conduct img {
    height: 40px;
    display: block;
    object-fit: cover;
    margin-right: 10px;
}

.production-gallery-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin: 60px 0 30px;
}

.production-gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.production-gallery-grid .production-photo {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 4px;
}

.production-gallery-grid .production-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.production-gallery-grid .production-photo div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -100%;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.production-gallery-grid .production-photo:hover div {
    bottom: 0;
}

.production-gallery-grid .production-photo:hover img {
    transform: scale(1.05);
}

.certifications-section {
    padding: 80px 0 100px;
    background-color: #f5f5f5;
}

.certifications-section .section-title {
    font-size: 40px;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-family: Cinzel;
}

.certifications-subtitle {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.certifications-carousel-wrapper {
    position: relative;
    padding: 0 80px;
    overflow: hidden;
}

.certifications-swiper {
    overflow: hidden;
    padding-bottom: 20px;
}

.cert-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cert-slide img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    object-fit: contain;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    border-radius: 4px;
}

.certifications-prev,
.certifications-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #7a0812;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
    color: #7a0812;
}

.certifications-prev::after,
.certifications-next::after {
    display: none;
}

.certifications-prev i,
.certifications-next i {
    font-size: 20px;
    color: #7a0812;
}

.certifications-prev:hover,
.certifications-next:hover {
    background-color: #7a0812;
}

.certifications-prev:hover i,
.certifications-next:hover i {
    color: #fff;
}

.certifications-prev {
    left: 0;
}

.certifications-next {
    right: 0;
}

/* Related Products Section */
.related-products-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.related-products-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Playfair Display', serif;
}

.related-products-carousel-wrapper {
    position: relative;
    padding: 0 80px;
    overflow: hidden;
}

.related-products-swiper {
    overflow: hidden;
    padding-bottom: 20px;
}

.related-product-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: box-shadow 0.3s;
    height: auto;
}

.related-product-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.related-product-image {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background-color: #f5f5f5;
}

.related-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}

.related-product-card:hover .related-product-image img {
    transform: scale(1.05);
}

.related-product-title {
    padding: 15px;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.related-product-title a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s;
}

.related-product-title a:hover {
    color: #7a0812;
}

.related-products-prev,
.related-products-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #7a0812;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
    color: #7a0812;
}

.related-products-prev::after,
.related-products-next::after {
    display: none;
}

.related-products-prev i,
.related-products-next i {
    font-size: 20px;
    color: #7a0812;
}

.related-products-prev:hover,
.related-products-next:hover {
    background-color: #7a0812;
}

.related-products-prev:hover i,
.related-products-next:hover i {
    color: #fff;
}

.related-products-prev {
    left: 0;
}

.related-products-next {
    right: 0;
}

/* Responsive styles for Related Products */
@media (max-width: 768px) {
    .related-products-section {
        padding: 40px 0;
    }

    .related-products-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .related-products-carousel-wrapper {
        padding: 0 60px;
    }

    .related-products-prev,
    .related-products-next {
        width: 40px;
        height: 40px;
    }

    .related-products-prev i,
    .related-products-next i {
        font-size: 16px;
    }

    .related-products-prev {
        left: 10px;
    }

    .related-products-next {
        right: 10px;
    }
}

@media (max-width: 1024px) {
    .company-profile-grid {
        grid-template-columns: 1fr;
    }

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

    .production-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .production-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .production-gallery-section .section-title {
        font-size: 20px;
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .about-hero-section {
        height: 260px;
    }

    .about-metrics-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .production-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .production-gallery-section {
        padding: 60px 0;
    }

    .production-gallery-section .section-title {
        font-size: 18px;
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .certifications-carousel-wrapper {
        padding: 0 50px;
    }

    .cert-slide img {
        max-width: 200px;
    }

    .certifications-prev,
    .certifications-next {
        width: 35px;
        height: 35px;
    }

    .certifications-prev i,
    .certifications-next i {
        font-size: 14px;
    }

    .certifications-subtitle {
        font-size: 14px;
        padding: 0 20px;
    }
}

/* Product Listing Section */
.product-listing-section {
    padding: 60px 0 100px;
    background-color: #fff;
}

.product-listing-wrapper {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    align-items: start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

/* Product Category Sidebar */
.product-category-sidebar {
    background-color: #fff;
    /* padding: 25px 20px; */
    position: sticky;
    top: 0;
}

.category-sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    padding-bottom: 18px;
    border-bottom: 3px solid #7a0812;
    position: relative;
}

.category-sidebar-title::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #dc3545;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-item {
    margin-bottom: 0;
    position: relative;
}

.category-item:last-child .category-link {
    border-bottom: none;
}

.category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 12px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin-bottom: 2px;
    position: relative;
}

.category-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: #7a0812;
    transition: width 0.3s ease;
    border-radius: 4px 0 0 4px;
}

.category-link:hover {
    color: #7a0812;
    background-color: #fef6f7;
    padding-left: 18px;
    transform: translateX(2px);
}

.category-link:hover::before {
    width: 4px;
}

.category-link span {
    flex: 1;
    transition: padding-left 0.3s ease;
}

.category-link i {
    font-size: 11px;
    color: #999;
    transition: all 0.3s ease;
    margin-left: 8px;
}

.category-link:hover i {
    color: #7a0812;
    transform: translateX(2px);
}

/* 二级菜单样式 */
.category-item.has-children .category-link {
    cursor: pointer;
}

.category-arrow {
    transition: transform 0.3s ease, color 0.3s ease;
}

.category-item.has-children.open .category-arrow {
    transform: rotate(90deg);
    color: #7a0812;
}

.category-item.has-children.open > .category-link {
    color: #7a0812;
    background-color: #fef6f7;
}

.category-item.has-children.open > .category-link::before {
    width: 4px;
}

.submenu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
    background-color: #fafafa;
    border-radius: 0 0 4px 4px;
    margin-top: 2px;
}

.category-item.has-children.open .submenu-list {
    max-height: 1000px;
    padding: 8px 0;
}

.submenu-item {
    margin: 0;
}

.submenu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 12px 12px 32px;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
}

.submenu-link::before {
    content: '•';
    position: absolute;
    left: 18px;
    color: #ccc;
    font-size: 12px;
    transition: all 0.3s ease;
}

.submenu-link:hover {
    color: #7a0812;
    background-color: #fff;
    padding-left: 38px;
}

.submenu-link:hover::before {
    color: #7a0812;
    left: 22px;
}

.submenu-item:last-child .submenu-link {
    border-bottom: none;
}

.submenu-link span {
    flex: 1;
}

/* 活动状态样式 */
.category-item.active > .category-link,
.submenu-item.active > .submenu-link {
    color: #7a0812;
    background-color: #fef6f7;
    font-weight: 600;
}

.category-item.active > .category-link::before,
.submenu-item.active > .submenu-link::before {
    width: 4px;
}

.submenu-item.active > .submenu-link::before {
    color: #7a0812;
    content: '▶';
    font-size: 10px;
    left: 16px;
}

/* 当子菜单有活动项时，父菜单也显示高亮 */
.category-item.has-children:has(.submenu-item.active) > .category-link {
    color: #7a0812;
    background-color: #fef6f7;
}

.category-item.has-children:has(.submenu-item.active) > .category-link::before {
    width: 4px;
}

/* 兼容不支持:has()的浏览器 */
.category-item.has-children.has-active-child > .category-link {
    color: #7a0812;
    background-color: #fef6f7;
}

.category-item.has-children.has-active-child > .category-link::before {
    width: 4px;
}

/* 优化子菜单的视觉层次 */
.category-item.has-children.open {
    background-color: #fafafa;
    border-radius: 4px;
    margin-bottom: 4px;
}

.category-item.has-children.open > .category-link {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0;
}

/* 平滑滚动优化 */
.submenu-list {
    will-change: max-height;
}

/* 提升交互体验 */
.category-link:active,
.submenu-link:active {
    transform: translateX(1px);
}

/* Product Content Area */
.product-content-area {
    width: 100%;
}

.product-content-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.product-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-image {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background-color: #f5f5f5;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-title {
    padding: 20px;
    flex: 1;
}

.product-title a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s;
}

.product-title a:hover {
    color: #7a0812;
}

.product-footer {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 15px 20px;
    border-top: 1px solid #e0e0e0;
}

.product-inquire {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.product-inquire:hover {
    color: #7a0812;
}

.product-inquire i {
    font-size: 16px;
}

.product-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #7a0812;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 4px;
}

.product-cart:hover {
    background-color: #7a0812;
    color: #fff;
}

.product-cart i {
    font-size: 18px;
}

.common-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.common-page li {
    margin-right: 14px;
    margin-bottom: 14px;
    padding: 10px 14px;
    background-color: #f5f8f8;
    color: #222;
    transition: background .2s, color .2s
}

.common-page li:hover {
    background-color: #222;

}

.common-page li:hover a,
.common-page .active a {
    color: #fff
}


.common-page a {
    color: #222;
}

.common-page .active {
    background-color: #222;
    opacity: 1;
    color: #fff
}

.common-page .tol {
    background: 0 0;
    opacity: 1;
    color: #222
}

/* Responsive Design for Product Listing */
@media (max-width: 1024px) {
    .product-listing-wrapper {
        grid-template-columns: 240px 1fr;
        gap: 30px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .product-listing-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .product-category-sidebar {
        order: 2;
        position: relative;
        top: 0;
        padding: 20px 15px;
    }

    .product-content-area {
        order: 1;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .category-sidebar-title {
        font-size: 16px;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .category-link {
        padding: 12px 10px;
        font-size: 14px;
    }

    .submenu-link {
        padding: 10px 10px 10px 28px;
        font-size: 13px;
    }

    .submenu-link::before {
        left: 14px;
    }

    .submenu-link:hover {
        padding-left: 32px;
    }

    .submenu-link:hover::before {
        left: 18px;
    }

    .product-content-title {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .product-grid {
        grid-template-columns: 1fr;
    }

    .product-listing-section {
        padding: 40px 0 60px;
    }
}

/* Product Detail Section */
.product-detail-section {
    padding: 60px 0 100px;
    background-color: #fff;
}

.product-detail-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    box-sizing: border-box;
}

/* Product Display Wrapper */
.product-display-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    min-width: 0;
    box-sizing: border-box;
    position: relative;
}

.product-display-wrapper>* {
    min-width: 0;
    box-sizing: border-box;
}

.product-images-section {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
    box-sizing: border-box;
}

.product-info-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
}

.product-detail-title {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    line-height: 1.4;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
}

.product-social-share {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.product-social-share .social-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: opacity 0.3s ease;
}

.product-social-share .social-icon:hover {
    opacity: 0.85;
}

.product-social-share .social-icon.facebook {
    background-color: #3b5998;
}

.product-social-share .social-icon.twitter {
    background-color: #1da1f2;
}

.product-social-share .social-icon.linkedin {
    background-color: #0077b5;
}

.product-social-share .social-icon.pinterest {
    background-color: #bd081c;
}

.product-social-share .social-icon.print {
    background-color: #666;
}

.btn-send-inquire {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background-color: #dc3545;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
    width: fit-content;
}

.btn-send-inquire:hover {
    background-color: #c82333;
    color: #fff;
}

.btn-send-inquire i {
    font-size: 16px;
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.quantity-selector label {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.quantity-controls {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.quantity-btn {
    width: 40px;
    height: 40px;
    border: none;
    background-color: #f5f5f5;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.quantity-btn:hover {
    background-color: #e0e0e0;
}

.quantity-input {
    width: 60px;
    height: 40px;
    border: none;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.action-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.btn-inquire,
.btn-add-basket {
    flex: 1;
    padding: 15px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-inquire {
    background-color: #fff;
    color: #7a0812;
    border: 2px solid #7a0812;
}

.btn-inquire:hover {
    background-color: #7a0812;
    color: #fff;
}

.btn-add-basket {
    background-color: #7a0812;
    color: #fff;
}

.btn-add-basket:hover {
    background-color: #5a0610;
}

.social-share {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: transform 0.3s;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.social-icon.facebook {
    background-color: #3b5998;
}

.social-icon.twitter {
    background-color: #1da1f2;
}

.social-icon.line {
    background-color: #00c300;
}

.social-icon.linkedin {
    background-color: #0077b5;
}

.social-icon.pinterest {
    background-color: #bd081c;
}

.social-icon.whatsapp {
    background-color: #25d366;
}

/* Product Preview Gallery */
.pro-preview {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.preview-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: visible;
}

.product-image-wrapper {
    display: flex;
    gap: 0;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
}

.brand-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #7a0812;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.brand-logo .logo-text {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

#media {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    aspect-ratio: 1;
    background-color: #000;
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.small-box {
    position: relative;
    flex: 0 0 auto;
    width: 450px;
    max-width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    cursor: crosshair;
    box-sizing: border-box;
    border-radius: 4px;
}

.small-box img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    box-sizing: border-box;
}

.small-box .hover-mask {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 2px solid #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
    pointer-events: none;
    z-index: 10;
    display: none;
    box-shadow: 0 0 0 1px rgba(220, 53, 69, 0.2);
}

.big-box {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 20px);
    height: 450px;
    max-width: 100%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    display: none;
    box-sizing: border-box;
    z-index: 10;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1025px) {
    .big-box {
        display: none;
    }
    
    .big-box.active {
        display: block;
    }
}

.big-box.active {
    display: block;
}

.big-box img {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    object-fit: none;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top left;
    display: block;
}

.thumbnail-box {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 20px;
}

.thumbnail-box .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.thumbnail-box .btn:hover {
    background-color: #dc3545;
    border-color: #dc3545;
}

.thumbnail-box .btn:hover .arrow {
    border-color: #fff;
}

.thumbnail-box .btn-prev {
    left: 10px;
}

.thumbnail-box .btn-next {
    right: 10px;
}

.thumbnail-box .btn_prev_disabled,
.thumbnail-box .btn_next_disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.thumbnail-box .btn_prev_disabled:hover,
.thumbnail-box .btn_next_disabled:hover {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: #e0e0e0;
}

.arrow {
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #333;
    border-top: none;
    border-right: none;
    transition: border-color 0.3s;
}

.arrow-left {
    transform: rotate(45deg);
    margin-left: 3px;
}

.arrow-right {
    transform: rotate(-135deg);
    margin-right: 3px;
}

.thumbnail-box .list {
    overflow: hidden;
    padding: 0 60px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.thumbnail-box .wrapper {
    display: flex;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.thumbnail-box .item {
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    max-width: 90px;
    max-height: 90px;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
    background-color: #fafafa;
}

.thumbnail-box .item:hover {
    border-color: #e8e8e8;
}

.thumbnail-box .item.active,
.thumbnail-box .item.swiper-slide-active {
    border-color: #dc3545;
}

.thumbnail-box .item img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
    box-sizing: border-box;
}

.banner-page {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.banner-page .page-now {
    color: #7a0812;
    font-weight: 600;
}

/* Product Introduction Section */
.product-introduction-section {
    margin: 40px 0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.intro-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background-color: #f5f5f5;
    cursor: pointer;
    transition: background-color 0.3s;
}

.intro-header:hover {
    background-color: #eeeeee;
}

.intro-header.active .intro-toggle {
    transform: rotate(180deg);
}

.intro-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.intro-toggle {
    font-size: 14px;
    color: #666;
    transition: transform 0.3s;
}

.intro-content {
    padding: 25px;
    background-color: #fff;
    display: block;
}

.intro-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

/* Inquiry Form Section */
.inquiry-form-section {
    margin-top: 50px;
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.inquiry-form-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.inquiry-form {
    max-width: 100%;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-group .required {
    color: #7a0812;
    margin-left: 3px;
}

.form-group input,
.form-group textarea {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    transition: border-color 0.3s;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #7a0812;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-group-full {
    grid-column: 1 / -1;
}

.form-submit {
    margin-top: 30px;
    text-align: center;
}

.btn-submit {
    padding: 15px 60px;
    background-color: #666;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #555;
}

/* Responsive Design for Product Detail */
@media (max-width: 1024px) {
    .product-display-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .product-detail-title {
        font-size: 28px;
    }

    .product-listing-wrapper {
        grid-template-columns: 240px 1fr;
        gap: 30px;
    }

    .product-display-wrapper {
        overflow: hidden;
    }

    .product-image-wrapper {
        flex-direction: column;
        gap: 0;
    }

    .small-box {
        width: 100%;
        max-width: 100%;
    }

    .big-box {
        display: none !important;
    }

    .pro-preview {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .product-listing-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .product-display-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .product-detail-title {
        font-size: 24px;
    }

    .product-info-section {
        gap: 20px;
    }

    .product-social-share {
        gap: 8px;
    }

    .product-social-share .social-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .btn-send-inquire {
        padding: 12px 25px;
        font-size: 14px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .inquiry-form-section {
        padding: 25px 20px;
    }

    .inquiry-form-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .product-image-wrapper {
        flex-direction: column;
        gap: 0;
    }

    .small-box {
        aspect-ratio: 1;
        margin-bottom: 15px;
        width: 100%;
        max-width: 100%;
        cursor: pointer;
    }

    .small-box img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .small-box .hover-mask {
        display: none !important;
    }

    .big-box {
        display: none !important;
    }

    .pro-preview {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .preview-container {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .product-images-section {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .thumbnail-box {
        margin-top: 15px;
    }

    .thumbnail-box .list {
        padding: 0 50px;
    }

    .thumbnail-box .item {
        width: 70px;
        height: 70px;
    }

    .thumbnail-box .btn {
        width: 32px;
        height: 32px;
    }

    .thumbnail-box .btn-prev {
        left: 5px;
    }

    .thumbnail-box .btn-next {
        right: 5px;
    }

    .arrow {
        width: 8px;
        height: 8px;
    }

    .banner-page {
        font-size: 12px;
        margin-top: 10px;
    }

    .intro-header {
        padding: 15px 20px;
    }

    .intro-title {
        font-size: 16px;
    }

    .intro-content {
        padding: 20px;
    }

    .intro-text {
        font-size: 14px;
    }
}

.about-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
}

.certifications-carousel-wrapper {
    padding: 0 70px;
}

.cert-slide img {
    max-width: 300px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-image {
        width: 50%;
    }

    .hero-overlay {
        width: 60%;
    }

    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .advantage-item {
        padding: 25px;
    }

    .advantage-icon {
        width: 50px;
        height: 50px;
        top: 15px;
        left: 15px;
    }

    .advantage-icon img {
        width: 30px;
        height: 30px;
    }

    .advantage-title {
        font-size: 16px;
        padding-left: 70px;
    }

    .advantage-desc {
        font-size: 13px;
        padding-left: 70px;
    }

    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-service-wrapper {
        grid-template-columns: 1fr;
    }

    .blogs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .hero-section {
        height: auto;
        min-height: 500px;
    }

    .hero-image {
        width: 100%;
        height: 50%;
    }

    .hero-overlay {
        width: 100%;
        height: 50%;
        position: relative;
        padding: 30px;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-stats {
        gap: 15px;
    }

    .stat-number {
        font-size: 36px;
    }

    .hero-swiper .swiper-pagination {
        left: 50%;
    }

    .categories-grid {
        grid-template-columns: 1fr;
    }

    .blogs-grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        flex-direction: column;
    }

}

/* Article Listing Section */
.article-listing-section {
    padding: 80px 0;
    background: #ffffff;
    min-height: 60vh;
}

.article-listing-wrapper {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 60px;
    align-items: start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

/* Related News Sidebar */
.related-news-sidebar {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    position: sticky;
    top: 100px;
    align-self: start;
}

.related-news-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 30px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
    line-height: 1.3;
    letter-spacing: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.related-news-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #dc3545;
}

.related-news-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.related-news-item {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.related-news-item:first-child {
    padding-top: 0;
}

.related-news-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.related-news-item:hover {
    padding-left: 8px;
}

.related-news-content {
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
}

.related-news-image {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    background-color: #f5f5f5;
    margin-bottom: 15px;
    border-radius: 6px;
    transition: opacity 0.3s ease;
}

.related-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease;
}

.related-news-item:hover .related-news-image img {
    opacity: 0.9;
}

.related-news-item-title {
    margin: 0 0 8px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
}

.related-news-item-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.related-news-item-title a:hover {
    color: #dc3545;
}

.related-news-snippet {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* News and Events Content */
.news-events-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.news-events-title {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 40px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
    line-height: 1.3;
    letter-spacing: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.news-events-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #dc3545;
}

.news-events-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 40px;
}

.news-event-item {
    display: flex;
    gap: 30px;
    padding: 30px;
    border-bottom: 1px solid #e8e8e8;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 0;
    margin: 0;
    cursor: pointer;
    background-color: #fff;
}

.news-event-item:first-child {
    margin-top: 0;
}

.news-event-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.news-event-item:hover {
    background-color: #fafafa;
    border-left: 3px solid #dc3545;
    padding-left: 27px;
}

.news-event-date {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 100px;
    flex-shrink: 0;
}

.date-year-month {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
}

.date-year {
    font-size: 24px;
    font-weight: 500;
    color: #666;
    display: block;
    line-height: 1;
    margin-bottom: 2px;
    transition: color 0.3s ease;
}

.news-event-item:hover .date-year {
    color: #dc3545;
}

.date-label {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 3px 0;
    display: block;
    font-weight: 500;
    transition: color 0.3s ease;
}

.news-event-item:hover .date-label {
    color: #999;
}

.date-month-day {
    display: flex;
    align-items: flex-end;
}

.date-month {
    font-size: 28px;
    font-weight: 500;
    color: #333;
    display: block;
    transition: color 0.3s ease;
}

.news-event-item:hover .date-month {
    color: #dc3545;
}

.date-day {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-bottom: 4px;
    margin-left: 6px;
    transition: color 0.3s ease;
}

.news-event-item:hover .date-day {
    color: #dc3545;
}

.news-event-image {
    width: 350px;
    height: 246px;
    flex-shrink: 0;
    aspect-ratio: 16/11;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    transition: opacity 0.3s ease;
}

.news-event-item:hover .news-event-image {
    opacity: 0.95;
}

.news-event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease;
}

.news-event-item:hover .news-event-image img {
    opacity: 0.9;
}

.news-event-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    box-sizing: border-box;
    justify-content: flex-start;
}

.news-event-title {
    margin: 0 0 12px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}

.news-event-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-event-item:hover .news-event-title a {
    color: #dc3545;
}

.news-event-title a:hover {
    color: #dc3545;
}

.news-event-description {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0 0 18px 0;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    transition: color 0.3s ease;
}

.news-event-item:hover .news-event-description {
    color: #666;
}

.news-event-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 24px;
    background-color: transparent;
    color: #dc3545;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    transition: all 0.3s ease;
    align-self: flex-start;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #dc3545;
}

.news-event-read-more::after {
    content: '→';
    font-size: 14px;
    transition: transform 0.3s ease;
}

.news-event-item:hover .news-event-read-more {
    color: #dc3545;
    border-bottom-color: #dc3545;
}

.news-event-item:hover .news-event-read-more::after {
    transform: translateX(3px);
}

.news-event-read-more:hover {
    color: #c82333;
    border-bottom-color: #c82333;
}

.news-event-item:hover .news-event-read-more:hover {
    color: #c82333;
    border-bottom-color: #c82333;
}

/* Responsive styles for Article Listing */
@media (max-width: 1200px) {
    .article-listing-wrapper {
        grid-template-columns: 280px 1fr;
        gap: 40px;
    }

    .news-event-image {
        width: 280px;
        height: 200px;
    }

    .news-event-date {
        min-width: 90px;
    }

    .news-event-title {
        font-size: 20px;
    }

    .news-events-title {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .article-listing-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .related-news-sidebar {
        order: 2;
    }

    .news-events-content {
        order: 1;
    }

    .news-event-item {
        flex-direction: column;
        gap: 20px;
    }

    .news-event-date {
        min-width: auto;
        padding-top: 0;
    }

    .date-day {
        padding-top: 18px;
    }

    .news-event-image {
        width: 100%;
        max-width: 100%;
    }

    .related-news-item {
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .article-listing-section {
        padding: 50px 0;
    }

    .article-listing-wrapper {
        gap: 0;
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* Hide related news sidebar on mobile */
    .article-listing-section .related-news-sidebar {
        display: none;
    }

    .news-events-content {
        width: 100%;
        max-width: 100%;
        order: 1;
        box-sizing: border-box;
        overflow: hidden;
    }

    .news-events-title {
        font-size: 26px;
        margin-bottom: 30px;
        text-align: left;
        word-wrap: break-word;
        padding-bottom: 15px;
    }

    .news-events-title::after {
        width: 60px;
    }

    .news-events-list {
        margin-bottom: 30px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .news-event-item {
        padding: 25px 20px;
        gap: 20px;
        border-bottom: 1px solid #f0f0f0;
        margin: 0 0 25px 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        flex-direction: column;
        align-items: stretch;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }

    .news-event-item:first-child {
        margin-top: 0;
    }

    .news-event-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .news-event-item:hover {
        transform: translateY(-3px);
    }

    .news-event-date {
        min-width: auto;
        flex-shrink: 0;
        width: auto;
        max-width: 100%;
        align-self: flex-start;
    }

    .date-year {
        font-size: 18px;
    }

    .date-month {
        font-size: 16px;
    }

    .date-day {
        font-size: 12px;
        padding-top: 16px;
    }

    .news-event-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        border-radius: 10px;
        overflow: hidden;
        flex-shrink: 0;
        box-sizing: border-box;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .news-event-image img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: cover;
        display: block;
        box-sizing: border-box;
    }

    .news-event-content {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        flex: 1 1 auto;
    }

    .news-event-title {
        font-size: 20px;
        margin-bottom: 12px;
        line-height: 1.4;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .news-event-title a {
        color: #1a1a1a;
        transition: color 0.3s ease;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        display: block;
        -webkit-line-clamp: 2;
    }

    .news-event-title a:hover {
        color: #dc3545;
    }

    .news-event-description {
        font-size: 15px;
        margin-bottom: 18px;
        line-height: 1.7;
        color: #666;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .news-event-read-more {
        padding: 12px 24px;
        font-size: 13px;
        display: inline-flex;
        box-sizing: border-box;
        width: auto;
    }
}

/* Article Detail Section */
.article-detail-section {
    padding: 80px 0;
    background: #ffffff;
}

.article-detail-wrapper {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 60px;
    align-items: start;
}

.article-detail-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 40px;
    background: #fff;
}

.article-header {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.article-header::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #dc3545;
}

.article-meta-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.article-title {
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 25px 0;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
    letter-spacing: 0;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border-left: none;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #666;
}

.meta-item i {
    color: #999;
    font-size: 14px;
    width: 16px;
    text-align: center;
}

.meta-value {
    color: #666;
    font-weight: 400;
}

.meta-label {
    display: none;
}

.article-header-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.article-actions {
    margin-bottom: 0;
}

.btn-inquire-article {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    background: #dc3545;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-inquire-article:hover {
    background: #c82333;
    color: #fff;
}

.article-social-share {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    border-top: none;
}

.share-label {
    font-size: 14px;
    color: #999;
    margin-right: 4px;
    font-weight: 400;
}

.article-social-share .social-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.article-social-share .social-icon:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

.article-social-share .social-icon.facebook {
    background-color: #3b5998;
}

.article-social-share .social-icon.twitter {
    background-color: #1da1f2;
}

.article-social-share .social-icon.whatsapp {
    background-color: #25d366;
}

.article-social-share .social-icon.linkedin {
    background-color: #0077b5;
}

.article-body {
    margin-bottom: 50px;
}

.article-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
}

.article-content p {
    margin-bottom: 20px;
    text-align: left;
}

.article-content h2,
.article-content h3,
.article-content h4 {
    margin-top: 35px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
}

.article-content h2 {
    font-size: 28px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}

.article-content h3 {
    font-size: 24px;
    color: #1a1a1a;
}

.article-content h4 {
    font-size: 20px;
    color: #333;
}

.article-content ul,
.article-content ol {
    margin-bottom: 24px;
    padding-left: 35px;
}

.article-content li {
    margin-bottom: 12px;
    line-height: 1.8;
}

.article-content ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
}

.article-content ul li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: #dc3545;
    font-weight: bold;
}

.article-content img {
    max-width: 100%;
    height: auto;
    margin: 25px 0;
    border-radius: 4px;
}

.article-content blockquote {
    margin: 25px 0;
    padding: 18px 20px;
    background: #fafafa;
    border-left: 3px solid #dc3545;
    border-radius: 0;
    font-style: normal;
    color: #666;
}

.article-navigation {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.article-nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16px 20px;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 0;
    box-sizing: border-box;
}

.article-nav-item:hover {
    background-color: #fff;
    border-color: #dc3545;
    border-left: 3px solid #dc3545;
}

.article-nav-prev {
    text-align: left;
}

.article-nav-next {
    text-align: right;
}

.nav-label {
    display: block;
    font-size: 13px;
    color: #7a0812;
    margin-bottom: 8px;
    font-weight: 600;
    white-space: nowrap;
}

.article-nav-item .nav-link {
    color: #7a0812;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.article-nav-item:hover .nav-link {
    color: #dc3545;
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 50px;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
}

.tag-item {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
    color: #555;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    border-radius: 25px;
    transition: all 0.3s ease;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.tag-item:hover {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: #fff;
    border-color: #dc3545;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

/* Related News Sidebar - Enhanced */
.related-news-sidebar {
    position: sticky;
    top: 100px;
}

.article-detail-section .related-news-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 30px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
    line-height: 1.3;
    letter-spacing: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.article-detail-section .related-news-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #dc3545;
}

.article-detail-section .related-news-item {
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: visible;
}

.article-detail-section .related-news-item:hover {
    background: transparent;
    padding-left: 8px;
}

.related-news-item:first-child {
    padding-top: 20px;
}

.related-news-item:last-child {
    border-bottom: none;
    padding-bottom: 20px;
}

.article-detail-section .related-news-image {
    border-radius: 4px;
    overflow: hidden;
    transition: opacity 0.3s ease;
    border: none;
    position: relative;
}

.article-detail-section .related-news-item:hover .related-news-image {
    opacity: 0.9;
}

.article-detail-section .related-news-image img {
    transition: opacity 0.3s ease;
}

.article-detail-section .related-news-item:hover .related-news-image img {
    opacity: 0.9;
}

.article-detail-section .related-news-item-title {
    margin: 12px 0 0 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.article-detail-section .related-news-item-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

.article-detail-section .related-news-item:hover .related-news-item-title a {
    color: #dc3545;
}

/* Inquiry Form - Enhanced */
.inquiry-form-section {
    margin-top: 50px;
    padding: 45px;
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

.inquiry-form-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 35px;
    font-family: 'Playfair Display', serif;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

.inquiry-form-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, #dc3545, #7a0812);
}

.inquiry-form .form-group label {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    font-weight: 600;
    display: block;
}

.inquiry-form .form-group input,
.inquiry-form .form-group textarea,
.inquiry-form #feedbackForm .form-group input,
.inquiry-form #feedbackForm .form-group textarea {
    padding: 14px 18px;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
    font-family: inherit;
    background-color: #fff;
    width: 100%;
}

.inquiry-form .form-group input:focus,
.inquiry-form .form-group textarea:focus,
.inquiry-form #feedbackForm .form-group input:focus,
.inquiry-form #feedbackForm .form-group textarea:focus {
    outline: none;
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
    background-color: #fff;
}

.inquiry-form .btn-submit {
    padding: 16px 50px;
    background: linear-gradient(135deg, #333 0%, #1a1a1a 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.inquiry-form .btn-submit:hover {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.3);
}

/* Responsive styles for Article Detail */
@media (max-width: 1024px) {
    .article-detail-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .related-news-sidebar {
        order: -1;
        margin-top: 0;
        position: static;
    }

    .article-detail-content {
        padding: 35px;
    }

    .article-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .article-detail-section {
        padding: 40px 0;
    }

    .article-detail-content {
        padding: 25px 20px;
    }

    .article-title {
        font-size: 26px;
        line-height: 1.3;
    }
    
    .nav-label {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .article-meta-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .article-meta {
        flex-direction: row;
        gap: 15px;
        flex-wrap: wrap;
    }

    .meta-item {
        font-size: 13px;
    }

    .meta-item i {
        font-size: 13px;
    }

    .article-header-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .article-actions {
        width: 100%;
    }
    
    .article-social-share {
        width: 100%;
    }

    .article-navigation {
        flex-direction: column;
        gap: 15px;
    }

    .article-nav-item {
        padding: 15px 18px;
    }

    .article-nav-prev,
    .article-nav-next {
        text-align: left;
    }
    
    .article-nav-item .nav-link {
        font-size: 14px;
    }

    .article-social-share {
        gap: 6px;
    }

    .share-label {
        font-size: 13px;
    }

    .article-social-share .social-icon {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .btn-inquire-article {
        padding: 12px 28px;
        font-size: 15px;
        width: 100%;
        justify-content: center;
    }

    .inquiry-form-section {
        padding: 30px 20px;
    }

    .inquiry-form-title {
        font-size: 24px;
    }

    .article-content {
        font-size: 16px;
    }

    .article-content h2 {
        font-size: 26px;
    }

    .article-content h3 {
        font-size: 22px;
    }
}

/* Real Projects Section */
.real-projects-section {
    padding: 80px 0;
    background-color: #fff;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 50px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.project-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f5f5f5;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.project-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.project-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.project-image {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    background-color: #f0f0f0;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.project-item:hover .project-image img {
    transform: scale(1.1);
}

.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 30px 25px 25px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.project-item:hover .project-overlay {
    transform: translateY(0);
}

.project-info {
    color: #fff;
}

.project-name {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #fff;
}

.project-location {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Inspiration Gallery Section */
.inspiration-gallery-section {
    padding: 80px 0;
    background: linear-gradient(to bottom, #fafafa 0%, #ffffff 100px);
}

.inspiration-gallery-section .section-title {
    margin-bottom: 20px;
}

.inspiration-tagline {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}

.inspiration-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.inspiration-item {
    text-align: center;
    padding: 30px 20px;
    transition: all 0.3s ease;
}

.inspiration-item:hover {
    transform: translateY(-5px);
}

.inspiration-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e8e8e8;
    transition: all 0.3s ease;
    position: relative;
}

.inspiration-icon::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7a0812 0%, #dc3545 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.inspiration-item:hover .inspiration-icon::before {
    opacity: 1;
}

.inspiration-icon i {
    font-size: 40px;
    color: #7a0812;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.inspiration-item:hover .inspiration-icon i {
    color: #fff;
}

.inspiration-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.6;
}

/* Statistics Bar Section */
.statistics-bar-section {
    padding: 80px 0;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.statistics-bar-section .section-title {
    margin-bottom: 50px;
}

.statistics-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    align-items: center;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.stat-item:hover {
    background-color: #fafafa;
    transform: translateY(-3px);
}

.stat-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
    border-radius: 8px;
    flex-shrink: 0;
}

.stat-icon i {
    font-size: 24px;
    color: #dc3545;
}

.stat-content {
    flex: 1;
    min-width: 0;
}

.stat-number {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 5px 0;
    line-height: 1.2;
}

.stat-label {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

/* Client Carousel Section */
.client-carousel-section {
    padding: 80px 0;
    background-color: #fff;
    overflow: hidden;
}

.client-carousel-section .section-title {
    margin-bottom: 50px;
}

.client-carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.client-carousel-track {
    display: flex;
    gap: 30px;
    animation: scroll 30s linear infinite;
    will-change: transform;
    width: fit-content;
}

.client-item {
    flex: 0 0 auto;
    width: 380px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.client-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.client-link {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
}

.client-image {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    background-color: #f5f5f5;
}

.client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.client-item:hover .client-image img {
    transform: scale(1.1);
}

.client-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 30px 20px 25px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.client-item:hover .client-overlay {
    opacity: 1;
}

.client-info {
    text-align: center;
    width: 100%;
}

.client-name {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive styles for Article Image List */
@media (max-width: 1024px) {
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .inspiration-gallery-section .section-title,
    .statistics-bar-section .section-title,
    .client-carousel-section .section-title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .inspiration-tagline {
        margin-bottom: 40px;
    }

    .inspiration-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .statistics-bar-section .section-title {
        margin-bottom: 40px;
    }

    .statistics-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .real-projects-section,
    .inspiration-gallery-section,
    .client-carousel-section {
        padding: 50px 0;
    }

    .section-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .inspiration-gallery-section .section-title,
    .statistics-bar-section .section-title,
    .client-carousel-section .section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .inspiration-tagline {
        font-size: 14px;
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .statistics-bar-section {
        padding: 50px 0;
    }

    .statistics-bar-section .section-title {
        margin-bottom: 30px;
    }

    .inspiration-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .inspiration-icon {
        width: 100px;
        height: 100px;
    }

    .inspiration-icon i {
        font-size: 32px;
    }

    .statistics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .stat-item {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .stat-icon {
        width: 45px;
        height: 45px;
    }

    .stat-icon i {
        font-size: 20px;
    }

    .stat-number {
        font-size: 18px;
    }

    .client-carousel-section {
        padding: 50px 0;
    }

    .client-item {
        width: 320px;
    }
    
    .client-name {
        font-size: 16px;
    }

    .client-carousel-track {
        gap: 20px;
        animation-duration: 25s;
    }
}

/* Contact Section */
.contact-section {
    padding: 80px 0;
    background-color: #fff;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Contact Information Section */
.contact-info-section {
    padding-right: 40px;
}

.contact-info-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 30px 0;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    line-height: 1.2;
}

.contact-intro {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0 0 40px 0;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 15px;
    line-height: 1.8;
}

.contact-detail-label {
    font-weight: 600;
    color: #333;
    min-width: 90px;
    flex-shrink: 0;
}

.contact-detail-value {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
    flex: 1;
}

.contact-detail-value:hover {
    color: #dc3545;
}

/* Contact Form Section */
.contact-form-section {
    background-color: #fff;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form .form-group {
    display: flex;
    flex-direction: column;
}

.contact-form .form-group label {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 500;
}

.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form #feedbackForm .form-group input,
.contact-form #feedbackForm .form-group textarea {
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
    font-family: inherit;
    background-color: #fafafa;
    width: 100%;
    box-sizing: border-box;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus,
.contact-form #feedbackForm .form-group input:focus,
.contact-form #feedbackForm .form-group textarea:focus {
    outline: none;
    border-color: #dc3545;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.contact-form .form-group textarea {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

.contact-form .form-submit {
    margin-top: 10px;
}

.btn-submit-contact {
    width: 100%;
    padding: 14px 30px;
    background-color: #7a0812;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit-contact:hover {
    background-color: #dc3545;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(122, 8, 18, 0.3);
}

/* Responsive styles for Contact Section */
@media (max-width: 1024px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .contact-info-section {
        padding-right: 0;
    }

    .contact-info-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 50px 0;
    }

    .contact-wrapper {
        gap: 40px;
    }

    .contact-info-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .contact-intro {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .contact-details {
        gap: 20px;
    }

    .contact-detail-item {
        flex-direction: column;
        gap: 5px;
    }

    .contact-detail-label {
        min-width: auto;
    }

    .contact-form {
        gap: 18px;
    }
}

/* Feedback Form Styles - Universal form adapts to different containers */
/* Make form inherit parent container styles */
.contact-form #feedbackForm {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Error field styles */
#feedbackForm .error-field,
.contact-form .error-field,
.contact-form #feedbackForm .error-field,
.inquiry-form .error-field,
.inquiry-form #feedbackForm .error-field,
.quotation-form .error-field,
.quotation-form #feedbackForm .error-field {
    border-color: #ff6b6b !important;
    box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.1) !important;
}

#feedbackForm input:focus.error-field,
#feedbackForm textarea:focus.error-field,
.contact-form input:focus.error-field,
.contact-form textarea:focus.error-field,
.contact-form #feedbackForm input:focus.error-field,
.contact-form #feedbackForm textarea:focus.error-field,
.inquiry-form input:focus.error-field,
.inquiry-form textarea:focus.error-field,
.inquiry-form #feedbackForm input:focus.error-field,
.inquiry-form #feedbackForm textarea:focus.error-field,
.quotation-form input:focus.error-field,
.quotation-form textarea:focus.error-field,
.quotation-form #feedbackForm input:focus.error-field,
.quotation-form #feedbackForm textarea:focus.error-field {
    border-color: #ff6b6b !important;
    box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.2) !important;
}

/* Two column layout for inquiry-form */
.inquiry-form #feedbackForm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 100%;
}

/* Name and Email in first row */
.inquiry-form .form-group:nth-child(1),
.inquiry-form .form-group:nth-child(2),
.inquiry-form #feedbackForm .form-group:nth-child(1),
.inquiry-form #feedbackForm .form-group:nth-child(2) {
    grid-column: auto;
}

/* Tel and Company in second row */
.inquiry-form .form-group:nth-child(3),
.inquiry-form .form-group:nth-child(4),
.inquiry-form #feedbackForm .form-group:nth-child(3),
.inquiry-form #feedbackForm .form-group:nth-child(4) {
    grid-column: auto;
}

/* Message spans full width */
.inquiry-form .form-group:nth-child(5),
.inquiry-form #feedbackForm .form-group:nth-child(5) {
    grid-column: 1 / -1;
}

/* Submit button spans full width */
.inquiry-form .form-submit,
.inquiry-form #feedbackForm .form-submit {
    grid-column: 1 / -1;
}

/* Add labels for inquiry-form using CSS */
.inquiry-form .form-group,
.inquiry-form #feedbackForm .form-group {
    display: flex;
    flex-direction: column;
}

.inquiry-form .form-group:nth-child(1)::before,
.inquiry-form #feedbackForm .form-group:nth-child(1)::before {
    content: 'Your Name:';
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    font-weight: 600;
}

.inquiry-form .form-group:nth-child(2)::before,
.inquiry-form #feedbackForm .form-group:nth-child(2)::before {
    content: 'E-mail: *';
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    font-weight: 600;
}

.inquiry-form .form-group:nth-child(3)::before,
.inquiry-form #feedbackForm .form-group:nth-child(3)::before {
    content: 'Your Tel:';
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    font-weight: 600;
}

.inquiry-form .form-group:nth-child(4)::before,
.inquiry-form #feedbackForm .form-group:nth-child(4)::before {
    content: 'Company:';
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    font-weight: 600;
}

.inquiry-form .form-group:nth-child(5)::before,
.inquiry-form #feedbackForm .form-group:nth-child(5)::before {
    content: 'Content *';
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Hide placeholders for inquiry-form when labels are shown */
.inquiry-form .form-group input::placeholder,
.inquiry-form .form-group textarea::placeholder,
.inquiry-form #feedbackForm .form-group input::placeholder,
.inquiry-form #feedbackForm .form-group textarea::placeholder {
    opacity: 0;
    transition: opacity 0.3s;
}

.inquiry-form .form-group input:focus::placeholder,
.inquiry-form .form-group textarea:focus::placeholder,
.inquiry-form #feedbackForm .form-group input:focus::placeholder,
.inquiry-form #feedbackForm .form-group textarea:focus::placeholder {
    opacity: 0.5;
}

/* Three column layout for quotation-form */
.quotation-form #feedbackForm {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    row-gap: 20px;
}

/* Ensure form groups have spacing in quotation form */
.quotation-form #feedbackForm .form-group {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Apply index.css styles to quotation form inputs */
.quotation-form #feedbackForm .form-group input,
.quotation-form #feedbackForm .form-group textarea {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 0;
    font-size: 15px;
    font-family: inherit;
    background-color: #fff;
    color: #333;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.quotation-form #feedbackForm .form-group input::placeholder,
.quotation-form #feedbackForm .form-group textarea::placeholder {
    color: #999;
}

.quotation-form #feedbackForm .form-group input:focus,
.quotation-form #feedbackForm .form-group textarea:focus {
    outline: none;
    border: 1px solid #7a0812;
}

.quotation-form #feedbackForm .form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* First column: Name and Email */
.quotation-form .form-group:nth-child(1),
.quotation-form .form-group:nth-child(2),
.quotation-form #feedbackForm .form-group:nth-child(1),
.quotation-form #feedbackForm .form-group:nth-child(2) {
    grid-column: 1;
}

/* Second column: Tel and Company */
.quotation-form .form-group:nth-child(3),
.quotation-form .form-group:nth-child(4),
.quotation-form #feedbackForm .form-group:nth-child(3),
.quotation-form #feedbackForm .form-group:nth-child(4) {
    grid-column: 2;
}

/* Third column: Message */
.quotation-form .form-group:nth-child(5),
.quotation-form #feedbackForm .form-group:nth-child(5) {
    grid-column: 3;
}

/* Submit button spans full width */
.quotation-form .form-submit,
.quotation-form #feedbackForm .form-submit {
    grid-column: 1 / -1;
    text-align: left;
    margin-top: 0;
}

/* Adjust placeholder text for quotation-form - change name attribute via JS or keep as is */
/* Tel and Company field placeholders are handled via HTML attributes */

.btn-submit-feedback {
    width: 100%;
    padding: 14px 30px;
    background-color: #7a0812;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit-feedback:hover {
    background-color: #dc3545;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(122, 8, 18, 0.3);
}

/* Adapt button styles for different forms */
.inquiry-form .btn-submit,
.inquiry-form .btn-submit-feedback,
.inquiry-form #feedbackForm .btn-submit-feedback {
    background: linear-gradient(135deg, #333 0%, #1a1a1a 100%);
    text-transform: uppercase;
    padding: 16px 50px;
    border-radius: 8px;
}

.inquiry-form .btn-submit:hover,
.inquiry-form .btn-submit-feedback:hover,
.inquiry-form #feedbackForm .btn-submit-feedback:hover {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.3);
}

.quotation-form .submit-btn,
.quotation-form .btn-submit-feedback,
.quotation-form #feedbackForm .btn-submit-feedback {
    background: #aaa;
    color: #fff;
    text-transform: none;
    border-radius: 0;
    padding: 12px 40px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
    border: none;
}

.quotation-form .submit-btn:hover,
.quotation-form .btn-submit-feedback:hover,
.quotation-form #feedbackForm .btn-submit-feedback:hover {
    background: #666;
}

@media (max-width: 1024px) {
    .quotation-form #feedbackForm {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .inquiry-form #feedbackForm {
        grid-template-columns: 1fr;
    }

    .quotation-form #feedbackForm {
        grid-template-columns: 1fr;
    }
}

/* Additional Mobile Responsive Styles (480px and below) */

/* Article Listing Page - Mobile */
@media (max-width: 480px) {
    .article-listing-section {
        padding: 40px 0;
    }

    .container {
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .news-events-content {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0;
    }

    .news-events-title {
        font-size: 24px;
        margin-bottom: 25px;
        text-align: left;
        word-wrap: break-word;
        padding-bottom: 12px;
    }

    .news-events-title::after {
        width: 50px;
    }

    .news-events-list {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .news-event-item {
        padding: 20px 15px;
        gap: 15px;
        margin: 0 0 20px 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        border-radius: 10px;
    }

    .news-event-date {
        min-width: 70px;
        max-width: 100%;
    }

    .date-year {
        font-size: 16px;
    }

    .date-month {
        font-size: 14px;
    }

    .date-day {
        font-size: 11px;
        padding-top: 12px;
    }

    .date-label {
        font-size: 7px;
    }

    .news-event-image {
        width: 100%;
        max-width: 100%;
        border-radius: 8px;
        box-sizing: border-box;
    }

    .news-event-content {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .news-event-title {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.4;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .news-event-title a {
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        -webkit-line-clamp: 2;
    }

    .news-event-description {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 1.7;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news-event-read-more {
        padding: 10px 20px;
        font-size: 12px;
        box-sizing: border-box;
        width: 100%;
        justify-content: center;
    }

    .common-page {
        margin-top: 30px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: auto;
    }
}

/* Article Image List Page - Mobile */
@media (max-width: 480px) {
    .real-projects-section,
    .inspiration-gallery-section,
    .statistics-bar-section,
    .client-carousel-section {
        padding: 40px 0;
    }

    .container {
        padding: 0 15px;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .projects-grid {
        gap: 20px;
    }

    .project-item {
        min-height: 200px;
    }

    .inspiration-tagline {
        font-size: 13px;
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .inspiration-grid {
        gap: 20px;
    }

    .inspiration-icon {
        width: 80px;
        height: 80px;
    }

    .inspiration-icon i {
        font-size: 28px;
    }

    .inspiration-title {
        font-size: 14px;
    }

    .statistics-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .stat-item {
        padding: 12px;
    }

    .stat-icon {
        width: 40px;
        height: 40px;
    }

    .stat-icon i {
        font-size: 18px;
    }

    .stat-number {
        font-size: 16px;
    }

    .stat-label {
        font-size: 12px;
    }

    .client-item {
        width: 280px;
    }

    .client-name {
        font-size: 14px;
    }
}

/* Article Detail Page - Mobile */
@media (max-width: 480px) {
    .article-detail-section {
        padding: 30px 0;
    }

    .container {
        padding: 0 15px;
    }

    .article-detail-content {
        padding: 20px 15px;
    }

    .article-title {
        font-size: 22px;
        line-height: 1.3;
    }

    .article-meta {
        padding: 12px;
        gap: 10px;
    }

    .meta-item {
        font-size: 13px;
    }

    .meta-label {
        font-size: 12px;
    }

    .article-header-actions {
        gap: 15px;
    }

    .btn-inquire-article {
        padding: 10px 24px;
        font-size: 14px;
    }

    .article-social-share {
        flex-wrap: wrap;
        gap: 8px;
    }

    .article-social-share .social-icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .article-content {
        font-size: 15px;
        line-height: 1.7;
    }

    .article-content h2 {
        font-size: 22px;
        margin: 25px 0 15px;
    }

    .article-content h3 {
        font-size: 19px;
        margin: 20px 0 12px;
    }

    .article-navigation {
        gap: 12px;
    }

    .article-nav-item {
        padding: 12px 15px;
    }

    .nav-label {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .article-nav-item .nav-link {
        font-size: 13px;
    }

    .inquiry-form-section {
        padding: 25px 15px;
    }

    .inquiry-form-title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .related-news-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .related-news-item {
        padding: 15px 0;
    }
}

/* Product Detail Page - Mobile */
@media (max-width: 480px) {
    .product-detail-section {
        padding: 30px 0 50px;
    }

    .container {
        padding: 0 15px;
    }

    .product-listing-wrapper {
        gap: 25px;
    }

    .product-display-wrapper {
        gap: 25px;
    }

    .product-detail-title {
        font-size: 24px;
    }

    .product-social-share {
        gap: 8px;
        flex-wrap: wrap;
    }

    .product-social-share .social-icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .btn-send-inquire {
        padding: 12px 24px;
        font-size: 14px;
    }

    .product-introduction-section {
        margin: 30px 0;
    }

    .intro-title {
        font-size: 18px;
    }

    .intro-content {
        font-size: 14px;
        line-height: 1.7;
    }

    .inquiry-form-section {
        padding: 25px 15px;
    }

    .inquiry-form-title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .related-products-section {
        padding: 40px 0;
    }

    .related-products-title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .related-product-card {
        padding: 15px;
    }

    .related-product-title {
        font-size: 14px;
    }

    /* Product Image Gallery Mobile */
    .pro-preview {
        margin-bottom: 20px;
    }

    .small-box {
        margin-bottom: 15px;
        aspect-ratio: 1;
    }

    .thumbnail-box {
        padding: 10px 0;
        margin-top: 15px;
    }

    .thumbnail-box .list {
        padding: 0 40px;
    }

    .thumbnail-box .item {
        width: 60px;
        height: 60px;
        max-width: 60px;
        max-height: 60px;
    }

    .thumbnail-box .btn {
        width: 28px;
        height: 28px;
    }

    .thumbnail-box .btn-prev {
        left: 5px;
    }

    .thumbnail-box .btn-next {
        right: 5px;
    }

    .arrow {
        width: 7px;
        height: 7px;
    }

    .banner-page {
        font-size: 11px;
        margin-top: 8px;
    }
}

/* Contact Page - Mobile */
@media (max-width: 480px) {
    .contact-section {
        padding: 40px 0;
    }

    .container {
        padding: 0 15px;
    }

    .contact-wrapper {
        gap: 30px;
    }

    .contact-info-section {
        padding-right: 0;
    }

    .contact-info-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .contact-intro {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .contact-details {
        gap: 20px;
    }

    .contact-detail-item {
        flex-direction: column;
        gap: 8px;
        font-size: 14px;
    }

    .contact-detail-label {
        min-width: auto;
        font-size: 13px;
    }

    .contact-detail-value {
        font-size: 14px;
    }

    .contact-form-section {
        padding: 0;
    }

    .contact-form .form-group input,
    .contact-form .form-group textarea,
    .contact-form #feedbackForm .form-group input,
    .contact-form #feedbackForm .form-group textarea {
        padding: 12px;
        font-size: 14px;
    }

    .btn-submit-feedback {
        padding: 12px 24px;
        font-size: 15px;
    }
}

/* Product Listing Page - Additional Mobile Styles */
@media (max-width: 480px) {
    .product-content-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .product-card {
        padding: 15px;
    }

    .product-title {
        font-size: 14px;
        margin: 12px 0;
    }

    .product-inquire {
        padding: 8px 16px;
        font-size: 13px;
    }

    .product-inquire i {
        font-size: 12px;
    }

    .product-inquire span {
        font-size: 12px;
    }
}

/* Search Results Page - Mobile */
@media (max-width: 480px) {
    .product-listing-section {
        padding: 30px 0 50px;
    }

    .product-content-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
}