.elementor-5388 .elementor-element.elementor-element-156a2d5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ab953ed */html,body{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
}
 
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container,
body .site,
body .site-content,
body .content-area,
body .site-main,
body .entry-content,
body .elementor,
body .elementor-section-wrap,
body .elementor-container,
body .elementor-widget-wrap,
body .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
  margin:0!important;
  padding:0!important;
  max-width:100%!important;
}
 
/* =========================
   BASE
   ========================= */
 
.goflex-programs,
.goflex-programs *,
.goflex-programs *::before,
.goflex-programs *::after{
  box-sizing:border-box;
}
 
.goflex-programs{
  --gold:#c8a96e;
  --gold-light:#e2c98a;
  --gold-pale:#f5edd8;
  --charcoal:#1a1a1a;
  --charcoal-soft:#2c2c2c;
  --off-white:#f8f6f1;
  --white:#ffffff;
  --gray-muted:#7a7a7a;
  --gray-light:#ebebeb;
  --border-dark:rgba(255,255,255,.08);
  --border-gold:rgba(200,169,110,.22);
 
  width:100vw!important;
  max-width:100vw!important;
  position:relative;
  left:50%;
  margin-left:-50vw!important;
  background:var(--charcoal);
  color:var(--white);
  overflow-x:hidden!important;
  font-family:'Outfit',sans-serif;
  -webkit-font-smoothing:antialiased;
}
 
.goflex-programs img{
  display:block;
  max-width:100%;
}
 
.goflex-programs a{
  text-decoration:none;
  color:inherit;
}
 
.goflex-programs ul{
  list-style:none;
  margin:0;
  padding:0;
}
 
.gp-wrap{
  max-width:1200px;
  margin:0 auto;
  padding:0 56px;
}
 
/* =========================
   TYPOGRAPHY
   ========================= */
 
.gp-display,
.goflex-programs h1,
.goflex-programs h2,
.goflex-programs h3{
  font-family:'Cormorant Garamond',serif!important;
  font-weight:300!important;
  line-height:1.04!important;
  letter-spacing:-.03em!important;
}
 
.gp-label{
  display:block;
  font-size:11px!important;
  font-weight:600!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  color:var(--gold)!important;
}
 
.gp-label-light{
  color:var(--gold-light)!important;
}
 
.gp-divider{
  width:48px;
  height:2px;
  background:var(--gold);
  margin:18px 0;
}
 
.gp-divider-center{
  margin:18px auto;
}
 
.gp-copy{
  font-size:.98rem!important;
  line-height:1.78!important;
  color:var(--gray-muted)!important;
}
 
/* =========================
   BUTTONS
   ========================= */
 
.gp-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  padding:15px 34px!important;
  font-size:.88rem!important;
  font-weight:600!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
  transition:background .25s,border-color .25s,color .25s,transform .25s!important;
}
 
.gp-btn:hover{
  transform:translateY(-2px)!important;
}
 
.gp-btn-gold{
  background:var(--gold)!important;
  color:var(--charcoal)!important;
}
 
.gp-btn-gold:hover{
  background:var(--gold-light)!important;
}
 
.gp-btn-dark{
  background:var(--charcoal-soft)!important;
  color:var(--white)!important;
}
 
.gp-btn-dark:hover{
  background:#383838!important;
}
 
.gp-btn-outline{
  background:transparent!important;
  border:1.5px solid rgba(255,255,255,.28)!important;
  color:var(--white)!important;
  padding:14px 34px!important;
}
 
.gp-btn-outline:hover{
  border-color:var(--gold)!important;
  color:var(--gold)!important;
}
 
.gp-btn-wa{
  background:#25d366!important;
  color:#fff!important;
}
 
.gp-btn-wa:hover{
  background:#1ebe5d!important;
}
 
/* =========================
   REVEAL
   ========================= */
 
.gp-reveal{
  opacity:1;
  transform:none;
}
 
.goflex-programs.gp-js-ready .gp-reveal{
  opacity:0;
  transform:translateY(32px);
  transition:opacity .85s cubic-bezier(.22,1,.36,1),transform .85s cubic-bezier(.22,1,.36,1);
}
 
.goflex-programs.gp-js-ready .gp-reveal.in{
  opacity:1;
  transform:none;
}
 
.gp-d1{transition-delay:.1s}
.gp-d2{transition-delay:.2s}
.gp-d3{transition-delay:.32s}
.gp-d4{transition-delay:.44s}
 
/* =========================
   HERO
   ========================= */
 
/* =========================
   ANNOUNCEMENT BAR (push programme)
   ========================= */
.gp-promo-bar{
  display:block;
  background:var(--gold);
  color:var(--charcoal);
  text-align:center;
  padding:11px 16px;
  font-size:.76rem;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-decoration:none;
  transition:background .25s ease;
}
.gp-promo-bar strong{
  font-weight:800;
}
.gp-promo-bar:hover{
  background:var(--gold-light);
}
 
.gp-hero{
  position:relative!important;
  overflow:hidden!important;
  background:var(--charcoal)!important;
  display:flex!important;
  align-items:flex-start!important;
  margin:0!important;
  padding:0!important;
  min-height:calc(100vh - 78px)!important;
}
 
.gp-hero-bg{
  position:absolute;
  inset:-60px;
  background:
    linear-gradient(160deg,rgba(26,26,26,.82) 0%,rgba(26,26,26,.55) 55%,rgba(26,26,26,.75) 100%),
    url('https://goflexevents.com/wp-content/uploads/2026/05/Customized-Corporate-Training-banner.webp') center/cover no-repeat;
  transform:translateY(0);
}
 
