
    /* ---------- Global ---------- */
    /* Prevent mobile browser zoom on input focus */
@media (max-width: 768px) {
  input,
  select,
  textarea,
  button {
    font-size: 16px !important;
  }

  .w3-input,
  .w3-select,
  .w3-button {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .explore-search-input,
  .explore-category-select,
  .explore-compact-input,
  .explore-compact-select,
  #exploreLocationAutocompleteMount input {
    font-size: 16px !important;
  }
}
    html, body {
      font-family: "Poppins", sans-serif;
      scroll-behavior: smooth;
      background: #f5f5f5;
      color: #111;
    }

    .thekete-black {
      background-color: #0d0d0d !important;
      color: #fff !important;
    }

    .thekete-gold {
      background-color: #f4c430 !important;
      color: #111 !important;
    }

    .thekete-text-gold {
      color: #f4c430 !important;
    }

    .thekete-border-gold {
      border: 2px solid #f4c430 !important;
    }

    .thekete-btn {
      border-radius: 7px;
      font-weight: 500;
      padding: 8px 20px;
      transition: 0.3s;
    }

    .thekete-btn:hover {
      opacity: 0.9;
      transform: translateY(-1px);
    }

    .rounded-xl {
      border-radius: 5px;
    }

    .rounded-lg {
      border-radius: 5px;
    }

    .shadow-soft {
      box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    }

    .shadow-dark {
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    }

    .section-space {
      padding-top: 10px;
      padding-bottom: 48px;
    }

    /* ---------- Navbar ---------- */
    .topbar {
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }

/* Logo image */
.brand-logo-img {
  height: 20px;          /* desktop */
  width: auto;
  display: block;
}

.footer-logo-img {
  height: 38px;
  width: auto;
  display: block;
}

@media (max-width: 600px) {
  .brand-logo-img {
    height: 24px;        /* mobile */
  }

  .footer-logo-img {
    height: 32px;
  }
}

    .nav-link {
      font-weight: 500;
      text-decoration: none;
      margin: 0 10px;
      color: #fff;
    }

    .nav-link:hover {
      color: #f4c430;
    }

    /* ---------- Hero ---------- */
    .hero-wrap {
      position: relative;
      min-height: 55vh;
      display: flex;
      align-items: center;
      background:
        linear-gradient(to right, rgba(10,10,10,0.92) 0%, rgba(10,10,10,0.78) 35%, rgba(10,10,10,0.35) 100%),
        url('https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    }

    .hero-glow {
      position: absolute;
      right: 8%;
      top: 20%;
      width: 280px;
      height: 280px;
      background: radial-gradient(circle, rgba(244,196,48,0.45) 0%, rgba(244,196,48,0.12) 45%, rgba(244,196,48,0) 75%);
      filter: blur(8px);
      pointer-events: none;
    }

    .hero-title {
      font-size: 40px;
      line-height: 1.1;
      font-weight: 400;
      margin-bottom: 1px;
    }

    .hero-subtitle {
      font-size: 15px;
      color: rgba(255,255,255,0.88);
      max-width: 620px;
      margin-bottom: 28px;
    }

.search-bar {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  margin-top: 10px;
  min-height: 45px;
  padding: 6px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.search-bar .w3-select,
.search-bar .w3-input {
  border: none !important;
  border-radius: 6px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  min-height: 20px;
  font-size: 12px;
}

.search-bar .w3-input::placeholder {
  color: rgba(255,255,255,0.75);
}

.search-bar .w3-select option {
  color: #111;
}

    .search-btn {
      min-height: 20px;
      border-radius: 4px;
      font-weight: 400;
      font-size: 12px;
    }

    /* ---------- Cards ---------- */
    .event-card {
      overflow: hidden;
      border-radius: 6px;
      position: relative;
      background: #111;
      color: #fff;
    }

    .event-card img {
      width: 100%;
      height: 150px;
      object-fit: cover;
      display: block;
      filter: brightness(0.8);
    }
    .event-card {
        width:85%;
    }
    .event-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.08));
      padding: 18px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }

    .event-title {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 6px;
    }

    .event-meta {
      font-size: 10px;
      opacity: 0.92;
      margin-bottom: 10px;
    }

    /* ---------- Categories ---------- */
    .category-box {
      border-radius: 7px;
      background: #fff;
      padding: 22px 14px;
      text-align: center;
      transition: 0.3s;
      height: 100%;
    }

    .category-box:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 24px rgba(0,0,0,0.12);
    }

    .category-box i {
      font-size: 26px;
      margin-bottom: 12px;
      color: black;
    }

    /* ---------- How it works ---------- */
    .step-circle {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: #1a1a1a;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 28px;
      margin-bottom: 14px;
    }

    /* ---------- CTA ---------- */
    .host-section {
      background:
        linear-gradient(135deg, rgba(13,13,13,0.96), rgba(27,27,27,0.96));
      color: #fff;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
    }

    .host-section::after {
      content: "";
      position: absolute;
      right: -90px;
      bottom: -90px;
      width: 260px;
      height: 260px;
      background: radial-gradient(circle, rgba(244,196,48,0.25), rgba(244,196,48,0));
      border-radius: 50%;
    }

    /* ---------- Footer ---------- */
    .footer-link {
      text-decoration: none;
      color: rgba(255,255,255,0.85);
      display: block;
      margin-bottom: 8px;
    }

    .footer-link:hover {
      color: #f4c430;
    }

    /* ---------- Responsive ---------- */
    @media (max-width: 992px) {
      .hero-wrap {
        min-height: 75vh;
      }

      .hero-title {
        font-size: 42px;
      }

      .hero-subtitle {
        font-size: 12px;
      }
    }

    @media (max-width: 600px) {
      .hero-wrap {
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        background-position: center;
      }

      .hero-title {
        font-size: 30px;
      }

      .hero-subtitle {
        font-size: 12px;
      }

      .mobile-stack-btn .w3-button {
        width: 100%;
        margin-bottom: 10px;
      }


    }
    .browse-event-item {
  cursor: pointer;
}

