#pemateri {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
    background-image: url("/masterplans/assets/pemateribnbg.png");
    background-size: auto 120%;
    background-repeat: no-repeat;
    background-position: center;
}

#pemateri .container {
    position: relative;
}

#pemateri h1 {
    margin: 0;
    font-size: 72px;
    font-weight: 700;
    color: #154a43;
}

#pemateri h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    color: #154a43;
}

#pemateri h3 {
    margin-left: 20px;
    font-size: 72px;
    font-weight: bold;
    font-style: italic;
    color: #c27d0e;
}

#pemateri h4 {
    color: #154a43;
    margin: 10px 0 0 0;
    font-size: 24px;
}

#pemateri .header-container {
    display: flex;
    align-items: center;
}

#pemateri .btn-get-started {
    position: absolute;
    bottom: -25px;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    cursor: pointer;
    color: black;
    text-decoration: none;
    background: linear-gradient(to right, rgb(255, 190, 32), rgb(255, 150, 0));
    background-size: 200% auto;
    background-position: left center;
    transition: background-position 0.4s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
    z-index: 10;
}

#pemateri .btn-get-started:hover {
    background-position: right center;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}

.pemateri-hero {
    position: relative;
    padding-top: 175px;
    padding-bottom: 75px;
}

.header-pemateri {
    display: flex;
    justify-content: center;
    align-items: center;
}

.panah-icon {
    width: 50px;
    height: 50px;
    fill: #154a43;
}

.bg-text {
    position: relative;
    z-index: 1;
}

.bg-text img {
    position: absolute;
    top: -145px;
    left: -30px;
    width: 375px;
    height: auto;
    z-index: -1;
}

/* Mobile */
@media (max-width: 767px) {
    #pemateri {
        padding: 24px 16px;
        background-size: auto 1000px;
        background-position: center;
    }

    #pemateri h1 {
        font-size: 48px;
    }

    #pemateri h2 {
        font-size: 24px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    #pemateri h3 {
        font-size: 36px;
        margin-left: 12px;
    }

    #pemateri h4 {
        font-size: 16px;
    }

    #pemateri .btn-get-started {
        font-size: 18px;
        padding: 12px 20px;
        bottom: -20px;
    }

    .pemateri-hero {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .panah-icon {
        width: 36px;
        height: 36px;
    }

    .bg-text img {
        width: 200px;
        height: 225px;
        top: -85px;
        left: -20px;
    }

    .header-pemateri {
        justify-content: flex-start !important;
        text-align: left;
        width: 100%;
    }

    .header-container {
        justify-content: flex-start !important;
        width: 100%;
    }

    #pemateri .container {
        text-align: left;
    }
}

/* Tablet */
@media (max-width: 1023px) and (min-width: 768px) {
    #pemateri {
        padding: 32px 24px;
        background-size: auto 600px;
        background-position: center;
    }

    #pemateri h1 {
        font-size: 56px;
    }

    #pemateri h2 {
        font-size: 28px;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    #pemateri h3 {
        font-size: 48px;
        margin-left: 16px;
    }

    #pemateri h4 {
        font-size: 20px;
    }

    #pemateri .btn-get-started {
        font-size: 20px;
        padding: 14px 24px;
        bottom: -20px;
    }

    .pemateri-hero {
        padding-top: 140px;
        padding-bottom: 60px;
    }

    .panah-icon {
        width: 42px;
        height: 42px;
    }

    .bg-text img {
        width: 300px;
        top: -120px;
        left: -25px;
    }

    .header-pemateri {
        justify-content: flex-start !important;
        text-align: left;
        width: 100%;
    }

    .header-container {
        justify-content: flex-start !important;
        width: 100%;
    }

    #pemateri .container {
        text-align: left;
    }

    .pemateri-hero {
        padding: 100px 0 75px 0;
    }
}
