/* ========== Blue Kitchen Cabinets Template ========== */

.page-black-kitchen-cabinets {
    --container-max: 1280px;
    --gutter: 16px;
    --text: #3f4550;
    --muted: #4a505c;
    --title: #2d2d2d;
    --accent: #f77f00;
    --card-bg: #f2f2f2;
    --btn-bg: #2e3d57;
    --btn-bg-hover: #2d2d2d;
    --shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    --shadow-hover: 0 8px 24px rgba(0, 0, 0, 0.15);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text);
    line-height: 1.6;
    background: #fff;
    position: relative;
    z-index: 1;
}

.page-black-kitchen-cabinets .elementor-container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--gutter);
}

/* Shared section heading */
.black-kitchen-grid-section .section-title,
.black-kitchen-materials-section .section-title,
.black-kitchen-finishes-section .section-title,
.black-kitchen-layouts-section .section-title,
.black-kitchen-accessories-section .section-title,
.black-kitchen-shade-guide-section .section-title,
.black-kitchen-pairings-section .section-title,
.black-kitchen-finish-construction-section .section-title,
.black-kitchen-faq-section .section-title {
    font-size: 36px;
    font-weight: 600;
    color: var(--title);
    text-align: center;
    margin: 0 0 32px;
    position: relative;
    padding-bottom: 20px;
    line-height: 1.3;
}

.black-kitchen-grid-section .section-title::before,
.black-kitchen-materials-section .section-title::before,
.black-kitchen-finishes-section .section-title::before,
.black-kitchen-layouts-section .section-title::before,
.black-kitchen-accessories-section .section-title::before,
.black-kitchen-shade-guide-section .section-title::before,
.black-kitchen-pairings-section .section-title::before,
.black-kitchen-finish-construction-section .section-title::before,
.black-kitchen-faq-section .section-title::before {
    content: '•••';
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-72px);
    color: var(--accent);
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 1;
}

.black-kitchen-grid-section .section-title::after,
.black-kitchen-materials-section .section-title::after,
.black-kitchen-finishes-section .section-title::after,
.black-kitchen-layouts-section .section-title::after,
.black-kitchen-accessories-section .section-title::after,
.black-kitchen-shade-guide-section .section-title::after,
.black-kitchen-pairings-section .section-title::after,
.black-kitchen-finish-construction-section .section-title::after,
.black-kitchen-faq-section .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 6px;
    transform: translateX(-8px);
    width: 122px;
    height: 5px;
    border-radius: 99px;
    background: var(--accent);
}

/* Hero */
.black-kitchen-hero-section {
    position: relative;
}

.black-kitchen-hero-section .hero-banner {
    min-height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.black-kitchen-hero-section .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(18, 28, 44, 0.36);
}

.black-kitchen-hero-section .hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0;
    width: 100%;
}

.black-kitchen-hero-section .hero-title {
    margin: 0;
    font-size: 62px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    text-align: left;
    max-width: 60%;
}

.black-kitchen-hero-section .hero-btn {
    display: inline-block;
    padding: 14px 34px;
    border-radius: 0;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.black-kitchen-hero-section .hero-btn:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
}

/* Section 2 Gallery */
.black-kitchen-grid-section {
    padding: 60px 0 80px;
    background: #fff;
}

.black-kitchen-grid-section .section-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--title);
    margin-bottom: 20px;
}

.black-kitchen-grid-section .section-description {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    color: #4a5567;
    line-height: 1.6;
}

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

.gallery-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.gallery-card .card-image {
    width: 100%;
    height: 300px;
    /* Increased height for better aspect ratio */
    overflow: hidden;
}

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

.gallery-card .card-content {
    padding: 25px 20px;
    text-align: center;
    background: #fff;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-card .card-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--title);
    line-height: 1.4;
}

/* Matt vs Glossy Dropcap */
.black-kitchen-matt-glossy-section .dropcap {
    float: left;
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    font-family: serif;
    color: #fff;
    background-color: #4a5567;
    /* Dark gray circle */
    border: 3px solid #ccc;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 20px 10px 0;
    text-align: center;
    box-sizing: border-box;
}

