* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: 0;
}
/* Desktop View */
.desktopView {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 50px 20px;
    z-index: 999;
}

.desktopView span {
    font-weight: 700;
    color: #bcffebd4;
}

.menu-structure {
    height: 100vh;
    position: fixed;
    top: 0px;
    left: -100%;
    width: 100vw;
    /* background-color: rgba(255, 255, 255, 0.9); */
    backdrop-filter: blur(14px);
    z-index: 99999999;
    transition: left 0.3s ease-in-out;
}

.menu-structure.menu-open {
    left: 0;
}

.menu-wrapper {
    height: 100%;
    width: 80%;
    background-color: #ffffffc9;
    padding: 20px;
    box-sizing: border-box;
    color: #4e3921;
    padding-top: 40px;
    max-width: 400px;
}

.menu-header-structure {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}

.menu-links-rows-structure {
    font-size: 16px;
    margin-top: 41px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-weight: 400;
}

.menu-links-rows-value {
    border-bottom: 1px solid #4e392124;
    padding-bottom: 18px;
    /* font-style: italic; */
}

.header-structure {
    height: 77px;
    /* box-shadow: 0px 1px 5px 1px white; */
    position: relative;
    z-index: 20;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    background-color: #ffffff78;
    width: 100%;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(4px);
}

/* Header scrolled state - add background and shadow */
.header-structure.header-scrolled {
    background-color: #ffffff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.header-mobile {
    display: flex;
    justify-content: space-between;
    padding: 34px 25px 25px 25px;
}

.header-title {
    font-size: 20px;
}

.header-structure .header-title a {
    position: relative;
    font-family: Merriweather;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    /* color: white; */
    top: -5px;
}

.header-side-icons {
    opacity: 0;
}

.hero-section-structure {
    position: relative;
    /* height: 700px; */
    overflow: hidden;
    padding-top: 76px;
    margin-bottom: 30px;
}

.hero-section-bg {
    position: absolute;
    top: 78px;
    left: 0px;
    height: 100%;
    /* z-index: 10; */
}

.hero-section-title {
    font-size: 26px;
    text-align: center;
    max-width: 285px;
    margin: 0 auto;
    padding-top: 5px;
    font-family: Merriweather;
    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: rgba(78, 57, 33, 1);
    display: none;
}

.hero-section-content {
    position: absolute;
    z-index: 15;
    padding: 20px 0px 0px 0px;
    top: 80px;
    width: 100%;
    height: 70vh;
}

.hero-section-item-bg {
    position: absolute;
    top: 0px;
    width: 100vw;
    z-index: 13;
    height: 100%;
}

img.hero-section-item-leaves-1 {
    width: 200px;
    position: absolute;
    right: -147px;
    top: 166px;
    opacity: 0.8;
    transform: rotate(45deg);
    display: none;
}

img.hero-section-item-leaves-2 {
    width: 200px;
    position: absolute;
    left: -85px;
    top: 166px;
    opacity: 0.8;
    transform: rotate(123deg) rotateX(180deg);
    display: none;
}

.hero-section-item-image {
    width: 100%;
    height: 364px;
    box-sizing: border-box;
    padding-top: 60px;
    max-width: 390px;
    margin: auto;
    display: none;
}

img.hero-section-item-pos-1 {
    width: 100%;
}

.hero-section-item-id {
    font-size: 24px;
    width: 100%;
    padding: 0px 20px 0px 20px;
    font-weight: 200;
    display: none;
}

span.hero-section-item-id-value-bold {
    font-weight: 700;
}

.hero-section-bg video.background-video {
    height: 100%;
}

.section.section-description {
    padding: 28px;
    background-color: #f0f0f1;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 1px 22px 30px #f0f0f1;
    z-index: 20;
    display:none;
}

.menu-close-button svg path {
    fill: #4e3921;
}

.description-main {
    font-size: 18px;
    color: rgba(78, 57, 33, 1);
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
    font-weight: 300;
}

