.zws-form-wrap {
    width: min(90%, 1280px);
}
.loggedin-userinfo .access-apps{
padding: 12px 30px;
}

 .za-select-container select#customselect{
background: #FFFF;
    border: 1px solid var(--sp-input-border);
    padding: var(--zws-input-padding-top) var(--zws-input-padding-right) var(--zws-input-padding-bottom) var(--zws-input-padding-left);
    border-radius: 8px;
    width: 100%;
    display: block;
    font-size: 16px;
    letter-spacing: -0.32px;
    font-family: var(--secondaryfont-semibold);
    line-height: 1.5;
    color: #000;
    outline-width: 1px;
}
h1.zws-form-title {
     font-size:24px;
     margin-bottom: 34px;
     letter-spacing: -0.48px;
     line-height:32px;
     text-wrap-style: pretty;
}
.zws-brand-logo{
margin-bottom:16px;
}
.zws-testimonial {
    width: min(40%, 435px);
}

/*  T-slider */
.zws-slider-wrap{
 position: relative;
 width: 90%;
  max-width: 485px;
}
.zws-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.zws-arrow svg{
transform: scale(1.5);
}
/* .zws-arrow:hover {
  background: #002d3c;
  color: #fff;
} */

.zws-arrow.prev {
  left: -60px;
}

.zws-arrow.next {
  right: -60px;
}
@media(max-width:1280px){
  .zws-arrow{
        bottom: -50px;
        top: inherit;
        transform: inherit;
  }
  .zws-arrow.prev{
        left: 0;
  }
  .zws-arrow.next{
      right: inherit;
      left: 42px;
  }
.zws-slider-wrap{
margin-bottom:100px;
}
}
@media (max-width: 767px) {
   .zws-arrow{
        transform: translateX(0);
  }
  .zws-arrow.prev{
        left: 40%;
  }
  .zws-arrow.next{
      right: 40%;
      left: inherit;
  }
.zws-brand-logo{margin-bottom: 7px;display: block;margin-inline: auto;text-align: center;}

}
/*  T-slider */
.zws-nou {
    position: relative;
    max-width: 294px;
    background: #fff;
    border-radius: 10px;
    margin-top: 45px;
   overflow: hidden;
}
.zws-nou::before{
content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 11px;
  background: linear-gradient(
    90deg,
    #F85252,
    #FFD448,
    #4E80FF,
    #3CE53C
  );
  background-size: 200% 200%;
  z-index: 0;
  animation: borderGradient 4s linear infinite;
}
.c-text{
    position: relative;
    background: #fff;
    border-radius: 10px;
    margin: 1px;
    padding: 24px 35px;
    z-index: 1;
}
@keyframes borderGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.zws-nou h2 {
    font-size: 32px;
    margin-bottom: 0;
     font-family: var(--zf-secondary-medium);
}
.zws-nou p {
    font-size: 16px;
    margin-bottom: 0;
    font-family: var(--zf-secondary-medium);
}
@media screen and (max-width: 767px) {
.zws-testimonial, .zws-form-wrap{
width:100%
}
    .zws-testimonial-wrap, .zws-form {
        width: min(90%, 435px);
        margin-inline: auto;
        
    }
  .zws-form h1 {
    text-align: center;
  }
.zws-slider-wrap{
width:100%;
}
.zws-nou{
  margin: 0 auto;
}
}
@media(max-width:360px){
.zws-arrow.prev{
left: 38%;
}
.zws-arrow.next{
right: 38%;
}
}

.zws-form-section {
    position:relative;
}
.zws-form-section:after {
    position:absolute;
    content:'';
    width: 49%;
    inset-block-start: 0;
    inset-block-end: 0;
    inset-inline-end: 0;
    background: linear-gradient(140deg, #EBF5FF 29.81%, #FFF 75.62%);
    z-index: -1;
}
body[data-prdname="workdrive"] .signup-box.zws-signup-box{
    min-height:unset;
}