#detail {
    margin-top: 70px;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
    background-image: url("/masterplans/assets/detail-draft-bg.jpg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.detail-hero {
    position: relative;
    padding-top: 125px;
    padding-bottom: 75px;
}

#detail .container {
    position: relative;
}

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

#detail h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    color: #154a43;
}

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

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

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

#detail .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;
}

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

.header-detail {
    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) {
    #detail {
        padding: 0 16px;
        background-size: auto 550px;
        background-position: -1000px center;
    }

    #detail h1 {
        font-size: 32px;
    }

    #detail h2 {
        font-size: 22px;
    }

    #detail .header-detail h2 {
        font-size: 16px;
    }

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

    .header-detail {
        justify-content: flex-start !important;
        text-align: left;
        width: 100%;
        margin-top: 10px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile */
@media (max-width: 767px) {
}

/* Tablet */
@media (max-width: 1023px) and (min-width: 768px) {
}
