.wk-solutions{
    padding: 100px 0 !important;
    background: linear-gradient(255deg, #480C37 6.3%, #190E38 23.26%, #130A26 45.2%) !important;
    background-size: cover;
    overflow: hidden;
}
.wk-solutions .slick-track {
    margin: 0 auto;
}
.wk-solutions .section-heading{
    color: var(--text-primary-color);
}
.solutions-industries-carousel.owl-carousel .owl-stage-outer{
    padding: 40px 0;
}
.solutions-industries-carousel .flip-card {
background-color: transparent;
height: 500px;
/*perspective: 1000px;  Remove this if you don't want the 3D effect */
width: 330px;
margin: 0 15px;
}

/* This container is needed to position the front and back side */
.solutions-industries-carousel .flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.solutions-industries-carousel .flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}

/* Position the front and back side */
.solutions-industries-carousel .flip-card-front, .solutions-industries-carousel .flip-card-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
/*box-shadow: 2px 4px 60px rgba(41, 9, 80, 0.5);*/
border-radius: 30px;
}

/* Style the front side (fallback if image is missing) */
.solutions-industries-carousel .flip-card-front {
background-color: #bbb;
color: black;
background-repeat: no-repeat;
background-size: cover;
padding: 60px 30px;
}
.solutions-industries-carousel .flip-card-front .black-layer{
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    z-index: 0;
    opacity: 0;
}
.wk-solutions.tile-black-layer .solutions-industries-carousel .flip-card-front .black-layer {
    opacity: 1;
}
.solutions-industries-carousel .flip-card-front h3{
    color: var(--text-primary-color);
    font-weight: 400;
	font-size: 28px;
    line-height: 125%;
    position: relative;
    /*z-index: 1;*/
}

