.fold1 {
    background: #290a46;
    color: white;
    padding-top: 160px;
    position: relative;
}

.fold1::before {
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2025/09/purple-swoosh-1.jpg);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
    opacity: 0.8;
    background-size: cover;
}

.simplesat-date {
    color: var(--secondary-color1);
    font-size: 14px;
}

.simplesat-customer-name::after {
    content: ', ';
}

.simplesat-feedback-content .simplesat-rating {
    display: none;
}

.fold1-inner {
    display: flex;
    gap: 60px;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.fold1-form {
    flex: 0 0 540px;
    margin-bottom: -40px;
    background: var(--primary-color1);
    padding: 30px 30px;
    box-sizing: border-box;
    border-radius: 30px;
    text-align: center;
}

.fold1-content {
    padding: 100px 0px;
    max-width: 850px;
}

/**fold2**/
.fold2-left-img {
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
}

.fold2-left-img img {
    width: 100%;
    height: 100%;
}

.fold2 {
    padding: 120px 0px;
}

.fold2-inner {
    display: flex;
    gap: 50px;
    align-items: stretch;
}


.fold2-middle-content a {
    margin: 20px auto 0px;
    background: whitesmoke;
    width: 100%;
    justify-content: space-between;
}

.fold2-inner > div {
    flex: 1 1 30%;
}

.fold2-right {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: space-between;
}

.fold2-right > div {
    flex-grow: 1;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 25px;
    max-width: 500px;
}

.fold1-background {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.fold1-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.fold2-right-item-top {
    background: #7fa022;
}

p.fold2-right-item-top-title {
    color: var(--secondary-color1) !important;
    font-size: 70px;
    text-align: center;
    line-height: 80px;
}

.fold2-right-item-top {
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

p.fold2-right-item-top-subtitle {
    font-size: 32px;
    line-height: 40px;
}

.fold2-right-item-top p {
    margin: 0;
    color: white;
}

.fold2-right-item-bottom {
    color: white;
    background: var(--primary-color1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

p.fold2-right-item-bottom-subtitle {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

p.fold2-right-item-bottom-stars {
    display: flex;
    gap: 10px;
    color: #e7bf00 !important;
    font-size: 38px;
    line-height: 32px;
    margin-bottom: 20px;
}

.fold2-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/**fold3**/

div#fold3-splide {
    position: relative;
    z-index: 3;
    width: 100%;
}

div#fold3-splide ul {
    justify-content: space-around;
    display: flex;
}

.fold3-inner {
    padding: 140px 40px;
    position: relative;
    display: flex;
    justify-content: space-around;
    text-align: center;
    border-radius: 40px;
    overflow: hidden;
}

.fold3-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2025/09/lakeside.jpg);
    background-size: cover;
    background-position: center;
}

.fold3-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color1);
    opacity: 0.7;
    background-size: cover;
    background-position: center;
}

.fold3-item {
    position: relative;
    text-align: center;
    color: white;
    z-index: 5;
    flex: 1 1 25%;
    max-width: 300px;
    margin: 0px auto;
}

p.fold3-item-title {
    font-size: 70px;
    line-height: 80px;
    color: var(--secondary-color1);
    font-weight: bold;
    margin-bottom: 30px;
}

p.fold3-item-content {
    font-size: 26px;
    line-height: 26px;
    color: white;
}



.fold4-inner {
    padding: 60px;
    background: #eaeaea;
    display: flex;
    border-radius: 40px;
    gap: 60px;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.fold4-inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2025/09/swoosh.jpg);
    background-position: 50% 30%;
    background-size: cover;
    opacity: 0.5;
}

.fold4-left {
    flex: 0 0 700px;
    position: relative;
}

.fold4{
    padding: 70px 0px;
}

.fold4-right {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.fold4-item {
    flex: 1 1 25%;
    cursor: pointer;
    background: white;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: block;
}

.fold4-item-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s ease;
    background: var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.fold4-item-front {
    padding: 20px;
    box-sizing: border-box;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    transition: all .5s ease;
    text-align: center;
}

ul#fold4-splide-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

ul#fold4-splide-list > li {
    flex: 1 1 45%;
}

