body {
    font-family: 'Montserrat', sans-serif;
    justify-self: center;
}


form input:not(.newsletter-form input),
form select:not(.newsletter-form input),
form textarea:not(.newsletter-form input),
form option:not(.newsletter-form input){
    color: black !important;
}

.btn-discover:focus {
    color: white;
}
#wrapper {
    padding-top: unset;
}

/* Hero Section */
.hero {
    position: relative;
    height: 100dvh;
    background-color: #000;
    overflow: hidden;
}

.hero-content {
    position: relative;
    text-align: left;
    color: #fff;
    height: 100%;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.8;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.9;
}

.hero-text {
    position: absolute;
    z-index: 2;
    padding: 20px;
    bottom: 5px;
    margin-left: 30px;
    max-width: 80%;
}

.hero-content p a {
    color: #fff;
}

.hero-content h1 a {
    color: #fff;
}

.mobile-hero-button {
    /*display: none;*/
    background-color: #4B524E;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.mobile-hero-button:hover,
.mobile-hero-button:focus{
    color: #fff;
    background-color: #777;
}

.hero-text .h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.hero-text h1 {
    font-family: "Rokkitt";
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #ccc;
}

/* Featured Section */
.featured {
    text-align: center;
    padding: 70px 20px;
    background-color: #F9F7F4;
}

.featured .h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.featured h2 {
    font-family: "Rokkitt";
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    margin-top: 30px;
}

.featured-carousel-wrapper {
    position: relative;
}

.featured-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.featured-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #000;
    max-width: 30%;
    width: 30%;
}

.featured-image {
    width: auto;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 15px;
}

.appointment-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    max-width: 37%;
    font-family: inherit;
}

.featured-item h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 30px;
}


.featured-item p {
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #A9A9A9;
    margin-top: 30px;
    max-width: 82%;
}

/* FIANÇAILLES & MARIAGE Section */
.engagement-marriage {
    background-color: #fff;
    text-align: center;
}

.engagement-marriage-items,
.craftmenship-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.engagement-item {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.image-container {
    position: relative;
    width: 100%;
}

.engagement-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.overlay-text {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #090909;
    text-align: center;
    /*padding: 10px 20px;*/
    width: 90%;
    background: rgba(255, 255, 255, 0);
}

.overlay-text .h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}

.overlay-text h2 {
    font-family: "Rokkitt";
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000;
}

/* Categories Section */
.categories {
    padding: 70px 0px 70px 0px;
    background-color: #fff;
    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: 8px;
    margin: 0 60px;
}

.category-item {
    min-width: 272px;
    position: relative;
}

.category-image {
    width: 272px;
    height: 420px;
    object-fit: cover;
    display: block;
}

.overlay-text-cat {
    position: absolute;
    top: 90%;
    /*left: 75%;*/
    /*transform: translate(-65%, -65%);*/
    color: black;
    text-align: center;
    width: 100%;
    border-bottom: 2px solid #fff;
}

.overlay-text-cat h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
}

.overlay-text-cat a {
    color: black;
    font-weight: 400;
}

/* Jewelry Block */
.container-jewelry-block {
    text-align: center;
    padding: 70px 60px;
    background-color: #F9F7F4;
}

.header-text {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0px auto 24px;
    width: 80%;
    max-width: 350px;
}
.header-text-intro h2{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 70px;
}
.banner-image-item {
    width: 100%;
    height: auto;
}

.main-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 62%;
    margin: 70px auto 0;
    color: #000;
}

.image-title {
    color: black;
}

.image-title:hover {
    color: #4B524E;
}

.social-mobile-view {
    display: none;
}

.banner-image {
    max-width: 100%;
    box-sizing: inherit;
    margin: auto;
    position: relative;
}

.categories-carousel-wrapper .carousel {
    overflow: hidden;
    z-index: 0;
}

.description {
    font-family: "Rokkitt";
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    width: 100%;
    margin: 30px auto 0;
}

/* Company Banner */
.container-company-banner {
    width: 100%;
    margin: 0;
    padding: 0;
}

