.left-slice-clip
{
    clip-path: polygon(40px 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 40px);
}
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section a.custom-button-style {
    transition: background .3s ease, color .3s ease, opacity .3s ease, transform var(--wdt-transform-transition-duration);
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(0.2) scaleY(0.2); opacity: 0;
    transform-origin: 50px 50px;
}
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section:hover a.custom-button-style {
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1); opacity: 1;
    transform-origin: 50px 50px;
}
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section a.custom-button-style:hover {
    color: var(--wdtAccentTxtColor); 
    transform: perspective(var(--wdt-transform-perspective)) rotateX(var(--wdt-transform-rotateX)) rotateY(var(--wdt-transform-rotateY)) 
    scaleX(var(--wdt-transform-scale)) scaleY(var(--wdt-transform-scale)); }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-taxonomy-list a,
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section a:not(.custom-button-style):hover { color: var(--wdtPrimaryColor); }

    .navbar .attr-right .attr-nav li.tracing a::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        right: 0;
        background: var(--color-primary);
        z-index: -1;
        clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%, 0 24%);
    }
/*======================
# Image
======================*/	
.ts-image-inner
{
overflow:hidden;	
}	
	
/*======================
# Text Hover Image
======================*/	
.ts-text-block-item {display:flex; gap:20px;}
.ts-text-block-item {
    position: relative;
}

.hover-reveal{
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 420px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    overflow: hidden;
		overflow:hidden;
	border-radius:10%;
}
.ts-text-block-item-text {font-size:20px;}
.splitting {
    display: inline-block;
    overflow: hidden;
    line-height: 1;
}

.splitting .word {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.splitting .char {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    transform-origin: 50% 100%;
    will-change: transform;
}
.hover-reveal__inner,
.hover-reveal__img {
    width: 100%;
    height: 100%;
}

.hover-reveal__img {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
	    will-change: transform, filter;
    backface-visibility: hidden;
}
.ts-text-block-item-text{
    position: relative;
    display: inline-block;
    overflow: hidden;
    line-height: .9;
	font-size:60px;
}

.ts-text-block-item-text .title-wrap{
    position: relative;
    display: block;
    overflow: hidden;
}

.ts-text-block-item-text .title{
    display:block;
}

.title.clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.ts-text-block-item-text .title .word {
    overflow: hidden;
    line-height: 120%;
}
.ts-text-block-item-text .splitting .char{
    display:inline-block;
    will-change:transform;
}
/*======================
# Logo Rotator
======================*/
.ts-logo-rotate-wrap {
position: relative;
margin: auto;
}

.ts-logo-rotate-wrap .ts-svg {
width: 100%;
height: 100%;
overflow: visible;
}
.ts-logo-rotate-wrap .ts-svg text {
font-size: 16px;
letter-spacing: 2px;
}
.ts-logo-rotate-wrap  .ts-logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80px;
height: 80px;
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
}
.ts-logo-rotate-wrap .outer-ring{
    transform-origin:50% 50%;
    animation: tsRotateOuter var(--ts-outer-speed,12s) linear infinite;
}

.ts-logo-rotate-wrap .inner-ring{
    transform-origin:50% 50%;
    animation: tsRotateInner var(--ts-inner-speed,8s) linear infinite reverse;
}
@keyframes tsRotateOuter{
from{
transform:rotate(0deg);
}
to{
transform:rotate(360deg);
}
}

@keyframes tsRotateInner{
from{
transform:rotate(360deg);
}
to{
transform:rotate(0deg);
}
}

/*======================
# Section Zoon
======================*/	
.ts-section-image-container{
    overflow:hidden;
    position:relative;
	z-index:5;
}
.ts-section-image-container{
    position:relative;
    height:100vh;
    overflow:hidden;
}

.ts-section-image-container .ts-image-container{
    position:absolute;
    top:50%;
    left:50%;
    width:350px;
    height:350px;
    border-radius:50%;
    overflow:hidden;
    transform:translate(-50%,-50%);
	/* transform:translate(-50%,-50%) scale(.15); */
}

