#headerNavigationContainer {
    background-color: white !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.pkp_structure_head {
    background-image: linear-gradient(to bottom, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff) !important;
}

.header .pkp_head_wrapper {
    background: unset !important;
}

.has_site_logo .pkp_head_wrapper {
    padding-top: 1rem !important;
}

.pkp_site_nav_menu a, .pkp_site_nav_menu a:hover, .pkp_site_nav_menu a:focus {
    color: #ffffff !important;
    text-shadow: none !important;
}

.pkp_site_name .is_img {
    width: 100% !important;
    height: 100% !important;
}

.pkp_site_name .is_img img {
    margin-top: unset !important;
    margin-bottom: unset !important;
    max-height: unset !important;
    width: 85% !important;
}

.pkp_navigation_search_wrapper a {
    padding-bottom: 1px !important;
    border-bottom-width: 1px !important;
}

.pkp_navigation_user>li>a {
    color: #23325A !important;
}

.pkp_navigation_user>li>a:focus {
    background: none !important;
    color: #23325A !important;
}

.pkp_navigation_user>li>a:hover {
    color: #23325A !important;
}

.pkp_navigation_user>li:last-child>a {
    margin-right: 0.1rem !important;
}

@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" !important;
    font-family: "FontAwesome" !important;
    font-weight: normal !important;
    margin-right: 6px !important;
    color: #23325A !important;
    display: inline-block !important;
}

#navigationUserWrapper .profile a[href*="login"]::before {
    content: "\f090" !important;
    font-family: "FontAwesome" !important;
    font-weight: normal !important;
    margin-right: 6px !important;
     display: inline-block !important;
}

#navigationUserWrapper .profile a[href*="login"]:not([href*="signOut"])::before {
    color: #23325A !important;
}

#navigationUserWrapper .profile a[href*="signOut"]::before {
    color: #ffffff !important;
}

.page_search .submit button:after {
    background: #23325A !important;
}

.page_search .submit button {
    color: #23325A !important;
}

.pkp_navigation_search_wrapper a:focus {
    background: none !important;
}

.pkp_navigation_primary_row {
    background: #23325A !important;
    padding-bottom: 10px !important;
    box-shadow: 0 5px 10px rgba(35, 50, 90, 0.3) !important;
    position: relative !important;
    z-index: 10 !important;
}

.pkp_navigation_primary>li>a {
    text-decoration: none !important;
}

#navigationPrimary a[href*="/index.php/sie/index"]:before, 
#navigationPrimary a[href$="/sie/"]:before {
    content: "\f015" !important; /* Kode Font Awesome untuk Home */
    font-family: "FontAwesome" !important;
    margin-right: 8px !important;
    font-weight: 400 !important;
}

/* Memberi ikon pada menu Archives */
#navigationPrimary a[href*="/about"]:before {
    content: "\f129" !important; /* Kode Font Awesome untuk Archives */
    font-family: "FontAwesome" !important;
    margin-right: 8px !important;
}

#navigationPrimary a[href*="/issue/current"]:before {
    content: "\f022" !important; /* Kode Font Awesome untuk Archives */
    font-family: "FontAwesome" !important;
    margin-right: 8px !important;
}

#navigationPrimary a[href*="/issue/archive"]:before {
    content: "\f187" !important; /* Kode Font Awesome untuk Archives */
    font-family: "FontAwesome" !important;
    margin-right: 8px !important;
}

#navigationPrimary a[href*="/template"]:before {
    content: "\f0f6" !important; /* Kode Font Awesome untuk Archives */
    font-family: "FontAwesome" !important;
    margin-right: 8px !important;
}

#navigationPrimary a[href*="/journalhistory"]:before {
    content: "\f1da" !important; /* Kode Font Awesome untuk Archives */
    font-family: "FontAwesome" !important;
    margin-right: 8px !important;
}


.pkp_page_index .homepage_image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    margin-top: 25px !important;
    box-shadow: 0 5px 5px rgba(35, 50, 90, 1), 0 0px 10px rgba(35, 50, 90, 1) !important;
    border-radius: 8px !important;
}

.pkp_page_index .homepage_image {
    margin-top: -1px !important;
    margin-left: 3px !important;
    margin-right: 0px !important;
}

.pkp_page_index .homepage_about h2 {
    display: none !important;
}

.pkp_page_index .current_issue h2 {
    display: block !important;
    padding-bottom: 0rem !important;
    border-bottom: 1.5px solid #000000 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: rgb(35, 50, 90) !important;
}

.pkp_page_index .additional_content {
    border-top: none !important;
}

.obj_article_details .row {
    margin-top: -6.857rem !important;
}

.obj_issue_toc .galleys>h2, .obj_issue_toc .section>h2, .obj_issue_toc .galleys>h3, .obj_issue_toc .section>h3 {
    font-weight: 700 !important;
    color: rgb(0 0 0) !important;
}

