body {
    background-image: url('../img/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;
}
