/* ========== Dining Room Kitchen Furniture 页面模板样式 ========== */

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

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

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

/* ========== Section 1: Hero ========== */
.dining-hero {
    padding: 80px 0;
    position: relative;
    background: #2D2D2D;
}

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

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

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

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

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

.dining-hero .hero-content {
    flex: 1;
}

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

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

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

.dining-hero .hero-button:hover {
    background: #E0E0E0;
}

/* ========== Intro Section ========== */
.dining-intro {
    padding: 60px 0 30px;
    background: #ffffff;
}

.dining-intro .intro-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 10px 0;
    text-align: center;
}

/* ========== Section Dots ========== */
.page-dining-room-kitchen-furniture .section-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 25px 0;
}

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

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

.dining-intro .section-dots {
    justify-content: center;
}

/* ========== Section 2: Product Grid ========== */
.dining-furniture-categories {
    padding: 80px 0;
    background: #ffffff;
}

.dining-furniture-categories .categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    row-gap: 30px;
    margin-bottom: 60px;
}

.dining-furniture-categories .category-card {
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.dining-furniture-categories .card-image {
    width: 100%;
    margin-bottom: 15px;
    height: 200px;
    overflow: hidden;
}

.dining-furniture-categories .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dining-furniture-categories .category-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.dining-furniture-categories .section-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 10px 0;
    text-align: center;
}

.dining-furniture-categories .section-description {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    text-align: left;
}

/* ========== Section 2b: Find The Perfect Dining Table ========== */
.dining-table-intro {
    padding: 60px 0;
    background: #ffffff;
}

.dining-table-intro .intro-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.dining-table-intro .intro-text {
    flex: 1;
}

.dining-table-intro .intro-title {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 12px 0;
}

.dining-table-intro .intro-p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 16px 0;
    line-height: 1.6;
}

.dining-table-intro .intro-cta {
    color: #FF8C00;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.dining-table-intro .intro-cta:hover {
    text-decoration: underline;
}

.dining-table-intro .intro-video {
    flex: 0 0 45%;
}

.dining-table-intro .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
}

.dining-table-intro .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ========== Section 3: Image-Text (Selecting Dining Table) ========== */
.dining-table-selection-guide {
    padding: 80px 0;
    background: #ffffff;
}

.dining-table-selection-guide .selection-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.dining-table-selection-guide .selection-image {
    flex: 0 0 50%;
}

.dining-table-selection-guide .selection-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.dining-table-selection-guide .selection-content {
    flex: 1;
}

.dining-table-selection-guide .content-subtitle {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 10px 0;
}

.dining-table-selection-guide .section-dots {
    justify-content: flex-start;
    margin-bottom: 20px;
}

.dining-table-selection-guide .content-p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.dining-table-selection-guide .cta-button {
    display: inline-block;
    padding: 12px 24px;
    height: 40px;
    line-height: 16px;
    background: #FF8C00;
    color: #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
    transition: background 0.3s ease;
}

.dining-table-selection-guide .cta-button:hover {
    background: #E67300;
}

/* ========== Section 4: Content Block (Key Tips) ========== */
.dining-table-key-tips {
    padding: 60px 0;
    background: #ffffff;
}

.dining-table-key-tips .tips-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.dining-table-key-tips .tips-content {
    flex: 1;
}

.dining-table-key-tips .tips-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 10px 0;
}

.dining-table-key-tips .section-dots {
    justify-content: flex-start;
    margin-bottom: 20px;
}

.dining-table-key-tips .tips-p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.dining-table-key-tips .tips-p strong {
    color: #222222;
    font-weight: 700;
}

.dining-table-key-tips .tips-image {
    flex: 0 0 50%;
}

.dining-table-key-tips .tips-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* ========== Section 5: Image-Text (Size Recommendations) ========== */
.dining-table-selection-tips {
    padding: 80px 0;
    background: #ffffff;
}

.dining-table-selection-tips .tips-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.dining-table-selection-tips .tips-content {
    flex: 1;
}

.dining-table-selection-tips .tips-p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.dining-table-selection-tips .tips-p strong {
    color: #222222;
    font-weight: 700;
}

.dining-table-selection-tips .tips-image {
    flex: 1;
}

.dining-table-selection-tips .tips-image img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

/* ========== Section 5: Versatile Dining Tables ========== */
.versatile-dining-tables {
    padding: 80px 0;
    background: #ffffff;
}

.versatile-dining-tables .versatile-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.versatile-dining-tables .versatile-image {
    flex: 0 0 50%;
}