.pkp_page_index .current_issue .read_more {
    color: #23325A !important;
    text-transform: capitalize !important;
}

.pkp_page_index .current_issue .read_more:hover, .pkp_page_index .current_issue .read_more:focus {
    color: #000000 !important;
}

.pkp_site_nav_menu .pkp_nav_list {
    padding-left: 20px !important;
    margin-left: 0px !important;
}

    .pkp_nav_list ul {
        background: #23325A !important;
    }

#navigationPrimary li a:hover {
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
    text-shadow: none !important;
}

#navigationUserWrapper .profile {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
}

#navigationUserWrapper .profile:hover {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    outline: none !important;
    outline-offset: unset !important;
    text-shadow: none !important;
}

#navigationUserWrapper .profile a:hover {
    border: none !important;
    text-shadow: none !important;
}

.page_index_journal {
    padding: 0px 18px !important;
}

.pkp_block {
    padding: 0.7rem !important;
}

p {
    text-align: justify !important;
}

.block_Keywordcloud .title {
    /* Menghilangkan gaya bawaan */
    color: #424242 !important; 
    border-bottom: none !important;
    text-decoration: none !important;

    /* Mengambil gaya dari source code Anda */
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    min-height: 40px !important;
    box-sizing: border-box !important;
    background-color: #ffffff !important;
    border-radius: 25px !important;
    padding: 5px 9px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    color: #424242 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0px -5px 15px #f9f9f9, 0px 3px 5px #00000090 !important;   
    justify-content: center !important;
    font-size: 15px !important;
    pointer-events: none !important;
    padding: 10px 20px !important;
    margin: 15px 32px 0px 20px !important;
    text-transform: capitalize !important;
}

#customblock-Flagcounter img {
  border: #000 solid 1px !important;
}

#wordcloud {
    border: #000 solid 1px !important;
    margin-top: 12px !important;
    margin-left: 20px !important;
    margin-right: 32px !important;
    margin-bottom: -5px !important;
    border-radius: 15px !important;
}

.obj_article_summary>.galleys_links a:hover {
    background-color: #000000 !important;
    text-decoration: none !important;
}
.obj_article_summary>.galleys_links a {
    color: #fff !important;
    background-color: #23325A !important;
}
.obj_article_details .entry_details .item.galleys .galleys_links a {
    color: #fff !important;
    background-color: #23325A !important;
}
.obj_article_details .entry_details .item.galleys .galleys_links a:hover {
    background-color: #000000 !important;
}
.obj_galley_link {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.value.galleys_links li {
    width: 100% !important;
    display: block !important;
}

.obj_article_details .galleys_links li {
    margin-inline-end: unset !important;
}

.obj_galley_link:hover, .obj_galley_link:focus {
    background: #000000 !important;
}
.obj_galley_link {
    background-color: #23325A !important;
}

#navigationPrimary>li>a {
    color: #ffffff !important;
    padding-bottom: 1px !important;
    border-bottom-width: 1px !important;
}

#navigationPrimary>li>a:hover {
    color: #ffffff !important;
}

#navigationPrimary>li>a:hover, #navigationPrimary>li>a:focus {
    border-color: #ffffff !important;
}

a:hover {
    color: #000000 !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

a:focus {
    color: #000000 !important;
}

a {
    color: #23325A !important;
    text-decoration: none !important;
}

li {
    text-align: justify !important;
}

#navigationPrimary li a, .pkp_navigation_search_wrapper a {
    font-family: Barlow !important;
}

html, body {
    background: none !important;
}

.obj_article_details .entry_details .label {
    text-transform: capitalize !important;
}

.pkp_page_editorialteam table tr:nth-child(1) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;  /* Sesuaikan ukuran ikon */
    height: 20px !important; /* Sesuaikan ukuran ikon */
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20E-mail.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_editorialteam table tr:nth-child(2) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Scopus.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_editorialteam table tr:nth-child(3) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Sinta.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_editorialteam table tr:nth-child(4) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Google%20Scholar.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_editorialteam table tr:nth-child(5) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Clarivate.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_editorialteam table tr:nth-child(6) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20ORCID%20ID.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_reviewer table tr:nth-child(1) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;  /* Sesuaikan ukuran ikon */
    height: 20px !important; /* Sesuaikan ukuran ikon */
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20E-mail.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_reviewer table tr:nth-child(2) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Scopus.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_reviewer table tr:nth-child(3) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Sinta.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_reviewer table tr:nth-child(4) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Google%20Scholar.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_reviewer table tr:nth-child(5) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Clarivate.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_reviewer table tr:nth-child(6) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20ORCID%20ID.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_block .content p {
    line-height: 0.785rem !important;
}

