.image-container {
  width: 100vw;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.overlay {
  position: absolute;
  width: 50vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
  padding: 9px 38px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  gap: 8px;
  justify-content: center;
  background: rgba(3, 37, 76, 0.85);
  color: #fbfbfb;
}
.overlay-title {
  position: relative;
  padding-bottom: 8px;
}
.overlay-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 35%;
  height: 3px;
  background: linear-gradient(to right, #fcfbfb 50%, #a3907f 50%);
}
.about-word {
  position: relative;
  color: #f1eadd;
  padding-bottom: 6px;
}
.us-word {
  position: relative;
  color: #f1eadd;
  padding-bottom: 6px;
}
.about-section {
  padding: 70px 200px;
}
.about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 55px;
  align-items: center;
}
.about-image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
}
.about-text {
  flex: 1;
}
.about-text h2 {
  font-size: 28px;
  font-weight: 600;
  color: #050505;
  /* padding-right:50px; */
  padding-left: 50px;
}
.about-text h2 span {
  color: #0b5ed7;
}
.about-text h2::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  background: #0b5ed7;
  margin-top: 6px;
}
.about-text p {
  font-size: 15.5px;
  line-height: 1.75;
  color: #070707;
  margin-top: 14px;
  padding-right: 50px;
  padding-left: 50px;
}
.vision-section {
  padding-bottom: 70px;
  padding-right: 50px;
  padding-left: 50px;
  background: #f9f9f9;
}
.vision-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: center;
  padding-bottom: 20px;
}
.vision-text h2 {
  font-size: 28px;
  font-weight: 600;
  color: #222;
}
.vision-text p {
  padding-top: 13px;
  font-size: 18px;
}
.vision-text h2 span {
  color: #0b5ed7;
}
.vision-text h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #0b5ed7;
  margin-top: 8px;
}
.stats-section {
  position: relative;
  background: url("../assets/images/shipyard.jpg") center/cover no-repeat;
  padding: 90px 0;
  width: 100%;
  filter: brightness(3.25);
}
.stats-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}
.stats-container {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.stat-number {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
}
.stat-text {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
.team-section {
  padding: 80px 0 40px;
  background: #ffffff;
}
.team-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #222;
}
.team-title span {
  color: #0b5ed7;
}
.team-arrow {
  display: block;
  width: 40px;
  height: 3px;
  background: #0b5ed7;
  margin: 12px auto 0;
  position: relative;
}
.team-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 3px;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0b5ed7;
}
.team-container {
  max-width: 1200px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.team-card {
  flex: 1;
  text-align: center;
}
.team-card img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #dbeafe;
  padding: 12px;
  display: block;
  margin: 0 auto;
}
.team-card h4 {
  margin-top: 18px;
  font-size: 15px;
  font-weight: bold;
  color: #111;
}
.team-card span {
  display: block;
  margin-top: 6px;
  font-size: 15px;
  color: #00aaff;
  font-style: italic;
  font-weight: 600;
}
.quality-section {
  padding: 90px 0;
  background: #ffffff;
}
.quality-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 40px;
}
.quality-line {
  width: 4px;
  background: #0b5ed7;
}
.quality-content h2 {
  font-size: 30px;
  font-weight: 600;
  color: #222;
  padding-left: 50px;
}
.quality-content h2 span {
  color: #0b5ed7;
}
.quality-content h2::after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background: #0b5ed7;
  margin-top: 8px;
}
.quality-content p {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  font-style: italic;
  padding-right: 50px;
  padding-left: 50px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .about-section {
    padding: 60px 80px;
  }
  .vision-container,
  .about-container,
  .quality-container,
  .team-container,
  .stats-container {
    max-width: 1000px;
    gap: 40px;
  }
  .overlay {
    width: 60vw;
    font-size: 32px;
    padding: 8px 28px;
  }
  .about-image img {
    max-width: 480px;
  }
}

@media (max-width: 992px) {
  .about-section {
    padding: 50px 40px;
  }
  .about-container,
  .vision-container,
  .quality-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-image img {
    width: 100%;
  }
  .overlay {
    width: 75vw;
    font-size: 28px;
    transform: translate(-50%, -30%);
    padding: 8px 20px;
  }
  .stats-container {
    flex-direction: column;
    gap: 20px;
  }
  .team-container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .team-card {
    flex: 0 0 48%;
  }
}

@media (max-width: 768px) {
  .image-container {
    height: 320px;
  }
  .overlay {
    width: 85%;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    padding: 10px 16px;
  }
  .about-section {
    padding: 40px 20px;
  }
  .vision-text p,
  .quality-content p,
  .about-text p {
    font-size: 16px;
  }
  .stat-number {
    font-size: 36px;
  }
  .team-container {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .team-card {
    flex: none;
    width: 100%;
  }
  .team-card img {
    width: 110px;
    height: 110px;
    padding: 10px;
  }
}

@media (max-width: 576px) {
  .image-container {
    height: 260px;
  }
  .overlay {
    width: 95%;
    font-size: 18px;
    padding: 8px 12px;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
  }
  .about-section {
    padding: 30px 12px;
  }
  .about-text h2 {
    font-size: 22px;
  }
  .vision-text h2,
  .quality-content h2,
  .team-title {
    font-size: 20px;
  }
  .stat-number {
    font-size: 28px;
  }
  .stat-text {
    font-size: 12px;
  }
  .about-image img {
    width: 100%;
    height: auto;
  }
  .overlay {
    letter-spacing: 1px;
  }
}