.ts-section-image-container .zoom-img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.ts-sect-heading-content{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    z-index:10;
}
.ts-section-image-container img{
    width:100%;
    height:100%;
    object-fit:cover;
    will-change:transform;
}
.ts-sect-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center; /* Horizontally centers */
    align-items: center;     /* Vertically centers */
	z-index:6;
	    width: 100%;
}
.align-center.ts-sect-heading {text-align:center;}
.align-left.ts-sect-heading {text-align:left;left: 0%;}
.align-right.ts-sect-heading {text-align:right;left: auto;left: auto;}
.ts-sect-subtitle-text {color:#fff; font-size:20px;}	
.ts-sect-heading-title {color:#fff; font-size:60px;}	
.ts-sect-heading-desc {color:#fff; font-size:13px;}




/*======================
# Sticky Image
======================*/
.ts-sticky-services{
    min-height:200px;
}
.ts-service-card
{overflow:hidden;
}
.ts-services-left,
.ts-services-right{
    display:flex;
    flex-direction:column;
    gap:50px;
}

.ts-center-sticky{
    position:sticky;
    top:120px;
}

.ts-sticky-img{
    width:100%;
    display:block;
}
.ts-service-card{
    overflow:hidden;
}

.ts-service-card img{
    transition:transform .6s ease;
}

.ts-service-card:hover img{
    transform:scale(1.08);
}
@media(max-width:767px){

    .ts-sticky-services{
        grid-template-columns:1fr;
    }

    .ts-center-sticky{
        position:relative;
        top:auto;
    }

}
/*======================
# Image
======================*/
.ts-image-container a 
{
	display:block;
}
/*======================
# Counter
======================*/
.ts-counter{
    transition: all 0.4s ease;
    display: flex;
    gap: 10px;
	width: 100%;
	border-radius:15px;
	padding:15px;
	position:relative;
}
.ts-counter-bg-wrap
{
position:absolute;
width:100%;
height:100%;
left:0;
right:0;
top:0;
bottom:0;
z-index:-1;
transition: all 0.4s ease;	
}
.ts-counter-desc p{margin-bottom:0}
.ts-counter-icon{
    margin-bottom:10px;
    font-size:30px;
}
.ts-counter-media svg
{
width:25px;
height:auto;	
}
.ts-counter-media{
    display:flex;
	flex-shrink: 0;
    align-items:center;
    justify-content:center;
    transition:0.4s;
}

/* content expands */
.ts-counter-content {
    display: flex;
    flex-direction: column;
	width:100%;
}

/* LEFT */
.ts-counter.pos-left {
    flex-direction: row;
    align-items: center;
}

/* RIGHT (fix) */
.ts-counter.pos-right {
    flex-direction: row-reverse;
    align-items: center;
}

/* TOP */
.ts-counter.pos-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.ts-counter.pos-top .ts-counter-content
{
	width:100%;
}
/* BOTTOM */
.ts-counter.pos-bottom {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
}

.ts-counter-number{
    font-size:20px;
    font-weight:700;
	display:flex;
}

.ts-counter.layout-circle {
    aspect-ratio: 1 / 1;
	border-radius:50%;
}
.ts-circle{
    transform: rotate(-90deg);
    margin-bottom:10px;
}

.ts-circle circle{
    stroke:#eee;
}

.ts-circle .progress{
    stroke:#ff6600;
    transition: stroke-dashoffset 0.3s;
}
.ts-counter.layout-circle {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.ts-counter-value{
    display:flex;
    justify-content:center;
    align-items:flex-start;
}

.ts-digit{
    height:1.1em;
    overflow:hidden;
    position:relative;
}

.ts-digit-track{
    display:flex;
    flex-direction:column;
    will-change:transform;
}

.ts-digit-track span{
    height:1.1em;
    line-height:1.1em;
    display:flex;
    align-items:center;
    justify-content:center;
}

.ts-counter-separator{
    display:flex;
    align-items:center;
}
/* ===============================
			ANIM 1
=============================== */

.ts-anim-text .word,
.ts-anim-text .char {
  display: inline-block;
}
.ts-highlight-text {
  position: relative;
  display: inline-block;
  z-index:3;
}

.ts-highlight-text .ts-text-base {
  color: #999;
}

.ts-text-fill {
  position: absolute !important;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  white-space: nowrap;
}
.ts-line {
  display: block;
  will-change: transform;
}
/* ===============================
			HEADING
=============================== */
.ts-separator-wrap {position: relative;
    display: inline-block;
	margin:0 auto;}
.ts-separator-wrap svg {width:100% !important; height:auto !important}
.ts-liner-divider {
    display: flex;
    align-items: flex-start;
    text-align: left;
}
.ts-liner-divider:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #D66853;
    min-width: 20px;
    margin: auto;
	margin-left: 20px;
}
.nx-step1-item:before, .nx-step1-item:after {
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    clip-path: polygon(4.762% 0.156%, 9.975% 0.156%, 9.975% 0.156%, 10.434% 0.186%, 10.883% 0.274%, 11.321% 0.418%, 11.744% 0.616%, 12.15% 0.866%, 12.536% 1.167%, 12.898% 1.515%, 13.235% 1.91%, 13.542% 2.349%, 13.818% 2.831%, 15.747% 6.564%, 15.747% 6.564%, 16.037% 7.07%, 16.36% 7.531%, 16.714% 7.946%, 17.095% 8.313%, 17.5% 8.629%, 17.927% 8.892%, 18.372% 9.1%, 18.832% 9.251%, 19.305% 9.344%, 19.787% 9.375%, 28.725% 9.375%, 28.725% 9.375%, 29.207% 9.344%, 29.68% 9.251%, 30.14% 9.1%, 30.585% 8.892%, 31.012% 8.629%, 31.417% 8.313%, 31.798% 7.946%, 32.152% 7.531%, 32.475% 7.07%, 32.765% 6.564%, 34.694% 2.831%, 34.694% 2.831%, 34.97% 2.349%, 35.277% 1.91%, 35.614% 1.515%, 35.976% 1.167%, 36.362% 0.866%, 36.768% 0.616%, 37.191% 0.418%, 37.629% 0.274%, 38.078% 0.186%, 38.537% 0.156%, 95.238% 0.156%, 95.238% 0.156%, 95.991% 0.236%, 96.706% 0.467%, 97.372% 0.836%, 97.98% 1.332%, 98.521% 1.941%, 98.985% 2.651%, 99.363% 3.45%, 99.644% 4.324%, 99.82% 5.262%, 99.881% 6.25%, 99.881% 93.75%, 99.881% 93.75%, 99.82% 94.738%, 99.644% 95.676%, 99.363% 96.55%, 98.985% 97.349%, 98.521% 98.059%, 97.98% 98.668%, 97.372% 99.164%, 96.706% 99.533%, 95.991% 99.764%, 95.238% 99.844%, 4.762% 99.844%, 4.762% 99.844%, 4.009% 99.764%, 3.294% 99.533%, 2.628% 99.164%, 2.02% 98.668%, 1.479% 98.059%, 1.015% 97.349%, 0.637% 96.55%, 0.356% 95.676%, 0.18% 94.738%, 0.119% 93.75%, 0.119% 6.25%, 0.119% 6.25%, 0.18% 5.262%, 0.356% 4.324%, 0.637% 3.45%, 1.015% 2.651%, 1.479% 1.941%, 2.02% 1.332%, 2.628% 0.836%, 3.294% 0.467%, 4.009% 0.236%, 4.762% 0.156%);
}
/* =====================================
			Button
===================================== */
.ts-btn-reveal {
padding:40px 0;
text-align:center;
width:100px; 
height:100px;
background:#000;
border-radius:50%;
color:#fff;
}
.ts-btn-reveal:Hover
{
	background:var(theme-color); color:#fff;
}

/* ============================
			Button
============================ */

.ts-btn-wrap{display:flex}
.btn-align-center {
	display:flex;
    align-items: center;
    justify-content: center;
}
.ts-theme-btn
{
    display:inline-flex;
    align-items:center;
    text-decoration:none;
    transition:0.3s ease;
	gap:5px;
}
.ts-theme-btn .ts-btn-arrow svg
{width:10px; height:auto;}
.ts-theme-btn.full{width:100%;justify-content:center}
.ts-theme-btn.grow:hover{transform:scale(1.05)}
.ts-theme-btn.slide:hover{transform:translateY(-5px)}
.ts-theme-btn.pulse:hover{animation:pulse 0.6s}

@keyframes pulse{
    0%{transform:scale(1)}
    50%{transform:scale(1.08)}
    100%{transform:scale(1)}
}

.ts-btn-preset1 {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  position: relative;
  transition: all 400ms ease;
  background: var(--theme-color);
  color: var(--white-color);
  gap: 10px;
  border-radius: 40px;
  padding: 10px 20px;
}
.ts-btn-preset1:hover {
  padding-right: 38px;
  gap: 0;
  color: var(--white-color);
}
.ts-btn-preset1:hover .ts-btn-text {
transform: translateX(40px);	
}
.ts-btn-preset1:hover .ts-btn-arrow-left {
  scale: 1;
}
.ts-btn-preset1:hover .ts-btn-arrow-right {
  scale: 0;
}
.ts-btn-preset1 .ts-btn-text {
  font-weight: 400;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.4s;
}

.ts-btn-preset1 .ts-btn-arrow-left,
.ts-btn-preset1 .ts-btn-arrow-right {
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  border-radius: 50%;
  transition: 0.4s;
  text-align: center;
}
.ts-btn-preset1 .ts-btn-arrow-left i,
.ts-btn-preset1 .ts-btn-arrow-right i,
.ts-btn-preset1 .ts-btn-arrow-left svg,
.ts-btn-preset1 .ts-btn-arrow-right svg {
  rotate: -30deg;
  width:20px;
  height:20px;
  font-size:16px;
  fill: #fff;
  color:#fff;
}
.ts-btn-preset1 .ts-btn-arrow-left {
  scale: 0;
  right: auto;
  position: absolute;
}

.ts-btn-preset2 {
    position: relative;
    overflow: hidden;
    border: 1px solid #111;
    color: #111;
    padding: 8px 25px;
    border-radius: 60px;
    background: transparent;
}

.ts-btn-preset2::before {
    content: "";
    position: absolute;
    inset: 0;
    background:rgb(255 255 255 / 9%);
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 0;
}

.ts-btn-preset2:hover::before {
    transform: translateX(0);
}

.ts-btn-preset2 span {
    position: relative;
    z-index: 1;
}

.ts-btn-preset2:hover {
    color: #fff;
}
.ts-btn-preset3 {
    position: relative;
    background: transparent;
    color: #111;
    border: 1px solid #111;
    overflow: hidden;
}

.ts-btn-preset3::before,
.ts-btn-preset3::after {
    content: "";
    position: absolute;
    background: #111;
    transition: all 0.4s ease;
}

.ts-btn-preset3::before {
    height: 2px;
    width: 0;
    top: 0;
    left: 0;
}

.ts-btn-preset3::after {
    width: 2px;
    height: 0;
    bottom: 0;
    right: 0;
}

.ts-btn-preset3:hover::before {
    width: 100%;
}
.ts-btn-preset3:hover::after {
    height: 100%;
}
.ts-theme-btn.ts-btn-limpa {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 14px 28px;
    color: #000;
    text-decoration: none;
	    line-height: 1;
}

/* inner flex */
.ts-theme-btn-inner {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    z-index: 2;
}

/* background fill */
.ts-theme-btn.ts-btn-limpa::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;

    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s cubic-bezier(.77,0,.175,1);
    z-index: 1;
}

.ts-theme-btn.ts-btn-limpa:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

/* TEXT LAYERS */
.ts-theme-btn.ts-btn-limpa .ts-btn-text {
    position: relative;
    display: inline-block;
    transition: transform 0.4s cubic-bezier(.77,0,.175,1),
                opacity 0.3s ease;
}

/* default text */
.ts-theme-btn.ts-btn-limpa .text-default {
    color: currentColor;
}

/* hover text (starts hidden below) */
.ts-theme-btn.ts-btn-limpa .text-hover {
    position: absolute;
    right: 0;
    color: #fff;
    transform: translateY(100%);
    opacity: 0;
}

/* text animation */
.ts-theme-btn.ts-btn-limpa:hover .text-default {
    transform: translateY(-100%);
    opacity: 0;
}

.ts-theme-btn.ts-btn-limpa:hover .text-hover {
    transform: translateY(0);
    opacity: 1;
}

/* ICON */
.ts-theme-btn.ts-btn-limpa .ts-btn-icon {
    display: inline-flex;
    transition: transform 0.4s cubic-bezier(.77,0,.175,1);
	    align-items: center;
    justify-content: center;
}

/* arrow slide */
.ts-theme-btn.ts-btn-limpa:hover .ts-btn-icon {
    transform: translateX(-2px);
}

/* STYLE 2 tweaks */
.ts-btn.style2 {
    border: 1px solid #000;
}

/* optional: smoother text rendering */
.ts-theme-btn,
.ts-theme-btn * {
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

.style2 .ts-theme-btn{
  cursor: pointer;
  transition: all 0.2s;
}

.style2 .ts-theme-btn:hover {
  background: #c4e201;
}

.style2 .ts-theme-btn .ts-btn-arrow {
	
  transition: transform 0.3s ease-in-out;
}

.style2 .ts-theme-btn:hover .ts-btn-arrow {
  transform: translateX(5px);
}

.style2 .ts-theme-btn:hover {
  transform: scale(0.95);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* =====================
		FIX
===================== */
.ts-theme-btn
{height:60px;}
.ts-theme-btn.ts-ready
{height:auto;}
.ts-btn-wibble span {
  position: relative;
  z-index: 2;
}
/* =========================
			Price Menu
   ========================= */
.ts-price-wrapper{position:relative;}

.ts-price-bg{
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  /* box-shadow:  */
    /* 0 8px 32px rgba(0, 0, 0, 0.1), */
    /* inset 0 1px 0 rgba(255, 255, 255, 0.5), */
    /* inset 0 -1px 0 rgba(255, 255, 255, 0.1), */
    /* inset 0 0 20px 10px rgba(255, 255, 255, 1); */
position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index:-1;
}

.ts-price-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.ts-price-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}
.ts-price-wrapper .ts-price-items .row {
    display: flex;
    flex-wrap: wrap;
}
.ts-price-wrapper .ts-price-items .col-md-4,
.ts-price-wrapper .ts-price-items .col-md-6,
.ts-price-wrapper .ts-price-items .col-md-3,
.ts-price-wrapper .ts-price-items .col-md-12 {
    display: flex;
}
.ts-price-wrapper .ts-price-yearly { display: none; }
.ts-price-wrapper .yearly-active .ts-price-monthly { display: none; }
.ts-price-wrapper .yearly-active .ts-price-yearly { display: inline; }
.ts-price-wrapper .ts-price-thumb {
display:flex;
align-items:center;
justify-content:center;
width:100%;
overflow:hidden;	
}
.ts-price-thumb-inner
{
display:block;
    overflow: hidden;
}
/* toggle switch */
.ts-price-wrapper .ts-pricing-toggle {    margin: 0 0 30px auto;}
.ts-price-wrapper .ts-save-badge {
    display: none;
    background: #16a34a;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.ts-price-wrapper .yearly-active .ts-save-badge {
    display: inline-block;
}
/* ====================================
				Tilt 
=====================================*/
.ts-price-wrapper .ts-tilt {
    transform-style: preserve-3d;
    will-change: transform;
}

.ts-price-wrapper .ts-tilt:hover {
    box-shadow: 0 25px 60px rgba(0,0,0,0.2);
}
/* ====================================
				Switch 
=====================================*/
.ts-price-wrapper .ts-pricing-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ts-price-wrapper .ts-price-switch {
    position: relative;
    width: 60px;
    height: 28px;
}

.ts-price-wrapper .ts-price-switch input { display: none; }

.ts-price-wrapper .ts-price-slider {
    position: absolute;
    inset: 0;
    background: #ddd;
    border-radius: 30px;
    transition: 0.3s;
}

.ts-price-wrapper .ts-price-slider::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    left: 10px;
    transform: translate(0%, -50%);
    top: 50%;
    background: linear-gradient(45deg, #4CAF50, #00c853);
    border-radius: 50%;
    transition: 0.3s;
}

.ts-price-wrapper input:checked + .ts-price-slider::before {
    right: 10px;
    left: auto;
    transform: translate(0%, -50%);
    top: 50%;
}

.ts-price-wrapper input:checked + .ts-price-slider {
    background: #c8f7c5;
}
/* ====================================
				Ribbon 
=====================================*/
.ts-price-wrapper .ts-ribbon {
    position: absolute;
    top: 15px;
    right: -40px;
    background: #ff4d4f;
    color: #fff;
    padding: 5px 40px;
    transform: rotate(45deg);
    font-size: 12px;
    font-weight: 600;
}
/* ====================================
				CARD 
=====================================*/
.ts-price-wrapper .ts-price-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ts-price-wrapper .ts-price-card.is-featured {
    transform:none !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    border: 2px solid #4CAF50;
    z-index: 2;
}
.ts-price-wrapper .ts-price-card.is-featured {
    will-change: transform;
}
.ts-price-wrapper .ts-price-card.is-featured:hover {
    transform: scale(1.08);
}
.ts-price-wrapper .ts-price-card.is-featured {
    position: relative;
    z-index: 1;
}

.ts-price-wrapper .ts-price-card.is-featured::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg, #00f5ff, #7c3aed, #ff4d4f);
    border-radius: 12px;
    z-index: -1;
    filter: blur(12px);
    opacity: 0.7;
}

.ts-price-wrapper .ts-price-card.is-featured {
    background: #fff;
    border-radius: 12px;
}
/* ====================================
				Features 
=====================================*/
.ts-price-wrapper .ts-price-list li {
    position: relative;
}

.ts-price-wrapper .ts-featured-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #4CAF50;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 20px;
}
.ts-price-wrapper .ts-price-list li {
    transition: all 0.3s ease;
}

.ts-price-wrapper .ts-price-list li:hover .ts-feature-icon i {
    transform: scale(1.2);
}

.ts-price-wrapper .ts-feature-icon i {
    transition: all 0.3s ease;
}
/* ====================================
				Menu 
=====================================*/
.ts-price-wrapper .ts-menu {
  max-width: 700px;
}

.ts-price-wrapper .ts-menu-title {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}

.ts-price-wrapper .ts-menu-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ts-price-wrapper.ts-menu-wrapper.ts-price-menu .ts-section
{margin-bottom:30px;}
.ts-price-wrapper .ts-menu-item .ts-price-box-inner{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
     width: 100%; 
}
.ts-price-wrapper.ts-menu-wrapper.ts-price-menu .ts-price-content{
flex-grow: 1;	
}
.ts-price-wrapper.ts-menu-wrapper.ts-price-menu .ts-price-header {
	display:flex; align-items:center; justify-content:space-between}
.ts-price--separator {
align-self: center;
    flex-grow: 1;
}
.ts-price-wrapper.ts-menu-wrapper.ts-price-menu .ts-price-list-separator {
    border-style: dashed;
    border-bottom-width: 1px;
    border-color: #eee;
    margin: 10px 27px;
}
.ts-price-wrapper .ts-menu-item-divider.ts-price-item {
border-bottom:1px solid #eee;	
}
.ts-price-wrapper .ts-menu-item-divider.ts-price-item:last-child {
border-bottom:none !important;	
}
.ts-price-wrapper .ts-menu-item .ts-price-thumb
 {
width: auto;
overflow: hidden;
}
.ts-price-wrapper .ts-price-left {
  display: flex;
  gap: 10px;
}

.ts-price-wrapper .ts-price-icon {
  font-size: 12px;
  margin-top: 4px;
}

.ts-price-wrapper .ts-price-content {
  display: flex;
  flex-direction: column;
}

.ts-price-wrapper.ts-menu-wrapper.ts-price-menu .ts-price-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
     display: flex;
    align-items: center; 
}

