/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap'); */

/* ::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
} */
:root {
    --primary: #1b2e55;
    --success-light: #a7e13a;
    --success: #bbec5a;
    --info: #4497e9;
    --warning: #ffb854;
    --danger: #e02368;
    --grey-light: #ced4da;
    --light: #eef2f6;
    --grey-dark: #6c757d;
}
a {
    text-decoration: none;
}

li {
    list-style: none;
}

.post-article li {
    list-style: unset !important;
}

h1 {
    font-weight: 600;
    font-size: 1.5rem;
}

.wrapper {
    display: flex;
}

.main {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    background-color: #f1f2f4;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--info);
}

.card-post {
    display: flex;
    flex-direction: column;
}

.btn-nav {
    border: transparent 1px solid;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.btn-nav:hover {
    border: var(--info) 1px solid;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.btn-nav.active {
    border: var(--info) 1px solid;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.show-lalu-lintas-sm {
    display: none;
}
.show-lalu-lintas-lg {
    display: none;
}
.hide-lalu-lintas-sm {
    display: block !important;
}
.hide-lalu-lintas-lg {
    display: block !important;
}
#sidebar {
    width: 70px;
    min-width: 70px;
    z-index: 1000;
    transition: all 0.25s ease-in-out;
    background-color: #0e2238;
    display: flex;
    flex-direction: column;
}

#sidebar.expand {
    width: 260px;
    min-width: 260px;
}

.toggle-btn {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 1rem 1.5rem;
}

.toggle-btn i {
    font-size: 1.5rem;
    color: #fff;
}

.img-newest-post {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 5/3;
}
.sidebar-logo {
    margin: auto 0;
}

.sidebar-logo a {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 600;
}

#sidebar:not(.expand) .sidebar-logo,
#sidebar:not(.expand) a.sidebar-link span {
    display: none;
}

.sidebar-nav {
    padding: 2rem 0;
    flex: 1 1 auto;
}

a.sidebar-link {
    padding: 0.625rem 1.625rem;
    color: #fff;
    display: block;
    font-size: 0.9rem;
    white-space: nowrap;
    border-left: 3px solid transparent;
}

.sidebar-link i {
    font-size: 1.1rem;
    margin-right: 0.75rem;
}

a.sidebar-link:hover {
    background-color: rgba(255, 255, 255, 0.075);
    border-left: 3px solid #3b7ddd;
}

a.sidebar-link.active {
    background-color: rgba(255, 255, 255, 0.075);
    border-left: 3px solid #3b7ddd;
}

.sidebar-item {
    position: relative;
}

#sidebar:not(.expand) .sidebar-item .sidebar-dropdown {
    position: absolute;
    top: 0;
    left: 70px;
    background-color: #0e2238;
    padding: 0;
    min-width: 15rem;
    display: none;
}

#sidebar:not(.expand) .sidebar-item:hover .has-dropdown + .sidebar-dropdown {
    display: block;
    max-height: 15em;
    width: 100%;
    opacity: 1;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 0.075rem 0.075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all 0.2s ease-out;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all 0.2s ease-out;
}

