/* ==== MAIN-FOLD-C ==== */
ul#main-fold-c-splide-list {
  height: auto;
}

.main-fold-c-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

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

.main-fold-c-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main-fold-c-content {
  display: flex;
  gap: 0px;
  padding: 0px 0px 200px;
  flex-direction: column;
  text-align: left;
  max-width: 680px;
  height: calc(55vw - 100px);
  justify-content: flex-end;
  color: white;
}

@media (min-width:1700px) {

.main-fold-c-content {
    height: calc(45vw - 100px);
}
    
}

.main-fold-c .readmore {
  margin-top: 20px;
}

.main-fold-c-background::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: linear-gradient(0deg, rgb(29 60 51) 0%, rgba(235, 78, 131, 0) 65%);
  pointer-events: none;
}

.main-fold-c-content-header .subtitle {
    margin: 0px 0px 5px;
}

.main-fold-c-content-header .title {
    font-weight: 300;
}

.main-fold-c-content-readmore {
    display: flex;
    gap: 20px;
}

.main-fold-c-content-readmore .readmore {
    margin: 0px;
    width: fit-content;
}

.main-fold-c-content-header {
    margin: 0px 0px 20px;
}

.main-fold-c-content-readmore .readmore {
    font-size: 20px;
}

.main-fold-c-content-header {
}

/*==+= == = = Content FOld A == == ==*/

.content-fold-a-wrapper {
    display: flex;
    gap: 100px;
    color: white;
    padding: 120px 0px;
}

.content-fold-a-accreditations {
    display: flex;
    gap: 40px;
}

.content-fold-a-accreditations-item img {
    max-height: 100px;
}

.content-fold-a-content {
    flex: 0 0 calc(100% / 3 + 100px);
}

.content-fold-a-header {
    flex: 1;
    position: relative;
}

.content-fold-a-content-inner > p {
    margin: 0px 0px 30px;
}

.content-fold-a-header .title {
    margin: 0px 0px 40px;
    max-width: 640px;
}

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

body .animate .content-fold-a-header .title span:last-child {
    color: var(--third-color1);
    animation: none;
}

    /*== == == Content Fold A END == == ==*/

/*== == == Home Fold4 == == ==*/

.home-fold4-wrapper {
    display: flex;
    gap: 80px;
    /* align-items: center; */
    justify-content: center;
    z-index: 10;
    position: relative;
    pointer-events: all;
    flex-direction: column;
}

.tested-products-card a {
    color: white;
    transition: all 500ms ease;
}

.tested-products-card lord-icon {
    --lord-icon-secondary: var(--primary-color1);
}

.products-tested-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

@media (min-width:1024px) {
ul#module-c-splide-list {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
}

ul#module-c-splide-list li {
    flex: 0 0 calc(100% / 3 - 67px);
}
}

.tested-products-card {
    flex: 0 0 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    transition: all 1s ease;
    box-sizing: border-box;
}

.home-fold4-right {
    flex: 0 0 33%;
    width: 33%;
    align-self: end;
    margin-top: -360px;
    background: #dbdcdd;
    padding: 40px;
    box-sizing: border-box;
}

.home-fold4-left {
    flex: 0 0 100%;
}

.home-fold4-container {
    padding: 100px 0px;
    position: relative;
    color: white;
}

.tested-products-card h3 {
    color: white;
    margin: 20px 0px 10px;
}

.tested-products-card-block {
    max-width: 320px;
}

.tested-products-card a:hover {
    opacity: 0.5;
}

	/*== == == Home Fold4 END = === ==*/

/*=== == == Main Fold E === == =*/

.main-fold-e-header .title {
    color: var(--primary-color1);
}

.main-fold-e-container {
    color: white;
    position: relative;
    z-index: 5;
    padding: 100px 0px 0px;
    height: auto;
    margin-bottom: -50px;
}

.main-fold-e {
    position: relative;
    background: rgb(29 59 50);
}

.main-fold-e-background {
    position: relative;
}

.main-fold-e-background img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.main-fold-e-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-fold-e-background::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30%;
    background: #122126;
    background: linear-gradient(180deg, rgb(29 59 50) 30%, rgb(29 59 50 / 0%) 80%);
}

.main-fold-e-content-block p {
    margin: 0px;
}

.main-fold-e-header {
    margin: 0px 0px 60px;
}

.main-fold-e-content .main-fold-e-content-block::before {
    content: '';
    position: absolute;
    width: 200%;
    left: calc(-200% - 50px);
    background: white;
    height: 1px;
    top: 50%;
    transform: translatey(-50%);
}

