html
{
  padding: 0 !important;
  margin: 0 !important;
}

/* --- overrides --- */
.single-page-content .wpb_content_element ul li::before{
    display: none;
}

/* --- Brand Tokens --- */
:root {
  --ibx-navy:       #101820;
  --ibx-green:      #00BD4D;
  --ibx-teal:       #00E2EC;
  --ibx-evergreen:  #00594C;
  --ibx-dark-bg:    #001a0d;
  --ibx-dark-bg-2:  #003d1f;
  --ibx-white:      #ffffff;
  --ibx-text-muted: rgba(255, 255, 255, 0.72);

  --ibx-font: "Alliance No.2", proxima-nova, Arial, sans-serif;

  --ibx-container:     1192px;
  --ibx-section-pad-v: 80px;
}

#ibx-exchange-event-page{
    padding: 0
}

#ibx-exchange-event-page .vc_column_container .vc_column-inner{
    margin: 0
}

#ibx-exchange-event-page .vc_column_container .vc_column-inner
.wpb_wrapper .wpb_raw_code{
    margin: 0
}

/* --- Layout Foundation --- */
.ibx-section {
  width: 100%;
  box-sizing: border-box;
}

.ibx-container {
  max-width: var(--ibx-container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

/* ============================================================
   HERO SECTION
   ============================================================ */

.ibx-hero {
  background: linear-gradient(to right, #010d05 0%, #001a0d 30%, #003320 65%, #022810 100%);
  position: relative;
  overflow: hidden;
  padding: 0;
}

.ibx-hero-logo__container{
    max-width: var(--ibx-container);
    padding: 24px 24px 0 24px;
    /* margin: 60px 104px 0 104px; */
    margin:auto;
}

.ibx-hero__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
  max-width: var(--ibx-container);
  margin: 0 auto;
  padding: 0 24px 25px 24px;
  /* width: 100%; */
  /* max-width: var(--ibx-container); */
  /* margin: 0 88px;
  padding: 0 0 25px 0; */
  box-sizing: border-box;
  min-height: 380px;
}

/* ---- Left: logo top, tagline bottom ---- */
.ibx-hero__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 0 44px 0;
  max-width: 400px
}

.ibx-hero__logo {
  display: block;
  width: auto;
  height: 83px;
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
  cursor: pointer;
}

.ibx-hero__tagline {
  font-family: var(--ibx-font);
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--ibx-white);
  margin: 0;
  letter-spacing: -0.02em;
  text-transform: none;
  padding-bottom: 8px;
}

/* ---- Center: diamond ---- */
.ibx-hero__diamond-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  position: relative;
  z-index: 2;
}


.ibx-hero__diamond-img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  /* display: block; */
}

/* ---- Right: event details, vertically centered ---- */
.ibx-hero__right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 36px 0 44px 32px;
}

.ibx-hero__pre-city {
  font-family: var(--ibx-font);
  font-size: 43px;
  font-weight: 400;
  color: var(--ibx-white);
  display: block;
  margin: 0 0 15px 0;
  line-height: 37px;
}

.ibx-hero__city {
  font-family: var(--ibx-font);
  font-size: 67px;
  font-weight: 600;
  color: var(--ibx-green);
  display: block;
  line-height: 64px;
  margin: 0 0 20px 0;
  letter-spacing: -0.02em;
}

.ibx-hero__meta {
  margin: 0 0 28px 0;
}

.ibx-hero__date {
  font-family: var(--ibx-font);
  font-size: 18px;
  font-weight: 400;
  color: var(--ibx-white);
  display: block;
  line-height: 21px;
  margin: 0 0 20px 0;
}

.ibx-hero__venue {
  font-family: var(--ibx-font);
  font-size: 18px;
  font-weight: 400;
  color: var(--ibx-text-muted);
  display: block;
  line-height: 20px;
  margin: 0;
}

.ibx-hero__cta {
  display: inline-block;
  font-family: var(--ibx-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--ibx-navy) !important;
  background: var(--ibx-white);
  border: 2px solid var(--ibx-white);
  border-radius: 100px;
  padding: 11px 28px;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease;
  cursor: pointer;
  width: fit-content;
  white-space: nowrap;
}

.ibx-hero__cta:hover {
  background: transparent;
  color: var(--ibx-white) !important;
}

/* ---- Responsive ---- */
@media (max-width: 1210px) {
  .ibx-city-nav__list
  { 
    gap: 60px !important;
  }
}
@media (max-width: 1010px) {
  .ibx-city-nav__list
  { 
    gap: 30px !important;
  }
}
@media (max-width: 860px) {
  .ibx-city-nav__list
  { 
    gap: 10px !important;
  }
}
@media (max-width: 758px) {
  .ibx-city-nav__list li a
  { 
    padding: 18px 20px;
  }
}
@media (max-width: 615px) {
  .ibx-city-nav__list li a
  { 
    padding: 18px 15px;
  }
}
@media (max-width: 1024px) {
  .ibx-hero__container {
    grid-template-columns: 1fr 240px 260px;
    min-height: 485px;
  }

  .ibx-hero__diamond-frame {
    width: 200px;
    height: 200px;
  }

  .ibx-hero__tagline {
    font-size: 44px;
  }

  .ibx-hero__city {
    font-size: 42px;
    line-height: 45px
  }
}

@media (max-width: 768px) {
  .ibx-hero__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: unset;
    padding: 36px 24px;
  }

  .ibx-hero__left {
    padding: 0 0 0 0;
    gap: 20px;
  }

  .ibx-hero__tagline {
    font-size: 40px;
    margin-top: 0;
  }

  .ibx-hero__diamond-wrap {
    padding: 0 0 28px;
  }

  .ibx-hero__diamond-frame {
    width: 400px;
    height: 400px;
  }

  .ibx-hero__right {
    padding: 0;
  }

  .ibx-hero__city {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .ibx-hero__diamond-frame {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 400px) {
  .ibx-hero__tagline {
    font-size: 40px !important;
  }
}

@media(max-width: 355px)
{
  .ibx-hero__date, .ibx-hero__venue
  {
    font-size: 14px !important;
  }
}


@media (prefers-reduced-motion: reduce) {
  .ibx-hero__cta {
    transition: none;
  }
}

/* ============================================================
   CITY NAV SECTION
   ============================================================ */

.ibx-city-nav {
  background: #000000;
  width: 100%;
}

.ibx-city-nav__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  margin-left: 0 !important;
  gap: 100px;
}

.ibx-city-nav__item {
  margin: 0;
  padding: 0 !important;
}

