:root {
    --wb-bg-dark: #121420;
    --wb-btn-color: #005eff;
    --wb-btn-hover: #0053d0;
    --wb-text-main: #ffffff;
    --wb-text-muted: #cbd5e1;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--wb-bg-dark);
    color: var(--wb-text-main);
    overflow-x: hidden;
}
.wb-announcement-bar {
    background-color: #eff0ff;
    color: #000000;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 8px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    letter-spacing: 0.2px;
}
.wb-ann-sep {
    margin: 0 10px;
    opacity: 0.5;
}
.wb-highlight-text {
    color: #fb6f24;
    font-weight: 600;
}
@media (max-width: 991.98px) {
    html {
        scroll-padding-top: 190px;
    } 
    .wb-mobile-hide {
        display: none;
    }
    .wb-announcement-bar {
        font-size: 0.72rem;
        padding: 7px 8px;
        width: 100%;
        box-sizing: border-box;
    }
    .wb-announcement-bar .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    .wb-ann-item {
        white-space: nowrap;
    }
    .wb-ann-sep {
        margin: 0 5px;
    }
}

/* Header & Navigation */
.wb-site-header {
    position: fixed;
    top: 30px; /* Sits directly below the announcement bar */
    left: 0;
    width: 100%;
    z-index: 1020;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.wb-logo-img {
    height: 46px;
    object-fit: contain;
    transition: opacity 0.3s ease-in-out;
}

.wb-logo-white {
    display: block;
}
.wb-logo-dark {
    display: none;
}

.wb-nav-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.2s;
}

.wb-nav-link:hover {
    color: #b4c7fe;
}

.wb-header-cta-btn {
    background-color: var(--wb-btn-color);
    color: white;
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: background-color 0.2s;
    display: inline-block;
}

.wb-header-cta-btn:hover {
    background-color: var(--wb-btn-hover);
    color: white;
}

