/* =========================================
   FINAL REDBULL HERO OVERRIDE
   (paste at very bottom of file)
========================================= */

/* remove theme overlay */

.hero-section::before {
  display: none !important;
}

/* remove glass card */

.hero-content {
  background: transparent !important;
  backdrop-filter: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  max-width: none !important;
  text-align: left !important;
}

/* force hero background clean */

.hero-redbull {
  background: #f8fafc !important;
  position: relative;
}

/* split layout */

.hero-redbull-layout {
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  min-height: 85vh;
}

/* LEFT SIDE */

.hero-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-product img {
  max-width: 420px;
  width: 100%;
  animation: heroFloat 6s ease-in-out infinite;
}

/* floating motion */

@keyframes heroFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}

/* RIGHT SIDE */

.hero-right {
  padding-left: 60px;
}

.hero-right h1 {
  font-size: 64px;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.05;
  letter-spacing: -1px;
}

.hero-right p {
  font-size: 18px;
  color: #475569;
  margin: 20px 0 30px;
}

/* search box */

.hero-right .event-search {
  max-width: 520px;
  background: white !important;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
  border-radius: 12px;
  position: static !important;
}

/* fix theme forcing center */

.hero-section {
  justify-content: flex-start !important;
}

/* MOBILE */

@media (max-width: 992px) {

  .hero-redbull-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-right {
    padding-left: 0;
  }

  .hero-product img {
    max-width: 300px;
    margin-bottom: 30px;
  }

}

/* ===== HERO TEXT VISIBILITY FIX ===== */

.hero-right h1 {
  color: #0f172a !important;
}

.hero-right p {
  color: #334155 !important;
}

.hero-right {
  color: #0f172a !important;
}

/* ===== REDBULL TYPOGRAPHY ===== */

.hero-label {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #64748b;
  display: block;
  margin-bottom: 12px;
}

/* headline */

.hero-right h1 {
  font-size: 72px;
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1.05;
  color: #0f172a;
  margin-bottom: 20px;
}

/* paragraph */

.hero-right p {
  font-size: 18px;
  color: #475569;
  max-width: 480px;
  margin-bottom: 30px;
}

/* green CTA like Red Bull */

.btn-cta {
  background: #111827;
  color: white;
  border: 1px solid #111827;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
  padding: 16px 36px;
  border-radius: 999px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all .3s ease;
}






.btn-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(141, 98, 98, 0.12);
}

/* spacing */

.hero-right {
  padding-left: 80px;
}

/* ===============================
   HERO — MATCH REFERENCE SCALE
================================ */

/* compact hero height */

.hero-redbull-layout {
  min-height: 60vh !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* smaller product */

.hero-product img {
  max-width: 260px !important;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,.15));
}

/* headline like reference */


/* button scale */

.btn-cta {
  padding: 12px 26px;
  font-size: 14px;
  border-radius: 999px;
}

/* spacing */

.hero-right {
  padding-left: 40px !important;
}

/* section padding override */

