:root {
  --color-blue1: #0053a5;
  --color-green1: #bad756;
  --color-green2: #009247;
  --color-green3: #024523;
  --color-green4: #f4ffd0;
  --color-black1: black;
  --color-white1: white;
  --color-grey1: #aaaaaa;
  --color-grey2: #f8f8f8;
  --rgba-color-green2: 0, 146, 171;

  --font-primary: "Poppins", sans-serif;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

body {
  font-family: var(--font-primary);
  background-color: #f8f8f8;
}

/* Font style */
.font-regular {
  font-family: var(--font-primary);
  font-weight: 400;
}

.font-semi-bold {
  font-family: var(--font-primary);
  font-weight: 600; /* Semi Bold */
}

.font-bold {
  font-family: var(--font-primary);
  font-weight: 700;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-48 {
  font-size: 48px;
}

.font-size-50 {
  font-size: 50px;
}

.font-size-60 {
  font-size: 60px;
}

.font-size-70 {
  font-size: 70px;
}

.font-size-80 {
  font-size: 80px;
}

.font-size-120 {
  font-size: 120px;
}

/* Color style */
.text-black {
  color: var(--color-black1);
}

.text-blue1 {
  color: var(--color-blue1);
}

.text-green1 {
  color: var(--color-green1);
}

.text-green2 {
  color: var(--color-green2);
}

.navbar-nav .nav-link {
  color: var(--color-black1) !important;
  border-radius: 16px;
  padding: 8px 4px;
}

.navbar-nav .nav-link:hover {
  background-color: var(--color-green1);
  color: var(--color-black1) !important;
  border-radius: 16px;
}

.navbar-nav .nav-link.active {
  background-color: var(--color-blue1);
  color: var(--color-white1) !important;
  border-radius: 16px;
}

.navbar-default {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* padding: 0.5rem 1rem;  */
  /* padding bawaan Bootstrap */
  padding: 0% 2%;
  min-height: 127px;
  width: 100% !important;
}

.navbar-logo {
  width: 158px;
  height: 63px;
  margin: 0 4%;
}

/* Section dairy start */

.section-dairy-product {
  position: relative;
}

.section-dairy-product .content {
  padding: 40px 4% 20px 4%;
}

.section-dairy-product .content .text-header-1 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 70px;
  color: var(--color-green2);
  line-height: 1;
  margin: 0;
}

.section-dairy-product .content .text-header-2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 120px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
}

.section-dairy-product .ornament img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  z-index: -1;
}

.section-dairy-product .ornament img:nth-child(2) {
  position: absolute;
  bottom: -11%;
  left: 0;
  width: 17%;
}

.video-container {
  margin-top: 2vw;
  width: 100%;
  height: calc(100vw * 358 / 677);
  border-radius: 32px;
  overflow: hidden;
  z-index: 12;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* Section dairy end */

/* Section quote start */

.section-quote {
  position: relative;
}

.section-quote .content {
  width: 100vw;
  height: calc(100vw * 358 / 677);
  padding: 0 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section-quote .content .text-quote {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 48px;
  color: var(--color-black1);
  line-height: 100%;
  margin: 0 10%;
}

.section-quote .ornament img:nth-child(1) {
  position: absolute;
  top: 10%;
  right: 0;
  width: 55%;
}

.section-quote .ornament img:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 17%;
}

/* Section quote end */

/* Section brandenburger start */

.section-brandenburger {
  position: relative;
}

.section-brandenburger .content {
  width: 100vw;
  height: calc(100vw * 358 / 677);
  padding: 0 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section-brandenburger .ornament img:nth-child(1) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17%;
}

/* Section brandenburger end */

/* Section view product start */

.section-view-product {
  min-height: 100vh;
  position: relative;
}

.section-view-product .content {
  margin: 0 4%;
}

.section-view-product .ornament img:nth-child(1) {
  position: absolute;
  top: 5%;
  right: 0;
  width: 40%;
  z-index: -1;
}

.section-view-product .ornament img:nth-child(2) {
  position: absolute;
  bottom: -20%;
  left: 0;
  width: 40%;
  z-index: -1;
}

.section-view-product .content .title {
  padding: 2vw 0;
  text-align: center;
}

.section-view-product .content .title .text-header-1 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 60px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
}

.section-view-product .content .title .text-header-2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 60px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
}

.img-cover-product {
  width: 100%;
  height: calc(100% * 313 / 310);
  object-fit: cover;
  border-radius: 20px;
}

.card-slider-view-product {
  align-items: center;
  margin: 80px 0;
}

