.jobsgo-section {
    padding: 40px 0 20px;
    background: linear-gradient(
            90deg,
            rgb(0, 97, 203) 0%,
            rgb(0, 102, 180) 20%,
            rgb(0, 80, 184) 40%,
            rgb(0, 65, 165) 60%,
            rgb(0, 42, 135) 80%,
            rgb(1, 20, 109) 100%
    );
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


.jobsgo-feature-box {
    /* background: linear-gradient(to bottom right, #e3f5ff, #ffffff); */
    /* border-radius: 20px; */
    padding: 0;
    position: relative;
    text-align: left;
    /* height: 100%; */
    overflow: hidden;
    /* width: 50%; */
    max-height: 122px;
    border-radius: 10px;
}

.jobsgo-feature-box h6 {
    font-size: 14px;
    color: #0062cc;
    font-weight: 600;
    margin-bottom: 4px;
}

.jobsgo-feature-box .big-text {
    font-size: 28px;
    font-weight: bold;
    color: #003087;
    margin-bottom: 10px;
}

.jobsgo-feature-box p {
    font-size: 14px;
    margin-bottom: 14px;
}

.jobsgo-feature-box .btn {
    background-color: #0056d2;
    color: white;
    border-radius: 24px;
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 500;
}

.jobsgo-feature-box img {
    /* position: absolute; */
    /* bottom: 0; */
    /* right: 10px; */
    width: 100%;
    /* max-height: 122px; */
    /* object-fit: cover; */
}
.search-box{
    padding: 0;
    background: none;
}
.jobsgo-stat-box {
    background: linear-gradient(30deg, #0049CF 0%, #3686FF 100%);
    border-radius: 10px;
    color: white;
    padding: 31px 15px;
    margin-bottom: 10px;
    text-align: left;
}

.jobsgo-stat-box h3 {
    font-size: 28px;
    font-weight: bold;
    color: #38f5f5;
    margin: 0;
}

.jobsgo-stat-box p {
    margin: 4px 0 0;
    font-size: 13px;
}


.job-card .job-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    font-size: 14px !important;
    max-height: 2.8em;
    white-space: normal;
}
.jobsgo-sidebar a:hover {
    color: #007aff;
}
.bg4{
    background: url('../img/home/web-1.webp') no-repeat center center;
    background-size: cover;
    min-height: 570px;
    background-position: center 0;
}
.bg5{

    background:
            linear-gradient(
                    90deg,
                    rgba(14, 111, 193, 0.05) 0%,
                    rgba(12, 128, 201, 0.05) 20%,
                    rgba(0, 86, 185, 0.05) 40%,
                    rgba(0, 62, 173, 0.05) 60%,
                    rgba(0, 58, 168, 0.05) 80%,
                    rgba(0, 79, 184, 0.05) 100%
            ),
            url('../img/home/web-2.webp') no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bg6{
    background:
            linear-gradient(
                    90deg,
                    rgba(14, 111, 193, 0.05) 0%,
                    rgba(12, 128, 201, 0.05) 20%,
                    rgba(0, 86, 185, 0.05) 40%,
                    rgba(0, 62, 173, 0.05) 60%,
                    rgba(0, 58, 168, 0.05) 80%,
                    rgba(0, 79, 184, 0.05) 100%
            ),
            url('../img/home/web-3.webp') no-repeat center center;
    background-size: cover;
    position: relative;
}
.select2-container .select2-selection--single{
    border: 1px solid #dee2e6;
    height: 34px;
}
.bg5:before{
    content: '';
    background: #00000012;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    display: none;
}
.bg9{
    background: linear-gradient(
            90deg,
            rgb(209, 238, 252) 0%,
            rgb(229, 246, 254) 20%,
            rgb(236, 247, 253) 40%,
            rgb(224, 245, 253) 60%,
            rgb(236, 247, 253) 80%,
            rgb(237, 248, 255) 100%
    );

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.view-more-link.text-dark{
    font-weight: bold;
}
.bg10{
    background: linear-gradient(
            90deg,
            rgb(209, 254, 241) 0%,
            rgb(220, 254, 246) 20%,
            rgb(235, 255, 249) 40%,
            rgb(245, 255, 248) 60%,
            rgb(240, 253, 231) 80%,
            rgb(223, 249, 233) 100%
    );
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.career-tools-section .tool-card span {
    color: #2466C9;
}
.carousel-indicators-wrapper {
    position: absolute !important;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    bottom: -60px;
    left: 0;
    right: 0;
}
.carousel-indicators-container {
    height: 30px;
    width: 100%;
    max-width: 300px;
    overflow: hidden;
}
.transition-slide {
    transition: transform 0.5s ease-in-out;
    /* position: absolute; */
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 65px;
}
.carousel-indicators button {
    flex-shrink: 0;
    margin-right: 5px !important;
    margin-left: 5px !important;
    transition: opacity 0.3s;
}
.indicator-nav:hover{
    background-color: #fff;
}
.indicator-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 24px;
    color: #6c757d;
    border-radius: 50%;
    background-color: #ffffff80;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 10;
}
.indicator-nav.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.indicator-prev {
    margin-right: 8px;
}
.indicator-next {
    margin-left: 8px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 20px !important;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators button.active, .carousel-indicators button:hover {
    background-color: #1772bd !important;
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-indicators button {
    background-color: rgb(139 189 230) !important;
}
.carousel-indicators button {
    border-radius: 5px !important;
}
.company-box {
    position: relative;
    background: white;
    border-radius: 10px;
    padding: 50px 10px 20px;
    text-align: center;
    box-shadow: 0 0 3px rgba(0,0,0,0.05);
    width: 100%;
    max-width: 320px;
    margin: 60px auto 30px;
}
.company-box:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.company-box .logo {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    height: 70px;
    width: 70px;
    object-fit: contain;
}
.company-box .name {
    font-weight: 600;
    /* font-size: 1rem; */
    margin-bottom: 16px;
    min-height: 35px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.company-box .jobs {
    display: inline-block;
    background: #eef4ff;
    padding: 5px 10px;
    border-radius: 10px;
    /* font-size: 0.8rem; */
    font-weight: 500;
}
.company-box .jobs strong {
    font-weight: 700;
}
.job-count {
    color: #007bff;
    font-weight: 600;
    font-size: 0.95rem;
}
.logo-strip {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
    animation: slide 30s linear infinite;
}
.logo-strip img {
    height: 70px;
    object-fit: contain;
    filter: grayscale(20%);
}
@keyframes slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.sector-card {
    border-radius: 16px;
    padding: 20px 12px;
    text-align: center;
    transition: transform 0.2s;
}
.sector-card img {
    height: 48px;
    margin-bottom: 10px;
}
.sector-card .title {
    font-weight: 600;
    font-size: 1.1rem;
}
.sector-card .count {
    font-size: 0.9rem;
    color: #555;
}

.bg-blue        { background-color: #eaf4fc; }
.bg-red         { background-color: #fdecec; }
.bg-purple      { background-color: #f4efff; }
.bg-orange      { background-color: #fff2e6; }
.bg-sky         { background-color: #edf6fe; }
.bg-green       { background-color: #f3ffe4; }
.bg-yellow      { background-color: #fff1dd; }
.bg-gray        { background-color: #f4f4f4; }
.bg-mint        { background-color: #eaffef; }
.bg-pink-light  { background-color: #fff0f0; }
.bg-violet      { background-color: #f6f2ff; }
.bg-pink        { background-color: #ffeaf4; }

.sector-card:hover {
    opacity: .8;
}
.job-market-section {
    color: white;
    overflow: hidden;
    min-height: 350px;
}

.text-gradient {
    font-size: 1.5rem;
    font-weight: 700;
    /* background: linear-gradient(90deg, #00e0ff, #00b5ff); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    color: #64F5FF;
}

.stat-box {
    background: radial-gradient(circle at 30% 40%, #1a8bd7, #225ac9 60%, #5980CC);
    padding: 16px 24px;
    border-radius: 12px;
    border: 1px solid #9DE0FF;
    min-width: 160px;
}

.chart-box {
    background: #2270cbad;
    padding: 16px;
    border-radius: 16px;
    min-height: 180px;
    color: #fff;
}

.chart-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.logo-container {
    overflow: hidden;
    white-space: nowrap;
}
.bg8{
    background: linear-gradient(90deg, #d6fcf2, #f4fff9);
}
.teks-news img{
    min-height: 150px;
}
.teks-news .h5{
    font-size: 15px;
    font-weight: 500 !important;
}
.carousel .pb {
    top: 2px;
}
.teks-newspaper img {
    max-width: 100%;
    padding: 10px 15px;
}
.logo-strip:hover {
    animation-play-state: paused;
}
.img1{
    width: 300px;
    position: absolute;
    bottom: -20px;
    left: 80px;
    /* display: none; */
}
.stat{
    position: absolute;
    bottom: 20px;
    left: 50px;
}
.career-tools-section .tool-card{
    max-width: 350px;
    margin: auto;
    width: 100%;
}

.br10{
    border-radius: 10px;

}
.list-group-flush>.list-group-item{
    background: transparent;
    border-color: #cedde4;
}
.bg-cf{
    background: linear-gradient(90deg, #CEEFFB 0%, #F1F9FA 100%);
}
.d-flex.flex-column.gap-2{
    gap: .4rem !important;
}
@media (min-width: 768px) {
    .br10{height: 251px;}
    .jobsgo-section{
        min-height: 405px;
    }
    .job-market-section{
        margin-top: -80px !important;
    }

    .jobsgo-section .col-md-3.start {
        width: 20%;
    }
    .jobsgo-section .col-md-3.end {
        width: 19%;
    }
    .jobsgo-section .col-md-6 {
        width: 61%;
    }
}

@media (max-width: 500px) {
    .bg4 {
        background:
                linear-gradient(
                        90deg,
                        rgba(14, 111, 193, 0.05) 0%,
                        rgba(12, 128, 201, 0.05) 20%,
                        rgba(0, 86, 185, 0.05) 40%,
                        rgba(0, 62, 173, 0.05) 60%,
                        rgba(0, 58, 168, 0.05) 80%,
                        rgba(0, 79, 184, 0.05) 100%
                ),
                url('../img/bg5m.webp') no-repeat center center;
        background-size: cover;
        padding-bottom: 490px;
    }

    .bg5m {
        background: linear-gradient(
                0deg,
                rgb(14, 111, 193) 0%,
                rgb(12, 128, 201) 20%,
                rgb(0, 86, 185) 40%,
                rgb(0, 62, 173) 60%,
                rgb(0, 58, 168) 80%,
                rgb(0, 79, 184) 100%
        );
        background-size: cover;
        padding: 0 !important;
        background-position-y: 0;
    }

    .bg5m .job-market-section{
        background: none;
        padding: 3rem 0 20rem !important;
    }
    ::-webkit-scrollbar {
        /* display: none; */
    }
    .img1{
        left: 0;
        right: 0;
        width: 70%;
        margin: auto;
    }.stat {
         position: absolute;
         bottom: 20px;
         left: 0;
         right: 0;
     }
    .stat-box{
        min-width: initial;
        padding: 15px;
    }

    .bg6 {
        background: linear-gradient(
                90deg,
                rgba(14, 111, 193, 0.05) 0%,
                rgba(12, 128, 201, 0.05) 20%,
                rgba(0, 86, 185, 0.05) 40%,
                rgba(0, 62, 173, 0.05) 60%,
                rgba(0, 58, 168, 0.05) 80%,
                rgba(0, 79, 184, 0.05) 100%
        ),
        url('../img/home/bg6m.webp') no-repeat center center;
        background-size: cover;
        padding: 3rem 0 300px !important;
        background-position-y: 0;
    }
    .teks-list{
        width: 100%;
        overflow: auto;
    }
    .teks-list>.row {
        width: max-content;
    }
    .teks-list>.row>div {
        display: inline-block;
        width: 210px;
    }
    .search-fields {
        padding: 8px 16px;
    }
    .sector-card .title {
        font-size: .8rem;
    }
    .sector-card .count{
        font-size: .7rem;
    }
}