#hero {
    width: 100%;
    height: auto;
    position: relative;
    min-height: 600px;
    background-image: url("/masterplans/assets/produkbg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#hero .container {
    position: relative;
}

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

#hero h2 {
    margin: 0;
    font-size: 48px;
    font-style: italic;
    padding-bottom: 5px;
    color: #154a43;
}

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

#hero .btn-get-started {
    position: relative;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 30px;
    margin-top: 10px;
    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;
}

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

.container-1 {
    padding-top: 175px;
}

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

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

.produk-head {
    position: relative;
    z-index: 1;
}

.produk-head-img {
    position: absolute;
    top: -125px;
    right: 415px;
    width: 400px;
    height: 335px;
    z-index: -1;
}

/* Mobile */
@media (max-width: 767px) {
    #hero {
        min-height: 450px;
        padding: 50px 24px 0 24px;
        background-size: cover;
        background-position: -550px center;
        margin-bottom: 0;
    }

    #hero h1 {
        font-size: 42px;
        text-align: start;
    }

    .header-pemateri h2,
    svg {
        display: none;
    }

    #hero .header-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #hero .btn-get-started {
        font-size: 18px;
        padding: 12px 24px;
    }

    .container-1 {
        padding-top: 100px;
    }

    .produk-head-img {
        top: -50px;
        right: 95px;
        width: 250px;
        height: auto;
    }

    .produk-head {
        margin-bottom: 25px;
    }
}

/* Tablet */
@media (max-width: 1023px) and (min-width: 768px) {
    #hero {
        padding: 50px 20px 0 20px;
        background-position: -500px center;
        margin-bottom: 0;
    }

    .produk-head {
        margin-bottom: 25px;
    }

    .header-pemateri h2,
    svg {
        display: none;
    }

    #hero h2 {
        font-size: 32px;
        text-align: start;
    }

    #hero .header-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #hero .btn-get-started {
        font-size: 20px;
        padding: 14px 28px;
    }

    .container-1 {
        padding-top: 130px;
    }

    .produk-head-img {
        top: -50px;
        left: 0;
        width: 350px;
        height: auto;
    }

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