.msbm-body {
  padding-top: 0px;
}

.prog-navbar-right {
  gap: 2rem;
}

.prog-navbar-anchor {
  font-weight: 500;
  font-style: Medium;
  font-size: 21.7px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0b0b0b;
}

.prog-navbar-anchor:hover {
  color: #b00000;
  text-decoration: none;
}

.prog-mobile-menu {
  top: 70px !important;
}

/* Wrapper */
.futureed-hero {
  position: relative;
  min-height: 90vh;
  overflow: hidden;
  width: 100vw;
}

/* Background image */
.futureed-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark gradient overlay */
.futureed-overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.7) 45%,
            rgba(0, 0, 0, 0.3) 65%,
            rgba(0, 0, 0, 0.05) 100%); */
}

/* Content */

.futureed-content-wrapper {
  position: relative;
  /* min-height: 90vh; */
  z-index: 2;
  margin: 0 auto;
  padding: 0 20px;
  /* display: flex; */
  /* padding-top: 20vh; */
  margin-top: 100px;
}

.futureed-content {
  position: relative;
  z-index: 2;
  padding-top: 180px;
  padding-bottom: 80px;
}

/* Title */
.futureed-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* Description */
.futureed-description {
  font-size: 1.221rem;
  line-height: 1.7;
  max-width: 600px;
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 19.53px;
  line-height: 100%;
  letter-spacing: 0%;
}

/* CTA */
.futureed-cta {
  gap: 24px;
  margin-bottom: 48px;
}

.futureed-btn {
  background: #b00000;
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.futureed-btn:hover {
  background: #8f0000;
  color: #fff;
  text-decoration: none;
}

/* Fee */
.futureed-fee small {
  display: block;
  font-size: 0.75rem;
  opacity: 0.8;
}

.futureed-fee .price {
  font-size: 1.3rem;
  font-weight: 700;
}

/* Meta info */
.futureed-meta {
  gap: 40px;
}

.futureed-meta-item small {
  display: block;
  font-weight: 500;
  font-size: 11.93px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 8px;
}

.futureed-meta-item div {
  font-weight: 700;
  font-size: 14.1px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
}

/* Responsive */
@media (max-width: 768px) {
  .futureed-title {
    font-size: 2.2rem;
  }

  .futureed-content {
    padding-top: 80px;
  }

  .futureed-meta {
    gap: 24px;
  }
}

.card-prog-content {
  display: flex;
  gap: 3rem;
  justify-content: center;
  margin-top: 16px;
  flex-wrap: wrap;
}

.card-prog-content .card-prog-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card-prog-content h4 {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #101828;
  margin-top: 8px;
}

.card-prog-content p {
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  max-width: 380px;
  color: #4a5565;
}

.card-prog-tag {
  padding: 4px 4px;
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.futureed-conclave .prog-hero-2 {
  height: 600px;
}

.futureed-conclave .hero-quote {
  border-left: 10px solid #ad0000;
  padding-left: 10px;
  margin-top: 10px;
}

.bg-gray-sub-2 {
  background-color: #fbfbfb;
}

.bg-gray-sub-3 {
  background-color: #f3f3f3;
}

.bg-gray-sub-4 {
  background-color: #f8f9fa;
}

.card-prog-content-2 {
  gap: 1.5rem;
}

.card-prog-content .card-prog-inner-2 {
  padding: 20px;
  border-radius: 10px;
}

.will-do {
  padding-right: 10px;
  padding-left: 10px;
}

.will-do h5 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.will-do .num-card {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ad0000;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
}

.will-do .num-p {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  color: #000000;
}

.will-do .last-p {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}

.should-attend .sub-small-text {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ad0000;
}

.should-attend .msbm-title-h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 45px;
  line-height: 57.6px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #101828;
  max-width: 600px;
}

.should-attend .msbm-title-p-2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #4a5565;
  text-align: start;
  margin-top: 8px;
}

.should-attend .content-p {
  font-size: 22px;
}

.should-attend-img-wrapper {
  border-radius: 10px;
  overflow: hidden;
  height: 643px;
  width: 643px;
}

