body {
  font-family:
    Segoe UI,
    sans-serif;
  background: #fafafa;
}
.navbar {
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
}
.hero {
  height: 100vh;

  background:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url("../images/divisi.jpg");

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  color: #fff;

  display: flex;
  align-items: center;
}

.hero .content {
  padding-top: 220px;
}
.btn-green {
  background: #18a34a;
  color: #fff;
}
.stats {
  margin-top: -60px;
}
.card-stat {
  border: none;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.service-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.section {
  padding: 80px 0;
}
.ketua-img {
  width: 400px;
  max-width: 400px;
  height: 350px;
  object-fit: cover;
  border-radius: 30px;
  border: 5px solid #895129;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}
.service-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: 0.4s;
  position: relative;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-10px);
}

.service-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.icon-circle {
  width: 90px;
  height: 90px;
  background: #4caf50;
  border-radius: 50%;
  margin: -45px auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 6px solid #fff;
  position: relative;
  z-index: 2;
}

.icon-circle i {
  color: #fff;
  font-size: 35px;
}

.service-body {
  padding: 0 25px 35px;
}

.service-body h4 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.service-body p {
  color: #666;
  line-height: 1.8;
  font-size: 15px;
}
.values-section {
  background: linear-gradient(135deg, #557823, #6b8f34);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.values-section::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.values-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: -100px;
  width: 350px;
  height: 350px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

.values-title {
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.value-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 25px 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: 0.35s;
  height: 100%;
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.icon {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.icon i {
  font-size: 38px;
  color: #5a7d2d;
}

.content h5 {
  margin-bottom: 10px;
  color: #557823;
  font-weight: 700;
  font-size: 16px;
}

.content p {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}
/* ================= NAVBAR ================= */

.navbar {
  background: rgba(36, 94, 33, 0.9);
  backdrop-filter: blur(15px);
  padding: 15px 0;
  transition: 0.4s;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  padding: 5px;
}

.brand-title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}

.brand-subtitle {
  color: #c7f0a4;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 1px;
}

.navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
  margin: 0 10px;
  position: relative;
  transition: 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #ffd54f;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 0;
  height: 3px;
  background: #ffd54f;
  border-radius: 10px;
  transition: 0.3s;
  transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after {
  width: 70%;
}
.navbar-nav .nav-link.active::after {
  width: 100%;
}

.btn-login {
  background: #fff;
  color: #2d6b25;
  font-weight: 700;
  border-radius: 30px;
  padding: 10px 28px;
  transition: 0.3s;
}

.btn-login:hover {
  background: #95d56c;
  color: #fff;
  transform: translateY(-2px);
}

/*==================================
        STATISTIK
        ==================================*/

.stats {
  margin-top: -70px;
  position: relative;
  z-index: 10;
}

.card-stat {
  background: #fff;
  border-radius: 18px;
  padding: 10px 10px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  transition: 0.35s;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.card-stat::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  background: rgba(90, 125, 45, 0.06);
  border-radius: 50%;
  top: -60px;
  right: -60px;
  transition: 0.35s;
}

.card-stat:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
}

.card-stat:hover::before {
  transform: scale(1.3);
}

/* Ikon */

.stat-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #6ea93d, #3f7f22);
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stat-icon i {
  color: #fff;
  font-size: 24px;
}

/* Angka */

.card-stat h2 {
  font-size: 32px;
  font-weight: 700;
  color: #2f6e26;
  margin-bottom: 5px;
}

/* Keterangan */
.news-section {
  background: #f8f9fa;
}

.news-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.4s;
  height: 100%;
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.news-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.news-content {
  padding: 25px;
}

.news-date {
  color: #557823;
  font-size: 14px;
  font-weight: 600;
}

.news-content h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}

.news-content p {
  color: #666;
  line-height: 1.7;
}

.news-content .btn {
  margin-top: 10px;
  border-radius: 30px;
  padding: 10px 22px;
}
.card-stat p {
  font-size: 15px;
  color: #666;
  margin: 0;
}

.card-stat::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 4px;
  background: #69b53f;
  transition: 0.35s;
}