.description-box-stucture {
    backdrop-filter: blur(7px);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
    background: #ffffff87;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.description-box-title {
    font-size: 18px;
    font-weight: 400;
}

.description-box-content {
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 29px;
}

.description-box-cta {
    box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.1);
    background: var(--Green-300, rgba(57, 105, 89, 1));
    color: white;
    text-align: center;
    width: 270;
    height: 53;
    border-radius: 4px;
    gap: 8px;
    padding-top: 16px;
    padding-right: 10px;
    padding-bottom: 16px;
    padding-left: 10px;
    margin: auto;
    margin-bottom: 150px;
    margin-top: 30px;
}

.description-boxes-wrapper {}

.section.section-cta-1 {
    width: 100%;
    height: 233;
    gap: 24px;
    /* padding-top: 64px; */
    /* padding-bottom: 64px; */
    background: rgba(209, 222, 218, 0.8);
    position: relative;
    /* padding-left: 40px; */
    /* padding-right: 40px; */
    box-sizing: border-box;
    /* overflow: hidden; */
    padding: 0px;
    margin-top: 150px;
    position: relative;
    z-index: 30;
    display:none;
}

.section.section-cta-1 {}

.cta-title {
    /* font-family: Merriweather; */
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}

.cta-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 233px;
    z-index: -1;
}

.cta-button {
    font-family: Helvetica Neue;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    padding-top: 30px;
}

img.cta-1-bg-1 {
    position: absolute;
    bottom: 0px;
    width: 50px;
    right: -10px;
}

img.cta-1-bg-2 {
    position: absolute;
    top: -50px;
    width: 100px;
    left: -40px;
    transform: rotate(280deg);
}

img.cta-1-bg-3 {
    position: absolute;
    top: -85px;
    width: 300px;
    right: -20px;
}

img.cta-1-bg-4 {
    display: none;
}

.description-main-bg {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.description-boxes-stucture {
    position: relative;
    z-index: 10;
}

img.description-1-bg-1 {
    transform: rotate(90deg);
    position: absolute;
    top: 700px;
    left: 0px;
    width: 1200px;
    transform-origin: top;
    opacity: 0.9;
    height: unset;
}

.section-partners-header-title {
    font-family: Merriweather;
    font-weight: 300;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: rgba(78, 57, 33, 1);
}

.section-partners-header-button {
    font-family: Helvetica Neue;
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: rgba(122, 145, 138, 1);
}

.section-partners-header-structure {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0px 0px 0px;
}

.section.section-partners {
    margin-top: 20px;
    margin-bottom: 100px;
    overflow: hidden;
    position: relative;
    display: none;
}

.section-partners {
    width: 100%;
    overflow: hidden; /* Contain the scrolling area */
}

.section-partners-boxes-structure {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    /* Remove scroll-snap for smoother touch scrolling */
    padding: 20px;
    margin: 0 -20px; /* Compensate for padding */
    /* Enable pointer events */
    pointer-events: auto;
    /* Ensure content is not treated as a text selection target */
    -webkit-user-select: none;
    user-select: none;
    /* Critical for touch devices */
    touch-action: pan-x;
    /* Prevent vertical scrolling while allowing horizontal */
    overscroll-behavior-x: contain;
    /* Improve performance */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    margin-left: 0px;
}

.section-partners-box-structure {
    flex: 0 0 300px; /* Fixed width for each card */
    margin-right: 20px; /* Space between cards */
    /* Prevent text selection */
    -webkit-user-select: none;
    user-select: none;
    /* Ensure the card is treated as a single touch target */
    touch-action: pan-y pinch-zoom;
    /* Improve performance */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

/* Hide scrollbar but keep functionality */
.section-partners-boxes-structure::-webkit-scrollbar {
    display: none;
}

.section-partners-boxes-structure {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.section-partners-box-structure {
    flex: 0 0 auto; /* Prevent cards from shrinking */
    scroll-snap-align: start; /* Enable snap points */
    width: 300px; /* Fixed width for each card */
    user-select: none; /* Prevent text selection while scrolling */
    -webkit-user-select: none;
    touch-action: pan-x pan-y; /* Optimize touch handling */
}

.section-partners-box-structure {
    flex: 0 0 auto;
    width: 322px;
    min-width: 322px;
    height: 169px;
    border-radius: 5px;
    gap: 8px;
    padding: 24px;
    background: rgba(209, 222, 218, 0.8);
    box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.section-partners-box-wrapper {
    height: 100%;
    width: 100%;
}

span.section-partners-title-value {
    color: rgba(78, 57, 33, 1);
    font-family: Merriweather;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    position: relative;
    top: -4px;
}

span.section-partners-title-icon img {
    width: 25px;
    /* height: 20px; */
    top: 2px;
    left: 4px;
    border-width: 2px;
}

.section-partners-title {}

.section-partners-box-wrapper {
    color: var(--Brown, rgba(78, 57, 33, 1));
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0px;
}

.section-partners-phone {
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0px;
    color: rgba(122, 145, 138, 1);
    margin-top: 3px;
}

.section-partners-address {
    line-height: 22px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 16px;
}

.section.section-footer {
    /* background: rgb(255 255 255 / 15%); */
    color: rgba(255, 255, 255, 1);
    padding: 50px 35px 20px 35px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.footer-logo {
    font-family: Merriweather;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: white;
    margin-bottom: 24px;
}

.footer-desc {
    font-family: Helvetica Neue;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    color: #999;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 143.75% */
}

.footer-logos {
    display: flex;
    gap: 19px;
    /* margin-bottom: 20px; */
}

.footer-logos img {
    width: 24px;
}

.footer-box {
    margin-bottom: 100px;
}

.footer-box-title.footer-links-title {
    font-family: Merriweather;
    font-weight: 300;
    font-size: 20;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: white;
    margin-bottom: 10px;
    margin-top: 10px;
    display: none;
}

.footer-links-list-value {
    font-family: Helvetica Neue;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #4E3921;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 143.75% */
}

.footer-box.footer-links-structure {
    display: flex;
}

.footer-links-wrapper {
    flex: 1;
}

.footer-links-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-box-title {
    font-family: Merriweather;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: white;
    margin-bottom: 10px;
    margin-top: 10px;
    display: none;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #999;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px; /* 143.75% */
}

.footer-contact-address {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #999;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px; /* 143.75% */
}

.footer-credit {
    border-top: 2px solid rgba(153, 153, 153, .1);
    padding: 10px 0px 0px 0px;
    color: #999;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 23px; /* 164.286% */
    text-align: center;
}
.footer-credit {}

.footer-links-legal {
    margin-top: 20px;
    color: rgba(153, 153, 153, .5);
    display: flex;
    justify-content: space-between;
    text-align: center;
    display: inline-flex;
    align-items: flex-start;
    gap: 35px;
}

.footer-links-legal-page {
    font-family: Helvetica Neue;
    font-weight: 200;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0px;
    flex: 1;
    color: #999;
}
.mainStructure {
    padding-top: 120px;
}
.page-home .mainStructure {
    padding-top: 0px;
}

.section-main-title {
    font-family: Merriweather;
    font-weight: 300;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: rgba(78, 57, 33, 1);
}

.section-top-content {
    text-align: center;
}

.section {
    padding: 0px 40px 0px 20px;
    box-sizing: border-box;
}

.partners-page-list-structure .section {
    padding: 0px;
    z-index: 20;
    position: relative;
}

.section-main-desc {
    color: rgba(78, 57, 33, 1);
    font-family: Helvetica Neue;
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    /* line-height: 100%; */
    letter-spacing: 0px;
    text-align: left;
    margin-top: 24px;
    font-size: 18px;
    color: rgba(78, 57, 33, 1);
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
    font-weight: 300;
}

.partners-page-list-structure .section-partners-header-structure {
    display: none;
}

.partners-page-list-map {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    text-align: center;
}

.partners-page-list-structure {
    position: relative;
    overflow: hidden;
    height: 636px;
}

.section-cta-1 .section-center-wrapper {
    position: relative;
    max-width: 400px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 64px;
    padding-bottom: 64px;
    margin: auto;
    box-sizing: border-box;
    width: 100%;
}

.page-home .section.section-cta-1,.page-partners .section.section-cta-1{
    margin-top: 0px;
}
.hero-section-animate-bg {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;  /* centers horizontally */
    align-items: center;      /* centers vertically */
    height: 70vh;            /* full screen height */
    overflow: hidden;         /* hide left/right overflow */
    background: white;        /* optional for contrast */
}

.hero-section-animate-bg video.animation-video {
    width: 100%;
    margin-top: -197px;
    display: none;
}
.menu-logo {
    font-size: 20px;
    font-weight: 700;
    font-family: Merriweather;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #4e3921;
    /* margin-bottom: 24px; */
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff5e;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(11px);
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid #8ab0a5b3;
    border-radius: 50%;
    border-top-color: #36584e;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.hero-section-animate-bg img {
    margin-top: -150px;
}

.menu-logo path {
    fill: #4e3921;
}

video.animation-video-tablet {
    display: none;
    /* width: 100%; */
    display: block;
    margin-top: -30px;
    height: 74vh;
    max-width: 1000px;
    width: auto;              /* maintain aspect ratio */
    object-fit: cover;
}



.journey-step-item-additional-bg {
    position: absolute;
    top: 0px;
    z-index: -1;
}

.journey-step-item-additional-bg img {
    position: absolute;
    top: 0px;
}

.coming-soon-bg {
    position: absolute;
    z-index: -2;
}

.coming-soon-main-content {
    height: 700px;
    position: relative;
    /* margin-bottom: -150px; */
    margin-top: -50px;
    overflow: hidden;
    background: #ffffff6b;
    /* backdrop-filter: blur(14px); */
}

video.coming-soon-bg-video {
    min-height: 100vh;
    min-width: 100vw;
}

.journey-step-item-additional-main-button {
    font-size: 38px;
    font-weight: 200;
    text-align: center;
    margin-top: 50vh;
    top: -100px;
    position: absolute;
    width: 100%;
    color: #4e3922;
}

.journey-step-item-additional-back-button {
    display: none;
    position: absolute;
    top: 29px;
    left: 20px;
    font-size: 18px;
    font-weight: 400;
}

.journey-step-item-additional-back-button svg {
    width: 14px;
    height: unset;
}
.description-box-cta.description-box-hero-cta {
    margin: 0 auto;
    z-index: 1000;
    position: relative;
    margin-bottom: -5px;
    margin-top: -11px;
}

        .carousel {
            width: 100%;
            max-width: 1055px;
            height: 462px;
            margin: 0 auto;
            padding: 37.1px 59.36px;
            display: flex;
            flex-direction: column;
            gap: 22.26px;
            position: relative;
        }

        .slides-box {
            width: 100%;
            height: 313.6px;
            position: relative;
            flex-grow: 1;
            box-shadow: 0 4.66px 4.66px rgba(0, 0, 0, 0.25);
        }

        .mask {
            position: absolute;
            width: 1054.51px;
            height: 455.92px;
            top: -51.94px;
            left: -59.36px;
            background: linear-gradient(to right, 
                rgba(255, 255, 255, 0) 0%, 
                rgba(0, 0, 0, 0.5) 11.69%, 
                rgba(0, 0, 0, 1) 22.64%, 
                rgba(0, 0, 0, 1) 50.56%, 
                rgba(0, 0, 0, 1) 78.72%, 
                rgba(0, 0, 0, 0.5) 88.28%, 
                rgba(196, 196, 196, 0) 100%);
            z-index: 1;
            pointer-events: none;
        }

        .slide-list {
            width: 861.59px;
            height: 314.01px;
            position: relative;
            margin-left: 37.1px;
        }

        .slide-item {
            position: absolute;
            background-color: #fff;
            border-radius: 37.1px;
            overflow: hidden;
        }

        .slide-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .slide-item-4 {
            width: 175.21px;
            height: 165.61px;
            left: 0;
            top: 74.2px;
            z-index: 1;
        }

        .slide-item-3 {
            width: 175.21px;
            height: 165.61px;
            left: 686.37px;
            top: 74.2px;
            z-index: 1;
        }

        .slide-item-5 {
            width: 323.62px;
            height: 239.81px;
            left: 59.36px;
            top: 37.1px;
            z-index: 2;
        }

        .slide-item-2 {
            width: 323.62px;
            height: 239.81px;
            left: 478.61px;
            top: 37.1px;
            z-index: 2;
        }

        .slide-item-1 {
            width: 472.02px;
            height: 314.01px;
            left: 185.51px;
            top: 0;
            z-index: 3;
        }

        .ring-name-number {
            position: absolute;
            width: 162.68px;
            height: 41.17px;
            left: 386.27px;
            top: 259.91px;
            z-index: 4;
            display: flex;
            flex-direction: column;
        }

        .ring-name {
            width: 100%;
            height: 17px;
            color: #4E392B;
            font-family: 'Merriweather', serif;
            font-weight: 300;
            font-size: 13.3px;
            text-align: center;
            letter-spacing: -0.4px;
        }

        .number {
            width: 100%;
            height: 24.17px;
            display: flex;
            justify-content: center;
            gap: 3.07px;
        }

        .number-digit {
            width: 10.74px;
            height: 24.17px;
            position: relative;
            overflow: hidden;
        }

        .number-digit span {
            position: absolute;
            width: 7.67px;
            height: 11.51px;
            left: 1.79px;
            color: #4E392B;
            font-size: 15.35px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .number-digit .current {
            top: 5.76px;
            font-weight: 700;
        }

        .number-digit .next {
            top: 28.01px;
            font-weight: 300;
        }

        .slides-navigation {
            width: 215.19px;
            height: 51.94px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 37.1px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 7.42px;
        }

        .click-area {
            width: 37.1px;
            height: 37.1px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .slide-indicator {
            display: flex;
            align-items: center;
            gap: 9.28px;
            padding: 7.42px;
        }

        .dot-indicator {
            width: 11.13px;
            height: 11.13px;
            border-radius: 50%;
            background-color: #999;
            opacity: 0.5;
        }

        .dot-indicator.active {
            width: 14.84px;
            height: 14.84px;
            background-color: #395A59;
            opacity: 1;
        }

        @media (max-width: 1100px) {
            .carousel {
                max-width: 800px;
                height: auto;
            }

            .slides-box {
                height: 250px;
            }

            .slide-item-4, .slide-item-3 {
                width: 140px;
                height: 132px;
            }

            .slide-item-3 {
                left: 520px;
            }

            .slide-item-5, .slide-item-2 {
                width: 260px;
                height: 192px;
            }

            .slide-item-2 {
                left: 360px;
            }

            .slide-item-1 {
                width: 380px;
                height: 250px;
                left: 140px;
            }
        }

        @media (max-width: 768px) {
            .retailer-email {
    display: none!important;
}

            .carousel {
                max-width: 600px;
                padding: 20px 30px;
            }

            .slides-box {
                height: 200px;
            }

            .slide-item-4, .slide-item-3 {
                display: none;
            }

            .slide-item-5, .slide-item-2 {
                width: 200px;
                height: 150px;
            }

            .slide-item-5 {
                left: 30px;
            }

            .slide-item-2 {
                left: 270px;
            }

            .slide-item-1 {
                width: 300px;
                height: 200px;
                left: 100px;
            }

            .ring-name-number {
                left: 170px;
            }
        }

        @media (max-width: 480px) {
            .carousel {
                max-width: 100%;
                padding: 15px;
            }

            .slides-box {
                height: 180px;
            }

            .slide-item-5, .slide-item-2 {
                display: none;
            }

            .slide-item-1 {
                width: 270px;
                height: 180px;
                left: 50%;
                transform: translateX(-50%);
            }

            .ring-name-number {
                left: 50%;
                transform: translateX(-50%);
            }
        }
 .section-center-wrapper {
        position: relative;
        max-width: 400px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 64px;
        padding-bottom: 64px;
        margin: auto;
        box-sizing: border-box;
        width: 100%;
        padding: 0px;
        padding-top: 60px;
    }
    .section-bg-structure {
    position: absolute;
    left: 0px;
    width: 100vw;
}

.reasons-box-wrapper {
    /* flex-direction: row; */
}

.section-bg1-image img {
    width: 339.5px;
    height: 205.34px;
    transform: rotate(-12.98deg);
    flex-shrink: 0;
    aspect-ratio: 339.50/205.34;
    background: url(/assets/img161.png) lightgray -412.477px -356.184px / 209.426% 228.889% no-repeat;
}

.section-bg1-image {
    }

.section-bg2-image {
 
}
.section-bg4-video {
    position: absolute;
    z-index: -1;
    min-width: 100vw;
    left: 0px;
    top: 0px;
    min-height: 100%;
}

.section-bg4-video video {
    opacity: 0.3;
    height: 1000px;
}

.section.section-why-originmark {
    position: relative;
    padding: 0px 20px 100px 20px;
    overflow: hidden;
}

video.footer-bg-video-elm {
    opacity: 0.3;
    height: 1000px;
}

.footer-bg-video {
    position: absolute;
    z-index: -1;
    min-width: 100vw;
    left: 0px;
    top: 0px;
    min-height: 100%;
}

.footer-logo path {
    fill: var(--Brown, #4E3921);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Merriweather;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}

.footer-box-contact-icon-wrapper {
    position: absolute;
    right: -50px;
    width: 50%;
    margin-top: -100px;
}

.footer-box-contact-icon-wrapper img {
    width: 100%;
    rotate: -45deg;
    opacity: 0.7;
}


.hero-section-content-structure {
    padding: 20px 20px 20px 24px;
    color: var(--Brown, #4E3921);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Merriweather;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* display: none; */
    margin-bottom: 50px;
    margin-top: -52px;
    z-index: 999;
    position: relative;
    text-align: center;
    padding-left: 12px;
    /* bottom: -56px; */
    display: none;
}

span.hero-section-content-text-1 {
    display: block;
}

span.hero-section-content-title {
    display: none;
    font-weight: 700;
    margin-bottom: 4px;
}

span.hero-section-content-text {
    font-weight: 500;
    font-size: 17px;
    /* text-align: center; */
    font-style: italic;
}
.jewelry-carousel .product-info {
    width: 150%;
    opacity: 0;
    transform: scale(.5);
    margin-top: -40px;
    z-index: 999999;
}

.jewelry-carousel ul.slick-dots {
    position: relative;
    bottom: 0px;
    margin-top: 60px;
    margin-bottom: 70px;
}
.page-about .mainStructure {
    padding-top: 80px;
}
.page-about .story-hero-img-wrapper {
    top: 50px;
}
.page-partners .mainStructure {
    padding-top: 80px;
}
.page-about .story-hero-title-logo-text {
    color: #4e3921;
}
.jewelry-carousel .slick-arrow {
    top: unset;
    bottom: -36px;
}
.menu-close-button {
    position: relative;
    top: 3px;
}
.footer-links-legal-page:hover {
    opacity: 0.7;
}

.footer-links-list-value:hover {
    opacity: 0.7;
}

.footer-logos img:hover {
    opacity: 0.7;
}
.retailer-email {
    display: none!important;
}
.retailers-tab:hover {
    opacity: 0.7;
}
.mine-image-wrapper {
    margin-left: -50px;
    margin-top: 70px;
}
h2.carousel-title svg {
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    width: 164px;
    height: unset;
    position: relative;
    top: 7px;
}

h2.carousel-title svg path {
    fill: var(--Brown, #4E3921);
}
.menu-links-rows-value a {
    color: #4E3921 !important;
    font-family: Merriweather;
}

.slick-dots .slick-active {
    width: 24px;
}
.reasons-box-integrity .reasons-box-icon img {
    width: 20px;
}
.description-wrapper {
    line-height: 25px;
}