  :root{
      --bg:#0c0b0a;
      --muted:#d1d5db;
      --accent:#f59e0b;
      --glass-bg:rgba(255,255,255,.03);
      --glass-border:rgba(255,255,255,.10);
      --nav-solid:rgba(10,10,10,.96);
      --white:#fff;
    }

    @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

    
    body{
      background: #0a0a0a;
    }
    .muted
    {
      color: var(--muted);
    }
    .navbar
    {
      background-color:#0a0a0a !important;
    }
    .navbar-toggler
    {
      color: #fff;
    }
    .navbar-toggler-icon
    {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(245,158,11)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-brand, .navbar-brand:focus, .navbar-brand:hover
    {
      color: #fff !important;
      padding: 0;
    }
    .navbar-brand img
    {
      width: 100%;
      max-width: 150px; 
    }
    .nav-item
    {
      padding: 0 5px;
    }
    .navbar-nav .nav-link,.navbar-nav .nav-link.active, .navbar-nav .nav-link.show
    {
      font-size: 15px;
      color: #fff ;
    }
    .navbar-btn
    {
      background: #f59e0b;
      border-radius: 20px;
      padding: 8px 15px !important;
      color:#0a0a0a !important;
      font-weight: bold;
    }
    .btn-accent
    {
      border-radius: 50px;
      width: 100%;
      max-width: 200px;
      font-size: 16px;
      padding:  15px !important;
      color:#f59e0b ;
      border: 1px solid #fff;
      
    }
    .btn-accent:hover, .btn-accent:focus
    {
     border: 1px solid #f59e0b;
     color: #f59e0b;
     font-weight: 600;
     background: rgba(255, 255, 255, 0.03);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    }
    .dropdown-menu
    {
      background-color: #0a0a0a;
      color: #fff;
      --bs-dropdown-link-active-bg:var(--accent);
    }
    .dropdown-item
    {
      color: #fff;
      font-size: 15px;
      padding: 0.5rem 1rem;
    }
    .hr-glow {
      height: 2px;
      width: 200px; /* shorter = stronger visual impact */
      margin: 2.0rem auto;
      border: none;
      border-radius: 50px;
      background: radial-gradient(
        circle,
        #f59e0b 0%,
        #f59e0b 35%,
        rgba(245, 158, 11, 0.6) 60%,
        rgba(245, 158, 11, 0.15) 80%,
        rgba(245, 158, 11, 0) 100%
      );
      filter: blur(0.4px);
      opacity: 0.95; 
    }
    .hf
    {
      font-family: "Playfair Display", serif;
      font-weight: bold;
      font-size: 4rem;
      color: #fff; 
    }
    .shf
    {
      font-family: "Playfair Display", serif;
      font-weight: 100;
      font-size: 2.25rem; 
      color: #d1d5db;
    }
    
    .glass-effect {
    background: rgba(255, 255, 255, 0.03);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
#home
{
  background: #0c0b0a;
  padding-bottom: 30px;
}
#menu
{
  background: #0c0b0a;
}
#menu .nav .nav-item .nav-link
{
      background-color: rgb(245 158 11 );
      color: #000;
      font-weight: 500;
      border-radius: 50px;
      padding: 15px 25px;
}
.menu-category h3 {
  font-family: "Playfair Display", serif;
  color: var(--accent);
  border-left: 3px solid var(--accent);
  padding-left: 10px;
}

.menu-item {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0;
}

.menu-item:last-child {
  border-bottom: none;
}

.menu-item span:first-child {
  font-weight: 400;
}

.menu-item span:last-child {
  font-weight: 600;
  color: var(--accent);
}
.text-accent
{
  color: rgba(255,255,255,0.82);
}
.menu-category-scroll {
  background: transparent;
  scrollbar-width: thin;
  scrollbar-color: #ffc107 #262626;
}
.menu-cat-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.33em;
  min-width: 72px;
  padding: 6px 4px;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 1.04em;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
  background: none;
}
.menu-cat-link.active,
.menu-cat-link:hover {
  /*color: #FFC107;*/
  background: rgba(255,193,7,0.14);
}
.menu-cat-link img {
  margin-bottom: 2px;
  filter: brightness(1.5);
}
.menu-category-scroll::-webkit-scrollbar {
  height: 5px;
}
.menu-category-scroll::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 5px;
}

