/*
:root {
--primary-color: #043952;
--primary-hover-color: #032839;
--secondary-color: #13848c;
--secondary-hover-color: #0f656b;
--text-color: #182b54;
} */

:root {
    --primary-color: #043952;
    --primary-hover-color: #128383;
    --secondary-color: #0f828a;
    --secondary-hover-color: #0a575d;
    --text-color: #182b54;
    --secondary-hover-light-color: #17afb5;
    --orange: #ed832d;
}

.text-primary {
    color: var(--text-color) !important;
}

/* navbar */
.header-top {
    background-color: #f3f5fa;
}

.header-area.style-1.background-gray-light {
    background-color: #fff;
}

.te-main-menu ul li a {
    color: var(--text-color);
}

.te-main-menu ul li.te-active > a {
    color: var(--primary-color);
}

.te-main-menu ul li a:hover,
.te-main-menu ul li a:hover:after {
    color: var(--primary-hover-color);
}

.te-main-menu ul ul {
    border-top: none;
}

.te-main-menu ul ul.te-submenu {
    min-width: 300px;
}

.te-main-menu ul ul li a {
    color: var(--text-color);
}

.header-area.style-1.background-gray-light
    .te-header-menu-area
    .te-main-menu
    ul
    ul
    li
    a:hover {
    background-color: var(--primary-hover-color);
    color: white;
}

.header-area.style-1.background-gray-light
    .te-header-menu-area
    .te-main-menu
    li
    .te-active
    a {
    color: var(--primary-color);
}

.header-area.style-1.background-gray-light
    .te-header-menu-area
    .te-main-menu
    li:hover
    a {
    color: var(--primary-hover-color);
}

.lang-check {
    display: none;
}

.lang-label {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 28px;
    background-color: #b6cdda;
    border-radius: 20px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 5;
    border: 1.5px solid var(--primary-color);
}