.company-banner-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    max-height: 800px;
    overflow: hidden;
}

.company-left,
.company-right {
    position: relative;
    overflow: hidden;
}

.company-left {
    flex: 1;
    min-width: 36%;
    max-width: 36%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-right {
    flex: 2;
    min-width: 64%;
    max-width: 64%;
}

.company-img {
    height: 851px;
    width: 100%;
    object-fit: cover;
}

.company-text {
    position: absolute;
    top: 5%;
    left: 5%;
    color: #000;
    text-align: center;
    max-width: 65%;
}

.craft-video {
    width: 100%;
}

.video-container {
    width: 100%;
}

.company-text h2 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.company-text p {
    font-family: "Rokkitt";
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    color: #000;
    margin: 0 auto;
    max-width: 79%;
}

/* Appointment Section */
.container-appointment {
    background-color: #E6E6E6;
    padding: 70px 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.sub-appointment {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-appointment h1 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    max-width: 37%;
}

.container-appointment p {
    font-family: "Rokkitt";
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    margin: 30px auto 30px;
    max-width: 45%;
}

.container-jewelry-block .button {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}


.container-jewelry-block .button {
    background-color: #4B524E;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
}

.container-jewelry-block .button:hover {
    background-color: #777;
}


.container-appointment .button {
    background-color: #4B524E;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
}

.container-appointment .button:hover {
    background-color: #777;
}

/* Social Section */
.container-social {
    padding: 70px 30px;
    text-align: center;
    background-color: #F9F7F4;
}

.title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 70px;
}

.carousel {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 8px;
    padding-bottom: 10px;
    scrollbar-width: none;
}

.container-social .carousel img {
    width: auto;
    height: 450px;
    object-fit: cover;
    overflow-x: hidden;
    flex-shrink: 0;
}

.container-showroom .carousel img {
    width: auto;
    height: 450px;
    object-fit: cover;
    flex-shrink: 0;
}

.navigation,
.navigation-showroom,
.navigation-featured,
.navigation-categories {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
}


.navigation {
    margin-top: 70px;
}

.navigation-showroom {
    margin-top: 30px;
    margin-right: 60px;
}

.navigation-featured,
.navigation-categories {
    margin-top: 30px;
    display: none;
    /* Hidden by default, shown on mobile */
}


.navigation-categories {
    display: flex;
}


.nav-arrow {
    font-size: 14px;
    cursor: pointer;
    background: none;
    border: none;
    color: #000;
    padding: 10px;
}

.nav-bar,
.nav-bar-showroom {
    height: 1px;
    background-color: #ccc;
    position: relative;
}

.nav-bar {
    width: 60%;
}

.nav-bar-showroom {
    width: 100%;
}

.nav-bar-fill {
    height: 2px;
    background-color: #666;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.3s ease;
}

.social-handle {
    margin: 40px auto 0;
    background-color: #4B524E;
    width: 80%;
    max-width: 200px;
    padding: 15px;
}

.social-handle a {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

/* Showroom Section */
.container-showroom {
    padding: 70px 0;
    text-align: center;
    background-color: #fff;
    display: flex;
    gap: 0px;
    justify-content: center;
}

.showroom-container {
    flex: 1;
    min-width: 44%;
    max-width: 44%;
    padding: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.showroom-container h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 42px;
    align-self: flex-start;
    font-family: Montserrat;
    width: 224px;
    height: 37px;
}

.showroom-address {
    font-family: "Rokkitt";
    font-weight: 300;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
    align-self: flex-start;
    height: 100px;
}

.showroom-img {
    flex: 1;
    min-width: 56%;
    max-width: 56%;
}

.img-showroom {
    height: 320px;
    object-fit: cover;
}

/* Footer */
#footer,
.footer-container {
    padding-top: 0 !important;
}

.featured-item:hover {
    color: #4B524E;
}

.showroom-header {
    display: inline-block;
    width: fit-content;
    align-self: flex-start;
}

@media (max-width: 1511px) {
    body {
        width: 100%;
    }
}



/* Responsive Styles for Tablets (max-width: 991px) */
@media (max-width: 991px) {
    .hero-text h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .hero-text p {
        font-size: 14px;
    }

    /* Featured Section */
    .featured-items {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .featured-item {
        max-width: 80%;
    }

    .featured-image {
        width: 207.49px !important;
        height: 182.51px !important;
    }

    /* Engagement & Marriage and Craftmenship */
    .engagement-marriage-items,
    .craftmenship-items {
        flex-direction: column;
        gap: 0;
    }

    .engagement-item {
        min-width: 100%;
    }

    .engagement-image {
        height: 400px;
    }

    /* Categories Section */
    .categories-items {
        flex-direction: column;
        gap: 10px;
    }

    .category-image {
        height: 350px;
    }

    .overlay-text-cat {
        top: 85%;
        left: 70%;
        text-align: center;
        padding: 5px 15px;
    }

    /* Jewelry Block */
    .container-jewelry-block {
        padding: 40px 20px;
    }

    .header-text {
        font-size: 22px;
        width: 90%;
        margin-bottom: 40px;
    }

    .main-title {
        font-size: 22px;
        width: 80%;
        margin-top: 40px;
    }

    .description {
        font-size: 18px;
        width: 70%;
        margin-top: 20px;
    }

    /* Company Banner */
    .company-banner-wrapper {
        height: auto;
        max-height: none;
    }

    .company-left,
    .company-right {
        min-width: 100%;
        max-width: 100%;
    }

    .company-img {
        height: 100%;
    }

    .company-text {
        top: 15%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 90%;
    }

    /* Appointment Section */
    .container-appointment {
        padding: 30px 15px;
    }

    .sub-appointment {
        width: 90%;
    }

    .appointment-title {
        max-width: 80%;
    }

    .container-appointment p {
        max-width: 80%;
    }

    /* Social Section */
    .container-social {
        padding: 40px 15px;
    }

    .title {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .carousel img {
        height: 300px;
        width: 100%;
    }

    .navigation {
        margin-top: 40px;
        gap: 30px;
    }

    .nav-bar {
        width: 70%;
    }

    /* Showroom Section */
    .container-showroom {
        flex-direction: column;
        padding: 40px 15px;
    }

    .showroom-container,
    .showroom-img {
        min-width: 100%;
        max-width: 100%;
    }

    .showroom-container {
        padding: 20px;
    }

    .img-showroom {
        width: 100%;
        height: 300px;
    }

    .showroom-address {
        height: auto;
    }

    .showroom-header {
        align-self: center;
    }

    .navigation-showroom {
        margin-right: 0;
        gap: 30px;
    }
}

.hero-text1 {
    display: none;
}

.social-mobile-view {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel {
        width: 100%;
    }

    .categories-items {
        flex-direction: row;
        padding-bottom: 0px;
        margin: 0px;
    }

    div#categoriesCarousel {
        left: 0;
    }

    .categories-carousel-wrapper {
        padding-left: 30px;
    }

    .showroom-container h3 {
        align-self: center;
        text-align: center;
    }

    .showroom-address {
        align-self: center;
        text-align: center;
    }

    #showroomCarousel {
        padding-left: 43px;
        background: transparent;
    }
}


/* Responsive Styles for Mobile (max-width: 767px) */
@media (max-width: 767px) {

    .social-mobile-view {
        display: block;
        margin-top: 42px !important;
    }

    .mobile-hero-button {
        display: inline-block;
        margin-bottom: 70px;
        width: 212px;
        font-family: 'Montserrat';
        font-size: 14px;
        font-weight: 600;
    }

    .container-company-banner .company-right {
        display: none;
    }

    .container-company-banner .company-left .company-img {
        height: 611px;
        object-fit: cover;
    }

    .hero-text {
        position: absolute;
        max-width: 100%;
        bottom: -42px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        margin-left: 0;
        z-index: 2;
        padding: 20px;
    }

    .hero-text .h1 {
        font-size: 30px !important;
        width: 270px;
        font-weight: 600;
        font-family: 'Montserrat';
        text-align: center;
        align-items: center;
        margin-bottom: 30px !important;
    }

    .hero-text h1 {
        font-size: 14px;
        line-height: 1.3;
        font-family: Rokkitt;
        font-weight: 300;
        margin-bottom: 30px !important;
    }
    .hero-text p {
        font-size: 14px;
        line-height: 1.3;
        font-family: Rokkitt;
        font-weight: 300;
        margin-bottom: 30px !important;
    }

    .hero-text1 {
        position: absolute;
        display: none;
        max-width: 100%;
        bottom: -42px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        margin-left: 0;
        z-index: 2;
        padding: 20px;
    }

    .hero-text1 h1 {
        font-size: 30px !important;
        width: 270px;
        font-weight: 600;
        font-family: 'Montserrat';
        text-align: center;
        align-items: center;
        margin-bottom: 30px !important;
    }

    .hero-text1 p {
        font-size: 14px;
        line-height: 1.3;
        font-family: Rokkitt;
        font-weight: 300;
        margin-bottom: 30px !important;
    }


    /* Featured Section - Enable Carousel */
    .featured {
        padding: 40px 15px;
    }

    .featured h2 {
        font-size: 22px;
        letter-spacing: 1px;
    }

    .featured p {
        font-size: 18px;
        margin-top: 20px;
    }

    .featured-items.carousel {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-behavior: smooth !important;
        gap: 15px !important;
        padding-bottom: 15px !important;
        scrollbar-width: none !important;
        justify-content: flex-start !important;
        margin: 0 !important;
        left: 0;
        width: 100%;
    }

    .featured-items.carousel::-webkit-scrollbar {
        display: none !important;
    }

    .featured-item {
        min-width: 100% !important;
        max-width: 100% !important;
        flex-shrink: 0 !important;
    }

    .featured-image {
        width: 207.49px !important;
        height: 182.51px !important;
    }

    .container-social .carousel img {
        width: 289px;
        height: 289px;
    }

    .featured-item h3 {
        font-size: 22px;
        margin-top: 20px;
    }

    .featured-item p {
        font-size: 18px;
        margin-top: 20px;
    }

    .navigation-featured {
        display: flex !important;
        margin-top: 20px;
        gap: 20px;
    }

    /* Engagement & Marriage and Craftmenship */
    .engagement-image {
        height: 350px;
    }

    .overlay-text {
        top: 85%;
        padding: 8px 15px;
    }

    .overlay-text h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .overlay-text p {
        font-size: 18px;
    }

    #carousel {
        padding-left: 12px;
        background: transparent;
    }

    #categoriesCarousel {
        padding-left: 43px;
        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;
    }

    #showroomCarousel {
        padding-left: 43px;
        background: transparent;
    }

    /* Categories Section - Enable Carousel */
    .categories {
        padding: 70px 15px;
    }

    .categories h2 {
        font-size: 22px;
        margin-bottom: 70px;
    }

    .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;
    }

    .categories-items.carousel::-webkit-scrollbar {
        display: none !important;
    }

    .category-item {
        max-width: 272px !important;
        width: 100% !important;
        flex-shrink: 0 !important;
        min-width: 272px !important;
    }

    .category-image {
        width: 100% !important;
        max-width: 272px;
        height: 300px;
    }

    .overlay-text-cat {
        top: 85%;
        left: 75%;
        text-align: right;
        padding: 5px 10px;
    }

    .overlay-text-cat h3 {
        font-size: 18px;
    }

    .navigation-categories {
        display: flex !important;
        margin-top: 40px;
        gap: 20px;
        padding-bottom: 70px;
    }

    .company-text {
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 90%;
        text-align: center;
        width: 100%;
    }

    .company-text h2 {
        font-size: 22px;
        width: 100%;
    }

    .company-text p {
        font-size: 18px;
        width: 100%;
        max-width: 100%;
    }

    /* Appointment Section */
    .appointment-title {
        font-size: 22px;
        max-width: 90%;
    }

    .container-appointment p {
        font-size: 18px;
        max-width: 90%;
        margin: 20px auto;
    }

    .container-appointment .button {
        font-size: 12px;
        padding: 8px 15px;
    }


    .container-jewelry-block .button {
        font-size: 12px;
        padding: 8px 15px;
    }

    /* Social Section */
    .carousel {
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
        /* padding-left: 51px; */
    }

    .carousel::-webkit-scrollbar {
        display: none;
    }

    .carousel img {
        width: 100%;
        height: auto;
    }

    .social-handle {
        font-size: 12px;
        padding: 12px;
    }

    /* Showroom Section */
    .showroom-container .h3 {
        font-size: 24px;
        margin-bottom: 30px;
        align-self: center;
        text-align: center;
    }

    .showroom-address {
        align-self: center;
        text-align: center;
        height: auto;
    }

    .showroom-address {
        font-size: 18px;
    }

    .img-showroom {
        height: 280px;
    }
}
.showroom-header h2{
    font-size: 14px;
}
/* Responsive Styles for Small Mobile (max-width: 575px) */
@media (max-width: 575px) {
    .hero-image {
        width: 100%;
        height: 100dvh !important;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0.8;
    }

    .hero-video {
        width: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0.9;
    }

    .banner-image-item {
        width: 100%;
        height: 458px;
        object-fit: cover;
    }

    /* .categories-carousel-wrapper {
        padding-left: 53px !important;
    } */

    /* .hero {
        height: 855px;
    } */

    .hero-text .h1 {
        font-size: 24px;
        letter-spacing: 1.5px;
    }


    /* Featured Section */
    .featured {
        padding: 30px 10px;
        padding-top: 0;
        /* height: 576px; */
    }

    .featured .h2 {
        font-size: 22px;
        padding-top: 70px;
        font-family: Montserrat;
        font-weight: 600;
    }

    .featured p {
        font-size: 18px;
        margin-top: 30px !important;
        margin-bottom: 49px !important;
        font-family: Rokkitt;
        font-weight: 300;

    }
    .featured .h2 {
        margin-top: 30px !important;
        margin-bottom: 49px !important;

    }

    .featured-image {
        height: 160px;
        width: 207.49px !important;
        height: 182.51px !important;
        margin-bottom: 30px !important;
    }

    .featured-item h3 {
        font-size: 22px;
        margin-top: 0 !important;
        font-family: Montserrat;
        font-weight: 600;
    }

    .featured-item p {
        font-size: 18px;
        margin-top: 25px;
        font-family: Rokkitt;
        font-weight: 300;
        margin-bottom: 0 !important;

    }

    .navigation-featured {
        gap: 15px;
    }

    .navigation-sm {
        padding-bottom: 0px !important;
        margin-inline: 70px;
    }

    /* Engagement & Marriage and Craftmenship */
    .engagement-image {
        height: 393px;
        object-fit: fill;
    }

    .overlay-text {
        top: 73%;
        padding: 5px 10px;
    }

    .overlay-text h3 {
        font-family: Montserrat;
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 30px;
    }

    .overlay-text p {
        font-size: 18px;
        font-weight: 300;
        font-family: Rokkitt;
        margin-bottom: 27px;

    }

    /* Categories Section */
    .categories {
        padding: 0px 10px;
        padding-top: 70px;
    }

    .categories h2 {
        font-size: 22px;
        margin-bottom: 70px;
    }

    .category-image {
        height: 250px;
    }

    .overlay-text-cat {
        top: 92%;
        padding: 0px 0px;
        border-bottom: 1px solid #fff;
    }

    .overlay-text-cat h3 {
        font-size: 20px;
        text-align: center;

    }

    .navigation-categories {
        gap: 15px;

    }

    /* Jewelry Block */
    .container-jewelry-block {
        padding: 70px 25px;
    }

    .header-text {
        font-size: 22px;
        margin-bottom: 70px;
        font-family: Montserrat;
        font-weight: 600;
    }

    .main-title {
        font-family: 'Montserrat';
        font-size: 22px;
        width: 100%;
        margin-top: 70px;
    }

    .description {
        font-size: 18px;
        width: 100%;
        margin-top: 30px;
        color: black;
    }

    .company-text h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .company-text p {
        font-size: 18px;
    }

    /* Appointment Section */
    .container-appointment {
        padding: 70px 10px;
        background-color: #ffffff;
    }

    .sub-appointment {
        width: 100%;
    }

    .appointment-title {
        font-size: 22px;
        max-width: 95%;
    }

    .container-appointment p {
        font-size: 18px;
        margin: 15px auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .container-appointment .button {
        font-size: 14px;
        padding: 13px 12px;
        height: 40px;
        font-family: Montserrat;
        font-weight: 600;
    }

    .container-jewelry-block .button {
        font-size: 14px;
        padding: 13px 12px;
        font-family: Montserrat;
        font-weight: 600;
    }

    /* Social Section */
    .container-social {
        padding: 70px 10px;
    }

    .title {
        font-size: 22px;
        margin-bottom: 40px;
        font-family: 'Montserrat';
        font-weight: 600;
        width: 309px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .navigation {
        margin-top: 30px;
        gap: 20px;
        /* margin-bottom: 70px; */
        padding-bottom: 70px;
    }

    .nav-bar {
        width: 80%;
    }

    .social-handle {
        font-size: 11px;
        padding: 10px;
    }

    .nav-arrow {
        font-size: 12px;
        display: none;
    }

    /* Showroom Section */
    .container-showroom {
        padding: 70px 10px;
    }

    .showroom-container .h3 {
        font-size: 30px;
        font-weight: 600;
        font-family: Montserrat, sans-serif;
        margin-bottom: 19px !important;
    }

    .showroom-address {
        font-size: 16px;
        font-family: Rokkitt;
        font-weight: 300;
    }

    .img-showroom {
        height: 240px;
    }

    .navigation-showroom {
        margin-top: 20px;
        gap: 20px;
        margin-inline: 70px;
    }

    .container-showroom .carousel img {
        max-width: 289.92px;
        height: 362.4px;
    }
}

.nav-scroll-container {
    max-height: 150px;
    /* Adjust height as needed */
    overflow-y: auto;
    background: white;
    /* Optional: white background while scrolling */
    padding-right: 10px;
    /* Prevents content from hiding under scrollbar */
}

.nav-scroll-container {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.wo_cta{
    background-color: #4B524E;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
    /*border:solid #4B524E;*/
}
.wo_cta:hover,
.wo_cta:focus{
    color: #fff;
    /*color: #4B524E;*/
    /*background: white;*/
    /*border:solid #4B524E;*/
    background-color: #777;
}
.wo_button-slider{
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 2
}
@media(max-width: 768px){

    .category-item .overlay-text-cat{
        left: unset;
        text-align: center
    }
    .category-item .overlay-text-cat h2{
        text-align: center
    }
    .wo_button-slider{
        bottom: unset;
        right: 50%;
        top: 100px;
        z-index: 2;
        transform: translateX(50%);
        width: 100%;
        text-align: center;
    }
    .engagement-item{
        position: relative;
    }
    .engagement-item .overlay-text{
        top: 0;
        transform: none;
        bottom: 0;
        left: 0;
        right: 0;
        color: black;
        padding: 20px 10px;
    }

    .engagement-item .overlay-text h2{
        position: absolute;
        bottom: 40px;
        width: 50%;
        right: 10px;
        line-height: 1rem;
        color: black;
        margin-bottom: 20px;
    }
    .engagement-item .overlay-text .wo_mobile_button{
        position: absolute;
        bottom: 30px;
        right: 10px;
        width: 50%;
        font-weight: 500;
        text-decoration: underline!important;
        text-transform: uppercase;
        color: black;
    }
}