.black-kitchen-grid-section .section-cta {
    text-align: center;
    margin-top: 36px;
}

.black-kitchen-grid-section .btn-more {
    display: inline-block;
    padding: 10px 34px;
    margin: 20px auto 0;
    border-radius: 999px;
    background: var(--btn-bg);
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}

.black-kitchen-grid-section .btn-more:hover {
    background: var(--btn-bg-hover);
}

/* Advantages Section */
.black-kitchen-advantages-section {
    padding: 60px 0 80px;
    background: #fff;
}

.black-kitchen-advantages-section .elementor-container {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.black-kitchen-advantages-section .advantages-image {
    flex: 1.2;
}

.black-kitchen-advantages-section .advantages-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.black-kitchen-advantages-section .advantages-content {
    flex: 1;
    padding-top: 20px;
}

.black-kitchen-advantages-section .advantages-title {
    font-size: 36px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 24px;
    line-height: 1.25;
}

.black-kitchen-advantages-section .advantages-desc {
    font-size: 16px;
    color: #475569;
    line-height: 1.8;
    margin: 0 0 24px;
}

.black-kitchen-advantages-section .advantages-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.black-kitchen-advantages-section .advantages-list li {
    font-size: 16px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.black-kitchen-advantages-section .advantages-list li::before {
    content: "•";
    color: #475569;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

@media (max-width: 991px) {
    .black-kitchen-advantages-section .elementor-container {
        flex-direction: column;
        gap: 40px;
    }
}

/* Countertop Alternating Rows */
.black-kitchen-countertop-section {
    padding: 80px 0;
    background: #fff;
}

.countertop-rows {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.countertop-row {
    display: flex;
    align-items: stretch;
    /* Make visual height equal */
    gap: 40px;
}

.countertop-row.row-reverse {
    flex-direction: row-reverse;
}

.countertop-row .row-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0;
}

.countertop-row .row-image {
    flex: 1.2;
}

.countertop-row .row-image img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.countertop-row .row-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 20px;
    line-height: 1.3;
}

.countertop-row .row-desc {
    font-size: 16px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 24px;
}

.countertop-row .row-btn {
    display: inline-block;
    align-self: flex-start;
    padding: 12px 30px;
    background-color: #ff8c00;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 40px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.countertop-row .row-btn:hover {
    background-color: #e67d00;
    transform: translateY(-2px);
}

@media (max-width: 991px) {

    .countertop-row,
    .countertop-row.row-reverse {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .countertop-row .row-image img {
        height: auto;
        min-height: 250px;
    }
}

/* Ideas and Tips Cards Grid */
.black-kitchen-ideas-section {
    padding: 80px 0;
    background: #fafafa;
}

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

.black-kitchen-ideas-section .idea-card {
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* Default base state (no shadow, no border) */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
}

/* Base states before hover */
.black-kitchen-ideas-section .idea-content {
    padding: 40px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    text-align: center;
    /* Default centered text */
}

.black-kitchen-ideas-section .idea-title {
    font-size: 26px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 20px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.black-kitchen-ideas-section .idea-desc {
    font-size: 16px;
    color: #64748b;
    line-height: 1.8;
    margin: 0 0 40px;
    flex: 1;
}

.black-kitchen-ideas-section .idea-btn-wrapper {
    display: flex;
    justify-content: center;
    /* Default centered button */
}

.black-kitchen-ideas-section .idea-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 4px;
    background: #ff8c00;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
    text-align: center;
}

.black-kitchen-ideas-section .idea-btn:hover {
    background: #e67d00;
}

/* HOVER STATE EFFECT */
.black-kitchen-ideas-section .idea-card:hover {
    border-color: transparent;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.black-kitchen-ideas-section .idea-card:hover .idea-content {
    border-left: 3px solid #ff8c00;
}

.black-kitchen-ideas-section .idea-card:hover .idea-title {
    color: #2F80ED;
}

.black-kitchen-ideas-section .idea-image {
    width: 100%;
    height: 350px;
}

.black-kitchen-ideas-section .idea-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

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

/* Sections 3-6: four column visual cards */
.black-kitchen-materials-section,
.black-kitchen-finishes-section,
.black-kitchen-layouts-section,
.black-kitchen-accessories-section {
    padding: 84px 0;
    background: #f7f7f7;
}

.black-kitchen-finishes-section,
.black-kitchen-accessories-section {
    background: #fff;
}

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

.black-kitchen-materials-section .material-card,
.black-kitchen-finishes-section .finish-card,
.black-kitchen-layouts-section .layout-card,
.black-kitchen-accessories-section .accessory-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.black-kitchen-materials-section .material-card:hover,
.black-kitchen-finishes-section .finish-card:hover,
.black-kitchen-layouts-section .layout-card:hover,
.black-kitchen-accessories-section .accessory-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.black-kitchen-materials-section .card-bg,
.black-kitchen-finishes-section .card-bg,
.black-kitchen-layouts-section .card-bg,
.black-kitchen-accessories-section .card-bg {
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.black-kitchen-materials-section .card-overlay,
.black-kitchen-finishes-section .card-overlay,
.black-kitchen-layouts-section .card-overlay,
.black-kitchen-accessories-section .card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
}

.black-kitchen-materials-section .card-content,
.black-kitchen-finishes-section .card-content,
.black-kitchen-layouts-section .card-content,
.black-kitchen-accessories-section .card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 18px 12px 24px;
    text-align: center;
    background: var(--card-bg);
}

.black-kitchen-materials-section .material-title,
.black-kitchen-finishes-section .finish-title,
.black-kitchen-layouts-section .layout-title,
.black-kitchen-accessories-section .accessory-title {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--text);
}

.black-kitchen-materials-section .material-desc,
.black-kitchen-finishes-section .finish-desc,
.black-kitchen-layouts-section .layout-desc,
.black-kitchen-accessories-section .accessory-desc {
    margin: 0;
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
}

.black-kitchen-materials-section .btn-custom,
.black-kitchen-finishes-section .btn-help,
.black-kitchen-layouts-section .btn-design,
.black-kitchen-accessories-section .btn-design {
    margin-top: auto;
    align-self: center;
    display: inline-block;
    padding: 10px 34px;
    border-radius: 999px;
    background: var(--btn-bg);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.black-kitchen-materials-section .btn-custom:hover,
.black-kitchen-finishes-section .btn-help:hover,
.black-kitchen-layouts-section .btn-design:hover,
.black-kitchen-accessories-section .btn-design:hover {
    background: var(--btn-bg-hover);
}

/* Section 7 shade guide */
.black-kitchen-shade-guide-section {
    padding: 80px 0;
    background: #fff;
}

.black-kitchen-shade-guide-section .section-subtitle {
    margin: -10px auto 28px;
    text-align: center;
    color: #4a5567;
    font-size: 20px;
}

/* Section 7: Shade Guide */
.black-kitchen-shade-guide-section {
    padding: 80px 0;
    background: #ffffff;
}

.black-kitchen-shade-guide-section .section-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--title);
    text-align: center;
    margin: 0 0 12px 0;
    position: relative;
    padding-bottom: 28px;
}

.black-kitchen-shade-guide-section .section-subtitle {
    text-align: center;
    font-size: 18px;
    color: #4a5567;
    margin: 0 0 50px 0;
}

.black-kitchen-shade-guide-section .shade-list {
    max-width: 900px;
    margin: 0 auto 60px;
    padding-left: 20px;
}

.black-kitchen-shade-guide-section .shade-item {
    font-size: 16px;
    color: #4a5567;
    margin-bottom: 12px;
    line-height: 1.6;
}

.black-kitchen-shade-guide-section .shade-item strong {
    color: #2e3d57;
}

.black-kitchen-shade-guide-section .shade-table-wrapper {
    overflow-x: auto;
    margin: 0 20px;
}

.black-kitchen-shade-guide-section .shade-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border: none;
}

