.SearchSectionPage {
    height: 100vh; 
    padding: 60px !important; 
    text-align: center; 
    background-size: cover; 
    background-position: center; 
    color: white; 
}

.formAdjustment {
    background: rgba(183, 183, 183, 0.08);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(232 193 30);
    display: flex;
    position: relative;
    text-align: center;
    padding-block: 6px;
    padding-inline: 9px;
    border-radius: 10px;
    gap: calc(0.25rem * 2);
    align-items: center;
    background-color: rgba(183, 183, 183, 0.08);
    backdrop-filter: blur(4px);
}

.inputAdjustment {
    background-color: transparent;
    color: white;
    border-style: none;
    flex-grow: 1;
    min-width: calc(0.25rem * 0);
}
.inputAdjustment:focus {
    outline: none;
}

.searchButton {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 12px;
    line-height: 18px;
    padding: 9px 16px;
    cursor: pointer;
    background-color: #da261d;
    color: white;
    border-radius: 10px;
    justify-content: space-between;
    opacity: 1;
    border: none;
}

.flexbox-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-berita {
    min-height: 100vh;
    padding: 60px 20px;
    text-align: center;
    align-items: center;
    color: #000;
    background-image: url(../Assets/BackgroundImage/paternSasirangan.png), url(../Assets/BackgroundImage/paternSasirangan2.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: right bottom, left top;
}
.container-wilayah {
    min-height: 100vh;
    padding: 60px 20px;
    text-align: center;
    background-size: cover;
    background-position: center;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../Assets/BackgroundImage/Sasirangan.png);
    color: white;
}
.list-button {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.button-wilayah {
    background-color: #ffffff;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.button-wilayah-inside {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.button-wilayah-inside div:nth-child(1) {
    width: 80px;
    height: 80px;
}
.button-wilayah-inside div:nth-child(2) {
    height: 40px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}
.button-wilayah-inside div:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(3px 3px 4px #4b4b4b);
}
.button-wilayah-inside div:nth-child(2) p {
    color: black;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}

.container-LayananPublik {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../Assets/BackgroundImage/MotifSasiranganKalsel.png);
    min-height: 100vh;
    padding: 60px 20px;
    text-align: center;
    background-size: cover;
    background-position: center;
    align-items: center;
}

.Button-Layanan {
    background-color: #ffffff;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    cursor: pointer;
    animation: pulse 2s infinite;
    transition: background-color 0.3s ease;
}
.Button-Layanan div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.title-header p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px;
}