body {
    background-image: url('../images/background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.backdrop {
    background-color: rgb(76 75 75 / 50%);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
}

.gradient {
    background: rgba(76, 75, 75, 10);
    background: linear-gradient(180deg, rgb(76 75 75 / 0%) 0%, rgba(235, 230, 230, 1) 145%);
    height: 50px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
    /*z-index: 1;*/
}

.header .logo img {
max-height: 206px;
margin-right: 8px;
position: absolute;
margin-top: 84px;
}

.header .logo h1 {
position: absolute;
margin: 250px 0 0 20px;
font-size: 20px;
}

.bg-none {
    background-color: rgba(255, 255, 255, 0);
    --background-color: #fff0;
}
.bg-white-blur {
    background-color: rgba(255, 255, 255, 0.3);
    --background-color: rgba(255, 255, 255, 0.3);
}

.search-wrapper {
    position: relative;
    width: 100%;
}

.search-input {
    width: 100%;
    padding: 12px 45px 12px 20px;
    border-radius: 50px;
    border: none;
    font-size: 1rem;
    outline: none;
    background: white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    color: #333;
}

.search-input::placeholder {
    color: #bbb;
    font-style: italic;
}

.search-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #ccc;
    pointer-events: none;
}

.container-pendaftaran {
    margin: 110px 45px;
}
.container-pendaftaran .text-pendaftaran {
    font-size: 15pt;
    font-weight: bold;
    font-style: italic;
    color: #fff;
}
.btn-pendaftaran, .btn-pnlh {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-size: 14px;
    padding: 8px 25px;
    /*margin: 0 0 0 30px;*/
    border-radius: 50px;
    transition: 0.3s;
}
.btn-pendaftaran:hover, .btn-pnlh:hover{
    color: var(--contrast-color);
    background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.kandidat-wrap {
    padding-bottom: 60px;
}
.kandidat-item {
    padding: 8px;
    background: var(--contrast-color);
    border-radius: 5px;
}

.kandidat-images img {
    position: inherit;
}
.kandidat-image:nth-child(1){
    padding-right: 1px;
}
.kandidat-image:nth-child(2){
    padding-left: 1px;
}
.kandidat-image {
 /*   width: 110px;*/
    height: 155px;
    display: inline-block;
}
.kandidat-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kandidat-content {
    margin-top: 10px;
    text-align: center;
}
.kandidat-content h4 {
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid #000;
}
.kandidat-content h5 {
    margin-top: 20px;
}
.kandidat-content p {
    margin-top: 20px;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--accent-color);
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--contrast-color,var(--accent-color))
}

.kandidat .kandidat-image {
    height: 195px;
}

.modal-body .kandidat-image {
    height: 280px;
}
.modal-body .kandidat-content h4 {
    font-weight: bold;
    margin-top: 20px;
}
.modal-body .kandidat-content {
    text-align: justify;
}

/* post article */
.post_article-media img, .post_article-content img {
    max-width: 100%;
    height: auto;
    display: block;
}
.post_article-metadata {
    font-size: 10pt;
}

.post_article-media .kandidat-image {
    height: 550px;
}
.post_article-media .kandidat-image img {
    height: 100%;
}

@media screen and (min-width: 767.98px) {
    .post_article-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px 100px;
    }
}

/* Share button */
ul.socials {
    display: inline-flex;
    list-style-type: none;
    margin-block-start: 1em;
    padding-inline-start: 0;
}
ul.socials .socials_item {
    margin-right: 10px;
}
ul.socials .socials_item a {
    background-color: var(--accent-color);
    /*background-color:
            color-mix(in srgb, var(--accent-color), transparent 20%);*/
    color: var(--contrast-color);
    padding: 12px 15px;
    border-radius: 50px;
    transition: all 0.4s;
}
ul.socials .socials_item a:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/* show_all_listing */
.show_all_listing {
    margin-bottom: 20px;
}
.show_all_listing a {
    background-color: var(--contrast-color);
    /*background-color:
            color-mix(in srgb, var(--accent-color), transparent 20%);*/
    color: var(--accent-color);
    padding: 5px 10px;
    border-radius: 50px;
    transition: all 0.4s;
}

.show_all_listing a:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
    color: var(--contrast-color);
    transition: all 0.4s;
}

/* gallery widget style */
.widgets_widget--galleries .gallery-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}
.widgets_widget--galleries .gallery-item img {
    width: 75px;
    height: 55px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 10px;
    border: 1px solid #ccc;
}
.widgets_widget--galleries .gallery-item a {
    color: #333;
    font-size: 0.95rem;
    text-decoration: none;
    font-weight: bold;
}
.widgets_widget--galleries .gallery-item a:hover {
    /*text-decoration: underline;*/
    color: #000000;
}

/* post list widget style */
.widgets_widget--post-lists .post-lists-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}
.widgets_widget--post-lists .post-lists-item img {
    width: 75px;
    height: 55px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 10px;
    border: 1px solid #ccc;
}
.widgets_widget--post-lists .post-lists-item a {
    color: #333;
    font-size: 0.95rem;
    text-decoration: none;
    font-weight: bold;
}
.widgets_widget--post-lists .post-lists-item a:hover {
    /*text-decoration: underline;*/
    color: #000000;
}
