body {
    font-family: 'Montserrat', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #181818;
    color: #f3f3f3;
}
header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2px 5vw 12px 5vw;
    background: #232323;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    position: relative;
    z-index: 10;
    gap: 8px;
}
.logo {
    height: 56px;
    align-items: flex-start;
    margin-right: 8px;
    margin-left: 0;
}
nav {
    position: relative;
    display: flex;
    align-items: center ;
    background: rgba(36, 36, 36, 0.55);
    border-radius: 1.5rem;
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    border: 1.5px solid rgba(255,255,255,0.08);
    height: 56px;
    padding: 0 0.1rem;
    gap: 0;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
    flex: 0.5;
    box-shadow: none;
}
nav .nav-indicator {
    display: none !important;
}
nav a {
    margin: 0;
    text-decoration: none;
    color: #f3f3f3;
    font-weight: 600;
    transition: color 0.25s cubic-bezier(.77,0,.18,1), background 0.3s, box-shadow 0.3s;
    position: left;
    padding: 0.12rem 0.38rem;
    font-size: 0.99rem;
    border-radius: 0.8rem;
    letter-spacing: 0.005em;
    background: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    flex: 1 1 0;
}

nav a.active, nav a.selected {
    color: #fff !important;
    background: none !important;
    z-index: 1;
}
nav a:active::after {
    display: none !important;
}
nav a::after {
    content: '';
    display: none !important;
}
.ticket-btn {
    background: #eb0028;
    color: #fff !important;
    padding: 7px 16px;
    border-radius: 18px;
    margin-left: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    border: none;
    box-shadow: 0 2px 8px rgba(230,43,30,0.08);
    transition: background 0.2s, color 0.2s;
    display: inline-block;
    align-self: center;
}
.ticket-btn:hover, .ticket-btn:focus {
    background: #fff;
    color: #eb0028 !important;
    border: 1.5px solid #eb0028;
}
.hero {
    text-align: center;
    padding: 60px 10vw 30px 10vw;
    background: #232323;
}
.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #eb0028;
}
.hero h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
}
.theme {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
.theme span {
    color: #eb0028;
    font-weight: bold;
}
.calendar-btn {
    display: inline-block;
    background: #fff;
    color: #232323;
    padding: 10px 24px;
    border-radius: 24px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
    transition: background 0.2s;
}
.calendar-btn:hover {
    background: #eb0028;
    color: #fff;
}
.info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 5vw;
    background: #181818;
}
.event-img {
    width: 350px;
    max-width: 90vw;
    border-radius: 16px;
    margin-right: 40px;
    margin-bottom: 24px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.25);
}
.details {
    max-width: 600px;
}
.details h3 {
    color: #eb0028;
    margin-top: 0;
}
.details ul {
    padding-left: 20px;
}
.details li {
    margin-bottom: 12px;
    line-height: 1.5;
}
.date-location {
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    margin: 12px 0 16px 0; /* Reduced top margin from 32px to 12px */
    letter-spacing: 0.02em;
}
.date-location .date-label {
    color: #eb0028;
    font-weight: bold;
    margin-right: 8px;
}
.date-location .date-value {
    color: #fff;
    font-weight: 400;
}
.cta {
    background: #eb0028;
    color: #fff;
    text-align: center;
    padding: 40px 10vw;
}
.cta h3 {
    margin-top: 0;
    font-size: 2rem;
}
.cta p {
    font-size: 1.1rem;
    margin-bottom: 24px;
}
.sponsor-btn {
    background: #232323;
    color: #eb0028;
    padding: 10px 28px;
    border-radius: 24px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    transition: background 0.2s, color 0.2s;
}
.sponsor-btn:hover {
    background: #fff;
    color: #eb0028;
}
footer {
    background: #232323;
    color: #fff;
    text-align: center;
    padding: 24px 5vw 12px 5vw;
}
.socials {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    width: 100%;
}
.socials a {
    color: #eb0028;
    margin: 0 10px;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.socials a:hover {
    color: #eb0028;
}
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    transition: box-shadow 0.2s, background 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border: none;
    outline: none;
}
.social-icon svg {
    width: 32px;
    height: 32px;
    display: block;
}
.social-icon.instagram:hover svg rect {
    fill: #E4405F;
}
.social-icon.instagram:hover svg path,
.social-icon.instagram:hover svg circle {
    stroke: #eb0028;
    fill: #fff;
}
.social-icon.facebook:hover svg rect {
    fill: #1877F3;
}
.social-icon.facebook:hover svg path {
    fill: #eb0028;
}
.social-icon.youtube:hover svg rect {
    fill: #FF0000;
}
.social-icon.youtube:hover svg path {
    fill: #eb0028;
}
.social-icon:focus {
    box-shadow: 0 0 0 2px #222;
}
.license {
    font-size: 0.95rem;
    opacity: 0.8;
    color: #bbb;
}
@media (max-width: 900px) {
    .info {
        flex-direction: column;
        align-items: center;
    }
    .event-img {
        margin-right: 0;
        margin-bottom: 24px;
    }
    .team-cards {
        flex-direction: column;
        align-items: center;
    }
    .team-card, .team-card.expanded {
        width: 90vw;
        max-width: 340px;
        height: 320px;
    }
    .team-cards {
        gap: 24px;
        padding-bottom: 16px;
        align-items: stretch;
    }
    .flip-card {
        width: 80vw;
        max-width: 320px;
        height: 320px;
        flex: 0 0 80vw;
    }
}
@media (max-width: 600px) {
    header, .info, .cta, .hero, footer {
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .hero {
        padding-top: 36px;
        padding-bottom: 18px;
    }
    .cta {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .event-img {
        width: 100%;
        max-width: 100vw;
    }
    .socials {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .socials a {
        width: auto;
        text-align: center;
        justify-content: center;
    }
    .wrapper {
        gap: 1.2rem !important;
    }
    .wrapper .icon {
        width: 48px !important;
        height: 48px !important;
        font-size: 18px !important;
    }
    .tooltip {
        font-size: 0.95rem !important;
        padding: 5px 10px !important;
        top: -38px !important;
    }
    .tooltip::before {
        height: 8px !important;
        width: 8px !important;
        bottom: -4px !important;
    }
}
nav a:hover, nav a:focus {
    color: #eb0028 !important;
    background: none !important;
}
.dropdown {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    flex: 1 1 0;
}
.dropdown-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    background: none !important;
    border: none;
    outline: none;
    color: #f3f3f3;
    font-weight: 600;
    font-size: 0.89rem;
    padding: 0.12rem 0.38rem;
    border-radius: 0.8rem;
    letter-spacing: 0.005em;
    transition: color 0.2s, background 0.2s;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
    color: #e62b1e !important;
    background: none !important;
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 140px;
    background: rgba(36, 36, 36, 0.98);
    border-radius: 1.5rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    border: 1.5px solid rgba(255,255,255,0.10);
    padding: 0; /* Remove extra vertical padding */
    z-index: 100;
    flex-direction: column;
    animation: dropdown-bubble 0.22s cubic-bezier(.7,1.7,.7,1);
    height: 80px; /* Increased height for more space in dropdown */
    justify-content: center;
}
@keyframes dropdown-bubble {
    0% { opacity: 0; transform: translateX(-50%) scale(0.92); }
    100% { opacity: 1; transform: translateX(-50%) scale(1); }
}
.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
    display: flex;
}
.dropdown-menu a {
    color: #ffffff !important;
    background: transparent !important;
    /* Remove any unwanted inherited color or background */
}
.dropdown-menu a:hover {
    background: #e62b1e !important;
    color: #ffffff !important;
}
/* From Uiverse.io by david-mohseni */ 
.wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 2.5rem !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 auto 1.5rem auto !important;
  list-style: none !important;
}