/* High-specificity override so the hero image wins against theme/Elementor backgrounds */
.goflex-programs .gp-hero-bg{
  background:
    linear-gradient(
      160deg,
      rgba(26,26,26,.82) 0%,
      rgba(26,26,26,.55) 55%,
      rgba(26,26,26,.75) 100%
    ),
    url('https://goflexevents.com/wp-content/uploads/2026/05/Customized-Corporate-Training-banner.webp') center/cover no-repeat!important;
}
 
 
.gp-hero::after{
  content:'';
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:linear-gradient(180deg,transparent,var(--gold),transparent);
}
 
.gp-hero-inner{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  max-width:1320px!important;
  margin:0 auto!important;
  min-height:calc(100vh - 78px)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  padding-left:56px!important;
  padding-right:56px!important;
  padding-top:58px!important;
  padding-bottom:82px!important;
}
 
.gp-hero-eyebrow{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  margin:16px 0 18px 0!important;
  opacity:0;
  animation:gpFadeUp .9s .15s forwards;
  flex-wrap:nowrap!important;
}
 
.gp-eyebrow-line{
  width:40px;
  height:1px;
  flex:0 0 40px;
  background:var(--gold);
}
 
.gp-hero h1{
  font-size:clamp(2.75rem,5.3vw,5rem)!important;
  color:#fff!important;
  max-width:980px!important;
  margin:0!important;
  opacity:0;
  animation:gpFadeUp .95s .32s forwards;
  line-height:1.02!important;
}
 
.gp-hero h1 em{
  font-style:italic!important;
  color:var(--gold-light)!important;
}
 
.gp-hero-sub{
  max-width:720px!important;
  margin-top:24px!important;
  font-size:1.08rem!important;
  line-height:1.72!important;
  color:rgba(255,255,255,.80)!important;
  opacity:0;
  animation:gpFadeUp .95s .5s forwards;
}
 
.gp-hero-ctas{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:44px;
  opacity:0;
  animation:gpFadeUp .95s .68s forwards;
}
 
.gp-hero-pills{
  display:none!important;
}
 
.gp-pill{
  padding:6px 14px;
  border:1px solid rgba(200,169,110,.22);
  background:rgba(255,255,255,.03);
  font-size:.72rem!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
  color:rgba(255,255,255,.55)!important;
}
 
.gp-scroll{
  position:absolute;
  left:50%;
  bottom:10px;
  transform:translateX(-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  opacity:0;
  z-index:8;
  animation:gpScrollFadeUp 1s 1.2s forwards;
}
 
.gp-scroll span{
  font-size:10px!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
  color:rgba(255,255,255,.45)!important;
}
 
.gp-scroll-line{
  width:1px;
  height:40px;
  background:linear-gradient(180deg,rgba(255,255,255,.4),transparent);
  animation:gpScrollPulse 2s infinite;
}
 
/* =========================
   REVIEWS STRIP
   ========================= */
 
/* Reviews strip heading (readability/structure) */
.gp-reviews-heading{
  font-family:'Outfit',sans-serif!important;
  font-size:.82rem;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(255,255,255,.55);
  margin:0 0 18px;
}
 
.gp-reviews-strip{
  background:var(--charcoal-soft);
  border-top:1px solid var(--border-dark);
  border-bottom:1px solid var(--border-dark);
  padding:30px 0;
  overflow:hidden;
}
 
.gp-reviews-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:20px;
}
 
.gp-google-mini{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
 
.gp-google-score{
  font-family:'Cormorant Garamond',serif!important;
  font-size:2rem!important;
  color:var(--gold)!important;
  line-height:1;
}
 
.gp-google-meta{
  font-size:.82rem!important;
  line-height:1.45;
  color:rgba(255,255,255,.55)!important;
}
 
.gp-google-meta strong{
  display:block;
  color:rgba(255,255,255,.82)!important;
  font-weight:600!important;
}
 
.gp-google-link{
  font-size:.76rem!important;
  font-weight:600!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
  color:var(--gold)!important;
}
 
.gp-review-marquee{
  overflow:hidden;
  position:relative;
  margin-left:-24px;
  margin-right:-24px;
  padding:0 24px;
}
 
.gp-review-marquee::before,
.gp-review-marquee::after{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  width:80px;
  z-index:3;
  pointer-events:none;
}
 
.gp-review-marquee::before{
  left:0;
  background:linear-gradient(90deg,var(--charcoal-soft),transparent);
}
 
.gp-review-marquee::after{
  right:0;
  background:linear-gradient(270deg,var(--charcoal-soft),transparent);
}
 
.gp-review-track{
  display:flex;
  gap:18px;
  width:max-content;
  animation:gpReviewMarquee 48s linear infinite;
}
 
.gp-review-marquee:hover .gp-review-track{
  animation-play-state:paused;
}
 
.gp-r-card{
  width:330px;
  flex:0 0 330px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--border-gold);
  padding:20px 22px;
}
 
.gp-r-stars{
  font-size:12px!important;
  letter-spacing:2px;
  color:var(--gold)!important;
  margin-bottom:8px;
}
 
.gp-r-text{
  font-size:.84rem!important;
  line-height:1.65!important;
  color:rgba(255,255,255,.72)!important;
  font-style:italic!important;
  margin:0 0 10px!important;
}
 
