/* ============================
   WISHAS SECTION (Ucapan & Hadiah)
   ============================ */
.wishas {
    width: 100%;
    min-height: 100vh;
    padding: 4rem 8rem;
    background-color: var(--bg-color);
    position: relative;
    text-align: center;
}

/* JUDUL BAGIAN */
.wishas div:nth-of-type(1) h2,
.wishas div:nth-of-type(2) h2 {
    font-size: var(--fontSize-heading-base);
    font-family: var(--sacramento);
    font-weight: 400;
}

/* KARTU E-MONEY / BANK */
.wishas div:nth-of-type(1) > div {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
}

.wishas div:nth-of-type(1) > div figure {
    width: 24rem;
    text-align: center;
    border-radius: 15px;
    padding: 1rem 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 -1px 1px rgba(0, 0, 0, 0.1);
}

.wishas div:nth-of-type(1) > div figure img {
    width: 10rem;
    height: 3rem;
    object-fit: contain;
    margin-bottom: 1rem;
}

.wishas div:nth-of-type(1) > div figure figcaption {
    line-height: 1.8rem;
    margin-bottom: 1rem;
}

/* TOMBOL SALIN REKENING / QRIS */
.wishas div:nth-of-type(1) > div figure button {
    padding: 0.4rem 1rem;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    transition: var(--transition-small);
}

.wishas div:nth-of-type(1) > div figure button:hover {
    background-color: #000;
    color: #fff;
}

/* FORM UCAPAN */
.wishas div:nth-of-type(2) {
    margin-top: 2rem;
    padding: 2rem 4rem 4rem;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 -1px 1px rgba(0, 0, 0, 0.1);
}

.wishas div:nth-of-type(2) > form {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100%;
}

.wishas div:nth-of-type(2) > form label {
    margin: 1.4rem 0 4px;
    display: block;
}

.wishas div:nth-of-type(2) > form input,
.wishas div:nth-of-type(2) > form select,
.wishas div:nth-of-type(2) > form textarea {
    width: 100%;
    padding: 0.6rem 1rem;
    border: 1px solid #000;
    border-radius: 5px;
}

.wishas div:nth-of-type(2) > form textarea {
    min-height: 6rem;
}

.wishas div:nth-of-type(2) > form button {
    margin-top: 1rem;
    padding: 0.6rem 0;
    width: 100%;
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* DAFTAR UCAPAN */
.wishas div:nth-of-type(3) {
    margin-top: 2rem;
    padding: 2rem 4rem;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 -1px 1px rgba(0, 0, 0, 0.1);
}

.wishas div:nth-of-type(3) ul {
    margin-top: 1.4rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 26rem;
    max-height: 30rem;
    overflow-y: hidden;
}

/* ITEM UCAPAN */
.wishas div:nth-of-type(3) ul li {
    display: flex;
    align-items: start;
    gap: 1rem;
}

.wishas div:nth-of-type(3) ul li div:nth-of-type(1) {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishas div:nth-of-type(3) ul li div:nth-of-type(2) {
    margin-top: 0.4rem;
    padding: 0;
    text-align: start;
    box-shadow: none;
}

.wishas div:nth-of-type(3) ul li div:nth-of-type(2) h4 {
    font-size: 1rem;
    font-weight: 400;
}

.wishas div:nth-of-type(3) ul li div:nth-of-type(2) p:nth-of-type(1) {
    font-size: 0.6rem;
    font-weight: 300;
    line-height: 1rem;
}

.wishas div:nth-of-type(3) ul li div:nth-of-type(2) p:nth-of-type(2) {
    font-size: 0.8rem;
    font-weight: 300;
    margin-top: 0.4rem;
}

/* TOMBOL GANTI HALAMAN / PAGINASI */
.wishas div:nth-of-type(3) .button-grup {
    margin-top: 1rem;
    width: fit-content;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishas div:nth-of-type(3) .button-grup > span {
    width: 2rem;
    height: 2rem;
    background-color: #d5d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishas div:nth-of-type(3) .button-grup button {
    padding: 0.5rem 1rem;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

/* BACKGROUND SVG ORNAMEN */
.wishas svg:nth-of-type(1),
.wishas svg:nth-of-type(2) {
    position: absolute;
    z-index: -10;
    left: 0;
    right: 0;
}

.wishas svg:nth-of-type(1) {
    top: -12rem;
}

.wishas svg:nth-of-type(2) {
    bottom: -15rem;
}
