body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header {
    background-color: #00796b;
    padding: 10px 0;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar .logo {
    text-decoration: none; /* Hilangkan garis bawah */
    color: #fff; /* Pastikan warna tetap putih */
}


.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.navbar .logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.nav-links li a {
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    transition: color 0.3s;
}

.nav-links li a:hover {
    color: #ffca28;
}

.home {
    position: relative; /* Untuk membuat pseudo-elemen mengikuti elemen utama */
    background: url(/img/banner.jpeg) no-repeat center center/cover;
    background-position: center top; /* Naikkan posisi gambar */
    color: #fff;
    display: flex;
    align-items: center;
    padding: 100px 30px;
    height: 50vh;
    
}


.home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Hitam dengan transparansi 50% */
    z-index: 1; /* Letakkan di bawah konten */
}

.home .container {
    position: relative;
    z-index: 2; /* Letakkan di atas overlay */
}


.home h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.home p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.btn {
    background-color: #ffca28;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #ffa000;
}

section {
    padding: 60px 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.about, .programs, .contact, .entry-content {
    text-align: center;
}

.entry-content1, .entry-content2 {
    text-align: left;
}

.program-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.program-item {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.program-item h3 {
    margin-bottom: 10px;
    color: #00796b;
}

ul {
    list-style: none; /* Hilangkan titik dari daftar */
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Footer Styles */
.footer {
    background-color: #282c34;
    color: #ffffff;
    padding: 40px 20px;
    text-align: center;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.footer-item h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ffdd57;
}

.footer-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #dddddd;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.social-icons .icon {
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    transition: color 0.3s ease;
}

.social-icons .icon:hover {
    color: #ffdd57;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.newsletter-form input {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    font-size: 14px;
}

.newsletter-form button {
    background-color: #ffdd57;
    color: #282c34;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
    background-color: #e6c04d;
}

.footer-bottom {
    margin-top: 20px;
    border-top: 1px solid #444;
    padding-top: 10px;
    font-size: 14px;
    color: #bbbbbb;
    text-align: center;
    align-items: center;
    display: flex;
    
}


/* tabel pengurus */

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}
.entry-header {
    text-align: center;
    margin-bottom: 20px;
}
.entry-header h1 {
    font-size: 24px;
}
.entry-content {
    max-width: 800px;
    margin: 0 auto;
}
.entry-content img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}
h3 {
    margin-top: 30px;
    color: black;
}
ul, ol {
    padding-left: 20px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
table, th, td {
    border: 1px solid #ddd;
}
th, td {
    padding: 8px;
    text-align: left;
}
th {
    background-color: #f4f4f4;
}
.footer {
    background-color: #004d40;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}

.footer .maps .map {
    flex: 1 1 45rem;
    width: 50%;
    object-fit: cover;
}

/* Mobile Phone */
@media (max-width: 450px) {
    html {
        font-size: 55%;
    }
}

/* Tablet */
@media (max-width: 768px) {
    html {
        font-size: 62.5%;
    }
    .footer .maps .map {
        height: 10rem;
    }
}

/* Laptop */
@media (max-width: 1366px) {
    html {
        font-size: 100%;
    }
}
