<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-opacity-75 {
    opacity: 0.75;
}

.step-icon {
    width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#proses {
    background-color: #D2691E;
    /* Warna Cokelat Aksen */
    padding: 50px 0;
}

#proses .section-title h2 {
    color: white;
    font-size: 2rem;
    margin-bottom: 20px;
}

#proses .section-title p {
    color: rgba(255, 255, 255, 0.75);
}

/* Untuk kolom kiri */
#proses .step-box {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

#proses .step-box .d-flex {
    margin-bottom: 20px;
}

#proses .step-box .step-icon {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

#proses .step-box h4 {
    color: white;
    font-weight: 500;
}

#proses .step-box p {
    color: rgba(255, 255, 255, 0.75);
}

/* Untuk kolom kanan (gambar) */
#proses .col-lg-6 img {
    max-width: 80%;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

/* Styling untuk card dan gambar */
#proses .card-body {
    padding: 20px;
}

#proses .card-body img {
    width: 50%;
    margin-bottom: 20px;
}

#proses .card-body h5 {
    font-weight: 500;
    margin-bottom: 15px;
    color: white;
}

#proses .card-body p {
    color: rgba(255, 255, 255, 0.75);
}

.step-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0.1);
    /* warna terang transparan */
    padding: 20px;
    border-radius: 12px;
    border-left: 5px solid #D2691E;
    /* aksen cokelat */
}

.step-icon {
    margin-right: 15px;
    color: #D2691E;
    /* Warna ikon */
}

.step-content {
    flex: 1;
}

.step-content h4,
.step-content p {
    text-align: left;
    margin: 0;
}

.step-content h4 {
    margin-bottom: 6px;
}

.bg-accent {
    background-color: #D2691E;
}

.proses-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.proses-image {
    flex: 1 1 40%;
    text-align: center;
}

.proses-text {
    flex: 1 1 55%;
}

.step-icon {
    width: 40px;
    text-align: center;
}

.step-content h4 {
    margin-bottom: 0.5rem;
}

@media (max-width: 991.98px) {
    .proses-text {
        text-align: center;
    }

    .step-item {
        flex-direction: column;
        align-items: center;
    }

    .step-icon {
        margin-bottom: 0.5rem;
    }
}

.proses-section {
    background-color: #D2691E;
    padding: 60px 0;
}

/* Judul dan paragraf */
.proses-section h2,
.proses-section p {
    color: #ffffff;
}

/* Step Box */
.step-box {
    display: flex;
    flex-direction: column;
}

/* Step Item */
.step-item {
    display: flex;
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0.1);
    /* semi-transparan */
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
}

/* Icon di langkah */
.step-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
}

/* Konten teks di langkah */
.step-content h4 {
    margin-bottom: 6px;
}

.step-content p {
    margin-bottom: 0;
}

/* Gambar proses */
.proses-image img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Responsif padding &amp; layout */
@media (max-width: 991.98px) {
    .proses-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .proses-text {
        margin-top: 30px;
    }

    .step-item {
        text-align: left;
    }
}</pre></body></html>