@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Black.eot");
    src: local("☺"), url("fonts/Montserrat-Black.woff") format("woff"), url("fonts/Montserrat-Black.ttf") format("truetype"), url("fonts/Montserrat-Black.svg") format("svg");
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Bold.eot");
    src: local("☺"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype"), url("fonts/Montserrat-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Regular.eot");
    src: local("☺"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype"), url("fonts/Montserrat-Regular.svg") format("svg");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Light.eot");
    src: local("☺"), url("fonts/Montserrat-Light.woff") format("woff"), url("fonts/Montserrat-Light.ttf") format("truetype"), url("fonts/Montserrat-Light.svg") format("svg");
    font-weight: 300;
    font-style: normal;
  }
  
  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
  }
  audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden], template {
    display: none;
  }
  a {
    background-color: transparent;
  }
  a:active, a:hover {
    outline: 0;
  }
  abbr[title] {
    border-bottom: 1px dotted;
  }
  b, strong {
    font-weight: bold;
  }
  dfn {
    font-style: italic;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  mark {
    background: #ff0;
    color: #000;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 1em 40px;
  }
  hr {
    box-sizing: content-box;
    height: 0;
  }
  pre {
    overflow: auto;
  }
  code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  button {
    overflow: visible;
  }
  button, select {
    text-transform: none;
  }
  button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button[disabled], html input[disabled] {
    cursor: default;
  }
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  input {
    line-height: normal;
  }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  legend {
    border: 0;
    padding: 0;
  }
  textarea {
    overflow: auto;
  }
  optgroup {
    font-weight: bold;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td, th {
    padding: 0;
  }
  ::-moz-selection {
    background: #FFF498;
  }
  ::selection {
    background: #FFF498;
  }
  img::-moz-selection {
    background: transparent;
  }
  img::selection {
    background: transparent;
  }
  body {
    -webkit-tap-highlight-color: #FFF498;
    background-color: #0c0c0c;
    font-size: 14px;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
  }
  
  /* General Layout */
  .l-viewport {
    position: relative;
    width: 100%;
    height: 100vh;
    box-shadow: 0 0 45px 5px rgba(0,0,0,0.85);
    overflow: hidden;
  }
  .l-wrapper {
    position: relative;
    width: 1440px;
    max-width: 90%;
    height: 100%;
    margin: 0 auto;
  }
  .l-side-nav {
    position: absolute;
    left: 0;
    display: flex;
    height: 100%;
    align-items: center;
  }
  .l-side-nav::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 70%;
    max-height: 750px;
    background-color: #555;
    opacity: 0.35;
    z-index: 10;
  }
  @media (max-width: 1180px) {
    .l-side-nav {
      display: none;
    }
  }
  .l-main-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .l-section {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .device-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #0c0c0c;
    z-index: 12;
  }
  .device-notification--logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
  }
  .device-notification--logo p {
    margin: 0 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .device-notification--message {
    width: 70%;
    margin: 30px 0 0 0;
    font-weight: 700;
    text-align: center;
  }
  @media (max-width: 767px) and (min-width: 601px) and (max-height: 680px),
  (max-width: 600px) and (min-width: 480px) and (max-height: 580px),
  (max-width: 736px) and (min-width: 360px) and (orientation: landscape),
  (max-width: 359px) {
    .device-notification {
      display: flex;
    }
  }
  
  /* Section Transitions */
  .section {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
  }
  .section--is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: opacity 0.4s ease-in-out 0.4s;
  }
  .section--next {
    transform: translateY(-45px);
    transition: transform 0.4s ease-in-out;
  }
  .section--prev {
    transform: translateY(45px);
    transition: transform 0.4s ease-in-out;
  }
  
  /* Header */
  .header {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 70px;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
  }
  .header--logo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  .header--logo img {
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .header--nav-toggle {
    display: flex;
    width: 50px;
    height: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .header--nav-toggle span,
  .header--nav-toggle::before,
  .header--nav-toggle::after {
    content: "";
    position: relative;
    width: 16px;
    height: 2px;
    background-color: #fff;
  }
  .header--nav-toggle::before {
    bottom: 5px;
    width: 23px;
  }
  .header--nav-toggle::after {
    top: 5px;
    width: 23px;
  }
  .header--cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: red;
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
  }
  .header--cta:focus {
    outline: none;
  }
  .header--cta.is-active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease-in-out 0.4s;
  }
  @media (max-width: 767px) {
    .header--cta {
      display: none;
    }
  }
  
  /* Side Navigation */
  .side-nav {
    position: relative;
    display: flex;
    width: 100px;
    height: 70%;
    max-height: 750px;
    flex-direction: column;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style-position: inside;
    z-index: 10;
    counter-reset: section;
    list-style: none;
  }
  .side-nav > li {
    position: relative;
    top: -5px;
    color: #fff;
    font-size: 6px;
    cursor: pointer;
    padding-left: 30px;
  }
  .side-nav > li span {
    position: relative;
    top: 3px;
    left: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    opacity: 0;
    visibility: hidden;
  }
  .side-nav > li::before {
    content: "0" counter(section);
    position: absolute;
    top: 3px;
    left: 10px;
    color: #555;
    font-size: 14px;
    font-weight: 300;
  }
  .side-nav li {
    counter-increment: section;
  }
  .side-nav li.is-active {
    color: red;
    transition: color 0.4s ease-in-out;
  }
  .side-nav li.is-active span {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease-in-out;
  }
  .side-nav li.is-active::before {
    left: -33px;
    color: #fff;
  }

    /* General Section Styles */
