@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:wght@400;500;700&display=swap");
/*$menu-background: linear-gradient(0deg,rgba(255, 225, 150, 1) 0%, rgba(255, 250, 242, 1) 100%);*/
/*$tablet: 1024px;*/
*,
*::before,
*::after {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none;
  color: inherit; }

button {
  font-family: inherit;
  cursor: pointer; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: bold;
  font-family: "Fira Sans Extra Condensed", Arial, sans-serif;
  text-transform: uppercase; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.9rem; }

p {
  margin: 0; }

section {
  margin-bottom: 0; }

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%; }

input,
button,
textarea,
select {
  font: inherit; }

p {
  padding: 1rem 0; }

img {
  max-width: 100%; }

.grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr; }

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (min-width: 0) and (max-width: 1200px) {
    .flex-between {
      display: flex;
      flex-direction: column; } }

.note {
  margin: 1rem 0;
  background-color: #ffebbf;
  text-align: center;
  padding: 0.5rem;
  border-radius: 8px;
  font-weight: bold;
  font-size: 0.9rem; }

.list-items {
  list-style-position: inside;
  list-style-type: disc;
  margin-left: 2rem; }

figcaption {
  font-size: 12px;
  font-style: italic; }

.text-muted {
  color: #666; }

.full-width {
  grid-column: 1 / -1; }

.warning {
  background: #fffbf0;
  border: 1px solid #f0e68c;
  padding: 15px;
  margin: 20px 0; }

.main-withsidebar {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 30px;
  align-items: start; }

.sidebar-box {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 20px;
  border-radius: 8px;
  position: sticky;
  top: 20px;
  /* Optional: makes it stick when scrolling */ }

.sidebar-box h3 {
  color: #495057;
  margin-bottom: 15px;
  font-size: 1.2em; }

.sidebar-box li {
  padding: 0.5rem 0; }

@media screen and (min-width: 0) and (max-width: 1200px) {
  .main-withsidebar {
    grid-template-columns: 1fr;
    gap: 20px; }
  .sidebar-box {
    order: 2;
    /* This moves it below the main content */
    position: static;
    /* Remove sticky behavior on mobile */ }
  .main-content {
    order: 1; } }

@media (min-width: 760px) {
  .grid {
    grid-template-columns: repeat(2, 1fr); }
  .grid .full {
    grid-column: 1 / -1; }
  .grid .three, .grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid.four {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.full-bleed {
  grid-column: 1 / -1;
  /* Span from the first to the last column */ }

.badge {
  align-self: flex-start;
  background: #eaf8ed;
  color: var(#1a8f2f);
  border: 1px solid #cfead5;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 600; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1400px; }

.orange {
  color: #FDB913; }

.bg-lt-orange {
  background-color: #ffebbf; }

.bg-orange {
  color: white;
  background-color: #FDB913; }

.bama-color {
  color: #9E1C33; }

.cac-color {
  color: #5F7DC1; }

.bg-bama-color {
  color: white;
  background-color: #9E1C33; }

.bg-cac-color {
  color: white;
  background-color: #5F7DC1; }

.fira-sans-extra-condensed-regular {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 400;
  font-style: normal; }

.fira-sans-extra-condensed-medium {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 500;
  font-style: normal; }

.fira-sans-extra-condensed-bold {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 700;
  font-style: normal; }

.blur {
  backdrop-filter: blur(10px); }

/* All sides */
.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

/* Top */
.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

/* Bottom */
.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

/* Start (Left in LTR) */
.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

/* End (Right in LTR) */
.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

/* Horizontal (X-axis) */
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important; }

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

/* Vertical (Y-axis) */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

Complete Padding Classes
css
.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

/* Top */
.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

/* Bottom */
.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

/* Start (Left in LTR) */
.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

/* End (Right in LTR) */
.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

/* Horizontal (X-axis) */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important; }

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

/* Vertical (Y-axis) */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.p-relative {
  position: relative; }

.text-center {
  text-align: center; }

.d-flex {
  display: flex; }

.flex-grow {
  flex-grow: 1; }

.flex-column {
  flex-direction: column; }

.text-dark {
  color: #333 !important; }

.text-light {
  color: #fff !important; }

.gap-1 {
  gap: 0.25rem; }

.gap-2 {
  gap: .5rem; }

.gap-3 {
  gap: 1rem; }

.gap-4 {
  gap: 2rem; }

@media screen and (max-width: 768px) {
  .d-flex {
    flex-direction: column; } }

/* Start with result hidden completely */
#result {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 9999;
  text-align: center; }

/* Show when .show is added */
#result.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto; }

/* Shared animation for error/success when shown */
.success, .error {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease; }

.success.show, .error.show {
  opacity: 1;
  transform: translateY(0); }

/* Style: ERROR */
.error {
  background-color: #ffe6e6;
  border: 1px solid #dc3545;
  color: #721c24;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 2px 4px rgba(220, 53, 69, 0.1);
  max-width: 600px;
  margin: 1rem auto; }

.error i {
  color: #dc3545;
  font-size: 1.25rem; }

/* Style: SUCCESS */
.success {
  background-color: #e6ffed;
  border: 1px solid #28a745;
  color: #155724;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 2px 4px rgba(40, 167, 69, 0.1);
  max-width: 600px;
  margin: 1rem auto; }

.success i {
  color: #28a745;
  font-size: 1.25rem; }

/*@import "animations";*/
.volunteer-event {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
  width: 100%; }
  .volunteer-event .available-slots {
    text-align: end; }

@media (min-width: 760px) {
  .volunteer-event {
    grid-template-columns: 5fr 1fr; }
  .grid .full {
    grid-column: 1 / -1; }
  .grid .three {
    grid-template-columns: repeat(3, 1fr); } }

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

.d-flex-vcenter {
  display: flex;
  align-items: center;
  gap: 0.5rem; }

.hero {
  background: url(../img/bama-theatre-tiltshift.png) no-repeat 0 50%;
  background-size: cover;
  /*    min-height:500px;*/
  width: 100%;
  color: white;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden; }
  .hero .container {
    display: flex;
    align-items: center;
    position: relative; }
  .hero .hero-box {
    width: 50%;
    display: flex;
    gap: 1rem;
    padding: 2rem 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out; }
    .hero .hero-box:not(.active) {
      position: absolute;
      top: 0;
      left: 0; }
    .hero .hero-box.active {
      opacity: 1;
      position: relative;
      z-index: 1000; }
      .hero .hero-box.active .text-content {
        transform: translateX(0); }
    @media screen and (min-width: 0) and (max-width: 1200px) {
      .hero .hero-box {
        width: 100%;
        flex-wrap: wrap;
        align-content: center; } }
  .hero .text-content {
    transform: translateX(-100%);
    transition: transform 0.6s ease-out; }
  .hero .image, .hero .image img {
    width: 100%; }
  .hero .sponsor {
    font-size: 0.9rem;
    line-height: 1rem; }
  .hero .title {
    font-family: "Fira Sans Extra Condensed", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: bold;
    line-height: 3rem; }
  .hero .location {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: bold; }
  @media screen and (min-width: 1201px) {
    .hero .image {
      max-width: 130px; } }
  .hero .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
    @media screen and (min-width: 1201px) {
      .hero .wrapper {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0) 60%); } }
    @media screen and (min-width: 0) and (max-width: 1200px) {
      .hero .wrapper {
        background: rgba(0, 0, 0, 0.75); } }

.events {
  width: 100%;
  color: #495057;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center; }
  .events img {
    display: block;
    width: 400px;
    height: 250px;
    object-fit: cover;
    object-position: center; }
  .events .datebox {
    width: 70px;
    height: 85px;
    font-weight: bold;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: -10px;
    right: 15px; }
    .events .datebox .month {
      font-size: 14pt;
      line-height: 1; }
    .events .datebox .day {
      font-family: "Fira Sans Extra Condensed", Arial, sans-serif;
      font-size: 38pt;
      line-height: 1; }
  .events .container {
    margin: auto; }
  .events .sponsor {
    font-size: 0.9rem;
    line-height: 1; }
  .events .title {
    font-family: "Segoe UI", "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5; }
  .events .location {
    font-size: 0.9rem;
    line-height: 1;
    font-weight: bold; }

.our-mission .container {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 2rem;
  align-items: center; }
  @media screen and (min-width: 0) and (max-width: 1200px) {
    .our-mission .container {
      grid-template-columns: 100%; } }

.our-mission .mission_menu {
  width: 100%;
  position: relative; }
  .our-mission .mission_menu .mission-tabs {
    font-family: "Fira Sans Extra Condensed", Arial, sans-serif;
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden; }
  .our-mission .mission_menu a {
    display: block;
    padding: 1rem;
    background: white;
    border-left: 8px solid #FDB913;
    text-transform: uppercase;
    font-weight: bold; }

.our-mission h2 {
  font-size: 2.5rem;
  font-family: "Fira Sans Extra Condensed", Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 2rem;
  text-align: center; }

.community-events .img-container {
  padding: 1rem;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  background: url(../img/downtown_tuscaloosa_alabama.png) no-repeat;
  background-size: cover;
  background-position: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }
  .community-events .img-container .container {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 0) and (max-width: 1200px) {
      .community-events .img-container .container {
        flex-wrap: wrap; } }
  .community-events .img-container .container > div {
    width: 100%; }

.community-events h2 {
  font-size: 2.5rem;
  font-family: "Fira Sans Extra Condensed", Arial, sans-serif;
  text-transform: uppercase;
  text-align: start; }

.community-events .datebox {
  width: 70px;
  height: 85px;
  font-weight: bold;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25); }
  .community-events .datebox .month {
    font-size: 14pt;
    line-height: 1; }
  .community-events .datebox .day {
    font-family: "Fira Sans Extra Condensed", Arial, sans-serif;
    font-size: 38pt;
    line-height: 1; }

.community-events .events-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  width: 100%; }

.community-events .event-item {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%; }

.community-events .event-info {
  background: white;
  padding: 1rem;
  flex-grow: 1; }

.community-events .sponsor {
  font-size: 0.9rem;
  line-height: 1; }

.community-events .title {
  font-family: "Segoe UI", "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5; }

.community-events .location {
  font-size: 0.9rem;
  line-height: 1;
  font-weight: bold; }

.community-events .container {
  backdrop-filter: blur(5px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.support-the-arts {
  color: white; }
  .support-the-arts .bama-theatre-background {
    background: url(../img/bc89b852-a3c4-4cea-987b-229a4dd522d5-TUS_BamaTheatreGC3509.png) no-repeat;
    background-size: cover;
    background-position: 50%; }
  .support-the-arts .container {
    text-align: center; }
  .support-the-arts h2 {
    font-size: 3rem;
    padding: 2rem; }

/* Combined + deduplicated */
.stats {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin: 30px 0;
  background-color: #ffebbf;
  font-size: 1.5em;
  font-weight: bold; }

.stats div {
  font-size: 2em;
  font-weight: bold; }

.stats small {
  display: block;
  font-size: 0.5em;
  font-weight: normal;
  color: #666; }

.event,
.category {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px 0; }

/* New additions */
.top-awards {
  border: 2px solid #333;
  padding: 20px;
  margin: 30px 0;
  text-align: center; }

.group-section {
  padding: 20px;
  margin: 30px 0; }

/* Category header detail */
.category h4 {
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px; }

/* Details row styles */
.details {
  margin: 10px 0; }

.details strong {
  display: inline-block;
  width: 100px; }

/* Winners & places */
.winner {
  margin: 8px 0;
  /* updated from 10px per your new block */
  padding-left: 20px; }

.place {
  font-weight: bold;
  display: inline-block;
  width: 40px; }

/* Extra helpers */
.state-note {
  color: #666;
  font-size: 0.9em; }

.artwork-title {
  font-style: italic; }

.categories {
  margin: 20px 0;
  color: #666; }

/* Sponsors block */
.sponsors {
  margin: 20px 0; }

.sponsors ul {
  list-style: none;
  padding: 0; }

.sponsors li {
  margin: 5px 0; }

/* Responsive tweaks */
@media (max-width: 600px) {
  .stats {
    flex-direction: column;
    gap: 10px; }
  .winner {
    padding-left: 10px;
    /* mobile-friendly indent */ } }

.locations {
  margin: 15px 0; }

.locations ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px; }

.locations li {
  background: #ffebbf;
  padding: 5px 12px;
  border-radius: 15px; }

.contact {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 30px 0; }

.reviews {
  margin: 20px 0; }

.reviews ul {
  list-style: none;
  padding: 0; }

.reviews li {
  margin: 5px 0; }

@media (max-width: 600px) {
  .locations ul {
    flex-direction: column;
    align-items: center; } }

.druid-awards.navigation {
  background: #f8f9fa;
  padding: 15px;
  margin: 20px 0; }

.druid-awards.navigation h3 {
  margin-bottom: 10px; }

.druid-awards.navigation a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #333; }

.druid-awards.navigation a:hover {
  text-decoration: underline; }

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #333;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  display: none; }

.back-to-top:hover {
  background: #555; }

.navbar {
  position: sticky;
  top: 0;
  z-index: 1010;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #6c757d; }

.nav-container {
  max-width: 100%;
  margin: 0 auto;
  /*  padding: 0 $spacing-lg;*/
  display: flex;
  justify-content: space-between;
  align-items: center; }

.nav-logo {
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem; }
  .nav-logo h1, .nav-logo h5 {
    font-family: "Fira Sans Extra Condensed", Arial, sans-serif;
    line-height: 1; }
  .nav-logo small {
    font-size: 1.25rem; }

.nav-logo-link {
  color: #495057;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: .5;
  transition: color 0.3s ease; }
  .nav-logo-link:hover {
    color: #6c757d; }

.nav-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  gap: 0.5rem; }

.nav-list {
  display: flex;
  gap: 0.25rem;
  font-family: "Segoe UI", "Open Sans", sans-serif; }

.nav-item {
  position: relative; }

.nav-link {
  color: #495057;
  padding: 12px 1rem;
  border-radius: 25px;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 500;
  font-size: 0.9rem; }
  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px); }

.dropdown {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 250px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  border-radius: 5px;
  z-index: 1010;
  background: #FDB913;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }

.nav-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.dropdown-list {
  padding: 0.25rem 0; }

.dropdown-item {
  margin: 0;
  font-family: "Segoe UI", "Open Sans", sans-serif; }
  .dropdown-item:last-child .dropdown-link {
    border-bottom: none; }

.dropdown-link {
  display: block;
  padding: 12px 1rem;
  color: #ffffff;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .dropdown-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 2rem; }

.has-dropdown > .nav-link::after {
  content: '▼';
  font-size: 0.8rem;
  margin-left: 8px;
  transition: transform 0.3s ease; }

.has-dropdown:hover > .nav-link::after {
  transform: rotate(180deg); }

.nav-toggle {
  display: flex;
  flex-direction: column;
  display: none;
  cursor: pointer;
  padding: 8px;
  border: none;
  background: none;
  z-index: 1011; }

.bar {
  width: 26px;
  height: 3px;
  background-color: #FDB913;
  margin: 3px 0;
  transition: all 0.3s ease;
  border-radius: 2px; }

.nav-toggle.active .bar:nth-child(2) {
  opacity: 0; }

.nav-toggle.active .bar:nth-child(1) {
  transform: translateY(9.1923px) rotate(45deg);
  transform-origin: center; }

.nav-toggle.active .bar:nth-child(3) {
  transform: translateY(-9.1923px) rotate(-45deg); }

@media screen and (min-width: 0) and (max-width: 1200px) {
  .nav-menu {
    position: fixed;
    right: -100%;
    top: 130px;
    display: flex;
    flex-direction: column;
    background: #fff2c8;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    max-height: calc(100vh - 130px);
    overflow-y: auto; }
    .nav-menu.active {
      right: 0; }
    .nav-menu .dropdown-link {
      color: #333; }
  .nav-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 1rem 0;
    width: 100%; }
  .nav-item {
    margin: 0.25rem 0; }
  .nav-link {
    display: block;
    padding: 0.5rem;
    margin: 0 1rem; }
  .nav-toggle {
    display: flex; }
  .dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    border-radius: 0;
    margin: 0 1rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease; }
  .nav-item.active .dropdown {
    max-height: 300px; }
  .dropdown-list {
    padding: 0; }
  .dropdown-link {
    padding: 0.25rem 1rem;
    font-size: 0.9rem; }
    .dropdown-link:hover {
      padding-left: 1rem;
      background-color: rgba(255, 255, 255, 0.05); }
  .has-dropdown > .nav-link::after {
    transition: transform 0.3s ease; }
  .has-dropdown.active > .nav-link::after {
    transform: rotate(180deg); } }

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1; }
  @media screen and (min-width: 0) and (max-width: 1200px) {
    .tab {
      display: grid;
      grid-template-columns: 1fr 1fr; } }

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s; }

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd; }

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc; }

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none; }
  .tabcontent.active {
    display: block; }

.tabcontent {
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */ }

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
  width: 100%; }

.card {
  /*  padding: $spacing-xl;*/
  width: 100%;
  /*  max-width: 300px;*/
  margin: 0 auto; }
  .card h3 {
    color: #667eea;
    margin-bottom: 0.5rem; }
  .card p {
    margin-bottom: 0; }
  .card img {
    object-fit: contain; }

/*.board-container .card{
    height:450px;
}*/
.btn-primary {
  display: inline-flex;
  text-decoration: none;
  border: none;
  box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border-radius: 5px;
  transition: all .15s ease-in-out;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-height: 48px;
  min-width: 48px;
  color: #333;
  background-color: #FDB913; }
  .btn-primary:hover {
    background-color: #fed05f; }

.btn-secondary {
  display: inline-flex;
  text-decoration: none;
  border: none;
  box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border-radius: 5px;
  transition: all .15s ease-in-out;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-height: 48px;
  min-width: 48px;
  color: #fff;
  background-color: #595959; }
  .btn-secondary:hover {
    background-color: #7f7f7f; }

.btn-primary-outline {
  display: inline-flex;
  text-decoration: none;
  border: none;
  box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border-radius: 5px;
  transition: all .15s ease-in-out;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-height: 48px;
  min-width: 48px;
  color: #fff;
  border: 2px solid #FDB913;
  background-color: transparent; }
  .btn-primary-outline:hover {
    border-color: #fed05f;
    box-shadow: none; }

input {
  border: 1px solid #ddd;
  padding: .5rem;
  outline: none;
  border-radius: 8px;
  min-width: 250px; }

fieldset {
  margin: 2rem;
  padding: 1rem;
  border-radius: 12px;
  border-color: #FDB913; }
  fieldset legend {
    margin: 0;
    padding: 0 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Fira Sans Extra Condensed", Arial, sans-serif;
    text-transform: uppercase; }

label {
  display: block;
  font-size: 14px;
  color: var(#666);
  margin: 0 0 6px; }

/* Hide default checkbox */
input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0; }

/* Custom checkbox container */
.checkbox-container {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 10px 0;
  user-select: none; }

/* Custom checkbox styling */
.checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 4px;
  position: relative;
  margin-right: 10px;
  transition: all 0.3s ease;
  background-color: white; }

/* When checkbox is checked */
input[type="checkbox"]:checked + .checkmark {
  background-color: #22c55e;
  border-color: #22c55e; }

/* Create the checkmark */
.checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

/* Show the checkmark when checked */
input[type="checkbox"]:checked + .checkmark::after {
  display: block; }

#volunteer-form {
  /* Compact checkbox row */ }
  #volunteer-form label {
    display: block;
    font-size: 14px;
    color: var(--muted);
    margin: 0 0 6px; }
  #volunteer-form .field {
    position: relative; }
  #volunteer-form input, #volunteer-form select, #volunteer-form textarea {
    width: 100%;
    padding: 12px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--text);
    outline: none;
    transition: border-color .2s, box-shadow .2s, background .2s; }
  #volunteer-form input::placeholder, #volunteer-form textarea::placeholder {
    color: #6f7fa0; }
  #volunteer-form input:focus, #volunteer-form select:focus, #volunteer-form textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 6px var(--ring); }
  #volunteer-form .hint {
    font-size: 12px;
    color: #7f93b8;
    margin-top: 6px; }
  #volunteer-form .error {
    font-size: 12px;
    color: var(--error);
    margin-top: 6px;
    display: none; }
  #volunteer-form .actions {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 6px; }
  #volunteer-form .req {
    color: #9ec2ff; }
  #volunteer-form .success {
    display: none;
    margin-left: auto;
    font-size: 13px;
    color: var(--ok); }
  #volunteer-form .check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    color: var(--muted); }
  #volunteer-form .check input {
    width: auto;
    margin-top: 2px; }

.search-box {
  border: 1px solid #eee;
  display: flex;
  flex-grow: 1;
  border-radius: 5px;
  padding-left: 5px; }
  .search-box .search-icon {
    padding: 0.5rem; }
  .search-box input, .search-box button {
    border: none;
    outline: none;
    padding: .25rem; }
  .search-box button, .search-box input[type=button], .search-box input[type=submit], .search-box input[type=reset] {
    background-color: #FDB913;
    border-radius: 0 5px 5px 0;
    border: none;
    color: white;
    padding: 0.5rem 1rem;
    text-decoration: none;
    cursor: pointer; }
  .search-box:focus-within {
    border: 1px solid #FDB913; }
  @media screen and (min-width: 0) and (max-width: 1200px) {
    .search-box {
      width: 100%;
      background-color: white;
      border-radius: 0; }
      .search-box form {
        display: flex;
        align-items: center;
        width: 100%; }
        .search-box form input[type=text] {
          flex-grow: 1; } }

.orange-bar {
  background-color: #fdb913;
  color: #fff;
  text-align: right;
  gap: 1rem;
  display: flex;
  padding: 0.5rem; }
  .orange-bar > div {
    display: flex;
    gap: 1rem;
    justify-content: flex-end; }

/* Banner indicators */
.banner-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 1009; }

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.3s ease; }

.indicator.active {
  background: white; }

.indicator:hover {
  background: rgba(255, 255, 255, 0.8); }

.pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 6px;
  background: #FDB913;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease; }

.pdf-btn:hover {
  background: #f4ae02; }

.pdf-btn i {
  font-size: 1.1rem; }

.breadcrumbs {
  font-size: 0.9rem;
  display: flex; }
  .breadcrumbs li::after {
    content: "›";
    /* Unicode chevron-like character */
    margin: 0 0.5em;
    color: #666;
    /* optional: change color */ }
  .breadcrumbs li:last-child::after {
    content: "";
    /* hide it on the last item */ }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center; }
  .pagination a {
    font-weight: bold;
    color: #333;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px; }
    .pagination a.active {
      background-color: #FDB913;
      color: white;
      border: 1px solid #FDB913; }
    .pagination a.inactive {
      background-color: #f8f9fa;
      color: #6c757d;
      border: 1px solid #f8f9fa;
      font-weight: normal;
      pointer-events: none;
      cursor: default; }
    .pagination a:hover:not(.active) {
      background-color: #ddd; }

.glass {
  background: rgba(255, 255, 255, 0.15);
  /* translucent white */
  border-radius: 1rem;
  padding: 2rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  /* glass blur */
  -webkit-backdrop-filter: blur(10px);
  /* Safari support */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); }

footer {
  padding: 1rem 0 3rem;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  color: #495057; }
  footer .col-right {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1; }
  footer .three-logos > div .d-flex {
    flex-direction: column; }
  footer .container {
    display: flex;
    gap: 2rem;
    align-items: stretch;
    flex-wrap: wrap; }
  footer .icon {
    background: #FDB913;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; }
  footer h4 {
    text-transform: uppercase;
    font-family: "Fira Sans Extra Condensed", Arial, sans-serif; }
  footer .newsletter-textbox {
    display: flex;
    gap: 1rem;
    padding: 1rem 0; }
    @media screen and (min-width: 0) and (max-width: 1200px) {
      footer .newsletter-textbox {
        justify-content: center;
        align-items: center; } }
  footer .newsletter-input {
    display: flex;
    gap: 1rem; }
    @media screen and (min-width: 0) and (max-width: 1200px) {
      footer .newsletter-input {
        justify-content: center;
        align-items: center; } }
  footer .three-logos {
    padding-top: 2rem;
    display: flex;
    gap: 2rem; }
    @media screen and (min-width: 0) and (max-width: 1200px) {
      footer .three-logos {
        justify-content: center;
        align-items: center; } }
    footer .three-logos img {
      height: 80px; }
  @media screen and (min-width: 0) and (max-width: 1200px) {
    footer .col-left {
      margin: auto; } }
  footer ul {
    display: flex;
    justify-content: end;
    align-items: start;
    font-weight: bold;
    font-family: "Fira Sans Extra Condensed", Arial, sans-serif;
    text-transform: uppercase;
    flex-wrap: wrap;
    gap: 2rem; }
    @media screen and (min-width: 0) and (max-width: 1200px) {
      footer ul {
        justify-content: space-between;
        display: grid;
        grid-template-columns: 1fr 1fr; }
        footer ul.submenu {
          display: flex; } }
    footer ul.submenu {
      flex-direction: column;
      font-weight: normal;
      text-transform: none;
      font-family: "Segoe UI", "Open Sans", sans-serif;
      gap: 0; }
  footer .social-icons {
    /*        text-align: end;
        display: flex;
        gap:2rem;
        justify-content: end;
        padding-top: 3rem;*/
    display: flex;
    justify-content: space-around; }
  footer .copyright {
    padding-top: 1rem;
    font-size: 0.8rem;
    text-align: right; }

.news-articles {
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  .news-articles .thumbnail {
    flex-basis: fit-content;
    width: 300px;
    /*        max-width: 300px;*/ }
  .news-articles .thumbnail img {
    object-fit: contain; }
  .news-articles .news-article {
    display: grid;
    grid-template-columns: 1fr 5fr;
    gap: 2rem;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 1rem; }
  .news-articles .news-article:last-child {
    border: none; }
  @media screen and (min-width: 0) and (max-width: 1200px) {
    .news-articles .news-article {
      grid-template-columns: 1fr; }
    .news-articles .thumbnail {
      width: 100%; } }

.volunteer-events {
  display: block;
  width: 100%; }

.volunteer-events .volunteer-event {
  padding: 1rem; }

.volunteer-events .volunteer-event:nth-child(odd) {
  background-color: #f0f0f0; }

.volunteer-events label {
  font-size: 2rem; }

.playbill {
  display: flex;
  gap: 1rem; }

.playbill img {
  max-width: 200px; }

.playbill .info {
  flex-grow: 1; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sponsor-grid {
  --min: 180px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
  gap: 16px;
  /* simpler, no clamp mixing units */ }

.sponsor a {
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 16px;
  /* fixed padding, avoids unit issues */
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: #111;
  transform: translateY(8px);
  opacity: 0;
  animation: float-in .6s ease forwards; }

.sponsor:nth-child(odd) a {
  animation-delay: .05s; }

.sponsor:nth-child(3n) a {
  animation-delay: .1s; }

.sponsor img {
  width: 200px;
  max-width: 100%;
  height: 90px;
  object-fit: contain;
  filter: saturate(1.05);
  transition: transform .25s ease, filter .25s ease; }

.sponsor .name {
  font: 600 0.95rem/1.2 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  text-align: center;
  opacity: .85; }

.sponsor a:hover img, .sponsor a:focus img {
  transform: scale(1.04);
  filter: saturate(1.15); }

@keyframes float-in {
  from {
    transform: translateY(12px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

/* Optional: soft page background */
.sponsors {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  padding: clamp(16px, 3vw, 28px);
  border-radius: 20px; }

.package_options {
  padding: 1rem;
  background-color: #fafafa;
  border-radius: 12px;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2));
  margin-top: 1rem; }

.package_option {
  display: flex;
  gap: 24px; }

.package_option > div:first-child {
  flex-grow: 1; }

.packages-item .description {
  max-height: 300px;
  overflow-y: auto; }

.packages-item ul {
  padding-left: 1rem; }

.packages-item li {
  font-weight: bold; }

.packages-item {
  font-size: 0.9rem;
  display: grid; }

.packages-item .image {
  max-width: 80%;
  margin: auto;
  padding: 1rem; }

.packages-item {
  padding: 2rem; }

.venue-faqs .wrap {
  max-width: 900px;
  margin-inline: auto;
  padding: clamp(16px, 3vw, 32px); }

.venue-faqs section {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: clamp(14px, 2.5vw, 20px);
  margin: 1rem 0; }

.venue-faqs h2 {
  font-size: 1.15rem;
  margin: 0 0 .25rem;
  line-height: 1.25;
  color: #FDB913; }

.venue-faqs ul {
  margin: .25rem 0 0 1.1rem;
  padding: 0;
  list-style-type: disc; }

.venue-faqs li {
  margin: .2rem 0; }

main {
  padding: 20px 0; }
  main.nopad {
    padding: 0; }

.col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem; }

@media (max-width: 768px) {
  .col-2 {
    grid-template-columns: 1fr; } }

/*History for CAC*/
.highlight {
  background: #f8f9fa;
  padding: 20px;
  border-left: 8px solid #FDB913;
  margin: 25px 0;
  border-radius: 8px; }

.facts {
  background: #fafafa;
  padding: 20px;
  border-radius: 4px;
  margin: 25px 0; }

.facts h3 {
  margin-top: 0;
  color: #2c3e50; }

/*End History for CAC*/
.requirement-box {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 6px;
  border-left: 8px solid #FDB913;
  margin: 20px 0; }

.fee-box {
  background: #fafafa;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
  margin: 20px 0;
  border: 1px solid #e1e1e1; }

.benefits {
  list-style: none;
  margin: 20px 0; }

.benefits li {
  padding: 10px 0;
  border-bottom: 1px solid #eee; }

.benefits li::before {
  content: "•";
  color: #3498db;
  margin-right: 10px;
  font-weight: bold; }

.members-section {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #eee; }

.members {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 8px;
  list-style: none;
  margin: 20px 0; }

.members li {
  border-bottom: 1px solid #eee; }

main a {
  color: #3498db;
  text-decoration: none;
  transition: color 0.2s; }

.members a:hover {
  color: #2980b9;
  text-decoration: underline; }

@media (max-width: 768px) {
  .members {
    grid-template-columns: 1fr; } }

p.intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2rem auto;
  font-size: 1.05rem; }

.levels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto; }

.members {
  columns: 2;
  column-gap: 3rem; }

@media (max-width: 700px) {
  .members {
    columns: 1; } }

.level {
  background: #fff;
  border: 1px solid #ddd;
  border-left: 5px solid #FDB913;
  border-radius: 8px;
  padding: 1.25rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transform: translateY(0);
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

.level:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12); }

.level h2 {
  margin-top: 0;
  color: #FDB913; }

.level ul {
  padding-left: 1.2rem; }

.level ul li {
  margin-bottom: 0.5rem; }

.contact-info dl {
  padding: 1rem 0; }

.contact-info dt {
  font-weight: bold; }

.contact-info dd {
  padding: 0 2rem; }

.board-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  /*    max-width: 1000px;*/
  margin: 0 auto; }
  .board-container .img img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 50%; }
  .board-container .card {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .board-container .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12); }
  .board-container .name {
    font-size: 1.2rem;
    font-weight: bold;
    color: #FDB913;
    margin-bottom: 0.25rem; }
  .board-container .title {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 0.75rem; }
  .board-container .bio {
    font-size: 0.9rem;
    color: #444; }

.faq {
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); }

.faq-item {
  margin-bottom: 1.5rem; }

.faq-item h2 {
  font-size: 1.1rem;
  color: #FDB913;
  margin-bottom: 0.3rem; }

.faq-item p {
  margin: 0;
  line-height: 1.6; }

.video-wrapper {
  width: 100%;
  max-width: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 2rem 0; }

.video-wrapper iframe {
  width: 100%;
  height: 360px;
  border-radius: 8px;
  margin-top: 1rem; }

.history-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem; }

figure {
  margin: 2rem 0; }

figure img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }

.image-column figure + figure {
  margin-top: 2rem; }

@media (max-width: 768px) {
  .history-content {
    grid-template-columns: 1fr; }
  .video-wrapper iframe {
    height: 200px; } }

/* Venues Section */
.venues h1 {
  font-size: 3rem;
  text-transform: uppercase; }

.venue-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

.venue-card:hover {
  /*            transform: translateY(-10px);*/
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15); }

.venue-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 500px; }

.venue-card:nth-child(even) .venue-grid {
  direction: rtl; }

.venue-card:nth-child(even) .venue-content {
  direction: ltr; }

.venue-image {
  position: relative;
  height: 500px;
  overflow: hidden; }

.venue-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease; }

/*        .venue-card:hover .venue-image img {
            transform: scale(1.05);
        }*/
.venue-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease; }

.venue-card:hover .venue-image::after {
  opacity: 1; }

.venue-content {
  padding: 60px; }

.venue-tag {
  display: inline-block;
  background: linear-gradient(135deg, #fed05f 0%, #f5c842 100%);
  color: #333;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px; }

.venue-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333; }

.venue-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 30px; }

.venue-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 40px; }

.feature {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: background 0.3s ease;
  font-size: 0.9rem; }

.feature strong {
  font-size: 1rem; }

.feature:hover {
  background: #e9ecef; }

.feature-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #fed05f 0%, #f5c842 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-weight: bold; }

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap; }

/* Mobile Responsive */
@media (max-width: 768px) {
  .venue-grid {
    grid-template-columns: 1fr; }
  .venue-card:nth-child(even) .venue-grid {
    direction: ltr; }
  .venue-content {
    padding: 40px 30px; }
  .venue-title {
    font-size: 2rem; }
  .venue-features {
    grid-template-columns: 1fr; }
  .cta-buttons {
    flex-direction: column; } }

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

/*        .venue-card {
            animation: fadeInUp 0.6s ease-out;
        }*/
.venue-card:nth-child(2) {
  animation-delay: 0.2s; }

/* Decorative Elements */
.decoration {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(254, 208, 95, 0.1) 0%, rgba(245, 200, 66, 0.05) 100%);
  pointer-events: none; }

.decoration-1 {
  top: -100px;
  right: -100px; }

.decoration-2 {
  bottom: -100px;
  left: -100px; }

.photo-gallery {
  /* Modal */ }
  .photo-gallery .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 10px;
    padding: 20px; }
  .photo-gallery .gallery-item {
    aspect-ratio: 4 / 3;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease; }
  .photo-gallery .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease; }
  .photo-gallery .gallery-item:hover {
    transform: scale(1.05) translateY(-5px); }
  .photo-gallery .modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 5000; }
  .photo-gallery .modal-content {
    background: white;
    max-width: 90%;
    max-height: 90%;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 20px #000; }
  .photo-gallery .modal-content img {
    max-width: 100%;
    max-height: 65vh;
    height: auto;
    border-radius: 4px; }
  .photo-gallery .modal-title {
    font-size: 1.5em;
    margin: 10px 0 5px; }
  .photo-gallery .modal-caption {
    font-size: 1em;
    color: #666; }
  .photo-gallery .modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer; }
  .photo-gallery .spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    border: 4px solid rgba(0, 0, 0, 0.2);
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    z-index: 1000; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }
  .photo-gallery .gallery {
    opacity: 0;
    transition: opacity 0.5s ease; }
  .photo-gallery .gallery.loaded {
    opacity: 1; }
  @media (max-width: 600px) {
    .photo-gallery .modal-title {
      font-size: 1.2em; } }