/* Scrolled state: background + shadow + logo swap ONLY — no top change */
.wb-site-header.wb-header-scrolled {
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.wb-site-header.wb-header-scrolled .wb-logo-white {
    display: none;
}
.wb-site-header.wb-header-scrolled .wb-logo-dark {
    display: block;
}

.wb-site-header.wb-header-scrolled .wb-nav-link {
    color: #1e293b;
}

.wb-site-header.wb-header-scrolled .wb-nav-link:hover {
    color: var(--wb-btn-color);
}

/* Hero Section Styling */
.wb-hero-wrapper {
    background: linear-gradient(to right,rgba(18, 20, 32, 0.90), rgba(18, 20, 32, 0.73)), url('https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?auto=format&fit=crop&w=2000&q=80');
    background-size: cover;
    background-position: center;
    padding-top: 155px;
    padding-bottom: 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}


.wb-grid-row {
    row-gap: 40px;
}

.wb-badge-wrapper {
    margin-bottom: 20px;
}

.wb-top-badge {
    background: rgba(86, 102, 153, 0.25);
    border: 1px solid rgba(133, 143, 219, 0.35);
    color: #b4c8fe;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.wb-main-heading {
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    color: #ffffff;
}

.wb-heading-highlight {
    background: linear-gradient(to bottom, #64d6ff 0%, #8989fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.wb-sub-heading {
    color: #cbd5e1;
    font-size: 1.125rem;
    line-height: 1.6;
    max-width: 560px;
    margin-bottom: 24px;
}

.wb-pills-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.wb-info-pill {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f8fafc;
}

.wb-pill-highlight-date { background: rgba(45, 85, 255, 0.18); border-color: rgba(45, 85, 255, 0.4); }
.wb-pill-highlight-time { background: rgba(59, 130, 246, 0.18); border-color: rgba(59, 130, 246, 0.4); }
.wb-pill-highlight-free { background: rgba(16, 185, 129, 0.15); border-color: rgba(16, 185, 129, 0.3); }

.wb-pill-icon-date { color: #93c5fd; }
.wb-pill-icon-time { color: #60a5fa; }
.wb-pill-icon-online { color: #38bdf8; }
.wb-pill-icon-price { color: #34d399; }

.wb-checklist-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 32px;
}

.wb-check-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wb-check-icon {
    color: #34d399;
    font-size: 1.1rem;
}

.wb-check-text {
    color: #f1f5f9;
    font-weight: 500;
    font-size: 0.95rem;
}

.wb-rating-wrapper {
    display: flex;
}

.wb-rating-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #e2e8f0;
    font-size: 0.9rem;
}

.wb-stars-list {
    color: #fbbf24;
    letter-spacing: 2px;
    font-size: 0.85rem;
}

.wb-right-column {
    display: flex;
    justify-content: center;
    scroll-margin-top: 80px;
}

/* Registration Form Card Styles */
.wb-form-card {
    background: #ffffff;
    color: #1e293b;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 460px;
    border-top: 4px solid var(--wb-btn-color, #7ba5d0);
}

.wb-form-header-badge {
    background: #f1f5f9;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
}

.wb-form-title {
    font-weight: 800;
    color: #0f172a;
    font-size: 1.5rem;
    margin-bottom: 4px;
}

.wb-form-subtitle {
    color: #64748b;
    font-size: 0.875rem;
    margin-bottom: 20px;
}

.wb-name-row, .wb-input-group-col, .wb-input-group-block {
    margin-bottom: 6px;
}

.wb-bottom-space {
    margin-bottom: 6px;
}

.wb-custom-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
    display: block;
}

.wb-custom-input, 
textarea.wb-custom-input {
    width: 100%;
    border: 1px solid #cbd5e1;
    padding: 10px 14px;
    font-size: 0.9rem;
    border-radius: 8px;
    color: #0f172a;
    background-color: #ffffff;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.iti {
    width: 100%;
    display: block;
}

.iti input.wb-custom-input {
    padding-left: 95px !important;
}

.iti__flag-container {
    padding: 4px;
}

.wb-custom-input:focus {
    border-color: var(--wb-btn-color, #92a9ff);
    box-shadow: 0 0 0 3px rgba(120, 81, 109, 0.15);
}

.wb-submit-btn {
    background-color: var(--wb-btn-color);
    border: none;
    color: white;
    font-weight: 700;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    font-size: 0.95rem;
    transition: background-color 0.2s;
    cursor: pointer;
}

.wb-submit-btn:hover {
    background-color: var(--wb-btn-hover);
    color: white;
}

.wb-security-footer {
    font-size: 0.75rem;
    color: #64748b;
    text-align: center;
    margin-top: 14px;
}

.iti__selected-flag {
    background-color: #f8fafc !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.iti__selected-dial-code {
    color: #0f172a !important;
    font-size: 0.85rem;
    font-weight: 500;
}

.iti__arrow {
    border-top-color: #64748b !important;
}

.iti__arrow--up {
    border-bottom-color: #64748b !important;
}

.iti__country-list {
    background-color: #ffffff !important;
    color: #0f172a !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px;
}

.iti__country {
    padding: 8px 12px;
}

.iti__country:hover, .iti__highlight {
    background-color: #f1f5f9 !important;
}

.iti__dial-code {
    color: #64748b !important;
}

@media (max-width: 991.98px) {
    .wb-main-heading {
        font-size: 2.4rem;
    }
    .wb-hero-wrapper {
        padding-top: 130px;
        padding-bottom: 50px;
    }
    .wb-right-column {
    scroll-margin-top: 10px;
}
}

.wb-countdown-section {
    background: linear-gradient(135deg,rgb(0, 135, 208),rgb(0, 26, 65));
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 30px;
    padding-bottom: 30px;
}

.wb-countdown-date-info {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff; /* O2B Light Blue Accent */
}

.wb-countdown-title {
    font-weight: 800;
    font-size: 1.75rem;
    color: #ffffff;
}

.wb-time-box {
    background: #11223b; /* Slightly lighter navy for contrast */
    border: 1px solid rgba(45, 85, 255, 0.25); /* Subtle blue border */
    border-radius: 12px;
    width: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.wb-time-number {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
}

.wb-time-label {
    font-size: 0.7rem;
    font-weight: 600;
    color: #cbd5e1;
    margin-top: 6px;
    letter-spacing: 0.5px;
}

.wb-countdown-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: color 0.2s;
}

.wb-countdown-link:hover {
    color: #93c5fd;
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .wb-time-box {
        width: 75px;
        height: 75px;
    }
    .wb-time-number {
        font-size: 1.5rem;
    }
    .wb-countdown-title {
        font-size: 1.4rem;
    }
}

.client-logo-section {
      background: #ffffff;
      padding: 30px 0;
      width: 100%;
      text-align: center;
      overflow: hidden;
    }

    .client-logo-section h2 {
      font-size: 1.15rem;
      font-weight: 600;
      color: #6b7280;
      margin-bottom: 35px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
    }

    /* Slider Container with Fade Masks on Edges */
    .logo-slider {
      overflow: hidden;
      position: relative;
      width: 100%;
    }

    .logo-slider::before,
    .logo-slider::after {
      content: "";
      position: absolute;
      top: 0;
      width: 220px;
      height: 100%;
      z-index: 2;
      pointer-events: none;
    }

    .logo-slider::before {
      left: 0;
      background: linear-gradient(to right, #ffffff, rgba(240, 242, 245, 0));
    }

    .logo-slider::after {
      right: 0;
      background: linear-gradient(to left, #ffffff, rgba(240, 242, 245, 0));
    }

    /* Sliding Track */
    .logo-track {
      display: flex;
      width: max-content;
      animation: scroll 30s linear infinite;
    }

    /* Pause animation on hover */
    .logo-track:hover {
      animation-play-state: paused;
    }

    /* Individual Slide Spacing */
    .logo-slide {
      padding: 30px 15px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* The Attractive Glassmorphism Card Design */
    .logo-card {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(10px);
      border-radius: 16px;
      border: 1px solid rgba(209, 213, 219, 0.4);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
      padding: 15px 25px;
      width: 170px;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
    }

    /* Card Hover Effect */
    .logo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
      border-color: rgba(59, 130, 246, 0.5);
    }

    /* Logo Image Styling inside the Card */
    .logo-card img {
      max-width: 160px;
      max-height: 45px;
      object-fit: contain;
      transition: all 0.4s ease;
    }

    /* Keyframes for Continuous Infinite Loop */
    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    @media (max-width: 767px) {
  .client-logo-section {
    padding: 25px 0;
  }

  .client-logo-section h2 {
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .logo-slider {
    width: 100%;
  }

  .logo-slider::before,
  .logo-slider::after {
    width: 50px;
  }

  .logo-slider::before {
    background: linear-gradient(
      to right,
      #ffffff,
      rgba(255, 255, 255, 0)
    );
  }

  .logo-slider::after {
    background: linear-gradient(
      to left,
      #ffffff,
      rgba(255, 255, 255, 0)
    );
  }

  .logo-slide {
    padding: 20px 8px;
  }

  .logo-card {
    width: 135px;
    height: 80px;
    padding: 10px 15px;
    border-radius: 12px;
  }

  .logo-card img {
    max-width: 115px;
    max-height: 38px;
  }

  .logo-track {
    animation-duration: 22s;
  }

  .logo-card:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border-color: rgba(209, 213, 219, 0.4);
  }
}

@media (max-width: 480px) {
  .client-logo-section {
    padding: 20px 0;
  }

  .client-logo-section h2 {
    font-size: 0.8rem;
    margin-bottom: 15px;
    letter-spacing: 0.8px;
  }

  .logo-slider::before,
  .logo-slider::after {
    width: 35px;
  }

  .logo-slide {
    padding: 15px 6px;
  }

  .logo-card {
    width: 120px;
    height: 70px;
    padding: 8px 12px;
    border-radius: 10px;
  }

  .logo-card img {
    max-width: 100px;
    max-height: 32px;
  }

  .logo-track {
    animation-duration: 20s;
  }
}
.tb-trust-section {
    background-color: #ffffff;
    padding: 50px 0;
}

.tb-stats-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
}

.tb-stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.tb-main-icon {
    font-size: 28px;
    color: #2f59a2;
}

.tb-rating-stars {
    color: #ffc107;
    font-size: 14px;
    display: flex;
    gap: 2px;
}

.tb-stat-text {
    display: flex;
    flex-direction: column;
}

.tb-stat-title {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
}

.tb-stat-number {
    font-size: 18px;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
}

.tb-stat-desc {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    line-height: 1.3;
}

@media (min-width: 992px) {
    .tb-stat-col:not(:last-child) {
        border-right: 1px solid #eaeaea;
    }
    .tb-stat-item {
        padding-left: 15px;
    }
}

@media (max-width: 767.98px) {
    .tb-stat-col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tb-stat-item {
        align-items: center;
        text-align: center;
    }

    .tb-stat-text {
        align-items: center;
        text-align: center;
    }
}

/* WHAT YOU'LL DISCOVER SECTION STYLES */
.wb-discover-section {
    background-color: #fcfcfd;
    color: #0f172a;
    padding: 80px 0;
}

.wb-sub-category {
    color: #3b82f6;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1.2px;
    display: inline-block;
}

.wb-discover-title {
    color: #0f172a;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 1.25;
}

.wb-discover-subtitle {
    color: #64748b;
    font-size: 1rem;
    max-width: 620px;
    margin: 0 auto;
}

.wb-feature-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.wb-icon-box {
    width: 48px;
    height: 48px;
    background-color: #ecf4ff;
    color: #006aff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.wb-icon-box i, 
.wb-icon-box svg {
    width: 24px;
    height: 24px;
    stroke-width: 2px;
}

.wb-feature-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.wb-feature-desc {
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
}

/* Hover Effects */
.wb-feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(121, 155, 212, 0.3);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
}

.wb-feature-card:hover .wb-icon-box {
    background-color: #006aff;
    color: #ffffff;
    transform: scale(1.05);
}

/* MEET YOUR PRESENTER SECTION STYLES */
.wb-presenter-section {
    background-color: #fcfcfd;
    color: #0f172a;
    padding: 60px 0;
}

.wb-presenter-title {
    color: #0f172a;
    font-weight: 800;
    font-size: 2.25rem;
}

.wb-title-underline {
    width: 60px;
    height: 3px;
    background-color: #0088ff;
    border-radius: 2px;
}

.wb-presenter-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
}

.wb-presenter-img-col {
    height: 100%;
    min-height: 280px;
}

.wb-presenter-img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    display: block;
}

.wb-presenter-content-col {
    padding: 28px 32px;
}

.wb-presenter-name {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
}

.wb-presenter-role {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0088ff;
    margin-bottom: 14px;
}

.wb-presenter-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.wb-p-badge {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.wb-p-badge i, 
.wb-p-badge svg {
    width: 14px;
    height: 14px;
    color: #00a6ff;
}

.wb-presenter-bio {
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 991.98px) {
    .wb-presenter-content-col {
        padding: 24px 20px;
    }
    .wb-presenter-title {
        font-size: 1.75rem;
    }
}

/* TESTIMONIALS SECTION STYLES */
.wb-testimonial-section {
    background-color: #121420;
    color: #ffffff;
    padding: 80px 0;
}

.wb-testimonial-title {
    color: #ffffff;
    font-weight: 800;
    font-size: 2.25rem;
}

.wb-testimonial-subtitle {
    color: #94a3b8;
    font-size: 0.95rem;
    margin: 0;
}

.wb-testimonial-card {
    background: #1a1d2d;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.wb-testimonial-card:hover {
    transform: translateY(-5px);
    border-color: rgba(110, 142, 207, 0.4);
}

.wb-quote-icon {
    color: rgba(255, 255, 255, 0.1);
    font-size: 1.75rem;
    margin-bottom: 12px;
}

.wb-testimonial-text {
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 0;
}

.wb-client-info {
    border-top-color: rgba(255, 255, 255, 0.08) !important;
}

.wb-client-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #ffffff;
    font-size: 0.95rem;
}

.bg-purple { background-color: #6366f1; }
.bg-blue { background-color: #3b82f6; }
.bg-indigo { background-color: #4f46e5; }

.wb-client-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
}

.wb-client-role {
    font-size: 0.8rem;
    color: #94a3b8;
}

@media (max-width: 991.98px) {
    .wb-testimonial-title {
        font-size: 1.75rem;
    }
}

/* FAQ SECTION STYLES */
.wb-faq-section {
    background-color: #fcfcfd;
    color: #0f172a;
    padding: 60px 0;
}

.wb-faq-title {
    color: #0f172a;
    font-weight: 800;
    font-size: 2.25rem;
}

.wb-faq-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 24px 36px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
}

.wb-faq-item {
    background-color: transparent !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.wb-faq-button {
    background-color: transparent !important;
    color: #0f172a !important;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 20px 0 !important;
    box-shadow: none !important;
}

.wb-faq-button:not(.collapsed) {
    color: #78516d !important;
}

.wb-faq-body {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
    padding: 0 0 20px 0 !important;
}

@media (max-width: 991.98px) {
    .wb-faq-card {
        padding: 16px 20px;
    }
    .wb-faq-title {
        font-size: 1.75rem;
    }
}

/* CTA FOOTER SECTION STYLES */
.wb-cta-footer-section {
    background: linear-gradient(135deg, #00133e 0%, #002e62 100%);
    color: #ffffff;
    padding: 90px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.wb-cta-date-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fb7a24;
    letter-spacing: 0.5px;
}

.wb-cta-footer-title {
    font-weight: 800;
    font-size: 2.75rem;
    line-height: 1.2;
    color: #ffffff;
}

.wb-cta-footer-subtitle {
    color: #cbd5e1;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.wb-reserve-btn {
    background-color: #0066ff;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1rem;
    transition: background-color 0.2s, transform 0.2s;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.wb-reserve-btn:hover {
    background-color: #0048b4;
    color: #ffffff;
    transform: translateY(-2px);
}

.wb-learn-more-btn {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.2s;
    display: inline-block;
}

.wb-learn-more-btn:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.4);
    color: #ffffff;
}

.wb-cta-notice {
    font-size: 0.9rem;
    color: #94a3b8;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .wb-cta-footer-title {
        font-size: 2rem;
    }
    .wb-cta-footer-section {
        padding: 60px 20px;
    }
}

/* FOOTER SECTION STYLES */
.wb-site-footer {
    background-color: #121420;
    color: #94a3b8;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.wb-footer-logo-img {
    height: 54px;
}

.wb-footer-partner-text {
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 6px;
}

.wb-footer-link {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s;
}

.wb-footer-link:hover {
    color: #ffffff;
}

.wb-social-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #cbd5e1;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.wb-social-icon:hover {
    background: #006eff;
    border-color: #006eff;
    color: #ffffff;
    transform: translateY(-2px);
}

.wb-footer-divider {
    border-color: rgba(255, 255, 255, 0.06);
}

.wb-copyright-text {
    font-size: 0.825rem;
    color: #64748b;
}

@media (max-width: 991.98px) {
    .wb-site-footer {
        padding: 50px 0 30px 0;
    }
}

/* //////////////////////////////////////////////////////////////////////// */

/* WHITE POPUP MODAL STYLES */
.wb-white-popup-modal .wb-white-modal-content {
    background: #ffffff;
    color: #0f172a;
    border: none;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 10px;
}

.wb-popup-icon-box {
    width: 50px;
    height: 50px;
    background-color: #f5eff3;
    color: #0091ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.wb-white-modal-title {
    font-weight: 800;
    font-size: 1.5rem;
    color: #0f172a;
}

.wb-white-modal-subtitle {
    color: #64748b;
    font-size: 0.925rem;
    line-height: 1.5;
}

.wb-popup-action-btn {
    background-color: #0091ff;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: background-color 0.2s;
    display: inline-block;
}

.wb-popup-action-btn:hover {
    background-color: #0061c9;
    color: #ffffff;
}

.wb-popup-note {
    font-size: 0.8rem;
    color: #94a3b8;
}


.wb-audience-section {
    background-color: #f8fafc;
    color: #0a1929;
}

.wb-section-badge {
    background: rgba(45, 85, 255, 0.1);
    color: #2d55ff;
    border: 1px solid rgba(45, 85, 255, 0.2);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.wb-section-title {
    font-weight: 800;
    font-size: 2.5rem;
    color: #0a1929;
    letter-spacing: -0.02em;
}

.wb-section-subtitle {
    color: #64748b;
    font-size: 1.1rem;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.5;
}

.wb-audience-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wb-audience-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 20px -3px rgba(45, 85, 255, 0.1);
    border-color: #2d55ff;
}

.wb-audience-icon {
    background: #eff6ff;
    color: #2d55ff;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
    transition: background-color 0.2s, color 0.2s;
}

.wb-audience-card:hover .wb-audience-icon {
    background: #2d55ff;
    color: #ffffff;
}

.wb-audience-content h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0a1929;
    margin-bottom: 6px;
}

.wb-audience-content p {
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 0;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .wb-section-title {
        font-size: 2rem;
    }
}

.wb-why-attend-section {
    background-color: #ffffff;
    color: #0a1929;
}

.wb-section-badge {
    background: rgba(45, 85, 255, 0.1);
    color: #2d55ff;
    border: 1px solid rgba(45, 85, 255, 0.2);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.wb-section-title {
    font-weight: 800;
    font-size: 2.5rem;
    color: #0a1929;
    letter-spacing: -0.02em;
}

.wb-section-subtitle {
    color: #64748b;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}

.wb-benefit-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wb-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px -5px rgba(45, 85, 255, 0.1);
    border-color: #2d55ff;
}

.wb-benefit-icon-wrapper {
    background: #eff6ff;
    color: #2d55ff;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
    transition: background-color 0.2s, color 0.2s;
}

.wb-benefit-card:hover .wb-benefit-icon-wrapper {
    background: #2d55ff;
    color: #ffffff;
}

.wb-benefit-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0a1929;
    margin-bottom: 8px;
}

.wb-benefit-content p {
    font-size: 0.95rem;
    color: #64748b;
    margin-bottom: 0;
    line-height: 1.6;
}

.wb-benefit-highlight-card {
    background: linear-gradient(135deg, #0a1929 0%, #1e3a8a 100%);
    border-color: #0a1929;
    color: #ffffff;
}

.wb-benefit-highlight-card .wb-benefit-icon-wrapper {
    background: rgba(255, 255, 255, 0.15);
    color: #60a5fa;
}

.wb-benefit-highlight-card h3 {
    color: #ffffff;
}

.wb-benefit-highlight-card p {
    color: #cbd5e1;
}

@media (max-width: 768px) {
    .wb-section-title {
        font-size: 2rem;
    }
    .wb-benefit-card {
        padding: 24px;
    }
}

.wb-meta-banner-section {
    position: relative;
    background-color: #f9fbfd;
}

.wb-meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4b195a;
    flex-shrink: 0;
}

.wb-meta-icon i {
    font-size: 1.25rem;
    line-height: 1;
}

.text-purple {
    color: #4b195a !important;
}

.wb-meta-top-box {
    border: 1px solid #eaeaea;
}

.wb-meta-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a1a1a;
}

.wb-meta-sub {
    font-size: 0.8rem;
}

.wb-cal-label {
    font-size: 0.75rem;
    color: #555;
    letter-spacing: 0.5px;
}

.wb-cal-btn {
    border-color: #dee2e6;
    background-color: #fff;
    border-radius: 8px;
    font-size: 12px;
}

.wb-cal-btn:hover {
    background-color: #010101;
    border-color: #cbd3da;
}

.wb-action-banner-box {
    background-color: #4b195a;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.wb-chat-live-pill {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.85rem;
}

.wb-chat-live-pill:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.wb-register-action-btn {
    background-color: #ffc107;
    color: #1a1a1a;
    font-size: 0.9rem;
    transition: background-color 0.2s ease;
}

.wb-register-action-btn:hover {
    background-color: #e0a800;
    color: #1a1a1a;
}

/* Floating WhatsApp Style */
.wb-floating-whatsapp {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 1050;
}

.wb-whatsapp-link {
    background-color: #25d366;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.wb-whatsapp-link:hover {
    background-color: #20ba5a;
    transform: scale(1.05);
    color: #fff;
}

/* ==========================================
   RESPONSIVE MEDIA QUERIES
   ========================================== */

/* Medium Devices (Tablets, 992px down) */
@media (max-width: 991.98px) {
    .wb-meta-top-box {
        padding: 25px !important;
    }
}

/* Small Devices (Landscape Phones & Small Tablets, 767px down) */
@media (max-width: 767.98px) {
    .wb-meta-top-box {
        padding: 20px 15px !important;
    }

    .wb-action-banner-box {
        border-radius: 16px !important; /* Switch from rounded-pill to rounded box for better mobile stacking */
        padding: 20px 15px !important;
    }

    .wb-action-banner-box h5 {
        font-size: 1rem !important;
    }

    .wb-register-action-btn {
        width: 100%;
        display: block;
        text-align: center;
    }

    .wb-floating-whatsapp {
        bottom: 15px;
        left: 15px;
    }

    .wb-whatsapp-link span {
        display: none !important; /* Show only the icon on small mobile screens to save space */
    }

    .wb-whatsapp-link {
        padding: 10px !important;
        border-radius: 50% !important;
    }
}

/* Extra Small Devices (Phones, 575px down) */
@media (max-width: 575.98px) {
    .wb-cal-btn {
        padding: 6px 10px !important;
        font-size: 11px;
    }

    .wb-cal-btn i {
        font-size: 1.25rem !important;
    }
}



  .productivity-section {
    background: linear-gradient(135deg, #f0f7ff 0%, #e1effe 100%);
    padding: 50px 20px;
    width: 100%;
    font-family: system-ui, -apple-system, sans-serif;
    box-sizing: border-box;
  }

  .productivity-container {
    max-width: 1100px;
    margin: 0 auto;
  }

  .section-header {
    text-align: center;
    margin-bottom: 35px;
  }

  .section-header h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
  }

  .section-header p {
    font-size: 0.95rem;
    color: #3b82f6;
    font-weight: 500;
  }

  .metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
  }

  .metric-card {
    background: #ffffff;
    border: 1px solid #bfdbfe;
    border-radius: 14px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }


  .metric-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.1);
  }

  .metric-card:hover::before {
    opacity: 1;
  }

  .metric-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .metric-icon {
    width: 38px;
    height: 38px;
    background: #eff6ff;
    color: #2563eb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }

  .metric-card:hover .metric-icon {
    transform: scale(1.08);
    background: #2563eb;
    color: #ffffff;
  }

  .metric-icon svg {
    width: 20px;
    height: 20px;
  }

  .metric-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1d4ed8;
    letter-spacing: -0.5px;
  }

  .metric-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.3;
  }
