.elementor-497 .elementor-element.elementor-element-1544e33{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2dfb848 */.speakers-section {
  background: #FAF6EF;
  padding: 110px 20px;
  font-family: 'Inter', sans-serif;
}

.speakers-header {
  max-width: 850px;
  margin: 0 auto 60px;
  text-align: center;
}

.speakers-label {
  display: inline-block;
  color: #D4A017;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 16px;
}

.speakers-header h2 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #1B4D2E;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.12;
  margin: 0 0 20px;
  font-weight: 600;
}

.speakers-header p {
  color: #555;
  font-size: 17px;
  line-height: 1.8;
  margin: 0 auto 30px;
}

.speaker-apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  background: #27AE60;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  transition: 0.3s ease;
}

.speaker-apply-btn:hover {
  background: #D4A017;
  color: #1B4D2E;
  transform: translateY(-3px);
}

.speakers-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.speaker-card {
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(212, 160, 23, 0.22);
  box-shadow: 0 18px 45px rgba(27, 77, 46, 0.08);
  transition: 0.35s ease;
}

.speaker-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(27, 77, 46, 0.14);
}

.speaker-image {
  height: 310px;
  overflow: hidden;
}

.speaker-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.speaker-content {
  padding: 30px;
}

.speaker-content h3 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #1B4D2E;
  font-size: 28px;
  margin: 0 0 8px;
  font-weight: 700;
}

.speaker-content span {
  display: inline-block;
  color: #C0392B;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 16px;
}

.speaker-content p {
  color: #555;
  font-size: 15.5px;
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 1024px) {
  .speakers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .speakers-section {
    padding: 80px 18px;
  }

  .speaker-image {
    height: 270px;
  }
}

@media (max-width: 560px) {
  .speakers-grid {
    grid-template-columns: 1fr;
  }

  .speaker-content {
    padding: 24px;
  }
}/* End custom CSS */