.page-wrapper {
    font-family: "Inter", sans-serif
}

@media(max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media(max-width: 576px) {
    .row {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media(max-width: 576px) {
    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        padding-left: 10px;
        padding-right: 10px
    }
}

.career-hero {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url("../images/bg-career.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff
}

@media(max-width: 576px) {
    .career-hero {
        min-height: 50vh;
        background-attachment: scroll
    }
}

.career-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1
}

.career-hero .hero-highlight {
    background-color: #db6b3e;
    display: inline-block;
    padding: 3px 10px
}

.career-hero .container {
    position: relative;
    z-index: 2
}

.career-hero .hero-title {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: .5rem
}

.career-hero .hero-title.second {
    font-size: 50px
}

@media(max-width: 768px) {
    .career-hero .hero-title {
        font-size: 2.5rem
    }
}

@media(max-width: 576px) {
    .career-hero .hero-title {
        font-size: 2rem
    }
}

.career-hero .text-orange {
    color: #ff6b35
}

.career-hero .breadcrumb-container {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%
}

.career-hero .breadcrumb-parent {
    background-color: #fff;
    padding: 29px 40px !important
}

@media(max-width: 576px) {
    .career-hero .breadcrumb-parent {
        padding: 15px !important
    }
}

.career-hero .breadcrumb-custom {
    border-bottom: 1px solid #aaa;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width: 576px) {
    .career-hero .breadcrumb-custom {
        padding-bottom: 8px;
        font-size: .9rem
    }
}

.career-hero .breadcrumb-custom .breadcrumb-item {
    font-weight: 400
}

.career-hero .breadcrumb-custom .breadcrumb-item a {
    color: hsla(0, 0%, 100%, .8);
    text-decoration: none;
    transition: color .3s ease
}

.career-hero .breadcrumb-custom .breadcrumb-item a:hover {
    color: #ff6b35
}

.career-hero .breadcrumb-custom .breadcrumb-item.active {
    color: #ff6b35
}

.career-hero .breadcrumb-custom .breadcrumb-item::before {
    color: hsla(0, 0%, 100%, .6)
}

.career-opportunities {
    overflow-x: hidden
}

.career-opportunities .row {
    max-width: 100%;
    margin: 0
}

.career-opportunities .career-image-container {
    position: relative;
    margin-bottom: 30px
}

@media(min-width: 992px) {
    .career-opportunities .career-image-container {
        margin-bottom: 0
    }
}

.career-opportunities .career-image-container .career-image {
    position: relative;
    z-index: 2;
    transition: transform .3s ease
}

.career-opportunities .career-image-container .career-image:hover {
    transform: translateY(-5px)
}

.career-opportunities .career-content {
    padding: 50px 20px
}

@media(min-width: 992px) {
    .career-opportunities .career-content {
        padding: 0 15px;
        padding-right: 40px;
        padding-left: 15px
    }
}

.career-opportunities .career-content .career-title {
    font-size: 60px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 1.5rem;
    line-height: 1.2
}

@media(max-width: 768px) {
    .career-opportunities .career-content .career-title {
        font-size: 2.5rem
    }
}

@media(max-width: 576px) {
    .career-opportunities .career-content .career-title {
        font-size: 2rem;
        margin-bottom: 1rem
    }
}

.career-opportunities .career-content .career-description {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0
}

@media(max-width: 768px) {
    .career-opportunities .career-content .career-description {
        font-size: 1.25rem
    }
}

@media(max-width: 576px) {
    .career-opportunities .career-content .career-description {
        font-size: 1.1rem
    }
}

@media(max-width: 991px) {
    .career-opportunities .row {
        flex-direction: column-reverse
    }
    .career-opportunities .career-content {
        text-align: center;
        margin-bottom: 30px
    }
}

.divider {
    height: 7px;
    margin: 0
}

@media(max-width: 768px) {
    .divider {
        margin: 0
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.career-opportunities .career-content,
.career-opportunities .career-image-container {
    animation: fadeInUp .8s ease-out
}

.job-listings-section {
    padding: 60px 15px 90px !important
}

.job-listings-section .row {
    --bs-gutter-x: 52px;
    --bs-gutter-y: 32px
}

@media(max-width: 768px) {
    .job-listings-section {
        padding: 40px 15px 60px !important
    }
}

.job-listings-section h2 {
    font-weight: 700;
    font-size: 48px !important;
    color: #333;
    margin-bottom: 64px !important
}

@media(max-width: 768px) {
    .job-listings-section h2 {
        font-size: 48px !important;
        margin-bottom: 2rem
    }
}

@media(max-width: 576px) {
    .job-listings-section h2 {
        font-size: 1.75rem;
        margin-bottom: 1.5rem
    }
}

.job-card {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
    transition: transform .3s ease, box-shadow .3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2)
}

.job-card .job-image {
    height: 220px;
    overflow: hidden
}

.job-card .job-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.job-card .job-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.job-card .job-title {
    font-size: 28px !important;
    font-weight: 600;
    color: #e65a28;
    margin-bottom: .5rem
}

.job-card .job-meta {
    font-size: .9rem;
    margin-bottom: 1rem
}

.job-card .job-meta p {
    margin-bottom: .25rem
}

.job-card .job-meta p strong {
    font-weight: 500
}

.job-card .job-description {
    margin-bottom: .5rem;
    flex-grow: 1
}

.job-card .job-description h6 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: .5rem
}

.job-card .job-description p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #495057
}

.btn-informasi {
    background: linear-gradient(to right, #D34B22, #DDA331);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 0;
    transition: background .3s ease, transform .2s ease;
    align-self: flex-start;
    margin-left: auto
}

.btn-informasi:hover {
    background: linear-gradient(to right, #F89A2E, #F37335);
    transform: translateY(-2px)
}

.btn-informasi .fa-chevron-right {
    transition: transform .3s ease;
    vertical-align: middle
}

.btn-informasi:hover .fa-chevron-right {
    transform: translateX(4px)
}

.btn-primary-ssd{
    background-color: #D34B22;
    border: 0px;
}
.btn-primary-ssd:hover,
.btn-primary-ssd:active
.btn-primary-ssd:focus  {
    background-color: #D34B22;
    border: 0px;
}
.form-karir{
    border:1px solid #B0AEAE;
    height:30px;
}

.form-textarea{
    border:1px solid #B0AEAE;
}
.form-karir-file{
    border:1px solid #B0AEAE;
    padding-top:3px !important;
    padding-bottom:3px !important;
}
.text-karir-file{
    color:#1D1D1F;
    font-size:10.5px;
}
@media(max-width: 768px) {
    .job-listings-section .job-card {
        margin-bottom: 1.5rem
    }
    .job-card .job-title {
        font-size: 1.5rem
    }
    .job-card .job-content {
        padding: 1.25rem
    }
    .job-card .job-image {
        height: 160px
    }
    .btn-informasi {
        padding: .5rem 1rem;
        font-size: .9rem;
        width: 100%;
        text-align: center
    }
}

.testimonial-section {
    background-color: #f8f9fa;
    padding: 68px 0 !important
}

@media(max-width: 768px) {
    .testimonial-section {
        padding: 40px 0 !important
    }
}

.testimonial-section h2 {
    font-weight: 700;
    color: #333;
    margin-bottom: 3rem
}

@media(max-width: 768px) {
    .testimonial-section h2 {
        font-size: 2rem !important;
        margin-bottom: 2rem !important
    }
}

@media(max-width: 576px) {
    .testimonial-section h2 {
        font-size: 1.75rem !important;
        margin-bottom: 1.5rem !important
    }
}

.testimonial-swiper {
    padding-bottom: 60px
}

.testimonial-swiper .swiper-slide {
    height: auto
}

.testimonial-section-bg {
    border-radius: 24px;
    padding: 1rem;
    overflow: hidden
}

.testimonial-section-bg .row.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.testimonial-section-bg .col-lg-5 {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 340px
}

.testimonial-section-bg .col-lg-7 {
    background: #222;
    min-height: 340px;
    display: flex;
    align-items: center
}

.testimonial-card {
    border-radius: 25px;
    margin: 0 0 70px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 10px 40px 10px !important;
    margin-bottom: 40px;
    overflow: hidden;
    max-width: 1200px
}
.font18{
    font-size:18px;
}
.font14{
    font-size:14px;
}
.testimonial-card .testimonial-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 360px;
    min-height: 450px;
    max-height: 560px;
    padding: 1rem
}

.testimonial-card .testimonial-image img {
    max-width: 330px;
    height: 560px;
    object-fit: cover;
    border-radius: 25px !important;
    box-shadow: 0 4px 2px rgba(0, 0, 0, .25)
}

.testimonial-card .testimonial-content {
    background: #fff;
    box-shadow: 0 4px 2px rgba(0, 0, 0, .25);
    flex: 1;
    height: 100% !important;
    min-height: 560px;
    padding: 40px !important;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.testimonial-card .testimonial-content .testimonial-title {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: .6rem
}

.testimonial-card .testimonial-content .testimonial-quote {
    border: none;
    margin: 0 0 1.5rem 0;
    padding: 0
}

.testimonial-card .testimonial-content .testimonial-quote p {
    font-size: 24px;
    line-height: 1.4;
    color: #222;
    font-weight: 300;
    margin-bottom: 1.2rem;
    font-style: normal
}

@media(max-width: 768px) {
    .testimonial-card .testimonial-content .testimonial-quote p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

.testimonial-card .testimonial-content .testimonial-quote p:last-child {
    margin-bottom: 0
}

.testimonial-card .testimonial-content .testimonial-author {
    margin-top: 1.2rem
}

.testimonial-card .testimonial-content .testimonial-author .author-name {
    font-size: 24px;
    font-weight: 300;
    color: #222;
    margin-bottom: .1rem
}

.testimonial-card .testimonial-content .testimonial-author .author-title {
    font-size: 24px;
    font-weight: 500;
    color: #222;
    margin-bottom: 0
}

@media(max-width: 992px) {
    .testimonial-card {
        flex-direction: column;
        margin: 0 15px 50px
    }
    .testimonial-card .testimonial-image {
        padding-bottom: 0;
        min-height: auto;
        padding: 1.5rem 1rem 0
    }
    .testimonial-card .testimonial-image img {
        width: 160px;
        height: 180px;
        margin: 0 auto
    }
    .testimonial-card .testimonial-content {
        padding: 1.5rem 1rem;
        margin-bottom: 68px;
        min-height: auto
    }
    .testimonial-card .testimonial-content .author-title,
    .testimonial-card .testimonial-content .author-name {
        font-size: 16px !important
    }
}

.testimonial-swiper .swiper-pagination {
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px
}

.testimonial-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
    border: none;
    position: relative;
    margin: 0;
    opacity: 1;
    transition: all .3s ease
}

.testimonial-swiper .swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d34b22;
    opacity: 1;
    z-index: 1
}

.testimonial-swiper .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    border: 10px solid #d34b22;
    z-index: 2
}

.testimonial-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    height: 36px;
    width: 36px;
    opacity: 1
}