/* Style the back side */
.solutions-industries-carousel .flip-card-back {
background-color: #fff;
padding: 60px 17px 30px;
color: white;
transform: rotateY(180deg);
display: flex;
flex-direction: column;
}
.solutions-industries-carousel .flip-card-back .top-content{
padding: 0;
}
.solutions-industries-carousel .flip-card-back h3{
color: #000;
position: relative;
font-weight: 400;
font-size: 28px;
line-height: 125%;				  
}
.solutions-industries-carousel .flip-card-back .desc, .solutions-industries-carousel .flip-card-back a{
    font-size: 16px;
    color: #000;
    margin: 20px 0 0;
    font-weight: 400;
    line-height: normal;
}
.solutions-industries-carousel .flip-card-back .cta-box{
    max-width: 220px;
    margin: 0 auto;
}
.solutions-industries-carousel .flip-card-back a.weka-tertiary{
    display: inline-block;
    margin-top: 0;
}
.solutions-industries-carousel .flip-card-back a.weka-tertiary::after{
    top: 40%;
    transform: translateY(-36%);
}
.solutions-industries-carousel .owl-item .flip-card-front h3 {
width: 100%;
text-align: center;
color: #fff;
font-size: 28px;
font-weight: 400;
line-height: 35px;
}
.solutions-industries-carousel .flip-card-back .bottom-content{
margin-top: auto;
padding-top: 20px;
border-top: 1px solid #e8e7eb;
display: flex;
text-align: left;
}
.solutions-industries-carousel .flip-card-back .bottom-content .asset-img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 10px;
    flex-shrink: 0;
    overflow: hidden;
}
.solutions-industries-carousel .flip-card-back .bottom-content .asset-img img{
max-width: 110px;
max-height: 110px;
}
.solutions-industries-carousel .flip-card-back .bottom-content h5, .solutions-industries-carousel .flip-card-back .bottom-content .asset-content .eyebrow{
font-size: 14px;
text-transform: uppercase;
color: #a39eaf;
font-weight: 600;
letter-spacing: 0em;
}
.solutions-industries-carousel .flip-card-back .bottom-content p{
margin: 0;
line-height: 22px;
}
.solutions-industries-carousel .anchor-link{
font-size: 18px;
color: #000;
position: relative;
padding-bottom: 5px;
padding-right: 15px;
display: inline-block;
}
.solutions-industries-carousel .anchor-link:after{
content: "";
width: 82%;
height: 3px;
border: 3px solid;
border-image-slice: 1;
border-width: 2px;
border-top: 0;
border-left: 0;
border-right: 0;
border-image-source: -webkit-linear-gradient(45deg, rgba(108,0,221,1) 0%,rgba(235,0,192,1) 100%);
position: absolute;
left: 0;
bottom: 0;
}
.solutions-industries-carousel .anchor-link span{
height: 2px;
width: 14px;
position: relative;
top: -4px;
background: #000;
margin-left: 5px;
display: inline-block;
}
.solutions-industries-carousel .anchor-link span:after{
content: "";
width: 0px;
height: 0px;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 7px solid #000;
position: absolute;
right: -6px;
top: 1px;
transform: translateY(-50%);
}
.solutions-industries-carousel{
    padding: 0;
    display: inline-flex;
    margin: 0;
    text-align: center;
}
.solutions-industries-carousel.slick-slider{
    display: block;
}
/* Switch buttons */
.wk-solutions .toggle-switch-buttons{
    margin: 20px auto 80px;
    max-width: 335px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wk-solutions .toggle-switch-buttons .toggle {
    position: relative;
    width: 70px;
    margin: 0 20px;
  }
  .wk-solutions .toggle-switch-buttons  label{
    font-weight: 500;
    font-size: 17px;
    line-height: 146%;
    color: rgba(255, 255, 255, .5);
  }
  .wk-solutions .toggle-switch-buttons label.on{
    color: rgba(255, 255, 255, 1);
  }
  .wk-solutions .toggle-switch-buttons .toggle input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
  }
  .wk-solutions .toggle-switch-buttons .toggle label {
    position: relative;
    display: flex;
    align-items: center;
  }
  .wk-solutions .toggle-switch-buttons .toggle label:before {
    content: '';
    width: 70px;
    height: 33px;
    background: #826F99;
    position: relative;
    display: inline-block;
    border-radius: 46px;
    opacity: .3;
    transition: 0.2s ease-in;
  }
  .wk-solutions .toggle-switch-buttons .toggle label:after {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(260.79deg, #EB00C0 0%, #773DBE 86.05%);
    box-shadow: 0px 4px 20px #180D36;
    border-radius: 27.2453px;
    transition: 0.2s ease-in;
  }
  .wk-solutions .toggle-switch-buttons .toggle input[type="checkbox"]:hover + label:after  {
      box-shadow: 0 2px 15px 0 #0002, 0 3px 8px 0 #0001;
  }
  .wk-solutions .toggle-switch-buttons .toggle input[type="checkbox"]:checked + label:after {
    left: 38px;
  }

  @media (max-width: 1024px) {
    .solutions-industries-carousel .flip-card-front h3{
        font-size: 22px;
    }
    .solutions-industries-carousel .flip-card {
        margin: 0 5px;
        height: 400px;
        width: 301px;
    }    
    /*.solutions-industries-carousel .flip-card-inner {
        transform: rotateY(180deg);
    } */   
  }
  @media(min-width: 768px) and (max-width: 1024px){
    .solutions-industries-carousel .flip-card{
        height: 460px!important;
    }
    .solutions-industries-carousel .flip-card-front{
        padding: 35px 30px!important;
    }
    .solutions-industries-carousel .flip-card-back{
        padding: 35px 17px 25px !important;
    }
    .solutions-industries-carousel .flip-card-back .bottom-content{
        display: flex !important;
    }
  }
  
  @media (max-width: 991px) {
    .wk-solutions{
        padding: 60px 0 !important;
    }
    .solutions-industries-carousel .flip-card{
        width: 330px;
    }
  }
  
  @media(max-width: 767px){
    .solutions-industries-carousel .flip-card{
        width: 330px;
    }
    .solutions{
        padding: 60px 0 250px;
    }
    .solutions-industries-carousel .flip-card-front{
        padding: 40px 30px;
    }
    .solutions-industries-carousel .flip-card-back{
        padding-top: 40px;
    }
    .solutions-industries-carousel .flip-card-back .top-content{
        padding: 0 15px;
    }
    .solutions-industries-carousel .owl-item h3{
        font-size: 20px;
    }
    .solutions-industries-carousel .flip-card-back .desc{
        font-weight: 400;
        font-size: 14.1094px;
        line-height: 21px;			  
    }
    .wk-solutions .toggle-switch-buttons{
        margin-bottom: 40px;
    }
	.solutions-industries-carousel .flip-card-back h3{
        font-size: 22px;
        line-height: 125%;
    }
}
@media(max-width: 599px){
	.solutions-industries-carousel .flip-card {
        
    }
    .wk-solutions h2{
        font-size: 42px;
    }
    .scar-wrapper {
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .solutions-industries-carousel .flip-card-back .bottom-content .asset-img{
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .solutions-industries-carousel .flip-card-back .desc{
        font-size: 14px;
    }
    .solutions-industries-carousel .flip-card {
        margin: 0 5px;
    }        
}

.wk-solutions .btn-wrap{
    display: none;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}
.wk-solutions .btn-wrap .prev-btn,
.wk-solutions .btn-wrap .next-btn{
    position: relative;
}
.wk-solutions .btn-wrap .prev-btn .aa,
.wk-solutions .btn-wrap .next-btn .aa{
    width: 51px;
    height: 51px;
    background: transparent;
    position: relative;
    top: 0;
    right: 0;
    border-width: 2px;
    border: double 2px transparent;
    border-radius: 50%;
    background-image: linear-gradient(#fff, #fff), radial-gradient(circle at bottom left, #773DBE,#EB00C0);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    box-shadow: none;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.wk-solutions .btn-wrap .prev-btn .aa{
    right: 15px;
    transform: rotate(180deg);
}

@media (max-width: 991px){
    .wk-solutions .btn-wrap{
        display: flex;
    }
}