/* Reset dan Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Header Image Container */
.header-image-container {
  width: 100%;
  height: 1355px;
  overflow: hidden;
  position: relative;

}
/* Responsive Design */
@media (max-width: 768px) {
   .header-image-container {
    height: 1355px;
  }
}

@media (max-width: 480px) {
  .header-image-container {
    height: 1355px;
}