html, body {
    background: #ffffff;
}

p {
    text-align: justify;
}

.pkp_structure_page {
    box-shadow: none;
}

a {
    color: #ff0000;
}

.pkp_site_nav_menu a:hover, .pkp_site_nav_menu a:focus {
    color: #ff0000;
}

#navigationPrimary a:hover, #navigationPrimary a:focus {
    color: #000000;
}

.pkp_navigation_user>li>a {
    color: #ff0000;
}

.pkp_navigation_user>li>a:focus {
        background: none;
}

a:hover, a:focus {
    color: #000000;
}

#navigationPrimary a {
        color: #ff0000;
}

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");

#navigationUserWrapper .profile a[href*="register"]::before {
    content: "\f234";
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 6px;
    color: #ff0000;
    display: inline-block;
}

#navigationUserWrapper .profile a[href*="login"]::before {
    content: "\f090";
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 6px;
     display: inline-block;
}

#navigationUserWrapper .profile a[href*="login"]:not([href*="signOut"])::before {
    color: #ff0000;
}

#navigationUserWrapper .profile a[href*="signOut"]::before {
    color: #ffffff;
}

.pkp_structure_footer_wrapper {
    background: #ff0000;
    border-bottom: unset;
}

.pkp_structure_footer {
    background: #ff0000;
}

.pkp_footer_content {
    background: #ff0000;
    color: #000000;
    padding: 0rem;
}

.pkp_footer_content a {
    text-decoration: none;
    color: #000000;
}

.pkp_footer_content a:hover {
    text-decoration: none;
    color: #000000;
}

.pkp_brand_footer {
    display: none;
}

.liea-footer {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: 'Inter', sans-serif;
    margin-top: -175px;
}

.footer-column:nth-child(1) {
    flex: 3;
    min-width: 400px;
    padding-right: 60px;
}

.footer-column:nth-child(2) {
    flex: 1;
    min-width: 185px;
}

.footer-column:nth-child(3) {
    flex: 1.5;
    min-width: 315px;
}

.footer-column h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: none;
}

.footer-column p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.895);
    padding-top: unset;
    padding-bottom: unset;
    text-align: left;
    color: #ffffff;
    font-size: 13px;
}

.liea-footer .footer-column img {
    width: 65px;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

/* Container Utama */
.footer-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 50px;
    max-width: 1100px;
    margin: 0 auto;
    transform: translateY(-50%);
    position: relative;
    z-index: 999;
    color: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* Grid 3 Kolom Atas */
.ep-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 10px;
}

/* Judul Kolom */
.ep-footer-title {
    font-size: 17px;
    font-weight: 700;
    color: hsl(0, 0%, 0%);
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 2px solid #ff0000;
    padding-bottom: 8px;
}

/* Teks dan Link */
.ep-footer-text, .ep-footer-links li a {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

.ep-footer-links {
    list-style: none;
    padding: 0;
}

.ep-footer-links li {
    margin-bottom: 8px;
}

.ep-footer-links li a:hover {
    color: #ff0000;
    padding-left: 5px;
    transition: 0.3s;
}

/* Garis Pembatas Horizontal */
.ep-footer-divider {
    border: 0;
    border-top: 1px solid #ff0000;
    margin: 25px 0;
}

/* Mengatur Baris Bawah agar Sejajar Kanan-Kiri */
.ep-footer-bottom {
    display: flex;
    justify-content: space-between; /* Menendang tombol ke kanan */
    align-items: center; /* Menjaga teks dan tombol sejajar secara vertikal */
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

/* Gaya Teks Lisensi */
.ep-footer-bottom-text {
    font-size: 12px;
    color: rgba(0, 0, 0);
    max-width: 70%; /* Agar teks tidak menabrak tombol jika terlalu panjang */
    line-height: 1.4;
}

/* Container Tombol */
.ep-footer-bottom-buttons {
    display: flex;
    gap: 10px;
}

/* Responsif untuk HP: Agar tombol pindah ke bawah teks jika layar sempit */
@media (max-width: 767px) {
    .ep-footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    .ep-footer-bottom-text {
        max-width: 100%;
    }
    .ep-footer-bottom-buttons {
        justify-content: center;
    }
}

.img-responsive {
    display: none;
}

.pkp_structure_content {
    padding: 0px 0px 200px 0px;
}