#content {
    background: #f8fafc;
}

/* Visi Misi Styles */
.visi-card {
    background: linear-gradient(135deg, #0d1b3e 0%, #1e3a8a 100%);
    color: #ffffff;
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(13, 27, 62, 0.15);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.visi-card::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    pointer-events: none;
}

.visi-card .visi-icon {
    font-size: 3rem;
    color: #00a6a6;
    margin-bottom: 25px;
    display: inline-block;
}

.visi-card h3 {
    color: #ffffff;
    font-weight: 800;
    font-size: 1.8rem;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.visi-card .visi-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #e2e8f0;
    font-weight: 400;
}

.misi-container h3 {
    color: #0d1b3e;
    font-weight: 800;
    font-size: 1.8rem;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.misi-container h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #00a6a6;
    border-radius: 2px;
}

.misi-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 45px;
    box-shadow: 0 15px 35px rgba(13, 27, 62, 0.04);
    border: 1px solid rgba(13, 27, 62, 0.05);
}

/* Style list elements parsed from rich text editor */
.misi-rich-text ul, .misi-rich-text ol {
    padding-left: 20px;
    margin: 0;
}

.misi-rich-text li {
    margin-bottom: 18px;
    line-height: 1.8;
    color: #4b5563;
    font-size: 1.05rem;
    padding-left: 8px;
}

.misi-rich-text li:last-child {
    margin-bottom: 0;
}

.misi-rich-text ul li::marker {
    color: #00a6a6;
    font-size: 1.2rem;
}

.misi-rich-text ol li::marker {
    color: #00a6a6;
    font-weight: 700;
}

/* Sidebar Styles */
.widget-services {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(13, 27, 62, 0.04);
    border: 1px solid rgba(13, 27, 62, 0.05);
}

.widget-services .widget__title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0d1b3e;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f3f4f6;
    position: relative;
}

.widget-services .widget__title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 45px;
    height: 3px;
    background: #00a6a6;
    border-radius: 2px;
}

.widget-services .widget-content ul {
    padding: 0;
    margin: 0;
}

.widget-services .widget-content ul li {
    list-style: none;
    margin-bottom: 8px;
    border-radius: 10px;
    transition: all 0.25s ease;
    border: 1px solid transparent;
    background: #f8fafc;
}

.widget-services .widget-content ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    color: #4b5563;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.25s ease;
}

.widget-services .widget-content ul li:hover {
    background: rgba(0, 166, 166, 0.04);
    border-color: rgba(0, 166, 166, 0.15);
    transform: translateX(4px);
}

.widget-services .widget-content ul li:hover a {
    color: #00a6a6;
}

.widget-services .widget-content ul li i {
    font-size: 0.75rem;
    color: #9ca3af;
    transition: all 0.25s ease;
}

.widget-services .widget-content ul li:hover i {
    color: #00a6a6;
    transform: translateX(3px);
}

.widget-schedule {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(13, 27, 62, 0.04);
    border: 1px solid rgba(13, 27, 62, 0.05);
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.widget-schedule::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #00a6a6;
}

.widget-schedule .widget__icon {
    width: 50px;
    height: 50px;
    background: rgba(0, 166, 166, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #00a6a6;
    font-size: 1.5rem;
}

.widget-schedule .widget__title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0d1b3e;
    margin-bottom: 12px;
    display: block;
}

.widget-schedule .schedule-content {
    font-size: 0.95rem;
    color: #4b5563;
    font-weight: 700;
    line-height: 1.5;
    padding: 14px 20px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px dashed rgba(13, 27, 62, 0.1);
}
