.furniture-categories {
    padding: 80px 0;
}

.furniture-categories .container {
    max-width: 1410px;
}

.furniture-section {
    position: relative;
    margin-bottom: 80px;
}

.furniture-section:last-child {
    margin-bottom: 0;
}

.furniture-section .col-lg-6 {
    position: relative;
    padding: 0 5rem 0 0;
}

.furniture-image-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0;
    height: 392px;
    max-width: 705px;
}

.furniture-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.furniture-image-wrapper[data-aos="zoom-out"] {
    transform: none;
}

.furniture-image-wrapper[data-aos="zoom-out"]:not(.zoom-out-triggered) img {
    transform: scale(1.16);
}

.furniture-image-wrapper[data-aos="zoom-out"].zoom-out-triggered img {
    transform: scale(1.08);
    transition: transform 0.8s ease;
}

.furniture-image-wrapper:hover img,
.furniture-image-wrapper[data-aos="zoom-out"].zoom-out-triggered:hover img {
    transform: scale(1.14);
}

.furniture-title {
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
    animation: slideUp 0.8s ease-out;

    font-size: 30.8px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}


.furniture-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.furniture-list li {
    font-size: 1.02rem;
    color: #555;
    line-height: 1.75;
}

.furniture-list li:last-child {
    margin-bottom: 0;
}

.furniture-list i {
    color: #374543;
}

.content-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 0;
    padding: 0 5rem 0 0;
}

@media (max-width: 991.98px) {
    .furniture-section {
        margin-bottom: 3rem;
    }

    .furniture-section .col-lg-6 {
         padding:4% !important; 
        /* margin-bottom:3.3rem !important; */
    }

    .furniture-image-wrapper {
        width: 100%;
        max-width: 100%;
        height: auto !important;
        aspect-ratio: 1.2 / 0.8;
    }

    .furniture-image-wrapper img {
        width: 100%;
        height: 100%;
    }

    .furniture-title {
        font-size: clamp(1.5rem, 3vw, 1.75rem);
        margin-bottom: 1rem;
        /* padding-bottom: 0.75rem; */
    }

    .content-text {
        font-size: 0.95rem;
        padding: 0 0 0 0;
        line-height: 1.6;
    }
}

@media (max-width: 767.98px) {
    .furniture-categories {
        padding: 2rem 0;
    }

    .furniture-section {
        margin-bottom: 2rem;
    }
/* 
    .furniture-section .col-lg-6 {
        padding: 0 0.5rem !important;
    } */

    .furniture-image-wrapper {
        aspect-ratio: 1 / 0.75;
    }

    .furniture-title {
        font-size: 27.2px;
        margin-bottom: 0.75rem;
        /* padding-bottom: 0.5rem; */
    }

    .content-text {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .furniture-list li {
        font-size: 1rem;
    }
}


.package-table-wrapper {
    width: 100%;
}

.package-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.package-table thead {
    background: #E58393;
}

.package-table th {
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: bold;
    color: var(--dark-color);
    font-size: 0.95rem;
    border: 1px solid #e0e0e0;
}

.package-table td {
    padding: 0.75rem 1rem;
    border: 1px solid #e0e0e0;
    color: #555555;
    font-size: 0.9rem;
    line-height: 1.5;
}

.package-table tbody tr {
    transition: background-color 0.3s ease;
}

.package-table tbody tr:hover {
    background-color: #f8f9fa;
}

.package-table tbody tr.is-hovered {
    background-color: #f8f9fa;
}