.black-kitchen-shade-guide-section th,
.black-kitchen-shade-guide-section td {
    padding: 20px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #e3e8ef;
}

.black-kitchen-shade-guide-section th {
    background: #32465c;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid #32465c;
}

.black-kitchen-shade-guide-section tbody tr {
    background: #ffffff;
}

.black-kitchen-shade-guide-section tbody tr:nth-child(even) {
    background: #ffffff;
}

.black-kitchen-shade-guide-section td {
    color: #4a5567;
}

.black-kitchen-shade-guide-section td:first-child {
    font-weight: 700;
    color: var(--title);
    text-align: left;
}

/* Section 8 pros cons */
.black-kitchen-pros-cons-section {
    padding: 78px 0;
    background: #f7f7f7;
}

.black-kitchen-pros-cons-section .section-title {
    font-size: 38px;
    font-weight: 700;
    color: var(--title);
    text-align: center;
    margin: 0 0 50px;
    position: relative;
    padding-bottom: 28px;
}

.black-kitchen-pros-cons-section .section-title::before {
    content: '•••';
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-72px);
    color: var(--accent);
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 1;
}

.black-kitchen-pros-cons-section .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 6px;
    transform: translateX(-8px);
    width: 122px;
    height: 5px;
    border-radius: 99px;
    background: var(--accent);
}

