/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2024 IMAJIKU.
*/

/* = GENERAL
-------------------------------------------------------------*/
.bg-light-gray {
    background-color: #f3f3f3;
}

.b-rad-24 {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}

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

.section-bg-content {
    position: relative;
    z-index: 2;
}

.section-bg-img-box {
    display: block;
}

.section-bg-img-box img {
    position: absolute;
    top: 0;
    z-index: 0;
}

[data-aspect-ratio] {
    background-color: transparent;
}

.jarallax {
    position: relative;
    z-index: 0;
}

/* = BANNER
-------------------------------------------------------------*/
/* banner services */
.banner-top-box.banner-services {
    min-height: 300px;
}

.banner-top-box.banner-services .banner-top-caption-box {
    min-height: 300px;
}

.banner-top-box.banner-services .banner-top-box {
    min-height: unset;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
}

.banner-top-box.banner-services .banner-action {
    margin-bottom: 15px;
}

.banner-top-box.banner-services .banner-action a {
    color: var(--white) !important;
}

.banner-top-box.banner-services .banner-action a:hover {
    color: var(--gold-drop) !important;
}

.banner-top-box.banner-services .banner-top-icon {
    width: 70px;
}

.banner-top-box.banner-services .banner-top-icon img {
    background-color: rgb(241 129 1 / 20%);
    border-radius: 16px;
    width: 60px;
    height: 60px;
    padding: 12px;
    object-fit: contain;
}

.banner-top-box.banner-services .banner-top-caption {
    text-align: left;
    margin: 0;
    justify-content: flex-start;
    padding: 0;
    align-items: flex-start;
    width: 75%;
}

