/** ADD YOUR AWESOME CODES HERE **/

.pagination-wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.app-pagination {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.app-pagination li a,
.app-pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0 15px;
    border-radius: 14px;
    background: #ffffff;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

/* Hover */
.app-pagination li a:hover {
    background: linear-gradient(135deg, #50C878, #43b86d);
    color: #fff;
    border: none;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(72, 190, 112, 0.35);
}

/* Active */
.app-pagination li.active span {
    background: linear-gradient(135deg, #50C878, #43b86d);
    color: #fff;
    border: none;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(72, 190, 112, 0.35);
}

 *  #container {
            height: 400px;
        }

        .highcharts-figure,
        .highcharts-data-table table {
            min-width: 320px;
            max-width: 800px;
            margin: 1em auto;
        }

        .highcharts-data-table table {
            font-family: Verdana, sans-serif;
            border-collapse: collapse;
            border: 1px solid #ebebeb;
            margin: 10px auto;
            text-align: center;
            width: 100%;
            max-width: 500px;
        }

        .highcharts-data-table caption {
            padding: 1em 0;
            font-size: 1.2em;
            color: #555;
        }

        .highcharts-data-table th {
            font-weight: 600;
            padding: 0.5em;
        }

        .highcharts-data-table td,
        .highcharts-data-table th,
        .highcharts-data-table caption {
            padding: 0.5em;
        }

        .highcharts-data-table thead tr,
        .highcharts-data-table tr:nth-child(even) {
            background: #f8f8f8;
        }

        .highcharts-data-table tr:hover {
            background: #f1f7ff;
        }


        .table-infografis {
            max-height: 390px;
            overflow: auto;
            display:inline-block;
        }

        .embed-container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            max-width: 100%;
        }

     /* ================= HERO SWIPER ================= */
        
        .hero-swiper,
        .myHeroSwiper,
        .swiper-slide {
            height: 100vh;
        }
        
        .hero-slide {
            background-size: cover;
            background-position: center;
            position: relative;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .hero-content {
            position: relative;   /* ubah dari absolute */
            z-index: 2;
            top:29%;
            text-align: center;
            color: #fff;
            animation: fadeUp 1s ease;
        }
        
        .hero-title {
            font-size: 60px;
            font-weight: 900;
            color: #ffffff;
            margin-bottom: 20px;
            line-height: 1.1;
        
            /* Shadow biar kontras */
            text-shadow:
                0 2px 4px rgba(0,0,0,0.4),
                0 6px 20px rgba(0,0,0,0.5),
                0 12px 40px rgba(0,0,0,0.6);
        }
        
        .hero-mini {
            color: #ffffff;
            letter-spacing: 4px;
            text-transform: uppercase;
            font-size: 14px;
            margin-bottom: 15px;
            text-shadow: 0 3px 10px rgba(0,0,0,0.6);
        }
        
        .hero-subtitle {
            font-size: 20px;
            color: #ffffff;
            margin-bottom: 35px;
            text-shadow: 0 3px 15px rgba(0,0,0,0.5);
        }
        
        .hero-buttons a {
            margin: 10px;
            padding: 14px 40px;
            border-radius: 40px;
            font-weight: 600;
            text-decoration: none;
            transition: 0.3s;
            display: inline-block;
        }
        
        .btn-primary-hero {
            background: #50C878;
            color: #fff;
        }
        
        .btn-primary-hero:hover {
            background: #3fa863;
            transform: translateY(-4px);
        }
        
        .btn-outline-hero {
            border: 2px solid #fff;
            color: #fff;
        }
        
        .btn-outline-hero:hover {
            background: #fff;
            color: #000;
            transform: translateY(-4px);
        }
        
        /* Pagination bullets */
        .swiper-pagination-bullet {
            background: #fff;
            opacity: 0.5;
        }
        
        .swiper-pagination-bullet-active {
            background: #50C878;
            opacity: 1;
        }
        
        /* Animation */
        @keyframes fadeUp {
            from { opacity: 0; transform: translateY(40px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 32px;
            }
        
            .hero-subtitle {
                font-size: 16px;
            }
        }
       
        .news-card {
            background: #ffffff;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0,0,0,0.08);
            transition: 0.3s ease;
            margin-bottom: 30px;
        }
        
        .news-card:hover {
            transform: translateY(-6px);
        }
        
        .news-card a {
            text-decoration: none;
            color: inherit;
            display: block;
        }
        
        .news-img {
            height: 180px;
            overflow: hidden;
        }
        
        .news-date {
            position: absolute;
            bottom: 10px;
            left: 10px;
            background: #50C878;
            color: #fff;
            padding: 5px 10px;
            font-size: 12px;
            border-radius: 20px;
        }
        
        .news-img {
            position: relative;
            height: 180px;
            overflow: hidden;
        }
        
        .news-category {
            display: inline-block;
            font-size: 12px;
            color: #50C878;
            font-weight: 600;
            margin-bottom: 8px;
            text-transform: uppercase;
        }
        
        .news-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .news-content {
            padding: 15px;
        }
        
        .news-content h4 {
            font-size: 16px;
            font-weight: 600;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        
        :root {
          --primary: #2E8B57;
          --accent: #50C878;
          --light: #dcf4e4;
          --dark: #1c1c1c;
        }
        
        body {
          background-color: #fff;
        }
        
        .section {
          /*padding: 80px 15px;*/
        }
        
        
        .product-card {
            background: #ffffff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0,0,0,0.06);
            transition: 0.3s ease;
            margin-bottom: 30px;
        }
        
        .product-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }
        
        .product-img {
            height: 220px;
            overflow: hidden;
        }
        
        .product-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.4s ease;
        }
        
        .product-card:hover .product-img img {
            transform: scale(1.08);
        }
        
        .product-content {
            padding: 15px;
        }
        
        .product-content h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 10px;
        }
        
        .product-content h4 a {
            text-decoration: none;
            color: #333;
        }
        
        .product-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .product-price {
            font-weight: 700;
            font-size: 16px;
            color: #2E8B57;
        }
        
        .product-btn {
            background: #50C878;
            color: #fff;
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 13px;
            text-decoration: none;
            transition: 0.3s ease;
        }
        
        .product-btn:hover {
            background: #2E8B57;
            text-decoration: none;
            color: #fff;
        }
        
        
        .sambutan-section {
            padding: 80px 0;
            background: #f5f7f9;
        }
        
        .sambutan-img img {
            width: 100%;
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.08);
        }
        
        .sambutan-content {
            padding: 20px 10px;
        }
        
        .sambutan-content h2 {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #2E8B57;
        }
        
        .sambutan-content p {
            font-size: 15px;
            line-height: 1.8;
            color: #555;
            margin-bottom: 25px;
        }
        
        .sambutan-btn {
            display: inline-block;
            background: #50C878;
            color: #fff;
            padding: 10px 22px;
            border-radius: 30px;
            text-decoration: none;
            transition: 0.3s ease;
        }
        
        .sambutan-btn:hover {
            background: #2E8B57;
            text-decoration: none;
            color: #fff;
        }
        
        .sejarah-section {
            padding: 90px 0;
            background: #b9fbc0;
            color: #fff;
        }
        
        .section-label {
            display: inline-block;
            font-size: 13px;
            font-weight: 600;
            color: #50C878;
            text-transform: uppercase;
            margin-bottom: 10px;
            letter-spacing: 1px;
        }
        
        .sejarah-content .section-label {
            color: #50C878;
        }
        .sejarah-content h2 {
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 20px;
            position: relative;
        }
        
        .sejarah-content h2:after {
            content: "";
            display: block;
            width: 60px;
            height: 4px;
            background: #50C878;
            margin-top: 12px;
            border-radius: 2px;
        }

        .sejarah-content p {
            font-size: 15px;
            line-height: 1.8;
            color: #50C878;
            margin-bottom: 30px;
        }
        
        .sejarah-btn {
            display: inline-block;
            background: #fff;
            border: 2px solid #50C878;
            color: #50C878;
            padding: 9px 22px;
            border-radius: 30px;
            text-decoration: none;
            transition: 0.3s ease;
        }
        
        .sejarah-btn:hover {
            background: #fff;
            color: #2E8B57;
            text-decoration: none;
        }
        
        .sejarah-img img {
            width: 100%;
            border-radius: 20px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.08);
        }
        
        
        .video-section {
            padding: 80px 0;
            background: #dcf4e4;
        }
        
        .video-wrapper {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 ratio */
            height: 0;
            overflow: hidden;
            border-radius: 20px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }
        
        .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        .anggaran-section {
            padding: 100px 0;
            background: #dcf4e4;
        }
        
        .wisata-section {
            padding: 100px 0;
            background: #ffffff;
        }
        
        .section-title h2 {
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        .section-title p {
            color: #666;
            margin-bottom: 50px;
        }
        
        .wisata-card {
            margin-bottom: 30px;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0,0,0,0.08);
            transition: 0.3s ease;
            background: #fff;
        }
        
        .wisata-card:hover {
            transform: translateY(-8px);
        }
        
        .wisata-img {
            position: relative;
            height: 220px;
            overflow: hidden;
        }
        
        .wisata-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.4s ease;
        }
        
        .wisata-card:hover .wisata-img img {
            transform: scale(1.1);
        }
        
        .wisata-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0,0,0,0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: 0.3s ease;
        }
        
        .wisata-overlay span {
            color: #fff;
            font-weight: 600;
            background: #50C878;
            padding: 8px 18px;
            border-radius: 25px;
        }
        
        .wisata-card:hover .wisata-overlay {
            opacity: 1;
        }
        
        .wisata-content {
            padding: 15px;
            text-align: center;
        }
        
        .wisata-content h4 {
            font-size: 16px;
            font-weight: 600;
            margin: 0;
        }
        
        .wisata-card a {
            text-decoration: none;
            color: inherit;
        }
        
        .wisata-btn {
            display: inline-block;
            margin-top: 20px;
            padding: 10px 25px;
            background: #50C878;
            color: #fff;
            border-radius: 30px;
            text-decoration: none;
            transition: 0.3s ease;
        }
        
        .wisata-btn:hover {
            background: #2E8B57;
            color: #fff;
        }

        .section-title h2 {
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        .section-title p {
            color: #666;
            margin-bottom: 50px;
        }
        
        .anggaran-card {
            background: #fff;
            padding: 30px;
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.06);
            margin-bottom: 30px;
        }
        
        .galeri-section {
            padding: 100px 0;
            background: #dcf4e4;
        }
        
        .galeri-card {
            position: relative;
            margin-bottom: 25px;
            border-radius: 20px;
            overflow: hidden;
            cursor: pointer;
            box-shadow: 0 15px 35px rgba(0,0,0,0.08);
            transition: 0.3s ease;
        }
        
        .galeri-card img {
            width: 100%;
            height: 220px;
            object-fit: cover;
            transition: 0.4s ease;
        }
        
        .galeri-card:hover img {
            transform: scale(1.1);
        }
        
        .galeri-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0,0,0,0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: 0.3s ease;
        }
        
        .galeri-overlay span {
            background: #50C878;
            color: #fff;
            padding: 8px 18px;
            border-radius: 30px;
            font-weight: 600;
        }
        
        .galeri-card:hover .galeri-overlay {
            opacity: 1;
        }
        
        
        /* Paksa kolom dalam row stretch sama tinggi */
        .equal-height {
            display: flex;
            flex-wrap: wrap;
        }
        
        .equal-height > [class*="col-"] {
            display: flex;
        }
        
        /* Card isi full height */
        .wilayah-card,
        .aparatur-card {
            flex: 1;
            display: flex;
            flex-direction: column;
        }
        
        /* Map isi full sisa ruang */
        .map-wrapper {
            flex: 1;
            position: relative;
            border-radius: 15px;
            overflow: hidden;
        }
        
        .map-wrapper iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            border: 0;
        }

        .wilayah-aparatur-section {
            padding: 100px 0;
            background: #f5f7f9;
        }
        
        .wilayah-card,
        .aparatur-card {
            background: #ffffff;
            padding: 35px;
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.06);
            margin-bottom: 30px;
        }
        
        .wilayah-card h2,
        .aparatur-card h2 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 25px;
        }
        
        .map-wrapper {
            position: relative;
            padding-bottom: 60%;
            height: 0;
            overflow: hidden;
            border-radius: 15px;
        }
        
        .map-wrapper iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            border: 0;
        }
        
        
        .aparatur-item {
            padding: 30px 0 40px;
            text-align: center;
        }
        
        .aparatur-img-wrapper {
            position: relative;
            width: 320px;
            height: 380px;
            margin: 0 auto;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
            transition: 0.3s ease;
        }
        
        .aparatur-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        /* HAPUS overlay gradient */
        /* jangan pakai ::after lagi */
        
        /* Badge */
        .aparatur-badge {
            position: absolute;
            bottom: 20px;
            left: 0;
            width: 100%;
            text-align: center;
            z-index: 2;
        }
        
        /* NAMA PUTIH + SHADOW */
        .aparatur-badge h4 {
            margin: 0;
            font-size: 20px;
            font-weight: 700;
            color: #ffffff;
            text-shadow: 
                0 2px 6px rgba(0,0,0,0.7),
                0 0 2px rgba(0,0,0,0.8);
        }
        
        /* JABATAN BADGE */
        .aparatur-badge span {
            display: inline-block;
            margin-top: 8px;
            padding: 5px 14px;
            font-size: 12px;
            background: #50C878;
            color: #fff;
            border-radius: 20px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.3);
        }
        
        /* Hover effect */
        .aparatur-img-wrapper:hover {
            transform: translateY(-6px);
        }
        
        @media (max-width: 768px) {
            .aparatur-img-wrapper {
                width: 220px;
                height: 260px;
            }
        }

        .mitra-section {
            padding: 100px 0;
            background: #ffffff;
        }
        
        .mitra-card {
            background: #fff;
            border-radius: 15px;
            padding: 25px;
            margin-bottom: 25px;
            text-align: center;
            transition: 0.3s ease;
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        }
        
        .mitra-card img {
            max-width: 100%;
            height: 60px;
            object-fit: contain;
            filter: grayscale(100%);
            transition: 0.3s ease;
        }
        
        .mitra-card:hover {
            transform: translateY(-5px);
        }
        
        .mitra-card:hover img {
            filter: grayscale(0%);
        }
        .summary-box {
            background: linear-gradient(135deg,#50C878,#2E8B57);
            padding: 20px;
            border-radius: 15px;
            color: #fff;
            margin-bottom: 25px;
        }
        
        .summary-box h4 {
            font-size: 14px;
            margin-bottom: 5px;
        }
        
        .summary-box p {
            font-size: 20px;
            font-weight: 700;
        }
        
        .modern-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 30px;
        }
        
        .modern-table th {
            background: #50C878;
            color: #fff;
            padding: 12px;
        }
        
        .modern-table td {
            padding: 10px;
            border-bottom: 1px solid #eee;
        }

        .embed-container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            max-width: 100%;
        }

        .responsive-iframe {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          width: 100%;
          height: 100%;
        }
        
        .form-control-ioh {
            margin-top: 9rem !important;
            margin-bottom: 7rem !important;
            max-width: 455px;
            padding: 17px;
            text-align: center;
            margin: 0 auto;
        }
        
        .form-ioh {
            box-shadow: 0px 1px 4px 0px #00000040;
            height: 35px;
            border-radius: 39px;
            outline: none;
            border: none;
            width: 100%;
            background: #FFFFFF;
            padding-left: 15px;
            padding-right: 15px;
            font-family: Prompt;
            font-weight: 400;
            line-height: 18px;
            letter-spacing: 0em;
            text-align: left;
        }
        
        .ioh-btn {
            padding: 8px 36px;
            border-radius: 50px;
            display: flex;
            justify-content: center;
            cursor: pointer;
            background: #50C878;
            text-align:center;
            color: #fff;
            font-family: Indosat Medium;
            font-weight: 500;
            border: none;
            outline: none;
        }
        
        .box {
          width: 100%;
          padding: 2%;
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          background-color: #fff;
          border-radius: 8px;
        }
    
        /* Header */
        .header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 20px;
        }
    
        .header h3 {
          font-size: 1.5rem;
          color: #333;
          font-weight: 600;
          margin: 0;
        }
    
        .add-btn {
          padding: 10px 20px;
          background-color: #FEB941;
          color: white;
          font-size: 14px;
          font-weight: bold;
          text-decoration: none;
          border-radius: 20px;
          transition: background-color 0.3s ease;
        }
    
        .add-btn:hover {
          background-color: #50c878;
          color: #fff;
        }
        
        /* ================= FOOTER GREEN GLASS ================= */

        .footer-modern {
            background: linear-gradient(135deg, #50C878, #43b86d);
            padding: 80px 0 0;
            position: relative;
            overflow: hidden;
        }
        
        /* Efek glass container */
        .footer-modern .container {
            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(12px);
            border-radius: 20px;
            padding: 50px;
            box-shadow: 0 25px 50px rgba(0,0,0,0.15);
        }
        
        /* Title */
        .footer-title {
            color: #ffffff;
            font-weight: 700;
            margin-bottom: 30px;
        }
        
        /* Contact */
        .footer-contact-grid {
            display: flex;
            flex-direction: column;
            gap: 18px;
        }
        
        .footer-item {
            display: flex;
            align-items: center;
            gap: 15px;
            color: #ffffff;
        }
        
        .footer-item i {
            font-size: 18px;
            background: rgba(255,255,255,0.2);
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }
        
        /* Social */
        .footer-social {
            margin-top: 30px;
        }
        
        .footer-social a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: rgba(255,255,255,0.2);
            color: #fff;
            margin-right: 10px;
            transition: 0.3s ease;
            text-decoration: none;
        }
        
        .footer-social a:hover {
            background: #ffffff;
            color: #50C878;
            transform: translateY(-6px);
        }
        
        /* Map glass */
        .footer-map {
            border-radius: 15px;
            overflow: hidden;
            backdrop-filter: blur(8px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.2);
            margin-bottom: 20px;
        }
        
        .footer-map iframe {
            width: 100%;
            height: 250px;
            border: 0;
        }
        
        /* Gallery link */
        .footer-gallery-link {
            color: #ffffff;
            font-weight: 600;
            text-decoration: none;
            transition: 0.3s;
        }
        
        .footer-gallery-link:hover {
            color: #000;
        }
        
        /* Bottom */
        .footer-bottom {
            background: rgba(0,0,0,0.15);
            backdrop-filter: blur(10px);
            text-align: center;
            padding: 20px 0;
            margin-top: 60px;
            font-size: 14px;
            color: #ffffff;
        }
    
        /* Table */
        .box-body {
          overflow-x: auto; /* Scroll horizontally if content overflows */
          width: 100%;
        }
        
        .dataTables_scrollBody{
            overflow-y: hidden !important;
        }
    
        .table {
          width: 100%;
          border-collapse: collapse;
          font-size: 14px;
        }
    
        .table thead tr {
          background-color: #50c878;
          color: #fff;
          text-align: left;
        }
    
        .table th,
        .table td {
          padding: 12px 15px;
          border-bottom: 1px solid #ddd;
        }
    
        .table tbody tr:hover {
          background-color: #f9f9f9;
        }
    
        .table td {
          color: #555;
        }
    
        .table th {
          font-weight: bold;
          text-transform: uppercase;
          font-size: 13px;
          text-align: center; /* Teks di tengah secara horizontal */
          vertical-align: middle; /* Teks di tengah secara vertikal */
        }
    
        .bgbl {
          padding: 10px 20px !important;
          background-color: #FEB941 !important;
          color: white !important;
          font-size: 14px !important;
          font-weight: bold !important;
          text-decoration: none !important;
          border-radius: 20px !important;
          transition: background-color 0.3s ease !important;
          border:solid 0px #fff !important;
        }
    
        .bgbl:hover {
          background-color: #50c878 !important;
          color: #fff !important;
        }
    
        .action-btn.edit {
          background-color: #50c878;
          color: #fff;
        }
    
        .action-btn.edit:hover {
          background-color: #FEB941;
          text-decoration: none;
        }
    
        .bgsb{
          background-color: #50c878 !important;
          color: #fff; 
        }
    
        .bgsb:hover {
          background-color: #FEB941 !important;
          text-decoration: none;
        }
    
        .action-btn.delete {
          border: 2px solid #50c878;
          color: #50c878;
        }
    
        .action-btn.delete:hover {
          background-color: #FEB941;
          text-decoration: none;
          border: 2px solid #FEB941;
          color: #fff;
        }
    
        .bgt{
          background-color: #FFF !important;
          border: 2px solid #50c878;
          color: #50c878;
        }
    
        .bgt:hover {
          background-color: #FEB941 !important;
          text-decoration: none;
          border: 2px solid #FEB941;
          color: #fff;
        } 
        
        /* ------------------------------------------------ Menelusuri Desa ----------------------------------------------- */

        .juduldsa {
          font-size: 40px;
          font-weight: 600;
          color: #50c878;
        }
        
        .cardtelusur {
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 10px;
          border-radius: 10px;
          transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .cardtelusur a {
          text-decoration: none;
          color: inherit;
        }
        
        .cardtelusur img {
          width: 25%;
          height: auto;
          object-fit: contain;
          transition: transform 0.3s;
        }
        
        .cardtelusur:hover img {
          transform: scale(1.2);
        }
        
        .cardtelusur a h1 {
          color: #50c878;
          margin-left: 10%;
          font-size: 150%;
          transition: transform 0.3s;
        }
        
        .cardtelusur:hover a h1 {
          transform: scale(1.2);
        }
        
        
        
        
        
/* ===============================
   SECTION
=================================*/
.berita-section {
    padding: 60px 0;
    background: #f4f7fa;
}

/* ===============================
   HEADING
=================================*/
.berita-title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 45px;
    position: relative;
}