.black-kitchen-pros-cons-section .pros-cons-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.black-kitchen-pros-cons-section .pros-cons-image {
    flex: 0 0 55%;
}

.black-kitchen-pros-cons-section .pros-cons-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.black-kitchen-pros-cons-section .pros-cons-content {
    flex: 1;
}

.black-kitchen-pros-cons-section .pros-cons-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: var(--title);
    margin: 0 0 16px;
}

.black-kitchen-pros-cons-section .advantages-list,
.black-kitchen-pros-cons-section .considerations-list {
    margin: 0 0 30px;
    padding-left: 18px;
    list-style: disc;
}

.black-kitchen-pros-cons-section .advantages-list li,
.black-kitchen-pros-cons-section .considerations-list li {
    font-size: 15px;
    color: #4a5567;
    margin-bottom: 10px;
    line-height: 1.6;
}

/* Section 9 style paths */
.black-kitchen-style-paths-section {
    padding: 80px 0;
    background: #fff;
}

.black-kitchen-style-paths-section .section-title,
.black-kitchen-style-paths-section .section-subtitle,
.black-kitchen-style-paths-section .style-description {
    text-align: center;
}

.black-kitchen-style-paths-section .section-title {
    margin: 0 0 10px;
    font-size: 32px;
    color: var(--title);
}

.black-kitchen-style-paths-section .section-subtitle {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 600;
    color: #2d2d2d !important;
}

.black-kitchen-style-paths-section .style-description {
    max-width: 920px;
    margin: 0 auto 14px;
    color: #4a5567;
}

