@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

footer:not(.site-footer) {
    background: #fff !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 8px;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #dd7d2b;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #e74c3c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.color-white {
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

section {
    padding: 60px 0;
    /* min-height: 100vh;*/
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-area {
    border-bottom: 1px solid #353C46;
}

.contact-content.text-center {
    width: 800px !important;
}

.contact-content p {
    font-size: 16px;
    margin: 30px 0 0px;
    position: relative;
}

/* .contact-content p::after {
    background: #353C46;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 80%;
} */

.contact-content h6 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;

}

.contact-content span {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 0 10px;
}

.contact-social {
    margin-top: 30px;
}

.contact-social>ul {
    display: inline-flex;
}

.contact-social ul li a {
    border: 1px solid #fff;
    color: #8b9199;
    background: #fff;
    display: inline-block;
    margin: 10px 10px;
    padding-top: 7px;
    transition: all 0.4s ease 0s;
    width: 70px;
    height: 65px;
    border-radius: 8px;
}

.contact-social ul li a:hover {
    border: 1px solid #FAB702;
    color: #FAB702;
}

.contact-content img {
    max-width: 350px;
}

section,
footer:not(.site-footer) {
    background: #1A1E25;
    color: #868c96;
}

footer:not(.site-footer) p {
    padding: 40px 0;
    text-align: center;
}

.bold {
    font-weight: bold;
}

footer:not(.site-footer) img {
    width: 44px;
}

.box-carakerja {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    border-radius: 8px;
    margin: 0px auto;
    padding: 20px 50px;
    line-height: 35px;
}

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

.img-carakerja {
    width: 100%;
    margin-top: 50px;
}

.bg-white {
    background-color: #fff;
}

.text-content-center {
    color: #000;
    font-size: 18px;
    text-align: justify;
    margin: 0px auto;
}

.text-content {
    color: #000;
    font-size: 18px;
    text-align: justify;
    padding: 0px 24px 0px 0px;
}

.garis-center {
    width: 125px;
    height: 3px !important;
    border-top: none !important;
    background-color: #DD7D2B;
    opacity: none !important;
    margin: 15px auto;
}

.garis {
    width: 125px;
    height: 3px !important;
    margin: 10px 0px 15px 0px;
    border-top: none !important;
    background-color: #DD7D2B;
    opacity: none !important;
}

.img-about {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 20px;
}

.font-eling {
    color: #DD7D2B;
    font-size: 36px;
    font-weight: 600;
    text-transform: none !important;
}

.font-size-36 {
    font-size: 36px;
    margin: 0px;
    color: #2d3436;
    text-transform: uppercase;
    font-weight: 600;
}

.about-us {
    background: #FDF6EC;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

/* ===== About Section - Redesigned ===== */
.about-header {
    margin-bottom: 40px;
}

.about-title {
    font-size: 36px;
    font-weight: 700;
    color: #2d3436;
    margin: 0 0 8px 0;
    text-transform: none;
}

.about-title .font-eling {
    font-size: 36px;
}

.about-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #2d3436;
    margin: 0 0 16px 0;
}

.about-description {
    color: #444;
    font-size: 20px;
    line-height: 1.8;
    text-align: justify;
}

.about-description p {
    margin: 0;
}

.about-content-row {
    display: flex;
    gap: 48px;
    align-items: stretch;
}

.about-image-col {
    flex: 0 0 50%;
    max-width: 50%;
}

.about-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.about-image {
    width: 100%;
    height: auto;
    display: block;
}

.about-image-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.about-image-caption span {
    font-size: 14px;
    font-weight: 700;
    color: #2d3436;
}

.about-features-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.about-feature-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.about-icon-square {
    border-radius: 10px;
}

.about-icon-circle {
    border-radius: 50%;
}

.about-feature-text {
    flex: 1;
}

.about-feature-title {
    font-size: 18px;
    font-weight: 700;
    color: #2d3436;
    margin: 0 0 4px 0;
}

.about-feature-desc {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ===== About Section - Responsive ===== */
@media (max-width: 768px) {
    .about-us {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .about-content-row {
        flex-direction: column;
        gap: 32px;
    }

    .about-image-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-image-wrapper {
        max-height: 300px;
    }

    .about-title {
        font-size: 28px;
    }

    .about-title .font-eling {
        font-size: 28px;
    }

    .about-description {
        font-size: 14px;
    }
}

/* Slider */
.carousel-inner {
    width: 100%;
    display: inline-block;
    position: relative;
}

.carousel-inner::before {
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    display: block;
    content: "";
}

.carousel-item {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60%;
    z-index: 9;
    margin-top: 20px;
    text-align: center;
}

.caption h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 23px;
}

.caption h2 {
    color: rgba(255, 255, 255, .75);
    font-size: 26px;
    font-weight: 300;
}

a.big-button {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    background: #eb7a00;
    background: rgba(255, 0, 0, 0.75);
    padding: 28px 35px;
    border-radius: 20px;
    margin-top: 80px;
    margin-bottom: 0;
    display: inline-block;
}

a.big-button:hover {
    text-decoration: none;
    background: rgba(255, 0, 0, 0.9);
}

a.view-demo {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    display: inline-block;
    margin-top: 35px;
}

a.view-demo:hover {
    text-decoration: none;
    color: #333;
}

.carousel-indicators .active {
    background: #fff;
}

.carousel-indicators li {
    background: rgba(255, 255, 255, 0.4);
    border-top: auto;
    z-index: 15;
}

/*  */
.text-left {
    text-align: left;
    padding-left: 30px;
    padding-top: 10px;
}

.button-login {
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    outline: none;
    position: relative;
    color: #fff !important;
    margin: 0 auto;
    background: #db3e29;
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 12px;
}

.button-login:hover {
    color: #3c4048 !important;
}

body {
    font-family: 'Lato', sans-serif;

}

header {
    border: none;
    box-shadow: none;
}

.head_container {
    padding: 20px 16px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: transparent;
    display: flex;
    justify-content: center;
}

.head_navbar {
    width: min(1200px, 100%);
    min-height: 89px;
    background: #FFFFFF;
    border: 1px solid #E3E8EF;
    border-radius: 24px;
    box-shadow: 0 2px 10px rgba(16, 24, 40, 0.04);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}

.logo {
    flex: 0 0 auto;
}

.logo img {
    height: 38px;
}

.menu {
    flex: 1;
    display: flex;
    justify-content: center;
    margin-top: 0;
    float: none;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.menu li {
    display: inline;
}

.menu a {
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.2px;
    font-weight: 600;
    color: #677489;
    padding: 10px 16px;
    text-transform: uppercase;
}

.menu a.button-login {
    margin-right: 0;
    padding: 8px 20px;
}

.login-area {
    flex: 0 0 auto;
    margin-right: 4px;
}

.login-area .button-login {
    padding: 14px 26px;
    display: inline-block;
    background: #A01915;
    border-radius: 14px;
    border: 1px solid #A01915;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.menu a:hover {
    color: #A01915;
    transition: 0.2s ease;

}

.icon {
    display: none;
}

menu.responsive {
    position: relative;
}

menu.responsive {
    float: none;
    display: block;
    text-align: left;
}

@media screen and (max-width: 835px) {
    .head_navbar {
        min-height: 76px;
        padding: 0 18px;
    }

    .logo img {
        height: 32px;
    }

    .menu {
        margin: 0;
    }
}


@media screen and (max-width: 690px) {
    .head_container {
        position: fixed !important;
        z-index: 1030;
        padding: 10px 12px;
    }

    .head_navbar {
        min-height: 64px;
        border-radius: 18px;
        padding: 0 14px;
    }

    .landing-carousel {
        margin-top: 92px !important;
    }

    .page-widget {
        padding: 25px !important;
    }

    .box-carakerja {
        padding: 20px 18px !important;
    }

    .contact-content.text-center {
        width: 100% !important;
    }

    /* Hide all nav links and the login button — they live in the sidenav */
    .menu li {
        display: none;
    }

    .icon {
        font-weight: 900 !important;
        font-size: 20px !important;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .logo img {
        height: 40px;
    }

    /* The menu flex container should stay visible to show the hamburger icon */
    .menu {
        justify-content: flex-end;
    }

    .login-area {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .landing-carousel {
        margin-top: 102px !important;
    }
}




.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 50px;
    box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.24);
    visibility: hidden;
    pointer-events: none;
}

.sidenav.is-open {
    visibility: visible;
    pointer-events: auto;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #3c4048;
    text-align: left;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #F7CA18;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* .table>tbody>tr>td{
		padding:5px;
	} */
.radio,
.checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

.bg-warning {
    background-color: #f6b242;
    border-color: #f6b242;
    color: #fff;
}

.label {
    display: inline-block;
    font-weight: 300;
    padding: 1px 4px 0 4px;
    line-height: 1.5384616;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 0px;
}

.navbar-default .navbar-nav>.active>a {
    -webkit-box-shadow: 0 1px 0 0 #26a69a;
    box-shadow: 0 1px 0 0 #df6048;
}

.page-footer-content {
    padding: 30px;
    border-top: 1px solid #dddddd
}

.search-header {
    padding: 30px;
    border-bottom: 1px solid #bbbbbb
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group-addon {
    width: auto
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group-append {
    margin-left: -1px;
}

.btn-light {
    color: #333;
    background-color: #fafafa;
    border-color: #ddd;
}

.perihal,
.satker {
    font-weight: bold;
    font-size: 15px
}

.nomor,
.tanggal,
.jenis {
    font-size: 12px
}

.table tbody tr td {
    vertical-align: top
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #df6048;
    border-color: #df6048;
    cursor: default;
}

.page-widget {
    padding: 50px 80px
}

.navbar-default.navbar-fixed-bottom {
    border-top-color: #f6b243;
    border-bottom-color: transparent;
}

.navbar-header {
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Landing Page - Extracted From Blade */
/* Landing Page - Extracted Block 1 */
.font-eling {
    color: #FFC500;
}

#carousel {
    position: relative;
    margin-top: 140px;
}

#carousel .carousel-inner {
    aspect-ratio: 19 / 6;
    width: 100%;
}

#carousel .carousel-item {
    aspect-ratio: 19 / 6;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/* Fallback for older browsers */
@supports not (aspect-ratio: 19 / 6) {
    #carousel .carousel-inner {
        width: 100%;
        height: 0;
        padding-top: 31.5789%;
        /* 6/19 * 100% */
        position: relative;
    }

    #carousel .carousel-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/* Vertical center alignment for carousel controls */
#carousel .carousel-control-prev,
#carousel .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

/* Alur Penggunaan Styles - Old Version (for col-md-6) */
.alur-penggunaan-container {
    position: relative;
    padding: 20px 0;
}

.alur-step-item {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.alur-step-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #dd8131 0%, #c96a1f 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(221, 129, 49, 0.3);
    z-index: 2;
    transition: all 0.3s ease;
}

.alur-step-item:hover .alur-step-number {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(221, 129, 49, 0.4);
}

.alur-step-content {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 20px;
}

.alur-step-item:hover .alur-step-content {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    transform: translateX(5px);
}

.alur-step-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.alur-step-item:hover .alur-step-icon {
    border-color: #dd8131;
    background: #fff5f0;
}

.alur-step-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.alur-step-details {
    flex: 1;
}

.alur-step-title {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.alur-step-description {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

.alur-step-connector {
    position: absolute;
    left: 25px;
    top: 70px;
    bottom: -30px;
    width: 2px;
    z-index: 1;
}

.connector-line {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #dd8131, rgba(221, 129, 49, 0.3));
    border-radius: 2px;
}

.alur-empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

/* ===== Cara Kerja eLING - Card Grid ===== */
.ck-section {
    background: #fff;
}

.ck-header {
    margin-bottom: 36px;
}

.ck-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin: 10px 0 8px;
}

.ck-description {
    font-size: 20px;
    color: #6c757d;
    line-height: 1.7;
    margin: 0;
}

.ck-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}

@media (min-width: 576px) {
    .ck-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .ck-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ck-card {
    background: linear-gradient(180deg, #fff7f7 0%, #ffffff 50%, #fff7f7 100%);
    border: 1px solid #f8f8f8;
    border-radius: 16px;
    padding: 22px 24px 18px;
    box-shadow: 0 2px 10px rgba(16, 24, 40, 0.05);
    display: flex;
    flex-direction: column;
    min-height: 430px;
}

.ck-card-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #da251d;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 28px;
    flex-shrink: 0;
}

.ck-card-body {
    flex: 1;
    padding-bottom: 18px;
}

.ck-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #121212;
    margin: 0 0 14px 0;
    line-height: 1.25;
}

.ck-card-desc {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.45;
    margin: 0;
    max-width: 95%;
}

.ck-card-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    margin-top: auto;
    padding: 8px 0 0;
}

.ck-card-image-wrap img {
    max-height: 185px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 991.98px) {
    .ck-card {
        min-height: 400px;
    }

    .ck-card-title {
        font-size: 30px;
    }
}

@media (max-width: 575.98px) {
    .ck-card {
        padding: 18px 18px 14px;
        min-height: 360px;
    }

    .ck-card-badge {
        margin-bottom: 18px;
    }

    .ck-card-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .ck-card-desc {
        font-size: 13px;
    }

    .ck-card-image-wrap {
        min-height: 160px;
    }

    .ck-card-image-wrap img {
        max-height: 150px;
    }
}

.ck-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    color: #6c757d;
    font-size: 14px;
}

/* Landing Page - Extracted Block 2 */
/* Statistik eLING – Features.svg-aligned panel */
.statistik-section {
    background: #fafafa;
    border-top: 1px solid #f1f1f1;
}

.statistik-intro {
    max-width: none;
    margin: 0 0 36px;
    padding: 0;
    text-align: left;
}

.statistik-section .statistik-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin: 16px 0 10px;
    line-height: 1.4;
}

.statistik-section .statistik-lead {
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

.statistik-tabs-wrapper {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(44, 62, 80, 0.06);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.statistik-card-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px 20px;
    padding: 0 8px 0 0;
    border-bottom: 1px solid #d9d9d9;
}

.statistik-nav-tabs {
    display: flex;
    flex: 1;
    min-width: min(100%, 280px);
    align-items: flex-end;
    margin: 0;
    padding: 0 4px;
    list-style: none;
    border: none;
    background: transparent;
}

.statistik-nav-tabs li {
    margin: 0;
}

.statistik-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #888;
    border: none;
    background: transparent;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
    letter-spacing: 0.2px;
}

.statistik-tab-btn:hover {
    color: #da251d;
}

.statistik-tab-btn.active {
    color: #da251d;
    border-bottom-color: #da251d;
}

.statistik-tab-btn .tab-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background: rgba(218, 37, 29, 0.08);
    color: #da251d;
    transition: background 0.2s ease, color 0.2s ease;
    flex-shrink: 0;
}