.berita-title::after {
    content: "";
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg,#2e7d32,#66bb6a);
    position: absolute;
    left: 0;
    bottom: -12px;
    border-radius: 20px;
}

/* CARD NORMAL */
.berita-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px;
    margin-bottom: 25px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    text-decoration: none;
}

/* HOVER EFFECT */
.berita-card:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 35px rgba(80, 200, 120, 0.25);
}

/* IMAGE */
.berita-image img {
    width: 190px;
    height: 140px;
    object-fit: cover;
    border-radius: 16px;
    transition: 0.4s ease;
}

.berita-card:hover .berita-image img {
    transform: scale(1.06);
}

/* CONTENT */
.berita-content h5 {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
}

.berita-content p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 10px;
}

.berita-read {
    font-size: 14px;
    font-weight: 600;
    color: #2e7d32;
}

/* ===============================
   PAGINATION
=================================*/
.berita-pagination {
    margin-top: 45px;
    display: flex;
    justify-content: center;
}

.berita-pagination ul {
    display: flex;
    gap: 10px;
    list-style: none;
    padding-left: 0;
}

.berita-pagination ul li a,
.berita-pagination ul li span {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 14px;
    background: #ffffff;
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.berita-pagination ul li a:hover {
    background: #2e7d32;
    color: #fff;
}

.berita-pagination ul li.active span {
    background: #2e7d32;
    color: #fff;
}

.berita-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 6px;
}

