

body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  color: #333;
  overflow-y: auto;
}


.intro {
  background:linear-gradient(to right,#ccefde    , #d7e8e8) !important;
  color:#082527;
  padding: 50px 20px;
  margin-top: -20px;
  width:100vw;
}

.intro-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.text-content {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.text-content h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.text-content p {
  font-size: 1.2rem;
}

.image-content {
  flex: 1;
  text-align: center;
}

.image-content img {
  width: 100%;
  max-width: 450px;
  border-radius: 10px;
}

.smart-technology, .beneficiaries {
  padding: 60px 20px;
  background: linear-gradient(to right, #f9fdfc, #e7f5f3);
  text-align: center;
  margin-top: 10px;
  width: 100vw;
}

.smart-technology h2, .beneficiaries h2 {
  font-size: 2.2rem;
  color: #2e4a48;
  margin-bottom: 20px;
}

.smart-technology ul, .beneficiaries ul {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.smart-technology li, .beneficiaries li {
  font-size: 1.1rem;
  padding: 12px 0;
  border-bottom: 1px solid #d6e8e7;
  position: relative;
  padding-left: 25px;
}

.smart-technology li::before, .beneficiaries li::before {
  content: "\f058"; 
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #115636;
  position: absolute;
  left: 0;
  top: 12px;
}

.smart-technology li:last-child, .beneficiaries li:last-child {
  border-bottom: none;
}



.features {
  text-align: center;
  padding: 50px 20px;
  background-color: white;
}

.features h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.features-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-item {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.feature-item:hover {
  transform: scale(1.05);
}

.feature-icon {
  font-size: 40px;
  color: #2e4a49;
  margin-bottom: 15px;
}


.advantages-applications {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 20px;
  background: linear-gradient(to right,#dff1e9    , #f2f8f8) !important;
  width: 100vw;
  margin-bottom: 10px;
}

.section {
  max-width: 500px;
  margin: 20px;
  text-align: center;
}

.section h2 {
  font-size: 2rem;
  color: #2e4a48;
}

.section p {
  font-size: 1.1rem;
}


.stats {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 50px 20px;
  background-color: white;
}

.stat-item {
  display: flex;
  align-items: center;
  background: linear-gradient(to right,#115636    , #277c7c) !important;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  color: white;
}

.stat-item:hover {
  transform: scale(1.05);
}

.stat-icon i {
  font-size: 40px;
  color:white;
  margin-right: 15px;
}

.stat-content {
  text-align: left;
}

.stat-number {
  font-size: 1.8rem;
  font-weight: bold;
}

.stat-label {
  font-size: 1.1rem;
  display: block;
}

main {
  max-width: 1700px;  
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}


main section {
  width: 100%;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
   .features h2 {
    font-size: 1.6rem;
  }
  .features-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 18px;
  }
  .feature-item h3 {
    font-size: 1.1rem;
  }
  .feature-item p {
    font-size: 0.95rem;
  }

  .intro {
    padding: 24px 16px;
    text-align: center;
  }

  .intro-content {
    flex-direction: column;
    gap: 24px;
  }

  .text-content {
    text-align: center;
  }

  .text-content h2 {
    font-size: 1.5rem;
  }

  .text-content p {
    font-size: 0.95rem;
  }

  .image-content img {
    max-width: 100%;
    height: auto;
  }

  .smart-technology,
  .beneficiaries {
    padding: 32px 16px;
  }

  .smart-technology h2,
  .beneficiaries h2 {
    font-size: 1.4rem;
  }

  .smart-technology ul,
  .beneficiaries ul {
    text-align: left;
    padding: 0 10px;
  }

  .smart-technology li,
  .beneficiaries li {
    font-size: 0.95rem;
  }

  .features {
    padding: 24px 16px;
  }

  .features h2 {
    font-size: 1.4rem;
  }

  .features-container {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .feature-item {
    max-width: 100%;
    font-size: 0.7rem;
  }

  .advantages-applications {
    flex-direction: column;
    align-items: center;
    padding: 32px 16px;
  }

  .section {
    margin: 10px 0;
    text-align: center;
    max-width: 100%;
  }

  .section h2 {
    font-size: 1.4rem;
  }

  .section p {
    font-size: 0.95rem;
  }

  .stats {
    flex-direction: column;
    gap: 16px;
    padding: 32px 16px;
  }

  .stat-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .stat-icon i {
    margin: 0 0 8px 0;
    font-size: 28px;
  }

  .stat-number {
    font-size: 1.3rem;
  }

  .stat-label {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .intro {
    padding: 20px 12px;
    text-align: center;
  }
    .features {
    padding: 30px 16px;
  }
  .features h2 {
    font-size: 1.4rem;
  }
  .features-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .feature-item {
    padding: 20px;
  }
  .feature-icon {
    font-size: 1.8rem;
  }
  .feature-item h3 {
    font-size: 1rem;
  }
  .feature-item p {
    font-size: 0.5rem;
  }

  .intro-content {
    flex-direction: column;
    gap: 20px;
  }

  .text-content {
    text-align: center;
  }

  .text-content h2 {
    font-size: 1.4rem;
  }

  .text-content p {
    font-size: 0.9rem;
  }

  .image-content img {
    max-width: 100%;
    height: auto;
  }

  .smart-technology,
  .beneficiaries {
    padding: 30px 12px;
  }

  .smart-technology h2,
  .beneficiaries h2 {
    font-size: 1.3rem;
  }

  .smart-technology li,
  .beneficiaries li {
    font-size: 0.9rem;
  }
}
