body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    line-height: 1.6;
    background-color: #f8f9fa;
    color: #343a40;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.button {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-weight: 500;
    border: none;
    cursor: pointer;
}

.button:hover {
    background-color: #0056b3;
    text-decoration: none;
}

header {
    background-color: white;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 40px;
    margin-right: 15px;
}

.logo h1 {
    font-size: 1.5em;
    margin: 0;
    color: #212529;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

nav ul li {
    margin-left: 25px;
}

nav ul li a {
    color: #495057;
    padding: 10px 15px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

nav ul li a:hover {
    background-color: #e9ecef;
}

.apply-button {
    background-color: #ffc107;
    color: white !important;
    padding: 12px 20px !important;
    border-radius: 8px;
    font-weight: 500;
}

.apply-button:hover {
    background-color: #e0a800;
    color: white !important;
    padding: 12px 20px !important;
    border-radius: 8px;
    font-weight: 500;
}

main {
    padding: 30px;
}
/* main {
    padding: 20px;
    max-width: 1200px;
    margin: 20px auto;
} */

.body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.top-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    background-color: #fff;
}

/* Main Title */
h1 {
    font-size: 40px;
    margin-left: 40px;
  }

  /* Search Bar */
  .search-bar {
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px;
    gap: 10px;
  }

  .search-input {
    display: flex;
    border: 3px solid #e6b800;
  }

  .search-input input {
    border: none;
    padding: 10px;
    outline: none;
  }

  .search-input button {
    background-color: #e6b800;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 0 10px;
  }

  .search_icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  
  .filter_icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .filter-button {
    border: 3px solid #e6b800;
    padding: 10px 15px;
    background: white;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
  }

  /* Events Section */
  .section-title {
    margin: 20px 40px;
    font-size: 18px;
  }

  .image-wrapper {
    position: relative;
  }
  
  .image-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .date-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    color: black;
    text-align: center;
    font-style: italic;
    padding: 5px 10px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    font-size: 14px;
    border-radius: 3px;
    font-family: 'Georgia', serif;
  }
  
  .date-badge .day {
    font-size: 20px;
    font-weight: bold;
    display: block;
    line-height: 1;
  }
  
  .date-badge .month {
    font-size: 14px;
  }
  
.event-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 40px 40px;
}
.upcoming-grid {
    grid-template-columns: repeat(2, 1fr); /* Two columns */
}

.past-grid {
    grid-template-columns: repeat(3, 1fr); /* Three columns */
}
  .event-card {
    border: 2px solid #e6b800;
    width: 300px;
    display: flex;
    flex-direction: column;
  }

  .event-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .event-date {
    text-align: right;
    padding: 5px;
    font-style: italic;
    font-size: 18px;
  }

  .event-text {
    padding: 10px;
  }

  .event-text h3 {
    text-align: center;
    margin: 0;
    font-size: 16px;
  }

  .event-text p {
    font-size: 14px;
    color: #333;
  }

footer {
    background-color: #343a40;
    color: white;
    padding: 30px;
    text-align: center;
}

.social-links a {
    display: inline-block;
    margin: 0 15px;
}

.social-links img {
    height: 28px;
    vertical-align: middle;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.social-links img:hover {
    opacity: 1;
}

.newsletter {
    background-color: #343a40;
    color: white;
    padding: 50px 30px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 30px;
}

.newsletter h2 {
    margin-bottom: 20px;
    font-size: 2em;
    font-weight: bold;
}

.newsletter1 {
    font-size: 1.1em;
    opacity: 0.8;
}

.newsletter2 {
    margin-bottom: 30px;
    font-size: 1.1em;
    opacity: 0.8;
}

.newsletter form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsletter input[type="email"] {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: none;
    width: 80%;
    max-width: 500px;
    font-size: 1em;
}

.newsletter label {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #f8f9fa;
    font-size: 0.9em;
}

.newsletter input[type="checkbox"] {
    margin-right: 10px;
}

.newsletter button {
    background-color: #ffc107;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.newsletter button:hover {
    background-color: #e0a800;
}

.footer-links a {
    color: #adb5bd;
    margin: 0 15px;
    font-size: 0.9em;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

footer p {
    margin-top: 20px;
    font-size: 0.9em;
    opacity: 0.7;
}

.page-header {
    background-color: #e9ecef;
    padding: 60px 30px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 12px;
}

.page-header h1 {
    color: #212529;
    font-size: 2.5em;
    font-weight: bold;
}

.page-content {
    background-color: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    line-height: 1.8;
    color: #495057;
}

@media (max-width: 992px) {
    nav ul {
        flex-direction: column;
        text-align: center;
    }

    nav ul li {
        margin: 15px 0;
    }

    header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .logo {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .featured-areas,
    .find-your-path {
        grid-template-columns: 1fr;
    }

    .contact-buttons a {
        display: block;
        margin: 10px 0;
    }

    .newsletter form {
        width: 95%;
    }
}