.gp-r-author{
  font-size:.72rem!important;
  letter-spacing:.06em!important;
  color:var(--gold)!important;
  font-weight:600!important;
}
 
/* =========================
   TRUST / HRD
   ========================= */
 
.gp-trust{
  background:var(--off-white);
  padding:72px 0;
  color:var(--charcoal);
}
 
.gp-trust-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:56px;
  align-items:start;
}
 
.gp-trust h2{
  font-size:clamp(2rem,3.2vw,3rem)!important;
  color:var(--charcoal)!important;
  margin:14px 0 18px!important;
}
 
.gp-steps{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1px;
  background:var(--gray-light);
  margin-top:28px;
}
 
.gp-step{
  background:#fff;
  padding:24px;
}
 
.gp-step-num{
  display:block;
  font-size:.72rem!important;
  font-weight:700!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
  color:var(--gold)!important;
  margin-bottom:8px;
}
 
.gp-step h3{
  font-size:1.45rem!important;
  color:var(--charcoal)!important;
  margin:0 0 8px!important;
}
 
.gp-step p{
  font-size:.88rem!important;
  line-height:1.65!important;
  color:var(--gray-muted)!important;
  margin:0!important;
}
 
.gp-trust-card{
  background:#fff;
  border:1px solid var(--gray-light);
  padding:28px;
}
 
.gp-trust-badges{
  display:flex;
  align-items:center;
  gap:24px;
  margin-bottom:26px;
  flex-wrap:wrap;
}
 
.gp-logo-box{
  width:144px;
  height:144px;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  border:0;
  padding:0;
  overflow:visible;
}
 
.gp-logo-box img{
  width:100%;
  height:100%;
  object-fit:contain;
}
 
.gp-note{
  font-size:.84rem!important;
  line-height:1.7!important;
  color:var(--gray-muted)!important;
}
 
/* =========================
   FORMATS
   ========================= */
 
.gp-formats{
  background:#fff;
}
 
.gp-formats-head{
  max-width:1200px;
  margin:0 auto;
  padding:72px 56px 42px;
}
 
.gp-formats-head h2{
  font-size:clamp(2.2rem,4vw,3.8rem)!important;
  color:var(--charcoal)!important;
  margin-top:14px!important;
  max-width:760px;
}
 
.gp-format-split{
  display:grid;
  grid-template-columns:1fr 1fr;
}
 
.gp-format{
  position:relative;
  min-height:560px;
  overflow:hidden;
  display:flex;
  align-items:center;
}
 
.gp-format img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(.38) saturate(.75);
  transition:transform 6s ease,filter .4s;
}
 
.gp-format:hover img{
  transform:scale(1.06);
  filter:brightness(.48) saturate(.85);
}
 
.gp-format::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 12%,rgba(26,26,26,.96) 100%);
  z-index:1;
}
 
.gp-format-body{
  position:relative;
  z-index:2;
  padding:56px;
  color:#fff;
  max-width:620px;
  transform:translateY(18px);
}
 
.gp-format-body h3{
  font-size:clamp(2rem,2.8vw,2.9rem)!important;
  color:#fff!important;
  margin:0 0 14px!important;
}
 
.gp-format-body p{
  font-size:.92rem!important;
  line-height:1.75!important;
  color:rgba(255,255,255,.66)!important;
  margin-bottom:18px!important;
  max-width:430px;
}
 
.gp-checks{
  margin-bottom:24px;
}
 
.gp-checks li{
  display:flex;
  gap:10px;
  padding:8px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  font-size:.84rem!important;
  line-height:1.55!important;
  color:rgba(255,255,255,.68)!important;
}
 
.gp-checks li:last-child{
  border-bottom:none;
}
 
.gp-checks li::before{
  content:'✓';
  color:var(--gold)!important;
  font-weight:700!important;
}
 
/* =========================
   WHO FOR
   ========================= */
 
.gp-who{
  background:var(--charcoal);
  padding:72px 0;
  border-top:1px solid var(--border-dark);
  border-bottom:1px solid var(--border-dark);
}
 
.gp-who-head{
  max-width:760px;
  margin-bottom:34px;
}
 
.gp-who h2{
  font-size:clamp(2rem,3.2vw,3rem)!important;
  color:#fff!important;
  margin:14px 0 18px!important;
}
 
.gp-who-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}
 
.gp-who-card{
  border:1px solid var(--border-gold);
  background:rgba(255,255,255,.035);
  padding:22px 18px;
  min-height:146px;
  transition:background .25s,border-color .25s,transform .25s;
}
 
.gp-who-card:hover{
  background:rgba(200,169,110,.08);
  border-color:rgba(200,169,110,.35);
  transform:translateY(-3px);
}
 
.gp-who-num{
  display:block;
  font-size:.68rem!important;
  font-weight:700!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
  color:var(--gold)!important;
  margin-bottom:22px;
}
 
.gp-who-card h3{
  font-family:'Outfit',sans-serif!important;
  font-size:.98rem!important;
  font-weight:600!important;
  line-height:1.35!important;
  color:#fff!important;
  margin:0!important;
}
 
/* =========================
   WHY + VIDEO
   ========================= */
 
.gp-why{
  background:var(--off-white);
  padding:72px 0;
}
 
.gp-why-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:64px;
  align-items:center;
}
 
.gp-video-shell{
  position:relative;
  width:100%;
  max-width:420px;
  aspect-ratio:9 / 16;
  margin:0 auto;
  background:#000;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(0,0,0,.12);
}
 
