body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f8f8;
    color: #333;
    padding-top: 70px; /* Sesuaikan dengan tinggi navbar */
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white; /* Sesuaikan dengan warna navbar */
    z-index: 1000; /* Pastikan tetap di atas elemen lain */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Tambahkan efek bayangan jika perlu */
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

.nav-link {
    font-size: 1rem;
    color: #333;
}

.nav-link-btn {
    font-size: 1rem;
    background: #6b705c;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    margin-left: 10px;
    text-decoration: none;
}

.nav-link:hover {
    color: #6b705c;
}

.hero-section {
    padding: 60px 0 ;
    background-color: #f8fafa;
}

.container-edit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px; /* Tambah jarak antar elemen */
}

.hero-content {
    flex: 1;
    max-width: 100%;
}

.hero-content h {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.3;
    color: #333;
}

.hero-content p {
    font-size: 12px;
    color: #666;
    margin: 1px 0;
    max-width: 75%;
}

.hero-stats {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.hero-stats div {
    text-align: left;
    flex: 1;
    min-width: 250px; /* Agar tetap rapi saat wrap */
}

.stat-number {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ff9800;
}

.hero-image {
    flex: 1;
    max-width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-wrapper {
    position: relative;
    display: inline-block;
}

.hero-image img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 100px 5px 100px 5px;
    position: relative;
    z-index: 2;
}

.bg-decor {
    position: absolute;
    width: 450px;
    height: 400px;
    border-radius: 100px 5px 100px 5px;
    z-index: 1;
}

.bg-yellow {
    background-color: #fdeac7;
    top: -25px;
    left: -20px;
}

.bg-blue {
    background-color: #cfe8e5;
    bottom: -25px;
    right: -20px;
}

@media (max-width: 768px) {
    .container-edit {
        flex-direction: column; /* Ubah jadi vertikal */
        text-align: center; /* Teks jadi di tengah */
        gap: 20px;
    }

    .hero-content {
        max-width: 90%;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-stats {
        flex-direction: column;
        align-items: center;
    }

    .hero-image {
        max-width: 100%;
    }

    .hero-image img {
        max-width: 300px;
    }

    .bg-decor {
        width: 320px;
        height: 220px;
    }
}

/*   */

.footer {
    background: #2c2c2c;
    color: white;
    height: 40px;
    padding: 5px;
    text-align: center;
    justify-items: center;
}
.footer-text {
    font-size: small;
}

.menu
{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    /* padding-top: 30px; */
    margin-bottom: 30px;
}
    .menu-frame
    {
        transition: 0.5s;
        flex: 1;
        padding: 10px;
        height: 100%;
        text-decoration: none !important;
    }
    .menu-frame:hover
    {
        transform: scale(1.02);
        text-decoration: none;
        cursor: pointer;
    }
    .menu-konten
    {
        transition: 0.5s;
        background: rgba(255,255,255,0.69);
        padding: 20px;
        border-radius: 5px;
        text-align: center;
    }
    .menu-konten:hover
    {
        background: rgb(255, 255, 255);
    }
    .menu-frame:hover .menu-konten
    {
        transition: 0s;
        border-bottom: 4px solid #fdeac7;
    }
    .menu-logo
    {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
        object-fit: cover;
    }
    .menu-logo-org
    {
        width: 150px;
        height: 200px;
        border-radius: 120px;
        margin-bottom: 15px;
        object-fit: cover;
    }
    .menu-title
    {
        color: #2c2c2c;
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 0px;
        height: 50px;
        overflow: hidden;
        text-decoration: none !important;
    }
    .menu-title-org
    {
        color: #000;
        font-weight: bold;
        font-size: 18px;
        overflow: hidden;
    }
    .icon-circle {
        width: 60px;  
        height: 60px;
        border-radius: 50%;  
        background-color: #fdeac7; /* Warna background */
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 10px; /* Posisi tengah */
    }
    
    .icon-circle i {
        font-size: 30px;  
        color: #2c2c2c; /* Warna ikon */
    }

    .menu-gambar {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; /* Agar responsif */
        gap: 30px;
        margin-bottom: 20px;
    }
    
    .menu-gambar-frame {
        flex: 1;
        max-width: 100%; /* Batasi agar hanya 4 per baris */
        text-align: center;
        /* background-color: #00796b; */
    }
    
    .menu-gambar-konten {
        background: rgba(255,255,255,0.69);
        padding: 15px;
        border-radius: 150px;
        transition: 0.3s;
    }
    
    .menu-gambar-konten img {
        width: 100%; /* Supaya gambar responsif */
        height: auto;
        max-width: 400px; /* Batasi ukuran maksimal */
        display: block;
        margin: 0 auto;
    }
    
    .menu-gambar-frame:hover .menu-gambar-konten {
        background: #cfe8e5;
        transform: scale(1.05); /* Efek hover */
    }

/* ini untuk edukasi */
.page_content_wrap {
    padding: 40px 15px;
    background-color: #f8fafa;
}

.content_wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.content {
    flex: 3;
    min-width: 0;
}

.sidebar {
    flex: 1;
    min-width: 280px;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
}

.post_item {
    background: white;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.post_item:hover {
    transform: scale(1.01);
}

.post_content {
    /* padding: 20px; */
}

.post_content_isi {
    padding: 20px;
}

.post_title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.post_title a {
    color: inherit;
    text-decoration: none;
}

.post_title a:hover {
    color: #6b705c;
}

.post_info {
    font-size: 0.85rem;
    color: #999;
    margin-bottom: 15px;
    text-decoration: none !important;
}

.post_descr p {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 10px;
}

.post_featured img {
    width: 100%;
    height: 50vh;
    display: block;
    margin-bottom: 2vh;
    /* margin: 0 auto; */
    border-radius: 10px;
    object-fit: cover;
    max-width: none; /* ini penting untuk biar full lebar container */
}

.readmore {
    display: inline-block;
    background-color: #6b705c;
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.readmore:hover {
    background-color: #4d5241;
}

.widget_title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #2c2c2c;
    border-bottom: 2px solid #fdeac7;
    padding-bottom: 5px;
}

.widget_recent_posts .post_item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    background: none;
    box-shadow: none;
}

.widget_recent_posts .post_title {
    font-size: 1rem;
    font-weight: bold;
    color: #6b705c;
    margin-bottom: 5px;
}

.widget_recent_posts .post_info {
    font-size: 0.75rem;
    color: #aaa;
}

.widget_recent_posts .post_item.with_thumb {
    display: flex;
    align-items: center;
    gap: 15px;
}

.widget_recent_posts .post_thumb img {
    width: 100px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.widget_recent_posts .post_content {
    flex: 1;
}

@media (max-width: 768px) {
    .widget_recent_posts .post_item.with_thumb {
        flex-direction: row;
        align-items: flex-start;
    }

    .widget_recent_posts .post_thumb img {
        width: 50px;
        height: 50px;
    }
}

iframe {
    width: 100%;
    min-height: 88vh;
    border: none;
}