/*----------------------------------------*/
/*  KONI Sanggau - Custom Styles
/*  by: GVNN
/*----------------------------------------*/

:root {

    --b-radius: 16px;
    --b-radius-md: 24px;
    --b-radius-lg: 32px;
    --card-border: #c4c4c4;
    --border-bold: #a7a7a7;
    --form-border: #c7c7c7;
    --body-text-color: #202020;
    --body-fs: var(--at-fz-body);
    --bs-border-color: var(--card-border);

    --primary: var(--bs-primary);
    --danger: var(--bs-danger);
    --success: var(--bs-success);
    --text-small: 14px;

}

.sec-4-home-15__card-name {

    font-weight: 800;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900);

}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li .submenu>li>a {
    font-size: 16px;
    font-weight: 500;

    letter-spacing: -0.02em;

    position: relative;
}

.sec-4-home-15__card,
.testimonial-cart-wrap {

    border-radius: var(--b-radius-md)
}

.album-filter {
    max-width: 300px;
    margin: 0 auto;
}

.at-search-body-overlay {

    background: rgb(24, 24, 24, .82);

    backdrop-filter: blur(6px);
}

.at-main-menu nav ul li .submenu {

    border-radius: 8px;
}

.at-main-menu nav ul li .submenu li a:hover {
    border-radius: 8px;
}

/*----------------------------------------*/
/*  Nice Select (Dropdown Kustom)
/*----------------------------------------*/

.tvt-nice-select {
    position: relative;
    width: 100%;
}

.tvt-nice-select-current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    height: 38px;
    padding: 0 20px;
    background: var(--at-neutral-0, #fff);
    border: 1px solid var(--card-border);
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    color: var(--at-common-black);
    cursor: pointer;
    transition: border-color 0.2s ease;
    text-align: left;
}

.tvt-nice-select-current:hover,
.tvt-nice-select.open .tvt-nice-select-current {
    border-color: var(--at-neutral-500, #999);
}

.tvt-nice-select-current-label {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tvt-nice-select-arrow {
    flex-shrink: 0;
    color: var(--at-neutral-500);
    transition: transform 0.25s ease;
}

.tvt-nice-select.open .tvt-nice-select-arrow {
    transform: rotate(180deg);
}

.tvt-nice-select-list {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 20;
    margin: 0;
    padding: 8px;
    list-style: none;
    background: var(--at-neutral-0, #fff);
    border-radius: 16px;
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.18);
    max-height: 260px;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.98) translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.tvt-nice-select.open .tvt-nice-select-list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}

.tvt-nice-select-list li {
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
    color: var(--at-neutral-500, #444);
    transition: background-color 0.15s ease, color 0.15s ease;
}

.tvt-nice-select-list li:hover {
    background-color: var(--at-neutral-50, rgba(0, 0, 0, 0.04));
}

.tvt-nice-select-list li.selected {
    background-color: var(--at-common-black);
    color: var(--at-common-white, #fff);
    font-weight: 600;
}

/*----------------------------------------*/
/*  Halaman Detail Atlet
/*----------------------------------------*/

.data-detail-card {
    background: var(--at-neutral-50, #f7f7f7);
    border: 1px solid var(--at-neutral-100, #ececec);
}

.data-detail-photo {
    position: relative;

}

.data-detail-photo img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}



.data-detail-stats {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    padding: 10px;
    justify-content: space-between;
}

.data-detail-stat {
    display: flex;
    align-items: start;
    gap: 14px;
    padding: 12px 0;
}



.data-detail-stat iconify-icon {
    flex-shrink: 0;
    color: var(--at-neutral-500);
    font-size: 35px;
}

.data-detail-stat-label {
    display: block;
    font-size: var(--text-small);
    color: var(--at-neutral-500);
    font-family: var(--font-mono);
}

.data-detail-stat-value {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.data-detail-meta {
    padding: 24px 0;

}

.data-detail-meta-label {
    font-family: var(--font-mono);
    margin-bottom: 4px;
    font-size: var(--text-small);
    color: var(--at-neutral-500);
}

.data-detail-meta-content {

    font-weight: 600;
}

.data-detail-section {
    scroll-margin-top: 100px;
}

.atlet-medal-badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: var(--text-small);
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    background: var(--at-neutral-100, #ececec);
    color: var(--at-neutral-900);
}

.atlet-medal-gold {
    background: #fdf0cf;
    color: #96741a;
}

.atlet-medal-silver {
    background: #eceff1;
    color: #5b6770;
}

.atlet-medal-bronze {
    background: #f6e1d3;
    color: #935c33;
}

.tvt-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 25px;
}

.tvt-timeline::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 30px;
    width: 1px;
    background: var(--at-neutral-100, #ececec);
}

.tvt-timeline-item {
    position: relative;
    padding-left: 34px;
    padding-bottom: 28px;
}

.tvt-timeline-item:last-child {
    padding-bottom: 0;
}

.tvt-timeline-dot {
    position: absolute;
    left: 0;
    top: 4px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--at-common-white, #fff);
    border: 2px solid var(--at-common-black);
    z-index: 1;
}

.tvt-timeline-dot.is-gold {
    border-color: #96741a;
    background: #fdf0cf;
}

.tvt-timeline-dot.is-silver {
    border-color: #5b6770;
    background: #eceff1;
}

.tvt-timeline-dot.is-bronze {
    border-color: #935c33;
    background: #f6e1d3;
}

.tvt-timeline-year {
    display: block;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--at-neutral-500);
    margin-bottom: 6px;
    line-height: 1;
}

.tvt-timeline-title {
    margin: 0 0 10px;
    font-weight: 600;

}

.tvt-timeline-meta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: var(--text-small);
    color: var(--at-neutral-500);
}

.data-coach-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
    border-radius: 14px;
    overflow: hidden;
    background: var(--at-neutral-100, #ececec);
}

.data-coach-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 18px;
    background: var(--at-neutral-50, #f7f7f7);
}

.data-coach-name {
    font-weight: 600;
}

.data-coach-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.data-coach-link:hover {
    color: var(--bs-primary);
    text-decoration: underline;
}

.data-coach-period {
    flex-shrink: 0;
    font-size: var(--text-small);
    color: var(--at-neutral-500);
}

.data-detail-medals {
    padding: 18px;
    border-top: 1px solid var(--card-border);
}

.data-detail-medals .medal-summary-item {
    padding: 14px 8px;
}

/*----------------------------------------*/
/*  Tabel Perolehan Medali
/*----------------------------------------*/

.medal-box {
    --emas: #ffaa00;
    --perak: #627592;
    --perunggu: #7b7b7b;
}

.medal-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 20px
}

.medal-summary-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 20px 12px;

    text-align: center
}

