body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #333;
}

header {
  text-align: center;
  padding: 20px;
  background-color: #007bff;
  color: white;
}

main {
  padding: 20px;
}

.contact-section {
  background: white;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.contact-section h2 {
  margin-top: 0;
}

form {
  display: flex;
  flex-direction: column;
}

input, textarea, button {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

textarea {
  resize: none;
}

button {
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}

/* Simple CSS for styling */
body {
  font-family: Arial, sans-serif;
  margin: 20px;
}

h1 {
  text-align: center;
}

.form-container {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.input-field {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.button {
  padding: 10px 15px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.button:hover {
  background-color: #45a049;
}

.search-container {
  margin-bottom: 20px;
}

.lost-found-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.lost-found-item:nth-child(odd) {
  background-color: #f9f9f9;
}

.lost-found-item p {
  margin: 5px 0;
}


/* Footer styling */
.footer {
  background-color: #2c3e50;
  color: #ecf0f1;
  padding: 40px 0;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.footer-info, .footer-contact, .footer-links, .footer-newsletter {
  flex: 1;
  min-width: 250px;
  margin: 20px;
}

h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #ecf0f1;
}

.footer-p {
  font-size: 16px;
  margin: 5px 0;
  line-height: 1.6;
}

.footer-p a {
  color: #3498db;
  text-decoration: none;
}

.footer-p a:hover {
  text-decoration: underline;
}

/* Footer links section */
.footer-links ul {
  list-style-type: none;
  padding: 0;
}

.footer-links li {
  margin: 10px 0;
}

.footer-links a {
  font-size: 16px;
  color: #ecf0f1;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #3498db;
}

/* Footer newsletter */
.footer-newsletter {
  background-color: #34495e;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
}

.footer-newsletter input {
  padding: 10px;
  width: 70%;
  border-radius: 5px;
  border: none;
}

.footer-newsletter button {
  padding: 10px;
  background-color: #3498db;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}

.footer-newsletter button:hover {
  background-color: #2980b9;
}

/* Footer bottom section */
.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  border-top: 1px solid #34495e;
  padding-top: 10px;
}

.footer-bottom a {
  color: #ecf0f1;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #3498db;
  color: white;
  font-size: 20px;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}

.back-to-top:hover {
  background-color: #2980b9;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-container {
      flex-direction: column;
      align-items: center;
  }
  .footer-info, .footer-contact, .footer-links, .footer-newsletter {
      flex: none;
      width: 100%;
      margin: 20px 0;
  }
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}
.rent-section {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
h2 {
  text-align: center;
  color: #333;
}
label {
  display: block;
  margin: 10px 0 5px;
  font-weight: bold;
}
input, select, button {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
button {
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
}
button:hover {
  background-color: #45a049;
}
.hidden {
  display: none;
}

/* General Form Styling */
/* General Form Styling */
.rent-section {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

h2 {
  text-align: center;
  color: #333;
}

h3 {
  color: #4CAF50;
  margin-bottom: 15px;
}

/* Labels */
label {
  display: block;
  margin: 10px 0 5px;
  font-weight: bold;
  color: #555;
}

/* Input Fields */
input, select, button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/* Input Fields for Number */
input[type="number"] {
  width: 50%;
  display: inline-block;
  margin-right: 10px;
}

/* Dropdown and Buttons */
select, button {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}

/* Checkbox */
input[type="checkbox"] {
  width: auto;
  margin-right: 5px;
}

/* Button Styling */
button {
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
}

button:hover {
  background-color: #45a049;
}

/* Section Visibility */
.hidden {
  display: none;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .rent-section {
      padding: 15px;
  }
  input, select, button {
      padding: 8px;
  }
}

/* Additional Section Styling for Hall and Playground */
#hallSection, #playgroundSection {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}

#hallSection h3, #playgroundSection h3 {
  color: #4CAF50;
  margin-bottom: 10px;
}

#hallSection input, #playgroundSection input {
  width: 60%;
  display: inline-block;
  margin-right: 10px;
}

h3, label, .rent-section {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

h3 {
  font-size: 1.2em;
}

label {
  font-size: 1em;
  margin: 5px 0;
}

input, select {
  font-size: 1em;
}

button {
  font-size: 1.2em;
}

/* Total Cost Section */
#totalCost {
  font-weight: bold;
  font-size: 1.2em;
  color: #D32F2F;
}



