/**FOLD1**/
.product-fold1 {
    position: relative;
    padding: 30px 0px;
  }
  
  .product-fold1-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .product-fold1-background::before {
    content: '';
    position: absolute;
    background: #111;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: .6;
  }
  
  .product-fold1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }



.product-fold1.big {
    padding: 170px 0px;
}

.product-fold1.big .product-fold1-background::before {
    opacity: 0.4;
}

  .product-fold1 p, .product-fold1 h1 {
    position: relative;
    z-index: 3;
    color: white;
    text-align: left;
    margin: 0;
  }
  
.content-fold-b-wrapper {
    display: flex;
    align-items: center;
    padding: 110px 0px;
    gap: 40px;
}

.content-fold-b-img img {
    height: 100%;
    object-fit: contain;
    /* max-width: 280px; */
    margin: 0px auto;
    display: block;
}

.content-fold-b-img {
    flex: 0 0 640px;
    width: 640px;
}

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

.content-fold-b-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-grow: 1;
    position: relative;
    padding: 60px 0px;
}

.content-fold-b {
    background: white;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

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

.content-fold-b .subtitle {
}

.content-fold-b-content-inner {
    max-width: 800px;
    margin: 0px auto;
    display: block;
    position: relative;
}

.subtitle .smalltitle {
    font-style: normal;
}


.content-fold-b-content-inner .line::before, .content-fold-b-content-inner .line::after {
    background: #333;
}

.content-fold-b-content-inner .line {
    margin: 20px auto;
}

.content-fold-b-content-inner .diamond {
    border-color: #333;
}


.video-wrapper {
    width: 100%;
    height: 100%;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-fold-b-wrapper.has-video {
    align-items: stretch;
}

.accreds {
    width: 100%;
    display: flex;
    margin-top: 30px;
    max-width: 540px;
}

.accreds img {
    object-fit: contain;
    object-position: center;
    max-height: 70px;
    flex: 1 1 25%;
}

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

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

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

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

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

.content-fold-c {
    background: var(--color3b);
    position: relative;
    /* background: whitesmoke; */
}

.stockist-list-logo img {
    max-height: 100px;
    width: auto;
}

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

@media (min-width:1024px) {
.flipped .content-fold-c-wrapper{
    flex-direction: row-reverse;
}

.flipped .content-fold-c-img {
    right: 20px;
}
}
div#content-fold-c-items ul {
    display: flex;
    flex-wrap: wrap;
}

div#content-fold-c-items ul li {
    flex: 0 0 calc(100% / 3);
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

div#content-fold-c-items lord-icon {
    width: 80px !important;
    height: 80px !IMPORTANT;
}

.content-fold-c-content-inner {
    text-align: center;
    /* margin-bottom: 40px; */
}

.content-fold-c-item img {
    display: block;
    margin: 0px auto;
    margin-bottom: 10px;
}

p.item-title {
    font-weight: 500;
    position: relative;
    font-size: 14px;
    margin: 0;
    line-height: 18px;
}


.content-fold-c-item p:not(.item-title) {
    font-size: 12px;
    line-height: 22px;
}

.content-fold-c .readmore{
    margin: 20px auto 0px;
}

.content-fold-c::before {
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2024/06/wasonmale-services-backgroundshape.png);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 0% -200px;
}

.content-fold-c-content-inner .line::before, .content-fold-c-content-inner .line::after {
    background: #333;
}

.content-fold-c-content-inner .line {
    margin: 20px auto 30px;
}

.content-fold-c-content-inner .diamond {
    border-color: #333;
}


.service-fold:nth-child(9){
    background: white;
}

.content-fold-b:nth-child(3n) {
    background: whitesmoke;
}


/**HISTORY**/
.history-fold {
    padding: 80px 0px;
}

.history-wrapper {
    display: flex;
    height: 582px;
}

.history-wrapper img:not(.active) {
    opacity: 0;
}

.history-right {
    flex: 0 0 700px;
    position: relative;
}

.history-tab {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 50px 30px;
    background: whitesmoke;
    cursor: pointer;
    transition: all .5s ease;
    border-bottom: solid 1px lightgrey;
}

.history-tab p, .history-tab .diamond{
    transition: all .5s ease;
}

.history-tab .diamond {
    border-color: #333;
}

.history-tab p:last-child {
    margin: 0;
}

.history-tab.active, .history-tab:hover {
    background: var(--green);
    color: white;
}

.history-tab.active .diamond {
    border-color: white;
}

.history-tab p{
    color: #333
}

.history-tab.active p, .history-tab:hover p {
    color: white;
}

.history-tab-date p {
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
}

.history-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.history-right img.base{
    position: relative;
}

.history-right img:not(.base){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.history-left {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    position: relative;
}

/**BANNER**/
.banner-fold-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner-fold-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.banner-fold {
    position: relative;
    padding: 50px 0px;
    margin: 0px 0px 0px;
}

.banner-fold-content {
    width: 50%;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
    position: relative;
}

.banner-image {
    position: absolute;
    width: 50%;
    top: -60px;
    right: 0;
    height: calc(100% + 60px);
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.banner-fold-content .line {
    margin: 20px 0px;
}

.readmore.white {
    background: none;
    border: solid 1px white;
}

.full .banner-fold-content {
    width: 100%;
}

.full .banner-fold-background::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--green);
    opacity: 0.8;
}

.full .content-fold-c-content {
    width: 100%;
}

.full .content-fold-c-wrapper {
    padding: 50px 0px;
}

/**SERVICE**/
.stockist-cat-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

a.stockist-item {
    display: flex;
    flex: 0 0 calc(100% / 5);
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    gap: 30px;
    color: #333;
}

.stockist-img {
    border-radius: 50%;
    overflow: hidden;
    max-width: 150px;
    margin: 0px auto;
}

.stockist-img img {
    aspect-ratio: 1 / 1;
    width: 100px;
    height: 100px;
    object-fit: cover;
    max-width: 150px;
    margin: 0px auto;
}

.stockist-cat-fold {
    padding: 50px 0px;
    background: whitesmoke;
}

.stockist-list-fold-item {
    background: white;
    padding: 20px;
    box-sizing: border-box;
    flex: 0 0 calc((100% / 3) - 20px);
}

.stockist-list-fold-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.stockist-list-fold {
    padding: 40px 0px;
    background: whitesmoke;
}

.stockist-list-title p {
    font-family: 'Futura';
    color: var(--green);
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.banner-fold-background::after {
    width: calc(70% + 50px);
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: linear-gradient(90deg, var(--green) 70%, transparent);
    opacity: 0.8;
}

.history-left::before {
    width: 30px;
    height: 30px;
    position: sticky;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    content: '\f106';
    color: var(--green);
    background: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Font Awesome 6 Pro';
}

.history-left::after {
    width: 30px;
    height: 30px;
    position: sticky;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    content: '\f107';
    color: var(--green);
    background: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Font Awesome 6 Pro';
}

.policy-wrapper{
    padding: 70px 0px;
}