.obj_article_details .authors .affiliation {
    font-size: .93rem !important;
    color: rgb(0, 0, 0) !important;
}

.btn-custom-sidebar:not(.btn-title, .btn-wa, .btn-sm)::before {
    font-family: "FontAwesome" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #424242 !important;

    width: 30px !important;
    height: 30px !important;
    background-color: #ffffff !important;
    border-radius: 50% !important;
    
    display: flex !important; /* Memastikan lingkaran muncul */
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    
    box-shadow: inset 0px 2px 5px rgba(23, 72, 65, 0.2), 
                inset 0px 1px 2px rgba(0, 0, 0, 0.1) !important;
    
}

.btn-title{
    justify-content: center !important;
    color: #000000 !important;
    font-size: 16px !important;
    pointer-events: none !important;
    padding: 10px 20px !important;
}

.btn-wa, .btn-sm  {
    justify-content: center !important;
    color: #000000 !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
}

.btn-title::before {
    display: none !important;
    content: none !important;
}

.block_custom_block a, 
.pkp_structure_sidebar a {
    font-size: 15px !important;    
    font-family: "Roboto", sans-serif !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    line-height: 1.5 !important;
}
.sidebar-menu-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 20px 10px !important;
  }

.btn-custom-sidebar {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    min-height: 40px !important;
    box-sizing: border-box !important;
    background-color: #ffffff !important;
    border-radius: 25px !important;
    padding: 5px 9px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    color: #424242 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0px -5px 15px #f9f9f9, 0px 3px 5px #00000090 !important;
    margin: -5px 22px -23px 10px !important;
}

.btn-custom-sidebar::before {
    font-family: "FontAwesome" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #424242 !important;
    
    width: 30px !important;
    height: 30px !important;
    background-color: #ffffff !important;
    border-radius: 50% !important;
    
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    
    box-shadow: inset 0px 2px 5px rgba(23, 72, 65, 0.2), 
                inset 0px 1px 2px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
}

.btn-custom-sidebar[href*="https://journals.buanaedc.org/sie/editorialteam"]::before { content: "\f0c0"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/sie/reviewers"]::before { content: "\f0e3"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/sie/about/contact"]::before { content: "\f0e0"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/sie/focusandscope"]::before { content: "\f05b"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/sie/peerreviewprocess"]::before { content: "\f0ec"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/sie/publicationfrequency"]::before { content: "\f073"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/sie/openaccessstatement"]::before { content: "\f09c"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/sie/archivingpolicy"]::before { content: "\f187"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/sie/publicationethics"]::before { content: "\f24e"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/sie/depositpolicy"]::before { content: "\f0ee"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/sie/authorguidlines"]::before { content: "\f15c"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/sie/articlecharge"]::before { content: "\f09d"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/sie/copyrightandlicense"]::before { content: "\f25e"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/sie/plagiarismpolicy"]::before { content: "\f132"; }

.btn-custom-sidebar:hover {
    transform: translateY(2px) !important;
    box-shadow: 0px 0px 2px #f9f9f9, 0px -2px 2px #00000026 !important;
    color: #000000 !important;
}

.btn-custom-sidebar:hover::before {
    color: #000000 !important; 
}

.sidebar-picture-container {
    margin: 11px 32px -15px 20px !important;
}

.pkp_structure_footer_wrapper {
    background: #23325A !important;
    border-bottom: unset !important;
}

.pkp_structure_footer {
    background: #23325A !important;
}

.pkp_footer_content {
    background: #23325A !important;
    color: #000000 !important;
    padding: 3.43rem !important;
}

.pkp_footer_content a {
    text-decoration: none !important;
    color: #ffffff !important;
}

.pkp_footer_content a:hover {
    text-decoration: none !important;
    color: #000000 !important;
}

.pkp_brand_footer {
    display: none !important;
}

.sie-footer {
    color: #ffffff !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    font-family: 'Inter', sans-serif !important;
    margin-top: -175px !important;
}

.footer-column:nth-child(1) {
    flex: 3 !important;
    min-width: 400px !important;
    padding-right: 60px !important;
}

.footer-column:nth-child(2) {
    flex: 1 !important;
    min-width: 185px !important;
}

.footer-column:nth-child(3) {
    flex: 1.5 !important;
    min-width: 315px !important;
}

.footer-column h3 {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    text-transform: none !important;
}

.footer-column p {
    font-size: 14px !important;
    line-height: 1.8 !important;
    margin-bottom: 20px !important;
    text-align: justify !important;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.895) !important;
    padding-top: unset !important;
    padding-bottom: unset !important;
    text-align: left !important;
    color: #ffffff !important;
    font-size: 13px !important;
}

