/* General Page Styles */
body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9f9f9;
  color: #000;
}

.sliding-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

/* Header Section */
.sliding-header h1 {
  font-size: 1.8rem;
  margin-bottom: 0.3em;
  color: #333;
}

.sliding-header p {
  font-size: 1.2rem;
  margin-bottom: 1em;
}

/* Animation Section */
.sliding-animation img {
  width: 100%;
  height: auto;
  max-height: 616px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* Promo Ad + Video */
.sliding-video-promo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  background-color: #000;
  padding: 20px;
  border-radius: 12px;
  margin: 30px 0;
}

.sliding-video-promo img {
  width: 100%;
  max-width: 414px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.sliding-video-promo iframe {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/* Image Section Headers */
.header-img {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 20px auto;
  display: block;
}

/* Three-Image Row */
.three-img-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.three-img-row img {
  height: 350px;
  width: auto;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* Two-Image Row */
.two-img-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.two-img-row img {
  height: 325px;
  width: auto;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* Three Image Section View */
.three-img-layout {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.three-img-layout img {
  height: 200px;
  width: auto;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* Full-Width Image */
.full-width-image img {
  width: 100%;
  height: auto;
  max-width: 1000px;
  display: block;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

/* Plan and Elevation Views */
.sliding-plans {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.sliding-plans img {
  width: auto;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* Note Section */
.sliding-note {
  margin: 40px 0;
  background-color: #fff5d1;
  border-left: 6px solid #f7b500;
  padding: 15px 20px;
  font-size: 1.1rem;
  border-radius: 12px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

hr {
  max-width: 1000px;
  margin: 40px auto;
  border: none;
  border-top: 2px solid #ccc;
}
