* {
  box-sizing: border-box;
}
#load-more-trigger {
    min-height: 50px;
    width: 100%;
}
body {
  margin: 0;
  margin-top: 65px;
  font-family: sans-serif;
  font-display: swap;
}
.content-section {
  padding: 40px;
  text-align: center;
}
nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
nav a {
  color: #333;
  text-decoration: none;
  padding: 8px 15px;
  transition: all 0.3s ease;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 29px;
}
nav a:hover {
  color: #004ba3;
  background-color: #f0f0f0;
}
nav a[href="/auth/login"] {
  padding: 10px 20px;
  margin-left: 10px;
  background-color: #004ba3;
  color: #fff;
  font-weight: 600;
  border: 1px solid #007bff;
}
nav a[href="/auth/login"]:hover {
  background-color: #0056b3;
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
  transform: translateY(-1px);
}
.main-header {
  background-color: #fff;
  color: #333;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);
}
.header-logo-container {
  display: flex;
  align-items: center;
  gap: 15px;
}
.centered-highlight-image-logo {
  height: 100%;
  width: auto;
}
.header-search-box .search-input-group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.header-search-box #search-input {
  flex-grow: 1;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-right: none;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  font-size: 1em;
  outline: none;
}
.header-search-box #search-button {
  padding: 10px 15px;
  background-color: #004ba3;
  color: #fff;
  border: 1px solid #007bff;
  border-left: none;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
}
.header-search-box #search-button:hover {
  background-color: #0056b3;
}
.header-right-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
  justify-content: flex-end;
}
.mobile-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}
.logo-icon {
  height: 40px;
}
.logo-text {
  height: 25px;
}
.search-highlight-flash {
  animation: flash-bg 2s ease-out;
}
.image-gallery {
  display: flex;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.image-gallery-item {
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px;
}
.text-overlay {
  width: 100%;
  max-width: 440px;
  background-color: rgb(24 24 24 / 0.6);
  padding: 15px 50px;
  text-align: left;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0 27%;
}
.text-overlay .head {
  margin: 0;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 31px;
}
.text-overlay .satu {
  margin: 0;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-weight: 200;
  line-height: 40px;
}
.text-overlay .body {
  margin: 0;
  font-size: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 31px;
}
.text-overlay .dua {
  margin: 0;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 40px;
}
.description-section {
  padding: 30px 29% 30px 25%;
  background-color: #f8f8f8;
  text-align: left;
}
.description-title {
  color: #242424;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-size: 45px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 54px;
}
.description-title-2 {
  color: #242424;
  font-size: 21px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 36px;
}
.description-body {
  line-height: 1.8;
  color: #000;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: justify;
  font-size: 16px;
  font-family: "Rubik", serif;
  font-weight: 400;
  line-height: 29px;
}
.highlight-image-container {
  width: 100%;
  height: 100%;
  background-color: #f2eee3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.centered-highlight-image {
  max-width: 80%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.parallax-bg {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 130vh;
  top: -30vh;
  background-size: cover;
  background-position: center;
}
.parallax-spacer-top {
  height: 100vh;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
#cluster.content-section {
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.product-grid-section {
  padding: 0 5% 60px 5%;
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
}
.product-grid-section .section-title {
  color: #242424;
  margin-bottom: 40px;
  margin-right: 25%;
  font-size: 45px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 54px;
}
.product-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}
.product-card {
  background-color: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.08);
  text-align: left;
  transition: transform 0.3s;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgb(0 0 0 / 0.12);
  z-index: 10;
}
.product-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.product-info {
  padding: 20px;
}
.cluster-name {
  color: #242424;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 36px;
}
.product-specs ul li {
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "Rubik", sans-serif !important;
  font-weight: 200;
  line-height: 29px;
}
.custom-btn-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.btn-detail {
  display: inline-block;
  padding: 10px 20px;
  background-color: #193669;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.btn-detail:hover {
  background-color: #2980b9;
}
.carousel-container {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  cursor: pointer;
}
.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.product-image.active {
  opacity: 1;
}
.product-image.hidden {
  display: none;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(0 0 0 / 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.3s;
}
.carousel-container:hover .carousel-btn {
  opacity: 1;
}
.carousel-btn.prev {
  left: 10px;
}
.carousel-btn.next {
  right: 10px;
}
.lightbox-overlay {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0 0 0 / 0.9);
}
.lightbox-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
#lightbox-image {
  max-width: 100%;
  max-height: 90vh;
  display: block;
  margin: 0 auto;
}
.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  cursor: pointer;
  z-index: 101;
}
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 50px;
  padding: 16px;
  cursor: pointer;
  user-select: none;
  z-index: 102;
  text-decoration: none;
}
.lightbox-nav.prev {
  left: 0;
}
.lightbox-nav.next {
  right: 0;
}
.video-section {
  padding: 60px 5%;
  background-color: #f8f8f8;
  text-align: center;
}
.video-section .section-title {
  margin-bottom: 30px;
}
.video-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 500px;
  height: 0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.2);
  max-height: 70vh;
}
.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-facade {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
}