.ibx-city-nav__link {
  display: block;
  font-family: var(--ibx-font);
  font-size: 15px;
  font-weight: 400;
  color: var(--ibx-white) !important;
  text-decoration: none !important;
  padding: 18px 32px;
  position: relative;
  letter-spacing: 0.01em;
  transition: color 0.15s ease;
  white-space: nowrap;
}

.ibx-city-nav__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 32px;
  right: 32px;
  height: 2px;
  background: var(--ibx-green);
  opacity: 0;
  transition: opacity 0.15s ease;
  bottom: 15px;
}

.ibx-city-nav__link::before {
  display: none !important;
}

.ibx-city-nav__link:hover {
  color: var(--ibx-white) !important;
}

.ibx-city-nav__link:hover::after {
  opacity: 0.4;
}

.ibx-city-nav__link--active {
  font-weight: 600;
  color: var(--ibx-white) !important;
}

.ibx-city-nav__link--active::after {
  opacity: 1;
}

/* ---- Accordion wrapper (native <details>) ---- */
.ibx-city-nav__details {
  width: 100%;
}

/* Collapsed header — hidden on desktop, shown only on mobile */
.ibx-city-nav__toggle {
  display: none;
  list-style: none;
}
.ibx-city-nav__toggle::-webkit-details-marker {
  display: none;
}

/* On desktop the summary is hidden and <details> is never opened,
   so force the list to stay visible and horizontal. The ::details-content
   override handles browsers that collapse via content-visibility. */
@media (min-width: 601px) {
  .ibx-city-nav__details::details-content {
    content-visibility: visible;
    content-visibility: visible !important;
  }
  .ibx-city-nav__details > .ibx-city-nav__list {
    display: flex !important;
  }
}

/* ---- Responsive ---- */
@media (max-width: 600px) {
  /* The <details> becomes a dropdown: only the selected city (summary)
     is shown; tapping it reveals the full list. */

  .ibx-city-nav__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    padding: 16px 24px;
    font-family: var(--ibx-font);
    font-size: 15px;
    font-weight: 600;
    color: var(--ibx-white);
    background: #000000;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  /* Chevron built from borders */
  .ibx-city-nav__toggle-icon {
    width: 9px;
    height: 9px;
    flex-shrink: 0;
    border-right: 2px solid var(--ibx-white);
    border-bottom: 2px solid var(--ibx-white);
    transform: translateY(-2px) rotate(45deg);
    transition: transform 0.2s ease;
  }
  .ibx-city-nav__details[open] .ibx-city-nav__toggle-icon {
    transform: translateY(2px) rotate(-135deg);
  }

  /* List is hidden until the accordion is opened */
  .ibx-city-nav__list {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .ibx-city-nav__details[open] .ibx-city-nav__list {
    display: flex;
  }

  .ibx-city-nav__item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .ibx-city-nav__item:last-child {
    border-bottom: 0;
  }

  .ibx-city-nav__link {
    display: block;
    padding: 14px 24px !important;
    text-align: left;
  }

  /* Move the underline accent out of the way in the stacked layout */
  .ibx-city-nav__link::after {
    left: 24px;
    right: auto;
    bottom: 10px;
    top: auto;
    width: 32px;
    transform: none;
  }
}

/* ============================================================
   INTRO SECTION
   ============================================================ */

.ibx-intro {
  width: 100%;
  background: var(--ibx-white);
  padding: 80px 0;
}

.ibx-intro__container {
  max-width: var(--ibx-container);
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* ---- Top: two-column headline + body copy ---- */
.ibx-intro__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 72px;
}

.ibx-intro__headline {
  font-family: var(--ibx-font);
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  color: var(--ibx-navy);
  margin: 0;
  letter-spacing: -0.02em;
}

.ibx-intro__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 28px;
}

.ibx-intro__body p {
  font-family: var(--ibx-font);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.39;
  color: var(--ibx-navy);
  margin: 0;
}

