* {
  font-family: "Poppins", Arial, sans-serif; /* Default font for the website */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 120px;
  gap: 30px;
  padding: 5px;
  background-color: #fff;
}

.nav-links {
  gap: 30px;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000;
}

.nav-links li {
  margin: 0 15px;
}

.nav-links a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  transition: color 0.3s;
  font-family: "Bebas Neue", Arial, sans-serif; /* Apply Bebas Neue */
  white-space: nowrap; /* Prevents text from wrapping */
}

.nav-links a:hover {
  color: #007bff;
}

/* Hide the checkbox (used for toggling the menu) */
.menu-toggle {
  display: none;
}

/* Logo */
.logo img {
  height: 60px;
  width: auto;
}

/* Contact Us Button */
.btn {
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s;
  margin-left: 100px;
  white-space: nowrap; /* Prevents text from wrapping */
}

.btn:hover {
  background-color: #333;
}
.nav {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-left: 150px;
}

/* Hero Section */
.hero {
  background-image: url("img/mari-carmen-del-valle-camara-oUts1FvnwPI-unsplash.jpg"); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  height: 80vh; /* Full viewport height */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for text readability */
  z-index: 1;
}

.hero-content {
  z-index: 2;
  position: relative;
  padding: 20px;
}

.hero h1 {
  font-family: "Bebas Neue", Arial, sans-serif; /* Apply Bebas Neue */
  font-weight: 500;
  font-size: 64px;
}

.hero p {
  font-size: 1.5rem;
  margin-top: -50px;
  margin: 20px 0;
}

.hero-btn {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2rem;
  transition: background-color 0.3s;
}

.hero-btn:hover {
  background-color: #0056b3;
}

/* About Us Section */
.about-us {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  background-color: #fff;
}

.about-container {
  display: flex;
  max-width: 1200px;
  width: 100%;
  align-items: center;
  gap: 20px;
}

.about-image {
  flex: 1;
  position: relative;
}

.about-image img {
  width: auto;
  height: 600px;
  object-fit: cover;
  filter: brightness(60%); /* Adds the dark overlay effect */
}

.about-text {
  flex: 1;
  font-family: "Poppins", Arial, sans-serif;
  color: #333;
}

.about-text h2 {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 64px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000;
}

.about-text p {
  font-size: 20px;
  line-height: 1.6;
  color: #555;
}

/* Services Section */
.services {
  display: flex; /* Use flexbox for the parent container */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  padding: 50px 20px;
  text-align: center;
  background-color: #fff;
  align-items: center;
  flex-direction: column;
}

