:root {
    --primary-color: #00664a;
    /* Hijau Utama */
    --primary-hover-color: #0e7a1d;
    /* Hijau Hover */
    --secondary-color: #28a745;
    /* Hijau Gelap (Footer/Aksen) */
    --secondary-hover-color: #11411c;
    --text-color: #00664a;
    /* Hijau Gelap untuk Teks */
    --secondary-hover-light-color: #e8f5e9;
    /* Hijau Sangat Muda */
    --yellow: #E2DE25;
}


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

/* Global Button Styles */
.te-theme-btn {
    background-color: var(--secondary-color) !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    /* Membuat tombol lonjong/rounded */
    border: none !important;
    padding: 5px 16px !important;
    font-size: 13px !important;
    transition: all 0.3s ease !important;
}

.te-theme-btn:hover {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.te-theme-btn.style-2 {
    background-color: transparent !important;
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
}

.te-theme-btn.style-2:hover {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
    border: 2px solid var(--primary-color) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.te-theme-btn i {
    margin-left: 8px;
}

/* 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: #ffffff;
    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 {
    visibility: hidden;
}

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

/* slider hero */
.slider-area.style-1 {
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 100px);
}
.slider-area.style-1 .te-single-slider {
    height: calc(100vh - 100px);
}

.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: calc(100vh - 80px);
        clip-path: unset;
    }
    .slider-area.style-1 .te-single-slider {
        height: calc(100vh - 80px);
    }
}

.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%;
    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;
    }

    .slider-area.style-1 .info-bottom-card .te-info-card {
        margin-bottom: 20px;
    }

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

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;
}

/* 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 .content .title {
    color: var(--primary-color);
}

.service-sidebar .widget a.pdf-download-btn:hover .content .title {
    color: var(--primary-hover-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 {
    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 {
    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: 16px;
    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;
    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;
}

.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-bottom-bg {
    padding-bottom: 70px;
    background-color: var(--primary-color)
}

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

@media only screen and (max-width: 767px) {
    .page-breadcrumb-area {
        padding-top: 90px;
        padding-bottom: 180px;
    }
}

.page-breadcrumb-area .page-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--primary-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(0, 102, 74, 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(0, 102, 74, 0)));
    background: linear-gradient(270deg,
            var(--secondary-color) 0%,
            rgba(0, 102, 74, 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: 16px;
    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) {
    .te-about-image-card.style-2 .te-main-img-wrapper .te-main-img-inner .te-another-image {
        position: absolute;
        top: 60%;
        right: 0;
        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: #67687A;
    padding: 42px 12px;
    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: #67687A;
}

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

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

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

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

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

.lang-label {
    border: 1.5px solid var(--secondary-color);
}

.te-header-menu-area.te-sticky-header.shadow-sm {
    background-color: #ffffff;
}

@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: 17px 0;
    display: inline-block;
}

.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 12px;
}

@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 a {
        margin: 0 0px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
    .te-mobile-menu-bar.align-self-center {
        display: flex;
        padding-left: 15px;
    }
}

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

@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;
}

.te-info-card.style-2::after {
    border-radius: 0.5rem;
    content: "";
    position: absolute;
    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 10px;
    }

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

@media (max-width: 375px) {
    w .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;
    }
    .te-header-menu-area.te-sticky_menu .te-logo {
        transform: translateY(-8px) !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-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget .te-header-contact-info span,
.te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget .te-header-contact-info span a {
    color: var(--primary-color);
}

.te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget .te-header-contact-info span a:hover {
    color: var(--primary-hover-color);
}

.te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget .te-header-contact-info span i {
    color: var(--primary-color);
}

.te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget .te-menu-sidebar-title {
    color: var(--primary-color);
}

.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: 14px;
    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 {
    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;
}

.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: var(--secondary-hover-light-color);
}

.footer .footer-bg-overlay {
    background-color: var(--primary-color);
}

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

.footer.style-1 {
    background-color: var(--primary-color);
    color: #ffffff;
}

.footer.style-1 .te-footer-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
    min-height: 50vh;
    background-color: var(--primary-color);
}

.footer.style-1 .te-footer-widget-title {
    color: #ffffff;
}

.footer.style-1 .footer-link {
    color: #dfdfdf;
    transition: all 0.3s ease;
}

.footer.style-1 .footer-link:hover {
    color: #ffffff;
    padding-left: 5px;
}

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

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

@media (max-width: 767px) {
    .footer.style-1 .te-footer-sec {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.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);
}

.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;
}

.shareholders-table-d-none {
    display: none !important;
}

/* ============================================
   Feature Bar Section (Homepage - Image 2 Style)
   ============================================ */
