html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

p:last-of-type {
    margin-bottom: 0;
}

.hero-section {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 85vh;
  padding: 100px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  width: 100%;
}

/* Text Banner (the PNG you uploaded) */

.hero-text-banner {
  width: 100%;
  max-width: 1600px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Optional: Make it even bigger on large screens */

@media (min-width: 1200px) {
  .hero-text-banner {
    max-width: 100%;
  }
}

.image-content__text h2 {
  font-size: 50px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  color: #fff;
}

.hero-content h1 {
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
}

.hero-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

section.conference-intro {
  padding: 100px !important;
}

.conference-intro {
  background: #fff;
}

.conference-intro__wrapper {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  max-width: 1576px;
  margin: 0 auto;
  align-items: start;
}

/* LEFT */

.conference-intro__left h2 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.conference-intro__left p {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 15px;
}

.conference-intro__left .conference-intro__right {
  display: none;
}

/* RIGHT */

.conference-intro__right {
  display: flex;
  gap: 30px;
  margin: auto;
}

/* CARD */

.speaker-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  flex: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 373px;
  height: auto;
}

/* IMAGE */

.speaker-card__image {
  width: auto;
  height: auto;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}

.speaker-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1600px) {
  .conference-intro__left .conference-intro__right {
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
  }
  .conference-intro__wrapper > .conference-intro__right {
    display: none;
  }
}

/* TEXT */

.speaker-card__name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.speaker-card__desc {
  font-size: 18px;
  color: #1a1a1a;

}

@media (max-width: 1199px) and (min-width: 768px) {
    .speaker-card__desc {
        min-height: 122px;
    }
}

.speaker-card__name {
  font-family: Montserrat !important;
}

.conference-speakers-custom {
  padding-left: 30px;
  padding-right: 30px;
  background-size: cover;
  background-position: center;
  text-align: center;
}

/* TITLE */

.cs-title {
  padding: 0;
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 50px;
}

/* KEYNOTE */

.cs-keynote {
  background: #fff;
  max-width: 497px;
  margin: 0 auto 50px;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* IMAGE */

.cs-image {
  width: 244px;
  height: 244px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
}

.cs-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SUBTITLE */

.cs-subtitle {
  color: #105e31;
  font-size: 30px;
  margin-bottom: 50px !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px !important;
  text-align: center;
}

/* GRID */

.cs-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

/* CARD */

.cs-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* TEXT */

.cs-card h3 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

section.conference-speakers-custom h3 {
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 20px;
  font-weight: 600;
}

section.conference-speakers-custom p {
  margin-bottom: 20px;
}

.cs-card p {
  font-size: 18px;
  margin-bottom: 20px;
}

/* BUTTON */

.cs-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Ensures text stays centered */
  width: 100%;
  max-width: 448.33px;
  height: 54px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  background: #019b43;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
  position: relative;
  /* Required for wave effect */
  overflow: hidden;
  /* Required for wave effect */
  transition:
    background 0.4s ease,
    box-shadow 0.4s ease;
  box-shadow: 0 4px 15px rgba(1, 155, 67, 0.2);
}

.cs-btn:hover {
  background: #05e364;
  box-shadow: 0 4px 20px 0 rgba(0, 249, 107, 0.7);
}

/* White Wave Effect */

.cs-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.45),
    transparent
  );
  transition: all 0.75s ease;
  z-index: 1;
  pointer-events: none;
}

.cs-btn:hover::before {
  left: 180%;
}

/* Keep text above the wave */

.cs-btn span {
  position: relative;
  z-index: 2;
}

/* CENTER LAST ROW */

/* RESET */

/* ================= DESKTOP (DEFAULT) ================= */

.cs-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

/* TOP ROW */

.cs-grid > .cs-card:nth-child(1) {
  grid-column: 1 / span 2;
}

.cs-grid > .cs-card:nth-child(2) {
  grid-column: 3 / span 2;
}

.cs-grid > .cs-card:nth-child(3) {
  grid-column: 5 / span 2;
}

/* BOTTOM ROW CENTERED */

.cs-grid > .cs-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.cs-grid > .cs-card:nth-child(5) {
  grid-column: 4 / span 2;
}

h2.video-quote {
  color: #fff !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* SECTION */

.video-highlight {
  position: relative;
  padding: 80px 20px;
  text-align: center;
  background-size: cover;
  background-position: center;
}

/* DARK OVERLAY */

.video-highlight::before {
  content: "";
  position: absolute;
  inset: 0;
}

/* CONTAINER & CONTENT */

.video-highlight .container {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  /* Slightly larger than video for breathing room */
  margin: 0 auto;
  margin-bottom: 20px;
}

/* VIDEO BOX - ENLARGED */

.video-box {
  position: relative;
  max-width: 1256px;
  /* ← Your requested size */
  margin: 0 auto 40px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  /* Optional: nicer shadow */
  margin-bottom: 20px;
}

/* THUMBNAIL */

.video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}

/* VIDEO PLAYER */

.video-player {
  display: none;
  width: 100%;
  border-radius: 20px;
}

/* PLAY BUTTON */

.video-play {
  position: absolute;
  inset: 0;
  /* 👈 strongest centering trick */
  margin: auto;
  width: 90px;
  height: 90px;
  background: #019b43;
  color: #fff;
  font-size: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* ✅ WHITE BORDER */
  border: 4px solid #fff;
  /* ✅ CLEAN SHADOW */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s ease;
}

.video-play svg {
    margin-left: 5px;
}

