/* ========== Furniture 页面模板样式 ========== */

.page-furniture {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-furniture .elementor-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-furniture .full-width {
    width: 100%;
    position: relative;
}

/* ========== Section 1: Hero ========== */
.furniture-hero {
    padding: 0;
    position: relative;
    background: #f8f8f8;
}

.furniture-hero .full-width {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.furniture-hero .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.furniture-hero .hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.furniture-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.furniture-hero .hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 500px;
}

.furniture-hero .hero-content {
    flex: 1;
    color: #ffffff;
}

.furniture-hero .hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.furniture-hero .hero-button-wrap {
    flex-shrink: 0;
}

.furniture-hero .hero-button {
    display: inline-block;
    padding: 10px 24px;
    height: 40px;
    line-height: 20px;
    background: #ffffff;
    color: #000000;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.furniture-hero .hero-button:hover {
    background: #e0e0e0;
}

/* ========== Intro + Home Furniture ========== */
.furniture-intro {
    padding: 60px 0 30px;
    background: #ffffff;
}

.furniture-intro .intro-heading {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 15px 0;
    text-align: center;
}

.furniture-intro .intro-description {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 30px 0;
    text-align: center;
}

.furniture-intro .home-furniture-heading {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 10px 0;
}

.page-furniture .section-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin: 0 0 25px 0;
}

.page-furniture .section-dots::before,
.page-furniture .section-dots::after {
    content: '';
    flex: 1;
    max-width: 80px;
    height: 2px;
    background: #FF8C00;
}

.page-furniture .section-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FF8C00;
}

.furniture-intro .section-dots {
    justify-content: flex-start;
}

/* Unified Section Heading Style */
.page-furniture .section-heading {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 40px 0 10px 0;
}

/* Unified Card Styles */
.page-furniture .furniture-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    row-gap: 30px;
}

.page-furniture .furniture-card {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.page-furniture .card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 15px;
}

.page-furniture .card-title {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 20px 0;
}

.page-furniture .card-button {
    display: inline-block;
    padding: 10px 24px;
    height: 40px;
    line-height: 20px;
    background: transparent;
    color: #333333;
    border: 1px solid #cccccc;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.page-furniture .card-button:hover {
    border-color: #999999;
    background: #f0f0f0;
}

/* ========== Section 2: Home Furniture Grid ========== */
.home-furniture-grid {
    padding: 60px 0;
    background: #ffffff;
}

/* ========== Section 3: Office Furniture ========== */
.office-furniture-section {
    padding: 80px 0;
    background: #ffffff;
}

.office-furniture-section .section-dots {
    margin-bottom: 30px;
}

/* ========== Section 4: Hotel Furniture ========== */
.hotel-furniture-section {
    padding: 80px 0;
    background: #ffffff;
}

.hotel-furniture-section .section-dots {
    margin-bottom: 30px;
}

/* ========== Section 5: Other Furniture ========== */
.other-furniture-section {
    padding: 80px 0;
    background: #f8f8f8;
}

.other-furniture-section .section-dots {
    margin-bottom: 30px;
}

/* ========== Section 6: Whole House Customization Supplier ========== */
.whole-house-customization-supplier {
    padding: 60px 0;
    background: #ffffff;
}

.whole-house-customization-supplier .supplier-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 10px 0;
    text-align: center;
}

.whole-house-customization-supplier .section-dots {
    justify-content: center;
    margin-bottom: 20px;
}

.whole-house-customization-supplier .supplier-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.whole-house-customization-supplier .supplier-list {
    list-style: disc;
    margin: 0 0 30px 30px;
    padding: 0;
}

.whole-house-customization-supplier .supplier-list li {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}

.whole-house-customization-supplier .supplier-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 30px 0 15px 0;
}

/* ========== Section 7: Whole House Customization Content ========== */
.whole-house-customization-content {
    padding: 60px 0;
    background: #ffffff;
}

.whole-house-customization-content .customization-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 20px 0;
}

.whole-house-customization-content .customization-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin: 25px 0 15px 0;
    text-align: center;
}

.whole-house-customization-content .customization-subheading {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 20px 0 10px 0;
}

.whole-house-customization-content .customization-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.whole-house-customization-content .customization-list {
    list-style: disc;
    margin: 0 0 30px 30px;
    padding: 0;
}