.card-stat:hover::after {
  width: 100%;
}
.news-section {
  background: #f8f9fa;
}
.featured-news {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 620px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.featured-news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.featured-news:hover img {
  transform: scale(1.08);
}

.featured-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.15));
  color: white;
}
.featured-overlay h2 {
  font-weight: 700;
  margin: 15px 0;
}
.featured-overlay p {
  color: #eee;
}
.small-news {
  display: flex;
  gap: 18px;
  background: white;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 18px;
  transition: 0.35s;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.small-news:hover {
  transform: translateX(8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.small-news img {
  width: 130px;
  height: 100px;
  border-radius: 12px;
  object-fit: cover;
}
.small-news h5 {
  font-size: 18px;
  margin-top: 8px;
  font-weight: 700;
}
.small-news small {
  font-weight: 600;
}
@media (max-width: 991px) {
  .featured-news {
    height: 350px;
  }
  .small-news {
    margin-top: 20px;
  }
}

.profile-hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #f8fff8, #edf8ed);
  padding-top: 50px;
  flex-direction: column;
}

.hero-image {
  width: 100%;
  max-width: 550px;
  animation: float 5s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

.profile-stat {
  margin-top: -60px;
  position: relative;
  z-index: 5;
}

.stat-card {
  background: white;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.4s;
}
.stat-card:hover {
  transform: translateY(-10px);
}
.stat-card i {
  font-size: 45px;
  color: #2f6e26;
  margin-bottom: 15px;
}
.stat-card h2 {
  font-weight: bold;
}
.about-section {
  padding: 120px 0;
}
.about-img {
  transition: 0.5s;
}
.about-img:hover {
  transform: scale(1.03);
}
.vision-section {
  padding: 120px 0;
  background: #f8faf8;
}

/* ================= SECTION TITLE ================= */

.section-title {
  display: inline-block;
  color: #2f6e26;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

/* ================= TIMELINE ================= */

.timeline {
  position: relative;
  max-width: 1100px;
  margin: auto;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background: #2f6e26;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 25px 40px;
}

.timeline-item.left {
  left: 0;
}

.timeline-item.right {
  left: 50%;
}

.timeline-content {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.timeline-content .year {
  background: #2f6e26;
  color: #fff;
  padding: 6px 15px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 600;
}

/* ================= LEGAL ================= */

.legal-section {
  background: #f8faf8;
}

.legal-card {
  background: #fff;
  text-align: center;
  padding: 35px;
  border-radius: 20px;
  transition: 0.4s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.legal-card:hover {
  transform: translateY(-10px);
}

.legal-card i {
  font-size: 50px;
  color: #2f6e26;
  margin-bottom: 20px;
}

/* ================= VALUE ================= */

.value-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.value-card:hover {
  background: #2f6e26;
  color: #fff;
  transform: translateY(-10px);
}

.value-card:hover i {
  color: #fff;
}

.value-card i {
  font-size: 45px;
  color: #2f6e26;
  margin-bottom: 20px;
}

/* ================= ORGANIZATION ================= */

.organization-section {
  background: #f8faf8;
}

.org-card {
  background: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.org-card:hover {
  transform: translateY(-10px);
}

.org-card i {
  font-size: 55px;
  color: #2f6e26;
  margin-bottom: 15px;
}

.ketua {
  background: linear-gradient(135deg, #2f6e26, #58a33f);
  color: #fff;
}

.ketua i {
  color: #fff;
}

.small {
  padding: 20px;
}
/*====================================

VISION PREMIUM
=====================================*/
.vision-section {
  position: relative;
  padding: 150px 0;
  background: linear-gradient(135deg, #1d4d2c, #808000, #4caf50);
  overflow: hidden;
}
/* Lingkaran Background */
.vision-section::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  top: -150px;
  left: -150px;
}
.vision-section::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(255, 255, 255, 0.08);
  right: -100px;
  bottom: -100px;
  border-radius: 50%;
}
.section-subtitle {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 48px;
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: 15px;
}
.section-title {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.section-desc {
  color: #ecf0f1;
  font-size: 18px;
  max-width: 750px;
  margin: auto;
  margin-bottom: 50px;
  line-height: 1.8;
}
/* Glass Card */
.glass-card {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px;
  border-radius: 30px;
  color: #fff;
  transition: 0.4s;
  height: 100%;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.glass-card:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.18);
}
.glass-card h3 {
  margin: 25px 0;
  font-size: 34px;
  font-weight: 700;
}
.glass-card p {
  line-height: 2;
}
.glass-card ul {
  padding-left: 18px;
  line-height: 2;
}
.glass-card li {
  margin-bottom: 10px;
}
/* Icon */
.icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
  animation: rotateIcon 6s linear infinite;
}
.icon-circle i {
  font-size: 42px;
  color: #2f6e26;
}
@keyframes rotateIcon {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Divider */
.divider-line {
  width: 4px;
  height: 220px;
  background: rgba(255, 255, 255, 0.35);
  margin: auto;
  position: relative;
}
.divider-dot {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px #fff;
}
/* Wave */
.wave-top,
.wave-bottom {
  position: absolute;
  left: 0;
  width: 100%;
}
.wave-top {
  top: 0;
}
.wave-bottom {
  bottom: 0;
}
/* Mobile */
@media (max-width: 991px) {
  .divider-line {
    display: none;
  }
  .glass-card {
    margin-bottom: 30px;
  }
  .section-title {
    font-size: 34px;
  }
}
.hero .badge {
  opacity: 0;
  animation: slideRight 1s ease forwards;
}

.hero h1 {
  opacity: 0;
  animation: slideLeft 1.2s ease forwards;
  animation-delay: 0.3s;
}

.hero p {
  opacity: 0;
  animation: fadeUp 1.2s ease forwards;
  animation-delay: 0.8s;
}

.hero .btn {
  opacity: 0;
  animation: zoomIn 1s ease forwards;
  animation-delay: 1.2s;
}

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(120px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(-120px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Gambar Piagam */
.piagam-img {
  max-width: 750px;
  width: 100%;
  height: auto;
  border-radius: 20px;
  transition: all 0.5s ease;
  animation: floating 4s ease-in-out infinite;
  cursor: pointer;
}

/* Hover */
.piagam-img:hover {
  transform: scale(1.05) rotate(-1deg);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

/* Animasi Melayang */
@keyframes floating {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0px);
  }
}

.news-section {
  background: #f8f9fa;
}

/* BERITA UTAMA */
.main-news {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.main-news img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  transition: 0.5s;
}

.main-news:hover img {
  transform: scale(1.05);
}

.news-body {
  padding: 30px;
}

.news-body h2 {
  font-weight: 700;
  line-height: 1.5;
}

.news-body p {
  color: #666;
  text-align: justify;
  line-height: 1.9;
}

/* BERITA KECIL */

.small-news {
  display: flex;
  gap: 15px;
  align-items: center;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 18px;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.small-news:hover {
  transform: translateX(8px);
}
.small-news img {
  width: 120px;
  height: 85px;
  object-fit: cover;
  border-radius: 10px;
}
.small-news small {
  color: #28a745;
  font-weight: 600;
}
.small-news h6 {
  margin-top: 8px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .main-news img {
    height: 280px;
  }
  .small-news {
    flex-direction: column;
    text-align: center;
  }
  .small-news img {
    width: 100%;
    height: 200px;
  }
}
/*==================================================

PIAGAM PENGHARGAAN

==================================================*/

.award-section {
  background: linear-gradient(180deg, #f7fff6, #ffffff);

  position: relative;

  overflow: hidden;
}

.award-gallery {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  grid-auto-rows: 220px;

  gap: 20px;
}

.featured {
  grid-column: span 2;

  grid-row: span 2;
}

.award-item {
  position: relative;

  overflow: hidden;

  border-radius: 25px;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);

  background: #fff;

  transition: 0.4s;
}

.award-item img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: 0.6s;
}

.award-item:hover img {
  transform: scale(1.12);
}

.award-item:hover {
  transform: translateY(-8px);
}

.award-overlay {
  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  padding: 25px;

  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);

  color: #fff;
}

.award-overlay h5 {
  font-weight: 700;
}

.award-overlay span {
  background: #198754;

  padding: 6px 15px;

  border-radius: 30px;

  font-size: 13px;
}

@media (max-width: 992px) {
  .award-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .award-gallery {
    grid-template-columns: 1fr;
  }

  .featured {
    grid-column: span 1;

    grid-row: span 1;

    height: 320px;
  }
}
/*====================================================

MINI MARKET

====================================================*/

.minimarket-section {
  background: linear-gradient(135deg, #1b5e20, #2e7d32, #362312, #556b2f);
  position: relative;
  overflow: hidden;
  color: white;
}

/* Floating Shape */
.shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  filter: blur(20px);
  animation: float 8s ease-in-out infinite;
}
.shape1 {
  width: 250px;
  height: 250px;
  top: -50px;
  left: -80px;
}
.shape2 {
  width: 180px;
  height: 180px;
  right: 5%;
  top: 100px;
  animation-delay: 2s;
}
.shape3 {
  width: 140px;
  height: 140px;
  bottom: 40px;
  left: 45%;
  animation-delay: 4s;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
/* Foto */
.floating-market {
  max-width: 95%;
  border-radius: 30px;
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.35);
  transition: 0.5s;
  animation: marketFloat 4s ease-in-out infinite;
}
@keyframes marketFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.floating-market:hover {
  transform: scale(1.05);
}
/* Card */
.feature-card {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  border-radius: 25px;
  padding: 35px;
  text-align: center;
  transition: 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
}
.feature-card:hover {
  transform: translateY(-10px);
  background: white;
  color: #2e7d32;
}
.feature-card i {
  font-size: 45px;
  margin-bottom: 20px;
}
/* Tombol */
.btn-warning {
  border-radius: 50px;
  padding: 14px 35px;
  font-weight: bold;
}
.btn-outline-light {
  border-radius: 50px;
  padding: 14px 35px;
}
/* Wave */
.wave-bottom {
  display: block;
  margin-top: 70px;
  width: 100%;
}

/*=========================================================
KLINIK PREMIUM
=========================================================*/
.clinic-section {
  background: linear-gradient(135deg, #0f5132, #198754, #20c997, #4fc3f7);
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
}
.clinic-section::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  top: -220px;
  right: -220px;
  filter: blur(10px);
}
.clinic-section::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  left: -120px;
  bottom: -120px;
}
.clinic-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.35;
  animation: blobMove 12s infinite alternate;
}
.clinic-blob-1 {
  width: 220px;
  height: 220px;
  background: #00ffd5;
  top: 10%;
  left: 5%;
}
.clinic-blob-2 {
  width: 180px;
  height: 180px;
  background: #fff;
  right: 10%;
  bottom: 15%;
}
.clinic-blob-3 {
  width: 150px;
  height: 150px;
  background: #ffd54f;
  left: 45%;
  bottom: 5%;
}
@keyframes blobMove {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(-35px) scale(1.15);
  }
}
.clinic-image-wrapper {
  position: relative;
  display: inline-block;
}
.clinic-main-img {
  width: 200%;
  max-width: 520px;
  border-radius: 35px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  transition: 0.4s;
}

.clinic-main-img:hover {
  transform: scale(1.03);
}
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.floating-card {
  position: absolute;
  background: #fff;
  padding: 14px 18px;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  color: #198754;
  animation: floatingCard 5s infinite;
}
.card-1 {
  top: -10%;
  left: -40px;
}
.card-2 {
  bottom: -12%;
  right: -30px;
}
@keyframes floatingCard {
  50% {
    transform: translateY(-10px);
  }
}
.floating-card i {
  margin-right: 8px;
  color: #20c997;
}
.mini-feature {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  padding: 15px;
  border-radius: 18px;
  color: #fff;
  font-weight: 600;
  transition: 0.4s;
}
.mini-feature:hover {
  background: #fff;
  color: #198754;
  transform: translateY(-8px);
}
.mini-feature i {
  font-size: 28px;
  margin-right: 10px;
  color: #ffd54f;
}
@media (max-width: 991px) {
  .card-1,
  .card-2 {
    display: none;
  }
  .clinic-main-img {
    max-width: 100%;
    margin-top: 40px;
  }
}
/*==========================================================
SIMPAN PINJAM PREMIUM
==========================================================*/

.simpan-section {
  background: linear-gradient(135deg, #0b5135, #198754, #3cb371, #d4af37);
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}
/* Glow Background */
.simpan-section::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  right: -180px;
  top: -180px;
  filter: blur(10px);
}
.simpan-section::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.05);
  left: -100px;
  bottom: -100px;
  border-radius: 50%;
}
/* Floating Shape */
.finance-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(55px);
  opacity: 0.35;
  animation: financeMove 12s infinite alternate;
}
.shape-1 {
  width: 220px;
  height: 220px;
  background: #ffd54f;
  left: 5%;
  top: 10%;
}
.shape-2 {
  width: 180px;
  height: 180px;
  background: #ffffff;
  right: 8%;
  bottom: 15%;
}
.shape-3 {
  width: 150px;
  height: 150px;
  background: #00e5a8;
  left: 45%;
  bottom: 5%;
}
@keyframes financeMove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
/* Image */
.finance-image-wrapper {
  position: relative;
  display: inline-block;
}
.finance-main-img {
  max-width: 520px;
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  transition: 0.4s;
}
.finance-main-img:hover {
  transform: scale(1.03);
}
/* Floating Card */
.finance-card {
  position: absolute;
  background: #fff;
  padding: 14px 18px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  font-weight: 600;
  color: #198754;
  transition: 0.3s;
}
.finance-card:hover {
  transform: translateY(-6px);
}
.finance-card-1 {
  top: -12%;
  left: -40px;
}
.finance-card-2 {
  bottom: -12%;
  right: -40px;
}
.finance-card i {
  margin-right: 8px;
  color: #d4af37;
}
/* Feature */
.finance-feature {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  padding: 15px;
  border-radius: 18px;
  color: #fff;
  font-weight: 600;
  transition: 0.35s;
}
.finance-feature:hover {
  background: #fff;
  color: #198754;
  transform: translateY(-8px);
}
.finance-feature i {
  font-size: 28px;
  margin-right: 10px;
  color: #ffd54f;
}
/* Responsive */
@media (max-width: 991px) {
  .finance-card {
    display: none;
  }
  .finance-main-img {
    margin-bottom: 40px;
  }
}

/* ========================================================= */
/* NEWS HOME SECTION */
/* CSS KHUSUS - TIDAK MENGGANGGU SECTION LAIN */
/* ========================================================= */

.news-home-section {
  position: relative;
  padding: 100px 0;
  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(85, 120, 35, 0.08),
      transparent 30%
    ),
    radial-gradient(circle at 90% 80%, rgba(85, 120, 35, 0.1), transparent 30%),
    linear-gradient(135deg, #adff2f 0%, #ffffff 50%, #ffff00 100%);
  overflow: hidden;
}

/* ========================================================= */
/* HEADING */
/* ========================================================= */

.news-home-heading {
  position: relative;
  z-index: 2;
}

.news-home-badge {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  border-radius: 50px;
  background: rgba(85, 120, 35, 0.1);
  color: #557823;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.news-home-title {
  font-size: 42px;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 12px;
}

.news-home-title span {
  color: #557823;
}

.news-home-subtitle {
  max-width: 650px;
  margin: auto;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.8;
}

/* ========================================================= */
/* BERITA UTAMA */
/* ========================================================= */

.news-home-featured-card {
  position: relative;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.1);
}

