.banner-carousel .banner-carousel-item {
    height: 35rem !important;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}

.banner-carousel .banner-carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .2;
    background: #000000;
    height: 35rem;
}

.banner-area .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #000000;
    height: 100%;
}

.call-to-action-box {
    margin-top: -68px !important;
}

.banner-carousel .slick-dots {
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: 85px !important;
    -webkit-filter: alpha(opacity=0);
}

.slider-content {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 99999 !important;
}

.header-one,
.header-one .site-navigation {
    box-shadow: 0px 1px 20px 2px rgb(138, 138, 138) !important;
    background: #ffffff !important;
}

ul.navbar-nav>li>a {
    color: #000 !important;
}

.nav-search {
    position: relative !important;
    cursor: pointer;
    /* top: 22px; */
    right: 0px !important;
    color: #999;
}

.logo img {
    width: auto;
    height: 32px !important;
}

.dropdown-menu-fit {
    min-width: auto;
    position: absolute;
    transform: translate3d(-99px, 37px, 0px);
    top: 0px;
    left: 64px;
    will-change: transform;
    min-width: auto;
    padding: 0px;
}

.facts-area {
    position: relative;
    background-image: url('/frontend/images/bg.jpg');
    background-size: cover;
    background-position: 50% 70%;
    background-repeat: no-repeat;
    color: black;
}

.facts-area .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    /* Warna hitam dengan opasitas 80% */
    z-index: 1;
}

.facts-area .container {
    position: relative;
    z-index: 2;
}



.ts-facts-img i {
    color: #28a745;
}

.ts-service-box-section .ts-service-box-section-info {
    margin-bottom: 0px !important;
}

.ts-service-box-section {
    background-color: white;
    padding: 10px;
    margin-bottom: 20px;
    /* border: 1px solid; */
    border-radius: 20px;
    box-shadow: 1px 3px 10px 0px #e2e2e2a1;
    min-height: 11rem;
    align-items: center;
}

.ts-service-box-section-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ts-service-box-section-img i {
    color: #28a745;
    margin: 0px 20px;
}

.ts-service-box-section-info p {
    font-size: 14px;
    margin-bottom: 0px;
}

.shuffle-item .project-img-container img {
    -webkit-transform: perspective(1px) scale3d(1.1, 1.1, 1);
    transform: perspective(1px) scale3d(1.1, 1.1, 1);
    transition: all 400ms;
    min-height: 17rem;
    height: 100px;
    width: 100%;
}

.quote-item .quote-text:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 30px;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #28a745;
}

.clients-logo img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
    transition: filter 0.3s ease;
}

.clients-logo img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.footer-widget .list-address {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget .list-address li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer-widget .list-address li span.fas {
    margin-right: 10px;
    font-size: 18px;
}

.footer-widget .list-address li .text {
    line-height: 1.5;
}

.footer-widget .list-address li a {
    color: inherit;
    text-decoration: none;
}

.footer-widget .list-address li a:hover {
    text-decoration: underline;
}

ul.navbar-nav.nav-mobile>li>a i {
    font-weight: 700;
    color: white;
}

.timeline {
    position: relative;
    background: #f2f2f291;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5rem;
    margin: 0 auto 1rem auto;
    overflow: hidden;
}

.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    border-right: 2px dashed #4b546f;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}

.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 15px;
    text-align: right;
    margin-right: 20px;
    font-size: 3rem;
    color: black;
    font-weight: bold;
}

.timeline-row .timeline-time small {
    display: block;
    font-size: 0.8rem;
}

.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    background: #28a745;
    ;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 16px;
    width: 16px;
    background: #ffffff;
}

.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -49px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    background: #ffffff;
    border: 2px dashed #4b546f;
}

.timeline-row .timeline-content h4 {
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
    color: white;
}

.timeline-row .timeline-content p {
    color: white;
}

.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}

.timeline-row .timeline-content i {
    font-size: 1.2rem;
    line-height: 100%;
    padding: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #ffffff;
    margin-bottom: 10px;
    display: inline-block;
}

.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
    display: flex;
}

.timeline-row .timeline-content .thumbs img {
    margin: 5px;
    max-width: 60px;
}

.timeline-row .timeline-content .badge {
    color: #ffffff;
    background: linear-gradient(120deg, #00b5fd 0%, #0047b1 100%);
}

.timeline-row:nth-child(even) .timeline-content {
    margin-left: 40px;
    text-align: left;
}

.timeline-row:nth-child(even) .timeline-content:after {
    left: -8px;
    right: initial;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
}

.timeline-row:nth-child(even) .timeline-content:before {
    left: -52px;
    right: initial;
}

.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}

.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    font-size: 3rem;
    margin-right: 0;
    margin-left: 20px;
    color: black;
    font-weight: bold;
}

.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
}

.timeline-row:nth-child(odd) .timeline-content:after {
    right: -8px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

@media (max-width: 992px) {
    .timeline {
        padding: 15px;
    }

    .timeline:after {
        border: 0;
    }

    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        color: black;
        font-weight: bold;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        display: none;
    }

    .timeline .timeline-row:nth-child(even) {
        padding: 0;
    }

    .timeline .timeline-row:nth-child(even) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: left;
    }

    .timeline .timeline-row:nth-child(even) .timeline-content {
        margin: 0;
    }

    .timeline .timeline-row:nth-child(even) .timeline-content:before {
        display: none;
    }

    .timeline .timeline-row:nth-child(even) .timeline-content:after {
        display: none;
    }
}

.mission-item {
    margin-bottom: 20px;
    display: flex;
    align-content: center;
    align-items: center;
}

.mission-item i {
    display: block;
    margin: 0px 10px;
}

.mission-item p {
    font-size: 1.1rem;
    font-weight: 500;
    color: #555;
    margin: 0;
}