.whole-house-customization-content .customization-list li {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}

.whole-house-customization-content .customization-button {
    display: inline-block;
    padding: 10px 24px;
    height: 40px;
    line-height: 20px;
    background: #FF8C00;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: background 0.3s ease;
    margin: 20px 0;
}

.whole-house-customization-content .customization-button:hover {
    background: #E67300;
}

.whole-house-customization-content .customization-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 30px 0;
    border-radius: 8px;
}

/* ========== Section 8: China Custom Furniture Advantages ========== */
.china-custom-furniture-advantages {
    padding: 80px 0;
    background: #ffffff;
}

.china-custom-furniture-advantages .advantages-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 30px 0;
    text-align: center;
}

.china-custom-furniture-advantages .advantages-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.china-custom-furniture-advantages .advantages-text {
    flex: 1;
}

.china-custom-furniture-advantages .advantages-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    margin: 25px 0 15px 0;
}

.china-custom-furniture-advantages .advantages-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.china-custom-furniture-advantages .advantages-images {
    flex: 0 0 50%;
}

.china-custom-furniture-advantages .advantages-images img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ========== Section 9: China Custom Furniture Advantages (Continued) ========== */
.china-custom-furniture-advantages-2 {
    padding: 80px 0;
    background: #ffffff;
}

.china-custom-furniture-advantages-2 .advantages-2-section {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 60px;
}

.china-custom-furniture-advantages-2 .advantages-2-section-reverse {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 60px;
    flex-direction: row-reverse;
}

.china-custom-furniture-advantages-2 .advantages-2-section-no-image {
    display: flex;
    margin-bottom: 60px;
}

.china-custom-furniture-advantages-2 .advantages-2-section-no-image .advantages-2-text {
    flex: 1;
    width: 100%;
}

.china-custom-furniture-advantages-2 .advantages-2-text {
    flex: 1;
}

.china-custom-furniture-advantages-2 .advantages-2-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    margin: 0 0 15px 0;
}

.china-custom-furniture-advantages-2 .advantages-2-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 25px 0;
}

.china-custom-furniture-advantages-2 .advantages-2-button-wrap {
    text-align: center;
    margin-top: 40px;
}

.china-custom-furniture-advantages-2 .advantages-2-button {
    display: inline-block;
    padding: 10px 24px;
    height: 40px;
    line-height: 20px;
    background: #FF8C00;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: background 0.3s ease;
}

.china-custom-furniture-advantages-2 .advantages-2-button:hover {
    background: #E67300;
}

.china-custom-furniture-advantages-2 .advantages-2-images {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.china-custom-furniture-advantages-2 .advantages-2-images img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ========== Section 10: Major Custom Furniture Categories ========== */
.major-custom-furniture-categories {
    padding: 80px 0;
    background: #ffffff;
}

.major-custom-furniture-categories .categories-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 30px 0;
    text-align: center;
}

.major-custom-furniture-categories .categories-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.major-custom-furniture-categories .categories-wrapper-reverse {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.major-custom-furniture-categories .categories-text {
    flex: 1;
}

.major-custom-furniture-categories .categories-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.major-custom-furniture-categories .categories-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    margin: 25px 0 10px 0;
}

.major-custom-furniture-categories .categories-image {
    flex: 0 0 50%;
}

.major-custom-furniture-categories .categories-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

/* ========== Section 11: Chinese Custom Furniture Materials ========== */
.chinese-custom-furniture-materials {
    padding: 80px 0;
    background: #ffffff;
}

.chinese-custom-furniture-materials .materials-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 30px 0;
    text-align: center;
}

.chinese-custom-furniture-materials .materials-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.chinese-custom-furniture-materials .materials-image {
    flex: 0 0 50%;
}

.chinese-custom-furniture-materials .materials-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.chinese-custom-furniture-materials .materials-text {
    flex: 1;
}

.chinese-custom-furniture-materials .materials-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.chinese-custom-furniture-materials .materials-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    margin: 25px 0 10px 0;
}

/* ========== Section 12: Modern Furniture Materials ========== */
.modern-furniture-materials {
    padding: 80px 0;
    background: #ffffff;
}