.feature-bar-section {
    background-color: #ffffff;
    border-top: 3px solid var(--primary-color);
    border-bottom: 1px solid #e8eceb;
    position: relative;
    z-index: 5;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
}

.feature-bar-inner {
    display: flex;
    align-items: stretch;
    gap: 30px;
    padding: 25px 0;
}

.feature-bar-item {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    padding: 10px 0;
    text-decoration: none !important;
    color: inherit;
    transition: all 0.3s ease;
    position: relative;
}

.feature-bar-item:hover {
    text-decoration: none !important;
    color: inherit;
}

.feature-bar-item:hover .feature-bar-icon {
    background-color: var(--primary-color);
    color: #ffffff;
    border-color: var(--primary-color);
    transform: scale(1.08);
}

.feature-bar-item:hover .feature-bar-title {
    color: var(--primary-color);
}

.feature-bar-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background-color: #ffffff;
    color: var(--primary-color);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.feature-bar-icon svg,
.feature-bar-icon svg path {
    width: 32px;
    height: 32px;
    fill: currentColor !important;
}

.feature-bar-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.feature-bar-title {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a2a1a;
    line-height: 1.3;
    letter-spacing: -0.1px;
    transition: color 0.25s ease;
}

.feature-bar-link {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #7a8a7a;
    line-height: 1.4;
    transition: color 0.25s ease;
}

.feature-bar-divider {
    width: 1px;
    background-color: #dce6e0;
    align-self: stretch;
    margin: 10px 0;
}

