.jumbotron-custom {
    background: linear-gradient(
        135deg,
        #046bc0 0%,
        #0874f7 50%,
        #0654e4 100%
    ) !important;
    margin-top: 50px;
    border: none;
    box-shadow: 0 8px 25px rgba(79, 70, 229, 0.2);
    width: 100%;
    padding: 3rem 2rem !important;
    border-radius: 1rem;
}
.jumbotron-custom h1 {
    color: #fff !important;
    font-size: 2rem;
    font-weight: 700;
}
.jumbotron-custom p {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 1.15rem;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .jumbotron-custom {
        padding: 2rem 1rem !important;
    }
    .jumbotron-custom h1 {
        font-size: 1.3rem !important;
    }
    .jumbotron-custom p {
        font-size: 1rem !important;
    }
}
.card-hover {
    transition: all 0.3s ease;
}
.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.feature-icon {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}
.max-w-4xl {
    max-width: 56rem;
}
.max-w-6xl {
    max-width: 72rem;
}
.btn-phone {
    background-color: #4f46e5;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 500;
}
.btn-phone:hover {
    background-color: #4338ca;
    color: white;
}
.hero-gradient {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    padding: 4rem 0;
    margin-bottom: 0;
}

.card-hover {
    transition: all 0.3s ease;
}
.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.feature-icon {
    background: linear-gradient(135deg, #28a745, #20c997);
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-light {
    background-color: #f8f9fa !important;
}
.vision-icon {
    background: linear-gradient(135deg, #007bff, #0056b3);
}
.mission-icon {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.values-section {
    padding: 80px 0;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 4rem;
}

.value-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: none;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.value-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
}

.icon-integritas {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.icon-kolaborasi {
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
    color: white;
}

.icon-kualitas {
    background: linear-gradient(135deg, #fd79a8 0%, #e84393 100%);
    color: white;
}

.icon-inovasi {
    background: linear-gradient(135deg, #00b894 0%, #00a085 100%);
    color: white;
}

.value-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.value-description {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}
.journey-section {
    padding: 80px 0;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 4rem;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: #e9ecef;
    z-index: 1;
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-right: 50%;
    padding-right: 3rem;
    text-align: right;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-left: 50%;
    padding-left: 3rem;
    text-align: left;
}

.timeline-content {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    position: relative;
    transition: all 0.3s ease;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}

.timeline-year {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.timeline-description {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    opacity: 0.95;
}

.timeline-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #667eea;
    border: 4px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.future-content {
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
    box-shadow: 0 10px 30px rgba(116, 185, 255, 0.3);
}

.future-content:hover {
    box-shadow: 0 15px 40px rgba(116, 185, 255, 0.4);
}

.future-icon {
    background: #74b9ff;
    box-shadow: 0 4px 15px rgba(116, 185, 255, 0.3);
}

/* Arrow indicators */
.timeline-item:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #667eea;
}
.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 3px; /* Ubah sesuai ketebalan yang diinginkan */
    height: 100%;
    background: #d4d1d1;
    transform: translateX(-50%);
    z-index: 1;
}

@media (max-width: 768px) {
    .timeline-line {
        display: none;
    }
}

.timeline-item:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #667eea;
}

.timeline-item:nth-child(even) .future-content::after {
    border-right-color: #74b9ff;
}

@media (max-width: 768px) {
    .timeline::before {
        left: 30px;
    }

    .timeline-item:nth-child(odd) .timeline-content,
    .timeline-item:nth-child(even) .timeline-content {
        margin: 0;
        padding: 1.5rem;
        margin-left: 70px;
        text-align: left;
    }

    .timeline-icon {
        left: 30px;
    }

    .timeline-item:nth-child(odd) .timeline-content::after,
    .timeline-item:nth-child(even) .timeline-content::after {
        left: -15px;
        right: auto;
        border-left: 15px solid #667eea;
        border-right: none;
    }

    .timeline-item:nth-child(even) .future-content::after {
        border-left-color: #74b9ff;
        border-right: none;
    }

    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    .value-card {
        margin-bottom: 2rem;
    }
}
@media (max-width: 768px) {
    .hero-gradient {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .display-4 {
        font-size: 2rem !important;
    }
}
