body {
  font-family: "Kanit", sans-serif !important;
  background-color: #fbfbfc;
  color: #333;
  margin: 0;
  padding: 0;
}

.navbar {
  background: transparent;
}

.navbar-nav .nav-link,
.navbar-nav .nav-link:visited {
  color: #8b0000;
}

.nav-item a {
  background-color: white;
  border-radius: 14px;
  padding: 8px;
  margin: 2px;
}

.nav-item a:hover {
  background-color: #C8E6C9;
}

.video-background {
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  overflow-x: hidden;
}

.welcome-main {
  color: white;
}

.welcome-text {
  color: #2E7D32;
  background-color: white;
  width: 80%;
  margin: 0 auto;
  padding: 15px;
}

.overlay {
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.card {
  border: none;
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card:hover {
  transform: translateY(-10px);
}

.footer {
  background-color: #2E7D32;
  color: white;
  height: 250px;
}

.footer a {
  color: #f8f5f2 !important;
  font-size: 1.5rem;
  transition: color 0.3s;
}

.footer a:hover {
  color: #C8E6C9 !important;
}


.custom-shape-divider-bottom-1754793470 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1754793470 svg {
  position: relative;
  display: block;
  width: calc(135% + 1.3px);
  height: 121px;
}

.custom-shape-divider-bottom-1754793470 .shape-fill {
  fill: #2E7D32;
}


.form-label {
  color: #333;
  font-weight: bold;
}

.form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 1rem;
  color: #555;
}


.logo {
  border-radius: 50%;
}

.page-banner {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  margin-top: -9px;
  background-color: white;
}

.page-banner p {
  font-size: 18px;
}

.copyright {
  color: #C8E6C9;
  padding: 6px;
  font-size: 12px;
  text-align: center;
}

.content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
}

.content h2 {
  color: #81C784;
  padding: 14px;
}

.footer-wrapper {
  padding-top: 100px;
}


.navbar-toggler-icon {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"%3E%3Cpath stroke="%238b0000" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E') !important;
  border-color: #2E7D32
}

.navbar-toggler:hover {
  border-color: #2E7D32;
}


@media (max-width: 768px) {

  .video-background,
  .overlay {
    height: 500px;
  }

  .content h1 {
    font-size: 2rem;
  }

  .content p {
    font-size: 1rem;
  }

  .footer-wrapper {
    padding-top: 40px;
  }

  .footer {
    height: auto;
  }

  .custom-shape-divider-top-1741457816 svg {
    height: 105px;
  }

}


@media (max-width: 576px) {

  .video-background,
  .overlay {
    height: 500px;
  }

  .navbar-brand img {
    width: 100px;
  }

  .content h1 {
    font-size: 2rem;
  }

  .content p {
    font-size: 1rem;
  }

  .footer-wrapper {
    padding-top: 40px;
  }

  .footer {
    height: auto;
  }

  .custom-shape-divider-top-1741457816 svg {
    height: 105px;
  }

}