/* === EVENT PAGE STYLING === */

.events {
  padding: 40px 20px;
  background-color: #fff8e6;
}

.events h2 {
  text-align: center;
  color: #c08800;
  font-size: 2.5em;
  margin-bottom: 40px;
}
.event-highlight {
  flex: 1 1 45%;
  max-width: 500px;
  background: #fff;
  border-left: 6px solid #c08800;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  transition: transform 0.3s;
}


.event-highlight:hover {
  transform: scale(1.02);
}

.event-banner {
  width: 100%;
  max-width: 700px;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin: 0 auto 20px;
  display: block;
}

.event-highlight h3 {
  color: #8b0000;
  margin-top: 0;
}

.event-highlight p, .event-highlight li {
  font-size: 1.05em;
  color: #333;
  line-height: 1.6;
}

.countdown-box {
  background-color: #fff4d4;
  color: #8b0000;
  border: 2px dashed #c08800;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.1em;
  border-radius: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.countdown-text strong {
  color: #c08800;
  font-weight: bold;
}
.event-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}

.event-highlight {
  flex: 1 1 45%;
  max-width: 500px;
  min-width: 280px;
  background: #fff;
  border-left: 6px solid #c08800;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  transition: transform 0.3s;
  box-sizing: border-box;
}

.event-highlight:hover {
  transform: scale(1.02);
}

.event-banner {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 20px;
}
.logo-img {
  max-width: 200px;  /* 👈 You can change this value to 100px or 80px as you like */
  height: auto;
  display: block;ooter {
  background-color: #222;
  color: white;
  text-align: center;footer {
  background-color: #222;
  color: white;
  text-align: center;
  padding: 2rem 1rem;
  margin-top: 3rem;
}footer {
  background-color: #222;
  color: white;
  text-align: center;
  padding: 2rem 1rem;
  margin-top: 3rem;
}
  padding: 2rem 1rem;
  margin-top: 3rem;
}
}
footer {
  background-color: #c08800;
  color: white;
  text-align: center;
  padding: 2rem 1rem;
  margin-top: 3rem;
}