@import url("https://fonts.cdnfonts.com/css/open-sauce-one");

/* ======================================= */
/* ATURAN DASAR & FONT                     */
/* ======================================= */

html,
body {
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100vw;
  font-family: "Open Sauce One", sans-serif;
}

* {
  font-family: "Open Sauce One", sans-serif;
}

/* ======================================= */
/* NAVBAR                                  */
/* ======================================= */

.navbar {
  height: 100px;
  backdrop-filter: blur(10px);
  background-color: rgba(248, 249, 250, 0.95) !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled {
  height: 90px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}

.navbar-brand {
  transition: transform 0.3s ease;
  font-size: 20px;
  font-weight: bold;
}

.navbar-brand:hover {
  transform: scale(1.05);
}

.navbar-nav .nav-link {
  padding: 8px 15px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #ff4e88 !important;
  transform: translateY(-2px);
}

.nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 50%;
  background-color: #ff4e88;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-link:hover::after {
  width: 100%;
}

.nav-item {
  position: relative;
  padding: 0 5px;
  font-size: 15px;
}

.logBtn {
  width: 80px;
  height: 40px;
  background: linear-gradient(135deg, #ff4e88, #ff6b9d);
  font-size: 11px;
  text-align: center;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  color: white;
  padding: 12px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 78, 136, 0.3);
}

.logBtn:hover {
  background: linear-gradient(135deg, #e43b73, #ff4e88);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 78, 136, 0.4);
  color: white;
}

/* ======================================= */
/* SECTIONS                                */
/* ======================================= */

.sect1 {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 80px;
  margin: 150px 15px;
  height: auto;
  opacity: 0;
  animation: fadeInUp 1s ease forwards;
}

.txt1 {
  padding: 50px 10px;
}

.txt1 h1 {
  font-size: 40px;
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: bold;
  animation: slideInLeft 0.8s ease forwards;
}

.txt1 h4 {
  font-size: 20px;
  color: gray;
  font-weight: 500;
  animation: slideInLeft 0.8s ease 0.2s forwards;
  opacity: 0;
}

.btnWa {
  padding: 10px 20px;
  margin: 50px 0px;
  background: linear-gradient(135deg, #ff4e88, #ff6b9d);
  color: white;
  border-radius: 20px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 78, 136, 0.3);
  animation: pulse 2s infinite;
}

.btnWa:hover {
  background: linear-gradient(135deg, #e43b73, #ff4e88);
  transform: translateY(-5px);
  color: white;
  box-shadow: 0 12px 30px rgba(255, 78, 136, 0.4);
}

.sect1 img {
  animation: float 3s ease-in-out infinite;
}

.sect2 {
  align-items: center;
  height: auto;
  padding-top: 50px;
  padding-bottom: 100px;
}

.txt2 {
  text-align: center;
  margin: 60px;
  padding: 30px;
  animation: fadeIn 1s ease;
}

.txt2 h1 {
  font-size: 40px;
  color: #2c3e50;
  font-weight: bold;
  margin: 20px;
  animation: zoomIn 0.8s ease;
}

.txt2 h4 {
  font-size: 20px;
  color: grey;
  font-weight: 500;
  margin: 10px;
}

.sect3 {
  align-items: center;
  margin: 30px;
  height: auto;
  padding-top: 30px;
  padding-bottom: 100px;
}

.txt3 h1 {
  text-align: center;
  font-weight: bold;
  margin-top: 100px;
  font-size: 40px;
  color: #2c3e50;
}

.txt3 h4 {
  text-align: center;
  padding: 0 50px;
  font-size: 20px;
  font-weight: 500;
  color: gray;
  margin: 20px 0;
}

.sect3 img {
  align-items: center;
  margin: 5px;
  animation: float 3s ease-in-out infinite;
}

.sect4 {
  align-items: center;
  margin: 50px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 110px;
}

.txt4 h1 {
  text-align: center;
  font-weight: bold;
  margin: 20px auto;
  font-size: 30px;
  color: white;
  background: linear-gradient(135deg, #ff8c9e, #ff6b9d);
  border-radius: 30px;
  height: auto;
  width: 100%;
  max-width: 500px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 140, 158, 0.3);
}

.txt4 h1:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(255, 140, 158, 0.4);
}

.txt4 h4 {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  color: gray;
  padding-left: 60px;
}

.sect5 {
  align-items: center;
  margin: 50px;
  height: auto;
  padding-top: 50px;
  padding-bottom: 100px;
}

.txt5 h1 {
  text-align: center;
  font-weight: bold;
  margin-top: 110px;
  font-size: 40px;
  color: #2c3e50;
}

.txt5 h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: gray;
  padding-left: 37px;
  margin: 30px 0;
}

