/*=== == HOME FOLD1 == ==*/
ul#benefits-fold-splide-list li.splide__slide {
    padding: 10px;
    box-sizing: border-box;
}

.main-fold-a-background img {
    width: 100%;
    object-fit: cover;
    height: 450px;
}

@keyframes zoom-effect {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.05);
    }
}

.faq-fold .home-content-foldb-header-line {
    background-position: center;
}

#main-fold-a-splideb .splide__slide {
    display: flex;
}

div#our-range-fold-item-img-splide-c {
    width: 100%;
}

:is(div#our-range-fold-item-img-splide-a, div#our-range-fold-item-img-splide-b, div#our-range-fold-item-img-splide-c, div#our-range-fold-item-img-splide-d) .splide__pagination {
    padding: 6px;
    background: #f5f5f5d6;
    gap: 10px;
    position: absolute;
    z-index: 5;
    bottom: 10px;
    right: 10px;
}

:is(div#our-range-fold-item-img-splide-a, div#our-range-fold-item-img-splide-b, div#our-range-fold-item-img-splide-c, div#our-range-fold-item-img-splide-d) .splide__pagination>li {
    display: flex;
}

:is(div#our-range-fold-item-img-splide-a, div#our-range-fold-item-img-splide-b, div#our-range-fold-item-img-splide-c, div#our-range-fold-item-img-splide-d) .splide__pagination>li>button {
    background: var(--primary-color1);
    padding: 4px;
    border-radius: 0%;
    width: 40px;
    border: none;
    transition: all 500ms ease;
    opacity: .4;
    cursor: pointer;
}

:is(div#our-range-fold-item-img-splide-a, div#our-range-fold-item-img-splide-b, div#our-range-fold-item-img-splide-c, div#our-range-fold-item-img-splide-d) .splide__pagination>li>button.is-active {
    opacity: 1;
}

.main-fold-a {
    flex: 1;
    display: flex;
}

.main-fold-a-item {
    flex: 1;
    display: flex;
}

.main-fold-a-background {
    display: flex;
    flex: 1;
}

.main-fold-a-background.desktop video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 900px;
}

.main-fold-a-text :is(.title, .subtitle) {
    text-shadow: 12px 2px 9px black;
    text-transform: uppercase;
}

.main-fold-a-text .title {
    font-size: 88px;
    line-height: 1;
    max-width: 1024px;
    width: 100%;
}

.main-fold-a-text .subtitle {
    font-size: 40px;
    line-height: 1.2;
    margin: 0px auto;
    width: 100%;
}

.main-fold-a-item {
    position: relative;
    min-height: 350px;
    display: flex;
}

.main-fold-a-text {
    position: absolute;
    max-width: 1380px;
    left: 50%;
    transform: translatex(-50%) translatey(0%);
    width: calc(100% - 20px);
    bottom: 100px;
    color: white;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    z-index: 3;
}

.main-fold-a-text .title {
    margin: 0px auto 20px;
}

.splide__slide .main-fold-a-background img {
    filter: brightness(1);
    transition: all 2s ease;
}

.splide__slide.is-visible .main-fold-a-background img {
    filter: brightness(0.8);
}

.half .main-fold-a-background img {}

.half .main-fold-a-item {
    min-height: unset;
}

.main-fold-a-text .title span {
    display: block;
    text-shadow: 12px 2px 9px black;
}


/*=== == HOME FOLD1 END === ==*/

/*== == == Home Content FoldB == == ==*/

.home-content-foldb-header-title .title:first-child {
    margin: 0px;
    color: var(--primary-color1);
}

.home-content-foldb-header-line {
    width: 100%;
    height: 35px;
    background-image: url('/wp-content/uploads/2025/01/border.png');
    background-repeat: no-repeat;
    margin-bottom: 10px;
    position: relative;
    background-size: contain;
}

.home-content-foldb-wrapper {
    display: flex;
    gap: 80px;
    position: relative;
    z-index: 4;
    justify-content: space-between;
}

.home-content-foldb-img-block-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.home-content-foldb-img {
    flex: 0 0 42.5%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    justify-content: center;
    z-index: 5;
}

.home-content-foldb-img-block {
    position: relative;
    flex: 1;
    display: flex;
}

.home-content-foldb-img-src {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.home-content-foldb-img-block a {
    position: relative;
}

.home-content-foldb-img-src img {
    width: 100%;
    height: 100%;
}

.home-content-foldb-img-block-content {
    position: relative;
    color: white;
    flex: 1;
    z-index: 5;
}

.home-content-foldb-img-block>a {
    flex: 1;
    display: flex;
}

.home-content-foldb-content {
    padding: 100px 0px 100px 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    flex: 1;
}

.home-content-foldb-img-video {
    position: absolute;
    top: 40px;
    left: 0px;
    cursor: pointer;
    border-radius: 10px;
}

.home-content-foldb-img-video img {
    max-width: 260px;
    height: 140px;
    border-radius: 10px;
    transition: all 500ms ease;
}

.home-content-foldb-img-video::before {
    content: '\f04b';
    font-family: 'Font Awesome 6 Pro';
    color: white;
    position: absolute;
    top: 50%;
    transform: translatey(-50%) translatex(-50%);
    left: 50%;
    pointer-events: none;
    font-size: 38px;
    font-weight: 700;
    z-index: 10;
}

.home-content-foldb-img-video {
    overflow: hidden;
}

.home-content-foldb-img-video:hover img {
    filter: brightness(0.75);
    transform: scale(1.1);
}


.home-content-foldb-img-block-content-padding {
    padding: 20px;
}

.home-content-foldb-img-block-wrapper .home-content-foldb-img-block-content>.home-content-foldb-img-block-content-padding {
    padding-top: 240px;
}

.home-content-foldb-img-block-content-padding .subtitle {
    margin: 0px;
}

.home-content-foldb-img>.home-content-foldb-img-block .home-content-foldb-img-block-content-padding {
    padding-bottom: 400px;
}

.home-content-foldb-img-src::before {
    content: '';
}

.home-content-foldb-img>.home-content-foldb-img-block .home-content-foldb-img-src::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 55%, rgba(193, 148, 83, 0.9486169467787114) 90%);
    z-index: 3;
    transition: all 500ms ease;
    z-index: 2;
}