.card-slider-view-product-text-header-1 {
  font-family: var(--font-primary);
  font-weight: 700;
  color: var(--color-black1);
  line-height: 1;
  font-size: 80px;
  margin: 0;
}
.card-slider-view-product-text-header-2 {
  font-family: var(--font-primary);
  font-weight: 700;
  color: var(--color-black1);
  line-height: 1;
  font-size: 80px;
  margin: 0;
}

.card-slider-view-product-text-content {
  aspect-ratio: 58 / 15;
  width: 100%;
  font-family: var(--font-primary);
  font-weight: 400;
  color: var(--color-black1);
  font-size: 24px;
  margin: 20px 0;
}

/* Section view product end */

/* Section our brand start */

.section-home-our-brand {
  position: relative;
}

.section-home-our-brand .content {
  padding: 0 4%;
  height: 100vh;
  justify-content: center;
  text-align: center;
}

.section-home-our-brand .content .title {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-home-our-brand .content .title .text-header-1 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 60px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
}

.section-home-our-brand .content .title .text-header-2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 60px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
}

.section-home-our-brand .ornament img:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40vw;
  z-index: -1;
}

.carousel-control-prev-brand i,
.carousel-control-next-brand i {
  font-size: 2vw;
}

.carousel-control-prev-brand {
  width: 5vw;
  height: 5vw;
  background-color: white;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  transition: background-color 0.3s, border 0.3s;
}

.carousel-control-prev-brand:hover {
  background-color: var(--color-blue1);
  color: white;
  border: 2px solid transparent;
}

.carousel-control-next-brand {
  width: 5vw;
  height: 5vw;
  background-color: var(--color-green1);
  border: 2px solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: background-color 0.3s, border 0.3s;
}

.carousel-control-next-brand:hover {
  background-color: var(--color-blue1);
  color: white;
  border: 2px solid transparent;
}

.btn_carousel_brand {
  margin: 80px 0;
}

/* Section our brand end */

/* Section our product start */

.section-our-product {
  min-height: 90vh;
  position: relative;
}

.section-our-product .content {
  padding: 0 4%;
  width: 100%;
  min-height: 90vh;
  justify-content: center;
  text-align: center;
}

.section-our-product .content .text-header-1 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 48px;
  color: var(--color-green2);
  line-height: 1;
  text-align: start;
}

.section-our-product .content .text-header-2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 80px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
  text-align: start;
}

.product-title {
  position: absolute;
  top: 3vh;
  left: 10%;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 64px;
  color: white;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
}

.img-product:hover .product-title {
  opacity: 1;
}

.img-product {
  margin-top: 1%;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: visible;
}

.img-product .bg-image {
  width: 100%;
  height: 600px;
  border-radius: 30px;
  background-size: 140%;
  background-position: center;
  transition: background-size 0.4s ease-in-out;
}

.img-product img:nth-child(3) {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  transform-origin: center bottom;
  transition: transform 0.4s ease-in-out;
  z-index: 2;
}

.img-product-sack {
  width: 434px;
  height: 470px;
}

.img-product-pouch {
  width: 290px;
  height: 400px;
}

.img-product-sachet {
  width: 302px;
  height: 404px;
}

.img-product .bg-image:hover,
.img-product:hover .bg-image {
  background-size: 100%;
  transition: background-size 0.4s ease-in-out;
}

.img-product:hover img:nth-child(3) {
  transform: translateX(-50%) translateY(50px) scale(1.4);
  transition: transform 0.4s ease-in-out;
}

.section-our-product .ornament img:nth-child(1) {
  position: absolute;
  top: -4%;
  right: 0;
  width: 8%;
}
/* Section our product end */

/* Section why choosing us start */

.section-why-choosing-us {
  width: 100%;
  position: relative;
}

.section-why-choosing-us .content {
  background-color: var(--color-green2);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.section-why-choosing-us .content img:nth-child(1) {
  height: 75%;
}

/* Animasi gambar dengan delay lebih pendek */
.section-why-choosing-us .content img {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease-out 0.4s, transform 0.6s ease-out 0.4s;
  /* Delay lebih cepat (0.4s setelah section muncul) */
}

/* Efek muncul untuk gambar setelah section */
.section-why-choosing-us.visible img {
  opacity: 1;
  transform: scale(1);
}

.section-why-choosing-us .ornament img:nth-child(1) {
  position: absolute;
  top: -15%;
  left: 0;
  width: 17%;
}

.section-why-choosing-us .ornament img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
}

/* Section why choosing us end */

/* Section wcu list start */

.section-wcu-list {
  width: 100%;
  position: relative;
}

.section-wcu-list .content {
  background-color: var(--color-green2);
  min-height: calc(3 * (91vw / 2.2));
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; /* Agar elemen absolute tetap dalam konteks */
}

