.vt2-container {
  position: relative;
  overflow: hidden;
}

.vt2-slider {
    display: flex;
    transition: transform 0.6s ease;
    width: 100%;
}
.vt2-slide {
  min-width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

/* LEFT WHITE CARD */
.vt2-content {
    width: 65%;
    background: #ffffff;
    padding: 35px 20% 35px 35px;
    border-radius: 16px;
    border: 2px solid #000;
    position: relative;
    z-index: 2;
    box-shadow: 8px 8px 0px 0px #000000;
}
.quote img {
  width: 65px;
      display: block;
}
.quote {
    margin-bottom: 20px;
}

.video-testimonial-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
}

.video-testi-author {
  margin-top: 25px;
}

.video-testi-author h4 {
  margin: 0;
  font-size: 18px;
}

.video-testi-author span {
  font-size: 14px;
  color: #666;
}

/* RIGHT BLUE VIDEO CARD */
.vt2-video-box {
    width: 55%;
    position: relative;
    margin-left: -18%;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    z-index: 11;
    height: 380px;
}
.vt2-poster {
  border-radius: 16px;
  width: 100%;
  display: block;
}

.vt2-video {
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
}
.vt2-video.active {
  display: block;
}

.vt2-poster.hide {
  display: none;
}


.vt2-dots {
      visibility: hidden;
  text-align: center;
  margin-top: 25px;
}

.vt2-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #bbb;
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
  transition: 0.3s;
}

.vt2-dot.active {
  background:#F15FAD;
  transform: scale(1.1);
}

.video-testi-author .sub-title {
    margin-bottom: 0;
}


/*read more read less*/
.video-testimonial-content {
  position: relative;
}

.vt2-more-text {
  display: none;
}

.vt2-read-toggle {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    text-decoration: underline;
}

.vt2-read-toggle:hover {
  text-decoration: underline;
}

.vt2-wrap {
    position: relative;
}

.vt2-wrap:before {
    content: "";
    background: url(/wp-content/uploads/2026/01/star-shap.svg) no-repeat center center;
    background-size: contain;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -105px;
    left: 0;
}


.vt2-play {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
}
.vt2-video-box{
position:relative;
}

.vt2-poster{
/*position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
z-index:2;
cursor:pointer;
display:flex;*/
}
.vt2-play-active {
    display: none !important;
}
/* Responsive */

@media (max-width: 1200px) {
.vt2-content{padding: 25px 16% 25px 25px;}
.quote img {width: 45px;}
.vt2-video-box { width: 50%; margin-left: -15%;}



}


@media (max-width: 991px) {
.vt2-slide {padding-inline: 8px;    gap: 30px; flex-direction: column-reverse;}
.vt2-content,
.vt2-video-box {width: 100%; margin-left: 0;}
.vt2-content {padding: 25px 25px 25px 25px;box-shadow: 6px 6px 0px 0px #000000;}
.vt2-video-box{height: auto;}



}

@media (max-width: 960px) {
.vt2-wrap:before{display: none;}


}

@media (max-width: 767px) {
.vt2-read-toggle {font-size: 14px;}
.vt2-content {padding: 20px 20px 20px 20px; box-shadow: 4px 4px 0px 0px #000000; border-radius: 12px; }
.vt2-video-box{border-radius: 12px;}


}