.home-content-foldb-img-block:hover .home-content-foldb-img-src::before {
    opacity:
}

.home-content-foldb-img .home-content-foldb-img-block-wrapper>.home-content-foldb-img-block .home-content-foldb-img-src::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(193, 148, 83, 0.9486169467787114) 90%);
}

.home-content-foldb-img-src img {
    transition: all 500ms ease;
    z-index: -1;
    position: relative;
}

.home-content-foldb-img-block:hover .home-content-foldb-img-src img {
    filter: grayscale(1);
    z-index: -1;
}

.home-content-foldb-img .home-content-foldb-img-block .home-content-foldb-img-src::after {
    background: rgba(193, 148, 83, 0.6486169467787114);
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 500ms ease;
    z-index: 3;
}

.home-content-foldb-img-block:hover .home-content-foldb-img-src::after {
    opacity: 1;
}

.beige-container {
    background: #F9F4EE;
    position: relative;
}

.home-content-foldb {
    position: relative;
    z-index: 4;
    padding: 100px 0px 0px;
}

.home-content-foldb::before {
    content: '';
    background: white;
    position: absolute;
    top: 100px;
    right: -30px;
    width: calc(100% - 20px);
    height: calc(100% - 100px);
    z-index: -3;
}

.content-fold-b-img-item {
    position: relative;
    z-index: 5;
    justify-content: center;
    display: flex;
    align-items: center;
}

/*== == == Home Content FoldB END == == ==*/

/*== == == Module Fold S == == ==*/

.home-content-foldb-img-block-content-padding .subtitle span {
    display: block;
}

@media (min-width:1024px) {

    div#module-fold-s-splide,
    div#module-fold-s-splide2 {
        display: flex;
    }

}

div#module-fold-s-splide,
div#module-fold-s-splide2 {
    width: calc(100% - 20px);
    margin: 0px auto;
}

@media (min-width:1024px) {

    div#module-fold-s-splide2 {
        left: 20px;
    }

}