.section-wcu-list .ornament img:nth-child(1) {
  position: absolute;
  top: 80vh;
  left: 0;
  width: 55%;
}

.wcu-list-image-1 {
  height: calc(100vw / 2.2);
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 13;
  opacity: 0;
  object-fit: cover;
}

.wcu-list-image-1.show {
  animation: fadeIn 1.5s ease-in-out forwards;
  animation-delay: 0.4s;
}

.wcu-list-image-2 {
  height: calc(100vw / 2.2);
  width: 100%;
  position: absolute;
  top: calc(100vw / 2.2 - 6vw);
  z-index: 12;
  opacity: 0;
  object-fit: cover;
}

.wcu-list-image-2.show {
  animation: fadeIn 1.5s ease-in-out forwards;
  animation-delay: 0.4s;
}

.wcu-list-image-3 {
  height: calc(100vw / 2.2);
  width: 100%;
  position: absolute;
  top: calc(2 * (100vw / 2.2) - 12vw);
  z-index: 11;
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out forwards;
  object-fit: cover;
}

.wcu-list-image-3.show {
  animation: fadeIn 1.5s ease-in-out forwards;
  animation-delay: 0.4s;
}

/* Section wcu list end */

/* Section our csr start */

.section-our-csr-program {
  margin-top: calc(3 * (100vw / 2.2)+ 12vw);
  width: 100%;
  height: auto;
  position: relative;
}

.section-our-csr-program .content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 0;
  background-color: var(--color-green2);
  transition: opacity 1.5s ease-out 0.5s, background-color 1.5s ease-out 0.5s;
}

.section-our-csr-program .content.show {
  opacity: 1;
  background-color: transparent;
}

.section-our-csr-program .content .title {
  padding-top: calc(100vw / 1.36);
  text-align: center;
}

.section-our-csr-program .content .title .text-header-1 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 50px;
  color: var(--color-white1);
  line-height: 1;
  margin: 0;
}

.section-our-csr-program .content .title .text-header-2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 80px;
  color: var(--color-white1);
  line-height: 1;
  margin: 0;
}

.section-our-csr-program .content .title .text-content-1 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 24px;
  color: var(--color-white1);
  line-height: 1;
  margin: 40px 4%;
}
/* Section our csr end */

/* Section news event start */

.section-home-news-and-event {
  min-height: 100vh;
  height: auto;
  position: relative;
}

.section-home-news-and-event .content {
  padding: 60px 4% 60px 4%;
  background-color: var(--color-green2);
  width: 100%;
  min-height: 100vh;
  height: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section-home-news-and-event .content .title .text-header-1 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 50px;
  color: var(--color-white1);
  line-height: 1;
  margin: 0;
}

.section-home-news-and-event .content .title .text-header-2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 80px;
  color: var(--color-white1);
  line-height: 1;
  margin-top: 0.5rem !important;
}

.section-home-news-and-event .ornament img:nth-child(1) {
  position: absolute;
  top: -15vh;
  left: 0;
  width: 300px;
}

.section-home-news-and-event .ornament img:nth-child(2) {
  position: absolute;
  top: 10vh;
  right: 0;
  width: 200px;
}

.section-home-news-and-event .ornament img:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 35%;
  width: 650px;
  z-index: 1;
}

.btn-card-news-event {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 12;
}

/* Section news event end */

/* Contact us start */

.section-contact-us {
  min-height: 100%;
  width: 100%;
  background-color: var(--color-green2);
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}

.section-contact-us .text-header-1 {
  margin-top: 40px;
  color: var(--color-white1);
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 70px;
  text-align: center;
}

.section-contact-us .btn-close {
  position: absolute;
  top: 40px;
  right: 40px;
  filter: invert(1);
  opacity: 1;
  width: 20px;
  height: 20px;
  background-size: contain;
}

.card-contact-us {
  margin: 30vh 0 0 0;
  padding: 0 4% 0 4%;
}

.section-contact-us .ornament img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 25vw; /* Ganti px dengan vw agar responsif */
}

.section-contact-us .ornament img:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30vw; /* Ganti px dengan vw agar responsif */
}

.section-contact-us .ornament img:nth-child(3) {
  position: absolute;
  bottom: 10vh;
  left: 0;
  width: 15vw; /* Ganti px dengan vw agar responsif */
}

.section-contact-us .ornament img:nth-child(4) {
  position: absolute;
  bottom: 10vh;
  right: 0;
  width: 15vw; /* Ganti px dengan vw agar responsif */
}

.card-contact-us .row {
  display: flex;
  align-items: center; /* Pusatkan konten secara vertikal */
  justify-content: center; /* Pusatkan konten secara horizontal */
}