.lang-label span {
    position: absolute;
    color: #fff;
    top: 2px;
    left: 2px;
    font-size: 11px;
    border-radius: 20px;
    transition: all 0.3s;
    z-index: 5;
    transform: translate(5px, -5px);
    -webkit-transform: translate(5px, -5px);
    -moz-transform: translate(5px, -5px);
    -ms-transform: translate(5px, -5px);
    -o-transform: translate(5px, -5px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.lang-check:checked + .lang-label span {
    position: absolute;
    top: 2px;
    border-radius: 20px;
    transition: all 0.3s;
    z-index: 5;
    left: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    color: var(--primary-color);
}

.lang-label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 2px;
    width: 24px;
    height: 24px;
    box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
    background-color: var(--primary-color);
    border-radius: 20px;
    transition: all 0.3s;
    z-index: -1;
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
}

.lang-check:checked + .lang-label {
    background-color: var(--primary-color);
}

.lang-check:checked + .lang-label:after {
    left: 30px;
    background-color: #fff;
}

input[type="checkbox"].lang-check:checked {
    /* display: none; */
    visibility: hidden;
}

input[type="checkbox"]::before {
    content: "";
    display: none;
}

/* slider hero */
.slider-area.style-1 {
    overflow: hidden;
    width: 100%;
    height: 730px;
    /* clip-path: ellipse(100% 95% at 50% 0%); */
}

.slider-area.style-1 .info-bottom-card-en {
    bottom: 155px;
}

.slider-area.style-1 .info-bottom-card {
    bottom: 180px;
}

.slider-area.style-1
    .info-bottom-card
    .te-info-card
    .te-info-card-inner
    .te-content.show-content {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0.2s, opacity 0.2s ease-in-out;
}

@media only screen and (min-width: 767px) {
    .te-info-card.slider {
        top: -30px;
    }
}

.slider-area.style-1 .info-bottom-card .te-info-card.style-5:hover {
    top: -45px;
}

.slider-area.style-1
    .info-bottom-card
    .row
    div[class^="col-"]:nth-child(2)
    .te-info-card.style-5:hover {
    top: -45px !important;
}

@media only screen and (max-width: 767px) {
    .slider-area.style-1
        .info-bottom-card
        .row
        div[class^="col-"]:nth-child(2)
        .te-info-card.style-5:hover {
        top: 0px !important;
    }

    /* slider hero */
    .slider-area.style-1 {
        overflow: hidden;
        width: 100%;
        height: 400px;
        clip-path: unset;
    }
}

.slider-area.style-1
    .info-bottom-card
    .te-info-card.style-5:hover
    .te-info-card-inner
    .te-content.show-content {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.slider-area .te-single-slider {
    background-color: unset;
}

.slider-area.style-1 .te-single-slider .te-slider-img {
    position: absolute;
    overflow: hidden;
    width: 100%;
    /* height: 105.3%; */
    clip-path: unset;
}

.slider-area.style-1 .te-single-slider .te-slider-img img::after {
    width: 100px;
    height: 100px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 6;
    background-color: rgba(0, 0, 0, 1);
}

.slider-area.style-1 .te-single-slider .te-slider-container {
    width: 65%;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area.style-1 .te-single-slider .te-slider-img {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .slider-area.style-1 .info-bottom-card {
        bottom: 100px;
        /* Adjust spacing for smaller screens */
    }

    .slider-area.style-1 .info-bottom-card .te-info-card {
        margin-bottom: 20px;
        /* Add spacing between cards */
    }

    .slider-area.style-1 .info-bottom-card .te-info-card.style-5:hover {
        top: 0;
        /* Disable hover effect for smaller screens */
    }
}

h1.te-slider-title::before {
    content: "";
    position: absolute;
    top: 62px;
    left: 280px;
    width: 240px;
    height: 32px;
    /* background-image: url(../images/assets/line-kurva.png); */
    background-size: contain;
    background-repeat: no-repeat;
}

.te-theme-btn,
.te-quote-btn {
    background-color: var(--secondary-color);
    border: none;
}

.te-theme-btn:hover {
    background-color: var(--secondary-hover-color);
    border: none;
}

.te-process-step-area.style-1 .te-info-card.style-5 {
    border: none;
}

.te-process-step-area.style-1 .te-info-card.style-5 .te-icon i {
    color: var(--primary-hover-color);
}

.te-process-step-area.style-1 .te-info-card.style-5:hover .te-icon {
    background-color: var(--primary-hover-color);
}

.te-process-step-area.style-1 .te-info-card.style-5:hover .te-icon i {
    color: white;
}

/* about */
.te-about-image-card .te-company-foundation {
    background-color: var(--primary-color);
}

.te-about-image-card.style-2 .te-company-foundation-wrapper {
    top: 70px;
    right: -20px;
}

/* .te-about-image-card.style-2
    .te-main-img-wrapper
    .te-main-img-inner
    .te-another-image {
    top: -270px;
    right: -80px;
    } */

/* latest Service */
.te-section-title .short-title {
    color: var(--secondary-color);
}

.te-info-card.style-1
    .te-info-card-inner
    .te-content-wrapper
    .te-title
    a:hover {
    color: var(--primary-color);
}

.te-info-card.style-2 .te-info-card-inner .te-icon {
    background-color: unset;
}

.te-info-card.style-2 .te-info-card-inner .te-icon i {
    color: var(--text-color);
    font-size: 70px;
}

.te-info-card.style-2:hover .te-info-card-inner .te-icon i {
    color: var(--primary-color);
}

.te-info-card.style-2
    .te-info-card-inner
    .te-content-wrapper
    .te-title
    a:hover {
    color: var(--primary-color);
}

.service-sidebar .widget {
    box-shadow: unset;
}

.service-sidebar .widget a.pdf-download-btn {
    border: none;
}

.service-sidebar .widget a.pdf-download-btn .icon {
    background-color: var(--primary-color);
}

.service-sidebar .widget a.pdf-download-btn .download-icon i {
    color: var(--secondary-color);
}

.service-sidebar .widget a.pdf-download-btn .download-icon i.custom {
    color: #eefdfc;
}

/* .service-sidebar .widget a.pdf-download-btn:hover .download-icon i, .service-sidebar .widget a.pdf-download-btn:hover .title.custom{
        color: var(--secondary-hover-light-color);
        transition: all 0.5s ease-in-out;
    }

    .service-sidebar .widget a.pdf-download-btn:hover .icon.custom{
        background-color: var(--secondary-hover-light-color);
        transition: all 0.5s ease-in-out;
    }

    /* .service-sidebar .widget a.pdf-download-btn:hover .content .sub-title.custom {
    } */

.service-sidebar .widget a.pdf-download-btn:hover {
    transform: translateY(-2px) scale(1.01);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
    transition: all 0.5s ease-in-out;
}

.service-sidebar .widget a.pdf-download-btn.custom:hover {
    transform: translateY(-2px) scale(1.01);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease-in-out;
}

.service-sidebar .widget a.pdf-download-btn:hover .download-icon i {
    color: var(--secondary-color);
}

.service-sidebar .widget a.pdf-download-btn:hover .download-icon i.custom {
    color: var(--secondary-hover-light-color);
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-sidebar .widget a.pdf-download-btn:hover .title.custom {
    color: #eefdfc;
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-sidebar .widget a.pdf-download-btn:hover .icon.custom {
    transform: scale(1.1) rotate(-5deg);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-sidebar .widget a.pdf-download-btn:hover .content .sub-title.custom {
    /* color: var(--orange); */
    /* letter-spacing: 0.5px; */
    transition: color 0.2s;
}

/* footer */
.footer.style-1 .te-subscribe-form-widget .mc4wp-form-fields {
    background-color: white;
}

.footer.style-1 .te-subscribe-form-widget .mc4wp-form-fields button.submit-btn {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.footer.style-1
    .te-subscribe-form-widget
    .mc4wp-form-fields
    button.submit-btn:hover {
    background-color: var(--secondary-hover-color);
}

.te-footer-widget.te_widget_nav_menu li a::before {
    color: var(--secondary-color);
}

.progress-wrap::after {
    color: var(--primary-color);
}

.progress-wrap svg.progress-circle path {
    stroke: var(--secondary-color);
}

.te-footer-bottom-menu ul li a,
.footer-bottom-area .te-copyright-text p a {
    font-size: 14px;
    font-weight: normal;
}

.te-info-card .te-content .te-desc {
    line-height: 22px;
}

.te-footer-widget {
    font-size: 13px;
    line-height: 23px;
}

.te-portfolio-filter {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px !important;
    /* flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap; */
    width: 100%;
}

.custom-w-75 {
    width: 75% !important;
}

.custom-w-85 {
    width: 85% !important;
}

.custom-w-65 {
    width: 65% !important;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .custom-w-65,
    .custom-w-75 {
        width: 100% !important;
    }
}

.te-portfolio-filter::-webkit-scrollbar {
    height: 0;
    /* Mengatur tinggi scrollbar */
}

.te-portfolio-filter::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 10px;
}

.te-portfolio-filter::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.te-portfolio-filter li {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.8px;
    text-transform: none !important;
    display: inline-block;
    cursor: pointer;
    font-family: "Jost", sans-serif;
    color: var(--text-color);
    border: 1px solid var(--secondary-color);
    padding: 10px 22px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0 1px;
}

.te-portfolio-filter li.active {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te-portfolio-filter li:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.team-page {
    padding-top: 10px;
    padding-bottom: 10px;
}

.te-section-title .te-section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    position: relative;
}

.te-info-card.style-9 .te-btn-wrapper .te-theme-btn {
    background-color: transparent;
    border: transparent;
    color: var(--primary-color);
    font-size: 20px;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.te-info-card.style-9:hover .te-btn-wrapper .te-theme-btn {
    background-color: var(--secondary-color);
    color: #ffffff;
}

.te-info-card.style-9 .te-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 65px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.te-section-title .title {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: -0.5px;
    font-family: "Jost", sans-serif;
    color: var(--text-color);
    margin-bottom: 0;
}

/* responsive title */
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-section-title .title {
        font-size: 28px;
        line-height: 40px;
        letter-spacing: -0.5px;
    }
}

.timeline {
    position: relative;
    padding: 20px 0;
}

.timeline-pointer {
    width: 18px;
    height: 18px;
    position: relative;
    top: 0%;
    left: 50%;
    background: var(--primary-color);
    transform: translateX(-50%) rotate(45deg);
    border: 3px solid var(--primary-color);
}

.timeline-item {
    position: relative;
}

.timeline-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: var(--primary-color);
    transform: translateX(-50%);
    z-index: -1;
}

.year-container {
    background: var(--primary-color);
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 7px 15px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 10px;
}

.image-container {
    text-align: center;
}

.image-container img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.page-breadcrumb-area {
    padding-top: 140px;
    padding-bottom: 150px;
    position: relative;
    z-index: 2;
    clip-path: ellipse(100% 95% at 50% 0%);
}

.page-breadcrumb-area .page-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--text-color);
    opacity: 0.9;
}

.breadcrumb-wrapper .breadcrumb-list .active a {
    color: var(--secondary-color);
}

.te-post-card.awards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    position: relative;
}

.te-post-card.style-3.awards .image {
    height: auto;
    width: 450px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    .te-post-card.awards {
        flex-direction: column;
    }

    .te-post-card.style-3.awards .image {
        height: 365px;
        width: 100%;
    }

    .te-about-image-card.style-2
        .te-main-img-wrapper
        .te-main-img-inner
        .te-another-image {
        position: relative;
        right: unset;
        top: unset;
    }

    .te-about-image-card.style-2
        .te-main-img-wrapper
        .te-main-img-inner
        .te-another-image
        .te-another-image-inner {
        border: 0;
        margin-top: 8px;
    }
}

.te-post-card:hover .cover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te-post-card.style-3 img {
    object-fit: contain !important;
    width: 100%;
    height: 100%;
}

.te-post-card.style-3 .content .title {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.8px;
}

.te-post-card .content .te-post-meta-info .te-single-meta i {
    color: var(--secondary-color);
}

.te-post-card .content .te-post-meta-info {
    margin-bottom: 0.5rem;
}

a:hover,
button:hover {
    color: var(--secondary-color);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.promotional-area.style-1 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.background-report-1 {
    background-color: rgba(19, 130, 140, 0.07);
    border-radius: 20px;
}

.promotional-image-wrapper .image .circle-gradient {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 421px;
    height: 421px;
    border-radius: 500px;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(var(--secondary-color)),
        to(rgba(38, 169, 230, 0))
    );
    background: linear-gradient(
        270deg,
        var(--secondary-color) 0%,
        rgba(38, 185, 230, 0) 100%
    );
    z-index: -1;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .promotional-image-wrapper .image .circle-gradient {
        width: 350px;
        height: 350px;
    }
}

.promotional-image-wrapper .image img {
    height: 300px;
}

.download-area:hover .promotional-image-wrapper .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.download-area:hover .title {
    color: var(--secondary-color);
}

/* accordion rups */
.accordion-wrapper .te-accordion-list-item .te-accordion-head:before {
    position: relative;
    content: "\f175";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: var(--secondary-color);
    font-size: 16px;
}

.te-accordion-body .accordion-image img {
    width: 100%;
    object-fit: cover;
}

a.te-theme-btn.style-2.bg:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

a.te-theme-btn.style-2.bg.custom2:hover {
    background-color: var(--secondary-hover-light-color) !important;
    color: #fef8ee !important;
}

/* news release */

.news .content.custom {
    background: transparent;
    display: flex;
    width: 100%;
    padding: 30px 20px;
}

.news .content.custom .date {
    color: var(--secondary-color);
    font-size: 16px;
    margin: 0;
    width: 20%;
}

.news.custom {
    border: 0;
}

.news .content .title.custom {
    color: var(--text-color);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: normal;
    width: 75%;
}

.news .btn-wrapper.custom {
    margin-left: 55px;
    margin-top: 0;
    justify-content: end;
}

.news .btn-wrapper .te-theme-btn {
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 25px;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
}

.news .btn-wrapper .te-theme-btn:hover {
    background-color: var(--secondary-color);
    color: #fff;
    border: 1px solid var(--secondary-color);
}

/* resonsive mobile */
@media only screen and (min-width: 0px) and (max-width: 768px) {
    .news .content.custom {
        display: block;
        padding: 20px;
    }

    .news .content.custom .date {
        width: 100%;
        margin-bottom: 5px;
    }

    .news .content.custom .title {
        width: 100%;
    }

    .news .btn-wrapper.custom {
        margin-left: 0px;
        margin-top: 20px;
        justify-content: center;
    }
}

.te-info-card.style-9 .te-icon.business-unit-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 5px;
}

.te-info-card .te-image-wrapper .image.awards img {
    height: 100%;
}

.te-content .te-title-wrapper.award-date {
    color: var(--secondary-color);
}

.te-content .te-desc .award-title {
    color: var(--text-color);
}

.w-50-custom {
    width: 60%;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .w-50-custom {
        width: 100%;
    }
}

.mean-container .mean-nav {
    margin-top: 0;
}

.widget:last-child {
    margin-bottom: 0px !important;
}

/* slider button */
.slider-area .te-slider-wrapper .slider-arrow-btn.prev-btn {
    margin-top: -80px;
}

.slider-area .te-slider-wrapper .slider-arrow-btn.next-btn {
    margin-top: -80px;
}

.slider-arrow-btn.prev-btn.slick-arrow {
    left: 12px;
    margin-left: calc((100% - 1320px) / 2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .slider-arrow-btn.prev-btn.slick-arrow {
        margin-left: calc((100% - 1140px) / 2);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399.5px) {
    .te-about-image-card.style-2
        .te-main-img-wrapper
        .te-main-img-inner
        .te-another-image {
        position: absolute;
        top: 60%;
        right: 10px;
        width: 90%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.5px) {
    .slider-area.style-1 .info-bottom-card {
        bottom: 175px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-arrow-btn.prev-btn.slick-arrow {
        margin-left: calc((100% - 960px) / 2);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-arrow-btn.prev-btn.slick-arrow {
        margin-left: calc((100% - 720px) / 2);
    }
}

.slider-area .te-slider-wrapper .slider-arrow-btn {
    width: 58px;
    height: 58px;
}

.te-post-card.style-3.cover img {
    object-fit: cover;
}

.te-main-menu ul li a {
    color: white;
    padding: 42px 20px;
     text-transform: none !important;
}

.breadcrumb-wrapper .breadcrumb-list a.custom {
    color: #ed832d;
}

.te-header-menu-area.te-sticky_menu .te-main-menu ul li a {
    color: white;
}

.page-breadcrumb-area .page-overlay {
    opacity: 0.3;
}

.lang-check:checked + .lang-label {
    background-color: #b6cdda;
}

.lang-check:checked + .lang-label span {
    color: white;
    font-weight: 600;
    left: 29px;
}

.lang-check:checked + .lang-label:after {
    left: 29px;
    background-color: #ed832d;
}

.lang-label span {
    left: 3px;
    font-weight: 600;
}

.lang-label {
    border: 1.5px solid #b6cdda;
}

.te-header-menu-area.te-sticky-header.shadow-sm {
    background-color: var(--primary-color);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area
        .te-single-slider
        .te-slider-content-wrapper
        .te-slider-content
        .te-slider-title {
        font-size: 34px;
    }

    .te-about-image-card.style-2 .te-company-foundation-wrapper {
        top: 250px;
        right: 0px;
        padding: 0;
    }

    .te-about-image-card.style-2
        .te-company-foundation-wrapper
        .te-company-foundation {
        padding: 20px 30px;
    }

    .te-about-image-card .te-company-foundation .counter {
        font-size: 30px;
    }

    .te-about-image-card .te-company-foundation .te-counter-wrapper {
        font-size: 30px;
    }

    .slider-area .te-slider-wrapper .slider-arrow-btn {
        margin: calc((100% - 720px) / 2);
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .slider-area.style-1 {
        overflow: hidden;
        width: 100%;
        height: 500px;
    }
}

.te-mobile-menu-bar a i {
    color: white;
}

a:hover .te-info-card .te-info-card-inner .te-title {
    color: var(--secondary-color);
}

.te-header-menu-area .te-logo a {
    margin: 0 20px;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.te-header-menu-area.te-sticky_menu .te-main-menu ul li a {
    padding: 33px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .te-header-menu-area.te-sticky_menu .te-main-menu ul li a {
        padding: 33px 5px;
    }

    .te-main-menu ul li a {
        padding: 42px 5px;
    }

    .te-header-menu-area .te-logo a {
        margin: 0;
    }

    .te-main-img-wrapper {
        padding-bottom: 40px;
    }

    .mr-15 {
        margin-right: 15px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* .te-header-menu-area .te-logo {
            height: 84px;
        } */
    .te-header-menu-area .te-logo a {
        margin: 0 0px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
    .te-mobile-menu-bar.d-lg-none.text-end.align-self-center {
        display: flex;
        width: 100%;
        justify-content: start;
    }
}

.about-us-area.style-1.te-py-120.custom {
    padding-bottom: 120px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .header-area.style-1 .te-header-menu-area .te-logo .te-sticky-logo {
        margin: 0;
    }

    .header-area.style-1 .te-header-menu-area .te-logo .te-sticky-logo img {
        height: 50px;
    }
}

.te-info-card.style-2.annual {
    background: url("/common/images/cover-annual-report.jpg") no-repeat center
        center;
    background-size: cover;
}

.te-info-card.style-2.sustainability {
    background: url("/common/images/cover-sustainability-report.jpg") no-repeat
        center center;
    background-size: cover;
    position: relative;
    /* z-index: 1; */
}

.te-info-card.style-2::after {
    border-radius: 0.5rem;
    content: "";
    position: absolute;
    /* z-index: 0; */
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.news .content .title.custom {
    margin-right: 55px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .news .content.custom .title {
        width: 100%;
        margin-right: 0 !important;
    }

    .te-header-menu-area .te-logo a {
        margin: 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    .te-header-menu-area .te-logo a {
        margin: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .te-main-menu ul li a {
        padding: 42px 15px;
    }

    .te-header-menu-area.te-sticky_menu .te-main-menu ul li a {
        padding: 33px 15px;
    }
}

@media (max-width: 375px) {
    .breadcrumb-list ul li:first-child:before {
        display: none !important;
    }

    .breadcrumb-list ul {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.te-header-menu-area .te-logo .te-standard-logo img {
    height: 50px;
}

.te-header-menu-area.te-sticky_menu .te-logo .te-sticky-logo img {
    height: 50px;
    width: auto;
}

@media (min-width: 992px) {
    .te-header-menu-area .te-logo {
        width: auto !important;
    }
}

@media (max-width: 992px) {
    .te-header-menu-area .te-logo {
        justify-content: end;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.style-1 .te-header-menu-area .te-logo .te-sticky-logo img {
        height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .te-header-menu-area .te-logo .te-sticky-logo {
        width: auto;
    }
}

.te-menu-sidebar-area {
    left: -485px;
    width: 374px;
}

.te-menu-sidebar-area.active {
    left: 0;
}

.te-info-card.style-2 .te-info-card-inner .te-content-wrapper {
    z-index: 1;
}

.te-info-card.style-2
    .te-info-card-inner
    .te-content-wrapper
    .te-title-wrapper
    .te-title {
    color: var(--secondary-hover-light-color);
}

.te-info-card.style-2 .te-info-card-inner .te-content-wrapper .ts-content p {
    color: white;
}

.widget .wp-block-heading {
    color: var(--secondary-hover-light-color);
}

.service-sidebar .widget a.pdf-download-btn .icon.custom {
    background-color: #eefdfc;
    color: var(--secondary-hover-light-color);
}

.service-sidebar .widget .pdf-download-btn .content .title.custom {
    color: var(--secondary-hover-light-color);
}

.service-sidebar .widget .pdf-download-btn .content .sub-title.custom {
    color: #eefdfc;
}

.te-theme-btn.style-2.custom {
    color: var(--secondary-hover-light-color);
}

.te-theme-btn.style-2.custom2 {
    color: var(--secondary-hover-light-color);
}

/* mobile navigation */

@media screen and (max-width: 768px) {
    .dropdown-mobile.navigation-mobile-wrapper {
        display: inline-block !important;
    }

    .navigation-wrapper {
        display: none !important;
    }
}

.dropdown-mobile.navigation-mobile-wrapper {
    position: relative;
    display: none;
}

.dropdown-mobile-toggle {
    white-space: nowrap;
    padding: 10px 22px;
    background-color: #fff;
    color: var(--text-color);
    cursor: pointer;
    border: 1px solid var(--secondary-color);
    display: flex;
    justify-content: space-between;
}

.fa-chevron-down.mobile:before {
    position: relative;
    font-size: 12px;
    top: 6px;
    content: "\f078";
}

.dropdown-mobile-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    padding: 0;
    font-size: 1rem;
    color: #212529;
    background-color: #fff;
    list-style: none;
}

.dropdown-mobile-menu.show {
    display: block;
}

.dropdown-mobile-item {
    display: block;
    width: 100%;
    text-decoration: none;
    background-color: transparent;
    color: var(--text-color);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -0.4px;
    margin-bottom: 0;
    width: 100%;
    padding: 10px 22px;
    border-bottom: 1px solid #e3e3e3;
}

.dropdown-mobile-item a {
    color: var(--text-color);
}

.dropdown-mobile-item:hover {
    background-color: var(--secondary-color);
    color: #ffffff;
}

.dropdown-mobile-item.active {
    background-color: var(--secondary-color);
    color: #ffffff;
}

.rounded-15 {
    border-radius: 15px !important;
}

.opacity-0-9 {
    opacity: 0.9 !important;
}

a.footer-link {
    color: white !important;
}

a.footer-link:hover {
    color: var(--secondary-color) !important;
    transition: all 0.2s ease-in-out !important;
}

.freeze-column {
    /* background-color: #fff !important; */
    position: sticky;
    left: 0;
    z-index: 3;
    border: 1px solid #dee2e6 !important;
}

.freeze-row {
    background: #fff !important;
    position: sticky;
    top: 0;
    z-index: 2;
    border: 2px solid #dee2e6 !important;
}

.text-justify {
    text-align: justify !important;
}

.slider-area .te-slider-wrapper .slider-arrow-btn {
    background-color: transparent;
    color: white;
    font-size: 24px;
    opacity: 0.7;
}

.slider-area .te-slider-wrapper .slider-arrow-btn:hover {
    background-color: transparent;
    color: white;
    opacity: 1;
}

.shadow-custom {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/*
    .te-info-card.custom:hover {
        -webkit-box-shadow: none;
                box-shadow: none;
    } */

.top-slider {
    top: -50px !important;
}

.team-details .content {
    gap: 20px;
}

.team-details .team-member-info {
    grid-gap: 15px 0;
}

.team-details .team-member-info.custom .te-single-meta {
    gap: 7px;
}

.rounded-img-homepage {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
}

.te-about-image-card.style-2
    .te-main-img-wrapper
    .te-main-img-inner
    .te-another-image
    .te-another-image-inner {
    background-color: white;
}

.footer .footer-bg-overlay {
    background-color: #043952;
}

.te-footer-widget-title {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 12px;
    /* text-transform: uppercase; */
}

.footer.style-1 .te-footer-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}

.te-footer-widget .te-footer-widget-info .te-footer-logo {
    margin-bottom: 10px;
}

/* @media (max-width: 991.5px) {
    .modal .team-member-info .te-single-meta .meta-text table.table td {
        display: block !important;
        width: 100% !important;
        border: none !important;
        padding: 0 !important;
    }

    .modal .team-member-info .te-single-meta .meta-text table.table tbody tr {
        display: block !important;
    }

    .modal .team-member-info .te-single-meta .meta-text table.table {
        border: none !important;
    }

    .modal .team-member-info .te-single-meta .meta-text td ul {
        margin-bottom: 15px;
        padding-left: 20px;
    }
    } */

@media (max-width: 991.5px) {
    .team-details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}

.te-single-slider::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.fs-14 {
    font-size: 14px !important;
}

.te-footer-widget {
    margin-bottom: 0;
}

.table.table-history :is(th, td) {
    border: unset;
    border-bottom: 1px solid #e5e5e5 !important;
}

.te-basic-pagination .page-numbers.current {
    background: var(--primary-color) !important;
    color: #ffffff;
    border-color: var(--primary-color);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te-basic-pagination .page-numbers:hover {
    background: var(--primary-hover-color) !important;

    color: #ffffff;
    border-color: var(--primary-hover-color);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

.gms-report {
    background-color: var(--primary-color);
    color: #fff;
    padding: 40px;
    border-radius: 20px;
}

.te-about-image-card.style-2
    .te-main-img-wrapper
    .te-main-img-inner
    .te-another-image {
    right: 0px;
}

.accordion-button::after {
    filter: brightness(0) invert(1); /* Membuat icon menjadi putih */
}

.text-secondary-hover {
    color: var(--secondary-hover-light-color);
}

.button-list {
    display: none;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}
.button-list a {
    font-family: "Jost", sans-serif;
    color: var(--text-color);
    border: 1px solid var(--secondary-color);
    padding: 10px 22px;
    border-radius: 20px;
}
.button-list a:hover {
    background-color: var(--secondary-color);
    color: #ffffff !important;
}
