.fold-1-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 10px);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
    z-index: 10;
    height: 0;
}

.fold-1-slider .owl-nav button {
    padding: 0!important;
    font-size: 40px!important;
    color: var(--light-red) !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px
}


/*============================================*/
/*== ==FOLD 1 - Primary Styling - Desktop== ==*/
/*============================================*/
.fold-1 {
  position: relative;
  padding: 0px 0;
  overflow: hidden;
  height: 100%;
}

.fold-1-slider .owl-stage {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}


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

.fold-1::after {
  content: "";
  background: url(/wp-content/uploads/2023/03/texture2.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* Fold 1 -Image Caption */
.f1-content-outer {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  background: #333333cf;
  color: #fff;
  padding: 10px 50px 10px 10px;
}

.f1-content-outer p {
  padding: 0;
  margin: 0;
}

/* Fold-1 - Background Image */
.f1-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  z-index: 1;
}
.f1-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 10% 30%;
}
/* Fold-1 - Content Styling */
.f1-content {
  display: flex;
  justify-content: flex-start;
  color: var(--text-dark);
  padding: 150px 0px;
}

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

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

.f1-content span {
  display: block;
}

/*================================================*/
/*== ==FOLD 1 - Infographic Styling - Desktop== ==*/
/*================================================*/
.f1-infographic {
  background: var(--white);
  z-index: 11;
  padding: 0;
}
.f1-infographic .row-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 150px;
}

.infographic-carousel .owl-stage {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

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

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

/* Fold 2 -Image Caption */
.f2-content-outer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: #333;
  color: #fff;
  padding: 10px 10px 10px 50px;
}

.f2-content-outer p {
  padding: 0;
  margin: 0;
}

/* Fold-2 - Background Image */
.f2-bg-image {
  position: absolute;
  top: 0;
  left: 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-end;
  color: var(--text-dark);
}

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

.f2-btns {
  display: flex;
  gap: 20px;
}

.f2-btns .readmore:nth-child(2) {
  background: var(--gray) !important;
  color: var(--text-red);
}

.f2-btns .readmore:nth-child(2):hover {
  color: var(--white);
  background: var(--text-red) !important;
}

/* Fold-2 - Content Text Styling */
.f2-content .subtitle {
  font-weight: 500;
  color: var(--text-red);
}

.f2-content span {
  color: var(--text-dark);
}

/*=============================================*/
/*== ==FOLD 3 - Sectors Styling - Desktop== ==*/
/*============================================*/
.fold-3 {
  position: relative;
  background: rgb(175, 9, 49);
  background: linear-gradient(
    118deg,
    rgba(175, 9, 49, 1) 0%,
    rgba(137, 5, 36, 1) 67%,
    rgba(111, 1, 27, 1) 100%
  );
  padding: 100px 0;
  overflow: hidden;
}

.f3-img {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(1.2);
}

.sector {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--text-light);
}

.sector-item {
  position: relative;
  z-index: 5;
}

/* FOLD 3 - Interactive Sectors Styling */
.interactive-sectors {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  gap: 2%;
  padding-top: 50px;
}

.sectors-link {
  padding: 170px 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: 1px 1px 10px 1px #000;
  text-align: center;
  color: var(--text-light);
  overflow: hidden;
}

.sectors-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.sectors-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: all 0.5s ease;
  position: relative;
}

.sectors-link {
  overflow: hidden;
}

/* FOLD 3 - Link Styling & Hover Styling */
.fold-3 {
  position: relative;
  overflow: hidden;
}

.commercial-link {
  position: relative;
  width: 100%;
  height: 100%;
}

.residential-link {
  position: relative;
  width: 100%;
  height: 100%;
}

.sectors-bg::before {
  content: "";
  background: #00000092;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.5s ease;
  border-radius: 16px;
  z-index: 3;
}

.sectors-link:hover .sectors-bg::before {
  background: #000000c3;
  overflow: hidden;
}

.sectors-link:hover .sectors-bg img {
  transform: scale(1.05);
}

.sectors-bg .sector-item .subtitle {
  position: relative;
  z-index: 20;
}

/* FOLD 3 - Subtitle Styling */
.interactive-sectors h2.subtitle {
  margin: 0;
  padding: 0;
  font-weight: 500;
}

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

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

.f4-title span {
  color: var(--text-red);
}

/*===============================================*/
/*== ==FOLD 5 - Newsletter Styling - Desktop== ==*/
/*===============================================*/
.fold-5 {
  position: relative;
  background: var(--light-red);
  background: var(--light-red);
  padding: 50px 0;
  overflow: hidden;
}

.subscribe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.subscribe .title {
  color: var(--white);
  font-size: 42px;
}

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

input.tnp-email {
  font-family: "Poppins", sans-serif;
  max-width: 100% !important;
  width: 540px !important;
  max-height: 100%;
  height: 45px;
  border-radius: 12px !important;
  border: solid 1px var(--white) !important;
  background-color: #670119 !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  color: #fff !important;
  margin: 0 !important;
}

input.tnp-email::placeholder {
  color: #b4b4b4 !important;
}

.subscribe input.tnp-submit {
  z-index: 20;
  font-family: "Poppins", sans-serif;
  position: absolute;
  width: 120px;
  height: 35px;
  border-radius: 12px;
  padding: 5px;
  background: var(--text-red);
  font-weight: 500;
  margin: 5px 0;
  max-width: 100%;
  top: 50%;
  margin: 0 !important;
  right: 5px;
  transform: translateY(-50%);
}

.subscribe input.tnp-submit:hover {
  background-color: var(--white);
  color: var(--text-red);
  font-weight: 500;
}

.tnp-subscription-minimal form {
  display: flex;
  width: max-content;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

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

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

/* Fold 6 -Image Caption */
.f6-content-outer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: #333;
  color: #fff;
  padding: 10px 10px 10px 50px;
}

.f6-content-outer p {
  padding: 0;
  margin: 0;
}

/* Fold-6 - Background Image */
.f6-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: 1;
}

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

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

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

/* Fold-6 - Content Text Styling */
.f6-content .subtitle {
  font-weight: 500;
  color: var(--text-dark);
}

.f6-content p {
  color: var(--text-dark);
}

.f6-content span {
  color: var(--text-red);
}
