body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  background: #fff8e1;
  color: #4e342e;
}

header {
  background: linear-gradient(to right, #ffcc80, #ffb74d);
  padding: 20px;
  text-align: center;
}

h1 {
  margin: 0;
  font-size: 2.5rem;
}

.tamil {
  color: #6d4c41;
  font-style: italic;
}

section {
  padding: 20px;
  max-width: 1000px;
  margin: auto;
}

.intro, .history, .important-dates {
  background: #ffe0b2;
  border-radius: 10px;
  margin: 20px auto;
  padding: 20px;
}

.slider-wrapper {
  position: relative;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}

.slide-container {
  position: relative;
}

.slide {
  width: 100%;
  display: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  background-color: rgba(255, 204, 128, 0.9);
  padding: 12px;
  font-size: 1.5rem;
  border: none;
  border-radius: 50%;
}

.prev {
  left: 10px;
}
.next {
  right: 10px;
}

.important-dates {
  background-color: #fff3e0;
  border-left: 5px solid #ff6f00;
}

.contact, .bank-details {
  background-color: #fff8e1;
  border: 1px solid #ffe0b2;
  border-radius: 10px;
  padding: 20px;
  margin: 20px auto;
}

footer {
  background: #ffcc80;
  text-align: center;
  padding: 10px;
  font-size: 0.9rem;
}