.statistik-tab-btn.active .tab-icon,
.statistik-tab-btn:hover .tab-icon {
    background: #da251d;
    color: #fff;
}

/* Ensure FontAwesome icon inherits white on active/hover */
.statistik-tab-btn.active .tab-icon i,
.statistik-tab-btn:hover .tab-icon i,
.statistik-tab-btn.active .statistik-tab-icon,
.statistik-tab-btn:hover .statistik-tab-icon {
    color: #fff !important;
}

.statistik-year-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px 14px;
    padding: 12px 12px 12px 8px;
}

.statistik-year-select-wrap {
    display: flex;
    align-items: center;
    gap: 8px 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.statistik-year-label {
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    font-size: 14px;
}

.statistik-year-select {
    border: 2px solid #da251d;
    border-radius: 7px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    background: #fff;
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    min-width: 118px;
    appearance: auto;
}

.statistik-year-select:focus {
    border-color: #da251d;
    box-shadow: 0 0 0 3px rgba(218, 37, 29, 0.15);
}

.statistik-year-caption {
    font-size: 13px;
    color: #888;
    width: 100%;
    text-align: right;
}

@media (min-width: 768px) {
    .statistik-year-caption {
        width: auto;
        text-align: left;
    }
}

.statistik-year-caption strong {
    color: #da251d;
    font-weight: 700;
}

.statistik-tab-content {
    padding: 28px;
}

.statistik-tab-pane {
    display: none;
    animation: fadeTabIn 0.3s ease;
}

.statistik-tab-pane.active {
    display: block;
}

@keyframes fadeTabIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.statistik-table-header {
    text-align: center;
    padding: 18px 16px;
    background: #da251d;
    border-radius: 12px;
    margin-bottom: 20px;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.statistik-table-header h5 {
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6;
}

#tabel-rekapitulasi thead td {
    background: #da251d;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    border-color: rgba(255, 255, 255, 0.2);
}

#tabel-rekapitulasi tbody tr:hover {
    background: rgba(218, 37, 29, 0.04);
}