.black-kitchen-style-paths-section .style-list {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.black-kitchen-style-paths-section .style-list li {
    background: #f7f7f9;
    border-left: 4px solid #6b7280;
    padding: 16px 18px;
    color: #4a5567;
}

.black-kitchen-style-paths-section .style-list strong {
    color: #2d2d2d;
}

/* Slide-in animation */
@keyframes blackCardSlideIn {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Section 9 style cards + Section 10 pairings (shared) */
.black-kitchen-pairings-section,
.black-kitchen-style-paths-section {
    padding: 84px 0;
    background: #f7f7f7;
}

.black-kitchen-pairings-section .pairings-grid,
.black-kitchen-style-paths-section .pairings-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
}

.black-kitchen-pairings-section .pairing-card,
.black-kitchen-style-paths-section .pairing-card {
    background: #fff;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
    animation: blackCardSlideIn 0.6s ease both;
}

.black-kitchen-pairings-section .pairing-card:nth-child(1),
.black-kitchen-style-paths-section .pairing-card:nth-child(1) {
    animation-delay: 0s;
}

.black-kitchen-pairings-section .pairing-card:nth-child(2),
.black-kitchen-style-paths-section .pairing-card:nth-child(2) {
    animation-delay: 0.15s;
}

.black-kitchen-pairings-section .pairing-card:nth-child(3),
.black-kitchen-style-paths-section .pairing-card:nth-child(3) {
    animation-delay: 0.30s;
}

.black-kitchen-pairings-section .pairing-card:hover,
.black-kitchen-style-paths-section .pairing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(30, 60, 100, 0.3);
    background: linear-gradient(160deg, #3d3d3d 0%, #6b7280 60%, #3a3a3a 100%);
}

.black-kitchen-pairings-section .pairing-card .card-image,
.black-kitchen-style-paths-section .pairing-card .card-image {
    height: 220px;
}

.black-kitchen-pairings-section .pairing-card .card-image img,
.black-kitchen-style-paths-section .pairing-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.4s ease;
}

.black-kitchen-pairings-section .pairing-card:hover .card-image img,
.black-kitchen-style-paths-section .pairing-card:hover .card-image img {
    opacity: 0.3;
}

.black-kitchen-pairings-section .pairing-card .card-content,
.black-kitchen-style-paths-section .pairing-card .card-content {
    padding: 24px 20px 28px;
    text-align: left;
    background: transparent;
    display: flex;
    flex-direction: column;
    flex: 1;
    transition: background 0.4s ease;
}

.black-kitchen-pairings-section .pairing-card .card-title,
.black-kitchen-style-paths-section .pairing-card .card-title {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 700;
    color: var(--title);
    transition: color 0.4s ease;
}

.black-kitchen-pairings-section .pairing-card:hover .card-title,
.black-kitchen-style-paths-section .pairing-card:hover .card-title {
    color: #ffffff;
}

.black-kitchen-pairings-section .pairing-card .card-desc,
.black-kitchen-style-paths-section .pairing-card .card-desc {
    margin: 0;
    font-size: 15px;
    color: var(--muted);
    line-height: 1.6;
    flex: 1;
    transition: color 0.4s ease;
}

.black-kitchen-pairings-section .pairing-card:hover .card-desc,
.black-kitchen-style-paths-section .pairing-card:hover .card-desc {
    color: rgba(255, 255, 255, 0.85);
}

.black-kitchen-pairings-section .btn-custom,
.black-kitchen-style-paths-section .btn-custom {
    margin-top: 20px;
    align-self: flex-start;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    background: var(--btn-bg);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid transparent;
    transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}

.black-kitchen-pairings-section .pairing-card:hover .btn-custom,
.black-kitchen-style-paths-section .pairing-card:hover .btn-custom {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}

/* Section 10 Perfect Pairings (3-column grid) */
.black-kitchen-pairings-section .pairings-vertical-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 48px;
}

.black-kitchen-pairings-section .pairing-row {
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: var(--shadow);
    overflow: hidden;
    border-radius: 4px;
}

.black-kitchen-pairings-section .pairing-row-image {
    width: 100%;
}

.black-kitchen-pairings-section .pairing-row-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.black-kitchen-pairings-section .pairing-row-content {
    padding: 24px 20px 28px;
    flex: 1;
}

.black-kitchen-pairings-section .pairing-row-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--title);
    margin: 0 0 16px;
}

.black-kitchen-pairings-section .pairing-row-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.black-kitchen-pairings-section .pairing-row-content ul li {
    padding: 8px 0;
    border-bottom: 1px solid #e5e9f0;
    color: #4a5567;
    font-size: 15px;
    line-height: 1.6;
}

.black-kitchen-pairings-section .pairing-row-content ul li:first-child {
    border-top: 1px solid #e5e9f0;
}

/* Section 11 Finish, Construction, and Cleaning */
.black-kitchen-finish-construction-section {
    padding: 84px 0;
    background: #fff;
}

