  .profile-section {
            padding: 20px 0;
        }

        /* ------------------------------------------------------ */
        /* STYLING KONTEN TEKS (SISI KIRI)                        */
        /* ------------------------------------------------------ */
        .brand-title {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: 600;
            color: #0c3b2e; /* Warna hijau gelap premium */
            margin-bottom: 25px;
        }
        
        .main-desc {
            font-size: 1rem;
            line-height: 1.7;
            color: #616161;
            margin-bottom: 25px;
        }

        .sub-heading-reason {
            font-size: 1.05rem;
            font-weight: 600;
            color: #0c3b2e;
            margin-bottom: 12px;
        }

        .reason-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 25px;
        }
        .reason-list li {
            font-size: 0.95rem;
            line-height: 1.6;
            color: #616161;
            margin-bottom: 8px;
            position: relative;
            padding-left: 20px;
        }
        /* Penanda angka list kustom */
        .reason-list li::before {
            content: attr(data-number) ".";
            position: absolute;
            left: 0;
            top: 0;
            font-weight: 600;
            color: #0c3b2e;
        }
        .reason-list li strong {
            color: #2e2e2e;
            font-weight: 600;
        }

        .closing-desc {
            font-size: 1rem;
            line-height: 1.7;
            color: #616161;
            margin-bottom: 30px;
        }

        /* Tombol Read More Premium */
        .btn-readmore {
            background-color: #138a5b; /* Hijau emerald sesuai gambar */
            color: #ffffff;
            font-weight: 500;
            font-size: 1rem;
            padding: 12px 35px;
            border-radius: 30px;
            border: none;
            transition: all 0.3s ease;
            display: inline-block;
            text-decoration: none;
        }
        .btn-readmore:hover {
            background-color: #0c613f;
            color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(19, 138, 91, 0.3);
        }

        /* ------------------------------------------------------ */
        /* STYLING GALERI FOTO ASIMETRIS (SISI KANAN)             */
        /* ------------------------------------------------------ */
        /* Container luar dengan latar belakang peach/krem super lembut */
        .photo-card-bg {
            border-radius: 16px;
            padding: 20px;
            display: block;
            height: 100%;
        }

        .img-wrapper {
            overflow: hidden;
            border-radius: 12px;
            width: 100%;
        }
        .img-wrapper img {
            width: 100%;
            height: auto;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }
        .img-wrapper:hover img {
            transform: scale(1.05);
        }

        /* Frame foto besar atas */
        .main-photo-frame {
            margin-bottom: 20px;
        }
        .main-photo-frame img {
            aspect-ratio: 4/3;
        }

        /* Frame dua foto kecil di bawah */
        .sub-photo-frame img {
            aspect-ratio: 4/3;
        }

        /* ------------------------------------------------------ */
        /* ADAPTASI RESPONSIF LAYAR HP (MOBILE)                    */
        /* ------------------------------------------------------ */
        @media (max-width: 767.98px) {
            .brand-title {
                font-size: 1.8rem;
                margin-bottom: 15px;
                text-align: center;
            }
            .main-desc, .closing-desc {
                font-size: 0.9rem;
                line-height: 1.6;
                text-align: justify;
            }
            .btn-readmore {
                width: 100%;
                text-align: center;
                padding: 10px 20px;
                font-size: 0.95rem;
                margin-bottom: 40px; /* Jarak sebelum masuk ke area gambar di bawahnya */
            }
            .photo-card-bg {
                padding: 12px;
            }
            .main-photo-frame {
                margin-bottom: 12px;
            }
            .g-mobile-spacing {
                --bs-gutter-x: 12px; /* Memperkecil jarak antar foto di HP */
            }
        }
		
		  .section-title {
            font-weight: 700;
            color: #333333;
            margin-bottom: 30px;
        }

        .custom-car {
            border: 1px solid #eaeaea;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            background-color: #ffffff;
            height: 100%;
			padding: 0px;
        }

        .custom-car:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
        }

        /* Mengatur agar gambar banner card presisi */
        .card-banner {
            width: 100%;
            height: auto;
            aspect-ratio: 16 / 9;
            object-fit: cover;
        }

        .card-category {
            font-size: 0.85rem;
            color: #6c757d;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        /* Warna icon palet sesuai gambar */
        .card-category i {
            color: #0d6efd; 
        }

        .card-main-title {
            font-weight: 700;
            color: #000000;
            font-size: 1.25rem;
            margin-top: 8px;
            margin-bottom: 12px;
        }

        .card-description {
            color: #666666;
            font-size: 0.95rem;
            line-height: 1.6;
            /* Membatasi teks agar rapi jika terlalu panjang (ellipsis) */
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
		.bg-ra {
			background-color: #138a5b;
		}
		  /* ==========================================
           1. HERO CAROUSEL SECTION
           ========================================== */
        .hero-carousel-section {
            position: relative;
            overflow: hidden;
            width: 100%;
        }
        .carousel-item-custom {
            position: relative;
            height: 550px;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }
        .carousel-item-custom::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: linear-gradient(180deg, rgba(0, 180, 180, 0.4) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.2) 100%);
            z-index: 1;
        }
        .slide-content-container {
            position: relative;
            z-index: 2;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-bottom: 80px;
            color: #ffffff;
        }
        .slide-title {
            font-size: 3rem;
            font-weight: 700;
            line-height: 1.2;
            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
            margin-bottom: 20px;
            max-width: 700px;
        }
        .slide-description {
            font-size: 1.1rem;
            font-weight: 500;
            line-height: 1.6;
            text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
            max-width: 650px;
            margin-bottom: 25px;
        }
        .btn-custom-hero {
            background-color: #138a5b;
            color: #ffffff;
            font-weight: 600;
            padding: 12px 30px;
            border-radius: 50px;
            border: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
            width: fit-content;
            text-decoration: none;
        }
        .btn-custom-hero:hover {
            background-color: #062430;
            color: #ffffff;
            transform: translateY(-2px);
        }
        .carousel-controls-right {
            position: absolute;
            right: 4%;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            gap: 12px;
            z-index: 10;
        }
        .btn-control-circle {
            width: 44px;
            height: 44px;
            border: 1px solid rgba(255, 255, 255, 0.6);
            background-color: rgba(255, 255, 255, 0.1);
            color: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s ease;
        }
        .btn-control-circle:hover {
            background-color: rgba(255, 255, 255, 0.3);
            border-color: #ffffff;
        }
        .wave-bottom {
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
            z-index: 5;
        }
        .wave-bottom svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 50px;
        }
        .wave-bottom .shape-fill {
            fill: #fff5f2; /* Diubah warna fill-nya agar menyatu sempurna dengan latar belakang Galeri Kegiatan */
        }

        /* ==========================================
           2. GALLERY KEGIATAN SECTION
           ========================================== */
        .gallery-section {
            background-color: #c9ffea; 
            padding: 90px 0 70px 0; /* Menambah padding atas agar pas di bawah wave slider */
        }
        .gallery-title {
            font-size: 2.2rem;
            margin-bottom: 10px;
        }
        .gallery-subtitle {
            color: #8a8a8a;
            font-size: 0.95rem;
            margin-bottom: 40px;
        }
        .activity-card {
            border: none;
            border-radius: 12px;
            overflow: hidden;
            background-color: #ffffff;
            box-shadow: 0 4px 12px rgba(0,0,0,0.04);
            height: 100%;
            transition: transform 0.2s;
        }
        .activity-card:hover {
            transform: translateY(-5px);
        }
        .card-img-wrapper {
            padding: 10px 10px 0 10px; 
        }
        .card-img-wrapper img {
            border-radius: 8px;
            width: 100%;
            height: 180px;
            object-fit: cover;
        }
        .activity-card .card-body {
            padding: 20px 15px;
            text-align: center;
        }
        .activity-card .card-title {
            font-size: 1rem;
            font-weight: 700;
            color: #0b3c4d;
            margin-bottom: 8px;
            line-height: 1.4;
        }
        .activity-card .card-date {
            font-size: 0.8rem;
            color: #a0a0a0;
            margin-bottom: 0;
        }

        /* ==========================================
           3. AGENDA & EVENT SECTION
           ========================================== */
        .agenda-section {
            padding: 70px 0;
            background-color: #ffffff;
        }
        .section-title-agenda {
            font-weight: 700;
            position: relative;
            text-transform: uppercase;
            font-size: 1.5rem;
            color: #212529;
            margin-bottom: 0;
        }
        .section-title-agenda::after {
            content: '';
            display: block;
            width: 50px;
            height: 4px;
            background-color: #1ea58e;
            margin-top: 5px;
        }
        .btn-link-custom {
            color: #1ea58e;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.9rem;
        }
        .event-card {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }
        .event-img-container {
            position: relative;
            height: 250px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .event-img-container::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            z-index: 1;
        }
        .badge-date {
            position: absolute;
            top: 15px;
            left: 15px;
            background-color: rgba(0, 0, 0, 0.75);
            color: #fff;
            padding: 6px 12px;
            border-radius: 4px;
            font-size: 0.85rem;
            z-index: 2;
            border: 1px solid rgba(255,255,255,0.2);
        }
        .badge-target {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: #002244;
            color: #fff;
            padding: 4px 10px;
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 0.5px;
            z-index: 2;
        }
        .zoom-tag {
            position: absolute;
            top: 45px;
            right: 15px;
            color: #fff;
            font-size: 0.8rem;
            z-index: 2;
            font-weight: bold;
        }
        .zoom-tag span {
            background-color: #007fff;
            padding: 2px 6px;
            border-radius: 4px;
            font-size: 0.75rem;
        }
        .card-center-text {
            position: relative;
            z-index: 2;
            color: #fff;
            text-align: center;
            padding: 0 15px;
        }
        .main-date {
            font-size: 1.8rem;
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 2px;
        }
        .main-time {
            font-size: 0.9rem;
            font-weight: 600;
            letter-spacing: 1px;
            opacity: 0.9;
            margin-bottom: 15px;
        }
        .status-text {
            font-size: 1.25rem;
            font-style: italic;
            font-weight: 500;
        }
        .card-body-custom {
            padding: 15px;
        }
        .card-title-custom {
            font-size: 1rem;
            font-weight: 700;
            color: #333;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 8px;
        }
        .info-meta {
            font-size: 0.8rem;
            color: #6c757d;
            display: flex;
            align-items: center;
            gap: 15px;
        }
        .btn-selengkapnya {
            background-color: #003366;
            color: #fff;
            font-size: 0.85rem;
            font-weight: 600;
            padding: 6px 20px;
            border-radius: 4px;
            transition: background 0.2s;
            text-decoration: none;
        }
        .btn-selengkapnya:hover {
            background-color: #002244;
            color: #fff;
        }

        /* ==========================================
           4. MEDIA QUERIES (RESPONSIVE LAPTOP & HP)
           ========================================== */
        @media (max-width: 768px) {
            .carousel-item-custom {
                height: 480px; 
            }
            .slide-title {
                font-size: 2rem; 
                max-width: 100%;
            }
            .slide-description {
                font-size: 0.95rem;
                max-width: 100%;
            }
            .carousel-controls-right {
                right: 15px;
                top: auto;
                bottom: 70px;
                flex-direction: row;
                transform: none;
            }
            .btn-control-circle {
                width: 38px;
                height: 38px;
            }
        }
		
		 :root {
            --tosca-primary: #008080;
            --tosca-dark: #006666;
            --tosca-light: #e6f2f2;
            --soft-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        }
        @media (max-width: 576px) {
            .gallery-title {
                font-size: 1.8rem;
            }
            .info-meta {
                flex-direction: column;
                gap: 5px;
                align-items: flex-start;
            }
        }
		 /* Custom Gradient for Hero Section */
        .hero-section {
            background: linear-gradient(135deg, #00466a, #47b2e4, #058530);
            color: white;
            padding: 60px 0;
            position: relative;
            overflow: hidden;
        }
        
        /* Search Bar Styling */
        .search-container {
            background-color: white;
            border-radius: 8px;
            padding: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        .search-input {
            border: none;
            outline: none;
            width: 100%;
        }
        .search-select {
            border: none;
            border-left: 1px solid #dee2e6;
            outline: none;
            background: transparent;
        }
        
        /* Stat Items border divider */
        .stat-item {
            border-right: 1px solid rgba(255, 255, 255, 0.3);
        }
        .stat-item:last-child {
            border-right: none;
        }
        
        /* Quick Link Features Styling */
        .feature-icon-box {
            width: 70px;
            height: 70px;
            background-color: #f0f4f8;
            color: #0d6efd;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            margin: 0 auto 10px;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        .feature-icon-box:hover {
            background-color: #0d6efd;
            color: white;
            transform: translateY(-5px);
        }
        .feature-link {
            text-decoration: none;
            color: #333;
            font-weight: 600;
            font-size: 14px;
        }

        /* Responsive adjustment for stats on mobile */
        @media (max-width: 767.98px) {
            .stat-item {
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                padding-bottom: 10px;
                margin-bottom: 10px;
            }
            .stat-item:last-child {
                border-bottom: none;
            }
        }
		        /* Custom Badge */
        .badge-artikel {
            background-color: #1ea58e;
            color: white;
            padding: 6px 16px;
            border-radius: 20px;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        /* Card Besar (Kiri) */
        .main-card {
            border: none;
            border-radius: 12px;
            overflow: hidden;
            background: #2b3442; /* Background gelap luar */
            position: relative;
            height: 100%;
        }
        .main-card-img-wrapper {
            position: relative;
            width: 100%;
            height: 400px;
        }
        .main-card-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .main-card-body {
            background: white;
            border-radius: 12px;
            margin: -60px 15px 15px 15px;
            position: relative;
            z-index: 2;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            padding: 20px;
        }

        /* Card Kecil (Kanan) */
        .side-card {
            border: 1px solid #eef2f5;
            border-radius: 12px;
            background: white;
            overflow: hidden;
            transition: transform 0.2s;
        }
        .side-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        .side-card-img-wrapper {
            position: relative;
            width: 100%;
            height: 100%;
            min-height: 150px;
        }
        .side-card-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .text-overlay-name {
            position: absolute;
            bottom: 10px;
            left: 15px;
            color: white;
            font-weight: 800;
            font-size: 1.8rem;
            letter-spacing: 1px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
        }

        /* Meta Info */
        .meta-info {
            font-size: 0.85rem;
            color: #6c757d;
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }
        .meta-info span {
            display: flex;
            align-items: center;
            gap: 4px;
        }

        /* Tombol Baca */
        .btn-baca {
            background-color: #1ea58e;
            color: white;
            border: none;
            border-radius: 8px;
            padding: 10px;
            font-weight: 600;
            width: 100%;
            transition: background 0.2s;
        }
        .btn-baca:hover {
            background-color: #178774;
            color: white;
        }
        .link-baca {
            color: #1ea58e;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.9rem;
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }
        .link-baca:hover {
            color: #178774;
            text-decoration: underline;
        }
		 .bg-tosca {
            background-color: var(--tosca-primary) !important;
        }

        .text-tosca {
            color: var(--tosca-primary) !important;
        }

        .btn-tosca {
            background-color: var(--tosca-primary);
            color: white;
            border: none;
            transition: all 0.3s ease;
        }

        .btn-tosca:hover {
            background-color: var(--tosca-dark);
            color: white;
            transform: translateY(-2px);
        }

        .navbar {
            box-shadow: var(--soft-shadow);
        }

        .nav-link.active, .nav-link:hover {
            color: var(--tosca-primary) !important;
            font-weight: 600;
        }

        .hero-section {
            background: linear-gradient(rgba(0, 128, 128, 0.85), rgba(0, 102, 102, 0.9)), url('https://images.unsplash.com/photo-1541339907198-e08756dedf3f?q=80&w=1470&auto=format&fit=crop') center/cover;
            color: white;
            padding: 120px 0;
        }

        .card-custom {
            border: none;
            border-radius: 12px;
            box-shadow: var(--soft-shadow);
            transition: transform 0.3s ease;
        }

        .card-custom:hover {
            transform: translateY(-5px);
        }

        .stat-card {
            background-color: white;
            border-left: 5px solid var(--tosca-primary);
            box-shadow: var(--soft-shadow);
        }

        footer {
            background-color: #1a252f;
            color: #ecf0f1;
        }