.elementor-12073 .elementor-element.elementor-element-6d9a4ba{--display:flex;}/* Start custom CSS for html, class: .elementor-element-250df7b */.prodi-wrapper {
    max-width: 1100px;
    margin: 40px auto;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
}

/* Banner Styles */
.prodi-banner { width: 100%; position: relative; background: #f39c12; }
.prodi-banner img { width: 100%; height: auto; display: block; object-fit: cover; }
.banner-overlay {
    position: absolute;
    bottom: 15px;
    right: 20px;
    background: #1a3c6d;
    color: #fff;
    padding: 6px 15px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 12px;
}

/* Body Content */
.prodi-body { padding: 40px; }
.header-text { text-align: left; margin-bottom: 40px; }
.label { color: #f39c12; font-weight: 700; font-size: 13px; letter-spacing: 1px; }
.color-kpn { color: #d68910; }
.header-text h1 { font-size: 32px; margin: 5px 0; font-weight: 800; }
.tagline { font-style: italic; color: #666; margin-bottom: 20px; font-size: 15px; }
.desc { font-size: 14.5px; color: #555; line-height: 1.8; max-width: 800px; }

.header-stats { display: flex; gap: 40px; margin-top: 25px; border-top: 1px solid #eee; padding-top: 20px; }
.stat-item strong { display: block; font-size: 24px; }
.stat-item span { font-size: 11px; color: #888; text-transform: uppercase; letter-spacing: 1px; }

/* Timeline Styles */
.prodi-details { padding: 40px; background: #fffcf8; border-radius: 20px; border: 1px solid #fef5e7; }
.section-title { color: #d68910; font-weight: 800; margin-bottom: 40px; }
.timeline { position: relative; padding-left: 30px; border-left: 2px solid #fdebd0; }
.t-item { position: relative; margin-bottom: 40px; }
.t-dot { position: absolute; left: -36px; top: 0; width: 10px; height: 10px; border: 3px solid #d68910; border-radius: 50%; }
.bg-kpn { background: #1a3c6d; }
.t-content h4 { margin: 0 0 10px 0; color: #d68910; font-size: 17px; }
.t-content p { font-size: 14px; color: #666; line-height: 1.6; }
.tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 15px; }
.tag-kpn { background: #fff; border: 1px solid #fdebd0; color: #d68910; padding: 4px 12px; border-radius: 50px; font-size: 11px; font-weight: 600; }

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
    .prodi-body { padding: 25px 20px; }
    .header-text h1 { font-size: 26px; }
    .header-stats { gap: 15px; justify-content: space-between; }
    .stat-item strong { font-size: 18px; }
    .prodi-details { padding: 25px 15px; }
    .timeline { padding-left: 20px; }
    .t-dot { left: -26px; }
}/* End custom CSS */