.btn-custom-primary {
    background-color: #fff;
    color: #3a606e;
    font-weight: 600;
}
.btn-custom-primary:hover {
    background-color: #cbd5df;
    color: #3a606e;
}
.btn-custom-orange {
    background-color: #f89e1b;
    color: #fff;
    font-weight: 600;
}
.btn-custom-orange:hover {
    background-color: #d37a00;
    color: #fff;
}
.btn-search {
    background-color: #335c67;
    color: white;
    font-weight: 600;
    height: 38px;
}
.search-inputs .form-control {
    height: 38px;
}
/* Company info and tabs container */
.company-header {
    padding: 1.5rem 1rem 0.75rem 1rem;
}
.company-logo {
    max-width: 80px;
    height: auto;
    margin-right: 1rem;
}
.company-name {
    font-weight: 700;
    font-size: 1.3rem;
}
.company-address {
    font-size: 0.9rem;
    color: #6c757d;
}
.company-list a {
    color: #0d6efd;
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.25rem;
    transition: color 0.2s;
}
.company-list a:hover,
.company-list a:focus {
    color: #f89e1b;
    text-decoration: underline;
    font-weight: 700 !important;
}
/* Pagination */
.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;
}
.note-yellow {
    background-color: #fff9db;
    border-left: 4px solid #f89e1b;
    padding: 0.4rem 0.75rem;
    font-size: 0.8rem;
    color: #3a3a3a;
    margin-bottom: 0.75rem;
    display: inline-block;
    max-width: 280px;
    line-height: 1.1rem;
    border-radius: 3px;
}

body{
    background-color: #F3F5F7;
}

.section{
    margin-bottom: -40px;
}

.section-label {
    background-color: #3a606e;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.25rem 0.75rem;
    display: inline-block;
    margin-right: 1rem;
    border-radius: 0.2rem;
    letter-spacing: 0.02em;
    user-select: none;
    min-width: 90px;
    text-align: center;
    
}
.section-label-container {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}
.section-label-container .header-text {
    font-size: 0.85rem;
    color: #4a4a4a;
    margin-left: 0.5rem;
    font-style: italic;
    user-select: none;
}
.highlight-tag {
    background-color: #d58282;
    color: #3a2020;
    font-family: monospace;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.15rem 0.5rem;
    border-radius: 0.2rem;
    user-select: none;
    margin-right: 0.8rem;
}
.form-label-hidden {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.arrow-guide {
    display: inline-block;
    border-top: 2px dotted #f89e1b;
    width: 110px;
    position: relative;
    top: 10px;
    margin-left: 1rem;
    margin-right: 1rem;
}
.arrow-guide.small {
    width: 90px;
}
/* Modal zoom image */
.modal-img-zoom {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}
/* Tab panel content padding */
.tab-content {
    margin-top: 1rem;
    background-color: #ffffff;
}

.nav-link {
    color: #3a606e;
    background-color: transparent;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.5rem 1.2rem;
    border-radius: 0.3rem;
    transition: color 0.2s, background-color 0.2s, box-shadow 0.2s;
    text-decoration: none;
    display: inline-block;
    box-shadow: none;
    outline: none;
    border: 2px solid transparent;
}
.nav-link:hover,
.nav-link:focus {
    color: #ffffff;
    background-color: #335C67;
    text-decoration: underline;
    box-shadow: 0 2px 8px rgba(51, 92, 103, 0.08);
    border-color: #335C67;
}
.nav-link.active,
.nav-link.active:focus {
    color: #fff;
    background-color: #3a606e;
    box-shadow: 0 2px 12px rgba(51, 92, 103, 0.18);
    text-decoration: underline;
    border-width: 2px;
}


/* Portfolio images cards */
.portfolio-img {
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    transition: transform 0.3s ease;
}
.portfolio-img:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(46, 46, 46, 0.3);
}
.portfolio-caption {
    background-color: #fff8cd;
    padding: 0.5rem 0.75rem;
    margin-top: 0.3rem;
    font-size: 0.9rem;
    color: #4a3e16;
    border-radius: 0 0 6px 6px;
    user-select: none;
}
/* Card style for Lowongan */
.job-card {
    border: 1px solid #335C67;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    background: rgb(255, 255, 255);
    margin-bottom: 1.25rem;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0 2px 8px rgba(51, 92, 103, 0.08);
}
.job-card:hover {
    box-shadow: 0 4px 12px rgb(51 92 103 / 0.15);
}
.job-company,
.job-title {
    font-weight: 600;
}
.job-location {
    font-size: 0.9rem;
    color: #6c757d;
}
.job-time {
    font-size: 0.8rem;
    color: #868e96;
}
.job-bookmark {
    cursor: pointer;
    color: #335c67;
}
/* Highlight note box */
.highlight-note {
    background-color: #fff8cd;
    border-radius: 6px;
    padding: 1rem 1.25rem;
    margin-top: 1.2rem;
    font-size: 0.95rem;
    color: #4a3e16;
    line-height: 1.4;
    max-width: 600px;
}

@media (min-width: 992px) {
    .company-list-columns {
        column-count: 3;
        column-gap: 2.5rem;
    }
}
@media (max-width: 576px) {
    .search-inputs .form-control {
        margin-bottom: 1rem;
    }
}