.berita-date svg {
    color: #50C878;
}

/* ===============================
   RESPONSIVE
=================================*/
@media (max-width: 768px) {
    .berita-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .berita-image img {
        width: 100%;
        height: 220px;
    }
}


/* ===============================
   SECTION
=================================*/
.belanja-section {
    padding: 70px 0;
    background: #f4f7fa;
}

.belanja-title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 50px;
    position: relative;
}

.belanja-title::after {
    content: "";
    width: 70px;
    height: 4px;
    background: linear-gradient(135deg, #50C878, #43b86d);
    position: absolute;
    left: 0;
    bottom: -12px;
    border-radius: 20px;
}

/* ===============================
   PRODUCT CARD
=================================*/
.produk-card {
    display: block;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.35s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.produk-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(72, 190, 112, 0.25);
}

/* IMAGE */
.produk-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.produk-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.produk-card:hover .produk-image img {
    transform: scale(1.08);
}

/* CONTENT */
.produk-content {
    padding: 18px;
}

.produk-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 10px;
    min-height: 45px;
}

.produk-harga {
    font-size: 16px;
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: 10px;
}

.produk-btn {
    font-size: 14px;
    font-weight: 500;
    color: #50C878;
}

/* ===============================
   PAGINATION
=================================*/

.belanja-pagination {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.belanja-pagination ul {
    display: flex;
    gap: 12px;
    list-style: none;
}

.belanja-pagination ul li {
    display: inline-block;
}

.belanja-pagination ul li a,
.belanja-pagination ul li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0 15px;
    border-radius: 12px;
    background: #ffffff;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

/* Hover */
.belanja-pagination ul li a:hover {
    background: linear-gradient(135deg, #50C878, #43b86d);
    color: #fff;
    border: none;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(72, 190, 112, 0.35);
}

/* Active */
.belanja-pagination ul li.active span {
    background: linear-gradient(135deg, #50C878, #43b86d);
    color: #fff;
    border: none;
}

/* ===============================
   RESPONSIVE
=================================*/
@media (max-width: 768px) {
    .produk-image {
        height: 200px;
    }
}


/* ===============================
   SECTION
=================================*/
.investasi-section {
    padding: 90px 0;
    background: #f8fafc;
}

.investasi-title {
    font-weight: 800;
    font-size: 34px;
    margin-bottom: 60px;
    position: relative;
}

.investasi-title::after {
    content: "";
    width: 80px;
    height: 5px;
    background: linear-gradient(135deg, #50C878, #43b86d);
    position: absolute;
    left: 0;
    bottom: -15px;
    border-radius: 20px;
}

/* ===============================
   CARD
=================================*/
.invest-card {
    display: block;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    text-decoration: none;
    transition: 0.4s ease;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

/* IMAGE */
.invest-image {
    height: 320px;
    position: relative;
    overflow: hidden;
}

.invest-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}

/* Gradient Overlay */
.invest-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.6),
        rgba(0,0,0,0.2),
        transparent
    );
}

/* CONTENT */
.invest-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    color: #fff;
}