.timeline-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  position: relative; }

.timeline-wrapper {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 80px 0;
  scroll-behavior: smooth;
  scrollbar-width: thin; }

.timeline-wrapper::-webkit-scrollbar {
  height: 8px; }

.timeline-wrapper::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px; }

.timeline-wrapper::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px; }

.timeline {
  position: relative;
  width: 100%;
  min-width: 1600px;
  height: 4px;
  background: linear-gradient(90deg, #ffe196 0%, #fffaf2 100%);
  margin: 40px auto;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.timeline-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.timeline-circle {
  width: 24px;
  height: 24px;
  border: 4px solid #667eea;
  border-radius: 50%;
  background: white;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3); }

.timeline-circle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #667eea;
  border-radius: 50%;
  transition: all 0.3s ease; }

.timeline-item:hover .timeline-circle {
  transform: scale(1.3);
  border-color: #764ba2;
  box-shadow: 0 6px 25px rgba(118, 75, 162, 0.4); }

.timeline-item:hover .timeline-circle::before {
  background: #764ba2;
  transform: translate(-50%, -50%) scale(1.5); }

.timeline-date {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: bold;
  color: #343a40;
  white-space: nowrap;
  background: white;
  padding: 8px 12px;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  min-width: 60px;
  text-align: center; }