.main-fold-e-content-block {
    position: relative;
}

.main-fold-e-content .main-fold-e-content-block::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border: solid 2px var(--third-color1);
    border-radius: 50%;
    left: -50px;
    top: 50%;
    transform: translatey(-50%);
}

.main-fold-e-content-block {
    max-width: 360px;
    margin: 0px 0px 60px;
}

.main-fold-e-content-block span {
    color: var(--primary-color1);
    font-weight: 600;
}

.main-fold-e-content .main-fold-e-content-block:nth-of-type(2) {
    left: 175px;
}

.main-fold-e-content .main-fold-e-content-block:nth-of-type(3) {
    left: 350px;
    margin: 0px;
}

    /*=== === == =Main Fold E END == == ==*/

/*== === === Module Fold D == == == */

.module-fold-d-header {
    display: flex;
    color: white;
    justify-content: space-between;
    align-items: flex-start;
    padding: 120px 0px 80px;
}

.module-fold-d .splide__arrows {
    position: absolute;
    top: -130px;
    right: 0px;
    display: flex;
    gap: 20px;
}

.module-fold-d .splide__arrows .splide__arrow--prev {
    transform: scalex(-1);
}

.module-fold-d .splide__arrows button {
    background: none;
    border: none;
    cursor: pointer;
    transition: all 500ms ease;
}

.module-fold-d .splide__arrows button svg {
    fill: var(--third-color1);
    width: 30px;
}

.module-fold-d .splide__arrows button:hover {
    opacity: .6;
}

.module-fold-d-header-readmore .readmore {
    margin: 0px;
}

.module-fold-d-header-content-inner {
    max-width: 540px;
}

.module-fold-d-splide-item-front-img {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.module-fold-d-splide-item-background img {
    filter: brightness(0.4);
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.module-fold-d-splide-item-front-img img {
    max-height: 70px;
    max-width: 220px;
    background: white;
    padding: 15px;
    border-radius: 4px;
}

.module-fold-d-container {
    padding: 0px 0px 0px;
    margin: 0px 0px -60px;
}

.module-fold-d-splide-item-background {
    position: relative;
}

.module-fold-d .splide__slide {
    display: flex;
    transition: all 500ms ease;
    opacity: 0;
}

.module-fold-d .splide__slide.is-visible {
    opacity: 1;
}

.module-fold-d-splide-item {
    display: flex;
    flex: 1;
}

.module-fold-d-splide-item a {
    flex: 1;
    display: flex;
}

.module-fold-d-splide-item-background {
    width: 100%;
    flex: 1;
}

.module-fold-d-splide-item-background img {
    width: 100%;
}

.module-fold-d-splide-item-background::before {
    content: '';
    border: solid 3px var(--primary-color1);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    opacity: 0;
    transition: all 500ms ease;
}

.module-fold-d-splide-item:hover .module-fold-d-splide-item-background::before {
    opacity:1;
}

    /*== == === Module Fold D END == == =+*/

/*== == == Pseudo Elements == == ==*/

.content-fold-a::before {
    content: '';
    background-image: url('/wp-content/uploads/2026/01/refood-triangles.png.webp');
    position: absolute;
    top: -100px;
    left: 0%;
    width: 100%;
    height: 100%;
    background-size: contain;
    mix-blend-mode: overlay;
    opacity: .25;
    background-repeat: no-repeat;
    pointer-events: none;
}

.content-fold-a::after {
    position: absolute;
    content: '';
    background-image: url('/wp-content/uploads/2026/01/refood-ribbon.png.webp');
    right: -170px;
    bottom: -50%;
    width: 300px;
    height: 800px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    pointer-events:none;
}

.home-fold4-container::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0px;
    width: 450px;
    height: 450px;
    background-image: url('/wp-content/uploads/2026/01/refood-triangles2.png.webp');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.main-fold-e-background::after {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2026/01/refood-triangles.png.webp');
    top: -330px;
    right: 0px;
    width: 50%;
    height: 550px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.45;
    mix-blend-mode: overlay;
    background-position: right;
    pointer-events:none;
}

.module-fold-d {
    position: relative;
    z-index: 5;
}

.module-fold-d::before {
    content: '';
    background-image: url('/wp-content/uploads/2026/01/refood-triangles.png.webp');
    position: absolute;
    top: -150px;
    left: -250px;
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.25;
    mix-blend-mode: overlay;
    pointer-events: none;
}

    /*== == == Pseudo Elements END == = ==*/