.invest-content h4 {
    color: #fff;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 14px;
    text-shadow:
        -1px -1px 0 #000,
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000,
         0 4px 15px rgba(0,0,0,0.7);
}

.invest-btn {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: linear-gradient(135deg, #50C878, #43b86d);
    font-size: 14px;
    font-weight: 600;
}

/* HOVER EFFECT */
.invest-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(72, 190, 112, 0.35);
}

.invest-card:hover img {
    transform: scale(1.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .invest-image {
        height: 240px;
    }
}


/* ===============================
   SECTION
=================================*/
.wisata-page-section {
    padding: 100px 0;
    background: #f4f7fa;
}

.wisata-page-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 70px;
    position: relative;
}

.wisata-page-title::after {
    content: "";
    width: 90px;
    height: 5px;
    background: linear-gradient(135deg, #50C878, #43b86d);
    position: absolute;
    left: 0;
    bottom: -18px;
    border-radius: 20px;
}

/* ===============================
   GRID
=================================*/
.wisata-page-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* ===============================
   CARD
=================================*/
.wisata-page-card {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    display: block;
    height: 320px;
    text-decoration: none;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all 0.5s ease;
}

.wisata-page-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.7s ease;
}

.wisata-page-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.3),
        transparent
    );
}

.wisata-page-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    color: #fff;
}

