.di-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.di-header-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.di-full-img {
  width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.di-img-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 20px 0;
}

.di-img-half {
  flex: 1 1 48%;
  max-width: 48%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  height: auto;
}

@media (max-width: 768px) {
  .di-img-half {
    max-width: 100%;
    flex: 1 1 100%;
  }
}

.di-img-row-450 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 20px 0;
}

.di-img-fixed {
  height: 450px;
  width: auto;
  max-width: 100%;
  flex: 1 1 48%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
  .di-img-fixed {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}

.di-img-row-450 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 20px 0;
}

.di-img-337,
.di-img-600 {
  height: 450px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.di-img-337 {
  width: 337px;
  max-width: 100%;
}

.di-img-600 {
  width: 600px;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .di-img-row-450 {
    flex-direction: column;
    align-items: center;
  }

  .di-img-337,
  .di-img-600 {
    width: auto;
    height: 100%;
    max-height: 450px;
  }
}


.di-img-row-350 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.di-img-342 {
  width: 342px;
  height: 350px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.di-img-480 {
  width: 480px;
  height: 350px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.di-img-430 {
  width: 430px;
  height: 550px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.di-flex-pair {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}

.di-table-wrapper {
  flex: 1 1 500px;
  max-width: 100%;
  height: 550px;
  overflow: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 15px;
  background-color: #fff;
  font-family: Arial, sans-serif;
}

.di-table-note {
  margin-bottom: 10px;
  font-size: 14px;
}

.di-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.di-table th,
.di-table td {
  border: 1px solid #ccc;
  padding: 6px;
  text-align: center;
}

.di-table th {
  background-color: #C0C0C0;
}

.di-table-totals td {
  font-weight: bold;
  text-align: right;
}

@media (max-width: 1024px) {
  .di-img-row-350,
  .di-flex-pair {
    flex-direction: column;
    align-items: center;
  }

  .di-img-342,
  .di-img-480,
  .di-img-430 {
    width: 100%;
    height: auto;
  }

  .di-table-wrapper {
    height: auto;
  }
}


.di-img-526 {
  width: 526px;
  height: 450px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.di-h450 {
  height: 450px;
  overflow: auto;
}

.di-img-fullwide {
  width: 897px;
  height: 527px;
  max-width: 100%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin: 30px 0;
}

@media (max-width: 1024px) {
  .di-img-526,
  .di-img-fullwide {
    width: 100%;
    height: auto;
  }

  .di-h450 {
    height: auto;
  }
}

.di-header {
  font-size: 20px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  margin: 40px auto 30px;
  padding: 15px 20px;
  border-left: 6px solid #5a5a5a;
  border-radius: 8px;
  background-color: #f8f8f8;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);

  
}




.di-img-892,
.di-img-997,
.di-img-473 {
  
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}


.di-table-wrapper-large {
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  padding: 5px;
}


@media (max-width: 1024px) {
  .di-img-892,
  .di-img-997,
  .di-img-473 {
    width: 100%;
    height: auto;
  }
}



.di-full-banner {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.di-gallery {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.di-gallery-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.di-gallery-item {
  flex: 1 1 30%;
  max-width: 32%;
  text-align: center;
}

.di-gallery-item img {
  height: 250px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.di-gallery-item p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin-top: 8px;
}

@media (max-width: 1024px) {
  .di-gallery-row {
    flex-direction: column;
    align-items: center;
  }

  .di-gallery-item {
    max-width: 100%;
  }
}

/* Full-width banner header */
.di-full-banner {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
  margin: 40px auto 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

/* Gallery section */
.di-gallery {
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 0 10px;
}

/* Each row of gallery */
.di-gallery-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

/* Individual gallery item */
.di-gallery-item {
  flex: 1 1 30%;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.di-gallery-item img {
  display: block;
  margin: 0 auto 10px;
  border-radius: 6px;
  height: 250px;
  object-fit: cover;
}

.di-gallery-item p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 0;
}

.di-gallery-item a {
  color: #000;
  text-decoration: none;
}

.di-gallery-item a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .di-gallery-row {
    flex-direction: column;
    align-items: center;
  }

  .di-gallery-item {
    width: 100%;
    max-width: 500px;
  }

  .di-gallery-item img {
    width: 100% !important;
    height: auto;
  }
}

/* Shared container for grouped image rows */
.di-finish-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
  max-width: 1000px;
}

/* Individual image wrapper */
.di-finish-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 10px;
  background-color: #fff;
}

/* Images retain original height, scale proportionally */
.di-finish-item img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  display: block;
}

/* Text below images */
.di-finish-caption {
  text-align: center;
  font-family: Arial, sans-serif;
  margin-top: 8px;
  font-size: 14px;
  color: #000;
}

/* Ensure large 1000px wide banners are still responsive */
.di-full-banner {
  max-width: 1100px;
  height: auto;
  display: block;
  margin: 0 auto 30px;
}