.ts-price-wrapper.ts-menu-wrapper.ts-price-menu .ts-price-desc {
  font-size: 14px;
}

.ts-price-wrapper .ts-price-value {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.ts-price-wrapper .ts-price-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  position:relative;
}

.ts-price-wrapper .ts-top {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ts-price-wrapper .ts-price-value {
  margin-left: auto;
  font-weight: 600;
}
.ts-price-badge-wrap
{position: relative;}
.ts-price-badge-wrap .ts-price-badge
{
	position:relative;
	display:flex;
}

@media screen and (max-width: 640px) 
{
.ts-price--separator {width: 100%;}
.ts-price-list-separator{
margin: 10px 0px;
}
}
/* ====================================
				Card 
=====================================*/
.ts-price-wrapper .ts-price-card {
  display: flex;
  gap: 0px;
  perspective: 900px;
width: 100%;
}

.ts-price-wrapper .ts-price-card .ts-section {
  flex: 1;
}
.ts-price-wrapper .ts-price-desc-spacer {height:1px; background:#f4f4f4;}
.ts-price-wrapper .ts-price-card .ts-price-value {
  font-size: 22px;
  font-weight: bold;
}
.ts-price-wrapper .ts-price-card .ts-price-badge {
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 4px;
}

/* featured */
.ts-price-wrapper .ts-price-card .ts-price-item.is-featured {
  background: #1e2a78;
  color: #fff;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* title */
.ts-price-wrapper .ts-price-card .ts-price-title {
  font-size: 18px;
  margin-bottom: 10px;
}

/* price */
.ts-price-wrapper .ts-price-wrap {
  font-size: 32px;
  font-weight: bold;
}

.ts-price-wrapper .ts-duration {
  font-size: 14px;
  opacity: 0.6;
}

/* button */
.ts-price-wrapper .ts-price-card .ts-price-btn-wrap {
display:flex; align-items:center; justify-content:center; gap:4px;
}
.ts-price-wrapper .ts-price-btn {
  display: inline-block;
  margin: 20px 0 0;
  padding: 10px 20px;
  border-radius: 30px;
  color:#fff;
  background: var(--dark-color);
  text-decoration: none;
  width: fit-content;
}

.ts-price-wrapper .ts-price-item.is-featured .ts-price-btn {
  background: #fff;
  color: #1e2a78;
}
.ts-price-wrapper .tsium-btn-text {
    position: relative;
    display: inline-block;
    top: 2px;
}
/* ====================================
				Features 
=====================================*/
.ts-price-wrapper .ts-price-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    display: flex;
    align-items: start;
    width: 100%;
    flex-direction: column;
gap:5px;	
}
.ts-price-wrapper .ts-price-list li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: start;
    justify-content: start;
    width: 100%;	
}

/* left/right layout */
.ts-price-wrapper .ts-price-list.left li,
.ts-price-wrapper .ts-price-list.right li {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* Left/Right Between */
.ts-price-wrapper .ts-price-list.left-between li {
    justify-content:start;
    justify-content: space-between;
}
.ts-price-wrapper .ts-price-list.right-between li {
    justify-content:end;
    justify-content: space-between;
}
/* right icon */
.ts-price-wrapper .ts-price-list.right li {
    justify-content:end;
    flex-direction: row-reverse;
}
.ts-price-wrapper .ts-price-list.right-between li {
    justify-content: space-between;
    flex-direction: row-reverse;
}
.ts-price-wrapper .ts-price-list.left-center li
{
    justify-content: center;	
}
.ts-price-wrapper .ts-price-list.right-center li
{
    justify-content: center;	
	flex-direction: row-reverse;
}
/* top layout */
.ts-price-wrapper .ts-price-list.top li,
.ts-price-wrapper .ts-price-list.top-left li
 {
   display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
}
.ts-price-wrapper .ts-price-list.top-center li
 {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.ts-price-wrapper .ts-price-list.top-right li
 {
    flex-direction: column;
    align-items: end;
    text-align: right;
}
/* divider */
.ts-price-wrapper .ts-price-list.divider li {
border-bottom:1px solid #eee;
}

/* last item no border */
.ts-price-wrapper .ts-price-list.divider li:last-child {
    border-bottom: none !important;
}
.ts-price-wrapper .ts-price-list li svg {width:15px;}


.ts-price-wrapper .ts-check {
  color: green;
}


/* ============================
Floating Elements
============================ */
.ts--floating-elements{
    position:relative;
    width:100%;
    overflow:visible;
    isolation:isolate;
	z-index: 9;
}

.ts-floating-element{
    position:absolute;
    display:block;
    line-height:0;

    will-change:transform;
    transform-style:preserve-3d;
    backface-visibility:hidden;

    transform:translateZ(0);
}

.ts-floating-inner{
    display:block;
}

.ts-floating-element img{
    width:100%;
    max-width:100%;
    height:auto;
    display:block;
}
.ts-floating-element,
.ts-floating-element .ts-floating-inner{
    transform:translateZ(0);
}
/* BEFORE/AFTER */
.ts-before-after{
    position:relative;
    overflow:hidden;
    height:600px;
  /* max-height: 90vh; */
  aspect-ratio: 1/1;
}
.ts-before-after .before-layer,
.ts-before-after .after-layer,
.ts-before-after .after-bg
{
  position:absolute;
  inset:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
      background-size: cover;addon
	background-repeat: no-repeat;
}
.ts-before-after .after-layer{
    width:50%;
    height:100%;
    overflow:hidden;
}
.ts-before-after .ba-handle{
    position:absolute;
    top:0;
    bottom:0;
    width:4px;
    background:#fff;
    left:50%;
    transform:translateX(-50%);
    cursor:ew-resize;
    z-index:5;
}

.ts-before-after .ba-handle span{
    position:absolute;
    top:50%;
    left:50%;
    width:48px;
    height:48px;
	display:flex;
	align-items:center;
	justify-content:center;
    border-radius:50%;
    background:#fff;
    transform:translate(-50%,-50%);
}
.ts-before-after .ba-handle span svg {width:50%; height:auto;}
.ts-before-after .ba-handle span svg path  {fill:red;}
.ts-before-after .ba-handle span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px; /* Larger than the SVG */
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff; /* Color of the pulse */
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}
.ts-before-after{
    touch-action:none;
}
.ts-before-after .ba-label
{
	position:absolute;
	background:rgba(255,255,255,0.3);
	padding:5px 18px;
	color:#000;
	border-radius:25px;
	z-index:99;
}
.ts-before-after .ba-label.before
{
top:20px;
left:20px;
}
.ts-before-after .ba-label.after
{
top:20px;
right:20px;
}

/* TABLE */
.tp-elements-table-wrapper{
    overflow-x:auto;
}
   .tp-elements-table-wrapper{
        overflow-x:auto;
        width:100%;
    }

    .rselements-table{
        width:100%;
        border-collapse:collapse;
    }

    .rselements-table img{
        max-width:80px;
        height:auto;
        display:block;
    }

    .rselements-table th,
    .rselements-table td{
        vertical-align:middle;
    }

    .rselements-table thead th{
        position:sticky;
        top:0;
        z-index:10;
    }

    .ts-table-cell{
        display:flex;
        align-items:center;
        gap:10px;
    }

    @media(max-width:767px){

        .tp-elements-table-wrapper{
            overflow-x:auto;
        }

        .rselements-table{
            min-width:700px;
        }

    }
.ts-table-cell svg {width:20px; height:auto;}
@media(max-width:767px){

.rselements-table,
.rselements-table tbody,
.rselements-table tr,
.rselements-table td{
    display:block;
}

.rselements-table thead{
    display:none;
}

.rselements-table td{
    position:relative;
    padding-left:45%;
}

.rselements-table td:before{
    content:attr(data-label);
    position:absolute;
    left:15px;
    font-weight:700;
}
}

/* NEW TABLE */
.ts-table-scroll{
    overflow-x:auto;
}

.ts-table{
    width:100%;
    border-collapse:collapse;
}

.ts-table th,
.ts-table td{
    padding:15px;
}
.ts-table svg{width:20px; height:auto;}
.ts-pricing-grid{
    display:grid;
    gap:30px;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
}

.ts-pricing-card{
    position:relative;
}

.ts-featured{
    transform:translateY(-10px);
}

.ts-ribbon{
    position:absolute;
    top:15px;
    right:-10px;
}
.ts-table-badge{
    display:inline-block;
    padding:6px 12px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
}

.ts-rating{
    display:flex;
    gap:4px;
    justify-content:center;
}

.ts-progress{
    position:relative;
    width:100%;
    height:10px;
    background:#eee;
    border-radius:20px;
    overflow:hidden;
}

.ts-progress-bar{
    height:100%;
    background:#4CAF50;
}

.ts-progress-text{
    display:block;
    margin-top:8px;
    font-size:12px;
}
.ts-header-icon-content{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
}

.ts-header-icon-content i,
.ts-header-icon-content svg{
    width:1em;
    height:1em;
}

.ts-icon-right{
    flex-direction:row-reverse;
}
.ts-table thead th{
    position:sticky;
    top:0;
    z-index:50;
}
.ts-fixed-column th:first-child,
.ts-fixed-column td:first-child{
    position:sticky;
    left:0;
    z-index:20;
}
@media (max-width: 480px) {
.ts-before-after
{    aspect-ratio: auto;}

}