.testimonial-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 1;
    background: #d34b22;
    border: 6px solid #fff
}

@media(max-width: 992px) {
    .testimonial-card {
        padding: 2rem
    }
    .testimonial-card .testimonial-image {
        margin-bottom: 1rem;
        text-align: center
    }
    .testimonial-card .testimonial-image img {
        max-width: 200px;
        height: 220px
    }
}

@media(max-width: 768px) {
    .testimonial-card {
        padding: 1.5rem;
        margin: 0 10px
    }
    .testimonial-card .testimonial-content .testimonial-title {
        font-size: 1.3rem
    }
    .testimonial-card .testimonial-content .testimonial-quote p {
        font-size: .95rem
    }
}

.company-values-section {
    background-color: #fff;
    padding: 85px 15px 90px !important
}

@media(max-width: 768px) {
    .company-values-section {
        padding: 40px 15px 60px !important
    }
}

.text-primary-ssd{
    color:#D34B22;
}

.company-values-section .values-title {
    font-weight: 700;
    color: #333;
    font-size: 50px;
    margin-bottom: 2rem
}

@media(max-width: 992px) {
    .company-values-section .values-title {
        font-size: 2.5rem
    }
}

@media(max-width: 768px) {
    .company-values-section .values-title {
        font-size: 2rem
    }
}