.fold4-item-front-icon {
    width: 120px;
    height: 120px;
    background: var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.fold4-item-front-icon lord-icon {
    width: 70px !important;
    height: 70px !IMPORTANT;
}

.fold4-item:hover .fold4-item-front {
    opacity: 0;
}

.fold4-item:hover .fold4-item-back {
    opacity: 1;
}

.fold4-left .subtitle {
    font-size: 54px;
    line-height: 64px;
}


.fold5-image-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s ease;
}

.fold5-image-item:nth-child(1) {
    position: relative;
}

.fold5-image-item.active {
    opacity: 1;
}

.fold5 {
    padding: 70px 0px;
}

.fold5-content {
    text-align: center;
    margin-bottom: 40px;
}

.fold1-content p {color: white;}

.fold2-middle-content-img {
    margin-bottom: 20px;
}

.fold2-right-item-bottom p {
    color: white;
}

.fold4-item-back p {
    color: white;
}

.fold5-wrapper {
    display: flex;
    align-items: stretch;
    background: var(--primary-color1);
    border-radius: 35px;
    overflow: hidden;
}

.fold5-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.simplesat-carousel-controls {
    display: none;
}

.fold5-image {
    border-radius: 0px 25px 25px 0px;
    overflow: hidden;
    position: relative;
}

.fold5-list {
    flex: 1 0 800px;
    padding: 100px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fold5-list p {
    color: white;
    margin: 0;
}

.fold5-list-inner {
    width: 100%;
}
.fold5-list-content {
    padding-top: 0px;
    position: relative;
    padding-bottom: 20px;
    padding: 15px 15px 20px 15px;
}

.fold5-list-content::before{
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
    background: var(--secondary-color1);
    border-radius: 50%;
}

.fold5-list-item {
    cursor: pointer;
}

.fold5-list-content p {
    color: #ccc;
}

.fold5-list-content p:last-child {
    margin: 0;
}

.fold5-spacer {
    width: 100%;
    background: white;
    height: 2px;
    margin: 20px auto;
    opacity: 0.1;
}
.fold5-list-title {
    padding: 0px 15px 0px 15px;
}

.fold5-list-title p {
    font-size: 24px;
    line-height: 24px;
}

.fold6 {
    padding: 70px 0px;
}

.fold6-inner {
    display: flex;
    align-items: center;
    gap: 100px;
    justify-content: space-between;
}

.fold6-image {
    display: flex;
    gap: 40px;
    flex: 0 0 840px;
}

.fold6-image img {
    border-radius: 20px;
    aspect-ratio: 300 / 400;
    object-fit: cover;
}

.fold6-content {
    max-width: 500px;
}

.fold6-content .title {
    color: var(--primary-color1);
}

.fold6-image-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    color: white;
    background: #391e5388;
    padding: 20px;
    z-index: 3;
    box-sizing: border-box;
    transition: all .5s ease;
    opacity: 0;
}

.fold6-image > div {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.fold6-image-content p {
    color: white;
    margin: 0;
}

.fold6-image-content > p:first-child {
    font-weight: bold;
}

.fold6-image > div:hover div {
    opacity: 1;
}

.charity-fold-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.charity-fold-header-right {
    display: flex;
    gap: 10px;
}

.charity-fold-header-right a {
    margin: 0;
}

.charity-fold-header .subtitle {position: relative;margin: 0;}

.charity-fold {
    width: 100%;
}

.charity-fold-body-item {
    display: none;
}

.charity-fold-body-item.active {
    display: block;
}



a.partner-item img {
    aspect-ratio: 1/1;
    object-fit: contain;
    background: white;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

a.partner-item p {
    text-align: center;
    margin: 0;
    position: relative;
    background: var(--primary-color1);
    color: white;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0px 0px 10px 10px;
    transition: all .5s ease;
}

a.partner-item:hover p {
    background: var(--secondary-color1);
    color: var(--primary-color1);
}