.container-yt {
    padding: 2rem 10rem !important;
    background-image: linear-gradient(
        rgba(10, 11, 17, 0.9),
        rgba(27, 46, 85, 0.9)
    );
}
/* My CSS */
.text-sm {
    font-size: 0.9rem;
}
/* Start Loading */
.bg-loading {
    z-index: 150;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: linear-gradient(
        150deg,
        rgba(43, 59, 105, 0.3) 0%,
        rgba(82, 98, 142, 0.3) 100%
    ) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.spinner {
    width: 88px;
    height: 88px;
    display: grid;
}
.card-text {
    height: 5rem;
}

.spinner::before,
.spinner::after {
    content: "";
    grid-area: 1/1;
    background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%,
        var(--c) 0 50%;
    background-size: 21.1px 21.1px;
    background-repeat: no-repeat;
    animation: spinner-3hs4a3 1s infinite;
}

.spinner::before {
    --c: radial-gradient(farthest-side, #2b3b69 92%, #0000);
    margin: 7px;
    background-size: 14.1px 14.1px;
    animation-timing-function: linear;
}

.spinner::after {
    --c: radial-gradient(farthest-side, #ffffff 92%, #0000);
}

@keyframes spinner-3hs4a3 {
    100% {
        transform: rotate(0.5turn);
    }
}
/* End Loading */

/* Navbar */
.img-logo {
    max-height: 55px;
    width: 9rem;
    object-fit: contain;
}
.navbar {
    transition: all 0.5s;
}
.navbar-scrolled {
    background-color: rgba(27, 46, 85, 0.8);
    backdrop-filter: blur(3px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.navbar-scrolled-sm {
    background-color: rgba(27, 46, 85, 0.8);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.nav-item {
    position: relative;
}

.navbar-hover {
    display: none;
    position: absolute;
    top: calc(100% + 5px); /* Agar muncul tepat di bawah nav-item */
    left: 0;
    /* width: 100%; */
    animation: fadeDown 0.3s ease forwards; /* Terapkan animasi fade-down */
}

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-10px); /* Mulai dari atas */
    }
    to {
        opacity: 1;
        transform: translateY(0); /* Akhir di posisi normal */
    }
}

.navbar-hover.active {
    display: flex;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.text-link-nav:hover {
    border: var(--info) 1px solid;
    border-radius: 5px;
    transition: 0.3s ease;
    color: var(--info) !important;
}
.text-link-nav.active {
    border: var(--info) 1px solid;
    border-radius: 5px;
    transition: 0.3s ease;
    color: var(--info) !important;
}
.text-link-nav {
    padding: 0.5rem;
    transition: 0.3s ease;
    border: transparent 1px solid;
    border-radius: 5px;
    color: var(--light) !important;
}
.text-link-schedule {
    padding: 0.5rem;
    transition: 0.3s ease;
    border: transparent 1px solid;
    border-radius: 5px;
    color: var(--info) !important;
}

#hamburger {
    display: none;
}

/* End Navbar */

/* Hero */
/* Home Section */
.home {
    /* display: flex; */
    /* min-height: 100vh; */
    height: fit-content;
    align-items: center;
    background-image: url("../image/bg-hero.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(
        rgba(var(--bs-primary-rgb), 0),
        rgba(var(--bs-info-rgb), 0.65)
    );
    z-index: 1;
}

.bg-blur {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(7px);
}
.border-blur {
    border-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
}
.card-search {
    position: absolute;
    margin: 0 0 8rem 8rem;
}

.text-bandar-udara {
    font-size: 3rem;
}
.text-haluoleo {
    font-size: 5rem;
}
.text-kendari {
    font-size: 1.5rem;
}
.nav-web.nav-tabs .nav-link {
    background-color: #9c9fab;
    color: #565862;
}
.nav-web.nav-tabs .nav-link.active {
    background-color: var(--info);
    color: var(--light);
}
/* Category Section */
.category {
    min-height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer {
    min-height: 50vh;
    background-image: linear-gradient(
        142deg,
        rgba(27, 46, 85, 1) 0%,
        rgba(47, 74, 128, 1) 100%
    );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-info-transparent {
    background-color: rgba(68, 151, 233, 0.6);
    color: var(--light);
}

.bg-primary-transparent-6 {
    background-color: rgba(27, 46, 85, 0.6);
    color: var(--light);
    backdrop-filter: blur(3px);
}

.bg-primary-transparent {
    background-color: rgba(27, 46, 85, 0.8);
    color: var(--light);
    backdrop-filter: blur(3px);
}

/* Splide */
.splide {
    margin: 0 auto;
}

.thumbnail-hero {
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
    opacity: 0.3;
}

.thumbnail-hero.is-active {
    opacity: 1;
}

.thumbnail-hero img {
    width: 100%;
    height: auto;
}
.gallery {
    padding: 3rem;
}
.gallery-thumbnail {
    /* overflow: hidden; */
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
    opacity: 0.3;
}

.gallery-thumbnail.is-active {
    opacity: 1;
}

/* .gallery-thumbnail img {
    width: 100%;
    height: auto;
} */
.thumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
}

.thumbnail {
    width: 70px;
    height: 70px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
}

.thumbnail img {
    width: 100%;
    height: auto;
}
/* End Splide */
/* Text */
.title {
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
}

.section-header {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 20px;
}

.section-header::before {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 5px;
    background: var(--info);
    bottom: 0;
    left: calc(50% - 25px);
}

/* .about h2,
.menu h2,
.contact h2 {
}
.about span,
.menu span,
.contact span {
    color: var(--primary);
} */
/* End Text */
/* Autoscroll */
@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 60px 0;
    background: #f1f2f4;
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #f1f2f4);
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #f1f2f4);
}

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 50s slide infinite linear;
}

.logos-slide img {
    height: 90px;
    width: 150px;
    object-fit: contain;
    margin: 0 20px;
}
/* End Autoscroll */

/* End Hero */
/* Text Limit */
.text-limit-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text-limit-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-limit-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* End Text Limit */
/* CSS untuk mencegah seleksi teks */
.prevent-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
/* RESPONSIVE */
.container-custom {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.container-custom-aparatur {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.hide-sm {
    /* display: table-cell !important; */
}

.show-sm {
    display: none !important;
}

.text-btn-schedule {
    font-size: 0.9rem;
}

.text-schedule {
    font-size: 0.9rem;
}

.card-schedule {
    padding: 1rem !important;
    margin: 1rem !important;
}

.p-schedule {
    padding: 0.8rem !important;
}

.search-schedule {
    width: 30rem;
}

.top-btn-schedule {
    top: -1.35rem;
}

.sub-title {
    font-size: 1rem;
}
.sub-title-aparatur {
    font-size: 1rem;
}
.sub-title-kabandara {
    font-size: 0.9rem;
}

.img-aparatur {
    height: 300px;
}
.img-kabandara {
    height: 280px;
}

.card-aparatur {
    width: 18rem;
}
.card-body-aparatur {
    padding: 1rem;
}
.text-aparatur {
    font-size: 0.9rem;
}
.text-kabandara {
    font-size: 0.8rem;
}
.img-thumbnails {
    width: 5rem;
    height: 5rem;
    object-fit: cover;
}
.gallery-caption {
    margin: 1rem;
}
.scroll-hidden {
    scrollbar-width: none !important;
}
.content-category {
    height: 8rem;
}

.show-sm-flex {
    display: none !important;
}
.img-category {
    height: 160px;
}
.img-title-category {
    height: 15rem;
}
.text-title {
    font-size: 1.2rem;
    font-weight: 500;
}
.img-post {
    height: 400px;
}
.nav-text {
    color: var(--light);
    transition: 0.3s;
}
.nav-text.active {
    color: var(--info) !important;
}

.post-article img {
    max-width: 100% !important;
    height: auto !important;
}

.w-grafik {
    width: 50% !important;
}

.title-grafik {
    font-size: 2rem !important;
    font-weight: 600;
    color: var(--primary);
}
/* Tablet Besar */
@media (max-width: 1300px) {
    .w-grafik {
        width: 75% !important;
    }
    .img-logo {
        max-height: 35px;
        width: 7rem;
        object-fit: contain;
    }
    .text-bandar-udara {
        margin-top: 8rem;
        font-size: 1.5rem;
    }
    .text-haluoleo {
        font-size: 3.2rem;
    }
    .text-kendari {
        font-size: 1rem;
    }
    .text-btn-schedule {
        font-size: 0.8rem;
    }

    .text-schedule {
        font-size: 0.8rem;
    }
    .navbar-nav {
        font-size: 0.9rem;
        text-wrap: nowrap;
    }
    .btn-nav {
        font-size: 0.9rem;
    }
}
@media (max-width: 1100px) {
    .img-newest-post {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 5/3;
    }
    .show-sm {
        display: block !important;
    }
    .navbar-bg-sm {
        background-color: rgba(27, 46, 85, 0.8);
        backdrop-filter: blur(3px);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    }
    .text-bandar-udara {
        margin-top: 8rem;
        font-size: 1.5rem;
    }
    .text-haluoleo {
        font-size: 3.2rem;
    }
    .text-kendari {
        font-size: 1rem;
    }
    .text-btn-schedule {
        font-size: 0.8rem;
    }

    .img-kabandara {
        height: 200px;
    }

    .text-schedule {
        font-size: 0.8rem;
    }
    .navbar-nav {
        font-size: 0.8rem;
        text-wrap: nowrap;
    }
    .btn-nav {
        font-size: 0.8rem;
    }
    .card-search {
        position: absolute;
        margin: 0 0 4rem 4rem;
    }

    .container-yt {
        padding: 2rem 5rem !important;
        background-image: linear-gradient(
            rgba(10, 11, 17, 0.9),
            rgba(27, 46, 85, 0.9)
        );
    }
}

@media (max-width: 992px) {
    .show-lalu-lintas-lg {
        display: block !important;
    }
    .hide-lalu-lintas-lg {
        display: none !important;
    }
    .container-custom {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .container-yt {
        padding: 1.5rem 3rem !important;
        background-image: linear-gradient(
            rgba(10, 11, 17, 0.9),
            rgba(27, 46, 85, 0.9)
        );
    }

    .container-custom-aparatur {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .navbar-logo-sm {
        display: flex !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    .navbar-bg-sm {
        background-color: rgba(27, 46, 85, 0.8);
        backdrop-filter: blur(3px);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    }

    .text-bandar-udara {
        margin-top: 8rem;
        font-size: 1.5rem;
    }
    .text-haluoleo {
        font-size: 3.2rem;
    }
    .text-kendari {
        font-size: 1rem;
    }
    .hide-sm {
        /* display: none !important; */
    }

    .show-sm-flex {
        display: flex !important;
    }

    .text-btn-schedule {
        font-size: 0.7rem;
    }

    .text-schedule {
        font-size: 0.7rem;
    }

    .card-schedule {
        padding: 0.5rem !important;
        margin: 0.3rem !important;
    }

    .p-schedule {
        line-height: 1.5;
        padding: 0.2rem !important;
    }

    .search-schedule {
        width: 100%;
    }

    .top-btn-schedule {
        top: -1.7rem;
    }

    .title {
        font-size: 1.4rem;
    }

    .sub-title {
        font-size: 0.8rem;
    }

    .sub-title-aparatur {
        font-size: 0.8rem;
    }

    .sub-title-kabandara {
        font-size: 0.7rem;
    }

    .section-header {
        margin-bottom: 10px;
        position: relative;
        padding-bottom: 15px;
    }

    .card-text {
        height: 4rem;
    }

    .section-header::before {
        content: "";
        position: absolute;
        display: block;
        width: 45px;
        height: 3px;
        background: var(--info);
        bottom: 0;
        left: calc(50% - 25px);
    }
    .content-category {
        height: 8rem;
    }

    .img-aparatur {
        height: 180px;
    }
    .img-kabandara {
        height: 140px;
    }

    .card-aparatur {
        width: 11.5rem;
    }

    .card-body-aparatur {
        padding: 0.5rem;
    }
    .card-footer-aparatur {
        padding: 0.5rem;
    }
    .text-aparatur {
        font-size: 0.7rem;
    }
    .text-kabandara {
        font-size: 0.6rem;
    }
    .gallery {
        padding: 0.8rem;
    }
    .thumbnails {
        margin: 0.5rem auto 0;
    }

    .img-thumbnails {
        width: 2rem;
        height: 2rem;
        object-fit: cover;
    }
    .gallery-caption {
        margin: 0.5rem;
    }

    .hide-md-2 {
        display: none !important;
    }
    .card-search {
        display: none;
        position: static;
        margin: 1rem 2rem;
    }
}
/* Tablet Kecil */
@media (max-width: 768px) {
    .title-grafik {
        font-size: 1.5rem !important;
    }
    .w-grafik {
        width: 75% !important;
    }
    .container-custom {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .card-post {
        display: flex;
        flex-direction: row;
    }
    .img-newest-post {
        width: 120px;
        aspect-ratio: 3/2;
        object-fit: cover;
    }

    .container-custom-aparatur {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .navbar-logo-sm {
        display: flex !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    .navbar-bg-sm {
        background-color: rgba(27, 46, 85, 0.8);
        backdrop-filter: blur(3px);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    }

    .text-bandar-udara {
        margin-top: 5rem;
        font-size: 1.5rem;
    }
    .text-haluoleo {
        font-size: 3.2rem;
    }
    .text-kendari {
        font-size: 1rem;
    }
    .hide-sm {
        /* display: none !important; */
    }

    .show-sm {
        display: block !important;
    }

    .show-sm-flex {
        display: flex !important;
    }

    .text-btn-schedule {
        font-size: 0.7rem;
    }

    .text-schedule {
        font-size: 0.7rem;
    }

    .card-schedule {
        padding: 0.5rem !important;
        margin: 0.3rem !important;
    }

    .p-schedule {
        line-height: 1.5;
        padding: 0.2rem !important;
    }

    .search-schedule {
        width: 100%;
    }

    .top-btn-schedule {
        top: -1.7rem;
    }

    .title {
        font-size: 1.4rem;
    }

    .sub-title {
        font-size: 0.8rem;
    }
    .sub-title-aparatur {
        font-size: 0.7rem;
    }
    .sub-title-kabandara {
        font-size: 0.6rem;
    }

    .section-header {
        margin-bottom: 10px;
        position: relative;
        padding-bottom: 15px;
    }

    .section-header::before {
        content: "";
        position: absolute;
        display: block;
        width: 45px;
        height: 3px;
        background: var(--info);
        bottom: 0;
        left: calc(50% - 25px);
    }
    .content-category {
        height: 8rem;
    }

    .img-aparatur {
        height: 180px;
    }
    .img-kabandara {
        height: 140px;
    }

    .card-aparatur {
        width: 11.5rem;
    }

    .card-body-aparatur {
        padding: 0.5rem;
    }
    .card-footer-aparatur {
        padding: 0.5rem;
    }
    .text-aparatur {
        font-size: 0.65rem;
    }
    .text-kabandara {
        font-size: 0.55rem;
    }
    .gallery {
        padding: 0.8rem;
    }
    .thumbnails {
        margin: 0.5rem auto 0;
    }

    .img-thumbnails {
        width: 2rem;
        height: 2rem;
        object-fit: cover;
    }
    .gallery-caption {
        margin: 0.5rem;
    }
    .hide-md {
        display: none !important;
    }
}
/* HP */
@media (max-width: 576px) {
    .title-grafik {
        font-size: 1.2rem !important;
    }
    .w-grafik {
        width: 90% !important;
    }
    .container-yt {
        padding: 0.7rem 1rem !important;
        background-image: linear-gradient(
            rgba(10, 11, 17, 0.9),
            rgba(27, 46, 85, 0.9)
        );
    }
    .container-custom {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .container-custom-aparatur {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .show-lalu-lintas-sm {
        display: block !important;
    }
    .hide-lalu-lintas-sm {
        display: none !important;
    }

    .navbar-logo-sm {
        display: flex !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    .navbar-bg-sm {
        background-color: rgba(27, 46, 85, 0.8);
        backdrop-filter: blur(3px);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    }

    .text-bandar-udara {
        margin-top: 5rem;
        font-size: 1.5rem;
    }
    .text-haluoleo {
        font-size: 3.2rem;
    }
    .text-kendari {
        font-size: 1rem;
    }
    .hide-sm {
        display: none !important;
    }

    .show-sm {
        display: block !important;
    }
    .hide-md {
        display: flex !important;
    }

    .show-sm-flex {
        display: flex !important;
    }

    .text-btn-schedule {
        font-size: 0.7rem;
    }

    .text-schedule {
        font-size: 0.7rem;
    }

    .card-schedule {
        padding: 0.5rem !important;
        margin: 0.3rem !important;
    }

    .p-schedule {
        line-height: 1.5;
        padding: 0.2rem !important;
    }

    .search-schedule {
        width: 100%;
    }

    .top-btn-schedule {
        top: -1.7rem;
    }

    .title {
        font-size: 1.4rem;
    }

    .sub-title {
        font-size: 0.8rem;
    }
    .sub-title-aparatur {
        font-size: 0.7rem;
    }
    .sub-title-kabandara {
        font-size: 0.6rem;
    }

    .section-header {
        margin-bottom: 10px;
        position: relative;
        padding-bottom: 15px;
    }

    .section-header::before {
        content: "";
        position: absolute;
        display: block;
        width: 45px;
        height: 3px;
        background: var(--info);
        bottom: 0;
        left: calc(50% - 25px);
    }
    .content-category {
        height: 8rem;
    }

    .img-aparatur {
        height: 150px;
    }
    .img-kabandara {
        height: 100px;
    }

    .card-aparatur {
        width: 10rem;
    }

    .card-body-aparatur {
        padding: 0.5rem;
    }
    .card-footer-aparatur {
        padding: 0.5rem;
    }
    .text-aparatur {
        font-size: 0.65rem;
    }
    .text-kabandara {
        font-size: 0.55rem;
    }
    .gallery {
        padding: 0.8rem;
    }
    .thumbnails {
        margin: 0.5rem auto 0;
    }

    .img-thumbnails {
        width: 2rem;
        height: 2rem;
        object-fit: cover;
    }
    .gallery-caption {
        margin: 0.5rem;
    }
    .img-category {
        height: 80px;
    }
    .img-title-category {
        height: 100px;
    }
    .text-sm {
        font-size: 0.8rem;
    }
    .text-title {
        font-size: 1rem;
    }
    .img-post {
        height: 200px;
    }
}
