body {
 font-family: Arial, sans-serif;
 margin: 0;
 padding: 0;
 background-image: url(images/home1.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 overflow-x: hidden;
 }
p {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  text-align: justify;
  text-justify: inter-word;
}
.header {
  position: relative;
  text-align: center;
}
header, nav {
  width: 100%;
}
nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  padding: 10px;
  font-size: 15px;
 }
nav a {
  display: inline-block;
  margin: 0 3px;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  padding: 3px;
  text-align: center;
}
nav a:hover {
  background-color: #ddd;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
.section {
  max-width: 800%;
  min-width: 100%;
  margin: 0%;
  padding: 10px;
  margin-top: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  text-align: center;
}
a.section-link {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #002D62;
  background-color: white;
  text-align: center;
  text-decoration: none;
  color: #002D62;
}
a.section-link:hover {
  background-color: #002D62;
  color: white;
}
.section h2 {
  font-size: 30px;
  font-weight: bold;
  color: #002D62; 
  text-align: center; 
  margin-top: 5px; 
  margin-bottom: 5px;
  font-family: 'Times New Roman', Times, serif;
}

.header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/home_background.jpg);
  background-size: cover;
  z-index: -1;
}
h1 {
  color: #fff;
  font-size: 4rem;
  padding: 1.1rem;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.slideshow img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 400px;
  object-fit: cover;
}
#contact-form {
  background-color: #f9f9f9;
  padding: 20px;
  margin: 20px 0;
}

#contact-form h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

#contact-form form {
  display: flex;
  flex-direction: column;
}

#contact-form label {
  font-weight: bold;
  margin-bottom: 5px;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#contact-form button[type="submit"] {
  padding: 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#contact-form button[type="submit"]:hover {
  background-color: #3e8e41;
}

.carousel-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-height: 400px;
  border-radius: 10%;
}
.carousel-container {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.carousel {
  display: flex;
  height: 100%;
  animation: slide 10s linear infinite;
}
footer {
  font-family: Arial, sans-serif; 
  font-size: 14px;
  color: #e1dbdb; 
  text-align: center; 
}
a:link, a:hover, a:visited{
  text-decoration: none;
}


@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.section {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
}

.mySlides img {
  width: 40px;
  height: 200px;
  object-fit: cover;
}
img {
  width: 400px;
  height: 200px;
  object-fit: cover;
}

.slick-prev, .slick-next {
  display: none;
}
.slick-arrow {
  visibility: hidden;
}
.slick-slide img {
  margin: 0 auto;
}

.wrapper {
  max-width: 1200px; 
  margin: 0 auto; 
  padding: 0 20px;
}


@media screen and (max-width: 640px) {
  .wrapper {
    max-width: 100%; 
    padding: 0 10px;
  }
  header, nav {
  width: 100%;
}
  nav {
    font-size: 10px;
  }
  h1 {
    font-size: 3rem;
  }
  .responsive-table {
    display: block;
  }
  
  .responsive-table thead {
    display: none;
  }
  
  .responsive-table tbody {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  
  .responsive-table tr {
    display: inline-block;
    width: 100%;
  }
  
  .responsive-table td {
    display: block;
    text-align: right;
  }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .wrapper {
    max-width: 800px;
  }
  header, nav {
  width: 100%;
}
  nav {
    font-size: 12px;
  }
  h1 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .wrapper {
    max-width: 1200px; 
  }
}

table {
			border-collapse: collapse;
			width: 100%;
			margin: 20px 0;
			font-size: 1em;
			font-family: sans-serif;
			min-width: 200px;
			border-radius: 5px 5px 0 0;
			overflow: hidden;
			box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
		}

		table thead tr {
			background-color: #008CBA;
			color: #ffffff;
			text-align: left;
		}

		table th,
		table td {
			padding: 12px 15px;
		}

		table tbody tr {
			border-bottom: 1px solid #dddddd;
		}

		table tbody tr:nth-of-type(even) {
			background-color: #f3f3f3;
		}

		table tbody tr:last-of-type {
			border-bottom: 2px solid #008CBA;
		}
		th {
           text-align: center;
        }
        .responsive-table {
          width: 100%;
          overflow-x: auto;
        }