.l-section {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    pointer-events: none; /* Prevent interaction with inactive sections */
  }
  .l-section.section--is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    pointer-events: auto; /* Allow interaction with active section */
  }
  .l-viewport {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden; /* Keep for single-page layout */
  }
  .l-main-content {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  /* Intro Section */
  .intro {
    position: relative;
    display: flex;
    width: 900px;
    max-width: 75%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
  
  @media (max-width: 1180px) {
    .intro {
        max-width: 100%;
    }
}

.intro--banner {
    position: relative;
    height: 400px;
}

.intro--banner::before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: -15px;
    right: 0;
    height: 2px;
    background-color: #282828;
}

.intro--banner::after {
    content: "";
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 30px;
    height: 4px;
    background-color: red;
}

.intro--banner h1 {
    position: relative;
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    z-index: 1;
}

.intro--banner h2 {
    font-size: 24px;
    margin: 10px 0;
}

.intro--banner button {
    position: relative;
    padding: 5px 17px 5px 12px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
}

.intro--banner button .btn-background {
    position: absolute;
    top: 0;
    left: 23px;
    right: 0;
    height: 100%;
    background-color: red;
    z-index: -1;
    transition: left 0.2s ease-in-out;
}

.intro--banner button:hover .btn-background {
    left: 0;
}

.intro--banner button:focus {
    outline: none;
}

.intro--banner button svg {
    position: relative;
    left: 5px;
    width: 15px;
    fill: #fff;
}

.intro--banner img {
    position: absolute;
    bottom: 21px;
    right: -12px;
    max-width: 50%;
    height: auto;
}

.intro--options {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

.intro--options > a {
    max-width: 250px;
    text-decoration: none;
    color: #282828;
    transition: color 0.2s ease-in-out;
}

.intro--options > a:hover {
    color: #fff;
}

.intro--options h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.intro--options p {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .intro--banner {
        height: 380px;
    }
    .intro--banner h1 {
        font-size: 35px;
    }
    .intro--banner img {
        max-width: 45%;
    }
    .intro--options > a {
        margin-right: 30px;
    }
    .intro--options > a:last-child {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .intro--banner {
        height: auto;
        padding-bottom: 80px;
    }
    .intro--banner h1 {
        font-size: 30px;
    }
    .intro--banner h2 {
        font-size: 20px;
    }
    .intro--banner img {
        display: block;
        max-width: 60%;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    .intro--banner::before,
    .intro--banner::after {
        display: none;
    }
    .intro--options {
        display: block;
    }
    .intro--options > a {
        display: block;
        max-width: 100%;
        margin: 0 0 30px 0;
    }
    .intro--options > a:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 600px) {
    .intro--banner h1 {
        font-size: 28px;
    }
    .intro--banner img {
        max-width: 55%;
        bottom: 5px;
        right: 5px;
    }
}

@media (max-width: 480px) {
    .intro--banner h1 {
        font-size: 24px;
    }
    .intro--banner h2 {
        font-size: 18px;
    }
    .intro--banner img {
        max-width: 50%;
        bottom: 5px;
        right: 5px;
    }
}

/* Countdown Timer */
.countdown-timer,
.countdown-timer *,
.heading-count,
.heading-count h2,
.time-count,
.time-entry {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.time-count {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 15px;
}

.time-entry {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 70px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 6px;
}

.time-entry span {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 3px;
    color: #ffffff;
}

.time-entry {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .time-count {
        gap: 15px;
    }
    .time-entry {
        min-width: 60px;
        padding: 8px;
    }
    .time-entry span {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .time-count {
        gap: 10px;
    }
    .time-entry {
        min-width: 50px;
        padding: 6px;
    }
    .time-entry span {
        font-size: 18px;
    }
    .time-entry {
        font-size: 10px;
    }
}
  
  /* Countdown Timer */
  .countdown-timer,
  .countdown-timer *,
  .heading-count,
  .heading-count h2,
  .time-count,
  .time-entry {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .time-count {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 15px;
  }
  .time-entry {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 70px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 6px;
  }
  .time-entry span {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 3px;
    color: #ffffff;
  }
  .time-entry {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  @media (max-width: 768px) {
    .time-count {
      gap: 15px;
    }
    .time-entry {
      min-width: 60px;
      padding: 8px;
    }
    .time-entry span {
      font-size: 20px;
    }
  }
  @media (max-width: 480px) {
    .time-count {
      gap: 10px;
    }
    .time-entry {
      min-width: 50px;
      padding: 6px;
    }
    .time-entry span {
      font-size: 18px;
    }
    .time-entry {
      font-size: 10px;
    }
  }
  

  /* About Section - Desktop View Only */
@media (min-width: 768px) {
    .about {
      max-height: 100vh;
      overflow-y: auto;
      padding: 20px;
      border: none !important;
      outline: none !important;
      box-shadow: none !important;
    }
  
    .services-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr); /* 3 columns for 6 items */
      grid-template-rows: repeat(2, auto); /* 2 rows */
      gap: 10px; /* Reduced from 20px to 10px */
      justify-items: center;
      padding: 0 5px; /* Reduced from 10px to 5px */
    }
  
    .services-item {
      width: 100%;
      max-width: 280px;
      background: #2a2a2a;
      border-radius: 12px;
      padding: 12px; /* Reduced from 15px to 12px */
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      text-align: center;
    }
  
    .services-item .icon {
      font-size: 30px;
      margin-bottom: 10px;
    }
  
    .services-item h3 {
      font-size: 20px;
      margin-bottom: 10px;
    }
  
    .services-item p {
      font-size: 14px;
      margin: 0;
    }
  }
  
  /* About Section - Mobile View */
  @media (max-width: 767px) {
      #about {
          padding-top: 80px; /* Clear header */
          min-height: 80vh;
          touch-action: pan-y; 
          width: 95%;/* Ensure vertical swipe works */
      }
      #about .section-title-header {
          margin: 10px 0 5px;
      }
      #about .section-title {
          font-size: 24px;
          margin: 0;
      }
      .services-grid {
          display: grid;
          grid-template-columns: repeat(2, 1fr); /* Two columns */
          grid-template-rows: repeat(3, auto); /* Three rows for six items */
          gap: 10px;
          justify-items: center;
          padding:  5px;
      }
      .services-item {
          max-width: 250px;
          padding: 10px;
          background: #2a2a2a;
          border-radius: 12px;
          box-shadow: 0 4px 12px rgba(0,0,0,0.1);
          text-align: center;
      }
      .services-item h3 {
          font-size: 10px;
      }
      .services-item p {
          font-size: 12px;
      }
  }
  @media (max-width: 480px) {
      #about {
          padding-top: 70px;
          min-height: 75vh;
          touch-action: pan-y;
      }
      #about .section-title-header {
          margin: 8px 0 3px;
      }
      #about .section-title {
          font-size: 20px;
          margin: 0;
      }
      .services-grid {
          grid-template-columns: repeat(2, 1fr); /* Maintain two columns */
          grid-template-rows: repeat(3, auto); /* Three rows */
          gap: 8px;
          padding: 0 5px;
      }
      .services-item {
          max-width: 200px;
      }
      .services-item h3 {
          font-size: 9px;
      }
      .services-item p {
          font-size: 11px;
      }
  }
  
  /* Prize Section */
  .prize-section {
    padding-top: 80px;
  }
  .prize-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .prize-grid div {
    flex: 0 0 auto;
  }
  .prize-grid img {
    max-width: 150px;
    height: auto;
  }
  .section-divider {
    border: none;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    margin: 40px auto 20px;
    width: 80%;
  }
  .counter-section {
    padding: 40px 0;
  }
  .counter-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
  }
  .counter {
    text-align: center;
    min-width: 200px;
  }
  .counter .icon {
    font-size: 40px;
    color: red;
    margin-bottom: 10px;
  }
  .counter p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .counter span {
    font-size: 14px;
    color: #ccc;
  }
  @media (max-width: 767px) {
    .prize-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      justify-items: center;
      width: 100%;
    }
    
    .prize-grid img {
      max-width: 120px;
    }
    .counter-wrapper {
      gap: 20px;
      justify-content: space-between;
      flex-wrap: nowrap;
      width: 90%;
    }
    .counter {
      min-width: 100px;
    }
    .counter .icon {
      font-size: 30px;
    }
    .counter p {
      font-size: 14px;
    }
    .counter span {
      font-size: 12px;
    }
  }
  @media (max-width: 480px) {
    .prize-grid img {
      max-width: 100px;
    }
    .counter-wrapper {
      gap: 10px;
    }
    .counter {
      min-width: 80px;
    }
    .counter .icon {
      font-size: 24px;
    }
    .counter p {
      font-size: 12px;
    }
    .counter span {
      font-size: 10px;
    }
  }
  
 /* Schedule Section */
