/* Bnaia Bathroom & Kitchen Categories Section */
.bnaia-bathroom-section {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 48px;
    text-align: right;
    font-size: 25px;
    color: #0057b7;
    font-family: 'Cairo';
    padding: 50px 20px;
    background-color: #fff;
}

.bnaia-bathroom-arrow-icon {
    width: 35.5px;
    position: relative;
    max-height: 100%;
    object-fit: contain;
}

.bnaia-bathroom-view-text {
    position: relative;
    letter-spacing: -0.01em;
    line-height: 150%;
}

.bnaia-bathroom-view-all {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 17px;
    order: 2;
    width: 20%;
    text-decoration: none;
    color: inherit;
}

.bnaia-bathroom-title {
    width: 80%;
    position: relative;
    font-size: 45px;
    letter-spacing: -0.41px;
    line-height: 70.5px;
    text-transform: capitalize;
    display: flex;
    color: #3b3b3b;
    align-items: center;
    flex-shrink: 0;
}

.bnaia-bathroom-header {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 48px;
}

.bnaia-bathroom-category-image {
    width: 261px;
    position: relative;
    height: 261px;
    object-fit: cover;
}

.bnaia-bathroom-image-container {
    width: 273px;
    border-radius: 5px;
    background-color: #e3e8ee;
    height: 363px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.bnaia-bathroom-image-wrapper {
    width: 273px;
    height: 363px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.bnaia-bathroom-category-name {
    width: 241px;
    position: relative;
    line-height: 146%;
    display: inline-block;
    color: #444;
    font-family: 'Cairo';
}

.bnaia-bathroom-long-name {
    width: 287px;
}

.bnaia-bathroom-text-wrapper {
    width: 172px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bnaia-bathroom-category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
    text-decoration: none;
    color: inherit;
}

.bnaia-bathroom-category-item:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

.bnaia-bathroom-scrollable {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 22px;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    scroll-behavior: smooth;
    flex: 1;
    order: 2;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.bnaia-bathroom-scrollable::-webkit-scrollbar {
    display: none;
}

.bnaia-bathroom-scrollable::-webkit-scrollbar-track {
    display: none;
}

.bnaia-bathroom-scrollable::-webkit-scrollbar-thumb {
    display: none;
}

.bnaia-bathroom-scrollable::-webkit-scrollbar-thumb:hover {
    display: none;
}

.bnaia-bathroom-cta-text {
    position: absolute;
    top: 54px;
    left: 38px;
    letter-spacing: -0.41px;
    line-height: 46px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    width: 192px;
    text-align: right;
}

.bnaia-bathroom-cta-button {
    position: absolute;
    top: 265px;
    left: 65px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 17px;
    font-size: 25px;
}

.bnaia-bathroom-cta-card {
    width: 261px;
    position: relative;
    border-radius: 5px;
    background-color: #0057b7;
    height: 363px;
    overflow: hidden;
    flex-shrink: 0;
    text-align: right;
    font-size: 30px;
    color: #fff;
    font-family: 'Cairo';
    cursor: pointer;
    text-decoration: none;
    margin-left: 22px;
    order: 1;
}

.bnaia-bathroom-cta-card:hover {
    background-color: #004494;
    transition: background-color 0.3s ease;
}

.bnaia-bathroom-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
    text-align: center;
    color: #444;
    font-family: 'Cairo';
    width: 100%;
}

/* Responsive adjustments for bathroom section */
@media (max-width: 1280px) {
    .bnaia-bathroom-section {
        padding: 40px 15px;
    }
    
    .bnaia-bathroom-title {
        width: 49%;
        font-size: 28px;
        line-height: 50px;
    }
    
    .bnaia-bathroom-header {
        gap: 15px;
        flex-wrap: wrap;
    }
    
    .bnaia-bathroom-view-all {
        width: auto;
        min-width: 120px;
        flex-shrink: 0;
        margin-left: 10px;
    }
    
    .bnaia-bathroom-view-text {
        font-size: 18px;
        white-space: nowrap;
    }
    
    .bnaia-bathroom-scrollable,
    .bnaia-bathroom-container {
        width: auto;
    }
}

@media (max-width: 768px) {
    .bnaia-bathroom-section {
        padding: 30px 15px;
        font-size: 20px;
    }
    
    .bnaia-bathroom-title {
        width: 33%;
        font-size: 19px;
        line-height: 50px;
    }
    
    .bnaia-bathroom-header {
        gap: 15px;
        flex-wrap: wrap;
    }
    
    .bnaia-bathroom-view-all {
        width: auto;
        min-width: 120px;
        flex-shrink: 0;
        margin-left: 10px;
    }
    
    .bnaia-bathroom-view-text {
        font-size: 17px;
        white-space: nowrap;
    }
    
    .bnaia-bathroom-image-wrapper {
        width: 200px;
        height: 280px;
    }
    
    .bnaia-bathroom-image-container {
        width: 200px;
        height: 280px;
    }
    
    .bnaia-bathroom-cta-card {
        width: 200px;
        height: 280px;
    }
    
    .bnaia-bathroom-cta-text {
        font-size: 24px;
        width: 150px;
    }
    
    .bnaia-bathroom-cta-button {
        font-size: 18px;
        top: 220px;
    }
}
