/* =========================================================
   Landbell GreenForest Solutions — WCEF2026 Accelerator Session
   Custom styles on top of Bootstrap 5.3
   ========================================================= */

:root {
  --color-primary: #549772;
  --color-primary-dark: #457d5f;
  --color-primary-light: #6fa98a;
  --color-dark: #1f2a24;
  --color-text: #000000;
  --color-muted: #6c757d;
  --color-bg-light: #F5F6F6;
  --color-bg-soft: #f2f2f2;
  --color-border: #e2e5e3;

  --font-heading: "Open Sans", sans-serif;
  --font-body: "Open Sans", sans-serif;

  --header-height: 92px;
  --transition-base: 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* =========================================================
   Base
   ========================================================= */
html {
  scroll-behavior: auto; /* smooth scrolling is handled in JS to control header offset precisely */
}

body {
  font-family: var(--font-body);
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.65;
  background: #fff;
}
p{font-weight: 400;}
h1, h2, h3, h4,
.font-heading {
  font-family: var(--font-heading);
  color: var(--color-dark);
  font-weight: 600;
  margin: 0;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: var(--color-primary-dark);
}

section[id] {
  scroll-margin-top: var(--header-height);
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  padding: 0.6rem 1rem;
  background: var(--color-primary);
  color: #fff;
}

/* =========================================================
   Buttons
   ========================================================= */
.btn-brand {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  padding:0.85rem 2rem;
  border-radius: 0;
  transition: transform var(--transition-base), background-color var(--transition-base), box-shadow var(--transition-base);
}

.btn-brand:hover,
.btn-brand:focus-visible {
  background-color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -8px rgba(69, 125, 95, 0.55);
}

.btn-light-brand {
  background-color: #fff;
  border: 1px solid #fff;
  color: var(--color-primary-dark);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.7rem 1.8rem;
  border-radius: 0;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.btn-light-brand:hover,
.btn-light-brand:focus-visible {
  color: var(--color-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.25);background: #fff;
}

.btn:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--color-primary-dark);
  outline-offset: 2px;
}

/* =========================================================
   Header
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #fff;
  border-bottom: 1px solid var(--color-border);
}

.navbar {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.brand-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.brand-text {
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1.15;
  font-size: 0.95rem;
  color: var(--color-dark);
}

.navbar-nav .nav-link {
  color: var(--color-dark);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.4rem 0.75rem;
  position: relative;
}

.navbar-nav .nav-link.active {
  font-weight: 700;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.1rem;
  height: 2px;
  background: var(--color-primary);
  transform: scaleX(0);
  transition: transform var(--transition-base);
  transform-origin: left;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

.social-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  transition: background-color var(--transition-base), transform var(--transition-base);
}

.social-badge:hover {
  background: var(--color-primary-dark);
  color: #fff;
  transform: translateY(-2px);
}

/* =========================================================
   Hero
   ========================================================= */
.hero-section {
  position: relative;
  overflow: hidden;padding: 0;margin-top: 115px;
  border-top: 1px solid #ccc;
}

.hero-top-bar {
  height: 10px;
  width:50%;
  background:#549772;position: absolute;
  right: 0;
  top: 66px;
  z-index: 10;
}

.hero-media {
  min-height: 420px;
  overflow: hidden;
}

