.video-testimonial-block {
  border-radius: 8px;
  padding: 64px 0;
  background-color: #fff9e6;
  position: relative;
}

.inner-video-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

.header-section {
  margin-bottom: 3rem;
}

.header-section h4 {
  font-size: 2.5rem;
  text-align: center;
  position: relative;
  color: #1a1a1a;
  margin: 0;
  font-weight: 700;
}

.header-section .subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-top: .5rem;
  padding-bottom: 1rem;
}

.header-section .divider {
  width: 50%;
  height: 3px;
  background: linear-gradient(90deg, #ffb800 0%, rgba(255, 184, 0, 0) 100%);
  margin: 0 auto;
}

.videocontent-container {
  display: flex;
  gap: 60px;
  align-items: center;
}

.video-section {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.shortcode-section {
  flex: 1;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  background-color: #ffffff;
}

.shortcode-preview {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.shortcode-note {
  font-size: 14px;
  color: #777;
}


@media (max-width: 1200px) {
  .videocontent-container {
    gap: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .video-testimonial-block{
      padding: 20px 0px 30px 0px;
  }
}
@media (max-width: 768px) {
  .inner-video-wrapper {
    padding: 0 16px;
  }
  .video-testimonial-block {
    padding: 10px 0;
}

  .videocontent-container {
    gap: 60px;
    display: block;
  }

  .shortcode-section {
    margin-top: 2rem;
  }

  .header-section h4 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .header-section h4 {
    font-size: 1.5rem;
  }
  .header-section {
    margin-bottom: 1rem;
  }

  .header-section .subtitle {
    font-size: 16px;
    font-weight: 400;
  }

  .video-testimonial-block {
    padding: 18px 0px 30px 0px;
  }
  .header-section .subtitle {
  margin-top: 0px;

}
}