

/*===========================================*/
/*== ==FOLD 1 - Header Styling - Desktop== ==*/
/*===========================================*/
.fold-1-header {
  position: relative;
  background: var(--light-red);
  background: var(--light-red);
  padding: 70px 0 50px 0;
  z-index: 1;
}

.fold-1-header p {
    color: white;
}

.f4-content-alt {
  text-align: start;
}

.fold-1-header::before {
  content: "";
  background: url(/wp-content/uploads/2023/02/texture-light.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: right;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.fold-1-header .banner {
  text-align: center;
  z-index: 3;
  color: white;
}

.fold-1-header .title {
  font-size: 36px;
  color: var(--text-light);
  margin: 0;
  padding: 0;
  z-index: 5;
}

/*============================================*/
/*== ==FOLD 1 - Primary Styling - Desktop== ==*/
/*============================================*/
.fold-1 {
  position: relative;
  padding: 150px 0;
  background: #f8f8f8;
  overflow: hidden;
}

.fold-1 ul {
  list-style: none;
  text-align: left;
}

.fold-1 ul li {
  position: relative;
  text-align: left;
}

.fold-1 ul li::before {
  content: "\f054";
  font-family: "FontAwesome";
  color: var(--light-red);
  font-weight: 500;
  position: absolute;
  left: -20px;
  top: 5px;
}

.fold-1::before {
  content: "";
  background: url(/wp-content/uploads/2023/03/curve-white.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: -50px;
  width: 70%;
  height: 110%;
  z-index: 2;
}

/* Fold-1 - Background Image */
.f1-bg-image {
  position: absolute;
  top: 0;
  left: -50px;
  width: 60%;
  height: 100%;
  z-index: 1;
}

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

/* Fold-1 - Content Styling */
.f1-content {
  display: flex;
  justify-content: flex-end;
  color: var(--text-dark);
}

.f1-content-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 650px;
}

.f1-content-inner ul {
  font-size: 18px;
  padding-left: 20px;
}

/* Fold-1 - Content Text Styling */
.f1-content .subtitle {
  font-weight: 500;
}

.f1-content span {
  color: var(--light-red);
}

/*============================================*/
/*== ==FOLD 2 - Primary Styling - Desktop== ==*/
/*============================================*/
.fold-2 {
  position: relative;
  padding: 150px 0;
  background: #222222;
  overflow: hidden;
}

.fold-2 ul {
  list-style: none;
  text-align: left;
}

.f2-content span {
  color: var(--light-red);
}

.fold-2 ul li {
  position: relative;
  text-align: left;
}

.fold-2 ul li::before {
  content: "\f054";
  font-family: "FontAwesome";
  color: var(--light-red);
  font-weight: 500;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.fold-2::before {
  content: "";
  background: url(/wp-content/uploads/2023/03/curve-dark.png);
  transform: scale(-1, -1);
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  overflow: hidden;
  left: -150px;
  width: 70%;
  height: 100%;
  z-index: 2;
  background-size: 100% 120%;
}

/* Fold-2 - Background Image */
.f2-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  z-index: 1;
}

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

/* Fold-2 - Content Styling */
.f2-content {
  display: flex;
  justify-content: flex-start;
  color: var(--text-light);
}

.f2-content-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 600px;
}

.f2-content-inner ul {
  font-size: 18px;
  padding-left: 20px;
}

/* Fold-2 - Content Text Styling */
.f2-content .subtitle {
  font-weight: 500;
}

.f2-content span {
  color: var(--light-red);
}

/*====================================*/
/*== ==FOLD 3 - Styling - Desktop== ==*/
/*====================================*/
.fold-3 {
  padding: 100px 0;
  position: relative;
  background: #fff;
  overflow: hidden;
}

.fold-3 ul {
  list-style: none;
  text-align: left;
}

.fold-3 ul li {
  position: relative;
  text-align: left;
}

.f3-content span {
  color: var(--light-red);
}

.fold-3 ul li::before {
  content: "\f054";
  font-family: "FontAwesome";
  color: var(--light-red);
  font-weight: 500;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.f3-title {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  color: var(--text-dark);
}

.f3-title span {
  color: var(--light-red);
}

/* FOLD 3 - Carousel Styling */
.product-carousel {
  width: 100%;
  height: 100%;
  margin-left: 0%;
}

.product-citem {
  position: relative;
  margin: 0 25px;
}

/* FOLD 3 - Carousel Item Hover */
.product-citem:hover .product-info {
  top: 0;
}

.product-citem:hover .product-info::before {
  content: "\2b";
  font-size: 64px;
  position: absolute;
  top: 50%;
  overflow: hidden;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* FOLD 3 - Carousel Dots */
.product-carousel .owl-dots {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 30px;
}

.product-carousel .owl-dot {
  width: 25px;
  height: 25px;
  margin: 0px 5px;
  background-color: #656565 !important;
  border-radius: 32px;
}

.product-carousel .owl-dot.active {
  background-color: var(--text-red) !important;
}

/* FOLD 3 - Product Information Styling */
.product-info {
  position: absolute;
  top: calc(100% - 86px);
  width: 100%;
  background: #2a2a2aea;
  color: var(--text-light);
  transition: all 1s ease;
  height: 100%;
}

.product-info .subtitle {
  font-size: 26px;
  font-weight: 500;
  padding: 0 20px;
  margin: 0;
}

.product-info p {
  padding: 0 20px;
}

/* SERVICE ALT STYLE */
.fold-1-alt {
  padding: 50px 0;
  overflow: hidden;
}

.fold-1-alt-2 {
  padding: 50px 0;
  background: #c8c8c8;
  overflow: hidden;
}

.fold-4-alt {
  background: var(--gray-alt);
  color: white;
  text-align: center;
  padding: 50px 0;
  overflow: hidden;
}

.f4-content span {
  color: var(--light-red);
}

/* ============================= */
/* Paving Ranges Carousel Slider */
/* ============================= */
.paving-fold {
  padding: 50px 0;
  overflow: hidden;
}

.paving-item {
  margin: 0 auto;
}

.paving-text {
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 500;
  display: block;
}

.paving-fold-title .subtitle span {
  color: var(--light-red);
}

.paving-carousel .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel.paving-carousel .paving-text {
  opacity: 0;
  transition: all 500ms ease;
}

.owl-item.active.center .paving-text {
  opacity: 1;
}

.paving-fold .row-container {
  padding: 0px;
}

.paving-image {
  transition: all 500ms ease;
}

.paving-text p {
  margin: 0;
  font-size: 26px;
  transition: all 500ms ease;
}

.paving-fold-title .subtitle {
  font-weight: 500;
  text-align: center;
  padding-bottom: 50px;
}

.owl-item.active.center .paving-item {
  transform: scale(1);
}

.owl-item.active.center .paving-image {
  opacity: 0.5;
}

.paving-fold-title span {
  color: var(--light-red);
}

.owl-item .paving-item {
  transition: all 500ms ease;
  transform: scale(0.85);
	display: block;
}

.paving-item {
  width: 150px;
  height: 150px;
}

.paving-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  width: 100%;
  color: var(--text-red);
  font-size: 20px;
  pointer-events: none;
  transform: translatey(-50%);
  width: calc(100% - 20px);
  left: 10px;
}

.paving-carousel .owl-nav button {
  pointer-events: all;
}

.paving-carousel {
  position: relative;
}
