﻿:root {
  --nav-bg: rgba(10, 14, 21, 0.88);
  --accent-olive: #7dbd8d;
  --panel-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  --panel-shadow-strong: 0 32px 88px rgba(0, 0, 0, 0.32);
  --panel-radius: 28px;

  --text-dark: #111111;
  --text-muted: #bcc4d0;
  --text-light: #f4f6f9;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text-dark);
  min-height: 100vh;
  background: #f8fafc;
}

.home-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url("images/peralihan.jpg") no-repeat center center fixed;
  background-size: cover;
  color: var(--text-light);
}

.secondary-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url("images/peralihan.jpg") no-repeat center center fixed;
  background-size: cover;
  color: var(--text-light);
}

.secondary-page main {
  overflow-x: hidden;
  flex: initial;
}

.home-page main {
  flex: 1;
}

/* ===== NAVBAR ===== */
.topbar-main {
  position: sticky;
  top: 0;
  z-index: 1100;
  background: #0b1622;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  padding: 1rem 0;
}

.topbar-main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1220px;
  gap: 0.95rem;
  flex-wrap: wrap;
}

.home-page .container {
  max-width: 1200px;
  margin: 0 auto;
}

.topbar-main .navbar-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.topbar-main .navbar-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--white);
  text-transform: uppercase;
}

.logo-img {
  height: 52px;
  width: auto;
  object-fit: contain;
}

.logo-text {
  line-height: 1.05;
  color: var(--text-light);
}

.logo-text small {
  font-size: 0.78rem;
  opacity: 0.78;
  display: block;
  letter-spacing: 0.04em;
  color: var(--text-muted);
}

.topbar-main .navbar-collapse {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  width: 100%;
  padding: 0.1rem 0;
}

.topbar-main .navbar-rows {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.75rem;
  padding: 0.15rem 0;
}

.navbar-nav.row-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: auto;
  margin: 0;
  padding: 0;
}

.topbar-main .nav-item {
  margin: 0;
}

.topbar-main .navbar-nav .nav-link {
  color: var(--text-light);
  font-weight: 600;
  padding: 0.75rem 1.05rem;
  margin: 0;
  border-radius: 999px;
  transition: background 0.24s ease, color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.86rem;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.topbar-main .navbar-nav .nav-link:hover,
.topbar-main .navbar-nav .nav-link:focus {
  color: var(--accent-olive);
  background: rgba(125, 255, 103, 0.2);
  border-color: rgba(125, 255, 103, 0.34);
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(125, 255, 103, 0.34), 0 14px 28px rgba(0, 0, 0, 0.14);
}

.topbar-main .navbar-nav .nav-link.active {
  color: #ffff00;
  background: rgba(98, 213, 110, 0.28);
  border-color: rgba(125, 189, 141, 0.36);
  box-shadow: 0 0 18px rgba(98, 213, 110, 0.3), inset 0 0 0 1px rgba(125, 189, 141, 0.22);
}

.topbar-main .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  width: 46px;
  height: 46px;
  padding: 0.35rem;
  transition: background 0.25s ease, transform 0.25s ease;
}

.topbar-main .navbar-toggler:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.topbar-main .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.topbar-main .nav-item.dropdown {
  position: relative;
}

.topbar-main .dropdown-menu {
  position: absolute;
  z-index: 1150;
  min-width: 220px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  background: #0b1622;
  top: calc(100% + 0.45rem);
  left: 0;
  transform: none;
}

.topbar-main .dropdown-item {
  border-radius: 14px;
  padding: 14px 18px;
  margin: 4px 0;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
  color: var(--text-light);
  font-weight: 600;
  background: transparent;
}

.topbar-main .dropdown-item:hover,
.topbar-main .dropdown-item:focus {
  background: rgba(125, 189, 141, 0.18);
  color: #ffffff;
  transform: translateX(2px);
}

@media (max-width: 1199px) {
  .topbar-main .container {
    justify-content: space-between;
    gap: 0.6rem;
  }

  .topbar-main .navbar-collapse {
    flex-grow: 1;
  }

  .topbar-main .navbar-nav {
    gap: 0.65rem;
  }

  .topbar-main .navbar-nav .nav-link {
    padding: 0.62rem 0.9rem;
    font-size: 0.88rem;
  }
}