.news-home-featured-image {
  position: relative;
  width: 100%;
  height: 540px;
  overflow: hidden;
}

.news-home-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.news-home-featured-card:hover .news-home-featured-image img {
  transform: scale(1.06);
}

/* Overlay */
.news-home-featured-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.6) 38%,
    rgba(0, 0, 0, 0.12) 75%,
    rgba(0, 0, 0, 0.02) 100%
  );
}

/* Content berita utama */
.news-home-featured-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  color: #ffffff;
}

.news-home-main-badge {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 50px;
  background: #557823;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 15px;
}

.news-home-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 12px;
}

.news-home-featured-content h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 15px;
}

.news-home-featured-content p {
  max-width: 650px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 25px;
}

/* Button */
.news-home-button {
  display: inline-flex;
  align-items: center;
  padding: 12px 22px;
  border-radius: 50px;
  background: #557823;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.news-home-button:hover {
  background: #6b9130;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(85, 120, 35, 0.35);
}

/* ========================================================= */
/* BERITA SAMPING */
/* ========================================================= */

.news-home-side-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: 100%;
}
.news-home-side-card {
  display: flex;
  min-height: 255px;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  text-decoration: none;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.news-home-side-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.13);
}

/* Gambar */
.news-home-side-image {
  width: 42%;
  min-height: 100%;
  overflow: hidden;
  flex-shrink: 0;
}