.medal-summary-icon {
    font-size: 40px
}

.medal-summary-count {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: var(--at-neutral-950)
}

.medal-summary-label {
    font-size: 18px;
    font-weight: 600;

}

.medal-summary-item.medal-gold .medal-summary-icon {
    color: var(--emas)
}

.medal-summary-item.medal-silver .medal-summary-icon {
    color: var(--perak)
}

.medal-summary-item.medal-bronze .medal-summary-icon {
    color: var(--perunggu)
}

.medal-table {
    --medal-cols: minmax(0, 1fr) repeat(3, 74px);
    border: 1px solid var(--at-neutral-200);
    border-radius: var(--b-radius);
    overflow: hidden
}

.medal-table-row {
    display: grid;
    grid-template-columns: var(--medal-cols);
    align-items: center;
    column-gap: 8px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--at-neutral-200)
}

.medal-table-row:last-child {
    border-bottom: 0
}

.medal-table-head {
    background: var(--at-neutral-100);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: var(--at-neutral-500)
}

.medal-table-head .medal-col {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px
}

.medal-table-group {
    padding: 14px 16px 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--at-neutral-500);
    border-bottom: 1px solid var(--at-neutral-200)
}

.medal-col-name {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0
}

.medal-rank {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: var(--at-neutral-500)
}

.medal-avatar {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--at-neutral-100);
    font-size: var(--text-small);
    font-weight: 600;
    color: var(--at-neutral-500)
}

.medal-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.medal-name-text {
    font-weight: 600;
    font-size: 14px;
    color: var(--at-neutral-950);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.medal-col {
    display: flex;
    align-items: center;
    justify-content: center
}

.medal-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: var(--text-small);

}

.medal-gold .medal-count {
    background: color-mix(in srgb, var(--emas) 20%, transparent);
    color: var(--emas);
}

.medal-silver .medal-count {
    background: color-mix(in srgb, var(--perak) 20%, transparent);
    color: var(--perak);
}

.medal-bronze .medal-count {
    background: color-mix(in srgb, var(--perunggu) 20%, transparent);
    color: var(--perunggu);
}

.medal-count.is-zero {
    opacity: .3
}

.medal-table-row:not(.medal-table-head):not(.medal-table-subtotal):hover {
    background: var(--at-neutral-50)
}

.medal-table-subtotal {
    background: var(--at-neutral-50);
    font-weight: 700
}

.medal-table-subtotal .medal-col-name {
    font-size: var(--text-small);
    font-weight: normal;
    color: var(--at-neutral-500)
}

/*----------------------------------------*/
/*  Daftar Pertandingan (Match List)
/*----------------------------------------*/

.match-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.match-list-item {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--card-border);
}

.match-list-item:hover {
    background-color: rgba(0, 0, 0, 0.098);
}

.match-list-item:last-child {
    border-bottom: 0;
}

.match-list-item-card {
    position: relative;
    width: 100%;
    min-height: 124px;
    padding: 26px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.match-main {
    width: 100%;
    display: grid;
    grid-template-columns:
        minmax(180px, 1fr) auto minmax(180px, 1fr);
    align-items: center;
    column-gap: 28px;
}

.match-team {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 18px;
}

.match-team-home {
    justify-content: flex-end;
}

.match-team-away {
    justify-content: flex-start;
}

.match-team-name {
    min-width: 0;
    margin: 0;
    font-size: var(--body-fs);
    font-weight: 600;

    overflow-wrap: anywhere;
}

.match-team-home .match-team-name {
    text-align: right;
}

.match-team-away .match-team-name {
    text-align: left;
}

.match-team-logo {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.match-team-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.match-team-logo-placeholder {
    width: 100%;
    height: 100%;
    border: 1px solid var(--card-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
}

.match-score {
    min-width: 132px;
    min-height: 64px;
    padding: 10px 18px;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-content: center;
    column-gap: 14px;
}

.match-score-number {
    min-width: 26px;
    font-size: clamp(25px, 2.3vw, 36px);
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.match-score-divider {
    width: 1px;
    height: 34px;
    display: block;
    border-left: 1px solid;
}

.match-information {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 15px;
}

.match-sport::after {
    content: "·";
    margin-left: 8px;
}

/*----------------------------------------*/
/*  Event: List Home & Grid
/*----------------------------------------*/

.home-event-list .journey-list {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
    position: relative;
    z-index: 1;


}

.home-event-list .journey-list__item {
    counter-increment: item;
    position: relative;
    padding-left: 50px;
    grid-template-columns: minmax(200px, 380px) 1fr auto;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 25px 30px !important;

    border: 1px solid var(--at-neutral-500) !important;
    border-radius: var(--b-radius-md);
}

.home-event-list .journey-list__item:hover {
    background-color: rgba(57, 54, 255, 0.101);

}

.home-event-list .journey-list__item.event-completed {

    border: 1px solid var(--bs-danger) !important;
}

.home-event-list .journey-list__item.event-live {

    border: 1px solid var(--bs-primary) !important;
}

.home-event-list .journey-list__item::before {
    content: counter(item, decimal-leading-zero);
    position: absolute;
    left: auto;
    top: 0;
    font-weight: 800;
    font-size: 6rem;
    color: transparent;
    z-index: -1;
    -webkit-text-stroke: 2px #424242;
    right: 50px;
    opacity: .5;
}

.home-event-list .journey-list__item:last-child {

    margin-bottom: 30px !important;
    border: 1px solid var(--at-neutral-500);
}

.home-event-list .journey-list__desc {
    margin-bottom: 0 !important;
}

.event-grid-item {
    border: 1px solid;
    border-color: var(--at-neutral-50);
    border-radius: var(--b-radius-md);
}

.event-grid-item.event-completed {
    border-color: var(--bs-danger);
}

.event-grid-item.event-live {
    border-color: var(--bs-primary);
}

.event-grid-meta-col {
    list-style: none;
    display: flex;
    padding-left: 0;
    flex-wrap: nowrap;
    align-items: center;
    font-size: .85rem;

}

.event-grid-meta-col li {
    margin-bottom: 7px;
}

/*----------------------------------------*/
/* Team Card
/*----------------------------------------*/


.team-card-content .team-card-title {

    color: #fff;

}

.team-card-content .team-card-position {
    color: #eae8c3;

}

.tvt-grid .team-card-2 img {
    height: 330px;
    width: 100%;
}

.team-card-2__jab {
    font-size: 16px;
}

.team-card-image {
    aspect-ratio: 4 / 5;

}

.team-card-icon {

    width: 30px;
    height: 30px;


}

.team-card-icon iconify-icon {
    font-size: 21px;
}

.team-card-image {
    position: relative;
    width: 100%;
    overflow: hidden;

    background-color: #f5f5f5;
}

.team-card-image,
.team-card-image img {
    border-radius: var(--b-radius-md);

}

.team-card-content {
    border-bottom-left-radius: var(--b-radius-md);
    border-bottom-right-radius: var(--b-radius-md);
}


.team-card-2__image {

    border-radius: var(--b-radius-md);

}

/*----------------------------------------*/
/*  Hero Section (Home)
/*----------------------------------------*/

.home-hero-content {
    position: relative;
}

.home-hero-content-box {
    width: 80%;
}

.home-hero-contact {
    position: absolute;
    top: 5%;
    right: -98px;
}

.hero-service-list {
    list-style: none;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    padding-left: 0 !important;
}

.at-hero-area {
    position: relative
}

.at-hero-area:after {
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(27, 38, 66, 0.84) 100%);
}

.at-hero-service-2 .at-btn {
    text-transform: uppercase;
}

.at-hero-title {
    font-size: 28px;
    font-weight: 800;
}

.at-hero-subtitle {
    font-style: normal !important;

    color: #fffb00;
    font-size: 16px;
    letter-spacing: .2rem !important;
}

/*----------------------------------------*/
/*  Section About (Home)
/*----------------------------------------*/
.about-gallery .at-item-anime.marque {

    border-radius: 36px;
}

.about-gallery .at-item-anime.marque img {

    filter: grayscale(100%);
}

.about-gallery .at-item-anime.marque img:hover {

    filter: none
}

.about-gallery img {
    height: 500px !important;
    object-fit: cover;

}

.home-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 60px;
}

.home-stats-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 32px 28px;
    border-radius: var(--b-radius-md);
    border: 0;
    color: inherit;
    text-decoration: none;
    align-items: center;
    text-align: center;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 243, 18, 0.176) 100%);
    font: inherit;
    cursor: pointer;
}

