/* ========== White Kitchen Cabinets 页面模板样式 ========== */

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

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

/* ========== Section 1: Hero (不含Navbar) ========== */
.white-hero-section {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.white-hero-section .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.white-hero-section .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.white-hero-section .elementor-container {
    position: relative;
    z-index: 3;
}

.white-hero-section .hero-content {
    padding: 60px 0;
}

.white-hero-section .custom-hero-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.white-hero-section .hero-main-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.white-hero-section .hero-title-wrapper {
    flex: 1;
    max-width: 60%;
}

.white-hero-section .hero-title {
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
}

.white-hero-section .hero-btn-wrapper {
    flex-shrink: 0;
}

.white-hero-section .btn-catalog {
    display: inline-block;
    padding: 14px 32px;
    background-color: #ffffff;
    color: #333333;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.white-hero-section .btn-catalog:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* ========== Section 2: Products ========== */
.white-products-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.white-products-section .section-title {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin: 0 0 15px 0;
}

.white-products-section .section-description {
    font-size: 16px;
    color: #666666;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 50px auto;
}

.white-products-section .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.white-products-section .product-card {
    position: relative;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.white-products-section .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.white-products-section .card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.white-products-section .card-bg {
    position: relative;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.white-products-section .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    /* very light overlay or none at all */
    transition: background-color 0.3s ease;
}

.white-products-section .product-card:hover .card-overlay {
    background-color: transparent;
}

.white-products-section .card-content {
    padding: 20px 15px;
    text-align: center;
    background: #ffffff;
    border-radius: 0 0 8px 8px;
}

.white-products-section .card-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #333333;
    transition: color 0.3s ease;
}

.white-products-section .product-card:hover .card-title {
    color: #ff6b35;
    /* Orange hover effect just like buttons */
}

.white-products-section .section-cta {
    text-align: center;
    margin-top: 40px;
}

/* ========== Section 3: Materials ========== */
.white-materials-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.white-materials-section .section-title {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin: 0 0 44px 0;
}

.white-materials-section .section-title,
.white-finish-upgrades-section .section-title,
.white-designs-section .section-title,
.white-must-haves-section .section-title {
    position: relative;
    padding-bottom: 28px;
}

.white-materials-section .section-title::before,
.white-finish-upgrades-section .section-title::before,
.white-designs-section .section-title::before,
.white-must-haves-section .section-title::before {
    content: '•••';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-72px);
    color: #f77f00;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 3px;
}

.white-materials-section .section-title::after,
.white-finish-upgrades-section .section-title::after,
.white-designs-section .section-title::after,
.white-must-haves-section .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 6px;
    transform: translateX(-8px);
    width: 122px;
    height: 5px;
    border-radius: 99px;
    background: #f77f00;
}

.white-materials-section .materials-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.white-materials-section .material-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.white-materials-section .material-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.white-materials-section .card-bg {
    position: relative;
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.white-materials-section .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

.white-materials-section .card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 18px 12px 24px;
    text-align: center;
    background: #f2f2f2;
}

.white-materials-section .card-title {
    font-size: 22px;
    font-weight: 600;
    color: #3f4550;
    margin: 0 0 14px 0;
    line-height: 1.2;
}

.white-materials-section .card-desc {
    font-size: 16px;
    color: #444b57;
    line-height: 1.55;
    margin: 0;
}

.white-materials-section .btn {
    margin-top: auto;
}

.white-materials-section .btn-dark {
    padding: 10px 34px;
    margin: 20px auto 0;
    border-radius: 999px;
    background-color: #2e3d57;
    font-size: 17px;
    font-weight: 500;
}

.white-materials-section .btn-dark:hover {
    background-color: #243247;
}

/* ========== Section 4: Finish Upgrades ========== */
.white-finish-upgrades-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.white-finish-upgrades-section .section-title {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin: 0 0 44px 0;
}