.versatile-dining-tables .versatile-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.versatile-dining-tables .versatile-content {
    flex: 1;
}

.versatile-dining-tables .versatile-title {
    font-size: 32px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 15px 0;
}

.versatile-dining-tables .section-dots {
    justify-content: flex-start;
    margin-bottom: 20px;
}

.versatile-dining-tables .versatile-intro {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.versatile-dining-tables .versatile-p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 15px 0;
    line-height: 1.6;
}

.versatile-dining-tables .versatile-p strong {
    color: #222222;
    font-weight: 700;
}

/* ========== Section 6: Content Block (Complementary Pieces) ========== */
.dining-tables-content-block {
    padding: 80px 0;
    background: #ffffff;
}

.dining-tables-content-block .content-block-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.dining-tables-content-block .content-block-item {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.dining-tables-content-block .block-image {
    flex: 0 0 50%;
}

.dining-tables-content-block .block-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.dining-tables-content-block .block-content {
    flex: 1;
}

.dining-tables-content-block .block-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 10px 0;
}

.dining-tables-content-block .section-dots {
    justify-content: flex-start;
    margin-bottom: 15px;
}

.dining-tables-content-block .block-p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.dining-tables-content-block .cta-button {
    display: inline-block;
    padding: 12px 24px;
    height: 40px;
    line-height: 16px;
    background: #FF8C00;
    color: #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    transition: background 0.3s ease;
}

.dining-tables-content-block .cta-button:hover {
    background: #E67300;
}

/* Featured Block with Large Image */
.dining-tables-content-block .content-block-featured {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    margin-bottom: 60px;
}

.dining-tables-content-block .featured-content {
    flex: 1;
}

.dining-tables-content-block .featured-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 15px 0;
}

.dining-tables-content-block .featured-subtitle {
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    margin: 30px 0 15px 0;
}

.dining-tables-content-block .featured-p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.dining-tables-content-block .featured-image {
    flex: 0 0 50%;
}

.dining-tables-content-block .featured-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* ========== Section 7: Content Block (Modern Decor) ========== */
/* ========== Section 7: Image-Text (Decor Content) ========== */
.dining-table-decor-content {
    padding: 80px 0;
    background: #ffffff;
}

.dining-table-decor-content .decor-content-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.dining-table-decor-content .decor-text-block {
    flex: 1;
}

.dining-table-decor-content .decor-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 15px 0;
}

.dining-table-decor-content .decor-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 20px 0 15px 0;
}

.dining-table-decor-content .decor-p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.dining-table-decor-content .decor-image-featured {
    flex: 0 0 50%;
}

.dining-table-decor-content .decor-image-featured img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.dining-table-decor-content .cta-button {
    display: inline-block;
    padding: 12px 24px;
    height: 40px;
    line-height: 16px;
    background: #FF8C00;
    color: #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    transition: background 0.3s ease;
}

.dining-table-decor-content .cta-button:hover {
    background: #E67300;
}

/* ========== Section 9: FAQ ========== */
.kitchen-dining-faq {
    padding: 40px 0;
    background: #ffffff;
}

.kitchen-dining-faq .faq-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 10px 0;
    text-align: center;
}

.kitchen-dining-faq .section-dots {
    justify-content: center;
    margin-bottom: 30px;
}

.kitchen-dining-faq .faq-list {
    margin-bottom: 30px;
}

.kitchen-dining-faq .faq-item {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
}

.kitchen-dining-faq .faq-trigger {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
    cursor: pointer;
    transition: color 0.3s ease;
}

.kitchen-dining-faq .faq-trigger:hover {
    color: #FF8C00;
}

.kitchen-dining-faq .faq-icon {
    font-size: 24px;
    font-weight: 700;
    color: #666666;
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
}

.kitchen-dining-faq .faq-item.active .faq-icon {
    transform: rotate(45deg);
    color: #FF8C00;
}

.kitchen-dining-faq .faq-question {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    flex: 1;
}

.kitchen-dining-faq .faq-item.active .faq-question {
    color: #333333;
    font-weight: 600;
}

.kitchen-dining-faq .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 0 0 39px;
}

.kitchen-dining-faq .faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 0 20px 39px;
}

.kitchen-dining-faq .faq-answer p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 1.6;
}

/* ========== Section 10: Contact Form 1 ========== */
.free-quote-form {
    padding: 80px 0;
    background: #ffffff;
}

.free-quote-form .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.free-quote-form .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 20px 0;
}