.hero-media img {
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.hero-content {
  display: flex;
  align-items: flex-end;
  background: #fff;position: relative;z-index: 9;
}
.hero-content-inner{margin-left: -80px;
  background: #fff;
  height: calc(100% - 66px);}
.hero-content-inner {
  padding:50px 3.5rem 120px;
  max-width: 750px;
}
.fw-semibold {
  font-weight: 700;
}
.eyebrow {
  font-weight: 700;
  font-size:0.85rem;
  letter-spacing: 0.06em;
  color: var(--color-dark);
  margin-bottom: 0.75rem;
}

.hero-content h1 {
  color: var(--color-primary);
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.25;
}

.hero-divider {
  margin: 1.75rem 0;
  border-top: 1px solid var(--color-border);
  opacity: 1;
}

.overview-label {
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 1.25rem;
}

.info-item {
  display: flex;
  align-items:center;
  gap: 0.65rem;
}

.info-icon {
  color: var(--color-primary);
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.info-label {
  display: block;
  font-size: 0.85rem;
  color:#000;
}

.info-value {
  display: block;
  font-weight: 700;
  font-size:1rem;
  color: var(--color-dark);
}
.venue-section .btn-brand{padding-left: 1rem;padding-right: 1rem;}
/* =========================================================
   About the Session
   ========================================================= */
.about-section .about-left {
  background: var(--color-primary);
  color: #fff;
  padding: 3.5rem 3.5rem;
}
.about-section{padding: 0;}
.about-innerwrap{padding-left:30%;}
.about-section .about-left h2 {
  color: #fff;
  font-size: 2rem;
  position: relative;
  padding-bottom: 0.85rem;
}
@media only screen and (min-width:768px) and (max-width:1600px){
.about-innerwrap {
  padding-left: 4%;
}
.hero-content-inner{padding: 4rem 3.5rem 8rem 3.5rem;}
}
.about-section .about-left h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 60px;
  background: #fff;
}

.small-label,
.section-sublabel {
  font-size: 0.95rem;
  opacity: 0.9;
}

.tag-list {
  max-width: 480px;
}

.tag-pill {
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  padding: 0.4rem 0.95rem;
  font-size: 0.82rem;
  color: #fff;
  transition: background-color var(--transition-base), border-color var(--transition-base);
}

.tag-pill:hover {
  background: rgba(255, 255, 255, 0.15);
}

.about-section .about-right {
  background: var(--color-bg-light);
  padding: 3.5rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-section .about-right p {
  max-width: 640px;
}

.collab-logos img {
  object-fit: contain;max-width: 100%;
  /* max-width: 130px; */
}

/* =========================================================
   Section heading shared
   ========================================================= */
.programme-section,
.speakers-section,
.moderators-section {
  padding: 5rem 0;
}

.speakers-section {
  background: var(--color-bg-light);
}

.section-heading {
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  font-weight: 700;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

.section-heading::after,
.underline-accent::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 3px;
  width: 70px;
  background: var(--color-primary);
}

.underline-accent {
  position: relative;
  padding-bottom: 0.35rem;
  display: inline-block;
}

/* =========================================================
   Programme timeline
   ========================================================= */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 80px;
  bottom: 80px;
  width: 2px;
  background:rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
}

.timeline-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 100px 1fr;
  align-items: center;
  margin-bottom: 2.25rem;
}

.timeline-card {
  background:#F5F6F6;
  color: #000;
  padding: 1.5rem 1.75rem;
  border-radius: 0;
  grid-column: 1;position: relative;
  z-index: 9999;
}

.timeline-row--right .timeline-card {
  grid-column: 3;
}

.timeline-time {
  font-weight: 700;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}

.timeline-card h3 {
  color: #549772;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.timeline-card p {
  margin-bottom: 0.5rem;
  font-size: 0.92rem;
  opacity: 0.95;
}

.timeline-note {
  font-weight: 600;
  margin-bottom: 0 !important;
  opacity: 1 !important;
}

.timeline-dot {
  grid-column: 2;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-primary);
  border: 3px solid var(--color-primary);
  box-shadow: 0 0 0 1px var(--color-primary);
  margin: 0 auto;
  z-index: 9;position: relative;
}
.timeline-dot:after{content: '';width: 60px;
  background: rgba(0, 0, 0, 0.2);
  height: 2px;
  position: absolute;
  left: -64px;
  top: 10px;
  z-index: -2;}
.timeline-row--right .timeline-dot:after{left: auto;
  right: -63px;}


.timeline-spacer {
  grid-column: 3;
}

.timeline-row--right .timeline-spacer {
  grid-column: 1;
}

/* =========================================================
   People cards (speakers + moderators)
   ========================================================= */
.people-card {
  background: #fff;
  border:0;
  border-radius: 0;
  padding: 1.75rem 1.25rem;
  text-align: center;
  height: 100%;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.people-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px -18px rgba(0, 0, 0, 0.25);
}

