body {
    justify-self: center;
    font-family: 'Montserrat';
    color: #1a1a1a;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

#footer {
    padding: 0;
}

#footer .footer-container {
    padding: 0;
}

#wrapper .container {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.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: auto;
    align-items: center;
    background-color: #000;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Art Intro */
.art-intro {
    padding: 70px 50px;
    border-bottom: 1px solid #D9DCDF;
    background: #fff;
}

.art-intro img {
    height: auto;
    max-height: 600px;
    display: block;
    margin: 0;
    width: 50%;
}

.image-wrapper {
    gap: 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

section.testimonials-section.text-center.py-12 {
    background: #F9F7F4;
}

@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;
    }
}


@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: 56%;
    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: #F9F7F4;
}

.collections-intro .section-title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-align: center;
}

.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 h1 {
    margin-bottom: 70px;
    text-transform: uppercase;
}

.container-art-title {
    font-family: inherit;
    line-height: 1.1;
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 70px;
    color: inherit;
    text-transform: uppercase;
}

.title-container a {
    margin-top: 20px;
}

.collections-intro .section-description {
    font-family: "Rokkitt";
    width: 56%;
    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;
}

.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;
    line-height: 100%;
}

.step-item .collection-description {
    font-family: "Rokkitt";
    font-weight: 300;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}

.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;
}

.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 20px 11px 21px;
    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%;
    padding: 0;
    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;
    line-height: 1.2;
    width: 100%;
}

/* 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: auto;
    margin-bottom: 30px;
    width: 86%;
    color: #000;
}

.items-grid-title {
    text-align: center;
    margin-bottom: 55px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: inherit;
    line-height: 1.1;
    color: inherit;
}

.question-content-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 0 !important;
    margin-bottom: 30px;
    width: 86%;
    font-family: inherit;
    line-height: 1.1;
    color: inherit;
}

.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 {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #4B524E;
    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 0;
    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: 324px;
        width: 100%;
        object-fit: cover;
    }

    .collections-intro {
        padding: 70px 39px;
    }

    .collections-grid {
        padding: 0;
    }

    .collection-row {
        gap: 0;
    }

    .art-intro img {
        max-width: 100%;
        width: 100%;
    }

    .image-wrapper {
        gap: 1px;
    }

    .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: 0;
        margin-right: 47px;
        text-align: center;
    }

    .step-image-column .collection-description {
        font-size: 15px;
        width: 100%;
    }

    .collection-large-row.alternate {
        flex-direction: column-reverse;
    }

    .collections-intro.appointment-block {
        border-bottom: none;
    }

    .questions-grid {
        padding: 0;
    }

    .question-content {
        padding: 0;
    }

    .question-column h1 {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 23px;
        width: 100%;
        text-align: center;
        letter-spacing: 0.1em;
    }

    .question-column h1.last {
        margin-bottom: 63px;
    }

    .question-description {
        font-size: 18px;
        margin-inline: 13px;
        width: auto;
    }

    .slider-container {
        padding: 70px 33px;
    }

    .btn-discover,
    .btn-grid-discover {
        font-size: 14px;
    }

    .btn-grid-discover {
        margin-top: 40px;
    }

    .collections-intro .section-title {
        font-size: 22px;
        margin: 0 6px 30px 6px;
        width: 100%;
    }

    .collections-intro .title-container a {
        margin-top: 30px;
    }

    .collections-intro .section-description {
        font-size: 18px;
        width: 100%;
        margin: 0;
    }

    .art-intro {
        padding: 70px 20px;
    }

    .art-intro .title-container h1 {
        font-size: 22px;
    }

    .container-art-title {
        font-size: 22px;
    }

    .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-title {
        margin-bottom: 70px;
    }

    .question-content-title {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 23px;
        width: 100%;
        text-align: center;
        letter-spacing: 0.1em;
    }

    .items-grid .collection-name {
        font-size: 16px;
        margin: 30px auto;
    }

    .question-column {
        padding: 70px 20px;
    }



    .question-description.last {
        font-size: 13px;
    }

    .collection-image {
        height: auto;
        width: 100%;
    }

    .collection-image-wrapper {
        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;
    }
}