.header {
  position: relative;
  background: url("../ImagesAutomated/vstore-vertical-operating-system.jpg")
    no-repeat center center/cover;
  height: 200px;
  color: white;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
}

.overlay h1,
.overlay p {
  color: white;
  margin: 0;
}

.container {
  /* background-color: #0f6480; */
  width: 100%;
  /* max-width: 1250px !important; */
  margin: auto;
}
.content {
  background-color: #f4f4f4;
  border-radius: 10px;
  width: 90%;
  margin: 60px auto;
  padding: 40px 30px;
}

.content h2 {
  font-size: 2rem;
  font-weight: 700;
}

.content p {
  font-size: 1rem;
}

.iconContainer {
  height: 100% !important;
  margin-top: 120px !important;
  background-color: #f2f3ee;
}

.feature-icon {
  font-size: 24px;
  color: #00a3e0;
}

.feature-text {
  font-size: 16px;
  text-align: left;
  

}


.cardContainer{
    max-width: 1250px !important;
    min-height: 300px !important;
    flex-wrap: wrap;

}


.cardContainer h4{
  color: black;
  font-weight: 600;
}


.table-container {
  max-width: 90%;
  margin: 20px auto;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  overflow-x: auto; /* Enable horizontal scrolling */
}

.table {
  width: 100%;
  min-width: 600px; /* Prevent table from shrinking too much */
}

.table thead {
  background-color: #2f6b85 !important;
  color: white;
  text-align: center;
}

.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; /* Prevent text wrapping */
}



.feature-card {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  border-top: 4px solid #e65100;
  height: 100%;
}
.feature-icon {
  font-size: 40px;
  color: #e65100;
}
.feature-title {
  font-size: 20px;
  font-weight: bold;
  color: #e65100;
  margin-top: 10px;
}
ul {
  padding-left: 20px;
}

















.card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 450px;
  display: flex;
  flex-direction: column;
}



@media (max-width: 768px) {
  .header {
    height: 180px;
    padding-left: 20px;
  }
  .overlay {
    padding-left: 20px;
  }
  .content {
    width: 95%;
    padding: 20px;
  }

  .listcontent li {
    font-size: 10px;
  }


  .table-container {
    max-width: 100%;
    padding: 10px;
  }

  .table {
    font-size: 12px; /* Reduce font size */
  }

  .table thead th {
    font-size: 13px;
    padding: 8px;
  }

  .table tbody td {
    font-size: 12px;
    padding: 6px;
  }








}
