.hcs-layout {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 60px;
  text-align: center;
}

.hcs-layout .text-block {
  margin-bottom: 40px;
  color: #333;
  text-align: left;
}

.hcs-layout .text-block p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.hcs-layout .image-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px; /* Adjust gap between images */
  padding-bottom: 20px;
}

.hcs-layout .image-item {
  flex: 0 0 210px; /* Fixed width for each image container */
  text-align: center;
}

.hcs-layout .image-item img {
  width: 210px;
  height: 170px;
  object-fit: cover;
  border-radius: 8px;
}

.hcs-layout .image-item p {
  margin-top: 10px;
  font-weight: 500;
  font-size: 1rem;
  color: #333;
}

/* page 3  */

.image-data-table {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 40px;
  font-family: Arial, sans-serif;
}

.image-data-table p {
  margin-bottom: 40px;
  color: #333;
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.custom-layout-section table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.custom-layout-section th,
.custom-layout-section td {
  border: 1px solid #ccc;
  padding: 12px;
  font-size: 1rem;
  color: #333;
}

.custom-layout-section thead th img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
}

/*page 4*/

.text-image-layout {
  max-width: 1000px;        /* narrower content width */
  margin: 0 auto;
  padding: 20px 10px;       /* reduced left/right padding */
  font-family: Arial, sans-serif;
  color: #333;
}   

.text-image-layout .top-text {
  text-align: left;
  margin-bottom: 40px;
  width: 1000px;
}

.text-image-layout .top-text p {
  font-size: 1.2rem;
  margin: 0 auto;
}

.text-image-layout .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 30px;
}

.text-image-layout .row img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.text-image-layout .row p {
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0;
  padding: 10px 0;
}




