﻿a:hover {
    text-decoration: none;
}

.header-image {
    width: 100%
}

.header-subdesc {
    font-size: 12pt;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
}

.card-jalur {
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
    border-radius: 10px !important;
    border: none !important;
    padding: 0px 0 0px 0;
    flex: 1;
    margin-bottom: 12px;
    min-height: 260px;
    /* animasi smooth */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease, transform .6s ease;
}

    .card-jalur.card-loaded {
        opacity: 1;
        transform: translateY(0);
    }

    .card-jalur:hover {
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
    }
a:hover {
    text-decoration: none;
}

.header-image {
    width: 100%
}

.header-subdesc {
    font-size: 12pt;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
}

.card-jalur {
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
    border-radius: 10px !important;
    border: none !important;
    padding: 0px 0 0px 0;
    flex: 1;
    margin-bottom: 12px;
    min-height: 260px;
}

    .card-jalur:hover {
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
    }

.card-jalur-title {
    background-color: #ECF0FA !important;
    border-radius: 5px;
    padding: 3px;
}

.card-jalur-footer {
    background-color: #f2c05e !important;
    border-radius: 5px !important;
    border-color: transparent;
    padding: 3px;
    bottom: 0;
}

.rounded-img {
    border-radius: 10px 10px 0 0;
}

.rounded-bottom {
    border-radius: 0 0 10px 10px !important;
}

.section-head-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: -1px;
    color: #246fc4;
    letter-spacing: 1px
}

.card {
    justify-content: space-between !important;
}

.action-title {
    color: var(--black);
}
