body {
    justify-self: center;
    font-family: 'Montserrat';
    color: #1a1a1a;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    width: 100%;
}

#footer {
    padding: 0;
}

#footer .footer-container {
    padding: 0;
}

#wrapper .container {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

/*categories  */
.categories {
    padding: 70px 0px 70px 0px;
    background-color: #F9F7F4;
    text-align: center;
}

.categories h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.categories-carousel-wrapper {
    position: relative;
}

.categories-items {
    display: flex;
    gap: 18px;
    margin: 0 60px;
}

.category-item {
    min-width: 400px;
    position: relative;
}

.category-image {
    width: 400px;
    height: 400px;
    object-fit: cover;
    display: block;
}

.overlay-text-cat {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.categories-carousel-wrapper .carousel {
    overflow: hidden;
    z-index: 0;
}

.faq-question-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 43px;
    text-transform: uppercase;
    line-height: 100%;
    text-align: center;
    font-family: inherit;
    color: inherit;
}

.carousel {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 18px;
    padding-bottom: 10px;
    scrollbar-width: none;
}

.overlay-text-cat h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.category-decouvrir {
    padding-top: 30px;
}

.overlay-text-cat a {
    color: #fff;
}

.category-decouvrir a {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    text-decoration: underline !important;
}


.navigation-categories {
    display: flex;
}

.navigation-categories {
    margin-top: 105px;
}

.navigation,
.navigation-showroom,
.navigation-featured,
.navigation-categories {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
}

.nav-arrow {
    font-size: 14px;
    cursor: pointer;
    background: none;
    border: none;
    color: #000;
    padding: 10px;
}

.nav-bar {
    width: 60%;
}

.nav-bar,
.nav-bar-showroom {
    height: 1px;
    background-color: #ccc;
    position: relative;
}


.nav-bar-fill {
    height: 2px;
    background-color: #666;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.3s ease;
}

.image-container {
    position: relative;
    width: 100%;
}

@media (max-width: 767px) {
    .navigation-categories {
        display: flex !important;
        margin-top: 50px;
        gap: 20px;
    }

    .categories h2 {
        font-size: 13.35px;
        margin-bottom: 30px;
    }

    #categoriesCarousel {
        padding-left: 15px;
        padding-right: 15px;
        background: transparent;
        overflow-x: auto !important;
        scroll-behavior: smooth !important;
        scrollbar-width: none !important;
        display: flex !important;
        gap: 8px !important;
        padding-bottom: 10px !important;
        left: 0;
        width: 100%;
        margin-left: -50vw;
        box-shadow: none;
    }

    .category-decouvrir {
        padding-top: 22px;
    }

    .category-decouvrir a {
        font-size: 11px;
    }

    .overlay-text-cat h3 {
        font-size: 10px;
    }

    .overlay-text-cat {
        bottom: 60px;
    }

    .categories-items.carousel {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-behavior: smooth !important;
        gap: 8px !important;
        padding-bottom: 15px !important;
        scrollbar-width: none !important;
        justify-content: flex-start !important;
        margin: 0 !important;
        left: 0;
    }

    .category-item {
        max-width: 178px !important;
        width: 100% !important;
        flex-shrink: 0 !important;
        min-width: 178px !important;
    }

    .carousel img {
        width: 100%;
        height: 178px !important;
    }
}

@media (max-width: 575px) {
    .nav-arrow {
        font-size: 12px;
        display: none;
    }

    .nav-bar {
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel {
        width: 100%;
    }

    .categories-item {
        flex-direction: row;
        padding-bottom: 0px;
        margin: 0px;
    }

    div#categoriesCarousel {
        left: 0;
    }

    .categories-carousel-wrapper {
        padding-left: 30px;
    }
}


@media (max-width: 991px) {
    .categories-item {
        flex-direction: column;
        gap: 10px;
    }

    .carousel {
        left: 50%;
        width: 100vw;
        padding-bottom: .5rem;
        background-color: #f6f6f6;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .carousel img {
        height: 300px;
        width: 100%;
    }

    .category-image {
        height: 350px;
    }

    .category-item {
        min-width: 300px;
    }

}

/* end categories  */

/*  */
.container-menu-side {
    display: flex;
    width: 100%;
    border-top: 1px solid #D9DCDF;
}

.container-menu-side .sidebar {
    width: 35%;
    background-color: #fff;
    padding: 60px;
    border-right: 1px solid #ddd;
}

.container-menu-side .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container-menu-side .sidebar li {
    padding: 15px 0;
    font-size: 13px;
    font-weight: 400;
    font-family: Montserrat;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}

