/* Header */
.page-header {
    padding-top: 9.5rem;
    padding-bottom: 52px;
}

.header-title {
    font-family: "Crimson";
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    color: var(--secondary);
}

.header-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}
/* End Header */

/* Manfaat Bekam */
#manfaatBekam {
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #0ea1240f;
}

.mafu-img {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    object-fit: cover;
}
/* End Manfaat Bekam */

/* Standar PBI */
#standarPbi {
    margin-top: 52px;
}

.standar-border {
    border: 2px solid var(--primary);
}
/* End Standar PBI */

/* Galeri */
#galeri {
    margin-top: 52px;
}

.galeri-img {
    width: 320px;
    height: 280px;
    border-radius: 8px;
    object-fit: cover;
}

.galeri-carousel .slick-track {
    margin-left: -8px;
    margin-right: -8px;
}

.galeri-carousel .slick-slide {
    margin-left: 8px;
    margin-right: 8px;
}
/* End Galeri */

/* Consult */
#consult {
    margin-top: 52px;
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #0ea1240f;
}

.consult-btn {
    border-radius: 8px;
    background-color: var(--accent);
    font-family: "Crimson";
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    color: white;
    line-height: normal;
    padding-top: 12px;
    transition: all 200ms ease;
}

.consult-btn:hover {
    background-color: var(--accent);
    color: white;
    filter: brightness(0.8);
}
/* End Consult */

@media (max-width: 998px) {
    /* Header */
    .header-img {
        height: 220px;
    }
    /* End Header */

    .mafu-img {
        height: 240px;
    }

    /* Header */
    .page-header {
        padding-top: 6rem;
    }
    /* End Header */

    /* Galeri */
    .galeri-img {
        width: 60vw;
        height: 200px;
    }
    /* End Galeri */

    .consult-btn {
        font-size: 24px;
    }
}