@media(max-width: 576px) {
    .company-values-section .values-title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem
    }
}

.company-values-section .values-title .text-orange {
    color: #ff6b35
}

.value-card {
    background: #f5f5f7;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    cursor: pointer;
}


.value-card:hover {
    background: #fcb995;
}

.value-card .row {
    height: 100%
}

.value-card .value-content {
    padding: 27px 10px 0px 40px
}

.value-card .value-content .value-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 6px
}

.value-card .value-content .value-description {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 0
}

.value-card .value-image {
    margin-right: 4px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.value-card .value-image img {
    width: 108px;
    height: 108px;
    object-fit: cover
}

@media(max-width: 992px) {
    .company-values-section .values-title {
        font-size: 2.2rem
    }
}

@media(max-width: 767px) {
    .value-card .row {
        flex-direction: column-reverse
    }
    .value-card .value-image {
        min-height: 120px;
        padding: 15px
    }
    .value-card .value-content {
        padding: 1.5rem
    }
    .value-card .value-content .value-title {
        font-size: 1.5rem;
        text-align: center
    }
    .value-card .value-content .value-description {
        font-size: 1rem;
        text-align: center
    }
}

@media(max-width: 576px) {
    .value-card {
        margin-bottom: 1rem
    }
    .value-card .value-content {
        padding: 1.25rem
    }
    .value-card .value-content .value-title {
        font-size: 1.3rem;
        margin-bottom: .75rem
    }
    .value-card .value-content .value-description {
        font-size: .95rem;
        line-height: 1.5
    }
    .value-card .value-image img {
        width: 80px;
        height: 80px
    }
}

.value-card {
    margin-bottom: 1.5rem
}

@media(max-width: 768px) {
    .company-values-section h2 {
        font-size: 1.8rem
    }
    .value-card {
        padding: 1.5rem
    }
    .value-card .value-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 1rem
    }
    .value-card .value-icon svg {
        width: 28px;
        height: 28px
    }
    .value-card .value-content .value-title {
        font-size: 1.2rem
    }
    .value-card .value-content .value-description {
        font-size: .9rem
    }
}