.card-contact-us-body {
  background-color: var(--color-white1);
  display: flex;
  flex-direction: column; /* Agar konten di dalamnya tersusun vertikal */
  align-items: center; /* Pusatkan secara horizontal */
  justify-content: center; /* Pusatkan secara vertikal */
  width: 75%;
  min-height: 5vh;
  border-radius: 2vh;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center; /* Pastikan teks juga center */
  margin: 0 auto; /* Tengah di dalam kolom */
  position: relative;
}

.card-contact-us-body .card-content {
  border-radius: 2vh;
  padding: 2vh;
  text-align: center;
}

.card-contact-us-body .img-contact-us {
  top: -15vw;
  left: 5vw;
  height: 17vw;
  width: 12vw;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  z-index: 12;
}

.card-contact-us-body .card-content .text-header-1 {
  color: var(--color-black1);
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 1.3vw;
  text-align: center;
  line-height: 1;
}
.card-contact-us-body .card-content .text-header-2 {
  color: var(--color-green2);
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 1.1vw;
  text-align: center;
  line-height: 1;
}
.card-contact-us-body .card-content .text-header-3 {
  color: var(--color-grey1);
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 0.8vw;
  text-align: center;
  line-height: 1;
}

.card-contact-us-body .card-content .rounded-btn-blue img {
  height: 2vh;
}

/* Contact us end */

/* Section our brand at our brand page start */

.section-our-brand {
  min-height: 110vh;
  position: relative;
}

.section-our-brand .content {
  padding: 40px 4% 20px 4%;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.section-our-brand .content .text-header-1 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 70px;
  color: var(--color-green2);
  line-height: 1;
  margin: 0;
}

.section-our-brand .content .text-header-2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 120px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
}

.section-our-brand .ornament img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  filter: invert(1);
  z-index: -1;
}

.card-list-brand-1 {
  height: 65vh;
  width: 100%;
  background-color: var(--color-green2);
  border-radius: 32px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  margin: 0 0 40px 0;
}

.card-list-brand-2 {
  height: 65vh;
  width: 100%;
  background-color: var(--color-blue1);
  border-radius: 32px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  margin: 0 0 40px 0;
}

.card-list-brand-3 {
  height: 65vh;
  width: 100%;
  background-color: var(--color-white1);
  border-radius: 32px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  margin: 0 0 40px 0;
}

.card-list-brand-1,
.card-list-brand-2,
.card-list-brand-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 12;
}

.card-list-brand-1 img,
.card-list-brand-2 img,
.card-list-brand-3 img {
  width: 80%;
  height: auto;
}

.breadcrumb {
  background: none; /* Hapus background */
  padding: 0;
  margin: 0;
}

.breadcrumb-item a {
  color: var(--color-black1) !important; /* Warna font hitam */
  text-decoration: none !important; /* Hilangkan underline */
  font-weight: 400;
}

.breadcrumb-item a:hover {
  color: darkgray; /* Warna saat hover */
}

.breadcrumb-item.active {
  color: var(--color-black1) !important; /* Warna item aktif */
  font-weight: 500;
}

/* Warna ikon breadcrumb */
.breadcrumb-item a i {
  color: var(--color-black1) !important;
  cursor: pointer;
}

.breadcrumb-item a:hover i {
  color: darkgray; /* Warna ikon saat hover */
}

/* Section our brand at our brand page start */

/* Section product detail at product detail page start */

.section-product-detail {
  min-height: 110vh;
  position: relative;
}

.section-product-detail .content {
  padding: 40px 4% 20px 4%;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.section-product-detail .content .row {
  display: flex;
  justify-content: space-between;
  align-items: center; /* Pastikan sejajar */
  flex-wrap: nowrap; /* Mencegah elemen turun ke bawah */
}

.section-product-detail .content .text-header-1 {
  color: var(--color-black1);
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  text-align: start;
}

.section-product-detail .ornament img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  z-index: -1;
}

.section-product-detail .ornament img:nth-child(2) {
  position: absolute;
  top: 100vh;
  right: 0;
  width: 55%;
  filter: invert(1);
  z-index: -1;
}

.logo-product {
  width: 35%;
  display: block;
}

.card-list-product {
  display: flex;
  justify-content: first baseline;
  flex-wrap: wrap;
  padding: 60px 0 60px 0;
}

