
.intro-box:after {
    content: "";
    pointer-events: none;
    z-index: 0;
    user-select: none;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -15%;
    transform: translate(0, 0%);
    right: auto;
    top: -10%;
    background-image: url(../img/blog-back.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    filter: invert(1);
    mask-image: linear-gradient(120deg, #00000070 -5%, transparent 65%);
}

.intro-heading:before , .more-content :is(h1,h2,h3,h4,h5,h6):before ,
.intro-title:before , .title-contact:before , 
.about-content-title:before , .heading-single-post:before{
    content: "\e927";
    font-family: 'icomoon';
    line-height: 1;
    color: white;
    font-size: 20px;
    z-index: 9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;
}



/* benefit section........................................ */

section.benefit-section{
    margin-block: 40px !important;
}

.benefit-item{
    border: 5px solid #FFFFFF45;
    background: linear-gradient(180deg, #BC9E7C 0%, #D0B290 100%);
    border-radius: 22px;
    padding: 15px 5px;
    gap: 10px;
}

.pic-little{
    height: 55px;
    width: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF33;
    padding: 15px;
    flex-shrink: 0;
}
.pic-little img{
    width: 100%;
    object-fit: cover;
}

.benefit-txt{
    gap: 10px;
}
.ben_title{
    font-size: 15px;
    line-height: 24px;
    color: white;
}
.ben-txt{
    font-size: 12px;
    line-height: 19px;
    color: #F2F2F2;
}

/* end benefit section........................................ */



/* intro section............................................. */

.intro-title{
    font-size: 26px;
    line-height: 41px;
    position: relative;
    padding-right: 9px;
    margin-right: 25px;
}

 .div-content{
  gap: 24px;
 }

 .intro-matn-div p{
    color: white;
    font-size: 18px;
    line-height: 39px;
 }

 .div-content .button-white{
    margin-top: 0 !important;
 }

 .video-div-intro .play___button{
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
 }

 .video-div-intro , .back-img-white{
    border-radius: 20px;
    padding: 12px;
    background: white;
 }


/* end intro section.......................................... */




/* block content section........................................ */

.block-content-row img{
    border-radius: 20px;
    margin: auto;
    display: block;
    width: 100%;
    object-fit: cover;
}

.block-content-nav{
    display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        position: absolute;
        bottom: 1rem;
        z-index: 99;
        background: #FFFFFF4D;
        backdrop-filter: blur(24px);
        border-radius: 30px;
        padding: 10px;
        right: 50%;
        transform: translateX(50%);
}

.block-content-nav .sw-btn{
    color: #281800;
    background-color: white;
}
.block-content-nav .sw-btn:hover{
    color: white;
    background-color: var(--color1);
}


/* end block content section........................................ */





/* blog list section........................................ */

.tab-list-btn{
    height: 60px;
    font-size: 16px;
    line-height: 28px;
    padding: 16px 32px;
    color: var(--color1);
    position: relative;
}

.tab-list-btn.button2:after{
   opacity: 0;
}
.tab-list-btn.button2:hover:after{
    opacity: 1;
 }
.tab-list-btn:after{
    content: "";
    height: 6px;
    width: 65px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    background-color: var(--color1);
    transition: 0.3s all linear;
}

 .tab-list-btn:hover{
color: #281800 !important;
}

.list__item .card-blog__more{
    margin-right: unset;
    margin-left: auto;
    line-height: 20px;
    margin-block: 32px 0px;
}
   
/* end blog list section........................................ */






/* cta section................................................... */

.cta-in-mob{
    background: #B3A9A9;
    border-radius: 21px;
    position: relative;
}

.cta-wrap{
    padding: 34px 32px;
}

.cta-wrap .title-cta , .cta-desc-wrap p{
    color: white;
}

.heading-single-post{
    position: relative;
    padding-right: 9px;
    margin-right: 25px;
    font-size: 28px;
    line-height: 43.4px;
    margin-bottom: 8px;
}

.cta-desc-wrap p{
    text-align: justify;
    font-size: 16px;
    line-height: 40px;
}

.img-div-cta{
    flex-shrink: 0;
    position: relative;
}

.cta-btn-wrap{
 margin-top: 32px;
}

.button-cta{
    background-color: white;
    height: 50px;
    padding: 8px;
    border-radius: 32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #B3A9A9;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: 0.28s all linear;
    border: 1px solid transparent;
}

.button-cta i{
    border: 1px solid #B3A9A9;
    font-size: 13px;
    line-height: 1;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    background-color: #B3A9A9;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.28s all linear;
}

.button-cta:hover {
    border: 1px solid #B3A9A9;
    color: #B3A9A9 !important;
}
.button-cta:hover i {
    background-color: white;
    color: #B3A9A9;
}



/* end cta section.................................................. */



/* contact page.................................................. */

.websima-contact-form{
    border: 1px solid #F2F2F2;
    background: #FCFCFD;
    border-radius: 18px;
    padding: 24px 40px;
}

.title-cform-div{
    gap: 8px;
    margin-bottom: 26px;
}

.websima-contact-subtitle{
    font-size: 16px;
    line-height: 40px;
    color: #666;    
}

.acf-required{
    display: none;
}

.acf-label label{
    position: relative;
    display: inline-block;
    color: #3D3D3D;
    font-size: 15px;
    line-height: 34px;
    margin: 0 0 4px 0 !important;
}

.acf-input input , .acf-input textarea{
    background-color: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 14px;
    padding: 18px 12px !important;
    transition: 0.25s all linear;
}
.acf-input input::placeholder , .acf-input textarea::placeholder{
    color: #A3A3A8;
    font-size: 14px;
    line-height: 34px;
}

.acf-field .acf-input{
    position: relative;
}

.acf-error input {
    border: 1px solid #E9322A;
    background: #E9322A1A;
    color: #212121 !important;
}

.acf-error input::placeholder{
    color: #212121 !important;
}

.page-template-template-contact .intro-box{
    height: 480px;
}

.heading-contact{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact__social{
    display: flex;
    gap: 16px;
}

.contact__social a{
    height: 56px;
    width: 56px;
    border-radius: 14px;
    background-color: white;
    color: var(--color1);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    transition: 0.28s all linear;
}
.contact__social a:hover{
    background-color: #FFF1E3;
}

.desc-contact {
    text-align: justify;
    font-size: 16px;
    line-height: 39px;
    color: white;
}

.title-contact{
    font-size: 28px;
    color: white;
    line-height: 43px;
    position: relative;
    padding-right: 9px;
    margin-right: 25px;
}


.intro-box-contact{
    padding: 189px 23px 0px;
}
.intro-box-contact:before{
    height: calc(100% - 20rem);
    background: var(--color1);
    border-radius: 24px;
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
}



/* end contact page.................................................. */




@media (min-width:992px) {
    .picture-div{
        padding: 0 0 15px 15px;
        background-color: white;
        border-radius: 0px 0 0 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .picture-div:before {
        border-radius: 0 20px 0 0;
        background: #b3a9a9;
        z-index:1;
    }
    .picture-div:after {
        background: #fff;
    }
    .picture-div:before ,
    .picture-div:after {
        content: "";
        width: 30px;
        height: 30px;
        left: 0;
        top: 0;
        right: 100%;
        position: absolute;
    }
}





@media (max-width:991.98px) {

    .section-blog:after , .related__post:after , .intro-box:after {
        background-size: auto !important;
    }

    .intro-box{
        padding: 151px 5px 35px;
        margin-bottom: 36px;
        margin-top: 6px;
    }
     .intro-box-contact{
        padding: 151px 5px 0px;
        margin-top: 6px;
     }

    .websima-contact-subtitle{
        font-size: 14px;
        line-height: 28px;
    }

    .contact__social{
        justify-content: center;
        margin-bottom: 32px;
    }

    .section-form{
        margin-block: 0 !important;
    }

    .picture-div{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .picture-div img{
        width: 100%;
    }
   
    .cta-wrap{
        padding: 24px 15px;
    }

    .block-content-nav {
        bottom: 10px;
    }
    .block-content-nav .sw-btn{
        font-size: 12px;
        height: 21px;
        width: 21px;
    }

    .section-intro .container-fluid{
        padding-inline: 10px !important;
    }

    .section-intro{
        margin-bottom: 48px !important;
    }

    .video-div-intro{
        padding: 10px;
    }

    .benefit-section .row{
        gap: 16px;
    }

    .intro-title{
        margin-bottom: 24px;
    }

    .intro-title{
        font-size: 24px;
        line-height: 38px;
    }

    .title-contact{
        text-align: center;
    }

    .container-fluid{
        padding-inline: 6px !important;
    }

  .websima-contact-form{
    padding-inline: 19px;
  }

  .websima-contact-title{
    font-size: 20px;
    line-height: 31px;
  }
  .websima-contact-subtitle{
    line-height: 28px;
  }

  .acf-label label{
    font-size: 14px;
  }

  .intro-box-contact:before{
    height: calc(100% - 60rem);
  }
}