.white-finish-upgrades-section .upgrades-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.white-finish-upgrades-section .upgrade-card {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.white-finish-upgrades-section .upgrade-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.white-finish-upgrades-section .card-bg {
    position: relative;
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.white-finish-upgrades-section .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

.white-finish-upgrades-section .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 18px 12px 24px;
    text-align: center;
    background: #f2f2f2;
}

.white-finish-upgrades-section .card-title {
    font-size: 22px;
    font-weight: 600;
    color: #3f4550;
    margin: 0 0 14px 0;
    line-height: 1.25;
}

.white-finish-upgrades-section .card-desc {
    font-size: 16px;
    color: #444b57;
    line-height: 1.55;
    margin: 0;
}

.white-finish-upgrades-section .btn-wrap {
    margin-top: auto;
    text-align: center;
}

.white-finish-upgrades-section .btn-dark {
    padding: 10px 34px;
    margin: 20px auto 0;
    border-radius: 999px;
    background-color: #2e3d57;
    font-size: 17px;
    font-weight: 500;
}

.white-finish-upgrades-section .btn-dark:hover {
    background-color: #243247;
}

/* ========== Section 5: Designs ========== */
.white-designs-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.white-designs-section .section-title {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin: 0 0 44px 0;
}

.white-designs-section .designs-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.white-designs-section .design-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.white-designs-section .design-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.white-designs-section .card-bg {
    position: relative;
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.white-designs-section .card-overlay {
    background: rgba(0, 0, 0, 0);
}

.white-designs-section .card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 18px 12px 24px;
    text-align: center;
    background: #f2f2f2;
}

.white-designs-section .card-title {
    font-size: 22px;
    font-weight: 600;
    color: #3f4550;
    margin: 0 0 14px 0;
    line-height: 1.2;
}

.white-designs-section .card-desc {
    font-size: 16px;
    color: #444b57;
    line-height: 1.55;
    margin: 0;
}

.white-designs-section .btn {
    margin-top: auto;
}

.white-designs-section .btn-dark {
    padding: 10px 34px;
    margin: 20px auto 0;
    border-radius: 999px;
    background-color: #2e3d57;
    font-weight: 500;
    font-size: 17px;
    display: inline-block;
}

.white-designs-section .btn-dark:hover {
    background-color: #243247;
}

/* ========== Section 6: Must-Haves ========== */
.white-must-haves-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.white-must-haves-section .section-title {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin: 0 0 44px 0;
}

.white-must-haves-section .must-haves-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.white-must-haves-section .must-have-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.white-must-haves-section .must-have-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.white-must-haves-section .card-bg {
    position: relative;
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.white-must-haves-section .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

.white-must-haves-section .card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 18px 12px 24px;
    text-align: center;
    background: #f2f2f2;
}

.white-must-haves-section .card-title {
    font-size: 22px;
    font-weight: 600;
    color: #3f4550;
    margin: 0 0 14px 0;
    line-height: 1.2;
}

.white-must-haves-section .card-desc {
    font-size: 16px;
    color: #444b57;
    line-height: 1.55;
    margin: 0;
}

.white-must-haves-section .btn {
    margin-top: auto;
}

.white-must-haves-section .btn-dark {
    padding: 10px 34px;
    margin: 20px auto 0;
    border-radius: 999px;
    background-color: #2e3d57;
    font-size: 17px;
    font-weight: 500;
}

.white-must-haves-section .btn-dark:hover {
    background-color: #243247;
}

/* ========== Section 7: Why Choose ========== */
.white-why-choose-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.white-why-choose-section .section-title {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin: 0 0 20px 0;
}

.white-why-choose-section .section-divider {
    display: none;
}

.white-why-choose-section .why-choose-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.white-why-choose-section .why-card {
    text-align: center;
    background: #ffffff;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 35px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.white-why-choose-section .why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.white-why-choose-section .card-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3f4550;
}

.white-why-choose-section .card-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.white-why-choose-section .card-title {
    font-size: 19px;
    font-weight: 600;
    color: #3f4550;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.white-why-choose-section .card-desc {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.white-why-choose-section .section-cta {
    text-align: center;
    margin-top: 40px;
}

/* ========== Section 7: Showroom ========== */
.white-showroom-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.white-showroom-section .section-title {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    text-align: left;
    margin: 0 0 20px 0;
}

.white-showroom-section .section-description {
    font-size: 16px;
    color: #666666;
    text-align: left;
    margin: 0 0 30px 0;
    line-height: 1.6;
}

.white-showroom-section .showroom-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.white-showroom-section .showroom-content {
    flex: 1;
    min-width: 300px;
}

.white-showroom-section .showroom-video {
    flex: 1;
    min-width: 300px;
}

.white-showroom-section .showroom-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.white-showroom-section .showroom-features-list li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #444;
    margin-bottom: 12px;
}

