body {
  font-family: "Poppins", sans-serif;
  background-color: #DDE6F5;
}

.hero-heading {
  font-family: "Oleo Script", system-ui;
  color: #012840;
}

.tf-events-hero {
  background-color: #DDE6F5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tf-events-hero p {
  color: #012840;
}

.tf-btn {
  background: linear-gradient(135deg, #042461, #5AB2FF);
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 30px;
  box-shadow: 0 8px 25px rgba(99, 102, 241, 0.5);
  transition: all 0.3s ease;
}
.tf-btn:hover {
  color: #667eea;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(60, 15, 88, 0.5);
}

.event-card {
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}
.event-card .event-date {
  font-weight: bold;
  color: #012840;
  font-size: 14px;
  text-transform: uppercase;
}
.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(99, 102, 241, 0.5);
}
.event-card h5 {
  color: #012840;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.event-card p {
  color: #012840;
  font-weight: 400;
  font-size: 14px;
}

.past-event-card img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.past-event-card:hover img {
  transform: scale(1.05);
}
.past-event-card h6 {
  color: #012840;
  font-family: "Oleo Script", system-ui;
  font-size: 22px;
  font-weight: 600;
}
.past-event-card p {
  color: #012840;
  text-align: center;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
}

.tf-events-cta {
  background-color: #DDE6F5;
}
.tf-events-cta h2 {
  font-family: "Oleo Script", system-ui;
  font-size: 45px;
  color: #012840;
  text-align: justify;
}
.tf-events-cta p {
  color: #012840;
  text-align: center;
  text-align: justify;
  font-size: 17px;
  font-weight: 400;
}
.tf-events-cta input {
  border-radius: 30px;
  padding: 10px 20px;
  border: 1px solid #012840;
  background-color: transparent;
}
.tf-events-cta button {
  border-radius: 30px;
}/*# sourceMappingURL=Event.css.map */