.hero-section {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* mobile */

@media (max-width: 992px) {
  .hero-redbull-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-product img {
    max-width: 220px;
    margin-bottom: 20px;
  }
}

/* ===== REDBULL STYLE NAVBAR UI (NON-DESTRUCTIVE) ===== */

.modern-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.logo img {
  height: 60px;
}

/* Center menu container */
.nav-outer {
  flex: 1;
  display: flex;
  justify-content: center;
}

/* Pill background */
.pill-menu {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f3f4f6;
  padding: -2px 28px;
  border-radius: 999px;
}

/* Menu links */
.pill-menu li a {
  font-weight: 600;
  font-size: 15px;
  color: #111827;
  padding: 6px 4px;
  transition: all .2s ease;
}

.pill-menu li a:hover {
  color: #16a34a;
}

/* Dropdown arrow */
.pill-menu .dropdown i {
  margin-left: 6px;
  font-size: 12px;
}

/* Right buttons */
.modern-right {
  display: flex;
  gap: 10px;
}

.menu-btn1 {
  background: #22b0af;
  color: white;
  border-radius: 10px;
  padding: 8px 18px;
  font-weight: 600;
}

.menu-btn1:hover {
  background: #0ea5a4;
}

/* Header feel */
.main-header {
  background: white;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* Reduce header padding */
.header-upper {
  padding: 14px 0;
}

/* ===== PREMIUM NAVBAR BUTTONS (NEUTRAL MODERN) ===== */

.modern-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* Base button */
.menu-btn1 {
  border-radius: 12px;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .2px;
  transition: all .25s ease;
}

/* Customer → subtle filled */
.menu-btn1.mr-1 {
  background: #111827;
  color: white;
  border: 1px solid #111827;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

/* Organizer → clean outline */
.menu-btn1:not(.mr-1) {
  background: white;
  color: #111827;
  border: 1px solid #e5e7eb;
}

/* Hover */
.menu-btn1:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
}

/* Dropdown */
.dropdown-menu {
  border-radius: 14px;
  border: 1px solid #eee;
  padding: 10px;
  box-shadow: 0 25px 60px rgba(0,0,0,.12);
  background: white;
}

.dropdown-item {
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 500;
  color: #111827;
}

.dropdown-item:hover {
  background: #f3f4f6;
}

/* =================================
   FEATURED EVENTS — MODERN UI
================================ */

.events-section {
  background: #f8fafc;
}

/* section title */

.section-title h2 {
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.3px;
}

/* tabs */

.events-tabs {
  justify-content: center;
  border: none;
  gap: 10px;
}

.events-tabs .nav-link {
  border: none;
  background: white;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  color: #334155;
  box-shadow: 0 4px 14px rgba(0,0,0,.05);
  transition: all .25s ease;
}

.events-tabs .nav-link.active {
  background: #0f172a;
  color: white;
}

.events-tabs .nav-link:hover {
  transform: translateY(-1px);
}

/* card */

.event-item1 {
  background: white;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #f1f5f9;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
  transition: all .3s ease;
  position: relative;
}

.event-item1:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

/* image */

.event-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* content */

.event-content {
  padding: 18px 20px;
}

/* time info */

.time-info {
  display: flex;
  gap: 14px;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 10px;
}

/* title */

.event-content h5 a {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}

.event-content h5 a:hover {
  color: #111827;
}

/* description */

.event-description {
  font-size: 14px;
  color: #475569;
  margin-top: 6px;
}

/* organizer */

.organizer {
  font-size: 12px;
  color: #64748b;
}

/* bottom row */

.price-remain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}

/* price */

.price {
  font-weight: 700;
  font-size: 16px;
  color: #111827;
}

/* location */

.location {
  font-size: 13px;
  color: #64748b;
}

/* wishlist */

.wishlist-btn1 {
  position: absolute;
  top: 14px;
  right: 14px;
  background: white;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  transition: all .25s ease;
}

.wishlist-btn1:hover {
  transform: scale(1.1);
}

/* =============================
   MODERN EVENTS TABS (SAFE)
============================= */

.modern-events-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.modern-tabs-wrapper {
  display: flex;
  gap: 10px;
  background: #f1f5f9;
  padding: 6px;
  border-radius: 999px;
}

/* tab button */

.modern-tab-btn {
  border: none;
  background: transparent;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 600;
  color: #334155;
  transition: all .25s ease;
}

/* active */

.modern-tab-btn.active {
  background: white;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  color: #0f172a;
}

/* hover */

.modern-tab-btn:hover {
  background: white;
}

.modern-event-card {
background:white;
border-radius:18px;
border:1px solid #eef2f7;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.05);
transition:.3s;
position:relative;
}

.modern-event-card:hover {
transform:translateY(-6px);
box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.modern-event-image img {
height:220px;
width:100%;
object-fit:cover;
}

.modern-event-content {
padding:20px;
}

.modern-time-info {
display:flex;
gap:12px;
font-size:12px;
color:#64748b;
}

.modern-price-row {
display:flex;
justify-content:space-between;
align-items:center;
margin-top:14px;
}

.modern-wishlist {
position:absolute;
top:14px;
right:14px;
background:white;
border-radius:50%;
width:36px;
height:36px;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 8px 20px rgba(0,0,0,.1);
}


.modern-footer-light {
background:#f9fafb;
border-top:1px solid #e5e7eb;
color:#374151;
}

.coming-wrapper{
pointer-events:none;
position:relative;
}

.coming-overlay{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background:rgba(0,0,0,0.65);
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
font-weight:600;
letter-spacing:1px;
}