.banner-top-box.banner-services .banner-top-caption h2 {
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.banner-top-box.banner-services .banner-top-caption p {
    font-size: 18px;
    line-height: 1.5;
}

/* = HERO
-------------------------------------------------------------*/
.hero-bg-box .galightbox-icon {
    height: 50px;
    width: 50px;
}

.home-hero-slider .swiper-pagination {
    display: none;
}

.home-hero-slider.swslider-box .swiper-button-next .nav-circle-box span,
.home-hero-slider.swslider-box .swiper-button-prev .nav-circle-box span {
    color: var(--white);
}

.home-hero-slider.swslider-box .swiper-button-next .nav-circle-box,
.home-hero-slider.swslider-box .swiper-button-prev .nav-circle-box {
    backdrop-filter: blur(2px);
    border: 2px solid var(--athens-gray);
    background-color: rgb(255 255 255 / 30%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.home-hero-slider.swslider-box .swiper-button-next .nav-circle-box:hover,
.home-hero-slider.swslider-box .swiper-button-prev .nav-circle-box:hover {
    background-color: rgba(0, 0, 0, 0.133);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

/* 1. Zoom Fade (Ken Burns Effect) */
.home-hero-slider .img-hero {
    animation: smoothZoom 15s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes smoothZoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.home-hero-slider .swiper-slide-active .img-hero {
    animation: smoothZoom 15s cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
}

.home-hero-slider .img-hero,
.home-hero-slider .img-hero {
    transform: scale(1);
}

/* --- CSS-Based Text Transitions --- */
.home-hero-slider .hero-caption {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.5s;
}

/* Ketika slide aktif, jalankan transisi CSS */
.home-hero-slider .swiper-slide-active .hero-caption {
    opacity: 1;
    transform: translateY(0);
}

.home-hero-slider .hc-play-video {
    position: absolute;
    bottom: 32px;
    top: auto;
}

.hero-bg-box:after {
    background-color: rgb(47 55 102 / 30%);
}

/* unique to us */
.variant-unique-to-us .hero-caption-video {
    width: 100px;
    height: 100px;
    min-height: 100px;
}

.variant-unique-to-us .galightbox-icon {
    height: 60px;
    width: 60px;
    background-color: rgb(255 255 255 / 40%);
    border: 1px solid #ffffff;
}

.variant-unique-to-us .galightbox-icon span {
    height: 30px;
    width: 30px;
    background-color: rgb(0 0 0 / 60%);
}

.variant-unique-to-us .galightbox-video:hover .galightbox-icon span {
    background-color: rgba(255, 255, 255, 0.6);
}

.variant-unique-to-us .glightbox-hero {
    min-height: unset;
}

.variant-unique-to-us .hero-intro-box .hero-caption-box {
    justify-content: flex-end;
}

.variant-unique-to-us .hero-intro-box .hero-caption {
    max-width: unset;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: flex-end;
    text-align: left;
    padding: 10px 0 50px;
    min-height: 400px;
}

.variant-unique-to-us .hero-intro-box .hero-caption-title {
    flex: 1;
}

.variant-unique-to-us .hero-intro-box .hero-caption-desc {
    flex: 2;
}

.variant-unique-to-us .hero-intro-box .hero-caption p {
    text-align: left;
}

.variant-unique-to-us .hero-intro-box .hero-caption-title h4,
.variant-unique-to-us .hero-intro-box .hero-caption-title h5 {
    background-color: var(--gold-drop);
    font-family: var(--font-family-2);
    color: var(--white);
    font-weight: 500;
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
}

/* = CARD
------------------------------------------------------------ */
/* card basic */
.hc-card-box {
    position: relative;
}

.hc-card-box a .hc-card {
    transition: 0.6s;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.hc-card-box a .hc-card:hover {
    transform: translateY(-8px);
    transition: 0.6s;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.hc-card-box a .hc-card.hc-shadow:hover {
    box-shadow: 5px 10px 20px 0px rgb(0 0 0 / 10%);
}

.hc-shadow {
    backdrop-filter: blur(15px);
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
}

.hc-card {
    background-color: var(--white);
}

.hc-card-img {
    position: relative;
}

.hc-card-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.6s;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.hc-card-content {
    position: relative;
    padding: 20px;
}

.hc-card-title h3 {
    font-family: var(--font-family-2);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
}

.hc-card-desc p {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}

.hc-card-desc ul li {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
}

.hc-card-tag-list li {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}

.hc-card-tag-list {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0px;
}

.hc-card-meta {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
}

.hc-card-action {
    position: relative;
}

/* card overlay */
.hc-card-box.variant-overlay .hc-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 400px;
    position: relative;
    border-radius: 16px 16px 16px 16px;
    -webkit-border-radius: 16px 16px 16px 16px;
    -moz-border-radius: 16px 16px 16px 16px;
    overflow: hidden;
}

.hc-card-box.variant-overlay .hc-card:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 48%;
    background: #fff;
    background: -webkit-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.81) 0%,
        rgba(0, 0, 0, 0.2) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    background: -moz-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.81) 0%,
        rgba(0, 0, 0, 0.2) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.81) 0%,
        rgba(0, 0, 0, 0.2) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",
            endColorstr="#000000",
            GradientType=0);
    z-index: 1;
}

.hc-card-box.variant-overlay .hc-card-img {
    display: flex;
    width: 100%;
    height: 100%;
}

.hc-card-box.variant-overlay .hc-card-img img {
    object-fit: cover;
    object-position: center;
}

.hc-card-box.variant-overlay .hc-card-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 20px 20px 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

/* card contact */
.hc-card-box.variant-basic.contact-footer .hc-card {
    border: 1px solid #424c83;
    background: linear-gradient(135deg, #fdf5f1 0%, #fbece1 50%, #fce2ca 100%);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hc-card-box.variant-basic.contact-footer .hc-card-content {
    padding: 24px;
}

.hc-card-box.variant-basic.contact-footer .hc-card-title {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-bottom: 5px;
}

.hc-card-box.variant-basic.contact-footer .hc-card-title h3 {
    color: var(--rhino);
    font-size: 18px;
}

.hc-card-box.variant-basic.contact-footer .hc-card-title span {
    background-color: var(--gold-drop);
}

.hc-card-box.variant-basic.contact-footer
    .hc-card
    .hc-card-content
    .hc-card-desc
    p {
    color: var(--rhino);
    margin-bottom: 5px;
}

.hc-card-box.variant-basic.contact-footer .hc-card-desc ul {
    list-style: none;
    padding-left: 0;
    margin: 15px 0 5px;
}

.hc-card-box.variant-basic.contact-footer .hc-card-desc ul {
    color: var(--rhino);
}

.hc-card-box.variant-basic.contact-footer .hc-card-desc a {
    color: var(--rhino);
}

.hc-card-box.variant-basic.contact-footer .hc-card-desc a:hover {
    color: var(--gold-drop);
}

.hc-card-box.variant-basic.contact-footer .hc-card-action {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--gold-drop);
    flex-wrap: wrap;
}

/* card service */
.hc-card-box.variant-basic.card-service .hc-card-img {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    padding: 30px 30px 0;
}

.hc-card-box.variant-basic.card-service .hc-card-img img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.hc-card-box.variant-basic.card-service .hc-card-img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(241 129 1 / 20%);
    z-index: -1;
    position: absolute;
    left: 0;
    top: 15px;
    filter: blur(45px);
}