.statistik-chart-wrapper {
    background: #fafafa;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #ececee;
}

.statistik-chart-title {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.statistik-chart-title::before {
    content: '';
    width: 4px;
    height: 20px;
    background: #da251d;
    border-radius: 3px;
    display: inline-block;
}

.statistik-chart-canvas-wrap {
    min-height: 320px;
    position: relative;
}

@media (max-width: 576px) {
    .statistik-card-header {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0;
    }

    .statistik-nav-tabs {
        width: 100%;
        padding: 8px 10px 0;
        gap: 4px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-bottom: 1px solid #ececec;
    }

    .statistik-nav-tabs li {
        flex: 1 1 0;
        min-width: 0;
    }

    .statistik-tab-btn {
        width: 100%;
        justify-content: center;
        padding: 11px 10px;
        font-size: 12px;
        white-space: normal;
        line-height: 1.35;
        text-align: center;
    }

    .statistik-tab-btn .tab-icon {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }

    .statistik-tab-content {
        padding: 16px;
    }

    .statistik-year-controls {
        width: 100%;
        justify-content: stretch;
        align-items: stretch;
        gap: 8px;
        padding: 12px;
    }

    .statistik-year-select-wrap {
        width: 100%;
        justify-content: stretch;
        gap: 6px;
    }

    .statistik-year-label {
        width: 100%;
        font-size: 13px;
    }

    .statistik-year-select {
        width: 100%;
        min-width: 0;
        padding: 10px 12px;
        font-size: 13px;
    }

    .statistik-year-caption {
        width: 100%;
        text-align: left;
        font-size: 12px;
        line-height: 1.45;
        margin-top: 2px;
    }

    .statistik-chart-title {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .statistik-table-header {
        padding: 14px 10px;
        margin-bottom: 14px;
    }

    .statistik-table-header h5 {
        font-size: 12px;
        line-height: 1.5;
    }

    #tabel-rekapitulasi thead td,
    #tabel-rekapitulasi tbody td {
        font-size: 12px;
        padding: 8px 6px;
    }
}

/* Landing Page - Inline Style Replacements */
#carousel .carousel-item {
    background-size: cover;
}

