.youtube-section {
  text-align: center;
  padding: 50px 20px;
  background: linear-gradient(135deg, #181818, #252525);
  color: white;
  border-radius: 12px;
  margin: 40px auto;
  max-width: 900px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.youtube-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ff3d00;
  letter-spacing: 1px;
}

.youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(255, 61, 0, 0.4);
}

.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
