/* ============================================================
   Social Innovation Congres — scoiale-innovatie-congres.css
   Page-specific styles for /scoiale-innovatie-congres
   ============================================================ */

/* ---- Static image hero ---- */
.sic-hero {
  position: relative;
  height: 50vh;
  overflow: hidden;
  background-image: url('https://innofication.com/uploadedfiles/qjtSuK2e4KakbC94DzgpwAOnt4diVfPVrULAsruU/2X20QXI7PQVEOWX32DFJNLM4N6C4WP/seminar.jpg');
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Dark tint overlay */
.sic-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 58, 84, 0.72);
  z-index: 1;
  pointer-events: none;
}

/* Hero content centered above overlay */
.sic-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
}

/* White text overrides for .head and .subtext inside the hero */
.sic-hero-content .head {
  color: #ffffff;
}
.sic-hero-content .subtext {
  color: rgba(255, 255, 255, 0.82);
}

/* Section tag inside hero: white on translucent background */
.sic-hero .section-tag {
  color: rgba(255, 255, 255, 0.88) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  margin-bottom: 14px;
  display: inline-block;
}

/* ---- Banner image (centered) ---- */
.sic-banner-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .sic-hero {
    height: 44vh;
  }
}
