/* Font loading optimized - moved to header.php for better performance */
/* @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;900&display=swap'); */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  /* Image optimization - maintain aspect ratio with width/height attributes */
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  body {
    font-family: 'Rubik', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
    background-color: #f5f1ed;
    color: #000000;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  /* Add padding-top to body on mobile to account for fixed navbar */
  @media (max-width: 1024px) {
    body {
      padding-top: calc(58px + 36px); /* Mobile navbar + Announcement bar */
    }
  
    /* Remove margin-top from all hero sections - body padding already accounts for navbar */
    .hero-section,
    .speakers-hero-section,
    .who-attends-hero-section,
    .venue-hero-section,
    .aboutus-hero-section,
    .schedule-hero-section,
    .partners-hero-section,
    .register-hero-section {
      margin-top: 0 !important;
      padding-top: 0;
    }

    .brand-logo {
      width: 90px;
      height: 20px;
    }

    .hero-logo {
      width: 280px;
      height: 65px;
    }
  }
  
  body * {
    font-family: 'Rubik' !important;
  }
  
  h2 {
    font-family: 'Rubik';
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 400;
    color: inherit;
  }
  
  @media print, screen and (min-width: 40em) {
    h2 {
      font-size: 3.75rem;
    }
  }
  
  /* HERO SECTION */
  .hero-section {
    background: transparent;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible;
    color: #fefefe;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  
  /* Remove top margin on mobile - body padding already accounts for fixed navbar */
  @media (max-width: 1024px) {
    .hero-section {
      margin-top: 0 !important;
      min-height: calc(100vh - 58px);
    }
    
    #homepage-hero,
    .hero-content {
      flex-direction: column !important;
      padding-top: 4em !important;
      padding-left: 1rem !important;
      padding-right: 1rem !important;
      min-height: calc(100vh - 58px) !important;
      gap: 2rem !important;
    }
    
    .hero-content-left {
      max-width: 100% !important;
      width: 100% !important;
    }
    
    .hero-speakers-right {
      width: 100% !important;
      max-width: 320px !important;
      margin: 0 auto !important;
    }
    
    .hero-speaker-card-container {
      min-height: 350px !important;
    }
  
    /* Remove margin-top from all hero sections - body padding already accounts for navbar */
    .speakers-hero-section,
    .who-attends-hero-section,
    .venue-hero-section,
    .aboutus-hero-section,
    .schedule-hero-section,
    .partners-hero-section,
    .register-hero-section {
      margin-top: 0 !important;
      padding-top: 0;
    }
  }
  
  /* Hero Image Slideshow */
  .hero-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
  }
  
  .hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
  }
  
  .hero-slide.active {
    opacity: 1;
  }
  
  .hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(15, 25, 50, 0.75) 0%, rgba(45, 27, 78, 0.75) 100%);
    z-index: 1;
  }
  
  /* SPEAKERS HERO SECTION */
  .speakers-hero-section {
    background: transparent;
    min-height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    color: #fefefe;
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
  
  .speakers-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
    z-index: 0;
    overflow: hidden;
  }
  
  .speakers-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
  }
  
  .speakers-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0d559e;
    z-index: 1;
  }
  
  .speakers-hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 5;
    padding: 8rem 4rem 3rem;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    min-height: auto;
    color: #fefefe;
  }
  
  .speakers-content-left {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .speakers-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  
  .speakers-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-family: 'Rubik', sans-serif;
    color: white;
    text-align: left;
  }
  
  .speakers-date-location {
    font-size: 1rem;
    color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin-bottom: 1rem;
  }
  
  .speakers-cta {
    display: flex;
    gap: 1rem;
    margin-top: 0;
  }
  
  .btn-apply-now {
    background: white;
    color: #000;
    border: 1px solid #000;
    padding: 0.875rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s;
    font-size: 1rem;
    font-family: 'Rubik', sans-serif;
    position: relative;
  }
  
  .btn-apply-now::after {
    content: '•••';
    font-size: 0.75rem;
    letter-spacing: 2px;
    margin-left: 0.5rem;
  }
  
  .btn-apply-now:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
  }
  
  .btn-get-tickets {
    background: #0d559e;
    color: white;
    border: 1px solid white;
    padding: 0.875rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    font-size: 1rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .btn-get-tickets:hover {
    background: #0a4480;
    transform: translateY(-2px);
  }
  
  .speakers-content-right {
    display: none;
  }
  
  .speakers-visual {
    display: none;
  }
  
  .speakers-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  /* Responsive styles for speakers page */
  @media (max-width: 968px) {
    .speakers-hero-content {
      padding: 6rem 2rem 2rem;
      min-height: auto;
    }
  
    .speakers-hero-title {
      font-size: 2.5rem;
      line-height: 1.2;
    }
  
    .speakers-cta {
      flex-direction: column;
    }
  
    .btn-apply-now,
    .btn-get-tickets {
      width: 100%;
      text-align: center;
    }
  }
  
  @media (max-width: 640px) {
    .speakers-hero-content {
      padding: 6rem 1rem 2rem;
    }
  
    .speakers-hero-title {
      font-size: 2rem;
    }
  
    .speakers-date-location {
      font-size: 0.9rem;
    }
  
  }
  
  @media (min-width: 769px) and (max-width: 1024px) {
    .speakers-hero-content {
      padding: 7rem 3rem 3rem;
    }
  
    .speakers-hero-title {
      font-size: 3rem;
    }
  }
  
  /* Responsive styles for partners page */
  @media (max-width: 768px) {
    .partners-hero-content {
      padding: 6rem 2rem 2rem;
      min-height: auto;
    }
  
    .partners-hero-title {
      font-size: 2.5rem;
      line-height: 1.2;
    }
  
    .partners-container {
      padding: 0 1.5rem;
    }
  
    .partners-header {
      margin-bottom: 2.5rem;
    }
  
    .partners-title {
      font-size: 2rem;
      margin-bottom: 1rem;
    }
  
    .partners-subtitle {
      font-size: 0.9rem;
    }
  }
  
  @media (min-width: 769px) and (max-width: 1024px) {
    .partners-hero-content {
      padding-left: 4rem;
      padding-top: 7rem;
    }
  
    .partners-hero-title {
      font-size: 3.5rem;
      line-height: 1.2;
    }
  }
  
  /* WHO ATTENDS HERO SECTION */
  .who-attends-hero-section {
    background: transparent;
    min-height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    color: #fefefe;
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
  
  .who-attends-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
    z-index: 0;
    overflow: hidden;
  }
  
  .who-attends-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
  }
  
  .who-attends-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0d559e;
    z-index: 1;
  }
  
  .who-attends-hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 5;
    padding: 8rem 4rem 3rem;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    min-height: auto;
    color: #fefefe;
  }
  
  .who-attends-content-left {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .who-attends-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  
  .who-attends-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-family: 'Rubik', sans-serif;
    color: white;
    text-align: left;
    white-space: nowrap;
  }
  
  .who-attends-date-location {
    font-size: 1rem;
    color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin-bottom: 1rem;
  }
  
  .who-attends-description {
    max-width: 900px;
    margin-bottom: 0;
  }
  
  .who-attends-description p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: white;
    font-family: 'Rubik';
    font-weight: 400;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  }
  
  .who-attends-description p strong {
    font-weight: 700;
  }
  
  .who-attends-description .sponsorship-link {
    color: white;
    text-decoration: underline;
    transition: opacity 0.3s ease;
  }
  
  .who-attends-description .sponsorship-link:hover {
    opacity: 0.8;
  }
  
  /* PARTNERS HERO SECTION */
  .partners-hero-section {
    background: transparent;
    min-height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    color: #fefefe;
    padding-bottom: 4rem;
    margin-bottom: 0;
  }
  
  .partners-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
    z-index: 0;
    overflow: hidden;
  }
  
  .partners-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .partners-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0d559e;
    z-index: 1;
  }
  
  .partners-hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 5;
    padding: 8rem 4rem 3rem;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    min-height: auto;
    color: #fefefe;
  }
  
  .partners-content-left {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .partners-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  
  .partners-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-family: 'Rubik', sans-serif;
    color: white;
    text-align: left;
  }
  
  .partners-description {
    max-width: 700px;
    margin-bottom: 2rem;
  }
  
  .partners-description p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: white;
    font-family: 'Rubik';
    font-weight: 400;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  }
  
  /* PARTNERS SECTION */
  .partners-section {
    background-color: #f5f1ed;
    padding: 5rem 0;
    width: 100%;
  }
  
  .partners-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
  }
  
  .partners-header {
    text-align: center;
    margin-bottom: 4rem;
  }
  
  .partners-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1.5rem;
    font-family: 'Rubik', sans-serif;
    letter-spacing: -0.5px;
  }
  
  .partners-subtitle {
    font-size: 1rem;
    color: #000000;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
  }
  
  /* COMPANIES SECTION */
  /* WHO ATTENDS CATEGORIES SECTION */
  .who-attends-categories-section {
    background-color: #f5f1ed;
    padding: 5rem 0;
    width: 100%;
  }
  
  .who-attends-categories-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
  }
  
  .who-attends-categories-header {
    text-align: center;
    margin-bottom: 4rem;
  }
  
  .who-attends-categories-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #1a1a2e;
    font-family: 'Rubik', sans-serif;
    letter-spacing: -0.5px;
  }
  
  .who-attends-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    align-items: stretch;
  }
  
  .who-attends-category-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
  
  .who-attends-category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  }
  
  .category-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
  }
  
  .category-icon svg {
    width: 48px;
    height: 48px;
    color: white;
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
  }
  
  .category-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  
  /* Industries Icon - Blue Gradient */
  .category-icon-industries {
    background: linear-gradient(135deg, #0d559e 0%, #1a7fc4 100%);
    box-shadow: 0 4px 15px rgba(13, 85, 158, 0.3);
  }
  
  .category-icon-industries::before {
    background: linear-gradient(135deg, #1a7fc4 0%, #0d559e 100%);
    opacity: 0;
  }
  
  .category-icon-industries:hover::before {
    opacity: 1;
  }
  
  .category-icon-industries:hover svg {
    transform: scale(1.1);
  }
  
  /* Academics Icon - Purple Gradient */
  .category-icon-academics {
    background: linear-gradient(135deg, #6c5ce7 0%, #a29bfe 100%);
    box-shadow: 0 4px 15px rgba(108, 92, 231, 0.3);
  }
  
  .category-icon-academics::before {
    background: linear-gradient(135deg, #a29bfe 0%, #6c5ce7 100%);
    opacity: 0;
  }
  
  .category-icon-academics:hover::before {
    opacity: 1;
  }
  
  .category-icon-academics:hover svg {
    transform: scale(1.1);
  }
  
  /* Students Icon - Green Gradient */
  .category-icon-students {
    background: linear-gradient(135deg, #00b894 0%, #55efc4 100%);
    box-shadow: 0 4px 15px rgba(0, 184, 148, 0.3);
  }
  
  .category-icon-students::before {
    background: linear-gradient(135deg, #55efc4 0%, #00b894 100%);
    opacity: 0;
  }
  
  .category-icon-students:hover::before {
    opacity: 1;
  }
  
  .category-icon-students:hover svg {
    transform: scale(1.1);
  }
  
  /* Startups Icon - Orange Gradient */
  .category-icon-startups {
    background: linear-gradient(135deg, #f39c12 0%, #fdcb6e 100%);
    box-shadow: 0 4px 15px rgba(243, 156, 18, 0.3);
  }
  
  .category-icon-startups::before {
    background: linear-gradient(135deg, #fdcb6e 0%, #f39c12 100%);
    opacity: 0;
  }
  
  .category-icon-startups:hover::before {
    opacity: 1;
  }
  
  .category-icon-startups:hover svg {
    transform: scale(1.1);
  }
  
  /* Policy Makers Icon - Teal/Blue Gradient */
  .category-icon-policy {
    background: linear-gradient(135deg, #0984e3 0%, #74b9ff 100%);
    box-shadow: 0 4px 15px rgba(9, 132, 227, 0.3);
  }
  
  .category-icon-policy::before {
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
    opacity: 0;
  }
  
  .category-icon-policy:hover::before {
    opacity: 1;
  }
  
  .category-icon-policy:hover svg {
    transform: scale(1.1);
  }
  
  /* Technology Enthusiasts Icon - Red/Pink Gradient */
  .category-icon-tech {
    background: linear-gradient(135deg, #e84393 0%, #fd79a8 100%);
    box-shadow: 0 4px 15px rgba(232, 67, 147, 0.3);
  }
  
  .category-icon-tech::before {
    background: linear-gradient(135deg, #fd79a8 0%, #e84393 100%);
    opacity: 0;
  }
  
  .category-icon-tech:hover::before {
    opacity: 1;
  }
  
  .category-icon-tech:hover svg {
    transform: scale(1.1);
  }
  
  /* Hover effect for all icons */
  .who-attends-category-card:hover .category-icon {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  }
  
  .category-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .category-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
    font-family: 'Rubik', sans-serif;
    text-align: justify;
    margin: 0;
    flex-grow: 1;
  }
  
  /* Responsive styles for who attends page */
  @media (max-width: 768px) {
    .who-attends-hero-section {
      min-height: auto !important;
      padding-bottom: 1.5rem !important;
    }
    
    .who-attends-hero-bg {
      min-height: 400px !important;
    }
    
    .who-attends-hero-content {
      padding: 4rem 1.5rem 2rem !important;
      min-height: auto !important;
      align-items: flex-start !important;
    }
    
    .who-attends-content-left {
      gap: 0.5rem !important;
      width: 100% !important;
    }
  
    .who-attends-label {
      font-size: 0.75rem !important;
      letter-spacing: 0.5px !important;
      margin-bottom: 0.25rem !important;
    }
  
    .who-attends-hero-title {
      font-size: 1.75rem !important;
      line-height: 1.3 !important;
      white-space: normal !important;
      word-wrap: break-word !important;
      margin-bottom: 0.5rem !important;
    }
  
    .who-attends-description {
      max-width: 100%;
      margin-bottom: 0;
    }
  
    .who-attends-description p {
      font-size: 1rem;
      line-height: 1.6;
    }
  
    .who-attends-categories-section {
      padding: 3rem 0;
    }
  
    .who-attends-categories-container {
      padding: 0 1.5rem;
    }
  
    .who-attends-categories-header {
      margin-bottom: 2.5rem;
    }
  
    .who-attends-categories-title {
      font-size: 2rem;
    }
  
    .who-attends-categories-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
    }
  
    .who-attends-category-card {
      padding: 2rem 1.5rem;
    }
  
    .category-title {
      font-size: 1.25rem;
    }
  
    .category-description {
      font-size: 0.95rem;
    }
  }
  
  @media (min-width: 769px) and (max-width: 1024px) {
    .who-attends-hero-section {
      min-height: auto !important;
    }
    
    .who-attends-hero-bg {
      min-height: 450px !important;
    }
    
    .who-attends-hero-content {
      padding: 5rem 2.5rem 2.5rem !important;
      min-height: auto !important;
    }
    
    .who-attends-content-left {
      gap: 0.6rem !important;
    }
  
    .who-attends-label {
      font-size: 0.8rem !important;
    }
  
    .who-attends-hero-title {
      font-size: 2.5rem !important;
      line-height: 1.25 !important;
      white-space: normal !important;
    }
  
    .who-attends-categories-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 640px) {
    .who-attends-hero-section {
      min-height: auto !important;
      padding-bottom: 1rem !important;
    }
    
    .who-attends-hero-bg {
      min-height: 350px !important;
    }
    
    .who-attends-hero-content {
      padding: 3.5rem 1.25rem 1.5rem !important;
      min-height: auto !important;
    }
    
    .who-attends-content-left {
      gap: 0.5rem !important;
      width: 100% !important;
    }
  
    .who-attends-label {
      font-size: 0.7rem !important;
      letter-spacing: 0.5px !important;
      margin-bottom: 0.25rem !important;
    }
  
    .who-attends-hero-title {
      font-size: 1.5rem !important;
      line-height: 1.3 !important;
      white-space: normal !important;
      word-wrap: break-word !important;
      margin-bottom: 0.5rem !important;
    }
  
    .who-attends-date-location {
      font-size: 0.85rem !important;
      line-height: 1.4 !important;
    }
  }
  
  @media (max-width: 480px) {
    .who-attends-hero-section {
      min-height: auto !important;
      padding-bottom: 1rem !important;
    }
    
    .who-attends-hero-bg {
      min-height: 300px !important;
    }
    
    .who-attends-hero-content {
      padding: 3rem 1rem 1.5rem !important;
      min-height: auto !important;
    }
    
    .who-attends-content-left {
      gap: 0.4rem !important;
      width: 100% !important;
    }
  
    .who-attends-label {
      font-size: 0.65rem !important;
      letter-spacing: 0.5px !important;
      margin-bottom: 0.2rem !important;
    }
  
    .who-attends-hero-title {
      font-size: 1.25rem !important;
      line-height: 1.3 !important;
      white-space: normal !important;
      word-wrap: break-word !important;
      margin-bottom: 0.4rem !important;
    }
  
    .who-attends-date-location {
      font-size: 0.8rem !important;
      line-height: 1.4 !important;
    }
    
    .who-attends-categories-grid {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  
    .who-attends-category-card {
      padding: 2rem 1.5rem;
    }
  }
  
  /* VENUE HERO SECTION */
  .venue-hero-section {
    background: transparent;
    min-height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    color: #fefefe;
    padding-bottom: 4rem;
    margin-bottom: 0;
  }
  
  .venue-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 600px;
    z-index: 0;
    overflow: hidden;
  }
  
  .venue-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .venue-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.5) 0%, rgba(9, 64, 128, 0.5) 100%);
    z-index: 1;
  }
  
  .venue-hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 5;
    padding: 8rem 2em 4rem;
    padding-left: 150px;
    padding-top: 8rem;
    min-height: 600px;
    color: #fefefe;
    text-align: left;
  }
  
  .venue-heading-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5rem;
  }
  
  .venue-hero-title {
    font-size: 90px;
    font-weight: 700;
    line-height: 98px;
    margin-bottom: 0;
    font-family: 'Rubik';
    color: white;
    text-align: left;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  }
  
  .venue-hero-subtitle {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    font-family: 'Rubik';
    color: white;
    text-align: left;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
  }
  
  .venue-hero-subtitle svg {
    flex-shrink: 0;
  }
  
  /* VENUE INFO SECTION */
  .venue-info-section {
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.95) 0%, rgba(9, 64, 128, 0.95) 100%);
    padding: 4rem 0;
    width: 100%;
  }
  
  .venue-info-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }
  
  .venue-info-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  
  .venue-info-text {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    line-height: 1.3;
    margin: 0;
  }
  
  .venue-highlight {
    color: #f97316;
  }
  
  .venue-info-right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .venue-info-description {
    font-size: 1rem;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    line-height: 1.7;
    margin: 0;
    opacity: 0.9;
  }
  
  .venue-link {
    color: #60a5fa;
    text-decoration: underline;
    transition: opacity 0.3s ease;
  }
  
  .venue-link:hover {
    opacity: 0.8;
  }
  
  .schedule-link {
    color: #f97316;
    text-decoration: underline;
    transition: opacity 0.3s ease;
  }
  
  .schedule-link:hover {
    opacity: 0.8;
  }
  
  /* VENUE BOOKING SECTION */
  .venue-booking-section {
    background: #0d559e;
    padding: 4rem 0;
    width: 100%;
  }
  
  .venue-booking-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }
  
  .venue-booking-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  
  .venue-location-text {
    font-size: 1.5rem;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    margin: 0;
  }
  
  .btn-book-stay {
    background: #0d559e;
    color: white;
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    font-size: 1rem;
    font-family: 'Rubik', sans-serif;
    text-transform: none;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(13, 85, 158, 0.3);
    width: fit-content;
  }
  
  .btn-book-stay:hover {
    background: #094080;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(13, 85, 158, 0.4);
  }
  
  .venue-booking-right {
    display: flex;
    flex-direction: column;
  }
  
  .venue-booking-details {
    font-size: 1rem;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    line-height: 1.7;
    margin: 0;
    opacity: 0.9;
  }
  
  .schedule-link {
    color: #f97316;
    text-decoration: underline;
    transition: opacity 0.3s ease;
  }
  
  .schedule-link:hover {
    opacity: 0.8;
  }
  
  /* VENUE AMENITIES SECTION */
  .venue-amenities-section {
    background-color: #f5f1ed;
    padding: 5rem 0;
    width: 100%;
  }
  
  .venue-amenities-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
  }
  
  .amenities-header {
    text-align: center;
    margin-bottom: 4rem;
  }
  
  .amenities-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1.5rem;
    font-family: 'Rubik', sans-serif;
    letter-spacing: -0.5px;
  }
  
  .amenities-description {
    font-size: 1.1rem;
    color: #000000;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto;
  }
  
  .amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  
  .amenity-card {
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
  }
  
  .amenity-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
  
  .amenity-image {
    width: 100%;
    overflow: hidden;
  }
  
  .amenity-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 4/3;
  }
  
  .amenity-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0d559e;
    margin: 1.5rem 1.5rem 1rem;
    font-family: 'Rubik', sans-serif;
    line-height: 1.3;
  }
  
  .amenity-card-description {
    font-size: 1rem;
    color: #1a1a2e;
    margin: 0 1.5rem 1.5rem;
    font-family: 'Rubik', sans-serif;
    line-height: 1.6;
    font-weight: 400;
  }
  
  /* NEARBY PLACES SECTION */
  .nearby-places-section {
    background-color: #ffffff;
    padding: 5rem 0;
    width: 100%;
  }
  
  .nearby-places-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
  }
  
  .nearby-places-header {
    text-align: center;
    margin-bottom: 4rem;
  }
  
  .nearby-places-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #1a1a2e;
    font-family: 'Rubik', sans-serif;
    line-height: 1.3;
    max-width: 900px;
    margin: 0 auto;
  }
  
  .nearby-places-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .nearby-place-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  
  .nearby-place-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  }
  
  .place-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    overflow: hidden;
    min-height: 250px;
  }
  
  .place-images img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 350px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
  }
  
  .place-images img:hover {
    transform: scale(1.05);
  }
  
  .place-content {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f9f9f9;
  }
  
  .place-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
    font-family: 'Rubik', sans-serif;
    line-height: 1.3;
  }
  
  .place-distance {
    font-size: 1rem;
    font-weight: 600;
    color: #0d559e;
    margin-bottom: 1rem;
    font-family: 'Rubik', sans-serif;
    line-height: 1.5;
  }
  
  .place-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
    font-family: 'Rubik', sans-serif;
    margin: 0;
  }
  
  /* CULTURAL FLAVORS SECTION */
  .cultural-flavors-section {
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.05) 0%, rgba(9, 64, 128, 0.05) 100%);
    padding: 5rem 0;
    width: 100%;
  }
  
  .cultural-flavors-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
  }
  
  .cultural-flavors-header {
    text-align: center;
    margin-bottom: 4rem;
  }
  
  .cultural-flavors-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #1a1a2e;
    font-family: 'Rubik', sans-serif;
    line-height: 1.3;
    max-width: 900px;
    margin: 0 auto;
  }
  
  .cultural-flavors-content {
    width: 100%;
  }
  
  .cultural-flavors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 2rem;
  }
  
  .flavor-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 480px;
  }
  
  .flavor-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }
  
  .flavor-card:hover .flavor-images img {
    transform: scale(1.05);
  }
  
  .flavor-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    height: 160px;
    overflow: hidden;
    position: relative;
  }
  
  .flavor-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .flavor-images img:first-child {
    border-radius: 16px 0 0 0;
  }
  
  .flavor-images img:last-child {
    border-radius: 0 16px 0 0;
  }
  
  .flavor-content-wrapper {
    padding: 1.75rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
  }
  
  .flavor-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
  }
  
  .flavor-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1.25rem;
    margin-top: 0;
    font-family: 'Rubik', sans-serif;
    line-height: 1.3;
  }
  
  .flavor-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
    font-family: 'Rubik', sans-serif;
    margin: 0;
    text-align: justify;
    flex-grow: 1;
  }
  
  /* Responsive styles for venue page */
  @media (max-width: 768px) {
    .venue-hero-content {
      padding: 6rem 1rem 3rem;
      padding-left: 2rem;
      padding-top: 6rem;
      min-height: 400px;
      align-items: flex-start;
      text-align: left;
    }
  
    .venue-heading-wrapper {
      align-items: flex-start;
    }
  
    .venue-hero-title {
      font-size: 2.5rem !important;
      line-height: 1.2 !important;
      text-align: left !important;
    }
  
    .venue-hero-subtitle {
      font-size: 1.5rem !important;
      line-height: 1.3 !important;
      text-align: left !important;
    }
  
    .venue-info-container,
    .venue-booking-container {
      grid-template-columns: 1fr;
      gap: 2rem;
      padding: 0 1.5rem;
    }
  
    .venue-info-section,
    .venue-booking-section {
      padding: 3rem 0;
    }
  
    .venue-info-text {
      font-size: 1.75rem;
    }
  
    .venue-info-description,
    .venue-booking-details {
      font-size: 0.95rem;
    }
  
    .venue-amenities-container {
      padding: 0 1.5rem;
    }
  
    .amenities-header {
      margin-bottom: 2.5rem;
    }
  
    .amenities-title {
      font-size: 2rem;
      margin-bottom: 1rem;
    }
  
    .amenities-description {
      font-size: 1rem;
    }
  
    .amenities-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
  
    .amenity-card-title {
      font-size: 1.25rem;
      margin: 1.25rem 1.25rem 0.75rem;
    }
  
    .amenity-card-description {
      font-size: 0.95rem;
      margin: 0 1.25rem 1.25rem;
    }
  
    .nearby-places-container {
      padding: 0 1.5rem;
    }
  
    .nearby-places-header {
      margin-bottom: 2.5rem;
    }
  
    .nearby-places-title {
      font-size: 1.75rem;
    }
  
    .cultural-flavors-container {
      padding: 0 1.5rem;
    }
  
    .cultural-flavors-header {
      margin-bottom: 2.5rem;
    }
  
    .cultural-flavors-title {
      font-size: 1.75rem;
    }
  
    .cultural-flavors-grid {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  
    .flavor-card {
      min-height: 420px;
    }
  
    .flavor-images {
      height: 180px;
    }
  
    .flavor-content-wrapper {
      padding: 2rem 1.5rem;
    }
  
    .flavor-icon {
      font-size: 2.5rem;
    }
  
    .flavor-title {
      font-size: 1.25rem;
    }
  
    .flavor-description {
      font-size: 0.95rem;
    }
  
    .nearby-places-grid {
      gap: 2rem;
    }
  
    .nearby-place-card {
      grid-template-columns: 1fr;
    }
  
    .place-images {
      grid-template-columns: repeat(3, 1fr);
      min-height: 200px;
    }
  
    .place-images img {
      min-height: 200px;
      max-height: 250px;
    }
  
    .place-content {
      padding: 2rem 1.5rem;
    }
  
    .place-title {
      font-size: 1.5rem;
    }
  
    .place-description {
      font-size: 0.95rem;
    }
  }
  
  @media (min-width: 769px) and (max-width: 1024px) {
    .venue-hero-content {
      padding-left: 4rem;
      padding-top: 7rem;
      align-items: flex-start;
      text-align: left;
    }
  
    .venue-heading-wrapper {
      align-items: flex-start;
    }
  
    .venue-hero-title {
      font-size: 3.5rem;
      line-height: 1.2;
      text-align: left;
    }
  
    .venue-hero-subtitle {
      font-size: 1.75rem;
      line-height: 1.3;
      text-align: left;
    }
  
    .amenities-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .cultural-flavors-container {
      padding: 0 3rem;
    }
  
    .cultural-flavors-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
    }
  
    .flavor-card {
      min-height: 450px;
    }
  
    .flavor-images {
      height: 150px;
    }
  
    .flavor-content-wrapper {
      padding: 1.5rem;
    }
  
    .nearby-place-card {
      grid-template-columns: 1fr;
    }
  
    .place-content {
      padding: 2rem;
    }
  }
  
  @media (max-width: 480px) {
    .venue-hero-title {
      font-size: 2rem !important;
    }
  
    .venue-hero-subtitle {
      font-size: 1.25rem !important;
    }
  
    .venue-info-text {
      font-size: 1.5rem;
    }
  }
  
  /* ABOUT US PAGE */
  .aboutus-hero-section {
    background: transparent;
    min-height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    color: #fefefe;
    padding-bottom: 4rem;
    margin-bottom: 0;
  }
  
  .aboutus-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
    z-index: 0;
    overflow: hidden;
  }
  
  .aboutus-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .aboutus-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.5) 0%, rgba(9, 64, 128, 0.5) 100%);
    z-index: 1;
  }
  
  .aboutus-hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 5;
    padding: 8rem 2em 4rem;
    padding-left: 150px;
    padding-top: 8rem;
    min-height: 500px;
    color: #fefefe;
    text-align: left;
  }
  
  .aboutus-heading-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5rem;
  }
  
  .aboutus-hero-title {
    font-size: 90px;
    font-weight: 700;
    line-height: 98px;
    margin-bottom: 0;
    font-family: 'Rubik';
    color: white;
    text-align: left;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  }
  
  /* Concept Note Section */
  .concept-note-section {
    background-color: #ffffff;
    padding: 5rem 0;
    width: 100%;
  }
  
  .concept-note-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  
  .concept-note-header {
    text-align: center;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    border-bottom: 3px solid #0d559e;
  }
  
  .concept-note-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #1a1a2e;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 1rem;
  }
  
  .concept-note-date {
    font-size: 1.25rem;
    color: #0d559e;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .concept-note-theme {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #1a1a2e;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 0.5rem;
  }
  
  .concept-note-subtitle {
    font-size: 1.5rem;
    color: #666;
    font-style: italic;
    margin-bottom: 1rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .concept-note-features {
    font-size: 1.1rem;
    color: #0d559e;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
  }

  /* Key Activities Icons Section */
  .key-activities-section {
    margin: 3rem 0 4rem;
    padding: 2rem 0;
    text-align: center;
  }

  .activities-text {
    font-size: 1.25rem;
    color: #0d559e;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    margin: 0;
    line-height: 1.6;
  }

  .activities-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
  }

  .activity-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    transition: transform 0.3s ease;
  }

  .activity-item:hover {
    transform: translateY(-5px);
  }

  .activity-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
  }

  .activity-icon svg {
    width: 100%;
    height: 100%;
  }

  .activity-title {
    font-size: 1rem;
    font-weight: 600;
    color: #0d559e;
    font-family: 'Rubik', sans-serif;
    margin: 0;
    text-align: center;
  }

  .activities-more {
    font-size: 1rem;
    color: #0d559e;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    margin-top: 1rem;
    font-style: italic;
  }

  /* Event Image Section */
  .event-image-section {
    margin: 3rem 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .event-main-image {
    width: 100%;
    max-width: 1200px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    object-fit: cover;
  }

  /* Theme Images Section */
  .theme-images-section {
    margin: 3rem 0;
    padding: 0;
    width: 100%;
  }

  .theme-images-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
  }

  .theme-image-item {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .theme-image-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  }

  .theme-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 12px;
  }
  
  .content-section {
    margin-bottom: 3rem;
  }
  
  .section-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    color: #0d559e;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
  }
  
  .content-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 1.5rem;
    text-align: justify;
  }
  
  .content-text strong {
    color: #0d559e;
    font-weight: 700;
  }
  
  .principles-list,
  .challenges-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
  }
  
  .principle-item,
  .challenge-item {
    background: transparent;
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #0d559e;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .principle-item:hover,
  .challenge-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(13, 85, 158, 0.15);
  }
  
  .principle-title,
  .challenge-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0d559e;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 1rem;
  }
  
  .principle-text,
  .challenge-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    font-family: 'Rubik', sans-serif;
    text-align: justify;
  }
  
  .conclusion-section {
    background: transparent;
    padding: 3rem;
    border-radius: 16px;
    margin-top: 2rem;
  }
  
  .conclusion-poem {
    font-size: 1.25rem;
    line-height: 2;
    color: #1a1a2e;
    font-family: 'Rubik', sans-serif;
    font-style: italic;
    text-align: center;
    margin-top: 1.5rem;
    padding: 2rem;
    background: transparent;
    border-radius: 12px;
    border: 2px solid #0d559e;
  }

  /* Program Snapshot List */
  .program-snapshot-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .snapshot-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #0d559e;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .snapshot-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(13, 85, 158, 0.15);
  }

  .snapshot-item .checkmark {
    color: #0d559e;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 0.1rem;
  }

  .snapshot-item .snapshot-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
    font-family: 'Rubik', sans-serif;
    flex: 1;
  }

  /* Who Should Attend List */
  .who-attend-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
  }

  .who-attend-list li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
    font-family: 'Rubik', sans-serif;
  }

  .who-attend-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 8px;
    height: 8px;
    background-color: #0d559e;
    border-radius: 50%;
  }

  /* Two Column Layout */
  .two-column-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 2rem;
  }

  .two-column-section .column-left,
  .two-column-section .column-right {
    display: flex;
    flex-direction: column;
  }

  .two-column-section .section-title {
    margin-bottom: 1.5rem;
  }
  
  /* Responsive styles for About Us page */
  @media (max-width: 1200px) {
    .activities-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }
  }

  @media (max-width: 968px) {
    .aboutus-hero-content {
      padding: 6rem 2rem 3rem;
      padding-left: 2rem;
      padding-top: 6rem;
      min-height: 400px;
    }
  
    .aboutus-hero-title {
      font-size: 2.5rem !important;
      line-height: 1.2 !important;
    }
  
    .concept-note-container {
      padding: 0 2rem;
    }
  
    .concept-note-header {
      margin-bottom: 3rem;
    }
  
    .concept-note-title {
      font-size: 2rem;
    }
  
    .concept-note-theme {
      font-size: 1.75rem;
    }
  
    .section-title {
      font-size: 1.75rem;
    }
  
    .content-text {
      font-size: 1rem;
    }
  
    .principle-item,
    .challenge-item {
      padding: 1.5rem;
    }
  
    .conclusion-section {
      padding: 2rem 1.5rem;
    }
  
    .conclusion-poem {
      font-size: 1.1rem;
      padding: 1.5rem;
    }

    .two-column-section {
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    .snapshot-item {
      padding: 0.875rem;
    }

    .snapshot-item .snapshot-text {
      font-size: 1rem;
    }

    .activities-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
    }

    .activity-icon {
      width: 60px;
      height: 60px;
    }

    .activity-title {
      font-size: 0.9rem;
    }

    .event-image-section {
      margin: 2rem 0;
    }

    .event-main-image {
      border-radius: 8px;
    }

    .theme-images-section {
      margin: 2rem 0;
    }

    .theme-images-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
      padding: 0 0.5rem;
    }

    .theme-image-item {
      border-radius: 8px;
    }

    .theme-image {
      border-radius: 8px;
    }
  }
  
  @media (max-width: 480px) {
    .aboutus-hero-title {
      font-size: 2rem !important;
    }
  
    .concept-note-container {
      padding: 0 1.5rem;
    }
  
    .concept-note-title {
      font-size: 1.75rem;
    }
  
    .concept-note-date {
      font-size: 1rem;
    }
  
    .concept-note-theme {
      font-size: 1.5rem;
    }
  
    .concept-note-subtitle {
      font-size: 1.25rem;
    }
  
    .section-title {
      font-size: 1.5rem;
    }
  
    .principle-title,
    .challenge-title {
      font-size: 1.25rem;
    }

    .two-column-section {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }

    .snapshot-item {
      padding: 0.75rem;
      gap: 0.75rem;
    }

    .snapshot-item .checkmark {
      font-size: 1.25rem;
    }

    .snapshot-item .snapshot-text {
      font-size: 0.95rem;
      line-height: 1.6;
    }

    .who-attend-list li {
      font-size: 1rem;
      line-height: 1.6;
      padding-left: 1.25rem;
    }

    .who-attend-list li::before {
      width: 7px;
      height: 7px;
      top: 0.5rem;
    }

    .activities-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }

    .activity-icon {
      width: 50px;
      height: 50px;
    }

    .activity-title {
      font-size: 0.85rem;
    }

    .activities-more {
      font-size: 0.9rem;
    }

    .event-image-section {
      margin: 1.5rem 0;
    }

    .event-main-image {
      border-radius: 6px;
    }

    .theme-images-section {
      margin: 1.5rem 0;
    }

    .theme-images-grid {
      grid-template-columns: 1fr;
      gap: 1rem;
      padding: 0 0.5rem;
    }

    .theme-image-item {
      border-radius: 6px;
    }

    .theme-image {
      border-radius: 6px;
    }
  }
  
  /* SCHEDULE PAGE */
  .schedule-hero-section {
    background: transparent;
    min-height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    color: #fefefe;
    padding-bottom: 4rem;
    margin-bottom: 0;
  }
  
  .schedule-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
    z-index: 0;
    overflow: hidden;
  }
  
  .schedule-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .schedule-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.5) 0%, rgba(9, 64, 128, 0.5) 100%);
    z-index: 1;
  }
  
  .schedule-hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 5;
    padding: 8rem 2em 4rem;
    padding-left: 150px;
    padding-top: 8rem;
    min-height: 500px;
    color: #fefefe;
    text-align: left;
  }
  
  .schedule-heading-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5rem;
  }
  
  .schedule-hero-title {
    font-size: 90px;
    font-weight: 700;
    line-height: 98px;
    margin-bottom: 0.5rem;
    font-family: 'Rubik';
    color: white;
    text-align: left;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  }
  
  .schedule-hero-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    color: white;
    font-family: 'Rubik', sans-serif;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  }
  
  /* Schedule Content Section */
  .schedule-content-section {
    background-color: #ffffff;
    padding: 5rem 0;
    width: 100%;
  }
  
  .schedule-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
  }
  
  .schedule-tentative-notice {
    background: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  
  .schedule-tentative-notice p {
    margin: 0;
    color: #856404;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
  }
  
  .schedule-tentative-notice strong {
    color: #856404;
    font-weight: 600;
  }
  
  .schedule-day {
    margin-bottom: 4rem;
  }
  
  .day-header {
    background: #006600;
    color: white;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
    border-radius: 8px 8px 0 0;
    text-align: left;
  }
  
  .day-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: white;
    margin: 0 0 0.5rem 0;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 0.5rem;
  }
  
  .day-date {
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    color: white;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    opacity: 0.95;
    font-weight: 500;
  }
  
  .schedule-table-wrapper {
    overflow-x: auto;
    margin-top: 2rem;
  }
  
  .schedule-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #e5e7eb;
  }
  
  .schedule-table thead {
    background: linear-gradient(135deg, #0d559e 0%, #094080 100%);
    color: white;
  }
  
  .schedule-table th {
    padding: 1.25rem 1.5rem;
    text-align: left;
    font-weight: 700;
    font-size: 1.1rem;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  
  .schedule-table th:last-child {
    border-right: none;
  }
  
  .schedule-table th:first-child {
    width: 20%;
  }
  
  .schedule-table th:nth-child(2) {
    width: 55%;
  }
  
  .schedule-table th:nth-child(3) {
    width: 25%;
  }
  
  .schedule-table tbody tr {
    border-bottom: 1px solid #e5e7eb;
    transition: background-color 0.2s ease;
  }
  
  .schedule-table tbody tr:hover {
    background-color: #f9fafb;
  }
  
  .schedule-table tbody tr:last-child {
    border-bottom: none;
  }
  
  .schedule-table td {
    border-right: 1px solid #e5e7eb;
    padding: 1rem 1.5rem;
  }
  
  .schedule-table td:last-child {
    border-right: none;
  }
  
  .time-slot {
    background: white;
  }

  .schedule-table tbody tr.time-slot:not(.break-row):not(.section-header):not(.evening):nth-child(even) {
    background: #f3f4f6;
  }

  .schedule-table tbody tr.time-slot:not(.break-row):not(.section-header):not(.evening):nth-child(odd) {
    background: #e0f2fe;
  }
  
  .time-slot.break-row {
    background: #e0f2fe;
  }

  .time-slot.section-header {
    background: #dbeafe;
  }

  .time-slot.section-header td {
    border-right: 1px solid #93c5fd;
    font-weight: 700;
  }

  .time-slot.section-header td:last-child {
    border-right: none;
  }
  
  .time-slot.break-row td {
    border-right: 1px solid #bae6fd;
  }
  
  .time-slot.break-row td:last-child {
    border-right: none;
  }
  
  .time-slot.evening {
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.05) 0%, rgba(9, 64, 128, 0.05) 100%);
  }
  
  .sub-activity {
    background: #f9fafb;
  }
  
  .session-header {
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.1) 0%, rgba(9, 64, 128, 0.1) 100%);
  }
  
  .session-title {
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0d559e;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .time-cell {
    padding: 1rem 1.5rem;
    font-weight: 600;
    color: #1a1a2e;
    font-family: 'Rubik', sans-serif;
    font-size: 0.95rem;
    vertical-align: top;
  }
  
  .activity-cell {
    padding: 1rem 1.5rem;
    color: #333;
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    vertical-align: top;
  }
  
  .speaker-cell {
    padding: 1rem 1.5rem;
    color: #666;
    font-family: 'Rubik', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    vertical-align: top;
  }
  
  .coming-soon {
    text-align: center;
    padding: 3rem;
    background: #f9fafb;
    border-radius: 12px;
    border: 2px dashed #0d559e;
  }
  
  .coming-soon p {
    font-size: 1.25rem;
    color: #666;
    font-family: 'Rubik', sans-serif;
    font-style: italic;
  }
  
  /* Responsive styles for Schedule page */
  @media (max-width: 968px) {
    .schedule-hero-content {
      padding: 6rem 2rem 3rem;
      padding-left: 2rem;
      padding-top: 6rem;
      min-height: 400px;
    }
  
    .schedule-hero-title {
      font-size: 2.5rem !important;
      line-height: 1.2 !important;
    }
  
    .schedule-hero-subtitle {
      font-size: 1.25rem;
    }
  
    .schedule-container {
      padding: 0 2rem;
    }
  
    .day-title {
      font-size: 2rem;
    }
  
    .schedule-table {
      font-size: 0.9rem;
    }
  
    .schedule-table th,
    .schedule-table td {
      padding: 0.75rem 1rem;
    }
  
    .schedule-table th:first-child {
      width: 25%;
    }
  
    .schedule-table th:nth-child(2) {
      width: 50%;
    }
  
    .schedule-table th:nth-child(3) {
      width: 25%;
    }
  }
  
  @media (max-width: 480px) {
    .schedule-hero-title {
      font-size: 2rem !important;
    }
  
    .schedule-container {
      padding: 0 1.5rem;
    }
  
    .schedule-table {
      font-size: 0.85rem;
    }
  
    .schedule-table th,
    .schedule-table td {
      padding: 0.5rem 0.75rem;
    }
  
    .day-title {
      font-size: 1.75rem;
    }
  }
  
  /* TOP BAR / NAVIGATION */
  .top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0d559e !important; /* Always show blue background for visibility */
    z-index: 9999;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 96px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
    -webkit-transition: background .3s;
    transition: background .3s;
    min-height: 96px;
    overflow: visible;
  }
  
  .top-bar.scrolled {
    background-color: #0d559e !important;
  }
  
  .top-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(135deg, rgba(26, 31, 58, 0.1) 0%, rgba(45, 27, 78, 0.1) 100%); */
    /* backdrop-filter: blur(10px); */
    z-index: -1;
    transition: opacity 0.3s ease;
  }
  
  .top-bar.scrolled::before {
    opacity: 0;
  }
  
  .top-bar-left {
    display: flex;
    align-items: center;
    gap: 1rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    align-self: center;
    max-width: 50%;
    min-width: 0;
    flex-shrink: 1;
  }
  
  .brand-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
    line-height: 1;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    min-width: 0;
  }
  
  .brand-link:hover {
    opacity: 0.8;
  }
  
  .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    max-width: 50%;
    min-width: 0;
    flex-shrink: 1;
  }
  
  .brand-text {
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .brand-logo {
    width: 106px;
    height: 23px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
  }
  
  .nav-divider {
    width: 2px;
    height: 2.5rem;
    background: #ffffff;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    align-self: center;
  }
  
  .event-info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    min-width: 0;
  }
  
  .event-date-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
    min-width: 0;
  }
  
  .event-date {
    font-size: 0.9rem;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
  }
  
  .event-days {
    font-size: 0.9rem;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
  }
  
  .event-info .nav-divider {
    height: 1rem;
    width: 2px;
    align-self: center;
  }
  
  .event-location {
    font-size: 0.9rem;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    min-width: 0;
  }
  
  .dropdown.menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 0;
  }
  
  /* Medium screens - Prevent overlap */
  @media (min-width: 1025px) and (max-width: 1366px) {
    .top-bar {
      gap: 0.75rem;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 15px;
      padding-bottom: 15px;
      max-height: 75px;
      align-items: center;
    }
  
    .top-bar-left {
      max-width: 42%;
      flex-shrink: 1;
      min-width: 0;
    }
  
    .top-bar-right {
      max-width: 53%;
      flex-shrink: 1;
      min-width: 0;
    }
  
    .brand-link {
      gap: 0.6rem;
      flex-wrap: nowrap;
    }
  
    .brand-text {
      font-size: 1.2rem;
      letter-spacing: 1px;
      flex-shrink: 0;
    }

    .brand-logo {
      width: 95px;
      height: 21px;
    }
  
    .nav-divider {
      height: 1.8rem;
      flex-shrink: 0;
    }
  
    .event-info {
      flex-direction: column;
      gap: 0.2rem;
      flex-shrink: 1;
      min-width: 0;
    }
  
    .event-date-wrapper {
      display: flex;
      align-items: center;
      gap: 0.4rem;
      flex-wrap: nowrap;
    }
  
    .event-date,
    .event-days {
      font-size: 0.65rem;
      letter-spacing: 1px;
      line-height: 1.1;
      white-space: nowrap;
    }
  
    .event-location {
      font-size: 0.65rem;
      letter-spacing: 0.5px;
      line-height: 1.1;
      white-space: nowrap;
    }
  
    .event-info .nav-divider {
      height: 0.7rem;
      flex-shrink: 0;
    }
  
    .dropdown.menu {
      gap: 0;
      flex-wrap: nowrap;
    }
  
    .dropdown.menu > li > a {
      padding: 0.5rem 0.6rem;
      font-size: 0.75rem;
      white-space: nowrap;
    }
  
    .top-bar-register.desktop-register {
      flex-shrink: 0;
      margin-left: 0.5rem;
    }
  
    .register-btn {
      font-size: 0.75rem;
      padding: 0.5rem 1rem;
      white-space: nowrap;
    }
  }
  
  /* Laptop screens (16 inch) - Reduce spacing and text sizes */
  @media (min-width: 1367px) and (max-width: 1920px) {
    .top-bar {
      gap: 1.5rem;
    }
  
    .top-bar-left {
      max-width: 50%;
    }
  
    .top-bar-right {
      max-width: 45%;
    }
  
    .brand-text {
      font-size: 1.4rem;
      letter-spacing: 1.5px;
    }

    .brand-logo {
      width: 100px;
      height: 22px;
    }
  
    .event-date,
    .event-days {
      font-size: 0.75rem;
      letter-spacing: 1.5px;
    }
  
    .event-location {
      font-size: 0.75rem;
      letter-spacing: 0.5px;
    }
  
    .nav-divider {
      height: 2rem;
    }
  
    .event-info .nav-divider {
      height: 0.8rem;
    }
  
    .dropdown.menu > li > a {
      padding: 0.5rem 0.75rem;
      font-size: 0.9rem;
    }
  
    .dropdown.menu {
      gap: 0;
    }
  }
  
  .dropdown.menu > li {
    position: relative;
    list-style: none;
  }
  
  .dropdown.menu > li > a {
    color: white;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.5rem 1.2rem;
    text-decoration: none;
    display: block;
    transition: color 0.3s;
    white-space: nowrap;
  }
  
  .dropdown.menu > li > a:hover {
    color: #60a5fa;
  }
  
  .dropdown.menu > li.is-dropdown-submenu-parent {
    position: relative;
  }
  
  .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    content: "▼";
    font-size: 0.6rem;
    margin-left: 0.5rem;
    display: inline-block;
  }
  
  .dropdown.menu > li.is-dropdown-submenu-parent .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(13, 85, 158, 0.95);
    backdrop-filter: blur(10px);
    min-width: 200px;
    list-style: none;
    margin: 0;
    padding: 0.5rem 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index: 1000;
  }
  
  .dropdown.menu > li.is-dropdown-submenu-parent:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .dropdown.menu > li.is-dropdown-submenu-parent .submenu li {
    margin: 0;
    padding: 0;
  }
  
  .dropdown.menu > li.is-dropdown-submenu-parent .submenu a {
    display: block;
    padding: 0.75rem 1.2rem;
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background 0.3s ease, color 0.3s ease;
  }
  
  .dropdown.menu > li.is-dropdown-submenu-parent .submenu a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #60a5fa;
  }
  
  .top-bar-register {
    display: flex;
    align-items: center;
    align-self: center;
  }
  
  .register-btn {
    background: white;
    color: #0d559e;
    border-radius: 25px;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    font-size: 0.95rem;
    border: 2px solid #0d559e;
  }
  
  .register-btn:hover {
    background: #0d559e;
    color: white;
    transform: scale(1.05);
  }
  
  #homepage-hero,
  .hero-content {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 5;
    padding: 8em 2em;
    padding-left: 150px;
    padding-right: 150px;
    min-height: calc(100vh - 96px);
    color: #fefefe;
    text-align: left;
    gap: 3rem;
  }
  
  .hero-content-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 60%;
  }
  
  .hero-speakers-right {
    flex: 0 0 auto;
    width: 320px;
    max-width: 100%;
    position: relative;
  }
  
  .hero-speaker-card-container {
    position: relative;
    width: 100%;
    min-height: 400px;
  }
  
  .hero-speaker-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
    transition: opacity 0.6s ease, transform 0.6s ease, visibility 0s 0.6s;
    pointer-events: none;
    z-index: 1;
  }
  
  .hero-speaker-card.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
    z-index: 10;
    transition: opacity 0.6s ease, transform 0.6s ease, visibility 0s 0s;
  }
  
  /* When card is leaving (was active, now not), slide out to left */
  .hero-speaker-card.leaving {
    transform: translateX(-100px);
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease, visibility 0s 0.6s;
  }
  
  .hero-speaker-image {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1rem;
    background: #f0f0f0;
  }
  
  .hero-speaker-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .hero-speaker-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d559e 0%, #1a73e8 100%);
    color: white;
    font-weight: 600;
    font-size: 1rem;
  }
  
  .hero-speaker-info {
    text-align: center;
  }
  
  .hero-speaker-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .hero-speaker-title {
    font-size: 0.8rem;
    color: #666;
    font-weight: 600;
    margin: 0;
    font-family: 'Rubik', sans-serif;
  }
  
  .hero-speaker-org {
    font-size: 0.95rem;
    color: #0d559e;
    margin-bottom: 0.25rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .heading_wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  #homepage-hero .heading_wrapper h2,
  .hero-content .heading_wrapper h2,
  .hero-title {
    font-size: 40px;
    line-height: 38px;
    margin-bottom: 10px;
    font-family: 'Rubik';
    font-weight: 700;
    color: white;
    text-align: left;
    max-width: 900px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    margin-left: 0;
    margin-right: 0;
  }

  .hero-logo {
    width: 352px;
    height: 82px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
  }
  
  @media print, screen and (min-width: 40em) {
    #homepage-hero .heading_wrapper h2,
    .hero-content .heading_wrapper h2,
    .hero-title {
      font-size: 90px !important;
      font-weight: 700;
      line-height: 98px !important;
      max-width: 900px;
      margin-bottom: 20px !important;
    }
  }
  
  /* Hero Theme Section */
  .hero-tagline {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    max-width: 900px;
  }
  
  .tagline-text {
    font-size: 1.5rem;
    line-height: 1.4;
    color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    text-align: left;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  .hero-theme {
    margin-top: 0;
    max-width: 900px;
  }
  
  .theme-title {
    font-size: 2rem;
    line-height: 1.3;
    color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    text-align: left;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    margin: 0;
    white-space: nowrap;
  }
  
  .theme-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    font-style: italic;
    display: block;
    margin-top: 0;
  }
  
  @media print, screen and (min-width: 40em) {
    .tagline-text {
      font-size: 1.8rem;
    }
    
    .theme-title {
      font-size: 2.5rem;
    }
    
    .theme-subtitle {
      font-size: 1.5rem;
    }
  }
  
  /* Event details box left aligned below title */
  .event-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    background: rgba(15, 25, 50, 0.95);
    padding: 1.8rem 2.5rem;
    border-radius: 50px;
    border: 1px solid rgba(13, 85, 158, 0.3);
    backdrop-filter: blur(10px);
    flex-shrink: 0;
    margin-top: 2rem;
    align-self: flex-start;
    min-width: 600px;
  }
  
  .detail-divider {
    width: 3px;
    height: 3.5rem;
    background: linear-gradient(to bottom, #d4a574 0%, #0d559e 100%);
    flex-shrink: 0;
    border-radius: 2px;
  }
  
  .detail-text {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
  }
  
  .detail-date {
    font-size: 0.85rem;
    color: #d4a574;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: 'Rubik';
  }
  
  .detail-location {
    font-size: 0.85rem;
    color: #d4a574;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Rubik';
  }
  
  .btn-register-hero {
    background: #0d559e;
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    font-size: 0.95rem;
    white-space: nowrap;
    font-family: 'Rubik';
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .btn-register-hero:hover {
    background: #6d28d9;
    color: white;
    transform: scale(1.05);
  }
  
  /* Stats section with purple vertical separators */
  .stats-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: #0d559e;
    border-radius: 12px;
    padding: 2rem 2rem;
    max-width: 1400px;
    width: calc(100% - 4rem);
    margin: -80px auto -80px;
    position: relative;
    z-index: 100;
    backdrop-filter: blur(10px);
    border: none;
    outline: none;
    box-shadow: none;
    overflow: hidden;
  }
  
  .stat-item {
    flex: 1;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }
  
  .stat-divider {
    width: 3px;
    height: 5rem;
    background: rgba(255, 255, 255, 0.6);
    flex-shrink: 0;
  }
  
  .stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    font-family: 'Rubik';
    line-height: 1.1;
    white-space: nowrap;
  }
  
  .stat-label {
    font-size: 0.7rem;
    color: white;
    letter-spacing: 3px;
    font-weight: 600;
    font-family: 'Rubik';
    text-transform: uppercase;
  }
  
  /* About Section */
  .home_welcome_2024 {
    padding: 5rem 0;
    background: #f5f1ed;
    width: 100%;
  }
  
  .headding_wrapper {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4rem;
  }
  
  .headding_wrapper h3 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  }
  
  .headding_wrapper .title-dark {
    color: #0d559e;
    display: block;
  }
  
  .headding_wrapper .title-global {
    color: #0d559e;
  }
  
  .headding_wrapper .title-ai {
    color: #0d559e;
  }
  
  .headding_wrapper .title-industry {
    color: #0d559e;
  }
  
  .join-us-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
  }
  
  .about-content {
    padding-right: 2rem;
    text-align: justify;
  }
  
  .about-content p {
    color: #333;
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    text-align: justify;
  }
  
  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
  }
  
  .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #f0f0f0;
  }
  
  .gallery-item:first-child {
    aspect-ratio: 4/3;
  }
  
  .gallery-item:nth-child(2) {
    aspect-ratio: 4/3;
  }
  
  .gallery-item:nth-child(3) {
    grid-column: 1 / -1;
    aspect-ratio: 16/6;
  }
  
  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .gallery-item:hover img {
    transform: scale(1.05);
  }
  
  /* Previous Edition Videos Section */
  .previous-edition-videos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
  }
  
  .video-column {
    width: 100%;
  }
  
  .video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  
  .previous-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .video-label {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    background: rgba(13, 85, 158, 0.9);
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 1px;
    z-index: 10;
    backdrop-filter: blur(10px);
  }
  
  @media (max-width: 968px) {
    .headding_wrapper {
      padding: 0 2rem;
    }
  
    .join-us-section {
      grid-template-columns: 1fr;
      gap: 3rem;
      padding: 0 2rem;
    }
  
    .about-content {
      padding-right: 0;
    }
  
    .gallery-grid {
      gap: 1rem;
    }
  
    .previous-edition-videos {
      grid-template-columns: 1fr;
      gap: 2rem;
      padding: 0 2rem;
    }
  }
  
  @media (max-width: 640px) {
    .home_welcome_2024 {
      padding: 3rem 0;
    }
  
    .headding_wrapper {
      padding: 0 1rem;
      margin-bottom: 2rem;
    }
  
    .join-us-section {
      padding: 0 1rem;
    }
  
    .about-content p {
      font-size: 1rem;
    }
  
    .previous-edition-videos {
      padding: 0 1rem;
      gap: 1.5rem;
    }
  }
  
  /* SPEAKERS SECTION */
  .speakers-section {
    /* background-color: #ffffff; */
    background-image: url('public/Ai4_Background_pattern-bottom_circuit.jpg');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 5rem 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  
  .speakers-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
  }
  
  .speakers-header {
    text-align: center;
    margin-bottom: 4rem;
  }
  
  .speakers-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #0d559e;
    margin-bottom: 1rem;
    font-family: 'Rubik', sans-serif;
    letter-spacing: -0.5px;
  }
  
  .speakers-subtitle {
    font-size: 1rem;
    color: #0d559e;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 1.6;
  }
  
  .speakers-carousel-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
    position: relative;
  }
  
  .speakers-carousel {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
    padding: 1rem 0;
  }
  
  .speakers-carousel::-webkit-scrollbar {
    display: none;
  }
  
  .carousel-arrow {
    background: #0d559e;
    color: white;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    flex-shrink: 0;
    z-index: 3;
  }
  
  .carousel-arrow:hover {
    background: blue;
    transform: scale(1.1);
  }
  
  .carousel-arrow-left {
    margin-right: 0.5rem;
  }
  
  .carousel-arrow-right {
    margin-left: 0.5rem;
  }
  
  .speaker-card {
    width: 250px;
    text-align: left;
    flex-shrink: 0;
    transition: all 0.3s ease;
    padding: 1rem;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
  }
  
  .speaker-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.02) 0%, rgba(13, 85, 158, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
  }
  
  .speaker-card:hover {
    outline: 2px solid #0d559e;
    outline-offset: 4px;
    box-shadow: 0 4px 16px rgba(13, 85, 158, 0.2);
  }
  
  .speaker-card:hover::before {
    opacity: 1;
  }
  
  .speaker-card > * {
    position: relative;
    z-index: 2;
  }
  
  .speaker-image {
    width: 100%;
    height: 250px;
    margin: 0 auto 1.5rem;
    border-radius: 12px;
    overflow: hidden;
    background: #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  
  .speaker-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .speaker-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0d559e;
    margin-bottom: 0.5rem;
    font-family: 'Rubik', sans-serif;
    line-height: 1.4;
    text-align: left;
  }
  
  .speaker-title {
    font-size: 0.9rem;
    color: #000000;
    margin-bottom: 0.4rem;
    font-family: 'Rubik', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
  }
  
  .speaker-affiliation {
    font-size: 0.85rem;
    color: #000000;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
  }
  
  .speakers-cta {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }
  
  .btn-view-speakers {
    display: inline-block;
    background: #0d559e;
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
    transition: all 0.3s;
    font-size: 1rem;
    letter-spacing: 0.3px;
  }
  
  .btn-view-speakers:hover {
    background: #0d559e;
    transform: scale(1.05);
    color: white;
  }
  
  @media (max-width: 968px) {
    .speakers-container {
      padding: 0 20px;
    }
    
    .speakers-carousel {
      gap: 1.5rem;
    }
    
    .speaker-card {
      width: 200px;
    }
    
    .speaker-image {
      width: 100%;
      height: 200px;
      border-radius: 12px;
    }
  }
  
  @media (max-width: 640px) {
    .speakers-section {
      padding: 3rem 0;
    }
    
    .speakers-container {
      padding: 0 20px;
    }
    
    .carousel-arrow {
      width: 40px;
      height: 40px;
    }
    
    .speaker-card {
      width: 180px;
    }
    
    .speaker-image {
      width: 100%;
      height: 180px;
      border-radius: 12px;
    }
  }
  
  /* Choose Your Pass Section */
  .passes-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #0f0f23 0%, #1a0a2e 50%, #16213e 100%);
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  
  .passes-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
  }
  
  .passes-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
  }
  
  @media (max-width: 768px) {
    .passes-video {
      object-position: center center;
    }
  }
  
  .passes-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(15, 15, 35, 0.7) 0%, rgba(26, 10, 46, 0.7) 50%, rgba(22, 33, 62, 0.7) 100%);
    pointer-events: none;
    z-index: 1;
  }
  
  .passes-section .section-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4rem;
    font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  }
  
  .passes-intro {
    text-align: center;
    color: #e5e7eb;
    font-size: 1rem;
    margin-bottom: 3rem;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4rem;
    position: relative;
    z-index: 2;
    font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  }
  
  .passes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
    position: relative;
    z-index: 2;
  }
  
  .pass-card {
    background: rgba(79, 70, 229, 0.1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  
  .pass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(79, 70, 229, 0.1);
    pointer-events: none;
    z-index: 0;
  }
  
  .pass-card > * {
    position: relative;
    z-index: 1;
  }
  
  .pass-card:hover {
    border-color: rgba(139, 92, 246, 0.6);
    transform: translateY(-5px);
  }
  
  .pass-card:hover::before {
    background: rgba(79, 70, 229, 0.2);
  }
  
  .pass-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
    font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  }
  
  .pass-price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  }
  
  .pass-price-old {
    font-size: 1.25rem;
    color: #9ca3af;
    text-decoration: line-through;
    margin-bottom: 1rem;
    font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  }
  
  .pass-status {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  }
  
  .pass-description {
    color: #d1d5db;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  }
  
  .pass-cta {
    display: inline-block;
    background: #0d559e;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  }
  
  .pass-cta:hover {
    background: #0d559e;
    color: #fff;
    transform: translateX(5px);
  }
  
  @media (max-width: 968px) {
    .passes-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
      padding: 0 2rem;
    }
    
    .passes-section .section-title,
    .passes-intro {
      padding: 0 2rem;
    }
  }
  
  @media (max-width: 640px) {
    .passes-section {
      padding: 3rem 0;
    }
    
    .passes-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
      padding: 0 1rem;
    }
    
    .passes-section .section-title,
    .passes-intro {
      padding: 0 1rem;
    }
    
    .pass-card {
      padding: 1.5rem;
    }
  }
  
  /* 2025 Sponsors Section */
  .sponsors-2025-section {
    padding: 5rem 0;
    background: #fff;
    width: 100%;
  }
  
  .sponsors-2025-container {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
    align-items: start;
    width: 100%;
    box-sizing: border-box;
  }
  
  .sponsors-2025-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: black;
    line-height: 1.2;
    margin-bottom: 2rem;
    font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  }
  
  .sponsors-2025-btn {
    display: inline-block;
    padding: 0.875rem 2rem;
    background: #0d559e;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    transition: background 0.3s ease;
    letter-spacing: 0.5px;
  }
  
  .sponsors-2025-btn:hover {
    background: #0d559e;
    color: #fff;
  }
  
  .sponsors-2025-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem 2.5rem;
    align-items: center;
    justify-items: center;
    width: 100%;
  }
  
  .sponsors-2025-grid .sponsors-2025-logo:nth-child(13),
  .sponsors-2025-grid .sponsors-2025-logo:nth-child(14),
  .sponsors-2025-grid .sponsors-2025-logo:nth-child(15),
  .sponsors-2025-grid .sponsors-2025-logo:nth-child(16),
  .sponsors-2025-grid .sponsors-2025-logo:nth-child(17) {
    grid-column: span 1;
  }
  
  .sponsors-2025-grid .sponsors-2025-logo:nth-child(26) {
    grid-column: 1;
  }
  
  .sponsors-2025-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    padding: 0.5rem;
    transition: opacity 0.3s ease;
    width: 100%;
  }
  
  .sponsors-2025-logo:hover {
    opacity: 0.7;
  }
  
  .sponsors-2025-logo img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    filter: grayscale(100%);
  }
  
  .sponsors-2025-logo:hover img {
    opacity: 0.7;
    transform: scale(1.05);
  }
  
  @media (max-width: 968px) {
    .sponsors-2025-container {
      grid-template-columns: 1fr;
      gap: 3rem;
      padding: 0 2rem;
    }
    
    .sponsors-2025-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem 1.5rem;
    }
  }
  
  @media (max-width: 640px) {
    .sponsors-2025-section {
      padding: 3rem 0;
    }
    
    .sponsors-2025-container {
      padding: 0 1rem;
    }
    
    .sponsors-2025-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem 1rem;
    }
    
    .sponsors-2025-logo {
      height: 60px;
      padding: 0.5rem;
    }
  }
  
  /* Save Date & Subscribe Section */
  .save-date-subscribe-section {
    /* padding: 5rem 0; */
    background: #ffffff;
    width: 100%;
    margin: 0;
    padding-bottom: 5rem;
  }
  
  .save-date-subscribe-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 100%;
    margin: 0;
    padding: 0;
    min-height: 500px;
    width: 100%;
  }
  
  /* Left Panel: Save the Date */
  .save-date-panel {
    background: #ffffff;
    padding: 4rem 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .save-date-panel::before {
    display: none;
  }
  
  .save-date-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #0d559e;
    margin-bottom: 1rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .save-date-instruction {
    font-size: 1rem;
    color: #0d559e;
    margin-bottom: 2.5rem;
    font-family: 'Rubik', sans-serif;
    opacity: 1;
  }
  
  .event-details-wrapper {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    width: 100%;
    justify-content: flex-start;
  }
  
  .event-gradient-line {
    width: 4px;
    height: 80px;
    background: linear-gradient(to bottom, #0d559e 0%, #094080 100%);
    border-radius: 2px;
    flex-shrink: 0;
  }
  
  .event-details-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: left;
  }
  
  .event-date-text {
    font-size: 2rem;
    font-weight: 700;
    color: #0d559e;
    font-family: 'Rubik', sans-serif;
    line-height: 1.2;
  }
  
  .event-location-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0d559e;
    font-family: 'Rubik', sans-serif;
    line-height: 1.2;
  }
  
  .add-calendar-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: #0d559e;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    font-family: 'Rubik', sans-serif;
    transition: all 0.3s ease;
  }
  
  .add-calendar-btn:hover {
    background: #094080;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(13, 85, 158, 0.4);
  }
  
  .add-calendar-btn svg {
    width: 20px;
    height: 20px;
  }
  
  /* Right Panel: Subscribe */
  .subscribe-panel {
    background: #0d559e;
    padding: 4rem 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
  }
  
  .subscribe-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .subscribe-instruction {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 2.5rem;
    font-family: 'Rubik', sans-serif;
    opacity: 0.9;
    max-width: 100%;
  }
  
  .subscribe-form {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .email-input {
    width: 100%;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'Rubik', sans-serif;
    background: #ffffff;
    color: #000000;
  }
  
  .email-input::placeholder {
    color: #9ca3af;
  }
  
  .email-input:focus {
    outline: 2px solid #0d559e;
    outline-offset: 2px;
  }
  
  .subscribe-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: white;
    color: black;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
  }
  
  .subscribe-btn:hover {
    background: #0d559e;
    transform: translateY(-2px);
  }
  
  .subscribe-btn svg {
    width: 20px;
    height: 20px;
  }
  
  @media (max-width: 968px) {
    .save-date-subscribe-container {
      grid-template-columns: 1fr !important;
      gap: 0 !important;
    }
    
    .save-date-panel,
    .subscribe-panel {
      padding: 3rem 2rem !important;
    }
    
    .save-date-title,
    .subscribe-title {
      font-size: 2rem !important;
    }
    
    .event-date-text {
      font-size: 1.75rem !important;
    }
    
    .event-location-text {
      font-size: 1.35rem !important;
    }
  }
  
  @media (max-width: 640px) {
    .save-date-subscribe-section {
      padding: 2rem 0 !important;
      margin: 0 !important;
    }
    
    .save-date-subscribe-container {
      grid-template-columns: 1fr !important;
      min-height: auto !important;
      gap: 0 !important;
      padding: 0 !important;
      margin: 0 !important;
    }
    
    .save-date-panel,
    .subscribe-panel {
      padding: 2rem 1.25rem !important;
      margin: 0 !important;
    }
    
    .save-date-panel {
      border-radius: 0 !important;
      box-shadow: none !important;
    }
    
    .save-date-title,
    .subscribe-title {
      font-size: 1.5rem !important;
      margin-bottom: 0.75rem !important;
      line-height: 1.3 !important;
    }
    
    .save-date-instruction,
    .subscribe-instruction {
      font-size: 0.875rem !important;
      margin-bottom: 1.5rem !important;
      line-height: 1.5 !important;
    }
    
    .event-details-wrapper {
      flex-direction: column !important;
      gap: 0.75rem !important;
      align-items: flex-start !important;
      margin-bottom: 1.5rem !important;
      width: 100% !important;
    }
    
    .event-gradient-line {
      width: 50px !important;
      height: 4px !important;
      border-radius: 2px !important;
    }
    
    .event-details-content {
      text-align: left !important;
    }
    
    .event-date-text {
      font-size: 1.25rem !important;
      line-height: 1.3 !important;
    }
    
    .event-location-text {
      font-size: 1rem !important;
      line-height: 1.3 !important;
    }
    
    .add-calendar-btn,
    .subscribe-btn {
      width: 100% !important;
      padding: 0.875rem 1.25rem !important;
      font-size: 0.875rem !important;
      justify-content: center !important;
      gap: 0.5rem !important;
    }
    
    .add-calendar-btn svg,
    .subscribe-btn svg {
      width: 18px !important;
      height: 18px !important;
    }
    
    .email-input {
      padding: 0.875rem 1.25rem !important;
      font-size: 0.875rem !important;
      width: 100% !important;
      box-sizing: border-box !important;
    }
    
    .subscribe-form {
      width: 100% !important;
      gap: 0.875rem !important;
    }
  }
  
  /* FOOTER */
  .site-footer {
    background: #ffffff;
    padding: 0rem 0 2rem;
    width: 100%;
  }
  
  .footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
  }
  
  .footer-columns {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 3rem;
    margin-bottom: 3rem;
  }
  
  .footer-column {
    display: flex;
    flex-direction: column;
  }
  
  .footer-logo-column {
    max-width: 300px;
  }
  
  .footer-logo-link {
    display: inline-block;
    margin-bottom: 1.5rem;
    text-decoration: none;
  }
  
  .footer-logo {
    max-width: 180px;
    height: auto;
    display: block;
  }
  
  .footer-tagline {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-family: 'Rubik', sans-serif;
  }
  
  .ft-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .ftmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .ftmenu li {
    margin: 0;
  }
  
  .ftmenu a {
    color: #000000;
    text-decoration: none;
    font-size: 0.95rem;
    font-family: 'Rubik', sans-serif;
    transition: color 0.3s ease;
  }
  
  .footer-column:first-child .ftmenu a {
    color: #0d559e;
    font-weight: 600;
  }
  
  .ftmenu a:hover {
    color: #0d559e;
  }

  .ftmenu a.email-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .ftmenu a.email-link svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }

  .ftmenu a.email-link:hover svg {
    transform: translateY(-2px);
  }
  
  .ftsocial-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .ftsocial-menu a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .ftsocial-menu .facebook {
    background-color: #1877f2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E");
  }
  
  .ftsocial-menu .youtube {
    background-color: #ff0000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z'/%3E%3C/svg%3E");
  }
  
  .ftsocial-menu .twitter {
    background-color: #000000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E");
  }
  
  .ftsocial-menu .linkedin {
    background-color: #0077b5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z'/%3E%3C/svg%3E");
  }
  
  .ftsocial-menu .instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E");
  }
  
  .footer-divider {
    border-top: 1px dotted #d1d5db;
    margin: 1.5rem 0;
  }
  
  .diversity-text {
    font-size: 0.9rem;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    font-family: 'Rubik', sans-serif;
  }
  
  .diversity-text strong {
    font-weight: 700;
  }
  
  .diversity-text a {
    color: #0d559e;
    text-decoration: none;
  }
  
  .diversity-text a:hover {
    text-decoration: underline;
  }
  
  .inc-badge-section {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
  }
  
  .inc-badge {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
  }
  
  .inc-badge-content {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4px;
  }
  
  .inc-top {
    font-size: 0.5rem;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    line-height: 1;
  }
  
  .inc-number {
    font-size: 1.2rem;
    color: #ffd700;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    line-height: 1;
    margin: 2px 0;
  }
  
  .inc-bottom {
    font-size: 0.35rem;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    line-height: 1;
    text-transform: uppercase;
  }
  
  .inc-text {
    font-size: 0.85rem;
    color: #000000;
    line-height: 1.5;
    margin: 0;
    flex: 1;
    font-family: 'Rubik', sans-serif;
  }
  
  .inc-text a {
    color: #ff6b35;
    text-decoration: none;
  }
  
  .inc-text a:hover {
    text-decoration: underline;
  }
  
  .inc-text strong {
    font-weight: 700;
    color: #ff6b35;
  }
  
  .footer-copyright {
    border-top: 1px solid #e5e7eb;
    padding-top: 2rem;
    margin-top: 2rem;
  }
  
  .copy {
    font-size: 0.9rem;
    color: #000000;
    margin: 0;
    font-family: 'Rubik', sans-serif;
  }
  
  @media (max-width: 968px) {
    .footer-container {
      padding: 0 2rem;
    }
    
    .footer-columns {
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
    }
    
    .footer-logo-column {
      grid-column: 1 / -1;
      max-width: 100%;
      text-align: center;
      margin-bottom: 1rem;
    }
    
    .footer-logo {
      max-width: 150px;
      margin: 0 auto 1rem;
    }
    
    .footer-tagline {
      text-align: center;
    }
    
    .inc-badge-section {
      flex-direction: column;
    }
  }
  
  @media (max-width: 640px) {
    .site-footer {
      padding: 3rem 0 1.5rem;
    }
    
    .footer-container {
      padding: 0 1rem;
    }
    
    .footer-columns {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    
    .ftsocial-menu {
      gap: 0.75rem;
    }
  }
  
  /* COMMUNITY SECTION */
  .community-section {
    background-color: #ffffff;
    padding: 3rem 0;
    padding-top: 120px;
    text-align: center;
    position: relative;
    z-index: 50;
    margin-top: 0;
    border-top: none;
    overflow: hidden;
    width: 100%;
  }
  
  .community-section .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  
  .community-title {
    font-size: 1.5rem;
    letter-spacing: 3px;
    color: #FF6700;
    font-weight: 600;
    margin-bottom: 3rem;
    padding: 0 4rem;
  }
  
  .logos-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2.5rem;
    flex-wrap: nowrap;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
    width: 100%;
    box-sizing: border-box;
  }
  
  .logos-container::before,
  .logos-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
  }
  
  .logos-container::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  }
  
  .logos-container::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  }
  
  .logos-wrapper {
    display: flex;
    gap: 2.5rem;
    animation: scroll-logos 30s linear infinite;
    will-change: transform;
  }
  
  @keyframes scroll-logos {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
  .logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    flex: 0 0 auto;
    min-width: 200px;
  }
  
  .logo-image {
    max-height: 80px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: opacity 0.3s ease;
  }
  
  /* Supported By and Partners Sections */
  .section-subtitle {
    font-size: 1.75rem;
    letter-spacing: 2px;
    color: #0d559e;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    text-align: center;
  }
  
  .supported-by-section {
    margin-bottom: 4rem;
    padding: 0 40px;
    background-color: #ffffff;
    position: relative;
  }
  
  .supported-by-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    align-items: center;
    justify-items: center;
  }
  
  .supported-by-logos .logo-item {
    min-width: auto;
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .supported-by-logos .logo-image {
    height: 120px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
  
  .partners-section {
    padding: 0 40px;
    background-color: #ffffff;
    position: relative;
  }
  
  .partners-logos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem 0.75rem;
    align-items: center;
    justify-items: center;
  }
  
  .partners-logos-grid .logo-item {
    min-width: auto;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .partners-logos-grid .logo-image {
    height: 100px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
  
  .logo-image:hover {
    opacity: 0.7;
  }
  
  .logo-text {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f1929;
    letter-spacing: 0.5px;
  }
  
  /* ============================================
     COMPREHENSIVE MOBILE RESPONSIVE STYLES
     ============================================ */
  
  /* Medium Mobile - 481px to 640px */
  @media (min-width: 481px) and (max-width: 640px) {
    .top-bar {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 12px;
      padding-bottom: 12px;
      min-height: 58px;
    }
  
    .brand-text {
      font-size: 1rem;
      letter-spacing: 1px;
    }
  }
  
  /* Mobile First - Base styles for mobile */
  @media (max-width: 768px) {
    body {
      padding-top: 58px !important;
      margin: 0 !important;
    }
    
    /* Remove margin-top from all hero sections - body padding already accounts for navbar */
    .hero-section,
    .speakers-hero-section,
    .who-attends-hero-section,
    .venue-hero-section,
    .aboutus-hero-section,
    .schedule-hero-section,
    .partners-hero-section,
    .register-hero-section {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }
    
    /* Remove any extra spacing that might cause white space */
    .top-bar::before,
    .top-bar::after {
      display: none !important;
    }
    
    /* Navigation */
    .top-bar {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 12px;
      padding-bottom: 12px;
      max-height: 58px;
      grid-template-columns: 1fr auto;
      gap: 1rem;
      align-items: center;
      justify-items: start;
      min-height: 58px;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10000;
      overflow: visible;
      background-color: transparent !important;
      margin: 0 !important;
      border: none !important;
    }
  
    /* Remove top-bar-right from grid layout on mobile */
    .top-bar-right:not(.active) {
      grid-column: none !important;
      grid-row: none !important;
      display: none !important;
    }
  
    .top-bar-left {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      gap: 0;
      flex: 1;
      min-width: 0;
      align-self: center;
      max-width: calc(100% - 60px);
      overflow: hidden;
    }
  
    .brand-link {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      flex-wrap: nowrap;
      min-width: 0;
      line-height: 1;
      margin: 0;
      padding: 0;
      align-self: center;
      width: 100%;
      overflow: hidden;
    }
  
    .brand-text {
      font-size: 1rem;
      white-space: nowrap;
      line-height: 1;
      margin: 0;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
      align-self: center;
      letter-spacing: 1px;
      flex-shrink: 0;
    }
  
    .nav-divider {
      display: none !important;
    }
  
    .event-info {
      display: none !important;
    }
  
    /* Hide desktop register button on mobile */
    .top-bar-register.desktop-register {
      display: none !important;
      position: absolute !important;
      visibility: hidden !important;
    }
  
    /* Hide top-bar-right by default on mobile - it should only show in hamburger menu */
    .top-bar-right:not(.active) {
      display: none !important;
      position: fixed !important;
      visibility: hidden !important;
      pointer-events: none !important;
      opacity: 0 !important;
      transform: translateX(100%) !important;
    }
  
    .mobile-menu-toggle {
      display: flex !important;
      flex-direction: column;
      gap: 4px;
      background: transparent;
      border: none;
      cursor: pointer;
      padding: 0.5rem;
      z-index: 10000;
      position: relative;
      order: 2;
      align-self: center;
      justify-self: end;
      margin: 0;
      transition: transform 0.3s ease;
      flex-shrink: 0;
      width: 40px;
      height: 40px;
      justify-content: center;
      align-items: center;
    }
  
    .mobile-menu-toggle:hover {
      opacity: 0.8;
    }
  
    .mobile-menu-toggle span {
      width: 24px;
      height: 2px;
      background: #ffffff;
      transition: all 0.3s ease;
      display: block;
      border-radius: 2px;
    }
  
    .mobile-menu-toggle.active span:nth-child(1) {
      transform: rotate(45deg) translate(6px, 6px);
    }
  
    .mobile-menu-toggle.active span:nth-child(2) {
      opacity: 0;
      transform: translateX(-10px);
    }
  
    .mobile-menu-toggle.active span:nth-child(3) {
      transform: rotate(-45deg) translate(6px, -6px);
    }
  
    /* Mobile menu backdrop overlay */
    .mobile-menu-backdrop {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(2px);
      z-index: 9997;
      opacity: 0;
      transition: opacity 0.3s ease;
    }
  
    .mobile-menu-backdrop.active {
      display: block;
      opacity: 1;
    }
  
    /* Mobile menu slide-in panel - Hidden by default, shown when active */
    .top-bar-right {
      position: fixed !important;
      top: 0 !important;
      right: -100% !important;
      width: 85% !important;
      max-width: 350px !important;
      height: 100vh !important;
      background: linear-gradient(135deg, rgba(13, 85, 158, 0.98) 0%, rgba(9, 64, 128, 0.98) 100%) !important;
      backdrop-filter: blur(10px) !important;
      padding: 2.5rem 1.5rem 0 !important;
      transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, visibility 0.3s ease !important;
      z-index: 9999 !important;
      overflow-y: scroll !important;
      overflow-x: hidden !important;
      box-shadow: -4px 0 20px rgba(0, 0, 0, 0.4) !important;
      display: none !important;
      flex-direction: column !important;
      visibility: hidden !important;
      opacity: 0 !important;
      pointer-events: none !important;
      -webkit-overflow-scrolling: touch !important;
      overscroll-behavior: contain !important;
      touch-action: pan-y !important;
    }
  
    .top-bar-right.active {
      right: 0 !important;
      display: flex !important;
      flex-direction: column !important;
      visibility: visible !important;
      opacity: 1 !important;
      pointer-events: auto !important;
      align-items: stretch !important;
      justify-content: flex-start !important;
      height: 100vh !important;
      max-height: 100vh !important;
      overflow-y: auto !important;
      overflow-x: hidden !important;
      padding-top: 2.5rem !important;
      padding-bottom: 0 !important;
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
      -webkit-overflow-scrolling: touch !important;
      overscroll-behavior: contain !important;
      touch-action: pan-y !important;
      will-change: scroll-position !important;
      -ms-overflow-style: -ms-autohiding-scrollbar !important;
      scrollbar-width: thin !important;
    }
  
    .top-bar-right .dropdown.menu {
      flex-direction: column !important;
      gap: 0 !important;
      align-items: flex-start !important;
      width: 100% !important;
      margin-bottom: 0 !important;
      margin-top: 0 !important;
      flex: 0 0 auto !important;
      overflow: visible !important;
      padding-bottom: 3rem !important;
      padding-top: 0 !important;
      min-height: 0 !important;
      display: flex !important;
    }
  
    .top-bar-right .dropdown.menu li {
      width: 100% !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
      transition: background 0.3s ease !important;
    }
  
    .top-bar-right .dropdown.menu li:last-child {
      border-bottom: none !important;
    }
  
    .top-bar-right .dropdown.menu li:hover {
      background: rgba(255, 255, 255, 0.05) !important;
    }
  
    .top-bar-right .dropdown.menu a {
      padding: 0.65rem 0.5rem !important;
      display: block !important;
      width: 100% !important;
      font-size: 0.875rem !important;
      transition: all 0.3s ease !important;
      border-radius: 4px !important;
      line-height: 1.25 !important;
    }
  
    .top-bar-right .dropdown.menu a:hover {
      background: rgba(255, 255, 255, 0.1) !important;
      padding-left: 0.75rem !important;
      color: #60a5fa !important;
    }
    
    .top-bar-right .dropdown.menu > li.is-dropdown-submenu-parent .submenu {
      position: static !important;
      opacity: 1 !important;
      visibility: visible !important;
      transform: none !important;
      background: rgba(255, 255, 255, 0.05) !important;
      box-shadow: none !important;
      border-radius: 0 !important;
      margin-top: 0 !important;
      padding-left: 1rem !important;
      display: block !important;
    }
    
    .top-bar-right .dropdown.menu > li.is-dropdown-submenu-parent .submenu a {
      padding: 0.5rem 1rem !important;
      font-size: 0.85rem !important;
    }
  
    /* Show register button inside mobile menu */
    .top-bar-right .mobile-register {
      width: 100% !important;
      margin-top: auto !important;
      padding-top: 2rem !important;
      border-top: 2px solid rgba(255, 255, 255, 0.2) !important;
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      flex-shrink: 0 !important;
    }

    .top-bar-right.active .mobile-register {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      width: 100% !important;
      margin-top: auto !important;
      margin-bottom: 0 !important;
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-left: -1.5rem !important;
      margin-right: -1.5rem !important;
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
      border-top: 2px solid rgba(255, 255, 255, 0.2) !important;
      flex-shrink: 0 !important;
      position: sticky !important;
      bottom: 0 !important;
      background: linear-gradient(135deg, rgba(13, 85, 158, 0.98) 0%, rgba(9, 64, 128, 0.98) 100%) !important;
      backdrop-filter: blur(10px) !important;
      z-index: 10 !important;
      box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3) !important;
      min-height: 60px !important;
    }
  
    .top-bar-right.active .mobile-register .register-btn {
      width: 100% !important;
      text-align: center !important;
      padding: 0.75rem 1.5rem !important;
      font-size: 0.9rem !important;
      transition: all 0.3s ease !important;
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      font-weight: 600 !important;
      letter-spacing: 0.5px !important;
    }
  
    .top-bar-right .mobile-register .register-btn:hover {
      transform: translateY(-2px) !important;
      box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2) !important;
    }
  
    /* Hero Section */
    #homepage-hero,
    .hero-content {
      flex-direction: column !important;
      padding: 6em 1rem 4em !important;
      padding-left: 1rem !important;
      padding-right: 1rem !important;
      min-height: 80vh;
      gap: 2rem !important;
    }
    
    .hero-content-left {
      max-width: 100% !important;
      width: 100% !important;
    }
    
    .hero-speakers-right {
      width: 100% !important;
      max-width: 320px !important;
      margin: 0 auto !important;
    }
    
    .hero-speaker-card-container {
      min-height: 350px !important;
    }
  
    .hero-title {
      font-size: 2rem !important;
      line-height: 1.2 !important;
      margin-bottom: 1.5rem !important;
    }
  
    .theme-title {
      font-size: 1.2rem !important;
      white-space: nowrap !important;
    }
    
    .theme-subtitle {
      font-size: 1rem !important;
    }
  
    .event-details {
      flex-direction: column;
      gap: 1rem;
      padding: 1.5rem 1.5rem;
      min-width: auto;
      width: 100%;
      border-radius: 30px;
    }
  
    .detail-divider {
      width: 100%;
      height: 3px;
      background: linear-gradient(to right, #d4a574 0%, #0d559e 100%);
    }
  
    .detail-text {
      width: 100%;
    }
  
    .btn-register-hero {
      width: 100%;
      text-align: center;
      padding: 0.8rem 1.5rem;
    }
  
    /* Stats Section */
    .stats-section {
      flex-wrap: wrap;
      width: calc(100% - 2rem);
      margin-left: 1rem;
      margin-right: 1rem;
      padding: 2rem 1rem;
      margin-top: -40px;
      margin-bottom: -40px;
    }
  
    .stat-item {
      flex: 0 0 50%;
      padding: 1rem 0.5rem;
      min-width: 0;
    }
  
    .stat-number {
      font-size: 2rem;
    }
  
    .stat-label {
      font-size: 0.6rem;
    }
  
    .stat-divider {
      display: none;
    }
  
    .stat-divider:nth-child(2),
    .stat-divider:nth-child(4),
    .stat-divider:nth-child(6) {
      display: none;
    }
  
    /* Community Section */
    .community-section {
      padding-top: 80px;
      padding-left: 0;
      padding-right: 0;
    }
  
    .community-title {
      padding: 0 1rem;
    }
  
    .logos-container {
      padding: 0 20px;
      mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
      -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    }
  
    .logos-wrapper {
      gap: 1.5rem;
      animation: scroll-logos 20s linear infinite;
    }
  
    .logo-item {
      min-width: 150px;
      height: 70px;
    }
  
    .logo-image {
      max-height: 70px;
      max-width: 150px;
    }
  
    .supported-by-section,
    .partners-section {
      padding: 0 20px;
    }
  
    .supported-by-logos {
      grid-template-columns: repeat(2, 1fr);
      gap: 0.75rem;
    }
  
    .partners-logos-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 0.75rem 0.5rem;
    }
  
    .supported-by-logos .logo-item {
      height: 100px;
    }
  
    .supported-by-logos .logo-image {
      height: 100px;
      width: auto;
      max-width: 100%;
    }
  
    .partners-logos-grid .logo-item {
      height: 80px;
    }
  
    .partners-logos-grid .logo-image {
      height: 80px;
      width: auto;
      max-width: 100%;
    }
  
    .logo-text {
      font-size: 0.8rem;
    }
  
    /* About Section */
    .home_welcome_2024 {
      padding: 3rem 0;
    }
  
    .headding_wrapper {
      padding: 0 1rem;
      margin-bottom: 2rem;
    }
  
    .headding_wrapper h3 {
      font-size: 2rem;
    }
  
    .join-us-section {
      grid-template-columns: 1fr;
      gap: 2rem;
      padding: 0 1rem;
    }
  
    .about-content {
      padding-right: 0;
    }
  
    .about-content p {
      font-size: 1rem;
    }
  
    .gallery-grid {
      grid-template-columns: 1fr;
    }
  
    .gallery-item:first-child,
    .gallery-item:nth-child(2),
    .gallery-item:nth-child(3) {
      grid-column: 1;
    }
  
    /* Speakers Section */
    .speakers-section {
      padding: 3rem 0;
    }
  
    .speakers-container {
      padding: 0 20px;
    }
  
    .speakers-header {
      margin-bottom: 2rem;
    }
  
    .speakers-title {
      font-size: 1.75rem;
    }
  
    .speakers-subtitle {
      font-size: 0.9rem;
    }
  
    .speakers-carousel-wrapper {
      gap: 0.5rem;
      margin-bottom: 2rem;
    }
  
    .carousel-arrow {
      width: 36px;
      height: 36px;
    }
  
    .carousel-arrow svg {
      width: 18px;
      height: 18px;
    }
  
    .speakers-carousel {
      gap: 1rem;
    }
  
    .speaker-card {
      width: 200px;
      padding: 0.75rem;
    }
  
    .speaker-image {
      width: 100%;
      height: 200px;
      margin-bottom: 1rem;
    }
  
    .speaker-name {
      font-size: 1.1rem;
    }
  
    .speaker-title {
      font-size: 0.85rem;
    }
  
    .speaker-affiliation {
      font-size: 0.8rem;
    }
  
    .btn-view-speakers {
      padding: 0.875rem 2rem;
      font-size: 0.9rem;
    }
  
    /* Passes Section */
    .passes-section {
      padding: 3rem 0;
    }
  
    .passes-section .section-title {
      font-size: 2rem;
      padding: 0 1rem;
    }
  
    .passes-intro {
      font-size: 0.9rem;
      padding: 0 1rem;
      margin-bottom: 2rem;
    }
  
    .passes-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
      padding: 0 1rem;
    }
  
    .pass-card {
      padding: 1.5rem;
    }
  
    .pass-title {
      font-size: 1.25rem;
    }
  
    .pass-price {
      font-size: 2rem;
    }
  
    .pass-status {
      font-size: 1.75rem;
    }
  
    .pass-description {
      font-size: 0.9rem;
    }
  
    .pass-cta {
      padding: 0.875rem 1.5rem;
      font-size: 0.9rem;
    }
  
    /* Sponsors Section */
    .sponsors-2025-section {
      padding: 3rem 0;
    }
  
    .sponsors-2025-container {
      grid-template-columns: 1fr;
      gap: 2rem;
      padding: 0 1rem;
    }
  
    .sponsors-2025-title {
      font-size: 1.75rem;
      margin-bottom: 1.5rem;
    }
  
    .sponsors-2025-btn {
      padding: 0.75rem 1.5rem;
      font-size: 0.9rem;
    }
  
    .sponsors-2025-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem 1rem;
    }
  
    .sponsors-2025-logo {
      height: 60px;
      padding: 0.5rem;
    }
  
    /* Save Date & Subscribe Section */
    .save-date-subscribe-section {
      padding: 2rem 0 !important;
      margin: 0 !important;
    }
  
    .save-date-subscribe-container {
      grid-template-columns: 1fr !important;
      min-height: auto !important;
      gap: 0 !important;
      padding: 0 !important;
      margin: 0 !important;
    }
  
    .save-date-panel {
      padding: 2rem 1.25rem !important;
      margin: 0 !important;
      border-radius: 0 !important;
      box-shadow: none !important;
    }
  
    .subscribe-panel {
      padding: 2rem 1.25rem !important;
      margin: 0 !important;
    }
  
    .save-date-title,
    .subscribe-title {
      font-size: 1.5rem !important;
      margin-bottom: 0.75rem !important;
      line-height: 1.3 !important;
    }
  
    .save-date-instruction,
    .subscribe-instruction {
      font-size: 0.875rem !important;
      margin-bottom: 1.5rem !important;
      line-height: 1.5 !important;
    }
  
    .event-details-wrapper {
      flex-direction: column !important;
      gap: 0.75rem !important;
      align-items: flex-start !important;
      margin-bottom: 1.5rem !important;
      width: 100% !important;
    }
  
    .event-gradient-line {
      width: 50px !important;
      height: 4px !important;
      border-radius: 2px !important;
    }
  
    .event-date-text {
      font-size: 1.25rem !important;
      line-height: 1.3 !important;
    }
  
    .event-location-text {
      font-size: 1rem !important;
      line-height: 1.3 !important;
    }
  
    .add-calendar-btn,
    .subscribe-btn {
      width: 100% !important;
      padding: 0.875rem 1.25rem !important;
      font-size: 0.875rem !important;
      justify-content: center !important;
      gap: 0.5rem !important;
    }
    
    .add-calendar-btn svg,
    .subscribe-btn svg {
      width: 18px !important;
      height: 18px !important;
    }
  
    .email-input {
      padding: 0.875rem 1.25rem !important;
      font-size: 0.875rem !important;
      width: 100% !important;
      box-sizing: border-box !important;
    }
    
    .subscribe-form {
      width: 100% !important;
      gap: 0.875rem !important;
    }
  
    /* Footer */
    .site-footer {
      padding: 2rem 0 1.5rem;
    }
  
    .footer-container {
      padding: 0 1rem;
    }
  
    .footer-columns {
      grid-template-columns: 1fr;
      gap: 2rem;
      margin-bottom: 2rem;
    }
    
    .footer-logo-column {
      text-align: center;
      max-width: 100%;
    }
    
    .footer-logo {
      max-width: 150px;
      margin: 0 auto 1rem;
    }
    
    .footer-tagline {
      text-align: center;
    }
  
    .ft-heading {
      font-size: 0.95rem;
      margin-bottom: 1rem;
    }
  
    .ftmenu a {
      font-size: 0.9rem;
    }
  
    .ftsocial-menu {
      gap: 0.75rem;
    }
  
    .ftsocial-menu a {
      width: 36px;
      height: 36px;
      background-size: 20px 20px;
    }
  
    .diversity-text {
      font-size: 0.85rem;
    }
  
    .inc-badge-section {
      flex-direction: column;
      gap: 1rem;
    }
  
    .inc-badge {
      width: 70px;
      height: 70px;
    }
  
    .inc-number {
      font-size: 1rem;
    }
  
    .inc-text {
      font-size: 0.8rem;
    }
  
    .footer-copyright {
      padding-top: 1.5rem;
      margin-top: 1.5rem;
    }
  
    .copy {
      font-size: 0.85rem;
    }
  }
  
  /* Hide mobile menu toggle on desktop by default */
  .mobile-menu-toggle {
    display: none;
  }
  
  /* Desktop - Show normal menu (only for true desktop screens) */
  @media (min-width: 1025px) {
    .mobile-menu-toggle {
      display: none !important;
    }
  
    .top-bar-right {
      display: flex !important;
      position: static !important;
      width: auto !important;
      height: auto !important;
      background: transparent !important;
      backdrop-filter: none !important;
      padding: 0 !important;
      box-shadow: none !important;
      overflow: visible !important;
      right: auto !important;
      max-width: none !important;
      visibility: visible !important;
      pointer-events: auto !important;
    }
  
    .top-bar-right .dropdown.menu {
      flex-direction: row !important;
      gap: 0 !important;
    }
  
    .top-bar-right .dropdown.menu li {
      width: auto !important;
      border-bottom: none !important;
    }
  
    .top-bar-right .dropdown.menu a {
      padding: 0.5rem 1.2rem !important;
      font-size: 0.95rem !important;
    }
  
    .top-bar-register.desktop-register {
      width: auto !important;
      margin-top: 0 !important;
      padding-top: 0 !important;
      border-top: none !important;
      display: flex !important;
    }
  
    .top-bar-right .mobile-register {
      display: none !important;
    }
  
    .register-btn {
      width: auto !important;
      padding: 0.6rem 1.5rem !important;
      font-size: 0.95rem !important;
    }
  
    .event-info {
      display: flex !important;
    }
  
    .nav-divider {
      display: block !important;
    }
  }
  
  /* Medium screens and mobile in desktop mode - Use hamburger menu */
  /* This MUST come after the min-width: 1025px rule to override it */
  @media (max-width: 1024px) {
    body {
      padding-top: 58px !important; /* Account for fixed navbar height */
      margin: 0 !important;
    }
  
    /* Remove margin-top from all hero sections - body padding already accounts for navbar */
    .hero-section,
    .speakers-hero-section,
    .who-attends-hero-section,
    .venue-hero-section,
    .aboutus-hero-section,
    .schedule-hero-section,
    .partners-hero-section,
    .register-hero-section {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }
    
    .hero-section {
      min-height: calc(100vh - 58px);
    }
    
    /* Remove any extra spacing that might cause white space */
    .top-bar::before,
    .top-bar::after {
      display: none !important;
    }
  
    .top-bar {
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      z-index: 10000 !important;
      width: 100% !important;
      box-sizing: border-box !important;
      background-color: #0d559e !important; /* Ensure blue background */
      display: flex !important;
      flex-direction: row !important;
      align-items: center !important;
      justify-content: space-between !important;
      padding-left: 1rem !important;
      padding-right: 1rem !important;
      padding-top: 12px !important;
      padding-bottom: 12px !important;
      min-height: 58px !important;
      max-height: 58px !important;
      margin: 0 !important;
      border: none !important;
    }
  
    .top-bar-left {
      flex: 1 !important;
      min-width: 0 !important;
      max-width: calc(100% - 60px) !important; /* Leave space for hamburger */
      overflow: hidden !important;
      display: flex !important;
      align-items: center !important;
    }
  
    .brand-link {
      gap: 0.5rem !important;
      overflow: hidden !important;
    }
  
    .brand-text {
      font-size: 1rem !important;
      letter-spacing: 1px !important;
      flex-shrink: 0 !important;
    }
  
    .event-info {
      display: none !important; /* Hide event info on mobile */
    }
  
    .nav-divider {
      display: none !important;
    }
  
    /* Force hamburger menu to be visible */
    .mobile-menu-toggle {
      display: flex !important;
      flex-direction: column !important;
      gap: 4px !important;
      background: transparent !important;
      border: none !important;
      cursor: pointer !important;
      padding: 0.5rem !important;
      z-index: 10001 !important;
      position: relative !important;
      margin: 0 !important;
      margin-left: auto !important;
      transition: transform 0.3s ease, opacity 0.3s ease !important;
      flex-shrink: 0 !important;
      width: 40px !important;
      height: 40px !important;
      justify-content: center !important;
      align-items: center !important;
      visibility: visible !important;
      opacity: 1 !important;
      order: 999 !important;
    }
  
    .mobile-menu-toggle:hover {
      opacity: 0.8;
    }
  
    .mobile-menu-toggle span {
      width: 24px;
      height: 2px;
      background: #ffffff;
      transition: all 0.3s ease;
      display: block;
      border-radius: 2px;
    }
  
    .mobile-menu-toggle.active span:nth-child(1) {
      transform: rotate(45deg) translate(6px, 6px);
    }
  
    .mobile-menu-toggle.active span:nth-child(2) {
      opacity: 0;
      transform: translateX(-10px);
    }
  
    .mobile-menu-toggle.active span:nth-child(3) {
      transform: rotate(-45deg) translate(6px, -6px);
    }
  
    /* Hide desktop register button */
    .top-bar-register.desktop-register {
      display: none !important;
      position: absolute !important;
      visibility: hidden !important;
    }
  
    /* Hide top-bar-right by default - show in hamburger menu */
    .top-bar-right:not(.active) {
      display: none !important;
      position: fixed !important;
      top: 0 !important;
      visibility: hidden !important;
      pointer-events: none !important;
      opacity: 0 !important;
      transform: translateX(100%) !important;
      right: -100% !important;
      grid-column: none !important;
      grid-row: none !important;
    }
  
    /* Mobile menu backdrop overlay */
    .mobile-menu-backdrop {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(2px);
      z-index: 9997;
      opacity: 0;
      transition: opacity 0.3s ease;
      pointer-events: none;
    }
  
    .mobile-menu-backdrop.active {
      display: block;
      opacity: 1;
      pointer-events: auto;
    }
  
    /* Mobile menu slide-in panel with blue background */
    .top-bar-right {
      position: fixed !important;
      top: 0 !important;
      right: -100% !important;
      width: 85% !important;
      max-width: 350px !important;
      height: 100vh !important;
      max-height: 100vh !important;
      background: linear-gradient(135deg, rgba(13, 85, 158, 0.98) 0%, rgba(9, 64, 128, 0.98) 100%) !important;
      backdrop-filter: blur(10px) !important;
      padding: 4.5rem 1.5rem 1.5rem !important;
      transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, visibility 0.3s ease !important;
      z-index: 9999 !important;
      overflow-y: auto !important;
      overflow-x: hidden !important;
      box-shadow: -4px 0 20px rgba(0, 0, 0, 0.4) !important;
      display: none !important;
      flex-direction: column !important;
      -webkit-overflow-scrolling: touch !important;
      visibility: hidden !important;
      opacity: 0 !important;
      pointer-events: none !important;
      box-sizing: border-box !important;
    }
  
    .top-bar-right.active {
      right: 0 !important;
      display: flex !important;
      visibility: visible !important;
      opacity: 1 !important;
      pointer-events: auto !important;
      transform: translateX(0) !important;
      z-index: 9999 !important;
      overflow-y: auto !important;
      overflow-x: hidden !important;
      height: 100vh !important;
      max-height: 100vh !important;
    }
    
    /* Ensure menu items are visible when menu is active */
    .top-bar-right.active .dropdown.menu {
      display: flex !important;
      visibility: visible !important;
      opacity: 1 !important;
      flex-direction: column !important;
      gap: 0.5rem !important;
      align-items: flex-start !important;
      width: 100% !important;
      margin-bottom: 2rem !important;
      list-style: none !important;
      padding: 0 !important;
    }
    
    .top-bar-right.active .dropdown.menu li {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      width: 100% !important;
    }
    
    .top-bar-right.active .dropdown.menu a {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      color: #ffffff !important;
    }
    
    .top-bar-right .dropdown.menu > li.is-dropdown-submenu-parent .submenu {
      position: static !important;
      opacity: 1 !important;
      visibility: visible !important;
      transform: none !important;
      background: rgba(255, 255, 255, 0.05) !important;
      box-shadow: none !important;
      border-radius: 0 !important;
      margin-top: 0 !important;
      padding-left: 1rem !important;
      display: block !important;
    }
    
    .top-bar-right .dropdown.menu > li.is-dropdown-submenu-parent .submenu a {
      padding: 0.75rem 1rem !important;
      font-size: 0.9rem !important;
    }
  
    .top-bar-right .dropdown.menu {
      flex-direction: column !important;
      gap: 0.5rem !important;
      align-items: flex-start !important;
      width: 100% !important;
      margin-bottom: 1rem !important;
      margin-top: 0 !important;
      display: flex !important;
      list-style: none !important;
      padding: 0 !important;
      visibility: visible !important;
      opacity: 1 !important;
      flex-shrink: 0 !important;
    }
  
    .top-bar-right .dropdown.menu li {
      width: 100% !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
      transition: background 0.3s ease !important;
    }
  
    .top-bar-right .dropdown.menu li:last-child {
      border-bottom: none !important;
    }
  
    .top-bar-right .dropdown.menu li:hover {
      background: rgba(255, 255, 255, 0.05) !important;
    }
  
    .top-bar-right .dropdown.menu a {
      padding: 1rem 0 !important;
      display: block !important;
      width: 100% !important;
      font-size: 1rem !important;
      transition: all 0.3s ease !important;
      border-radius: 4px !important;
      padding-left: 0.5rem !important;
    }
  
    .top-bar-right .dropdown.menu a:hover {
      background: rgba(255, 255, 255, 0.1) !important;
      padding-left: 1rem !important;
      color: #60a5fa !important;
    }
  
    /* Show register button inside mobile menu - ensure it's always visible and scrollable */
    .top-bar-right .mobile-register {
      width: 100% !important;
      margin-top: auto !important;
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
      border-top: 2px solid rgba(255, 255, 255, 0.2) !important;
      display: block !important;
      flex-shrink: 0 !important;
      position: relative !important;
      min-height: auto !important;
    }
  
    .top-bar-right .mobile-register .register-btn {
      width: 100% !important;
      text-align: center !important;
      padding: 0.875rem 1.5rem !important;
      font-size: 0.95rem !important;
      transition: all 0.3s ease !important;
    }
  
    .top-bar-right .mobile-register .register-btn:hover {
      transform: translateY(-2px) !important;
      box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2) !important;
    }
    
    /* Force visibility of menu items when menu is active - CRITICAL FIX */
    .top-bar-right.active .dropdown.menu {
      display: flex !important;
      visibility: visible !important;
      opacity: 1 !important;
    }
    
    .top-bar-right.active .dropdown.menu li {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
    }
    
    .top-bar-right.active .dropdown.menu a {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      color: #ffffff !important;
    }
    
    /* Ensure Register button is always visible when menu is active */
    .top-bar-right.active .mobile-register {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      position: relative !important;
      z-index: 1 !important;
      width: 100% !important;
      margin-top: auto !important;
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    
    .top-bar-right.active .mobile-register .register-btn {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      width: 100% !important;
    }
  }
  
  /* Tablet Styles */
  @media (min-width: 769px) and (max-width: 968px) {
    .mobile-menu-toggle {
      display: none;
    }
    .top-bar {
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 15px;
      padding-bottom: 15px;
      max-height: 75px;
      align-items: center;
      gap: 1rem;
    }
  
    .top-bar-left {
      max-width: 40%;
    }
  
    .top-bar-right {
      max-width: 55%;
    }
  
    .event-location {
      font-size: 0.7rem;
    }
  
    .top-bar-left {
      align-items: center;
      flex-wrap: nowrap;
    }
  
    .brand-link {
      align-items: center;
      flex-wrap: nowrap;
      gap: 0.75rem;
    }
  
    .brand-text {
      font-size: 1.3rem;
      letter-spacing: 1.5px;
      flex-shrink: 0;
      align-self: center;
    }
  
    .nav-divider {
      height: 2rem;
      align-self: center;
      flex-shrink: 0;
    }
  
    .event-info {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      flex-shrink: 0;
      align-self: center;
    }
  
    .event-date,
    .event-days {
      font-size: 0.75rem;
      letter-spacing: 1.5px;
      line-height: 1.1;
    }
  
    .event-location {
      font-size: 0.75rem;
      letter-spacing: 0.5px;
      line-height: 1.1;
    }
  
    .event-info .nav-divider {
      height: 0.75rem;
    }
  
    .dropdown.menu > li > a {
      font-size: 0.8rem;
      padding: 0.5rem 0.9rem;
    }
  
    .register-btn {
      font-size: 0.8rem;
      padding: 0.5rem 1.1rem;
    }
  
    .nav-divider {
      height: 2rem;
    }
  
    .event-info .nav-divider {
      height: 0.85rem;
    }
  
    #homepage-hero,
    .hero-content {
      padding-left: 2rem;
    }
  
    .stats-section {
      width: calc(100% - 4rem);
      margin-left: 2rem;
      margin-right: 2rem;
    }
  
    .speakers-carousel {
      gap: 1.25rem;
    }
  
    .speaker-card {
      width: 220px;
    }
  
    .passes-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .sponsors-2025-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  
    .footer-columns {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  /* Laptop Styles - 13-14 inch screens (969px to 1024px) */
  @media (min-width: 969px) and (max-width: 1024px) {
    .top-bar {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 20px;
      padding-right: 20px;
      max-height: 75px;
      align-items: center;
      gap: 0.75rem;
    }
  
    .top-bar-left {
      max-width: 40%;
      flex-shrink: 1;
      min-width: 0;
      align-items: center;
      flex-wrap: nowrap;
    }
  
    .top-bar-right {
      max-width: 55%;
      flex-shrink: 1;
      min-width: 0;
    }
  
    .brand-link {
      align-items: center;
      flex-wrap: nowrap;
      gap: 0.6rem;
    }
  
    .brand-text {
      font-size: 1.2rem;
      letter-spacing: 1px;
      flex-shrink: 0;
      align-self: center;
    }
  
    .nav-divider {
      height: 1.8rem;
      align-self: center;
      flex-shrink: 0;
    }
  
    .event-info {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      flex-shrink: 1;
      min-width: 0;
      align-self: center;
      gap: 0.2rem;
    }
  
    .event-date-wrapper {
      display: flex;
      align-items: center;
      gap: 0.4rem;
      flex-wrap: nowrap;
    }
  
    .event-date,
    .event-days {
      font-size: 0.65rem;
      letter-spacing: 1px;
      line-height: 1.1;
      white-space: nowrap;
    }
  
    .event-location {
      font-size: 0.65rem;
      letter-spacing: 0.5px;
      line-height: 1.1;
      white-space: nowrap;
    }
  
    .event-info .nav-divider {
      height: 0.7rem;
      flex-shrink: 0;
    }
  
    .dropdown.menu {
      gap: 0;
      flex-wrap: nowrap;
    }
  
    .dropdown.menu > li > a {
      font-size: 0.75rem;
      padding: 0.5rem 0.6rem;
      white-space: nowrap;
    }
  
    .top-bar-register.desktop-register {
      flex-shrink: 0;
      margin-left: 0.5rem;
    }
  
    .register-btn {
      font-size: 0.75rem;
      padding: 0.5rem 1rem;
      white-space: nowrap;
    }
  }
  
  /* Small Mobile - Extra small devices */
  @media (max-width: 480px) {
    .top-bar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      padding-top: 12px;
      padding-bottom: 12px;
      min-height: 55px;
    }
  
    .top-bar-left {
      align-items: center;
      justify-content: flex-start;
    }
  
    .brand-text {
      font-size: 0.9rem;
      letter-spacing: 0.5px;
      line-height: 1;
    }
  
    .mobile-menu-toggle {
      padding: 0.4rem;
    }
  
    .mobile-menu-toggle span {
      width: 22px;
    }
  
    .top-bar-right {
      width: 90% !important;
      max-width: 300px !important;
      padding: 4rem 1.25rem 2rem !important;
    }
  
    .top-bar-right .dropdown.menu a {
      font-size: 0.95rem !important;
      padding: 0.875rem 0 !important;
    }
  
    .hero-title {
      font-size: 1.75rem !important;
    }
  
    .stat-number {
      font-size: 1.75rem;
    }
  
    .stat-label {
      font-size: 0.55rem;
    }
  
    .speaker-card {
      width: 180px;
    }
  
    .speaker-image {
      height: 180px;
    }
  
    .passes-section .section-title {
      font-size: 1.75rem;
    }
  
    .sponsors-2025-grid {
      grid-template-columns: 1fr;
    }
  
    .save-date-panel,
    .subscribe-panel {
      padding: 2rem 1rem;
    }
  }
  
  /* SPEAKER HIGHLIGHTS SECTION */
  .speaker-highlights-section {
    background-color: #f5f1ed;
    padding: 5rem 0;
    width: 100%;
  }
  
  .speaker-highlights-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
  }
  
  .speaker-highlights-header {
    text-align: center;
    margin-bottom: 4rem;
  }
  
  .speaker-highlights-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1.5rem;
    font-family: 'Rubik', sans-serif;
    letter-spacing: -0.5px;
  }
  
  .speaker-highlights-subtitle {
    font-size: 1rem;
    color: #000000;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
  }
  
  .speaker-highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 280px));
    gap: 2rem;
    justify-content: center;
    align-items: stretch;
    justify-items: stretch;
    width: 100%;
  }
  
  /* Center align when there are 1-2 speakers in any row */
  .speaker-highlights-grid[data-speaker-count="1"],
  .speaker-highlights-grid[data-speaker-count="2"] {
    grid-template-columns: repeat(auto-fit, minmax(250px, 280px));
    justify-content: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Single speaker - ensure it's centered */
  .speaker-highlights-grid[data-speaker-count="1"] {
    max-width: 280px;
  }
  
  /* Two speakers - side by side, centered */
  .speaker-highlights-grid[data-speaker-count="2"] {
    max-width: 600px;
  }
  
  .speaker-highlight-card {
    width: 100%;
    max-width: 280px;
    height: 100%;
    min-height: 480px;
    background: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .speaker-highlight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  }
  
  .speaker-highlight-image {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    background: #d1d5db;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .speaker-highlight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .speaker-highlight-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
    font-family: 'Rubik', sans-serif;
    line-height: 1.4;
  }
  
  .speaker-highlight-field {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.4rem;
    font-family: 'Rubik', sans-serif;
    line-height: 1.5;
    font-weight: 400;
  }
  
  .speaker-highlight-designation {
    color: #0d559e;
    font-weight: 500;
  }
  
  .speaker-highlight-department {
    color: #666;
    font-size: 0.85rem;
  }
  
  .speaker-highlight-title {
    font-size: 0.95rem;
    color: #0d559e;
    margin-bottom: 0.4rem;
    font-family: 'Rubik', sans-serif;
    line-height: 1.5;
    font-weight: 500;
  }
  
  .speaker-highlight-organization {
    color: #000;
    font-weight: 500;
    margin-bottom: 0.4rem;
  }
  
  .speaker-highlight-location {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 0.4rem;
  }
  
  .speaker-highlight-second-department {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 0.4rem;
  }
  
  .speaker-highlight-second-organization {
    color: #000;
    font-weight: 500;
    margin-bottom: 0.4rem;
  }
  
  .speaker-highlight-secondary-designation {
    color: #0d559e;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
  }
  
  .speaker-highlight-social {
    margin-top: 0.75rem;
    padding-top: 0;
    display: flex;
    gap: 0.75rem;
    align-items: center;
  }
  
  .speaker-social-link {
    color: #0d559e;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .speaker-social-link:hover {
    color: #0a4480;
    transform: scale(1.1);
  }
  
  .speaker-highlight-affiliation {
    font-size: 0.85rem;
    color: #000000;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 1.4;
  }
  
  /* Speaker Row Sections */
  .speaker-row-section {
    margin-bottom: 4rem;
  }
  
  .speaker-row-section:last-child {
    margin-bottom: 0;
  }
  
  /* Responsive styles for speaker highlights */
  @media (max-width: 1200px) {
    .speaker-highlights-grid {
      grid-template-columns: repeat(auto-fit, minmax(250px, 280px));
      gap: 2rem;
      justify-content: center;
    }
    
    /* Center 1-2 speakers on tablet */
    .speaker-highlights-grid[data-speaker-count="1"] {
      max-width: 280px;
    }
    
    .speaker-highlights-grid[data-speaker-count="2"] {
      max-width: 600px;
    }
  }
  
  @media (max-width: 768px) {
    .speaker-highlights-section {
      padding: 3rem 0;
    }
  
    .speaker-highlights-container {
      padding: 0 1.5rem;
    }
  
    .speaker-highlights-header {
      margin-bottom: 2.5rem;
    }
  
    .speaker-highlights-title {
      font-size: 2rem;
      margin-bottom: 1rem;
    }
  
    .speaker-highlights-subtitle {
      font-size: 0.9rem;
    }
  
    .speaker-highlights-grid {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 1.5rem;
      max-width: 100%;
      justify-content: center;
    }
    
    /* Center 1-2 speakers on mobile */
    .speaker-highlights-grid[data-speaker-count="1"],
    .speaker-highlights-grid[data-speaker-count="2"] {
      max-width: 100%;
      grid-template-columns: repeat(auto-fit, minmax(200px, 280px));
      justify-content: center;
    }
    
    .speaker-highlights-grid[data-speaker-count="1"] {
      max-width: 280px;
    }
    
    .speaker-highlights-grid[data-speaker-count="2"] {
      max-width: 100%;
    }
  
    .speaker-highlight-card {
      max-width: 100%;
      min-height: 450px;
      padding: 1.25rem;
    }
  
    .speaker-highlight-name {
      font-size: 1.1rem;
    }
  
    .speaker-highlight-title {
      font-size: 0.85rem;
    }
  
    .speaker-highlight-affiliation {
      font-size: 0.8rem;
    }
  }
  
  @media (max-width: 480px) {
    .speaker-highlights-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
      max-width: 100%;
    }
    
    .speaker-highlights-grid[data-speaker-count="1"],
    .speaker-highlights-grid[data-speaker-count="2"] {
      grid-template-columns: 1fr;
      max-width: 100%;
    }
  
    .speaker-highlight-card {
      max-width: 100%;
      min-height: 420px;
    }
    
    .speaker-row-section {
      margin-bottom: 3rem;
    }
  }
  
  /* BECOME A SPEAKER & SUBSCRIBE SECTION */
  .become-speaker-subscribe-section {
    padding: 5rem 0;
    background: #ffffff;
    width: 100%;
    margin: 0;
  }
  
  .become-speaker-subscribe-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 100%;
    margin: 0;
    padding: 0;
    min-height: 500px;
    width: 100%;
  }
  
  /* Left Panel: Become a Speaker */
  .become-speaker-panel {
    background: #ffffff;
    padding: 4rem 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .become-speaker-panel::before {
    display: none;
  }
  
  .become-speaker-panel > * {
    position: relative;
    z-index: 2;
  }
  
  .become-speaker-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #0d559e;
    margin-bottom: 1.5rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .become-speaker-description {
    font-size: 1rem;
    color: #0d559e;
    margin-bottom: 2.5rem;
    font-family: 'Rubik', sans-serif;
    line-height: 1.7;
    opacity: 1;
    max-width: 100%;
  }
  
  .btn-become-speaker {
    background: #0d559e;
    color: white;
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    font-size: 1rem;
    font-family: 'Rubik', sans-serif;
    text-transform: none;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(13, 85, 158, 0.3);
  }
  
  .btn-become-speaker:hover {
    background: #094080;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(13, 85, 158, 0.4);
  }
  
  /* Right Panel: Get Event Updates */
  .subscribe-panel-speakers {
    background: #0d559e;
    padding: 4rem 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
  }
  
  .subscribe-title-speakers {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .subscribe-instruction-speakers {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 2.5rem;
    font-family: 'Rubik', sans-serif;
    opacity: 0.9;
    max-width: 100%;
    line-height: 1.6;
  }
  
  .subscribe-form-speakers {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .email-input-speakers {
    width: 100%;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'Rubik', sans-serif;
    background: #ffffff;
    color: #000000;
  }
  
  .email-input-speakers::placeholder {
    color: #9ca3af;
  }
  
  .email-input-speakers:focus {
    outline: 2px solid #0d559e;
    outline-offset: 2px;
  }
  
  .subscribe-btn-speakers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: #0d559e;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
  }
  
  .subscribe-btn-speakers:hover {
    background: #6d28d9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 85, 158, 0.3);
  }
  
  .subscribe-btn-speakers svg {
    width: 20px;
    height: 20px;
  }
  
  /* Responsive styles for become speaker & subscribe section */
  @media (max-width: 968px) {
    .become-speaker-subscribe-container {
      grid-template-columns: 1fr;
    }
    
    .become-speaker-panel,
    .subscribe-panel-speakers {
      padding: 3rem 2rem;
    }
  }
  
  @media (max-width: 768px) {
    .become-speaker-subscribe-section {
      padding: 3rem 0;
    }
  
    .become-speaker-subscribe-container {
      grid-template-columns: 1fr;
      min-height: auto;
    }
  
    .become-speaker-panel,
    .subscribe-panel-speakers {
      padding: 3rem 1.5rem;
    }
  
    .become-speaker-title,
    .subscribe-title-speakers {
      font-size: 1.75rem;
    }
  
    .become-speaker-description,
    .subscribe-instruction-speakers {
      font-size: 0.9rem;
    }
  
    .btn-become-speaker,
    .subscribe-btn-speakers {
      width: 100%;
      padding: 0.875rem 1.5rem;
      font-size: 0.9rem;
    }
  
    .email-input-speakers {
      padding: 0.875rem 1.25rem;
      font-size: 0.9rem;
    }
  }
  
  @media (max-width: 480px) {
    .become-speaker-panel,
    .subscribe-panel-speakers {
      padding: 2rem 1rem;
    }
  }

  /* ============================================
     HOME SPEAKERS CAROUSEL SECTION
     ============================================ */
  .home-speakers-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 4rem 0;
    width: 100%;
    overflow: hidden;
  }
  
  .home-speakers-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  
  .home-speakers-header {
    text-align: center;
    margin-bottom: 3rem;
  }
  
  .home-speakers-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .home-speakers-subtitle {
    font-size: 1.1rem;
    color: #666;
    font-family: 'Rubik', sans-serif;
  }
  
  .home-speakers-carousel-wrapper {
    position: relative;
    overflow: hidden;
    margin: 2rem 0;
    padding: 1rem 0;
  }
  
  .home-speakers-carousel {
    display: flex;
    gap: 2rem;
    animation: scrollSpeakers 60s ease-in-out infinite;
    will-change: transform;
  }
  
  .home-speakers-carousel:hover {
    animation-play-state: paused;
  }
  
  @keyframes scrollSpeakers {
    /* Each card shows for 4 seconds, then transitions to next in 0.5s */
    /* Card 1 */
    0%, 6.67% {
      transform: translateX(0);
    }
    7.5% {
      transform: translateX(calc(-1 * (280px + 2rem)));
    }
    /* Card 2 */
    8.33%, 15% {
      transform: translateX(calc(-1 * (280px + 2rem)));
    }
    15.83% {
      transform: translateX(calc(-2 * (280px + 2rem)));
    }
    /* Card 3 */
    16.67%, 23.33% {
      transform: translateX(calc(-2 * (280px + 2rem)));
    }
    24.17% {
      transform: translateX(calc(-3 * (280px + 2rem)));
    }
    /* Card 4 */
    25%, 31.67% {
      transform: translateX(calc(-3 * (280px + 2rem)));
    }
    32.5% {
      transform: translateX(calc(-4 * (280px + 2rem)));
    }
    /* Card 5 */
    33.33%, 40% {
      transform: translateX(calc(-4 * (280px + 2rem)));
    }
    40.83% {
      transform: translateX(calc(-5 * (280px + 2rem)));
    }
    /* Card 6 */
    41.67%, 48.33% {
      transform: translateX(calc(-5 * (280px + 2rem)));
    }
    49.17% {
      transform: translateX(calc(-6 * (280px + 2rem)));
    }
    /* Card 7 */
    50%, 56.67% {
      transform: translateX(calc(-6 * (280px + 2rem)));
    }
    57.5% {
      transform: translateX(calc(-7 * (280px + 2rem)));
    }
    /* Card 8 */
    58.33%, 65% {
      transform: translateX(calc(-7 * (280px + 2rem)));
    }
    65.83% {
      transform: translateX(calc(-8 * (280px + 2rem)));
    }
    /* Card 9 */
    66.67%, 73.33% {
      transform: translateX(calc(-8 * (280px + 2rem)));
    }
    74.17% {
      transform: translateX(calc(-9 * (280px + 2rem)));
    }
    /* Card 10 */
    75%, 81.67% {
      transform: translateX(calc(-9 * (280px + 2rem)));
    }
    82.5% {
      transform: translateX(calc(-10 * (280px + 2rem)));
    }
    /* Card 11 */
    83.33%, 90% {
      transform: translateX(calc(-10 * (280px + 2rem)));
    }
    90.83% {
      transform: translateX(calc(-11 * (280px + 2rem)));
    }
    /* Card 12 - Show then reset to beginning (seamless loop) */
    91.67%, 98.33% {
      transform: translateX(calc(-11 * (280px + 2rem)));
    }
    99.17% {
      transform: translateX(calc(-12 * (280px + 2rem)));
    }
    100% {
      transform: translateX(0);
    }
  }
  
  .home-speaker-card {
    flex: 0 0 280px;
    background: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    min-height: 400px;
  }
  
  .home-speaker-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  }
  
  .home-speaker-image {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    background: #d1d5db;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .home-speaker-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .home-speaker-placeholder {
    width: 100%;
    height: 100%;
    background: #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 0.9rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .home-speaker-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
    font-family: 'Rubik', sans-serif;
    line-height: 1.4;
  }
  
  .home-speaker-title {
    font-size: 0.95rem;
    color: #0d559e;
    margin-bottom: 0.4rem;
    font-family: 'Rubik', sans-serif;
    line-height: 1.5;
    font-weight: 500;
  }
  
  .home-speaker-org {
    font-size: 0.9rem;
    color: #666;
    margin-top: auto;
    font-family: 'Rubik', sans-serif;
    line-height: 1.4;
  }
  
  .home-speakers-link {
    text-align: center;
    margin-top: 2.5rem;
  }
  
  .view-all-speakers-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #0d559e 0%, #0a4480 100%);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    font-family: 'Rubik', sans-serif;
    box-shadow: 0 4px 12px rgba(13, 85, 158, 0.3);
  }
  
  .view-all-speakers-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13, 85, 158, 0.4);
    background: linear-gradient(135deg, #0a4480 0%, #0d559e 100%);
  }
  
  /* Responsive styles for home speakers carousel */
  @media (max-width: 1024px) {
    .home-speakers-section {
      padding: 3rem 0;
    }
    
    .home-speakers-title {
      font-size: 2rem;
    }
    
    .home-speaker-card {
      flex: 0 0 250px;
      min-height: 380px;
    }
    
    .home-speakers-carousel {
      gap: 1.5rem;
    }
  }
  
  @media (max-width: 1024px) {
    @keyframes scrollSpeakers {
      0%, 6.67% { transform: translateX(0); }
      7.5% { transform: translateX(calc(-1 * (250px + 1.5rem))); }
      8.33%, 15% { transform: translateX(calc(-1 * (250px + 1.5rem))); }
      15.83% { transform: translateX(calc(-2 * (250px + 1.5rem))); }
      16.67%, 23.33% { transform: translateX(calc(-2 * (250px + 1.5rem))); }
      24.17% { transform: translateX(calc(-3 * (250px + 1.5rem))); }
      25%, 31.67% { transform: translateX(calc(-3 * (250px + 1.5rem))); }
      32.5% { transform: translateX(calc(-4 * (250px + 1.5rem))); }
      33.33%, 40% { transform: translateX(calc(-4 * (250px + 1.5rem))); }
      40.83% { transform: translateX(calc(-5 * (250px + 1.5rem))); }
      41.67%, 48.33% { transform: translateX(calc(-5 * (250px + 1.5rem))); }
      49.17% { transform: translateX(calc(-6 * (250px + 1.5rem))); }
      50%, 56.67% { transform: translateX(calc(-6 * (250px + 1.5rem))); }
      57.5% { transform: translateX(calc(-7 * (250px + 1.5rem))); }
      58.33%, 65% { transform: translateX(calc(-7 * (250px + 1.5rem))); }
      65.83% { transform: translateX(calc(-8 * (250px + 1.5rem))); }
      66.67%, 73.33% { transform: translateX(calc(-8 * (250px + 1.5rem))); }
      74.17% { transform: translateX(calc(-9 * (250px + 1.5rem))); }
      75%, 81.67% { transform: translateX(calc(-9 * (250px + 1.5rem))); }
      82.5% { transform: translateX(calc(-10 * (250px + 1.5rem))); }
      83.33%, 90% { transform: translateX(calc(-10 * (250px + 1.5rem))); }
      90.83% { transform: translateX(calc(-11 * (250px + 1.5rem))); }
      91.67%, 98.33% { transform: translateX(calc(-11 * (250px + 1.5rem))); }
      99.17% { transform: translateX(calc(-12 * (250px + 1.5rem))); }
      100% { transform: translateX(0); }
    }
  }
  
  @media (max-width: 768px) {
    .home-speakers-section {
      padding: 2.5rem 0;
    }
    
    .home-speakers-container {
      padding: 0 1.5rem;
    }
    
    .home-speakers-header {
      margin-bottom: 2rem;
    }
    
    .home-speakers-title {
      font-size: 1.75rem;
    }
    
    .home-speakers-subtitle {
      font-size: 1rem;
    }
    
    .home-speaker-card {
      flex: 0 0 220px;
      min-height: 360px;
      padding: 1.25rem;
    }
    
    .home-speakers-carousel {
      gap: 1.25rem;
      animation-duration: 60s;
    }
    
    @keyframes scrollSpeakers {
      0%, 6.67% { transform: translateX(0); }
      7.5% { transform: translateX(calc(-1 * (220px + 1.25rem))); }
      8.33%, 15% { transform: translateX(calc(-1 * (220px + 1.25rem))); }
      15.83% { transform: translateX(calc(-2 * (220px + 1.25rem))); }
      16.67%, 23.33% { transform: translateX(calc(-2 * (220px + 1.25rem))); }
      24.17% { transform: translateX(calc(-3 * (220px + 1.25rem))); }
      25%, 31.67% { transform: translateX(calc(-3 * (220px + 1.25rem))); }
      32.5% { transform: translateX(calc(-4 * (220px + 1.25rem))); }
      33.33%, 40% { transform: translateX(calc(-4 * (220px + 1.25rem))); }
      40.83% { transform: translateX(calc(-5 * (220px + 1.25rem))); }
      41.67%, 48.33% { transform: translateX(calc(-5 * (220px + 1.25rem))); }
      49.17% { transform: translateX(calc(-6 * (220px + 1.25rem))); }
      50%, 56.67% { transform: translateX(calc(-6 * (220px + 1.25rem))); }
      57.5% { transform: translateX(calc(-7 * (220px + 1.25rem))); }
      58.33%, 65% { transform: translateX(calc(-7 * (220px + 1.25rem))); }
      65.83% { transform: translateX(calc(-8 * (220px + 1.25rem))); }
      66.67%, 73.33% { transform: translateX(calc(-8 * (220px + 1.25rem))); }
      74.17% { transform: translateX(calc(-9 * (220px + 1.25rem))); }
      75%, 81.67% { transform: translateX(calc(-9 * (220px + 1.25rem))); }
      82.5% { transform: translateX(calc(-10 * (220px + 1.25rem))); }
      83.33%, 90% { transform: translateX(calc(-10 * (220px + 1.25rem))); }
      90.83% { transform: translateX(calc(-11 * (220px + 1.25rem))); }
      91.67%, 98.33% { transform: translateX(calc(-11 * (220px + 1.25rem))); }
      99.17% { transform: translateX(calc(-12 * (220px + 1.25rem))); }
      100% { transform: translateX(0); }
    }
    
    .view-all-speakers-btn {
      padding: 0.875rem 2rem;
      font-size: 1rem;
    }
  }
  
  @media (max-width: 480px) {
    .home-speakers-section {
      padding: 2rem 0;
    }
    
    .home-speakers-title {
      font-size: 1.5rem;
    }
    
    .home-speakers-subtitle {
      font-size: 0.9rem;
    }
    
    .home-speaker-card {
      flex: 0 0 200px;
      min-height: 340px;
      padding: 1rem;
    }
    
    .home-speakers-carousel {
      gap: 1rem;
      animation-duration: 60s;
    }
    
    @keyframes scrollSpeakers {
      0%, 6.67% { transform: translateX(0); }
      7.5% { transform: translateX(calc(-1 * (200px + 1rem))); }
      8.33%, 15% { transform: translateX(calc(-1 * (200px + 1rem))); }
      15.83% { transform: translateX(calc(-2 * (200px + 1rem))); }
      16.67%, 23.33% { transform: translateX(calc(-2 * (200px + 1rem))); }
      24.17% { transform: translateX(calc(-3 * (200px + 1rem))); }
      25%, 31.67% { transform: translateX(calc(-3 * (200px + 1rem))); }
      32.5% { transform: translateX(calc(-4 * (200px + 1rem))); }
      33.33%, 40% { transform: translateX(calc(-4 * (200px + 1rem))); }
      40.83% { transform: translateX(calc(-5 * (200px + 1rem))); }
      41.67%, 48.33% { transform: translateX(calc(-5 * (200px + 1rem))); }
      49.17% { transform: translateX(calc(-6 * (200px + 1rem))); }
      50%, 56.67% { transform: translateX(calc(-6 * (200px + 1rem))); }
      57.5% { transform: translateX(calc(-7 * (200px + 1rem))); }
      58.33%, 65% { transform: translateX(calc(-7 * (200px + 1rem))); }
      65.83% { transform: translateX(calc(-8 * (200px + 1rem))); }
      66.67%, 73.33% { transform: translateX(calc(-8 * (200px + 1rem))); }
      74.17% { transform: translateX(calc(-9 * (200px + 1rem))); }
      75%, 81.67% { transform: translateX(calc(-9 * (200px + 1rem))); }
      82.5% { transform: translateX(calc(-10 * (200px + 1rem))); }
      83.33%, 90% { transform: translateX(calc(-10 * (200px + 1rem))); }
      90.83% { transform: translateX(calc(-11 * (200px + 1rem))); }
      91.67%, 98.33% { transform: translateX(calc(-11 * (200px + 1.25rem))); }
      99.17% { transform: translateX(calc(-12 * (200px + 1rem))); }
      100% { transform: translateX(0); }
    }
    
    .home-speaker-name {
      font-size: 1.1rem;
    }
    
    .home-speaker-title {
      font-size: 0.85rem;
    }
    
    .home-speaker-org {
      font-size: 0.8rem;
    }
  }

  /* ============================================
     REGISTER PAGE STYLES
     ============================================ */

  /* Register Hero Section */
  .register-hero-section {
    background: transparent;
    min-height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    color: #fefefe;
    padding-bottom: 4rem;
    margin-bottom: 0;
  }

  .register-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
  }

  .register-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .register-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.5) 0%, rgba(9, 64, 128, 0.5) 100%);
    z-index: 1;
  }

  .register-hero-content {
    position: relative;
    z-index: 2;
    padding: 8rem 2rem 4rem;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
  }

  .register-heading-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .register-hero-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }

  .register-hero-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.95;
    margin: 0;
  }

  /* Registration Pricing Section */
  .registration-pricing-section {
    padding: 5rem 2rem;
    background: linear-gradient(180deg, #f5f1ed 0%, #ffffff 100%);
  }

  .registration-container {
    max-width: 1400px;
    margin: 0 auto;
  }

  .registration-header {
    text-align: center;
    margin-bottom: 4rem;
  }

  .registration-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0d559e;
    margin-bottom: 1rem;
  }

  .registration-subtitle {
    font-size: 1.25rem;
    color: #666;
    margin: 0;
  }

  /* Discount Banner */
  .discount-banner {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: #FF6700;
    color: #ffffff;
    padding: 0.875rem 1.5rem;
    border-radius: 50px;
    margin-top: 1.5rem;
    box-shadow: 0 4px 15px rgba(255, 103, 0, 0.3);
    animation: pulse 2s ease-in-out infinite;
  }

  .discount-icon {
    font-size: 1.5rem;
    line-height: 1;
  }

  .discount-text {
    font-size: 1rem;
    font-weight: 600;
  }

  .discount-text strong {
    font-weight: 700;
  }

  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.02);
    }
  }

  /* Discount Price Display */
  .price-original {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .price-original .currency,
  .price-original .amount {
    text-decoration: line-through;
    color: #999 !important;
    font-size: 1rem;
    opacity: 0.7;
  }

  .price-discounted {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
  }

  .price-discounted .currency,
  .price-discounted .amount {
    color: #0d559e !important;
    font-weight: 900;
  }

  .pricing-option .price-original .amount {
    font-size: 1.2rem;
  }

  .pricing-option .price-discounted .amount {
    font-size: 1.85rem;
  }

  .pricing-card-body > .pricing-amount .price-original .amount {
    font-size: 1.5rem;
  }

  .pricing-card-body > .pricing-amount .price-discounted .amount {
    font-size: 2.5rem;
  }

  /* Pricing Cards Grid */
  .pricing-cards-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.75rem;
    margin-bottom: 3rem;
    align-items: stretch;
    justify-items: stretch;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-card {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  /* Large screens - 5 columns for all cards in one row */
  @media (min-width: 1200px) {
    .pricing-cards-grid {
      grid-template-columns: repeat(5, 1fr);
      max-width: 1600px;
      margin-left: auto;
      margin-right: auto;
      gap: 1.25rem;
    }
    
    .pricing-card {
      max-width: 100%;
    }
  }

  /* Large tablets and small desktops - 3 columns */
  @media (min-width: 1024px) and (max-width: 1199px) {
    .pricing-cards-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 1.75rem;
    }
  }

  .pricing-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
    height: 100%;
  }

  .pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(13, 85, 158, 0.2);
    border-color: #0d559e;
  }

  .pricing-card.featured {
    border: 2px solid #0d559e;
    transform: scale(1);
  }

  .pricing-card.featured:hover {
    transform: translateY(-8px);
  }

  .pricing-card-header {
    background: linear-gradient(135deg, #0d559e 0%, #095080 100%);
    padding: 1.25rem 1rem;
    text-align: center;
    position: relative;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .pricing-card.featured .pricing-card-header {
    background: linear-gradient(135deg, #0d559e 0%, #095080 100%);
  }

  .pricing-card-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.4rem 0;
    word-wrap: break-word;
    hyphens: auto;
    line-height: 1.3;
    overflow-wrap: break-word;
    max-width: 100%;
  }

  .pricing-card-title.long-title {
    font-size: 1.1rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
  }

  .pricing-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 0.3rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-top: 0.3rem;
  }

  .pricing-badge.featured-badge {
    background: rgba(255, 255, 255, 0.3);
  }

  .pricing-card-body {
    padding: 1.25rem 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 160px;
    height: 160px;
  }

  .pricing-amount {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .pricing-option {
    text-align: center;
    margin-bottom: 0.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .pricing-option:last-of-type {
    margin-bottom: 0;
  }

  .pricing-option-label {
    font-size: 0.7rem;
    color: #666;
    margin-bottom: 0.4rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .pricing-divider {
    text-align: center;
    color: #999;
    font-size: 0.75rem;
    margin: 0.5rem 0;
    font-weight: 500;
    flex-shrink: 0;
  }

  .pricing-option .pricing-amount {
    margin-bottom: 0;
  }

  .pricing-option .amount {
    font-size: 1.85rem;
  }

  .pricing-option .currency {
    font-size: 1rem;
  }

  /* Single price cards - center content vertically */
  .pricing-card-body > .pricing-amount {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .currency {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0d559e;
    vertical-align: top;
  }

  .amount {
    font-size: 2.5rem;
    font-weight: 900;
    color: #0d559e;
    line-height: 1;
  }

  .pricing-card.featured .currency,
  .pricing-card.featured .amount {
    color: #0d559e;
  }

  .pricing-description {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.5rem;
    text-align: center;
    line-height: 1.6;
  }

  .pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 auto 0;
    flex: 1;
  }

  .pricing-features li {
    padding: 0.75rem 0;
    font-size: 0.95rem;
    color: #333;
    position: relative;
    padding-left: 1.75rem;
  }

  .pricing-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #0d559e;
    font-weight: 700;
    font-size: 1.1rem;
  }

  .pricing-card.featured .pricing-features li::before {
    color: #0d559e;
  }

  .pricing-card-footer {
    padding: 1rem;
    background: #f9f9f9;
    border-top: 1px solid #f0f0f0;
  }

  .pricing-btn {
    display: block;
    width: 100%;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #0d559e 0%, #095080 100%);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
  }

  .pricing-btn:hover {
    background: linear-gradient(135deg, #095080 0%, #0d559e 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 85, 158, 0.3);
  }

  .pricing-btn.featured-btn {
    background: linear-gradient(135deg, #0d559e 0%, #095080 100%);
  }

  .pricing-btn.featured-btn:hover {
    background: linear-gradient(135deg, #095080 0%, #0d559e 100%);
    box-shadow: 0 4px 12px rgba(13, 85, 158, 0.3);
  }

  .registration-note {
    background: #f0f7ff;
    border-left: 4px solid #0d559e;
    padding: 1.5rem 2rem;
    border-radius: 8px;
    margin-top: 3rem;
  }

  .registration-note p {
    margin: 0;
    color: #333;
    line-height: 1.8;
    font-size: 0.95rem;
  }

  .registration-note a {
    color: #0d559e;
    text-decoration: none;
    font-weight: 600;
  }

  .registration-note a:hover {
    text-decoration: underline;
  }

  /* Accommodation Note */
  .accommodation-note {
    background: #FF6700;
    border: 2px solid #FF6700;
    border-left: 4px solid #FF6700;
    padding: 1.25rem 1.75rem;
    border-radius: 8px;
    margin-top: 3rem;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .accommodation-note p {
    margin: 0;
    color: #ffffff;
    line-height: 1.6;
    font-size: 1rem;
  }

  .accommodation-note p:first-child {
    margin-bottom: 0.5rem;
  }

  .accommodation-note strong {
    color: #ffffff;
    font-weight: 700;
  }

  .accommodation-note a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #ffffff;
    transition: all 0.3s ease;
  }

  .accommodation-note a:hover {
    color: #f0f0f0;
    border-bottom-color: #f0f0f0;
  }

  /* Responsive Styles for Register Page */
  @media (max-width: 1024px) {
    .register-hero-section {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }

    .register-hero-title {
      font-size: 2.5rem;
    }

    .register-hero-subtitle {
      font-size: 1.25rem;
    }

    .pricing-cards-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.25rem;
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
    }

    .pricing-card-title {
      font-size: 1.2rem;
    }

    .pricing-card-title.long-title {
      font-size: 0.95rem;
      line-height: 1.25;
    }

    .pricing-card-header {
      min-height: 100px;
      padding: 0.875rem 0.875rem;
    }

    .pricing-card-body {
      padding: 1rem 0.875rem;
      min-height: 140px;
      height: 140px;
    }

    .pricing-option {
      margin-bottom: 0.65rem;
    }

    .pricing-option-label {
      font-size: 0.65rem;
      margin-bottom: 0.35rem;
    }

    .pricing-divider {
      font-size: 0.7rem;
      margin: 0.4rem 0;
    }

    .pricing-option .amount {
      font-size: 1.65rem;
    }

    .pricing-option .currency {
      font-size: 0.95rem;
    }

    .amount {
      font-size: 2rem;
    }

    .currency {
      font-size: 1.1rem;
    }

    .pricing-card-footer {
      padding: 0.875rem;
    }

    .pricing-btn {
      padding: 0.65rem 1.25rem;
      font-size: 0.85rem;
    }

    .pricing-card.featured {
      transform: scale(1);
    }

    .pricing-card.featured:hover {
      transform: translateY(-8px);
    }

    .pricing-card-header {
      min-height: 110px;
      padding: 1rem 1rem;
    }

    .pricing-card-title {
      font-size: 1.25rem;
    }

    .pricing-card-title.long-title {
      font-size: 1rem;
    }
  }

  @media (max-width: 768px) {
    .registration-pricing-section {
      padding: 3rem 1.5rem;
    }

    .registration-title {
      font-size: 2rem;
    }

    .registration-subtitle {
      font-size: 1.1rem;
    }

    .pricing-cards-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
    }

    .pricing-card-title {
      font-size: 1.15rem;
    }

    .pricing-card-title.long-title {
      font-size: 0.9rem;
      line-height: 1.25;
    }

    .pricing-card-header {
      padding: 1rem 1rem;
      min-height: 100px;
    }

    .pricing-card-body {
      padding: 1rem 1rem;
      min-height: 135px;
      height: 135px;
    }

    .pricing-option {
      margin-bottom: 0.6rem;
    }

    .pricing-option-label {
      font-size: 0.65rem;
    }

    .pricing-option .amount {
      font-size: 1.7rem;
    }

    .amount {
      font-size: 2.25rem;
    }

    .currency {
      font-size: 1.1rem;
    }

    .pricing-card.featured {
      transform: scale(1);
    }

    .pricing-card-header {
      min-height: 95px;
      padding: 0.875rem 1rem;
    }

    .pricing-card-body {
      padding: 0.875rem 1rem;
      min-height: 120px;
      height: 120px;
    }

    .pricing-option {
      margin-bottom: 0.55rem;
    }

    .pricing-option-label {
      font-size: 0.6rem;
      margin-bottom: 0.3rem;
    }

    .pricing-divider {
      font-size: 0.65rem;
      margin: 0.35rem 0;
    }

    .pricing-option .amount {
      font-size: 1.5rem;
    }

    .pricing-option .currency {
      font-size: 0.9rem;
    }

    .register-hero-content {
      padding: 6rem 1.5rem 3rem;
    }

    .register-hero-title {
      font-size: 2rem;
    }

    .register-hero-subtitle {
      font-size: 1.1rem;
    }

    .registration-note {
      padding: 1.25rem 1.5rem;
    }
  }

  @media (max-width: 480px) {
    .register-hero-content {
      padding: 5rem 1rem 2rem;
    }

    .register-hero-title {
      font-size: 1.75rem;
    }

    .register-hero-subtitle {
      font-size: 1rem;
    }

    .registration-pricing-section {
      padding: 2rem 1rem;
    }

    .registration-title {
      font-size: 1.75rem;
    }

    .registration-subtitle {
      font-size: 1rem;
    }

    .pricing-cards-grid {
      gap: 1.25rem;
    }

    .pricing-card-title {
      font-size: 1.25rem;
      line-height: 1.4;
    }

    .pricing-card-title.long-title {
      font-size: 1rem;
      line-height: 1.35;
    }

    .pricing-card-header {
      padding: 1.25rem 1rem;
      min-height: 120px;
    }

    .pricing-card-body {
      padding: 1rem 1rem 0;
    }

    .amount {
      font-size: 2.25rem;
    }

    .currency {
      font-size: 1.25rem;
    }

    .pricing-card-footer {
      padding: 1rem;
    }

    .pricing-btn {
      padding: 0.875rem 1.25rem;
      font-size: 0.9rem;
    }

    .pricing-badge {
      font-size: 0.8rem;
      padding: 0.3rem 0.75rem;
    }
  }

  /* Accommodation Selector */
  .accommodation-selector {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .btn-accommodation,
  .btn-meals {
    width: 100%;
    font-size: 0.85rem;
    padding: 0.65rem 1rem;
  }

  /* Accommodation Options in Registration Form */
  .accommodation-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }

  .accommodation-option-card {
    display: block;
    position: relative;
    cursor: pointer;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.25rem;
    background: white;
    transition: all 0.3s ease;
  }

  .accommodation-option-card:hover {
    border-color: #0d559e;
    box-shadow: 0 4px 12px rgba(13, 85, 158, 0.15);
  }

  .accommodation-option-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .accommodation-option-card.checked {
    border-color: #0d559e;
    background: #f0f7ff;
    box-shadow: 0 4px 12px rgba(13, 85, 158, 0.2);
  }

  .accommodation-option-card.checked .option-content {
    color: #0d559e;
  }

  .accommodation-option-card.checked .option-label,
  .accommodation-option-card.checked .option-price .currency,
  .accommodation-option-card.checked .option-price .amount {
    color: #0d559e;
  }

  .option-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .option-label {
    font-weight: 600;
    font-size: 1rem;
    color: #333;
  }

  .option-price {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
  }

  .option-price .currency {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0d559e;
  }

  .option-price .amount {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0d559e;
  }

  .accommodation-option-card input[type="radio"]:checked + .option-content .option-label,
  .accommodation-option-card input[type="radio"]:checked + .option-content .option-price .currency,
  .accommodation-option-card input[type="radio"]:checked + .option-content .option-price .amount {
    color: #0d559e;
  }

  .accommodation-divider {
    text-align: center;
    color: #666;
    font-size: 0.875rem;
    font-weight: 500;
    margin: -0.5rem 0;
    position: relative;
  }

  .accommodation-divider::before,
  .accommodation-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background: #e0e0e0;
  }

  .accommodation-divider::before {
    left: 0;
  }

  .accommodation-divider::after {
    right: 0;
  }

  /* Registration Form Section */
  .registration-form-section {
    min-height: 100vh;
    background: linear-gradient(180deg, #f5f1ed 0%, #ffffff 100%);
    padding: 2rem 0 4rem;
    padding-top: calc(96px + 2rem); /* Account for fixed navbar */
  }
  
  /* Ensure navbar is visible on registration form page */
  .registration-form-section .top-bar {
    background-color: #0d559e !important;
  }
  
  .registration-form-section .top-bar .brand-logo,
  .registration-form-section .top-bar .event-date,
  .registration-form-section .top-bar .event-days,
  .registration-form-section .top-bar .event-location,
  .registration-form-section .top-bar .dropdown.menu > li > a {
    color: #ffffff !important;
  }

  .registration-form-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
  }

  .registration-form-wrapper {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    margin-top: 2rem;
  }

  .form-header {
    text-align: center;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #f0f0f0;
  }

  .form-header h1 {
    color: #0d559e;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }

  .form-subtitle {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }

  .category-badge {
    display: inline-block;
    background: #f0f7ff;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    color: #0d559e;
    font-weight: 600;
  }

  .fee-display {
    display: block;
    margin-top: 0.5rem;
    font-size: 1.1rem;
  }

  .registration-form {
    max-width: 100%;
  }

  .form-section {
    margin-bottom: 2.5rem;
  }

  .section-title {
    font-size: 1.5rem;
    color: #0d559e;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #0d559e;
  }

  .form-group {
    margin-bottom: 1.25rem;
  }

  .form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333;
  }

  .form-group .required {
    color: #dc3545;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 100%;
    padding: 0.875rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s;
  }

  .form-group input:focus,
  .form-group select:focus,
  .form-group textarea:focus {
    outline: none;
    border-color: #0d559e;
  }

  .form-group textarea {
    resize: vertical;
    min-height: 100px;
  }

  .form-help {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #666;
  }

  .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .fee-summary {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    border: 2px solid #0d559e;
  }

  .fee-details {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .fee-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e0e0e0;
  }

  .fee-item:last-child {
    border-bottom: none;
  }

  .fee-item.total {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0d559e;
    border-top: 2px solid #0d559e;
    padding-top: 1rem;
    margin-top: 0.5rem;
  }

  .form-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    justify-content: center;
  }

  .btn-large {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
  }

  /* Payment Section */
  .payment-section {
    min-height: 100vh;
    background: linear-gradient(180deg, #f5f1ed 0%, #ffffff 100%);
    padding: 2rem 0 4rem;
    padding-top: calc(96px + 2rem); /* Account for fixed navbar */
  }

  .payment-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 2rem;
  }

  .payment-wrapper {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    padding: 3rem;
    margin-top: 2rem;
    transition: box-shadow 0.3s ease;
  }

  .payment-wrapper:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  }

  .payment-header {
    text-align: center;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #e0e0e0;
  }

  .payment-header h1 {
    color: #0d559e;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.2;
  }

  .payment-subtitle {
    color: #666;
    font-size: 1rem;
    margin: 0;
  }

  .payment-subtitle strong {
    color: #0d559e;
    font-weight: 600;
  }

  .payment-summary {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2.5rem;
    border: 1px solid #e0e0e0;
  }

  .summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #e0e0e0;
  }

  .summary-item:last-child {
    border-bottom: none;
  }

  .summary-item span {
    color: #666;
    font-size: 1rem;
    font-weight: 500;
  }

  .summary-item strong {
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    text-align: right;
  }

  .summary-item.total {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0d559e;
    border-top: 2px solid #0d559e;
    padding-top: 1.5rem;
    margin-top: 0.5rem;
  }

  .summary-item.total span {
    color: #0d559e;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .summary-item.total strong {
    color: #0d559e;
    font-size: 1.75rem;
    font-weight: 700;
  }

  .payment-button-wrapper {
    text-align: center;
    margin-top: 2rem;
  }

  .payment-button-wrapper .btn {
    min-width: 250px;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(13, 85, 158, 0.3);
  }

  .payment-button-wrapper .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13, 85, 158, 0.4);
  }

  .alert-error {
    background: #fee;
    border: 2px solid #f00;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    color: #c00;
  }

  .alert-error h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #c00;
    font-size: 1.25rem;
  }

  .alert-error p {
    margin: 0.5rem 0;
    line-height: 1.6;
  }

  .error-actions {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  .error-actions .btn {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
  }

  /* Responsive styles for payment section */
  @media (max-width: 768px) {
    .payment-section {
      padding-top: calc(58px + 2rem);
      padding-left: 1rem;
      padding-right: 1rem;
    }

    .payment-wrapper {
      padding: 2rem 1.5rem;
      margin-top: 1rem;
    }

    .payment-header h1 {
      font-size: 1.75rem;
    }

    .payment-summary {
      padding: 1.5rem;
    }

    .summary-item {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.5rem;
    }

    .summary-item strong {
      text-align: left;
    }

    .summary-item.total {
      font-size: 1.25rem;
    }

    .summary-item.total strong {
      font-size: 1.5rem;
    }

    .payment-button-wrapper .btn {
      width: 100%;
      min-width: auto;
    }

    .error-actions {
      flex-direction: column;
    }

    .error-actions .btn {
      width: 100%;
    }
  }

  /* Success Section */
  .registration-success-section {
    min-height: 100vh;
    background: linear-gradient(180deg, #f5f1ed 0%, #ffffff 100%);
    padding: 2rem 0 4rem;
  }

  .success-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 2rem;
  }

  .success-wrapper {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    margin-top: 2rem;
    text-align: center;
  }

  .success-icon,
  .error-icon {
    margin: 0 auto 1.5rem;
    width: 80px;
    height: 80px;
  }

  .success-wrapper h1 {
    color: #28a745;
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .success-message {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
  }

  .registration-details {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 2rem 0;
    text-align: left;
  }

  .detail-item {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e0e0e0;
  }

  .detail-item:last-child {
    border-bottom: none;
  }

  .detail-label {
    font-weight: 600;
    color: #333;
  }

  .detail-value {
    color: #666;
  }

  .badge-success {
    background: #28a745;
    color: white;
    padding: 0.35rem 0.75rem;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
  }

  .success-actions,
  .error-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin: 2rem 0;
  }

  .success-note {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
    color: #666;
    font-size: 0.95rem;
  }

  .success-note a {
    color: #0d559e;
    text-decoration: none;
    font-weight: 600;
  }

  .error-message {
    color: #dc3545;
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .registration-form-wrapper,
    .payment-wrapper,
    .success-wrapper {
      padding: 1.5rem;
    }

    .form-header h1 {
      font-size: 2rem;
    }

    .form-row {
      grid-template-columns: 1fr;
    }

    .accommodation-selector {
      gap: 0.75rem;
    }
    
    .registration-form-section {
      padding-top: calc(58px + 2rem); /* Account for mobile navbar height */
    }

    .form-actions,
    .success-actions {
      flex-direction: column;
    }

    .btn-large {
      width: 100%;
    }
  }
  
  /* POSTER PAGE STYLES */
  .poster-hero-section {
    background: transparent;
    min-height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    color: #fefefe;
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
  
  .poster-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
    z-index: 0;
    overflow: hidden;
  }
  
  .poster-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .poster-hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.85) 0%, rgba(9, 64, 128, 0.85) 100%);
    z-index: 1;
  }
  
  .poster-hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 5;
    padding: 8rem 2em 4rem;
    padding-left: 150px;
    padding-top: 8rem;
    min-height: 500px;
    color: #fefefe;
    text-align: left;
  }
  
  .poster-content-left {
    width: 100%;
    max-width: 900px;
  }
  
  .poster-label {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FF6700;
    margin-bottom: 1rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .poster-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-family: 'Rubik', sans-serif;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  }
  
  .poster-date-location {
    font-size: 1.25rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Rubik', sans-serif;
  }
  
  /* POSTER CONTENT SECTION */
  .poster-content-section {
    background: #ffffff;
    padding: 2rem 0;
    width: 100%;
  }
  
  .poster-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4rem;
  }
  
  .poster-header {
    text-align: center;
    margin-bottom: 1.75rem;
  }
  
  .poster-main-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .poster-theme-box {
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.1) 0%, rgba(9, 64, 128, 0.1) 100%);
    padding: 1.25rem;
    border-radius: 12px;
    margin: 1rem 0;
    border-left: 4px solid #0d559e;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(13, 85, 158, 0.1);
  }
  
  .poster-theme-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(13, 85, 158, 0.15);
  }
  
  .poster-theme-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0.4rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .poster-theme-subtitle {
    font-size: 1.1rem;
    font-style: italic;
    color: #666;
    margin: 0;
    font-family: 'Rubik', sans-serif;
  }
  
  .poster-intro {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    margin: 0.75rem 0;
    font-family: 'Rubik', sans-serif;
  }
  
  .poster-section {
    margin-bottom: 2rem;
  }
  
  .poster-section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0d559e;
    margin-bottom: 0.75rem;
    font-family: 'Rubik', sans-serif;
    padding-bottom: 0.4rem;
    border-bottom: 3px solid #0d559e;
    position: relative;
  }
  
  .poster-section-title::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #0d559e 0%, transparent 100%);
  }
  
  .poster-section-intro {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1.25rem;
    font-family: 'Rubik', sans-serif;
  }
  
  /* Thematic Areas Grid */
  .thematic-areas-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
  
  .thematic-area-card {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.25rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    cursor: pointer;
  }
  
  .thematic-area-card:hover {
    border-color: #0d559e;
    box-shadow: 0 8px 24px rgba(13, 85, 158, 0.2);
    transform: translateY(-6px) scale(1.02);
    background: linear-gradient(135deg, #ffffff 0%, rgba(13, 85, 158, 0.02) 100%);
  }
  
  .thematic-area-card:active {
    transform: translateY(-2px) scale(1.01);
  }
  
  .thematic-number {
    position: absolute;
    top: -15px;
    left: 20px;
    background: linear-gradient(135deg, #0d559e 0%, #0a4480 100%);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    font-family: 'Rubik', sans-serif;
    box-shadow: 0 4px 12px rgba(13, 85, 158, 0.3);
    transition: all 0.3s ease;
  }
  
  .thematic-area-card:hover .thematic-number {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 16px rgba(13, 85, 158, 0.4);
  }
  
  .thematic-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
    margin-top: 0.5rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .thematic-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .thematic-focus {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-style: italic;
  }
  
  .thematic-list li {
    padding: 0.4rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #555;
    line-height: 1.5;
    font-size: 0.95rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .thematic-list li::before {
    content: "▪";
    position: absolute;
    left: 0;
    color: #0d559e;
    font-weight: bold;
  }
  
  /* Who Can Submit Grid */
  .who-can-submit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
  }
  
  .who-can-submit-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
  }
  
  .who-can-submit-item:hover {
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.05) 0%, rgba(13, 85, 158, 0.02) 100%);
    transform: translateX(8px);
    border-color: #0d559e;
    box-shadow: 0 4px 12px rgba(13, 85, 158, 0.1);
  }
  
  .who-can-submit-item svg {
    transition: all 0.3s ease;
  }
  
  .who-can-submit-item:hover svg {
    transform: scale(1.1);
    color: #0d559e;
  }
  
  .who-can-submit-item svg {
    flex-shrink: 0;
  }
  
  .who-can-submit-item span {
    font-size: 1rem;
    color: #333;
    font-family: 'Rubik', sans-serif;
  }
  
  /* Guideline Cards */
  .guideline-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
  }
  
  .guideline-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #0d559e 0%, transparent 100%);
    transform: scaleY(0);
    transition: transform 0.3s ease;
  }
  
  .guideline-card:hover {
    border-color: #0d559e;
    box-shadow: 0 6px 20px rgba(13, 85, 158, 0.15);
    transform: translateX(4px);
  }
  
  .guideline-card:hover::before {
    transform: scaleY(1);
  }
  
  .guideline-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0d559e;
    margin-bottom: 0.75rem;
    font-family: 'Rubik', sans-serif;
    transition: color 0.3s ease;
  }
  
  .guideline-card:hover .guideline-title {
    color: #0a4480;
  }
  
  .guideline-intro {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 0.75rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .guideline-list {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0;
  }
  
  .guideline-list li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #333;
    line-height: 1.6;
    font-size: 0.95rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .guideline-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0d559e;
    font-weight: bold;
    font-size: 1.2rem;
  }
  
  .nested-list {
    margin-top: 0.5rem;
    margin-left: 1rem;
  }
  
  .nested-list li {
    padding-left: 1.5rem;
    font-size: 0.95rem;
    color: #666;
  }
  
  /* Sample Abstract */
  .sample-abstract {
    background: #f8f9fa;
    border-left: 4px solid #0d559e;
    padding: 1.25rem;
    margin-top: 1rem;
    border-radius: 8px;
  }
  
  .sample-title {
    font-size: 1rem;
    font-weight: 600;
    color: #0d559e;
    margin-bottom: 0.5rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .sample-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
    font-style: italic;
    margin: 0;
    font-family: 'Rubik', sans-serif;
  }
  
  /* Pipeline Box */
  .pipeline-box {
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.1) 0%, rgba(9, 64, 128, 0.1) 100%);
    padding: 1.25rem;
    border-radius: 8px;
    margin: 0.75rem 0;
    border-left: 4px solid #0d559e;
  }
  
  .pipeline-text {
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a2e;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    text-align: center;
  }
  
  /* QR Codes Grid */
  .qr-codes-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.75rem;
    margin-top: 0.75rem;
  }
  
  .qr-code-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
  }
  
  .qr-code-item:hover {
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.05) 0%, rgba(13, 85, 158, 0.02) 100%);
    transform: translateY(-4px);
    border-color: #0d559e;
    box-shadow: 0 4px 12px rgba(13, 85, 158, 0.1);
  }
  
  .qr-code-item svg {
    transition: all 0.3s ease;
  }
  
  .qr-code-item:hover svg {
    transform: scale(1.15) rotate(5deg);
    color: #0d559e;
  }
  
  .qr-code-item svg {
    flex-shrink: 0;
  }
  
  .qr-code-item span {
    font-size: 0.95rem;
    color: #333;
    font-family: 'Rubik', sans-serif;
  }
  
  /* Submission Link Card */
  .submission-link-card {
    background: linear-gradient(135deg, #0d559e 0%, #0a4480 100%);
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    margin: 1.75rem 0;
    box-shadow: 0 8px 24px rgba(13, 85, 158, 0.3);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  .submission-link-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: shimmer 3s infinite;
  }
  
  @keyframes shimmer {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
  }
  
  .submission-link-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(13, 85, 158, 0.4);
  }
  
  .submission-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
    font-family: 'Rubik', sans-serif;
    position: relative;
    z-index: 1;
  }
  
  .submission-text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    font-family: 'Rubik', sans-serif;
    position: relative;
    z-index: 1;
  }
  
  .submission-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: white;
    color: #0d559e;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Rubik', sans-serif;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  
  .submission-btn:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.4);
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
  }
  
  .submission-btn:active {
    transform: translateY(-2px) scale(1.02);
  }
  
  .submission-btn svg {
    transition: transform 0.3s ease;
  }
  
  .submission-btn:hover svg {
    transform: translateX(4px);
  }
  
  /* Poster Prizes Section */
  .poster-prizes-section {
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.05) 0%, rgba(9, 64, 128, 0.05) 100%);
    padding: 2rem;
    border-radius: 12px;
    margin: 2rem 0;
    border: 2px solid #0d559e;
  }
  
  /* Featured Prizes Section (at top) */
  .poster-prizes-section.poster-prizes-featured {
    background: linear-gradient(135deg, rgba(255, 103, 0, 0.1) 0%, rgba(13, 85, 158, 0.1) 100%);
    padding: 2.5rem;
    border: 3px solid #FF6700;
    box-shadow: 0 8px 24px rgba(255, 103, 0, 0.2);
    margin: 2.5rem 0;
    position: relative;
    overflow: hidden;
  }
  
  .poster-prizes-section.poster-prizes-featured::before {
    content: '🏆';
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 120px;
    opacity: 0.1;
    z-index: 0;
  }
  
  .poster-prizes-header {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
  }
  
  .poster-prizes-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #0d559e;
    text-align: center;
    margin-bottom: 0.75rem;
    font-family: 'Rubik', sans-serif;
    position: relative;
    z-index: 1;
  }
  
  .poster-prizes-section.poster-prizes-featured .poster-prizes-title {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #FF6700 0%, #0d559e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
  }
  
  .poster-prizes-subtitle {
    font-size: 1.1rem;
    color: #666;
    font-family: 'Rubik', sans-serif;
    position: relative;
    z-index: 1;
  }
  
  .poster-prizes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  
  .poster-prizes-section.poster-prizes-featured .poster-prizes-grid {
    max-width: 1000px;
    gap: 2rem;
  }
  
  .poster-prize-card {
    background: white;
    padding: 1.75rem 1.5rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  
  .poster-prize-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #e5e7eb 0%, #e5e7eb 100%);
    transition: height 0.3s ease;
  }
  
  .poster-prize-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  }
  
  .poster-prize-card:hover::before {
    height: 8px;
  }
  
  .poster-prize-card:active {
    transform: translateY(-6px) scale(1.01);
  }
  
  .poster-prize-first::before {
    background: linear-gradient(90deg, #FFD700 0%, #FFA500 100%);
  }
  
  .poster-prize-second::before {
    background: linear-gradient(90deg, #C0C0C0 0%, #A8A8A8 100%);
  }
  
  .poster-prize-third::before {
    background: linear-gradient(90deg, #CD7F32 0%, #B87333 100%);
  }
  
  .prize-medal {
    margin: 0 auto 1rem;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.1) 0%, rgba(9, 64, 128, 0.1) 100%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .poster-prize-card:hover .prize-medal {
    transform: scale(1.15) rotate(10deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  }
  
  .poster-prize-card:hover .prize-medal svg {
    animation: bounce 0.6s ease;
  }
  
  @keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
  }
  
  .poster-prize-first .prize-medal {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2) 0%, rgba(255, 165, 0, 0.2) 100%);
  }
  
  .poster-prize-first .prize-medal svg {
    color: #FFD700;
  }
  
  .poster-prize-second .prize-medal {
    background: linear-gradient(135deg, rgba(192, 192, 192, 0.2) 0%, rgba(168, 168, 168, 0.2) 100%);
  }
  
  .poster-prize-second .prize-medal svg {
    color: #C0C0C0;
  }
  
  .poster-prize-third .prize-medal {
    background: linear-gradient(135deg, rgba(205, 127, 50, 0.2) 0%, rgba(184, 115, 51, 0.2) 100%);
  }
  
  .poster-prize-third .prize-medal svg {
    color: #CD7F32;
  }
  
  .prize-medal svg {
    width: 48px;
    height: 48px;
  }
  
  .prize-rank {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.75rem;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .prize-amount {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0d559e;
    font-family: 'Rubik', sans-serif;
  }
  
  .poster-prize-first .prize-amount {
    color: #FF8C00;
  }
  
  .poster-prize-second .prize-amount {
    color: #696969;
  }
  
  .poster-prize-third .prize-amount {
    color: #B87333;
  }
  
  /* Important Dates Section */
  .important-dates-section {
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.05) 0%, rgba(9, 64, 128, 0.05) 100%);
    padding: 2rem;
    border-radius: 12px;
    margin: 2rem 0;
    border: 2px solid #0d559e;
  }
  
  .dates-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0d559e;
    text-align: center;
    margin-bottom: 1.5rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .dates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
  }
  
  .date-item {
    background: white;
    padding: 1.25rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    cursor: pointer;
  }
  
  .date-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(13, 85, 158, 0.15);
    border-color: #0d559e;
    background: linear-gradient(135deg, #ffffff 0%, rgba(13, 85, 158, 0.02) 100%);
  }
  
  .date-label {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .date-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0d559e;
    font-family: 'Rubik', sans-serif;
  }
  
  .date-value sup {
    font-size: 0.7em;
    vertical-align: super;
  }
  
  /* Footer Note */
  .poster-footer-note {
    text-align: center;
    padding: 1.5rem 0;
    margin-top: 2rem;
    border-top: 2px solid #e5e7eb;
  }
  
  .poster-footer-note p {
    font-size: 1rem;
    color: #666;
    margin: 0;
    font-family: 'Rubik', sans-serif;
  }
  
  .poster-footer-note strong {
    color: #0d559e;
  }
  
  /* Responsive Styles for Poster Page */
  @media (max-width: 1400px) {
    .thematic-areas-grid {
      grid-template-columns: repeat(5, 1fr);
      gap: 1rem;
    }
    
    .thematic-area-card {
      padding: 1.25rem;
    }
  }
  
  @media (max-width: 1200px) {
    .thematic-areas-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media (max-width: 1200px) {
    .qr-codes-grid {
      grid-template-columns: repeat(5, 1fr);
      gap: 0.5rem;
    }
  }
  
  @media (max-width: 1024px) {
    .poster-hero-content {
      padding-left: 2rem;
      padding-right: 2rem;
    }
    
    .poster-container {
      padding: 0 2rem;
    }
    
    .poster-hero-title {
      font-size: 2.5rem;
    }
    
    .thematic-areas-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    
    .qr-codes-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 0.75rem;
    }
  }
  
  @media (max-width: 768px) {
    .poster-hero-content {
      padding: 6rem 1.5rem 3rem;
      min-height: 400px;
    }
    
    .poster-hero-title {
      font-size: 2rem;
    }
    
    .poster-date-location {
      font-size: 1rem;
    }
    
    .poster-container {
      padding: 0 1.5rem;
    }
    
    .poster-main-title {
      font-size: 2rem;
    }
    
    .thematic-areas-grid {
      grid-template-columns: 1fr;
    }
    
    .who-can-submit-grid {
      grid-template-columns: 1fr;
    }
    
    .qr-codes-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 0.75rem;
    }
    
    .dates-grid {
      grid-template-columns: 1fr;
    }
    
    .poster-prizes-grid {
      grid-template-columns: 1fr;
    }
    
    .poster-prizes-section.poster-prizes-featured {
      padding: 2rem 1.5rem;
      margin: 2rem 0;
    }
    
    .poster-prizes-section.poster-prizes-featured .poster-prizes-title {
      font-size: 2rem;
    }
    
    .poster-prizes-subtitle {
      font-size: 1rem;
    }
    
    .poster-prizes-section.poster-prizes-featured .poster-prizes-grid {
      gap: 1.5rem;
    }
    
    .poster-prize-card {
      padding: 2rem 1.5rem;
    }
  }
  
  /* UPDATES SOON SECTION */
  .updates-soon-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 6rem 0;
    width: 100%;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .updates-soon-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  
  .updates-soon-content {
    text-align: center;
    background: white;
    padding: 4rem 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
  }
  
  .updates-soon-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0d559e, #FF6700, #0d559e);
    background-size: 200% 100%;
    animation: gradient-shift 3s ease infinite;
  }
  
  @keyframes gradient-shift {
    0%, 100% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
  }
  
  .updates-soon-icon {
    margin: 0 auto 2rem;
    width: 80px;
    height: 80px;
    color: #0d559e;
    animation: rotate-clockwise 3s linear infinite;
  }
  
  @keyframes rotate-clockwise {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  .updates-soon-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1.5rem;
    font-family: 'Rubik', sans-serif;
    animation: fade-in-up 0.8s ease-out;
  }
  
  .updates-soon-message {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    font-family: 'Rubik', sans-serif;
    animation: fade-in-up 0.8s ease-out 0.2s both;
  }
  
  @keyframes fade-in-up {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .updates-soon-animation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
  }
  
  .pulse-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0d559e;
    animation: pulse 1.4s ease-in-out infinite;
  }
  
  .pulse-dot:nth-child(1) {
    animation-delay: 0s;
  }
  
  .pulse-dot:nth-child(2) {
    animation-delay: 0.2s;
  }
  
  .pulse-dot:nth-child(3) {
    animation-delay: 0.4s;
  }
  
  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.5);
      opacity: 0.7;
    }
  }
  
  @media (max-width: 768px) {
    .updates-soon-section {
      padding: 4rem 0;
      min-height: 50vh;
    }
    
    .updates-soon-content {
      padding: 3rem 2rem;
    }
    
    .updates-soon-title {
      font-size: 2rem;
    }
    
    .updates-soon-message {
      font-size: 1.1rem;
    }
    
    .updates-soon-icon {
      width: 60px;
      height: 60px;
    }
  }
  
  @media (max-width: 480px) {
    .updates-soon-container {
      padding: 0 1rem;
    }
    
    .updates-soon-content {
      padding: 2.5rem 1.5rem;
    }
    
    .updates-soon-title {
      font-size: 1.75rem;
    }
    
    .updates-soon-message {
      font-size: 1rem;
    }
  }
  
  @media (max-width: 480px) {
    .poster-prizes-section.poster-prizes-featured {
      padding: 1.5rem 1rem;
    }
    
    .poster-prizes-section.poster-prizes-featured .poster-prizes-title {
      font-size: 1.75rem;
    }
    
    .poster-prizes-subtitle {
      font-size: 0.9rem;
    }
    
    .poster-prizes-section.poster-prizes-featured::before {
      font-size: 80px;
      top: -10px;
      right: -10px;
    }
  }
  
  @media (max-width: 480px) {
    .qr-codes-grid {
      grid-template-columns: 1fr;
      gap: 0.75rem;
    }
    
    .qr-code-item {
      padding: 0.75rem;
    }
  }
  
  /* GRAND CHALLENGE PAGE STYLES */
  .grand-challenge-hero-section {
    background: transparent;
    min-height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    color: #fefefe;
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
  
  .grand-challenge-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
    z-index: 0;
    overflow: hidden;
  }
  
  .grand-challenge-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .grand-challenge-hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.85) 0%, rgba(9, 64, 128, 0.85) 100%);
    z-index: 1;
  }
  
  .grand-challenge-hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 5;
    padding: 8rem 2em 4rem;
    padding-left: 150px;
    padding-top: 8rem;
    min-height: 500px;
    color: #fefefe;
    text-align: left;
  }
  
  .grand-challenge-content-left {
    width: 100%;
    max-width: 900px;
  }
  
  .grand-challenge-label {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FF6700;
    margin-bottom: 1rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .grand-challenge-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-family: 'Rubik', sans-serif;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  }
  
  .grand-challenge-date-location {
    font-size: 1.25rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Rubik', sans-serif;
  }
  
  /* GRAND CHALLENGE CONTENT SECTION */
  .grand-challenge-content-section {
    background: #ffffff;
    padding: 3rem 0;
    width: 100%;
  }
  
  .grand-challenge-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4rem;
  }
  
  .grand-challenge-header {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  
  .grand-challenge-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1.25rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .grand-challenge-theme-box {
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.1) 0%, rgba(9, 64, 128, 0.1) 100%);
    padding: 1.5rem;
    border-radius: 12px;
    margin: 1.5rem 0;
    border-left: 4px solid #0d559e;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(13, 85, 158, 0.1);
  }
  
  .grand-challenge-theme-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(13, 85, 158, 0.15);
  }
  
  .grand-challenge-theme-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .grand-challenge-theme-subtitle {
    font-size: 1.25rem;
    font-style: italic;
    color: #666;
    margin: 0;
    font-family: 'Rubik', sans-serif;
  }
  
  .grand-challenge-section {
    margin-bottom: 2.5rem;
  }
  
  .grand-challenge-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0d559e;
    margin-bottom: 1rem;
    font-family: 'Rubik', sans-serif;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #0d559e;
    position: relative;
  }
  
  .grand-challenge-section-title::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #0d559e 0%, transparent 100%);
  }
  
  .grand-challenge-intro {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin: 1.25rem 0;
    font-family: 'Rubik', sans-serif;
  }
  
  .grand-challenge-section-intro {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 1.5rem;
    font-family: 'Rubik', sans-serif;
  }
  
  /* Multimodal Explanation Box */
  .multimodal-explanation-box {
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.1) 0%, rgba(9, 64, 128, 0.1) 100%);
    padding: 2rem;
    border-radius: 12px;
    margin: 2rem 0;
    border-left: 4px solid #0d559e;
  }
  
  .explanation-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0d559e;
    margin-bottom: 1rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .explanation-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin: 0;
    font-family: 'Rubik', sans-serif;
  }
  
  /* Target Sectors Grid */
  .target-sectors-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
    margin: 2rem 0;
  }
  
  .target-sector-card {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.75rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
  }
  
  .target-sector-card:hover {
    border-color: #0d559e;
    box-shadow: 0 8px 24px rgba(13, 85, 158, 0.2);
    transform: translateY(-6px) scale(1.03);
    background: linear-gradient(135deg, #ffffff 0%, rgba(13, 85, 158, 0.02) 100%);
  }
  
  .target-sector-card:active {
    transform: translateY(-2px) scale(1.01);
  }
  
  .target-sector-card svg {
    color: #0d559e;
    transition: all 0.3s ease;
  }
  
  .target-sector-card:hover svg {
    transform: scale(1.2) rotate(5deg);
  }
  
  .sector-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0;
    font-family: 'Rubik', sans-serif;
  }
  
  .challenge-cta {
    text-align: center;
    font-size: 1.2rem;
    color: #0d559e;
    margin-top: 2rem;
    padding: 1.5rem;
    background: rgba(13, 85, 158, 0.05);
    border-radius: 8px;
    font-family: 'Rubik', sans-serif;
  }
  
  /* Prizes Table */
  .prizes-table-wrapper {
    margin: 2rem 0;
    overflow-x: auto;
  }
  
  .prizes-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  
  .prizes-table thead {
    background: linear-gradient(135deg, #0d559e 0%, #0a4480 100%);
    color: white;
  }
  
  .prizes-table th {
    padding: 1.5rem;
    text-align: left;
    font-weight: 600;
    font-size: 1.1rem;
    font-family: 'Rubik', sans-serif;
  }
  
  .prizes-table td {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    font-size: 1rem;
    color: #333;
    font-family: 'Rubik', sans-serif;
  }
  
  .prizes-table tbody tr:last-child td {
    border-bottom: none;
  }
  
  .prize-row-top {
    background: rgba(13, 85, 158, 0.05);
    transition: all 0.3s ease;
  }
  
  .prize-row-top:hover {
    background: rgba(255, 103, 0, 0.1);
    transform: translateX(5px);
    box-shadow: inset 4px 0 0 #FF6700;
  }
  
  .prizes-table td strong {
    color: #0d559e;
    font-size: 1.1rem;
  }
  
  .additional-benefits {
    margin-top: 2rem;
  }
  
  .benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
  }
  
  .benefits-list li {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    padding-left: 2.5rem;
    position: relative;
    color: #333;
    font-family: 'Rubik', sans-serif;
    transition: all 0.3s ease;
  }
  
  .benefits-list li:hover {
    background: rgba(255, 103, 0, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .benefits-list li::before {
    content: "✓";
    position: absolute;
    left: 1rem;
    color: #0d559e;
    font-weight: bold;
    font-size: 1.2rem;
  }
  
  /* Featured Prizes Section (at top) */
  .grand-challenge-prizes-featured {
    background: linear-gradient(135deg, rgba(255, 103, 0, 0.1) 0%, rgba(13, 85, 158, 0.1) 100%);
    padding: 3rem 2.5rem;
    border-radius: 16px;
    border: 3px solid #FF6700;
    box-shadow: 0 10px 30px rgba(255, 103, 0, 0.25);
    margin: 2.5rem 0;
    position: relative;
    overflow: hidden;
  }
  
  .grand-challenge-prizes-featured::before {
    content: '🏆';
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 150px;
    opacity: 0.1;
    z-index: 0;
    animation: float 3s ease-in-out infinite;
  }
  
  @keyframes float {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-20px);
    }
  }
  
  .prizes-header {
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 1;
  }
  
  .prizes-featured-title {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #FF6700 0%, #0d559e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.75rem;
    position: relative;
  }
  
  .prizes-featured-title::after {
    width: 100px;
    background: linear-gradient(90deg, #FF6700 0%, #0d559e 100%);
    left: 50%;
    transform: translateX(-50%);
  }
  
  .prizes-featured-subtitle {
    font-size: 1.2rem;
    color: #666;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    position: relative;
    z-index: 1;
  }
  
  .prizes-featured-wrapper {
    position: relative;
    z-index: 1;
    margin: 2rem 0;
  }
  
  .prizes-featured-table {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border: 2px solid rgba(255, 103, 0, 0.2);
    transition: all 0.3s ease;
  }
  
  .prizes-featured-table:hover {
    box-shadow: 0 12px 32px rgba(255, 103, 0, 0.3);
    transform: translateY(-5px);
  }
  
  .prizes-featured-table thead {
    background: linear-gradient(135deg, #FF6700 0%, #0d559e 100%);
  }
  
  .prizes-featured-table .prize-row-top td strong {
    color: #FF6700;
    font-size: 1.2rem;
  }
  
  .prizes-featured-benefits {
    margin-top: 2.5rem;
    position: relative;
    z-index: 1;
  }
  
  .benefits-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0d559e;
    margin-bottom: 1.5rem;
    text-align: center;
    font-family: 'Rubik', sans-serif;
  }
  
  .benefits-featured-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  
  .benefits-featured-list li {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding-left: 3.5rem;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  
  .benefits-featured-list li::before {
    display: none;
  }
  
  .benefits-featured-list li svg {
    flex-shrink: 0;
    transition: all 0.3s ease;
  }
  
  .benefits-featured-list li:hover {
    background: linear-gradient(135deg, rgba(255, 103, 0, 0.1) 0%, rgba(13, 85, 158, 0.1) 100%);
    border-color: #FF6700;
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 20px rgba(255, 103, 0, 0.2);
  }
  
  .benefits-featured-list li:hover svg {
    transform: scale(1.2) rotate(5deg);
  }
  
  .benefits-featured-list li span {
    font-weight: 500;
    color: #333;
    font-family: 'Rubik', sans-serif;
  }
  
  /* Timeline */
  .timeline-container {
    position: relative;
    padding: 2rem 0;
  }
  
  .timeline-item {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
    padding-left: 2rem;
  }
  
  .timeline-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: -3rem;
    width: 3px;
    background: #0d559e;
  }
  
  .timeline-item:last-child::before {
    display: none;
  }
  
  .timeline-item::after {
    content: '';
    position: absolute;
    left: -6px;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #0d559e;
    border: 3px solid white;
    box-shadow: 0 0 0 3px #0d559e;
  }
  
  .timeline-date {
    min-width: 150px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #0d559e;
    font-family: 'Rubik', sans-serif;
  }
  
  .timeline-content {
    flex: 1;
  }
  
  .timeline-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0;
    font-family: 'Rubik', sans-serif;
  }
  
  .timeline-item-final .timeline-date {
    color: #f97316;
    font-weight: 700;
  }
  
  .timeline-item-final::after {
    background: #f97316;
    box-shadow: 0 0 0 3px #f97316;
  }
  
  /* Who Can Apply Grid */
  .who-can-apply-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
  }
  
  .who-can-apply-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.05) 0%, rgba(9, 64, 128, 0.05) 100%);
    border-radius: 12px;
    border: 2px solid #e5e7eb;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
  }
  
  .who-can-apply-item:hover {
    border-color: #0d559e;
    transform: translateX(8px);
    box-shadow: 0 6px 20px rgba(13, 85, 158, 0.15);
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.08) 0%, rgba(9, 64, 128, 0.05) 100%);
  }
  
  .who-can-apply-item svg {
    transition: all 0.3s ease;
  }
  
  .who-can-apply-item:hover svg {
    transform: scale(1.15);
  }
  
  .who-can-apply-item svg {
    flex-shrink: 0;
  }
  
  .who-can-apply-item span {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a2e;
    font-family: 'Rubik', sans-serif;
  }
  
  /* Application Requirements */
  .apply-deadline {
    text-align: center;
    font-size: 1.3rem;
    color: #0d559e;
    margin: 2rem 0;
    padding: 1rem;
    background: rgba(13, 85, 158, 0.1);
    border-radius: 8px;
    font-family: 'Rubik', sans-serif;
  }
  
  .application-requirements {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 2rem;
  }
  
  .requirement-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 1.5rem 1rem;
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
  }
  
  .requirement-item:hover {
    border-color: #0d559e;
    box-shadow: 0 6px 20px rgba(13, 85, 158, 0.15);
    transform: translateY(-4px);
    background: linear-gradient(135deg, #ffffff 0%, rgba(13, 85, 158, 0.02) 100%);
  }
  
  .requirement-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0d559e 0%, #0a4480 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5rem;
    font-family: 'Rubik', sans-serif;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(13, 85, 158, 0.3);
    transition: all 0.3s ease;
  }
  
  .requirement-item:hover .requirement-number {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 16px rgba(13, 85, 158, 0.4);
  }
  
  .requirement-content {
    flex: 1;
    width: 100%;
  }
  
  .requirement-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 0.5rem 0;
    font-family: 'Rubik', sans-serif;
  }
  
  .requirement-desc {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    font-style: italic;
    font-family: 'Rubik', sans-serif;
    line-height: 1.4;
  }
  
  /* Why Participate Grid */
  .why-participate-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 2rem;
  }
  
  .why-participate-card {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.75rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
  }
  
  .why-participate-card:hover {
    border-color: #0d559e;
    box-shadow: 0 8px 24px rgba(13, 85, 158, 0.2);
    transform: translateY(-6px) scale(1.03);
    background: linear-gradient(135deg, #ffffff 0%, rgba(13, 85, 158, 0.02) 100%);
  }
  
  .why-participate-card:active {
    transform: translateY(-2px) scale(1.01);
  }
  
  .why-participate-card svg {
    color: #0d559e;
    transition: all 0.3s ease;
  }
  
  .why-participate-card:hover svg {
    transform: scale(1.2) rotate(5deg);
  }
  
  .why-participate-card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0;
    font-family: 'Rubik', sans-serif;
  }
  
  .why-participate-card p {
    font-size: 1rem;
    color: #666;
    margin: 0;
    font-family: 'Rubik', sans-serif;
  }
  
  /* Evaluation Focus Grid */
  .evaluation-focus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
  }
  
  .evaluation-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
  }
  
  .evaluation-item:hover {
    background: linear-gradient(135deg, rgba(13, 85, 158, 0.05) 0%, rgba(13, 85, 158, 0.02) 100%);
    transform: translateX(8px);
    border-color: #0d559e;
    box-shadow: 0 4px 12px rgba(13, 85, 158, 0.1);
  }
  
  .evaluation-item svg {
    flex-shrink: 0;
    color: #0d559e;
    transition: all 0.3s ease;
  }
  
  .evaluation-item:hover svg {
    transform: scale(1.15);
  }
  
  .evaluation-item span {
    font-size: 1rem;
    color: #333;
    font-family: 'Rubik', sans-serif;
  }
  
  /* Application Link Card */
  .application-link-card {
    background: linear-gradient(135deg, #0d559e 0%, #0a4480 100%);
    padding: 2.5rem;
    border-radius: 16px;
    text-align: center;
    margin: 2.5rem 0;
    box-shadow: 0 8px 24px rgba(13, 85, 158, 0.3);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  .application-link-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: shimmer 3s infinite;
  }
  
  .application-link-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(13, 85, 158, 0.4);
  }
  
  .application-title {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    font-family: 'Rubik', sans-serif;
    position: relative;
    z-index: 1;
  }
  
  .application-text {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    font-family: 'Rubik', sans-serif;
    position: relative;
    z-index: 1;
  }
  
  .application-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: white;
    color: #0d559e;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Rubik', sans-serif;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  
  .application-btn:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.4);
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
  }
  
  .application-btn:active {
    transform: translateY(-2px) scale(1.02);
  }
  
  .application-btn svg {
    transition: transform 0.3s ease;
  }
  
  .application-btn:hover svg {
    transform: translateX(4px);
  }
  
  /* Footer Note */
  .grand-challenge-footer-note {
    text-align: center;
    padding: 2rem 0;
    margin-top: 3rem;
    border-top: 2px solid #e5e7eb;
  }
  
  .grand-challenge-footer-note p {
    font-size: 1rem;
    color: #666;
    margin: 0;
    font-family: 'Rubik', sans-serif;
  }
  
  .grand-challenge-footer-note strong {
    color: #0d559e;
  }
  
  /* Responsive Styles for Grand Challenge Page */
  @media (max-width: 1400px) {
    .target-sectors-grid {
      grid-template-columns: repeat(5, 1fr);
      gap: 1rem;
    }
    
    .why-participate-grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
    }
    
    .application-requirements {
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
    }
  }
  
  @media (max-width: 1200px) {
    .target-sectors-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
    }
    
    .why-participate-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }
    
    .application-requirements {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }
  }
  
  @media (max-width: 1024px) {
    .grand-challenge-hero-content {
      padding-left: 2rem;
      padding-right: 2rem;
    }
    
    .grand-challenge-container {
      padding: 0 2rem;
    }
    
    .grand-challenge-hero-title {
      font-size: 2.5rem;
    }
    
    .target-sectors-grid {
      grid-template-columns: repeat(3, 1fr);
    }
    
    .why-participate-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    
    .application-requirements {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 768px) {
    .grand-challenge-hero-content {
      padding: 6rem 1.5rem 3rem;
      min-height: 400px;
    }
    
    .grand-challenge-hero-title {
      font-size: 2rem;
    }
    
    .grand-challenge-date-location {
      font-size: 1rem;
    }
    
    .grand-challenge-container {
      padding: 0 1.5rem;
    }
    
    .grand-challenge-main-title {
      font-size: 2rem;
    }
    
    .target-sectors-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }
    
    .who-can-apply-grid {
      grid-template-columns: 1fr;
    }
    
    .why-participate-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }
    
    .evaluation-focus-grid {
      grid-template-columns: 1fr;
    }
    
    .application-requirements {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    
    .timeline-item {
      flex-direction: column;
      gap: 1rem;
    }
    
    .timeline-item::before {
      display: none;
    }
    
    .timeline-item::after {
      display: none;
    }
    
    .application-link-card {
      padding: 2rem 1.5rem;
    }
    
    .application-title {
      font-size: 1.5rem;
    }
    
    .prizes-table-wrapper {
      overflow-x: scroll;
    }
    
    .grand-challenge-prizes-featured {
      padding: 2rem 1.5rem;
      margin: 2rem 0;
    }
    
    .prizes-featured-title {
      font-size: 2rem;
    }
    
    .prizes-featured-subtitle {
      font-size: 1.1rem;
    }
    
    .benefits-featured-list {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    
    .benefits-featured-list li {
      padding: 1.25rem;
      padding-left: 3rem;
    }
    
    .grand-challenge-prizes-featured::before {
      font-size: 100px;
      top: -20px;
      right: -20px;
    }
  }
  
  @media (max-width: 480px) {
    .grand-challenge-prizes-featured {
      padding: 1.5rem 1rem;
    }
    
    .prizes-featured-title {
      font-size: 1.75rem;
    }
    
    .prizes-featured-subtitle {
      font-size: 1rem;
    }
    
    .prizes-featured-table th,
    .prizes-featured-table td {
      padding: 1rem 0.75rem;
      font-size: 0.9rem;
    }
    
    .benefits-featured-list li {
      flex-direction: column;
      text-align: center;
      padding: 1rem;
    }
    
    .grand-challenge-prizes-featured::before {
      font-size: 80px;
      top: -10px;
      right: -10px;
    }
    
    .target-sectors-grid {
      grid-template-columns: 1fr;
    }
    
    .why-participate-grid {
      grid-template-columns: 1fr;
    }
    
    .application-requirements {
      grid-template-columns: 1fr;
    }
    
    .target-sector-card {
      padding: 1.5rem;
    }
    
    .why-participate-card {
      padding: 1.5rem;
    }
    
    .requirement-item {
      padding: 1.25rem 1rem;
    }
    
    .requirement-title {
      font-size: 1rem;
    }
    
    .requirement-desc {
      font-size: 0.85rem;
    }
  }
  
  /* ANNOUNCEMENT BAR */
  .announcement-bar {
    position: fixed;
    top: 96px; /* Below navbar */
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #FF6700 0%, #ff8533 100%);
    color: #ffffff;
    z-index: 9998;
    height: 40px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  
  .announcement-container {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
  }
  
  .announcement-register-wrapper {
    position: absolute;
    left: 20px;
    z-index: 10;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 100%;
  }
  
  .announcement-scroll-wrapper {
    flex: 1;
    overflow: hidden;
    margin-left: 200px;
    margin-right: 20px;
    height: 100%;
    position: relative;
  }
  
  .announcement-scroll {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    animation: scroll-announcement 30s linear infinite;
    height: 100%;
  }
  
  @keyframes scroll-announcement {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
  .announcement-item {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    padding: 0 20px;
    height: 100%;
    transition: background-color 0.2s ease;
    cursor: pointer;
  }
  
  .announcement-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  .announcement-text {
    font-size: 0.9rem;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    white-space: nowrap;
  }
  
  .announcement-separator {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.2rem;
    padding: 0 10px;
  }
  
  /* Register Now Button with Glowing Effect */
  .announcement-register-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    padding: 6px 18px;
    height: 28px;
    background: linear-gradient(135deg, #10b981 0%, #059669 50%, #047857 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.85rem;
    font-family: 'Rubik', sans-serif;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.5), 0 0 20px rgba(5, 150, 105, 0.4);
    animation: register-glow 2s ease-in-out infinite;
  }
  
  .announcement-register-btn:hover {
    background: linear-gradient(135deg, #34d399 0%, #10b981 50%, #059669 100%);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(16, 185, 129, 0.7), 0 0 35px rgba(5, 150, 105, 0.6);
  }
  
  .announcement-register-btn:active {
    transform: scale(0.98);
  }
  
  /* Touch-friendly on mobile */
  @media (hover: none) and (pointer: coarse) {
    .announcement-register-btn {
      -webkit-tap-highlight-color: rgba(16, 185, 129, 0.3);
      touch-action: manipulation;
    }
    
    .announcement-register-btn:active {
      background: linear-gradient(135deg, #059669 0%, #047857 50%, #065f46 100%);
      transform: scale(0.95);
    }
  }
  
  .register-btn-text {
    position: relative;
    z-index: 2;
    letter-spacing: 0.5px;
  }
  
  .register-btn-icon {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
  }
  
  .announcement-register-btn:hover .register-btn-icon {
    transform: translateX(3px);
  }
  
  .register-btn-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: glow-pulse 2s ease-in-out infinite;
    pointer-events: none;
  }
  
  @keyframes register-glow {
    0%, 100% {
      box-shadow: 0 4px 15px rgba(16, 185, 129, 0.5), 0 0 20px rgba(5, 150, 105, 0.4);
    }
    50% {
      box-shadow: 0 6px 25px rgba(16, 185, 129, 0.7), 0 0 35px rgba(5, 150, 105, 0.6);
    }
  }
  
  @keyframes glow-pulse {
    0%, 100% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(0.8);
    }
    50% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1.2);
    }
  }
  
  /* Adjust body padding to account for announcement bar */
  body {
    padding-top: calc(96px + 40px); /* Navbar + Announcement bar */
  }
  
  /* Mobile styles for announcement bar */
  @media (max-width: 1024px) {
    .announcement-bar {
      top: 58px; /* Below mobile navbar */
      height: 36px;
    }
    
    body {
      padding-top: calc(58px + 36px); /* Mobile navbar + Announcement bar */
    }
    
    .announcement-register-wrapper {
      left: 12px;
    }
    
    .announcement-scroll-wrapper {
      margin-left: 150px;
      margin-right: 12px;
    }
    
    .announcement-register-btn {
      padding: 5px 12px;
      height: 26px;
      font-size: 0.75rem;
      gap: 5px;
      border-radius: 18px;
    }
    
    .register-btn-text {
      font-size: 0.75rem;
      letter-spacing: 0.3px;
    }
    
    .register-btn-icon {
      width: 14px;
      height: 14px;
    }
    
    .announcement-text {
      font-size: 0.85rem;
    }
    
    .announcement-item {
      padding: 0 12px;
    }
    
    .announcement-separator {
      padding: 0 8px;
      font-size: 1rem;
    }
  }
  
  @media (max-width: 768px) {
    .announcement-bar {
      height: 34px;
    }
    
    body {
      padding-top: calc(58px + 34px);
    }
    
    .announcement-register-wrapper {
      left: 10px;
    }
    
    .announcement-scroll-wrapper {
      margin-left: 130px;
      margin-right: 10px;
    }
    
    .announcement-register-btn {
      padding: 4px 10px;
      height: 24px;
      font-size: 0.7rem;
      gap: 4px;
      border-radius: 16px;
    }
    
    .register-btn-text {
      font-size: 0.7rem;
      letter-spacing: 0.2px;
    }
    
    .register-btn-icon {
      width: 12px;
      height: 12px;
    }
    
    .announcement-text {
      font-size: 0.8rem;
    }
    
    .announcement-item {
      padding: 0 10px;
    }
    
    .announcement-separator {
      padding: 0 6px;
      font-size: 0.9rem;
    }
  }
  
  @media (max-width: 480px) {
    .announcement-bar {
      height: 32px;
    }
    
    body {
      padding-top: calc(58px + 32px);
    }
    
    .announcement-register-wrapper {
      left: 8px;
    }
    
    .announcement-scroll-wrapper {
      margin-left: 110px;
      margin-right: 8px;
    }
    
    .announcement-register-btn {
      padding: 3px 8px;
      height: 22px;
      font-size: 0.65rem;
      gap: 3px;
      border-radius: 14px;
      border-width: 1px;
    }
    
    .register-btn-text {
      font-size: 0.65rem;
      letter-spacing: 0.1px;
    }
    
    .register-btn-icon {
      width: 11px;
      height: 11px;
    }
    
    .announcement-text {
      font-size: 0.75rem;
    }
    
    .announcement-item {
      padding: 0 8px;
    }
    
    .announcement-separator {
      padding: 0 5px;
      font-size: 0.8rem;
    }
    
    /* Reduce glow effect on very small screens for performance */
    .announcement-register-btn {
      box-shadow: 0 3px 12px rgba(16, 185, 129, 0.45), 0 0 15px rgba(5, 150, 105, 0.35);
      animation: register-glow-mobile 2s ease-in-out infinite;
    }
    
    @keyframes register-glow-mobile {
      0%, 100% {
        box-shadow: 0 3px 12px rgba(16, 185, 129, 0.45), 0 0 15px rgba(5, 150, 105, 0.35);
      }
      50% {
        box-shadow: 0 5px 20px rgba(16, 185, 129, 0.6), 0 0 25px rgba(5, 150, 105, 0.5);
      }
    }
  }
  