         /* gambar gendung pens */
         .hero-section { 
            background-image: url('Pens.jpg'); 
            background-size: cover;
            background-position: center;
            height: 300px; 
            display: flex;
            align-items: flex-end;
            justify-content: center;
            position: relative;
        }
        /* Shadow Background Gambar Gedung Pens */
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(21, 20, 20, 0.1); 
        }

        /* Navbar Home, BAAK, dll */
        .navbar-main {
            background-color: #3f60a6; 
        }

        /*  Home, BAAK, dll */
        .navbar-main .nav-link {
            color: white !important;
            font-weight: 500;
            padding: 1rem 1.5rem;
        }

        /* Garis prestasi dll */
        .section-title {
            font-weight: 700;
            border-bottom: 3px solid #3f60a6; 
            padding-bottom: 5px;
            margin-bottom: 15px;
        }

        /* gambar berita */
        .news-item img {
            width: 100px;
            height: auto;
            object-fit: cover;
        }

        /* EEPIS system information */
        .navbar-brand span {
            font-size: 1.25rem;
            font-weight: bold;
            color: #000;
            vertical-align: middle;
        }