.modern-furniture-materials .modern-materials-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 30px 0;
    text-align: center;
}

.modern-furniture-materials .modern-materials-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.modern-furniture-materials .modern-materials-text {
    flex: 1;
}

.modern-furniture-materials .modern-materials-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    margin: 25px 0 10px 0;
}

.modern-furniture-materials .modern-materials-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.modern-furniture-materials .modern-materials-image {
    flex: 0 0 50%;
}

.modern-furniture-materials .modern-materials-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

/* ========== Section 13: Custom Furniture Design Trends ========== */
.custom-furniture-design-trends {
    padding: 80px 0;
    background: #ffffff;
}

.custom-furniture-design-trends .trends-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 30px 0;
    text-align: center;
}

.custom-furniture-design-trends .trends-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.custom-furniture-design-trends .trends-image {
    flex: 0 0 25%;
}

.custom-furniture-design-trends .trends-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.custom-furniture-design-trends .trends-text {
    flex: 0 0 75%;
}

.custom-furniture-design-trends .trends-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.custom-furniture-design-trends .trends-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    margin: 25px 0 10px 0;
}

/* ========== Section 15: Furniture Innovation Trends ========== */
.furniture-innovation-trends {
    padding: 80px 0;
    background: #ffffff;
}

.furniture-innovation-trends .innovation-trends-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.furniture-innovation-trends .innovation-trends-text {
    flex: 0 0 75%;
}

.furniture-innovation-trends .innovation-trends-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.furniture-innovation-trends .innovation-trends-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    margin: 25px 0 10px 0;
}

.furniture-innovation-trends .innovation-trends-image {
    flex: 0 0 25%;
}

.furniture-innovation-trends .innovation-trends-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

/* ========== Section 16: Custom Residential Furniture ========== */
.custom-residential-furniture {
    padding: 80px 0;
    background: #ffffff;
}

.custom-residential-furniture .residential-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 15px 0;
    text-align: center;
}

.custom-residential-furniture .residential-intro {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 40px 0;
}

.custom-residential-furniture .residential-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.custom-residential-furniture .residential-image {
    flex: 0 0 25%;
}

.custom-residential-furniture .residential-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.custom-residential-furniture .residential-text {
    flex: 0 0 75%;
}

.custom-residential-furniture .residential-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.custom-residential-furniture .residential-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    margin: 25px 0 10px 0;
}

/* ========== Section 17: Custom Commercial Solutions ========== */
.custom-commercial-solutions {
    padding: 80px 0;
    background: #ffffff;
}

.custom-commercial-solutions .commercial-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 15px 0;
    text-align: center;
}

.custom-commercial-solutions .commercial-intro {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 40px 0;
}

.custom-commercial-solutions .commercial-content {
    max-width: 800px;
    margin: 0 auto;
}

.custom-commercial-solutions .commercial-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    margin: 25px 0 10px 0;
}

.custom-commercial-solutions .commercial-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

/* ========== Section 18: Custom Furniture Gallery with CTA ========== */
.custom-furniture-gallery-with-cta {
    padding: 60px 0;
    background: #E9E3DD;
}

.custom-furniture-gallery-with-cta .gallery-cta-title {
    font-size: 36px;
    font-weight: 700;
    color: #d2691e;
    margin: 0 0 30px 0;
    text-align: center;
    text-transform: uppercase;
}

.custom-furniture-gallery-with-cta .gallery-cta-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.custom-furniture-gallery-with-cta .gallery-cta-item {
    overflow: hidden;
}

.custom-furniture-gallery-with-cta .gallery-cta-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* ========== Section 19: Free Quote Form ========== */
.free-quote-form {
    padding: 60px 0;
    background: #ffffff;
}

.free-quote-form .quote-form-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.free-quote-form .quote-form-image {
    flex: 0 0 200px;
}

.free-quote-form .quote-form-image img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.free-quote-form .quote-form-fields {
    flex: 1;
}

.free-quote-form .quote-form-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 10px 0;
}

.free-quote-form .quote-form-desc {
    font-size: 16px;
    color: #666666;
    margin: 0 0 20px 0;
}

.free-quote-form .quote-form {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
}

.free-quote-form .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.free-quote-form .form-group,
.free-quote-form .form-group-full {
    margin-bottom: 20px;
}

