.fold1 {
    position: relative;
}

div#fold1-carousel-track {height: 100%;flex: 0 0 100%;}

.fold1 .splide {
    display: flex;
}


.fold1-inner {
    padding: 100px 0px;
    padding-top: 330px;
    padding-bottom: 180px;
}

.fold1-content {
    position: relative;
    bottom: 0px;
    padding: 30px;
    box-sizing: border-box;
    background: none;
    border-radius: 50px;
    width: 100%;
    color: white;
    max-width: 580px;
}

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

.fold1-content input {height: 50px;box-sizing: border-box;border-radius: 50px;border: solid 1px #ccc;padding: 10px 20px;font-size: 18px;font-family: 'Gilroy';border-top-right-radius: 0;border-bottom-right-radius: 0;flex-grow: 1;}

.search-form {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-width: 400px;
    box-sizing: border-box;
    background: white;
    border-radius: 50px;
    display: none;
}

a.search-button {
    background: var(--blue);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 15px 15px;
    box-sizing: border-box;
    text-align: center;
    width: 80px;
}

.fold1-content .title {
    margin-bottom: 20px;
}

.fold1-left .title {
    color: var(--orange);
}

.fold1-right .title {color: var(--blue);}

.fold1-image img {
    display: block;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: bottom;
    width: 100%;
    height: 100%;
    max-width: 640px;
}

.fold1-image-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 3;
}

.fold1-right .fold1-image-background::before{
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 15px;
    height: 15px;
    display: block;
    background: var(--orange);
    z-index: 1;
    border-radius: 50%;
}

.fold1-content > p:not(.title) {
    font-size: 22px;
    line-height: 24px;
}


.fold1-right .fold1-image-background::after{
    content: '';
    position: absolute;
    bottom: 80px;
    left: 40px;
    width: 15px;
    height: 15px;
    display: block;
    background: var(--orange);
    z-index: 1;
    border-radius: 50%;
}

.fold1-content::before{
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 35px;
    height: 35px;
    display: block;
    background: url(/wp-content/uploads/2024/04/ethica-square-circle-shape.png);
    z-index: 1;
    background-size: contain;
}


.fold1-content::after{
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 35px;
    height: 35px;
    display: block;
    background: url(/wp-content/uploads/2024/04/ethica-square-circle-shape.png);
    z-index: 1;
    background-size: contain;
}


.fold1-right .fold1-image::after{
    content: '';
    position: absolute;
    top: 80px;
    right: 40px;
    width: 15px;
    height: 15px;
    display: block;
    background: var(--orange);
    z-index: 1;
    border-radius: 50%;
}

.fold1-image {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 640px;
}

.fold1-content .title img {
    width: 70px;
    display: inline;
}

.fold1-left .fold1-content {
    left: 20px;
}

.fold1-right .fold1-content {
    left: auto;
    right: 20px;
    background: var(--offwhite);
}

.fold1-content .readmore-wrapper {
    margin-top: 30px;
}




/**SECTORS**/
.sectors-fold {
    padding: 150px 0px;
}

.sectors-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 40px;
    flex-direction: column;
}

