.elementor-2214 .elementor-element.elementor-element-26908dc{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-81b6183 */.lectures-section {
  padding: 80px 20px;
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;
}

.lectures-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.lectures-badge {
  display: inline-block;
  background: #e6f9f0;
  color: #0a7a53;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

.lectures-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.lectures-subtitle {
  font-size: 15px;
  color: #555;
  margin-bottom: 45px;
}

/* Grid */
.lectures-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}

/* Card */
.lecture-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: left;
  transition: 0.3s ease;
}

.lecture-card:hover {
  transform: translateY(-6px);
}

/* Video */
.lecture-card iframe {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  border: none;
  margin-bottom: 12px;
}

/* Text */
.lecture-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.lecture-card p {
  font-size: 13px;
  color: #666;
}/* End custom CSS */