
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f7f7f7;
  color: #333;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  background-color: white;
  color: black;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}

.lang-switch a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  margin-left: 10px;
}

.lang-switch a:hover {
  text-decoration: underline;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  animation: marquee 12s linear infinite;
}

@keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

header {
  background-color: #ffffff;
  color: black;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-left {
  display: flex;
  align-items: center;
}

.logo {
  max-width: 80px;
}

.header-right nav {
  display: flex;
  gap: 15px;
}

nav a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background 0.3s;
}

nav a:hover {
  background-color: #E3E0E0;
}

.header-title {
  text-align: center;
  margin: 20px 0;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.committee-photo {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 15px 0;
  margin-top: 40px;
}


/* === Contact Form Styling === */ 
/* === Contact us style css === */
.container {
  max-width: 500px;
  margin: 80px auto;
  background-color: #f9f9f9;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  font-family: "Segoe UI", sans-serif;
}

.container h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #333;
}

form label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #555;
}

form input[type="text"],
form input[type="email"],
form textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 14px;
}

form textarea {
  resize: vertical;
}

form button {
  width: 100%;
  padding: 12px;
  background: linear-gradient(to right, #006699, #0099cc);
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

form button:hover {
  background: linear-gradient(to right, #004466, #007799);
}

p {
  text-align: center;
  font-size: 15px;
  margin-top: -10px;
}

/*=== pictures ===*/

.coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
  text-align: center;
}

.coming-soon h1 {
  font-size: 2.5em;
  color: #333;
  font-weight: bold;
}

/*=== About ===*/
.coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
  text-align: center;
}

.coming-soon h1 {
  font-size: 2.5em;
  color: #333;
  font-weight: bold;
}

/*=== History ===*/
.coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
  text-align: center;
}

.coming-soon h1 {
  font-size: 2.5em;
  color: #333;
  font-weight: bold;
}
/*=== background ===*/


