.testimonial-section {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #ffeded;
}

.testimonial-left,
.testimonial-right {
  flex: 1 1 50%;
  padding: 10px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}

.youtube-player,
video,
#videoFallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testimonial-text {
  margin-top: 15px;
  font-size: 1.1rem;
}

.nav-buttons {
  margin-top: 10px;
}

.cta-button {
  margin-top: 15px;
  padding: 10px 20px;
  background: red;
  color: white;
  border: none;
  cursor: pointer;
}

.thumbnails {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.thumb{
    transition: all 0.3s ease;
}



.thumb.active {
     border-top: 5px solid red;
    padding-top: 15px;
     transform: scale(0.95);  
}
.video_sections {
    border: 0 none;
    border-radius: 5px;
    background: #FFEDED;
    padding: 30px 20px !important;
    height: 100%;
}

.video_item {
    margin-bottom: 25px;
}

.video_sections .video_img img {
    max-height: 250px;
    min-height: 270px;
    object-fit: cover;
    margin-bottom: 20px;
    width: 100%;
}

.plateformswc_sec.whbg.cmn_padd.video_section .webd_item_inn {
    height: 100% !important;
}

.plateformswc_sec.whbg.cmn_padd.video_section .col-lg-4.col-md-6.square_item {
    margin-bottom: 30px;
}
div#testimonialText {
    text-align: center;
    position: relative;
    background: rgb(255, 242, 242);
    padding: 50px 50px;
}

div#userName {
    display: none;
}

.nav-buttons {
    float: right;
    margin-top: -6%;
    z-index: 100000;
    position: relative;
    margin-right: 3%;
}


.nav-buttons button#prevBtn, .nav-buttons button#nextBtn {
    background: #0000;
    border: 0px solid;
    /* color: #fff; */
}
.thumb {
    text-align: center;
    width:23%;
}
.thumb img {
    width: 100%;
    height: 150px;
    margin-bottom: 25px;
    border-radius: 15px;
    object-fit: cover;
}
.thumb-username {
    font-size: 20px;
    line-height: 22px;
}
button.play-btn {
    border: none;
    background: none;
}
button.play-btn .fa {
    color: #fff;
    background-color: #e54444;
    padding: 20px;
    font-size: 15px;
    border-radius: 100%;
}
.sgpb-main-html-content-wrapper h4 {
    font-style: normal;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

div#sgpb-popup-dialog-main-div {
    background-color: #1C1C1C !important;
    padding: 40px 20px;
    border-radius: 20px !important;
}
.row.video_form .form_grp input::placeholder, .row.video_form .form_grp input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.best-date, .row.video_form .form_grp textarea {
   font-size:15px !important;
}
.row.video_form .form_grp input:focus, .row.video_form .form_grp input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.best-date:focus, .row.video_form .form_grp textarea:focus{
    color: white; /* text stays white when focused */
  outline: none; /* or your custom outline */
  font-size:15px !important;
}
.row.video_form .form_grp label {
    color: #fff;
}
.row.video_form {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.best-date::-webkit-calendar-picker-indicator {
   filter: brightness(0) invert(1);
  opacity: 1;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 1024px) {
  .testimonial-left,
  .testimonial-right {
    flex: 1 1 100%;
  }
  .thumb img {
    height: 150px;
}
.col-lg-4.col-md-4.video_item {
    width: 50%;
}
}
@media (max-width: 768px) {
  .testimonial-left,
  .testimonial-right {
    flex: 1 1 100%;
  }
  .thumb {
    text-align: center;
    flex: 0 0 calc(33.33% - 10px);
}
    .thumb img {
        height: 100px;
    }
    .thumb img {
    margin-bottom: 10px;
}
div#testimonialText {
    padding: 30px 20px;
}
.col-lg-4.col-md-4.video_item {
    width: 100%;
}
.testimonial-right {
    text-align: center;
}
}