.elementor-21573 .elementor-element.elementor-element-55d40e8e{--display:flex;--min-height:0px;--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;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--overlay-opacity:1;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21573 .elementor-element.elementor-element-55d40e8e:not(.elementor-motion-effects-element-type-background), .elementor-21573 .elementor-element.elementor-element-55d40e8e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.uniosun.edu.ng/wp-content/uploads/2026/02/afed5abac16c8901dc784bad157f19b5-1.jpg");background-position:top center;}.elementor-21573 .elementor-element.elementor-element-55d40e8e::before, .elementor-21573 .elementor-element.elementor-element-55d40e8e > .elementor-background-video-container::before, .elementor-21573 .elementor-element.elementor-element-55d40e8e > .e-con-inner > .elementor-background-video-container::before, .elementor-21573 .elementor-element.elementor-element-55d40e8e > .elementor-background-slideshow::before, .elementor-21573 .elementor-element.elementor-element-55d40e8e > .e-con-inner > .elementor-background-slideshow::before, .elementor-21573 .elementor-element.elementor-element-55d40e8e > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(0deg, #000000A8 0%, #000000AD 0%);}.elementor-21573 .elementor-element.elementor-element-7ee9009e .rs-heading .title-inner .title{color:#FFFFFF;margin:0px 0px 0px 0px;}.elementor-21573 .elementor-element.elementor-element-fdb82fc{--divider-border-style:solid;--divider-color:#FFFFFF;--divider-border-width:1.2px;}.elementor-21573 .elementor-element.elementor-element-fdb82fc .elementor-divider-separator{width:45%;}.elementor-21573 .elementor-element.elementor-element-3e4c55df .elementor-heading-title{font-weight:500;color:#FFFFFF;}.elementor-21573 .elementor-element.elementor-element-4e80920b{--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;--margin-top:20px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-21573 .elementor-element.elementor-element-4e80920b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-21573 .elementor-element.elementor-element-752a0760{color:#000000;}.elementor-21573 .elementor-element.elementor-element-752a0760 a{color:#5C8018;}.elementor-21573 .elementor-element.elementor-element-acbec8d{--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;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21573 .elementor-element.elementor-element-acbec8d:not(.elementor-motion-effects-element-type-background), .elementor-21573 .elementor-element.elementor-element-acbec8d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F6F5;}@media(max-width:767px){.elementor-21573 .elementor-element.elementor-element-7ee9009e .rs-heading .title-inner .title{font-size:16px;}}@media(min-width:768px){.elementor-21573 .elementor-element.elementor-element-55d40e8e{--width:100vw;}.elementor-21573 .elementor-element.elementor-element-4e80920b{--width:104.409%;}}/* Start custom CSS for html, class: .elementor-element-89ff4a9 */.inaugural-lectures-section {
  line-height: 1.6;
  color: #333;
  background: #F4F6F5;
  padding: 20px 20px;
}

.section-subtitle {
  text-align: center;
  font-size: 1.15rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto 30px;
}

.featured-lecture {
  background: linear-gradient(135deg, #5C8018, #5C8018);
  color: white;
  border-radius: 16px;
  padding: 40px 30px;
  margin-bottom: 50px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.featured-lecture .badge {
  background: #f9c234;
  color: #002244;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 12px;
}

.featured-lecture h2 {
  font-size: 1.8rem;
  margin: 15px 0;
  color: #ffffff !important;
  
}

.lecture-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 20px 0;
  font-size: 1.05rem;
  color: #ffffff !important;
}

.lecture-meta div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lectures-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.lecture-card {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 28px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.lecture-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
  border-color: #5C8018;
}

.lecture-icon {
  font-size: 3rem;
  color: #5C8018;
  margin-bottom: 16px;
}

.lecture-content h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #002244;
}

.lecturer {
  color: #5C8018;
  font-weight: 500;
  margin-bottom: 12px;
}

.lecture-meta {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 16px;
}

.excerpt {
  color: #555;
  font-size: 0.98rem;
  margin-bottom: 20px;
}

.lecture-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn.small {
  padding: 10px 20px;
  font-size: 0.95rem;
}

.cta-section {
  text-align: center;
  background: #f0f7f0;
  padding: 40px 30px;
  border-radius: 16px;
  margin-top: 60px;
}

/* Mobile */
@media (max-width: 768px) {
  .featured-lecture {
    padding: 30px 20px;
  }
  .lectures-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */