/*== === CONTENT FOLD C == ==*/

/*== == BEFORE AND AFTER IMAGES == ==*/

.content-fold-c-img-inner-small {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 250px;
  box-shadow: 0px 0px 22px -1px #000000f7;
  z-index: 4;
}

.fold1-item-sale {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 5;
    text-align: center;
}

.fold1-item-sale p {
    margin: 0px;
    font-size: 32px;
    line-height: 40px;
}

.fold1-item-sale::before {
    content: '';
    background-image: url('/wp-content/uploads/2023/01/yellow-button-change-1.png');
    position: absolute;
    top: -55%;
    left: -34%;
    width: 170%;
    height: 190%;
    z-index: -1;
    background-size: 100% 100%;
    animation: splash2 1.5s infinite;
}

.fold1-item-sale p span {
    display: block;
}

#primary .animate-on-load .content-fold-c-img::after {
  content: "";
  background-image: url("/wp-content/uploads/2023/05/10-year-warranty-1-1.png");
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 180px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 30px;
  background-size: contain;
}

#primary .animate-on-load .content-fold-c-img.no-accreditation::after {
  background: none;
}

.content-fold-c-img.small::before {
  content: "";
  background-image: url("/wp-content/uploads/2023/03/splat.png");
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60%;
  height: 45%;
  opacity: 0.8;
  background-size: 100% 90%;
  background-repeat: no-repeat;
  z-index: 3;
}

.content-fold-c-img-inner-small::before,
.content-fold-c-img-inner-large::before {
  content: "Before";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translatex(-50%);
  font-size: 28px;
  font-family: "Poppins";
  text-shadow: 0px 0px 5px var(--canary);
  font-weight: 700;
  filter: drop-shadow(0px 0px 6px orange);
  line-height: 1;
  z-index: 4;
}

.content-fold-c-img-inner-large::before {
  content: "After";
}

.no-after-text .content-fold-c-img-inner-large::before {
  content: "" !important;
}

.content-fold-c-img.small {
}

/*=== == BEFORE AND AFTER IMAGES END === ==*/

.content-fold-c-wrapper {
  display: flex;
  align-items: stretch;
  padding: 200px 0px;
  gap: 40px;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}

.content-fold-c-img img {
  height: 100%;
  object-fit: cover;
}

.content-fold-c-img {
  position: absolute;
  width: calc(45% - 180px);
  height: calc(100% - 180px);
  left: 120px;
  top: 90px;
  z-index: 1;
}

.content-fold-c-img.owl-carousel {
    z-index: 5;
    display: flex;
}

.owl-carousel.content-fold-c-img .owl-nav button {
    color: var(--canary);
}

.rounded-fold .content-fold-c-img {
  border-radius: 30px;
  overflow: hidden;
}

.content-fold-c-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  filter: drop-shadow(2px 4px 6px #000000ab);
}

.flipped .content-fold-c-img:not(.small) img {
  object-fit: contain;
}

.content-fold-c-img-inner-large {
  height: 100%;
}

.composite .content-fold-c-img img {
  object-position: bottom;
}

.content-fold-c-content {
  display: flex;
  flex-direction: column;
  width: calc(55% + 0px);
}

.content-fold-c-content-inner a,
.content-link {
  color: var(--tangerine);
  font-weight: 700;
  transition: all 300ms ease;
  text-shadow: 0 0;
  text-shadow: 1px 1px 1px #0000002e;
}

.content-fold-c-content-inner a:hover,
.content-link:hover {
  opacity: 0.7;
}

.content-fold-c {
  position: relative;
  overflow: hidden;
}

.content-fold-c.whitesmoke {
    background: whitesmoke;
}

.flipped .content-fold-c-wrapper {
  flex-direction: row-reverse;
}

.flipped .content-fold-c-img {
  right: 60px;
  left: unset;
  width: calc(50% - 180px);
}

.content-fold-c::before {
  left: -100px;
}

/*== == FLIPPED == ==*/

.content-fold-c.flipped::after {
  right: 0px;
  left: unset;
  width: 100%;
  background: #161616;
}

.content-fold-c.flipped::before {
  transform: scalex(-1);
  left: unset;
  right: 50px;
  background-image: url("/wp-content/uploads/2023/01/paint3-1.png");
  right: 0px;
  background-size: 600px 600px;
}

.content-fold-c-content-inner span.title {
  margin-bottom: 15px;
  color: black;
}

.flipped .content-fold-c-content,
.flipped .content-fold-c-content-inner span.title {
  color: white;
}

.content-fold-c-img.contain {
    height: auto;
    top: 50%;
    transform: 
        translatey(-50%) !important;
}

.content-fold-c-img.contain img {
    object-fit: contain;
}