.sie-footer .footer-column img {
    width: 65px !important;
    height: auto !important;
    display: block !important;
    margin-bottom: 10px !important;
}

/* Container Utama Newsletter */
.newsletter-card {
    background-color: #ffffff !important; /* Warna biru sesuai gambar */
    border-radius: 20px !important;
    padding: 45px !important;
    max-width: 1065px !important;
    margin: 0 auto !important; /* Margin bawah negatif agar melayang di atas footer */
    transform: translateY(-65%) !important;
    position: relative !important;
    z-index: 10 !important;
    color: #181818 !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.newsletter-flex {
    display: flex !important;
    flex-wrap: nowrap !important; /* Di desktop tetap sejajar */
    align-items: center !important;
    gap: 20px;
}

/* Untuk Mobile agar card tidak hancur */
@media (max-width: 767px) {
    .newsletter-flex {
        flex-wrap: wrap !important;
        justify-content: center;
    }
    .newsletter-image {
        flex: 0 0 150px !important; /* Perkecil gambar di HP */
        margin-bottom: 15px;
    }
}

.newsletter-image {
    flex: 0 0 250px !important; /* Jangan biarkan kontainer tumbuh (fixed 250px) */
    max-width: 250px !important;
    height: auto !important;
    overflow: hidden; /* Memastikan jika gambar membesar tidak keluar kotak */
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-image img {
    width: 100% !important; /* Mengikuti lebar kontainer (250px) */
    height: auto !important;
    object-fit: contain !important; /* Menjaga gambar tidak gepeng */
    display: block;
}

.newsletter-content {
    flex: 2 !important;
}

.newsletter-content h3 {
    font-size: 24px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
    color: #050505 !important;
}

.newsletter-content p {
    font-size: 14px !important;
    opacity: 0.9 !important;
    margin-bottom: 20px !important;
}

/* Form Input & Button */
.subscribe-form {
    background: rgb(0 0 0 / 67%) !important;
    padding: 8px !important;
    border-radius: 50px !important;
    display: flex !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    margin-bottom: 15px !important;
}

.sub-input {
    background: transparent !important;
    border: none !important;
    padding: 10px 20px !important;
    flex: 1 !important;
    color: white !important;
    outline: none !important;
}

.sub-input::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.sub-button {
    background: #23325A !important;
    color: #ffffff !important;
    border: none !important;
    padding: 10px 30px !important;
    border-radius: 50px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}

.sub-button:hover {
    background: #000000 !important;
}

.sub-note {
    font-size: 11px !important;
    opacity: 0.7 !important;
}

.sub-note a {
    color: rgb(0, 0, 0) !important;
    text-decoration: underline !important;
}

.pkp_structure_content {
    padding-top: 10px !important;
    padding-bottom: 215px !important;
}

/* KUNCI PERBAIKAN: Aturan khusus untuk Handphone */
@media (max-width: 767px) {
    .pkp_structure_content {
        /* Tambah ruang bawah agar tidak menabrak newsletter yang memanjang ke bawah */
        padding-bottom: 450px !important; 
    }
    
    /* Alternatif lebih aman: gunakan margin agar mendorong footer/newsletter */
    .newsletter-card {
        margin-top: 50px !important;
        position: relative !important;
        z-index: 10;
    }
}

@media (max-width: 767px) {
    /* 1. Paksa kontainer utama menjadi satu kolom vertikal */
    .newsletter-flex, .newsletter-card {
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important;
        width: 100% !important;
        padding: 20px !important;
    }

    /* 2. Atur Gambar agar berada di paling atas dan simetris */
    .newsletter-image {
        width: 100% !important;
        max-width: 200px; /* Atur ukuran gambar agar tidak terlalu besar */
        margin-bottom: 20px !important; /* Jarak bawah gambar ke teks */
        order: 1; /* Memastikan gambar di urutan pertama */
    }

    .newsletter-image img {
        width: 100% !important;
        height: auto !important;
        display: block;
    }

    /* 3. Atur Konten Teks di urutan kedua */
    .newsletter-content {
        width: 100% !important;
        text-align: center !important;
        order: 2;
    }

    /* 4. Atur Form Subscribe agar rapi di bawah teks */
    .subscribe-form {
        display: flex !important;
        flex-direction: column !important; /* Input dan tombol bertumpuk vertikal */
        width: 100% !important;
        margin-top: 15px !important;
    }

    .subscribe-form input {
        width: 100% !important;
        margin-bottom: 10px !important;
        padding: 12px !important;
        text-align: center;
        border-radius: 25px !important;
    }

    .subscribe-form button {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 12px !important;
        border-radius: 25px !important;
    }
    
    /* 5. Catatan tambahan (sub-note) di paling bawah */
    .sub-note {
        order: 3;
        margin-top: 10px;
        font-size: 0.8rem;
    }
}
