/* ==========================================
   PROFIL SECTION
========================================== */
.profil-section,
.sejarah-section,
.haul-section{
    padding: 60px 0;
}

.section-title{
    text-align: center;
    margin-bottom: 40px;
}

.section-title h1{
    font-size: 32px;
    color: #0B6B3A;
    margin-bottom: 5px;
}

.section-title p{
    color: #777;
}

/* ==========================================
   BOX PROFIL
========================================== */
.profil-box,
.haul-box{
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,.05);
    line-height: 1.8;
    color: #444;
}

/* ==========================================
   TIMELINE SEJARAH
========================================== */
.timeline{
    max-width: 900px;
    margin: auto;
    position: relative;
    padding-left: 20px;
}

.timeline::before{
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #0B6B3A;
}

.timeline-item{
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
}

.timeline-item::before{
    content: '';
    position: absolute;
    left: -2px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #0B6B3A;
    border-radius: 50%;
}

.timeline-item h3{
    margin-bottom: 8px;
    color: #0B6B3A;
}

.timeline-item p{
    color: #555;
    line-height: 1.7;
}