.landing-menu-icon {
    font-size: 15px;
}

.about-feature-icon-bg {
    background: #da251d;
}

.about-feature-icon-fg {
    color: #fff;
}

.landing-section-title {
    font-weight: 700;
    color: #1e293b;
}

.ck-card-image-wrap-empty {
    min-height: 80px;
}

.statistik-chart-canvas {
    height: 320px;
}

.statistik-empty-message {
    color: #aaa;
}

.statistik-empty-icon {
    font-size: 24px;
    display: block;
    margin-bottom: 8px;
}

.landing-scroll-hidden {
    display: none;
}

/* ===== Redesigned Footer ===== */
.site-footer {
    background: #fff !important;
    color: #444;
    border-top: 1px solid #e8e8e8;
    padding: 48px 80px 36px;
    box-shadow: none;
    border-radius: 0;
}

.footer-container {
    display: flex;
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
}

.footer-col {
    flex: 1;
}

.footer-col-left {
    flex: 0 0 28%;
    max-width: 28%;
}

.footer-col-center {
    flex: 0 0 34%;
    max-width: 34%;
}

.footer-col-right {
    flex: 0 0 30%;
    max-width: 30%;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 16px;
}

.footer-logo img {
    height: 44px;
    width: auto;
}

.footer-address {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin: 0 0 28px 0;
    padding: 0;
    text-align: left;
}