/* Responsive */
@media only screen and (max-width: 991px) {
    .feature-bar-inner {
        flex-wrap: wrap;
    }

    .feature-bar-item {
        flex: 1 1 calc(50% - 1px);
        min-width: calc(50% - 1px);
        padding: 18px 20px;
    }

    .feature-bar-divider:nth-child(4) {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .feature-bar-item {
        flex: 1 1 100%;
        min-width: 100%;
        border-bottom: 1px solid #e8eceb;
        padding: 16px 20px;
    }

    .feature-bar-divider {
        display: none;
    }

    .feature-bar-section {
        border-top-width: 3px;
    }
}

/* Adaro Leader Card Style */
.te-team-card-adaro {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
    text-decoration: none !important;
}

.te-team-card-adaro:hover {

    box-shadow: 0.085px 40px rgba(0, 0, 0, 0.1);
}

.te-team-card-adaro .image {
    width: 100%;
    position: relative;
    padding-top: 125%;
    /* 4:5 aspect ratio */
    overflow: hidden;
    background-color: #f8f9fa;
}

.te-team-card-adaro .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.te-team-card-adaro:hover .image img {
    transform: scale(1.05);
}

.te-team-card-adaro .content {
    padding: 30px 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.te-team-card-adaro .title {
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
    line-height: 1.3;
}

.te-team-card-adaro .desc {
    font-family: "Kumbh Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #67687A;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .te-team-card-adaro .title {
        font-size: 18px;
    }

    .te-team-card-adaro .desc {
        font-size: 16px;
    }
}

/* Adaro Leader Card Style - Fixed Hover */
.te-team-card-adaro:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Ensure leader link is clickable */
.leader-link {
    cursor: pointer !important;
    display: flex !important;
    color: inherit !important;
}

/* Breadcrumb Alignment */
.page-bottom-bg {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 80px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .page-bottom-bg {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 44px;
    }

    .page-bottom-bg .breadcrumb-list ul li a {
        font-size: 12px;
    }
}

.page-bottom-bg .row {
    width: 100%;
    justify-content: flex-end;
}

.page-bottom-bg .breadcrumb-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.page-bottom-bg .breadcrumb-list ul {
    justify-content: flex-end;
    margin-bottom: 0;
}

.page-bottom-bg .breadcrumb-list ul li a {
    font-weight: 500;
    color: #ffffff;
}

.page-bottom-bg .breadcrumb-list ul li.active a {
    color: var(--secondary-color);
    /* Use secondary color for active item */
}

/* CMS Content Styles */
.te-section-desc h1,
.te-section-desc h2,
.te-section-desc h3,
.te-section-desc h4,
.te-section-desc h5,
.te-section-desc h6 {
    color: var(--primary-color) !important;
}

.te-section-desc strong,
.te-section-desc b {
    color: var(--primary-color);
}

/* Global Heading Overrides if needed for page detail */
.about-us-area .title {
    color: var(--primary-color);
}

/* MeanMenu Mobile Override */
.mean-container .mean-bar {
    background-color: transparent !important;
    padding: 0 !important;
    min-height: 0 !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav {
    background-color: #ffffff !important;
    margin-top: 0 !important;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: none !important;
}

.mean-container .mean-nav ul li a {
    border-top: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.mean-container .mean-nav ul li a.mean-expand {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: var(--primary-color) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background-color: var(--secondary-color) !important;
    color: #ffffff !important;
}

.page-bg {
    background-color: var(--primary-color) !important;
}
.te-section-desc table,
.modal-body table,
.team-member-info table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 20px 0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    border: 1px solid #c8d2cc !important;
}

.te-section-desc table thead,
.modal-body table thead,
.team-member-info table thead {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
}

.te-section-desc table th,
.te-section-desc table thead td,
.modal-body table th,
.modal-body table thead td,
.team-member-info table th,
.team-member-info table thead td {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 12px 10px !important;
    border: 1px solid #ffffff !important;
    font-size: 13px !important;
    letter-spacing: 0.3px !important;
}

.te-section-desc table th *,
.te-section-desc table thead td *,
.modal-body table th *,
.modal-body table thead td *,
.team-member-info table th *,
.team-member-info table thead td * {
    font-weight: 700 !important;
    color: #ffffff !important;
}

.te-section-desc table tbody tr,
.modal-body table tbody tr,
.team-member-info table tbody tr {
    transition: background-color 0.2s ease-in-out;
}

.te-section-desc table tbody tr:nth-child(even),
.modal-body table tbody tr:nth-child(even),
.team-member-info table tbody tr:nth-child(even) {
    background-color: #f7fbf9 !important;
}

.te-section-desc table tbody tr:hover,
.modal-body table tbody tr:hover,
.team-member-info table tbody tr:hover {
    background-color: rgba(0, 102, 74, 0.05) !important;
}

.te-section-desc table :is(tbody, tfoot) :is(td, th),
.modal-body table :is(tbody, tfoot) :is(td, th),
.team-member-info table :is(tbody, tfoot) :is(td, th) {
    padding: 10px 12px !important;
    border: 1px solid #c8d2cc !important;
    vertical-align: middle !important;
}

.te-section-desc table :is(tbody, tfoot) td,
.modal-body table :is(tbody, tfoot) td,
.team-member-info table :is(tbody, tfoot) td {
    color: #2c3e35 !important;
}

/* Override any Bootstrap bold/dark bottom borders in CMS tables */
.te-section-desc table,
.te-section-desc table :is(tbody, tfoot, tr, td, th),
.modal-body table,
.modal-body table :is(tbody, tfoot, tr, td, th),
.team-member-info table,
.team-member-info table :is(tbody, tfoot, tr, td, th) {
    border-bottom-color: #c8d2cc !important;
    border-bottom-width: 1px !important;
}

.te-section-desc table tbody td[rowspan],
.modal-body table tbody td[rowspan],
.team-member-info table tbody td[rowspan] {
    font-weight: 700 !important;
    background-color: #ffffff !important;
    color: var(--primary-color) !important;
    text-align: center !important;
}

.te-section-desc,
.modal-body,
.team-member-info {
    overflow-x: auto !important;
    max-width: 100% !important;
}

#modal-warning-id a,
#modal-warning-eng a {
    color: var(--primary-color) !important;
    text-decoration: underline !important;
}

#modal-warning-id a:hover,
#modal-warning-eng a:hover {
    color: var(--primary-hover-color) !important;
}