/* HOVER */

.video-box:hover .video-play {
  transform: scale(1.1);
  background: #017a36;
}

/* OPTIONAL: subtle glow ring */

.video-play::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  /* border: 2px solid rgba(255, 255, 255, 0.4); */
  opacity: 0.6;
}

/* ================= SECTION BASE (IMPORTANT) ================= */

.mission-section {
  background: #1f8f45;
  /* ✅ required */
  padding: 100px;
  color: #fff;
}

.mission-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ================= TITLE ================= */

.mission-title {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 900;
  line-height: 52px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

/* ================= GRID ================= */

.mission-wrapper {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

/* ================= LEFT ================= */

.mission-left {
  max-width: 640.38px;
  width: 100%;
}

.mission-left p {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.6px;
  /* 170% */
  letter-spacing: 0.9px;
}

/* ================= RIGHT ================= */

.mission-right {
  text-align: center;
}

.mission-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Centers both blockquote and verse */
  text-align: center;
}

.mission-right blockquote {
  color: #fff;
  font-family: Vidaloka;
  font-size: 50px;
  font-weight: 400;
  line-height: 65px;
  text-transform: uppercase;
  width: 328px;
  /* Keep your desired width */
  margin: 0 auto 20px;
  /* Spacing between quote and verse */
  position: relative;
}

.mission-verse {
  color: #fff;
  font-family: Vidaloka;
  font-size: 23px;
  font-weight: 400;
  line-height: 29.9px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 1600px) {
  .conference-intro__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 1300px) {
  .conference-intro__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 1300px) {
  .conference-intro__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* ================= TABLET (1199px ↓) ================= */

@media (max-width: 1199px) {
  /* HERO */
  .hero-section {
    min-height: 70vh;
    padding: 70px 30px;
    background-position: center top;
  }
  .hero-content h1 {
    font-size: 42px;
  }
  .hero-content p {
    font-size: 16px;
  }
  /* INTRO SECTION */
  section.conference-intro {
    padding: 70px 30px;
  }
  .conference-intro__wrapper {
    grid-template-columns: 1fr;
    /* ✅ 1 column */
    gap: 40px;
    text-align: center;
  }
  .conference-intro__right {
    flex-direction: column;
    align-items: center;
  }
  .speaker-card {
    width: 100%;
    max-width: 400px;
  }
  /* SPEAKERS GRID */
  .conference-speakers-custom {
    padding: 70px 30px;
  }
  .cs-grid {
    grid-template-columns: 1fr;
    /* ✅ STRICT 1 COLUMN */
    gap: 25px;
  }
  .cs-grid > .cs-card {
    grid-column: auto !important;
    /* ✅ reset positioning */
  }
  .cs-image {
    width: 200px;
    height: 200px;
  }
  /* VIDEO */
  .video-highlight {
    padding: 70px 30px;
  }
  .video-play {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
  .video-quote {
    font-size: 26px;
  }
  /* MISSION */
  .mission-section {
    padding: 70px 30px;
  }
  .mission-wrapper {
    grid-template-columns: 1fr;
    /* ✅ 1 column */
    gap: 40px;
    text-align: center;
  }
  .mission-title {
    font-size: 32px;
    line-height: 42px;
  }
  .mission-right blockquote {
    font-size: 32px;
    line-height: 42px;
  }
  .mission-left {
    width: 100%;
    max-width: 1300px;
  }
  .conference-intro__right {
    display: flex;
    flex-direction: row !important;
  }
  section.conference-intro {
    padding: 70px 30px !important;
  }
  .cs-grid {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns */
    gap: 25px;
  }
  section.mission-section {
    padding: 70px 30px;
  }

  .cs-grid .cs-card:last-child {
    grid-column: span 2 !important;
    justify-self: center;
    max-width: 50%;
  }
}

/* ================= MOBILE (767px ↓) ================= */

@media (max-width: 767px) {
  /* HERO */
  .hero-section {
    min-height: 60vh;
    padding: 50px 20px;
  }
  .hero-content h1 {
    font-size: 28px;
  }
  .hero-content p {
    font-size: 14px;
  }
  /* INTRO */
  section.conference-intro {
    padding: 50px 20px;
  }
  .conference-intro__left h2 {
    font-size: 32px;
  }
  .conference-intro__left p {
    font-size: 14px;
  }
  /* SPEAKERS */
  .conference-speakers-custom {
    padding: 50px 20px;
  }
  .cs-title {
    font-size: 32px;
  }
  .cs-subtitle {
    font-size: 20px;
  }
  .cs-card h3 {
    font-size: 22px;
  }
  .cs-card p {
    font-size: 14px;
  }
  .cs-image {
    width: 160px;
    height: 160px;
  }
  /* VIDEO */
  .video-highlight {
    padding: 50px 20px;
  }
  .video-quote {
    font-size: 20px;
    line-height: 1.4;
  }
  .video-play {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  /* MISSION */
  .mission-section {
    padding: 50px 20px;
  }
  .mission-left p {
    font-size: 14px;
  }
  .mission-right blockquote {
    font-size: 22px;
    line-height: 32px;
  }
  .mission-verse {
    font-size: 14px;
  }
  .conference-intro__right {
    flex-direction: column !important;
  }
  section.conference-intro {
    padding: 50px 20px !important;
  }
  .cs-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  section.mission-section {
    padding: 50px 20px;
  }

  .cs-grid .cs-card:last-child {
    max-width: 100%;
  }
}