.white-showroom-section .showroom-features-list li i {
    color: #333;
    font-size: 18px;
    margin-right: 12px;
}

.white-showroom-section .video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}

.white-showroom-section .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ========== Section 8: FAQs ========== */
.white-faqs-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.white-faqs-section .section-title {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    text-align: left;
    margin: 0 0 40px 0;
}

.white-faqs-section .faqs-list {
    max-width: 100%;
    margin: 0 auto;
}

.white-faqs-section .faq-item {
    background: transparent;
    padding: 20px 0;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #eaeaea;
}

.white-faqs-section .faq-item:first-child {
    border-top: 1px solid #eaeaea;
}

.white-faqs-section .faq-question {
    font-size: 18px;
    font-weight: 600;
    color: #5c728a;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.white-faqs-section .faq-question .toggle-icon {
    font-size: 14px;
    margin-right: 15px;
    color: #5c728a;
}

.white-faqs-section .faq-answer {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    margin: 15px 0 0 30px;
    display: none;
}

/* ========== Section 9: Contact Form ========== */
.white-contact-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.white-contact-section .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    text-align: left;
    margin: 0 0 12px 0;
}

.white-contact-section .section-subtitle {
    font-size: 15px;
    color: #666666;
    text-align: left;
    margin: 0 0 30px 0;
}

.white-contact-section .contact-wrapper {
    display: flex;
    gap: 30px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.white-contact-section .contact-image {
    flex: 0 0 45%;
}

.white-contact-section .contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 400px;
}

.white-contact-section .contact-form-wrapper {
    flex: 1;
    padding: 40px;
}

.white-contact-section .form-row {
    margin-bottom: 20px;
}

.white-contact-section .form-row input,
.white-contact-section .form-row textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 15px;
    transition: border-color 0.3s ease;
}

.white-contact-section .form-row input:focus,
.white-contact-section .form-row textarea:focus {
    outline: none;
    border-color: #667eea;
}

.white-contact-section .form-row-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.white-contact-section .form-label {
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    margin-bottom: 10px;
    display: block;
}

.white-contact-section .checkboxes-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
}

.white-contact-section .checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    margin: 0;
}

.white-contact-section .checkbox-label input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.white-contact-section .file-input {
    padding: 10px;
}

.white-contact-section .form-actions {
    margin-top: 25px;
}

.white-contact-section .btn-submit {
    width: 100%;
    padding: 15px;
    background: #ff6b35;
    color: #ffffff;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.white-contact-section .btn-submit:hover {
    background: #e55a2b;
}

/* ========== Buttons ========== */
.btn-primary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #ff6b35;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
}

.btn-dark {
    display: inline-block;
    padding: 10px 24px;
    background-color: #333333;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
}

.btn-dark:hover {
    background-color: #555555;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* ========== Responsive Design ========== */
@media (max-width: 992px) {

    .white-products-section .products-grid,
    .white-materials-section .materials-grid,
    .white-finish-upgrades-section .upgrades-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .white-must-haves-section .must-haves-grid,
    .white-why-choose-section .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .white-contact-section .contact-wrapper {
        flex-direction: column;
    }

    .white-contact-section .contact-image {
        flex: 0 0 auto;
        height: 250px;
    }
}

@media (max-width: 768px) {
    .white-hero-section .hero-title {
        font-size: 32px;
    }

    .white-products-section .products-grid,
    .white-materials-section .materials-grid,
    .white-finish-upgrades-section .upgrades-grid,
    .white-must-haves-section .must-haves-grid,
    .white-why-choose-section .why-choose-grid {
        grid-template-columns: 1fr;
    }

    .white-designs-section .designs-grid {
        grid-template-columns: 1fr;
    }

    .white-contact-section .form-row-group {
        grid-template-columns: 1fr;
    }

    .white-contact-section .contact-form-wrapper {
        padding: 25px;
    }

    .white-contact-section .section-title,
    .white-materials-section .section-title,
    .white-finish-upgrades-section .section-title,
    .white-designs-section .section-title,
    .white-must-haves-section .section-title,
    .white-why-choose-section .section-title,
    .white-showroom-section .section-title,
    .white-faqs-section .section-title {
        font-size: 24px;
    }

    .white-showroom-section .showroom-categories {
        flex-direction: column;
        align-items: center;
    }

    .white-showroom-section .category-item {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .white-faqs-section .faq-item {
        padding: 20px;
    }
}