.footer-copyright {
    font-size: 13px;
    color: #888;
    margin: 0;
    padding: 0;
    text-align: left;
}

.footer-heading {
    font-size: 16px;
    font-weight: 700;
    color: #2d3436;
    margin: 0 0 16px 0;
}

.footer-heading-links {
    margin-top: 20px;
}

.footer-map-wrapper {
    border: 2px solid #e74c3c;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.footer-map-wrapper iframe {
    display: block;
    border: 0;
    width: 100%;
    height: 200px;
}

.footer-contact-item {
    font-size: 14px;
    color: #444;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.5;
    text-align: left;
}

.footer-links-icons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-links-icons a {
    display: inline-block;
    transition: opacity 0.2s ease;
}

.footer-links-icons a:hover {
    opacity: 0.75;
}

.footer-links-icons img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 6px;
}

/* ===== Footer Responsive ===== */
@media (max-width: 768px) {
    .site-footer {
        padding: 32px 24px 28px;
    }

    .footer-container {
        flex-direction: column;
        gap: 32px;
    }

    .footer-col-left,
    .footer-col-center,
    .footer-col-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-copyright {
        margin-top: 8px;
    }
}

/* ===== Landing Transitions & Reveal ===== */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 600ms ease, transform 600ms ease;
    transition-delay: var(--reveal-delay, 0ms);
    will-change: transform, opacity;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Navbar scroll state */