.splide__arrows.splide__arrows--ltr {
    flex: 0 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.module-fold-s-block-lines-vertical {
    position: absolute;
    width: 100%;
    height: 100%;
}

.module-fold-s-block-lines-vertical::before {
    content: '';
    background: var(--primary-color1);
    top: 30px;
    left: 30px;
    height: calc(100% - 60px);
    width: 3px;
    position: absolute;
}

.module-fold-s-block-lines-vertical::after {
    content: '';
    background: var(--primary-color1);
    top: 30px;
    right: 30px;
    height: calc(100% - 60px);
    width: 3px;
    position: absolute;
}

.module-fold-s-block-lines-horizontal::before {
    content: '';
    background: var(--primary-color1);
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: 3px;
    position: absolute;
}

.module-fold-s-block-lines-horizontal::after {
    content: '';
    background: var(--primary-color1);
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: 3px;
    position: absolute;
}

.module-fold-s-block-lines-vertical::before,
.module-fold-s-block-lines-vertical::after,
.module-fold-s-block-lines-horizontal::before,
.module-fold-s-block-lines-horizontal::after {
    transition: all 500ms ease;
    opacity: 0;
    z-index: 3;
}

.module-fold-s-block:hover .module-fold-s-block-lines-vertical::before,
.module-fold-s-block:hover .module-fold-s-block-lines-vertical::after {
    opacity: 1;
}

.module-fold-s-block:hover .module-fold-s-block-lines-horizontal::before,
.module-fold-s-block:hover .module-fold-s-block-lines-horizontal::after {
    opacity: 1;
}

.module-fold-s-block-lines-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.module-fold-s-block-readmore {
    flex: 1;
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

button.splide__arrow {
    border: none;
    background: none;
    position: relative;
    padding: 8px 0px 6px 0px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.module-fold-s-block-inner ul {
    padding-left: 30px;
    position: relative;
}

.module-fold-s-block-inner ul li::before {
    content: '\f324';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    color: var(--primary-color1);
}

.module-fold-s-block-inner ul li {
    list-style: none;
}

button.splide__arrow.splide__arrow--prev {
    transform: scalex(-1);
    right: 5px;
}

button.splide__arrow::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    border: solid 2px var(--primary-color1);
    transform: rotate(45deg);
    left: -4px;
}

button.splide__arrow svg {
    width: 20px;
    height: 20px;
}

.module-fold-s-block {
    position: relative;
    display: flex;
    color: white;
}

.module-fold-s-block-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.module-fold-s-block-background img {
    width: 100%;
    height: 100%;
    transition: all 500ms ease;
    object-fit: cover;
}

.module-fold-s .splide__slide {
    display: flex;
}

.module-fold-s-block-front {
    positioN: absolute;
    bottom: 40px;
    left: 50px;
    transition: all 500ms ease;
    opacity: 1;
    width: calc(100% - 140px);
}

.module-fold-s-block-inner {
    position: relative;
    transition: all 500ms ease;
    opacity: 0;
    display: flex;
    flex-direction: column;
}

.module-fold-s-wrapper {
    padding: 100px 0px;
}

.module-fold-s-block-padding {
    /* padding: 300px 70px 60px 70px; */
    padding: 80px 70px 60px 70px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 3;
    min-height: 300px;
}

.module-fold-s-block-inner p:last-child {
    margin: 0px;
}

.module-fold-s-block-header .subtitle {
    margin: 0px 0px 0px;
}

#where-you-can-book .module-fold-s-block-header .subtitle {
    margin: 0px 0px 20px;
}

.packages-folda .module-fold-s-block-inner p:last-child {
    font-weight: 600;
    color: var(--primary-color1);
}

.module-fold-s-block-readmore .readmore:hover {
    color: #fff;
}

.module-fold-s-block-readmore .readmore {
    margin: 0px;
    color: var(--primary-color1);
    min-width: 170px;
    width: max-content;
}

.module-fold-s-block:hover .module-fold-s-block-front {
    opacity: 0;
}

.module-fold-s-block:hover .module-fold-s-block-inner {
    opacity: 1;
}

.module-fold-s-block:hover .module-fold-s-block-background::before {
    opacity: .6;
}

.module-fold-s-block-background::before {
    content: '';
    background: #333;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 500ms ease;
    opacity: 0;
}

.module-fold-s-block-background::after {
    content: '';
    background: linear-gradient(0deg, #333333aa 20%, transparent 40%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 500ms ease;
    opacity: 1;
}

.module-fold-s-block a {
    color: white;
}

/*== == == Module Fold S END == == ==*/

/*== == == Basic FoldB == == ==*/

.basic-foldb-wrapper {
    position: relative;
}

.basic-foldb-background img {
    width: 100%;
    height: 100%;
}

.basic-foldb-img {
    position: absolute;
    top: -50px;
    right: 50px;
    width: 440px;
    height: 100%;
}

.basic-foldb-img img {
    width: 100%;
    height: calc(100% + 100px);
}

.basic-foldb-content {
    position: relative;
    max-width: 480px;
    margin-left: auto;
    margin-right: 40px;
    padding: 40px 0px;
}

.basic-foldb-content-inner {
    background: var(--primary-color1);
    color: white;
    padding: 120px 60px;
    transition: all 500ms ease;
}

.basic-foldb-content-inner-text p {
    margin: 0px;
}

.basic-foldb-content .home-content-foldb-header-line {
    margin-bottom: 25px;
}

.basic-foldb-content-header-title {
    margin-bottom: 25px;
}

/*== == == Basic FoldB Slider == == ==*/

.alt .basic-foldb-content {
    padding: 0px;
}

.basic-foldc .splide__track {
    overflow: visible;
}

.basic-foldc .splide__slide {
    transition: all 500ms ease;
}


.splide__slide .basic-foldb-content-inner {
    transition: all 500ms ease;
    opacity: 0;
}

.splide__slide.is-active .basic-foldb-content-inner {
    opacity: 1;
}

.alt .basic-foldb-content-inner::before {
    content: '';
    position: absolute;
    background: var(--primary-color1);
    width: 100%;
    height: calc(100% + 40px);
    top: -20px;
    left: 0px;
    z-index: -1;
}

.alt .basic-foldb-content-inner {
    padding: 160px 60px;
}

.basic-foldc-header {
    text-align: center;
}

.basic-foldc-header-title p.title {
    color: var(--primary-color1);
    margin: 0px;
}

.basic-foldc-header {
    padding-bottom: 50px;
}

/*== == === Basic FoldB Slider END == === ==*/

/*== == == Basic FoldB END == == ==*/

/*== == == Content FoldE == == ===*/

.content-folde.alt::after,
.content-folde.alt2::after {
    content: '';
    background: white;
    position: absolute;
    top: 60px;
    height: calc(100% - 120px);
    width: 100%;
    left: 0px;
    max-width: 1380px;
    border-radius: var(--global-radius);
    border-radius: var(--global-radius);
}

.content-folde.alt2::after {
    left: unset;
    right: 0px;
}

.content-folde.alt,
.content-folde.alt2 {
    background: var(--main-background1);
    padding: 120px 0px;
}

.content-folde-img-splide-inner li.splide__slide {
    display: flex;
}

.content-folde.alt::before,
.content-folde.alt2::before {
    bottom: 60px;
    z-index: 3;
}

.content-folde-content-header-title>.title {
    margin: 0px;
}

body .content-folde-content-header-title>.title.main {
    color: var(--primary-color1);
}

.content-folde-content-header-title>.title span {
    color: var(--primary-color1);
}

.content-folde-content-header-title>.title span:last-child {
    /* color:black; */
}

.content-folde-content-header-title>.title:nth-child(3) {
    color: black;
}

.content-folde-content-header-title>p.title,
.content-folde-content-header-title>.title span:not(.title) {
    color: var(--primary-color1);
}

.content-folde-content-inner p a:not(.readmore) {
    color: var(--primary-color1);
    font-weight: 400;
}

.content-folde-content-inner ul {
    list-style: none;
    padding-left: 0px;
    text-align: left;
}

.content-folde-content-inner ul li {
    position: relative;
    padding-left: 25px;
}

.content-folde-content-inner ul li::before {
    content: '\f324';
    font-family: 'Font Awesome 6 Pro';
    color: var(--primary-color1);
    position: absolute;
    left: 0px;
    top: 1px;
}

.content-folde-wrapper {
    display: flex;
    gap: 80px;
    position: relative;
    z-index: 3;
}

.content-folde-img {
    flex: 0 0 47.5%;
    position: relative;
    display: flex;
    align-items: center;
}

.content-folde-img-splide-inner.object-fit-contain img {
    object-fit: contain;
}

.content-folde-img img {
    aspect-ratio: 1000 / 1100;
    object-fit: cover;
    border-radius: var(--global-radius);
}

.postid-16182 .content-folde-img img,
.postid-16402 .content-folde-img img,
.postid-16568 .content-folde-img img {
    object-fit: contain;
    object-position: 50% 30%;
}

.content-folde-content-icons {
    display: flex;
    gap: 20px;
}

.content-folde-content-icons-item-name p {
    font-size: 18px;
    line-height: 26px;
}

.basic-foldc {
    padding: 100px 0px;
    position: relative;
}

.basic-foldc::after {
    content: '';
    background: var(--main-background1);
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20%;
    height: 100%;
    z-index: -1;
}

.basic-foldc-header-title h2.title {
    margin: 0px;
}

.basic-foldc.alt::after {
    background: none;
}

.content-folde-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    width: 42.5%;
    flex: 1;
    position: relative;
}

.content-folde-content-inner-icon-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px 0px 20px;
}

