/* Reset & Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f7f7f7;
  color: #333;
  line-height: 1.6;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem;
}


/* HERO */
.hero-banner {
  height: 500px;
  background: url('../images/hero-bowling.png') center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-banner .overlay {
  background: rgba(0, 0, 0, 0.6);
  padding: 3rem;
  text-align: center;
  border-radius: 12px;
  color: white;
}
.hero-banner h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.hero-buttons .btn {
  padding: 0.8rem 1.5rem;
  margin: 0 0.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}
.btn.orange {
  background: #ff9800;
  color: white;
}
.btn.purple {
  background: #4e1b9c;
  color: white;
}

/* WHY CHOOSE US */
.why-choose-us {
  background: white;
  padding: 3rem 1rem;
  text-align: center;
}
.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
.feature img {
  height: 60px;
  margin-bottom: 1rem;
}
.feature h3 {
  font-size: 1rem;
  font-weight: bold;
}

/* UPCOMING EVENTS */
.events {
  background: #1e0145;
  color: white;
  text-align: center;
  padding: 3rem 1rem;
}
.event-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
}
.event-card {
  background: #3a1d74;
  padding: 1.5rem;
  border-radius: 10px;
  width: 300px;
  text-align: left;
}
.event-card h3 {
  color: white;
  margin-bottom: 0.5rem;
}
.event-card p {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.event-card a {
  color: #a1ff00;
  font-weight: bold;
  text-decoration: none;
}

/* FOOD MENU */
.food-menu {
  background: white;
  text-align: center;
  padding: 3rem 1rem;
}
.menu-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
.menu-item {
  width: 280px;
}
.menu-item img {
  width: 100%;
  border-radius: 10px;
}
.menu-item h4 {
  font-size: 1.1rem;
  margin: 0.5rem 0;
}
.menu-item p {
  font-weight: bold;
}

/* RESPONSIVE */


/* WELCOME SECTION */
.welcome-section {
  background: #fff;
  padding: 3rem 1rem;
  text-align: left;
  max-width: 1100px;
  margin: auto;
}

.notice-banner {
  background: #ff9800;
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 0.95rem;
  line-height: 1.6;
}

.welcome-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #2d004d;
}

.welcome-content p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

.contact-details a {
  color: #4e1b9c;
  font-weight: bold;
  text-decoration: none;
}

.contact-details a:hover {
  text-decoration: underline;
}


.party-banner {
  background: url('../images/hero-bowling.png') center/cover no-repeat;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.party-banner .overlay {
  background: rgba(0, 0, 0, 0.6);
  padding: 2rem 3rem;
  text-align: center;
  border-radius: 10px;
  color: white;
}
.party-banner h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.party-banner p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.party-details {
  padding: 3rem 1rem;
  text-align: center;
  background: #fff;
}
.party-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.party-list li {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}
.pricing-box {
  background: #fff8e1;
  border: 2px solid #ffcc00;
  padding: 2rem;
  border-radius: 10px;
  margin: 2rem auto;
  max-width: 500px;
}
.pricing-box h3 {
  font-size: 1.5rem;
  color: #4e1b9c;
}
.pricing-box p {
  margin-top: 0.5rem;
}

.party-gallery {
  background: #f7f7f7;
  padding: 3rem 1rem;
  text-align: center;
}
.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.gallery-grid img {
  width: 300px;
  border-radius: 10px;
  object-fit: cover;
}

.party-notes {
  padding: 3rem 1rem;
  text-align: center;
  background: #2d004d;
  color: white;
}
.party-notes a {
  color: #a1ff00;
  font-weight: bold;
  text-decoration: none;
}

@media (max-width: 768px) {
  .gallery-grid {
    flex-direction: column;
    align-items: center;
  }
}

/* Booking Section */
.booking-section {
  padding: 2rem 1rem;
  background: #f9f9f9;
  text-align: center;
}

.booking-section h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #2d004d;
}

.booking-frame {
  width: 100%;
  height: 85vh;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}


/* Prices Page */
.prices-section {
  padding: 3rem 1rem;
  background: #ffffff;
  text-align: center;
}

.prices-section .section-title {
  font-size: 2.5rem;
  color: #2d004d;
  margin-bottom: 2rem;
}

.price-table {
  overflow-x: auto;
  margin-bottom: 2rem;
}

.price-table table {
  width: 100%;
  border-collapse: collapse;
  background: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
}

.price-table th,
.price-table td {
  padding: 1rem;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.price-table th {
  background: #2d004d;
  color: white;
}

.price-table tr:last-child td {
  border-bottom: none;
}

.price-notes {
  font-size: 0.95rem;
  color: #555;
}
.price-notes a {
  color: #6b00b6;
  font-weight: bold;
}

/* Location Page */
.location-section {
  padding: 3rem 1rem;
  background: #fff;
}
.location-section .section-title {
  text-align: center;
  font-size: 2.5rem;
  color: #2d004d;
  margin-bottom: 2rem;
}

.location-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
}

