.image-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: stretch;
}
.image-row img {
    flex: 1 1 45%;      
    max-width: 45%;     
    aspect-ratio: 4/3;
    height: auto;
    object-fit: cover;
    margin: 0;
    border-radius: 8px;
    background: #f1f1f1;
}

.image-row > .labs {
  margin-top: 150px;
}

@media (max-width: 900px) {
    .image-row img {
        max-width: 90%; 
        flex-basis: 90%;
    }
}

.labGIS {
  margin-left:40px;
  width: 350px;
  height: 350px;
  margin-top:20px;
}


.image-row img,
.spray_Drone,
.Sales,
.Sales_2,
.Sales_4,
.DGPS_Surveys,
.DGPS_Surveys_2{
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-row_custom,
.labGIS {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-row_custom:hover,
.labGIS:hover {
   transform: scale(1.07);
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    z-index: 2;
} 

.image-row img:hover,
.spray_Drone:hover,
.Sales:hover,
.Sales_2:hover,
.Sales_4:hover,
.DGPS_Surveys:hover,
.DGPS_Surveys_2:hover {
    transform: scale(1.07);
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    z-index: 2;
}

h2 {
  color: var(--theme-color);
  font-weight: 1000;
}

h5 {
  font-style: italic;
}

.space {
  background-image: url('webpage_Image/sale/#');
}

#Establishment > .container {
  background-image: url('webpage_Image/sale/#');
}

#Hand-GPS > .container {
  background-image: url('webpage_Image/Drone_sale_trainng/#');
}

#Establishment > .container, 
#Hand-GPS > .container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    image-rendering: pixelated;
    background-size: 10% auto;
}

#Establishment > .container::before, 
#Hand-GPS > .container::before {
  content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: -9999;
    background: inherit;
    filter: blur(20px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

#Establishment > .container, 
#Hand-GPS > .container {
  position: relative;
    z-index: 1;
    background-clip: padding-box;
  }