.content-folde-content-inner-icon-row p {
    margin: 0px;
}

.content-folde-content-inner-icon-row-icon lord-icon {
    --lord-icon-primary: black;
    --lord-icon-secondary: black;
    width: 45px !important;
    height: 45px !important;
}

.content-folde-content-inner .subtext {
    margin: 15px 0px;
}

.content-folde-content-icons-item-name p {
    margin: 0px;
}

.content-folde {
    padding: 100px 0px;
    position: relative;
}

.content-folde-content-readmore .readmore {
    width: 260px;
    padding: 15px 10px;
    margin: 0px;
}

.content-folde-content-readmore .readmore.alt {
    border: solid 2px var(--primary-color1);
}

.content-folde-content-readmore {
    display: flex;
    gap: 20px;
}

.content-folde-content-quote {
    padding-left: 20px;
    border-left: solid 2px var(--primary-color1);
    margin-left: 0px;
    margin-top: 20px;
}

.content-folde-img-label p {
    margin: 0px;
    color: white;
    line-height: 1;
    text-transform: uppercase;
}

.content-folde-img-label {
    position: absolute;
    top: 50px;
    left: -30px;
    background: var(--primary-color1);
}

.content-folde-img-label-padding {
    padding: 25px;
}

.content-folde-img-label p:last-child {
    font-size: 64px;
}

.content-folde-img-label p:first-child {
    font-size: 28px;
}

/*== == == Content FoldE END == == ==*/

/*== == == Contact FoldA == == ==*/

.contact-folda {
    background: var(--main-background1);
}

.whitesmoke-form .contact-folda {
    background: var(--main-background2);
}

.contact-folda-wrapper {
    display: flex;
    gap: 100px;
    padding: 100px 0px;
}

.contact-folda-content {
    flex: 0 0 45%;
}

.contact-folda-content-map {
    display: flex;
    flex-direction: column;
}

.contact-folda-content-map-inner {
    border-radius: var(--global-radius);
}

.contact-folda-header-title p.title {
    margin: 0px;
    color: var(--primary-color1);
}

.wpcf7-form input:not(.readmore)::placeholder,
.wpcf7-form textarea::placeholder {
    text-transform: uppercase;
    font-style: italic;
}

.contact-folda input.readmore {
    width: 150px;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.contact-folda-content-map-top {
    padding-bottom: 20px;
}

.contact-folda-header-title {
    padding-bottom: 30px;
}

.wpcf7-form input:not(.readmore),
.wpcf7-form textarea,
.wpcf7-form .form-field select {
    border: none;
    margin-bottom: 12px;
    color: #ababab;
    outline: none;
    !i;
    !;
    appearance: none;
    font-style: italic;
    text-transform: none;
}

.form-name {
    margin-right: 12px;
    width: calc(50% - 8px);
}

/*== == == Contact FoldA END == == ==*/

/*== == == Benefits FoldA == == ==*/

.benefits-folda {
    background: #f9f4ee;
    position: relative;
}

.benefits-folda-header-title .title a {
    color: var(--primary-color1);
    font-weight: 600;
}

.benefits-folda-header-title .title span {
    color: var(--primary-color1);
}

.benefits-folda .home-content-foldb-header-line {
    margin: 0px auto 10px;
    background-position: center;
}

.benefits-folda-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.benefits-folda-container {
    padding: 100px 0px;
}

.benefits-folda-wrapper {
    padding-top: 50px;
}

.benefits-folda-item {
    flex: 0 0 calc(100% / 3 - 40px);
}

.benefits-folda .splide__pagination {
    padding: 30px 0px 0px;
    gap: 10px;
}

.benefits-folda .splide__pagination>li {
    display: flex;
}

.benefits-folda-item-header {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 20px;
}

.benefits-folda-item-header-icon i {
    font-size: 54px;
    line-height: 62px;
}

.benefits-folda-item-header i {
    font-weight: 100;
    color: var(--primary-color1);
}

.benefits-folda-header-title {
    margin-bottom: 30px;
    text-align: center;
}

.benefits-folda-header-content p {
    text-align: center;
}

.benefits-folda-item-header-title .subtitle {
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    margin: 0px;
}

.benefits-folda-item-header-title span {
    display: block;
}

@media (min-width:1024px) {

    div#benefits-fold-splide {
        visibility: visible;
    }

    .benefits-folda .splide__list {
        flex-wrap: wrap;
        gap: 50px;
    }

    .benefits-folda .splide__list li.splide__slide {
        flex: 0 0 calc(100% / 3 - 34px);
    }

}

/*=== == == Benefits FoldA END == == ==*/

/*== == == Our Range == == ==*/

.our-range-fold-item>a img {
    transition: all 500ms ease;
    overflow: hidden;
}

.our-range-fold-item>a:hover img {
    transform: scale(1.1);
    filter: brightness(0.5);
}

.our-range-fold-item-img {
    overflow: hidden;
    display: flex;
}

div#our-range-fold-item-img-splide-a,
div#our-range-fold-item-img-splide-b,
div#our-range-fold-item-img-splide-c,
div#our-range-fold-item-img-splide-d {
    flex: 1;
}

.our-range-fold-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}

.our-range-fold-item-content-wrapper-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.our-range-fold-item-content-inner>.subtext {
    color: var(--primary-color1);
}

.our-range-fold-item-content-inner ul {
    text-align: left;
    list-style: none;
}

.our-range-fold-item-content-inner p a {
    transition: all 300ms ease;
}

.our-range-fold-item-content-inner p a:hover {
    opacity: .6;
}

.our-range-fold-item-content-inner ul li {
    position: relative;
}

