.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #ea1b3b;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#page-loader {
    position: fixed;
    z-index: 9999;
    background-color: #DA291C;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blinking {
    animation: blink 1.5s infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

/* Kotak putih untuk logo */
.logo-box {
    background-color: white;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Efek berkedip */
.blinking {
    animation: blink 1.5s infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }
}



body {
    max-width: 440px;
    margin: 0 auto;
    font-family: "Inter", sans-serif;

}

.poppins {
    font-family: "Poppins", sans-serif;
}

.header {
    height: 68px;
    align-items: center;
    align-content: center;
}

.dkban {
    padding-left: 16px;
    padding-right: 16px;
}

.custom-header {
    background-color: #DA291C;
    height: 54px;
    color: white;
}

.logo-sg60 {
    height: 30px;
}

.btn-globe {
    background-color: white;
    color: #C8102E;
    font-weight: 500;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 20px;
    border: none;
}

.btn-globe i {
    font-size: 16px;
}

.fixed-icon-campaign {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fixed-icon-campaign img {
    width: 28px;
    height: 28px;
}

.section-title {
    position: relative;
    /* penting agar posisi absolute anak mengacu ke sini */
    background-color: #DA291C;
    /* atau sesuai tema */
    color: white;
    padding: 2rem;
    overflow: hidden;
    /* agar tidak overflow keluar area */
}

.section-heading {
    padding-bottom: 10px;
    font-size: 25px;
    position: relative;
    z-index: 2;
}

.section-subtext {
    font-size: 10px;
    position: relative;
    z-index: 2;
}

.fixed-icon-person {
    position: absolute;
    bottom: 0;
    right: -85px;
    z-index: 1;
    /* di bawah teks */
    opacity: 0.4;
    /* biar samar */
    max-width: 250px;
}

.fixed-icon-person img {
    width: 65%;
    height: auto;
}


.headk {
    display: flex;
    justify-content: space-between;
    padding: 0px 22px;
}

.kanan svg {
    width: 24px;
    height: 24px;
    margin: 0px 4px;
}

.optdks {
    max-width: 92%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px 24px;
    border: 1px solid #e5e7eb;
    border-radius: 0 0 12px 12px;
    background-color: #fff;
    box-shadow: rgba(216, 222, 235, 0.5) 0 0 10px;
}


.sec1dk {
    padding-top: 16px;
    padding-bottom: 20px;
    background-color: #e5e7eb;
}

.headtl {
    font-weight: 700;
    font-size: 20px;
    color: #ea1b3b;
    letter-spacing: 0;
    line-height: 1.3;
}

.ptl {
    font-size: 15px;
    color: #636467;
}

input {
    height: 43px !important;
    border-radius: 5px !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ced4da !important;
}

.btdk {
    background-color: #ea1b3b;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    height: 43px;
}

.freq {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -.022em;
    line-height: 1.2;
    color: #C8102E;
    padding-top: 29px;
    padding-bottom: 12px;
}

.footer {
    background-color: rgba(24, 24, 27, 1);
}

.ft2 {
    padding-top: 44px;
    padding-bottom: 5px;
    padding-left: 24px;
    padding-right: 24px;
}

.optdks-container {
  background: #fff; /* Atau warna yang sesuai banner */
  padding: 20px;
  border-radius: 10px;
}
