.discovery-call-section {
  padding-top: 4rem;
  background: #f8f9ff;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
  padding-left: 10.625em;
  padding-right: 10.625em;
}

.discovery-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 60px;
}

.video-column {
  display: flex;
  justify-content: flex-end;
}

.video-wrapper {
  /* position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
  display: flex;
  float: right;

}

.anchor-tag {
  text-decoration: underline;
  color: #4169e1;
  /* border: 4px solid #4169e1; */
}

.video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}

.play-button {
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.play-button:hover {
  transform: scale(1.1);
}

.discovery-content {
  text-align: center;
  margin-bottom: 40px;
}

.discovery-content h2 {
  font-size: 4em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.discovery-content h3 {
  font-size: 2.5em;
  margin-bottom: 30px;
  line-height: 1.3;
}

.text-blue {
  color: #4169e1;
}

.text-green {
  color: #32cd32;
}

.text-yellow {
  color: #ffd700;
}

.discovery-text {
  font-size: 1.2em;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.quick-text,
.exclusive-text {
  font-size: 1em;
  color: #888;
  margin-bottom: 10px;
}

.calendar-wrapper {
  background: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.trusted-channels {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: inherit;
  margin: 20px 0;
}

/* Additional Videos Styles */
.additional-videos {
  margin-top: 60px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.video-item {
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.video-item:hover {
  transform: translateY(-5px);
}

.thanku-video-thumbnail {
  width: 70%;
}

.is-thanku-bg {
  background-color: #e8f2ff;
}

.thanku-testimonials.thanku-testimonials {
  margin-bottom: 8rem;
}

.background-svg-shape-bottom.testimonial-area.thanku-testimonial-area {
  height: 5.52em;
}

.testimonial-last-row.thanku-testimonal-last-row {
  margin-bottom: 8rem;
}

.testimonial-bottom-bg-wrapper.thanku-wrapper {
  height: 15em;
}

.testimonial-full-content.pitch-me-hard {
  margin-bottom: 4em;
}

.background-bg-child.pitch-me-hard {
  position: relative;
  bottom: 22em;
}

.section.is-testimonials.pitch-me-hard {
  height: 90vh;
  overflow: initial;
  min-height: initial;
}

.background-foot-bg.pitch-me-hard {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999;
  position: relative;
}

.background-foot-child.pitch-me-hard {
  width: 100%;
  padding: 15px;
  background-color: #1e1541;
  text-align: center;
}

@media (max-width: 1024px) {
  .discovery-content h2 {
    font-size: 3em;
  }

  .discovery-content h3 {
    font-size: 1.5em;
  }

  .testimonial-bottom-bg-wrapper.pitch-me-hard {
    height: 9rem;
  }

  .section.is-testimonials.pitch-me-hard {
    height: 80vh;
    overflow: initial;
    min-height: initial;
  }
}

@media (max-width: 768px) {
  .discovery-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .thanku-video-thumbnail {
    width: 100%;
  }

  .video-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .discovery-call-section {
    padding: 40px 0;
  }

  .discovery-content h2 {
    font-size: 3.7em;
  }

  .discovery-content h3 {
    font-size: 2.3em;
  }

  .background-svg-shape-bottom.testimonial-area.thanku-testimonial-area {
    bottom: 12.7rem;
  }

  .background-bg-child.pitch-me-hard {
    bottom: 11em;
  }
  .video-column {
    justify-content: center;
  }
  .discovery-text {
    font-size: 1.7em;
  }
  .quick-text, .exclusive-text{
    font-size: 1.3em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .background-svg-shape-bottom.testimonial-area.thanku-testimonial-area {
    bottom: 17.7rem;
  }
}