@media (min-width: 900px) {
  .menu-category-scroll {
    gap: 2rem;
    justify-content: center;
    overflow-x: visible !important;
  }
  .menu-cat-link img { width:44px; }
  .menu-cat-link { font-size: 1.18em; min-width: 86px; }
}

.menu-category-scroll {
  gap: 1rem;
  scrollbar-width: thin;
  scrollbar-color: #ffc107 #252525;
}
.menu-cat-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 76px;
  text-align: center;
  padding: 8px 4px;
  border-radius: 12px;
  color: #fff;
  background: none;
  font-size: 1.02em;
  text-decoration: none;
  transition: background 0.18s, color 0.2s;
  white-space: nowrap;
}
.menu-cat-link.active,
.menu-cat-link:hover {
  /*color: #FFC107 !important;*/
  background: rgba(255,193,7,0.14);
}
.menu-cat-link .cat-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 3px;
  filter: brightness(1.5);
}
.menu-cat-link .cat-label {
  font-weight: 500;
  margin-top: 3px;
  letter-spacing: 0.01em;
}

/* Desktop layout: icon and label side by side */
@media (min-width: 900px) {
  .menu-category-scroll {
    justify-content: center;
    overflow-x: visible !important;
    gap: 2rem;
  }
  .menu-cat-link {
    flex-direction: row;
    align-items: center;
    min-width: auto;
    padding: 10px 18px;
    border-radius: 16px;
    font-size: 1.15em;
    background: none;
  }
  .menu-cat-link .cat-icon {
    margin-bottom: 0;
    margin-right: 12px;
    width: 44px;
    height: 44px;
  }
  .menu-cat-link .cat-label {
    margin-top: 0;
    margin-left: 0;
    font-size: 1em;
    text-align: left;
  }
}

@media only screen and (min-width: 750px) and (max-width:1000px)
    {
      .hf
      { 
        font-size: 3.5rem; 
      }
      .shf
      { 
        font-size: 1.75rem; 
      }
    }

    @media only screen and (max-width: 750px) 
    {
      .nav-link
      {
        text-align: center;
      }
      .nav-link.navbar-btn
      {
            margin: auto;
        margin-top: 10px;
        max-width: 120px !important;
        text-align: center;
      }
      .dropdown-item
      {
        text-align: center;
      }
      .hf
      { 
        font-size: 2.5rem; 
      }
      .shf
      { 
        font-size: 1.55rem; 
      }
    }

/* Carousel Container */
/* Carousel Container - Full Height */
.hero-carousel {
  min-height: 100vh !important;
  height: 100vh !important;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100vh !important;
  height: 100vh !important;
  background: #0a0a0a;
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
  min-height: 100vh !important;
  height: 100vh !important;
  transition: transform 0.6s ease-in-out;
}