.our-range-fold-item-content-inner ul li::before {
    content: '\f054';
    position: absolute;
    top: 0px;
    left: -20px;
    font-family: 'Font Awesome 6 Pro';
    color: var(--primary-color1);
}

.our-range-fold-item-content-inner-title .title {
    margin: 0px;
    color: var(--primary-color1);
}

.our-range-fold-item-content-inner-title {
    width: fit-content;
    margin: 0px auto 15px;
}

.our-range-fold-item-content-wrapper-item p b {
    font-weight: 500;
}

.our-range-fold-item-content-wrapper-item {
    border-right: solid 2px var(--primary-color1);
    padding-right: 15px;
}

.our-range-fold-item-content-wrapper .our-range-fold-item-content-wrapper-item:last-child {
    padding-right: 0px;
    border: none;
    padding-bottom: 0px;
}

.our-range-fold-item-content-wrapper {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.our-range-fold-item-content-readmore {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.our-range-fold-item {
    flex: 0 0 calc(100% / 2 - 40px);
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: var(--global-radius);
}

.our-range-fold-item>a {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.our-range-fold-item-content-readmore .readmore {
    width: 170px;
}

.our-range-fold-item-content-readmore .readmore.wedding-form {
    width: 270px;
}

.our-range-fold-item-content-subtext .subtitle {
    margin: 0px;
}

.our-range-fold-item-content-subtext {
    position: absolute;
    top: 20px;
    background: #c19453d1;
    padding: 20px;
    left: -20px;
    max-width: 350px;
    border-radius: var(--global-radius);
}

.our-range-fold-item-content-subtext .subtitle {
    color: white;
}

.our-range-fold-item-content-inner p:not(.title):last-child {
    margin: 0px;
}

.our-range-fold-item-content {
    padding: 30px;
    background: white;
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
}

@media (min-width:1400px) {

    .our-range-fold-wrapper.three-columns .our-range-fold-item {
        flex: 0 0 calc(100% / 3 - 27px);
    }

    .our-range-fold-wrapper.three-columns {
        gap: 40px;
    }

}

.virtual-tour-page .our-range-fold-item-content {
    padding: 0px;
    flex: 0;
}

.module-fold-k-header-wrapper {
    display: flex;
    gap: 80px;
    justify-content: space-between;
}

.module-fold-k-header-title>.title:first-child {
    margin: 0px;
    color: var(--primary-color1);
}

.module-fold-k-header-title>.title span {
    color: black;
}

.module-fold-k-header-icons-stars i {
    font-weight: 600;
    font-family: 'Font Awesome 6 Sharp';
}

.module-fold-k-header-icons {
    display: flex;
    flex: 1;
    gap: 40px;
    justify-content: flex-end;
    align-items: center;
}

.module-fold-k-header-icons-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.module-fold-k-header-icons-item-title-name>p {
    font-size: 24px;
    line-height: 32px;
}

.module-fold-k-header-icons-stars i {
    font-size: 24px;
    color: var(--primary-color1);
}

.our-range-fold {
    background: var(--main-background1);
    padding: 100px 0px;
}

.our-range-fold-item-img img {
    width: 100%;
    object-fit: cover;
    flex: 1;
    height: 400px;
    border-radius: var(--global-radius);
}

.our-range-fold-header {
    padding-bottom: 50px;
}


/*== == == Our Range END == == = =*/

/*== == == Packages Fold == == ==*/

.packages-folda-header {
    text-align: center;
    max-width: 1024px;
    margin: 0px auto 50px;
}

.packages-folda-item-list {
    flex: 1;
    background: var(--primary-color1);
    padding: 30px 20px;
    color: white;
}

.packages-folda-item-top-content p {
    font-size: 16px;
    line-height: 24px;
}

.packages-folda-container {
    padding: 100px 0px;
}

.packages-folda-wrapper {
    display: flex;
    gap: 30px;
}

.packages-folda-lower-content-readmore-wrapper {
    gap: 50px;
    display: flex;
    justify-content: space-between;
}

.packages-folda-lower-content-readmore-wrapper .readmore {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.packages-folda {
    background: var(--main-background1);
}

.packages-folda-item {
    background: white;
    border: solid 5px var(--primary-color1);
    border-style: double;
    display: flex;
}

.packages-folda-item-padding {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.packages-folda-item-top-padding {
    padding: 20px;
}

.packages-folda-item-top-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.packages-folda-item-top {
    margin-bottom: 25px;
}

.packages-folda-item-list ul {
    margin-left: 0px;
    padding: 0px;
    list-style: none;
}

.packages-folda-header .home-content-foldb-header-line {
    background-position: center;
}

.packages-folda-item-list ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro';
    color: white;
    font-weight: 500;
    position: absolute;
    left: 0px;
}

.packages-folda-item-list ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}

.packages-folda-item-list ul li:last-child {
    margin: 0px;
}

.packages-folda-lower {
    max-width: 1024px;
    margin: 50px auto 0px;
    text-align: center;
}

.packages-folda-item-top {
    text-align: center;
}

.packages-folda-item-top.center,
.center .packages-folda-item-top-content {
    text-align: center;
}

.packages-folda-item-top-title .subtext {
    margin: 0px;
}

.packages-folda-item-top-title .subtext:last-child {
    font-style: italic;
    font-weight: 200;
}

.packages-folda-item-top-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 2px var(--primary-color1);
}

.packages-folda-item-top-content {
    text-align: left;
}

.packages-folda-item-top-content p:last-child {
    margin: 0px;
}

.packages-folda-item-top-content p:last-child i {
    font-style: normal;
    font-weight: 400;
    color: var(--primary-color1);
}

.packages-folda-item-list-subtext .subtext {
    margin: 0px;
}

.packages-folda-item-list-subtext {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 2px var(--primary-color1);
    text-align: center;
}

/*== == == Packages Fold END == == ==*/

/*== == ACCORDION PAGE == ==*/

.accordion-fold {
    padding: 100px 0px;
    position: relative;
    padding-top: 50px;
    background: #333;
}

.accordion-fold.padding {
    padding: 50px 0px;
}

.accordion-content p a {
    color: var(--primary-color1);
    margin-top: 15px;
    line-height: 1;
    transition: all 500ms ease;
    font-weight: 500;
}

.accordion-content p a i {
    color: var(--secondary-color1);
}

.accordion-content p a:hover {
    opacity: .6;
}


.accordion-fold .title {
    text-align: center;
    margin-bottom: 50px;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    padding: 20px 20px;
    background: none;
    cursor: pointer;
    border-radius: var(--global-radius);
}

.accordion-wrapper {
    color: #333;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.faq-container .content-header {
    padding-bottom: 50px;
}

.faq-container .content-header .title {
    margin: 0px;
}

.accordion-content ul {
    list-style: none;
    text-align: left;
}

.accordion-content ul li {
    margin-bottom: 20px;
}

.accordion-subtitle span {
    display: block;
    font-weight: 400;
    margin-top: 10px;
    font-size: 18px;
}

.accordion-btn p {
    font-size: 32px;
    position: absolute;
    right: 20px;
    top: 15px;
    margin: 0;
    opacity: 0;
    transition: all 0.3s ease;
    color: var(--primary-color1);
}

.accordion-btn.opened p.close-btn {
    opacity: 1;
}

.accordion-btn.closed p.open-btn {
    opacity: 1;
}

.accordion-item {
    position: relative;
    width: 100%;
}

.extended .accordion-fold-wrapper {
    max-height: 1000px;
}

.accordion-fold-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s ease;
    background: var(--main-background2);
    color: white;
}

.accordion-content {
    padding: 30px 30px 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
}

.accordion-content p:first-child {
    margin: 0px;
}

.accordion-content p:last-child {
    margin: 0px;
}

.accordion-content ul {
    padding-left: 30px;
    margin: 0px;
}

.accordion-content::before {
    content: '';
    border: solid 2px var(--primary-color1);
    );
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    position: absolute;
    top: 12.5px;
    left: 12.5px;
    pointer-events: none;
}

