body {
  font-family: "Segoe UI", sans-serif;
  background-color: #fdfdfd;
}
.navbar {
  background-color: #fff;
  box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.75);
}
.navbar-brand,
.nav-link {
  color: #4c8951 !important;
}
.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("/assets/hero-image-min.jpg") no-repeat center center;
  background-size: cover;
  color: white;
  padding: 170px 0;
  text-align: center;
}
.section-title {
  color: #4c8951;
  font-weight: bold;
  font-size: 2.5em;
}
.service-icon {
  font-size: 40px;
  color: #6da171;
}
.footer {
  background-color: #6da171;
  color: #fff;
  padding: 20px 0;
}
.gallery img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.why-choose-us i {
  color: #198754;
  font-size: 20px;
  margin-right: 10px;
}
.service-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.why-box {
  background: #fff;
  border-left: 5px solid #6da171;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.service-box {
  transition: all 0.3s ease-in-out;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
#logo {
  max-width: 100%;
}
.header-title {
  font-weight: 500;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.5);
}
#logo-area {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 10px;
}
#logo-area h2,
#logo-area p {
  margin: 0;
}
.logo-subtitle {
  font-size: 14px;
  font-style: italic;
}
.logo-title {
  font-size: 1.5em;
  color: #4c8951;
}
.logo-title .club {
  color: #e95f47;
}

.sub-header {
  padding: 0.2em 0;
  background: #6da171;
  color: #fff;
}
.call-cta {
  text-decoration: none;
  color: #fff;
}
.sub-header a {
  text-decoration: none;
  color: #fff;
}

.service-image {
  background-size: cover;
  height: 200px;
  margin-bottom: 15px;
}

.service-wrapper {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease;
  padding: 20px;
}

.service-wrapper:hover {
  transform: translateY(-5px);
}

.service-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  margin-bottom: 15px;
}

#why h5 {
  color: #4c8951;
}
.service-wrapper h4 {
  color: #4c8951;
  margin: 15px 0px;
}
.why-us-bg {
  background-size: cover;
  background-position: center center;
}

.sub-header-service {
  text-align: center;
  font-size: 1.5em;
  font-style: italic;
  color: #e95f47;
}
