
.hero-text-gradient {
  --bg-size: 400%;
  --color-one: rgb(37, 161, 244);
  --color-two: rgb(249, 31, 169);
  background: linear-gradient(90deg, var(--color-one), var(--color-two), var(--color-one)) 0 0/var(--bg-size) 100%;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: move-bg 24s infinite linear;
}

@keyframes move-bg {
  to {
    background-position: var(--bg-size) 0;
  }
}

.compact .psp-main-status-dot {
    margin-right: 15px;
}
@media (max-width: 960px) {
    .psp-main-status-dot {
        margin-right: 0;
    }
}

.dot {
    background: #3bd671;
    color: #3bd671;
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    transform: none;
    border-radius: 50%;
}
.dot:after {
    animation: pulse 2s infinite;
    background: currentColor;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    border-radius: 50%;
}
@media (prefers-reduced-motion) {
    .dot:after {
        animation: none !important;
    }
}

.dot.is-big {
    height: 17px;
    width: 17px;
}
.dot.is-big:after {
    animation: pulseBig 2s infinite;
}
@media (prefers-reduced-motion) {
    .dot.is-big:after {
        animation: none !important;
    }
}
.compact .dot.is-big {
    height: 30px;
    width: 30px;
}

.uk-flex-none {
    flex: none;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulseBig {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.psp-main-status-dot.dot.is-big.uk-flex-none.dot-margin {
    margin-left: 8px;
    margin-right: -6px;
}


.psp-main-status-dot.dot.is-big.uk-flex-none.dot-no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.contact-row {
    display: flex;
    align-items: center;
}



.emot-size {
    font-size: 20px;
    display: inline-block;
}

/* ===== BACKGROUND GRADIENT 30 WARNA PREMIUM ===== */
.animated-bg {
    position: absolute;
    inset: -40%;
    background: linear-gradient(
        120deg,
        #ffd662, #eae4da, #bacfff, #91aae5,
        #bacfff, #eae4da, #ffd662, #eae4da,
        #bacfff, #bacfff, #91aae5, #91aae5,
        #ffd662, #eae4da, #eae4da, #91aae5,
        #eae4da, #eae4da, #bacfff, #bacfff,
        #bacfff, #ffd662, #bacfff, #bacfff,
        #91aae5, #ffd662, #eae4da, #eae4da,
        #91aae5, #eae4da, #eae4da
    );
    background-size: 900% 900%;
    animation: gradientMove 70s ease-in-out infinite;
    filter: blur(150px);
    opacity: 0.9;
    z-index: 0;
    pointer-events: none;
}

@keyframes gradientMove {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.star {
    position: absolute;
    font-size: clamp(18px, 2vw, 28px);
}

/* Posisi */
.s1 { top: 12%; left: 23%; }
.s2 { top: 20%; right: 18%; }
.s3 { top: 53%; left: 19%; }
.s4 { top: 55%; right: 12%; }
.s5 { bottom: 18%; left: 30%; }
.s6 { bottom: 12%; right: 22%; }

/* RANDOM ANIMASI UNTUK SETIAP EMOJI */
.emo {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

/* Setiap emoji beda animasi, beda durasi & delay */
.s1 { animation: float1 6s infinite alternate ease-in-out; }
.s2 { animation: float2 8s infinite alternate ease-in-out; }
.s3 { animation: float3 7s infinite alternate ease-in-out; }
.s4 { animation: float4 9s infinite alternate ease-in-out; }
.s5 { animation: float5 5s infinite alternate ease-in-out; }
.s6 { animation: float6 10s infinite alternate ease-in-out; }

/* KEYFRAME BERBEDA */
@keyframes float1 {
    0% { transform: translate(0,0) rotate(0deg); }
    50% { transform: translate(-10px, -20px) rotate(8deg); }
    100% { transform: translate(0,0) rotate(0deg); }
}

@keyframes float2 {
    0% { transform: translate(0,0) rotate(0deg); }
    50% { transform: translate(15px, -10px) rotate(-6deg); }
    100% { transform: translate(0,0) rotate(0deg); }
}

@keyframes float3 {
    0% { transform: translate(0,0); }
    50% { transform: translate(-20px, 10px) rotate(10deg); }
    100% { transform: translate(0,0); }
}

@keyframes float4 {
    0% { transform: translate(0,0); }
    50% { transform: translate(12px, -18px) rotate(-12deg); }
    100% { transform: translate(0,0); }
}

@keyframes float5 {
    0% { transform: translate(0,0); }
    50% { transform: translate(-15px, -12px) rotate(6deg); }
    100% { transform: translate(0,0); }
}

@keyframes float6 {
    0% { transform: translate(0,0); }
    50% { transform: translate(18px, 14px) rotate(4deg); }
    100% { transform: translate(0,0); }
}
.eniv-section {
    position: relative;
    z-index: 1;
    padding: 70px 0;
}
.eniv-section.eniv-section-bg-showcase {
    min-height: 500px;

    background:
        linear-gradient(
            180deg,
            rgba(247,249,255,0.95) 0%,
            rgba(238,242,255,0.9) 50%,
            rgba(230,236,255,1) 100%
        ),
        url("/assets/images/bgnegara.png");

    background-repeat: no-repeat;
    background-position: top center, bottom center;
    background-size: cover, cover;
}

.eniv-title {
    font-size: 28px;
    font-weight: 600;
    display: block;
    margin-bottom: 14px;
}
.eniv-p {
    max-width: 560px;
    line-height: 26px;
    color: var(--text_2);
    margin-bottom: 16px;
}
.eniv-p.eniv-p-2 {
    max-width: 900px;
}
.eniv-mb {
    margin-bottom: 40px;
}
.eniv-client-section {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.eniv-client-section-col {
    text-align: center;
}
.eniv-client-section-col h1 {
    font-size: 16px;
    margin-bottom: 20px;
}
.eniv-client-section-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 60px;
}
.eniv-client-section-col ul li {
    text-align: center;
}
.eniv-client-section-col ul li img {
    height: 84px;
    margin-bottom: 18px;
}
.eniv-client-section-col ul li h2 {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_2);
}

@media screen AND (max-width: 992px) {
    .eniv-navbar.scroll .eniv-navbar-menu {
        border-top: 1px solid transparent;
    }
    .eniv-navbar:not(.scroll) .eniv-navbar-menu a {
        color: #646464;
    }
    .eniv-navbar:not(.scroll) .eniv-navbar-menu a.active {
        color: var(--primary);
    }
    .eniv-navbar-menu {
        position: absolute;
        background: #fff;
        top: 89px;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: self-start;
        height: 0;
        overflow: hidden;
        box-shadow: 0px 6px 10px 0px rgba(8, 14, 28, 0.06);
    }
    .eniv-navbar+.eniv-section {
        padding-top: 30px;
    }
    .eniv-navbar-menu.show {
        height: 210px;
        border-color: #e7eefd !important;
    }
    .eniv-navbar-menu a {
        padding: 12px 16px;
        width: 100%;
    }
    .eniv-navbar-menu a:first-child {
        margin-top: 12px;
    }
    .eniv-navbar-menu a:last-child {
        margin-bottom: 12px;
    }
    .eniv-navbar-profile .text-end {
        display: none;
    }
    .eniv-toggle, .eniv-toggle-guide {
        display: block;
    }
    .eniv-users-head-body {
        gap: 18px;
    }
    .eniv-users-head-body img {
        height: 110px;
    }
    .eniv-users-head-body h1 {
        font-size: 16px;
    }
    .eniv-users-head-body p {
        font-size: 13px;
    }
    .eniv-users-head {
        height: 180px;
    }
    .eniv-users-head-body p {
        margin-bottom: 54px;
    }
    .eniv-users-menu hr {
        display: none;
    }
    .eniv-users-menu {
        flex-direction: row;
        margin-bottom: 30px;
        overflow: auto;
        margin-top: -20px;
    }
    .eniv-users-menu a span {
        display: none;
    }
    .eniv-footer-info {
        margin-bottom: 20px;
    }
    .eniv-copyright {
        flex-direction: column;
        gap: 12px;
    }
    .eniv-hero {
        background-size: auto;
    }
    .eniv-hero-over {
        padding: 40px 60px;
        padding-bottom: 0;
        border-radius: 26px 26px 0 0;
    }
    .eniv-hero-over p {
        margin-bottom: 40px;
    }
    .eniv-hero-over .row .col-lg-4:last-child p {
        margin-bottom: 0;
    }
    .eniv-hero h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .eniv-hero h1 {
        font-size: 32px;
    }
    .eniv-hero-action {
        gap: 10px;
    }
    .eniv-hero-action .btn {
        white-space: nowrap;
    }
    .eniv-title {
        font-size: 20px;
    }
    .eniv-title:before {
        top: -1px;
    }
    .eniv-home-statistic {
        gap: 10px;
    }
    .eniv-home-statistic-item {
        gap: 10px;
        padding: 16px;
    }
    .eniv-home-statistic-item h1 {
        margin-bottom: 4px;
    }
    .eniv-home-statistic-item img {
        height: 48px;
    }
    .eniv-rating {
        margin-bottom: 40px;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-left: 20px;
        padding-right: 20px;
    }
    .eniv-section-over img {
        margin-bottom: 40px;
    }
    .eniv-section-over-child {
        flex-direction: column;
    }
    .eniv-section-over-child-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .eniv-section-over-child .eniv-section-over-child-item:last-child {
        border-top: 1px solid #303640;
        padding-top: 20px;
    }
    .eniv-showcase-col, .eniv-showcase .eniv-showcase-col:nth-child(even) {
        flex-direction: column;
    }
    .eniv-showcase-content {
        width: 100%;
        padding: 0;
    }
    .eniv-showcase-content h1 {
        font-size: 20px;
    }
    .eniv-client-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .eniv-client-section-col {
        text-align: start;
    }
    .eniv-client-section-col ul {
        flex-wrap: wrap;
        gap: 26px;
        justify-content: space-between;
    }
    .eniv-client-section-col ul li img {
        height: 60px;
    }
    .eniv-step {
        background-image: none;
        padding-top: 0;
    }
    .eniv-step ul {
        flex-direction: column;
        gap: 20px;
    }
    .eniv-step ul * {
        top: 0 !important;
    }
    .eniv-step ul li {
        width: 50%;
    }
    .eniv-step ul li:nth-child(even) {
        margin-left: auto;
    }
    .eniv-section-over {
        padding: 40px 20px;
    }
    .eniv-faq {
        display: flex;
        flex-direction: column;
    }
    .eniv-faq-list {
        width: 100%;
    }
    .eniv-faq-content {
        border-left: 0;
        border-top: 1px solid #303845;
        padding-top: 20px;
        padding-left: 0;
    }
    .eniv-faq-list li {
        padding-left: 0;
        padding-right: 0;
    }
    .eniv-navbar-menu a.active:before {
        display: none;
    }
    .eniv-navbar-menu a:hover:before, .eniv-navbar-menu a.active:before {
        display: none;
    }
    .eniv-navbar-menu a:hover:after, .eniv-navbar-menu a.active:after {
        width: 30px;
        right: 16px;
        top: 22px;
        bottom: auto;
        left: auto;
    }
    .eniv-section-product {
        background-size: auto 100%;
        padding-bottom: 30px;
    }
    .eniv-section-product a.eniv-product {
        margin-bottom: 0;
    }
    .eniv-product-sidebar {
        margin-top: 40px;
    }
    .eniv-product-image-inline {
        display: flex;
        gap: 20px;
        margin-top: 20px;
    }
    .eniv-product-image-inline img {
        margin-bottom: 0 !important;
        width: calc(50% - 10px);
    }
    .eniv-auth {
        position: relative;
        overflow: hidden;
        background-size: auto 100%;
        padding: 60px 0;
    }
    .eniv-auth-body {
        justify-content: flex-start;
        flex-direction: column;
        gap: 60px;
    }
    .eniv-auth:after {
        background-image: url(/assets/images/bg-auth-right-top.png);
        background-size: 158% auto;
        left: 0px;
        top: 260px;
        bottom: 0;
        background-position: top;
        min-height: 100vh;
    }
    .eniv-auth-start ul {
        display: none;
    }
    .eniv-auth-start ul li {
        white-space: nowrap;
    }
    .eniv-auth-start h1 {
        font-size: 26px;
        line-height: 36px;
    }
    .eniv-auth-end {
        padding-top: 50px;
    }
    .eniv-auth-end h1 {
        font-size: 22px;
    }
    .eniv-auth-start, .eniv-auth-end {
        width: 100%;
    }
    .eniv-web-capture {
        width: 140px;
    }
    .text-end-desktop {
        text-align: start;
        margin-bottom: 8px;
    }
    .col-form-label {
        text-align: start;
    }
    .eniv-terms {
        flex-direction: column;
        gap: 20px;
    }
    .eniv-terms-start {
        position: relative;
        top: 0;
        border-bottom: 1px solid #cfcfcf;
        padding-bottom: 20px;
    }
    .eniv-status-server {
        gap: 8px;
        flex-direction: column;
    }
    .eniv-status-server-data li:nth-child(-n+30) {
        display: none;
    }
    .eniv-status-server-data {
        gap: 4px;
    }
    .eniv-status-server h1 {
        width: auto;
    }
    .eniv-status-server h2 {
        width: auto;
    }
    .eniv-package-item {
        padding-left: 18px;
    }
    .eniv-footer {
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: left center;
    }
    .eniv-guide-view {
        flex-direction: column;
    }
    .eniv-guide-view-start {
        width: 100%;
        position: absolute;
        top: 0;
        background: #ffffff;
        left: 0;
        max-width: 340px;
        padding: 30px;
        bottom: 0;
        margin-left: -340px;
        transition: .4s;
    }
    .eniv-guide-view-start.show {
        margin-left: 0;
    }
    .eniv-guide-header h1 {
        font-size: 22px;
    }
    .text-start-mobile {
        text-align: start;
    }
    .eniv-mb-mobile {
        margin-bottom: 20px;
    }
    .eniv-contact {
        margin-bottom: 40px;
    }
    .eniv-contact-form h1 {
        font-size: 22px;
    }
    .eniv-contact-card {
        padding: 20px 20px 114px 20px;
    }
    .eniv-contact iframe {
        margin-top: -94px;
    }
    .eniv-display {
        margin-bottom: 20px;
    }
    .eniv-package-body h3 a {
        display: block;
        width: fit-content;
        margin-bottom: 12px;
    }
    .iziToast-wrapper-topCenter {
        padding: 20px;
        top: 90px;
    }
    .eniv-admin-menu {
        overflow: auto;
        justify-content: flex-start;
        padding: 12px 18px;
    }
    .eniv-card-form {
        margin-top: 20px;
    }
    .eniv-card-want {
        padding: 0 30px;
        background-size: auto 100%;
    }
    .eniv-card-want h1 {
        font-size: 18px;
    }
    .eniv-card-want p {
        font-size: 15px;
        line-height: 26px;
    }
    .eniv-get-ready {
        padding-bottom: 120px;
    }
    .eniv-get-ready .container {
        position: initial;
    }
    .eniv-get-ready-content {
        text-align: center;
        padding-left: 0;
    }
    .eniv-get-ready-rocket {
        bottom: 0;
        width: 100%;
        background-position: bottom center;
    }
}