.location-info {
  flex: 1 1 300px;
  font-size: 1rem;
  color: #333;
}
.location-info h2, .location-info h3 {
  color: #6b00b6;
  margin-bottom: 0.5rem;
}

.map-container {
  flex: 1 1 400px;
  min-width: 300px;
  border-radius: 10px;
  overflow: hidden;
}

.opening-hours-section {
  padding: 3rem 1rem;
  text-align: center;
}
.hours-table {
  margin: 2rem 0;
}
.hours-table table {
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.hours-table th,
.hours-table td {
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  text-align: left;
}
.hours-table th {
  background-color: #2d004d;
  color: white;
}
.hours-table td {
  background-color: #fefefe;
}
.section-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.subtitle {
  color: #666;
  margin-bottom: 2rem;
}
.note {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #555;
}

/* LEAGUES PAGE */

.leagues-hero {
  height: 300px;
  background: url('../images/hero-bowling.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leagues-hero .overlay {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 2rem;
  text-align: center;
  border-radius: 10px;
}
.league-intro {
  padding: 2rem 1rem;
  text-align: center;
}
.current-leagues {
  background: #f4f4f4;
  padding: 2rem 1rem;
}
.current-leagues ul {
  list-style: disc inside;
  padding-left: 1rem;
  max-width: 800px;
  margin: auto;
}
.current-leagues ul li {
  margin-bottom: 0.8rem;
}

.league-sheets {
  padding: 2rem 1rem;
}
.league-section {
  margin-bottom: 2rem;
}
.league-section h3 {
  color: #4e1b9c;
  margin-bottom: 0.5rem;
}
.league-section ul {
  list-style: none;
  padding: 0;
}
.league-section ul li {
  margin: 0.5rem 0;
}
.league-section ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  transition: color 0.3s;
}
.league-section ul li a:hover {
  color: #ff9800;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .leagues-hero {
    height: auto;
    padding: 2rem 1rem;
    text-align: center;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-buttons a {
    width: 80%;
    max-width: 300px;
  }
}

.slideshow-container {
  position: relative;
  max-width: 800px;
  margin: 2rem auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.slideshow-slide {
  display: none;
  width: 100%;
}

.slideshow-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.fade {
  animation: fadeEffect 1s ease-in-out;
}

@keyframes fadeEffect {
  from { opacity: 0.4; }
  to { opacity: 1; }
}

/* Offers Page */
.offers-hero {
  background: url('../images/hero-bowling.png') center/cover no-repeat;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offers-hero .overlay {
  background: rgba(0, 0, 0, 0.6);
  padding: 2rem;
  text-align: center;
  color: white;
  border-radius: 10px;
}
.party-packages {
  background: #fff;
  padding: 3rem 1rem;
  text-align: center;
}
.package-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
.package-card {
  width: 300px;
  background: #fafafa;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding-bottom: 1.5rem;
}
.package-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.package-card h3 {
  margin: 1rem 0 0.5rem;
}
.package-card p {
  margin: 0.25rem 1rem;
}
.special-offers {
  background: #f1f1f1;
  padding: 2rem 1rem;
  text-align: center;
}
.special-offers ul {
  list-style: none;
  padding: 0;
}
.special-offers li {
  margin: 1rem 0;
}


.admin-dashboard {
  padding: 3rem 1rem;
  background: #f9f9f9;
}
.dashboard-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #2d004d;
}
.dashboard-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}
.card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 2rem;
  width: 280px;
  text-align: center;
}
.card h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #4e1b9c;
}
.card p {
  font-size: 0.95rem;
  margin-bottom: 1rem;
  color: #555;
}
.card .btn {
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
}

.btn.small {
  display: inline-block;
  padding: 6px 12px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  background-color: #6c63ff; /* purple */
  color: white;
  margin-right: 6px;
  transition: background 0.2s ease-in-out;
}

.btn.small:hover {
  background-color: #554ee6;
}

.btn.small.red {
  background-color: #e74c3c; /* red */
}

.btn.small.red:hover {
  background-color: #c0392b;
}

.offers-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.offer-card {
  background: #fff;
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: left;
  display: flex;
  flex-direction: column;
}

.offer-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.offer-details {
  padding: 1rem;
}

.offer-details h3 {
  margin: 0 0 0.5rem;
  color: #2e105f;
}

.offer-details p {
  margin: 0.25rem 0;
  color: #333;
}

.offer-details .date-range {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.75rem;
}