.img1 {
  width: 300px;
  transition: transform 0.3s ease;
}

.sect6 {
  align-items: center;
  margin: 50px;
  height: auto;
  padding-top: 70px;
  padding-bottom: 100px;
}

.sect6 img {
  animation: float 3s ease-in-out infinite;
}

.txt6 h1 {
  text-align: center;
  font-weight: bold;
  margin-top: 110px;
  font-size: 40px;
  color: #2c3e50;
}

.txt6 h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: gray;
  padding-left: 37px;
  margin: 30px;
}

.sect7 {
  align-items: center;
  margin: 50px;
  height: auto;
  padding-top: 50px;
  padding-bottom: 100px;
}

.txt7 h1 {
  text-align: center;
  font-weight: bold;
  margin-top: 130px;
  margin-bottom: 50px;
  font-size: 40px;
  color: #2c3e50;
}

.txt7 h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: gray;
  padding-left: 37px;
  margin: 30px;
}

/* ======================================= */
/* KOMPONEN KARTU (CARD)                   */
/* ======================================= */

.card {
  align-items: center;
  width: 100%;
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  transform: translateY(0);
  overflow: hidden;
  position: relative;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.5s ease;
}

.card:hover::before {
  left: 100%;
}

.icon-circle {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #ff4e88, #ff6b9d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  color: white;
  font-size: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 78, 136, 0.3);
}

.card:hover .icon-circle {
  transform: scale(1.1) rotate(360deg);
  box-shadow: 0 8px 25px rgba(255, 78, 136, 0.4);
}

.card-body {
  text-align: center;
  transition: all 0.3s ease;
}

.card:hover .card-body {
  transform: translateY(-5px);
}

.card-title {
  font-size: 25px;
  color: #2c3e50;
  transition: color 0.3s ease;
}

.card:hover .card-title {
  color: #ff4e88;
}

.card-text {
  font-size: 15px;
  color: gray;
}

.card2 {
  width: 100%;
  max-width: 330px;
  align-items: center;
  padding: 0;
  transition: all 0.3s ease;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card2:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.card2 img {
  transition: transform 0.3s ease;
  border-radius: 10px;
}

.card2:hover img {
  transform: scale(1.05);
}

.title2 {
  font-size: 12px;
  transition: color 0.3s ease;
}

.card2:hover .title2 {
  color: #ff4e88;
}

.card3 {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.card3:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.card3 .img2 {
  width: 100%;
  height: 400px;
  object-fit: fill;
  display: block;
  border-radius: 25px;
  transition: transform 0.3s ease;
}

.card3:hover .img2 {
  transform: scale(1.05);
}

/* ======================================= */
/* SLIDER BERITA                           */
/* ======================================= */

#newsContainer {
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
}

#newsSliderWrapper {
  overflow: hidden;
  width: 100%;
  margin: 0 20px !important;
}

#newsSlider {
  display: flex;
  gap: 30px;
  transition: transform 0.4s ease-in-out;
  width: max-content;
}

.news-card {
  flex: 0 0 auto;
  width: 358px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 57%,
    rgba(255, 140, 158, 0.5) 83%
  );
  z-index: 1;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-radius: 25px;
}

.card3:hover .overlay {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.3) 57%,
    rgba(255, 140, 158, 0.7) 83%
  );
}

.title3 {
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
  color: white;
  font-size: 23px;
  font-weight: 500;
  z-index: 2;
  width: 300px;
  text-align: left;
  transition: all 0.3s ease;
  transform: translateY(20px);
  opacity: 0.8;
}

.card3:hover .title3 {
  transform: translateY(0);
  opacity: 1;
}