.hc-card-box.variant-basic.card-service .hc-card-action .hc-btn {
    width: 40px;
    height: 40px;
    min-width: unset;
    background-color: rgb(255 255 255 / 30%);
    border-color: transparent;
    padding: 0.375rem 0.75rem;
}

.hc-card-box.variant-basic.card-service .hc-card-action .hc-btn:hover {
    box-shadow: 0px 5px 22px 0px var(--color-button);
    background-color: var(--color-button);
}

.hc-card-box.variant-basic.card-service .hc-card-content {
    position: relative;
    padding: 20px 30px 30px;
}

.hc-card-box.variant-basic.card-service .hc-card-desc p {
    margin-bottom: 0;
}

.hc-card-box.variant-basic.card-service .hc-card {
    border: 1px solid #424c83;
    min-height: 220px;
}

.hc-card-box.variant-basic.card-service .hc-card:hover {
    backdrop-filter: blur(4px);
    background-color: rgb(255 255 255 / 15%);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

/* card service bg white */
.hc-card-box.variant-basic.card-service .bg-white {
    background: #ffffff;
    background: -webkit-linear-gradient(
        135deg,
        rgba(47, 55, 102, 0.05) 0%,
        rgba(241, 129, 1, 0.05) 100%
    );
    background: -moz-linear-gradient(
        135deg,
        rgba(47, 55, 102, 0.05) 0%,
        rgba(241, 129, 1, 0.05) 100%
    );
    background: linear-gradient(
        135deg,
        rgba(47, 55, 102, 0.05) 0%,
        rgba(241, 129, 1, 0.05) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2F3766", endColorstr="#F18101", GradientType=0);
    border-color: transparent;
}

.hc-card-box.variant-basic.card-service .bg-white .hc-card-title h3 {
    color: var(--rhino);
    font-weight: 700;
}

.hc-card-box.variant-basic.card-service .hc-card-title h3 {
    text-transform: uppercase;
}

.hc-card-box.variant-basic.card-service .bg-white .hc-card-desc p {
    color: var(--river-bed);
}

.hc-card-box.variant-basic.card-service .bg-white .hc-card-img::after {
    display: none;
}

.hc-card-box.variant-basic.card-service .bg-white .hc-btn-icn span {
    background-color: var(--gold-drop);
}

.hc-card-box.variant-basic.card-service
    .hc-card-action
    .hc-btn:hover
    .hc-btn-icn
    span {
    background-color: var(--white);
}

/* variant testi */
.hc-card-box.variant-testi .hc-card {
    border-radius: 16px;
}

.hc-card-box.variant-testi .hc-card-content {
    padding: 20px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
}

.hc-card-box.variant-testi .hc-card-img img {
    width: auto;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
}

.hc-card-box.variant-testi .hc-card-desc::before {
    content: '"';
    display: block;
    font-family: var(--font-family-1);
    font-size: 60px;
    color: rgb(241 129 1 / 10%);
    height: 50px;
    text-align: right;
}

.hc-card-box.variant-testi .hc-card-desc p {
    font-size: 16px;
    color: var(--oxford-blue);
}

.hc-card-box.variant-testi .hc-card-name h3 {
    font-family: var(--font-family-2);
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    color: var(--ebony);
}

.hc-card-box.variant-testi .hc-card-label {
    background-color: rgb(241 129 1 / 10%);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
}

.hc-card-box.variant-testi .hc-card-label h3 {
    font-family: var(--font-family-2);
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
    color: var(--gold-drop);
    margin: 0;
}

/* card icon bg white/plain */
.hc-card-box.variant-with-icon-white .hc-card {
    padding: 15px;
}

.hc-card-box.variant-with-icon-white .hc-card .hc-card-img {
    margin-bottom: 15px;
}

.hc-card-box.variant-with-icon-white .hc-card .hc-card-img img {
    height: 48px;
    width: 48px;
    margin: 0 auto;
    object-fit: contain;
}

.hc-card-box.variant-with-icon-white .hc-card .hc-card-content {
    padding: 0;
}

.hc-card-box.variant-with-icon-white .hc-card .hc-card-content .hc-card-title {
    text-align: center;
}

.hc-card-box.variant-with-icon-white
    .hc-card
    .hc-card-content
    .hc-card-title
    h3 {
    color: var(--rhino);
    font-size: 28px;
    line-height: 1.3;
}

.hc-card-box.variant-with-icon-white .hc-card .hc-card-content .hc-card-desc p {
    color: var(--river-bed);
    font-size: 16px;
    line-height: 1.6;
    margin: 10px 0 0;
}

.hc-card-desc ul {
    padding-left: 15px;
    margin: 10px 0 0;
}

.hc-card-box.variant-with-icon-white
    .hc-card
    .hc-card-content
    .hc-card-desc
    ul
    li {
    color: var(--river-bed);
    font-size: 16px;
    line-height: 1.6;
}

/* icon white flex */
.hc-card-box.variant-with-icon-white.variant-column .hc-card {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.hc-card-box.variant-with-icon-white.variant-column
    .hc-card
    .hc-card-content
    .hc-card-title {
    text-align: left;
}

.hc-card-box.variant-with-icon-white.variant-column .hc-card-img {
    width: 100px;
}

/* = BANNER
------------------------------------------------------------ */
.hc-banner-sc-box {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.hc-banner-sc-caption-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 15px;
    padding: 30px 30px;
    min-height: 500px;
    max-width: 980px;
    margin: 0 auto;
    z-index: 5;
    overflow: hidden;
}

.hc-banner-sc-desc {
    position: relative;
    text-align: center;
}

.hc-banner-sc-desc h2 {
    font-family: var(--font-family-1);
    font-size: 48px;
    font-weight: 700;
    color: var(--white);
    line-height: 1.4;
    margin-bottom: 15px;
}

.hc-banner-sc-desc p {
    font-family: var(--font-family-2);
    font-weight: 500;
    font-size: 18px;
    color: var(--white);
    line-height: 1.6;
}

.hc-banner-sc-desc .hc-subtitle-tag {
    padding: 10px 20px;
    background-color: rgb(255 255 255 / 10%);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.hc-banner-sc-action .hc-btn {
    font-size: 18px;
}

.hc-banner-sc-bg-box {
    display: block;
}

.hc-banner-sc-bg-box img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    transition: 0.6s;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.hc-banner-sc-bg-box:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(47 55 102 / 0%);
    z-index: -1;
}

/* variant image big */
.hc-banner-sc-box.variant-image-big {
    min-height: 500px;
}

.hc-banner-sc-box.variant-image-big:hover .hc-banner-sc-bg-box img {
    transform: scale(1.01);
}

/* variant column desc */
.hc-banner-sc-box.variant-column-desc .hc-banner-sc-caption-box {
    max-width: 1440px;
}

.hc-banner-sc-box.variant-column-desc .hc-banner-sc-desc {
    height: 100%;
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    text-align: left;
}

.hc-banner-sc-box.variant-column-desc .hc-banner-sc-desc h2 {
    min-width: 500px;
}

.hc-banner-sc-box.variant-column-desc .hc-banner-sc-desc p {
    align-content: flex-end;
}

/* = SLIDER PARTNER
------------------------------------------------------------ */
.slider-partner .swiper-pagination {
    display: block;
    position: relative;
    top: 5px;
}

.slider-partner .swiper-pagination-lock {
    display: none;
}

.slider-partner .swiper {
    width: 100%;
    height: 100%;
}

.slider-partner .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}

.slider-partner-img img {
    display: block;
    height: 150px;
    max-width: 350px;
    width: 350px;
    padding: 15px;
    object-fit: contain;
    filter: grayscale(10%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.slider-partner-img:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.slider-partner {
    position: relative;
}

/* = SINGLE CONTENT
------------------------------------------------------------ */
.card-feature-mjk-desc h1,
.card-feature-mjk-desc h2,
.card-feature-mjk-desc h3 {
    font-family: var(--font-family-2);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    color: var(--oxford-blue);
}

.card-feature-mjk-desc p {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: var(--oxford-blue);
}

.card-feature-mjk-desc ul li {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: var(--oxford-blue);
}

.card-feature-mjk-img img {
    width: 100%;
    height: 100%;
}

.card-feature-mjk-action {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: flex-start;
}

.card-feature-mjk-desc.variant-contact .contact-box-info-list {
    margin-bottom: 20px;
}

.card-feature-mjk-desc.variant-contact .list-mjk-icon-item-img {
    width: 20px;
    height: 20px;
    border-radius: 12px;
    background-color: transparent;
    padding: 3px;
}

.card-feature-mjk-desc.variant-contact .list-mjk-icon-item {
    align-items: center;
}

.card-feature-mjk-desc.variant-contact .list-mjk-icon-item a {
    font-family: var(--font-family-2);
    font-size: 14px;
    font-weight: 400;
    color: var(--gold-drop);
    line-height: 1.6;
}

/* = CONTACT
------------------------------------------------------------ */
.contact-form-box {
    position: relative;
    background-color: var(--white);
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
}

.contact-form-box .hc-form-input {
    margin-bottom: 15px;
}

.contact-form-box .hc-form-select {
    margin-bottom: 12px;
}

.contact-extra-info {
    text-align: left;
}

.contact-extra-info p {
    color: var(--pale-sky);
    margin: 0;
    font-size: 14px;
}

.contact-extra-info p a {
    text-decoration: unset;
    color: var(--color-button);
    font-weight: 400;
}

.contact-extra-info p a:hover {
    color: var(--color-button-hover);
}

.contact-form-box .hc-btn-icn {
    background-color: var(--white);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 5px;
}

.contact-form-box .hc-btn-icn span {
    background-color: var(--gold-drop);
}

.contact-form-box .hc-form-select-control.hc-select-phone .ts-control {
    padding-bottom: 9.4px;
}

.contact-form-box .hc-form-select-control.hc-select-phone {
    width: 85px;
}

.contact-form-box .hc-form-control {
    font-size: 14px;
}

.contact-form-box .ts-control .item {
    font-size: 14px;
}

.contact-form-box .ts-dropdown .option {
    font-size: 14px;
}

.contact-form-box .ts-wrapper.single .ts-control,
.contact-form-box .ts-wrapper.single .ts-control input {
    font-size: 14px;
    border: 1px solid #dee2e6;
}

.divider-br {
    width: 100%;
    border: 1px solid var(--athens-gray);
}

.contact-box-info.variant-office {
    position: relative;
    border: 1px solid var(--athens-gray);
    padding: 15px;
    border-radius: 8px;
    background-color: var(--white);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    box-shadow: 0px 2px 3px -1px rgb(0 0 0 / 10%);
}

.contact-box-info.variant-office:hover {
    border-color: var(--gold-drop);
    background: #f18101;
    background: linear-gradient(
        280deg,
        rgba(241, 129, 1, 0) 0%,
        rgba(241, 129, 1, 0.04) 50%
    );
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%);
}

.contact-box-info.variant-office .contact-box-info-heading h2 {
    font-family: var(--font-family-2);
    font-size: 16px;
    font-weight: 600;
    color: var(--gold-drop);
    line-height: 1.4;
}

.contact-box-info.variant-office .contact-box-info-heading h3 {
    font-family: var(--font-family-2);
    font-size: 14px;
    font-weight: 500;
    color: var(--ebony);
    line-height: 1.4;
}

.contact-box-info.variant-office .contact-box-info-heading p,
.contact-box-info.variant-office .contact-box-info-heading ul li {
    font-family: var(--font-family-2);
    font-size: 14px;
    font-weight: 400;
    color: var(--ebony);
    line-height: 1.6;
}

.contact-box-info.variant-office .list-mjk-icon-item {
    align-items: center;
}

.contact-box-info.variant-office .list-mjk-icon-item-img {
    width: 20px;
    height: 20px;
    border-radius: 12px;
    background-color: transparent;
    padding: 3px;
}

.contact-box-info.variant-office .list-mjk-icon-item-img span {
    background-color: var(--gold-drop);
}

.contact-box-info.variant-office .contact-box-info-list .list-mjk-icon-item p,
.contact-box-info.variant-office .contact-box-info-list .list-mjk-icon-item a {
    font-family: var(--font-family-2);
    font-size: 14px;
    font-weight: 400;
    color: var(--ebony);
    line-height: 1.6;
}

.contact-box-info.variant-office
    .contact-box-info-list
    .list-mjk-icon-item
    a:hover {
    color: var(--gold-drop);
}

.contact-box-info.variant-office .contact-box-info-action {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    border-top: 2px solid var(--athens-gray);
    padding-top: 15px;
}

.contact-box-info.variant-office
    .contact-box-info-action
    .hc-btn.variant-outline {
    font-size: 14px;
    justify-content: center;
    border-width: 1px;
    border-radius: 6px;
}

.contact-box-info.variant-office
    .contact-box-info-action
    .hc-btn.variant-outline.clr-whatsapp {
    color: var(--color-whatsapp) !important;
    border-color: var(--color-whatsapp) !important;
}

.contact-box-info.variant-office
    .contact-box-info-action
    .hc-btn.variant-outline.clr-whatsapp:hover {
    color: var(--white) !important;
    border-color: var(--color-whatsapp) !important;
    background-color: var(--color-whatsapp) !important;
}

.form-career-box .hc-form-select-control.hc-select-phone .ts-control {
    padding: 5px 30px 7px 10px !important;
}

/* = ACCORDION
------------------------------------------------------------ */
.hc-accordion-outline {
    padding: 20px 0;
}

.hc-accordion-outline .collapse-mjk-item:first-child {
    border-top: 1px solid var(--river-bed);
}

.hc-accordion-outline .collapse-mjk-item {
    border-bottom: 1px solid var(--river-bed);
}

.hc-accordion-outline .faq-link-head h3 {
    font-family: var(--font-family-2);
    color: var(--rhino);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
}

.hc-accordion-outline .faq-link-desc p,
.hc-accordion-outline .faq-link-desc ul li {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: var(--ebony);
    margin-bottom: 5px;
}

.hc-accordion-outline
    .collapse-mjk-link.nav-variant-2[aria-expanded="false"]::after,
.hc-accordion-outline
    .collapse-mjk-link.nav-variant-2[aria-expanded="true"]::after {
    height: 65px;
}

.hc-accordion-outline
    .collapse-mjk-link.nav-variant-2[aria-expanded="true"]::after {
    content: "\f068";
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
}

/* accordion variant background */
.hc-accordion-bg {
    padding: 20px 0;
}

.hc-accordion-bg .collapse-mjk-item {
    margin-bottom: 15px;
}

.hc-accordion-bg .collapse-mjk-item .collapse-mjk-link[aria-expanded="false"] {
    background-color: var(--rhino);
    padding: 15px;
    border-radius: 12px;
}

.hc-accordion-bg .collapse-mjk-item .collapse-mjk-link[aria-expanded="true"] {
    background-color: var(--gold-drop);
    padding: 15px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.hc-accordion-bg .collapse-mjk-body {
    border: 1px solid #ced3db;
    padding: 15px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.hc-accordion-bg .faq-link-head h3 {
    font-family: var(--font-family-2);
    color: var(--white);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0;
}

.hc-accordion-bg .faq-link-desc ul {
    margin-bottom: 5px;
}

.hc-accordion-bg .faq-link-desc p,
.hc-accordion-bg .faq-link-desc ul li {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: var(--ebony);
    margin-bottom: 5px;
}

.hc-accordion-bg .collapse-mjk-link.nav-variant-1[aria-expanded="false"]::after,
.hc-accordion-bg .collapse-mjk-link.nav-variant-1[aria-expanded="true"]::after {
    height: 60px;
    color: var(--white);
}

.hc-accordion-bg.variant-column {
    padding: 0px 0 20px;
}

.hc-accordion-bg.variant-column .faq-link-head h3 {
    font-size: 20px;
}

/* = ARTICLE
------------------------------------------------------------ */
.article-services h1,
.article-services h2 {
    font-family: var(--font-family-2);
    font-size: 24px;
    font-weight: 600;
    color: var(--ebony);
    line-height: 1.4;
}

.article-services h3,
.article-services h4 {
    font-family: var(--font-family-2);
    font-size: 20px;
    font-weight: 600;
    color: var(--ebony);
    line-height: 1.4;
}

.article-services p,
.article-services ul li {
    font-family: var(--font-family-2);
    font-size: 16px;
    font-weight: 400;
    color: var(--ebony);
    line-height: 1.5;
}

/* = MODAL
------------------------------------------------------------ */
.hc-heading-modal .hc-section-heading .hc-desc {
    font-size: 14px;
    color: var(--bs-dark-text-emphasis);
}

.hc-heading-modal .hc-section-heading .hc-title {
    font-size: 40px;
}

.modal-reportwhistle .hc-form-label {
    color: var(--rhino);
}

.modal-reportwhistle .hc-form-input,
.modal-reportwhistle .hc-form-select {
    margin-bottom: 1rem;
}

.modal-reportwhistle .hc-form-select-control.hc-select-phone .ts-control {
    font-size: 14px;
}

.modal-reportwhistle .hc-form-control {
    font-size: 14px;
    padding: 0.375rem 0.75rem;
}

.modal-reportwhistle .ts-control > input,
.modal-reportwhistle .ts-dropdown [data-selectable].option {
    font-size: 14px;
}

.modal-reportwhistle .hc-form-check-label {
    font-size: 14px;
    color: var(--rhino);
}

.modal-reportwhistle .hc-input-group-text {
    background-color: transparent;
    margin-left: -1px;
}

.modal-reportwhistle .hc-input-group-text span {
    width: 18px;
    height: 18px;
}

.modal-reportwhistle .hc-btn-icn {
    background-color: var(--white);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 5px;
}

.modal-reportwhistle .hc-btn-icn span {
    background-color: var(--gold-drop);
}

.modal-reportwhistle .hc-form-check-input[type="checkbox"] {
    width: 1em;
}

.modal-reportwhistle ::placeholder {
    font-size: 12px;
}

.modal-reportwhistle .hc-form-select-control {
    font-size: 14px;
}

.modal-reportwhistle .nested-input-container {
    display: none;
}

.modal-reportwhistle .radio-option .hc-form-input {
    margin-bottom: 0.5rem;
}

.modal-reportwhistle .radio-option .hc-form-check-label {
    margin-bottom: 0.5rem;
}

/* = RESET
------------------------------------------------------------ */
.banner-top-box {
    margin-top: 0px;
}

.hc-title {
    margin-bottom: 15px;
}

.hc-subtitle-tag {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.hc-section-heading .hc-desc {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
}

.hc-subtitle-tag.hc-subtitle-white {
    background-color: rgb(255 255 255 / 10%);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.hc-card-box.variant-article .hc-card-label {
    position: absolute;
    background-color: var(--gold-drop);
    color: var(--bs-white);
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    margin: 15px;
    z-index: 1;
}

.hc-card-box.variant-article .hc-card .hc-card-content .hc-card-title h3 {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.hc-card-box.variant-article .hc-card .hc-card-content .hc-card-desc p {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
}

.hc-card-box.variant-article .hc-card .hc-card-content .hc-card-meta {
    padding: 15px 0 10px;
}

.hc-card-box.variant-article
    .hc-card
    .hc-card-content
    .hc-card-meta
    .hc-card-name
    h5 {
    font-weight: 600;
    margin-bottom: 0;
    display: box;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hc-card-box.variant-article
    .hc-card
    .hc-card-content
    .hc-card-meta
    .hc-card-date
    p {
    margin-bottom: 0;
}

.hc-card-box.variant-article .hc-btn.variant-plain {
    font-weight: 600;
    font-size: 14px;
    justify-content: flex-start;
}

.footer.footer-variant-2 .footer-bottom .static-menu ul {
    flex-wrap: wrap;
}

.hc-section-heading.variant-column .hc-title {
    font-size: 36px;
}

/* = NEWS FEEDBACK CLIENT
-------------------------------------------------------------*/
.hc-news-filter {
    position: relative;
    background: white;
    padding: 20px 0;
}

.hc-news-filter::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    /* right diatur sedikit kurang dari 100% agar tidak menutupi scrollbar (opsional) */
    right: 12px;
    height: 60px;
    /* Tinggi efek blur/shadow */

    /* Gradasi dari transparan (atas) ke putih pekat (bawah) */
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 90%
    );

    /* SANGAT PENTING: Agar shadow tidak menghalangi tombol saat diklik */
    pointer-events: none;

    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.hc-filter-category {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-height: 180px;
    overflow-y: auto;
    padding-bottom: 20px;
}

/* Track */
.hc-filter-category::-webkit-scrollbar {
    width: 5px;
}

.hc-filter-category:-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.hc-filter-category::-webkit-scrollbar-thumb {
    background: #919191;
    border-radius: 10px;
}

/* Handle on hover */
.hc-filter-category:-webkit-scrollbar-thumb:hover {
    background: #717070;
}

.hc-filter-category .hc-btn {
    min-width: unset;
}

.hc-filter-category .hc-btn.active {
    color: var(--white) !important;
    border-color: var(--color-button-border);
    background-color: var(--color-button-border);
}