/*== == FLIPPED END == ==*/

/*== == CONTENT FOLDC END == ==*/

/*== == Module Fold H == ==*/

.module-fold-h .owl-item {
  padding: 0px 10px;
  box-sizing: border-box;
  display: flex;
}

.module-fold-h-title {
  max-width: 980px;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 70px;
  z-index: 3;
}

.module-fold-h {
  padding: 70px 0px;
  overflow: hidden;
  position: relative;
}

.module-fold-h-modules {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.module-fold-h-module-item {
  flex: 1;
  display: flex;
  cursor: pointer;
}

.rounded-fold .module-fold-h-module-item {
  border-radius: 20px;
  overflow: hidden;
}

.rounded-fold .module-fold-h-icon {
  border-radius: 15px;
  overflow: hidden;
}

.circle-fold .module-fold-h-module-item {
  border-radius: 60px;
  overflow: hidden;
}

.circle-fold .module-fold-h-icon {
  border-radius: 50%;
  overflow: hidden;
}

.module-fold-h-content {
  padding: 20px 20px 30px;
  position: relative;
  padding-top: 50px;
  background: black;
  border-bottom-right-radius: var(--curve);
  border-bottom-left-radius: var(--curve);
  color: white;
  flex: 1;
}

.module-fold-h-content h3 {
  border-bottom: solid 2px black;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.module-fold-h-content .bold {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
}

.module-fold-h-content p {
  margin: 0px;
  color: var(--color0b);
}

.module-fold-h-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: var(--curve);
  border-top-right-radius: var(--curve);
  overflow: hidden;
}

.module-fold-h::before,
.module-fold-h::after {
  position: absolute;
  content: "";
  background-image: url("/wp-content/uploads/2023/02/paint-splash.png");
  background-repeat: no-repeat;
  background-position: left;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80%;
  pointer-events: none;
  z-index: -1;
}

.module-fold-h::after {
  background: whitesmoke;
  height: 100%;
  z-index: -2;
}

.module-fold-h-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease;
}

.module-fold-h-arrow {
  position: absolute;
  top: 5px;
  right: 60px;
  transition: all 0.5s ease;
  cursor: pointer;
}
a.module-fold-h-link:hover img {
  scale: 1.1;
  transition: all 300ms ease;
}
.module-fold-h-modules.owl-carousel:has(a:hover) a:not(:hover) img {
  filter: brightness(0.5);
}

.module-fold-h-arrow i {
  color: var(--color1);
  font-size: 28px;
  position: relative;
  line-height: 28px;
  transition: all 0.5s ease;
}

.module-fold-h-arrow:hover i {
  color: var(--color4);
}

.module-fold-h-arrow:hover::before {
  background: var(--color1);
}

.module-fold-h-arrow::before {
  width: 110px;
  height: 110px;
  background: white;
  content: "";
  position: absolute;
  display: block;
  top: -25px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 30px;
  transition: all 0.5s ease;
}

.module-fold-h-icon {
  position: absolute;
  top: 0px;
  left: 20px;
  transform: translate(0%, -50%);
  width: 90px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  box-shadow: 0px 0px 20px 2px #00000061;
  font-size: 30px;
  transition: all 0.5s ease;
  border-radius: var(--curve);
}

.module-fold-h-icon i {
  transition: all 0.5s ease;
  color: var(--canary);
  font-size: 40px;
}

.module-fold-h .owl-stage {
  display: flex;
}

.module-fold-h-module-item a.module-fold-h-link {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/*== == MODULE FOLDH END == ==*/

/*== == ENVIRONMENTAL POLICY == ==*/

.content-fold-c:not(.flipped) h6.subtitle {
  color: black;
}

body.environmental-policy #primary .content-fold-c::before {
  opacity: 0.3;
}

/*=== == ENVIRONMENTAL POLICY END == ==*/

/* FOLD 5 PROCESS SLIDER */

.fold5-content-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.fold5-slider-right {
  width: 70%;
  padding: 50px 0;
}

.process-slider .owl-stage {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.process-slider .owl-item {
  opacity: 0.5;
  transition: all 0.5s ease;
}

.process-slider .owl-item.center {
  opacity: 1;
}

.process-item {
  background: white;
  margin: 0 10px;
  padding: 20px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: var(--curve);
}

.process-icon {
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.process-icon p {
  font-size: 28px !important;
  font-weight: 500 !important;
  margin-bottom: 20px;
}

.process-info {
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.process-slider .owl-nav {
  display: none;
}

.process-slider .owl-item.center {
  transform: translateY(-10px);
  overflow: visible;
}

.process-slider .owl-item.center .process-item {
  box-shadow: 0 3px 10px #00000066;
}
