body {
    font-family: 'Manrope' !important;
}

.index-candidate,
.index-candidate body {
    margin-top: 0 !important;
}

.index-candidate .navbar {
    position: relative;
}

.index-candidate .categorySlider .swiper-slide {
    width: auto !important;
}

.navbar-brand {
    padding-top: unset !important;
    /* margin-right: 4rem !important; */
}

.navbar-candidate .group-2{
    gap: 0 !important;
}

.navbar-candidate .navbar-nav .nav-link {
    margin-right: 0 !important;
}

.navbar-candidate .group-2 #notificationDropdown{
    margin-right: 0 !important;
}

#carouselLandingPage .carousel-indicators {
    bottom: -7.5rem !important;
}

.cadidate-banner-index {
    height: 31.25rem;
    display: flex;
    padding: 46px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 1.5rem;
}

.carousel-indicators [data-bs-target] {
    width: 6.25rem !important;
    height: 0.5rem !important;
    margin-right: 0.37rem !important;
    margin-left: 0.37rem !important;
}

.hero-section {
    background: url('https://source.unsplash.com/1600x900/?career,office') no-repeat center center/cover;
    color: white;
    padding: 80px 20px;
    text-align: left;
}

.card-custom {
    border-radius: 10px;
    padding: 20px;
}

.highlight {
    background-color: #002f4b;
    color: white;
}

.job-listing {
    margin-bottom: 8rem;
}

.job-listing .filter-buttons {
    height: 4.5rem;
    overflow: hidden;
    /* Menyembunyikan scroll bar secara default */
    white-space: nowrap;
    /* Mencegah elemen berpindah ke baris baru */
    transition: overflow 0.3s ease;
    /* Efek transisi saat scroll bar muncul */
}

.job-listing .filter-buttons:hover {
    overflow-x: auto;
    /* Menampilkan scroll bar horizontal saat di-hover */
}

.job-listing .filter-buttons::-webkit-scrollbar {
    height: 8px;
    /* Tinggi scroll bar */
}

.job-listing .filter-buttons::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Warna track scroll bar */
}

.job-listing .filter-buttons::-webkit-scrollbar-thumb {
    background: #888;
    /* Warna thumb scroll bar */
    border-radius: 4px;
    /* Membuat sudut thumb menjadi bulat */
}

.job-listing .filter-buttons::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Warna thumb saat di-hover */
}