.gp-video{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  display:block;
  background:#000;
  filter:brightness(.86) saturate(.92);
}
 
.gp-video-caption{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:14px 18px;
  background:linear-gradient(transparent,rgba(26,26,26,.82));
  font-size:.8rem!important;
  color:rgba(255,255,255,.72)!important;
  z-index:2;
}
 
.gp-why h2{
  font-size:clamp(2rem,3vw,2.9rem)!important;
  color:var(--charcoal)!important;
  margin:14px 0 18px!important;
}
 
.gp-compare{
  display:flex;
  flex-direction:column;
  margin-top:24px;
}
 
.gp-ci{
  display:flex;
  gap:14px;
  padding:18px 0;
  border-bottom:1px solid var(--gray-light);
}
 
.gp-ci:first-child{
  border-top:1px solid var(--gray-light);
}
 
.gp-ci-icon{
  width:28px;
  height:28px;
  flex-shrink:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:.86rem!important;
  font-weight:700!important;
  margin-top:2px;
}
 
.gp-ci-icon.bad{
  background:rgba(180,50,50,.12);
  color:#b64a4a!important;
}
 
.gp-ci-icon.good{
  background:var(--gold-pale);
  color:var(--gold)!important;
}
 
.gp-ci h4{
  font-size:.96rem!important;
  font-weight:600!important;
  color:var(--charcoal)!important;
  margin:0 0 4px!important;
}
 
.gp-ci p{
  font-size:.88rem!important;
  line-height:1.65!important;
  color:var(--gray-muted)!important;
  margin:0!important;
}
 
 
/* =========================
   POPULAR SOLUTIONS
   ========================= */