.sectors-content {
    flex: 0 0 auto;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sectors-icons {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.sectors-icons > div {
    flex: 0 0 calc(100% / 3);
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sectors-icons-icon {
    background: var(--offwhite);
    display: flex;
    width: auto;
    border-radius: 10px;
    margin-left: 30px;
    margin-bottom: calc(-75px / 2);
    z-index: 3;
    padding: 5px;
    transition: all .5s ease;
}

.sectors-icons-content > p:first-child {
    font-size: 24px;
    line-height: 32px;
}

.sectors-icons-item:hover .sectors-icons-content {
    background: #f8f8f8;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
}

.sectors-icons-content {
    padding: 30px;
    box-sizing: border-box;
    transition: all .5s ease;
    border-radius: 20px;
    padding-top: 50px;
}

.sectors-icons-content p {
    margin: 0;
}

.sectors-content .title {
    color: var(--orange);
}

.sectors-content-background, .sectors-content-background-alt{
    position: absolute;
    width: 100%;
    height: 100%;
}

.sectors-content-background::before{
    content: '';
    position: absolute;
    top: -30px;
    left: -70px;
    width: 35px;
    height: 35px;
    display: block;
    background: url(/wp-content/uploads/2024/04/ethica-square-circle-shape.png);
    z-index: 1;
    background-size: contain;
}


.sectors-content-background::after{
    content: '';
    position: absolute;
    bottom: -70px;
    right: 0px;
    width: 35px;
    height: 35px;
    display: block;
    background: url(/wp-content/uploads/2024/04/ethica-square-circle-shape.png);
    z-index: 1;
    background-size: contain;
}


.sectors-content-background-alt::before{
    content: '';
    position: absolute;
    top: -70px;
    left: 270px;
    width: 15px;
    height: 15px;
    display: block;
    background: var(--orange);
    z-index: 1;
    border-radius: 50%;
}


.sectors-content-background-alt::after{
    content: '';
    position: absolute;
    bottom: 80px;
    left: -110px;
    width: 15px;
    height: 15px;
    display: block;
    background: var(--orange);
    z-index: 1;
    border-radius: 50%;
}


.sectors-content::after{
    content: '';
    position: absolute;
    bottom: -70px;
    left: 200px;
    width: 15px;
    height: 15px;
    display: block;
    background: var(--orange);
    z-index: 1;
    border-radius: 50%;
}

/**WHY ETHICA**/
.why-ethica-fold {
    background: var(--blue);
    padding: 0px 0px;
    position: relative;
    margin: 0px 0px;
}

.why-ethica-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why-ethica-content {
    color: white;
    flex: 0 0 50%;
    padding: 100px 0px 210px;
}

.why-ethica-fold::before {
    width: 100%;
    height: 200px;
    content: '';
    background: url(/wp-content/uploads/2024/04/ethica-bluecurve-top.png);
    top: -200px;
    left: 0;
    position: absolute;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    min-width: 1920px;
}

.why-ethica-fold::after {
    width: 100%;
    height: 200px;
    content: '';
    background: url(/wp-content/uploads/2024/04/ethica-whitecurve-bottom-1.png);
    bottom: 0px;
    left: 0;
    position: absolute;
    background-size: contain;
    background-position: bottom;
    z-index: 8;
    background-repeat: no-repeat;
    min-width: 1920px;
}

.why-ethica-image {
    z-index: 7;
    padding: 40px;
    box-sizing: border-box;
}

h3.title.ethica-title {
    font-weight: bold;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 30px;
}

span.ethica-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

span.ethica-logo img {
    width: 100px;
}

h3.title.ethica-title > img {
    filter: invert(1);
    margin-top: 5px;
}

/**TESTIMONIALS**/
ul#testimonials-slider-list {
    display: flex;
}

ul#testimonials-slider-list li {
    flex: 0 0 50%;
}

.testimonials-fold {
    padding: 70px 0px 0px;
}

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

.testimonials-content {
    flex: 0 0 540px;
}

.testimonials-slide {
    padding: 30px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
    border-radius: 40px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

div#testimonials-slider {
    flex: 0 0 calc(100% - 580px);
    width: calc(100% - 580px);
}

div#testimonials-slider li {
    padding: 20px;
    box-sizing: border-box;
    --icon: var(--orange);
}

.testimonial-content p {
    font-size: 15px;
    line-height: 24px;
}

.testimonial-content {
    flex-grow: 1;
}

.testimonials-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
}

.testimonials-header p {
    margin: 0;
}

.testimonials-header .testimonials-name p:first-child {
    font-weight: bold;
}

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

.testimonials-header .testimonials-stars {
    display: flex;
    gap: 5px;
    color: #ffc40a;
}

.testimonials-name {
    flex-grow: 1;
}

.testimonials-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background: var(--icon);
    color: white;
    border-radius: 50%;
}

div#testimonials-slider li:nth-of-type(2n) {
    --icon: var(--blue);
}

.fold1-content .readmore {
    width: 210px;
}


.fold1-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
}

.content-fold {
    padding: 100px 0px 150px;
}

.content-img {
    flex: 0 0 700px;
}

.content-wrapper .title {
    color: var(--orange);
}