main {
  min-height: 100vh;
  overflow: hidden;
}

#hero {
  position: relative;

  .carousel {
    width: 100vw;
    height: 100vh;
    position: relative;
  }

  .carousel img {
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }

  .carousel img.active {
    opacity: 1;
  }

  .hero-text {
    max-width: 70vw;
    padding: 0px 100px;
    position: absolute;
    top: 40%;
    color: #ffffff;

    h2 {
      font-size: 4.5rem;
    }
    p {
      padding: 25px 0;
      font-size: 1.2rem;
    }
  }
}

#about {
  display: flex;
}

@media (max-width: 1023px) {
  #hero .hero-text {
    max-width: 100vw;
    top: 30%;
  }
}

@media (max-width: 767px) {
  #hero .hero-text {
    padding: 0px 30px;
    top: 20%;
  }

  #hero .hero-text h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 639px) {
}

/* Babu's work */
.about-section {
  padding: 80px 0;
}

.about-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 70px;
  align-items: flex-start;
}

/* LEFT */
.about-left {
  width: 50%;
}

.about-left h1 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 40px;
  padding-left: 5px;
}

.left-row {
  display: flex;
  gap: 25px;
  margin-bottom: 40px;
}

.left-row img {
  width: 370px;
  height: 240px;
  object-fit: cover;
}

.left-text {
  max-width: 360px;
  color: #7b7b7b;
  font-size: 20px;
  padding-left: 5px;
}

.quote {
  font-size: 20px;
  color: #2f5bff;
  font-weight: bold;
  margin-bottom: 14px;
  margin-left: 15px;
}

/* RIGHT */
.about-right {
  width: 50%;
  margin-top: -30px;
  padding-right: 100px;
}

.right-top-text {
  font-size: 19px;
  line-height: 1.6;
  color: #6b7785;
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-right img {
  width: 100%;
  height: 610px;
  object-fit: cover;
  margin-top: -10px;
}

.features {
  background-color: #efefefd8;
  font-size: 30px;
  line-height: 2;
  margin-bottom: 8px;
  color: rgba(29, 28, 28, 0.86);
  margin-left: -05px;
  padding-left: 10px;
  /* list-style-type: disc; */
}
.features1 {
  /* background-color: #efefefd8; */
  font-size: 30px;
  line-height: 2;
  margin-bottom: 8px;
  color: rgba(239, 239, 239, 0.86);
  margin-left: -05px;
  padding-left: 5px;
  /* list-style-type: disc; */
}
/* .features h3 {
  font-weight: 600;
} */
.expertise p {
  margin-bottom: 20px;
  /* font-style: italic; */
  font-size: 18px;
}
.industry p {
  margin-bottom: 20px;
  /* font-style: italic; */
  font-size: 18px;
}
.safety p {
  margin-bottom: 20px;
  /* font-style: italic; */
  font-size: 18px;
}
.global p {
  margin-bottom: 20px;
  /* font-style: italic; */
  font-size: 18px;
}
.expertise h3::before {
  list-style: none;
  content: "✔ ";
  color: #2f5bff;
  font-weight: bold;
}
.safety h3::before {
  list-style: none;
  content: "✔ ";
  color: #2f5bff;
  font-weight: bold;
}
.industry h3::before {
  list-style: none;
  content: "✔ ";
  color: #2f5bff;
  font-weight: bold;
}
.global h3::before {
  list-style: none;
  content: "✔ ";
  color: #2f5bff;
  font-weight: bold;
  /* size: 10px; */
}
/* ================= PRODUCTS ================= */

.products-section {
  background: #3764d8;
  padding: 80px 0;
  text-align: center;
  /* padding-right: -5px; */
}

.products-section h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
  margin-top: -50px;
}

.products-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.product-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 2px;
  margin: -13px;
  text-decoration: none;
  padding-left: auto;
  padding-right: auto;
}

.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}

.product-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

/* ================= BANNER ================= */

.products-banner {
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.products-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =====================================================
   ADDED ONLY — STATS COUNTER SECTION
   ===================================================== */

.stats-section {
  background: #3764d8;
  padding: 80px 0;
}

.stats-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #ffffff;
}

.stat h2 {
  font-size: 78px;
  font-weight: 300;
  margin-bottom: 10px;
  font-weight: 400;
}

.stat p {
  font-size: 20px;
  font-weight: bold;
  opacity: 0.95;
}
.experience-section {
  max-width: 100%;
  justify-content: auto;
  margin: auto;
  display: flex;
  /* align-items: center; */
  gap: 50px;
  padding: 120px 0;
  background: url("../images/ship-bg.png") no-repeat center/cover;
}
.experience-content {
  max-width: 800px;
  color: #ffffff;
  font-weight: 600;
  font-family: sans-serif;
  font-size: 28px;
  padding-left: 100px;
  /* margin-bottom: 50px; */
}
.experience-content h1 {
  font-size: 48px;
  margin-bottom: 20px;
  margin-left: -20px;
}
/* =====================================================
   ADDED ONLY — RESPONSIVE (so nothing breaks)
   ===================================================== */

@media (max-width: 1024px) {
  .about-container {
    flex-direction: column;
  }

  .about-left,
  .about-right {
    width: 100%;
    padding-right: 0;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-container {
    flex-direction: column;
    gap: 50px;
  }
}

@media (max-width: 600px) {
  .products-grid {
    grid-template-columns: 1fr;
  }

  .left-row {
    flex-direction: column;
  }

  .left-row img {
    width: 100%;
  }
}
