.hs-logo {
    max-width: 208px;
}

.hs-nav-link {
    color: black;
    font-family: HelveticaNeue-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    transition: all 0.1s;
    padding-bottom: 4px;
}

.hs-nav-link-tree {
    color: black !important;
}

.hs-nav-link:hover {
    color: rgb(237, 99, 29);
    border-bottom: solid rgb(237, 99, 29) 3px;
}

.text-black {
    color: black !important;
}

.hs-title {
    font-size: 5rem;
}

.hs-title-span {
    color: rgb(237, 99, 29);
    font-weight: 500;
    line-height: 1.2;
    font-family: "HelveticaNeue-Bold";
}

.hs-title-button {
    color: #212529;
    border-color: #212529;
}

.hs-title-button:hover {
    color: #ffff;
    background: rgb(237, 99, 29);
}

.hs-btn-lg {
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
}

.hs-section {
    padding-top: 80px;
}

.hs-border-title {
    border-bottom: solid rgb(247, 187, 93) 10px;
}

.hs-border-news {
    border-bottom: solid rgb(25, 205, 54) 10px;
}

.page-item-hs:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-item-hs.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: rgb(237, 99, 29);
    border-color: rgb(237, 99, 29);
}
.page-item-hs.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-link {
    padding: 0.375rem 0.75rem;
}
.page-item-hs:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item-hs:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}
.pagination-lg .page-item-hs:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item-hs:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}
.pagination-sm .page-item-hs:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item-hs:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.text-red {
    color: red;
}

.hs-dropdown-menu {
    display: none;
    position: absolute;
    list-style: none;
    padding: 0px;
}

.hs-dropdown:hover .dropdown-toggle::after {
    transition: all 0.3s;
    transform: rotate(180deg); /* Menyesuaikan arah panah dropdown */
}

/* Membuat dropdown-menu terlihat saat di-hover */
.hs-dropdown:hover .hs-dropdown-menu {
    display: block;
    margin-top: 0; /* Menghilangkan jeda */
    transform: none; /* Menonaktifkan transformasi */
    opacity: 1; /* Memastikan dropdown terlihat penuh */
}

.hs-dropdown-item {
    white-space: nowrap;
}

.pagination-hs {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.back-to-top-hs {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px !important;
    height: 50px !important;
    bottom: 30px;
    right: 25px;
    font-size: 20px;
    box-shadow: 0px 4px 14px 0px rgba(96, 96, 96, 0.42);
    transition: all 200ms linear;
    opacity: 0;
    background-color: white;
    border-radius: 100%;
    color: white;
    border: 1px solid white;
}

.hs-pagiation-link:hover {
    transition: all 0.3s;
    color: #05d69e !important;
    border: solid 1px #05d69e !important;
}

.hs-shadow {
    box-shadow: none; /* Default: tidak ada bayangan */
}

.hs-nav-dropdown-position {
    position: relative; /* Relative position secara default */
}

.hs-nav-bg {
    background-color: none; /* bg-light default */
}

.hs-article-item-container:hover .hs-article-item {
    color: rgb(237, 99, 29) !important;
    transition: all 0.3s;
}

.btn-outline-hs-success {
    color: #009226;
    border-color: #009226;
}
.btn-outline-hs-success:hover {
    color: #fff;
    background-color: #009226;
    border-color: #009226;
}
.btn-check:focus + .btn-outline-hs-success,
.btn-outline-hs-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:active + .btn-outline-hs-success,
.btn-check:checked + .btn-outline-hs-success,
.btn-outline-hs-success.active,
.btn-outline-hs-success.dropdown-toggle.show,
.btn-outline-hs-success:active {
    color: #fff;
    background-color: #009226;
    border-color: #009226;
}

.hs-search {
    font-size: 40px;
}
.hs-search::placeholder {
    color: #fff !important;
    font-size: 40px !important;
}

.hs-search::-webkit-input-placeholder {
    color: #fff !important;
    font-size: 40px !important;
}

.hs-search::-moz-placeholder {
    color: #fff !important;
    font-size: 40px !important;
}

.hs-search:-ms-input-placeholder {
    color: #fff !important;
    font-size: 40px !important;
}

.hs-search::-ms-input-placeholder {
    color: #fff !important;
    font-size: 40px !important;
}

.modal-backdrop.show {
    opacity: 0.8 !important;
}

@media (min-width: 992px) {
    /* lg */
    .hs-shadow {
        box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.25); /* Shadow large */
    }

    .hs-nav-dropdown-position {
        position: absolute; /* Relative position secara default */
    }

    .hs-nav-bg {
        background-color: #f8f9fa; /* bg-light default */
    }
}

@media (max-width: 991.98px) {
    .section-content-article img {
        width: 100% !important;
        height: auto !important;
    }
    
    .sponsor-banner-container {
        height: 100px !important;
    }
    
    .sponsor-banner-img {
        max-height: 100px !important;
    }
}

@media (max-width: 575.98px) {
    .sponsor-banner-container {
        height: 80px !important;
    }
    
    .sponsor-banner-img {
        max-height: 80px !important;
    }
}
