 /* Container Utama Widget */
    .footer-widget-school {
        max-width: 580px; 
    }

    /* Layout Header (Flexbox untuk Logo di kiri, Teks di kanan) */
    .school-header {
        display: flex;
        align-items: center; /* Supaya logo & teks rata tengah secara vertikal */
        gap: 15px;
        margin-bottom: 20px;
    }

    .school-logo {
        width: 80px; /* Ukuran logo disesuaikan */
        height: auto;
        display: block;
    }

    /* Styling Judul Sekolah */
    .school-name {
        font-size: 1.1rem;
        font-weight: 800; /* Extra Bold */
        margin: 0 0 5px 0;
        line-height: 1.2;
        text-transform: uppercase;
    }

    /* Styling Tagline Oranye */
    .school-tagline {
        display: inline-block;
        background-color: #F88C22; /* Warna oranye dari gambar */
        color: #fff;
        font-size: 0.75rem;
        font-weight: 600;
        font-style: italic;
        padding: 4px 10px;
        border-radius: 20px; /* Membuat sudut membulat (pill shape) */
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    /* Styling Deskripsi */
    .school-desc-text {
        font-size: 0.9rem;
        line-height: 1.6;
        opacity: 0.9;
        text-align: justify;
        margin: 0;
    }

    /* Responsif untuk Mobile (opsional) */
    @media (max-width: 768px) {
        .school-header {
            flex-direction: column;
            text-align: center;
        }
        .school-desc-text {
            text-align: center;
        }
    }
    
      /* === BAGIAN WIDGET 2 (Jurusan) === */
.widget-title {
    font-size: 1.2rem;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
    display: inline-block;
}

.majors-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Otomatis 2 Kolom */
    gap: 10px 0px; /* Jarak antar item */
    font-weight:500;
}


.majors-list li a:hover {
    color: #F88C22;
    transform: translateX(5px); /* Efek geser sedikit saat hover */
}

/* Responsif Mobile: Header jadi tengah, Jurusan jadi 1 kolom */
@media (max-width: 768px) {
    .header-group {
        flex-direction: column;
        text-align: center;
    }
    .majors-list {
        grid-template-columns: 1fr; /* 1 Kolom di HP */
    }
}



.sambutan-image{
    margin-right: 20px;
    margin-bottom: 20px;
    width: 360px;
    max-width: 100%;
    float: left;
}

@media only screen and (max-width: 767px) {
    .sambutan-image{
    margin-right: 0;
    }
    
}

    /* Container Profil */
    .teachers-profile {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 12px;
        overflow: hidden;
        text-align: center;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    /* Foto Profil */
    .teachers-profile .img img {
        width: 100%;
        height: auto;
        display: block;
        border-bottom: 4px solid #007bff; /* Garis aksen bawah foto */
    }

    .teachers-info {
        padding: 20px;
    }

    .teachers-info .name {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 5px;
        color: #222;
    }

    .teachers-info .position {
        color: #007bff;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
    }

    /* Detail Bagian Kanan */
    .teachers-details h2 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 25px;
        position: relative;
        padding-bottom: 10px;
    }

    /* Garis bawah judul "Tentang..." */
    .teachers-details h2::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 3px;
        background: #007bff;
    }

    .table-profile {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 12px; /* Memberi jarak antar baris */
    }

    .table-profile td {
        padding: 5px;
        vertical-align: top;
        color: #444;
        font-size: 15px;
    }

    /* Tebalkan label di kolom pertama */
    .table-profile td:first-child {
        font-weight: 600;
        color: #222;
    }

    /* Link Sosial Media di Tabel */
    .table-profile td a {
        color: #007bff;
        text-decoration: none;
        word-break: break-all; /* Agar link panjang tidak merusak layout mobile */
    }

    .table-profile td a:hover {
        text-decoration: underline;
    }

    /* Responsif Mobile */
    @media (max-width: 767px) {
        .table-profile td {
            display: block;
            width: 100% !important;
        }
        .table-profile td:nth-child(2) {
            display: none; /* Sembunyikan titik dua di mobile agar rapi */
        }
        .table-profile td:first-child {
            padding-bottom: 0;
            color: #888;
            font-size: 12px;
            text-transform: uppercase;
        }
    }
    
        /* Container Utama */
    .feature-cards {
        display: flex;
        flex-wrap: wrap; /* Supaya kalau penuh otomatis turun ke bawah */
        justify-content: center; /* KUNCI: Membuat kartu selalu di tengah jika baris tidak penuh */
        gap: 25px;
        padding: 20px 0;
    }

    /* Styling kartu utama */
    .feature-card {
       flex: 0 1 calc(25% - 20px); /* Lebar fleksibel, dasar 280px, tidak dipaksa melebar penuh */
        background: #ffffff;
        border-radius: 12px;
        padding: 40px 30px;
        text-align: center;
        border: 1px solid #f0f0f0;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }

    /* Efek hover kartu */
    .feature-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 20px 40px rgba(4, 9, 30, 0.12);
        border-color: #fbbf24;
    }

    /* Lingkaran icon */
    .card-icon {
        width: 100px;
        height: 100px;
        background: rgba(4, 9, 30, 0.03);
        border-radius: 50%;
        margin: 0 auto 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.4s ease;
    }

    .feature-card:hover .card-icon {
        background: #fbbf24;
    }

    .card-icon img {
        width: 55px;
        height: 55px;
        object-fit: contain;
        transition: all 0.4s ease;
    }
    
    .feature-card h3 {
        font-size: 18px;
        color: #04091e;
        font-weight: 700;
        margin-bottom: 0;
    }

   /* HP / Mobile (KHUSUS 2 KOLOM) */
    @media (max-width: 768px) {
        .stats-grid .stat-item {
            padding: 0.5rem;
        }
        .stats-grid .stat-item .stat-number{
            font-size: 36px;
        }
        
        .about .experience-badge h2{
            font-size:20px;
        }
        .feature-cards {
            gap: 10px; /* Perkecil jarak antar kotak supaya muat 2 */
            padding: 10px;
        }

        .feature-card {
            /* 50% dikurangi gap */
            flex: 0 1 calc(50% - 10px); 
            min-width: 0; /* Matikan min-width agar tidak maksa turun */
            padding: 20px 10px; /* Perkecil padding dalam agar teks muat */
        }

        .feature-card h3 {
            font-size: 0.9rem; /* Kecilkan font judul sedikit biar nggak pecah */
        }
    }