#header-placeholder {
  position: relative;
  z-index: 1000;
}
.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  max-height: 720px;
  background: linear-gradient(to right, #000000e0 50%, transparent 50%);
  color: #fff;
  font-family: 'Gotham', sans-serif;
  overflow: hidden;
}

.hero-content {
  flex: 0.8;
  padding-left: 180px;
  z-index: 2;
}

.hero-content h1 {
  font-size: 55px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}

.cta-button {
  display: inline-block;
  background-color: #fff;
  color: #165534;
  padding: 12px 24px;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #165534;
  color: #fff;
}

.hero-image {
  flex: 1;
  height: 100%;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section { 
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #295C4C;
  padding: 60px 80px;
  color: #fff;
  font-family: 'Gotham', sans-serif;
  gap: 60px;
}

.about-text {
  flex: 1;
  font-size: 20px;
  line-height: 1.6;
  max-width: 600px;
  text-align: left;
}

.about-image {
  flex: 0 0 auto;
}

.about-image img {
  width: 350px;
  height: auto;
  border-radius: 6px;
  display: block;
}
.service-areas {
  text-align: center;
  padding: 60px 40px;
  font-family: 'Gotham', sans-serif;
  background-color: #fff;
  color: #333;
}

.service-areas h2 {
  color: #2F5D50; 
  font-size: 50px;
  margin-bottom: 10px;
}

.service-areas p {
  font-size: 20px;
  margin-bottom: 40px;
}

.area-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.area-box {
  background-color: #FAF6ED;
  color: #2F5D50;
  padding: 20px 16px;
  border-radius: 10px;
  min-width: 160px;
  max-width: 180px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.core-services {
  background-color: #2F5D50;
  color: #fff;
  padding: 60px 30px;
  text-align: center;
  font-family: 'Gotham', sans-serif;
}

.core-services h2 {
  font-size: 50px;
  margin-bottom: 40px;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.service-box {
  background-color: #fff;
  color: #333;
  border-radius: 10px;
  padding: 20px;
  width: 280px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-box img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 15px;
}

.service-box h3 {
  color: #2F5D50;
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}

.service-box p {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.special-capabilities {
  text-align: center;
  padding: 60px 30px;
  font-family: 'Gotham', sans-serif;
  background-color: #fff;
  color: #2F5D50;
}

.special-capabilities h2 {
  font-size: 50px;
  margin-bottom: 40px;
}

.capability-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.capability-box {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 24px 20px;
  width: 300px;
  background-color: #fff;
  color: #333;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.capability-box h3 {
  font-size: 22px;
  font-weight: 600;
  color: #2F5D50;
  margin-bottom: 10px;
  line-height: 1.4;
}

.capability-box p {
  font-size: 18px;
  color: #444;
  line-height: 1.5;
}
.equipment-section {
  background-color: #FAF6ED;
  text-align: center;
  padding: 60px 30px;
  font-family: 'Gotham', sans-serif;
  color: #333;
}

.equipment-section h2 {
  font-size: 50px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.equipment-section p {
  font-size: 22px;
  margin-bottom: 40px;
}

.equipment-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.equipment-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 180px;
}

.equipment-item img {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}

.equipment-item span {
  font-size: 18px;
  color: #165534;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.service-area {
  padding: 60px 110px;
  background-color: #f9f9f9;
  font-family: 'Gotham', sans-serif;
}

.service-area h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #1a1a1a;
  text-align: center;
}
.service-area p {
  font-size: 18px;;
  text-align: center;
}

.areagrid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
  justify-content: space-between;
}

.map-embed {
  flex: 1 1 600px;
}

.area-list {
  flex: 1 1 300px;
}

.area-list h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.area-list ul {
  list-style: none;
  padding: 0;
  columns: 2;
}

.area-list li {
  margin-bottom: 8px;
}

.area-list .note {
  margin-top: 20px;
  font-style: italic;
}
.custom-plan {
  background: url('/img/20.png') no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 500px;
  font-family: 'Gotham', sans-serif;
  color: #fff;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.plan-text {
  flex: 1;
  max-width: 480px;
  font-size: 25px;
  line-height: 1.6;
  padding-right: 20px; 
}

.plan-button {
  display: inline-block;
  margin-top: 20px;
  background-color: #333;
  color: #fff;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-size: 20px;
}

.plan-button:hover {
  background-color: #000;
}

.plan-image {
  flex: 1;
  text-align: right;
}

.plan-image img {
  max-width: 400px;
  height: auto;
  margin-left: 20px; 
}



@media (max-width: 768px) {
  /* HERO SECTION */
  .hero-section {
    flex-direction: column;
    height: auto;
    max-height: none;
    background: #000; 
  }

  .hero-content {
    padding: 40px 20px;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-image {
    width: 100%;
    height: 250px;
  }

  .hero-image img {
    height: 100%;
    object-fit: cover;
  }

  /* ABOUT SECTION */
  .about-section {
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
    gap: 30px;
  }

  .about-text {
    text-align: center;
    font-size: 16px;
  }

  .about-image img {
    width: 250px;
  }

  /* SERVICE AREAS */
  .service-areas {
    padding: 40px 20px;
  }

  .service-areas p {
    font-size: 15px;
  }

  .areagrid1 {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .area-box {
    width: 100%;
    max-width: 90%;
    font-size: 14px;
    padding: 16px;
  }
  .services-grid {
    flex-direction: column;
    align-items: center;
  }

  .service-box {
    width: 90%;
  }

  .core-services h2 {
    font-size: 26px;
  }

  .service-box h3 {
    font-size: 16px;
  }

  .service-box p {
    font-size: 13px;
  }
  .capability-grid {
    flex-direction: column;
    align-items: center;
  }

  .capability-box {
    width: 90%;
  }
  .equipment-grid {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .equipment-item {
    max-width: 90%;
  }
  .custom-plan {
    flex-direction: column;
    text-align: center;
    padding: 60px 30px;
  }

  .plan-text {
    padding-right: 0;
  }

  .plan-image {
    margin-top: 30px;
    text-align: center;
  }

  .plan-image img {
    max-width: 220px;
    margin-left: 0;
  }
  .service-area {
    padding: 40px 20px;
  }

  .area-grid {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .map-embed,
  .area-list {
    flex: 1 1 100%;
  }

  .area-list ul {
    columns: 1;
    text-align: center;
  }

  .area-list h3 {
    text-align: center;
  }

  .service-area h2,
  .service-area p {
    text-align: center;
  }
    .response-section {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .response-text {
    font-size: 16px;
  }

  .response-image img {
    max-width: 100%;
    height: auto;
  }

}
