/* --- START CSS --- */
  /* NATIVE CSS IMPLEMENTATION */
    :root {
        --primary: #37023c;
        --secondary: #552859;
        --pink: #d81b60;
        --yellow: #f4d03f;
        --yellow-light: #fef9e7;
        --paper: #fdfefe;
        --text-dark: #1b1b1b;
        --text-muted: #5e5e5e;
        --radius-lg: 24px;
        --radius-md: 12px;
        --radius-sm: 8px;
        --shadow: 0 10px 30px rgba(0,0,0,0.05);
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Nunito Sans', sans-serif;
      font-size: 16px;
      line-height: 1.6;
      color: #37023C;
      background: #fff;
    }
    img { max-width: 100%; height: auto; display: block; }
    a { color: inherit; text-decoration: none !important; }
    ul { list-style: none; }

    /* =============================================
       DESIGN TOKENS
    ============================================= */
    :root {
      --primary: #37023C;
      --primary-600: #552859;
      --primary-700: #3D1040;
      --orange-500: #F78B43;
      --secondary-100: #F0EBEB;
      --yellow-500: #F7D35F;
      --pink-500: #901e69;
      --plum: #37023C;
      --dark-400A: rgba(30,2,39,0.2);
      --container-padding: 24px;
      --container-max: 1442px;
      --radius-section: 24px;
    }

    #event-landing-page .bde-code-block {
      max-width: stretch !important;
      width: 100%;
    }

    /* =============================================
       LAYOUT HELPERS
    ============================================= */
    .s-container {
      width: 100%;
      max-width: var(--container-max);
      margin: 0 auto;
      padding: 0 var(--container-padding);
    }
    .s-section { width: 100%; }
    .s-row {
      display: flex;
      /* flex-wrap: wrap; */
      gap: 24px;
    }
    .s-col { width: 100%; }
    @media (min-width: 576px) {
      .sm-6 { width: calc(50% - 12px); }
    }
    @media (min-width: 768px) {
      .md-4 { width: calc(33.333% - 16px); }
      .md-6 { width: calc(50% - 12px); }
      .md-8 { width: calc(66.666% - 8px); }
    }
    @media (min-width: 992px) {
      .lg-5 { width: calc(41.666% - 14px); }
      .lg-6 { width: calc(50% - 12px); }
      .lg-7 { width: calc(58.333% - 10px); }
    }

    /* =============================================
       TYPOGRAPHY
    ============================================= */
    .text-white { color: #fff !important; }
    /* .text-subtle { color: #6B7280; } */
    /* . { font-size: 18px; line-height: 1.7; } */
    .text-warning { color: #F7D35F; }
    .text-center { text-align: center; }

    .label {
      display: inline-block;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.08em;
    }

    /* =============================================
       BUTTONS
    ============================================= */
    .bttn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 24px;
      border-radius: 100px;
      font-weight: 600;
      font-size: 16px;
      cursor: pointer;
      transition: opacity 0.2s, transform 0.15s;
      border: none;
      text-decoration: none;
      white-space: nowrap;
    }
    .bttn:hover { opacity: 0.9; transform: translateY(-1px); }
    .bttn-primary {
      background: #37023C;
      color: #fff !important;
    }
    .bttn-primary::after {
      content: '\f178';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
    }
    .bttn-yellow {
      background: #F7D35F !important;
      color: #37023C !important;
    }
    .bttn-yellow::after { content: '\f178'; font-family: serif; }
    .bttn-outline {
      background: transparent;
      border: 2px solid #37023C;
      color: #37023C;
    }
    .bttn-sm { font-size: 14px; padding: 8px 18px; }
    /* .bttn-lg { font-size: 18px; padding: 16px 32px; } */

    /* Arrow icon via unicode */
    .bttn-arrow::after { content: ' →'; }

    /* =============================================
       HERO SECTION
    ============================================= */
    .hero-section {
      margin: 12px;
      border-radius: 32px;
      background: url(https://faria.s3.us-east-1.amazonaws.com/Marketing/public-site/feg/2025-07/Rotate-90.webp);
      position: relative;
      overflow: hidden;
      padding: 80px 0 60px;
      background-position: -1px -1px;
      background-size: 104% 104%;
      width: stretch;
    }
    .hero-section .s-container { position: relative; z-index: 1; }
    .hero-section .s-row { flex-wrap: wrap; align-items: center; }
    .hero-label { font-size: 18px; color: #37023C; margin-bottom: 12px; font-weight: 500; }
    .hero-date {
      display: flex;
      align-items: center;
      gap: 0;
      flex-wrap: wrap;
      font-weight: 500;
      font-size: 16px;
      margin: 16px 0;
      color: #37023C;
    }
    .hero-date .divider {
      display: inline-block;
      width: 1px;
      height: 20px;
      background: #552859;
      margin: 0 16px;
    }
    .hero-date img { width: 30px; height: auto; display: inline-block; vertical-align: top; margin-right: 5px; }
    .hero-venue { display: flex; align-items: center; gap: 8px; font-size: 18px; color: #37023C; }
    .hero-image { border-radius: 16px; width: 100%; }
    .hero-cta { margin-top: 24px; }

    @media (min-width: 768px) {
      .hero-section { padding: 100px 0 80px; }
    }

    /* =============================================
       ELLIPSE DECORATIVE
    ============================================= */
    .hero-ellipse-alt {
      position: absolute;
      right: 0;
      bottom: 0;
      pointer-events: none;
      z-index: 0;
      width: 384px;
      height: 384px;
    }

    /* =============================================
       FLIP CLOCK — flip-clock-light theme overrides
       (mirrors src/styles/flipClock.css from Svelte)
    ============================================= */

    .flip-clock {
        --border-radius: .15em !important;
        --font-size: 2em !important;
        --font-family: "Helvetica Neue", Helvetica, sans-serif !important;
        --width: 1em !important;
        --height: 1.45em !important;
        --animation-duration: 250ms !important;
        --animation-delay: var(--animation-duration) !important;
        font-family: var(--font-family) !important;
        font-size: var(--font-size) !important;
        user-select: none !important;
        text-align: center !important;
        position: relative !important;
        width: 100% !important;
        display: inline-flex !important;
        box-sizing: border-box !important;
        align-items: flex-end !important;
        gap: .25rem !important;
    }

    .flip-clock,
    .flip-clock-group,
    .flip-clock-group-items {
      width: 100%;
    }
    .flip-clock-light .flip-clock .flip-clock-card .flip-clock-card-item-inner {
      --bg-card: var(--paper);
      --color: var(--plum);
    }
    .flip-clock-light .flip-clock .flip-clock-card {
      box-shadow: unset;
    }
    .flip-clock-light .flip-clock .flip-clock-card .flip-clock-card-item-inner .top,
    .flip-clock-light .flip-clock .flip-clock-card .flip-clock-card-item-inner .bottom {
      background: var(--bg-card);
      box-shadow: unset;
      color: var(--color);
    }
    .flip-clock-light .flip-clock .flip-clock-label {
      color: var(--paper);
    }
    .flip-clock-light .flip-clock .flip-clock-card .flip-clock-card-item-inner .top:before {
      background: var(--secondary-300);
    }
    .flip-clock-light .flip-clock-card.animate .before .flip-clock-card-item-inner .bottom::after {
      background: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0) 85%);
    }
    .flip-clock-light .flip-clock-card.animate .before .flip-clock-card-item-inner .top::after {
      background: linear-gradient(0, rgba(0,0,0,0.5), rgba(0,0,0,0));
    }
    .flip-clock .flip-clock-group .flip-clock-group-items {
      align-items: flex-start !important;
    }
    .flip-clock > .flip-clock-group > .flip-clock-group-items > .flip-clock-group {
      flex-direction: column-reverse;
      gap: 8px;
    }
    .flip-clock-card { flex: 1; }
    .flip-clock-light .flip-clock-divider .flip-clock-divider-inner {
      font-family: 'Nunito Sans', sans-serif;
      color: var(--paper);
    }
    /* Wrapper positioning */
    .flip-clock-wrap {
      max-width: 490px;
      margin: 24px auto 0;
    }
    @media screen and (max-width: 1088px) {
      .flip-clock-group-items .flip-clock-divider { width: calc(50% / 9); }
      .flip-clock-group-items .flip-clock-group   { width: calc(100% / 5); }
    }

    /* Placeholder .fc-card-face — left from previous version, remove */
    .fc-card { display: none; }



    /* =============================================
       EVENT OVERVIEW + KEY THEMES
    ============================================= */
    /* =============================================
       SECTION 2 — EVENT OVERVIEW + KEY THEMES
    ============================================= */
    .sec2 {
      background: #fff;
      padding: 64px 0;
      width: stretch;
    }
    @media (min-width: 768px) {
      .sec2 { padding: 80px 0; }
    }
    .sec2-container {
      max-width: 1442px;
      margin: 0 auto;
      padding: 0 24px;
    }
    /* Overview row */
    .sec2-overview {
      display: flex;
      flex-direction: column;
      gap: 32px;
    }
    @media (min-width: 768px) {
      .sec2-overview { flex-direction: row; align-items: flex-start; }
      .sec2-overview-left  { width: 33.333%; flex-shrink: 0; }
      .sec2-overview-right { flex: 1; }
    }
    .sec2-overview-text {
      font-size: 20px;
      line-height: 1.7;
      margin-bottom: 1rem;
    }
    /* Key Themes grid */
    .sec2-themes-heading { text-align: center !important; margin-bottom: 32px; }
    .sec2-themes-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
    }
    @media (min-width: 768px) {
      .sec2-themes-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (min-width: 1024px) {
      .sec2-themes-grid { grid-template-columns: repeat(3, 1fr); }
    }
    /* Theme card */
    .sec2-theme-card {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
      background: #F0EBEB;
      border-radius: 16px;
      padding: 32px;
      outline: 1px solid #e2dede;
      outline-offset: -1px;
    }
    .sec2-icon-wrap {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #f5f5f5;
      border-radius: 8px;
      padding: 8px;
      outline: 1px solid #e2dede;
      outline-offset: -1px;
    }
    .sec2-icon-wrap img { width: 32px; height: 32px; object-fit: contain; display: block; }
    .sec2-theme-title {
      font-size: 24px;
      font-weight: 700;
      color: #37023C;
      line-height: 1.35;
      margin: 0;
    }
    .sec2-theme-desc {
      font-size: 18px;
      line-height: 1.7;
      color: #37023C;
      margin: 0;
    }

    /* =============================================
       MEET THE FACILITATOR
    ============================================= */
    .facilitator-wrap {
      background: linear-gradient(180deg, rgba(30,2,39,0) 0%, #1E0227 100%);
      width: stretch;
    }
    .facilitator-inner {
      background: #F0EBEB;
      border-radius: var(--radius-section);
      margin: 0 12px;
      overflow: hidden;
      position: relative;
      padding: 60px 0;
    }
    @media (min-width: 768px) {
      .facilitator-inner { padding: 120px 0; }
    }
    .facilitator-deco {
      position: absolute;
      pointer-events: none;
      z-index: 0;
    }
    .facilitator-deco-br {
      right: 10px;
      bottom: -10px;
    }
    .facilitator-deco-tr {
      top: 0;
      right: -1vw;
      display: none;
    }
    @media (min-width: 768px) {
      .facilitator-deco-tr { display: block; }
    }
    @media (min-width: 1280px) {
      /* Svelte: xl:right-[calc((100vw-1280px)/-2)]
         Pulls the blob flush to the right edge of the max-width container */
      /* .facilitator-deco-tr {
        right: calc((100vw - 1280px) / -2);
      } */
    }
    /* Container inside facilitator */
    .facilitator-container {
      max-width: 1442px;
      margin: 0 auto;
      padding: 0 24px;
      position: relative;
      z-index: 10;
    }
    .facilitator-row {
      display: flex;
      flex-direction: column;
      gap: 48px;
      /* stretch = children fill full width on mobile — prevents video from collapsing */
      align-items: stretch;
    }
    .facilitator-col-left,
    .facilitator-col-right {
      width: 100%; /* ensure full width on mobile/tablet */
    }
    @media (min-width: 1024px) {
      .facilitator-row         { flex-direction: row; align-items: center; }
      .facilitator-col-left    { width: 50%; flex-shrink: 0; }
      .facilitator-col-right   { flex: 1; width: auto; }
    }
    .facilitator-name {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-bottom: 8px;
    }
    .facilitator-name h2 {
      font-size: clamp(28px, 3.5vw, 40px);
      margin: 0;
    }
    .facilitator-name a { display: inline-flex; }
    .facilitator-subtitle {
      font-size: 28px;
      font-weight: 400;
      line-height: 1.5;
      color: #37023C;
      margin-bottom: 16px;
    }
    .facilitator-bio {
      color: #37023C;
      font-size: 18px;
      line-height: 1.7;
    }
    .video-wrapper {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      outline: 1px solid #d6d3d1;
    }
    .video-ratio {
      position: relative;
      padding-bottom: 56.25%;
      width: 100%;
    }
    .video-ratio img,
    .video-ratio iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .video-play-btn {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: transparent;
      border: none;
      cursor: pointer;
    }
    .play-circle {
      width: 135px;
      height: 135px;
      border-radius: 50%;
      background: rgba(255,255,255,0.3);
      backdrop-filter: blur(6px);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.2s;
    }
    .play-circle:hover { transform: scale(1.1); }

    /* =============================================
       WHO SHOULD ATTEND
    ============================================= */
    .wsa-section {
      background: #1E0227;
      padding: 0;
      position: relative;
      overflow: hidden;
      width: stretch;
    }
    .wsa-inner {
      padding: 96px 24px;
      position: relative;
      z-index: 10;
    }
    .wsa-bg {
      position: absolute;
      top: 0; right: 0;
      width: 55%;
      height: 100%;
      background-image: url('../webp/who-should-attend.webp');
      background-size: cover;
      background-position: center;
      display: none;
    }
    .wsa-bg::before {
      content: '';
      position: absolute;
      inset-block: 0;
      left: 0;
      width: 60%;
      background: linear-gradient(to right, #1E0227, transparent);
    }
    @media (min-width: 992px) {
      .wsa-bg { display: block; }
    }
    .wsa-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px;
      margin: 44px 0;
    }
    @media (min-width: 576px) {
      .wsa-grid { grid-template-columns: repeat(2, 1fr); }
    }
    .wsa-item {
      display: flex;
      align-items: center;
      gap: 16px;
    }
    .wsa-icon-wrap {
      display: flex;
      width: 56px;
      height: 56px;
      flex-shrink: 0;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      border: 1px solid #F0EBEB;
      padding: 8px;
    }
    .wsa-icon-wrap img { width: 32px; height: 32px; object-fit: contain; }
    .wsa-label { color: #F0EBEB; font-size: 18px; line-height: 1.6; }

    /* =============================================
       SOLUTIONS TABS
    ============================================= */
    .solutions-section {
      padding: 80px 0;
      position: relative;
      overflow: hidden;
      width: stretch;
    }
    .solutions-container {
      max-width: 1442px;
      margin: 0 auto;
      padding: 0 24px;
      position: relative;
      z-index: 2;
    }
    .tabs-toggle {
      display: flex;
      align-items: center;
      gap: 8px;
      background: #F0EBEB;
      border-radius: 100px;
      padding: 4px;
      width: fit-content;
      max-width: 100%;
      margin: 32px auto 48px;
      overflow-x: auto;
    }
    .tab-btn {
      padding: 10px 20px;
      border-radius: 100px;
      border: none;
      background: transparent;
      color: #37023C;
      font-weight: 600;
      font-size: 15px;
      cursor: pointer;
      white-space: nowrap;
      transition: background 0.2s, color 0.2s;
    }
    @media (max-width: 768px) {
      .tabs-toggle {
        flex-direction: row;
        margin: 32px 0 48px 0; /* Left align on mobile */
        width: 100%; /* Stretch background for safe scrolling area */
        border-radius: 100px;
        padding: 4px;
        overflow-x: auto; /* Enable horizontal swipe inside the pill wrapper */
        -webkit-overflow-scrolling: touch;
      }
      .tabs-toggle::-webkit-scrollbar { display: none; }
      .tab-btn {
        width: auto;
        text-align: center;
        white-space: nowrap;
        border-radius: 100px;
        padding: 8px 16px; /* Back to normal touch size */
        font-size: 14px;
        flex-shrink: 0; /* DO NOT SHRINK button smaller than text */
      }
    }
    .tab-btn.active {
      background: #37023C;
      color: #fff;
    }
    .tab-content { display: none; }
    .tab-content.active { display: block; }

    /* Two-column tab row */
    .sol-tab-row {
      display: flex;
      flex-direction: column;
      gap: 40px;
      margin-bottom: 56px;
    }
    /* base: full width on mobile/tablet (MUST come before the media query) */
    .sol-tab-col {
      width: 100%;
      min-width: 0; /* prevent flex overflow */
    }
    .sol-tab-col img.sol-tab-image {
      border-radius: 16px;
      width: 100%;
      display: block;
    }
    /* desktop: 2-column side by side */
    @media (min-width: 1024px) {
      .sol-tab-row { flex-direction: row; align-items: flex-start; }
      .sol-tab-col { width: 48%; flex-shrink: 0; }
    }

    /* FariaLearn Offerings card */
    .sol-offerings-card {
      border-radius: 16px;
      background: #fff;
      padding: 16px;
    }
    @media (min-width: 768px) {
      .sol-offerings-card { padding: 32px; }
    }
    .sol-offerings-card h4 {
      font-size: 20px;
      font-weight: 700;
      color: #37023C;
      margin-bottom: 24px;
    }
    /* Badges row: wrap on mobile, no-wrap on xl */
    .sol-badges-row {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
    }
    @media (min-width: 1280px) {
      .sol-badges-row { flex-wrap: nowrap; }
    }
    .sol-badge {
      display: flex;
      align-items: center;
      gap: 8px;
      border: 1px solid rgba(30,2,39,0.2);
      border-radius: 8px;
      padding: 8px 12px;
      font-size: 15px;
      white-space: nowrap;
    }
    .sol-badge img { width: 32px; height: 32px; object-fit: contain; flex-shrink: 0; }

    /* Eblana */
    .eblana-image-wrap {
      position: relative;
    }
    .eblana-glow {
      position: absolute;
      top: 50%;
      right: -200px;
      width: 400px;
      height: 400px;
      transform: translateY(-50%);
      border-radius: 50%;
      background: radial-gradient(ellipse 50% 50% at 50% 50%, #F7D35F 0%, rgba(247,211,95,0) 100%);
      opacity: 0.8;
      pointer-events: none;
    }

    /* EllipseWhiteBottomAlt for solutions section */
    .solutions-ellipse {
      position: absolute;
      bottom: 0;
      right: 40%;
      pointer-events: none;
      z-index: 0;
    }

    /* =============================================
       FARIA SUITE CAROUSEL
    ============================================= */
    .suite-section {
      padding: 80px 0;
      /* overflow:clip prevents section from becoming a scroll container
         while still clipping visual overflow — cards show but section doesn't scroll */
      overflow: clip;
      position: relative;
      width: stretch;
    }
    .carousel-outer {
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }
    .carousel-outer::-webkit-scrollbar { display: none; }
    .carousel-track {
      display: flex;
      gap: 16px;
      padding: 12px max(var(--container-padding), calc((100% - var(--container-max)) / 2 + var(--container-padding)));
    }
    .suite-card {
      display: flex;
      gap: 16px;
      align-items: flex-start;
      padding: 40px;
      border-radius: 16px;
      background: #fff;
      box-shadow: 0 2px 8px rgba(55,2,60,0.08);
      min-width: 400px;
      max-width: 400px;
      text-decoration: none;
      color: #37023C;
      transition: background 0.3s, box-shadow 0.3s;
      flex-shrink: 0;
    }
    .suite-card:hover {
      background: #37023C;
    }
    .suite-card:hover h4,
    .suite-card:hover p { color: #fff; }
    .suite-card .card-logo {
      width: 52px;
      height: 52px;
      flex-shrink: 0;
      object-fit: contain;
    }
    /* Inline SVG brand icons */
    .suite-card .card-svg {
      width: 52px;
      height: 52px;
      flex-shrink: 0;
      display: block;
    }
    .suite-card p { color: #6B7280; margin-top: 4px; font-size: 15px; }
    .suite-card:hover p { color: rgba(255,255,255,0.75); }

    /* =============================================
       CTA SECTION
    ============================================= */
    .cta-section {
      background: linear-gradient(135deg, #F0EBEB 0%, #e0d4e6 100%);
      padding: 80px 0;
      text-align: center;
      width: stretch;
    }
    .cta-section h2 { margin-bottom: 12px; }
    .cta-section p { font-size: 18px; color: #37023C; margin-bottom: 32px; }

    /* =============================================
       AOS (Animate on Scroll) — minimal
    ============================================= */
    [data-aos] {
      opacity: 1;
      transform: translateY(24px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }
    [data-aos].aos-animate {
      opacity: 1;
      transform: none;
    }
    [data-aos="fade-right"] { transform: translateX(-24px); }
    [data-aos="fade-right"].aos-animate { transform: none; }
    [data-aos="fade-up"] { transform: translateY(24px); }
    [data-aos="fade-up"].aos-animate { transform: none; }

    /* =============================================
       TICKS LIST
    ============================================= */
    ul.ticks li {
      padding-left: 28px;
      position: relative;
      font-size: 16px;
      line-height: 1.6;
    }
    ul.ticks li::before {
      content: '✓';
      position: absolute;
      left: 0;
      color: #901e69;
      font-weight: 700;
    }

    /* =============================================
       UTILITY
    ============================================= */
    .mb-0 { margin-bottom: 0; }
    .mb-2 { margin-bottom: 8px; }
    .mb-3 { margin-bottom: 12px; }
    .mb-4 { margin-bottom: 16px; }
    .mb-6 { margin-bottom: 24px; }
    .mb-8 { margin-bottom: 32px; }
    .mb-12 { margin-bottom: 48px; }
    .mt-4 { margin-top: 16px; }
    .mt-6 { margin-top: 24px; }
    .gap-11 { gap: 44px; }
    .fs-21px {font-size: 21px;}
    .fs-24px {font-size: 24px;}

    .rounded-full { border-radius: 9999px; }
    .rounded-2xl { border-radius: 16px; }
    .underline { text-decoration: underline; }

    @media (max-width: 767px) {
      h1 { font-size: 32px; }
      h2 { font-size: 26px; }
      .hero-section { padding: 60px 0 50px; }
      .bttn-lg { font-size: 16px; padding: 14px 24px; }
    }

    /* =============================================
       TESTIMONIAL CUSTOM
    ============================================= */

    .testimonial-custom .card-left  {
      background: #FAE59F !important;
    }
    .testimonial-custom .card-right {
      background: #FCEEC5 !important;
    }
    .testimonial-custom .swiper-controls-wrapper .buttons div {
      background-color: #F7D35F;
    }
    .testimonial-custom .swiper-controls-wrapper .swiper-button-disabled {
      background-color: #987c99 !important;
    }

    .d-flex {
      display: flex;
    }
    .checlist-flex {
      display: flex;
      gap: 8px;
      margin-bottom: 12px;
      justify-content: start;
      align-items: center;
    }
    .gap-2 {
      gap: 8px;
    }

    .testimonial-custom .swiper-button-next:hover svg path, 
    .testimonial-custom .swiper-button-prev:hover svg path {
      fill: #000 !important;
    }

    .testimonial-custom .img-block {
      box-shadow: 0 0 0 4px #fff !important;
    }

    /* =============================================
       AGENDA SECTION
    ============================================= */
    .agenda-section {
        background: var(--primary);
        color: #fff;
        border-radius: var(--radius-lg);
        margin: 0 1.5rem;
        padding: 5rem 0;
        position: relative;
        overflow: hidden;
    }

    .container {
        width: 100%;
        max-width: 1442px;
        margin: 0 auto;
        padding: 0 1.5rem;
        box-sizing: border-box;
    }

    .agenda-container {
        display: flex;
        flex-wrap: wrap;
        gap: 3rem;
    }

    .agenda-sidebar {
        flex: 0 0 200px;
    }

    .agenda-sidebar h3 {
        color: #fff;
    }

    .agenda-content {
        flex: 1 1 600px;
    }

    .agenda-header {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .agenda-header h3 {
        color: #fff;
        margin: 0;
    }

    .agenda-icon {
        width: 48px;
        height: 48px;
        filter: brightness(0) invert(1);
    }

    .agenda-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 1.5rem;
    }

    .agenda-card {
        background: var(--secondary);
        padding: 1.5rem;
        border-radius: var(--radius-md);
        position: relative;
        transition: transform 0.3s ease;
    }

    .agenda-card:hover {
        transform: translateY(-5px);
    }

    .session-time {
        display: block;
        font-size: 1.1rem;
        padding-right: 30px;
        font-weight: bold;
    }

    .session-title {
        display: block;
        font-size: 0.9rem;
        opacity: 0.8;
        margin-bottom: 0.5rem;
    }

    .detail-btn {
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: rgba(255,255,255,0.2);
        border: none;
        color: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }

    .detail-btn:hover {
        background: rgba(255,255,255,0.4);
    }

    .bttn-bc {
      color: #F7D35F !important;
      margin-top: 2em;
    }

    .bttn-bc:hover {
      color: #B79C44;
    }

    /* =============================================
       INFO SECTION
    ============================================= */
    .info-section {
        padding-block: 96px;
    }

    .info-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 2rem;
    }

    .info-card {
        background: #fff;
        padding: 3rem;
        border-radius: var(--radius-lg);
        box-shadow: var(--shadow);
    }

    .card-title {
        margin-bottom: 2rem;
    }

    .info-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .info-list li > p {
      font-size: 16px !important;
    }

    .info-list li {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      margin-bottom: 1.5rem;
      align-items: center;
    }

    .info-list img {
        width: 48px;
        height: 48px;
    }

  /* =============================================
       TEAM SECTION
    ============================================= */
    .team-section {
        padding: 5rem 0;
    }

    .team-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }

    .team-member {
        position: relative;
        border-radius: var(--radius-md);
        overflow: hidden;
        aspect-ratio: 1.2;
    }

    .member-image {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    .member-info {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 3rem 1.5rem 1.5rem;
        background: linear-gradient(transparent, rgba(55, 2, 60, 0.9));
        color: #fff;
        box-sizing: border-box;
    }

    .member-info h4 {
        color: #fff !important;
        margin-bottom: 0.2rem;
        font-size: 24px !important;
    }

    .member-info p {
        margin: 0;
        font-size: 0.9rem;
        opacity: 0.9;
    }

    /* =============================================
       Modal STYLES
    ============================================= */
    .modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        backdrop-filter: blur(4px);
        z-index: 999999;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        box-sizing: border-box;
    }

    .modal-overlay.active {
        display: flex;
    }

    .modal-content {
        background: var(--primary);
        color: #fff;
        width: 100%;
        max-width: 520px;
        border-radius: var(--radius-lg);
        padding: 2.5rem;
        position: relative;
        box-shadow: 0 20px 40px rgba(0,0,0,0.2);
        max-height: 80vh;
        overflow-y: auto;
    }

    .modal-close {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: rgba(255,255,255,0.1);
        border: none;
        color: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
    }

    .modal-close:hover {
        background: rgba(255,255,255,0.3);
    }

    .modal-time {
        display: inline-block;
        background: rgba(255,255,255,0.15);
        padding: 0.35rem 1rem;
        border-radius: 50px;
        font-size: 0.85rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .modal-title {
        font-size: 1.5rem;
        color: #fff !important;
        margin-bottom: 1rem;
        padding-right: 2rem;
    }

    .modal-detail {
        color: rgba(255,255,255,0.8);
        font-size: 0.95rem;
        line-height: 1.6;
    }

    /* =============================================
       BUTTON SWITCH STYLES
    ============================================= */

    .lang-switch {
      width: fit-content;

      display: flex;
      align-items: center;
      gap: 6px;

      padding: 6px 10px;
      border-radius: 999px;

      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(8px);

      font-size: 14px;
    }

    .lang-btn {
      border: none;
      background: transparent;
      cursor: pointer;

      color: #2b0a3d;
      opacity: 0.7;
      font-weight: 500;

      transition: all 0.2s ease;
    }

    .lang-btn:hover {
      opacity: 1;
    }

    .lang-btn.active {
      opacity: 1;
      font-weight: 700;
    }

    .divider {
      opacity: 0.4;
    }

    .agenda-coulmn-style .agenda-flex {
      display: flex;
    }

    .agenda-coulmn-style .agenda-header{
      align-items: start !important;
      width: 25% !important;
    }

    .floating-image {
      position: absolute;
      bottom: 5em;
      left: -96px;
      display: none;
    }

    /* tampil mulai md */
    @media (min-width: 768px) {
      .floating-image {
        display: block;
      }
    }

    .floating-image img {
      width: 300px;
    }

    /* ukuran lebih besar di lg */
    @media (min-width: 1024px) {
      .floating-image img {
        width: 350px;
      }
    }

    .agenda-list {
      display: flex;
      flex-direction: column;
      width: 100%;
    }

    /* ITEM */
    .agenda-item {
      padding: 16px 0;
      border-bottom: 1px solid rgba(255,255,255,0.15);
      margin-bottom: 30px;
      max-width: 75%;
    }

    .agenda-item:last-child {
      border-bottom: none;
    }

    /* TIME */
    .agenda-time {
      margin: 0 0 4px;
      font-size: 16px;
      font-weight: 700;
      color: #ffffff;
    }

    /* TITLE */
    .agenda-title {
      margin: 0;
      font-size: 14px;
      font-weight: 400;
      color: rgba(255,255,255,0.7);
    }

    /* SUB LIST */
    .agenda-sub {
      margin-top: 10px;
      padding-left: 18px;
      font-size: 14px;
      color: rgba(255,255,255,0.85);
    }
    @media (max-width: 720px) {
      .agenda-coulmn-style .agenda-flex{
        flex-direction: column;
      }
      .agenda-coulmn-style .agenda-header {
        align-items: start !important;
        width: 100% !important;
      }
    }
/* --- END CSS --- */