.container-menu-side .sidebar li.active {
    font-weight: 600;
    color: #000;
}

.container-menu-side .content {
    flex: 1;
    padding: 70px 135px 70px 135px;
    overflow-y: auto;
    background-color: white;
}

.container-menu-side .content-section {
    display: none;
}

.container-menu-side .content-section.active {
    display: block;
}

.container-menu-side h1 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 43px;
    text-transform: uppercase;
    line-height: 100%;
    text-align: center;
}

.container-menu-side p {
    font-size: 13px;
    line-height: 100%;
    color: #000000;
    font-family: Rokkitt;
    font-weight: 300;
}

.links-menu-side {
    display: none;
}

@media (max-width: 768px) {
    .container-menu-side {
        display: none;
    }

    /* Accordion for section links */
    .links-menu-side {
        display: block;
        background: white;
        border-top: 1px solid #eee;
    }

    .block {
        width: 100%;
        max-width: 100%;
        border-bottom: 1px solid #eee;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid #eee;
    }

    .block-content {
        display: none;
    }

    .block-content h1 {
        font-family: Montserrat;
        font-weight: 600;
        font-size: 22px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        color: #000000;
        margin-bottom: 40px;
    }

    .faq-question-title {
        font-family: Montserrat;
        font-weight: 600;
        font-size: 22px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        color: #000000;
        margin-bottom: 40px;
    }


    .block-content p {
        font-family: Rokkitt;
        font-weight: 300;
        font-size: 13px;
        line-height: 100%;
        color: #000000;
    }

    .block-content.active {
        display: block;
        padding: 35px 40px 15px 35px;
        border-top: 1px solid #eee;
    }

    .block:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 15px;
    }

    .block-title.active {
        font-family: Montserrat;
        font-weight: 600;
        font-size: 13px;
        line-height: 100%;
        color: #000000;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .block-title {
        cursor: pointer;
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 0;
        font-family: Montserrat;
        font-weight: 400;
        font-size: 13px;
        line-height: 100%;
        color: #000000;
        text-transform: uppercase;
    }

    .links-row:first-child .block-title::after {
        display: none;
    }


    .block-title::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 15px;
        height: 10px;
        background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.1001 0.583252L6.1001 5.79159L1.1001 11' stroke='black'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 50px;
    }

    .block-title.active::after {
        margin-right: 55px;
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4167 1.1001L6.20833 6.1001L1 1.1001' stroke='black'/%3E%3C/svg%3E");
    }

    /* Accordion for section links */
}

/*  */

.collections-grid .grid-container {
    top: auto;
    margin: 0;
    width: 100%;
    padding: 0;
}

.collections-grid {
    position: relative;
}

.items-grid {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 70px 54px 70px 45px;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #ffffff;
}

.items-grid h1 {
    text-align: center;
    margin-bottom: 55px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

.items-grid .collection-name {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    letter-spacing: 1px;
    margin: 15px auto 15px;
}

.items-grid .collection-name a {
    color: #000;
}

.border-top {
    border-top: 1px solid #D9DCDF;
}

.border-bottom {
    border-bottom: 1px solid #D9DCDF;
}

.border-right {
    border-right: 1px solid #D9DCDF;
}

#wrapper {
    padding: unset;
}

.appointment-section {
    padding: 50px 20px;
    border-bottom: 1px solid #D9DCDF;
    border-top: 1px solid #D9DCDF;
}

h1,
h2 {
    font-weight: 600;
    margin-bottom: 10px;
}

.text-uppercase {
    text-transform: uppercase;
}

/* Hero Section */
.hero-section {
    width: 100%;
    height: 100dvh;
    align-items: center;
    background-color: #000;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Art Intro */
.art-intro {
    padding: 57px 60px 70px 60px;
    border-bottom: 1px solid #D9DCDF;
    background: #fff;
}

.art-intro img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.art-image-container {
    width: 100%;
    box-sizing: inherit;
}

section.testimonials-section.text-center.py-12 {
    background: #F9F7F4;
}

@media (min-width:768px) and (max-width: 991px) {
    .collection-large-row.alternate {
        flex-direction: column-reverse;
    }

    .step-item {
        padding: 70px 20px !important;
    }
}

.art-intro .section-description {
    font-family: "Rokkitt";
    font-weight: 300;
    font-size: 18px;
    max-width: 53%;
    margin: 70px auto 0;
    color: #000;
    text-align: center;
    line-height: 100%;
}

/* Collections Intro */
.collections-intro {
    padding: 70px 20px;
    border-bottom: 1px solid #D9DCDF;
    background-color: #FFFFFF;
}

.collections-intro .section-title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 100%;
}

