body {
    /* font-family: 'Poppins', sans-serif; */
    background-color: white;
}

.navbar-brand {
    font-weight: bold;
    color: #7f22f8 !important;
    display: flex;
    font-size: 23px;
    align-items: center;
    text-decoration: none !important;
    cursor: default !important;
}

.navbar-brand:hover {
    text-decoration: none !important;
    color: #7f22f8 !important;
}

.navbar-nav {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
}

.btn-login {
    background-color: #7f22f8;
    border: none;
}

.btn-login:hover{
    background-color: #6b1ecf;
}

.tombol-login {
    display: inline-block;
    background-color: #7f22f8;
    color: white;
    text-decoration: none;
    padding: 5px 14px;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
}

.tombol-login:hover {
    background-color: #6b1ecf;
    color: white;
}

.container-sm {
    max-width: 1200px; /* Membuat kontainer lebih kecil */
}

.text-brand {
    color: #7f22f8;
}

.logo {
    width: 40px;
}

h1 {
    font-size: 2.5rem;
}

p {
    font-size: 1rem;
}

.tombol {
    display: inline-block;
    background-color: #7f22f8; /* Warna hijau Bootstrap */
    color: white;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.tombol:hover {
    background-color: #6b1ecf;
}

.custom-card {
    display: flex;
    align-items: center;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    width: 100%;          /* Kartu akan memenuhi container */
    max-width: 600px;
    max-height: 110px;    /* Maksimum lebar kartu */
    padding: 15px;        /* Ruang dalam kartu */

}
.card-talen {
    background-color: #7f22f8;
}
.card-peform {
    background-color: #0b6ee7;
}
.icon {
    width: 90px;
    height: 50px;
    background-color: #ffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.text-content {
    flex-grow: 1;
}

.text-content h4 {
    font-weight: 600;
}

.section-title {
    text-align: center; /* Pusatkan teks */
    margin: 20px auto;  /* Beri jarak atas dan bawah */
    max-width: 600px;   /* Batasi lebar agar lebih rapi */
}

.section-title h2 {
    font-weight: bold;  
    font-size: 2rem;    
    color: #333;        
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px; /* Jarak antara teks dan garis */
    position: relative;
}

.section-title h2::before,
.section-title h2::after {
    content: "";
    flex: 1;
    height: 3px;
    background: #7f22f8; /* Warna ungu */
}

.section-title p {
    font-size: 1.1rem;  /* Sesuaikan ukuran teks */
    color: #666;        /* Warna sedikit lebih redup */
}

.section-title span {
    white-space: nowrap; /* Pastikan teks tidak terpotong */
}









.container-info {
    padding: 40px 20px;
    border-radius: 10px;
    margin-top: 90px;
    background-color: #7f22f8;
}

.info-card {
    background: white;
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    width: 100%;
}

.info-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(244, 244, 244);
    padding: 10px;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
}

.info-header h5 {
    font-weight: 600;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-md-5 {
    display: flex;
    max-width: 39%;
}








.company-logo {
    max-height: 60px;
    width: auto;
    margin: 45px;
}

.container-logo {
    background-color: rgb(244, 244, 244); 
    padding: 10px;
    margin-top: 60px;
    border-radius: 10px;
}
.text-purple {
    color: black;
    font-weight: 700;
    font-size: 25px;
}
.border-purple {
    border-bottom: 4px solid #7f22f8;
    width: 10%;
}
.company-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Pastikan 5 kolom di desktop */
    gap: 0px;
    justify-content: center; /* Pastikan elemen tetap di tengah */
    align-items: center; /* Pastikan gambar sejajar */
}

.company-logo {
    max-width: 100px; /* Atur ukuran maksimal gambar */
    height: auto;
    display: block; /* Hindari elemen inline yang bisa mengganggu */
}

.kab { max-height: 55px; }
.neuron { max-height: 40px; }
.motio { max-height: 35px; }
.tc { max-height: 70px; }
.school { max-height: 60px; }
.merdeka { max-height: 45px; }
.ti { max-height: 55px; }
.pegadaian { max-height: 50px; }
.peruri { max-height: 120px; }
.telin { max-height: 45px; }




.footer {
    background: #7f22f8;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    margin-top: 50px;
}

.footer h5 {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff700;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin: 8px 0;
}

.footer ul li a {
    color: #ffffff;
    text-decoration: none;
}

.footer ul li a:hover {
    color: #fff700;
}

/* Styling ikon sosial media */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.social-icons a img {
    width: 30px;  /* Ukuran ikon */
    height: 30px;
}

.footer a {
    text-decoration: none; /* Menghilangkan garis bawah */
    color: #ffffff; /* Warna teks */
}

.footer a:hover {
    color: #fff700; /* Warna saat hover */
}

.footer-bottom {
    margin-top: 20px;
    font-size: 14px;
    border-top: 1px solid #444;
    padding-top: 10px;
}

.footer-bottom p {
    margin: 0;
}


@media (max-width: 576px) {
    .img-responsive {
        width: 100%; /* Perkecil gambar di HP */
        max-width: 2100px; /* Atur batas maksimal */
        height: auto; /* Jaga proporsi gambar */
    }

    .company-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px;
    }

    .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .col-md-4 {
        width: 100%;
        margin-bottom: 20px;
    }

    .col-md-5 {
        display: flex;
        max-width: 100%;
    }
}