/* ===== HERO SECTION ===== */
.completed-event{
  position:relative;
  background:url('../images/oct-7th-summit-bg.JPG') center/cover no-repeat;
  padding:60px 0;
  color:#fff;
}

.completed-event .hero-overlay{
  position:absolute;
  top:0; left:0;
  width:100%; height:100%;
  background:linear-gradient(
    to right,
    rgba(0,0,0,0.9),
    rgba(0,0,0,0.65)
  );
}

.hero-box{
  position:relative;
  z-index:2;
}

/* LEFT */
.hero-tag{
  display:inline-block;
  background:#28a745;
  padding:6px 14px;
  border-radius:20px;
  font-size:12px;
  font-weight:600;
  margin-bottom:12px;
}

.hero-left h1{
  font-size:40px;
  font-weight:700;
  margin-bottom:12px;
}

.hero-sub{
  font-size:16px;
  color:#ddd;
  margin-bottom:18px;
}

.hero-details p{
  font-size:15px;
  margin-bottom:8px;
}

.hero-details i{
  color:#ffb703;
  margin-right:8px;
}

/* RIGHT CARD */
.hero-card{
  background:#fff;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,0.3);
}

/* Header */
.card-head{
  background:#1f3c88;
  color:#fff;
  padding:15px 20px;
  display:flex;
  align-items:center;
}

.card-head i{
  font-size:18px;
  margin-right:10px;
  color:#ffb703;
}

.card-head h4{
  margin:0;
  font-weight:600;
}

/* Body */
.card-body{
  padding:20px;
}

.highlight-item{
  display:flex;
  align-items:center;
  padding:10px 0;
  border-bottom:1px solid #eee;
}

.highlight-item:last-child{
  border-bottom:none;
}

.highlight-item i{
  width:30px;
  height:30px;
  background:#f0f3ff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#1f3c88;
  margin-right:12px;
  font-size:14px;
}

.highlight-item span{
  font-size:15px;
  color:#333;
}
.organizer-strip{
  margin-top:20px;
  padding:12px 20px;
  background:rgba(255,255,255,0.12);
  border-left:4px solid #ffb703;
  display:inline-block;
  font-size:15px;
  border-radius:4px;
}

.org-label{
  color:#ffb703;
  font-weight:600;
  margin-right:5px;
}

.org-name{
  color:#fff;
  font-weight:600;
}

.org-sep{
  margin:0 8px;
  color:#ccc;
}

.org-assoc{
  color:#eee;
}

/* ===== ABOUT SECTION ===== */
.event-about{
  padding:40px 0;
}

.event-about h2{
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}

.event-about p{
  font-size:15px;
  line-height:1.8;
  color:#444;
  margin-bottom:15px;
  text-align: justify;
}

.about-list{
  list-style:none;
  padding:0;
  margin-bottom:20px;
}

.about-list li{
  margin-bottom:10px;
  font-size:15px;
  color: #081640;
}

.about-list i{
  color:#1f3c88;
  margin-right:8px;
}

.about-highlight{
  background:#f5f7fa;
  padding:15px;
  border-left:4px solid #1f3c88;
  font-weight:600;
}

.about-img-wrap{
  float:left;
  max-width: 550px;
  margin:0 20px 15px 0;
  border-radius:6px;
}

/* Mobile fix */
@media(max-width:767px){
  .about-img-wrap{
    float:none;
    width:100%;
    margin:0 0 15px 0;
  }
}

.container-border{
border: 2px solid #e6e6e6;
}

/* ===== GALLERY SECTION ===== */
.event-gallery{
  padding:40px 0;
  background:#fafafa;
}

.event-gallery h2{
  margin-bottom:40px;
}

.event-gallery .col-md-3{
  margin-bottom:25px;
}

/* ===== VIDEO SECTION ===== */
.event-videos{
  padding:40px 0;
}

.event-videos h2{
  margin-bottom:40px;
}

/* ===== CTA SECTION ===== */
.event-cta{
  background:#222;
  color:#fff;
  padding:40px 0;
}

.event-cta h2{
  margin-bottom:15px;
}

.event-cta p{
  font-size:16px;
  margin-bottom:20px;
}

/* ===== RESPONSIVE ===== */
@media(max-width:767px){
  .event-hero h1{
    font-size:26px;
  }

  .event-about h2{
    font-size:24px;
  }
}