* {
    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: 50;
    transition: left 0.3s ease-in-out;
}

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

.menu-wrapper {
    height: 100%;
    width: 80%;
    background-color: rgb(138 176 165 / 70%);
    padding: 20px;
    box-sizing: border-box;
    color: white;
    padding-top: 40px;
    max-width: 400px;
}

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

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

.menu-links-rows-value {
    border-bottom: 1px solid white;
    padding-bottom: 22px;
    font-style: italic;
}

.header-structure {
    height: 82px;
    box-shadow: 0px 1px 5px 1px white;
    position: relative;
    z-index: 20;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
    background-color: #ffffffed;
    width: 100%;
    backdrop-filter: blur(4px);
}

.header-mobile {
    display: flex;
    justify-content: space-between;
    padding: 41px 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: 83px;
}

.hero-section-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

.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);
}

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

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

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

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

.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;
}

.menu-close-button svg path {
    fill: white;
}

.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;
}

.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;
}

.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: rgba(78, 57, 33, 1);
    color: rgba(255, 255, 255, 1);
    padding: 50px 35px 20px 35px;
    box-sizing: border-box;
}

.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;
}

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

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

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

.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;
}

.footer-links-list-value {
    font-family: Helvetica Neue;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0px;
}

.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;
}

.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;
}

.footer-contact-address {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin-bottom: 10px;
    font-weight: 300;
}

.footer-credit {
    border-top: 2px solid rgba(153, 153, 153, .1);
    padding: 40px 0px 0px 0px;
    box-sizing: border-box;
    text-align: center;
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0px;
    color: rgba(153, 153, 153, .5);
    margin-bottom: 30px;
}
.footer-credit {}

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

.footer-links-legal-page {
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0px;
    flex: 1;
}
.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 20px 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;
}

.hero-section-animate-bg video.animation-video {
    width: 100%;
    margin-top: -197px;
}
.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: white;
    /* 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, .footer-logo path {
    fill: white;
}

video.animation-video-tablet {
    display: none;
}



.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: 100vh;
    position: relative;
    margin-bottom: -150px;
    margin-top: -50px;
}

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

.journey-step-item-additional-main-button {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 50vh;
    top: -20px;
    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;
}