.bs-website:not(.theme-view) {
    --font-name: puvi !important;
    --regular-font: puviregular !important;
    --medium-font: puvimedium !important;
    --light-font: puvilight !important;
    --bold-font: puvibold !important;
        --menu-item-active-color: #D64F38 !important;
	--primary-button-bg-color: #D64F38 !important;
}


.bs-section:not(.community-section-footer, .community-section-banner, .main-banner) article.foreground-layer {
    padding: 4em 0;
}

.bs-section.community-section-mediaWithButton-2 article.foreground-layer {
  padding-bottom: 22em !important;
}

/* Increase bottom padding from 60px to 700px */
section[data-section-id="48525000431749969"] > article.foreground-layer {
  padding-bottom: 480px !important;
}

/* =========================================================
   1️⃣ Create space in the first (banner) section
   ========================================================= */
section[data-section-id="48525000431749969"] > article.foreground-layer {
  padding-bottom: 420px !important;
  position: relative;
}

/* =========================================================
   Floating card section
   Section ID: 48525000431756792
   ========================================================= */

/* REQUIRED: overlap positioning + gradient background */
section[data-section-id="48525000431756792"] {
  margin-top: -220px !important;
  position: relative;
  z-index: 5;

  /* Bottom-to-top gradient (visible from ~50%) */
  background: linear-gradient(
  180deg,
  rgba(54, 115, 112, 0.00) 0%,
  rgba(54, 115, 112, 0.00) 53.69%,
  rgba(54, 115, 112, 0.70) 53.69%,
  #367370 53.85%,
  #367370 100%
  ) !important;
}