.news-home-side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-home-side-card:hover .news-home-side-image img {
  transform: scale(1.08);
}

/* Content */
.news-home-side-content {
  width: 58%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-home-side-date {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #557823;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.news-home-side-content h4 {
  color: #1f2937;
  font-size: 19px;
  font-weight: 750;
  line-height: 1.45;
  margin-bottom: 18px;
}
/* Read more */
.news-home-read {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #557823;
  font-size: 13px;
  font-weight: 700;
  transition: gap 0.3s ease;
}

.news-home-side-card:hover .news-home-read {
  gap: 13px;
}

/* ========================================================= */
/* RESPONSIVE */
/* ========================================================= */

@media (max-width: 991px) {
  .news-home-featured-image {
    height: 500px;
  }

  .news-home-featured-content h2 {
    font-size: 28px;
  }

  .news-home-side-card {
    min-height: 220px;
  }
}

@media (max-width: 767px) {
  .news-home-section {
    padding: 70px 0;
  }

  .news-home-title {
    font-size: 32px;
  }

  .news-home-subtitle {
    font-size: 14px;
  }

  /* Berita utama */
  .news-home-featured-image {
    height: 500px;
  }

  .news-home-featured-content {
    padding: 28px;
  }

  .news-home-featured-content h2 {
    font-size: 24px;
  }

  .news-home-featured-content p {
    font-size: 14px;
  }

  /* Berita samping */
  .news-home-side-card {
    flex-direction: column;
  }

  .news-home-side-image {
    width: 100%;
    height: 220px;
  }

  .news-home-side-content {
    width: 100%;
    padding: 22px;
  }
}

@media (max-width: 480px) {
  .news-home-title {
    font-size: 28px;
  }

  .news-home-featured-image {
    height: 480px;
  }

  .news-home-featured-content {
    padding: 22px;
  }

  .news-home-featured-content h2 {
    font-size: 21px;
  }

  .news-home-featured-content p {
    font-size: 13px;
  }

  .news-home-side-image {
    height: 190px;
  }
}
/* ========================================================= */
/* VIDEO HOME SECTION */
/* ========================================================= */
.video-home-section {
  position: relative;
  padding: 30px 0;

  background:
    radial-gradient(circle at 10% 20%, rgba(85, 120, 35, 0.1), transparent 30%),
    radial-gradient(
      circle at 90% 80%,
      rgba(85, 120, 35, 0.08),
      transparent 30%
    ),
    linear-gradient(135deg, #f7faf4 0%, #afeeee 50%, #eef5e9 100%);

  overflow: hidden;
}
/* ========================================================= */
/* JUDUL */
/* ========================================================= */

.video-home-heading {
  max-width: 750px;
  margin: 0 auto 50px;
}
.video-home-badge {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  border-radius: 50px;
  background: rgba(85, 120, 35, 0.1);
  color: #557823;
  font-size: 14px;
  font-weight: 1000;
  letter-spacing: 0.5px;
}
.video-home-title {
  margin-top: 18px;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 1000;
  color: #ff4500;
}
.video-home-title span {
  color: #557823;
}
.video-home-description {
  margin: 0 auto;
  max-width: 800px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.8;
}

/* ========================================================= */
/* WRAPPER VIDEO */
/* ========================================================= */
.video-home-wrapper {
  display: flex;
  justify-content: center;
}
.video-home-card {
  width: 100%;
  max-width: 920px;
  background: #ffffff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(85, 120, 35, 0.08);
}

/* ========================================================= */
/* VIDEO PLAYER */
/* ========================================================= */

.video-home-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #111;
  overflow: hidden;
}
.video-home-player video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/* ========================================================= */
/* INFO VIDEO */
/* ========================================================= */

.video-home-info {
  padding: 28px 32px;
  background: #ffffff;
}
.video-home-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  color: #557823;
  font-size: 13px;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.video-home-info h3 {
  margin: 0 0 10px;
  color: #1f2937;
  font-size: 24px;
  font-weight: 750;
}

.video-home-info p {
  margin: 0;
  max-width: 800px;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.7;
}

/* ========================================================= */
/* EFEK HOVER */
/* ========================================================= */

.video-home-card {
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.video-home-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.16);
}