@media only screen and (max-width: 991px) {
    .te-about-image-card.style-2 .te-main-img-wrapper .te-main-img-inner {
        display: block !important;
        width: 100% !important;
    }
}

/* =============================================
   Mobile Responsive: Padding kiri-kanan body
   ============================================= */
@media only screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .container,
    .container-fluid {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .about-us-area.style-2 .col-md-10 {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    /* Konten utama halaman */
    .te-section-content {
        padding-left: 4px;
        padding-right: 4px;
        max-width: 100%;
        overflow-x: hidden;
    }

    .te-section-desc {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        overflow-x: hidden;
    }

    /* Row di dalam about-us-area */
    .about-us-area .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* =============================================
   Fix Horizontal Scrollbar di halaman GMS, dll
   ============================================= */
.faq-area.style-1,
.faq-area.style-2 {
    overflow-x: hidden;
}

.faq-area.style-1 .te-accordion-box-wrapper,
.faq-area.style-2 .te-accordion-box-wrapper {
    overflow-x: hidden;
}

.te-accordion-list-item {
    max-width: 100%;
    overflow-x: hidden;
}

/* Fix promotional-area download section */
.promotional-area.style-1 {
    overflow-x: hidden;
}

/* Fix elemen di dalam te-section-desc (konten dari CMS) agar tidak overflow */
.te-section-desc table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
}

.te-section-desc img {
    max-width: 100% !important;
    height: auto !important;
}

@media only screen and (max-width: 767px) {
    .te-accordion-head,
    .te-accordion-body {
        max-width: 100%;
        overflow-x: hidden;
    }

    /* Hilangkan gutter horizontal yang menyebabkan row overflow */
    .faq-area .row.gx-4,
    .faq-area .row.gy-4.gx-4 {
        --bs-gutter-x: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Pastikan kolom-kolom tidak overflow */
    .faq-area [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* Reset negative margin dari row bawaan CMS di dalam konten artikel (Global untuk Desktop & Mobile) */
.te-section-desc .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Pastikan div dengan inline width fix di CMS tidak overflow (Global untuk Desktop & Mobile) */
.te-section-desc div {
    max-width: 100% !important;
}

table, 
figure.table,
figure.table table,
.te-section-desc table, 
.modal-body table, 
.content table {
    width: 100% !important;
    max-width: 100% !important;
    display: table !important;
    border-collapse: collapse;
}

.te-accordion-head {
    border-top: 1px solid #E3E3E3 !important;
}

/* =============================================
   Smooth Sticky Header Transitions
   ============================================= */
/* Keep the header area fixed from the very beginning to prevent scrolling out of view and snapping back */
.te-header-menu-area {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    transition: all 0.3s ease-in-out !important;
}

/* Parent container acts as a placeholder to reserve space in flow */
.header-area.style-1 {
    height: 100px;
}
@media only screen and (max-width: 767px) {
    .header-area.style-1 {
        height: 80px;
    }
}

/* Override sticky menu style: no position fixed animation or blink needed as it is already fixed */
.te-header-menu-area.te-sticky_menu {
    box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.05) !important;
}

/* Disable the jarring animate.css fadeIn that makes the navbar blink/disappear */
.te-header-menu-area.te-sticky-header.animated {
    animation: none !important;
    -webkit-animation: none !important;
}