.services-title {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 64px;
  color: #000;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.services-container {
  display: grid;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.service {
  display: flex;
  align-items: center;
  gap: 20px;
}

.service img {
  width: auto; /* Icon size */
  height: 120px;
  object-fit: contain;
}

.service-text h3 {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 1.5rem;
  margin: 0;
  color: #000;
  text-transform: uppercase;
}

.service-text p {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  color: #555;
  margin-top: 5px;
  line-height: 1.6;
}

/* Tours / Event Section */
.tours-events {
  padding: 50px 20px;
  text-align: center;
  background-color: #fff;
}

.section-title {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 64px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.placeholder-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px; /* Space between the icon and text */
  color: #aaa; /* Light gray color for text and icon */
}

.placeholder-icon {
  width: 100px;
  height: auto;
}

.placeholder-text {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.8rem;
  color: #aaa;
  margin-top: -10px;
  margin-left: 15px;
}
/* Next Step */
.container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.text-section {
  padding: 20px;
  max-width: 600px;
}

.text-section h1 {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 50px;
  margin-bottom: 20px;
}

.text-section p {
  font-size: 20px;
  line-height: 1.5;
}

.image-section {
  max-width: 400px;
  overflow: hidden;
}

.image-section img {
  width: auto;
  height: 600px;
  display: block;
}

/* Contact Form Section */
.contact-form-section {
  padding: 50px 20px;
  text-align: center;
  background-color: #fff;
}

.form-title {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 2rem;
  color: #000;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 600px;
  margin: 0 auto;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px;
  font-size: 1rem;
  font-family: "Poppins", Arial, sans-serif;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #eee;
  outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #aaa;
}

.contact-form button.submit-btn {
  padding: 15px 30px;
  font-size: 1rem;
  font-family: "Bebas Neue", Arial, sans-serif;
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.contact-form button.submit-btn:hover {
  background-color: #333;
}

/* Footer Styling */
.footer {
  background-color: #000; /* Black background */
  color: #fff; /* White text */
  padding: 20px 0;
  font-family: "Poppins", Arial, sans-serif;
  text-align: center;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.logo {
  width: 150px; /* Adjust size as needed */
}

.footer-logo p {
  font-size: 0.9rem;
  margin: 0;
  color: #ccc;
}

.footer-contacts,
.footer-links {
  text-align: center;
}

.footer-contacts h3,
.footer-links h3 {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-contacts p,
.footer-links ul li {
  margin: 5px 0;
  font-size: 0.9rem;
  color: #fff;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}

.footer-links ul li a:hover {
  color: #ccc; /* Hover effect for links */
}

/* Footer Designer Section */
.footer-designer {
  margin-top: 20px; /* Space between content and designer text */
  font-size: 0.8rem; /* Smaller text size */
  color: #ccc; /* Light gray text */
}

.footer-designer a {
  color: #fff; /* White text for link */
  text-decoration: none; /* Remove underline */
  transition: color 0.3s; /* Smooth hover effect */
}

.hamburger img {
  width: auto;
  height: 30px;
  display: none;
}

.footer-designer a:hover {
  color: #ccc; /* Light gray on hover */
}

/* Section Styling */
.bws-football {
  padding: 40px 20px;
  background-color: #fff; /* White background */
  display: flex;
  justify-content: center;
  align-items: center;
}

.bws-container {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
  gap: 20px; /* Space between logo and content */
  max-width: 800px;
  width: 100%;
  align-items: center;
}

/* Logo Section */
.bws-logo img {
  max-width: 300px; /* Adjust width */
  height: auto; /* Keep image ratio */
  margin-right: 10px;
}

/* Content Section */
.bws-content {
  flex: 1;
  text-align: left;
}

.bws-content h2 {
  font-size: 30px;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.bws-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}


/*Animation for hero section */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-content {
  opacity: 0; /* Start invisible */
  animation: fadeIn 2s ease-in-out forwards; /* Trigger animation */
}

/* --- Responsive Adjustments --- */

/* Large screens (default styles) */
@media screen and (min-width: 1200px) {
  /* No changes; default layout applies */
}

/* Medium screens (1024px) */
@media screen and (max-width: 1024px) {
  .service {
    gap: 10px;
  }
  .services-title {
    font-size: 50px;
  }
  .about-text p {
    font-size: 15px;
  }
  .about-text h2 {
    font-size: 50px;
  }
  .hero p {
    font-size: 1.2rem;
    margin-top: -60px;
    margin: 20px 0;
  }
  .hero h1 {
    font-size: 50px;
  }
  .hero {
    height: 70vh;
  }
  .image-section img {
    height: 500px;
  }

  .about-image img {
    height: 400px;
  }

  .logo img {
    height: 50px;
  }

  .nav {
    margin-left: 0px;
    gap: 50px;
  }
  .navbar {
    margin-right: 0px;
    gap: 0px;
  }

  .nav-links {
    gap: 20px; /* Reduce spacing between links */
  }

  .btn {
    margin-left: 0px;
    font-size: 14px; /* Slightly smaller button */
    padding: 8px 20px;
  }
}

/* Small screens (800px) */
@media screen and (max-width: 800px) {
  .bws-logo img {
    max-width: 280px;
    height: auto;
    margin-right: 10px;
}
  .bws-content h2 {
    font-size: 28px;
    font-family: "Bebas Neue", Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
  .bws-content p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 0px;
  }
  .text-section {
    max-width: 400px;
  }
  .text-section h1 {
    font-size: 50px;
  }
  .text-section p {
    font-size: 15px;
    line-height: 1.5;
  }
  .image-section img {
    height: 400px;
  }
  .placeholder-icon {
    width: 90px;
    height: auto;
  }

  .section-title {
    font-size: 50px;
  }
  #service {
    margin-left: 70px;
  }
  .nav-links {
    gap: 10px; /* Reduce spacing between links */
  }

  .btn {
    font-size: 14px;
    padding: 8px 10px;
  }

  /* Display Hamburger Menu */
  .hamburger {
    display: block;
  }

  /* Show nav-links when active */
  .nav-links.active {
    display: flex;
  }
}

/* Responsive Design for 500px and Below */
@media screen and (max-width: 500px) {
  .nav {
    gap: 0px;
}
  .bws-container {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
}
  .bws-content p {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0px;
  }
  .bws-content h2 {
    text-align: center;
    font-size: 27px;
    font-family: "Bebas Neue", Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
  .bws-logo img {
    max-width: 200px;
    height: auto;
    margin-right: 10px;
}
  .footer-container {
    flex-direction: column;
  }
  .text-section h1 {
    font-size: 35px;
  }
  .text-section {
    max-width: 270px;
  }
  .image-section img {
    height: 300px;
  }
  .about-text h2 {
    font-size: 45px;
  }
  .about-text p {
    font-size: 12px;
  }
  .about-image img {
    height: 300px;
  }
  .logo img {
    height: 60px;
    width: auto;
    margin-right: 380px;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  /* Hide nav-links by default */
  .nav-links {
    display: none; /* Initially hidden */
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: white;
    background-color: #333;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    top: 60px; /* Position below the navbar */
    left: 0;
    z-index: 10;
  }

  .nav-links a {
    color: white;
  }

  /* Show nav-links when the menu toggle is checked */
  .menu-toggle:checked ~ .nav-links {
    display: flex;
  }

  /* Display Hamburger Menu */
  .hamburger img {
    height: 50px;
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
  }

  .btn {
    display: none;
    margin-top: 20px;
    align-self: flex-start;
  }
}

/* Mobile screens (480px) */
@media screen and (max-width: 480px) {
    .text-section {
        max-width: 450px;
    }
    .container {
        flex-direction: column;
    }
    #service{
        margin-left: 0px;
    }
    .about-text h2 {
        font-size: 50px;
    }
    .about-text p {
        font-size: 15px;
    }
  .about-image img {
    width: 100%;
    margin-top: 20px; /* Add spacing between text and image */
  }

  .about-container {
    flex-direction: column;
    flex-direction: column-reverse; /* Reverses the order */
  }
  .hero {
    height: 60vh;
  }
  .navbar {
    padding: 10px 15px;
  }

  .btn {
    font-size: 12px;
    padding: 6px 8px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
thead {
  background-color: #444;
  color: #fff;
}
th, td {
  padding: 15px;
  text-align: left;
  border: 1px solid #ddd;
}
tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
tbody tr:hover {
  background-color: #f1f1f1;
  transition: background-color 0.3s ease;
}
@media (max-width: 1024px) {
  .container {
      padding: 15px;
  }
}
@media (max-width: 800px) {
  th, td {
      padding: 10px;
  }
}
@media (max-width: 500px) {
  .container {
      width: 100%;
      padding: 10px;
  }
  table, thead, tbody, th, td, tr {
      display: block;
      width: 100%;
  }

  /* Display the headers next to the corresponding data */
  thead tr {
      display: none; /* Hide the table header row */
  }

  tr {
      margin-bottom: 15px;
      border: 1px solid #ddd;
      padding: 10px;
      display: flex;
      flex-direction: column;
  }

  td {
      display: flex;
      justify-content: space-between;
      padding: 10px;
      border-bottom: 1px solid #ddd;
      width: 100%;
      box-sizing: border-box;
  }

  /* Make each td element a label for its corresponding data */
  td::before {
      content: attr(data-label); /* Add a label for each cell */
      font-weight: bold;
      margin-right: 10px;
      display: inline-block;
      width: 50%;
  }

  /* Remove the bottom border from the last cell in each row */
  td:last-child {
      border-bottom: none;
  }

  /* Optional: Style the column labels (th) to improve visibility */
  th {
      display: none; /* Hide header in mobile view */
  }
}
