/*== == FOLD1 === =*/

.fold1-container {
  display: flex;
  justify-content: space-between;
  padding: 75px 0px;
  align-items: center;
  flex-direction: row-reverse;
  padding-top: calc(75px + 100px);
}

.fold1-img {
  flex: 0 0 45%;
  z-index: 2;
  display: flex;
  align-self: stretch;
}

.fold1-content {
  flex: 0 0 52.5%;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.fold1-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fold1-header {
  position: relative;
  padding: 20px 0px;
}
.fold1-header .title span {
  display: block;
}

.fold1-header::before,
.fold1-header::after {
  content: "";
  background: #1B1C17;
  width: 600%;
  height: calc(100% + 275px);
  position: absolute;
  top: -275px;
  z-index: -2;
  left: -350%;
  background-attachment: fixed;
}

.fold1-header .title {
  color: white;
}
.fold1-header .subtitle {
  font-size: 28px;
  line-height: 36px;
}

.fold1-content-inner::after {
  content: "";
  background: white;
  width: 400%;
  height: calc(100% + 25px);
  position: absolute;
  top: -25px;
  z-index: -1;
  left: -200%;
}

.fold1-header .title span {
  color: var(--jungle);
}

.fold1-content-inner {
  position: relative;
}

.fold1-content-inner .subtitle {
  text-transform: uppercase;
}

.fold1-content-inner p span {
  font-weight: 600;
}

.fold1-content-inner-readmore {
  display: flex;
  gap: 7.5px;
  flex-wrap: wrap;
}

.fold1-content-inner a.readmore:not(.fill) {
    color: black;
}

.fold1-content-inner a.readmore:not(.fill):hover {
    color: white;
}

.fold1-content-inner-readmore .readmore {
  width: 200px;
}

.fold1-content-inner ul li::marker {
    color: var(--jungle);
}

/*== == FOLD1 END == ==*/

/*CONTENT FOLD C*/
.content-fold-c-wrapper {
  display: flex;
  align-items: stretch;
  padding: 150px 0px;
  gap: 40px;
  justify-content: flex-end;
}

:is(.fold1-content-inner, .content-fold-c-content-inner, .service-fold3-content-inner) ul {
    padding-left: 20px;
}

.service-fold3-content a:not(.readmore) {
    color: var(--jungle);
    font-weight: 700;
}

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

.content-fold-c-img {
  position: absolute;
  width: calc(50% - 100px);
  height: 100%;
}

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

.content-fold-c-content-inner .subtitle {
  color: #96d6c9;
  margin: 0px;
}

.content-fold-c-img img {
  height: 100%;
  object-fit: cover;
  max-width: calc(100% - 40px);
  margin-left: auto;
}

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

.content-fold-c {
  background: var(--woods);
  position: relative;
  color: white;
}

.content-fold-c p a{
	color: white;
	text-decoration: underline !important;
}

.content-fold-c-content .title {
  margin-bottom: 20px;
}

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

.flipped .content-fold-c-img {
  right: 0;
}

.content-fold-c-content-inner p:has(b) {
    margin: 0px;
}

/*CONTENT FOLD C END*/

/* Site Map Style START */
ul.html-sitemap-list a {
  color: black;
  transition: all 300ms ease;
}

ul.html-sitemap-list a:hover {
  color: var(--jungle);
}
/* Site Map Style END */


/*== == SERVICE FOLD3 == ==*/

.service-fold3-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.service-fold3-img {
    flex: 0 0 45%;
    position: relative;
}

.service-fold3-content {
    flex: 1;
    padding: 120px 0px;
}

.service-fold3-header .title span {
    color: var(--jungle);
}

.service-fold3 {
    background: var(--coal);
    color: white;
    position: relative;
}

.service-fold3-img.bfpa::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 45%;
    height: 16%;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/2023/03/bfpa-logo.png');
    background-position: 20% 30%;
    background-size: 95% 90%;
    background-color: white;
    border-radius: var(--curve);
}

	/*== == SERVICE FOLD3 END == ==*/


/*== == PRODUCT FOLD D SLIDER =- ==*/

.product-fold-d-wrapper {
    padding-bottom: 150px;
}

	/*== == PRODUCT FOLD D SLIDER END == ==*/