@media (max-width: 991px) {
  .topbar-main .container {
    justify-content: space-between;
  }

  .topbar-main .navbar-nav {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .topbar-main .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .topbar-main .navbar-collapse {
    width: 100%;
  }

  .topbar-main .navbar-rows {
    width: 100%;
    gap: 0.75rem;
  }

  .topbar-main .navbar-nav {
    width: 100%;
    justify-content: center;
    gap: 0.6rem;
  }
}

/* ===== HERO SECTION ===== */
.home-page .hero-section {
  position: relative;
  overflow: hidden;
  min-height: 700px;
  background:
    linear-gradient(180deg, rgba(3, 9, 18, 0.86) 0%, rgba(3, 9, 18, 0.98) 68%, rgba(3, 9, 18, 0.99) 100%),
    url("images/hero.jpg") center/cover no-repeat;
  color: var(--text-light);
  padding: 90px 0 80px;
}

.home-page .hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(125, 189, 141, 0.18), transparent 18%),
    radial-gradient(circle at 88% 24%, rgba(255, 255, 255, 0.08), transparent 15%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 45%);
  pointer-events: none;
}

.home-page .hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.03) 50%, transparent 100%);
  opacity: 0.08;
  pointer-events: none;
}

.home-page .hero-section .container {
  position: relative;
  z-index: 1;
}

.home-page .hero-section .row {
  align-items: stretch;
}

.home-page .hero-section .col-lg-7,
.home-page .hero-section .col-lg-5 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home-page .hero-section .col-lg-5 {
  justify-content: space-between;
}

.home-page .hero-text {
  max-width: 760px;
  padding: 42px 38px 34px;
  border-radius: 28px;
  background: rgba(6, 11, 20, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-height: 1px;
}

.home-page .notice-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.home-page .hero-slogan-img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin: 24px auto;
  opacity: 0;
  transform: translateY(18px);
  box-shadow: 0 12px 30px rgba(255, 40, 40, 0.16);
  transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
  animation: heroSloganFade 1.2s ease forwards;
}

.home-page .hero-slogan-img:hover {
  transform: translateY(0) scale(1.03);
  box-shadow: 0 18px 42px rgba(255, 60, 60, 0.28);
}

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

.home-page .hero-text h1 {
  font-size: clamp(2.8rem, 3.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 20px;
  color: #ffffff;
  letter-spacing: -0.03em;
  max-width: 100%;
}

.home-page .hero-text p {
  font-size: 1.1rem;
  line-height: 1.9;
  color: rgba(245, 247, 250, 0.9);
  max-width: 720px;
  margin-bottom: 28px;
}

.home-page .hero-buttons {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.home-page .hero-buttons .btn-light {
  min-width: 170px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.95rem 1.5rem;
  transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
  background: var(--accent-olive);
  color: #081114;
  border: 1px solid transparent;
  box-shadow: 0 12px 28px rgba(125, 189, 141, 0.22);
}

.home-page .hero-buttons .btn-light:hover {
  background: rgba(125, 189, 141, 0.96);
  color: #071011;
  transform: translateY(-2px);
}

/* ===== QUICK BOX / NOTICE ===== */
.home-page .quick-box,
.home-page .notice-box {
  background: rgba(6, 11, 20, 0.94);
  color: var(--text-light);
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.home-page .quick-box h5,
.home-page .notice-box h5 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #ffffff;
}

.home-page .quick-item {
  display: block;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 16px 14px;
  border-radius: 18px;
  font-weight: 700;
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-page .quick-item:hover {
  background: rgba(125, 189, 141, 0.22);
  transform: translateY(-2px);
  border-color: rgba(125, 189, 141, 0.28);
}

.home-page .notice-box {
  margin-top: 24px;
}

.home-page .notice-item {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.9);
  padding: 16px 18px;
  border-radius: 16px;
  margin-bottom: 14px;
  font-size: 1rem;
  line-height: 1.7;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 4px solid rgba(125, 189, 141, 0.88);
}

.home-page .notice-item:last-child {
  margin-bottom: 0;
}

/* ===== MAIN CARDS ===== */
.home-page .cards-section {
  padding: 46px 0 32px;
}

.home-page .info-card {
  position: relative;
  background: linear-gradient(180deg, rgba(6, 11, 18, 0.7), rgba(6, 11, 18, 0.82)), url("images/hero.jpg");
  background-size: cover;
  background-position: center;
  border-radius: var(--panel-radius);
  padding: 34px;
  box-shadow: var(--panel-shadow);
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.home-page .info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 8, 16, 0.54), rgba(4, 8, 16, 0.72));
  pointer-events: none;
}

.home-page .info-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--panel-shadow-strong);
  border-color: rgba(125, 189, 141, 0.3);
}

.home-page .icon-box,
.home-page .info-card h3,
.home-page .info-card p,
.home-page .btn-card {
  position: relative;
  z-index: 1;
}

