.content-fold {
    padding-top: 290px;
    padding-bottom: 250px;
    background: url(/wp-content/uploads/2024/04/ethica-background.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.content-fold-inner {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.content-fold-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.content-fold-content {
    width: calc(50% - 70px);
}

.content-fold-content p, .content-fold-content .title {
    color: var(--blue);
}

.content-fold-image-inner {
    position: relative;
    height: 100%;
}

.flipped .content-fold-image {
    left: 0;
    right: auto;
}

.content-fold-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.flipped .content-fold-image img {
    object-position: right;
}

.content-fold-image-inner::before{
    content: '';
    position: absolute;
    top: 70px;
    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;
}


.content-fold-image-inner::after{
    content: '';
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 35px;
    height: 35px;
    display: block;
    background: url(/wp-content/uploads/2024/04/ethica-square-circle-shape.png);
    z-index: 1;
    background-size: contain;
}

.content-fold-image::before{
    
    background: url(/wp-content/uploads/2024/05/ethica-service-image1curve.png);
    content: '';
    position: absolute;
    top: 0;
    left: 00px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}

.flipped .content-fold-image::before{
    background: url(/wp-content/uploads/2024/05/ethica-service-image2curve.png);
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    right: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.content-fold-image::after{
    content: '';
    position: absolute;
    bottom: 80px;
    left: 40px;
    width: 15px;
    height: 15px;
    display: block;
    background: var(--orange);
    z-index: 1;
    border-radius: 50%;
}

/**ICONS**/

.icons-fold {
    background: var(--orange);
    padding: 100px 0px;
    position: relative;
    margin: 45px 0px 0px;
}


.icons-fold::before {
    width: 100%;
    height: 230px;
    content: '';
    background: url(/wp-content/uploads/2024/04/ethica-orangecurve-top.png);
    top: -200px;
    left: 0;
    position: absolute;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    min-width: 1920px;
}

.icons-fold::after {
    width: 100%;
    height: 220px;
    content: '';
    background: url(/wp-content/uploads/2024/04/ethica-orangecurve-bottom.png);
    bottom: -200px;
    left: 0;
    position: absolute;
    background-size: contain;
    background-position: top;
    z-index: 5;
    background-repeat: no-repeat;
    min-width: 1920px;
}

.icons-wrapper {
    display: flex;
    color: white;
    gap: 40px;
    justify-content: space-between;
}

.icons-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.icons-item-content p {
    margin: 0;
}

.icons-item-icon {
    background: #ffffff22;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-bottom: -40px;
    transition: all .5s ease;
}

.icons-item-content {
    padding: 30px;
    padding-top: 60px;
    border-radius: 50px;
    transition: all .5s ease;
}

.icons-item:hover .icons-item-content {
    background: #ffffff22;
}

.icons-item:hover .icons-item-icon {
    background: #ffffff44;
}

.icons-item-content:not(.no-title) p:first-child {
    font-size: 28px;
    line-height: 36px;
    text-transform: lowercase;
    margin-bottom: 20px;
}


/**CONTENT FOLD ALT**/
.content-fold.flipped .content-fold-inner {
    flex-direction: row-reverse;
}


/**TESTIMONIALS**/
ul#testimonials-slider-list {
    display: flex;
}

ul#testimonials-slider-list li {
    flex: 0 0 50%;
}

.testimonials-fold {
    padding: 70px 0px 100px;
}

.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);
}

.testimonials-slide{
    padding: 20px;
    box-sizing: border-box;
    --icon: var(--orange);
    flex: 1 0 20%;
    background: white;
    position: relative;
    z-index: 3;
    height: auto;
}

.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%;
}

.testimonials-slide.blue {
    --icon: var(--blue);
    flex: 0 0 65%;
    height: auto;
}

.testimonial-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: stretch;
    position: relative;
    z-index: 10;
}

.testimonial-fold {
    padding: 250px 0px 70px;
    position: relative;
}

.title.center {
    margin: 0px auto 20px;
    text-align: center;
    color: var(--orange);
}

.testimonial-fold p.center {
    text-align: center;
    margin-bottom: 40px;
    max-width: 1024px;
    margin: 0px auto 80px;
}

.testimonial-fold .row-container{
    position: relative;
}

.testimonial-fold .row-container::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;
}


.testimonial-fold .row-container::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;
}

.testimonial-wrapper::before{
    content: '';
    position: absolute;
    top: 20px;
    left: -40px;
    width: 15px;
    height: 15px;
    display: block;
    background: var(--orange);
    z-index: 1;
    border-radius: 50%;
}

.testimonial-wrapper::after{
    content: '';
    position: absolute;
    bottom: 80px;
    left: -80px;
    width: 15px;
    height: 15px;
    display: block;
    background: var(--orange);
    z-index: 1;
    border-radius: 50%;
}


.icons-fold-content {
    color: white;
}