/* styles2.css */
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  background: #f9f9f9;
  color: #2f4959;
}

header {
  background: #fff;
  color: #0f52ba;
  padding: 1rem 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}

.dredging-header {
  background: #ffffff;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.logo-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-img {
  width: 40px;
}

.nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}

.nav a {
  text-decoration: none;
  color: #2f4959;
  font-weight: 600;
}

.hero-dredging {
  background: url("images/dredging-hero.jpg") center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.hero-dredging h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.hero-dredging p {
  font-size: 1.2rem;
}




.hero-marine {
  background: url("images/hero-marine.png") center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.hero-marine h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.hero-marine p {
  font-size: 1.2rem;
}



.hero-project {
  background: url("images/hero-project.jpg") center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.hero-project h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.hero-project p {
  font-size: 1.2rem;
}


.hero-maintenance {
  background: url("images/hero-maintenance.PNG") center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.hero-maintenance h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.hero-maintenance p {
  font-size: 1.2rem;
}



.hero-environment {
  background: url("images/hero-environment.PNG") center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.hero-environment h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.hero-environment p {
  font-size: 1.2rem;
}

.hero-construction {
  background: url("images/hero-construction.jpg") center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.hero-construction h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.hero-construction p {
  font-size: 1.2rem;
}



.hero-about {
  background: url("images/hero-maintenance.PNG") center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.hero-about h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.hero-about p {
  font-size: 1.2rem;
}


.image-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}

.content-img {
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}



.btn {
  background: #d4af37;
  color: white;
  padding: 10px 25px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  border: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.btn:hover {
  background: #c29e2d;
}

.operations .grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.operations .card {
  background: white;
  flex: 1 1 300px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.operations .icon {
  font-size: 2rem;
  color: #d4af37;
}

.equipment .fleet-images {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.equipment img {
  width: 48%;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.contact-section form {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  max-width: 600px;
  margin: 30px auto 0;
}

.contact-section label {
  display: block;
  margin-top: 15px;
  font-weight: 600;
}

.contact-section input,
.contact-section textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: "Roboto", sans-serif;
}

.footer {
  padding: 4rem 0;
  background: #000a26;
  color: #fff;
  text-align: center;
  position: relative;
}

.footer-content p {
  margin: 0.5rem 0;
  font-size: 1.1rem;
}

.why-choose-us {
  background-color: #f9f9f9;
  padding: 60px 0;
  font-family: "Roboto", sans-serif;
}

.why-choose-us h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 25px;
  color: #2f4959;
}

.why-choose-us p {
  max-width: 800px;
  margin: 0 auto 20px auto;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  text-align: center;
}

.why-choose-us ul {
  max-width: 800px;
  margin: 0 auto 30px auto;
  padding-left: 20px;
  list-style: disc;
  color: #333;
}

.why-choose-us ul li {
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.6;
}

.powered-by {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideUp 1.2s ease-out forwards;
  animation-delay: 0.8s;
}

@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.eon {
  font-weight: bold;
  color: #d4af37; /* gold-like tone */
  animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
  from {
    text-shadow: 0 0 5px #d4af37, 0 0 10px #d4af37;
  }
  to {
    text-shadow: 0 0 10px #ffd700, 0 0 20px #ffd700;
  }
}








.hero-about {
  background: url("images/hero-about.jpg") center/cover no-repeat;
  padding: 80px 20px;
  text-align: center;
  color: white;
}

.hero-about h2 {
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.hero-about p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
}

.about-section h3 {
  font-size: 1.6rem;
  color: #0f52ba;
  margin-top: 40px;
}

.about-section p, .about-section li {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}

.about-section ul {
  padding-left: 20px;
  margin-top: 15px;
}

.about-section ul li {
  margin-bottom: 10px;
}

.two-column-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px 30px;
  list-style: disc inside;
  margin-top: 15px;
}


.fleet-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px; /* space between images */
  padding: 20px;
}

.fleet-images img {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 300px !important; /* limit image size */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}







.hero-dredging,
.hero-marine,
.hero-project,
.hero-maintenance,
.hero-environment,
.hero-construction,
.hero-about {
  background-position: center center;
  background-size: cover;
  background-attachment: scroll; /* or remove this line entirely */
}

@media screen and (max-width: 768px) {
  .hero-dredging,
  .hero-marine,
  .hero-project,
  .hero-maintenance,
  .hero-environment,
  .hero-construction,
  .hero-about {
    background-size: contain;
    background-repeat: no-repeat;
  }
}