.black-kitchen-finish-construction-section .section-title {
    margin: 0 0 50px;
}

.black-kitchen-finish-construction-section .finish-two-col {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.black-kitchen-finish-construction-section .finish-text-col {
    flex: 1;
}

.black-kitchen-finish-construction-section .finish-subtitle {
    font-size: 22px;
    font-weight: 700;
    color: var(--title);
    margin: 0 0 12px;
}

.black-kitchen-finish-construction-section p {
    color: #4a5567;
    margin: 0 0 24px;
    line-height: 1.7;
}

.black-kitchen-finish-construction-section .finish-image-col {
    flex: 0 0 48%;
}

.black-kitchen-finish-construction-section .finish-image-col img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

/* Section 12 Construction Clues */
.black-kitchen-construction-clues-section {
    padding: 80px 0;
    background: #f7f7f7;
}

.black-kitchen-construction-clues-section .clues-two-col {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.black-kitchen-construction-clues-section .clues-image-col {
    flex: 0 0 48%;
}

.black-kitchen-construction-clues-section .clues-image-col img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.black-kitchen-construction-clues-section .clues-text-col {
    flex: 1;
}

.black-kitchen-construction-clues-section .clues-heading {
    font-size: 24px;
    font-weight: 700;
    color: var(--title);
    margin: 0 0 16px;
}

.black-kitchen-construction-clues-section .clues-heading+.clues-heading {
    margin-top: 28px;
}

.black-kitchen-construction-clues-section .clues-list {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 28px;
}

.black-kitchen-construction-clues-section .clues-list li {
    color: #4a5567;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 15px;
}

.black-kitchen-construction-clues-section p {
    color: #4a5567;
    margin: 0 0 24px;
    line-height: 1.7;
}

.black-kitchen-construction-clues-section .clues-cta {
    margin-top: 24px;
}

/* Section 13 Budget & Planning */
.black-kitchen-budget-section {
    padding: 80px 0;
    background: #fff;
}

.black-kitchen-budget-section .budget-two-col {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.black-kitchen-budget-section .budget-text-col {
    flex: 1;
}

.black-kitchen-budget-section .budget-main-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--title);
    margin: 0 0 16px;
}

.black-kitchen-budget-section p {
    color: #4a5567;
    margin: 0 0 14px;
    line-height: 1.7;
}

.black-kitchen-budget-section .budget-planning-list {
    margin: 0 0 24px;
    padding-left: 22px;
}

.black-kitchen-budget-section .budget-planning-list li {
    color: #4a5567;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 15px;
}

.black-kitchen-budget-section .budget-cta {
    margin-top: 24px;
}

.black-kitchen-budget-section .budget-image-col {
    flex: 0 0 48%;
}

.black-kitchen-budget-section .budget-image-col img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

/* Shared quote button (Construction Clues + Budget) */
.black-kitchen-construction-clues-section .btn-quote,
.black-kitchen-budget-section .btn-quote {
    display: inline-block;
    padding: 12px 36px;
    border-radius: 4px;
    background: var(--btn-bg);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.black-kitchen-construction-clues-section .btn-quote:hover,
.black-kitchen-budget-section .btn-quote:hover {
    background: var(--btn-bg-hover);
}


/* old budget-planning-list overridden by new rules above */

/* Section 14 Quick Planner */
.black-kitchen-quick-planner-section {
    padding: 80px 0;
    background: #fff;
}

.black-kitchen-quick-planner-section .planner-steps {
    max-width: 1000px;
    margin: 0 auto;
}

.black-kitchen-quick-planner-section .planner-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e6eaf0;
}

.black-kitchen-quick-planner-section .planner-step:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.black-kitchen-quick-planner-section .step-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff6b35;
    color: #fff;
    border-radius: 50%;
    font-weight: 600;
    font-size: 18px;
}

.black-kitchen-quick-planner-section .step-text {
    margin: 0;
    color: #4a5567;
    line-height: 1.6;
    font-size: 16px;
    padding-top: 8px;
}