.home-stats-item:hover {
    border-color: var(--at-neutral-900, #1a1a1a);
    background: var(--at-neutral-50, #f7f7f7);
    transform: translateY(-4px);
    color: inherit;
}

.home-stats-icon {
    font-size: 50px;
    color: var(--at-neutral-500, #1a1a1a);
    margin-bottom: 6px;
}

.home-stats-count {
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 800;
    line-height: 1;
    font-family: var(--font-mono);
}

.home-stats-label {
    font-size: 15px;
    color: var(--at-neutral-500);
    font-weight: 500;
}

.home-stats-arrow {
    position: absolute;
    top: 28px;
    right: 28px;
    font-size: 18px;
    color: var(--at-neutral-300, #ccc);
    transition: color 0.25s ease, transform 0.25s ease;
}

.home-stats-item:hover .home-stats-arrow {
    color: var(--at-common-black);
    transform: translate(3px, -3px);
}

.cabor-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
}

.cabor-modal {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 720px;
    max-height: 85vh;
    background: var(--at-common-white, #fff);
    border-radius: var(--b-radius);
    overflow: hidden;
}

.cabor-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 20px 24px;
    border-bottom: 1px solid var(--at-neutral-100, #ececec);
    flex-shrink: 0;
}

.cabor-modal-title {
    margin: 0;
    font-weight: 700;
}

.cabor-modal-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: var(--at-neutral-50, #f2f2f2);
    color: inherit;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cabor-modal-close:hover {
    background: var(--at-neutral-100, #ececec);
}

.cabor-modal-body {
    padding: 24px;
    overflow-y: auto;
}

.cabor-summary-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid var(--at-neutral-100, #ececec);
    border-radius: 12px;
    overflow: hidden;
}

.cabor-summary-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--at-neutral-100, #ececec);
    font-size: 14px;
}

.cabor-summary-row:last-child {
    border-bottom: 0;
}

.cabor-summary-head {

    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--at-neutral-500);
}

.cabor-summary-head span:not(:first-child),
.cabor-summary-value {
    text-align: center;
}

.cabor-summary-name {

    font-size: 14px;
}

.cabor-summary-value {
    font-size: 14px;
}

li.cabor-summary-row:nth-child(odd) {
    background: var(--at-neutral-50);
}

li.cabor-summary-row:nth-child(even) {
    background-color: var(--at-common-white);
}

/*----------------------------------------*/
/*  Slideshow / Cabor Stack
/*----------------------------------------*/

[data-bs-theme=light] .slideshow.is-stack .stack-num-bg {

    color: #e3e3e33d !important
}

.slideshow.is-stack {
    background-color: var(--at-common-white) !important;

}

.slideshow.is-stack .stack-num-bg {

    -webkit-text-stroke: 2px rgba(var(--at-common-black-rgb), 0.28) !important;
}

.slideshow.is-stack .stack-frame {

    border-radius: 2rem !important;
}

.slideshow.is-stack.is-released {
    position: relative;
    height: 100svh;
}

.slideshow.is-stack .stack-progress {
    display: flex;
    align-items: center;
    gap: 14px;
    width: min(360px, 70vw);
    height: auto;
    background: none
}

.slideshow.is-stack .stack-progress-track {
    position: relative;
    flex: 1 1 auto;
    height: 1px;
    background-color: rgba(var(--at-common-black-rgb), .2)
}

.slideshow.is-stack .stack-progress-track .stack-progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--at-neutral-950)
}

.slideshow.is-stack .stack-nav-btn {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(var(--at-common-black-rgb), .3);
    background: transparent;
    color: var(--at-neutral-950);
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease
}

.slideshow.is-stack .stack-nav-btn:hover {
    background-color: var(--at-neutral-950);
    color: var(--at-neutral-0)
}

/*----------------------------------------*/
/*  Offcanvas Menu (Mobile)
/*----------------------------------------*/

/* .offcanvas-bg is `position: fixed`, so it's positioned relative to the
   VIEWPORT, not to its (also fixed, but pushed off-screen via left:100%)
   .at-offcanvas-2-area parent - at mobile widths it ends up covering the
   entire screen at all times, closed or not. The vendor CSS only hides it
   visually via `clip-path: circle(0%...)`, with no explicit pointer-events
   - and some mobile browsers don't reliably block hit-testing on a
   zero-radius clip-path, so the fully-transparent backdrop was silently
   swallowing every touch (including scroll swipes) across the WHOLE page
   on those devices, even with the menu closed. Explicit pointer-events
   removes any dependence on clip-path for that and works everywhere.
   */
.at-offcanvas-2-area:not(.menu-open) .offcanvas-bg {
    pointer-events: none;
}

.at-offcanvas-2-area.menu-open .offcanvas-bg {
    pointer-events: auto;
    clip-path: circle(150% at calc(100% - 45px) 45px);
    background: rgba(254, 254, 254, 0.75);

    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10.9px);
    -webkit-backdrop-filter: blur(10.9px);

}

.at-offcanvas-2-left .at-offcanvas-menu {
    border-bottom: 0 !important;

}

.at-offcanvas-menu>nav>ul>li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li>a {

    font-weight: 800;



}

.at-offcanvas-menu>nav>ul>li {
    border-bottom: 1px solid var(--at-neutral-200)
}

.at-offcanvas-menu>nav>ul>li:last-child {
    border-bottom: 0
}

.at-offcanvas-menu .submenu>li {
    border-bottom: 0
}

/*----------------------------------------*/
/*  Header & Main Menu
/*----------------------------------------*/

.at-main-menu nav ul li a {
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: var(--at-common-black);
    padding: 10px 18px;
    font-weight: 400;
}

.at-main-menu nav ul li.has-dropdown>a::after {

    bottom: 12px;
    right: 8px;
}

.at-main-menu nav ul li .submenu li a {
    font-weight: 400;
    font-size: 14px;

}

.at-menu-close {
    font-size: 20px;
    right: 7px;
    top: 6px
}

.at-menu-item-toggle {
    cursor: pointer;
}

.right-menu-icon-nav {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.hamburger-open-btn .right-menu-icon-nav {
    width: 24px;
    height: 24px;
    font-size: 24px;
}

.dark-light-mode .icon {

    line-height: normal !important;
}

.hamburger-sticky-menu {
    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, 0.44);

    color: var(--at-neutral-950);

    display: inline-flex;
    padding: 15px;
    justify-content: center;
    align-items: center;
    gap: 0;

    top: 40px;
    right: 20px;
    line-height: 0;
    width: 55px;
    height: 55px;
    /* Slightly more opaque than before so it stays legible over the blur
       reduction below - this button is `position: fixed` the moment the
       page scrolls past 20px (see .header-sticky), so its backdrop-filter
       gets re-sampled on every scroll frame for the rest of the session.
       A smaller blur radius here is one of the cheaper, highest-leverage
       wins for scroll smoothness sitewide. */
    background: rgba(255, 255, 255, 0.55);

    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

}

/* Phones/tablets have the weakest GPUs and this button is smallest here
   (see the 574.98px override further down) - drop the per-frame blur
   sampling entirely and lean on a more opaque background instead, which
   reads the same at this size without the ongoing scroll cost. */
@media (max-width: 991.98px) {
    .hamburger-sticky-menu {
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
}

.at-header-area {
    animation: none !important;
}

.at-header-area>.container {
    transform: none !important;
}

.at-main-menu.menu-light.style-1 {
    border: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    height: 48px;
}

.tvt-header-dark * {
    color: #fff;
}

.tvt-header-row {
    height: 50px;
    backdrop-filter: blur(8px) !important;
    border-radius: 100px;
    padding: 0 10px;
}

.tvt-header-row .icon,
.tvt-header-row button {
    line-height: 0 !important;

}

.tvt-header-dark .tvt-header-row {
    border: 1px solid rgba(115, 115, 115, 0.4) !important;
    background: rgba(40, 40, 40, 0.4) !important;
}

.tvt-header-light .tvt-header-row {
    border: 1px solid rgba(130, 130, 130, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
}

.at-header-logo img {
    height: 37px !important;
    width: auto !important
}

.koni-subpage .at-header-area {
    z-index: 100
}

.koni-subpage .at-header-logo a {
    display: flex;
    align-items: center;
    gap: 10px
}

/*----------------------------------------*/
/*  Tabs & Nav Pills
/*----------------------------------------*/

.tvt-block .nav-tabs .nav-link {

    font-weight: 600 !important
}

.tvt-block {
    margin-bottom: 25px;
}

.nav-align-left>.nav,
.nav-align-left>div>.nav {
    flex-direction: column;
    flex-grow: 0;
    border-block-end-width: 0;
}

.nav-align-left .nav-tabs {
    position: relative;
    border-inline-end: 1px solid var(--card-border);
    padding-left: 0;
}

.nav-align-left>.nav .nav-item,
.nav-align-left>div>.nav .nav-item {
    margin-inline: 0;
}

.nav-align-left .nav-link {
    justify-content: start;
    text-align: start;
}

.nav-align-left .nav-link {
    justify-content: start;
    text-align: start;
}

.nav-align-left {
    align-items: stretch;
}

.nav-align-top,
.nav-align-left {
    display: flex;
}

.nav-align-left .nav-tabs .nav-link.active,
.nav-align-left .nav-tabs .nav-link.active:hover,
.nav-align-left .nav-tabs .nav-link.active:focus,
.nav-align-left .nav-tabs .nav-item.show .nav-link,
.nav-align-left .nav-tabs .nav-item.show .nav-link:hover,
.nav-align-left .nav-tabs .nav-item.show .nav-link:focus {
    box-shadow: -2px 0 0 var(--bs-primary) inset;
}

.nav-align-top .nav-tabs {
    border-block-end: 1px solid var(--card-border);
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    padding-left: 0;

}

.nav-align-top {
    flex-direction: column;
    display: flex;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--body-text-color);
    background-color: transparent;
    border-color: var(--card-border);
}

.nav-align-left .tab-content {
    border-end-end-radius: 0.375rem;
    border-start-end-radius: 0.375rem;
}

.nav-align-right>.tab-content,
.nav-align-left>.tab-content {
    flex-grow: 1;
}

.tab-content {
    z-index: 1;
    padding: 1.5rem;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .nav-link:hover,
.nav-tabs .nav-item.show .nav-link:focus {
    box-shadow: 0 -2px 0 var(--bs-primary) inset;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link {

    border-color: 0;
    border: 0;
    border-radius: 0;
}

.nav-align-top .tab-content {

    padding: 1.5rem 0;
}

/*----------------------------------------*/
/*  Search (Pencarian)
/*----------------------------------------*/

/* Apple-style takeover: full-bleed blurred band sliding down from the top,
   dimmed backdrop behind it, one large underline input - no boxed "dropdown"
   card. Overrides main.css's fixed-card version (top:115px, max-width, pill
   background) entirely. */
.at-search-form-toggle {
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    max-width: none;
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: rgba(var(--at-neutral-0-rgb), .92);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    opacity: 1;
    transition: transform .5s cubic-bezier(.16, 1, .3, 1);
    transition-delay: 0s;
}

.at-search-form-toggle.active {
    transform: translateY(0);
    transition-delay: 0s;
}

.at-search-form-toggle .container {
    max-width: 720px;
    padding-top: 100px;
    padding-bottom: 60px;
}

.at-search-top {
    position: absolute;
    top: 28px;
    right: 24px;
    left: 24px;
    justify-content: flex-end !important;
}

.at-search-close {
    position: static;
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--at-neutral-100, rgba(0, 0, 0, .06));
    transition: background-color .2s ease;
}

.at-search-close:hover {
    color: inherit;
    background: var(--at-neutral-200, rgba(0, 0, 0, .1));
    transform: none !important;
}

.at-search-form-toggle.active .at-search-form-input {
    transform: none !important;
    transition-delay: 0s;
}

.at-search-form-input {
    transform: none !important;
    opacity: 1 !important;
    padding: 0 44px 18px 0;
    border: 0;
    border-bottom: 1px solid var(--at-neutral-300, #ccc);
    background: transparent;
    border-radius: 0 !important;
    overflow: visible;
}

.at-search-form-input input {
    background: transparent !important;
    font-size: clamp(22px, 3.4vw, 20px) !important;
    font-weight: 500;
    gap: 0 !important;
    color: var(--at-common-black);
}

.at-search-form-input input::placeholder {
    font-weight: 400;
    font-size: 20px;
    color: var(--at-neutral-500);
}

.at-search-form {
    max-height: none;
}

.search-news-results {
    max-height: calc(100vh - 320px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    padding-right: 8px;
    min-height: 50px;
}

.search-news-results-list {
    margin: 0;
    padding: 0;
}

.search-news-results-list li {
    border-bottom: 1px solid var(--at-neutral-100, #ececec);
}

.search-news-results-list li:last-child {
    border-bottom: 0;
}

.search-news-results .search-news-results-list .search-news-results-list-title {
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.search-news-results-list-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 16px 4px;
    color: inherit;
    transition: background-color 0.2s ease, padding-left 0.2s ease;
    border-radius: 8px;
}

.search-news-results-list-link:hover {
    background-color: var(--at-neutral-50, rgba(0, 0, 0, 0.04));
    padding-left: 10px;
}

.search-news-results-list-link iconify-icon {
    flex-shrink: 0;
    color: var(--at-neutral-500);
    transition: color 0.2s ease, transform 0.2s ease;
}

.search-news-results-list-link:hover iconify-icon {
    color: var(--at-common-black);
    transform: translate(2px, -2px);
}

.at-search-clear-btn {
    position: absolute;
    top: 50%;
    right: 44px;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--at-neutral-500);
    border-radius: 50%;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.at-search-clear-btn:hover {
    color: var(--at-common-black);
    background-color: var(--at-neutral-100, rgba(0, 0, 0, 0.06));
}

.at-search-form-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    color: var(--at-neutral-500);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/*----------------------------------------*/
/*  Filter & Sidebar
/*----------------------------------------*/

.filter-portfolio-scroll {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 4px 4px 20px;
    margin-bottom: 20px;
}

.filter-portfolio-scroll::-webkit-scrollbar {
    display: none;
}

.filter-portfolio-scroll .filter-btn {
    flex: 0 0 auto;
    white-space: nowrap;
}

.filter-scroll {
    position: relative;
    display: block;
    overflow: auto;
    width: 100%;

    -ms-overflow-style: none;
    scrollbar-width: none;
}

.filter-scroll-box {
    display: flex;
    flex-flow: row nowrap;
}

.filter-scroll-box .filter-scroll-list {
    margin-right: 5px;
    list-style: none;
}

.filter-scroll-box .filter-scroll-item {
    position: relative;
    display: flex;
    align-items: center;


    white-space: nowrap;

}

.filter-results-loader {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*----------------------------------------*/
/*  Page Header & Breadcrumb
/*----------------------------------------*/

.global-page-header-meta {
    font-family: var(--font-mono);
}

.global-page-header-title {
    font-size: 2.5rem;
}

.global-page-header.has-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    isolation: isolate;
}

.global-page-header.has-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .65));
}

.global-page-header.has-bg .global-page-header-title,
.global-page-header.has-bg .global-page-header-meta,
.global-page-header.has-bg p,
.global-page-header.has-bg .at-btn.common-black span {
    color: #fff !important;
}

.tvt-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tvt-breadcrumb li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 400;
    font-size: 16px;

}

.tvt-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--at-neutral-500);

    text-decoration: none;
    transition: color 0.25s ease;
}