@media (max-width: 768px) {
  .should-attend-img-wrapper {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
}

.futureed-speakers {
  background: #0a0e17;
  padding: 80px 40px;
  color: #fff;
}

.futureed-eyebrow {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
}

.futureed-heading {
  font-weight: 700;
  font-size: 45px;
  line-height: 57.6px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  margin: 16px 0;
}

.futureed-subheading {
  max-width: 680px;
  margin: 0 auto 60px;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  opacity: 0.9;
}

/* Speaker Cards */
.futureed-speaker-row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 20px;
}

.futureed-speaker-col {
  flex: 0 0 260px;
  max-width: 260px;
  margin-right: 24px;
}

.futureed-speaker-card {
  background: #fff;
  color: #111;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
}

.futureed-speaker-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.futureed-speaker-body {
  padding: 18px;
}

.futureed-speaker-body h5 {
  font-weight: 700;
  font-size: 17.06px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 6px;
}

.futureed-speaker-body .role {
  font-weight: 400;
  font-size: 14.22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 4px;
}

.futureed-speaker-body .org {
  font-weight: 700;
  font-size: 10.43px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 8px;
}

.futureed-speaker-body .desc {
  font-weight: 400;
  font-size: 12.32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #737373;
  line-height: 1.5;
}

/* Footnote */
.futureed-footnote {
  margin-top: 40px;
  font-size: 0.85rem;
  color: #fff;
  font-weight: 400;
  font-style: Italic;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

/* Desktop grid */
@media (min-width: 992px) {
  .futureed-speaker-row {
    flex-wrap: wrap;
    overflow: visible;
    justify-content: center;
  }

  .futureed-speaker-col {
    flex: 0 0 20%;
    max-width: 20%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}

@media (max-width: 576px) {
  .futureed-heading {
    font-size: 2rem;
  }
}

.futureed-day-tabs {
  background-color: #f8f9fa;
  width: 250px;
  display: flex;
  margin: 0 auto;
  padding: 10px 13px;
  border-radius: 8px;
}

.futureed-day-tabs .nav-item {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
}

.futureed-day-tabs .nav-link {
  border-radius: 8px;
  padding: 10px 22px;
  font-weight: 600;
  width: 100%;
  color: #111;
  margin: 0 6px;
  display: flex;
  justify-content: center;
}

.futureed-day-tabs .nav-link.active {
  background: #b00000;
  color: #fff;
}

/* Theme bar */
.futureed-theme {
  background: #0a0e17;
  color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 24px;
}

.futureed-theme small {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;

  margin-bottom: 6px;
}

.futureed-theme h5 {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;

  margin-bottom: 6px;
}

/* Schedule list */
.futureed-schedule {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.futureed-slot {
  display: flex;
  gap: 24px;
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  box-shadow: 0px 4px 15px 0px #0000001a;
  align-items: center;
}

.futureed-slot .time {
  min-width: 110px;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000;
}

.futureed-slot strong {
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;

  margin-top: 4px;
}

.futuree-slot small {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
}

/* Mobile */
@media (max-width: 576px) {
  .futureed-slot {
    flex-direction: column;
    gap: 6px;
  }

  .futureed-slot .time {
    min-width: auto;
    color: #b00000;
  }
}

.bg-gray-heavy {
  background-color: #0a0e17;
}

.excellence-img-wrapper {
  border-right: 1px solid #ffffff33;
}

.excellence-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #fff;
  padding: 0 30px;
}

.excellence-content small {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.excellence-content h5 {
  font-weight: 700;
  font-size: 45px;
  line-height: 57.6px;
  letter-spacing: 0%;
}

.excellence-content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}

.venue-content small {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ad0000;
}

.venue-content .venue-h4 {
  font-weight: 700;
  font-size: 45px;
  line-height: 57.6px;
  letter-spacing: 0%;
  color: #101828;
}

.venue-content .venue-sub {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}

.venue-p-1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.venue-p-2 {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.venue-prog {
  box-shadow: 0px 4px 15px 0px #0000001a;
  border-radius: 16px;
  padding: 20px 40px;
  max-width: 600px;
}

.venue-prog .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.venue-prog .price {
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #ad0000;
}

.venue-prog .accomodation {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}

.venue-prog .limited-p {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -1%;
  text-align: center;
  color: #000;
}