/* Section 15 FAQ */
.black-kitchen-faq-section {
    padding: 80px 0;
    background: #fff;
}

.black-kitchen-faq-section .faq-list {
    max-width: 980px;
    margin: 0 auto;
}

.black-kitchen-faq-section .faq-item {
    border-bottom: 1px solid #e6eaf0;
    padding: 14px 0;
}

.black-kitchen-faq-section .faq-details {
    margin: 0;
}

.black-kitchen-faq-section .faq-details[open] .faq-icon::before {
    content: '−';
}

.black-kitchen-faq-section .faq-item-header {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    list-style: none;
}

.black-kitchen-faq-section .faq-item-header::-webkit-details-marker {
    display: none;
}

.black-kitchen-faq-section .faq-icon {
    width: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5d6678;
}

.black-kitchen-faq-section .faq-icon::before {
    content: '+';
    font-size: 22px;
    line-height: 1;
}

.black-kitchen-faq-section .faq-item-title {
    margin: 0;
    color: #2b3342;
    font-weight: 500;
    font-size: 18px;
}

.black-kitchen-faq-section .faq-item-content {
    margin: 10px 0 4px 34px;
}

.black-kitchen-faq-section .faq-item-answer {
    margin: 0;
    color: #4a5567;
    line-height: 1.65;
}

/* Section 16 Contact */
.black-kitchen-contact-section {
    padding: 84px 0;
    background: #f3f3f3;
}

.black-kitchen-contact-section .contact-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.black-kitchen-contact-section .contact-head {
    text-align: left;
    margin-bottom: 30px;
}

.black-kitchen-contact-section .contact-body {
    display: flex;
    gap: 30px;
}

.black-kitchen-contact-section .contact-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.black-kitchen-contact-section .contact-image {
    margin-bottom: 16px;
}

.black-kitchen-contact-section .contact-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.black-kitchen-contact-section .contact-form-content {
    flex: 1;
    background: #fff;
    padding: 30px;
    min-width: 0;
}

.black-kitchen-contact-section .form-title {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.3;
    color: var(--title);
}

.black-kitchen-contact-section .form-subtitle {
    margin: 0;
    font-size: 15px;
    color: #596274;
    font-weight: 400;
}

.black-kitchen-contact-section .side-title {
    margin: 0 0 8px;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}

.black-kitchen-contact-section .side-subtitle {
    margin: 0;
    color: #596274;
    font-size: 16px;
}

.black-kitchen-contact-section .blue-contact-form .form-group {
    margin-bottom: 14px;
}

.black-kitchen-contact-section .inline-label {
    display: block;
    font-size: 13px;
    color: #2d3442;
    margin-bottom: 6px;
    font-weight: 600;
}

.black-kitchen-contact-section .form-input,
.black-kitchen-contact-section .form-select,
.black-kitchen-contact-section .form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d7deea;
    border-radius: 4px;
    font-size: 14px;
    color: #293041;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.black-kitchen-contact-section .form-input:focus,
.black-kitchen-contact-section .form-textarea:focus {
    outline: none;
    border-color: #6b7280;
}

.black-kitchen-contact-section .form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.black-kitchen-contact-section .checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
}

.black-kitchen-contact-section .checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #3d4555;
}

.black-kitchen-contact-section .file-upload-label {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #d0d8e6;
    background: #f8fafc;
    font-size: 13px;
    color: #2e3544;
    cursor: pointer;
}

.black-kitchen-contact-section .form-file {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.black-kitchen-contact-section .form-file-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #d7deea;
    background: #fff;
}