.wisata-page-content h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #fff;
    text-shadow:
        0 3px 8px rgba(0,0,0,0.9),
        0 6px 20px rgba(0,0,0,0.7);
}

.wisata-page-btn {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    background: linear-gradient(135deg, #50C878, #43b86d);
    font-size: 14px;
    font-weight: 600;
}

/* HOVER */
.wisata-page-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(72, 190, 112, 0.4);
}

.wisata-page-card:hover img {
    transform: scale(1.15);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .wisata-page-card {
        height: 260px;
    }
}




/* ===============================
   SECTION
=================================*/
.yt-page-section {
    padding: 100px 0;
    background: #0f172a; /* dark background biar cinematic */
}

.yt-page-title {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 70px;
    color: #ffffff;
    position: relative;
}

.yt-page-title::after {
    content: "";
    width: 90px;
    height: 5px;
    background: linear-gradient(135deg, #50C878, #43b86d);
    position: absolute;
    left: 0;
    bottom: -18px;
    border-radius: 20px;
}

/* ===============================
   GRID
=================================*/
.yt-page-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* ===============================
   CARD
=================================*/
.yt-page-card {
    display: block;
    text-decoration: none;
    border-radius: 20px;
    overflow: hidden;
    background: #1e293b;
    transition: 0.4s ease;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

/* Thumbnail */
.yt-page-thumb {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.yt-page-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}

/* Overlay */
.yt-page-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.8),
        rgba(0,0,0,0.3),
        transparent
    );
}