/* ========================================================= */
/* RESPONSIVE */
/* ========================================================= */

@media (max-width: 991px) {
  .video-home-section {
    padding: 80px 0;
  }

  .video-home-title {
    font-size: 36px;
  }

  .video-home-card {
    max-width: 850px;
  }
}

@media (max-width: 767px) {
  .video-home-section {
    padding: 65px 0;
  }

  .video-home-heading {
    margin-bottom: 35px;
  }

  .video-home-title {
    font-size: 30px;
  }

  .video-home-description {
    font-size: 14px;
  }

  .video-home-card {
    border-radius: 18px;
  }

  .video-home-info {
    padding: 22px;
  }

  .video-home-info h3 {
    font-size: 20px;
  }

  .video-home-info p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .video-home-title {
    font-size: 27px;
  }
  .video-home-info {
    padding: 18px;
  }
}
/*====================================
        VISI MISI PREMIUM
====================================*/

.vm-card {
  position: relative;
  padding: 45px 35px;
  border-radius: 28px;
  overflow: hidden;
  color: #fff;
  transition: 0.45s;
  height: 100%;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}
.vm-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}
.vm-card > * {
  position: relative;
  z-index: 2;
}
.vm-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}
/* VISI */
.vision-card {
  background: linear-gradient(135deg, #16a34a, #0f766e);
}
/* MISI */
.mission-card {
  background: linear-gradient(135deg, #f59e0b, #ea580c);
}
.vm-icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  margin-bottom: 25px;
  border: 2px solid rgba(255, 255, 255, 0.25);
}
.vm-card h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 2rem;
}
.vm-card p {
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}
/* Efek Lingkaran */
.vm-card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  top: -70px;
  right: -70px;
}