.accordion-content ul.duo {
    display: flex;
    flex-wrap: wrap;
    max-width: 640px;
}

.accordion-content ul.duo li {
    flex: 0 0 calc(100% / 2 - 0px);
}

.accordion-content ul li {
    font-size: 16px;
}

.accordion-btn i {
    font-size: 14px;
    margin-top: 15px;
    cursor: pointer;
    transition: all 500ms ease;
}

.accordion-header {
    font-size: 19px;
    padding-right: 40px;
    line-height: 32px;
    margin-bottom: 0px;
    transition: all 500ms ease;
    font-weight: 400;
}

.accordion-subtitle {
    font-size: 26px;
}

.header-wrapper {
    background: white;
}

.header-wrapper:hover {
    opacity: 0.7;
}

.header-wrapper.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion-content p {
    transition: all 500ms ease;
    color: #333;
}

.faq-container .content-header p {
    margin-top: 20px;
}

.extended .accordion-content p {}

.content-fold-fold-d-accordion-column-padding {
    padding: 120px 80px;
}

.content-fold-d-accordion-column-header .title span {
    color: var(--secondary-color1);
}

.content-fold-d-accordion-column-header .title {
    color: var(--primary-color1);
}

.accordion-item-row {
    display: flex;
    flex: 0 0 calc(100% / 2 - 8px);
}

.content-fold-d-accordion-readmore .readmore {
    margin: 0px;
}

.content-fold-d-accordion-readmore {
    padding-top: 40px;
}

.accordion-ittem-number p {
    font-size: 22px;
    line-height: 1;
    background: var(--primary-color1);
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0px;
    padding-top: 2px;
    font-weight: 600;
}

.accordion-ittem-number {
    transform: translatey(16px);
}


.content-fold-d-accordion-column-header {
    padding-bottom: 30px;
}

.content-fold-d-accordion-column-content {
    padding-bottom: 30px;
}

.faq-fold-header {
    text-align: center;
    padding-bottom: 30px;
}

.faq-fold-container {
    padding: 100px 0px;
}

.faq-fold-wrapper {
    margin: 0px auto;
}

.faq-fold {
    background: var(--main-background1);
}

.accordion-content ul.services-list li::before {
    color: white;
}

/*=== == ACCORDION END === ==*/

/*== == == Package FoldB == == ==*/

.package-foldb-wrapper {
    display: flex;
    gap: 20px;
    position: relative;
    align-items: flex-start;
}

.package-foldb-item {
    flex: 0 0 calc(100% / 3 - 13px);
    background: white;
    display: flex;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: var(--global-radius);
}

.package-foldb {
    position: relative;
    background: var(--main-background1);
}

.package-foldb::before {
    content: '';
    position: absolute;
    top: 80px;
    right: 0px;
    width: 100%;
    max-width: 1380px;
    height: calc(100% - 80px);
}

.package-foldb-container {
    padding: 160px 0px;
    position: relative;
}

.package-foldb-header {
    text-align: center;
    max-width: 1024px;
    margin: 0px auto 60px;
    position: relative;
}

.package-foldb-header .title span {
    color: var(--primary-color1);
}

.package-foldb-header .home-content-foldb-header-line {
    background-position: center;
}

.package-foldb-header p {
    margin: 0px;
}

.package-foldb-container::before {
    content: '';
    top: 80px;
    left: -40px;
    width: 100%;
    height: calc(100% - 80px);
    position: absolute;
    pointer-events: none;
}

.package-foldb-item-back-padding {
    padding: 25px 15px 65px;
    text-align: center;
    flex: 1;
    position: relative;
    z-index: 3;
}

.package-foldb-item .home-content-foldb-header-line {
    background-position: center;
}