.wrapper .icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #181818 !important;
  border-radius: 50% !important;
  margin: 0 !important;
  width: 70px !important;
  height: 70px !important;
  font-size: 28px !important;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1) !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
  position: relative !important;
}

.wrapper .icon svg {
  margin: 0 auto !important;
  display: block !important;
}
.tooltip {
  position: absolute !important;
  top: -48px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  font-size: 1.1rem !important;
  background: #e4405f !important;
  color: #eb0028 !important;
  padding: 7px 16px !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
  z-index: 10 !important;
  white-space: nowrap !important;
  font-weight: 600 !important;
}
.tooltip::before {
  position: absolute !important;
  content: "" !important;
  height: 12px !important;
  width: 12px !important;
  background: #e4405f !important;
  bottom: -6px !important;
  left: 50% !important;
  transform: translateX(-50%) rotate(45deg) !important;
  z-index: 9 !important;
}
.icon:hover .tooltip,
.icon:focus .tooltip {
  opacity: 1 !important;
  pointer-events: auto !important;
  top: -60px !important;
}
main {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: visible !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 40px;
  justify-items: center;
  align-items: stretch;
  margin-top: 32px;
  width: 100%;
  max-width: 1400px;
  padding-bottom: 24px;
  box-sizing: border-box;
  perspective: none;
  overflow: visible;
}

.flip-card {
  width: 220px;
  height: 300px;
  flex: none;
  background-color: transparent;
  font-family: 'Montserrat', Arial, sans-serif;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0;
  perspective: 1000px;
  overflow: visible;
  position: relative;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s cubic-bezier(.77,0,.18,1);
  transform-style: preserve-3d;
  overflow: visible;
}

.flip-card.flipped .flip-card-inner,
.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #eb0028;
  border-radius: 1rem;
  padding: 24px 18px;
  background: #232323;
  overflow: visible;
}
@media (max-width: 1200px) {
  .team-cards {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(ceil(25/3), 1fr);
    gap: 32px;
  }
}
@media (max-width: 900px) {
  .team-cards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(ceil(25/2), 1fr);
    gap: 24px;
  }
  .flip-card {
    width: 90vw;
    max-width: 320px;
    height: 320px;
  }
}
@media (max-width: 600px) {
  .team-cards {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(25, 1fr);
    gap: 18px;
  }
  .flip-card {
    width: 98vw;
    max-width: 340px;
    height: 320px;
  }
}
.mapbox iframe {
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 100vw !important;
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}