.play-button {
    width: 70px;
    height: 70px;
    background: rgba(255, 0, 0, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.youtube-facade:hover .play-button {
    transform: scale(1.1);
    background: red;
}

.floating-buttons-container {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.floating-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1.4em;
  cursor: pointer;
  border: none;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.25);
  transition:
    transform 0.3s,
    opacity 0.3s;
  text-decoration: none;
}
.scroll-up-btn {
  
  background-color: #007bff;
    transition: all 0.4s ease;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
}
.scroll-up-btn:hover {
  transform: scale(1.05);
}
.whatsapp-btn {
  background-color: #25d366;
}
.whatsapp-btn:hover {
  transform: scale(1.05);
}
.visual-section {
  padding: 60px 5%;
  background-color: #f0f0f0;
  text-align: center;
}
.visual-section p {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 25px;
}
.centered-image-container {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 10px 20px rgb(0 0 0 / 0.1);
}
.centered-visual-image {
  width: 100%;
  height: auto;
  display: block;
}
.centered-image-container-commercial {
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 10px 20px rgb(0 0 0 / 0.1);
}
.visual-slideshow-section {
  padding: 60px 5%;
  background-color: #fff;
  text-align: center;
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 63px;
}
.visual-slideshow-section .section-title {
  text-align: center;
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 63px;
}
.slideshow-carousel-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 20px rgb(0 0 0 / 0.1);
  padding-bottom: 30%;
  height: 0;
}
.slideshow-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  cursor: pointer;
  display: block;
}
.slideshow-image.active {
  opacity: 1;
}
.slideshow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(0 0 0 / 0.5);
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 2;
  font-size: 24px;
  transition: background-color 0.3s;
}
.slideshow-btn:hover {
  background-color: rgb(0 0 0 / 0.8);
}
.slideshow-btn.prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.slideshow-btn.next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.narrative-section-float {
  padding: 60px 5%;
  background-color: #f8f8f8;
  text-align: center;
}
.narrative-section-float .section-title {
  font-size: 45px;
  margin-right: 20%;
  font-family: "playfair display", sans-serif;
  font-weight: 400;
  line-height: 54px;
}
.narrative-container {
  max-width: 850px;
  margin: 0 auto;
  text-align: justify;
  line-height: 1.8;
  font-size: 1.05em;
  color: #444;
}
.narrative-container p {
  margin-bottom: 25px;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 29px;
}
.float-left-image {
  float: left;
  width: 50%;
  max-width: 300px;
  height: auto;
  margin: 0 25px 15px 0;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
}
.brochure-section {
  padding: 60px 5%;
  background-color: #f8f9fa;
  text-align: center;
}
.brochure-section .title {
  font-size: 36px;
  font-family: "playfair display", serif;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 15px;
  color: #333;
}
.brochure-section .subtitle {
  font-size: 16px;
  color: #666;
  margin-top: 0;
  margin-bottom: 35px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.brochure-form {
  max-width: 550px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.08);
}
.form-group {
  margin-bottom: 20px;
}
.form-group.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.brochure-form input[type="text"],
.brochure-form input[type="email"],
.brochure-form input[type="tel"],
.brochure-form textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1em;
  box-sizing: border-box;
  transition: border-color 0.3s;
}
.brochure-form input:focus,
.brochure-form textarea:focus {
  border-color: #3498db;
  outline: none;
}
.brochure-form textarea {
  resize: vertical;
  min-height: 100px;
}
.btn-download {
  width: 100%;
  padding: 15px 20px;
  background-color: #004ba3;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1.2em;
  cursor: pointer;
  transition:
    background-color 0.3s,
    transform 0.2s;
}
.btn-download:hover {
  background-color: #0357b1;
  transform: translateY(-2px);
}
.privacy-note {
  font-size: 0.8em;
  color: #000;
  text-align: center;
  margin-top: 15px;
}
.success-container {
  max-width: 650px;
  margin: 0 auto;
  padding: 20px;
  animation: fadeIn 0.5s ease;
}
.success-header {
  margin-bottom: 30px;
}
.success-icon {
  font-size: 50px;
  color: #2ecc71;
  margin-bottom: 15px;
}
.brochure-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 30px;
}
.brochure-card {
  background: #fff;
  padding: 15px 20px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.05);
  border: 1px solid #eee;
}
.file-info {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #333;
  font-weight: 500;
  text-align: left;
}
.file-info i {
  color: #e74c3c;
  font-size: 24px;
}
.btn-download-file {
  background: #3498db;
  color: #fff;
  padding: 8px 15px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background 0.3s;
}
.btn-download-file:hover {
  background: #2980b9;
}
.btn-reset-form {
  background: #fff0;
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  color: #777;
}
.kpr-section {
  padding: 60px 5%;
  text-align: center;
  font-size: 29px;
  font-family: "playfair display", serif;
  font-weight: 400;
  line-height: 29px;
}
.section-title {
  font-size: 32px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #333;
}
.kpr-section .subtitle {
  color: #666;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
.kpr-container {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  gap: 40px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 29px;
}
.kpr-form-area,
.kpr-result-area {
  flex: 1;
  padding: 15px;
}
.kpr-form-area .form-group {
  text-align: left;
  margin-bottom: 25px;
}
.kpr-form-area label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 0.95em;
}
.kpr-form-area input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1.1em;
  box-sizing: border-box;
}
.btn-calculate {
  width: 100%;
  padding: 15px 20px;
  background-color: #004ba3;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 1.1em;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s;
}
.btn-calculate:hover {
  background-color: #0460c2;
}
.kpr-result-area {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.kpr-result-area h3 {
  color: #333;
  font-size: 1.4em;
  margin-top: 0;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}
.result-box {
  padding: 15px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 0.05);
}
.result-box p {
  margin: 0;
  color: #666;
  font-size: 0.9em;
}
.result-box h4 {
  margin: 5px 0 0 0;
  color: #3498db;
  font-size: 1.5em;
}
.result-box.highlight {
  background: #e7f4ff;
  border: 1px solid #3498db;
}
.result-box.highlight .large-text {
  color: #f44336;
  font-size: 1.8em;
  font-weight: 700;
}
.result-details {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  font-size: 0.9em;
  color: #777;
}
.news-container .section-title {
  text-align: center;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.news-card {
  position: relative;
  height: 350px;
  border-radius: 12px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.news-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.news-card:hover .news-image {
  transform: scale(1.1);
}
.news-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 20px 20px;
  background: linear-gradient(transparent, rgb(0 0 0 / 0.8));
  color: #fff;
}
.main-footer {
  background-color: #193669;
  color: #fff;
  padding: 40px 5%;
  font-size: 0.9em;
  font-size: 15px;
  font-family: "monstserrat", sans-serif;
  font-weight: 400;
  line-height: 28px;
}
.footer-content-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.footer-contact {
  flex: 1;
  min-width: 300px;
  line-height: 1.6;
}
.footer-contact h3 {
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 31px;
}
.footer-contact a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-contact a:hover {
  color: #ecf0f1;
}
.footer-contact span[class^="icon"] {
  margin-right: 5px;
}
.footer-bottom {
  flex: 2;
  min-width: 300px;
  text-align: justify;
}
.footer-bottom .copyright {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}
.footer-bottom .disclaimer {
  font-size: 0.8em;
  opacity: 0.8;
}
.social-icons {
  margin-bottom: 20px;
}
.social-icons a {
  color: #fff;
  font-size: 1.8em;
  margin-right: 15px;
  transition: color 0.3s;
}
.social-icons a:hover {
  color: #e67e22;
  text-decoration: none;
}
@media (max-width: 480px) {
  .content-section {
    padding: 20px 15px;
  }
  .btn-detail,
  .btn-calculate,
  .btn-download {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .form-group.grid-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .float-left-image {
    float: none;
    width: 80%;
    display: block;
    margin: 20px auto;
  }
}
@media (max-width: 768px) {
  body {
    margin-top: 60px;
  }
  .text-overlay .head {
    font-size: 1.5rem !important;
  }
  .text-overlay .satu,
  .text-overlay .dua {
    font-size: 1rem !important;
  }
  .text-overlay .body {
    font-size: 2rem !important;
  }
  .description-title {
    font-size: 1.8rem !important;
  }
  .product-grid-container {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 20px;
    padding: 10px;
  }
  .centered-highlight-image,
  .centered-visual-image,
  .float-left-image {
    width: 100% !important;
    height: auto !important;
    float: none !important;
    margin: 10px 0 !important;
  }
  .kpr-container {
    flex-direction: column !important;
  }
  .kpr-form-area,
  .kpr-result-area {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .brochure-form .grid-2 {
    grid-template-columns: 1fr !important;
    gap: 0;
  }
  .footer-content-container {
    flex-direction: column;
    text-align: center;
  }
  .social-icons {
    justify-content: center;
    margin-bottom: 20px;
  }
  .narrative-container {
    display: flex;
    flex-direction: column;
    text-align: justify;
  }
  .video-container {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .image-gallery {
    flex-direction: column;
    height: auto;
    width: 100%;
  }
  .image-gallery-item {
        height: auto;
        min-height: 300px; 
        
        background-size: 100% 100%; /* Stretch ke layar HP */
    }
  .description-section {
    padding: 40px 5%;
  }
  .image-gallery-item .text-overlay {
    display: none;
  }
  .float-left-image {
    float: none !important;
    width: 100vw !important;
    max-width: none !important;
    margin-left: -5vw !important;
    margin-right: -5vw !important;
    border-radius: 0 !important;
    display: block;
  }
  .narrative-container p,
  .narrative-container h2,
  .narrative-container .section-title {
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
  }
  .narrative-section-float {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .visual-slideshow-section {
    padding: 40px 0 !important;
  }
  .slideshow-carousel-container {
    padding-bottom: 65% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-shadow: none;
  }
  .slideshow-image {
    object-fit: cover !important;
    object-position: center;
  }
  .slideshow-btn {
    padding: 8px 12px;
    font-size: 18px;
    background-color: rgb(0 0 0 / 0.3);
  }
  .main-header {
    padding: 10px 15px;
    flex-wrap: wrap;
  }
  .mobile-toggle {
    display: block;
  }
  .header-logo-container {
    gap: 8px;
    flex: 1;
  }
  .logo-icon {
    height: 35px;
  }
  .logo-text {
    display: block;
    height: 18px;
    width: auto;
  }
  .header-right-wrapper {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 0.1);
    z-index: 999;
    gap: 20px;
    align-items: stretch;
  }
  .header-right-wrapper.active {
    display: flex;
  }
  .main-nav {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .main-nav a {
    width: 100%;
    text-align: center;
    padding: 12px;
    background: #f8f9fa;
  }
  nav a[href="/auth/login"] {
    margin-left: 0;
  }
  .header-search-box {
    width: 100%;
  }
  .header-search-box .search-input-group {
    width: 100%;
  }
  .image-gallery {
    display: block;
    height: auto;
    background-color: #fff;
  }
  .image-gallery-item {
    height: 300px;
    width: 100%;
    display: block;
    position: relative;
  }
  .text-overlay {
    position: relative;
    margin: 0 !important;
    width: 100%;
    max-width: none;
    background-color: #1a1a1a;
    padding: 25px 20px;
    text-align: center;
    border-radius: 0;
    box-sizing: border-box;
  }
  .text-overlay .head {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 8px;
  }
  .text-overlay .satu {
    font-size: 14px;
    line-height: 1.2;
  }
  .text-overlay .body {
    font-size: 28px;
    margin: 10px 0;
  }
  .text-overlay .dua {
    font-size: 16px;
  }
  .brochure-grid {
    grid-template-columns: 1fr 1fr;
  }
  .brochure-section {
    padding: 40px 20px;
  }
  .brochure-section .title {
    font-size: 28px;
    line-height: 1.2;
  }
  .brochure-section .subtitle {
    font-size: 14px;
    margin-bottom: 25px;
    padding: 0 10px;
  }
  .brochure-form {
    padding: 20px;
  }
  .form-group.grid-2 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .brochure-form input,
  .brochure-form textarea {
    font-size: 16px !important;
    padding: 12px;
  }
  .btn-download {
    font-size: 1.1em;
    padding: 12px;
  }
  .kpr-section {
    padding: 40px 20px;
  }
  .section-title {
    font-size: 26px;
    line-height: 1.2;
  }
  .kpr-container {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
  .kpr-form-area,
  .kpr-result-area {
    padding: 5px;
  }
  .kpr-form-area input {
    font-size: 16px;
  }
  .kpr-result-area {
    margin-top: 10px;
  }
  .result-box.highlight .large-text {
    font-size: 1.5em;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .news-card {
    height: 250px;
  }
  .footer-content-container {
    flex-direction: column;
  }
  .footer-contact,
  .footer-bottom {
    min-width: 100%;
    text-align: center;
  }
  .footer-bottom .disclaimer {
    text-align: left;
  }
  
}
@media (max-width: 900px) {
  .header-search-box .search-input-group {
    width: 100%;
    max-width: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes flash-bg {
  0% {
    background-color: rgb(255 255 0 / 0.4);
  }
  100% {
    background-color: #fff0;
  }
}
