.hero-title {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.hero-subtitle {
    color: #fff;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.checklist-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.check-icon {
    color: #2ecc71;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    flex-shrink: 0;
}

.panel-description {
    margin-top: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.7;
}
.check-icon {
    color: #ffffff !important;
}
/*Section Peta Membangun Negeri */
.citicon-reach-section {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
}

.citicon-reach-content {
    width: 50%;
}

.citicon-reach-image {
    width: 50%;
    text-align: center;
}

.citicon-reach-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.citicon-reach-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}


/* Mobile */
@media(max-width:768px){
    .citicon-reach-section {
        flex-direction: column !important;
    }

    .citicon-reach-content,
    .citicon-reach-image {
        width:100%;
    }
}