/*== == FOLD1 === =*/
.fold1 {
  background: var(--woods);
}

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

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

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

.fold1-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: -10px 10px 5px -2px #00000026;
}

.fold1-content-inner .subtitle {
  text-transform: capitalize !important;
  font-weight: 500;
}

.fold1-header {
  position: relative;
  padding: 40px 0px;
  z-index: 3;
}

.fold1-header .title {
  position: relative;
  z-index: 5;
}

.fold1-header .title span {
  display: block;
}

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

.fold1-header .title {
  color: white;
}
.fold1-header .title:last-child {
  color: var(--jungle);
}
.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 END == ==*/

/*== == FOLD2 START ==  ==*/
.fold2 {
  text-align: center;
  padding: 100px 0;
}

.fold2 .subtitle {
  text-transform: capitalize;
}

.fold2 p {
  margin-bottom: 20px;
}

.fold2 .readmore {
  background: #16a587;
  width: 250px;
  margin: 0 auto;
  transition: all 0.5s ease;
}
/*== == FOLD2 END ==  ==*/

/*== == FOLD3 START == ==*/

.fold3 {
    background: var(--woods);
    position: relative;
}

.fold3-content {
    flex: 0 0 45%;
    padding: 210px 0px;
    color: white;
}

.fold3-wrapper {
    display: flex;
}

.owl-carousel.cs-post-slider :is(.owl-stage, .owl-stage-outer, .owl-item) {
    height: 100%;
    align-items: stretch;
}

:is(.cs-item, .cs-item img) {
    height: 100%;
    object-fit: cover;
}


.owl-carousel.cs-post-slider {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}

.fold3 .subtitle {
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 500;
}

.owl-carousel.cs-post-slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: 20px;
  transform: unset;
}

.fold3-content.no-gallery {
    flex: 1 0 100%;
    text-align: center;
    padding: 100px 0px;
}

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

/*== == FOLD4 START == ==*/
.fold-4 {
  padding: 75px 0;
  position: relative;
  background: #1d1a17;
  color: white;
  text-align: center;
}

.fold-4 .subtitle {
  font-family: "Poppins";
  text-transform: capitalize;
  margin-bottom: 25px;
  font-weight: 500;
}

.fold-4 span {
  color: #16a587;
}
/*== == FOLD4 END == ==*/



.blog-fold1 {
    background: var(--coal);
    color: white;
    text-align: center;
    padding-top: 200px;
}

#blog-fold2 .blog-post-content .subtitle {
    font-size: 18px;
    color: var(--coal);
    line-height: 20px;
}
#blog-fold2 .blog-post-content br {
    display: none;
}

.blog-fold1-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 1024px;
    margin: auto;
    padding: 80px 0px;
}

.blog-fold1-wrapper p, .blog-fold1-wrapper .title {
    margin: 0px;
}

.blog-content-wrap a {
    color: var(--jungle);
    font-weight: 700;
}
.blog-content-wrap a.readmore:hover {
    color:white;
}

.blog-fold1-header .title {
    font-size: 40px;
    line-height: 48px;
}

.blog-fold1-bottom-title .subtitle {
    color: var(--coal);
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
}

.blog-fold1-content {
    margin-bottom: 25px;
}

img.cs-logo {
    float: left;
    margin-right: 10px;
}
#blog-fold2 img.cs-logo {
    display: none;
}

.blog-content-wrap {
    gap: 20px;
    padding: 70px 0px;
}

.blog-image{
    width: 480px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.blog-readmore-block {
    float: left;
}

.blog-content p {
    font-size: 16px;
}

.blog-content-wrap .blog-image.right {
    float: right;
    margin-right: unset;
    margin-left: 20px;
}

.blog-image img {
    width: 100%;
    height: auto;
}

.blog-post-item {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}

.blog-post-image {
    flex: 0 0 250px;
    height: 250px;
}

.blog-post-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-posts-wrapper {
    padding: 70px 0px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}


.blog-post-item::before {
    width: 100%;
    content: '';
    position: absolute;
    background: var(--color1);
    height: 1px;
    bottom: -20px;
    transform: translateY(50%);
}

.blog-post-item:last-child::before {
  display: none;
}

.blog-content h3 {
    color: var(--jungle);
}