.package-foldb-item-back-top {
    padding: 40px 0px;
}

.package-foldb-item-front-content-header-wrapper {
    display: flex;
}

.package-foldb-item-front-content-bar-row {
    display: flex;
}

.package-foldb-item-front-content-header-wrapper-item {
    flex: 0 0 calc(100% / 3);
}

.package-foldb-item-front-content p {
    margin: 0px;
}

.package-foldb-item-front-content-bar-item {
    flex: 0 0 calc(100% / 3);
    background: #2f2f2f8c;
    padding: 10px 0px;
    position: relative;
}

.package-foldb-item-back-content {
    transition: all 500ms ease;
}

.package-foldb-item-front-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    transition: all 500ms ease;
    opacity: 0;
    pointer-events: none;
}

.package-foldb-item-content-wrapper {
    position: relative;
}

.package-foldb-item-back {
    flex: 1;
    display: flex;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}

.package-foldb-item:hover .package-foldb-item-front-content {
    opacity: 1;
}

@media (min-width:1024px) {

    .package-foldb-item:hover .package-foldb-item-back-content {
        opacity: 0;
        pointer-events: none;
    }

    .package-foldb-item::before {
        content: '';
        background-image: url('/wp-content/uploads/2025/03/package-background.jpg');
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        pointer-events: none;
        transition: all 500ms ease;
        opacity: 0;
    }

    .package-foldb-item::after {
        background: #333333c9;
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        pointer-events: none;
        transition: all 500ms ease;
        opacity: 0;
    }

    .package-foldb-item:hover p {
        color: white;
    }

    .package-foldb-item:hover .package-foldb-item-back-top :is(lord-icon, .home-content-foldb-header-line) {
        filter: brightness(11);
    }

    .package-foldb-item:hover::before,
    .package-foldb-item:hover::after {
        opacity: 1;
    }


}



.package-foldb-item-back-padding p {
    transition: all 500ms ease;
}



.package-foldb-item-back-top :is(lord-icon, .home-content-foldb-header-line) {
    transition: all 500ms ease;
}


.package-foldb-item-front-content-bar-row .package-foldb-item-front-content-bar-item:first-child {
    background: #8b8b8b8c;
}

.package-foldb-item-front-content-header {
    padding-bottom: 10px;
}

.package-foldb-item-back-content p:last-child {
    margin: 0px;
}

.package-foldb-item-front-content-bar-row .package-foldb-item-front-content-bar-item:nth-of-type(2)::before {
    content: '';
    position: absolute;
    height: calc(100% - 25px);
    width: 2px;
    background: white;
    right: 0px;
    top: 12.5px;
}


/*== == == Alt Package Fold == = ===*/

.alt .packages-folda-item-padding {
    flex-direction: row;
}

.alt .packages-folda-item-list {
    background: var(--main-background2);
    color: #333;
}

.alt .packages-folda-item-top.center,
.alt .center .packages-folda-item-top-content {
    display: flex;
    align-items: center;
}

.alt .packages-folda-item-list ul li::before {
    color: var(--primary-color1);
}

@media (max-width:1250px) {

    .alt .packages-folda-item-padding {
        flex-direction: column;
    }

    .alt .packages-folda-item-top.center,
    .alt .center .packages-folda-item-top-content {
        margin: 0px auto;
    }

}

/*== == == Alt Package Fold END == === ==*/

/*== == == Package FoldB END == == ==*/

/*== == = Case Study Post FoldC === === =*/

.casestudy-post-foldc {
    background: var(--main-background1);
    padding: 120px 0px;
    position: relative;
}

.casestudy-post-foldc::before {
    content: '';
    width: 100%;
    top: 60px;
    right: 0px;
    height: calc(100% - 120px);
    position: absolute;
    background: white;
    max-width: 1480px;
}

.casestudy-post-foldc-wrapper {
    position: relative;
}

.casestudy-post-foldc-wrapper::before {
    content: '';
    position: absolute;
    top: -60px;
    left: -30px;
    width: 100%;
    height: calc(100% + 130px);
    background: white;
    pointer-events: none;
}

.casestudy-post-foldc-inner {
    position: relative;
}

.casestudy-post-foldc-inner p:last-child {
    margin: 0px;
}

/*== == == Case Study Post FoldC END == == ==*/

.our-range-fold-item-img * {
    width: 100%;
}

/*== == == Main Fold B NAV == == =*/


.main-fold-b-nav {
    position: fixed;
    bottom: 200px;
    display: flex;
    flex-direction: column;
    right: 40px;
    box-sizing: border-box;
    transition: all 500ms ease;
    border-radius: 40px;
    z-index: 10;
    overflow-y: scroll;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
    align-items: flex-end;
    pointer-events: none;
    padding: 0px 0px 10px 10px;
    overflow-x: hidden;
    overflow-y: visible;
    max-height: 300px;
}

.main-fold-b-nav-item p {
    position: absolute;
    right: 60px;
    top: 50%;
    width: max-content;
    margin: 0px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 15px;
    opacity: 0;
    transition: all 300ms ease;
    pointer-events: none;
    background: #00000094;
    border-radius: 20px;
    padding: 10px 25px;
    z-index: -1;
    text-align: center;
}

.main-fold-b-nav-item {
    position: relative;
    /* background: #fff; */
    padding: 8px 10px;
    cursor: pointer;
    transition: all 500ms ease;
    pointer-events: all;
}

.main-fold-b-nav-item lord-icon {
    --lord-icon-primary: black;
    --lord-icon-secondary: var(--primary-color1);
    width: 30px;
    height: 30px;
}

.main-fold-b-nav-item:hover p {
    opacity: 1;
    pointer-events: all;
}

.main-fold-b-nav::-webkit-scrollbar {
    width: 8px;
    background-color: #aaa3a300;
    border-radius: 4px;
}

.main-fold-b-nav::-webkit-scrollbar-thumb {
    background: #bcbcbc;
    border-radius: 20px;
}