.browse-event-item:hover {
  background: #f7f7f7;
}
#browseEventsModal {
  z-index: 2000;
}

#eventModal {
  z-index: 3000;
}
/* Browse events list item redesign */
.browse-event-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  min-height: 150px;
  border-radius: 8px;
  margin: 12px 0;
  border: 1px solid rgba(0,0,0,0.08);
  background-color: #111;
}

.browse-event-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.14);
}

/* Background image layer */
.browse-event-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.08); /* hides blur edges */
  filter: blur(4px);
}

/* Dark overlay for readability */
.browse-event-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.72), rgba(0,0,0,0.45));
}

/* Foreground content */
.browse-event-content {
  position: relative;
  z-index: 2;
  min-height: 150px;
  display: flex;
  align-items: center;
  padding: 16px;
}

/* Poster thumb */
.browse-event-thumb {
  width: 125px;
  height: 168px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  box-shadow: 0 6px 16px rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.25);
}

/* Text panel */
.browse-event-info {
  margin-left: 16px;
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 12px 14px;
  border-radius: 8px;
  width: 100%;
  color: #fff;
}

.browse-event-info h4,
.browse-event-info p {
  color: #fff !important;
}

.browse-event-info .w3-text-grey {
  color: rgba(255,255,255,0.82) !important;
}

.browse-event-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 8px;
  background: rgba(244,196,48,0.92);
  color: #111;
}

@media (max-width: 600px) {
  .browse-event-content {
    padding: 12px;
  }

  .browse-event-thumb {
    width: 103px;
    height: 140px;
  }

  .browse-event-info {
    margin-left: 12px;
    padding: 10px 12px;
  }

  .browse-event-item {
    min-height: 130px;
  }
}
/* Event modal touch-up */
.event-modal-box {
  background: #fff;
}

.event-modal-poster-wrap {
  background: #111;
}

.event-modal-poster {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  height: 320px; /* landscape on larger screens */
}

.event-meta-box {
  background: #f7f7f7;
  border-radius: 7px;
  padding: 12px;
  height: 100%;
}

.event-meta-label {
  font-size: 12px;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.event-meta-value {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .event-modal-poster {
    height: 460px; /* portrait feel on mobile */
    object-fit: cover;
  }
}
@media (max-width: 600px) {
  #browseFiltersSection {
    display: none;
  }

  #browseFiltersSection.show-filters {
    display: block !important;
  }
}
  