.schedule {
    margin-top: 60px;
    margin-left: 120px;
    width: calc(100% - 120px);
  }
  .schedule-days-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .schedule-day {
    flex: 1;
    min-width: 300px;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 12px;
  }
  .schedule-day h3 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
  }
  .schedule-day small {
    font-size: 14px;
    color: #ccc;
  }
  .schedule-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8px;
    row-gap: 10px;
  }
  .schedule-cards .card {
    background: rgba(255, 255, 255, 0.08);
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    text-align: left;
    line-height: 1.3;
    transition: transform 0.2s ease;
    box-sizing: border-box;
    overflow: hidden;
  }
  .schedule-cards .card:hover {
    transform: translateY(-4px);
  }
  .schedule-cards .card .time {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 3px;
    display: block;
  }
  @media (max-width: 1180px) {
    .schedule {
      margin-left: 0;
      width: 100%;
    }
  }
  /* Mobile View Adjustments for Schedule Section */
@media (max-width: 768px) {
    #schedules {
      margin-top: 10px; /* Reduced from 60px to move content up */
      padding-top: 10px; /* Minimal padding to reduce top space */
      width: 95%; /* Ensure full-width usage */
    }
  
    .section-title-header {
      margin: 10px 0 5px; /* Tighter margin for title */
    }
  
    .section-title-header h1 {
      font-size: 24px; /* Slightly smaller for compactness */
      margin-left: 10px; /* Align with content */
    }
  
    .section-title-header p {
      font-size: 12px; /* Smaller for mobile */
      margin-left: 10px;
    }
  
    .schedule-days-container {
      flex-direction: column;
      gap: 10px; /* Reduced from 30px to decrease gap between schedule-day divs */
      margin-top: 10px; /* Reduced from 30px */
    }
  
    .schedule-day {
      min-width: 100%;
      padding: 10px; /* Reduced from 20px */
      border-radius: 8px; /* Slightly smaller for compactness */
    }
  
    .schedule-day h3 {
      font-size: 18px; /* Reduced from 22px */
      margin-bottom: 10px; /* Reduced from 20px */
    }
  
    .schedule-day small {
      font-size: 12px; /* Reduced from 14px */
    }
  
    .schedule-cards {
      grid-template-columns: repeat(3, 1fr); /* Adjusted to 3 columns for tighter layout */
      column-gap: 4px; /* Reduced from 8px */
      row-gap: 4px; /* Reduced from 10px */
    }
  
    .schedule-cards .card {
      padding: 4px; /* Reduced from 6px */
      font-size: 9px; /* Reduced from 10px */
      max-width: 100px; /* Tighter card width */
      border-radius: 3px; /* Smaller radius */
    }
  
    .schedule-cards .card .time {
      font-size: 10px; /* Reduced from 12px */
      margin-bottom: 2px; /* Tighter spacing */
    }
  }
  
  @media (max-width: 480px) {
    #schedules {
      margin-top: 5px; /* Further reduced for smaller screens */
      padding-top: 5px; /* Minimal padding */
      width: 98%; /* Maximize width */
    }
  
    .section-title-header {
      margin: 8px 0 3px; /* Even tighter */
    }
  
    .section-title-header h1 {
      font-size: 20px; /* Smaller for very small screens */
      margin-left: 8px;
    }
  
    .section-title-header p {
      font-size: 10px; /* Smaller */
      margin-left: 8px;
    }
  
    .schedule-days-container {
      gap: 8px; /* Further reduced from 10px */
      margin-top: 5px; /* Tighter */
    }
  
    .schedule-day {
      padding: 8px; /* Reduced from 15px */
      border-radius: 6px; /* Smaller */
    }
  
    .schedule-day h3 {
      font-size: 16px; /* Reduced from 18px */
      margin-bottom: 8px; /* Tighter */
    }
  
    .schedule-day small {
      font-size: 10px; /* Reduced from 12px */
    }
  
    .schedule-cards {
      grid-template-columns: repeat(3, 1fr); /* Switch to 2 columns for very small screens */
      column-gap: 2px; /* Minimal gap */
      row-gap: 2px; /* Minimal gap */
    }
  
    .schedule-cards .card {
      padding: 3px; /* Further reduced */
      font-size: 8px; /* Smaller text */
      max-width: 80px; /* Tighter card width */
      border-radius: 2px; /* Minimal radius */
    }
  
    .schedule-cards .card .time {
      font-size: 9px; /* Further reduced */
      margin-bottom: 1px; /* Minimal spacing */
    }
  }
  
  /* Speakers Section */
  .speakers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
  }
  .speaker-card {
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 8px;
    font-size: 13px;
  }
  .speaker-card img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 8px;
  }
  .speaker-card h3 {
    font-size: 14px;
    margin: 5px 0 2px;
  }
  .speaker-card p {
    font-size: 12px;
    color: #ccc;
  }
  @media (max-width: 992px) {
    .speakers-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 576px) {
    .speakers-grid {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 767px) {

    #team{
        width: 95%;
    }
    .section-title-header h1{
        padding-top: 50px;
    }
    .speakers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .speakers-grid {
      gap: 10px;
      padding: 10px;
    }
    .speaker-card {
      padding: 8px;
      font-size: 11px;
    }
    .speaker-card img {
      max-width: 80%;
      margin-bottom: 5px;
    }
    .speaker-card h3 {
      font-size: 12px;
      margin: 3px 0;
    }
    .speaker-card p {
      font-size: 10px;
    }
  }
  
  /* FAQ Section */
  .accordion {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
  }
  .accordion .card {
    background: #1c1c1c;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .accordion .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(255, 0, 0, 0.4);
  }
  .accordion .card-header {
    background: #2a2a2a;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 18px;
    cursor: pointer;
    position: relative;
    border-radius: 8px 8px 0 0;
  }
  .accordion .card-header::after {
    content: '\002B';
    font-size: 22px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }
  .accordion .card-header.active::after {
    content: '\00D7';
  }
  .accordion .card-body {
    background: #121212;
    color: #ccc;
    font-size: 14px;
    padding: 15px 18px;
    line-height: 1.5;
    display: none;
  }
  @media (max-width: 768px) {
    #faq{
        width: 90%;
    }
    .accordion {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 480px) {
    .accordion {
      padding: 10px;
    }
    .accordion .card-header {
      font-size: 14px;
      padding: 10px 15px;
    }
    .accordion .card-body {
      font-size: 12px;
      padding: 12px 15px;
    }
  }
  
  /* Sponsors Section */
  #sponsors {
    padding: 60px 0;
  }
  .sponsors-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  .sponsors-logos img {
    max-height: 80px;
    width: 170px;
    object-fit: contain;
    transition: transform 0.3s ease;
  }
  .sponsors-logos img:hover {
    transform: scale(1.1);
  }
  .sponsor-button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .sponsor-button-wrapper .btn-common {
    background-color: red;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 6px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease;
  }
  .sponsor-button-wrapper .btn-common:hover {
    background-color: darkred;
  }
  @media (max-width: 767px) {
    .sponsors-logos {
      gap: 20px;
    }
    .sponsors-logos img {
      max-height: 60px;
      width: 140px;
    }
  }
  @media (max-width: 480px) {
    .sponsors-logos {
      gap: 15px;
    }
    .sponsors-logos img {
      max-height: 50px;
      width: 120px;
    }
    .sponsor-button-wrapper .btn-common {
      padding: 10px 20px;
      font-size: 14px;
    }
  }
  
  /* Registration Section */