.main-fold-b-nav-inner {
    display: flex;
    flex-direction: column;
    position: relative;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.main-fold-b-nav-item:hover {
    opacity: 1;
}

.main-fold-b-nav-inner::before {
    content: '';
    background: var(--secondary-color1);
    position: absolute;
    top: 0px;
    width: 90px;
    height: 100%;
    border-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.main-fold-b-nav-item::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 500ms ease;
    opacity: 0;
}

/*== == == Main Fold B NAV END == == ==*/

.package-foldb-item:hover .package-foldb-item-back::before {
    opacity: 1;
}

.package-foldb-item-back::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: solid 2px var(--primary-color1);
    z-index: 3;
    transition: all .5s ease;
    opacity: 0;
}

body .half .module-fold-s-block-padding {
    padding: 70px;
}

/** MAIN FOLD D START **/

.main-fold-d {
    position: relative;
}

.main-fold-d-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.main-fold-d-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-fold-d-main {
    display: flex;
    gap: 120px;
    padding: 240px 0px 320px;
    align-items: center;
    justify-content: space-between;
}

.main-fold-d-left {
    flex: 100;
    max-width: 740px;
    color: #fff;
}

.main-fold-d-right {
    width: 100%;
    max-width: 420px;
    padding: 50px;
    position: relative;
    background: #fff;
    border-radius: var(--global-radius);
}

.main-fold-d-buttons {
    display: flex;
    gap: 20px;
}

.main-fold-d-buttons .readmore {
    width: 200px;
}

.main-fold-d-buttons .readmore:not(.alt) {
    padding: 13px 15px;
}

.main-fold-d-details-item p:first-child {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #aaa;
}

.main-fold-d-details-item p:last-child {
    color: var(--green);
    font-weight: 500;
}

.main-fold-d-details-item {
    border-bottom: 1px solid #1b2f2640;
    padding: 10px 0px;
}

.main-fold-d-img::before {
    background: linear-gradient(90deg, #1b2f26ee, #1b2f2660);
    opacity: 1;
    content:
        '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.main-fold-d-img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, #fff 0%, transparent 20%);
}

.main-fold-d-right::before {
    content: '';
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid var(--primary-color1);
    top: 0;
    left: 0;
    transform: scale(0.95);
    border-radius: var(--global-radius);
}

.module-fold-d-title {
    display: flex;
    gap: 240px;
    align-items: end;
    color: #fff;
    margin-bottom: 60px;
}

.module-fold-d-title-right {
    flex: 100;
}

.module-fold-d-title-left {
    max-width: 320px;
}

.module-fold-d-title-left .title {
    margin: 0px;
}

.module-fold-d-list {
    display: flex;
    gap: 20px;
}

.module-fold-d-listitem {
    padding: 40px;
    position: relative;
    background: #ffffff20;
    color: #fff;
    flex: 100;
    border-radius: var(--global-radius);
}

.module-fold-d-listitem::before {
    content: '';
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid var(--primary-color1);
    top: 0;
    left: 0;
    transform: scale(0.92);
    border-radius: var(--global-radius);
}

.module-fold-d {
    background: var(--lightgreen);
}

.module-fold-d-main {
    padding: 100px 0px;
}

.module-fold-d-listitem p:first-child {
    color: var(--primary-color1);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/** MAIN FOLD D END **/



/** MAIN FOLD E START **/

.module-fold-e-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 940px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 60px;
}

.module-fold-e-title-wrap {
    display: flex;
    gap: 40px;
    margin-top: 20px;
}

.module-fold-e-title-wrap-item {
    background: #fff;
    padding: 6px 20px;
    border-radius: var(--global-radius);
    border: 1px solid var(--green);
}

.module-fold-e-title-wrap-item p {
    margin: 0px;
    font-size: 14px;
    color: var(--green);
    font-weight: 500;
}

.module-fold-e-list {
    display: flex;
    gap: 40px;
}

.module-fold-e-listitem {
    border-radius: 0px;
    background: #fff;
    overflow: hidden;
    flex: 100;
    box-shadow: 0px 0px 20px 1px #00000020;
    height: fit-content;
    border-radius: var(--global-radius);
}

.module-fold-e-listitem-list {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.module-fold-e-listitem-title {
    background: var(--lightgreen);
    color: #fff;
    padding: 20px 30px;
    border-bottom: 4px solid var(--primary-color1);
}

.module-fold-e-listitem-title p.subtitle {
    margin: 0px;
    font-family: "Cormorant Garamond", serif;
}

.module-fold-e-main {
    padding: 100px 0px;
}

/** MAIN FOLD E END **/

.highlight-text {
    color: var(--primary-color1);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.module-fold-e-listitem-title .highlight-text {
    margin: 0px;
}

.module-fold-e-listitem-list-item {
    border-bottom: 1px solid #1b2f2640;
}

.module-fold-e-listitem-list-item p:not([class]) {
    font-size: 16px;
}

.module-fold-e-listitem-list-item:last-child {
    border: 0px;
}

.module-fold-e-title .title {
    color: var(--green);
}

.module-fold-e-listitem-list-item:last-child p:last-child {
    margin: 0px;
}

.module-fold-e-bottom {
    margin-top: 60px;
    padding: 30px;
    border-radius: var(--global-radius);
    background: #fff;
    border: 1px solid #aaaaaa80;
}

.module-fold-e-bottom p:last-child {
    margin: 0px;
}

.module-fold-e-bottom p {
    font-size: 16px;
}

.main-fold-d-right .subtitle {
    font-family: "Cormorant Garamond", serif;
}

.module-fold-d-listitem .subtitle {
    font-family: "Cormorant Garamond", serif;
}

.module-fold-e-listitem-list-item .subtext {
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
}

@media (min-width: 1200px) {
.title.large {
    font-size: 84px;
    line-height: 88px;
}
}