.tvt-breadcrumb a:hover {
    color: var(--at-neutral-900);
}

.tvt-breadcrumb li.is-current span {
    color: var(--at-neutral-900);


}

.tvt-breadcrumb-sep {
    color: var(--at-neutral-300);
    flex-shrink: 0;
}

.global-page-header.has-bg .tvt-breadcrumb a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.global-page-header.has-bg .tvt-breadcrumb a:hover {
    color: #fff !important;
}

.global-page-header.has-bg .tvt-breadcrumb li.is-current span {
    color: #fff !important;
}

.global-page-header.has-bg .tvt-breadcrumb-sep {
    color: rgba(255, 255, 255, 0.45) !important;

}

/*----------------------------------------*/
/*  Blog & News Card
/*----------------------------------------*/

.blog-card {

    gap: 10px;
}

.blog-card__title-link {

    font-size: 18px;
}

.news-grid-card__thumb {
    margin-bottom: 20px;
}

.news-grid-card__img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.news-grid-card__content {
    gap: 10px;
}

.news-slider img {
    height: 300px !important
}

/* Edge-to-edge peek carousel: left inset aligns first slide, right bleeds full-width */
.news-slider {
    width: 100%;
    padding-left: .75rem;
    padding-right: 0;
}

.news-slider img {
    border-radius: var(--b-radius-lg);
}

