/*--------------------------------------------------------------
# DAPENDA Timeline & Leader Styles
# Tambahan untuk halaman tentang/
--------------------------------------------------------------*/

/* ===== TIMELINE (Sejarah) ===== */
.timeline {
  position: relative;
  padding: 20px 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #4CAF50 0%, #1A237E 100%);
  border-radius: 2px;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
  width: 50%;
}

.timeline-item:nth-child(odd) {
  left: 0;
  padding-right: 40px;
}

.timeline-item:nth-child(even) {
  left: 50%;
  padding-left: 40px;
}

.timeline-marker {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #4CAF50;
  border: 4px solid #ffffff;
  border-radius: 50%;
  top: 0;
  box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.2);
}

.timeline-item:nth-child(odd) .timeline-marker {
  right: -10px;
}

.timeline-item:nth-child(even) .timeline-marker {
  left: -10px;
}

.timeline-content {
  background: #ffffff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(26, 35, 126, 0.08);
}

.timeline-date {
  display: inline-block;
  background: linear-gradient(135deg, #1A237E 0%, #283593 100%);
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.timeline-content h3 {
  color: #1A237E;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.timeline-content p {
  color: #6c757d;
  margin: 0;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .timeline::before {
    left: 20px;
  }
  .timeline-item {
    width: 100%;
    left: 0 !important;
    padding-left: 50px !important;
    padding-right: 0 !important;
  }
  .timeline-item .timeline-marker {
    left: 10px !important;
    right: auto !important;
  }
}

/* ===== MILESTONE ===== */
.milestone-card {
  padding: 40px;
}

.milestone-item h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #4CAF50;
  margin-bottom: 5px;
}

.milestone-item p {
  color: rgba(255,255,255,0.8);
  margin: 0;
}

/* ===== VISI & MISI ===== */
.visi-card {
  padding: 60px 40px;
}

.visi-card i {
  color: #4CAF50;
}

.visi-card .lead {
  font-size: 1.3rem;
  line-height: 1.8;
  font-style: italic;
}

.misi-card {
  transition: all 0.3s ease;
}

.misi-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(26, 35, 126, 0.15);
}

.misi-card h4 {
  color: #1A237E;
  font-size: 1.1rem;
  margin: 15px 0 10px;
}

.misi-card p {
  color: #6c757d;
  font-size: 0.95rem;
  margin: 0;
}

.nilai-card {
  padding: 40px;
}

.nilai-item h4 {
  font-weight: 700;
  margin-bottom: 8px;
}

/* ===== STRUKTUR ORGANISASI ===== */
.org-chart {
  padding: 40px 20px;
}

.org-box {
  transition: all 0.3s ease;
}

.org-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(26, 35, 126, 0.15);
}

.detail-card {
  padding: 40px;
}

.detail-card .table th {
  font-weight: 600;
}

/* ===== KEPEMIMPINAN ===== */
.leader-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 5px 25px rgba(26, 35, 126, 0.08);
  transition: all 0.3s ease;
}

.leader-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(26, 35, 126, 0.12);
}

.leader-card h4 {
  color: #1A237E;
  font-size: 1.2rem;
  margin: 20px 0 10px;
}

.leader-card p {
  color: #6c757d;
  font-size: 0.95rem;
}

.quote-card {
  padding: 60px;
}

.quote-card blockquote p {
  font-size: 1.3rem;
  color: #1A237E;
  font-style: italic;
}

/* ===== PROFIL PERUSAHAAN ===== */
.profil-text h2 {
  color: #1A237E;
  font-weight: 700;
}

.profil-text p {
  color: #6c757d;
  line-height: 1.8;
  font-size: 1.05rem;
}

.info-card {
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
}

.info-card i {
  font-size: 2.5rem;
  margin-bottom: 15px;
  display: block;
}

.info-card h4 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.info-card p {
  font-size: 0.95rem;
  opacity: 0.9;
}

.legalitas-card {
  padding: 40px;
}

.legalitas-card ul li {
  color: #6c757d;
  font-size: 1rem;
}