.home-page .icon-box {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: rgba(125, 189, 141, 0.18);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  margin-bottom: 20px;
  border: 1px solid rgba(125, 189, 141, 0.3);
}

.home-page .info-card h3 {
  font-size: 1.95rem;
  font-weight: 800;
  color: #f4f6f9;
  margin-bottom: 14px;
}

.home-page .info-card p {
  font-size: 1rem;
  color: rgba(245, 247, 250, 0.94);
  margin-bottom: 26px;
  line-height: 1.72;
}

.home-page .btn-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(125, 189, 141, 0.98);
  color: #081114;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  box-shadow: 0 16px 34px rgba(125, 189, 141, 0.2);
  transition: transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.home-page .btn-card:hover {
  background: rgba(125, 189, 141, 1);
  color: #071011;
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(125, 189, 141, 0.22);
}

.home-page .cards-section .row > .col-md-6:nth-child(1) .info-card {
  background-image: linear-gradient(180deg, rgba(6, 11, 18, 0.72), rgba(6, 11, 18, 0.7)), url("images/hero.jpg");
}

.home-page .cards-section .row > .col-md-6:nth-child(2) .info-card {
  background-image: linear-gradient(180deg, rgba(6, 11, 18, 0.72), rgba(6, 11, 18, 0.7)), url("images/sel.png");
}

.home-page .cards-section .row > .col-md-6:nth-child(3) .info-card {
  background-image: linear-gradient(180deg, rgba(6, 11, 18, 0.72), rgba(6, 11, 18, 0.7)), url("images/kategori.jpg");
}

.home-page .cards-section .row > .col-md-6:nth-child(4) .info-card {
  background-image: linear-gradient(180deg, rgba(6, 11, 18, 0.72), rgba(6, 11, 18, 0.7)), url("images/lokasi.png");
}

/* ===== ABOUT ===== */
.home-page .about-section {
  padding: 82px 0;
  background: rgba(10, 14, 22, 0.24);
}