.free-quote-form .section-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}

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

.free-quote-form .section-desc {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 1.6;
}

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

.free-quote-form .quote-form-left {
    flex: 0 0 50%;
}

.free-quote-form .quote-form-image {
    margin-bottom: 30px;
    text-align: center;
}

.free-quote-form .quote-form-image img {
    width: auto;
    max-width: 450px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
}

.free-quote-form .quote-form-text {
    text-align: center;
}

.free-quote-form .quote-form-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 15px 0;
}

.free-quote-form .quote-form-text-desc {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 1.6;
}

.free-quote-form .quote-form-right {
    flex: 0 0 50%;
}

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

.free-quote-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.free-quote-form label {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

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

.free-quote-form .checkbox-group {
    margin-top: 10px;
}

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

.free-quote-form .checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.free-quote-form input[type="checkbox"] {
    width: auto;
}

.free-quote-form .submit-button {
    padding: 12px 24px;
    height: 40px;
    background: #FF8C00;
    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: #E67300;
}

/* ========== Section 11: Contact Form 2 ========== */
/* ========== Section 8: Image-Text (Shop Best Dining Tables) ========== */
.shop-best-dining-tables {
    padding: 80px 0;
    background: #ffffff;
}

.shop-best-dining-tables .shop-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.shop-best-dining-tables .shop-image {
    flex: 0 0 50%;
}

.shop-best-dining-tables .shop-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.shop-best-dining-tables .shop-content {
    flex: 1;
}

.shop-best-dining-tables .shop-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 20px 0;
}

.shop-best-dining-tables .shop-p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.shop-best-dining-tables .cta-button {
    display: inline-block;
    padding: 12px 24px;
    height: 40px;
    line-height: 16px;
    background: #FF8C00;
    color: #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    transition: background 0.3s ease;
}

.shop-best-dining-tables .cta-button:hover {
    background: #E67300;
}

/* ========== 响应式 ========== */
@media (max-width: 1024px) {
    .dining-furniture-categories .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .dining-table-selection-guide .selection-wrapper,
    .dining-table-key-tips .tips-wrapper,
    .dining-table-selection-tips .tips-wrapper,
    .dining-table-decor-content .decor-content-wrapper,
    .shop-best-dining-tables .shop-wrapper {
        flex-direction: column;
    }

    .dining-table-selection-guide .selection-image,
    .dining-table-key-tips .tips-image,
    .dining-table-selection-tips .tips-image,
    .shop-best-dining-tables .shop-image {
        width: 100%;
    }
    
    .dining-tables-content-block .content-block-item {
        flex-direction: column !important;
    }
    
    .dining-tables-content-block .block-image {
        width: 100%;
    }

    .free-quote-form .quote-form-wrapper {
        flex-direction: column;
    }

    .free-quote-form .quote-form-left,
    .free-quote-form .quote-form-right {
        width: 100%;
    }

    .free-quote-form .form-row {
        grid-template-columns: 1fr;
    }

    .free-quote-form .checkboxes {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .dining-hero {
        padding: 60px 0;
    }
    
    .dining-hero .hero-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .dining-hero .hero-title {
        font-size: 32px;
    }
    
    .dining-hero .hero-button-wrap {
        width: 100%;
    }
    
    .dining-hero .hero-button {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
    
    .dining-furniture-categories,
    .dining-table-selection-guide,
    .dining-table-key-tips,
    .dining-table-selection-tips,
    .dining-tables-content-block,
    .dining-table-decor-content,
    .shop-best-dining-tables {
        padding: 60px 0;
    }
    
    .dining-furniture-categories .categories-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dining-table-selection-guide .content-subtitle {
        font-size: 28px;
    }
    
    .dining-table-decor-content .decor-image-featured {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .dining-hero .hero-title {
        font-size: 28px;
    }
    
    .dining-intro .intro-title {
        font-size: 20px;
    }
    
    .dining-furniture-categories .section-title,
    .dining-table-selection-guide .content-subtitle,
    .dining-table-key-tips .tips-title,
    .dining-table-decor-content .decor-title,
    .shop-best-dining-tables .shop-title {
        font-size: 20px;
    }
    
    .dining-table-selection-guide .content-subtitle {
        font-size: 24px;
    }
    
    .kitchen-dining-faq .faq-title {
        font-size: 20px;
    }
    
    .free-quote-form .section-title,
    .free-quote-form .quote-form-subtitle {
        font-size: 20px;
    }
}