.gp-solutions{background:#fff;color:var(--charcoal);padding:72px 0}
.gp-solutions-head{max-width:760px;margin-bottom:34px}
.gp-solutions h2{font-size:clamp(2rem,3.2vw,3rem)!important;color:var(--charcoal)!important;margin:14px 0 18px!important}
.gp-solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gp-solution-card{display:block;border:1px solid var(--gray-light);background:var(--off-white);padding:28px;min-height:245px;transition:transform .25s,border-color .25s,box-shadow .25s}
.gp-solution-card:hover{transform:translateY(-5px);border-color:rgba(200,169,110,.55);box-shadow:0 18px 45px rgba(0,0,0,.06)}
.gp-solution-card>span{display:block;font-size:.68rem;font-weight:700;letter-spacing:.15em;color:var(--gold);margin-bottom:26px}
.gp-solution-card h3{font-size:1.6rem!important;color:var(--charcoal)!important;margin:0 0 12px!important}
.gp-solution-card p{font-size:.88rem!important;line-height:1.68!important;color:var(--gray-muted)!important;margin:0 0 22px!important}
.gp-solution-card strong{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}
 
/* =========================
   DYNAMIC PUBLIC CALENDAR
   ========================= */
.gp-upcoming-intro{max-width:620px;color:rgba(255,255,255,.55);font-size:.9rem;line-height:1.65;margin:10px 0 0}
.gp-events-filter{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}
.gp-filter-chip{font:600 .72rem 'Outfit',sans-serif;letter-spacing:.1em;text-transform:uppercase;padding:9px 16px;border:1px solid rgba(255,255,255,.2);background:transparent;color:rgba(255,255,255,.76);cursor:pointer;transition:.2s}
.gp-chip-row{display:flex;flex-wrap:wrap;gap:8px;width:100%}
.gp-chip-row+.gp-chip-row{margin-top:10px}
.gp-mod-cta{margin-top:28px;text-align:center}
.gp-faq-cta a{color:var(--gold);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.gp-faq-cta a:hover{color:var(--gold-light)}
.gp-cat-chip{font:600 .72rem 'Outfit',sans-serif;letter-spacing:.1em;text-transform:uppercase;padding:9px 16px;border:1px solid rgba(255,255,255,.2);background:transparent;color:rgba(255,255,255,.76);cursor:pointer;transition:.2s}
.gp-cat-chip.active{background:var(--gold);border-color:var(--gold);color:var(--charcoal)}
.gp-cat-chip:hover{border-color:var(--gold);color:var(--gold)}
.gp-filter-chip:hover{border-color:var(--gold);color:var(--gold)}
.gp-filter-chip.active{background:var(--gold);border-color:var(--gold);color:var(--charcoal)}
.gp-duration-badge{position:absolute;top:0;right:0;background:rgba(26,26,26,.9);color:var(--gold);padding:6px 10px;font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.gp-card-priority{background:var(--gold);color:var(--charcoal);padding:8px 12px;text-align:center;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.gp-card-next{outline:2px solid var(--gold);outline-offset:-2px}
.gp-card-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.gp-card-brochure{color:rgba(255,255,255,.55);font-size:.74rem;letter-spacing:.06em;text-transform:uppercase;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}
.gp-card-brochure:hover{color:var(--gold-light)}
.gp-tag-provisional{border-style:dashed!important;opacity:.65}
.gp-card:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
.gp-calendar-empty{grid-column:1/-1;padding:28px;border:1px solid var(--border-gold);background:rgba(255,255,255,.04);color:rgba(255,255,255,.72)}
 
 
/* =========================
   UPCOMING
   ========================= */
 
.gp-upcoming{
  background:var(--charcoal);
  padding:72px 0;
}
 
.gp-upcoming-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:34px;
}
 
.gp-upcoming-head h2{
  font-size:clamp(2.1rem,3.6vw,3.2rem)!important;
  color:#fff!important;
  margin-top:14px!important;
}
 
.gp-upcoming-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
 
.gp-card{
  display:block;
  cursor:pointer;
  background:var(--charcoal-soft);
  border:1px solid var(--border-dark);
  overflow:hidden;
  transition:transform .3s,border-color .3s;
  content-visibility:auto;
  contain-intrinsic-size:460px;
}
 
.gp-card:hover{
  transform:translateY(-6px);
  border-color:var(--border-gold);
}
 
.gp-card-expired{
  display:none!important;
}
 
.gp-card-media{
  position:relative;
  height:160px;
  overflow:hidden;
}
 
.gp-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(.56);
  transition:transform .7s;
}
 
.gp-card:hover .gp-card-media img{
  transform:scale(1.05);
}
 
.gp-date-badge{
  position:absolute;
  top:0;
  left:0;
  background:var(--gold);
  color:var(--charcoal)!important;
  padding:6px 10px!important;
  font-size:.62rem!important;
  font-weight:600!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}
 
.gp-hot-badge{
  position:absolute;
  top:36px;
  left:0;
  background:#d85a45;
  color:#fff!important;
  padding:4px 10px;
  font-size:.6rem!important;
  font-weight:700!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
}
 
.gp-card-body{
  padding:18px 18px 20px;
}
 
.gp-card-cat{
  font-size:.68rem!important;
  font-weight:700!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
  color:var(--gold)!important;
  margin-bottom:8px;
}
 
.gp-card h3{
  font-size:1.36rem!important;
  color:#fff!important;
  margin:0 0 10px!important;
  line-height:1.18!important;
}
 
.gp-card p{
  font-size:.86rem!important;
  line-height:1.68!important;
  color:rgba(255,255,255,.5)!important;
  margin:0 0 18px!important;
}
 
.gp-card-info{
  display:flex;
  flex-direction:column;
  gap:5px;
  margin:0 0 18px;
  padding:12px 0;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
 
.gp-card-info span{
  font-size:.78rem!important;
  line-height:1.45!important;
  color:rgba(255,255,255,.62)!important;
}
 
.gp-card-meta{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:16px;
}
 
.gp-tag{
  display:inline-block;
  padding:4px 12px;
  background:rgba(200,169,110,.12);
  color:var(--gold)!important;
  font-size:.68rem!important;
  font-weight:600!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
 
.gp-card-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:.74rem!important;
  font-weight:700!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  color:var(--gold)!important;
}
 
.gp-no-upcoming .gp-upcoming-grid::before{
  content:'New public training dates will be updated soon. Please contact us for in-house or custom training dates.';
  display:block;
  grid-column:1 / -1;
  padding:28px;
  border:1px solid var(--border-gold);
  background:rgba(255,255,255,.04);
  color:rgba(255,255,255,.72);
  font-size:.95rem;
  line-height:1.7;
}
 
/* =========================
   MODULE MARQUEE
   ========================= */
 
.gp-mod-marquee-section{
  background:#fff;
  color:var(--charcoal);
  padding:72px 0;
  overflow:hidden;
}
 
.gp-mod-head{
  max-width:760px;
  margin-bottom:34px;
}
 
.gp-mod-marquee-section h2{
  font-size:clamp(2rem,3.2vw,3rem)!important;
  color:var(--charcoal)!important;
  margin:14px 0 18px!important;
}
 
.gp-mod-marquee{
  position:relative;
  overflow:hidden;
  margin-left:-24px;
  margin-right:-24px;
  padding:4px 24px;
}
 
.gp-mod-marquee::before,
.gp-mod-marquee::after{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  width:90px;
  z-index:3;
  pointer-events:none;
}
 
.gp-mod-marquee::before{
  left:0;
  background:linear-gradient(90deg,#fff,transparent);
}
 
.gp-mod-marquee::after{
  right:0;
  background:linear-gradient(270deg,#fff,transparent);
}
 
.gp-mod-track{
  display:flex;
  width:max-content;
  gap:12px;
  margin:12px 0;
  animation:gpModuleMarquee 42s linear infinite;
}
 
.gp-mod-track.reverse{
  animation:gpModuleMarqueeReverse 48s linear infinite;
}
 
.gp-mod-marquee:hover .gp-mod-track{
  animation-play-state:paused;
}
 
.gp-mod-pill{
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
  border:1px solid var(--border-gold);
  background:var(--off-white);
  padding:10px 18px;
  font-size:.78rem!important;
  font-weight:600!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  color:var(--charcoal-soft)!important;
  transition:background .2s,border-color .2s,transform .2s;
}
 
.gp-mod-pill:hover{
  background:rgba(200,169,110,.14);
  border-color:rgba(200,169,110,.42);
  transform:translateY(-1px);
}
 
.gp-mod-pill::before{
  content:'';
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--gold);
  margin-right:10px;
}
 
/* =========================
   CATEGORIES + FAQ
   ========================= */
 
.gp-categories{
  background:var(--off-white);
  padding:72px 0;
  color:var(--charcoal);
}
 
.gp-faq{
  background:#fff;
  padding:72px 0;
}
 
.gp-cat-layout,
.gp-faq-layout{
  display:grid;
  grid-template-columns:340px 1fr;
  gap:64px;
  align-items:start;
}
 
.gp-categories h2,
.gp-faq h2{
  font-size:clamp(2rem,3vw,2.8rem)!important;
  color:var(--charcoal)!important;
  margin:14px 0 18px!important;
}
 
.gp-cat-list,
.gp-faq-list{
  border:1px solid var(--gray-light);
  background:#fff;
  box-shadow:0 18px 50px rgba(0,0,0,.04);
}
 
.gp-cat-item,
.gp-faq-item{
  border-bottom:1px solid var(--gray-light);
}
 
.gp-cat-item:last-child,
.gp-faq-item:last-child{
  border-bottom:none;
}
 
.gp-cat-q,
.gp-faq-q{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:20px 24px;
  cursor:pointer;
  background:#fff;
  border:0;
  text-align:left;
  transition:background .2s;
}
 
.gp-cat-q:hover,
.gp-faq-q:hover{
  background:var(--off-white);
}
 
.gp-cat-item.open .gp-cat-q,
.gp-faq-item.open .gp-faq-q{
  background:var(--off-white);
  border-left:3px solid var(--gold);
  padding-left:21px;
}
 
.gp-cat-q h3,
.gp-faq-q h3{
  font-family:'Outfit',sans-serif!important;
  font-size:1rem!important;
  font-weight:600!important;
  color:var(--charcoal)!important;
  line-height:1.4!important;
  margin:0!important;
}
 
.gp-cat-icon,
.gp-faq-icon{
  width:28px;
  height:28px;
  border:1px solid var(--gray-light);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  transition:all .2s;
}
 
.gp-cat-item.open .gp-cat-icon,
.gp-faq-item.open .gp-faq-icon{
  background:var(--gold);
  border-color:var(--gold);
}
 
.gp-cat-icon svg,
.gp-faq-icon svg{
  width:14px;
  height:14px;
  stroke:var(--gray-muted);
  fill:none;
  stroke-width:2;
  transition:transform .3s,stroke .2s;
}
 
.gp-cat-item.open .gp-cat-icon svg,
.gp-faq-item.open .gp-faq-icon svg{
  transform:rotate(45deg);
  stroke:var(--charcoal);
}
 
.gp-cat-a,
.gp-faq-a{
  max-height:0;
  overflow:hidden;
  transition:max-height .4s cubic-bezier(.22,1,.36,1);
}
 
.gp-cat-item.open .gp-cat-a{
  max-height:560px;
}
 
.gp-faq-item.open .gp-faq-a{
  max-height:360px;
}
 
.gp-cat-a-inner,
.gp-faq-a-inner{
  padding:4px 24px 24px;
}
 
.gp-faq-a-inner p{
  font-size:.92rem!important;
  line-height:1.78!important;
  color:#666!important;
  margin:0!important;
}
 
.gp-module-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
 
.gp-module-chip{
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(200,169,110,.28);
  background:rgba(200,169,110,.08);
  padding:8px 12px;
  font-size:.8rem!important;
  line-height:1.35!important;
  color:var(--charcoal-soft)!important;
  transition:background .2s,border-color .2s,transform .2s;
}
 
.gp-module-chip:hover{
  background:rgba(200,169,110,.14);
  border-color:rgba(200,169,110,.42);
  transform:translateY(-1px);
}
 
.gp-module-chip::before{
  content:'';
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--gold);
  margin-right:8px;
  flex-shrink:0;
}
 
/* =========================
   CTA
   ========================= */
 
.gp-cta{
  position:relative;
  background:var(--charcoal);
  padding:88px 0;
  text-align:center;
  overflow:hidden;
}
 
.gp-cta::before{
  content:'';
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:760px;
  height:760px;
  background:radial-gradient(circle,rgba(200,169,110,.1) 0%,transparent 68%);
  pointer-events:none;
}
 
.gp-cta-inner{
  position:relative;
  z-index:2;
  max-width:760px;
  margin:0 auto;
  padding:0 24px;
}
 
.gp-cta h2{
  font-size:clamp(2.4rem,4vw,4rem)!important;
  color:#fff!important;
  margin:14px 0 20px!important;
}
 
.gp-cta p{
  font-size:1rem!important;
  line-height:1.8!important;
  color:rgba(255,255,255,.56)!important;
  margin:0 0 42px!important;
}
 
.gp-cta-btns{
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
}
 
/* =========================
   KEYFRAMES
   ========================= */
 
@keyframes gpFadeUp{
  from{opacity:0;transform:translateY(30px)}
  to{opacity:1;transform:none}
}
 
@keyframes gpScrollFadeUp{
  from{opacity:0;transform:translateX(-50%) translateY(30px)}
  to{opacity:1;transform:translateX(-50%)}
}
 
@keyframes gpScrollPulse{
  0%,100%{opacity:.4}
  50%{opacity:1}
}
 
@keyframes gpReviewMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
 
@keyframes gpModuleMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
 
@keyframes gpModuleMarqueeReverse{
  from{transform:translateX(-50%)}
  to{transform:translateX(0)}
}
 
/* =========================
   RESPONSIVE
   ========================= */
 
@media(max-width:1100px){
  .gp-trust-grid,
  .gp-why-grid,
  .gp-cat-layout,
  .gp-faq-layout{
    grid-template-columns:1fr!important;
    gap:40px!important;
  }
 
  .gp-upcoming-grid{
    grid-template-columns:1fr 1fr!important;
  }
 
  .gp-who-grid{
    grid-template-columns:repeat(3,1fr)!important;
  }
 
  .gp-video-shell{
    max-width:380px;
  }
}
 
@media(max-width:900px){
  .gp-wrap,
  .gp-formats-head,
  .gp-hero-inner{
    padding-left:28px!important;
    padding-right:28px!important;
  }
 
  .gp-hero{
    min-height:calc(100vh - 64px)!important;
  }
 
  .gp-hero-bg{
    background-position:84% center!important;
    background-size:cover!important;
  }
 
  .gp-hero-inner{
    min-height:calc(100vh - 64px)!important;
    padding-top:38px!important;
    padding-bottom:96px!important;
  }
 
  .gp-trust,
  .gp-why,
  .gp-upcoming,
  .gp-categories,
  .gp-faq,
  .gp-who,
  .gp-mod-marquee-section{
    padding-top:56px!important;
    padding-bottom:56px!important;
  }
 
  .gp-formats-head{
    padding-top:56px!important;
    padding-bottom:36px!important;
  }
 
  .gp-cta{
    padding-top:72px!important;
    padding-bottom:72px!important;
  }
 
  .gp-steps{
    grid-template-columns:1fr!important;
  }
 
  .gp-format-split{
    grid-template-columns:1fr!important;
  }
 
  .gp-format{
    min-height:520px!important;
  }
 
  .gp-format-body{
    padding:38px 28px!important;
    transform:none!important;
  }
 
  .gp-upcoming-grid{
    grid-template-columns:1fr!important;
  }
 
  .gp-video-shell{
    max-width:380px;
    aspect-ratio:9 / 16;
  }
}
 
@media(max-width:767px){
  .gp-hero h1{
    font-size:clamp(2.2rem,9.6vw,3.4rem)!important;
  }
 
  .gp-hero-sub{
    font-size:1rem!important;
  }
 
  .gp-hero-ctas,
  .gp-cta-btns{
    flex-direction:column!important;
  }
 
  .gp-btn{
    width:100%!important;
  }
 
  .gp-scroll{
    display:none!important;
  }
 
  .gp-review-track{
    animation-duration:62s!important;
  }
 
  .gp-r-card{
    width:280px;
    flex:0 0 280px;
  }
 
  .gp-reviews-top{
    flex-direction:column!important;
    align-items:flex-start!important;
  }
 
  .gp-who-grid{
    grid-template-columns:1fr!important;
  }
 
  .gp-mod-pill{
    font-size:.72rem!important;
    padding:9px 14px;
  }
 
  .gp-logo-box{
    width:112px;
    height:112px;
  }
 
  .gp-card-info span{
    font-size:.76rem!important;
  }
 
  .gp-date-badge{
    font-size:.6rem!important;
  }
 
  .gp-video-shell{
    max-width:100%;
    aspect-ratio:9 / 16;
  }
}
 
@media(max-width:480px){
  .gp-wrap,
  .gp-formats-head,
  .gp-hero-inner{
    padding-left:22px!important;
    padding-right:22px!important;
  }
 
  .gp-hero-bg{
    background-position:90% center!important;
    background-size:cover!important;
  }
 
  .gp-hero-inner{
    padding-top:32px!important;
    padding-bottom:110px!important;
  }
 
  .gp-hero h1{
    font-size:2rem!important;
  }
 
  .gp-video-caption{
    font-size:.72rem!important;
    padding:12px 14px;
  }
}
 
@media (max-width:900px){
  .gp-solutions-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .gp-solutions-grid{grid-template-columns:1fr}
  .gp-solution-card{min-height:0}
  .gp-chip-row{overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px}
  .gp-filter-chip,
  .gp-cat-chip{white-space:nowrap}
}
 
/* =========================
   REDUCED MOTION
   ========================= */
 
@media (prefers-reduced-motion: reduce){
  .gp-reveal,
  .gp-review-track,
  .gp-mod-track,
  .gp-format img,
  .gp-card,
  .gp-card-media img,
  .gp-btn,
  .gp-scroll,
  .gp-scroll-line{
    animation:none!important;
    transition:none!important;
    transform:none!important;
  }
 
  .goflex-programs.gp-js-ready .gp-reveal{
    opacity:1!important;
    transform:none!important;
  }
}
 
 
/* =========================================================
   IN-HOUSE PAGE ADDITIONS (built on gp- system)
   ========================================================= */

/* Hero pills VISIBLE on this page (program page hides them; we want them to fill the hero) */
.goflex-programs .gp-hero-pills{display:flex!important;flex-wrap:wrap;gap:10px;margin-top:34px;opacity:0;animation:gpFadeUp .95s .86s forwards}

/* CLIENTS STRIP */
.gp-clients{background:var(--charcoal-soft);padding:64px 0;border-top:1px solid var(--border-dark);border-bottom:1px solid var(--border-dark)}
.gp-clients-head{max-width:760px;margin-bottom:8px}
.gp-clients h2{color:#fff!important;font-size:clamp(1.8rem,3vw,2.6rem)!important;margin:14px 0 0!important}
.gp-clients-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--border-dark);border:1px solid var(--border-dark);margin-top:30px}
.gp-clients-grid span{background:var(--charcoal);padding:16px 14px;text-align:center;font-family:'Outfit',sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.02em;color:rgba(255,255,255,.62);display:flex;align-items:center;justify-content:center;min-height:60px}
@media(min-width:640px){.gp-clients-grid{grid-template-columns:repeat(4,1fr)}}
@media(min-width:1040px){.gp-clients-grid{grid-template-columns:repeat(8,1fr)}}

/* Google review strip inside trust card */
.gp-google-strip{display:flex;align-items:center;gap:14px;margin:0 0 22px;padding:14px 16px;background:var(--off-white);border:1px solid var(--gray-light)}
.gp-google-num{font-family:'Cormorant Garamond',serif!important;font-weight:600!important;font-size:2.4rem;line-height:1;color:var(--charcoal)}
.gp-google-stars{color:#f5a623;font-size:.95rem;letter-spacing:1px}
.gp-google-meta{font-size:.8rem!important;line-height:1.45!important;color:var(--gray-muted)!important;margin-top:3px}
.gp-google-meta a{color:var(--gold)!important;font-weight:600;border-bottom:1px solid rgba(200,169,110,.4)}

/* CLOCK / TIMELINE section */
.gp-clock{background:var(--charcoal);padding:72px 0;border-top:1px solid var(--border-dark)}
.gp-clock-head{max-width:760px;margin-bottom:8px}
.gp-clock h2{color:#fff!important;font-size:clamp(2rem,3.2vw,3rem)!important;margin:14px 0 16px!important}
.gp-timeline{position:relative;margin-top:38px;padding-left:0}
.gp-timeline::before{content:'';position:absolute;left:23px;top:12px;bottom:12px;width:2px;background:linear-gradient(180deg,var(--gold-light),rgba(200,169,110,.15))}
.gp-tl-item{position:relative;display:flex;gap:22px;padding-bottom:26px}
.gp-tl-item:last-child{padding-bottom:0}
.gp-tl-dot{flex:0 0 48px;width:48px;height:48px;border-radius:50%;background:var(--charcoal-soft);border:1px solid rgba(200,169,110,.4);display:flex;align-items:center;justify-content:center;font-family:'Outfit',sans-serif;font-weight:700;font-size:.95rem;color:var(--gold);position:relative;z-index:2}
.gp-tl-dot-gold{background:var(--gold);color:var(--charcoal);border-color:var(--gold);font-size:1.05rem}
.gp-tl-card{flex:1;background:var(--charcoal-soft);border:1px solid var(--border-dark);border-left:2px solid var(--gold);padding:18px 22px}
.gp-tl-wait .gp-tl-card{border-left-color:var(--gold-light);background:rgba(200,169,110,.07)}
.gp-tl-k{display:block;font-size:.68rem!important;font-weight:700!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:var(--gold)!important;margin-bottom:6px}
.gp-tl-card h3{font-size:1.3rem!important;color:#fff!important;margin:0 0 6px!important}
.gp-tl-card p{font-size:.88rem!important;line-height:1.62!important;color:rgba(255,255,255,.68)!important;margin:0!important}
.gp-clock-note{margin-top:22px;font-size:.78rem!important;line-height:1.55!important;color:rgba(255,255,255,.45)!important}

/* NUMBERS (data cards) inside gp-why grid */
.gp-nums{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--gray-light);border:1px solid var(--gray-light);margin:6px 0 20px}
.gp-num{background:#fff;padding:22px 16px;text-align:center}
.gp-num-n{font-family:'Cormorant Garamond',serif!important;font-weight:600!important;font-size:2.6rem;line-height:1;color:var(--gold);margin-bottom:6px}
.gp-num-n span{font-size:1.3rem}
.gp-num-l{font-size:.82rem!important;line-height:1.35!important;color:var(--charcoal)!important;font-weight:600}
.gp-num-s{font-size:.72rem!important;color:var(--gray-muted)!important;margin-top:3px}
.gp-why-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center}
.gp-why{background:var(--off-white);padding:72px 0;color:var(--charcoal)}

/* SOLUTION cards with image (extends gp-solution-card) */
.gp-solutions-grid{grid-template-columns:repeat(4,1fr)}
.gp-solution-img{position:relative;padding:0!important;min-height:250px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid var(--gray-light)}
.gp-solution-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}
.gp-solution-img::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(26,26,26,.05) 0%,rgba(26,26,26,.60) 55%,rgba(26,26,26,.92) 100%)}
.gp-solution-img:hover img{transform:scale(1.06)}
.gp-solution-img:hover{transform:translateY(-5px);border-color:rgba(200,169,110,.55);box-shadow:0 18px 45px rgba(0,0,0,.12)}
.gp-solution-body{position:relative;z-index:2;padding:20px}
.gp-sol-tag{display:inline-block;font-size:9.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--charcoal);background:var(--gold);padding:3px 9px;margin-bottom:10px}
.gp-solution-img h3{font-size:1.3rem!important;color:#fff!important;margin:0 0 6px!important}
.gp-solution-img p{font-size:.85rem!important;line-height:1.5!important;color:rgba(255,255,255,.85)!important;margin:0!important}
.gp-solutions-foot{margin-top:28px}
.gp-inline-link{color:var(--gold)!important;border-bottom:1px solid rgba(200,169,110,.45);font-weight:500}

/* CLAIM (gp-who dark) extra bits */
.gp-who-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:32px}
.gp-claim-caveat{margin-top:28px;padding:16px 18px;background:var(--charcoal-soft);border-left:3px solid var(--gold);font-size:.82rem!important;line-height:1.62!important;color:rgba(255,255,255,.62)!important}


@media(max-width:900px){
  .gp-why-grid{grid-template-columns:1fr;gap:34px}
  .gp-solutions-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .gp-nums{grid-template-columns:1fr 1fr}
  .gp-solutions-grid{grid-template-columns:1fr}
  .gp-who-grid{grid-template-columns:1fr 1fr}
  .gp-tl-dot{flex:0 0 42px;width:42px;height:42px}
  .gp-timeline::before{left:20px}
}/* End custom CSS */