.home-page .about-box {
  background: rgba(10, 14, 22, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 32px;
  padding: 44px 40px;
  border: 1px solid rgba(125, 189, 141, 0.18);
  box-shadow: var(--panel-shadow);
}

.home-page .about-box h2 {
  color: #f4f6f9;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}

.home-page .about-box p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(245, 247, 250, 0.92);
  margin-bottom: 18px;
}

.home-page .mini-card {
  background: rgba(10, 14, 22, 0.88);
  border-radius: 26px;
  padding: 26px;
  border: 1px solid rgba(125, 189, 141, 0.18);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.home-page .mini-card:hover {
  transform: translateY(-5px);
  border-color: rgba(125, 189, 141, 0.35);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.home-page .mini-card h4 {
  color: #f4f6f9;
  font-size: 1.16rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.home-page .mini-card p {
  margin: 0;
  color: rgba(245, 247, 250, 0.88);
  line-height: 1.72;
}

/* ===== PAGE HERO ===== */
.page-hero {
  position: relative;
  background:
    linear-gradient(180deg, rgba(6, 11, 20, 0.94), rgba(6, 11, 20, 0.82)),
    url("images/banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #f4f6f9;
  padding: 70px 0;
  min-height: 340px;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.05), transparent 20%);
  pointer-events: none;
}

.page-hero h1 {
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 18px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.page-hero p {
  font-size: 1.15rem;
  line-height: 1.8;
  max-width: 900px;
  margin: 0;
  color: rgba(245, 247, 250, 0.92);
}

/* ===== LOKASI FORUM ===== */
.forum-location-section {
  background: none;
  padding: 50px 0;
}

.forum-location-section::before {
  display: none;
}

.section-heading-box,
.map-card,
.schedule-box,
.schedule-item,
.forum-note-box,
.semakan-form-box {
  background: rgba(10, 14, 22, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.section-heading-box {
  padding: 30px;
}

.section-heading-box h2 {
  color: #f4f6f9;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.section-heading-box p {
  color: rgba(245, 247, 250, 0.84);
  font-size: 1.05rem;
  margin: 0;
  line-height: 1.7;
}

.map-card {
  padding: 22px;
  text-align: center;
}

.map-image {
  width: 100%;
  max-width: 1100px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}

.schedule-box {
  padding: 30px;
}

.schedule-box h3 {
  color: #f4f6f9;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 18px;
}

.schedule-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 5px solid rgba(125, 189, 141, 0.88);
  border-radius: 20px;
  padding: 22px;
  height: 100%;
}

.schedule-item h4 {
  color: #f4f6f9;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.schedule-item ul {
  margin: 0;
  padding-left: 18px;
}

.schedule-item li {
  color: rgba(245, 247, 250, 0.88);
  line-height: 1.7;
  margin-bottom: 8px;
}

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

.forum-note-box {
  border-left: 6px solid rgba(125, 189, 141, 0.88);
  padding: 24px;
}

.forum-note-box h3 {
  color: #f4f6f9;
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.forum-note-box p {
  color: rgba(245, 247, 250, 0.86);
  margin: 0;
  line-height: 1.8;
}

/* ===== SEMAKAN HIGHLIGHT ===== */
.semakan-highlight-box {
  background: rgba(125, 189, 141, 0.16);
  color: #f4f6f9;
  border-radius: 24px;
  padding: 30px;
  text-align: center;
  margin-bottom: 25px;
  border: 1px solid rgba(125, 189, 141, 0.28);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
}

.semakan-highlight-box h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.semakan-highlight-box p {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: rgba(245, 247, 250, 0.92);
}

.btn-semakan-highlight {
  background: var(--accent-olive);
  color: #081114;
  font-weight: 800;
  font-size: 1.1rem;
  padding: 14px 28px;
  border-radius: 20px;
  border: none;
  transition: transform 0.3s ease, background 0.3s ease;
}

.btn-semakan-highlight:hover {
  background: rgba(125, 189, 141, 0.96);
  transform: translateY(-2px);
}

.semakan-form-box {
  margin-top: 20px;
  background: rgba(10, 14, 22, 0.9);
  padding: 24px;
  border-radius: 18px;
  color: #f4f6f9;
}

.btn-submit-semakan {
  background: var(--accent-olive);
  color: #081114;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 16px;
  border: none;
}

.btn-submit-semakan:hover {
  background: rgba(125, 189, 141, 0.86);
}

/* ===== FOOTER ===== */
.main-footer {
  width: 100%;
  background: rgba(8, 14, 26, 0.92);
  color: #f4f6f9;
  padding: 48px 0 0;
  margin-top: 40px;
  border-top: 1px solid rgba(125, 189, 141, 0.16);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  position: relative;
  z-index: 20;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02), 0 20px 60px rgba(0, 0, 0, 0.22);
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap;
  padding: 0 22px;
  align-items: flex-start;
}

.footer-left,
.footer-right {
  flex: 1 1 320px;
  min-width: 280px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-left h4,
.footer-right h4 {
  color: rgba(125, 189, 141, 0.98);
  font-weight: 900;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 1rem;
}

.footer-left p {
  font-size: 0.98rem;
  line-height: 1.78;
  color: rgba(245, 247, 250, 0.84);
  max-width: 540px;
}

.footer-phone {
  margin-top: 8px;
  font-weight: 700;
  color: rgba(125, 189, 141, 0.98);
}

.footer-right {
  display: grid;
  gap: 12px;
  justify-content: start;
}

.footer-right a {
  text-decoration: none;
  color: rgba(245, 247, 250, 0.92);
  font-weight: 500;
  line-height: 1.7;
  transition: color 0.22s ease, transform 0.22s ease;
}

.footer-right a:hover {
  color: rgba(125, 189, 141, 1);
  transform: translateX(2px);
}

.footer-bottom {
  margin-top: 36px;
  padding: 22px 22px 28px;
  text-align: center;
  background: rgba(8, 12, 18, 0.72);
  border-top: 1px solid rgba(125, 189, 141, 0.12);
}

.footer-bottom p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(245, 247, 250, 0.72);
}

/* ===== KATEGORI CARD ===== */
.kategori-section {
  padding: 60px 0;
}

.kategori-card {
  background: rgba(10, 14, 22, 0.92);
  border-radius: 28px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kategori-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
}

.kategori-card h3 {
  color: #f4f6f9;
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.kategori-card p {
  color: rgba(245, 247, 250, 0.88);
  line-height: 1.7;
  margin-bottom: 10px;
}

.kategori-card ul {
  padding-left: 18px;
}

.kategori-card li {
  margin-bottom: 10px;
  line-height: 1.7;
  color: rgba(245, 247, 250, 0.85);
}

.footer-slogan {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #7ed957;
  text-shadow: 0 0 5px rgba(126, 217, 87, 0.6), 0 0 10px rgba(126, 217, 87, 0.4), 0 0 20px rgba(126, 217, 87, 0.2);
  text-transform: uppercase;
  animation: glowPulse 2s infinite alternate;
}

@keyframes glowPulse {
  from {
    text-shadow: 0 0 5px rgba(126, 217, 87, 0.4);
  }
  to {
    text-shadow: 0 0 15px rgba(126, 217, 87, 0.9);
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .home-page .hero-text h1 {
    font-size: 3.1rem;
  }

  .home-page .info-card h3 {
    font-size: 1.55rem;
  }
}

@media (max-width: 991px) {
  .home-page .hero-section {
    padding: 56px 0 72px;
  }

  .home-page .hero-text h1 {
    font-size: 2.6rem;
  }

  .home-page .hero-text p {
    font-size: 1.08rem;
  }

  .home-page .cards-section {
    padding-top: 30px;
  }

  .navbar-brand {
    font-size: 1.1rem;
  }

  .page-hero h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .home-page .hero-section .col-lg-7,
  .home-page .hero-section .col-lg-5 {
    height: auto;
  }

  .home-page .hero-section .col-lg-5 {
    justify-content: flex-start;
  }

  .home-page .hero-text h1 {
    font-size: 2.15rem;
  }

  .home-page .hero-slogan-img {
    max-width: 100%;
    margin: 20px auto 22px;
  }

  .home-page .info-card,
  .home-page .quick-box,
  .home-page .notice-box,
  .map-card,
  .schedule-box,
  .section-heading-box,
  .forum-note-box,
  .about-box {
    padding: 20px;
    border-radius: 20px;
  }

  .home-page .info-card h3 {
    font-size: 1.35rem;
  }

  .home-page .info-card p,
  .notice-item {
    font-size: 0.96rem;
  }

  .about-box h2 {
    font-size: 1.8rem;
  }

  .logo-img {
    height: 44px;
  }

  .logo-text small {
    font-size: 10px;
  }

  .profil-img {
    width: 220px;
  }

  .profil-nama {
    font-size: 1.4rem;
  }

  .profil-desc {
    font-size: 0.95rem;
  }

  .page-hero {
    padding: 50px 0;
  }

  .page-hero h1 {
    font-size: 2rem;
  }

  .schedule-box h3 {
    font-size: 1.45rem;
  }

  .schedule-item h4 {
    font-size: 1.12rem;
  }

  .footer-container {
    flex-direction: column;
    text-align: center;
  }
}.footer-contact-map {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}

/* LEFT TEXT */
.footer-contact {
  flex: 1;
}

/* RIGHT MAP */
.footer-map {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 255, 170, 0.15);
  box-shadow: 0 0 12px rgba(0, 255, 170, 0.08);
}

.footer-map iframe {
  width: 100%;
  height: 200px;
  border: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-contact-map {
    flex-direction: column;
  }

  .footer-map iframe {
    height: 200px;
  }
}.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  background: transparent;
  padding: 10px 0;
  border-top: 1px solid rgba(98, 98, 98, 0.1);
  border-bottom: 1px solid rgba(98, 98, 98, 0.1);
}

.marquee-text {
  display: inline-block;
  white-space: nowrap;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 3px;
  color: #00ffcc;
  color: #00ff26;

  /* GLOW EFFECT */
  text-shadow: 
    0 0 6px rgba(49, 250, 14, 0.967),
    0 0 12px rgba(49, 250, 14, 0.967);

  animation: scrollText 15s linear infinite;
}

/* ANIMATION */
@keyframes scrollText {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}.marquee-container {
    background: rgba(0, 0, 0, 0.85); /* hitam transparent */
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}
.marquee-text {
    color: #00ff00; /* hijau */
    font-weight: bold;
    white-space: nowrap;
    display: inline-block;
    animation: scrollText 15s linear infinite;
}.hero-gallery {
    position: relative;
    width: 75%;           /* ngam size */
    height: 200px;        /* tak terlalu besar */
    margin: 25px auto;    /* center */
    border-radius: 12px;
    overflow: hidden;

    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(6px);

    box-shadow: 0 0 20px rgba(0,255,150,0.1);
}

.gallery-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

    opacity: 0;
    transition: 0.5s ease;
}

.gallery-img.active {
    opacity: 1;
}.hero-gallery {
  position: relative;
  width: 75%;
  height: 200px;
  margin: 25px auto;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
  box-shadow: 0 0 20px rgba(0,255,150,0.1);
}

.gallery-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.gallery-img.active {
  opacity: 1;
}

.gallery-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: rgba(5, 10, 20, 0.7);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
  transition: 0.25s ease;
}

.gallery-btn:hover {
  background: rgba(125, 189, 141, 0.85);
  color: #081114;
  box-shadow: 0 0 14px rgba(125, 189, 141, 0.45);
}

.gallery-btn.prev {
  left: 10px;
}

.gallery-btn.next {
  right: 10px;
}