/*----------------------------------------*/
/*  Gallery
/*----------------------------------------*/

.gallery-tile {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 0;
    padding: 0;
    border-radius: var(--b-radius-md);
    background: var(--at-neutral-100, #efefef);
    cursor: pointer;
}

.gallery-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.gallery-tile:hover img {
    transform: scale(1.06);
}

.gallery-tile-view {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .45);
    color: #fff;
    opacity: 0;
    transition: opacity .2s ease;
}

.gallery-tile:hover .gallery-tile-view {
    opacity: 1;
}

.gallery-empty {
    padding: 60px 0;
    text-align: center;
    color: var(--at-neutral-500, #888);
}

.icon-spin {
    display: inline-block;
    animation: gallery-icon-spin .8s linear infinite;
}

.f-caption {

    text-align: center;
}

@keyframes gallery-icon-spin {
    to {
        transform: rotate(360deg);
    }
}

/*----------------------------------------*/
/*  Grid Utilities (tvt-grid)
/*----------------------------------------*/

.tvt-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tvt-grid-item {
    list-style: none;
}

.tvt-load-more-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 46px;
    margin-top: 30px;
}

.tvt-load-more-btn:hover {
    background: var(--at-neutral-900, #1D1D1D);
    color: var(--at-neutral-0, #fff);
}

/*----------------------------------------*/
/*  Share Buttons
/*----------------------------------------*/

.share-buttons {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.share-buttons-label {
    font-weight: 600;
    margin-right: 4px;
}

.share-button {
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--card-border) !important;
    background: #222;
    color: var(--body-text-color) !important;
    transition: .25s;
    cursor: pointer;
}

.share-button.share-button-native {

    border: 1px solid var(--card-border) !important;
    background: var(--at-neutral-50) !important;


}

.share-button:hover {
    background: var(--at-neutral-50) !important;

}

.share-button-icon {
    font-size: 20px;
}

/*----------------------------------------*/
/*  Pagination
/*----------------------------------------*/

.pagination-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: 0;
    font-weight: 600;
    color: var(--at-neutral-900);
    text-transform: uppercase;
    font-size: var(--at-fz-font-lg, 15px);
    cursor: pointer
}

.pagination-arrow-link:hover {
    opacity: .7
}

.page-item.disabled .pagination-arrow-link {
    opacity: .35;
    pointer-events: none
}

button.pagination_item {
    background: var(--at-neutral-0);
    cursor: pointer
}

/*----------------------------------------*/
/*  Tombol & CTA
/*----------------------------------------*/

.at-btn {

    font-weight: 500;
    font-size: var(--body-fs);

}

.back-to-top-btn {
    display: inline-flex;
    width: 44px;
    height: 44px;

    text-align: center;
    background: var(--at-common-white);
    box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
    color: var(--at-common-black);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.btn.btn-icon-group {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    font-size: 1rem;
    gap: 5px;
}

.btn-icon-group-icon {

    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-group-sm>.btn,
.btn-sm {

    --bs-btn-padding-x: 0.9rem !important;


}

.gvnn-btn-more {
    position: relative;
    display: inline-flex;
    align-items: center;

    width: max-content;
    min-height: 3rem;

    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;

    font-size: 0.9rem;
    color: var(--at-common-black);
}

.gvnn-btn-more .circle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    display: block;
    margin: auto;

    width: 3rem;
    height: 3rem;

    background: var(--bs-primary);
    border-radius: 1.625rem;

    transition: width 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.gvnn-btn-more .circle .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;

    background: #fff;

    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.gvnn-btn-more .circle .icon.arrow {
    left: 0.625rem;

    width: 1.125rem;
    height: 0.125rem;

    background: transparent;

    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.gvnn-btn-more .circle .icon.arrow::before {
    position: absolute;
    top: -0.25rem;
    right: 0.0625rem;

    width: 0.625rem;
    height: 0.625rem;

    content: "";
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

.gvnn-btn-more .button-text {
    position: relative;
    z-index: 1;

    display: block;

    /* Ruang kiri untuk lingkaran, kanan sebagai padding tombol */
    padding: 0.75rem 1.5rem 0.75rem 4rem;

    margin: 0;
    white-space: nowrap;

    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;

    transition: color 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.gvnn-btn-more:hover .circle {
    width: 100%;
}

.gvnn-btn-more:hover .circle .icon.arrow {
    background: #fff;
    transform: translateX(1rem);
}

.gvnn-btn-more:hover .button-text {
    color: #fff;
}

.gvnn-btn-more.gvnn-btn-more-dark {
    color: #fff;
}

/*----------------------------------------*/
/*  Form & Input
/*----------------------------------------*/

.tvt-input {
    height: 38px;
    padding: 0 24px;
    border: 1px solid var(--card-border);
    border-radius: 50px;
    background-color: var(--at-neutral-0) !important;
    letter-spacing: 0;

    width: 100%;

}

.tvt-search-input-wrap {
    position: relative;
}

.tvt-search-input-wrap .tvt-input {
    padding-left: 46px;
}

.tvt-search-input-icon {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    color: var(--at-neutral-500);
    pointer-events: none;
}

input::placeholder,
input,
select {

    font-size: var(--body-fs);
    font-weight: 400;
    letter-spacing: 0;
}

/*----------------------------------------*/
/*  Footer
/*----------------------------------------*/

.footer-10__bottom-inner {

    font-size: 15px;
}

.footer-widget {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    padding-left: 0 !important;
    padding-bottom: 50px;
}

.footer-widget-item ul {
    padding-left: 0;
}

.footer-logo {
    width: auto;
    height: auto !important;
    max-height: 180px;
}

.footer-10__contact-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--at-neutral-300);
    font-size: 14px
}

.footer-10__contact-row {
    font-family: var(--font-mono);
}

footer * {
    color: var(--at-neutral-0);
    font-family: var(--font-mono);
}

.footer-widget * {
    font-weight: 300;
}

.footer-10__contact-link:hover {
    color: #fff
}

.footer-widget-title {
    color: #b4b4b4 !important;
    font-weight: 500 !important;
    font-size: 17px;
}

.footer-10__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    transition: all .25s ease
}

.footer-10__social-link:hover {
    background: rgba(255, 255, 255, 0.291);
    color: #000;
    border-color: #fff
}

.footer-10__bottom-inner span {
    color: #a3a3a3;
    font-weight: 300;
}

/* footer-widget-box: markup dari konten DB (API), bukan dari JSX */
.footer-widget-item {
    font-size: var(--body-fs);
    font-weight: 400 !important;
}

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

.footer-widget-box li {
    position: relative;
    list-style: none;
}

.footer-widget-box li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .2);
}

.footer-widget-box li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 1;

    transition: all .3s ease
}