.mission-item:hover p {
    color: #007bff;
}

ul.navbar-nav>li>a {
    font-size: 12px !important;
}

.video-container {
    position: relative;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    border: none;
}

.video-container:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.career-post {
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.career-post:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.career-post-media img {
    width: 100%;
    height: auto;
}

.post-body {
    padding: 20px;
}

.post-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.post-title a {
    color: #333;
    text-decoration: none;
}

.post-title a:hover {
    color: #007bff;
}

.career-post-meta {
    font-size: 14px;
    color: #777;
}

.career-post-meta .post-item-date {
    display: flex;
    align-items: center;
}

.career-post-meta .post-item-date i {
    margin-right: 5px;
}

/* Career */

.ln-section-career .list-career .item-career {
    border-radius: 8px;
    /* border: 1px solid rgb(233, 233, 233); */
    box-shadow: 0px 4px 24px -3.809523820877075px rgba(24, 39, 75, 0.08);
    padding: 20px;
    background: white;
}

.ln-section-career .list-career .item-career .title {
    color: var(--color-text-primary-light);
    font-family: var(--font-family-1);
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

.ln-section-career .list-career .item-career .type,
.ln-section-career .list-career .item-career .division {
    color: var(--color-text-primary-light);
    font-family: var(--font-family-1);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.ln-section-career .list-career .item-career .ln-btn {
    font-size: 16px;
}

.ln-section-career .list-career .item-career .row {
    align-items: center;
}

.ln-section-career .list-career .header.item-career {
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(160, 160, 160);
    font-family: var(--font-family-1);
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    background: transparent;
}

@media(max-width:700px) {
    .ln-section.ln-section-career .ln-section-header .title {
        font-size: 20px;
        line-height: 30px;
    }

    .ln-section-career .list-career .item-career .title {
        font-size: 18px;
        line-height: 28px;
    }
}

/* Life at LinkNet */

.ln-section.ln-section-img .img-section {
    border-radius: var(--border-radius-75);
}

.ln-section.ln-section-img .img-section img {
    z-index: 1;
    position: relative;
    height: 400px;
    width: 95%;
    /* border-radius: var(--border-radius-75) !important; */
    border-radius: 36px 36px 36px 0;
    margin: 25px 0;
    object-fit: cover;
}

.ln-section.ln-section-img .ln-section-header {
    align-items: center;
    vertical-align: middle;
    /* height: 100%; */
    position: relative;
    /* position: absolute; */
    top: 50%;
    transform: translate(0, -50%);
}

.ln-section.ln-section-img.ln-section-img-on-left .img-section:before {
    content: "";
    background: #F9FAFB;
    position: absolute;
    height: 100%;
    width: 45%;
    left: 0;
    z-index: 0;
}

.ln-section.ln-section-img.ln-section-img-on-right .img-section {
    text-align: right;
}

.ln-section.ln-section-img.ln-section-img-on-right .img-section img {
    border-radius: 36px 36px 0 36px !important;
}

.ln-section.ln-section-img.ln-section-img-on-right .img-section:before {
    content: "";
    background: #F9FAFB;
    position: absolute;
    height: 100%;
    width: 45%;
    right: 0;
    z-index: 0;
}

@media(max-width:700px) {
    .ln-section.ln-section-img .img-section img {
        width: 100%;
        height: auto;
    }

    .ln-section.ln-section-img .img-section {
        position: relative;
    }

    .ln-section.ln-section-img.ln-section-img-on-left .img-section:before {
        width: 90%;
        left: -15px;
    }

    .ln-section.ln-section-img.ln-section-img-on-right .img-section:before {
        width: 90%;
        right: -15px;
    }
}

.bg-mahakam-orange {
    background-color: #FF6B00 !important;
    color: white;
}

.bg-mahakam-blue {
    background-color: #003B95 !important;
    color: white;
}
/* Button Mahakam Orange */
.btn-mahakam-orange {
    background: #FF6B00;
    border: 0;
    border-radius: 3px;
    padding: 12px 20px 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    transition: 350ms;
    font-size: 14px;
}

.btn-mahakam-orange:hover {
    background: #111;
    color: #fff;
}

.btn-mahakam-orange:hover:active,
.btn-mahakam-orange:hover:focus {
    color: #fff;
    background-color: #111 !important;
}

/* Button Mahakam Blue */
.btn-mahakam-blue {
    background: #003B95;
    border: 0;
    border-radius: 3px;
    padding: 12px 20px 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    transition: 350ms;
    font-size: 14px;
}

.btn-mahakam-blue:hover {
    background: #111;
    color: #fff;
}

.btn-mahakam-blue:hover:active,
.btn-mahakam-blue:hover:focus {
    color: #fff;
    background-color: #111 !important;
}

@media (max-width: 767px) {

    .btn-mahakam-orange,
    .btn-mahakam-blue {
        font-size: 13px;
    }
}

.clients-logo img {
    -webkit-filter: none;
    filter: none;
    transition: filter 0.3s ease;
    -webkit-transition: filter 0.3s ease;
    -moz-transition: filter 0.3s ease;
    -ms-transition: filter 0.3s ease;
    -o-transition: filter 0.3s ease;
}

.clients-logo {
    margin: 0 0 30px;
    border: 1px solid #dadada;
    border-radius: 10px !important;
    min-height: 105px;
    padding: 0 20px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.shuffle-item .project-img-container .project-item-info {
    position: absolute;
    top: inherit !important;
    margin-top: -10%;
    bottom: 30px !important;
    left: 0;
    right: 0;
    padding: 0 30px;
    z-index: 1;
}

.action-title {
    font-size: 2rem !important;
}

.navbar-fixed {
    z-index: 1000 !important;
    position: fixed;
    width: 100%;
    top: 0;
}