/* ---- Bottom: three-column feature cards ---- */
.ibx-intro__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.ibx-intro__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ibx-intro__icon {
  width: 100px;
  height: 100px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ibx-intro__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Placeholder shown when no icon image is provided */
.ibx-intro__icon-placeholder {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px dashed rgba(0, 189, 77, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ibx-intro__icon-placeholder span {
  font-family: var(--ibx-font);
  font-size: 11px;
  color: var(--ibx-green);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ibx-intro__feature-title {
  font-family: var(--ibx-font);
  font-size: 23px;
  font-weight: 700;
  color: var(--ibx-navy);
  margin: 0 0 12px 0;
  line-height: 1.39;
}

.ibx-intro__feature-text {
  font-family: var(--ibx-font);
  font-size: 20px;
  font-weight: 400;
  color: var(--ibx-navy);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 700px) {
  .ibx-intro {
    padding: 56px 0;
  }

  .ibx-intro__features {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .ibx-intro__top {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 56px;
  }

  .ibx-intro__headline {
    font-size: 32px;
    line-height: 36px;
  }
}





/* ============================================================
   SPEAKERS SECTION
   ============================================================ */

.ibx-speakers {
  background: #0a0a0a;
  padding: 80px 0 0;
  position: relative;
}

.ibx-speakers__container {
 max-width: var(--ibx-container);
 width: 100%;
 margin: 0 auto;
 padding: 0 24px;
 box-sizing: border-box;
}


/* ---- Header ---- */
.ibx-speakers__header {
  text-align: center;
  margin-bottom: 48px;
}

.ibx-speakers__heading {
  font-family: var(--ibx-font);
  font-size: 40px;
  font-weight: 700;
  color: var(--ibx-white);
  margin: 0;
  line-height: 1.2;
}

.ibx-speakers__title-plain {
  color: var(--ibx-white);
  font-size: 41px;
  font-weight: 700;
  line-height: 1.12;
}

.ibx-speakers__title-accent {
  color: var(--ibx-green);
}

/* ---- Accordion toggle (mobile only, hidden on desktop) ---- */
.ibx-speakers__accordion-body {
  display: block;
}

/* ---- Grid ---- */
.ibx-speakers__grid {
  display: grid;
  gap: 24px;
}

/* ---- Card ---- */
.ibx-speakers__card {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.4s ease;
  display: flex;
  flex-direction: column;
}

.ibx-speakers__card:hover {
  transform: translateY(-4px);
}

.ibx-speakers__card--hidden {
  opacity: 1;
}

.ibx-speakers__card--revealing {
  display: flex;
  opacity: 0;
  animation: ibx-fadeInUp 0.4s ease forwards;
}

@keyframes ibx-fadeInUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.ibx-speakers__card-photo-wrap {
  width: 100%;
  aspect-ratio: 4 / 4.6;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  position: relative;
  background: linear-gradient(204.42deg, rgba(4, 214, 90, 0.33) 3.28%, rgba(255, 255, 255, 1) 61.73%);
}

.ibx-speakers__card-photo-wrap-modal
{
  width: 160px;
  height: 180px;
  aspect-ratio: 4 / 4.6;
  border-radius: 12px;
  position: relative;
  background: linear-gradient(204.42deg, rgba(4, 214, 90, 0.33) 3.28%, rgba(255, 255, 255, 1) 61.73%);
}

.ibx-speakers__card-photo-wrap::before{
    top: 0;
    z-index: 9;
    left: 0;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(0deg, #0d0d0d 7%, rgba(4, 4, 4, 0) 76.27%);
}

.ibx-speakers__card-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  bottom: -2px
}

.ibx-speakers__card-info {
  padding: 20px 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}

.ibx-speakers__card-name {
  font-family: var(--ibx-font);
  font-size: 24px;
  font-weight: 700;
  color: var(--ibx-green);
  margin: 0;
  line-height: 28px;
}

.ibx-speakers__card-title {
  font-family: var(--ibx-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--ibx-text-muted);
  margin: 0;
  line-height: 1.25;
}

.ibx-speakers__card-logo {
  width: auto;
  height: 18px;
  margin-top: 4px;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */
  opacity: 0.7;
}

.ibx-speakers__card-company {
  font-family: var(--ibx-font);
  font-size: 15px;
  font-weight: 700;
  color: var(--ibx-text-muted);
  margin-top: 4px;
}

/* ---- Overlay + reveal button ---- */
.ibx-speakers__reveal-wrap {
 position: relative;
 width: 100%;
 overflow: hidden;
 max-height: 600px;
 transition: max-height 0.4s ease;
}

@media (max-width: 700px) {
  
  .ibx-speakers__card-name{
    font-size: 20px;
    line-height: 25px;
  }
  .ibx-speakers__card-title{
    font-size: 14px;
  }
}


.ibx-speakers__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 220px;
  background: linear-gradient(to bottom, transparent 0%, #0d0d0d 100%);
  pointer-events: none;
  display: none;
  z-index: 3;
}

.ibx-speakers__reveal {
  display: none;
  justify-content: center;
  padding: 32px 0 60px;
  position: relative;
  z-index: 4;
}

.ibx-speakers__reveal-btn {
  font-family: var(--ibx-font);
  font-size: 15px;
  font-weight: 600;
  color: var(--ibx-navy) !important;
  background: var(--ibx-white);
  border: none;
  border-radius: 100px;
  padding: 14px 36px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.ibx-speakers__reveal-btn:hover {
  background: var(--ibx-green);
  color: var(--ibx-white) !important;
}

/* ---- Lightbox ---- */
.ibx-speakers__lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.ibx-speakers__lightbox--open {
  opacity: 1;
  visibility: visible;
}

.ibx-speakers__lb-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.ibx-speakers__lb-panel {
  position: relative;
  z-index: 1;
  background: #1a1a1a;
  border-radius: 16px;
  max-width: 680px;
  width: 100%;
  display: flex;
  gap: 32px;
  padding: 40px;
  box-sizing: border-box;
  max-height: 90vh;
  overflow-y: auto;
  transform: scale(0.92) translateY(12px);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ibx-speakers__lightbox--open .ibx-speakers__lb-panel {
  transform: scale(1) translateY(0);
}

.ibx-speakers__lb-photo {
  width: 160px;
  height: 185px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}

.ibx-speakers__lb-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.ibx-speakers__lb-name {
  font-family: var(--ibx-font);
  font-size: 24px;
  font-weight: 700;
  color: var(--ibx-green);
  margin: 0;
}

.ibx-speakers__lb-title {
  font-family: var(--ibx-font);
  font-size: 14px;
  color: var(--ibx-text-muted);
  margin: 0;
}

.ibx-speakers__lb-company-wrap {
  margin-bottom: 8px;
}

.ibx-speakers__lb-logo {
  height: 20px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.7;
}

.ibx-speakers__lb-company {
  font-family: var(--ibx-font);
  font-size: 14px;
  color: var(--ibx-text-muted);
}

.ibx-speakers__lb-bio {
  font-family: var(--ibx-font);
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,0.85);
  margin: 0;
}

.ibx-speakers__lb-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  color: var(--ibx-text-muted);
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  padding: 4px 8px;
  transition: color 0.15s ease;
}

.ibx-speakers__lb-close:hover {
  color: var(--ibx-white);
  background: #00BD4D
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .ibx-speakers__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ---- Accordion toggle: hidden on desktop, shown inside mobile breakpoint ---- */
.ibx-speakers__accordion-toggle {
  display: none;
}

.ibx-speakers__accordion-toggle:focus {
  background:  none;
}

.ibx-agenda__accordion-toggle:focus {
  background:  none;
}

@media (max-width: 600px) {
  .ibx-speakers {
    padding: 0;
  }

  /* Accordion toggle visible on mobile */
  .ibx-speakers__accordion-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background: #0d0d0d;
    border: none;
    padding: 28px 24px;
    cursor: pointer;
    box-sizing: border-box;
    /* border-bottom: 1px solid rgba(255,255,255,0.08); */
  }

  .ibx-speakers__accordion-heading {
    font-family: var(--ibx-font);
    font-size: 28px;
    font-weight: 700;
    color: var(--ibx-white);
    margin: 0;
    text-align: left;
    line-height: 1.2;
  }

  .ibx-speakers__accordion-heading-accent {
    color: var(--ibx-green);
  }

  .ibx-speakers__accordion-caret {
    color: var(--ibx-green);
    flex-shrink: 0;
    margin-left: 16px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
  }

  .ibx-speakers__accordion-toggle[aria-expanded="true"] .ibx-speakers__accordion-caret {
    transform: rotate(180deg);
  }

  .ibx-speakers__accordion-toggle:hover, 
  .ibx-agenda__accordion-toggle:hover,
  .ibx-sponsors__accordion-toggle:hover
  {
    background-color: black;
  }

  /* Hide normal header on mobile */
  .ibx-speakers__header {
    display: none;
  }

  /* accordion body — collapsed by default on mobile */
  .ibx-speakers__accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 16px;
    background-color: black;
  }

  .ibx-speakers__accordion-body--open {
    max-height: 9999px;
    padding: 0 16px 32px;
  }

  .ibx-speakers__grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }

  /* Show all cards on mobile — no row hiding needed */
  .ibx-speakers__card--hidden {
    display: flex !important;
  }

  /* Hide overlay on mobile — all cards shown, JS handles reveal button */
  .ibx-speakers__overlay {
    display: none !important;
  }

  .ibx-speakers__lb-panel {
    flex-direction: column;
    padding: 28px 20px;
  }

  .ibx-speakers__lb-photo {
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 500px) {
  .ibx-speakers__grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .ibx-speakers__container{
    padding: 0 75px
  }
}

@media (prefers-reduced-motion: reduce) {
  .ibx-speakers__card {
    transition: none;
  }
}

/* ============================================================
   AGENDA SECTION
   ============================================================ */

.ibx-agenda {
  background: #0a0a0a;
  padding: 80px 0 0;
}

.ibx-agenda__container {
  max-width: var(--ibx-container);
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* ---- Header ---- */
.ibx-agenda__header {
  text-align: center;
  margin-bottom: 48px;
}

.ibx-agenda__title {
  font-family: var(--ibx-font);
  font-size: 40px;
  font-weight: 700;
  color: var(--ibx-white);
  margin: 0;
}

/* ---- Mobile accordion toggle — hidden on desktop ---- */
.ibx-agenda__accordion-toggle {
  display: none;
}

/* ---- Accordion body — always open on desktop ---- */
.ibx-agenda__accordion-body {
  display: block;
  padding-bottom: 80px;
}

/* ---- List of rows ---- */
.ibx-agenda__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ---- Session row: auto columns ---- */
.ibx-agenda__row--sessions {
  display: grid;
  gap: 12px;
  align-items: baseline;
}

/* ---- Break row ---- */
.ibx-agenda__break {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 20px 28px;
  background: rgba(255,255,255,0.04);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.08);
}

.ibx-agenda__break-time {
  font-family: var(--ibx-font);
  font-size: 15px;
  font-weight: 400;
  color: var(--ibx-text-muted);
  white-space: nowrap;
  min-width: 110px;
}

.ibx-agenda__break-title {
  font-family: var(--ibx-font);
  font-size: 16px;
  font-weight: 600;
  color: var(--ibx-white);
  opacity: 0.7;
  letter-spacing: 0.01em;
}

/* ---- Card ---- */
.ibx-agenda__card {
  display: flex;
  flex-direction: column;
  background: #2E2E32;
  border-radius: 10px;
  overflow: hidden;
  border-top: 2px solid #00594C;
  width: 100%
}

.ibx-agenda__card-header {
  width: 100%;
  background: #2E2E32;
  border: none;
  cursor: pointer;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 140px 1fr 28px;
  gap: 16px;
  align-items: start;
  text-align: left;
  color: var(--ibx-white);
  border-radius: 10px;
}

.ibx-agenda__card-header:hover {
  background: #2E2E32;
}

/* Left: time + tag */
.ibx-agenda__card-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 2px;
}

.ibx-agenda__time {
  font-family: var(--ibx-font);
  font-size: 14px;
  font-weight: 400;
  color: var(--ibx-text-muted);
  line-height: 18px;
}

.ibx-agenda__tag {
  display: inline-block;
  font-family: var(--ibx-font);
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  background: #00594C;
  border-radius: 4px;
  padding: 3px 10px;
  white-space: nowrap;
  width: fit-content;
}

/* Center: title + speakers */
.ibx-agenda__card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ibx-agenda__card-title {
  font-family: var(--ibx-font);
  font-size: 24px;
  font-weight: 600;
  color: var(--ibx-white);
  margin: 0;
  line-height: 26px;
}

.ibx-agenda__speakers {
  display: flex;
  flex-direction: column;
}

.ibx-agenda__speakers-col {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.ibx-agenda__speakers-col span {
  font-family: var(--ibx-font);
  font-size: 13px;
  font-weight: 400;
  color: var(--ibx-text-muted);
  line-height: 18px;
  letter-spacing: 0.5px;
  padding: 4px 0;
}

/* Right: caret */
.ibx-agenda__caret {
  color: var(--ibx-text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.ibx-agenda__card-header[aria-expanded="true"] .ibx-agenda__caret {
  transform: rotate(180deg);
}

/* Expandable description — controlled by .ibx-agenda__card--open on parent */
.ibx-agenda__card-desc {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  /* background-color: #2E2E32; */
}

.ibx-agenda__card--open .ibx-agenda__card,
.ibx-agenda__card--open .ibx-agenda__card-header
{
  border-radius: 10px;
}

.ibx-agenda__card--open
{
  background-color: #434346;
}

.ibx-agenda__card--open .ibx-agenda__card-header {
  background-color: #434346;
}


.ibx-agenda__card--open .ibx-agenda__card-desc {
  max-height: 600px;
}

.ibx-agenda__card--open .ibx-agenda__caret {
  transform: rotate(180deg);
}

.ibx-agenda__desc {
  padding: 0 28px 24px;
  font-family: var(--ibx-font);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
}

/* ---- Responsive ---- */

@media (max-width: 1500px) {
  /* .ibx-hero__tagline
  {
    font-size: 0px;
  } */
  /* .ibx-hero__pre-city {
    font-size: 35px;
  }*/

  .ibx-hero__city {
    /* font-size: 52px; */
  } 

  .ibx-hero__date, .ibx-hero__venue {
    font-size: 18px;
  }
  .ibx-hero__meta
  {
    
  }
}

@media (max-width: 1330px) {
  .ibx-hero__tagline
  {
    font-size: 60px;
    line-height: 1;
  }
  /* .ibx-hero__pre-city {
    font-size: 30px;
  }*/

  .ibx-hero__city {
    /* font-size: 45px; */
    margin-bottom: 15px;
    
  } 

  .ibx-hero__date, .ibx-hero__venue {
    font-size: 16px;
  }
  .ibx-hero__meta
  {
    margin-bottom: 22px;
  }
}

@media(max-width: 1040px)
{
  .ibx-agenda__card-header
  {
    /* display: flex; */
    justify-content: space-between;
  }
  .ibx-agenda__list, .ibx-agenda__row
  {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .ibx-hero__tagline
  {
    font-size: 50px;
    line-height: 1;
  }
  .ibx-agenda__card-header {
    grid-template-columns: 110px 1fr 24px;
  }
}

@media (max-width: 600px) {
  .ibx-hero-logo__container, .ibx-hero__container
  {
    margin: 0;
  }
  .ibx-agenda {
    padding: 0;
  }

  /* Mobile accordion toggle */
  .ibx-agenda__accordion-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background: #0a0a0a;
    border: none;
    padding: 28px 24px;
    cursor: pointer;
    box-sizing: border-box;
    /* border-bottom: 1px solid rgba(255,255,255,0.08); */
  }

  .ibx-agenda__accordion-toggle
  {
    padding: 20px 24px;
  }

  .ibx-agenda__accordion-heading {
    font-family: var(--ibx-font);
    font-size: 28px;
    font-weight: 700;
    color: var(--ibx-white);
    margin: 0;
    text-align: left;
  }

  .ibx-agenda__accordion-caret {
    color: var(--ibx-green);
    flex-shrink: 0;
    margin-left: 16px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
  }

  .ibx-agenda__accordion-toggle[aria-expanded="true"] .ibx-agenda__accordion-caret {
    transform: rotate(180deg);
  }

  /* Hide desktop header */
  .ibx-agenda__header {
    display: none;
  }

  /* Accordion body collapsed by default */
  .ibx-agenda__accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 16px;
    background: #0a0a0a;
  }

  .ibx-agenda__accordion-body--open {
    max-height: 9999px;
    padding: 16px 16px 40px;
  }

  /* Stack all sessions vertically */
  .ibx-agenda__row--sessions {
    grid-template-columns: 1fr !important;
  }

  .ibx-agenda__card-header {
    display: grid;
    grid-template-columns: 9fr 1fr;
    gap: 12px;
    align-items: start;
  }

  .ibx-agenda__card-meta { grid-column: 1; grid-row: 1; }
  .ibx-agenda__card-body { grid-column: 1; grid-row: 2; }

  .ibx-agenda__caret { grid-column: 2; grid-row: 1 / span 2; }

  
  .ibx-agenda__card-meta {
    grid-column: 1;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .ibx-agenda__card-body {
    grid-column: 1;
  }

  .ibx-agenda__caret {
    grid-column: 2;
    grid-row: 1;
  }

  .ibx-agenda__speakers {
    flex-direction: column;
    gap: 4px;
  }
  .ibx-agenda__accordion-body
  {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ibx-agenda__card-desc,
  .ibx-agenda__caret,
  .ibx-agenda__accordion-body {
    transition: none;
  }
}

/* ============================================================
   REGISTRATION SECTION
   ============================================================ */

.ibx-registration {
  background: #ffffff;
  padding: 80px 0;
}

.ibx-registration__container {
  max-width: var(--ibx-container);
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.ibx-registration__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

/* ---- Left column ---- */
.ibx-registration__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ibx-registration__headline {
  font-family: var(--ibx-font);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.15;
  color: #007D4C;
  margin: 0;
  letter-spacing: -0.02em;
}

.ibx-registration__body {
  font-family: var(--ibx-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ibx-navy);
  margin: 0;
}

/* Map card */
.ibx-registration__map-card {
  border-radius: 12px;
  overflow: hidden;
  background: var(--ibx-navy);
  position: relative;
}

.ibx-registration__map-img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

/* Map placeholder shown when no image provided */
.ibx-registration__map-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #1a2a1a;
  display: block;
  align-items: center;
  justify-content: center;
}

.ibx-registration__map-placeholder span {
  font-family: var(--ibx-font);
  font-size: 13px;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ibx-registration__map-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 24px;
  pointer-events: none;
}

.ibx-registration__map-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ibx-registration__map-venue {
  font-family: var(--ibx-font);
  font-size: 14px;
  font-weight: 600;
  color: var(--ibx-white);
  line-height: 17px;
}

.ibx-registration__map-city {
  font-family: var(--ibx-font);
  font-size: 18px;
  font-weight: 700;
  color: var(--ibx-green);
  white-space: nowrap;
}

.ibx-registration__map-datetime {
  font-family: var(--ibx-font);
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  color: var(--ibx-green);
}

/* ---- Right column: form ---- */
.ibx-registration__right {
  display: flex;
  flex-direction: column;
}

/* Form placeholder — remove when Marketo embed is added */
.ibx-registration__form-placeholder {
  background: #d0d0cc;
  border-radius: 8px;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ibx-font);
  font-size: 14px;
  color: rgba(16,24,32,0.4);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.ibx-registration__right .mktoFormContainer{
  padding: 0;
  margin: 0 !important
}

.ibx-registration__right .mkto-enhanced-container{
  padding: 0 !important;
  margin: 0 !important;
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .ibx-registration__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ibx-registration__headline {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .ibx-registration {
    padding: 56px 0;
  }
  
  .ibx-registration__right {
  }
}


/* ============================================================
   SPONSORS SECTION
   ============================================================ */

.ibx-sponsors {
  background: #000000;
  padding: 80px 0 0;
}

.ibx-sponsors__container {
  max-width: var(--ibx-container);
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* ---- Header ---- */
.ibx-sponsors__header {
  text-align: center;
  margin-bottom: 48px;
}

.ibx-sponsors__title {
  font-family: var(--ibx-font);
  font-size: 40px;
  font-weight: 700;
  color: var(--ibx-green);
  margin: 0;
}

/* ---- Accordion toggle: hidden on desktop ---- */
.ibx-sponsors__accordion-toggle {
  display: none;
}

/* ---- Accordion body: always open on desktop ---- */
.ibx-sponsors__accordion-body {
  display: block;
  padding-bottom: 80px;
}

/* ---- Grid: 5 per row ---- */
.ibx-sponsors__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

/* ---- Card ---- */
.ibx-sponsors__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.ibx-sponsors__logo-wrap {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ibx-sponsors__logo {
  width: 100%;
  object-fit: cover;
  display: block;
}

.ibx-sponsors__name {
  font-family: var(--ibx-font);
  font-size: 24px;
  font-weight: 700;
  color: var(--ibx-green);
  line-height: 0.8;
  display: none;
}

.ibx-sponsors__tier {
  font-family: var(--ibx-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--ibx-text-muted);
  line-height: 1.25;
  margin-top: -4px;
  display: none
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .ibx-sponsors__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .ibx-sponsors {
    padding: 0;
  }

  /* Mobile accordion toggle */
  .ibx-sponsors__accordion-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background: #000000;
    border: none;
    padding: 28px 24px;
    cursor: pointer;
    box-sizing: border-box;
    /* border-bottom: 1px solid rgba(255,255,255,0.08); */
  }

  .ibx-sponsors__accordion-heading {
    font-family: var(--ibx-font);
    font-size: 28px;
    font-weight: 700;
    color: var(--ibx-green);
    margin: 0;
    text-align: left;
  }

  .ibx-sponsors__accordion-caret {
    color: var(--ibx-green);
    flex-shrink: 0;
    margin-left: 16px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
  }

  .ibx-sponsors__accordion-toggle[aria-expanded="true"] .ibx-sponsors__accordion-caret {
    transform: rotate(180deg);
  }

  /* Hide desktop header */
  .ibx-sponsors__header {
    display: none;
  }

  /* Accordion body collapsed by default */
  .ibx-sponsors__accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 16px;
    background: #000000;
  }

  .ibx-sponsors__accordion-body--open {
    max-height: 9999px;
    padding: 24px 16px 40px;
  }

  /* 2 per row on mobile */
  .ibx-sponsors__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ibx-sponsors__accordion-caret {
    transition: none;
  }
}

/* ============================================================
   FOOTER SECTION
   ============================================================ */

.ibx-footer {
  background: #000000;
  padding: 80px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.ibx-footer__container {
  max-width: var(--ibx-container);
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start;
}

.ibx-footer__title {
  font-family: var(--ibx-font);
  font-size: 36px;
  font-weight: 500;
  color: var(--ibx-green);
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.01em;
}

/* City columns: 4 across */
.ibx-footer__cities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ibx-footer__city-col {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ibx-footer__city {
  font-family: var(--ibx-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.ibx-footer__city-link {
  color: var(--ibx-white) !important;
  text-decoration: none !important;
  transition: color 0.15s ease;
}

.ibx-footer__city-link:hover {
  color: var(--ibx-green) !important;
}

.ibx-footer__nav {
  max-width: var(--ibx-container);
  margin: 0 auto;
  padding: 64px 24px 0 24px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* gap: 48px; */
  align-items: end;
}

.ibx-footer__copyright
{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#ibx-footer__logo
{
  color: white;
}

.ibx-footer__nav-links
{
  display: flex;
  gap: 24px;
}

.ibx-footer__copyright a
{
  color: var(--color-neutral-white-80, rgba(255, 255, 255, 0.80));
  font-family: var(--family-body, "alliance no.1");
  font-size: var(--size-body-3, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--type-line-height-body-3, 24px); /* 160% */
  letter-spacing: var(--type-letter-spacing-wider, 0);
}

.ibx-footer__nav-links a, .ibx-footer_cookie a {
  color: var(--color-neutral-white-100, #FFF);
  font-family: var(--family-body, "alliance no.1");
  font-size: var(--size-body-3, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--type-line-height-body-3, 24px); /* 160% */
  letter-spacing: var(--type-letter-spacing-wider, 0); 
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6.5%; /* 0.975px */
  text-underline-offset: 22%; /* 3.3px */
  text-underline-position: from-font;
}

/* ---- Responsive ---- */
@media (max-width: 1000px) {
  .ibx-footer__nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
}

@media (max-width: 900px) {
  .ibx-footer__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ibx-footer__title {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .ibx-footer {
    padding: 56px 0;
  }

  /* 2x2 grid on mobile */
  .ibx-footer__cities {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
  .ibx-footer__nav-links
  {
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
  }
}

/* ============================================================
   INFOBLOX EXCHANGE — Global Series Page Styles
   Assumes styles.css is already loaded (shares :root tokens).
   All classes prefixed .gs- to avoid collisions.
   ============================================================ */

/* ============================================================
   SERIES HERO
   ============================================================ */

#ibx-exchange-landing-page{
    margin-top: 0;
    padding-top: 0;
}
.gs-hero {
  background: linear-gradient(0deg, #000000 0%, #000000 100%);
  min-height: 420px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 60px 0;
}

section.gs-hero::after {
    content: "";
    background: url(https://www.infoblox.com/wp-content/uploads/ex26-exchange-homepage-banner-green-patch.png) bottom left no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
}

.gs-hero__container {
  max-width: var(--ibx-container);
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  width: 100%;
}

/* Left: all text */
.gs-hero__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
}

.gs-hero__logo {
  display: block;
  height: 83px;
  width: auto;
  object-fit: contain;
  object-position: left center;
}

.gs-hero__tagline {
  font-family: var(--ibx-font);
  font-size: clamp(40px, 5vw, 95px);
  font-weight: 700;
  color: var(--ibx-white);
  margin: 0;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.gs-hero__subtitle {
  font-family: var(--ibx-font);
  font-size: 24px;
  font-weight: 400;
  color: var(--ibx-white);
  margin: 0;
  line-height: 1.6;
}

.gs-hero__join {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.gs-hero__join-text {
  font-family: var(--ibx-font);
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 400;
  color: var(--ibx-white);
  line-height: 1.2;
}

.gs-hero__join-accent {
  font-family: var(--ibx-font);
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700;
  color: var(--ibx-green);
  line-height: 1.2;
}

.gs-hero__cta {
  display: inline-block;
  font-family: var(--ibx-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--ibx-navy) !important;
  background: var(--ibx-white);
  border: 2px solid var(--ibx-white);
  border-radius: 100px;
  padding: 12px 28px;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease;
  width: fit-content;
  white-space: nowrap;
}

.gs-hero__cta:hover {
  background: transparent;
  color: var(--ibx-white) !important;
}

/* Right: graphic placeholder */
.gs-hero__graphic {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gs-hero__graphic-placeholder {
  width: 100%;
}

.gs-hero__graphic-placeholder video{
  transform: scale(1.2)
}

/* Animated rings to hint at the final graphic */
.gs-hero__graphic-placeholder::before,
.gs-hero__graphic-placeholder::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(0, 189, 77, 0.15);
  animation: gs-pulse 3s ease-in-out infinite;
}

.gs-hero__graphic-placeholder::before {
  inset: -20px;
  animation-delay: 0s;
}

.gs-hero__graphic-placeholder::after {
  inset: -40px;
  animation-delay: 0.8s;
}

@keyframes gs-pulse {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50%       { opacity: 0.7; transform: scale(1.02); }
}

.gs-hero__graphic-label {
  font-family: var(--ibx-font);
  font-size: 12px;
  color: rgba(0, 189, 77, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ============================================================
   REGION NAV BAR
   ============================================================ */

.gs-region-nav {
  background: #000000;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: sticky;
  top: 0;
  z-index: 100;
}

.gs-region-nav__list {
  max-width: var(--ibx-container);
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 0;
  margin-left: auto;
  margin-right: auto;
}

.gs-region-nav__item {
  position: relative;
  margin: 0;
  padding: 0;
}

.gs-region-nav__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ibx-font);
  font-size: 18px;
  line-height: 34px;
  font-weight: 700;
  color: var(--ibx-white);
  background: none;
  border: none;
  padding: 18px 32px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.15s ease;
  user-select: none;
}

.gs-region-nav__btn::before,
.gs-region-nav__btn::after {
  display: none !important;
  content: none !important;
}

.gs-region-nav__btn:hover {
  color: var(--ibx-green);
}

.gs-region-nav__btn[aria-expanded="true"] {
  color: var(--ibx-green);
}

.gs-region-nav__caret {
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.gs-region-nav__btn[aria-expanded="true"] .gs-region-nav__caret {
  transform: rotate(180deg);
}

/* Dropdown */
.gs-region-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 30px;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  min-width: 220px;
  padding: 8px 0;
  display: none;
  flex-direction: column;
  box-shadow: 0 8px 32px rgba(0,0,0,0.6);
  z-index: 9999;
}

.gs-region-nav__dropdown--open {
  display: flex;
}

.gs-region-nav__dropdown-link {
  font-family: var(--ibx-font);
  font-size: 14px;
  font-weight: 400;
  color: var(--ibx-white) !important;
  text-decoration: none !important;
  padding: 10px 20px;
  transition: background 0.15s ease, color 0.15s ease;
  display: block;
}

.gs-region-nav__dropdown-link:hover {
  background: rgba(0, 189, 77, 0.1);
  color: var(--ibx-green) !important;
}

/* ============================================================
   INTRO SECTION
   ============================================================ */

.gs-intro {
  background: var(--ibx-white);
  padding: 80px 0;
}

.gs-intro__container {
  max-width: var(--ibx-container);
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.gs-intro__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.gs-intro__headline {
  font-family: var(--ibx-font);
  font-size: clamp(44px, 3vw, 64px);
  font-weight: 700;
  color: var(--ibx-navy);
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.gs-intro__body {
  font-family: var(--ibx-font);
  font-size: 18px;
  font-weight: 400;
  color: var(--ibx-navy);
  line-height: 1.3;
  margin: 0;
  align-self: end;
}

.gs-intro__tagline {
  font-family: var(--ibx-font);
  font-size: 24px;
  font-weight: 400;
  color: var(--ibx-navy);
  line-height: 1.3;
  text-align: center;
  margin: 0;
  /* max-width: 720px; */
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================
   EVENTS SECTION
   ============================================================ */

.gs-events {
  background: #000000;
  padding: 80px 0;
}

.gs-events__container {
  max-width: var(--ibx-container);
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gs-events__title {
  font-family: var(--ibx-font);
  font-size: clamp(44px, 3.5vw, 64px);
  font-weight: 400;
  color: var(--ibx-white);
  text-align: center;
  margin: 0 0 64px;
  line-height: 1.2;
}

.gs-events__title-plain {
  color: var(--ibx-white);
}

.gs-events__title-accent {
  color: var(--ibx-green);
}

.gs-events__title-suffix {
  color: var(--ibx-white);
}

/* Region group */
.gs-events__regions {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.gs-events__region-label {
  font-family: var(--ibx-font);
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  color: var(--ibx-green);
  text-transform: none;
  margin: 0 0 20px;
  letter-spacing: 0.01em;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* City grid */
.gs-events__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
}

/* City card */
.gs-events__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none !important;
  gap: 10px;
  width: calc((100% - 5 * 24px) / 6);
  min-width: 100px;
}

.gs-events__card:hover .gs-events__city-name {
  color: var(--ibx-white) !important;
}

/* Plain square image — no diamond transform */
.gs-events__diamond-wrap {
  width: 100%;
  aspect-ratio: 1;
}

.gs-events__diamond-frame {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.gs-events__diamond-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gs-events__city-name {
  font-family: var(--ibx-font);
  font-size: 20px;
  font-weight: 600;
  color: var(--ibx-green) !important;
  text-align: center;
  line-height: 1.2;
  transition: color 0.15s ease;
}

.gs-events__city-date {
  font-family: var(--ibx-font);
  font-size: 14px;
  font-weight: 400;
  color: var(--ibx-text-muted);
  text-align: center;
  line-height: 1.2;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 960px) {
  .gs-hero__container {
    grid-template-columns: 1fr;
  }

  .gs-hero__graphic-placeholder video {
    transform: unset;
  }

  .gs-intro__top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gs-events__card {
    width: calc((100% - 4 * 24px) / 5);
  }

  .gs-hero__container {
        flex-direction: column;
    }
    .gs-hero__graphic {
        margin-top: 100px;
        order: 1; /* Video first */
        max-width: 560px;
    }
    .gs-hero__left {
        order: 2; /* Content second */
    }
    .gs-hero__logo{
        position: absolute;
        top: 0px;
        margin-top: 60px
    }
}

@media (max-width: 768px) {
  .gs-events__card {
    width: calc((100% - 2 * 24px) / 3);
  }

  /* Region nav becomes accordion on mobile */
  .gs-region-nav {
    position: sticky;
  }

  .gs-region-nav__list {
    flex-direction: column;
    gap: 0;
  }

  .gs-region-nav__item {
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .gs-region-nav__btn {
    width: 100%;
    justify-content: space-between;
    padding: 16px 24px;
  }
  .gs-region-nav__dropdown {
    position: static;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    padding: 0 0 8px 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .gs-region-nav__dropdown--open {
    display: flex;
    max-height: 500px;
  }

  .gs-region-nav__dropdown-link {
    padding: 10px 22px;
  }
}

@media (max-width: 560px) {
  .gs-events__card {
    width: calc((100% - 24px) / 2);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gs-hero__graphic-placeholder::before,
  .gs-hero__graphic-placeholder::after {
    animation: none;
  }

  .gs-region-nav__caret,
  .gs-events__diamond-frame,
  .gs-events__city-name {
    transition: none;
  }
}

/* ============================================================
   OVERRIDES — suppress theme interference
   ============================================================ */

/* Kill all ::before and ::after on nav list items */
.gs-region-nav__list li::before,
.gs-region-nav__list li::after,
.gs-region-nav__list *::before,
.gs-region-nav__list *::after,
.gs-region-nav__item::before,
.gs-region-nav__item::after {
  display: none !important;
  content: none !important;
}

/* Kill theme bullet injection on all gs- lists */
.gs-events__grid *::before,
.gs-events__grid *::after {
  display: none !important;
  content: none !important;
}


.gs-region-nav__dropdown-link,
.gs-region-nav__dropdown-link:link,
.gs-region-nav__dropdown-link:visited,
.gs-region-nav__dropdown-link:hover,
.gs-region-nav__dropdown-link:active,
.gs-region-nav__dropdown a,
.gs-region-nav__dropdown a:link,
.gs-region-nav__dropdown a:visited {
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.gs-region-nav__dropdown-link:hover,
.gs-region-nav__dropdown a:hover {
  color: var(--ibx-green) !important;
  background: rgba(0, 189, 77, 0.1) !important;
}

.gs-events__card:hover .gs-events__city-name {
  color: var(--ibx-white) !important;
}

/* Suppress theme text-transform on headings */
.gs-hero__tagline,
.gs-intro__headline,
.gs-events__title {
  text-transform: none !important;
}

/* Remove italic from events title accent */
.gs-events__title-accent {
  font-style: normal !important;
}

/* Ensure container centering isn't broken by theme */
.gs-hero__container,
.gs-region-nav__list,
.gs-intro__container,
.gs-events__container {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Suppress theme list margins/padding */
.gs-events__grid {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.gs-region-nav__list,
.gs-events__grid {
  list-style: none !important;
}

/* Dots in the nav bar — theme injecting them as list markers */
.gs-region-nav__item {
  list-style: none !important;
  list-style-type: none !important;
}

.gs-region-nav__list {
  list-style: none !important;
  list-style-type: none !important;
}

.ibx-registration__success{
      padding: 40px;
    text-align: center;
    background-color: #f1f1f1;
  border-radius: 10px
  
}

h1.ibl-reg__heading{
  font-size: 38px;
  line-height: 41px;
}

.ibl-reg__check-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2.5px solid #007D4C;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    animation: ibl-popIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  margin: 0 auto;
}
.ibl-reg__check-circle svg {
    width: 28px;
    height: 28px;
    stroke: #007D4C;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.templatera_shortcode .wpex-vc-full-width-row--no-padding{
  padding: 0
}

/* ── Overlay ─────────────────────────────────────────────────────────── */
    .ibx-ex-27-overlay {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 9999;
      background: rgba(10, 10, 15, 0.82);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      align-items: center;
      justify-content: center;
      padding: 16px;
      box-sizing: border-box;
    }
 
    .ibx-ex-27-overlay.ibx-ex-27-open {
      display: flex;
      animation: ibx-ex-27-fade-in 0.22s ease;
    }
 
    @keyframes ibx-ex-27-fade-in {
      from { opacity: 0; }
      to   { opacity: 1; }
    }
 
    /* ── Dialog shell ─────────────────────────────────────────────────────── */
    .ibx-ex-27-dialog {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 960px;
      max-height: calc(100vh - 32px);
      background: #1a1a24;
      border: 1px solid rgba(255, 255, 255, 0.10);
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
      animation: ibx-ex-27-slide-up 0.25s cubic-bezier(0.22, 1, 0.36, 1);
    }
 
    @keyframes ibx-ex-27-slide-up {
      from { opacity: 0; transform: translateY(18px) scale(0.98); }
      to   { opacity: 1; transform: translateY(0)   scale(1);    }
    }
 
    /* ── Header bar ───────────────────────────────────────────────────────── */
    .ibx-ex-27-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 10px 14px;
      background: rgba(255, 255, 255, 0.04);
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      flex-shrink: 0;
    }
 
    .ibx-ex-27-title {
      flex: 1;
      font-family: system-ui, sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.88);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
 
    .ibx-ex-27-actions {
      display: flex;
      align-items: center;
      gap: 6px;
      flex-shrink: 0;
    }
 
    /* shared button base */
    .ibx-ex-27-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      padding: 5px 10px;
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 6px;
      background: rgba(255, 255, 255, 0.06);
      color: rgba(255, 255, 255, 0.65);
      font-family: inherit;
      font-size: 12px;
      cursor: pointer;
      text-decoration: none;
      transition: background 0.15s, color 0.15s, border-color 0.15s;
      white-space: nowrap;
    }
    .ibx-ex-27-btn:hover {
      background: rgba(255, 255, 255, 0.12);
      color: #fff;
      border-color: rgba(255, 255, 255, 0.28);
    }
    .ibx-ex-27-btn:focus-visible {
      outline: 2px solid #5b8fff;
      outline-offset: 2px;
    }
 
    /* close button — slightly more prominent */
    .ibx-ex-27-close {
      padding: 5px 8px;
      border-radius: 6px;
      font-size: 16px;
      line-height: 1;
    }
 
    /* ── iframe wrapper ───────────────────────────────────────────────────── */
    .ibx-ex-27-body {
      flex: 1;
      min-height: 0;
      position: relative;
    }
 
    .ibx-ex-27-spinner {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
 
    .ibx-ex-27-spinner::after {
      content: '';
      width: 32px;
      height: 32px;
      border: 3px solid rgba(255, 255, 255, 0.12);
      border-top-color: #5b8fff;
      border-radius: 50%;
      animation: ibx-ex-27-spin 0.75s linear infinite;
    }
 
    @keyframes ibx-ex-27-spin {
      to { transform: rotate(360deg); }
    }
 
    .ibx-ex-27-iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: none;
      background: #fff;
      opacity: 0;
      transition: opacity 0.2s ease;
    }
 
    .ibx-ex-27-iframe.ibx-ex-27-loaded {
      opacity: 1;
    }
 
    /* ── Responsive sizing ────────────────────────────────────────────────── */
 
    /* Default (desktop): 80 vh tall */
    .ibx-ex-27-dialog { height: 80vh; }
 
    /* Tablet */
    @media (max-width: 768px) {
      .ibx-ex-27-dialog {
        max-width: 100%;
        height: 85vh;
      }
    }
 
    /* Mobile */
    @media (max-width: 480px) {
      .ibx-ex-27-overlay { padding: 0; }
      .ibx-ex-27-dialog {
        height: 100%;
        max-height: 100%;
        border-radius: 0;
      }
    }
 
    /* Respect reduced-motion preferences */
    @media (prefers-reduced-motion: reduce) {
      .ibx-ex-27-overlay.ibx-ex-27-open,
      .ibx-ex-27-dialog { animation: none; }
    }

.ibx-reg__status-closed {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #00BD4D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.ibx-reg__status-closed svg {
  width: 28px;
  height: 28px;
  stroke: #00BD4D;
}

.ibx-reg__status-soon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #00BD4D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.ibx-reg__status-soon svg {
  width: 28px;
  height: 28px;
  stroke: #00BD4D;
}

.ibx-registration__right.full{
  height: 100%;
}
.ibx-registration__right.full .mktoFormContainer{
  height: 100%;
}
.ibx-registration__right.full .mktoFormContainer .ibx-registration__success{
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: center;
}