.timeline-item:hover .timeline-date {
  background: #667eea;
  color: white;
  transform: translateX(-50%) translateY(-5px); }

.timeline-item.active .timeline-circle {
  transform: scale(1.3);
  border-color: #764ba2;
  box-shadow: 0 6px 25px rgba(118, 75, 162, 0.4); }

.timeline-item.active .timeline-circle::before {
  background: #764ba2;
  transform: translate(-50%, -50%) scale(1.5); }

.timeline-item.active .timeline-date {
  background: #667eea;
  color: white;
  transform: translateX(-50%) translateY(-5px); }

/* Content Area Styles */
.content-area {
  max-width: 800px;
  margin: 0 auto 40px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-height: 0; }

.content-area.active {
  opacity: 1;
  transform: translateY(0);
  max-height: 500px;
  margin-bottom: 40px; }

.content-header {
  background: linear-gradient(135deg, #ffe196 0%, #fffaf2 100%);
  color: #343a40;
  padding: 25px 30px;
  position: relative; }

.content-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 8px; }

.content-date {
  font-size: 16px;
  opacity: 0.9;
  font-weight: 300; }

.close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  background: none;
  border: none;
  color: #343a40;
  font-size: 28px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg); }

.content-body {
  padding: 35px;
  line-height: 1.7;
  color: #343a40;
  max-height: 320px;
  overflow-y: auto;
  cursor: grab;
  user-select: none; }

