.webinar-section {
  padding: 120px 0 80px;
}

.webinar-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 3rem;
  text-align: center;
}

.webinar-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: transform 0.3s;
}

.webinar-card:hover {
  transform: translateY(-5px);
}

.webinar-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.webinar-content {
  padding: 25px;
}

.webinar-card-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}

.webinar-description {
  color: #666;
  margin-bottom: 20px;
}

.platform-badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.platform-youtube {
  background: #ff0000;
  color: white;
}

.platform-linkedin {
  background: #0077b5;
  color: white;
}

.watch-btn {
  background: #34bec1;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
}

.watch-btn:hover {
  background: #2a9a9d;
  color: white;
}

.webinar-detail-section {
  padding: 120px 0 80px;
}

.webinar-detail-card {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.webinar-detail-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 20px;
}

.platform-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.webinar-video {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.linkedin-watch {
  text-align: center;
  padding: 60px 40px;
  background: #f8f9fa;
  border-radius: 15px;
  margin-bottom: 30px;
}

.linkedin-btn {
  background: #0077b5;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  transition: background 0.3s;
}

.linkedin-btn:hover {
  background: #005885;
  color: white;
}

.webinar-description {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
}