.footer-widget-box li a::after {
    content: "";
    flex: 0 0 auto;
    width: 12px;
    height: 10px;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M7.60201e-05 6.26559L0 2.03894e-05L1.49997 -4.58971e-07L1.50004 4.87322L9.12873 4.87329L6.16652 2.12355L7.22714 1.139L12 5.56948L7.22713 10L6.16652 9.01545L9.12876 6.26566L7.60201e-05 6.26559Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M7.60201e-05 6.26559L0 2.03894e-05L1.49997 -4.58971e-07L1.50004 4.87322L9.12873 4.87329L6.16652 2.12355L7.22714 1.139L12 5.56948L7.22713 10L6.16652 9.01545L9.12876 6.26566L7.60201e-05 6.26559Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: transform .3s ease
}

.footer-widget-box li a:hover {
    color: #fff;
    margin: 0 12px
}

.footer-widget-box li a:hover::after {
    transform: translateX(4px)
}

/*----------------------------------------*/
/*  Tipografi & Konten
/*----------------------------------------*/

.font-sans {
    font-family: var(--font-sans) !important
}

.font-mono {
    font-family: var(--font-mono) !important
}

.alt-section-subtitle h6 {
    font-family: var(--font-mono) !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px !important;
}

.alt-section-title {
    font-weight: 800 !important;
}

