main {
  width: 100%;
  margin: 0;
  padding: 0;
}

.hero-section {
  width: 100%;
  height: 520px;
  background: url("../images/products/Page-Cover.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  text-align: center;
  color: #ffffff;
}

.hero-overlay .breadcrumb {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(0, 0, 0, 0.45);
  font-size: 21px;
  margin-bottom: 10px;
}

.hero-overlay h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}

.products-section {
  width: 100%;
  padding: 70px 0;
}

.products-grid {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.product-card img {
  width: 100%;
  height: 250px;
  padding: -15px;
  border-radius: 23px;
  object-fit: contain;
}

.product-card p {
  display: inline;
  margin-top: 10px;
  font-size: 25px;
  font-weight: 650;
  text-align: center;
  color: rgba(4, 4, 4, 0.86);
}

/* comar systems */
.ais {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  padding-right: 20px;
}
.products-grid-2 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.nmea{
   color: rgba(4, 4, 4, 0.86);
}
.ais-2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: rgba(4, 4, 4, 0.86);
}
.nmea {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
/* Comnav Marine Ltd */
.products-grid-3 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  justify-items: center;
}
.ap {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: rgba(4, 4, 4, 0.86);
}
.sc {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: rgba(4, 4, 4, 0.86);
}
.products-grid-4 {
  width: 79%;
  /* max-width: 500px; */
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.product-card-2 {
  display: flex;
  justify-content: center;
}

.product-card-2 img {
  width: 100%;
  border-radius: 24px;
  object-fit: contain;
}

.product-text ul {
  padding-left: -50px;
}
.product-text {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 8px;
  color: rgba(40, 41, 40, 0.86);
  margin-left: 20px;
}
.product-text li {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: 500;
}
/* STATS BAR */
.stats-section {
  background: #3764d8;
  padding: 50px 0;
}

.stats-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #fff;
}

.stat h2 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stat p {
  font-size: 18px;
  opacity: 0.9;
}

/* EXPERIENCE SECTION */
.experience-section {
  display: flex;
  min-height: 500px;
}

.experience-content {
  background: linear-gradient(90deg, #0d2c63, #1f4ea5);
  color: #fff;
  width: 55%;
  padding: 80px;
}

.experience-content h1 {
  font-size: 42px;
  margin-bottom: 40px;
}

.features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.features h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.features p {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
}

.experience-image {
  width: 45%;
}

.experience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* STATS BAR */
.stats-section {
  background: #3764d8;
  padding: 50px 0;
}

.stats-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #fff;
}

.stat h2 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stat p {
  font-size: 18px;
  opacity: 0.9;
}

/* EXPERIENCE SECTION */
.experience-section {
  display: flex;
  min-height: 500px;
}

.experience-content {
  background: linear-gradient(90deg, #0d2c63, #1f4ea5);
  color: #fff;
  width: 55%;
  padding: 80px;
}

.experience-content h1 {
  font-size: 42px;
  margin-bottom: 40px;
}

.features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.features h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.features p {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
}

.experience-image {
  width: 45%;
}

.experience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-grid-2 {
    grid-template-columns: 1fr;
  }
  .products-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-grid-4 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-overlay h1 {
    font-size: 42px;
  }
  .ais, .ais-2, .nmea, .ap, .sc {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: 400px;
  }
  .hero-overlay h1 {
    font-size: 36px;
  }
  .hero-overlay .breadcrumb {
    font-size: 18px;
  }
  .product-card img {
    height: 200px;
  }
  .product-card p {
    font-size: 22px;
  }
  .ais, .ais-2, .nmea, .ap, .sc {
    font-size: 24px;
  }
  .product-text, .product-text li {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
  .products-grid-3 {
    grid-template-columns: 1fr;
  }
  .hero-overlay h1 {
    font-size: 28px;
  }
  .hero-overlay .breadcrumb {
    font-size: 16px;
  }
  .product-card img {
    height: 180px;
  }
  .product-card p {
    font-size: 20px;
  }
  .ais, .ais-2, .nmea, .ap, .sc {
    font-size: 20px;
  }
  .product-text, .product-text li {
    font-size: 16px;
  }
  .products-section {
    padding: 50px 0;
  }
}