.free-quote-form .form-group-full {
    width: 100%;
}

.free-quote-form .form-group label,
.free-quote-form .form-group-full label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 8px;
}

.free-quote-form .form-group input[type="text"],
.free-quote-form .form-group input[type="email"],
.free-quote-form .form-group input[type="tel"],
.free-quote-form .form-group select,
.free-quote-form .form-group textarea,
.free-quote-form .form-group-full input[type="text"],
.free-quote-form .form-group-full input[type="email"],
.free-quote-form .form-group-full input[type="tel"],
.free-quote-form .form-group-full select,
.free-quote-form .form-group-full textarea {
    width: 100%;
    padding: 10px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #ffffff;
    font-size: 16px;
    font-family: inherit;
    box-sizing: border-box;
}

.free-quote-form .form-group textarea,
.free-quote-form .form-group-full textarea {
    height: 120px;
    resize: vertical;
}

.free-quote-form .checkbox-group .checkboxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.free-quote-form .checkbox-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.free-quote-form .checkbox-label input {
    margin-right: 8px;
}

.free-quote-form .submit-button {
    width: 100%;
    padding: 10px 24px;
    height: 40px;
    background: #666666;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.free-quote-form .submit-button:hover {
    background: #555555;
}

/* ========== 响应式 ========== */
@media (max-width: 1024px) {
    .furniture-hero .hero-title {
        font-size: 40px;
    }
    .home-furniture-grid .furniture-grid,
    .office-furniture-section .furniture-grid,
    .hotel-furniture-section .furniture-grid,
    .other-furniture-section .furniture-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .china-custom-furniture-advantages .advantages-wrapper,
    .china-custom-furniture-advantages-2 .advantages-2-section,
    .china-custom-furniture-advantages-2 .advantages-2-section-reverse,
    .major-custom-furniture-categories .categories-wrapper,
    .chinese-custom-furniture-materials .materials-wrapper {
        flex-direction: column;
    }
    .china-custom-furniture-advantages .advantages-images,
    .china-custom-furniture-advantages-2 .advantages-2-images,
    .major-custom-furniture-categories .categories-image,
    .chinese-custom-furniture-materials .materials-image {
        flex: 1;
        width: 100%;
    }
    .custom-furniture-gallery .gallery-grid,
    .custom-furniture-gallery-with-cta .gallery-cta-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .free-quote-form .quote-form-wrapper {
        flex-direction: column;
    }
    .free-quote-form .quote-form-image {
        flex: none;
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
    .free-quote-form .form-row {
        grid-template-columns: 1fr;
    }
    .free-quote-form .checkbox-group .checkboxes {
        grid-template-columns: 1fr;
    }
    .custom-furniture-gallery-with-cta .mini-quote-form .form-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .furniture-hero {
        padding: 80px 0;
    }
    .furniture-hero .hero-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .furniture-hero .hero-button-wrap {
        width: 100%;
    }
    .furniture-hero .hero-button {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
    .furniture-hero .hero-title {
        font-size: 32px;
    }
    .home-furniture-grid,
    .home-furniture-grid .furniture-grid,
    .office-furniture-section .furniture-grid,
    .hotel-furniture-section .furniture-grid,
    .other-furniture-section .furniture-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .office-furniture-section,
    .hotel-furniture-section,
    .other-furniture-section,
    .china-custom-furniture-advantages,
    .china-custom-furniture-advantages-2,
    .major-custom-furniture-categories,
    .chinese-custom-furniture-materials {
        padding: 60px 0;
    }
    .office-furniture-section .section-heading {
        font-size: 28px;
    }
    .custom-furniture-gallery .gallery-grid,
    .custom-furniture-gallery-with-cta .gallery-cta-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .free-quote-form {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .furniture-hero .hero-title {
        font-size: 28px;
    }
    .furniture-intro .intro-heading {
        font-size: 20px;
    }
    .furniture-intro .intro-description {
        font-size: 16px;
    }
    .custom-furniture-gallery .gallery-grid,
    .custom-furniture-gallery-with-cta .gallery-cta-grid {
        grid-template-columns: 1fr;
    }
    .custom-furniture-gallery-with-cta .gallery-cta-title {
        font-size: 24px;
    }
}