/* Play Button */
.yt-page-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #ffffff;
    background: linear-gradient(135deg, #50C878, #43b86d);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(72, 190, 112, 0.5);
    transition: 0.4s ease;
}

/* Content */
.yt-page-content {
    padding: 18px;
}

.yt-page-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

/* Hover Effects */
.yt-page-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(72, 190, 112, 0.4);
}

.yt-page-card:hover img {
    transform: scale(1.1);
}

.yt-page-card:hover .yt-page-play {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
    .yt-page-thumb {
        height: 180px;
    }
}



/* ===============================
   SECTION
=================================*/
.ppid-page-section {
    padding: 90px 0;
    background: #f4f7fa;
}

.ppid-page-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 60px;
    position: relative;
}

.ppid-page-title::after {
    content: "";
    width: 80px;
    height: 5px;
    background: linear-gradient(135deg, #50C878, #43b86d);
    position: absolute;
    left: 0;
    bottom: -15px;
    border-radius: 20px;
}

/* ===============================
   LIST
=================================*/
.ppid-page-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ===============================
   CARD
=================================*/
.ppid-page-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 25px;
    background: #ffffff;
    border-radius: 18px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    border-left: 5px solid transparent;
}

.ppid-page-card:hover {
    transform: translateY(-5px);
    border-left: 5px solid #50C878;
    box-shadow: 0 20px 45px rgba(72, 190, 112, 0.25);
}

/* ICON */
.ppid-page-icon {
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: linear-gradient(135deg, #50C878, #43b86d);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

/* CONTENT */
.ppid-page-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 6px;
}

.ppid-page-link {
    font-size: 14px;
    font-weight: 500;
    color: #50C878;
}


/* ===============================
   BACKGROUND WRAPPER
=================================*/
.berita-detail-wrapper {
    background: #dcf4e4;
    padding: 100px 0;
}

/* ===============================
   CARD PUTIH
=================================*/
.berita-detail-card {
    background: #ffffff;
    border-radius: 25px;
    padding: 35px;
    max-width: 985px;
    margin: auto;
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

/* ===============================
   HEADER
=================================*/
.berita-detail-header h1 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #111827;
}

.berita-detail-meta {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 30px;
    background: linear-gradient(135deg, #50C878, #43b86d);
    color: #ffffff;
    margin-bottom: 30px;
}

/* ===============================
   IMAGE
=================================*/
.berita-detail-image {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.berita-detail-image img {
    width: 100%;
    display: block;
}

/* ===============================
   CONTENT
=================================*/
.berita-detail-content {
    font-size: 17px;
    line-height: 1.9;
    color: #374151;
}

.berita-detail-content p {
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .berita-detail-card {
        padding: 25px;
    }

    .berita-detail-header h1 {
        font-size: 24px;
    }
}



/* ===============================
   BACKGROUND
=================================*/
.produk-detail-wrapper {
    background: #dcf4e4;
    padding: 100px 0;
}

/* ===============================
   CARD
=================================*/
.produk-detail-card {
    background: #ffffff;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 30px 70px rgba(0,0,0,0.08);
}

/* ===============================
   IMAGE
=================================*/
.produk-detail-image {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.produk-detail-image img {
    width: 100%;
    display: block;
}

/* ===============================
   TITLE
=================================*/
.produk-detail-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #111827;
}

/* ===============================
   PRICE
=================================*/
.produk-detail-price {
    font-size: 26px;
    font-weight: 700;
    color: #50C878;
    margin-bottom: 20px;
}

/* ===============================
   DESCRIPTION
=================================*/
.produk-detail-description {
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 30px;
}

/* ===============================
   BUTTON
=================================*/
.produk-detail-btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #50C878, #43b86d);
    transition: all 0.3s ease;
    box-shadow: 0 15px 35px rgba(72, 190, 112, 0.4);
}

.produk-detail-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(72, 190, 112, 0.5);
}

/* ===============================
   RESPONSIVE
=================================*/
@media (max-width: 768px) {
    .produk-detail-card {
        padding: 25px;
    }

    .produk-detail-title {
        font-size: 24px;
        margin-top: 20px;
    }
}



.berita-detail-content,
.invest-detail-content,
.produk-detail-description {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}


/* ===============================
   BACKGROUND
=================================*/
.invest-detail-wrapper {
    background: #eefbf3;
    padding: 100px 0;
}

/* ===============================
   CARD
=================================*/
.invest-detail-card {
    background: #ffffff;
    border-radius: 30px;
    padding: 60px;
    max-width: 1000px;
    margin: auto;
    box-shadow: 0 35px 80px rgba(0,0,0,0.08);
}

/* ===============================
   HEADER
=================================*/
.invest-detail-header {
    margin-bottom: 40px;
}

.invest-detail-header h1 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #111827;
    line-height: 1.3;
}

.invest-detail-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #50C878, #43b86d);
    box-shadow: 0 15px 30px rgba(72, 190, 112, 0.35);
}

/* ===============================
   IMAGE
=================================*/
.invest-detail-image {
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.1);
}

.invest-detail-image img {
    width: 100%;
    display: block;
}

/* ===============================
   CONTENT
=================================*/
.invest-detail-content {
    font-size: 18px;
    line-height: 1.9;
    color: #374151;
}

.invest-detail-content p {
    margin-bottom: 22px;
}

.invest-detail-content h2,
.invest-detail-content h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

/* ===============================
   RESPONSIVE
=================================*/
@media (max-width: 768px) {
    .invest-detail-card {
        padding: 30px;
    }

    .invest-detail-header h1 {
        font-size: 26px;
    }
}