.card-list-product-body {
  background-color: var(--color-white1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  /* flex: 1 1 calc(33.33% - 20px); */
  /* max-width: calc(33.33% - 20px); */
  width: 100%;
  /* height: 250px; */
  border-radius: 32px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 100px 0 20px 0;
  position: relative;
  margin: 120px 0 40px 0;
  border: 3px solid transparent;
}

/* Efek Hover */
/* .card-list-product-body:hover {
  border: 3px solid var(--color-green2); 
} */

.card-list-product-body .img-list-product {
  height: 220px;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  top: -160px;
  transition: transform 0.3s ease-in-out; /* Animasi smooth */
}

/* Saat hover, gambar diperbesar */
.card-list-product-body:hover .img-list-product {
  transform: scale(1.2);
}

.card-list-product-body:hover .btn-list-product {
  background-color: var(--color-green1);
  border: 1px solid transparent;
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.card-list-product-body .card-content {
  padding: 0% 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-list-product-body .card-content .text-header-1 {
  color: var(--color-black1);
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-align: center !important;
}

.card-list-product-body .card-content .text-header-2 {
  color: var(--color-grey1);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-align: center !important;
}

.btn-list-product {
  font-weight: 400;
  font-size: 14px !important;
}

.table-spec-list-product {
  width: 100%;
}

.table-spec-list-product td {
  padding: 6px 10px;
  vertical-align: top;
}

.table-spec-list-product td:nth-child(1) {
  color: var(--color-grey1);
  font-weight: 400;
  font-size: 18px;
  width: 50%;
}

.table-spec-list-product td:nth-child(2) {
  color: var(--color-black1);
  font-weight: 400;
  font-size: 18px;
  width: 50%;
  text-align: left;
}
/* Section product detail at product detail page start */

/* Section our recipe at our recipe page start */

.section-our-recipe {
  min-height: 75vh;
  position: relative;
}

.section-our-recipe .content {
  padding: 2% 4% 4% 4%;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.section-our-recipe .content .text-header-1 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 70px;
  color: var(--color-green2);
  line-height: 1;
  margin: 0;
}

.section-our-recipe .content .text-header-2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 120px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0 0 2% 0;
}

.section-our-recipe .content .text-header-3 {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 70px;
  color: var(--color-black1);
  line-height: 1;
  margin: 2% 0;
}

.section-our-recipe .ornament img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  z-index: -1;
}

.detail-recipe-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin: 0 0 1% 0;
}

/* Section our recipe at our recipe page start */

/* Section news event at news event page start */

.section-news-event {
  min-height: 40vh;
  position: relative;
}

.section-news-event .content {
  padding: 40px 4% 20px 4%;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.section-news-event .content .text-header-1 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 70px;
  color: var(--color-green2);
  line-height: 1;
  margin: 0;
}

.section-news-event .content .text-header-2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 120px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
}

.section-news-event .ornament img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  z-index: -1;
}

.section-news-event-list {
  min-height: 80vh;
  position: relative;
}

.section-news-event-list .content {
  background-color: var(--color-green2);
  min-height: 80vh;
  padding: 40px 4% 20px 4%;
  justify-content: center;
  align-items: center;
  text-align: left;
  border-radius: 32px 32px 0 0;
}

.section-news-event-list .ornament img:nth-child(1) {
  position: absolute;
  bottom: 0;
  left: 40;
  width: 55%;
  z-index: 1;
}

.card-list-news-event-body .card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-list-news-event {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0 40px 0;
}

.card-list-news-event-body {
  background-color: var(--color-white1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  /* max-width: 100%; */
  /* flex: 1 1 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px); */
  min-height: 500px;
  border-radius: 32px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: start;
  position: relative;
  margin: 20px 0;
  cursor: pointer;
  z-index: 12;
}

.card-list-news-event-body:hover {
  box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.4);
}

.card-list-news-event-body .card-content img {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 32px;
  object-fit: cover;
  display: block;
}

.card-list-news-event-body .card-content .title-card-news-event {
  margin: 6% 6% 0 6%;
}

.card-list-news-event-body .card-content .text-news-card {
  margin: 10px 6%;
}

.card-list-news-event a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.card-list-news-event a:hover {
  text-decoration: none;
}

.card-list-news-event-body .card-content .title-card-news-event p {
  color: var(--color-black1);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: 1.2;
  font-size: 30px;
  margin: 0;
}

.card-list-news-event-body .card-content .title-card-news-event p:last-child {
  font-weight: 700;
}

.card-list-news-event-body .card-content .text-news-card p {
  color: var(--color-black1);
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  text-align: left;
}

.card-list-news-event-body .card-content .read-more {
  margin-top: auto;
  margin-bottom: 4%;
  margin-left: 6%;
  margin-right: 6%;
}

.card-list-news-event-body .card-content .read-more a {
  color: var(--color-black1);
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 18px;
  transition: color 0.3s;
  text-decoration: none;
  display: inline-block;
}

.card-list-news-event-body .card-content .read-more a:hover {
  text-decoration: none;
}

.dropdown-recipe {
  min-width: 120px;
}

.custom-search {
  position: relative;
  width: 100%;
}