.people-card--speaker .people-photo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.people-card--moderator {
  text-align: left;
  padding: 1.5rem;border: 1px solid #E5E7EB;
  border-radius: 8px;
}

.people-card--moderator .people-photo {
  width:190px;
  height: 190px;
  border-radius: 50%;
  object-fit: cover;
}

.people-name {
  color: var(--color-primary);
  font-size: 1.05rem;
  margin-bottom: 0.15rem;
}

.people-title {
  font-weight: 700;
  color:#000;
  font-size: 0.9rem;
  margin-bottom: 0.1rem;
}

.people-org {
  color:#000;
  font-size: 0.78rem;
  margin-bottom: 0.85rem;
}

.read-more-btn {
  background: none;
  border: none;
  padding: 0;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: gap var(--transition-base), color var(--transition-base);
}

.read-more-btn:hover,
.read-more-btn:focus-visible {
  color: var(--color-primary-dark);
  gap: 0.55rem;
}

/* =========================================================
   Venue
   ========================================================= */
.venue-section .venue-left {
  display: flex;
  align-items: center;
}
.venue-section{padding-top: 0;padding-bottom: 0;}
.venue-left-inner {
  padding: 3.5rem 3.5rem;
  max-width: 100%;width: 100%;
}

.venue-left-inner h2 {
  font-size: 2rem;
  position: relative;
  padding-bottom: 0.85rem;
  margin-bottom: 1.25rem;
}
.text-left{position:relative;}
.venue-left-inner h2::after,.text-left:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 60px;
  background: var(--color-primary);
}
.text-left:after{transform: unset;}
.green-hd {
  color: #549772;
  font-size:13px;letter-spacing:1px;
  margin-bottom: 0.5rem;font-weight:700;
}
.venue-name {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 1.25rem;
}

.venue-meta {
  margin-bottom: 1.5rem;
}

.venue-divider {
  border-top: 1px solid var(--color-border);
  margin: 1.5rem 0;
  opacity: 1;
}

.venue-media {
  min-height: 360px;
  overflow: hidden;
}

.venue-media img {
  object-fit: cover;
  transition: transform 0.8s ease;
}

/* =========================================================
   Secure Your Participation
   ========================================================= */
.register-section {
  background: var(--color-primary);
  color: #fff;
  padding: 5rem 0;
}

.register-section .section-heading {
  color: #fff;
}

.register-section .section-heading::after {
  background: #fff;
}

.register-sub {
  margin: 0 auto 2.5rem;
}

.register-meta {
  row-gap: 1.5rem;
}

.register-meta .info-item {
  text-align: left;
}

.register-meta .info-label,
.register-meta .info-value {
  color: #fff;
}

.register-meta .info-icon {
  color: #fff;
}

.register-meta .info-label {
  opacity: 0.85;
}

.register-divider {
  display: none;
  width: 2px;
  background: rgba(255, 255, 255, 0.4);margin: 0 40px;
  align-self: stretch;padding: 0;
}

@media (min-width: 768px) {
  .register-divider {
    display: block;
  }
  .speakers-col{padding-left: 8px;padding-right: 8px;}
}

/* =========================================================
   Mandatory WCEF2026
   ========================================================= */
.wcef-section {
  padding: 4.5rem 0;
}

.wcef-logo-img {
  max-width: 220px;
  width: 100%;
}

.wcef-section h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.wcef-section p {
  max-width: 680px;
  margin-bottom: 1.5rem;
}

/* =========================================================
   Footer
   ========================================================= */
#contact.site-footer {
  background:#459368;
  color: #fff;
  padding-top: 3rem;padding-bottom: 0;margin: 0;
}
.footer-btn{text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1px;
  padding: 3px 15px;}