/* HERO */
.wisata-detail-hero {
    position: relative;
    height: 600px; /* lebih tinggi biar cinematic */
    overflow: hidden;
}

.wisata-detail-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay lebih soft */
.wisata-detail-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.35),
        rgba(0,0,0,0.2)
    );
}

/* HERO TEXT (NAIK KE ATAS) */
.wisata-detail-hero-content {
    position: absolute;
    top: 30%; /* pindah ke atas */
    left: 50%;
    transform: translate(-50%, -30%);
    text-align: center;
    width: 90%;
}

/* JUDUL PUTIH + BORDER SHADOW */
.wisata-detail-hero-content h1 {
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;

    /* Stroke effect */
    -webkit-text-stroke: 1px rgba(0,0,0,0.6);

    /* Shadow dramatis */
    text-shadow:
        0 4px 10px rgba(0,0,0,0.8),
        0 8px 25px rgba(0,0,0,0.7);
}

/* Wrapper luar */
.wisata-detail-content-wrap {
    background: #dcf4e4;
    padding-bottom: 120px;
}

/* Card putih yang naik */
.wisata-detail-content-box {
    background: #ffffff;
    max-width: 850px;
    margin: -120px auto 0 auto; /* naik nimpa hero */
    padding: 60px;
    border-radius: 30px;
    box-shadow: 0 40px 90px rgba(0,0,0,0.12);
    position: relative;
    z-index: 10;
}

/* Typography */
.wisata-detail-content-box {
    font-size: 18px;
    line-height: 1.9;
    color: #374151;
}

.wisata-detail-content-box p {
    margin-bottom: 22px;
}

/* Responsive */
@media (max-width: 768px) {
    .wisata-detail-content-box {
        padding: 30px;
        margin-top: -60px;
    }
}

@media (max-width: 768px) {
    .wisata-detail-hero {
        height: 350px;
    }

    .wisata-detail-hero-content h1 {
        font-size: 28px;
        -webkit-text-stroke: 0.5px rgba(0,0,0,0.6);
    }

    .wisata-detail-hero-content {
        top: 35%;
    }
}



/* BACKGROUND */
.yt-detail-wrapper {
    background: #0f172a;
    padding: 100px 0;
}

/* CONTAINER */
.yt-detail-container {
    max-width: 1000px;
    margin: auto;
    padding: 0 20px;
}

/* CARD */
.yt-detail-card {
    background: #ffffff;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 40px 90px rgba(0,0,0,0.25);
}

/* TITLE */
.yt-detail-title {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 40px;
    text-align: center;
    color: #111827;
}

/* VIDEO RESPONSIVE */
.yt-detail-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 ratio */
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}

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

/* CONTENT */
.yt-detail-content {
    font-size: 17px;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 40px;
}

/* IMAGE */
.yt-detail-image {
    border-radius: 20px;
    overflow: hidden;
}

.yt-detail-image img {
    width: 100%;
    display: block;
}

/* MOBILE */
@media (max-width: 768px) {
    .yt-detail-card {
        padding: 25px;
    }

    .yt-detail-title {
        font-size: 24px;
    }
}


/* WRAPPER */
.ppid-detail-wrapper {
    background: #dcf4e4;
    padding: 100px 0;
}

/* CONTAINER */
.ppid-detail-container {
    max-width: 900px;
    margin: auto;
    padding: 0 20px;
}

/* CARD */
.ppid-detail-card {
    background: #ffffff;
    border-radius: 30px;
    padding: 60px;
    box-shadow: 0 40px 90px rgba(0,0,0,0.08);
}

/* TITLE */
.ppid-detail-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 35px;
    color: #111827;
}

/* DOWNLOAD BUTTON */
.ppid-detail-download {
    margin-bottom: 35px;
}

.ppid-detail-download a {
    display: inline-block;
    padding: 16px 35px;
    border-radius: 40px;
    background: linear-gradient(135deg, #50C878, #43b86d);
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(72, 190, 112, 0.4);
    transition: 0.3s ease;
}

.ppid-detail-download a:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 60px rgba(72, 190, 112, 0.5);
}

/* CONTENT */
.ppid-detail-content {
    font-size: 17px;
    line-height: 1.9;
    color: #374151;
}

.ppid-detail-content p {
    margin-bottom: 20px;
}

/* MOBILE */
@media (max-width: 768px) {
    .ppid-detail-card {
        padding: 30px;
    }

    .ppid-detail-title {
        font-size: 24px;
    }
}




/* ===============================
   WRAPPER
=================================*/
.hal-detail-wrapper {
    background: #dcf4e4;
    padding-bottom: 120px;
}

/* ===============================
   HERO (OPTIONAL)
=================================*/
.hal-detail-hero {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.hal-detail-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hal-detail-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.4),
        transparent
    );
}

.hal-detail-hero-content {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -35%);
    text-align: center;
    width: 90%;
}

.hal-detail-hero-content h1 {
    font-size: 44px;
    font-weight: 900;
    color: #fff;
    -webkit-text-stroke: 1px rgba(0,0,0,0.6);
    text-shadow: 0 5px 20px rgba(0,0,0,0.8);
}

/* ===============================
   CONTAINER
=================================*/
.hal-detail-container {
    max-width: 900px;
    margin: auto;
    padding: 0 20px;
}

/* ===============================
   CARD
=================================*/
.hal-detail-card {
    background: #ffffff;
    margin-top: -100px;
    border-radius: 30px;
    padding: 60px;
    box-shadow: 0 40px 90px rgba(0,0,0,0.08);
    position: relative;
    z-index: 10;
}

/* Kalau tidak ada hero */
.hal-detail-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #111827;
}

/* ===============================
   CONTENT
=================================*/
.hal-detail-content {
    font-size: 17px;
    line-height: 1.9;
    color: #374151;
}

