@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
body {
    font-family: "Open Sans", sans-serif;
    background-color: #f3f5f7;
    color: #000000;
}
a,
.btn,
.nav-link {
    font-weight: 600;
}
.navbar-custom {
    background-color: #335c67;
}
.navbar-custom .nav-link,
.navbar-custom .navbar-brand,
.navbar-custom .btn {
    color: #fff;
}
.btn-pasang {
    background-color: #e09f3e;
    color: #fff;
    font-weight: 600;
}
.btn-pasang:hover {
    background-color: #bc7a2a;
    color: #fff;
}
.form-control,
.form-select {
    border-radius: 6px;
}
.btn-search {
    background-color: #335c67;
    color: white;
    font-weight: 600;
    margin-top: 30px;
}
.btn-search:hover {
    background-color: #274852;
    color: white;
}

.btn-outline-loker {
    --bs-btn-color: #335c67;
    --bs-btn-border-color: #335c67;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #335c67;
    --bs-btn-hover-border-color: #335c67;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #335c67;
    --bs-btn-active-border-color: #335c67;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #335c67;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #335c67;
    --bs-gradient: none;
}

.btn-outline-loker:hover {
    background-color: #335c67;
    color: white;
}

section {
    ! padding: 40px 0;
    overflow: hidden;
}

.section-title {
    font-weight: 700;
    color: #335c67;
    margin-bottom: 1rem;
}
/* Card style for Lowongan */
.job-card {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    background: white;
    margin-bottom: 1.25rem;
    transition: box-shadow 0.3s ease-in-out;
}
.job-card:hover {
    box-shadow: 0 4px 12px rgb(51 92 103 / 0.15);
}
.job-company,
.job-title {
    font-weight: 500;
}
.job-location {
    font-size: 0.9rem;
    color: #6c757d;
}
.job-time {
    font-size: 0.8rem;
    color: #868e96;
}
.job-bookmark {
    cursor: pointer;
    color: #335c67;
}
/* Artikel Section */
.article-card {
    background: white;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 1rem;
}
.article-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.article-content {
    padding: 0.5rem 0.75rem;
}
.article-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}
.article-date {
    font-size: 0.8rem;
    color: #868e96;
}
/* Produk Populer */
.produk-card {
    background: white;
    border-radius: 6px;
    padding: 1rem;
    text-align: center;
}
.produk-card img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

/* dropdown list */
.select2-container .select2-selection--single {
    height: 38px;
    padding: 6px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background-color: #fff;
    font-size: 1rem;
    line-height: 1.5;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212529;
    line-height: 24px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 10px;
}
.select2-dropdown {
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05);
}
.select2-results__option--highlighted {
    background-color: #f8f9fa !important;
    color: #212529 !important;
}
.select2-results__option {
    padding: 8px 16px;
}
.select2-container--default .select2-selection--single:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

/* Pagination style (copy from perusahaan.css) */
.pagination > li > a,
.pagination > li > span {
    padding: 6px 12px;
    margin: 0 2px;
    font-size: 0.9rem;
}
.pagination .page-item.active .page-link {
    background-color: #3a606e;
    border-color: #3a606e;
    color: #fff;
    pointer-events: none;
}

.arrow-guide {
    display: inline-block;
    border-top: 2px dotted #f89e1b;
    width: 110px;
    position: relative;
    top: 10px;
    margin-left: 1rem;
    margin-right: 1rem;
}

/* Pagination link color black, hover yellow */
.pagination .page-link {
    color: #222 !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: background 0.2s, color 0.2s;
}
.pagination .page-link:hover,
.pagination .page-link:focus {
    color: #f89e1b !important;
    background-color: #fffbe8;
}
.pagination .page-item.active .page-link {
    color: #fff !important;
    background-color: #3a606e;
    border-color: #3a606e;
    pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 575.98px) {
    .navbar-nav {
        text-align: center;
    }
    .section-2 .row > div {
        margin-bottom: 0.75rem;
    }
}