.content-body.dragging {
  cursor: grabbing;
  user-select: none; }

.content-body::-webkit-scrollbar {
  width: 6px; }

.content-body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.content-body::-webkit-scrollbar-thumb {
  background: rgba(102, 126, 234, 0.6);
  border-radius: 3px; }

.content-body::-webkit-scrollbar-thumb:hover {
  background: rgba(102, 126, 234, 0.8); }

.article-image {
  float: right;
  width: 50%;
  margin-left: 1rem;
  max-height: 250px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease; }

.article-image:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }

.article-text {
  font-size: 16px;
  margin-bottom: 15px; }

/* Image Modal Styles */
.image-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  opacity: 0;
  transition: all 0.4s ease;
  align-items: center;
  justify-content: center; }

.image-modal.active {
  display: flex;
  opacity: 1; }

.image-modal-content {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  transform: scale(0.8);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.image-modal.active .image-modal-content {
  transform: scale(1); }

.image-modal-close {
  position: absolute;
  top: 30px;
  right: 40px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  color: #343a40;
  font-size: 32px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-weight: bold; }

.image-modal-close:hover {
  background: white;
  transform: scale(1.1); }

/* Navigation buttons */
.nav-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: none; }

.nav-btn {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  color: #667eea;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: scale(0.8); }

.nav-btn.show {
  opacity: 1;
  transform: scale(1); }

.nav-btn:hover {
  background: #FDB913;
  color: #343a40;
  transform: scale(1.1); }

.nav-prev {
  left: 20px; }

.nav-next {
  right: 20px; }

/* Mobile Responsive */
@media (max-width: 768px) {
  .timeline-wrapper {
    padding: 60px 0; }
  .timeline {
    min-width: 1200px; }
  .timeline-circle {
    width: 20px;
    height: 20px;
    border-width: 3px; }
  .timeline-circle::before {
    width: 6px;
    height: 6px; }
  .timeline-date {
    font-size: 12px;
    padding: 6px 10px;
    top: -40px;
    min-width: 50px; }
  .content-body {
    padding: 25px;
    max-height: 280px;
    cursor: grab; }
  .content-title {
    font-size: 24px; }
  .content-date {
    font-size: 14px; }
  .close-btn {
    width: 35px;
    height: 35px;
    font-size: 24px;
    top: 15px;
    right: 20px; }
  .image-modal-close {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 28px; }
  .nav-btn {
    width: 40px;
    height: 40px;
    font-size: 16px; }
  .nav-prev {
    left: 10px; }
  .nav-next {
    right: 10px; } }

@media (max-width: 480px) {
  .timeline {
    min-width: 1000px; }
  .timeline-date {
    font-size: 11px;
    padding: 4px 8px;
    min-width: 45px; } }
