body {
    font-family: 'Roboto Condensed', sans-serif;
}

.hero-image {
    position: relative;
    width: 100%;
    height: 720px;
    margin-top: 76px;
}

.header-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-family: "Outfit", serif;
    font-weight: 500;
    font-style: normal;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.title {
    font-size: 70px;
    margin-bottom: 20px;
    font-weight: 500;
}

.title span {
    font-size: 70px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #2196F3; /* Warna fallback */
    background: linear-gradient(to right, #0655ff, #2196F3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}

.subtitle {
    font-size: 24px;
    font-weight: 300;
}

.about-section {
    padding: 80px 0;
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.about-container {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.section-title {
    font-size: 2.5rem;
    color: #1a237e;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.about-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 2rem;
    font-weight: 300;
}

.stats-container {
    display: flex;
    justify-content: start;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-number {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.5rem;
    color: #1a237e;
    line-height: 1;
}

.stat-label {
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #1a237e 0%, rgb(29, 69, 180) 100%);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(26, 35, 126, 0.2);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 35, 126, 0.3);
    color: #ffffff;
}

.about-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}


.ptn-list {
    padding: 2rem 0;
    background: #f8f9fa;
}

.ptn-list h2 {
    text-align: center;  /* Untuk meratakan teks ke tengah */
    color: #1a237e;      /* Untuk memberikan warna biru */
}

.swiper {
    width: 100%;
    padding: 50px;
}

.swiper-slide {
    width: 300px;
    height: 300px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(195, 195, 195, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
    padding: 20px;
}

.swiper-slide img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.swiper-slide h3 {
    font-size: 1.2rem;
    margin: 10px 0;
    color: #1a237e;
    text-align: center;
}

/* Active slide effect */
.swiper-slide-active {
    transform: scale(1.1);
}

/* Navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #1a237e;
    background: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(195, 195, 195, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
}

/* Pagination */
.swiper-pagination-bullet {
    background: #1a237e;
    opacity: 0.4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}
/* Media Query untuk Mobile */
@media (max-width: 991px) {
    .about-container {
        padding: 30px;
    }

    .section-title {
        font-size: 2rem;
    }

    .stats-container {
        justify-content: center;
    }

    .about-content {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .about-section {
        padding: 40px 0;
    }

    .about-container {
        padding: 20px;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .stats-container {
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .cta-button {
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .title {
        font-size: 55px;
        margin-bottom: 20px;
        font-weight: 500;
    }
    
    .title span {
        font-size: 55px;
        margin-bottom: 20px;
        font-weight: 500; 
    }

    .subtitle {
        font-size: 16px;
        font-weight: 300;
    }
    .ptn-container-horizontal {
        padding: 10px;
        gap: 30px;
        padding-bottom: 40px;
    }

    .ptn-item {
        flex: 0 0 200px; /* Lebar di mobile 200px */
        padding: 10px;
        font-size: 0.875rem;
        min-height: 245px; /* Biarkan tinggi menyesuaikan konten di mobile */
    }

    .ptn-item img {
        max-height: 100px;
        margin-bottom: 5px;
    }

    .ptn-list h2 {
        font-size: 24px;
    }
}