.job-listing .filter-buttons button {
    align-items: center !important;
    flex-direction: row;
    display: flex;
    height: 3rem;
    padding: 1rem 1.5rem;
    align-items: center;
    gap: 0.75rem;
    border-radius: 6249.9375rem;
    border: 1px solid var(--Grey-30, #EFEFEF);
    background: transparent;
    transition: all 0.3s;
    color: #000;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.job-listing .filter-buttons button:hover {
    border: 1px solid var(--Secondary, #13CB99) !important;
    color: white;
}

.job-listing .filter-button-active {
    border-radius: 6249.9375rem;
    border: 1px solid var(--Secondary, #13CB99) !important;
}

.job-listing .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-listing .job-listing-data .card {
    text-decoration: none !important;
    padding: 1.75rem 1.5rem;
    border-radius: 1rem;
    border: 2px solid var(--Grey-30, #EFEFEF);
    background: var(--White, #FFF);
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04);

}

.job-listing .job-listing-data .card:hover {
    box-shadow: none;
}

.explore-classes .explore-classes-head {
    display: flex;
    flex-direction: column;
    width: 38rem;
}

.explore-classes .classes-box .card {
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 2.5rem 1rem;
    border-radius: 1rem;
    border: 2px solid var(----border, #F4F5F6);
    background: var(--White, #FFF);

    /* shadow-md */
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04);


}

.explore-classes .classes-box .card:hover {
    box-shadow: none;
}


.explore-classes .classes-box {
    margin-top: 0 !important;

}

.explore-classes .classes-box .card {
    text-decoration: none !important;
}

.explore-classes .classes-box .card img {

    border-radius: 0.64538rem;
    height: 12.5rem;
    align-self: stretch;
    object-fit: cover;
}

.explore-classes .classes-box .card-body {
    padding: 0 !important;
}

.explore-classes .classes-box .card-title {
    overflow: hidden;
    color: var(--Black, var(--Black, #000));
    text-overflow: ellipsis;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 1.6875rem */
}

.explore-classes .classes-box .card-text {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.60);
    text-overflow: ellipsis;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 1.125rem */
}

.explore-classes .classes-box .price-container {
    margin-top: 2rem !important;
}

.explore-classes .classes-box .price {
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
}

.explore-classes .classes-box .discount-price {
    font-size: 1rem;
    color: red;
    padding-bottom: 0 !important;
}

.explore-classes .classes-box .original-price {
    text-decoration: line-through;
    color: gray;
}

.service-plus .service-plus-data .card {
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 2.5rem 1rem;
    border-radius: 1rem;
    border: 2px solid #EFEFEF;
    background: var(--Green-10, #EAFFF9);

    /* shadow-md */
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04);


}

.service-plus .service-plus-data .card:hover {
    box-shadow: none;
}


.service-plus .service-plus-data {
    margin-top: 0 !important;

}

.service-plus .service-plus-data .card {
    text-decoration: none !important;
}

.service-plus .service-plus-data .card img {
    height: 12.5rem;
    align-self: stretch;
    object-fit: cover;
}

.service-plus .service-plus-data .card-body {
    padding: 0 !important;
}

.service-plus .service-plus-data .card-title {
    overflow: hidden;
    color: var(--Black, var(--Black, #000));
    text-overflow: ellipsis;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 1.6875rem */
}

.service-plus .service-plus-data .card-text {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.60);
    text-overflow: ellipsis;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 1.125rem */
}

.service-plus .service-plus-data .price-container {
    margin-top: 2rem !important;
}

.service-plus .service-plus-data .price {
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
}

.service-plus .service-plus-data .discount-price {
    font-size: 1rem;
    color: red;
    padding-bottom: 0 !important;
}

.service-plus .service-plus-data .original-price {
    text-decoration: line-through;
    color: gray;
}

.service-plus {
    margin-top: 8rem;
}

.service-plus-slider {
    margin-top: 0 !important;
}

.service-plus .card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 2.5rem 1rem;

    border-radius: 1rem;
    border: 2px solid #EFEFEF;
    background: var(--Green-10, #EAFFF9);

    /* shadow-md */
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04);
}

.service-plus .card img {
    height: 18.75rem;
    align-self: stretch;
    object-fit: cover;
}

.service-plus .card-body {
    padding: 0 !important;
}

.service-plus .price-container {
    margin-top: 2.5rem;
}

.service-plus .price {
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
}

.service-plus .discount-price {
    font-size: 1rem;
    color: red;
    padding-bottom: 1rem;
}

.service-plus .original-price {
    text-decoration: line-through;
    color: gray;
}

.service-plus .best-seller {
    color: var(--Black, var(--Black, #000));
    /* Body/text-body-xs */
    font-family: Manrope;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 1.125rem */

    height: 1.75rem;
    padding: 0.5rem 0.75rem;
    align-items: center;


    border-radius: 6249.9375rem;
    border: 1px solid var(--Secondary, #13CB99);
    background: var(--White, #FFF);
}

.career-growth {
    margin-top: 8rem;
    margin-bottom: 5rem;
    display: flex;
    height: 37.5rem;
    padding: 1.5rem 1.5rem 1.5rem 2.5rem;
    align-items: flex-start;
    gap: 5rem;
    flex-shrink: 0;
    border-radius: 1.5rem;
    background: var(--color-blue-10)
}

.career-growth .feature-icon {
    font-size: 1.5rem;
    margin-right: 10px;
}

.career-growth .btn-custom-blue {
    height: 3rem;
    padding: 0.625rem 1.5rem;
    border-radius: 624999.9375rem;
    background: var(--Primary, #00264B);
}

.career-growth .btn-custom-white {
    height: 3rem;
    padding: 0.625rem 1.5rem;
    border-radius: 624999.9375rem;
    border: 1px solid var(--Primary, #00264B);
}


.enterprise {
    border-radius: 1.5rem;
    background: linear-gradient(107deg, #13CB99 0%, #055561 17%, #023753 58%, #00264B 100%);
    color: white;
    padding: 1.5rem;
}

.enterprise .card-custom {
    padding: 1.14225rem;
    border-radius: 0.7615rem;
    border: 0.762px solid var(--Gradient-02, #FFF);
}

.enterprise .btn-custom {
    background: #00d18a;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    color: black;
    font-weight: bold;
}

.partner-company {
    margin-top: 2rem;
    margin-bottom: 5rem;
    padding: 1.5rem 1rem;
    border-radius: 1.5rem;
    border: 1px solid var(----border, #F4F5F6);
    background: var(--White, #FFF);
}

.testi-box {
    padding: 1rem 0;
    border-radius: 1.5rem;
    border: 1px solid var(----border, #F4F5F6);
    background: var(--White, #FFF);
}

.testi-head {
    padding: 1.5rem 2.5rem;
}

.testi-body {
    padding: 0 1.5rem !important;
}

.testi-data {
    display: flex;
    height: 18.75rem;
    padding: 2.5rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: 1.5rem;
    border: 1px solid var(----border, #F4F5F6);
    background: var(--White, #FFF);
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04);
}


.testimonials-head {
    padding: 2.5rem !important;
}

.testimonials .testimonial-card {
    display: flex;
    height: 18.75rem;
    padding: 1.5rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: 1.5rem;
    border: 1px solid var(--Grey-50, #BDBDBD);
    background: var(--White, #FFF);

    /* shadow-md */
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04);
}

.testimonials {
    display: flex;
    /* padding: 2.5rem; */
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
    border-radius: 1.5rem;
    border: 1px solid var(----border, #F4F5F6);
    background: var(--White, #FFF);
}

/* .testimonial-card {
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */

.create-profile .hero {
    position: relative;
    background: url('../../assets/image/img-cta.png') no-repeat center center/cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    border-radius: 20px;
    overflow: hidden;
}

.create-profile .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.create-profile .hero-content {
    position: relative;
    z-index: 1;
}

.create-profile .btn-custom {
    background-color: white;
    color: black;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 50px;
}

.create-profile .btn-custom:hover {
    background-color: #f8f9fa;
}

.footer {
    color: white;
    background-color: #121416;
    padding: 40px 80px;
    min-height: 250px;
    margin-top: 5rem;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.social-icons a {
    margin: 0 10px;
    font-size: 24px;
    color: white;
}

.footer h4 {
    font-size: 28px;
}

.footer h6 {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer p,
.footer ul {
    font-size: 16px;
}

.footer .social-icons {
    display: flex;
    gap: 15px;
}


.search-box {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #F4F5F6;
    border-radius: 99rem;
    height: 3rem;
    padding-right: .5rem;
    padding-left: 1rem;
}

.search-box i {
    color: #0d6efd;
    font-size: 18px;
    margin-right: 8px;
}

.search-box input {
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
    font-size: 14px;
    color: #333;
}

.search-box input::placeholder {
    color: #777;
}

.divider {
    width: 1px;
    height: 20px;
    background-color: #aaa;
    margin: 0 10px;
}

.search-box select {
    border: none;
    outline: none;
    background: transparent;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    cursor: pointer;
}

.jobs-info {
    border-radius: 0.75rem;
    background: url('../image/bg-services.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    padding: 3rem 2.5rem 2.5rem 2.5rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    padding: 2rem;
    /* background: linear-gradient(to bottom right, #00a884, #002c46); */
    gap: 7rem;
}

.jobs-info .jobs-info-box-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.jobs-info .jobs-info-head {
    color: var(--White, #FFF);
    font-family: Manrope;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 3.3rem */
    width: 31.0625rem;
}

.jobs-info .job-info-desc {
    color: var(--White, #FFF);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 1.65rem */
}

.jobs-info .hero-section {
    background: url('background-image.jpg') center/cover no-repeat;
    color: white;
}

.jobs-info .card {
    border: none;
    border-radius: 1rem;
    height: 100%;
}

.jobs-info .card-dark {
    background-color: #002d4f;
    color: white;
}

.jobs-info .card a {
    text-decoration: none;
    padding-top: 1rem;
    font-weight: normal;
}

.jobs-info .plus {
    border: 2px solid #FFF;
    background: #00264B;
    /* shadow-md */
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04);
}

.custom-background {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #DBEDFF 19%, #C4E2FF 37%, #4988C5 63%, #00264B 100%);
    min-height: 100vh;
    padding: 5rem 0rem 8rem 0rem;
}

.banner-top {
    padding: 1.75rem 2.5rem;
    border-radius: 1.5rem;
    background: var(--Blue-40, #ACD6FF);
}

.btn-banner-top {
    border-radius: 624999.9375rem;
    background: var(--Primary, #00264B);
    color: var(--White, var(--White, #FFF));
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 0.5rem 1.5rem;
}

.btn-banner-top:hover {
    color: var(--White, var(--White, #FFF)) !important;
}

.job-box .button-job-box {
    width: 39.25rem;
    height: 3rem;
    padding: 0.25rem 0.25rem 0.25rem 1rem;
    border-radius: 62499.9375rem !important;
    border: 1.5px solid var(----border, #F4F5F6);
}

.icon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* Jarak antara ikon dan teks */
}

.icon::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
}

/* Jenis-jenis ikon */
.icon-job-category-work::before {
    background-image: url(../../assets/image/icons/job-category/icon-job-category-work.svg);
    /* Ganti dengan path ikon */
}

/* Jenis-jenis ikon */
.icon-job-category-class::before {
    background-image: url(../../assets/image/icons/job-category/icon-job-category-class.svg);
    /* Ganti dengan path ikon */
}

/* Jenis-jenis ikon */
.icon-job-category-plus::before {
    background-image: url(../../assets/image/icons/job-category/icon-job-category-plus.svg);
    /* Ganti dengan path ikon */
}

/* 
@media (max-width: 576px) {

    /* Mobile View */
.custom-navbar {
    height: 5rem !important;
}

.navbar-brand {}

.search-box {
    width: 100%;
}

.navbar-nav {

    margin-left: 0 !important;
    text-align: center !important;
}

.right-menu {
    flex-direction: column;
}

.navbar-nav .nav-link {
    font-size: 0.875rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    /* margin-right: 0 !important; */
}

.navbar-right-data .btn {
    height: 2.5rem !important;
    font-size: 0.875rem !important;
    padding: 0.625rem 1.5rem;

}

.profile-card {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    border-radius: 24px;
    background: #FCFCFC;
}

.search-container-shadow {
    max-width: 100%;
    display: flex;
    height: 4rem;

    /* height: 3rem; */
    padding: 0.5rem 1.5rem;
    align-items: center;
    /* gap: 0.625rem; */
    align-self: stretch;
    border-radius: 62499.9375rem;
    border: 1.5px solid var(----border, #F4F5F6);
    background: var(--White, #FFF);
    overflow: hidden;
    gap: 1rem;
}

.search-container-shadow .input-group-text {
    padding: 0 !important;
    background: transparent;
    border: none;
}

.search-container-shadow input {
    padding: 0 !important;
    border: none;
    box-shadow: none;
}

.search-container-shadow input:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}


.search-container {
    max-width: 100%;
    display: flex;
    height: 3rem;
    padding: 0.5rem 1rem;
    align-items: center;
    /* gap: 0.625rem; */
    align-self: stretch;
    border-radius: 62499.9375rem;
    border: 1.5px solid var(----border, #F4F5F6);
    background: var(--White, #FFF);
    overflow: hidden;
    gap: 1rem;
}

.search-container .input-group-text {
    padding: 0 !important;
    background: transparent;
    border: none;
}

.search-container input {
    padding: 0 !important;
    border: none;
    box-shadow: none;
}

.search-container input:focus {
    outline: none;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.new-dropdown {
    position: relative;
}

.new-dropdown .custom-dropdown {
    height: 3rem;
    display: inline-flex;
    align-items: center;
    border-radius: 0.75rem;
    border: 1.5px solid var(----border, #F4F5F6);
    background: #fff;
    padding: 0.5rem 1rem;
    color: #444;
    cursor: pointer;
    transition: 0.3s;
    color: var(----text-black-body, #4C5257);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 0.875rem;

}

.new-dropdown .custom-dropdown:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.new-dropdown .custom-dropdown svg, .new-dropdown .custom-dropdown img, .new-dropdown .custom-dropdown i {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.new-dropdown .dropdown-menu {
    border-radius: 0.75rem;
    border: 1.5px solid var(----border, #F4F5F6);
    background: #fff;
}

.nav-select-service .nav-service-button {
    height: auto;
    display: inline-flex;
    align-items: center;
    border-radius: 99rem;
    border: 1.5px solid var(----border, #F4F5F6);
    background: #fff;
    padding: 0.5rem 1rem;
    color: #444;
    cursor: pointer;
    transition: 0.3s;
    color: var(----text-black-body, #4C5257);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 0.875rem;

}



.nav-select-service .dropdown-menu {
    border-radius: 0.75rem;
    border: 1.5px solid var(----border, #F4F5F6);
    background: #fff;
    width: auto;
    margin-left: -4rem;
    margin-top: 0.5rem;
}

.profile-info {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 17px;
}

.profile-avatar {
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    background-color: var(--color-secondary);
    border-radius: 9999999px;
}

.profile-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.profile-avatar i {
    font-size: 33.6px;
    color: var(--color-white);
}


@media (min-width: 577px) and (max-width: 992px) {
    .navbar-nav {
        margin-left: 0 !important;
        text-align: center !important;
    }

    .search-box {
        width: 100%;
    }

    .right-menu {
        flex-direction: column;
    }

    .navbar-nav .nav-link {
        margin-right: 0 !important;
    }
}

@media (min-width: 993px) {

    /* Desktop View */
    .custom-navbar {}

    .search-box {
        width: auto;
    }
}


@media (max-width: 576px) {
    .search-container {
        width: 100% !important;
        height: 2.5rem !important;
    }

    .search-container svg,.search-container img,.search-container i {
        width: 14px !important;
        height: 14px !important;
    }


    .jobs-info .card a {
        font-size: 14px !important;
    }
}