.limit-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.limit-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content-post * {
    font-family: var(--font-safe);

}

.content-post ol,
.content-post ul {
    padding-left: 2rem;
}

.content-small {
    max-width: 820px;
    margin: 0 auto;
}

.decimal-list {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
}

.decimal-list li {
    counter-increment: item;
    position: relative;
    padding-left: 50px;
    margin-bottom: 12px;
}

.decimal-list li::before {
    content: counter(item, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;


}

.hover-underline:hover {
    text-decoration: underline !important
}

/*----------------------------------------*/
/*  Lain-lain / Utilitas Umum
/*----------------------------------------*/

.promo-feature-icon {
    display: flex;
    background-color: rgba(var(--at-common-black-rgb), 0.06);
    width: 90px;
    height: 90px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

html,
body {
    /* overflow-x:hidden on body alone isn't reliable: <html> is the
       element that actually scrolls the page (document.scrollingElement),
       and per spec body's overflow only propagates up to it when html has
       no overflow value of its own - it does here, so body's setting was
       silently not applying at the page level. Off-canvas panels like
       .at-offcanvas-2-area are deliberately positioned just outside the
       viewport (as a hidden slide-in menu) via left:100%, which without
       this on <html> was widening the whole page's scrollable area and
       causing horizontal scroll/overflow on mobile. */
    overflow-x: hidden;
}

.notfound-logo {
    max-width: 260px;
    width: 100%;
    height: auto
}

/*----------------------------------------*/
/*  Breakpoint: max-width 991.98px
/*----------------------------------------*/
@media (max-width: 991.98px) {
    .match-list-item-card {
        padding: 24px 20px;
    }

    .match-main {
        grid-template-columns:
            minmax(130px, 1fr) auto minmax(130px, 1fr);
        column-gap: 16px;
    }

    .match-team {
        gap: 12px;
    }

    .match-team-logo {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .match-score {
        min-width: 112px;
        min-height: 58px;
        padding: 9px 13px;
        column-gap: 10px;
    }

    .tvt-breadcrumb li {

        font-size: 14px !important
    }
}

/*----------------------------------------*/
/*  Breakpoint: 576px - 991.98px
/*----------------------------------------*/
@media (min-width: 576px) and (max-width: 991.98px) {
    .tvt-grid .team-card-2 img {
        height: 220px !important
    }

    .team-card-2-bottom h3 {
        font-size: 20px;
    }
}

/*----------------------------------------*/
/*  Breakpoint: max-width 767.98px
/*----------------------------------------*/
@media (max-width: 767.98px) {

    .team-card-position,
    .team-card-title {
        font-size: 15px;
    }

    .team-card-content {

        padding: 10px 15px 20px 15px;

    }

    .home-stats {

        gap: 10px;

    }

    .footer-widget {


        grid-gap: 30px;

        grid-template-columns: repeat(2, 1fr);

    }

    .match-list-item-card {
        min-height: auto;
        padding: 24px 14px;
    }

    .match-main {
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        column-gap: 10px;
        align-items: start;
    }

    .match-team {
        flex-direction: column;
        gap: 9px;
    }

    .match-team-home,
    .match-team-away {
        justify-content: flex-start;
    }

    .match-team-home .match-team-logo {
        order: 1;
    }

    .match-team-home .match-team-name {
        order: 2;
    }

    .match-team-away .match-team-logo {
        order: 1;
    }

    .match-team-away .match-team-name {
        order: 2;
    }

    .match-team-home .match-team-name,
    .match-team-away .match-team-name {
        width: 100%;
        text-align: center;
    }

    .match-team-name {
        font-size: 15px;
        line-height: 1.3;
    }

    .match-team-logo {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }

    .match-score {
        min-width: 92px;
        min-height: 52px;
        margin-top: 2px;
        padding: 8px 10px;
        column-gap: 8px;
    }

    .match-score-number {
        min-width: 20px;
        font-size: 25px;
    }

    .match-score-divider {
        height: 28px;
    }

    .match-information {
        margin-top: 18px;
        font-size: 12px;
    }
}

/*----------------------------------------*/
/*  Breakpoint: max-width 420px
/*----------------------------------------*/
@media (max-width: 420px) {
    .match-list-item-card {
        padding-inline: 10px;
    }

    .match-main {
        column-gap: 6px;
    }

    .match-team-logo {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .match-team-name {
        font-size: var(--text-small);
    }

    .match-score {
        min-width: 78px;
        min-height: 48px;
        padding-inline: 7px;
        column-gap: 6px;
    }

    .match-score-number {
        font-size: 22px;
    }
}

/*----------------------------------------*/
/*  Breakpoint: min-width 576px
/*----------------------------------------*/
@media (min-width: 576px) {
    .news-slider {
        padding-left: calc((100% - 540px) / 2 + .75rem);
    }

    .sec-4-home-15__card-bar {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
        height: auto !important;
    }
}

/*----------------------------------------*/
/*  Breakpoint: min-width 768px
/*----------------------------------------*/
@media (min-width: 768px) {
    .news-slider {
        padding-left: calc((100% - 720px) / 2 + .75rem);
    }

    .at-hero-title {
        font-size: 46px !important;

    }
}

/*----------------------------------------*/
/*  Breakpoint: min-width 992px
/*----------------------------------------*/
@media (min-width: 992px) {


    .news-slider {
        padding-left: calc((100% - 960px) / 2 + .75rem);
    }

    .hero-service-list {

        grid-template-columns: repeat(4, 1fr);
        grid-gap: 5px;

    }
}

/*----------------------------------------*/
/*  Breakpoint: min-width 1200px
/*----------------------------------------*/
@media (min-width: 1200px) {


    .news-slider {
        padding-left: calc((100% - 1140px) / 2 + .75rem);
    }

    .alt-section-title {
        font-size: 3rem !important;
    }

    .slideshow.is-stack .stack-num-bg {

        left: 37% !important;

    }

    .at-header-right .at-menu-bar {
        display: none !important
    }



    .at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li>a {
        font-size: 24px !important;



    }

    .at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li .submenu>li>a {
        font-size: 18px !important;

    }

}

/*----------------------------------------*/
/*  Breakpoint: min-width 1400px
/*----------------------------------------*/
@media (min-width: 1400px) {

    .news-slider {
        padding-left: calc((100% - 1260px) / 2 + .75rem);
    }

    .container {
        max-width: 1260px !important
    }

    .tvt-grid {

        grid-template-columns: repeat(4, 1fr);
        gap: 12px;

    }
}

/*----------------------------------------*/
/*  Breakpoint: max-width 575.98px
/*----------------------------------------*/
@media (max-width: 575.98px) {

    .at-search-close {
        width: 34px;
        height: 34px;
        font-size: 17px;
    }

    .at-search-top {
        top: 16px;
        right: 16px;
        left: 16px;
    }

    .at-search-form-toggle .container {
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .home-stats-icon {
        font-size: 34px;

    }

    .home-stats-label {
        font-size: 14px;

    }

    .global-page-header-title {
        font-size: 1.6rem;
    }

    .blog-card__title-link {
        font-size: 19px;
    }

    .blog-card {
        gap: 15px;
    }

    .blog-card__thumb {
        margin-bottom: 0;
        min-height: 115px;
        width: 45%;
    }

    .blog-card {
        margin-bottom: 10px;
        display: flex;
        flex-direction: row;
    }

    .tvt-grid .team-card-2 img {
        height: 230px !important
    }

    .team-card-2__jab {
        font-size: 12px !important;
    }

    .team-card-2-bottom h3 {
        font-size: 18px;
    }

    .at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li .submenu>li>a {
        font-size: 17px;

    }

    .tvt-header-row {

        margin: 0 auto;
    }

    .journey-list__date {
        font-size: .8rem !important;
    }

    .journey-list li::before {

        font-size: 6rem;

    }

    .team-card-content .team-card-title {
        font-size: 30px !important
    }



    .about-img-logo {
        margin: 0 auto;
        text-align: center;
    }

    .about-img-logo img {
        max-width: 300px !important;
        height: auto !important;
    }

    .at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li>a {
        font-size: 24px !important
    }

    .slideshow.is-stack .stack-num-bg {

        top: 60% !important;
        left: 50%;
        font-size: clamp(10rem, 35vh, 35vh) !important
    }

    .share-button {
        width: 32px !important;
        height: 32px !important;
    }

    .share-button-icon {
        font-size: 16px !important;
    }

    .footer-logo {
        width: 145px;
    }

    .sec-4-home-15__card-bar {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
        height: auto !important;
        flex-flow: column !important;
        justify-content: center !important;
    }
}

/*----------------------------------------*/
/*  Breakpoint: 768-991px & 992-1199px
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li>a {
        font-size: 22px !important
    }
}

/*----------------------------------------*/
/*  Breakpoint: max-width 575px
/*----------------------------------------*/
@media (max-width:575px) {
    .medal-summary {
        gap: 8px
    }

    .medal-summary-item {
        padding: 14px 8px
    }

    .medal-summary-icon {
        font-size: 32px
    }

    .medal-summary-count {
        font-size: 22px
    }

    .team-card-content .team-card-title {
        font-size: 19px !important
    }

    .medal-table {
        --medal-cols: minmax(0, 1fr) repeat(3, 52px)
    }

    .medal-table-row {
        padding: 10px 10px;
        column-gap: 4px
    }

    .medal-table-head {
        font-size: 10px
    }

    .medal-rank {
        display: none
    }

    .medal-count {
        min-width: 24px;
        height: 24px;
        font-size: 12px;
        padding: 0 4px
    }

    .slideshow.is-stack .stack-progress {
        width: min(220px, 80vw);
        gap: 10px
    }

    .slideshow.is-stack .stack-nav-btn {
        width: 34px;
        height: 34px
    }
}

/*----------------------------------------*/
/*  Breakpoint: 768px - 1399.98px
/*----------------------------------------*/
@media (min-width: 768px) and (max-width: 1399.98px) {
    .tvt-grid {



        gap: 12px;

    }
}