.footer-top h2 {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.footer-top p a {
  color: #fff;
  font-weight: 600;
}

.footer-top .btn-light-brand {
  margin-top: 1.25rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 3rem;
  padding: 2rem 0;
  font-size: 0.9rem;
}

.footer-logo-mark {
  max-height: 64px;
  width: auto;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.5rem;
}

.footer-links a,
.footer-bottom a {
  color: #fff;
  opacity: 0.9;
}

.footer-links a:hover,
.footer-bottom a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-bottom .social-badge {
  background: #fff;
  color: var(--color-primary);
}

/* =========================================================
   Reusable people modal
   ========================================================= */
.modal-content {
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.modal-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 5;
  background:url(../events-images/close.svg) no-repeat center center rgba(84, 151, 114, 0.27);opacity: 1;
  border-radius: 50px;
  width: 28px;
  height: 28px;
}

.modal-body {
  padding: 2.5rem;
}

.modal-people-photo {
  width: 100%;
  max-width: 180px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.modal-people-name {
  color: var(--color-primary);
  font-size: 1.4rem;
  margin-bottom: 0.25rem;
}

.modal-people-title {
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 0.1rem;
}

.modal-people-org {
  color: var(--color-muted);
  margin-bottom: 1.25rem;
}

.modal-people-bio {
  margin-bottom: 0;
  line-height: 1.7;max-height: 450px;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  transform: translateY(24px) scale(0.98);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.modal.show .modal-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* =========================================================
   Scroll-reveal animations
   ========================================================= */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-img {
  overflow: hidden;
  position: relative;
}

.reveal-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background:#fff;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 1;
}

.reveal-img.is-visible::after {
  transform: scaleX(0);
}

.reveal-img img {
  transform: scale(1.08);
  transition: transform 1.1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.reveal-img.is-visible img {
  transform: scale(1);
}
.top-align{align-items: flex-start;}
.line-h1{line-height: 1.3;}
.border-lr{border-left: 1px solid var(--color-border);border-right: 1px solid var(--color-border);}
.speakers-section .col-lg{flex: unset;}


@media (prefers-reduced-motion: reduce) {
  .fade-up,
  .reveal-img::after,
  .reveal-img img,
  .modal.fade .modal-dialog {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 991.98px) {
  :root {
    --header-height: 76px;
  }

  .hero-content-inner {
    padding: 2.5rem 1.75rem;
    max-width: none;
  }

  .about-section .about-left,
  .about-section .about-right,
  .venue-left-inner {
    padding: 2.75rem 1.75rem;
  }

  .venue-left-inner {
    max-width: none;
  }

  .hero-media {
    min-height: 320px;
  }

  .venue-media {
    min-height: 280px;
  }

  .timeline-row,
  .timeline-row--right {
    grid-template-columns: 40px 1fr;
  }

  .timeline-line {
    left: 15px;top: 85px;
    bottom: 120px;
  }
.timeline-dot::after{right: -63px;left: auto;}
  .timeline-card,
  .timeline-row--right .timeline-card {
    grid-column: 2;
  }

  .timeline-dot {
    grid-column: 1;position: absolute;
  }

  .timeline-spacer,
  .timeline-row--right .timeline-spacer {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-nav {
    padding-top: 1rem;
    gap: 0.25rem;
  }

  .navbar-nav .nav-link {
    padding: 0.55rem 0.25rem;
  }

  .social-badge {
    margin-top: 0.5rem;
  }

  .programme-section,
  .speakers-section,
  .moderators-section,
  .wcef-section,
  .register-section {
    padding: 3.5rem 0;
  }

  .people-card--moderator {
    flex-direction: column;
    text-align: center;
  }

  .modal-body {
    padding: 1.75rem;
  }
  #header .logo img.event-header-logo{max-height:50px;}
  .border-lr{border-left:0;}
  .collab-logos{gap: 15px !important;}
  .people-card--moderator .people-photo{width:100px;height:100px;}
}

@media (max-width: 575.98px) {
  .hero-content-inner {
    padding: 2rem 1.25rem;
  }

  .about-section .about-left,
  .about-section .about-right,
  .venue-left-inner {
    padding: 2.25rem 1.25rem;
  }
}

@media (max-width: 575.98px) {
.hero-content-inner{height: auto;margin-left: 0;}
.about-innerwrap {padding-left: 0;}
.people-card--speaker .people-photo {width: 100px;height: 100px;}
.people-card{padding: 1rem;}
.row.justify-content-center.register-meta {justify-content: flex-start !important;}
.hero-top-bar{display: none;}








}