.custom-search .form-control {
  border-radius: 32px;
  padding-right: 50px;
  border: 1px solid #ccc;
  height: 55px;
  padding-left: 15px;
  background-color: var(--color-grey2);
}

.custom-search .search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  color: black;
  font-size: 16px;
  padding: 8px 12px;
  cursor: pointer;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
}

.custom-search .form-control:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-color: var(--color-blue1);
}

/* Section news event at news event page start */

/* Section article detail at article detail page start */

.section-article-banner {
  /* min-height: 70vh; */
  position: relative;
}

.text-breadcrumb {
  font-size: 20px;
}

.section-article-banner .content {
  padding: 2% 4% 2% 4%;
  justify-content: center;
  align-items: center;
  text-align: left;
  background-color: var(--color-green2);
  min-height: calc(100vw / 2.15);
}

.section-article-detail {
  min-height: 50vh;
  position: relative;
  background-color: var(--color-white1);
  padding: 60px 4%;
  border-radius: 32px 32px 0 0;
  margin: -32px auto 0 auto;
  box-shadow: -10px -10px 20px rgba(0, 0, 0, 0.2),
    /* bayangan atas kiri */ 10px -10px 20px rgba(0, 0, 0, 0.2); /* bayangan atas kanan */
}

.section-article-detail .content .text-header-1 {
  font-size: 50px;
  font-weight: 400;
  color: var(--color-green2);
  margin: 0;
  line-height: 1;
}

.section-article-detail .content .text-header-2 {
  font-size: 80px;
  font-weight: 700;
  color: var(--color-black1);
  margin: 0;
  line-height: 1;
}

.section-article-detail .content .article-container {
  margin-top: 4%;
}

.section-article-detail .content .article-container .text-location {
  font-size: 25px;
  font-weight: 600;
  color: var(--color-black1);
  margin: 10px 0;
}

.section-article-detail .content .article-container .text-content {
  font-size: 24px;
  font-weight: 400;
  color: var(--color-black1);
  line-height: 1.6;
  text-align: justify;
}

.section-article-detail .content .article-container {
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  overflow: hidden;
}

.section-article-detail .content .article-container .picture-article-detail {
  float: right;
  margin-left: 4%;
  margin-bottom: 4%;
  width: 573px;
  height: auto;
  border-radius: 10px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.section-article-detail .ornament img:nth-child(1) {
  position: absolute;
  top: 40vh;
  right: 0;
  width: 1100px;
  z-index: 1;
}

.section-article-detail .ornament img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 600px;
  height: 100px;
  z-index: 1;
}

/* Section article detail at article detail page start */

/* Section about us at about us page start */

.section-about-us {
  min-height: 110vh;
  position: relative;
}

.section-about-us .content {
  padding: 40px 4% 20px 4%;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.section-about-us .content .header {
  display: flex;
  justify-content: end;
  align-items: flex-end;
}

.btn-video-on-youtube {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14px;
}

.section-about-us .content .header .text-header-1 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 70px;
  color: var(--color-green2);
  line-height: 1;
  margin: 0;
}

.section-about-us .content .header .text-header-2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 120px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
}

.section-about-us .ornament img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  z-index: -1;
}

.section-list-about-us-1 {
  position: relative;
  justify-content: center;
}

.section-list-about-us-1 .content {
  min-height: 100vh;
  padding: 0 4%;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.section-list-about-us-1 .content .text-header-1 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 120px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
}

.section-list-about-us-1 .content .text-header-2 {
  font-family: var(--font-primary);
  font-weight: 800;
  font-size: 42px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
}

.section-list-about-us-1 .ornament img:nth-child(1) {
  position: absolute;
  top: -10vh;
  left: 50%;
  width: 50px;
  height: 35vh;
  z-index: -1;
}

.section-list-about-us-1 .ornament img:nth-child(2) {
  position: absolute;
  top: 50vh;
  left: 8vw;
  width: 400px;
  z-index: -1;
}

.section-list-about-us-1 .ornament img:nth-child(3) {
  position: absolute;
  top: 50vh;
  right: 8vw;
  width: 400px;
  z-index: -1;
}

.section-list-about-us-2 {
  position: relative;
}

.section-list-about-us-2 .content {
  min-height: 100vh;
  padding: 0 4%;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.section-list-about-us-2 .content .text-header-1 {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 70px;
  color: var(--color-black1);
  line-height: 1.4;
  margin: 0;
}

.section-list-about-us-2 .content .text-header-2 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 30px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
}

.section-list-about-us-2 .content .text-header-3 {
  font-family: var(--font-primary);
  font-weight: 100;
  font-size: 70px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
  opacity: 0.8;
}