/* Floating card */
section[data-section-id="48525000431756792"] > article.foreground-layer {
  background: #ffffff;
  border-radius: 24px;
  padding: 64px 72px !important;

  width: 70%;
  margin: 0 auto;

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* Increase grid gap (image ↔ content) */
section[data-section-id="48525000431756792"]
  .bs-mediaText-wgt
  .li-item {
  grid-gap: 60px !important; /* legacy */
  gap: 60px !important;      /* modern */
}

/* Remove default background layer */
section[data-section-id="48525000431756792"] > .background-layer {
  display: none !important;
}

/* =========================================================
   Mobile responsive ONLY
   ========================================================= */
@media (max-width: 768px) {

  /* Keep overlap but soften it on mobile */
  section[data-section-id="48525000431756792"] {
    margin-top: -220px !important;
  }

  /* Card becomes near full-width */
  section[data-section-id="48525000431756792"] > article.foreground-layer {
    width: calc(100% - 32px) !important;
    padding: 24px 48px !important;
    border-radius: 18px !important;
  }

  /* Reduce spacing between image & content */
  section[data-section-id="48525000431756792"]
    .bs-mediaText-wgt
    .li-item {
    grid-gap: 28px !important;
    gap: 28px !important;
  }
}


/* ============================
/* =========================================================
   SECTION: Two Tracks (Desktop + Mobile Responsive)
   ========================================================= */

/* 1) Section spacing */
section[data-section-id="48525000431756803"] {
  padding-top: 120px !important;    /* updated */
  padding-bottom: 100px !important; /* added */
}

/* 2) Stack items vertically and center-align container */
section[data-section-id="48525000431756803"] .bs-mtList-wgt {
  display: flex !important;
  flex-direction: column !important;
  gap: 90px !important;
  align-items: center !important;
}

/* 3) Make each item a right-side card */
section[data-section-id="48525000431756803"] .bs-mtList-wgt .li-item {
  position: relative;
  margin-left: 260px;
  max-width: 720px;
  width: 100%;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 28px;
  padding: 56px 64px;
}

/* 4) Inject Track labels on the LEFT */
section[data-section-id="48525000431756803"] .bs-mtList-wgt .li-item::before {
  position: absolute;
  left: -260px;
  top: 38px;
  width: 220px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 34px;
  font-weight: 300;
  line-height: 1.1;
  white-space: nowrap;
}

section[data-section-id="48525000431756803"] .bs-mtList-wgt .li-item:nth-child(1)::before {
  content: "Track 1";
}
section[data-section-id="48525000431756803"] .bs-mtList-wgt .li-item:nth-child(2)::before {
  content: "Track 2";
}

/* 5) Typography tuning */
section[data-section-id="48525000431756803"] .li-title strong {
  display: block;
  font-size: 26px;
  line-height: 1.2;
}
section[data-section-id="48525000431756803"] .li-description {
  margin-top: 18px;
}
section[data-section-id="48525000431756803"] .li-description p {
  line-height: 1.7;
  margin: 0 0 14px 0;
}

/* =========================================================
   MOBILE / TABLET
   ========================================================= */
@media (max-width: 768px) {
  section[data-section-id="48525000431756803"] {
    padding-top: 160px !important;
    padding-bottom: 80px !important;
  }

  section[data-section-id="48525000431756803"] .bs-mtList-wgt {
    gap: 48px !important;
    align-items: stretch !important;
  }

  section[data-section-id="48525000431756803"] .bs-mtList-wgt .li-item {
    margin-left: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 28px 22px !important;
    border-radius: 22px !important;
  }

  section[data-section-id="48525000431756803"] .bs-mtList-wgt .li-item::before {
    position: static !important;
    display: block !important;
    width: auto !important;
    margin: 0 0 14px 0 !important;
    font-size: 22px !important;
    white-space: normal !important;
  }

  section[data-section-id="48525000431756803"] .li-title strong {
    font-size: 20px !important;
  }

  section[data-section-id="48525000431756803"] .li-description p {
    line-height: 1.6 !important;
  }
}

/* Desktop / Tablet */
section[data-section-id="48525000431756882"] > article.foreground-layer {
  padding-left: 160px !important;
  padding-right: 160px !important;
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

/* Mobile */
@media (max-width: 768px) {
  section[data-section-id="48525000431756882"] > article.foreground-layer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* =========================================================
   EXPERIENCE CENTRE – Item visual enhancement only
   Section: 48525000431756882
   ========================================================= */

/* Desktop / Tablet */
section[data-section-id="48525000431756882"]
  .bs-mtList-wgt
  .li-item {
  border: 1px solid #e5e5e5;          /* light grey border */
  border-radius: 12px;
  padding: 28px 32px;                 /* inner spacing */
  background: transparent;            /* keep background clean */
  box-sizing: border-box;
}

/* Improve text breathing room */
section[data-section-id="48525000431756882"]
  .bs-mtList-wgt
  .li-item
  .li-title p {
  margin: 0;
  line-height: 1.5;
}


/* =========================================================
   Mobile refinement
   ========================================================= */
@media (max-width: 768px) {
  section[data-section-id="48525000431756882"]
    .bs-mtList-wgt
    .li-item {
    padding: 20px 20px;               /* tighter on mobile */
    border-radius: 10px;
  }
}


/* =========================================================
   BEYOND THE SESSIONS – Cards grid
   Section: 48525000431742266
   ========================================================= */

/* 1) Section padding */
section[data-section-id="48525000431742266"]{
  padding-top: 80px !important;
  padding-bottom: 220px !important;
}

/* 2) Grid layout (2 columns) */
section[data-section-id="48525000431742266"] .bs-mtList-wgt{
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 44px !important;                 /* space between cards */
  align-items: start !important;
}

/* 3) Card styling */
section[data-section-id="48525000431742266"] .bs-mtList-wgt .li-item{
  background: #ffffff !important;
  border-radius: 22px !important;
  padding: 44px 44px !important;
  box-shadow: 18px 18px 0 rgba(0,0,0,0.18) !important;  /* hard-ish shadow like reference */
  box-sizing: border-box;
}

/* 4) Title + description spacing */
section[data-section-id="48525000431742266"] .bs-mtList-wgt .li-title{
  margin: 0 0 18px 0 !important;
}

section[data-section-id="48525000431742266"] .bs-mtList-wgt .li-title strong{
  display: block;
  font-size: 34px !important;
  line-height: 1.1 !important;
  color: #000 !important;
}

section[data-section-id="48525000431742266"] .bs-mtList-wgt .li-description p{
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
  color: #111 !important;
}

/* =========================================================
   Mobile responsive
   ========================================================= */
@media (max-width: 768px){
  section[data-section-id="48525000431742266"]{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  section[data-section-id="48525000431742266"] .bs-mtList-wgt{
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  section[data-section-id="48525000431742266"] .bs-mtList-wgt .li-item{
    padding: 26px 22px !important;
    border-radius: 18px !important;
    box-shadow: 10px 10px 0 rgba(0,0,0,0.16) !important;
  }

  section[data-section-id="48525000431742266"] .bs-mtList-wgt .li-title strong{
    font-size: 24px !important;
  }

  section[data-section-id="48525000431742266"] .bs-mtList-wgt .li-description p{
    font-size: 16px !important;
  }
}

/* =========================================================
   BEYOND THE SESSIONS – Grid width + centering
   Section: 48525000431742266
   ========================================================= */

/* 1) Reduce the container width by 40% and center it */
section[data-section-id="48525000431742266"]
  [data-element-id="48525000431742271"] {
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* 2) Apply the same width calculation logic to grid items */
section[data-section-id="48525000431742266"]
  .grb-list.align-item-center.column-2
  .li-item {
  width: calc((100% - (-9 * 24px)) / 2) !important;
}


/* 3) Center the grid items within the container */
section[data-section-id="48525000431742266"]
  .bs-mtList-wgt {
  justify-content: center !important;
}


/* Desktop / Tablet */
/* section[data-section-id="48525000431749890"] > article.foreground-layer {
  
  padding-top: 440px !important;
  padding-bottom: 160px !important;
} */



