.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-116 .elementor-element.elementor-element-108ad5e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-116 .elementor-element.elementor-element-e3aa4a7{width:100%;max-width:100%;}.elementor-116 .elementor-element.elementor-element-e3aa4a7.elementor-element{--flex-grow:0;--flex-shrink:1;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-116 .elementor-element.elementor-element-108ad5e{--width:100%;}.elementor-116 .elementor-element.elementor-element-e3aa4a7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-116 .elementor-element.elementor-element-e3aa4a7.elementor-element{--flex-grow:0;--flex-shrink:1;}}/* Start custom CSS for html, class: .elementor-element-e3aa4a7 *//* --- RESET BODY BIAR MENTOK --- */
body {
    margin: 0 !important;
    padding: 0 !important;
}

/* --- BAGIAN CSS (PENGATUR GAYA FOOTER) --- */
.porenesia-custom-footer {
    background-color: #334155; /* Warna Navy Porenesia */
    color: #F8FAFC;
    font-family: inherit;
    padding: 50px 5% 20px 5%;
    border-top: 4px solid #F7AD19; /* Garis kuning Porenesia */
    box-sizing: border-box;
    
    /* Jurus Mentok Kiri Kanan Bawah */
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-bottom: 0 !important;
    overflow: hidden;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px; 
    margin: 0 auto;
    border-bottom: 1px solid rgba(255,255,255,0.1); 
    padding-bottom: 30px;
}

/* Kolom Kiri: Logo & Deskripsi Singkat */
.footer-col-about {
    flex: 1;
    min-width: 250px;
}

.footer-col-about img {
    max-height: 70px; /* Logo digedein dikit dari 50px biar pas di desktop */
    width: auto;
    margin-bottom: 20px;
    display: block;
}

.footer-col-about p {
    font-size: 14px;
    line-height: 1.6;
    color: #b9d2e0; 
    margin: 0;
}

/* --- JUDUL KOLOM DENGAN GARIS BAWAH --- */
.footer-col-links h4,
.footer-col-contact h4 {
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 12px;
}

.footer-col-links h4::after,
.footer-col-contact h4::after {
    content: '';
    position: absolute;
    left: 0; 
    bottom: 0; 
    width: 30px; 
    height: 2px;
    background-color: #F7AD19; /* Garis bawah kuning */
}

/* Kolom Tengah: Menu Tautan Penting */
.footer-col-links {
    flex: 1;
    min-width: 200px;
}

.footer-col-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col-links ul li {
    margin-bottom: 12px;
}

.footer-col-links ul li a {
    color: #b9d2e0;
    text-decoration: none;
    font-size: 14px;
    display: inline-block; /* Wajib biar animasi geser jalan */
    transition: all 0.3s ease;
}

.footer-col-links ul li a:hover {
    color: #F7AD19; 
    transform: translateX(6px); /* Efek animasi geser kanan */
}

/* Kolom Kanan: Info Redaksi / Kontak */
.footer-col-contact {
    flex: 1;
    min-width: 200px;
}

.footer-col-contact p {
    font-size: 14px;
    color: #b9d2e0;
    line-height: 1.6;
    margin: 0 0 10px 0;
}

.footer-col-contact strong {
    color: #ffffff;
}

/* Sosmed Porenesia */
.footer-socials {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.footer-socials a {
    color: #ffffff;
    background: rgba(255,255,255,0.1); 
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.footer-socials a:hover {
    background: #F7AD19; 
    color: #053F5C; 
    transform: translateY(-3px);
}

/* Area Copyright Paling Bawah */
.footer-copyright {
    text-align: center;
    padding-top: 20px;
    color: #b9d2e0;
}

.copyright-main {
    font-size: 13px; 
    letter-spacing: 0.5px;
}

/* --- RESPONSIVE BUAT HP --- */
@media (max-width: 768px) {
    .porenesia-custom-footer {
        padding: 40px 5% 20px 5%;
    }
    
    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 40px; 
    }
    
    .footer-col-about, 
    .footer-col-links, 
    .footer-col-contact {
        width: 100%; 
        min-width: 100%;
    }
    
    /* Logo HP dibikin sedikit lebih besar dari sebelumnya */
    .footer-col-about img {
        max-height: 60px; 
        margin: 0 auto 15px auto;
    }

    /* Posisikan garis bawah judul ke tengah layar di HP */
    .footer-col-links h4::after,
    .footer-col-contact h4::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-socials {
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-108ad5e */.elementor-116 .elementor-element.elementor-element-108ad5e {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Hilangkan margin default dari body wordpress */
body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden; /* Biar gak muncul scroll horizontal */
}/* End custom CSS */