.section-list-about-us-2 .ornament img:nth-child(1) {
  position: absolute;
  top: -12vh;
  left: 50%;
  width: 50px;
  height: 35vh;
  z-index: -1;
}

.section-list-about-us-2 .ornament img:nth-child(2) {
  position: absolute;
  top: 35vh;
  left: 12vw;
  width: 100px;
  z-index: -1;
}

.section-list-about-us-2 .ornament img:nth-child(3) {
  position: absolute;
  top: 35vh;
  right: 12vw;
  width: 100px;
  z-index: -1;
}

.section-list-about-us-2 .ornament img:nth-child(4) {
  position: absolute;
  bottom: -10vh;
  left: 50%;
  width: 50px;
  height: 35vh;
  z-index: -1;
}

.section-list-about-us-3 {
  min-height: 15vh;
  position: relative;
}

.section-our-vision {
  width: 100%;
  /* min-height: 100vh; */
  /* height: auto; */
  height: calc(100vw * 9 / 16);
  position: relative;
  background-color: #0053a5;
  background-position: bottom right;
}

.section-our-vision .content {
  height: 100%;
  width: 100%;
  padding: 40px 4% 60px 4%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section-our-vision .content .card-vision {
  height: 80%;
  /* padding: 40px; */
  width: 76%;
  background-color: var(--color-white1);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  margin: 0 4% 0 0;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section-our-vision .content .card-vision .content-card-vision {
  min-height: 100%;
  padding-left: 30%;
  padding-right: 4%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-card-vision-text-header1 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 72px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
}

.content-card-vision-text-header2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 72px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
}

.content-card-vision-text-content {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 50px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
}

.section-our-vision .ornament img:nth-child(1) {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}

.section-our-mission {
  width: 100%;
  height: calc(100vw * 9 / 16);
  position: relative;
  background-color: #bad756;
  background-position: bottom center;
}

.section-our-mission .content {
  padding: 40px 4% 60px 4%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section-our-mission .content .card-mission {
  height: 80%;
  /* padding: 20px; */
  width: 76%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  margin: 0 0 0 4%;
}

.section-our-mission .content .card-mission .content-card-mission {
  min-height: 100%;
  padding-left: 4%;
  padding-right: 30%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-card-mission-text-header1 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 72px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
}

.content-card-mission-text-header2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 72px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
}

.content-card-mission-text-content1 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 50px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
}

.content-card-mission-text-content2 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 50px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
}

.content-card-mission-table-text-content {
  border-collapse: separate;
  border-spacing: 0 20px;
  width: 100%;
}

.content-card-mission-table-text-content .mission-col-number {
  width: 150px;
}

.section-our-mission .ornament img:nth-child(1) {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}

.section-our-client {
  min-height: 30vh;
  position: relative;
}

.section-our-client .content {
  padding: 4% 4% 10% 4%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section-our-client .content .text-header-1 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 72px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
}

.section-our-client .content .text-header-2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 72px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0;
}

.section-our-client .content .text-content {
  padding-top: 4%;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 24px;
  color: var(--color-black1);
  line-height: 1.2;
  margin: 0;
}

#carousel_our_clients {
  margin: 60px 0;
}

#carousel_our_clients .carousel-indicators {
  position: absolute;
  bottom: -40px;
  display: flex;
  gap: 5px;
}

#carousel_our_clients .carousel-indicators button {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid var(--color-grey1);
  transition: background-color 0.3s;
  padding: 0;
}

#carousel_our_clients .carousel-indicators .active {
  background-color: var(--color-green2);
}

/* Section about us at about us page end */

/* Section privacy policy at privacy policy page start */

.section-privacy-policy {
  min-height: 110vh;
  position: relative;
}

.section-privacy-policy .content {
  padding: 40px 4% 80px 4%;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.section-privacy-policy .content .header .text-header-1 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 80px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0 0 40px 0;
}

.section-privacy-policy .content .text-content {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 24px;
  color: var(--color-black1);
  line-height: 1.3;
  margin: 0 0 10px 0;
  text-align: justify;
}

.section-privacy-policy .ornament img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  filter: invert(1);
}

.section-privacy-policy .ornament img:nth-child(2) {
  position: absolute;
  bottom: 40%;
  right: 0;
  width: 55%;
}

/* Section privacy policy at privacy policy page start */

/* Section term conditions at term conditions page start */

.section-term-conditions {
  min-height: 110vh;
  position: relative;
}

.section-term-conditions .content {
  padding: 40px 4% 80px 4%;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.section-term-conditions .content .header .text-header-1 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 80px;
  color: var(--color-black1);
  line-height: 1;
  margin: 0 0 40px 0;
}

