﻿.category-row {
    display: flex;
    overflow-x: auto;
    padding: 0;
    scroll-behavior: smooth;
    background-color: #532f5b;
    gap: 4px !important;
    user-select: none;
    -webkit-overflow-scrolling: touch
}

    .category-row::-webkit-scrollbar {
        display: none
    }

.category-row {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.category {
    flex-shrink: 0;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    transition: all .3s ease;
    cursor: pointer;
    text-align: center;
    position: relative;
    border-bottom: 3px solid transparent
}

    .category:hover {
        border-bottom: 3px solid #8a9577
    }

    .category.active {
        border-bottom: 3px solid #8a9577
    }

.megamenu {
    opacity: 0;
    visibility: hidden;
    padding: 30px 30px 30px;
    margin: 0;
    position: absolute;
    top: 100%;
    z-index: 99;
    overflow: auto;
    background: #FFF7EF;
    -webkit-box-shadow: 0 30px 23px rgba(115,68,21,.25);
    box-shadow: 0 30px 23px rgba(115,68,21,.25);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100vw;
    pointer-events: none;
    left: 45%
}

.nav-item.has-megamenu:hover .megamenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: block
}

.design-card {
    display: block;
    border-radius: 10px;
    transition: transform .3s ease,box-shadow .3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    overflow: hidden
}

    .design-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 12px rgba(0,0,0,.15)
    }

.design-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%
}

.design-image {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0
}

.design-name {
    font-size: 1rem;
    color: #333;
    text-align: left
}

.subcategory-column {
    text-align: left;
    border-right: 1px solid #eee;
    padding-right: 15px;
    padding-left: 0
}

.subcategory-link {
    padding: 8px 15px;
    transition: background-color .2s
}

    .subcategory-link:hover, .subcategory-link.selected {
        background-color: #eedbe6;
        color: #000;
        text-decoration: none
    }

.styles-container {
    padding-left: 15px;
    flex-wrap: wrap
}

.style-item {
    width: 25%;
    padding: 5px
}

.style-link {
    padding: 6px;
    color: #000;
    text-align: center;
    transition: all .2s
}

    .style-link:hover {
        background-color: #f5f5f5;
        text-decoration: none;
        border-color: #999
    }

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: center
}

.category-row {
    width: 100%;
    margin: 0;
    padding: 0
}

.navbar-nav {
    width: 100%
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 1rem
}

.category-item {
    display: flex;
    align-items: center;
    padding: .5rem 0
}

.category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #111827;
    width: 100%;
    padding: .25rem .5rem
}

.category-name {
    font-size: .875rem;
    font-weight: 500;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.category-image {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f3f4f6;
    flex-shrink: 0
}

.category-image-inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

@media (max-width:1024px) {
    .category-list {
        grid-template-columns: repeat(4,1fr)
    }
}

@media (max-width:768px) {
    .category-list {
        grid-template-columns: repeat(3,1fr)
    }

    .category-name {
        font-size: .75rem
    }

    .category-image {
        width: 2rem;
        height: 2rem
    }
}

@media (max-width:480px) {
    .category-list {
        grid-template-columns: repeat(1,1fr)
    }

    .category-link {
        flex-direction: column;
        text-align: center;
        padding: .5rem 0
    }

    .category-name {
        margin-bottom: .5rem;
        font-size: 1rem
    }

    .category-image {
        width: 3rem;
        height: 3rem
    }
}

.designtype {
    font-size: 12px
}

hjsghsgf {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.megamenu {
    width: 100vw !important;
    left: 50% !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    border: none !important
}

    .megamenu h6 {
        color: #532f5b;
        font-size: 15px
    }

.pl-lg {
    padding-left: 8.5rem !important
}

@media (max-width:1900px) {
    .pl-lg {
        padding-left: 11.5rem !important
    }
}

.subcategory-column {
    text-align: left !important;
    border-right: 1px solid #eee;
    padding-right: 15px;
    padding-left: 0
}

.category-carousel-wrapper {
    overflow-x: hidden
}

.navbar-nav.menu {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap
}

.category-row {
    display: flex;
    align-items: center;
    height: 25px;
    padding: 0;
    overflow: hidden
}

.navbar-nav {
    margin: 0;
    height: auto !important
}

.category-row .nav-link {
    padding: 0;
    line-height: 1.5;
    display: flex;
    align-items: center
}

.filter-option {
    font-size: 14px;
    padding: 4px 0;
    transition: all .2s ease;
    color: #555
}

    .filter-option:hover {
        color: #532f5b !important;
        font-weight: 500;
        padding-left: 8px;
        background-color: #f8f5fa;
        border-radius: 4px
    }

.more-categories-list {
    height: 400px;
    overflow-y: auto;
    padding-right: 10px
}

.more-category-item {
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all .2s ease;
    border: 1px solid transparent
}

    .more-category-item:hover, .more-category-item.active {
        background-color: #f8f5fa;
        border-color: #f8f5fa
    }

    .more-category-item.active {
        border-left: 3px solid #8a9577;
        background-color: #fff8f0
    }

.more-category-content {
    min-height: 400px
}

.more-category-name {
    font-weight: 600;
    color: #532f5b;
    font-size: 14px
}

.more-category-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #f0e0ec
}

.category-loading {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center
}

.service-link {
    color: #532f5b !important;
    font-weight: 600;
    font-size: 14.5px;
    background: #fff;
    border: 1px solid #e7e0ec;
    transition: all .35s ease;
    position: relative;
    overflow: hidden
}

    .service-link:hover {
        background: linear-gradient(135deg,#c49a6c10,#d4af3715);
        border-color: #c49a6c !important;
        color: #c49a6c !important;
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(196,154,108,.2);
        padding-left: 50px !important
    }

.custom-py {
    padding-bottom: .025rem !important
}

.custom-mt {
    margin-top: .125rem !important
}

.services-btn:hover {
    background: rgba(196,154,108,.12);
    border-color: #e8c37a
}

.mobile-category-section {
    background: #fff
}

.mobile-category-slider .swiper-slide {
    padding: 6px 4px
}

.mobile-category-slider img {
    border: 1px solid #f0e0ec;
    background: #fafafa;
    width: 72px;
    height: 72px;
    object-fit: cover
}

.swiper-slide {
    flex: 0 0 auto !important;
    box-sizing: border-box;
    padding: 0 .25rem
}

.categories-container {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.btn-aspiri {
    color: var(--primary);
    background-color: #fff !important
}

.more-categories-list::-webkit-scrollbar {
    width: 4px
}

.more-categories-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px
}

.more-categories-list::-webkit-scrollbar-thumb {
    background: #c49a6c;
    border-radius: 4px
}

.view-all-btn {
    border: 1px solid #c49a6c !important;
    color: #532f5b !important;
    font-weight: 600 !important;
    transition: all .3s ease !important
}

    .view-all-btn:hover {
        background-color: #532f5b !important;
        color: #fff !important;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(83,47,91,.2)
    }
