/* 
    GLOBAL STYLE FOR Informasi Section
     
    1. Tentang Kami (about.php)
    2. Cara Menggunakan Tampil (howto.php)
    3. Sidebar Forum Tampil (SidebarForum.php)
    4. Dashboard Forum (Dashboard.php)
    5. Kategori Forum (KategoriForum.php)
    6. Detail Kategori Forum (DetailKategoriForum.php)
    7. Forum Chat (ForumChat.php)
    8. Berita Page (BeritaOld.php)
    9. Detail Berita Page (DetailBerita.php)
    10. Donasi.php (Donasi.php)
    11. Form Donasi (FormDonasi.php)
*/

/* ===================== TENTANG KAMI PAGE ================= */

.about-section {
  padding: 80px 0;
  background-color: #f1f8fd;
}

.about-card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 50px 40px;
}

.about-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 36px;
  background: linear-gradient(90deg, #7eb6fc 0%, #243d5c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-divider {
  width: 350px;
  height: 3px;
  background: linear-gradient(90deg, #5b8dc4 0%, #7eb6fc 100%);
  margin: 0 auto 30px;
}

.about-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}

.about-highlight {
  color: #3d669b;
  font-weight: 500;
}

.facts-section {
  background: url('<?= base_url("assets/img/about/bg-about.png") ?>') center/cover no-repeat;
  border-radius: 20px;
  padding: 50px 40px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.facts-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.facts-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin-bottom: 40px;
}

.fact-item {
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fact-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.fact-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  object-fit: contain;
}

.fact-number {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #4c80c2;
  margin-bottom: 8px;
}

.fact-label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.facts-wrapper {
  background-color: white;
  padding: 60px 0 60px 0;
}

.facts-heading {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 600;
  background: linear-gradient(90deg, #7eb6fc 0%, #243d5c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.5;
}

.facts-description {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.facts-section {
  background: url('<?= base_url("assets/img/about/bg-about.png") ?>') center/cover no-repeat;
  border-radius: 20px;
  padding: 50px 40px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.timeline-header {
  text-align: center;
  margin-bottom: 20px;
}

.timeline-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 36px;
  background: #f1f8fd;
  margin-bottom: 10px;
}

.timeline-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.timeline-container {
  position: relative;
  max-width: 800px;
  margin: 50px auto;
  padding: 0 20px;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #bedbff;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  margin-bottom: 60px;
  width: 100%;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-item.left .timeline-content {
  margin-right: auto;
  margin-left: 0;
  width: calc(50% - 40px);
  text-align: left;
}

.timeline-item.right .timeline-content {
  margin-left: auto;
  margin-right: 0;
  width: calc(50% - 40px);
  text-align: left;
}

.timeline-content {
  background: white;
  padding: 20px 25px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  position: relative;
}

.timeline-icon-wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: white;
  border: 3px solid #5f90be;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.timeline-number {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #5f90be;
}

.timeline-icon {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.timeline-date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #999;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.timeline-date img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.timeline-title-text {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #1b2d44;
  margin-bottom: 5px;
}

.timeline-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #787ebc;
  line-height: 1.5;
}

.info-section {
  margin-top: 60px;
  background: white;
  padding: 80px 0;
}

.info-card {
  background: transparent;
  padding: 80px;
  box-shadow: none;
}

.info-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 15px;
}

.info-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #1b2d44;
  margin-bottom: 20px;
}

.info-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  padding-right: 5px;
}

.btn-whatsapp {
  font-family: "Roboto", sans-serif;
  background-color: #2fca54;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  padding: 12px 40px;
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 6px 12px rgba(0, 0, 0, 0.25), 0 3px 6px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
}

.btn-whatsapp:hover {
  color: #fff;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
  text-decoration: none;
}

.btn-whatsapp i {
  font-size: 20px;
}

/* FAQ Section */
.faq-section {
  background: #f1f8fd;
  padding: 60px 0 0 0;
}

.faq-header {
  text-align: center;
  margin-bottom: 48px;
}

.faq-header-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
}

.faq-header-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.faq-header h2 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2a3f53;
  margin-bottom: 12px;
}

.faq-header p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2a3f53;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.faq-container {
  max-width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 90px;
}

.faq-title {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #1b2d44;
  text-align: center;
  margin-bottom: 32px;
}

.faq-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
}

.faq-question-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-top: 10px;
}