/*==============================
      Divider Tengah
==============================*/
.divider-premium {
  position: relative;
  height: 100%;
  min-height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.divider-premium::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(#16a34a, #f59e0b);
}
.divider-premium span {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #198754;
  z-index: 10;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .divider-premium {
    display: none;
  }
  .vm-card {
    margin-bottom: 30px;
  }
}

/*==============================
      NEWS
==============================*/
.news-home {
  background: #eee8aa;
  padding: 90px 0;
}
.news-badge {
  display: inline-block;
  background: #198754;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
.main-news {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  max-width: 850px;
  margin: auto;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.news-image {
  position: relative;
  overflow: hidden;
}
.news-image img {
  width: 500%;
  height: 480px;
  object-fit: cover;
  transition: 0.5s;
}
.main-news:hover img {
  transform: scale(1.05);
}
.news-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.55));
}
.category {
  position: absolute;
  left: 30px;
  bottom: 25px;
  background: #198754;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  z-index: 10;
}
.news-meta {
  padding: 30px 45px 0;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 15px;
  color: #777;
}
.news-meta i {
  color: #198754;
  margin-right: 8px;
}
.news-title {
  padding: 20px 45px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}
.main-news hr {
  margin: 0 45px;
}
.news-content {
  padding: 55px 65px 70px;
  max-width: 900px;
}
.news-content p {
  font-size: 18px;
  line-height: 2;
  color: #555;
  text-align: justify;
}
.news-content .lead {
  font-size: 22px;
  font-weight: 500;
  color: #222;
  border-left: 5px solid #198754;
  padding-left: 20px;
  margin-bottom: 30px;
}
.btn-success {
  border-radius: 40px;
  padding: 14px 35px;
  font-weight: 600;
}
@media (max-width: 120px) {
  .news-image img {
    height: 120px;
  }
  .news-title {
    font-size: 32px;
    padding: 20px;
  }
  .news-meta {
    padding: 20px;
    gap: 15px;
  }
  .news-content {
    padding: 20px;
  }
  .news-content p {
    font-size: 16px;
  }
}

/* iklan style */
/* Background gelap */
#videoAdsModal .modal-content {
  background: transparent;
  box-shadow: none;
}

/* Ukuran video landscape */
#videoAdsModal video {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  margin: auto;
  background: #000;
}

/* Tombol close */
#videoAdsModal .btn-close {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 10px;
  opacity: 1;
}