.hal-detail-content p {
    margin-bottom: 22px;
}

/* Link wrap aman */
.hal-detail-content {
    overflow-wrap: break-word;
}

/* ===============================
   RESPONSIVE
=================================*/
@media (max-width: 768px) {
    .hal-detail-hero {
        height: 280px;
    }

    .hal-detail-hero-content h1 {
        font-size: 26px;
    }

    .hal-detail-card {
        padding: 30px;
        margin-top: -50px;
    }
}



.anggaran-container{
    max-width:1200px;
    margin:80px auto;
    padding:40px;
    background:white;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.main-title{
    text-align:center;
    font-size:28px;
    font-weight:700;
    margin-bottom:5px;
}

.sub-title{
    text-align:center;
    color:#6b7280;
    margin-bottom:40px;
}

.total-card{
    background:linear-gradient(135deg, #50C878, #43b86d);
    color:white;
    padding:30px;
    text-align:center;
    border-radius:20px;
    font-size:28px;
    font-weight:700;
    margin-bottom:60px;
    box-shadow:0 10px 25px rgba(67,184,109,0.3);
}

.bidang-section{
    margin-top:60px;
}

.section-title{
    font-size:20px;
    font-weight:600;
    margin-bottom:20px;
}

.table-wrapper{
    overflow-x:auto;
}

.modern-table{
    width:100%;
    border-collapse:collapse;
    background:white;
    border-radius:15px;
    overflow:hidden;
}

.modern-table thead{
    background:linear-gradient(135deg, #50C878, #43b86d);
    color:white;
}

.modern-table th,
.modern-table td{
    padding:14px;
    text-align:left;
}

.modern-table tbody tr{
    border-bottom:1px solid #eee;
}

.modern-table tbody tr:hover{
    background:#f9fafb;
}

.no-data{
    text-align:center;
    color:#9ca3af;
}

.rangkuman-section{
    margin-top:80px;
}

@media(max-width:768px){
    .anggaran-container{
        padding:20px;
    }
}


/* =========================
   PENDAPATAN SECTION
========================= */

.pendapatan-section{
    margin-top:70px;
}

.pendapatan-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:20px;
    margin-top:30px;
}

.pendapatan-card{
    background:white;
    border-radius:18px;
    padding:25px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    transition:all 0.3s ease;
}

.pendapatan-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,0.1);
}

.pendapatan-title{
    font-weight:600;
    margin-bottom:20px;
    color:#111827;
}

.pendapatan-angka{
    margin-bottom:15px;
}

.pendapatan-angka span{
    display:block;
    font-size:13px;
    color:#6b7280;
}

.pendapatan-angka strong{
    font-size:16px;
    font-weight:600;
}

.pendapatan-angka.realisasi strong{
    color:#059669;
}

.pendapatan-total{
    margin-top:40px;
    padding:25px;
    border-radius:18px;
    background:linear-gradient(135deg, #50C878, #43b86d);
    color:white;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:20px;
}

.pendapatan-total span{
    display:block;
    font-size:14px;
    opacity:0.9;
}

.pendapatan-total strong{
    font-size:20px;
}

.serapan-section{
    margin-top:60px;
}

.progress-wrapper{
    width:100%;
    background:#e5e7eb;
    border-radius:30px;
    overflow:hidden;
    height:35px;
}

.progress-bar{
    height:100%;
    background:linear-gradient(135deg, #50C878, #43b86d);
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-weight:600;
    transition:width 1s ease;
}


.chart-section{
    margin-top:80px;
}

.growth-card{
    margin-top:60px;
    padding:30px;
    background:white;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.07);
    text-align:center;
}

.growth-card p{
    font-size:32px;
    font-weight:700;
}

.positif{ color:#059669; }
.negatif{ color:#dc2626; }



.footer-bottom-inner{
    text-align:center;
}

.footer_bottom .crp{
    font-size:14px;
    color:#666;
    line-height:1.8;
}

.korean-love{
    font-size:18px;
    display:inline-block;
    animation: fingerHeart 1.6s ease-in-out infinite;
}

@keyframes fingerHeart{
    0%{ transform:scale(1); }
    50%{ transform:scale(1.25); }
    100%{ transform:scale(1); }
}


.custom-pagination{
    display:flex;
    justify-content:center;
    gap:8px;
    list-style:none;
    padding:0;
    margin-top:40px;
}

.custom-pagination li a,
.custom-pagination li span{
    display:block;
    padding:8px 14px;
    border-radius:8px;
    background:#f3f4f6;
    color:#333;
    text-decoration:none;
    transition:all 0.3s ease;
}

.custom-pagination li a:hover{
    background:linear-gradient(135deg,#50C878,#43b86d);
    color:white;
}

.custom-pagination li.active span{
    background:linear-gradient(135deg,#50C878,#43b86d);
    color:white;
    font-weight:600;
}


.galeri-section{
    padding:80px 0;
}

.judul-galeri{
    text-align:center;
    font-size:28px;
    font-weight:700;
    margin-bottom:50px;
}

.galeri-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
}

.galeri-card{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    display:block;
}

.galeri-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:transform 0.5s ease;
}

.galeri-card:hover img{
    transform:scale(1.08);
}

.galeri-overlay{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:20px;
    background:linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color:white;
    opacity:0;
    transition:all 0.3s ease;
}

.galeri-card:hover .galeri-overlay{
    opacity:1;
}

.galeri-overlay h4{
    margin:0;
    font-size:16px;
    font-weight:600;
}

.tahun-filter {
    max-width: 300px;
    margin: 0 auto 30px auto;
    text-align: center;
}

.tahun-filter label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    color: #374151;
}

.tahun-filter select {
    border-radius: 12px;
    padding: 8px 12px;
    border: 1px solid #ddd;
}

