.badge-hmif {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background-color: rgba(255, 0, 0, 0.1);
        color: #b30000;
        padding: 6px 14px;
        border-radius: 999px; 
        font-weight: 500;
        font-size: 14px;
    }

    /* didie judul hmif na nya pak */
    .judul-hmif {
        margin-top: 16px;
        font-size: 60px;
        font-weight: 700;
        background: linear-gradient(90deg, #E6000B,#800000);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
        letter-spacing: 1px;
        font-family: 'Inter', sans-serif;
    }
    .p-judul {
        margin-top: 10px;
        font-size: 20px;
        color: #4a5565;
        letter-spacing: 1px;
        font-family: 'Inter', sans-serif;
    }
    .buttons-hmif {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 20px;
    }

    .btn-hmif {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 2px solid #c30000;
    color: black;
    background-color: transparent;
    padding: 10px 10px 10px 10px;
    border-radius: 40px;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    }
    .btn-begabung {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        border: 0px solid #c30000;
        color: white;
        background-color: #ed001d;
        margin-top: 35px;
        padding: 10px 20px 10px 20px;
        border-radius: 40px;
        font-weight: 500;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.25s ease-in-out;
    }
    .btn-begabung:hover {
        background-color: #c30000;
        font-size: 19px;
    }

    .btn-hmif:hover {
    background-color: #c30000;
    color: white;
    }

    /* Ikon panah kanan */
    .btn-hmif .material-symbols-outlined {
    font-size: 20px;
    transition: transform 0.25s;
    }

    /* Geser ikon sedikit saat hover */
    .btn-hmif:hover .material-symbols-outlined {
    transform: translateX(3px);
    }
    .stat-item {
        font-family: 'Inter', sans-serif;
        margin-top: 20px;
    }

    .stat-number {
        font-size: 25px; /* besar */
        font-weight: 700;
        color: #e21414; /* merah pekat */
        margin-bottom: 4px;
    }

    .stat-label {
        font-size: 16px;
        color: #4a5565; /* abu gelap */
        margin: 0;
    }
    /* ====== SECTION UMUM ====== */
    #beranda {
        background: linear-gradient(to bottom, #fffbfc, #fee9e9);
        padding: 80px 0;
    }
    #visi-misi {
        /* background: linear-gradient(to bottom right, #edbbc1, #fff5f5); */
        padding: 80px 0;
        font-family: 'Inter', sans-serif;
    }
    /* ====== JUDUL DAN PARAGRAF ====== */
    #visi-misi h1 {
        font-weight: 700;
        font-size: 48px;
        color: #1a202c;
        margin-bottom: 12   px;
    }

    #visi-misi h1 span {
        color: #c30000;
    }

    #visi-misi p {
        color: #4a5565;
        font-size: 20px;
        max-width: 700px;
        margin: 0 auto 50px auto;
    }

    /* ====== KARTU VISI & MISI ====== */
    #visi-misi .card {
        border: none;
        border-radius: 24px;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.20);
        background-color: #fff;
        margin-bottom: 20px;
        padding: 10px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    #visi-misi .card:hover {
        transform: translateY(-5px);
        background-color: #ffe6e6; 
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    }

    /* ====== CARD HEADER (ICON + JUDUL) ====== */
    #visi-misi .card-title {
        display: flex;
        align-items: center;
        gap: 12px;
        font-weight: 700;
        color: #1a202c;
        font-size: 24px;
        margin-bottom: 16px;
    }

    /* ====== PARAGRAF DALAM CARD ====== */
    #visi-misi .card-text {
        color: #4a5565;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    /* ====== LIST (VISI) ====== */
    #visi-misi ul {
        list-style: none;
        padding-left: 0;
        margin-top: 20px;
    }

    .list-misi {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #ed001d;
        color: white;
        width: 35px;
        height: 35px;
        border-radius: 10px;
        font-weight: 600;
        margin-right: 8px;
    }
    .list-visi {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #ed001d;
        color: white;
        width: 25px;
        height: 25px;
        border-radius: 15px;
        font-weight: 600;
        margin-right: 8px;
    }


    /* ====== RESPONSIVE ====== */
    @media (max-width: 768px) {
        #visi-misi h1 {
            font-size: 32px;
        }
    }
    #visi-misi .icon-box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        padding: 0px;
        border-radius: 16px;
        background: linear-gradient(135deg, #ff4b4b, #c30000);
        box-shadow: 0 4px 10px rgba(195, 0, 0, 0.25);
    }

    #struktur-organisasi .icon-box .material-symbols-outlined {
        color: white;
        font-size: 36px;
    }

    #struktur-organisasi .card-title {
        font-size: 30px;
        font-weight: 700;
        color: #1a1a1a;
    }
    #struktur-organisasi h1 {
        font-weight: 700;
        font-size: 48px;
        color: #1a202c;
        margin-bottom: 12px;
    }

    #struktur-organisasi h1 span {
        color: #c30000;
    }

    #struktur-organisasi p {
        color: #4a5565;
        font-size: 20px;
        max-width: 100%;
        margin: 0 auto 50px auto;
    }
    #struktur-organisasi .card-body h3 {
        font-weight: 700;
        font-size: 24px;
    }
    #struktur-organisasi .card {
        border: none;
        border-radius: 18px;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.20);
        background-color: #fff;
        margin-bottom: 20px;
        padding: 10px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    /* #struktur-organisasi .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    } */
    .card-info {
        background: white;
        border-radius: 20px;
        padding: 30px 20px;
        transition: transform 0.25s ease, box-shadow 0.25s ease;
        /* box-shadow: 0 18px 40px rgba(0, 0, 0, 1.20); */
    }

    /* .card-info:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    } */

    .card-info .icon-red {
        font-size: 23px;
        color: #ed001d;
        background: #ffe4e4;
        padding: 12px;
        border-radius: 12px;
    }

    .struktur-font{
        font-size: 18px;
        font-family: "Inter", sans-serif;
    }
    #tentang h2 {
        font-weight: 700;
        font-size: 36px;
        color: #1a202c;
        margin-bottom: 12px;
        font-family: 'Inter', sans-serif;
    }

    #tentang h2 span {
        color: #c30000;
        font-size: 36px;
        font-family: 'Inter', sans-serif;
    }

    .tentang-p {
        color: #4a5565;
        font-size: 20px;
        max-width: 700px;
        font-weight: 400;
        margin: 0 auto 50px auto;
    }
    .kartu {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .kartu .icon-box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border-radius: 30px;
        background-color: #386bea;
        box-shadow: 0 4px 10px rgba(195, 0, 0, 0.25);
    }

    .kartu .icon-box span {
        color: white;
        font-size: 28px;
    }
    .kartu-span{
        font-size: 48px;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        margin-top: 15px;
    }
    .kartu h3{
        font-size: 20px;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
    }
    .kartu p{
        font-size: 16px;
        font-family: 'Inter', sans-serif;
        margin: 0px 0px 0px 0px;
        color: #4a5565;
        max-width: 200px;
        margin-top: 10px;
    }
    #tentang .kartu-tentang:hover {
        transform: translateY(-5px);
        background-color: #f0e6df !important;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    #tentang .kartu-tentang {
        transition: all 0.3s ease;
    }
    

    .card-bergabung {
        background: white;
        border-radius: 20px;
        padding: 30px 20px;
        transition: transform 0.25s ease, box-shadow 0.25s ease;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
        margin: 50px;
        border: 0px;
    }
    
    .card-bergabung h3 {
        font-size: 24px;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
    }
    .card-bergabung p {
        font-size: 16px;
        font-family: 'Inter', sans-serif;
        color: #4a5565;
    }
    .badge-networking {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background-color: rgba(255, 0, 0, 0.1);
        color: #b30000;
        padding: 6px 14px;
        border-radius: 999px; 
        font-weight: 500;
        font-size: 14px;
        transition: font-size 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    }
    .badge-networking:hover {
        font-size: 14.5px;
    }
    .badge-skill-development {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background-color: #dbeafe;
        color: #3454c2;
        padding: 6px 14px;
        border-radius: 999px; 
        font-weight: 500;
        font-size: 14px;
        transition: font-size 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    }
    .badge-skill-development:hover {
        font-size: 14.5px;
    }
    .badge-achievement {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background-color: #dbfce7;
        color: #0e6f3b;
        padding: 6px 14px;
        border-radius: 999px; 
        font-weight: 500;
        font-size: 14px;
        transition: font-size 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    }
    .badge-achievement:hover {
        font-size: 14.5px;
    }

    #berita h2 {
        font-weight: 700;
        font-size: 36px;
        color: #1a202c;
        margin-bottom: 12px;
        font-family: 'Inter', sans-serif;
    }
    #berita h2 span {
        color: #c30000;
        font-size: 36px;
        font-family: 'Inter', sans-serif;
    }
    .btn-berita {
        border: 1px solid lightgray;
        border-radius: 25px;
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        padding: 8px 25px;
        transition: font-size 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    }
    .btn-berita:hover {
        font-size: 14.5px;
        background-color: #f0dfdf;
        color: #ed001d;
    }
    .filter-btn.active {
      background-color: #d50000;
      color: white;
      border-color: #d50000;
      box-shadow: 0 4px 12px rgba(213, 0, 0, 0.3);
    }
    
    /* Kartu */
    .event-card {
      border: none;
      border-radius: 20px;
      background-color: #fff;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .event-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
    }
    .event-card:hover h5 {
        color: #d50000;
        transition: color 0.3s ease;
    }

    .card-img-placeholder {
      height: 180px;
      background-color: #dbe1e8;
      display: flex;
      justify-content: center;
      align-items: center;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      color: #6c757d;
      flex-direction: column;
    }

    .badge-category {
      font-size: 0.8rem;
      font-weight: 500;
      border-radius: 8px;
      padding: 4px 10px;
      color: white;
    }

    .badge-workshop { background-color: #4677ff33; color: #4677ff; }
    .badge-kompetisi { background-color: #ff3b3b33; color: #ff3b3b; }
    .badge-study { background-color: #805dff33; color: #805dff; }

    .tag {
      background-color: #f2f4f7;
      border-radius: 10px;
      padding: 3px 10px;
      font-size: 0.8rem;
      color: #495057;
    }
    .btn-berita-lainnya {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        border: 0px solid #c30000;
        color: white;
        background-color: #ed001d;
        margin-top: 35px;
        padding: 12px 32px;
        border-radius: 40px;
        font-weight: 500;
        font-size: 16px;
        font-family: 'Inter', sans-serif;
        cursor: pointer;
        transition: all 0.25s ease-in-out;
    }
    .btn-berita-lainnya:hover {
        background-color: #c30000;
        font-size: 17px;
    }
    #kontak h2 {
        font-weight: 700;
        font-size: 36px;
        color: #1a202c;
        margin-bottom: 12px;
        font-family: 'Inter', sans-serif;
    }
    #kontak h2 span {
        color: #c30000;
        font-size: 36px;
        font-family: 'Inter', sans-serif;
    }
    .icon-box-kontak {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        padding: 0px;
        color: white;
        border-radius: 16px;
        background: linear-gradient(135deg, #DF37B1, #B02EDF);
        box-shadow: 0 4px 10px rgba(195, 0, 0, 0.25);
    }
    #kontak h3{
        font-size: 24px;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        margin: 0px;
    }
    .p-kontak{
        color: gray;
        font-size: 14px;
        font-weight: 500;
        font-family: 'Inter', sans-serif;
        
    }
    .p-kontak-detail{
        color: gray;
        font-size: 16px;
        margin: 10px 0px 10px 0px;
        font-weight: 500;
        font-family: 'Inter', sans-serif;
        
    }
    .kunjungi {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
    /* .icon-box-kontak i {
        
    } */

    .platform-card {
        border-radius: 16px;
        padding: 28px;
        font-family: 'Inter',sans-serif;
        border: none;
        transition: all 0.3s ease;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
        height: 250px;
    }

    .platform-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }

    /* Warna latar masing-masing */
    .instagram-card {
        background-color: rgba(255, 0, 255, 0.05);
    }

    .whatsapp-card {
        background-color: rgba(0, 255, 0, 0.05);
    }
    .tiktok-card {
        background-color: rgba(0, 255, 0, 0.05);
    }
    .email-card {
        background-color: #E7F2FF;
    }

    /* Icon */
    .icon-box {
        width: 56px;
        height: 56px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        color: white;
    }

    .instagram-card .icon-box {
        background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
        color: white;
    }

    .whatsapp-card .icon-box {
        background-color: #25D366;
        color: white;
    }
    .tiktok-card .icon-box {
        background-color: #04070c;
        color: white;
    }
    .email-card .icon-box {
        background-color: #1E6DFF;
        color: white;
    }

    /* Judul & teks */
    .platform-card h3 {
        font-size: 20px;
        font-weight: 700;
        color: #0b0b0b;
        margin-bottom: 4px;
    }

    .platform-card .stats {
        color: #6b6b6b;
        font-size: 14px;
    }

    .platform-card .stats span + span {
        margin-left: 12px;
    }

    /* Deskripsi */
    .platform-card .desc {
        margin-top: 16px;
        color: gray;
        font-size: 15px;
    }

    /* Link kunjungi */
    .visit-link {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        color: red;
        font-weight: 600;
        margin-top: 12px;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .visit-link:hover {
        color: #b30000;
    }

    /* Icon eksternal */
    .external-link {
        color: lightgray;
        font-size: 22px;
    }
    .badge-instagram {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
        color: white;
        text-decoration: none;
        padding: 6px 14px;
        border-radius: 999px; 
        font-weight: 500;
        font-size: 16px;
        font-family: 'Inter', sans-serif;
        transition: font-size 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    }
    .badge-instagram:hover {
        font-size: 17.5px;
    }

    .badge-whatsapp {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background-color: #25D366;
        color: white;
        padding: 6px 14px;
        border-radius: 999px; 
        font-weight: 500;
        font-size: 16px;
        font-family: 'Inter', sans-serif;
        transition: font-size 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    }
    .badge-whatsapp:hover {
        font-size: 17.5px;
    }


    .badge-tiktok {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background-color: #04070c;
        color: white;
        padding: 6px 14px;
        border-radius: 999px; 
        font-weight: 500;
        font-size: 16px;
        font-family: 'Inter', sans-serif;
        transition: font-size 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    }
    .badge-tiktok:hover {
        font-size: 17.5px;
    }
    .badge-email {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background-color: #1E6DFF;
        color: white;
        padding: 6px 14px;
        border-radius: 999px; 
        font-weight: 500;
        font-size: 16px;
        font-family: 'Inter', sans-serif;
        transition: font-size 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    }
    .badge-email:hover {
        font-size: 17.5px;
    }
    .li-kontak {
        color: white;
        text-decoration: none;
    }
    .li-kontak:hover {
        color: white;
        text-decoration: none;
    }
    .badge-kontak{
        margin: 0px 5px 0px 5px;
    }
    /* #footer img{
        width: 70px;
    } */

    #footer {
        background-color: #04070c;
    }
    #footer img {
        width: 35px;
        height: 45px;
    }
    #footer h3 {
        font-size: 24px;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        color: white;
    }
    .p-footer-hmif{
        font-size: 16px;
        font-family: 'Inter', sans-serif;
        color: rgb(199, 199, 199);
        font-weight: 400;
    }
    .footer-p {
        color: rgb(199, 199, 199);
        width: 70%;
        font-size: 14px;
        margin: 0px 0px 0px 0px;
    }
    #footer h4{
        font-family: 'Inter', sans-serif;
        font-size: 20px;
        color: #FFA2A2;
        font-weight: 700;
    }
    .p-alamat {
        font-size: 16px;
        font-family: 'Inter', sans-serif;
        color: #ffffff;
        font-weight: 700;
        margin: 0px 0px 0px 0px;
    }
    .footer-icon {
        color: #FC6366;
        font-size: 15px;
    }
    .icon-kontak {
        width: 45px;
        height: 45px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 21px;
        background: #1E2939;
        color: white;
    }
    .logo-footer{
        border-radius: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E31A26;
        color: white;
        width: 55px;
        height: 55px;
    }
    #footer {
        background:
            radial-gradient(circle at bottom right, rgba(255, 0, 0, 0.25), transparent 70%),
            linear-gradient(to top left, #0a0a12, #111827);
        color: #fff;
        padding: 60px 0;
    }
    #footer a {
        text-decoration: none;
    }
    .bungkus-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
}

