/*
Theme Name: loker jogja
Theme URI: https://jogjaloker.co.id/
Author: Jobnas
Author URI: https://jogjaloker.co.id/
Description: Tema WordPress temajobnas.
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: sederhana, minimalis
Text Domain: temajobnas
*/
body {
    font-family: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
}

main {
    position: relative;
}

a {
    color: #0000FF;
    text-decoration: none;
}
a.a-button {
    background: #037f00;
    color: #fff;
    padding: 20px;
    border-radius: 50px;
}
a.a-button:hover {
    background: #001459;
}

h2.post-title {
    font-size: 14px;
    font-weight: 600;
    background: #000;
    border-radius: 10px;
    padding: 10px;
    line-height: 1.5;
    margin: 10px 0;
    color: #fff;
}
h2.post-title-blog {
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    padding: 20px;
    line-height: 1.5;
    margin: 10px 0;
    color: #343434;
    bottom: 0;
    position: relative;
}

span.posisi-front {
    font-size: 8px;
    font-weight: normal;
}

h2.post-title-loker-front {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 40px 20px 40px;
    box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.1);
    border-radius: 14px 14px 0 0;
    color: #fff;
    font-size: 14px;
    width: 100%;
    max-width: 80%;
    text-align: center;
    line-height: 19px;
    background: #002bbc;
    z-index: 2;
}

button,
input,
select,
optgroup,
textarea {
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-family: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
	line-height: 1.6;
	font-size: 14px;
}

header {
    font-family: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    color: #fff;
    text-align: center;
}

footer {
    font-family: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    text-align: center;
}

header.header-version-1 {
    position: fixed;
    width: 100%;
    z-index: 99;
    height: 70px;
    top: 0;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
    color: #fff;
    display: flex;
    align-items: center;
}

.header-site.scrolled {
    background-color: #000;
    box-shadow: 0 0 10px rgb(0 0 0 / 53%);
    color: #fff;
}

header.header-version-2 {
    position: fixed;
    width: 100%;
    z-index: 99;
    height: 70px;
    top: 0;
    background-color: #000;
    transition: background-color 0.3s, color 0.3s;
    color: #fff;
    display: flex;
    align-items: center;
}

a.logo-header {
    display: flex;
    margin: 10px;
    width: 150px;
    height: 54px;
}
.site-info {
    position: relative;
    text-align: left;
}
span.description-site {
    margin: 0;
}

img.logo-site {
    width: 150px !important;
    height: 54px !important;
}
img.menu-site {
    width: 32px !important;
    height: 32px !important;
}

