.home-office-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.ho-intro p {
  font-size: 1.1rem;
}

.ho-header-img img {
  width: 60%;
  height: auto;
  display: block;
  margin: 10px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.ho-subheader-img img {
  width: 90%;
  height: auto;
  display: block;
  margin: 10px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ho-image-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.ho-image-block {
  flex: 1 1 45%;
  max-width: 600px;
  text-align: center;
}

.ho-image-block img {
  width: auto;
  height: 590px;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ho-caption {
  margin-top: 10px;
  font-size: 0.95rem;
}


.ho-description {
  margin-top: 20px;
  font-size: 1rem;
}

.ho-description a {
  color: #c00;
  text-decoration: underline;
}

.ho-drawing-table {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  align-items: flex-start;
}

.ho-drawing-img img {
  height: 300px;
  width: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ho-table-wrapper {
  flex: 1;
  min-width: 300px;
  overflow-x: auto;
}

.table-scroll {
  overflow-x: auto;
}

.ho-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f8f8f8;
  font-size: 0.9rem;
  min-width: 600px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.ho-table th,
.ho-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}

.ho-table th {
  background-color: #e2e2e2;
  font-weight: bold;
}

.ho-notes {
  margin-top: 20px;
  font-size: 0.95rem;
}

.ho-box {
  max-width: 1400px;
  margin: 40px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.ho-heading {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
}

.ho-order-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.ho-order-text a {
  color: #c00;
  text-decoration: underline;
}

.ho-gallery-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 20px;
}

.ho-gallery-block {
  flex: 1 1 150px;
  max-width: 175px;
  text-align: center;
}

.ho-gallery-block img {
  width: auto;
  height: 235px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ho-gallery-row-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 20px auto;
}

.ho-gallery-block-3 {
  flex: 1 1 30%;
  max-width: 350px;
  text-align: center;
}

.ho-gallery-block-3 img {
  height: 350px;
  width: auto;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}










.ho-gallery-row-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 20px auto;
}

.ho-gallery-block-3 {
  flex: 1 1 30%;
  max-width: 350px;
  text-align: center;
}

.ho-gallery-block-3 img {
  height: 425px;
  width: auto;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}




.ho-finish-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}

.ho-finish-tiles img {
  width: 110px;
  height: 58px;
  object-fit: cover;
  border-radius: 6px;
  transition: transform 0.2s;
}

.ho-finish-tiles img:hover {
  transform: scale(1.05);
}

.ho-full-banner {
  margin: 30px auto;
  text-align: center;
}

.ho-full-banner img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