/* Card utama */
.logo-utama {
    position: relative;
    width: 350px;
    height: 350px;
    border-radius: 25px;
    background: #E31A26;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* Layer “bayangan belakang” */
.logo-utama::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    /* background: rgba(255, 100, 100, 0.4); */
    z-index: -1;
    transform: rotate(-4deg);
    transition: all 0.4s ease;
}

/* Efek hover */
.logo-utama:hover {
    transform: translateY(-15px) rotate(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.logo-utama:hover::before {
    transform: rotate(-6deg) translateY(5px);
    opacity: 0.8;
}

/* Gambar di tengah */
.logo-utama img {
    width: 250px;
    transition: transform 0.3s ease;
}

/* Efek kecil pada gambar */
.logo-utama:hover img {
    transform: scale(1.05);
}

#visi-misi {
    background: linear-gradient(to bottom, white, #fee9e9);
}
#struktur-organisasi {
    background: linear-gradient(to bottom,#fee9e9, white);
}
#tentang {
    background: linear-gradient(to bottom, white, #fee9e9);
}
#berita {
    background: linear-gradient(to bottom,#fee9e9, white);
}
#kontak {
    background: linear-gradient(to bottom, white, #FDFAF6);
}
.kartu-visi{
    height: 736px;
}
@media (max-width: 768px) {
        .card {
            max-width: 100% !important;
        }
        .card-bergabung {
            margin: 40px 0px 0px 0px;
        }
        .badge-networking {
            margin-bottom: 10px;
        }
        .badge-skill-development {
            margin-bottom: 10px;
        }
        .badge-achievement {
            margin-bottom: 10px;
        }
        .kartu-visi {
            height: fit-content;
        }
        .badge-kontak{
            margin: 5px 5px 5px 5px;
        }
    }