    .menubar li .header-dropdown {
        color: black;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .header-bg-dropwon {
        background-color: transparent;
        border-radius: 4px;
        padding: 10px;
    }

    .banner-intro-text {
        font-family: Inter;
        font-weight: 700;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: 2%;
        color: #282C4B;
    }

    .banner-intro-sub-text {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #747582;
    }

    .margin-introduction {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .intro-jumlah {
        font-family: Inter;
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0px;
        color: #282C4B;
    }

    .caption-intro-jumlah {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        width: 250px;
        color: #363940;
    }

    .border-intro {
        border: 1px solid #E5E5E5;
        border-radius: 4px;
        padding: 20px;
        box-shadow: 0 2px 8px rgba(40, 44, 75, 0.08);
    }

    .bg-kursus-tersedia {
        background: #F2F2F2;
    }

    .kursus-tersedia-text {
        font-family: Inter;
        font-weight: 700;
        font-size: 32px;
        color: #282C4B;
    }

    .kursus-tersedia-card {
        background: #FFFFFF;
        border: 1px solid #E5E5E5;
        box-shadow: 0 2px 8px rgba(40, 44, 75, 0.08);
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        transition: box-shadow 0.2s ease;
    }

    .kursus-tersedia-card-img img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        display: block;
    }

    .kursus-tersedia-card-img {
        position: relative;
    }

    .kategori-badge {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #0056b3;
        color: #fff;
        padding: 4px 12px;
        font-size: 12px;
        font-weight: 600;
        border-bottom-right-radius: 6px;
        border-top-left-radius: 4px;
        z-index: 2;
    }

    /* Text section */
    .kursus-title {
        font-weight: 600;
        font-size: 16px;
        color: #1F51A8;
        /* sesuai warna biru dari screenshot */
        margin-bottom: 6px;
    }

    .kursus-description {
        font-size: 14px;
        color: #6C757D;
        /* warna abu-abu teks */
        margin-bottom: 12px;
    }

    /* Button */
    .btn-enroll {
        background-color: #F8F9FA;
        color: #1F2937;
        font-size: 14px;
        font-weight: 500;
        padding: 6px 14px;
        border: none;
        border-radius: 6px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
    }

    .btn-enroll:hover {
        background-color: #e2e6ea;
    }

    .btn-custome-kursus {
        background-color: #CED4DA;
        color: #363940;

    }

    .btn-custome-login {
        background-color: #2A8B71;
        color: #FBFBFB !important;
        font-size: 14px;
        font-weight: 500;
        padding: 6px 14px;
        border: none;
        border-radius: 8px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
    }

    .btn-custome-daftar {
        background-color: #fff;
        color: #2A8B71 !important;
        font-size: 14px;
        font-weight: 500;
        padding: 6px 14px;
        border: 2px solid #2A8B71;
        border-radius: 8px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    .card-kata-mereka {
        background: white;
        border-radius: 16px;
        padding: 40px 30px 30px;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
        position: relative;
        text-align: center;
        max-width: 600px;
        margin: auto;
    }

    .quote-top,
    .quote-bottom {
        font-size: 40px;
        color: #c4c4c4;
        font-weight: bold;
        position: absolute;
    }

    .quote-top {
        top: 20px;
        left: 30px;
    }

    .quote-bottom {
        bottom: 30px;
        right: 30px;
    }

    .testimonial-text {
        font-size: 16px;
        color: #444;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .testimonial-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .testimonial-avatar {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-bottom: 12px;
    }

    .rating {
        color: #FFD700;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .name {
        font-weight: 600;
        color: #1F2937;
    }

    .position {
        font-size: 14px;
        color: #9CA3AF;
    }


    /* Blog Section Styling */
    .blog {
        padding: 50px 0;
    }

    .blog h1 {
        font-size: 2rem;
        font-weight: bold;
        color: #333;
    }

    .blog p {
        font-size: 1rem;
        color: #666;
        margin-bottom: 30px;
    }

    .blog-cards .blog-card {
        display: block;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        text-decoration: none;
        color: inherit;
        transition: transform 0.3s ease;
    }

    .blog-cards .blog-card:hover {
        transform: translateY(-10px);
    }

    .blog-card-image {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .blog-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .blog-card-body {
        padding: 20px;
    }

    .blog-card-title {
        font-size: 1.2rem;
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
    }

    .blog-card-description {
        font-size: 0.9rem;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 10px;
    }

    .blog-card-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0.8rem;
        color: #777;
    }

    .blog-author {
        font-weight: normal;
    }

    .blog-date {
        font-size: 0.8rem;
        color: #777;
    }

    .btn-primary {
        background-color: #0056b3;
        border-color: #0056b3;
        font-size: 1rem;
        padding: 10px 20px;
    }

    .btn-primary:hover {
        background-color: #004085;
        border-color: #004085;
    }

    .blog h1 span::before {
        background-image: none;
    }

    .blog-name {
        font-weight: 400;
        font-size: 12px;
        color: #0056b3;
    }

    .blog-by {
        font-weight: 400;
        font-size: 10px;
        color: #747582;
    }

    .blog-card-title {
        font-weight: 600;
        font-size: 16px;
        color: #1F51A8;
    }

    .footer {
        background-color: #00262B;
        position: relative;
    }

    .line-white {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #FFFFFF;
    }
    .bg-custome-login {
        background-color: #1a2f44;
        padding: 50px 0;
    }




    @media (max-width: 767px) {
        .margin-introduction {
            margin-top: 50px;
            margin-bottom: 0;
        }

        .border-intro {
            margin-top: 20px;
        }

    }