#event-slides {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align content at the top */
    align-items: center;
    min-height: 80vh; /* Reduced from 100vh to allow content to sit higher */
    background: #0c0c0c;
    padding-top: 10px; /* Minimal padding to bring content closer to top */
    margin-top: -10px; /* Negative margin to pull section upward */
  }
  
  #event-slides .container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
  }
  
  #event-slides .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
  }
  
  #event-slides .col-md-6,
  #event-slides .col-lg-6 {
    flex: 1 1 400px;
    max-width: 500px;
  }
  
  #event-slides .video img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
  }
  
  #event-slides .section-title {
    font-size: 36px;
    color: #fff;
  }
  
  #event-slides p {
    color: #eee;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  
  #event-slides .btn {
    display: inline-block;
    margin-top: 25px;
    background-color: red;
    color: white;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease;
  }
  
  #event-slides .btn:hover {
    background-color: darkred;
  }
  
  /* Mobile View Adjustments */
  @media (max-width: 767px) {
    #event-slides {
      margin-top: 0; /* Remove any negative margin for mobile */
      padding-top: 5px; /* Even tighter padding for mobile */
      justify-content: flex-start;
      min-height: 75vh; /* Slightly shorter for mobile */
    }
  
    #event-slides .video {
      padding: 0;
      margin: 0;
    }
  
    #event-slides .video img {
      width: 90%;
      height: auto;
      object-fit: cover;
      border-radius: 12px;
      margin: 0;
      display: block;
    }
  
    #event-slides .section-title-header {
      margin: 10px 0 5px;
    }
  
    #event-slides .section-title {
      font-size: 28px;
      margin: 0;
    }
  
    #event-slides p {
      font-size: 14px;
      margin: 5px 0;
      text-align: justify;
      width: 90%;
    }
  
    #event-slides .btn {
      padding: 10px 20px;
      font-size: 14px;
      margin-top: 5px;
      display: inline-block;
    }
  
    #event-slides [class*="col-"] {
      padding-left: 0;
      padding-right: 0;
      margin: 0;
    }
  }
  
  @media (max-width: 480px) {
    #event-slides .row {
      gap: 0;
    }
  
    #event-slides .section-title-header {
      margin: 8px 0 3px;
    }
  
    #event-slides .section-title {
      font-size: 24px;
      margin: 0;
    }
  
    #event-slides p {
      font-size: 12px;
      margin: 3px 0;
    }
  
    #event-slides .btn {
      padding: 8px 15px;
      font-size: 12px;
      margin-top: 3px;
    }
  }
  
  /* Contact Section */
  #contact-map .row.justify-content-center.mt-4 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .contact-box {
    background: #1c1c1c;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    width: 250px;
    height: 150px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contact-box h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #fff;
  }
  .contact-box p {
    margin: 0;
    color: #ccc;
    font-size: 18px;
    line-height: 1.4;
  }
  .contact-box strong {
    color: #fff;
  }
  .contact-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(255, 0, 0, 0.4);
  }
  @media (max-width: 767px) {
    #contact-map .row.justify-content-center.mt-4 {
      flex-direction: column;
      align-items: center;
    }
    .contact-box {
      width: 90%;
      height: auto;
      padding: 12px;
    }
    .contact-box h4 {
      font-size: 18px;
    }
    .contact-box p {
      font-size: 16px;
    }
  }
  @media (max-width: 480px) {
    .contact-box {
      width: 95%;
      padding: 10px;
    }
    .contact-box h4 {
      font-size: 16px;
    }
    .contact-box p {
      font-size: 14px;
    }
  }
  
  /* Section Title */
  .section-title-header {
    text-align: center;
    margin: 40px 0 20px;
  }
  .section-title-header h1 {
    font-size: 35px;
    margin: 0 0 10px 0;
  }
  .section-title-header p {
    font-size: 16px;
    color: #ccc;
    margin: 0;
  }
  @media (max-width: 767px) {
    .section-title-header {
      margin: 20px 0 10px;
    }
    .section-title-header h1 {
      font-size: 28px;
      text-align: left;
      margin-left: 15px;
    }
    .section-title-header p {
      font-size: 14px;
      text-align: left;
      margin-left: 15px;
    }
  }
  @media (max-width: 480px) {
    .section-title-header h1 {
      font-size: 24px;
    }
    .section-title-header p {
      font-size: 12px;
    }
  }
  
  /* Outer Navigation */
  .outer-nav {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translateY(-50%);
    transform-style: preserve-3d;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    visibility: hidden;
    transition: visibility 0s 0.2s;
  }
  .outer-nav.is-vis {
    visibility: visible;
  }
  .outer-nav--return {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
    z-index: 11;
  }
  .outer-nav--return.is-vis {
    display: block;
  }
  .outer-nav > li {
    transform-style: preserve-3d;
    transform: translateX(350px) translateZ(-1000px);
    font-size: 40px;
    font-weight: 900;
    opacity: 0;
    cursor: pointer;
    transition: transform 0.2s, opacity 0.2s;
  }
  .outer-nav > li.is-vis {
    transform: translateX(0) translateZ(0);
    opacity: 1;
    transition: transform 0.4s, opacity 0.4s;
  }
  .outer-nav > li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
    width: 110%;
    height: 15px;
    opacity: 0;
    background-color: red;
  }
  .outer-nav > li.is-active::before {
    opacity: 1;
  }
  .outer-nav li.is-vis:nth-child(2) {
    transition-delay: 0.04s;
  }
  .outer-nav li.is-vis:nth-child(3) {
    transition-delay: 0.08s;
  }
  .outer-nav li.is-vis:nth-child(4) {
    transition-delay: 0.12s;
  }
  .outer-nav li.is-vis:nth-child(5) {
    transition-delay: 0.16s;
  }
  @media (max-width: 767px) {
    .outer-nav > li {
      font-size: 30px;
    }
  }
  @media (max-width: 480px) {
    .outer-nav > li {
      font-size: 24px;
    }
  }
  
  /* Perspective */
  .perspective {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .perspective--modalview {
    position: fixed;
    perspective: 1500px;
  }
  .container {
    position: relative;
    transform: translateZ(0) translateX(0) rotateY(0deg);
    min-height: 100%;
    transition: transform 0.4s;
  }
  .modalview .container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
  }
  .effect-rotate-left .container {
    transform-origin: 0% 50%;
    transition: transform 0.4s;
  }
  .effect-rotate-left--animate .container {
    transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
  }
  
  /* General Responsive Adjustments */
  @media (max-width: 1200px) {
    .l-wrapper {
      max-width: 95%;
    }
  }
  @media (max-width: 992px) {
    .l-wrapper {
      max-width: 98%;
    }
  }
  @media (max-width: 480px) {
    .l-wrapper {
      max-width: 100%;
      padding: 0 10px;
    }
  }

  