/* Compiled CSS from all site pages */

/* === index.html === */
body {
  background: linear-gradient(135deg, #e8f5e9 0%, #f7f7f9 100%);
  color: #000;
  font-family: 'Segoe UI', Arial, sans-serif;
  min-height: 100vh;
}
.navbar {
  background: #234d20;
  border-bottom: 2px solid #e8f5e9;
}
.navbar-brand, .nav-link, .navbar-toggler-icon {
  color: #fff !important;
}
.hero {
  background: linear-gradient(90deg, #e8f5e9 60%, #fff 100%);
  padding: 60px 0 40px 0;
  text-align: center;
}
.hero-title {
  color: #234d20;
  font-weight: 700;
  font-size: 2.5rem;
}
.hero-subtitle {
  color: #388e3c;
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.placeholder-img {
  width: 100%;
  height: 250px;
  background: #c8e6c9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #388e3c;
  font-size: 1.5rem;
  border-radius: 10px;
  margin-bottom: 20px;
}
.section-title {
  color: #234d20;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}
.footer {
  background: #234d20;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  margin-top: 40px;
}
.nav-link.active {
  font-weight: bold;
  text-decoration: underline;
}
.navbar-nav {
  flex-direction: row;
}
.navbar-nav .nav-link {
  color: #fff !important;
  font-size: 1.1rem;
  padding-left: 18px !important;
  padding-right: 18px !important;
  transition: color 0.2s;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #a5d6a7 !important;
  font-weight: bold;
  text-decoration: none;
  transition: none;
}
.header-section {
  background: #fff;
  border-bottom: 2px solid #e8f5e9;
}
@media (max-width: 767px) {
  .header-section .container {
    flex-direction: row !important;
    gap: 10px;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .header-section img {
    margin-bottom: 0;
    height: 60px !important;
  }
  .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
.banner-img {
  height: 340px;
  object-fit: cover;
  border-radius: 0 0 18px 18px;
}
.welcome-title {
  font-size: 1.6rem;
  color: #234d20;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.welcome-subtitle {
  font-size: 1.05rem;
  color: #388e3c;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .banner-img {
    height: 180px;
  }
  .welcome-title {
    font-size: 1.1rem;
  }
  .welcome-subtitle {
    font-size: 0.95rem;
  }
}
.hero-section-green {
  background: linear-gradient(90deg, #e8f5e9 60%, #fff 100%);
  border-radius: 18px;
  margin-bottom: 32px;
}
.banner-img {
  height: 420px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(56, 142, 60, 0.08);
}
@media (max-width: 991px) {
  .banner-img {
    height: 260px;
  }
  .hero-section-green {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .banner-img {
    height: 140px;
  }
  .welcome-title {
    font-size: 1.1rem;
  }
  .welcome-subtitle {
    font-size: 0.95rem;
  }
  .hero-section-green {
    border-radius: 8px;
  }
}
.team-section {
  background: #fff;
  border-radius: 18px;
  margin-bottom: 32px;
  margin-top: 32px;
  padding-top:70px !important;
}
.team-card {
  background: #e8f5e9;
  border-radius: 14px;
  transition: box-shadow 0.2s;
}
.team-card:hover {
  box-shadow: 0 4px 24px rgba(56, 142, 60, 0.13);
}
.team-img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  margin-top: -40px;
  border: 4px solid #e8f5e9;
  box-shadow: 0 2px 8px rgba(56, 142, 60, 0.08);
  background: #e8f5e9;
}
@media (max-width: 991px) {
  .team-section {
    border-radius: 8px;
    margin-bottom: 18px;
  }
  .team-img {
    width: 80px;
    height: 80px;
    margin-top: -30px;
  }
}
.about-section-bg {
  background: #f7f7f9;
}
.dfo-message-section {
  background: #fff;
}
.dfo-photo {
  border: 4px solid #e8f5e9;
  background: #e8f5e9;
  width: 100%;
  height: 100%;
  max-width: 320px;
  max-height: 340px;
  object-fit: cover;
}
.dfo-message-box {
  background: #f7f7f9;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(56, 142, 60, 0.07);
  min-height: 240px;
}
@media (max-width: 767px) {
  .dfo-message-box {
    padding: 1.2rem;
  }
  .dfo-photo {
    max-width: 120px;
    max-height: 120px;
    width: 120px;
    height: 120px;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.important-links-section {
  background: #f7f7f9;
}
.important-link-img {
  width: 100%;
  height: 110px;
  object-fit: contain;
  background: #fff;
  padding: 8px;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(56, 142, 60, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  display: block;
}
.important-link-img:hover {
  transform: scale(1.04);
  box-shadow: 0 4px 16px rgba(56, 142, 60, 0.15);
}


.navbar {
  background: #234d20;
  border-bottom: 2px solid #e8f5e9;
}
.navbar-nav {
  flex-direction: row;
}
.navbar-nav .nav-link {
  color: #fff !important;
  font-size: 1.1rem;
  padding-left: 18px !important;
  padding-right: 18px !important;
  transition: color 0.2s;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #a5d6a7 !important;
  font-weight: bold;
  text-decoration: none;
  transition: none;
}
.header-section {
  background: #fff;
  border-bottom: 2px solid #e8f5e9;
}
@media (max-width: 767px) {
  .header-section .container {
    flex-direction: row !important;
    gap: 10px;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .header-section img {
    margin-bottom: 0;
    height: 60px !important;
  }
}
.title-bar {
  position: relative;
  background: url('images/bg2.jpg') center center/cover no-repeat;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
}
.title-bar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(20,40,20,0.65);
  z-index: 1;
  border: none;
}
.title-bar h1 {
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
}
.main-section {
  margin: 0 auto 0 auto;
  padding: 40px 0;
  max-width: 1140px;
}
h2, h3 {
  color: #388e3c;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.about-list {
  margin-bottom: 1.5rem;
}
.about-list li {
  margin-bottom: 0.5rem;
}
.about-table {
  background: #e8f5e9;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 2rem;
}
.footer {
  background: #234d20;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .main-section {
    padding: 18px 0;
    max-width: 100%;
  }
  .title-bar {
    min-height: 120px;
  }
  .title-bar h1 {
    font-size: 1.3rem;
  }
}


.navbar {
  background: #234d20;
  border-bottom: 2px solid #e8f5e9;
}
.navbar-nav {
  flex-direction: row;
}
.navbar-nav .nav-link {
  color: #fff !important;
  font-size: 1.1rem;
  padding-left: 18px !important;
  padding-right: 18px !important;
  transition: color 0.2s;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #a5d6a7 !important;
  font-weight: bold;
  text-decoration: none;
  transition: none;
}
.header-section {
  background: #fff;
  border-bottom: 2px solid #e8f5e9;
}
@media (max-width: 767px) {
  .header-section .container {
    flex-direction: row !important;
    gap: 10px;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .header-section img {
    margin-bottom: 0;
    height: 60px !important;
  }
}
.title-bar {
  position: relative;
  background: url('images/bg2.jpg') center center/cover no-repeat;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
}
.title-bar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(20,40,20,0.65);
  z-index: 1;
  border: none;
}
.title-bar h1 {
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
}
.gallery-section {
  max-width: 1140px;
  margin: 40px auto 0 auto;
  padding: 40px 0;
}
.gallery-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  background: #e8f5e9;
  box-shadow: 0 2px 12px rgba(56, 142, 60, 0.07);
  margin-bottom: 24px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.gallery-img:hover {
  transform: scale(1.04);
  box-shadow: 0 4px 16px rgba(56, 142, 60, 0.15);
}
.footer {
  background: #234d20;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .gallery-section {
    padding: 18px 0;
    max-width: 100%;
  }
  .gallery-img {
    height: 140px;
  }
}


.navbar {
  background: #234d20;
  border-bottom: 2px solid #e8f5e9;
}
.navbar-nav {
  flex-direction: row;
}
.navbar-nav .nav-link {
  color: #fff !important;
  font-size: 1.1rem;
  padding-left: 18px !important;
  padding-right: 18px !important;
  transition: color 0.2s;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #a5d6a7 !important;
  font-weight: bold;
  text-decoration: none;
  transition: none;
}
.header-section {
  background: #fff;
  border-bottom: 2px solid #e8f5e9;
}
@media (max-width: 767px) {
  .header-section .container {
    flex-direction: row !important;
    gap: 10px;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .header-section img {
    margin-bottom: 0;
    height: 60px !important;
  }
}
.title-bar {
  position: relative;
  background: url('images/bg2.jpg') center center/cover no-repeat;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
}
.title-bar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(20,40,20,0.65);
  z-index: 1;
  border: none;
}
.title-bar h1 {
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
}
.coming-soon-section {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.coming-soon-text {
  font-size: 2rem;
  color: #388e3c;
  font-weight: 600;
  letter-spacing: 1px;
}

.footer {
  background: #234d20;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  margin-top: 40px;
}


.navbar {
  background: #234d20;
  border-bottom: 2px solid #e8f5e9;
}
.navbar-nav {
  flex-direction: row;
}
.navbar-nav .nav-link {
  color: #fff !important;
  font-size: 1.1rem;
  padding-left: 18px !important;
  padding-right: 18px !important;
  transition: color 0.2s;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #a5d6a7 !important;
  font-weight: bold;
  text-decoration: none;
  transition: none;
}
.header-section {
  background: #fff;
  border-bottom: 2px solid #e8f5e9;
}
@media (max-width: 767px) {
  .header-section .container {
    flex-direction: row !important;
    gap: 10px;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .header-section img {
    margin-bottom: 0;
    height: 60px !important;
  }
}
.title-bar {
  position: relative;
  background: url('images/bg2.jpg') center center/cover no-repeat;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
}
.title-bar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(20,40,20,0.65);
  z-index: 1;
  border: none;
}
.title-bar h1 {
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
}
.main-section {
  margin: 0 auto 0 auto;
  padding: 40px 0;
  max-width: 1140px;
}
.tour-row {
  margin-bottom: 48px;
  align-items: stretch !important;
  display: flex;
  flex-wrap: wrap;
}
.tour-img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 12px;
  background: #e8f5e9;
  box-shadow: 0 2px 12px rgba(56, 142, 60, 0.07);
  display: block;
}
.tour-text-box {
  background: #f7f7f9;
  border-radius: 12px;
  padding: 24px 24px 18px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tour-title {
  color: #388e3c;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.tour-desc {
  font-size: 1.05rem;
  text-align: justify;
}
@media (max-width: 991px) {
  .main-section {
    padding: 18px 0;
    max-width: 100%;
  }
  .tour-img {
    min-height: 180px;
  }
  .tour-text-box {
    padding: 16px 8px;
  }
}
.footer {
  background: #234d20;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .tour-row {
    flex-direction: column !important;
    align-items: stretch !important;
    text-align: center;
  }
  .tour-img {
    margin-bottom: 18px;
    height: 140px;
  }
}

/* === contact.html === */


.navbar-nav {
  flex-direction: row;
}
.navbar-nav .nav-link {
  color: #fff !important;
  font-size: 1.1rem;
  padding-left: 18px !important;
  padding-right: 18px !important;
  transition: color 0.2s;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #a5d6a7 !important;
  font-weight: bold;
  text-decoration: none;
  transition: none;
}
.header-section {
  background: #fff;
  border-bottom: 2px solid #e8f5e9;
}
@media (max-width: 767px) {
  .header-section .container {
    flex-direction: row !important;
    gap: 10px;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .header-section img {
    margin-bottom: 0;
    height: 60px !important;
  }
}
.title-bar {
  position: relative;
  background: url('images/bg2.jpg') center center/cover no-repeat;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
}
.title-bar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(20,40,20,0.65);
  z-index: 1;
  border: none;
}
.title-bar h1 {
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
}
.contact-section {
  max-width: 900px;
  margin: 40px auto 0 auto;
  padding: 40px 0;
}
.contact-form {
  background: #fff;
  border-radius: 18px;
  padding: 36px 32px 28px 32px;
  box-shadow: 0 4px 24px rgba(56, 142, 60, 0.10);
  border: 1px solid #e0e0e0;
}
.contact-form .form-label {
  font-weight: 500;
  color: #234d20;
}
.contact-form .form-control {
  border-radius: 8px;
  border: 1px solid #b2dfdb;
  box-shadow: none;
  transition: border-color 0.2s;
}
.contact-form .form-control:focus {
  border-color: #43a047;
  box-shadow: 0 0 0 2px #a5d6a7;
}
.contact-form button.btn {
  border-radius: 8px;
  font-weight: 600;
  padding: 10px 28px;
  font-size: 1.1rem;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(56, 142, 60, 0.08);
}
.contact-form button.btn:hover {
  background: #388e3c;
  box-shadow: 0 4px 16px rgba(56, 142, 60, 0.13);
}
.contact-details {
  background: #e8f5e9;
  border-radius: 18px;
  padding: 36px 32px 28px 32px;
  box-shadow: 0 4px 24px rgba(56, 142, 60, 0.10);
  border: 1px solid #b2dfdb;
  margin-top: 24px;
}
.contact-details p {
  font-size: 1.08rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-details i {
  color: #388e3c;
  font-size: 1.2rem;
  min-width: 22px;
}
.contact-details .text-success {
  font-weight: 500;
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(56, 142, 60, 0.10);
  margin-top: 24px;
  border: 1px solid #b2dfdb;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
  border-radius: 18px;
}
.footer {
  background: #234d20;
  color: #fff;
  padding: 28px 0 18px 0;
  text-align: center;
  margin-top: 40px;
}
.footer a {
  color: #fff;
  text-decoration: underline dotted;
  transition: color 0.2s, text-decoration 0.2s;
}
.footer a:hover {
  color: #a5d6a7;
  text-decoration: underline solid;
}
@media (max-width: 991px) {
  .contact-section {
    padding: 18px 0;
    max-width: 100%;
  }
  .contact-form, .contact-details {
    padding: 18px 8px;
  }
}
.top-link {
  text-decoration: underline dotted;
  transition: color 0.2s, text-decoration 0.2s;
}
.top-link:hover {
  color: #a5d6a7;
  text-decoration: underline solid;
}

@media (max-width: 991px) {
  .navbar-nav {
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100%;
  }
  .navbar-nav .nav-item {
    width: 100%;
  }
  .navbar-nav .nav-link {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 0px !important;
    padding-bottom: 8px !important;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #fff;
  }
}

@media (max-width: 767px) {
  .team-section .team-card {
    margin-bottom: 28px !important;
  }
  .team-section .row:last-child .col-md-4:last-child .team-card,
  .team-section .row:last-child .col-md-5:last-child .team-card {
    margin-bottom: 0 !important;
  }
} 