.copy-right {
    color: #000;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}
.bukan-lcp {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
body.loaded .bukan-lcp {
  opacity: 1;
  pointer-events: auto;
}
/* Basic reset */
h1 {
    z-index: 2;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

h1.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

h1.heading-page-h1 {
    padding: 20px 20px 0;
    margin: 20px auto;
    max-width: 650px;
}

.heading-widget-jobnas h1 {
    padding: 28px 20px;
}

h2, h3, h4, h5, h6,
blockquote, pre, code, address, p {
    margin: 10px 0;
    padding: 0;
}

p {
    font-weight: 400;
    line-height: 1.6;
    overflow-wrap: break-word;
    white-space: normal;
}
.conten-single-post {
    display: flex;
    position: relative;
    background: #fff;
}
/* Basic reset */

/* Default: Menampilkan sidebar dalam satu kolom pada tampilan mobile dan tablet */
#sidebar .custom-sidebar-ul {
    display: grid;
    grid-template-columns: 1fr;  /* Satu kolom untuk tampilan mobile */
    gap: 20px;  /* Jarak antar kolom */
    padding: 10px;
    background: #000;
}

.thumb-home {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 3px 12px 0px rgb(0 0 0 / 80%);
}

.thumb-home-loker {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-home-wrapper {
    position: relative;
}

.thumb-home-blog {
    margin: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.thumb-home-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    pointer-events: none;
    z-index: 1;
}


/* Tambahkan gaya untuk menghilangkan pseudo-elemen ::after jika kelas video-post ada */
.thumb-home-wrapper.video-post::after {
    content: none;
}
.post-title.video-post {
    position: relative;
    bottom: 0px;
    color: #131a24;
    font-size: 16px;
}

/* ------------------ iklan ads ---------------- */
.adsense-above-the-fold {
    padding: 90px 20px 0;
    margin: 20px auto;
    position: relative;
    display: block;
}
.adsense-above-the-fold-archive {
    padding: 20px 0;
    margin: 20px auto;
    position: relative;
    display: block;
    width: 100%;
    max-width: 980px;
    position: sticky;
    top:70px;
}
.ad-archive {
    min-height: 224px;
    align-content: center;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    min-width: 300px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.ad-archive img {
    width: 100%;
    height: 224px;
    object-fit: contain;
}
.advertisment-head {
    position: sticky;
    background: #000;
    top: 70px;
    width:100%;
}
.ad-parallax {
    position: sticky;
    bottom: 120px;
    width: 100%;
    min-height: 500px;
    z-index: 1;
    margin: auto;
    background-color: rgb(0 11 50);
}
img.ad-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
/* iklan paralax*/
.pembungkus-konten-job {
    z-index: 1;
    position: relative;
    background: #fff;
    bottom: 180px;
    margin-top: 280px;
}
.pembungkus-konten-job h2 {
    font-size: 20px;
}
.iklan-adsesnse-paralax {
    position: sticky;
    top: 280px;
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
}
/* end iklan */

/* Hide scrollbar for WebKit-based browsers (Chrome, Safari) */
.story-container::-webkit-scrollbar {
    display: none;
}

.tag-description {
    height: 350px;
    overflow: auto;
    padding: 20px;
    margin-bottom: 40px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}


/* ---------- Gaya untuk halaman depan ---------- */
.front-page-main .container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto 80px;
    background: #fff;
}

.front-page-main {
    position: relative;
    width:100%;
}

.front-page-index .container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto 80px;
    background: #fff;
    justify-content: center;
}
.front-page-index {
    position: relative;
}

.thumbnail-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.header-besar {
    display: flex;
    gap: 20px;
    margin: 20px auto;
    align-items: center;
    max-width: 1200px;
    padding: 20px;
}

.listbesar {
    border: 1px solid #ddd;
    border-radius: 18px;
    margin: 10px;
}

/* container-besar */
.container-besar {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* default untuk ponsel */
    gap: 20px;
    margin: 20px 20px 90px;
    position: relative;
}

.info-wrapper {
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pemilik-picture {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

.pemilik-name {
    font-size: 24px;
    margin-bottom: 10px;
}

.pemilik-description {
    font-size: 16px;
    margin-bottom: 20px;
}

.social-media-list {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-media-link {
    text-decoration: none;
    color: #0073e6; /* Warna link */
    font-size: 16px;
    transition: color 0.3s;
}

.social-media-link:hover {
    color: #005bb5;
}

.halaman-index {
    height: 150px;
    overflow: auto; /* atau scroll, keduanya bisa */
    margin: 20px;

    /* Sembunyikan scrollbar untuk browser Webkit (Chrome, Safari, Edge) */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.halaman-index::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

/* redomre */
.post-actions-blog {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
    border-top: 1px solid #d3e8ff;
    align-items: center;
}
.post-actions {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0;
    width: 100%;
    border-top: 1px solid #959595;
    align-items: center;
}

.read-more-button {
    position: relative;
    background-color: #dadada;
    color: #000000;
    padding: 5px 10px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    gap: 8px;
    align-items: center;
}

a.lamar {
    background-color: #dadada;
    color: #000000;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 700;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
a.lamar:hover {
    background-color: #a3a3a3;
}
.content-full {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    color: #000;
    text-align: left;
}

span.spanh2 {
    font-size: 22px;
    font-weight: 700;
}

span.spanh3 {
    font-size: 20px;
    font-weight: 700;
}

span.spanh4 {
    font-size: 18px;
    font-weight: 700;
}

.tombol-selengkapnya {
    color: #fff !important;
    font-weight: bold;
    display: flex;
    background: #07883d;
    padding: 20px 10px;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    transition: transform 0.3s, box-shadow 0.3s; /* Animasi pada hover */
}

.tombol-selengkapnya:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Media query untuk perangkat seluler */
@media (max-width: 767px) {
    .front-page-main .container {
        padding: 0; /* Menghapus padding untuk perangkat seluler */
    }
}

/* slider */
.slider-container {
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
}

.slider-item {
    min-width: 100%;
    box-sizing: border-box;
    max-height: 100%;
}

.post-thumbnail-blog {
    border-radius: 5px;
    background-color: #f2f8ff;
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid #d4e9ff;
    display: flex
;
    flex-direction: column;
}

.thumbnail-slider {
    width: 100%;
    object-fit: cover;
    position: relative;
}

img.thumbnail-slider-post.wp-post-image {
    max-width: 100%;
    width: 100%;
    max-height: 360px;
    min-height: 360px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.thumbnail-slider::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgb(0 0 0 / 28%));
    pointer-events: none;
    z-index: 1;
}

button.button-selengkapnya {
    width: 120px;
}

.read-more-button-slider {
    position: absolute;
    right: 10px;
    background-color: #001ade;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}


.prev-button, .next-button {
    position: absolute;
    top: 150px;
    transform: translateY(-50%);
    background-color: #7a84ff66;
    color: #001ade;
    padding: 14px 22px;
    cursor: pointer;
    border-radius: 20px;
    z-index: 4;
    font-size: 12px;
    line-height: 1;
}

.prev-button:hover, .next-button:hover {
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.prev-button {
    left: 10px;
}

.next-button {
    right: 10px;
}

p.nama-perusahaan-slider {
    margin: 0;
}
h3.nama-posisi-slider {
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 20px 0;
}
/* infojob - content */
.post-thumbnail {
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.thumb-content {
    padding: 10px;
}
a.backthumb {
    color: #001ade;
}
.job-header-content {
    position: relative;
    display: flex;
    z-index: 1;
    width: 100%;
    align-items: center;
}
.job-title-content {
    display: flex;
    flex-direction: column;
    color: #585858;
    text-align: left;
    width: 100%;
    margin-left: 20px;
}
.job-location-content {
    display: flex;
    align-items: center;
    padding-bottom: 6px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    color: #000000;
}
.action-item-content {
    font-size: 10px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
}
img.like-icon {
    margin-left: 8px;
    background: #666 !important;
}
img.like-icon.liked {
    background: #fff !important;
    border: 1px solid #ff49c7;
}
img.single.like-icon {
    margin: 0;
    background: none !important;
}
img.single.like-icon.liked {
    margin: 0;
    border: none;
    background: none !important;
}
.job-location-content img {
    width: 22px !important;
    height: 22px !important;
    padding: 4px;
    border: none;
    background: #ededed;
    border-radius: 4px;
}
h3.nama-posisi-content {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #000;
}
.nama-kota-content {
    margin: 0 8px 0;
    font-size: 10px;
}
.nama-perusahaan-content {
    margin: 4px 0;
    font-size: 10px;
}
span.deadline {
    margin-left: 8px;
}
img.job-header-content-img {
    width: 75px !important;
    height: 75px !important;
    border: 2px solid #ededed;
    border-radius: 50px;
}
.thumb-home-wrapper.lokerfront::after {
    content: "";
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    pointer-events: none;
    z-index: 1;
}
.job-details-content {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 4px;
}

.job-details-content .item-content {
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 8px;
    font-size: 10px;
}
.item-content img {
    background: #ededed;
    padding: 4px;
    width: 22px !important;
    height: 22px !important;
    border-radius: 4px;
    margin-right: 8px;
}
.keterangan-deadline {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 10px;
}
/* end infojob */
/* 2 list 2 container */
.list-2container {
    position: relative;
    width: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
/* end 2 list 2 container */

/* content list */
.loading-overlay {
    width: 100%;
    margin: 0 auto;
}
#list-container-v2 {
    width: 100%;
    margin: 0 auto;
}
.list-container {
    position: relative;
}
.post-thumbnail-list {
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    padding: 10px 0;
    color: #000;
}
.thumbnail-list {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
}
img.thumb-home-list {
    object-fit: cover;
    position: relative;
    min-width:120px;
    max-width:150px;
    height:120px;
    margin: 0 20px 0 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 80px;
}
/* content list v2 */
.daftar-list-v2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

@media (min-width: 684px) {
    .daftar-list-v2 {
        grid-template-columns: repeat(2, 1fr); /* tablet */
    }
}

@media (min-width: 1024px) {
    .daftar-list-v2 {
        grid-template-columns: repeat(3, 1fr); /* desktop */
    }
}

.thumbnail-link-v2 {
    display: block;
    text-decoration: none;
    color: inherit;
}

.post-thumbnail-list-v2 {
    border: 1px solid;
    border-color: #dfebf8;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.details-v2 {
    display: grid;
    justify-items: start;
    grid-template-columns: repeat(2, 1fr);
    font-size: 10px;
    align-items: center;
    margin: 20px 0 0;
}
p.perusahaan-v2 {
    font-size: 10px;
    margin: 10px 0 0;
    color: #d83e00;
}
p.lokasi-v2 {
    margin: 0;
    font-size: 10px;
}
.garis-custom {
    border: none;
    border-top: 1px solid #ccc; /* ganti warna sesuai kebutuhan */
    width: 100%;
}
.judul-clist-v2 {
    width: 100%;
}
.item-v2 {
    display: flex;
    align-items: center;
    margin: 4px 0;
}
.item-v2 img {
    background: #001ade;
    padding: 4px;
    border-radius: 4px;
    width: 26px;
    margin: 0 6px 0 10px;
}

h2.halaman-lokers {
    background: #001ade;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 20px;
}


.pagination-v2 {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    position: relative;
    flex-direction: row;
    align-items: center;
    border-radius: 8px;
    background: #001ade;
    height: 70px;
    width: 100%;
    margin: 20px auto;
    max-width: 800px;
    justify-content: center;
}

.pagination-v2 a, .pagination-v2 span {
    display: inline-block;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    background-color: #f2f2f2;
    transition: all 0.3s ease;
}
.pagination-v2 a:hover {
    background-color: #0073aa;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.pagination-v2 .current {
    background-color: #010aab;
    color: #fff;
    font-weight: bold;
    pointer-events: none;
}

.pagination-v2 .dots {
    pointer-events: none;
    background-color: transparent;
    color: #000;
    padding: 2px;
}
a.next.page-numbers {
    font-size: 18px;
    padding: 6px 16px;
}
a.prev.page-numbers {
    font-size: 18px;
    padding: 6px 16px;
}

@media (max-width: 540px) {
    .pagination-v2 a,
    .pagination-v2 span {
        padding: 14px 4px;
        font-size: 10px;
    }
}
@media (min-width: 541px) {
    .pagination-v2 a,
    .pagination-v2 span {
        padding: 14px 8px;
        font-size: 12px;
    }
}

/* General Pagination Styles */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 30px 0;
  font-family: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.pagination a, .pagination span {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    border: 1px solid #e0e0e0;
}

.pagination a:hover {
  background: #f3f3f3;
  color: #000;
  border-color: #ccc;
}

.pagination .current {
  background: #111;
  color: #fff;
  border-color: #111;
  font-weight: 600;
}

.pagination .next {
  font-size: 16px;
  font-weight: bold;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 95%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #131a24;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 20px;
}

/* Mobile Friendly Styles */
                 /* Tampilan desktop: Membuat 3 kolom */
@media(min-width: 1024px) {
    #sidebar .custom-sidebar-ul {
        grid-template-columns: repeat(2, 1fr);  /* 3 kolom pada tampilan desktop */
    }
}

@media (min-width: 767px) {
    .container {
        display: flex;
        position: relative;
        justify-content: center;
    }
    .slider-container{
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .entry-title-single {
        font-size: 28px;
        font-weight: 800;
        margin: 40px 0;
    }
    .thumb-home {
        max-width: 720px;
        position: relative;
        border-radius: 14px;
    }
    .post-thumbnail-single {
        overflow: hidden;
        max-width: 720px;
        margin: 0 auto;
    }
}
@media (min-width: 684px) {
    .container-besar {
        grid-template-columns: repeat(2, 1fr); /* tablet */
    }
}

@media (min-width: 1024px) {
    .container-besar {
        grid-template-columns: repeat(3, 1fr); /* desktop */
    }
    .swiper {
      height: 650px;
    }
    .swiper-slide img {
        height: 650px;
    }
}
@media (max-width: 1024px) {
    .swiper {
      height: 650px;
    }
    .swiper-slide img {
        height: 650px;
    }
}

@media (min-width: 767px) {
    .post-thumbnail-list {
        margin: 10px 0;
    }
    h3.post-title-clist {
        font-size: 14px;
    }
    
    .halaman-index {
        margin: 0 70px 70px;
    }
    .tag-description {
        margin: 0 70px 70px;
    }
}
@media (max-width: 768px) {
    .pagination a, .pagination span {
        padding: 8px;
    }
}
@media (max-width: 767px) {
    .post-thumbnail-list {
        margin: 20px 0;
    }
    h3.post-title-clist {
        font-size: 16px;
    }
}

@media (min-width: 828px) {
    .front-page-index .container {
        padding: 10px;
    }
    .container-besar-list {
        position: relative;
        display: block;
        width:100%;
        overflow: hidden;
    }
    
    .halaman-index {
        max-width: 820px;
        margin: 0 auto 70px;
    }

}

@media (max-width: 958px) {
    .swiper {
        height: 550px;
    }
    .swiper-slide img {
        height: 550px;
    }
}

@media (max-width: 828px) {
    .menu-header{
        display:none;
    }
    .swiper {
      height: 380px;
    }
    .swiper-slide img {
        height: 380px;
    }

}
@media (max-width: 600px) {
    .entry-title {
        font-size: 2em;
    }

    .post-navigation {
        flex-direction: column;
        align-items: center;
    }

    .post-navigation .nav-previous, .post-navigation .nav-next {
        margin-bottom: 10px;
    }
    .swiper {
      height: 300px;
    }
    .swiper-slide img {
        height: 300px;
    }
}
@media (max-width: 480px) {
    .swiper {
      height: 200px;
    }
    .swiper-slide img {
      height: 200px;
    }
}

@media (max-width: 634px) {
    .thumb-home-wrapper.video-post {
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    }
    .ad-archive {
        height:100%;
    }
    .list-2container {
        grid-template-columns: 1fr;
    }
}

.author-info-list {
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 8px;
    padding: 0 10px 10px 0;
}

/* archive */
.archive-main .container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.archive-header {
    padding: 90px 0 0;
    color: #666;
}
.cari-header {
    padding: 20px 0 0;
    color: #666;
}
.archive-title {
    margin: 20px 0;
    color: #000;
}

/* CSS untuk thumbnail video */
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #131a24;
    margin: 0 auto;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.author-info {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 12px;
    background: #fff;
    z-index: 1;
    position: relative;
}

.author-info img {
    border-radius: 50%;
    margin-right: 10px;
    max-width: 60px;
}

.author-info:hover img {
    transform: none;
}

.nama-pemosting-dan-judul {
    display: flex;
    flex-direction: column;
}

.waktu-posting-front {
    position: absolute;
    right: 10px;
}
.post-excerpt {
    margin: 10px 0;
}
/* CSS untuk mengatur tampilan popup */
.popliked {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    z-index: 9999;
    animation: fadeInOut 2s ease;
}

/* Animasi fadeInOut */
@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


@media (max-width: 767px) {
    .archive-main .container {
        padding: 0;
    }
}
/* single loker */
.logo-perusahaan-single {
    background: #131a24;
    color: #fff;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    border-radius: 8px;
    margin-bottom: 40px;
    padding: 20px;
}
img.logo-perusahaan {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
img.logo-perusahaan-atas {
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 28px;
    z-index: 2;
    object-fit: cover;
}
.header-single-loker {
    background-color: rgb(214 231 255 / 41%);
    backdrop-filter: blur(10px) saturate(150%);
    border: 1px solid;
    border-image: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 255 255 / 37%) 70%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px 20px 20px;
    margin: 20px;
    bottom: -90px;
    position: relative;
    color: #000;
    width: 90%;
    z-index: 4;
}
.perusahaan-atas {
    position: relative;
    bottom: -98px;
    width: 90%;
    z-index: 5;
    color: #fff;
}
.entry-perusahaan-atas {
    position: absolute;
    background: #ffffff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 10px;
    color: #000000;
    z-index: 2;
    left: 0;
}
.box-detil-info.logo-perusahaan {
    background: #131a24;
}
.box-nama-perusahaan {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 18px;
}

.info-perusahaan {
    padding: 10px;
    text-align: center;
}
.box-alamat {
    font-size: 12px;
}

/* -------------- loker single ------ */
.detil-info {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding:0 20px;
}
.grup-detil-info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin: 20px 0 10px;
}
/* Menentukan gaya untuk box-detil-info */
.box-detil-info {
    box-sizing: border-box;
    padding: 4px;
    background-color: #fff;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 12px;
}
.box-detil-info img {
    width: 22px !important;
    height: 22px !important;
}

h2.head-job-closed {
    position: sticky;
    top: 70px;
    z-index: 10;
    background: #f40000;
    color: #fff;
    padding: 20px;
    margin: 0;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    overflow: hidden;
    isolation: isolate;
    font-size: 18px;
}

.lowongan-closed {
    position: sticky;
    top: 28%;
    z-index: 2;
}

.related-job-closed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 100%;
    padding-bottom: 100%;
}

.box-cara-lamar-kerja {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.box-detil-info-cara {
    box-sizing: border-box;
    padding: 10px 20px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    z-index: 1;
    background: #000000;
    color: #fff;
}
.box-detil-info-cara p {
    margin: 0;
    line-height: 1.4;
}

.apply-via {
    display: flex;
    margin: 20px 0 0;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    gap: 20px;
    border-top: 1px solid #ccc;
    padding: 10px 0 0;
}

.box-detil-info.logo-perusahaan {
    background: #131a24;
    color: #fff;
    display: flex;
    gap: 20px;
    align-items: center;
}

/* lapor & Komunitas */
.disclamer {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}
.lapor {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 10px;
}
a.btn-lamar {
    padding: 10px;
    border: 1px solid #efefef;
    border-radius: 8px;
}
a#whatsapp-button {
    background: #e61111;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
}

.option-group-down {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.btn-power {
    margin: 10px;
    width: 40%;
    height: 58px;
    border-radius: 40px;
    overflow: hidden;
}

/* Gaya pada saat elemen di-hover */
.box-detil-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Menentukan gaya untuk elemen dalam box-detil-info, misalnya heading dan paragraf */
.box-detil-info h3 {
    margin-top: 0;
    font-size: 1.5em;
    color: #131a24; /* Warna teks */
}

.box-detil-info p {
    font-size: 1em;
    color: #666; /* Warna teks */
}
/* end single loker */
/* single */
.thumb-single {
    width: 100%;
    height: auto;
}
.single-loker {
    padding: 120px 0 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #000;
    margin-bottom: 90px;
}
.single-loker::before {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40%;
    padding-bottom: 40%;
    background: radial-gradient(circle, rgb(20 255 156 / 23%) 0%, rgb(255 255 255 / 0%) 70%, rgb(0 0 0 / 0%) 100%);
    border-radius: 50%;
}
.single-loker::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 65%;
    padding-bottom: 65%;
    background: radial-gradient(circle, rgb(229 205 140 / 42%) 0%, rgb(255 255 255 / 0%) 70%, rgb(0 0 0 / 0%) 100%);
    border-radius: 50%;
}
.post-thumbnail-single {
    overflow: hidden;
}
.post-thumbnail-single::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.wp-caption {
    max-width: 100%;
    width: auto;
}

.wp-caption img {
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
    height: auto;
    border: 0;
    aspect-ratio: 16 / 9;
}

.post-thumbnail-single-loker {
    overflow: hidden;
}

.iklan-adsense {
    margin-bottom: 20px;
}

.post-thumbnail-single.video-post{
    z-index: 2;
    position: relative;
    content: none;
}

.post-thumbnail-single.video-post::after{
    content: none;
}

.entry-header-single {
    background: #000;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 70px 0 0;
}

.entry-title-single {
    bottom: 68px;
    left: 0;
    text-align: left;
    z-index: 1;
    width: 100%;
    max-width: 720px;
    margin: 20px auto;
}

.entry-title-single-loker {
    text-align: center;
    padding: 0 20px 30px;
    font-size: 16px;
    color: #fff;
    position: relative;
    top: 42px;
    border-bottom: 1px solid;
    border-image: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 255 255 / 37%) 70%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
}
.entry-title-single-job {
    text-align: center;
    padding: 30px 20px;
    font-size: 24px;
    color: #fff;
    position: relative;
    border-bottom: 1px solid;
    border-image: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 255 255 / 37%) 70%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
}
.keterangan-job {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
}
.entry-posisi-loker {
    text-align: center;
    padding: 10px 0 20px;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.entry-posisi-loker::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15%; /* Mengatur jarak dari kiri */
    width: 70%; /* Lebar border yang diinginkan */
    height: 1px; /* Ketebalan border */
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 255 255 / 37%) 70%, rgba(0, 0, 0, 0) 100%);
}

.entry-title-single.video-post {
    position: relative;
    bottom: 0;
    margin: 20px 0;
}
.entry-title-page {
    left: 0;
    text-align: center;
    z-index: 1;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 50px 40px 20px 20px;
    position: relative;
    text-transform: uppercase;
}

img.avatar.avatar-32.photo {
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.meta-single {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    flex-direction: column;
}
.author-single-loker {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    margin-left: 10px;
}

.author-name-single a {
    color: #fff;
    font-weight: 600;
}
.author-name-single-loker {
    color: #000000;
    font-weight: 600;
    font-size: 14px;
}
.entry-meta-single {
    position: relative;
    padding: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 10px;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}
.entry-meta-single-loker {
    position: relative;
    text-align: left;
    padding: 5px 0px;
    z-index: 1;
    display: flex;
    align-items: center;
    font-size: 10px;
    margin-top: 28px;
}
.post-actions-single {
    display: flex;
    justify-content: center;
    padding: 10px 6px;
    gap: 10px;
    flex-direction: row;
    width: 100%;
    background: #585858;
    border-radius: 8px;
    visibility: visible;
    transition: visibility 0.3s;
    margin: 20px auto 0;
    font-size: 16px;
}
.action-item-single {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border: 1px solid;
    border-radius: 8px;
    border-color: #cbcbcb;
    padding: 8px;
}
.tidakaction-item-single {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border: 1px solid;
    border-radius: 8px;
    border-color: #cbcbcb;
    padding: 8px;
}
.comment-icon-single {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #fff;
}
.share-icon-single {
    display: flex;
    flex-direction: column;
}
.tombol-share {
    position: absolute;
    top: -70px;
    left: 0 !important;
    background: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin: 20px auto;
    z-index: 99;
    overflow: hidden;
    width: 100%;
    max-width: 240px;
    align-items: center;
    justify-content: center;
}

.tombol-share.active-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.comment-icon-front {
    display: flex;
    color: #131a24;
    align-items: center;
}
.share-icon-front {
    display: flex;
    color: #131a24;
    align-items: center;
}

.comment-form-wrapper {
    margin-top: 20px;
    color: #c0bcbc;
    text-align: left;
    font-size: 16px;
}

.comment-form-wrapper label {
    display: block;
    margin-bottom: 5px;
}

.comment-form-wrapper input[type="text"],
.comment-form-wrapper textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.comment-form-wrapper textarea {
    height: 100px;
}

.comment-form-wrapper button[type="submit"] {
    background-color: #001ade;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.comment-form-wrapper button[type="submit"]:hover {
    background-color: #0056b3;
}

.comments {
    margin-top: 20px;
    max-height: 180px;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.comments .comment {
    margin-bottom: 6px;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
    color: #131a24;
    text-align: left;
    font-size: 12px;
}

.comments .comment strong {
    color: #001ade;
}

.comments .comment:last-child {
    margin-bottom: 0;
}

.popliked-single {
    display: none;
    position: fixed;
    top: 45%;
    left: 52%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 100%;
    z-index: 9999;
    animation: fadeInOut 2s ease;
    font-size: 90px;
    text-align: center;
}

button.remove-liked-post {
    padding: 6px 38px;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: #454545;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

/* bg jobnas */
.widget-home {
    background: #000;
    color: #fff;
    position: relative;
    min-height: 460px;
    padding: 70px 0 30px;
}

.heading-widget-jobnas {
    position: relative;
    color: #fff;
    background-color: rgba(214, 231, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.heading-widget-jobnas img {
    width: 100%;
}

.back-jobnas {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 460px;
    padding: 90px 0 20px;
}
/*
img.bg-jobnas {
    min-height: 560px;
}
.back-jobnas img {
    width: 100%;
    object-fit: cover;
    position: relative;
    display: flex;
}
*/
.back-jobnas::after {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgb(0 0 0 / 41%));
    pointer-events: none;
}
.heading-widget-jobnas-single {
    bottom: 120px;
    margin: 30px;
}

.heading-jobnas {
    font-weight: 900;
}
.text-jobnas {
    max-width: 450px;
    padding-bottom: 20px;
    font-size: 12px;
}
.text-page-jobnas {
    max-width: 450px;
    padding: 20px;
    font-size: 12px;
    margin: 0 auto;
    display: block;
}

@media (max-width: 767px) {
    .entry-title-single {
        position: absolute;
        bottom: 68px;
        left: 0;
        text-align: left;
        padding: 0 40px 0 20px;
        z-index: 1;
        font-size: 18px;
        font-weight: 600;
    }
}

/* style.css */
/* Konten artikel */
.page-post-main {
    position: relative;
}
.single-post-main {
    position: relative;
    z-index: 3;
}
.single-post-container {
    max-width: 800px;
    width: 100%;
    margin: 0;
    padding: 0 20px 0;
    display: flex;
    position: relative;
    flex-direction: column;
    position: relative;
    z-index: 1;
    background: #fff;
    margin: 0 auto;
}
.pl-container {
    width: 100%;
    margin: 0;
    padding: 0 20px 0;
    display: flex;
    position: relative;
    flex-direction: column;
    position: relative;
    z-index: 1;
    background: #fff;
    margin: 0 auto;
}
.single-post-closed {
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;

    /* Gunakan transparansi dan blur */
    background-color: rgba(255, 255, 255, 0.6); /* putih semi-transparan */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* untuk Safari */

    margin: 0 auto;
    padding: 0 20px 100%;
    border-radius: 10px; /* opsional, agar terlihat lebih soft */
}

.entry-header {
    margin-bottom: 20px;
}

.entry-header-cv {
    padding: 170px 10px 90px;
    background: #082f67;
}

.entry-title {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.entry-meta {
    font-size: 0.9em;
    color: #666;
}

.entry-meta span {
    display: inline-block;
    margin-right: 10px;
}

nav.rank-math-breadcrumb {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    background: #f9f9f9;
    margin: 20px auto;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
nav.rank-math-breadcrumb p {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    padding: 0 20px 0;
    font-size: 12px;
}

.entry-content {
    line-height: 1.6;
    margin-top: 20px;
}

.single-post-container li {
    margin: 10px 0;
}

.baca-sebelumnya {
    margin: 20px auto;
    position: relative;
    width: 100%;
    max-width: 800px;
    padding: 20px;
}

footer.footer-site {
    margin-top: 38px;
    border-top: 1px solid;
    padding: 20px;
}

.entry-footer {
    border-top: 1px solid #ddd;
    text-align: center;
    background: #fff;
    z-index: 2;
    position: relative;
}

.bawah-single {
    background: #fff;
    z-index: 2;
    position: relative;
    padding: 30px 0 0;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
}

.post-navigation .nav-previous, .post-navigation .nav-next {
    font-size: 1em;
    color: #0073aa;
}

.nav-links {
    font-size: 10px;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
    color: #0073aa;
    text-decoration: none;
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
    text-decoration: underline;
}

.screen-reader-text {
    margin-bottom: 20px;
}
/* menu */
.tombol2-dihead {
    right: 14px;
    position: absolute;
    color: #f0f0f0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.menu-mobile-icon {
    color: #f0f0f0;
    display: flex;
    align-items: center;
}
/* Sembunyikan sub-menu secara default */
.menu-header ul.sub-menu {
    display: none;
    position: absolute;
    background-color: #fff; /* ganti sesuai kebutuhan */
    z-index: 9999;
    margin: 0;
    padding: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* opsional */
}

/* Tampilkan sub-menu saat parent di-hover */
.menu-header li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
}

/* Posisi sub-menu */
.menu-header li.menu-item-has-children {
    position: relative;
}

/* Styling opsional */
.menu-header ul.sub-menu li {
    white-space: nowrap;
    padding: 10px 15px;
}

.menu-header ul.sub-menu li a {
    display: block;
    color: #333;
    text-decoration: none;
}

.menu-header ul.sub-menu li a:hover {
    background-color: #f2f2f2;
}
.header-menu-class {
    list-style: none;
    display: flex;
    margin: 0 40px;
    padding: 0;
}

.header-menu-class li {
    margin: 0 15px;
}

.menu-header {
    position: relative;
}

.header-menu-class a {
    color: #fff;
    text-decoration: none;
    padding: 22px 10px;
    transition: background-color 0.3s, color 0.3s;
}

.header-menu-class a:hover {
    background-color: #6b0404;
    color: #fff;
    border-radius: 5px;
}


.menu-mobile-icon i {
    font-size: 24px;
}

.menu-mobile-icon span {
    margin: 0 8px;
}

/* Style untuk <li> di luar sub-menu */
/* Style untuk <a> di dalam <li> di luar sub-menu */
#menu-menu > .menu-item > a {
    background-color: #131a24;
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px;
    text-align: center;
    margin: 5px 0;
}

/* Hilangkan bullet point dari <li> */
#menu-menu li, .sub-menu li {
    list-style: none;
}
#menu-menu {
    padding: 0;
    font-size: 12px;
    margin: 0 4px;
}
/* Mengatur ketinggian maksimum dan overflow pada kontainer menu */
.menu-menu-container {
    max-height: 260px;
    top: 10px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) {
    .menu-menu-container {
        max-height: 360px
    }
}

/* Menyembunyikan scrollbar di Webkit browser (Chrome, Safari) */
.menu-menu-container::-webkit-scrollbar {
    display: none;
}

/* Membuat isi menu dapat digulir */
.menu-menu-container {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    overflow-y: scroll;
}
/* end menu */
/* footer */
/* tombol bawah */
.tombol-bawah {
    display: flex;
    gap: 10px;
}
.tombol-bawah .mobile-bawah{
    display:flex;
    align-items:center;
    justify-content:center;
    width:32px;
    height:32px;
    padding:0;
    border:0;
    border-radius:10px;
    background:#fff;
    color:#111;
    cursor:pointer;
    transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.tombol-bawah .mobile-bawah:hover{
    transform:translateY(-1px);
}

.tombol-bawah .mobile-bawah.aktif{
    background:#fff;
    color:#111;
}

.menu-icon-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    width:22px;
    height:22px;
}

.menu-svg-icon{
    width:22px;
    height:22px;
    display:block;
}
.bungkus-listlike {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 20px;
}
.daftar-like {
    width: 100%;
    position: fixed;
    top: 70px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 5;
    border-radius: 8px;
    height: 100%;
    padding-bottom: 130px;
}
/* end tombol */
.credit {
    position: relative;
    background: #fff;
    z-index: 92;
}

.app-footer {
    position: relative;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.header-1-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
    width: 100%;
}

a.menu-biaya {
    background: #080d99;
    color: #fff;
    font-weight: 700;
}

.header-1-menu a {
    flex: 1 1 auto;
    min-width: 0;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: clamp(6px, 1.5vw, 10px) clamp(10px, 3vw, 14px);
    text-decoration: none;
    font-size: clamp(12px, 1.8vw, 16px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
    width: 100%;
}

.footer-menu a {
    flex: 1 1 auto;
    min-width: 0;
    text-align: center;
    background: #f6f8ff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: clamp(6px, 1.5vw, 10px) clamp(10px, 3vw, 14px);
    text-decoration: none;
    color: #333;
    font-size: clamp(12px, 1.8vw, 16px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup {
    position: fixed;
    max-width: 500px;
    background: #fff;
    color: #000;
    padding: 30px 20px;
    border-radius: 5px;
    text-align: center;
    display: none;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    top: 70px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    width: 100%;
}

.popup-cari {
    padding: 10px 30px;
}

.popup::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.8);
}

.close-popup {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    background: #cf2e2e;
    padding: 4px 8px;
    width: 100%;
}

.popup-logout {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.profile-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    color:#131a24;
    font-size: 12px;
}

img.profile-google {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.foot-about {
    width: 100%;
    padding: 40px 20px;
    color: #000;
}

.header-1-menu-widget {
    margin-top: 15px;
}

.header-1-menu-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.header-1-menu-widget ul li {
    margin: 0;
}

.header-1-menu-widget ul li a {
    display: inline-block;
    padding: 6px 12px;
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s;
}

.header-1-menu-widget ul li a:hover {
    background-color: #0073aa;
    color: #fff;
}

/* Grid 2 Kolom (sudah kamu punya) */
.grid-2-col {
    margin: 0 0 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    text-align: left;
    font-size: 12px;
    width: 100%;
    max-width: 650px;
    overflow: hidden;
}
.footer-menu-widget {
    display: inline-flex;
    justify-content: center;
}
/* Styling dasar untuk menu */
.footer-menu-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-widget li {
    position: relative;
    margin-bottom: 0.5rem;
}

.footer-menu-widget a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 5px 0;
    transition: color 0.3s ease;
}

.footer-menu-widget a:hover {
    color: #0073aa; /* Ganti sesuai warna brand */
}

/* Sub-menu dasar (sembunyikan dulu) */
.footer-menu-widget .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #f9f9f9;
    padding: 10px 0;
    min-width: 180px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
}

/* Tampilkan sub-menu saat hover */
.footer-menu-widget li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Sub-menu link styling */
.footer-menu-widget .sub-menu li {
    margin: 0;
}

.footer-menu-widget .sub-menu a {
    padding: 5px 15px;
    color: #444;
}

.footer-menu-widget .sub-menu a:hover {
    background: #efefef;
    color: #000;
}
/* login google */
.tombol-login {
    position: relative;
    margin: 0 auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: antiquewhite;
    padding: 170px 20px 100px;
}
.tombol-login-google {
    background: aliceblue;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
}
.tombol-login img {
    width: 32px !important;
    height: 32px !important;
}
/* login google */

/* Forms
--------------------------------------------- */
a.button, button, input.button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: none !important;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.searcher {
    margin-top: 90px;
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    justify-content: center;
}
.wp-block-search__input {
    max-width: 160px;
}
.wp-block-search__button {
    margin-left: 10px;
    word-break: normal;
}

select option {
	color: var(--content-greycolor, #888888);
	background-color: var(--content-bgcolor, #ffffff);
	border: 1px solid var(--border-color, #cccccc);
}

select optgroup {
	border: 1px solid var(--border-color, #cccccc);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
	color: var(--main-color, #131a24);
}

button[disabled],
button.disabled,
button:disabled,
a.button[disabled],
a.button.disabled,
a.button:disabled,
input[disabled],
input.disabled,
input:disabled {
	user-select: none;
	cursor: not-allowed !important;
	opacity: 0.3;
}

select {
	max-width: 100%;
}

textarea {
	width: 100%;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	box-sizing: border-box;
	width: 100%;
    overflow-x: hidden;
}

/* Bungkus keseluruhan form */
.cari-title {
    margin: 20px;
    font-size: 18px;
}
.form-cari-bungkus {
    position: relative;
    overflow: hidden;
    max-width: 800px;
    width: 90%;
    margin: 40px auto;
    padding: 20px;
    background-color: rgb(0 0 0);
    backdrop-filter: blur(10px) saturate(150%);
    border: 1px solid #ffffff;
    border-radius: 8px;
}

/* Baris untuk setiap form */
.form-row {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

/* Grup form */

/* Form cari */
.form-row-cari {
    display: flex;
    gap: 10px;
}

.form-group-inp {
    width: 70%;
}

.form-group {
    width: 100%;
}

.form-group-inp input {
    width: 100%;
}
.form-group-inp input {
    padding: 16px 12px;
    border-radius: 50px;
}

.form-group-buton-cari {
    flex: 2;
    justify-content: end;
    display: flex;
    width: 30%;
}

.btn-cari {
    width: 100%;
    line-height: 1;
    border-radius: 50px;
}

/* Input dan select */
.form-group select,
.form-group input[type="text"] {
    width: 100%;
    line-height: 1;
}

/* Reset gaya bawaan select */
.form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #959595;
    border: 1px solid #ffffff;
    padding: 16px 12px;
    padding-right: 40px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
    cursor: pointer;
    border-radius: 6px;
    margin: 10px 0;
}

.form-cari-bungkus span {
    display: flex;
    justify-content: center;
    font-weight: 700;
    color:#fff;
}

/* Dropdown Lokasi */
#lokasi {
    background-image: url('https://jogjaloker.co.id/wp-content/uploads/2025/08/pin.png');
}

/* Dropdown Pendidikan */
#pendidikan {
    background-image: url('https://jogjaloker.co.id/wp-content/uploads/2025/08/graduate-avatar.png');
}

/* Dropdown Type */
#type {
    background-image: url('https://jogjaloker.co.id/wp-content/uploads/2025/08/time.png');
}

/* Dropdown Gender */
#gender {
    background-image: url('https://jogjaloker.co.id/wp-content/uploads/2025/08/restroom.png');
}

/* Hover efek tombol cari */
.btn-cari:hover {
    background-color: #585858;
}
/* contact wa */
.bungkus-contact{
    margin:32px 0;
}

.wa-contact-box{
    position:relative;
    overflow:hidden;
    background:linear-gradient(135deg,#ffffff 0%,#f7faf8 100%);
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:28px 22px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.wa-contact-box::before{
    content:"";
    position:absolute;
    top:-60px;
    right:-60px;
    width:160px;
    height:160px;
    border-radius:50%;
    background:rgba(37,211,102,.08);
}

.wa-contact-header{
    position:relative;
    z-index:1;
    margin-bottom:20px;
}

.wa-contact-header h2{
    margin:0 0 10px;
    font-size:28px;
    line-height:1.2;
    font-weight:800;
    color:#111827;
    letter-spacing:.5px;
}

.wa-contact-header p{
    margin:0;
    font-size:15px;
    line-height:1.7;
    color:#4b5563;
    max-width:580px;
}

.wa-contact-btn{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    gap:14px;
    width:fit-content;
    text-decoration:none;
    background:linear-gradient(135deg,#25D366 0%,#1faa52 100%);
    color:#fff;
    padding:14px 22px;
    border-radius:14px;
    box-shadow:0 12px 24px rgba(37,211,102,.28);
    transition:transform .2s ease, box-shadow .2s ease;
}

.wa-contact-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 28px rgba(37,211,102,.34);
}

.wa-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    border-radius:50%;
    background:rgba(255,255,255,.16);
    flex-shrink:0;
}

.wa-icon svg{
    width:24px;
    height:24px;
}

.wa-text{
    display:flex;
    flex-direction:column;
    line-height:1.2;
}

.wa-text strong{
    font-size:16px;
    font-weight:700;
    color:#fff;
}

.wa-text small{
    margin-top:4px;
    font-size:13px;
    color:rgba(255,255,255,.88);
}

@media (max-width:767px){
    .wa-contact-box{
        padding:22px 18px;
        border-radius:16px;
    }

    .wa-contact-header h2{
        font-size:22px;
    }

    .wa-contact-header p{
        font-size:14px;
    }

    .wa-contact-btn{
        width:100%;
        justify-content:center;
        padding:14px 16px;
    }
}

/* s&k */
.content-snkiklan{
    display:none;
}

.bungkus-snkiklan{
    margin:20px 0;
}

.snkiklan-box{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:24px 20px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.snkiklan-header{
    margin-bottom:20px;
}

.snkiklan-header h2{
    margin:0 0 10px;
    font-size:26px;
    line-height:1.2;
    font-weight:800;
    color:#111827;
}

.snkiklan-header p{
    margin:0;
    font-size:15px;
    line-height:1.7;
    color:#4b5563;
}

.snkiklan-list{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.snkiklan-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
    padding:14px;
    border:1px solid #eef2f7;
    border-radius:14px;
    background:#f9fbfc;
}

.snkiklan-number{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:34px;
    width:34px;
    height:34px;
    border-radius:50%;
    background:#111827;
    color:#fff;
    font-size:14px;
    font-weight:700;
}

.snkiklan-text h3{
    margin:0 0 6px;
    font-size:16px;
    line-height:1.4;
    color:#111827;
}

.snkiklan-text p{
    margin:0;
    font-size:14px;
    line-height:1.7;
    color:#4b5563;
}

.snkiklan-note{
    margin-top:18px;
    padding:16px;
    border-radius:14px;
    background:#f3f6f8;
    border:1px solid #e5e7eb;
}

.snkiklan-note strong{
    display:block;
    margin-bottom:6px;
    font-size:15px;
    color:#111827;
}

.snkiklan-note p{
    margin:0;
    font-size:14px;
    line-height:1.7;
    color:#4b5563;
}

@media (max-width:767px){
    .snkiklan-box{
        padding:20px 16px;
        border-radius:16px;
    }

    .snkiklan-header h2{
        font-size:22px;
    }

    .snkiklan-item{
        padding:12px;
        gap:12px;
    }
}
/* about */
.tentang-kami-box{
    background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:24px 20px;
    box-shadow:0 10px 28px rgba(0,0,0,.05);
}

.tentang-kami-header{
    margin-bottom:20px;
}

.tentang-badge{
    display:inline-block;
    margin-bottom:10px;
    padding:6px 12px;
    border-radius:999px;
    background:#eef6ff;
    color:#1d4ed8;
    font-size:12px;
    font-weight:700;
    letter-spacing:.3px;
    text-transform:uppercase;
}

.tentang-kami-header h2{
    margin:0 0 10px;
    font-size:30px;
    line-height:1.2;
    font-weight:800;
    color:#111827;
}

.tentang-lead{
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:#4b5563;
    max-width:760px;
}

.tentang-kami-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-top:18px;
}

.tentang-kami-card{
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:16px;
    padding:18px;
    transition:transform .2s ease, box-shadow .2s ease;
}

.tentang-kami-card:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 24px rgba(0,0,0,.05);
}

.tentang-kami-card h3{
    margin:0 0 8px;
    font-size:17px;
    line-height:1.4;
    font-weight:700;
    color:#111827;
}

.tentang-kami-card p{
    margin:0;
    font-size:14px;
    line-height:1.8;
    color:#4b5563;
}

.tentang-kami-footer{
    margin-top:18px;
    padding:16px 18px;
    border-radius:16px;
    background:#f3f7fb;
    border:1px solid #e5e7eb;
}

.tentang-kami-footer p{
    margin:0;
    font-size:14px;
    line-height:1.8;
    color:#374151;
}

@media (max-width:767px){
    .tentang-kami-box{
        padding:20px 16px;
        border-radius:16px;
    }

    .tentang-kami-header h2{
        font-size:24px;
    }

    .tentang-kami-grid{
        grid-template-columns:1fr;
    }

    .tentang-kami-card{
        padding:16px;
    }
}
/*end */
/* ---- slide --- */
/* Posisi awal elemen di luar layar */
.come-slide {
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.9s ease-out, opacity 0.5s ease-out;
}

/* Posisi akhir elemen saat muncul di viewport */
.come-slide.visible {
    transform: translateX(0);
    opacity: 1;
}

/* Posisi awal elemen di luar layar (kiri) */
.come-left {
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.9s ease-out, opacity 0.5s ease-out;
}

/* Posisi akhir elemen saat muncul di viewport (kiri) */
.come-left.visible {
    transform: translateX(0);
    opacity: 1;
}

/* Style untuk tabel komentar custom */
.widefat.fixed {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}

.widefat.fixed th {
    padding: 10px;
    background-color: #f1f1f1;
    border-bottom: 2px solid #ddd;
    text-align: left;
}

.widefat.fixed td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.widefat.fixed .column-title {
    width: 25%;
}

.widefat.fixed .column-author {
    width: 20%;
}

.widefat.fixed .column-comment {
    width: 35%;
}

.widefat.fixed .column-status {
    width: 10%;
}

.widefat.fixed .column-action {
    width: 10%;
}

.widefat.fixed tr:hover {
    background-color: #f9f9f9;
}

/* Style untuk tombol aksi */
.widefat.fixed .column-action a {
    text-decoration: none;
    color: #0073aa;
    margin-right: 10px;
}

.widefat.fixed .column-action a:hover {
    color: #005177;
}

.widefat.fixed .column-action a.approve {
    color: #46b450;
}

.widefat.fixed .column-action a.delete {
    color: #d63638;
}

/* Style untuk checkbox */
.widefat.fixed th.check-column,
.widefat.fixed td.check-column {
    width: 5%;
    text-align: center;
}

.widefat.fixed input[type="checkbox"] {
    margin: 0;
}

/* Style untuk paginasi */
.load-more {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #585858;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
}
.tombol-load {
    margin: 80px;
}
.tablenav {
    margin: 20px 0;
}

.tablenav-pages {
    float: right;
}

.tablenav-pages .page-numbers {
    margin: 0 2px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #0073aa;
    text-decoration: none;
}

.tablenav-pages .page-numbers.current {
    background-color: #0073aa;
    color: #fff;
    border: 1px solid #0073aa;
}

.tablenav-pages .page-numbers:hover {
    background-color: #0073aa;
    color: #fff;
}

/* eksternal */
.gtm-iframe {
    height: 0;
    width: 0;
    display: none;
    visibility: hidden;
}
.bg-nama {
    display: flex;
    flex-direction: column;
    border: 1px solid;
    border-color: #fff;
    border-radius: 20px;
    background: #000;
    margin: 20px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
}
.button-selengkapnya-auth {
    width: 100%;
}
.nama-situs {
    color: #fff;
    padding: 10px;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 500;
    margin: 0;
    font-size: 24px;
}
.ppcardverif {
    display: flex;
    align-items: center;
    margin: 20px;
    float:right;
}
.kolom-nama-situs {
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    color: #fff;
    text-align: left;
}
.logo-card-div {
    min-width: 120px;
    max-width: 120px;
    padding-right: 10px;
}
.logo-card-div img {
    width: 110px;
    height: 110px;
}
.desc-card {
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
    padding: 10px;
    text-align: left;
}
.desc-card-bottom {
    font-size: 12px;
    height: 120px;
    overflow: scroll;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    margin: 20px;
}
img.ceklis {
    width: 22px;
}
span.verif {
    line-height: 1.5;
    font-size: 8px;
    padding: 10px;
}

/* form pasang Loker */
/* Gaya Umum */
.form-poster-pend {
    display: flex;
    overflow-x: auto;
    padding: 4px;
}
.formpost {
    max-width: 720px;
    margin: 0 auto;
    margin-top: 120px;
    background: #f0f5f7;
    padding: 20px 0;
}
.form-poster {
    padding: 4px;
}
.btn-pend {
    color: #000;
    background-color: var(--superio-theme-color);
    border-color: var(--superio-theme-color);
    border-radius: 8px;
    margin: 4px;
    padding: 4px 8px;
    font-size: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    cursor: pointer;
    text-wrap: nowrap;
}
.bungkusemail {
    border: 1px solid var(--border-color);
    border-radius: 6px;
    background: #f0f5f742;
    padding: 5px;
    display: flex;
}
.btn-email {
    color: #fff;
    background-color: var(--superio-theme-color);
    border-color: var(--superio-theme-color);
    border-radius: 8px;
    margin: 4px;
    padding: 10px 8px;
    font-size: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    width: fit-content;
    cursor: pointer;
}
.btn-email-copy {
    color: #fff;
    background-color: var(--superio-theme-color);
    border-color: var(--superio-theme-color);
    border-radius: 8px;
    margin: 4px;
    padding: 0 0 0 10px;
    font-size: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    width: fit-content;
    cursor: pointer;
}
.chekc-btn {
    margin: 0 4px !important;
}
.bungkus {
    border: 1px solid var(--border-color);
    margin: 20px 10px;
    border-radius: 6px;
    background: #f0f5f742;
}
.bungkusjudul {
    padding: 4px 8px;
}
.bungkusjudul2 {
    padding: 4px 8px;
}
.judul-terbungkus {
    color: var(--superio-theme-color);
    font-size: 10px;
}
.texteres {
    padding: 8px;
    border: 1px solid var(--input-border);
    border-radius: 8px;
    background-color: var(--input-background);
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.texteres:focus {
    outline: none;
    border-color: var(--input-focus-border);
    box-shadow: 0px 0px 6px var(--shadow-focus);
}
.dua-kolom-50 {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 5px;
    border-radius: 6px;
}
.dua-kolom {
    display: grid;
    grid-template-columns: 40% 60%;
    margin: 5px;
    border-radius: 6px;
}
.bungkus1 {
    border: 1px solid var(--border-color);
    border-radius: 6px 0 0 6px;
    background: #f0f5f742;
}
.bungkus2 {
    border: 1px solid var(--border-color);
    border-radius: 0 6px 6px 0;
    background: #f0f5f742;
}
.bungkuslain {
    border: 1px solid var(--border-color);
    margin: 20px 10px;
    border-radius: 6px;
    background: #f0f5f742;
    padding: 10px;
}
.bungkus-kirim {
    display: flex;
    align-items: center;
    justify-content: center;
}
.capca {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Input Field */
.chekc-btn {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.chekc-btn:focus {
    border-color: #001ade;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Daftar Saran */
.suggestion-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    max-height: 150px;
    overflow-y: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    position: absolute;
}

.suggestion-item {
    padding: 10px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.suggestion-item:hover {
    background-color: #f1f1f1;
}

/* Responsif */
@media (max-width: 600px) {
    .judul-terbungkus {
        font-size: 16px;
    }

    .chekc-btn {
        font-size: 14px;
        padding: 8px 12px;
    }

    .suggestion-item {
        font-size: 14px;
    }
    .header-1-menu-widget ul {
        flex-direction: column;
        gap: 8px;
    }

    .header-1-menu-widget ul li a {
        width: 100%;
        text-align: center;
    }
}
/* pricing */
.jl-pricelist-wrap{
    --bg: #f6f8fc;
    --card: #ffffff;
    --text: #172033;
    --muted: #6f7b91;
    --line: #e7ecf4;
    --primary: #1f4fff;
    --primary-dark: #163ed6;
    --accent: #0f172a;
    --success: #14b86a;
    --danger: #d94b4b;
    --shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
    --radius: 22px;
    padding: 40px 20px;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f6fb 100%);
    font-family: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  }

  .jl-pricelist-container{
    max-width: 1280px;
    margin: 0 auto;
  }

  .jl-pricelist-header{
    text-align: center;
    margin-bottom: 28px;
  }

  .jl-pricelist-header h2{
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.2;
    color: var(--text);
    font-weight: 800;
    letter-spacing: -0.03em;
  }

  .jl-pricelist-header p{
    margin: 0;
    font-size: 16px;
    color: var(--muted);
  }

  .jl-pricing-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
  }

  .jl-pricing-card{
    position: relative;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }

  .jl-pricing-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 22px 60px rgba(16, 24, 40, 0.14);
    border-color: #d9e2f2;
  }

  .jl-pricing-card.popular{
    border: 1.5px solid rgba(31,79,255,.28);
    box-shadow: 0 22px 60px rgba(31,79,255,.14);
  }

  .jl-pricing-card.premium{
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1.5px solid rgba(20,184,106,.22);
  }

  .jl-badge{
    position: absolute;
    top: 58px;
    right: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    color: #fff;
    background: linear-gradient(135deg, #1f4fff 0%, #4f7bff 100%);
    box-shadow: 0 10px 22px rgba(31,79,255,.22);
    white-space: nowrap;
  }

  .jl-badge.green{
    background: linear-gradient(135deg, #0ea862 0%, #25c778 100%);
    box-shadow: 0 10px 22px rgba(14,168,98,.22);
  }

  .jl-card-head{
    padding: 28px 24px 20px;
    border-bottom: 1px solid var(--line);
    background:
      radial-gradient(circle at top left, rgba(31,79,255,.08), transparent 34%),
      linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  }

  .jl-plan{
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--primary);
  }

  .jl-title{
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    color: var(--text);
    letter-spacing: -0.03em;
  }

  .jl-price{
    display: flex;
    align-items: flex-start;
    margin: 0;
    color: var(--accent);
  }

  .jl-currency{
    font-size: 18px;
    font-weight: 700;
    margin-top: 8px;
    color: var(--muted);
  }

  .jl-amount{
    font-size: 46px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
  }

  .jl-tail{
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    color: var(--muted);
  }

  .jl-subtext{
    margin-top: 10px;
    font-size: 14px;
    color: var(--muted);
  }

  .jl-card-body{
    padding: 22px 24px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .jl-feature-list{
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
  }

  .jl-feature-list li{
    position: relative;
    padding: 11px 0 11px 30px;
    border-bottom: 1px dashed #e8edf5;
    color: var(--text);
    font-size: 15px;
    line-height: 1.55;
  }

  .jl-feature-list li:last-child{
    border-bottom: 0;
  }

  .jl-feature-list li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 11px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    background: var(--success);
    box-shadow: 0 6px 14px rgba(20,184,106,.22);
  }

  .jl-feature-list li.off{
    color: #9aa6ba;
  }

  .jl-feature-list li.off::before{
    content: "–";
    background: #c8d1df;
    box-shadow: none;
  }

  .jl-feature-list li del{
    text-decoration-thickness: 1.5px;
  }

  .jl-cta{
    margin-top: auto;
  }

  .jl-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 14px 18px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .01em;
    color: #fff;
    background: linear-gradient(135deg, var(--primary) 0%, #4e78ff 100%);
    box-shadow: 0 14px 30px rgba(31,79,255,.22);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  }

  .jl-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(31,79,255,.28);
    background: linear-gradient(135deg, var(--primary-dark) 0%, #416bff 100%);
    color: #fff;
    text-decoration: none;
  }

  .jl-btn.outline{
    background: #fff;
    color: var(--primary);
    border: 1.5px solid #d9e3ff;
    box-shadow: none;
  }

  .jl-btn.outline:hover{
    background: #f5f8ff;
    color: var(--primary-dark);
  }

  .jl-pricing-grid-secondary{
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 28px;
  }

  .jl-pricing-card.secondary{
    max-width: 420px;
  }

  .jl-note{
    margin-top: 18px;
    text-align: center;
    font-size: 13px;
    color: var(--muted);
  }

  @media (max-width: 1199px){
    .jl-pricing-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 767px){
    .jl-pricelist-wrap{
      padding: 28px 14px;
    }

    .jl-pricelist-header h2{
      font-size: 28px;
    }

    .jl-pricing-grid{
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .jl-pricing-card.secondary{
      max-width: 100%;
    }

    .jl-title{
      font-size: 25px;
    }

    .jl-amount{
      font-size: 40px;
    }
  }
/* taxonomy */
.widget-taxo {
    max-height: 200px;
    overflow-y: auto;
    margin-top: 30px;
    text-align: left;
    padding: 0 10px 0 20px;
}

h2.widget-title {
    position: relative;
    text-align: left;
    color: #000;
    margin: 20px;
}

/* Header with title and more */
.task-card-grid {
    padding: 20px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
    /* Individual task card */
    .task-card {
      display: flex;
      align-items: center;
      background: white;
      border-radius: 12px;
      box-shadow: 0 8px 15px rgba(56, 60, 98, 0.06);
      margin-bottom: 0.9rem;
      padding: 0.8rem 1rem;
      transition: box-shadow 0.2s ease-in-out;
    }
    .task-card:hover {
      box-shadow: 0 12px 25px rgba(56, 60, 98, 0.12);
    }

    /* Icon container on left */
    .icon-wrapper {
      min-width: 55px;
      height: 55px;
      border-radius: 14px;
      background-color: #363987;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 1rem;
      flex-shrink: 0;
      box-shadow: 0 4px 10px rgba(54, 57, 135, 0.35);
    }
    /* Clipboard icon */
    .icon-wrapper svg {
      width: 22px;
      height: 26px;
      fill: white;
    }

    /* Task text container */
    .task-text {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .task-title {
      font-weight: 600;
      font-size: 1rem;
      color: #1f1f1f;
      margin-bottom: 0.15rem;
    }

    .task-date {
      font-size: 0.85rem;
      color: #8b8b9a;
      user-select: none;
    }

/* More vertical dots on right side */
.task-more {
    cursor: pointer;
    padding-left: 1rem;

    /* fix ukuran supaya tidak CLS */
    width: 16px;
    height: 16px;
    display: inline-block;

    /* background icon */
    background-image: url('https://jogjaloker.co.id/wp-content/uploads/2025/08/right-arrow-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* Tambahan gaya untuk daftar */
.widget-taxonomy-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

h2.title-populer.widget-title {
    color: #fff;
}

.widget-taxonomy-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.widget-taxonomy-list li a {
    color: #47c4ff;
    text-decoration: none;
    flex: 1;
    margin-right: 8px;
}

.widget-taxonomy-list li a:hover {
    text-decoration: underline;
}

.widget-taxonomy-list li::after {
    content: attr(data-count);
    font-size: 12px;
    color: #fff;
}
/* slider home */
.swiper {
  width: 100%;
}
.swiper-slide img {
  width: 100%;
  object-fit: cover;
}
/* swiper blog */
.swiper.thumb-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    height: auto;
}
/* screenshot mode */
.screenshot-mode {
  width: 800px !important;
  height: 994px !important;
}
.swiper-wrapper-blog{
    height: auto !important;
}

p.teksquot {
    padding: 20px;
    color: #5a5a5a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.screenshot-mode .gamslide {
  width: 800px !important;
  height: 994px !important;
}
.screenshot-mode .gamslide::after {
  height: 100% !important;
}

.screenshot-mode .youtube-thumbnail {
  width: 800px !important;
  height: 994px !important;
}

.screenshot-mode .youtube-thumbnail::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    pointer-events: none;
    z-index: 1;
}

.screenshot-mode .thumb-home-wrapper {
  width: 800px !important;
}

.screenshot-mode h2.post-title {
    font-size: 32px !important;
}

.screenshot-mode h2.post-title.video-post {
    font-size: 32px !important;
}

.screenshot-mode .post-title {
    margin: 28px 62px !important;
}
.screenshot-mode .post-title.video-post {
    margin: 28px 62px !important;
    z-index:3 !important;
    position: absolute !important;
    bottom: 50px !important;
    color: #fff !important;
}

.screenshot-mode .quotes {
    padding: 28px 62px !important;
}

.screenshot-mode blockquote.isi-quotes {
  font-size: 36px !important;
}
/* popup follow */
@keyframes popMe {
0%{transform:scale(0);z-index: 3;}
100%{transform:scale(1);}
}
@keyframes justopac {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
#loker {transform:scale(0);animation-name: popMe;animation-delay: 1.5s;animation-duration: 1.5s;animation-fill-mode: forwards;animation-timing-function: ease-out;position: fixed;left:0;right:0;bottom:0;height: 2px;text-align:left;z-index: 6;}
#loker:target {opacity: 0;z-index: -1;}
.container-popup {
    position: relative;
    color: #333;
    border-radius: 16px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    float: right;
    bottom: 108px; /* Atur posisi awal di luar layar */
}
.container-popup.active {
    opacity: 1;
}
.container-popup-inner {
    display: flex;
    align-items: center;
}
.container-popup img {
    width: 45px;
    height: 45px;
}
.loker {position: absolute;border-radius: 0 0 0 6px;top:0;right:0;background-color: #ef672f;padding:4px 7px;font-size: 9px;text-decoration: none;line-height: 1;color:#fff;}
img.icon-promo {
    width: 150px;
    position: absolute;
    right: 0;
}
small.jumlahlokerig {
	color: #696969;
	font-size: 11px;
}
.followig-btn {
    margin: 0 10px 0 0;
}
svg.notification-circle {
	width: 16px;
}
.popiglogo {
    max-width: 45px !important;
    margin: 10px;
}
h3.popig {
    border: none;
    margin: 0 0 2px 0;
    font-size: 12px;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}
a.followig {
    background: #1967D2;
    border-radius: 8px;
    padding: 12px 10px;
    color: #fff;
    font-size: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    float: left;
    display: flex;
    align-items: center;
}
svg.iconig {
    padding: 0 4px 0 0;
}
.namaakun {
  font-family: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
	width: auto;
	margin: 0 10px 0 0;
}
@media (max-width: 992px) {
    .container-popup{
	}
}
@media screen and (max-width:782px) {
    .container-popup{
	}
}
@media screen and (max-width:600px) {
    .container-popup{
	}
}
/* Toggle button menu mobile*/
.menu-toggle {
    z-index: 9999;
    line-height: 0;
    margin: 0;
    padding: 0;
    background: none;
}

/* Sidebar menu container */
.mobile-menu-header {
    background-image:'';
    background-size: cover;
    background-position: center;
    height: 410px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: #000;
}
/* Sidebar */
.mobile-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 70px;
  width: 100%;
  max-width: 475px;
  height: 100vh;
  background-color: #000;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 98;
  overflow-y: auto;
  border-radius: 0 12px 12px 0;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
}
.mobile-menu-container.active {
  transform: translateX(0);
}

/* Menu list */
.menu-mobile-ul-1 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-mobile-li-1 {
  border-bottom: 1px solid #2c2c2c;
  position: relative;
}

/* Menu link with caret */
.menu-link {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  font-weight: 500;
}
.menu-link:hover {
  background-color: #2c2c2c;
}
.menu-link-text {
    padding: 18px 22px;
    width: 100%;
}
.menu-item-has-children.menu-open:hover {
    background: #1f1f1f;
}
.caret {
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    transition: transform 0.3s linear;
    padding: 18px;
    width: 100%;
    height: auto;
    background: #007bff73;
    flex: 0 0 16%;
}

/* Dropdown animation */
.submenu {
  max-height: 0;
  overflow: hidden;
  background: #2196f3;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  padding: 0;
}
.menu-item-has-children.menu-open > .submenu {
  max-height: 500px;
  transform: scaleY(1);
  opacity: 1;
}

/* Rotate caret when open */
.menu-item-has-children.menu-open > .menu-link .caret {
  transform: rotate(90deg);
  background: #1f1f1f;
}
.menu-item-has-children.menu-open > .menu-link .caret:hover {
  background: #007bff82;;
}
/* kata-kata hari ini */
.kata-kata {
    padding: 20px;
}
/* tombol header menu */
.floating-icons {
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    z-index: 9999;
    justify-content: space-between;
}

.icon-btn {
    width: 30px;
    height: 30px;
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #585858;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 36%);
    cursor: pointer;
    transition: transform 0.2s;
}

.icon-btn:hover {
    transform: scale(1.1);
}

.icon-btn.filter {
    background-image: url('https://jogjaloker.co.id/wp-content/uploads/2025/08/setting.png');
}

.icon-btn.quote {
    background-image: url('https://jogjaloker.co.id/wp-content/uploads/2025/08/quote-1.png');
}

.icon-btn.quiz {
    background-image: url('https://jogjaloker.co.id/wp-content/uploads/2025/08/quiz.png');
}

.icon-btn.history {
    background-image: url('https://jogjaloker.co.id/wp-content/uploads/2025/08/time-line-1.png');
}

.icon-btn.saved {
    background-image: url('https://jogjaloker.co.id/wp-content/uploads/2025/08/save.png');
}

.icon-btn.menu {
    background-image: url('https://jogjaloker.co.id/wp-content/uploads/2025/08/apps.png');
}

.konten-toggle {
    display: none;
    padding: 15px;
}

.konten-toggle.active {
    display: block;
}

.hidden {
    display: none;
}
/* end menu mobile*/