.head_container {
    transition: padding 250ms ease, background-color 250ms ease;
}

.head_navbar {
    transition: box-shadow 250ms ease, transform 250ms ease, border-color 250ms ease;
}

.head_container.scrolled {
    padding-top: 10px;
    padding-bottom: 10px;
}

.head_container.scrolled .head_navbar {
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.12);
    border-color: rgba(163, 174, 191, 0.55);
    transform: translateY(-1px);
}

/* Micro-interactions (hover) */
.login-area .button-login {
    transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease, color 220ms ease;
}

.login-area .button-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(160, 25, 21, 0.22);
}

.menu a {
    transition: color 200ms ease, transform 200ms ease;
}

.menu a:hover {
    transform: translateY(-1px);
}

.ck-card {
    transition: transform 260ms ease, box-shadow 260ms ease;
}

.ck-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(16, 24, 40, 0.12);
}

.about-image-wrapper img {
    transition: transform 380ms ease;
}

.about-image-wrapper:hover img {
    transform: scale(1.05);
}

.footer-links-icons a {
    transition: transform 220ms ease, opacity 220ms ease;
}

.footer-links-icons a:hover {
    transform: translateY(-2px);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .reveal,
    .reveal.is-visible,
    .head_container,
    .head_navbar,
    .ck-card,
    .about-image-wrapper img,
    .footer-links-icons a,
    .login-area .button-login,
    .menu a {
        transition: none !important;
        animation: none !important;
        transform: none !important;
    }

    .reveal {
        opacity: 1 !important;
    }
}