.faq-question-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.faq-item-content {
  flex: 1;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item-content:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.faq-item-content:has(.faq-question.active) {
  border-color: #396092;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s ease;
  outline: none;
}

.faq-question:focus {
  outline: none;
}

.faq-question-text {
  flex: 1;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1b2d44;
  line-height: 1.5;
}

.faq-question-toggle {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-question-toggle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.faq-question.active .faq-question-toggle {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer-content {
  padding: 0 24px 20px 24px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.faq-answer.active {
  max-height: 1000px;
}

@media (max-width: 991px) {
  #mobile-stat {
    margin-bottom: 25px !important;
  }
}

@media (max-width: 767px) {
  .about-section {
    padding: 40px 0;
  }

  .about-card {
    padding: 30px 20px;
  }

  .about-title {
    font-size: 28px;
  }

  .about-text {
    font-size: 16px;
  }

  .facts-section {
    padding: 30px 20px;
  }

  .facts-heading {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .facts-description {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .facts-title {
    font-size: 24px;
  }

  .fact-item {
    padding: 20px 15px;
    margin-bottom: 15px;
  }

  .fact-number {
    font-size: 20px;
  }

  .fact-label {
    font-size: 13px;
  }

  .timeline-title {
    font-size: 24px;
  }

  .timeline-subtitle {
    font-size: 14px;
  }

  .timeline-line {
    left: 30px;
  }

  .timeline-item.left .timeline-content,
  .timeline-item.right .timeline-content {
    width: calc(100% - 80px);
    margin-left: 80px;
    margin-right: 0;
    text-align: left;
  }

  .timeline-icon-wrapper {
    left: 30px;
    width: 50px;
    height: 50px;
  }

  .timeline-number {
    font-size: 18px;
  }

  .timeline-icon {
    width: 28px;
    height: 28px;
  }

  .timeline-item.left .timeline-date,
  .timeline-item.right .timeline-date {
    justify-content: flex-start;
  }

  .timeline-title-text {
    font-size: 15px;
  }

  .timeline-text {
    font-size: 13px;
  }

  .info-card {
    padding: 25px 20px;
  }

  .info-title {
    font-size: 22px;
  }

  .info-text {
    font-size: 15px;
  }

  .info-image {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .faq-section {
    padding: 50px 0;
  }

  .faq-header h2 {
    font-size: 18px;
  }

  .faq-header p {
    font-size: 14px;
  }

  .faq-title {
    font-size: 20px;
  }

  .faq-container {
    padding: 24px;
  }

  .faq-item {
    gap: 12px;
  }

  .faq-question {
    padding: 14px 16px;
    gap: 12px;
  }

  .faq-question-icon {
    width: 28px;
    height: 28px;
    margin-top: 14px;
  }

  .faq-question-text {
    font-size: 14px;
  }

  .faq-answer-content {
    padding: 0 16px 14px 16px;
    font-size: 13px;
  }
}

@media screen and (max-width: 414px) {
  .about-section {
    padding: 40px 20px;
  }

  .about-divider {
    width: 75%;
    height: 3px;
    background: linear-gradient(90deg, #5b8dc4 0%, #7eb6fc 100%);
    margin-top: 0px !important;
  }

  .about-title {
    font-size: 24px !important;
    margin-bottom: 10px !important;
  }

  .about-card {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .about-text {
    font-size: 14px !important;
  }

  .facts-heading {
    font-size: 22px !important;
  }

  .facts-description {
    font-size: 14px !important;
  }

  .facts-title {
    font-size: 24px !important;
  }

  .facts-subtitle {
    font-size: 16px !important;
  }

  #mobile-stat {
    margin-bottom: 15px !important;
  }

  .timeline-line {
    position: absolute;
    left: 20px;
  }

  .timeline-icon-wrapper {
    position: absolute;
    left: 0;
  }

  .timeline-item.left .timeline-content,
  .timeline-item.right .timeline-content {
    width: 100%;
    margin-left: 40px;
    margin-right: 0;
    text-align: left;
  }
}

/* ===================== TENTANG KAMI PAGE ================= */

/* ===================== CARA PENGGUNAAN PAGE ================= */

.howto-section {
  position: relative;
}

/* Hero Section */
.howto-hero {
  background: linear-gradient(180deg, #77b4ed99 0%, #77b4ed99 60%, #e4ecf6 100%);
  padding: 90px 0;
  text-align: center;
}

.howto-hero h1 {
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight: 600;
  background: linear-gradient(90deg, #243d5c 0%, #77b4ed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
  line-height: 1.3;
  margin-top: 70px;
}

.howto-hero p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #1b2d44;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Tutorial Video Section */
.tutorial-video {
  background: #ffffff;
  padding: 80px 0;
}

.tutorial-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
}

.tutorial-card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}

.tutorial-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tutorial-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tutorial-card h2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #0a0a0a;
  margin: 0;
  text-align: center;
}

.tutorial-card p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  margin-bottom: 24px;
  line-height: 1.6;
  text-align: center;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #000000;
  margin-bottom: 16px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-caption {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #396092;
  line-height: 1.5;
  background: #eff6ff;
  padding: 12px 16px;
  border-radius: 6px;
}

.video-caption a {
  color: #5b9fdb;
  text-decoration: none;
}

.video-caption a:hover {
  text-decoration: underline;
}

/* FAQ Section */
.faq-section {
  background: linear-gradient(135deg, #e8f2fc 0%, #f5f9fc 100%);
  padding: 80px 0;
}

.faq-header {
  text-align: center;
  margin-bottom: 48px;
}

.faq-header-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
}

.faq-header-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.faq-header h2 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2a3f53;
  margin-bottom: 12px;
}

.faq-header p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2a3f53;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.faq-container {
  max-width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 90px;
}

.faq-title {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #1b2d44;
  text-align: center;
  margin-bottom: 32px;
}

.faq-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
}

.faq-question-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-top: 10px;
}

.faq-question-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.faq-item-content {
  flex: 1;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item-content:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.faq-item-content:has(.faq-question.active) {
  border-color: #396092;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s ease;
  outline: none;
}

.faq-question:focus {
  outline: none;
}

.faq-question-text {
  flex: 1;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1b2d44;
  line-height: 1.5;
}

.faq-question-toggle {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-question-toggle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.faq-question.active .faq-question-toggle {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer-content {
  padding: 0 24px 20px 24px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.faq-answer.active {
  max-height: 1000px;
}

/* Contact CTA Section */
.contact-cta {
  padding: 80px 0;
}

.contact-card {
  background: linear-gradient(180deg, #77b4ed99 0%, #77b4ed99 60%, #e4ecf6 100%);
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 48px 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.contact-card h2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #396092;
  margin-bottom: 12px;
  line-height: 1.3;
}

.contact-card p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #36516b;
  margin-bottom: 32px;
  line-height: 1.6;
}

.btn-whatsapp {
  font-family: "Roboto", sans-serif;
  background-color: #2fca54;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  padding: 12px 40px;
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 6px 12px rgba(0, 0, 0, 0.25), 0 3px 6px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
}

.btn-whatsapp:hover {
  color: #fff;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
  text-decoration: none;
}

.btn-whatsapp i {
  font-size: 20px;
}

/* Responsive */
@media (max-width: 991px) {
  .howto-hero {
    padding: 60px 0;
  }

  .howto-hero h1 {
    font-size: 32px;
  }

  .howto-hero p {
    font-size: 16px;
  }

  .tutorial-video {
    padding: 60px 0;
  }

  .tutorial-card {
    padding: 28px;
  }

  .tutorial-card h2 {
    font-size: 22px;
  }

  .faq-section {
    padding: 60px 0;
  }

  .faq-header h2 {
    font-size: 28px;
  }

  .faq-title {
    font-size: 22px;
  }

  .faq-container {
    padding: 28px;
  }
}

@media (max-width: 767px) {
  .howto-hero {
    padding: 50px 0;
  }

  .howto-hero h1 {
    font-size: 28px;
  }

  .howto-hero p {
    font-size: 14px;
  }

  .tutorial-video {
    padding: 50px 0;
  }

  .tutorial-card {
    padding: 24px;
  }

  .tutorial-card h2 {
    font-size: 20px;
  }

  .faq-section {
    padding: 50px 0;
  }

  .faq-header h2 {
    font-size: 24px;
  }

  .faq-title {
    font-size: 20px;
  }

  .faq-question {
    padding: 16px 20px;
  }

  .faq-question-text {
    font-size: 15px;
  }

  .faq-question-icon {
    margin-top: 16px;
  }

  .faq-answer-content {
    padding: 0 20px 16px 20px;
  }

  .faq-container {
    padding: 24px;
  }

  .contact-cta {
    padding: 60px 0;
  }

  .contact-card {
    padding: 36px 28px;
  }

  .contact-card h2 {
    font-size: 24px;
  }

  .contact-card p {
    font-size: 15px;
    margin-bottom: 28px;
  }

  .btn-whatsapp {
    font-size: 15px;
    padding: 12px 28px;
  }
}

@media (max-width: 575px) {
  .howto-hero {
    padding: 40px 0;
  }

  .howto-hero h1 {
    font-size: 24px;
  }

  .howto-hero p {
    font-size: 13px;
  }

  .tutorial-video {
    padding: 40px 0;
  }

  .tutorial-card {
    padding: 20px;
  }

  .tutorial-card h2 {
    font-size: 18px;
  }

  .tutorial-card p {
    font-size: 13px;
  }

  .faq-section {
    padding: 40px 0;
  }

  .faq-header h2 {
    font-size: 20px;
  }

  .faq-header p {
    font-size: 14px;
  }

  .faq-title {
    font-size: 18px;
  }

  .faq-item {
    gap: 12px;
  }

  .faq-question {
    padding: 14px 16px;
    gap: 12px;
  }

  .faq-question-icon {
    width: 28px;
    height: 28px;
    margin-top: 14px;
  }

  .faq-question-text {
    font-size: 14px;
  }

  .faq-answer-content {
    padding: 0 16px 14px 16px;
    font-size: 13px;
  }

  .faq-container {
    padding: 20px;
  }

  .contact-cta {
    padding: 50px 0;
  }

  .contact-card {
    padding: 32px 24px;
  }

  .contact-card h2 {
    font-size: 22px;
  }

  .contact-card p {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .btn-whatsapp {
    font-size: 14px;
    padding: 12px 24px;
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .tutorial-icon img {
    width: 15px !important;
    height: 15px !important;
  }

  .tutorial-card-header h2 {
    font-size: 16px !important;
  }

  .tutorial-card p {
    font-size: 12px !important;
  }

  .video-caption {
    font-size: 12px !important;
  }

  .faq-header h2 {
    font-size: 16px !important;
  }

  .faq-header p {
    font-size: 12px !important;
  }

  .faq-question-icon img {
    width: 25px !important;
    height: 25px !important;
  }

  .faq-item-content .faq-question span {
    font-size: 12px !important;
  }

  .faq-answer-content {
    font-size: 11px !important;
  }
}

/* ===================== CARA PENGGUNAAN PAGE ================= */

/* ===================== SIDEBAR FORUM PAGE ================= */

.sidebar-item {
  margin-left: 60px;
}

.list-group li {
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 20px !important;
  margin-top: 10px;
  width: 240px;
  box-shadow: 0px 2px 4px -2px #0000001a !important;
}

.list-group li:hover {
  border: 1px solid #77b4ed !important;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.list-group li span a,
.list-group li a span {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: #223a57;
}

.list-group li span a img,
.list-group li a span img {
  margin-right: 10px;
}
/* ===================== SIDEBAR FORUM PAGE ================= */

/* ===================== DASHBOARD PAGE ================= */

.content-section {
  margin-top: 58px;
  margin-left: 120px;
  border-radius: 30px !important;
}

.tampung_kategori {
  background-color: #ffffff;
  margin-top: 40px;
  border-radius: 14px;
  padding: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 2px 4px -2px #0000001a !important;
}

.pertanyaan-item {
  margin-left: 15px;
  width: 100%;
}

.pertanyaan-item .nama-item {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #5987b2;
}

.pertanyaan-item .tgl-item {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  margin-top: 5px;
  color: #396092;
}

.title-item {
  font-family: Roboto;
  font-weight: 600;
  font-size: 18px;
  color: #1b2d44;
  margin-top: 15px;
  margin-bottom: 15px;
}

.desc-item {
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  color: #787ebc;
}

.show-komentar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.comment-item {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #6ba2d5;
  margin-left: 10px;
}

.input-komentar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}

.input-form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}

.input-form input {
  width: 100% !important;
  padding: 5px 15px;
  border-radius: 5px;
  outline: none;
  border: 1px solid transparent;
  background-color: #f3f3f5;
  color: #3d669b;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
}

.input-form button {
  margin-left: 5px;
  border: none;
  outline: none;
  background-color: transparent;
}

.input-form img {
  margin-right: 10px;
}

.selengkapnyas {
  margin-bottom: 60px;
  margin-top: 60px !important;
}

.selengkapnya-item a {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 23px;
  color: #476c8e;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .content-section {
    margin-left: 0px;
  }
}

@media screen and (max-width: 460px) {
  .content-section {
    margin-top: 30px;
    margin-left: 0;
    border-radius: 15px !important;
  }

  .tampung_kategori {
    margin-top: 25px;
    padding: 10px;
    border-radius: 10px;
  }

  .pertanyaan-item {
    margin-left: 8px;
  }

  .pertanyaan-item .nama-item {
    font-size: 13px;
  }

  .pertanyaan-item .tgl-item {
    font-size: 11px;
  }

  .title-item {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .desc-item {
    font-size: 13px;
    line-height: 1.4em;
  }

  .show-komentar {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .comment-item {
    font-size: 12px;
    margin-left: 5px;
  }

  .input-form input {
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 4px;
  }

  .input-form button img {
    width: 18px;
    height: 18px;
  }

  .selengkapnyas {
    margin-top: 30px !important;
    margin-bottom: 30px;
  }

  .selengkapnya-item a {
    font-size: 18px;
  }
}

/* ===================== DASHBOARD PAGE ================= */
/* ===================== KategoriForum PAGE ================= */

.kat-forum-section {
  margin-left: 250px;
  width: 85%;
  margin-top: 10px;
  border-radius: 10px !important;
  height: 110vh;
  margin-bottom: 150px;
}

.kat-forum-card {
  border-radius: 20px !important;
}

.breadcrumb {
  display: flex;
  align-items: center;
  background-color: transparent;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #1b2d44;
}

.breadcrumb li i {
  margin-right: 8px;
  margin-top: -2px;
  font-size: 16px;
  color: #5987b2;
}

.kat-forum-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #1b2d44;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: 35px;
  position: relative;
}

.kat-forum-title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, #4a7dff, #80aaff);
  border-radius: 4px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.kat-forum-item-all {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.kat-forum-item {
  width: 100%;
}

.kat-forum-item ul li {
  width: 100%;
  padding: 16px 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff, #f7f9ff);
  color: #4a7dff;
  border: 1px solid #e3e7ee;
  transition: 0.25s ease;
  text-transform: capitalize;
}

.kat-forum-item ul li:hover {
  background: linear-gradient(135deg, #e9f1ff, #ffffff);
  border-color: #8cb3ff;
  transform: translateY(-3px);
}

.kat-forum-item ul li a span {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.kat-forum-item ul li ion-icon {
  color: #4a7dff;
  font-size: 22px;
}

.kat-forum-item ul li:hover ion-icon {
  transform: scale(1.2);
}

@media screen and (max-width: 1199px) {
  .kat-forum-section {
    margin-left: 280px;
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .kat-forum-section {
    margin-left: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .kat-forum-item-all {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .kat-forum-section {
    height: 150vh;
  }
}

@media screen and (max-width: 360px) {
  .kat-forum-section {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
    height: 150vh;
  }

  .kat-forum-title {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .kat-forum-title::after {
    width: 45px;
    height: 3px;
    bottom: -8px;
  }

  .breadcrumb li {
    font-size: 12px;
  }

  .breadcrumb li i {
    font-size: 14px;
    margin-right: 5px;
  }

  .kat-forum-item ul li {
    padding: 12px 14px;
    border-radius: 10px;
  }

  .kat-forum-item ul li a span {
    font-size: 13px;
    gap: 6px;
  }

  .kat-forum-item ul li ion-icon {
    font-size: 18px;
  }

  .kat-forum-item-all {
    gap: 15px;
    grid-template-columns: 1fr;
  }
}

/* ===================== KategoriForum PAGE ================= */
/* ===================== Detail Kategori Forum PAGE ================= */

.content-section {
  margin-top: 58px;
  margin-left: 120px;
  border-radius: 30px !important;
}

.breadcrumb {
  display: flex;
  align-items: center;
  background-color: #ffffff !important;
  border-radius: 10px;
}

.breadcrumb-item {
  font-family: Roboto;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  color: #3d669b;
  transition: all 0.2s ease-in-out;
}

.breadcrumb-item a {
  color: #1b2d44;
}

.breadcrumb a i {
  margin-right: 6px;
  color: #396092;
}

.breadcrumb li a:hover {
  color: #4a7dff;
  text-decoration: none;
}

.card {
  border-radius: 20px !important;
  box-shadow: 0px 2px 4px -2px #00000012 !important;
  /* background-color: transparent !important; */
}

.card-body {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.row.py-3 {
  background-color: #ffffff;
  margin-top: 25px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  box-shadow: 0px 2px 4px -2px #0000001a !important;
}

.row.py-3 img {
  border-radius: 50%;
}

.poppins-600.text-blue-vcon b {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #5987b2;
}

.text-muted.pt-0 {
  font-family: Roboto !important;
  font-weight: 400;
  font-size: 12px;
  margin-top: 5px;
  color: #396092 !important;
}

.poppins-600.text-dark-vcon {
  font-family: Roboto !important;
  font-weight: 600;
  font-size: 18px;
  color: #1b2d44 !important;
  margin-top: 15px;
  margin-bottom: 15px;
}

.poppins-400.text-muted {
  font-family: Roboto !important;
  font-weight: 400;
  font-size: 15px;
  color: #787ebc !important;
}

.show-komentar img {
  width: 16px;
  margin-right: 6px;
  margin-top: -2px;
}

.show-komentar a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #6ba2d5;
  text-decoration: none;
}

.show-komentar a:hover {
  color: #4a7dff;
}

.no-border.comment-forum {
  width: 100% !important;
  padding: 10px 15px;
  border-radius: 5px !important;
  outline: none !important;
  border: 1px solid transparent !important;
  background-color: #f3f3f5 !important;
  color: #3d669b !important;
  font-family: Roboto !important;
  font-size: 14px;
}

.send-komentar span i {
  color: #5987b2 !important;
}

.text-blue-vcon {
  color: #476c8e !important;
}

#lihat-kategori {
  font-family: Roboto;
  font-weight: 500;
  font-size: 23px;
  text-transform: capitalize;
}

#lihat-kategori:hover {
  color: #4a7dff !important;
}

.kategori-forum-input-komentar {
  background-color: #ffffff;
}

.komentar-forum {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: aqua; */
}

.komentar-forum img {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  margin-right: 10px;
}

.komentar-forum textarea {
  height: 40px;
  margin-bottom: 10px;
}

.komentar-forum .send-komentar {
  margin-top: -10px;
  margin-left: 10px;
  padding: 6px 12px;
  border-radius: 8px !important;
  box-shadow: 0px 2px 4px -2px #0000001a !important;
  background-color: #4a7dff;
  transition: all 0.2s ease-in-out;
  color: #ffffff !important;
}

.komentar-forum .send-komentar:hover {
  background-color: #396092;
  color: #ffffff !important;
}

@media screen and (max-width: 991px) {
  .content-section {
    margin-left: 0px;
  }
}

@media screen and (max-width: 460px) {
  .content-section {
    margin-top: 30px;
    margin-left: 0;
    border-radius: 15px !important;
  }

  .row.py-3 {
    padding: 10px !important;
    border-radius: 10px;
    margin-top: 20px;
  }

  .poppins-600.text-blue-vcon b {
    font-size: 14px;
  }

  .text-muted.pt-0 {
    font-size: 11px !important;
  }

  .poppins-600.text-dark-vcon {
    font-size: 15px !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .poppins-400.text-muted {
    font-size: 13px !important;
    line-height: 1.4em;
  }

  .show-komentar a {
    font-size: 12px !important;
  }

  .no-border.comment-forum {
    padding: 6px 10px !important;
    font-size: 12px !important;
  }

  #lihat-kategori {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 440px) {
  .content-section {
    margin-top: 25px !important;
    padding: 0 8px !important;
    border-radius: 12px !important;
  }

  .content-all {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .breadcrumb {
    padding: 8px 10px !important;
    border-radius: 8px !important;
  }

  .breadcrumb-item {
    font-size: 11px !important;
  }

  .breadcrumb a i {
    font-size: 12px !important;
    margin-right: 3px !important;
  }

  .row.py-3 {
    padding: 10px 0px !important;
    margin-top: 15px !important;
    border-radius: 10px !important;
  }

  .row.py-3 img {
    width: 36px !important;
    height: 36px !important;
  }

  .poppins-600.text-blue-vcon b {
    font-size: 13px !important;
  }

  .text-muted.pt-0 {
    font-size: 10px !important;
    margin-top: 2px !important;
  }

  .poppins-600.text-dark-vcon {
    font-size: 14px !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    line-height: 1.3em !important;
  }

  .poppins-400.text-muted {
    font-size: 12px !important;
    line-height: 1.35em !important;
    margin-bottom: 10px !important;
  }

  .show-komentar a {
    font-size: 11px !important;
    border: 1px solid #4a7dff;
    padding: 4px 6px;
    border-radius: 5px;
  }

  .show-komentar img {
    display: none;
  }

  .no-border.comment-forum {
    padding: 6px 8px !important;
    font-size: 12px !important;
    border-radius: 4px !important;
  }

  .send-komentar span i {
    font-size: 16px !important;
  }

  #lihat-kategori {
    font-size: 17px !important;
  }
}

@media screen and (max-width: 360px) {
  /* WRAPPER */
  .content-section {
    margin-top: 20px !important;
    padding: 0 5px !important;
    border-radius: 10px !important;
  }

  .content-all {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  /* BREADCRUMB */
  .breadcrumb {
    padding: 6px 8px !important;
  }

  .breadcrumb-item {
    font-size: 10px !important;
  }

  .breadcrumb a i {
    font-size: 11px !important;
    margin-right: 3px !important;
  }

  /* CARD ITEM */
  .row.py-3 {
    padding: 8px 6px !important;
    border-radius: 8px !important;
    margin-top: 12px !important;
  }

  /* AVATAR */
  .row.py-3 img {
    width: 30px !important;
    height: 30px !important;
  }

  /* NAMA USER */
  .poppins-600.text-blue-vcon b {
    font-size: 12px !important;
  }

  /* TANGGAL */
  .text-muted.pt-0 {
    font-size: 9px !important;
    margin-top: 1px !important;
  }

  /* JUDUL */
  .poppins-600.text-dark-vcon {
    font-size: 13px !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    line-height: 1.25em !important;
  }

  /* DESKRIPSI */
  .poppins-400.text-muted {
    font-size: 11px !important;
    line-height: 1.32em !important;
  }

  /* KOMENTAR */
  .show-komentar a {
    font-size: 10px !important;
    padding: 3px 5px !important;
    border-radius: 4px !important;
  }

  .show-komentar img {
    display: none !important;
  }

  /* INPUT COMMENT */
  .no-border.comment-forum {
    padding: 5px 7px !important;
    font-size: 11px !important;
    border-radius: 4px !important;
  }

  /* ICON SEND */
  .send-komentar span i {
    font-size: 15px !important;
  }

  /* HEADER */
  #lihat-kategori {
    font-size: 16px !important;
  }
}

/* ===================== Detail Kategori Forum PAGE ================= */
/* ===================== Forum Chat Page ================= */

.note-group-select-from-files {
  display: none;
}

.card-header {
  border-radius: 0px;
}

#toTop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #396afc;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#toTop:hover {
  background-color: #555;
}

.forumchat-section {
  margin-left: 80px;
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
}

.breadcrumb {
  display: flex;
  align-items: center;
  background-color: #ffffff !important;
  border-radius: 10px;
}

.breadcrumb-item {
  font-family: Roboto;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  color: #3d669b;
  transition: all 0.2s ease-in-out;
}

.breadcrumb-item a {
  color: #1b2d44;
}

.breadcrumb a i {
  margin-right: 6px;
  color: #396092;
}

.breadcrumb li a:hover {
  color: #4a7dff;
  text-decoration: none;
}

.comment-forum {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .forumchat-section {
    margin-left: 0px;
  }
}

/* ===================== Forum Chat Page ================= */
/* ===================== BERITA Page ================= */

.berita-wrapper {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 15px;
  margin-top: 60px;
  width: 100%;
}

.berita-title h2 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 16px;
  color: #0f172b;
}

.berita-title p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #484c71;
}

.berita-kat {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 450px;
}

.berita-kategori {
  height: 38px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
  color: #374151;
  padding: 0 5px;
  background-color: #fff;
  outline: none;
  transition: all 0.2s ease;
}

.searchbar {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 6px 10px;
  background-color: #fff;
  transition: all 0.2s ease;
}

.searchbar img {
  width: 16px;
  height: 16px;
  opacity: 0.6;
}

.searchbar input {
  border: none;
  outline: none;
  flex: 1;
  color: #595959;
  background: transparent;
  font-family: Roboto;
  font-size: 14px;
}

.berita-items {
  padding: 50px;
}

.card-title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 20px;
  color: #101828;
}

.card-text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #2a3f53;
}

.card-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: Roboto;
  font-size: 16px;
  color: #2a3f53;
}

.pagination-wrapper {
  margin-bottom: 60px;
}

.pagination .page-link {
  color: #4a6cf7;
  border-radius: 6px;
  margin: 0 3px;
}

.pagination .active .page-link {
  background-color: #4a6cf7;
  color: #fff;
  border-color: #4a6cf7;
}

@media screen and (max-width: 991px) {
  .berita-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #card_berita {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .berita-kat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    width: 100%;
  }

  .berita-title {
    text-align: left !important;
    width: 100%;
  }

  .searchbar {
    width: 100%;
  }

  .berita-items {
    padding: 20px !important;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 785px) {
  #card_berita {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 785px) {
  #card_berita {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 414px) {
  .berita-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .berita-kat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    width: 100%;
  }

  .searchbar {
    width: 100%;
  }

  .berita-items {
    padding: 20px !important;
    margin-left: 0 !important;
  }

  .pagination-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .pagination .page-link {
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 5px;
    min-width: 32px;
    text-align: center;
  }

  .pagination .active .page-link {
    background-color: #4a6cf7;
    color: #fff !important;
    border-color: #4a6cf7;
  }

  .pagination li {
    flex: 0 0 auto;
  }

  .berita-all-section {
    width: 100% !important;
    padding: 0px !important;
    margin-right: 0px !important;
  }

  .container,
  .container-fluid,
  .berita-all,
  .berita-all-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    width: 100%;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .card-title {
    font-size: 16px !important;
  }

  .card-text {
    font-size: 14px !important;
  }

  .card-footer img {
    width: 10px;
  }

  .card-footer {
    font-size: 12px !important;
  }
}

/* ===================== BERITA Page ================= */

/* ===================== DETAIL BERITA Page ================= */

.db-section {
  background-color: #f1f8fd;
  padding-left: 100px;
  padding-right: 150px;
}

.db-wrapper {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 30px;
}

.db-card-pic {
  padding: 30px 50px;
  border-radius: 20px !important;
  border-top: 0.67px solid #0000001a;
}

.db-card-body {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 20px !important;
  box-shadow: 0px 4px 20px #0000001a;
  margin-top: 30px;
}

.db-card-body h5 {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 26px;
  margin-bottom: 10px;
  color: #2a3f53;
  text-transform: capitalize;
}

.db-card-body h6 {
  font-family: Roboto;
  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  color: #2a3f53;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.db-card-body p {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  color: #000000;
  text-align: justify;
  line-height: 24px;
}

.db-right-title {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
}

.berita-lainnya {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border-radius: 20px;
}

.beritalain-img img {
  width: 100%;
  height: 216px;
  object-fit: cover;
}

.beritalain-title {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  color: #101828;
  margin-top: 10px;
}

.beritalain-subtitle {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  color: #2a3f53;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.beritalain-subtitle img {
  margin-right: 8px;
}

#db-right-title {
  display: none;
}

@media screen and (max-width: 1281px) {
  .db-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .db-wrapper {
    grid-template-columns: 70% 30%;
  }

  .beritalain-img img {
    width: 100%;
    height: 216px;
  }
}

@media screen and (max-width: 991px) {
  .db-section {
    padding-left: 100px;
    padding-right: 100px;
  }

  .db-wrapper {
    grid-template-columns: 1fr;
  }

  .beritalain-img img {
    width: 100%;
    height: 216px;
  }

  .db-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  #db-right-title {
    display: block;
  }

  #db-right-titles {
    display: none;
  }
}

@media screen and (max-width: 930px) {
  .db-section {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 760px) {
  .db-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .db-right {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 500px) {
  .db-right {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .db-card-body h5 {
    font-size: 18px;
  }

  .db-card-body h6 {
    font-size: 12px;
  }

  .db-card-body p {
    font-size: 12px;
    line-height: 20px;
  }

  .beritalain-title {
    font-size: 14px;
  }

  .beritalain-subtitle {
    font-size: 12px;
  }
}

@media screen and (max-width: 360px) {
  .db-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* ===================== DETAIL BERITA Page ================= */
/* ===================== Donasi Page ================= */

.donation-section {
  position: relative;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

.donation-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(30%);
}

.donation-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.donation-desc {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  opacity: 0.9;
  max-width: 90%;
}

/* --- RIGHT CARD FORM --- */
.donation-card {
  border-radius: 16px;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.donation-type-tabs {
  background-color: #edf2f9;
  border-radius: 10px;
  display: flex;
}

.btn-type {
  flex: 1;
  border: none;
  background: transparent;
  padding: 10px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #2a3f53;
  transition: all 0.2s;
}

.btn-type.active {
  background-color: #4c80c2;
  color: white;
  box-shadow: 0 2px 5px rgba(76, 128, 194, 0.3);
}

.btn-type:focus {
  outline: none;
}

.card-body-subtitle {
  color: #36516b;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
}

.btn-amount {
  background: #fff;
  border: 2px solid #c8d8ec;
  border-radius: 14px;
  padding: 12px;
  color: #334155;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s;
}

.btn-amount:hover {
  border: 2px solid #6ba2d5;
  background-color: #f1f8fd;
}

.btn-amount.selected {
  border: 2px solid #6ba2d5;
  background-color: #f1f8fd;
  color: #4c80c2;
}

.btn-amount:focus {
  outline: none;
}

.input-group {
  border: 2px solid #c8d8ec;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.2s;
  background-color: #fff;
}

.input-group:focus-within {
  border: 2px solid #6ba2d5;
  background-color: #f1f8fd;
}

.input-group-text {
  background-color: #fff;
  border: none;
  color: #5a5f8d;
  font-size: 14px;
  padding-left: 15px;
}

.input-custom-amount {
  height: 50px;
  border: none;
  color: black;
  font-weight: 400;
  background-color: transparent;
  box-shadow: none !important;
}

.input-custom-amount:focus {
  border: none;
  box-shadow: none;
}

.input-custom-amount::-webkit-outer-spin-button,
.input-custom-amount::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-custom-amount[type="number"] {
  -moz-appearance: textfield;
}

@media (max-width: 991px) {
  .donation-section {
    text-align: center;
    padding-top: 80px;
  }

  .donation-title {
    font-size: 36px;
    margin-top: 50px;
  }

  .donation-desc {
    margin: 0 auto 40px auto;
  }
}

@media (max-width: 767px) {
  .donation-title {
    font-size: 32px;
  }

  .btn-amount {
    font-size: 13px;
    padding: 10px;
  }
}
@media (max-width: 414px) {
  .donation-title {
    font-size: 24px;
  }
  .donation-desc {
    font-size: 16px;
  }
}
/* ===================== Donasi Page ================= */

/* ===================== FORM DONASI Page ================= */

.form-donation-section {
  padding-top: 120px;
  padding-bottom: 80px;
}

.btn-back-link {
  color: #1b2d44;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: -10%;
  transform: translateY(-50%);
  z-index: 10;
}

.btn-back-link:hover {
  text-decoration: none;
  color: #4c80c2;
}

.form-page-title {
  font-weight: 600;
  color: #1b2d44;
  font-size: 40px;
}

.form-page-subtitle {
  color: #4a4a4a;
  font-size: 20px;
}

.form-card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 1px solid #b0b0b0;
}

.section-title-form {
  font-weight: 700;
  color: #1b2d44;
  font-size: 24px;
}

.label-input {
  font-weight: 500;
  font-size: 16px;
  color: #1b2d44;
  margin-bottom: 8px;
}

.input-line {
  border: 2px solid #999999;
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 16px;
  color: #334155;
  height: 48px;
  background-color: #fff;
  transition: all 0.2s;
}

.input-line:focus {
  border-color: #595959;
  outline: none;
}

.input-line::placeholder {
  color: #94a3b8;
  font-weight: 400;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*  RESPONSIVE TABLET  */
@media (max-width: 991px) {
  .form-donation-section {
    padding-top: 100px;
  }

  .form-page-title {
    font-size: 32px;
  }

  .form-page-subtitle {
    font-size: 18px;
  }

  .btn-back-link {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-bottom: 20px;
    display: inline-block;
    align-self: flex-start;
  }

  .d-flex.align-items-center.mb-4.position-relative.justify-content-center {
    flex-direction: column;
    text-align: center;
  }
}

/*  RESPONSIVE MOBILE   */
@media (max-width: 767px) {
  .form-donation-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .form-page-title {
    font-size: 26px;
  }

  .form-page-subtitle {
    font-size: 15px;
  }

  .section-title-form {
    font-size: 20px;
  }

  .form-card .card-body {
    padding: 30px 20px !important;
  }

  .btn-biru {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .input-line {
    font-size: 14px;
  }

  .text-center {
    text-align: center !important;
  }
}
@media (max-width: 414px) {
  .form-donation-section {
    padding: 40px;
  }
}

/* ===================== FORM DONASI Page ================= */