.section-term-conditions .content .text-content {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 24px;
  color: var(--color-black1);
  line-height: 1.3;
  margin: 0 0 10px 0;
  text-align: justify;
}

.section-term-conditions .ornament img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  filter: invert(1);
}

.section-term-conditions .ornament img:nth-child(2) {
  position: absolute;
  bottom: 40%;
  right: 0;
  width: 55%;
}

/* Section term conditions at term conditions page start */

/* Custom card recipe start */
.card-recipe {
  position: relative;
  width: 100%; /* Ikuti lebar container/col */
  padding-bottom: 150%; /* 3:2 aspect ratio (tinggi 1.5x lebar) */
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background: #fff;
}

/* Gambar absolute fullscreen */
.card-recipe img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: height 0.4s ease, border-radius 0.4s ease;
  z-index: 2;
}

/* Kontainer info di bawah */
.card-recipe .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 30%;
  background: #fff;
  color: #333;
  padding: 5%;
  box-sizing: border-box;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

/* Hover efek */
.card-recipe:hover img {
  height: 70%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.card-recipe .info-title {
  text-align: left !important;
  align-self: flex-start !important;
  font-size: 28px;
  font-family: var(--font-primary);
  font-weight: 600;
  margin: 4% 0;
  min-height: 20%;
}

.card-recipe .info-btn {
  align-self: flex-start;
  background: #a5cd39;
  color: #000;
  border: none;
  padding: 2% 5%;
  border-radius: 999px;
  font-size: 16px;
  font-family: var(--font-primary);
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.card-recipe .info-btn:hover {
  background: #8bb429;
}

/* Custom card recipe end */

/* Custom dropdown */
.dropdown-custom-1 {
  height: 55px;
  background-color: white !important;
  border: 2px solid black !important;
  border-radius: 32px !important;
  padding: 8px 16px; /* Agar lebih rapi */
}

.rounded-btn {
  background-color: white;
  padding: 0.5vw 1vw;
  border-radius: 32px;
  border: 1px solid black;
  font-size: 1.2vw;
}

.rounded-btn:hover {
  background-color: var(--color-green1);
  border: 1px solid transparent;
}

.rounded-btn-blue {
  color: var(--color-white1);
  background-color: var(--color-blue1);
  padding: 1vh 2vh;
  border-radius: 32px;
  border: 1px solid transparent;
  font-size: 0.8vw;
}

.btn-main-1 {
  background-color: var(--color-green1);
  padding: 0.5vw 1vw;
  border-radius: 10px;
  font-size: 1.2vw;
}

.btn-main-1:hover {
  background-color: var(--color-blue1);
  color: var(--color-white1);
}

.btn-main-2 {
  background-color: var(--color-green4);
  padding: 0.5vw 1vw;
  border-radius: 10px;
  font-size: 1.2vw;
}

.btn-main-2:hover {
  background-color: var(--color-blue1);
  color: var(--color-white1);
}

.footer-sticky {
  color: var(--color-white1);
  background-color: var(--color-green3);
  margin-top: -40px;
  padding-top: 4%;
  padding-bottom: 4%;
  border-radius: 30px 30px 0 0;
  position: relative;
  z-index: 12;
}

.section-footer {
  padding: 0 4%;
  position: relative;
  z-index: -1;
}

ul.list-unstyled {
  display: flex;
  flex-direction: column;
  gap: clamp(3px, 1.2vw, 14px);
}

.footer-link {
  color: var(--color-white1);
  text-decoration: none;
  font-size: 25px;
  font-family: var(--font-primary);
  position: relative;
  transition: all 0.3s ease-in-out;
}

.footer-link::after {
  content: "\f35d"; /* Font Awesome icon (arrow-up) */
  font-family: "Font Awesome 5 Free"; /* Gunakan Font Awesome */
  font-weight: 900;
  opacity: 0;
  font-size: 18px;
  margin-left: 12px;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  display: inline-block;
  transform: translateY(5px);
}

.footer-link:hover {
  color: var(--color-white1);
  text-decoration: underline;
}

.footer-link:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.footer-sub-header {
  color: var(--color-white1);
  text-decoration: none;
  font-size: 30px;
  font-family: var(--font-primary);
  position: relative;
  transition: all 0.3s ease-in-out;
}

.footer-text {
  color: var(--color-white1);
  text-decoration: none;
  font-size: 25px;
  font-family: var(--font-primary);
  position: relative;
  transition: all 0.3s ease-in-out;
}

.icon-dynamic {
  height: 1.5em; /* mengikuti ukuran teks */
  width: auto;
  vertical-align: middle;
}

/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.image-vision-mission .content img:nth-child(1),
.image-vision-mission .content img:nth-child(2) {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover; /* opsional, biar gambar rapi isi kotak */
  display: block;
}
