@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;900&family=Nunito+Sans:wght@400;600;700;900&display=swap');

/*specific pages container*/
.home-custom-css{}
.community-custom-css{}
.agenda-custom-css{}
.speakers-custom-css{}

/*main container of each section*/
.main-app-container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.btn-register {}
.template-nav {}
#bs-example-navbar-collapse-1 {}
.social-share-button {}
.social-share-button.facebook {}
.social-share-button.twitter {}
.social-share-button.linkedin {}
.social-share-button.google {}

.speaker-view .speaker-container .speaker-profile .speaker-image-wrapper .speaker-image-stub {
  border: none;
  width: 238px;
  height: 238px;
}

/* ── TYPOGRAPHY ── */
h2 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 36px;
  font-weight: 600 !important;
  color: #141b2b;
}

h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 24px;
  font-weight: 600 !important;
  color: #000000;
}

p {
  font-size: 18px !important;
  line-height: 1.7;
  color: #000 !important;
}

/* ── HERO ── */
.hero-text-block {
  text-align: center;
  padding: 80px 32px 60px;
  font-family: 'Montserrat', sans-serif;
}

.hero-eyebrow {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #0cb4bc;
  margin-bottom: 20px;
}

.hero-headline {
  font-size: 56px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1.05;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif !important;
}

.hero-line1 {
  color: #ffffff !important;
}

.hero-line2 {
  color: #0cb4bc !important;
  font-weight: 300 !important;
}

.hero-sub {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: rgba(255,255,255,.85) !important;
  margin-bottom: 36px;
  line-height: 1.5;
}

.hero-cta {
  display: inline-block;
  background: #0cb4bc;
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 40px;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: .04em;
}

/* ── STATS BAR ── */
.stats-wrap {
  background: #f7f8fa;
  padding: 40px 24px;
  font-family: 'Nunito Sans', sans-serif;
}

.stats-card {
  background: #000000;
  border-radius: 20px;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.stat {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  border-right: 1px solid rgba(255,255,255,.12);
}

.stat:last-child { border-right: none; }

.stat-num {
  font-size: 42px;
  font-weight: 900;
  color: #0cb4bc;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
}

/* ── INFO BAR ── */
.info-wrap {
  background: #f7f8fa;
  padding: 40px 24px;
  font-family: 'Nunito Sans', sans-serif;
}

.info-card {
  background: #000000;
  border-radius: 20px;
  padding: 36px 48px;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.info-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 32px;
  border-right: 1px solid rgba(255,255,255,.15);
}

.info-item:first-child { padding-left: 0; }
.info-item:last-child { border-right: none; padding-right: 0; }

.info-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0cb4bc, #085f80);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-icon svg {
  width: 30px;
  height: 30px;
  stroke: #ffffff;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.info-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #0cb4bc;
  margin-bottom: 6px;
}

.info-detail {
  font-size: 14px;
  color: rgba(255,255,255,.8);
  line-height: 1.6;
}

.info-detail strong {
  color: #ffffff;
  font-weight: 700;
}

/* ── QUOTE SLIDER ── */
.cs-wrap {
  background: #c2ecee;
  padding: 60px 24px 50px;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
}

.cs-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 24px;
}

.cs-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 80px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.cs-quote-mark {
  font-size: 52px;
  font-weight: 900;
  color: #0cb4bc;
  line-height: 1;
  margin-bottom: 8px;
}

.cs-slide { display: none; }
.cs-slide.active { display: block; }

.cs-quote-text {
  font-size: 18px;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 20px;
}

.cs-quote-name {
  font-size: 16px;
  font-weight: 900;
  color: #0cb4bc;
  margin-bottom: 2px;
}

.cs-quote-title {
  font-size: 15px;
  color: #888888;
  margin-bottom: 28px;
}

.cs-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
}

.cs-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d0d0d0;
  border: none;
  padding: 0;
  cursor: pointer;
}

.cs-dot.active { background: #0cb4bc; }

.cs-btns {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.cs-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #0cb4bc;
  cursor: pointer;
  color: #0cb4bc;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-btn:hover { background: #0cb4bc; color: #ffffff; }

/* ── CTA BLOCK ── */
.bottom-cta {
    padding: 60px 48px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
  }

  .bottom-cta .cta-eyebrow {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #0cb4bc !important;
    margin-bottom: 20px;
    display: block;
    text-align: center !important;
  }

  .bottom-cta h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 56px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    line-height: 1.05;
    margin-bottom: 32px;
    text-align: center !important;
  }

  .bottom-cta .cta-reg {
    display: inline-block;
    background: #ffffff !important;
    color: #0cb4bc !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: .04em;
  }

  @media (max-width: 768px) {
    .bottom-cta { padding: 48px 24px; }
    .bottom-cta h2 { font-size: 32px !important; }
  }
/* ── HIDE VIDEO ON MOBILE ── */
@media (max-width: 768px) {
  .section-7565373 { display: none !important; }
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  h2 { font-size: 28px; }
  h3 { font-size: 20px; }
  .hero-headline { font-size: 48px !important; }
  .bottom-cta h2 { font-size: 40px !important; }
}

@media (max-width: 768px) {
  .section-7556046 {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .bottom-cta { padding: 48px 24px; }
  .bottom-cta h2 { font-size: 28px !important; }
}

@media (max-width: 768px) {
  .main-app-container { width: 100%; padding: 0 16px; }
  h2 { font-size: 24px; }
  h3 { font-size: 18px; }
  p { font-size: 16px; }
  .hero-headline { font-size: 36px !important; }
  .hero-sub { font-size: 16px; }
  .stats-wrap { padding: 24px 16px; }
  .stats-card { flex-direction: column; padding: 24px; gap: 0; }
  .stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.12); padding: 16px 0; width: 100%; }
  .stat:last-child { border-bottom: none; }
  .info-wrap { padding: 24px 16px; }
  .info-card { flex-direction: column; padding: 24px; gap: 0; }
  .info-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.15); padding: 20px 0; width: 100%; }
  .info-item:first-child { padding-top: 0; }
  .info-item:last-child { border-bottom: n }
  
  
/* ── AT A GLANCE / AGENDA ── */
@media (max-width: 768px) {
  .glance-row {
    flex-direction: column !important;
  }
  .glance-time {
    width: auto !important;
    min-width: 0 !important;
    margin-bottom: 4px !important;
    padding-top: 0 !important;
  }
  .glance-wrap {
    padding: 36px 16px !important;
  }
}