* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #dae8f2;
}


.header {
  width: 100%;
  background-color: #BEDEF3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  flex-wrap: wrap;
}

.center-section {
  text-align: center;
}

.logo {
  height: 100px;
  width: auto;
}

.back-button-container {
  width: 100%;
  padding: 10px 30px;
}

.back-button-container button {
  padding: 8px 16px;
  font-size: 14px;
  background-color: #222;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.info-item {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 8px;
  margin-top: 10px;
  font-size: 25px;
  color: #4A2C15;
}

.back-button-container button:hover {
  background-color: #444;
}

#no1 {
  background-image: url(/imgs/PREMIUM\ VENEER.png);
  background-size: cover;
  background-position: center;
}

#no2 {
  background-image: url(/imgs/VENEER.png);
  background-size: cover;
  background-position: center;
}

#no3 {
  background-image: url(/imgs/PREMIUM\ LAMINATED.png);
  background-size: cover;
  background-position: center;
}

#no4 {
  background-image: url(/imgs/LAMINATED\ DOOMS.png);
  background-size: cover;
  background-position: center;
}

#no5 {
  background-image: url(/imgs/LAMINATED\ T-PATTI.png);
  background-size: cover;
  background-position: center;
}

#no6 {
  background-image: url(/imgs/LAMINATED\ GROOVE.png);
  background-size: cover;
  background-position: center;
}

#no7 {
  background-image: url(/imgs/LAMINATED.png);
  background-size: cover;
  background-position: center;
}

#no8 {
  background-image: url(/imgs/PAPER\ LAMINATION.png);
  background-size: cover;
  background-position: center;
}

#no9 {
  background-image: url(/imgs/MICRO\ COATING.png);
  background-size: cover;
  background-position: center;
}

#no10 {
  background-image: url(/imgs/PREMIUM\ MEMBRANE.png);
  background-size: cover;
  background-position: center;
}

#no11 {
  background-image: url(/imgs/MEMBRANE\ DOOMS.png);
  background-size: cover;
  background-position: center;
}

#no12 {
  background-image: url(/imgs/MEMBRANE.png);
  background-size: cover;
  background-position: center;
}

#no13 {
  background-image: url(/imgs/ULTRA\ DIGITAL\ DOOR.png);
  background-size: cover;
  background-position: center;
}

#no14 {
  background-image: url(/imgs/PREMIUM\ COATED.png);
  background-size: cover;
  background-position: center;
}

#no15 {
  background-image: url(/imgs/WPC\ GROOVE.png);
  background-size: cover;
  background-position: center;
}

#no16 {
  background-image: url(/imgs/DIGITAL\ WPC.png);
  background-size: cover;
  background-position: center;
}

#no17 {
  background-image: url(/imgs/POOJA.png);
  background-size: cover;
  background-position: center;
}

#no18 {
  background-image: url(/imgs/TEAK\ WOOD.png);
  background-size: cover;
  background-position: center;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 2 columns */
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 10px;
  gap: 20px;
  overflow: hidden;
}

.image-box {
  flex: 1;
  min-width: 0; /* helps in shrinkage */
  height: auto;
  aspect-ratio: 5.90 / 1.37; /* keeps square shape */
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.3s ease;
  justify-content: center;
  align-items: center;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.image-box a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.overlay-text-2 {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  color: #023A52;
  padding: 4px 6px;
  font-size: 25px;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
}

.overlay-text-2 img {
  width: 200px;
}

.branding-corner {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

.branding-corner img {
  width: 110px;
  height: auto;
}

.blank-space {
  height: 100px;
}

/* ==================== Responsive Breakpoints ==================== */

/* Laptop & Large screens */
@media (max-width: 1200px) {
  .header {
    padding: 15px 20px;
  }

  .logo {
    height: 65px;
  }
}

/* Tablet: iPad */
@media (max-width: 768px) {
  .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }



  .left-section,
  .right-section {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .center-section {
    order: -1; /* move logo to top */
  }

  .logo {
    height: 80px;
  }

  .image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 20px;
  }

  .image-box {
    aspect-ratio: 5.90 / 1.37;
    width: 100%;
  }

  .overlay-text {
    font-size: 40px;
    padding: 3px 5px;
  }

      #auks1logo-container {
        position: absolute;
        top: 90%;  /* You can reduce this if needed */
        left: 89%; /* You can reduce this if needed */
        z-index: 999; /* Ensure it stays on top */
    }

    #auks1logo {
        width: 100px;
    }

}

@media (max-width: 575px) {
  .overlay-text {
    font-size: 30px;
    padding: 3px 5px;
  }
}


/* Mobile phones */
@media (max-width: 480px) {
  .info-item {
    font-size: 14px;
  }

  .icon {
    width: 18px;
    height: 18px;
  }

  .logo {
    height: 70px;
  }

  .overlay-text {
    font-size: 25px;
  }

}

@media (max-width: 400px) {
  .overlay-text {
    font-size: 20px;
  }
}


/* Very small mobile (e.g., 280px) */
@media (max-width: 280px) {
  .header {
    padding: 10px;
  }

  .info-item {
    font-size: 12px;
  }

  .icon {
    width: 16px;
    height: 16px;
  }

  .logo {
    height: 60px;
  }

  .overlay-text {
    font-size: 12px;
  }

}

#no19 {
  background-image: url('imgs/Window.png');
  background-size: contain;
}