.collections-intro .title-container a {
    margin-top: 30px;
}

.title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.appointment-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.title-container a {
    margin-top: 20px;
}

.collections-intro .section-description {
    font-family: "Rokkitt";
    max-width: 63%;
    margin: 0 auto;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: 100%;
}

.collection-row {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
    background-color: #ffffff;
}

.collection-large-row {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
    background-color: #ffffff;
    border-top: 1px solid #D9DCDF;
}

.collection-column {
    background-color: #ffffff;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    min-width: 33.33%;
    text-align: center;
    box-sizing: border-box;
}

@media (min-width:991px) and (max-width: 1120px) {
    .steps-image {
        height: 100% !important;
    }

    .step-item {
        padding: 35px 90px 35px 90px !important;
    }

    .question-content {
        padding: 100px 90px !important;
    }
}

.step-item {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
    padding: 35px 131px 35px 131px;
}

.step-item .collection-name {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.step-item .collection-description {
    font-family: "Rokkitt";
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.collection-item {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.collection-image-wrapper {
    padding: 15px 6px 15px 15px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.collection-image {
    height: 100%;
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.collection-name {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.collection-description {
    width: 70%;
    font-size: 13px;
    color: #000;
    margin: 5px 0 15px;
    font-weight: 400;
}

.btn-discover {
    background-color: #4B524E;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 17px;
    padding: 12px 20px 11px 21px;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
    border-radius: 0;
    font-weight: 600;
}

.btn-discover:hover {
    background-color: #777;
    color: #fff;
}

.btn-grid-discover {
    background-color: #4B524E;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 17px;
    padding: 12px 26px 11px 27px;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
    margin-top: 55px;
}

.btn-grid-discover:hover {
    background-color: #777;
    color: #fff;
}

/* Steps Section */
.steps-image-block {
    flex: 1;
    max-width: 50%;
    min-width: 50%;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #D9DCDF;
    border-bottom: 1px solid #D9DCDF;
    overflow: hidden;
}

.steps-image {
    width: 100%;
    max-height: 536px;
    height: auto;
    object-fit: cover;
    display: block;
}

.step-image-column {
    background-color: #ffffff;
    flex: 1;
    max-width: 50%;
    min-width: 50%;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-image-column .collection-description {
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 0;
    width: 100%;
    line-height: 1.2;
}

/* Questions-Grid Section */
.questions-grid {
    background-color: #ffffff;
    padding: 0;
}

.questions-grid .grid-container {
    margin: 0;
    padding: 0;
}

.question-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #ffffff;
}

.question-column {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    box-sizing: border-box;
    text-align: left;
}

.question-column.border-right {
    border-right: 1px solid #D9DCDF;
}

.question-content {
    padding: 140px 126px;
}

.question-column h1 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px;
    width: 86%;
}

.question-description {
    font-size: 18px;
    color: #000;
    margin: 0;
    font-weight: 300;
    font-family: "Rokkitt";
    line-height: 100%;
}

/* Testimonials Section */
.testimonials-slider-container {
    overflow: hidden;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-item {
    display: none;
    text-align: center;
    transition: opacity 0.5s ease;
}

.testimonial-item.active {
    display: block;
}

.stars {
    color: #4B524E;
    font-size: 16px;
    margin-bottom: 30px;
}

.quote {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

.author {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
}

.slider-container {
    padding: 70px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slider-controls {
    display: flex;
    width: 65%;
    justify-content: center;
    align-items: center;
    margin-top: 54px;
}

.slider-controls button {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0 1rem;
    color: #333;
}

.progress-bar-container {
    flex-grow: 1;
    height: 1px;
    background-color: #e0e0e0;
    border-radius: 3px;
    margin: 0 1rem;
    overflow: hidden;
}

.progress-bar {
    height: 2px;
    width: 0%;
    background-color: #555;
    border-radius: 3px;
    transition: width 0.5s ease-in-out;
}

/* FAQ Section */
.custom-container {
    max-width: 65%;
    margin: 0 auto;
    padding: 0 15px;
}

.faq-categories-section {
    padding: 70px 20px;
    background-color: #fff;
}

.faq-category {
    border-bottom: 1px solid #ddd;
    padding: 0;
}

.faq-category-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s ease;
}

.faq-category-header:hover {
    background-color: #f9f9f9;
}

.faq-title {
    flex-grow: 1;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000;
}

.faq-toggle {
    font-size: 1.8rem;
    font-weight: normal;
    margin-left: 15px;
    color: #555;
}

.faq-questions {
    padding-left: 55px;
    margin-top: 10px;
    list-style: none;
    padding-left: 0;
}

.faq-questions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-question-wrapper {
    border-bottom: 1px dotted #eee;
}

.faq-question-wrapper:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.faq-question {
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    color: #555;
    transition: color 0.3s ease;
    align-items: center;
}

.faq-question:hover {
    color: #000;
}

.faq-answer {
    padding: 5px 0 0 15px;
    color: #666;
    font-style: normal;
    line-height: 1.6;
}

@media (max-width: 1511px) {
    body {
        width: 100%;
    }
}

/* Responsive Styles */
@media (max-width: 991px) {
    .steps-image-block {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: 100%;
        border-right: none;
        border-bottom: 1px solid #D9DCDF;
    }

    .step-image-column {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: 100%;
        border-bottom: 1px solid #D9DCDF;
    }

    .steps-image {
        max-height: 400px;
    }

    .question-column {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: 100%;
        border-right: none !important;
        border-bottom: 1px solid #D9DCDF;
    }

    .question-column:last-child {
        border-bottom: none;
    }

    .question-content {
        padding: 5%;
    }
}

@media (max-width: 768px) {

    .row {
        margin: 0;
    }

    .container-fluid {
        margin: 0;
        padding: 0;
    }

    .collections-grid {
        padding: 0;
    }

    .hero-image {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .collections-intro {
        padding: 70px 39px;
    }

    .collection-row {
        gap: 0;
    }

    .collection-column {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: 100%;
        border-right: none;
        border-bottom: none;
    }

    .steps-image-block {
        padding: 0;
    }

    .step-item {
        padding: 70px 20px;
    }

    .step-image-column {
        padding: 0;
    }

    .steps-image {
        width: 100%;
        max-height: none;
        height: 280px;
        object-fit: cover;
    }

    .step-image-column .collection-name {
        font-size: 22px;
        margin-bottom: 0;
        margin-top: 0;
        margin-right: 47px;
        text-align: center;
    }

    .step-image-column .collection-description {
        font-size: 15px;
        width: 100%;
    }

    .collections-intro.appointment-block {
        border-bottom: none;
    }

    .collection-large-row.alternate {
        flex-direction: column-reverse;
    }

    .questions-grid {
        padding: 0;
    }

    .question-column {
        padding: 70px 0;
    }

    .question-column h1 {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 23px;
        width: 100%;
        text-align: center;
        letter-spacing: 0.1em;
    }

    .question-description {
        font-size: 18px;
        margin-inline: 13px;
    }

    .btn-discover,
    .btn-grid-discover {
        font-size: 14px;
    }

    .btn-grid-discover {
        margin-top: 40px;
    }

    .btn-discover {
        margin-left: 26px;
        margin-right: 26px;
    }

    .collections-intro .section-title {
        font-size: 22px;
        margin-inline: 7px;
    }

    .collections-intro .title-container a {
        margin-top: 30px;
    }

    .collections-intro .section-description {
        font-size: 18px;
        max-width: 100%;
    }

    .art-intro {
        padding: 70px 20px;
    }

    .art-intro .section-description {
        font-size: 18px;
        max-width: 100%;
        margin: 70px auto 0;
    }

    .items-grid {
        padding: 70px 20px;
    }

    .items-grid h1 {
        margin-bottom: 70px;
    }

    .items-grid .collection-name {
        font-size: 16px;
        margin: 30px auto;
    }

    .collection-image {
        height: auto;
        width: 100%;
    }

    .collection-image-wrapper {
        padding: 0;
    }

    .question-column h1.last {
        margin-bottom: 63px;
    }

    .question-description.last {
        font-size: 13px;
    }

    .testimonials-section {
        padding: 0;
    }

    .testimonial-item {
        padding: 0;
    }

    .quote {
        font-size: 21px;
        width: 100%;
        letter-spacing: 2px;
    }

    .author {
        font-size: 16px;
    }

    .slider-controls {
        width: 100%;
        margin-top: 54px;
    }

    .progress-bar-container {
        margin: 0 46px 0 46px;
    }

    .slider-controls #nextBtn,
    #prevBtn {
        display: none;
    }

    .faq-categories-section {
        display: none;
    }

    .faq-title {
        font-size: 16px;
    }

    .faq-question {
        font-size: 14px;
    }

    .faq-answer {
        font-size: 14px;
    }
}