.carousel-item.active {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-bg, .event-bg {
  min-height: 100vh !important;
  height: 100vh !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}


  .event-bg {
    background: radial-gradient(ellipse 75% 70% at 50% 40%, #161622 90%, #191621 100%);
    position: relative; overflow: hidden;
  }
  .event-bg::before {
    content: "";
    position: absolute; top:10%; left: 18%; width: 64%; height: 60%;
    background: repeating-linear-gradient(120deg, #f59e0b0f 0 9px, #23222700 12px 20px);
    opacity: 0.18; pointer-events: none; z-index: 0;
  }

   
  .event-bg img {
    width: auto;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }



/* EVents page styling */

/* === Event Page Styles === */
.event-box {
  max-width: 670px !important;
  margin: 100px auto 50px auto !important; /* Increase the top margin from 56px to 100px */
  background: #191820;
  border-radius: 16px;
  box-shadow: 0 4px 38px #18171e77;
  padding: 38px 22px !important;
}

@media (max-width: 650px) {
  .event-box { 
    padding: 18px 2px !important;
    margin-top: 70px !important;  /* Smaller top margin on mobile */
  }
}


.event-img {
  max-width: 370px;
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 2px 24px #0c0b0ab0;
  margin-bottom: 16px;
  background: #18171e;
}

.event-h1 {
  margin-bottom: 7px;
  letter-spacing: 0.01em;
  word-break: break-word;
  font-size: 2.5rem;
  font-family: "Playfair Display", serif;
  color: var(--accent);
  font-weight: bold;
}

.event-date {
  color: #bababc;
  font-size: 1.13rem;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.event-desc {
  font-size: 1.19rem;
  color: #eaeaea;
  margin: 22px 0 15px 0;
  line-height: 1.55;
  white-space: pre-line;
}

.btn-accent {
  margin-top: 22px;
  font-size: 1.14rem;
  box-shadow: 0 2px 12px #f59e0b2a;
}

@media (max-width: 650px) {
  .event-box { padding: 18px 2px !important; }
  .event-img { height: 120px; border-radius: 10px; }
  .event-h1 { font-size: 1.45rem; }
  .event-desc { font-size: 1.03rem; }
  .btn-accent { font-size: 1rem; }
}

.event-contact-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.event-contact-box h3 {
  margin-bottom: 18px;
}
.contact-icon img {
  border-radius: 10px;
  transition: box-shadow 0.18s;
  box-shadow: 0 2px 8px #18171e26;
}
.contact-icon:hover img {
  box-shadow: 0 2px 14px #f59e0b54;
}
.contact-icon {
  display: inline-block;
}
.event-contact-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  gap: 5px;

}

.event-contact-label {
  font-size: 1.19rem;
  color: #fafafc;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-right: 5px;
}

.contact-icon svg {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  transition: filter 0.18s, opacity 0.18s;
  filter: drop-shadow(0 2px 6px #18171e28);
}
.contact-icon:hover svg {
  filter: drop-shadow(0 3px 14px #f59e0b38);
  opacity: 0.88;
}



/* Footer Styles */

.footer-site {
  margin-top: 30px;
  background: #12121b;
  color: var(--white);
  border-top: 1px solid #000;
  padding: 15px 0 1px 0;
  font-size: 14px;
}
.footer-site a { color: #ffc107; text-decoration:none;}
.footer-site a:hover { color:#ffba25; }
.footer-site i { vertical-align: middle; }
@media (max-width: 600px) {
  .footer-site .row { flex-direction: column !important; }
  .footer-site [style*="flex:"] { min-width: 0 !important; max-width: 100% !important; }
}


/* Gallery */

.gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
  padding: 10px;
  justify-content: center;
}
.gallery-item {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
  cursor: pointer;
}
.gallery-filters {
  display: flex;
  justify-content: center;
  gap: 1.3rem;
  margin-bottom: 22px;
  margin-top: 10px;
}

.filter-btn {
  padding: 7px 22px;
  background: rgba(245, 158, 11, 0.08); /* faint accent glow */
  color: #fff;
  border: 2px solid #f59e0b;
  border-radius: 25px;
  font-size: 1.01rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 2px 10px #18171e22;
  transition: background 0.16s, color 0.16s, border-color 0.16s;
}

.filter-btn.active,
.filter-btn:focus,
.filter-btn:hover {
  background: #f59e0bd6; /* accent solid */
  color: #161622;
  border-color: #ffd873;
  outline: none;
}

@media (max-width: 600px) {
  .gallery-filters {
    gap: 0.55rem;
  }
  .filter-btn {
    font-size: 0.97rem;
    padding: 7px 10px;
    border-radius: 17px;
  }
}



@media only screen and (max-width: 600px) {
  .menu-category-scroll {
    gap: 0.3rem;
    padding-bottom: 2px;
  }
  .menu-cat-link {
    min-width: 74px;
    max-width: 110px;
    font-size: 0.91em;
    padding: 2px 1px;
  }
  .menu-cat-link .cat-icon {
    width: 32px !important;
    height: 32p !importantx;
    margin-bottom: 2px;
  }
  .menu-cat-link .cat-label {
    font-size: 0.98em;
    margin-top: 1px;
    font-weight: 400;
  }
}