.news-arrow {
  position: absolute;
  top: 50%;
  background: transparent;
  border: none;
  transition: all 0.3s ease;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 24px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-arrow.left {
  left: 15px;
}

.news-arrow.right {
  right: -12px;
}

.news-arrow:hover {
  color: #ff4e88;
  transform: scale(1.2);
}

/* ======================================= */
/* FAQ & KONTAK                            */
/* ======================================= */

.questions {
  background-color: white;
  color: black;
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  text-align: left;
  cursor: pointer;
  margin: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.questions:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-color: #ff4e88;
}

.questionsIcon {
  margin-right: 10px;
  color: white;
  background: linear-gradient(135deg, #fe7ba6, #ff4e88);
  padding: 10px;
  border-radius: 100px;
  transition: all 0.3s ease;
}

.questions:hover .questionsIcon {
  transform: scale(1.1);
}

.caret1 {
  color: black;
  font-size: 20px;
  align-items: center;
  margin-right: 10px;
  padding-top: 9px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.answer {
  width: 100%;
  height: 50px;
  text-align: left;
  margin-left: 30px;
  border-radius: 10px;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
}

.contact-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.contact {
  flex: 1 1 48%;
}

.peta {
  width: 100%;
  height: 300px;
  border-radius: 25px;
  margin: 0 70px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.peta:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.contact-card {
  max-width: 500px;
  height: 300px;
  margin-left: 50px;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  color: #333;
  transition: all 0.3s ease;
}

.contact-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.item-contact {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 15px 0;
  transition: all 0.3s ease;
}

.item-contact:hover {
  transform: translateX(5px);
}

.contact-icon {
  font-size: 24px;
  margin-top: 4px;
  color: #000;
  transition: all 0.3s ease;
}

.item-contact:hover .contact-icon {
  color: #ff4e88;
  transform: scale(1.2);
}

.info {
  font-size: 14px;
  line-height: 1.5;
}

/* ======================================= */
/* FOOTER & UTILITAS LAINNYA               */
/* ======================================= */

hr {
  border: none;
  border-top: 1px solid #000000;
  margin: 5px 0;
}

.footer {
  text-align: center;
  color: #000000;
  padding: 20px;
  font-size: 18px;
  background-color: #eeeeee;
  transition: all 0.3s ease;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.animate-on-scroll.animate {
  opacity: 1;
  transform: translateY(0);
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ff4e88, #ff6b9d);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.loading-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.loader {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top: 5px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* ======================================= */
/* ANIMASI KEYFRAMES                       */
/* ======================================= */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 4px 15px rgba(255, 78, 136, 0.3);
  }
  50% {
    box-shadow: 0 8px 25px rgba(255, 78, 136, 0.6);
  }
  100% {
    box-shadow: 0 4px 15px rgba(255, 78, 136, 0.3);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ======================================= */
/* ATURAN RESPONSIVE (max-width: 991.98px) */
/* ======================================= */
@media (max-width: 991.98px) {
  .txt1 h1,
  .txt2 h1,
  .txt3 h1,
  .txt4 h1,
  .txt5 h1,
  .txt6 h1,
  .txt7 h1 {
    font-size: 32px;
  }

  .txt1 h4,
  .txt2 h4,
  .txt3 h4,
  .txt4 h4,
  .txt5 h4,
  .txt6 h4,
  .txt7 h4 {
    font-size: 18px;
    text-align: center;
  }

  .navbar-collapse {
    background-color: #fff;
    text-align: center;
    padding: 15px;
    border-top: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }

  .navbar-nav .nav-item {
    margin: 8px 0;
  }

  .navbar-nav .nav-link {
    display: block;
    font-size: 16px;
  }

  .logBtn {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    margin-top: 15px;
    height: auto;
    text-align: center;
  }

  .news-card {
    width: 220px;
    flex: 0 0 220px;
  }

  .news-card .img2 {
    height: 320px;
  }

  .news-card .title3 {
    font-size: 12px;
    bottom: 40px;
    left: 10px;
    right: 10px;
    width: auto;
    text-align: center;
    transform: translateY(20px);
    opacity: 0.8;
  }

  #newsSliderWrapper {
    width: 720px;
    margin: 0 -20px !important;
  }

  #newsContainer {
    padding: 0 10px;
  }

  .news-arrow.left {
    left: -16px;
  }

  .news-arrow.right {
    right: -18px;
  }
}

/* ======================================================= */
/* == ATURAN RESPONSIVE BARU UNTUK MOBILE (VERSI LENGKAP) == */
/* ======================================================= */
@media (max-width: 768px) {
  /* == Pengaturan Navbar & Judul == */
  .navbar,
  .navbar.scrolled {
    height: 80px;
  }

  .txt2 h1,
  .txt3 h1,
  .txt4 h1,
  .txt5 h1,
  .txt6 h1,
  .txt7 h1 {
    margin-top: 0 !important;
  }

  /* == Pengaturan Jarak Section == */

  /* 1. Atur section paling atas */
  .sect1 {
    margin: 0 15px !important;
    padding-top: 120px !important;
    padding-bottom: 60px !important;
  }

  /* 2. Atur sect2 agar NAIK (jarak atas kecil) */
  .sect2 {
    margin: 0 15px !important;
    padding-top: 20px !important;
    padding-bottom: 80px !important;
    text-align: center;
  }

  /* 3. Atur sect3 - sect7 agar lebih RENGGANG */
  .sect3,
  .sect4,
  .sect5,
  .sect6,
  .sect7 {
    margin: 0 15px !important;
    padding-top: 100px !important;
    padding-bottom: 80px !important;
  }

  /* == Pengaturan Umum Teks == */
  .txt1 h1,
  .txt2 h1,
  .txt3 h1,
  .txt4 h1,
  .txt5 h1,
  .txt6 h1,
  .txt7 h1 {
    font-size: 32px;
    text-align: center;
  }

  .txt4 h1 {
    font-size: 22px;
    padding: 12px 15px;
  }

  .txt1 h4,
  .txt2 h4,
  .txt3 h4,
  .txt4 h4,
  .txt5 h4,
  .txt6 h4,
  .txt7 h4 {
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
  }

  .sect2 .txt2 h1 {
    white-space: nowrap;
  }

  .sect2 .row {
    justify-content: center;
  }

  .txt2 {
    padding-left: 15px;
    padding-right: 15px;
    margin: 50px auto;
  }

  /* == Pengaturan Layout & Komponen Lainnya == */
  .sect1 .row,
  .sect5 .row {
    flex-direction: column-reverse;
  }

  #sect3 h1 {
    height: auto;         
    padding-top: 15px;   
    padding-bottom: 15px;
  }

  .btnWa {
    position: fixed;
    bottom: 30px;
    margin: 0;
    z-index: 1000;
  }

  /* Kontak */
  .contact-wrap {
    flex-direction: column;
    gap: 30px;
  }

  .peta {
    margin: 0;
  }

  .contact-card {
    margin-left: 0;
  }

  /* Slider Berita */
  #newsSliderWrapper {
    width: 100%;
    margin: 0 auto !important;
    max-width: 760px; /* Batas lebar maksimum jika diperlukan */
  }

  .news-card {
    width: 150px;
    flex: 0 0 150px;
  }

  .news-card .img2 {
    height: 320px;
  }

  .news-card .title3 {
    font-size: 10px;
    bottom: 40px;
    left: 10px;
    right: 10px;
    width: auto;
    text-align: center;
    transform: translateY(20px);
    opacity: 0.8;
  }

  .news-arrow.left {
    left: -2px;
  }

  .news-arrow.right {
    right: -2px;
  }
}

/* ======================================= */
/* ATURAN RESPONSIVE (max-width: 500px)    */
/* ======================================= */
@media (max-width: 500px) {
  /* Pengaturan Umum Teks */
  .txt1 h1,
  .txt2 h1,
  .txt3 h1,
  .txt4 h1,
  .txt5 h1,
  .txt6 h1,
  .txt7 h1 {
    font-size: 32px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .txt3 h1,
  .txt4 h1,
  .txt5 h1,
  .txt6 h1,
  .txt7 h1 {
    margin-top: 30px !important;
    padding-top: 70px;
  }

  .txt1 h4,
  .txt2 h4,
  .txt3 h4 {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
  }

  .txt4 h4,
  .txt5 h4,
  .txt6 h4,
  .txt7 h4 {
    font-size: 18px;
    text-align: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px 20px 30px 20px;
    box-sizing: border-box;
  }

  .sect2 .txt2 h4,
  .sect4 .txt4 h4,
  .sect5 .txt5 h4,
  .sect6 .txt6 h4,
  .sect7 .txt7 h4 {
    max-width: 300px;
    margin: 15px auto 0 auto;
    text-align: center;
  }

  .btnWa {
    position: fixed;
    bottom: 30px;
    margin: 0;
    z-index: 1000;
  }

  /* Pengaturan Navbar */
  .navbar,
  .navbar.scrolled {
    height: 80px;
  }

  .navbar-brand {
    font-size: 14px;
    display: flex;
    align-items: center;
  }

  .navbar-brand img {
    height: 10px;
    width: auto;
    margin-right: 4px;
  }

  /* Padding untuk Section */
  .sect1,
  .sect2,
  .sect3,
  .sect4,
  .sect5,
  .sect6,
  .sect7 {
    margin: 0 10px !important;
    padding: 50px 0 !important;
  }

  .sect1 {
    padding-top: 120px !important;
  }

  /* Pengaturan Slider & FAQ */
  #newsSliderWrapper {
    width: 100%;
    max-width: 700px;
    margin: 0 !important;
    overflow-x: hidden;
  }

  .news-card {
    width: 150px;
    flex: 0 0 150px;
  }

  .news-card .img2 {
    height: 320px;
  }

  .news-card .title3 {
    font-size: 12px;
    bottom: 40px;
    left: 10px;
    right: 10px;
    width: auto;
    text-align: center;
    transform: translateY(20px);
    opacity: 0.8;
  }

  #newsContainer {
    padding: 0 10px;
  }

  .news-arrow.left {
    left: 0;
  }

  .news-arrow.right {
    right: 15px;
  }

  .questions {
    font-size: 14px;
    padding: 10px;
    margin: 10px 0;
    width: 100%;
    text-align: left;
  }

  .questionsIcon {
    margin-right: 10px;
    padding: 10px;
  }

  .answer {
    font-size: 14px;
    padding: 10px;
    margin-left: 20px;
    width: calc(100% - 40px);
    height: fit-content;
  }
}