.black-kitchen-contact-section .btn-send {
    width: 100%;
    border: 0;
    background: #ff6b35;
    color: #fff;
    height: 42px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.black-kitchen-contact-section .btn-send:hover {
    background: #e55a2b;
}

/* Responsive */
@media (max-width: 1200px) {
    .black-kitchen-hero-section .hero-title {
        font-size: 52px;
    }

    .black-kitchen-grid-section .section-title,
    .black-kitchen-materials-section .section-title,
    .black-kitchen-finishes-section .section-title,
    .black-kitchen-layouts-section .section-title,
    .black-kitchen-accessories-section .section-title,
    .black-kitchen-shade-guide-section .section-title,
    .black-kitchen-pairings-section .section-title,
    .black-kitchen-finish-construction-section .section-title,
    .black-kitchen-faq-section .section-title {
        font-size: 34px;
    }
}

@media (max-width: 992px) {

    .black-kitchen-grid-section .products-grid,
    .black-kitchen-materials-section .materials-grid,
    .black-kitchen-finishes-section .finishes-grid,
    .black-kitchen-layouts-section .layouts-grid,
    .black-kitchen-accessories-section .accessories-grid,
    .black-kitchen-pairings-section .pairings-grid,
    .black-kitchen-finish-construction-section .finish-items-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .black-kitchen-shade-guide-section .shade-list,
    .black-kitchen-pros-cons-section .advantages-list,
    .black-kitchen-construction-clues-section .clues-list,
    .black-kitchen-budget-section .budget-planning-list,
    .black-kitchen-style-paths-section .style-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .black-kitchen-contact-section .contact-body {
        flex-direction: column;
    }

    .black-kitchen-contact-section .contact-side {
        flex: auto;
        width: 100%;
        max-width: 100%;
    }

    .black-kitchen-contact-section .contact-head {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .black-kitchen-hero-section .hero-banner {
        min-height: 420px;
    }

    .black-kitchen-hero-section .hero-title {
        font-size: 38px;
    }

    .black-kitchen-grid-section .section-description {
        font-size: 18px;
    }

    .black-kitchen-grid-section .products-grid,
    .black-kitchen-materials-section .materials-grid,
    .black-kitchen-finishes-section .finishes-grid,
    .black-kitchen-layouts-section .layouts-grid,
    .black-kitchen-accessories-section .accessories-grid,
    .black-kitchen-pairings-section .pairings-grid,
    .black-kitchen-finish-construction-section .finish-items-grid,
    .black-kitchen-shade-guide-section .shade-list,
    .black-kitchen-pros-cons-section .advantages-list,
    .black-kitchen-construction-clues-section .clues-list,
    .black-kitchen-budget-section .budget-planning-list,
    .black-kitchen-style-paths-section .style-list,
    .black-kitchen-contact-section .form-row,
    .black-kitchen-contact-section .checkbox-group {
        grid-template-columns: 1fr;
    }

    .black-kitchen-grid-section,
    .black-kitchen-materials-section,
    .black-kitchen-finishes-section,
    .black-kitchen-layouts-section,
    .black-kitchen-accessories-section,
    .black-kitchen-shade-guide-section,
    .black-kitchen-pros-cons-section,
    .black-kitchen-style-paths-section,
    .black-kitchen-pairings-section,
    .black-kitchen-finish-construction-section,
    .black-kitchen-paint-laminate-section,
    .black-kitchen-construction-clues-section,
    .black-kitchen-budget-section,
    .black-kitchen-faq-section,
    .black-kitchen-contact-section {
        padding: 56px 0;
    }

    .black-kitchen-grid-section .section-title,
    .black-kitchen-materials-section .section-title,
    .black-kitchen-finishes-section .section-title,
    .black-kitchen-layouts-section .section-title,
    .black-kitchen-accessories-section .section-title,
    .black-kitchen-shade-guide-section .section-title,
    .black-kitchen-pairings-section .section-title,
    .black-kitchen-finish-construction-section .section-title,
    .black-kitchen-faq-section .section-title {
        font-size: 30px;
    }

    .black-kitchen-contact-section .form-title {
        font-size: 32px;
    }

    .black-kitchen-contact-section .form-subtitle {
        font-size: 15px;
    }

    .black-kitchen-contact-section .side-title {
        font-size: 20px;
    }
}