.text-orange {
    color: #ff6b35 !important
}

.bg-orange {
    background-color: #ff6b35 !important
}

.border-orange {
    border-color: #ff6b35 !important
}

.fade-in {
    animation: fadeIn 1s ease-in
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}



.nav-scroll1 {
    height: calc(100vh - 247px);
    overflow: auto;
    overflow-x: hidden
}

@media(max-width: 768px) {
    .nav-scroll1 {
        height: 200px;
        overflow: auto;
        overflow-x: hidden
    }
}

.nav-scroll {
    height: calc(100vh - 247px);
    overflow: auto;
    overflow-x: hidden
}

@media(max-width: 768px) {
    .nav-scroll {
        height: 130px;
        overflow: auto;
        overflow-x: hidden
    }
}

.nav-scroll .nav .nav-link.has-sub {
    position: relative
}

.nav-scroll .nav .nav-link.has-sub:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 22px;
    right: 20px;
    background: url("data:image/svg+xml,%3csvg%20width='12'%20height='7'%20viewBox='0%200%2012%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.827643%200.66292C1.04199%200.44653%201.38966%200.444532%201.60401%200.663897L6.38819%205.54769C6.60242%205.76619%206.60195%206.11959%206.38721%206.33675C6.28041%206.44457%206.13925%206.49983%205.99952%206.49983C5.85841%206.49977%205.71759%206.44502%205.61085%206.33577L0.826667%201.45101C0.612738%201.23243%200.613619%200.879954%200.827643%200.66292ZM10.395%200.663897C10.6094%200.444563%2010.9571%200.44654%2011.1714%200.66292C11.3863%200.880072%2011.3869%201.23343%2011.1733%201.45198L7.99659%204.69515C7.88979%204.80445%207.74837%204.8592%207.60792%204.85921C7.46835%204.85921%207.32796%204.80467%207.2212%204.6971C7.00625%204.4801%207.00504%204.12669%207.21827%203.90804L10.395%200.663897Z'%20fill='black'/%3e%3c/svg%3e") no-repeat center center/contain;
    vertical-align: -7px;
    display: inline-block
}

.nav-scroll .nav .nav-link.has-sub.active {
    color: #d86804
}

.nav-scroll .nav .nav-link.has-sub.active:after {
    transform: rotate(-90deg);
    filter: brightness(0) saturate(100%) invert(58%) sepia(58%) saturate(5915%) hue-rotate(8deg) brightness(93%) contrast(97%)
}

.label-menu-top{
    color:#000 !important;
}

.label-menu-top:hover{
    color:#DB6B3E !important;
}

/*# sourceMappingURL=karir.css.map */