.ts-split-wrapper .ts-btn-reveal-icon-wrap svg{
    width: 1em;
    height: 1em;
    fill: currentColor;
    display: inline-block;
}

.ts-split-wrapper .ts-btn-reveal-icon-wrap{
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.ts-split-wrapper{
    --bs-gutter-x:60px;
    --bs-gutter-y:0;
}

.ts-split-media{
    position:relative;
	overflow:hidden;
}
.ts-media-pin{
    height:100vh;
    display:flex;
    align-items:start;
}
.ts-media-inner{
    position:relative;
    width:100%;
    height:70vh;
	    overflow: hidden;
}
.ts-split-wrapper .ts-media-inner img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(var(--ts-scale, 1.05));
    transition: opacity var(--ts-speed, 0.6s) ease,
     transform var(--ts-speed, 0.6s) ease;
}

.ts-split-wrapper .ts-split-media img.active{
    opacity: 1;
    transform: scale(1);
}

.ts-split-wrapper .ts-split-content{
    padding-top:0px;
    padding-bottom:0px;
}

.ts-reveal-item{
    min-height:50vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.ts-split-wrapper .ts-reveal-item .ts-reveal-title,
.ts-split-wrapper .ts-reveal-item .ts-reveal-desc
{
width: 100%;
}
.ts-split-wrapper .ts-reveal-item .ts-btn-reveal
{	 width: auto;
	width: fit-content; 
    max-width: 100%;
    transition: all 0.4s ease;	}
/* spacing between items */
.ts-split-wrapper .ts-reveal-item + .ts-reveal-item{
    margin-top: 120px;
}

.ts-split-wrapper .ts-reveal-desc p{
    margin-bottom: 0.8em;
}

.ts-split-wrapper .ts-reveal-desc p:last-child{
    margin-bottom: 0;
}
/* Elementor Editor Only */
.elementor-editor-active .ts-split-wrapper{
    display:flex;
    flex-wrap:wrap;
}

.elementor-editor-active .ts-split-media{
    flex:0 0 calc(var(--ts-image-col) / 12 * 100%);
    max-width:calc(var(--ts-image-col) / 12 * 100%);
}

.elementor-editor-active .ts-split-content{
    flex:0 0 calc(var(--ts-content-col) / 12 * 100%);
    max-width:calc(var(--ts-content-col) / 12 * 100%);
}
@media (max-width:991px){

    .ts-split-media{
        height:auto;
        margin-bottom:40px;
    }

    .ts-media-inner{
        height:60vh;
    }

    .ts-split-content{
        padding-top:20px;
    }

}
/* ==================Reveal Image=================== */
.ts-split-wrapper .ts-reveal-image-container{
   display: flex;
  height: 100%;
  width: 100%;
  position: relative;
}

.ts-split-wrapper .ts-reveal-img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: left;
}

.ts-split-wrapper .ts-reveal-img-wrap {
  visibility: hidden;
  position: relative;
  width: 80%;
  height: 80%;
  max-width: 500px;
  overflow: hidden;
}
.ts-split-wrapper .ts-btn-reveal {height:auto; margin-top:20px;}