:root {
    --fs-percentage-h3: 4.2rem;
    --fs-percentage-h4: 1.6rem;
    --fs-percentage-notes: 1rem;
    --fs-testi-p: 1.3rem;
}

@media (max-width: 768px) {
    :root {
        --fs-percentage-h3: 3.8rem;
        --fs-percentage-h4: 1.5rem;
        --fs-testi-p: 1.2rem;
    }
}

@media (max-width: 480px) {
    :root {
        --fs-percentage-h3: 3.5rem;
        --fs-percentage-h4: 1.3rem;
        --fs-testi-p: 1.1rem;
    }
}

body {
    overflow-x: hidden;
}

h1 {
    padding-bottom: 1rem !important;
}

.landing-container.si {
    display: block;
    padding-bottom: 4rem;
}

.landing-flex {
    display: flex;
    align-items: center;
}

.landing-text {
    /* margin-top: -6em; */
    z-index: 9;
    width: 50%;
}

.landing-illustration.si {
    display: flex;
    justify-content: right;
    width: 70%;
    z-index: 9;
}

.landing-illustration img {
    width: 100%;
    max-width: 520px;
    position: relative;
    right: -60px;
    top: 4rem;
}

.landing-cta {
    display: flex;
    gap: 2em;
}

.landing-footer {
    text-align: center;
    z-index: 9;
    position: relative;
}

.landing-footer h2 {
    padding-bottom: 0;
}

.landing-footer p {
    padding-bottom: 1.3rem;
}

.white-button.secondary {
    background: transparent;
    color: #fff;
}

.white-button.secondary:hover {
    background: #fff;
    color: #133f5d;
}

.paper-container {
    position: relative;
}

/* .percentage .paper-container, .footer .paper-container {
    padding: 7rem 1rem;
} */
.benefit.paper-container {
    padding-bottom: 0;
}

.paper-content.inventory .flex-container {
    justify-content: space-between;
}

.benefit.paper-container h2 {
    color: #133f5d;
}

.benefit.paper-container .content-text {
    width: 40%;
    color: #133f5d;
}

.benefit.paper-container .content-illustration {
    width: fit-content;
}

.benefit.paper-container .content-illustration img {
    width: 100%;
    position: relative;
}

.benefit.paper-container .content-text h3 {
    font-size: 2rem;
}

.benefit.paper-container .flex-container {
    justify-content: space-between;
}

.flex-container.benefit-1 img {
    left: -3em;
    max-width: 580px;
}

.flex-container.benefit-2 img {
    right: -8em;
}

.flex-container.benefit-3 img {
    max-width: 700px;
    left: -8em;
}

.flex-container.benefit-4 img {
    max-width: 630px;
}

.flex-container.benefit-5 img {
    left: -10em;
    max-width: 630px;
}

.flex-container.benefit-2 {
    margin-top: -12em;
}

.flex-container.benefit-3 {
    margin-top: -11em;
}

.flex-container.benefit-4 {
    margin-top: -12em;
}

.flex-container.benefit-5 {
    margin-top: -12em;
}

.flex-container.benefit-4 img {
    right: -12em;
}

.invoice-penjualan-pages .testimoni .paper-container {
    padding-bottom: 24rem;
}

.content-text.testi h2 {
    text-align: right;
    color: #133f5d;
    font-size: 2.5rem;
    padding-right: 2rem;
    padding-bottom: 0;
}

.users-testimony .card {
    padding: 2em;
    width: 100%;
    /* max-width: 584px; */
    text-align: left;
    background: linear-gradient(122.33deg,
            #133f5d 26.62%,
            #4195d5 88.48%,
            #71b0e0 105.12%);
    border-radius: 15px;
    height: 295px;
}

.content-illustration.testi .carousel-inner .paper-aurora {
    position: absolute;
    width: 100%;
    max-width: 400px;
    right: -1rem;
    bottom: -12em;
}

.carousel-inner {
    position: relative;
    overflow: visible;
}

.testimony-desc {
    width: 100%;
    /* max-width: 593px; */
    position: relative;
}

.testimony-desc p {
    font-family: "Lustria";
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-testi-p);
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #fff;
    padding-top: 2rem;
}

.carousel-item:last-child .testimony-desc p {
    padding: 1rem 0;
}

.content-illustration .testimony-desc img {
    position: absolute;
    right: 9px;
    top: -3rem;
    width: 100%;
    max-width: 35px;
    opacity: 0.3;
}

.users-testimony .jobtitle img {
    max-width: 220px;
}

.users-testimony .jobtitle img#tehkotjok-logo {
    max-width: 135px;
}

.testimony-name p {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    text-align: left !important;
    color: #fff;
    padding-bottom: 0;
}

.testimony-name-title {
    font-weight: 400;
}

.testimony-points {
    display: none;
}

.testimony-points.active {
    display: flex;
    justify-content: right;
    gap: 2rem;
}

.testimony-points h2 {
    padding-bottom: 0;
}

.testimony-points-item {
    max-width: 200px;
    text-align: right;
}

.testimony-points-item p {
    color: #133f5d;
    font-weight: 400;
}

.percentage {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -80%);
    width: 100%;
    max-width: 900px;
    margin-top: 6rem;
    z-index: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 3rem 4rem;
    background: #CAE2F2;
    color: #133f5d;
}

.percentage-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.percentage-item {
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    gap: 4em;
}

.footer-content h2 {
    text-align: left;
    padding-bottom: 1rem;
}

.illustration-footer img {
    width: 100%;
    max-width: 350px;
}

/* Revamp Dec 2024 */

.landing.si .cta .paper-button {
    min-width: 170px;
}

.benefit-mg {
    background-color: #F2F7FC;
    color: #133f5d;
}

.benefit-mg .content-text .tab-text {
    cursor: pointer;
    color: #C8CFD4;
    padding-bottom: 1.5rem;
}

.benefit-mg .content-text .tab-text.active {
    color: #133f5d;
    padding-bottom: 0;
}

.benefit-mg .tab-img {
    height: 450px;
    justify-content: flex-end;
    align-items: center;
}

.benefit-mg .tab-img img {
    max-width: 550px;
    width: 100%;
}

.benefit-mg .tab-img:first-child img {
    max-width: 800px;
}

.benefit-mg .tab-img.tab-img-mobile {
    display: none;
}

.payment-mtd {
    background-color: #F2F7FC;
    color: #133f5d;
    text-align: center;
    position: relative;
}

.payment-mtd h2 {
    padding-bottom: 0.5rem;
}

.payment-mtd .header {
    padding-bottom: 2rem;
}

.payment-mtd .benefit-pt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding-bottom: 4rem;
    position: relative;
    z-index: 1;
}

.payment-mtd .benefit-pt>div {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    gap: 10px;
}

.payment-mtd .benefit-pt>div p {
    padding-bottom: 0;
    font-weight: 700;
    line-height: 1.5;
}

.payment-mtd .paper-aurora {
    position: absolute;
    z-index: 0;
    bottom: 7%;
    right: 8%;
    width: 100%;
    max-width: 650px;
}

.payment-mtd .aurora-blue {
    position: absolute;
    z-index: 0;
    top: 25%;
    left: 3%;
    width: 100%;
    max-width: 650px;
}

.pmtd-img {
    position: relative;
    left: 8px;
    padding-bottom: 4rem;
}

.pmtd-img img {
    width: 100%;
    max-width: 650px;
}

.payment-mtd .cta .paper-button {
    min-width: 150px;
}

.blue-gradient-footer {
    position: relative;
}

.invoice-penjualan-pages .blue-gradient-footer .paper-container {
    padding-bottom: 0;
    padding-top: 15rem;
}

.testimoni {
    position: relative;
}


.button-slider-row {
    display: flex;
    justify-content: flex-end;
    gap: 5%;
    padding-top: 1rem;
    padding-right: 2rem;
}

.button-slider {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #133f5d;
    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.button--previous img {
    transform: rotate(180deg);
}

.button-slider img {
    width: 18px;
}

.button-slider.disabled {
    background: #C8CFD5;
    cursor: not-allowed;
    pointer-events: none;
}

.carousel-item {
    display: none;
    opacity: 0;
    transition: all 1s ease-in;
}

.carousel-item.active {
    opacity: 1;
    display: block;
}

.percentage h3 {
    padding-bottom: 0;
    font-size: var(--fs-percentage-h3);
}

.percentage h4 {
    font-size: var(--fs-percentage-h4);
    line-height: 1.3;
}

.percentage .source {
    font-size: var(--fs-percentage-notes);
    text-align: center;
    padding-bottom: 0;
    padding-top: 2rem;
}

.footer-row.new-footer #homepage-footer {
    border-top: 1px solid #ffffff8f !important;
}

.payment-mtd h2 br {
    display: none;
}

.spc-campaign img{
    width: 100%;
    max-width: 350px;
    transform: rotate(-2deg);
}
.spc-campaign{
    padding-bottom: 18px;
}
a.white-button:hover{
    background: transparent;
    color: #fff;
}
@media (max-width: 1033px) {
    .landing-container.si {
        padding-top: 14rem;
        padding-bottom: 0;
    }

    .landing-cta {
        justify-content: center;
    }

    .landing-illustration.si {
        width: 100%;
    }

    .landing-flex {
        flex-direction: column;
    }

    .landing.si .landing-illustration img {
        max-width: 400px;
        left: 2rem;
        top: 0;
    }

    .landing.si br {
        display: none;
    }

    .landing.si .landing-text {
        max-width: 700px;
        padding-bottom: 4rem;
        order: initial;
    }

    .landing.si .landing-illustration.si {
        justify-content: center;
    }
}

@media (max-width: 976px) {
    .landing-illustration.si img {
        max-width: 585px;
    }

    .benefit.paper-container .content-text {
        width: 100%;
        position: inherit;
    }

    .benefit.paper-container .content-illustration img {
        position: inherit !important;
        display: flex;
        justify-content: center;
    }

    .flex-container .content-illustration.si {
        margin: 0 auto;
    }

    section h3, section:not(.payment-mtd) p {
        text-align: center;
    }

    .copy-footer p.copy-footer-p {
        text-align: left;
    }

    br {
        display: none;
    }

    .landing-illustration img {
        max-width: 650px;
        right: 0;
    }

    .flex-container {
        display: grid !important;
        margin-top: 0 !important;
        /* padding-top: 3em; */
    }

    .flex-container.benefit-1 img {
        margin-bottom: -4em;
        margin-left: 6em;
        max-width: 450px;
    }

    .flex-container.benefit-2 img {
        margin-bottom: -4em;
        max-width: 490px;
    }

    .flex-container.benefit-3 img {
        margin-bottom: -3em;
        max-width: 520px;
        margin-left: 3em;
    }

    .flex-container.benefit-4 img {
        margin-bottom: -4em;
        max-width: 470px;
    }

    .flex-container.benefit-5 img {
        margin-bottom: -5em;
        max-width: 470px;
    }

    .benefit.paper-container {
        padding-bottom: 6rem;
    }

    .benefit .flex-container {
        width: 100%;
        display: grid;
        justify-content: center;
    }

    .flex-container.benefit-2 .content-text.si, .flex-container.benefit-4 .content-text.si {
        order: 2;
    }

    .content-text.testi, .content-illustration.testi {
        width: 100%;
    }

    .content-text.testi h2 {
        text-align: center;
        padding-right: 0;
        padding-bottom: 2rem;
        padding-top: 0;
    }

    .testimony-desc p {
        text-align: left !important;
    }

    .invoice-penjualan-pages .content-text {
        width: 75%;
        margin: auto;
    }

    .invoice-penjualan-pages .content-illustration {
        width: 80%;
        margin: auto;
    }

    .benefit-mg .tab-img {
        justify-content: center;
    }

    .benefit-mg .tab-img.tab-img-mobile {
        display: flex;
        margin-bottom: -2rem;
        margin-top: -2em;
    }

    .benefit-mg .tab-text:first-child .tab-img.tab-img-mobile {
        margin-bottom: -6rem;
    }

    .benefit-mg .tab-text:last-child .tab-img.tab-img-mobile {
        margin-top: 0;
    }

    .benefit-mg .tab-img {
        height: inherit;
    }

    .benefit-mg .content-text .tab-text {
        color: #133f5d;
        padding-bottom: 0;
        cursor: inherit;
    }

    .benefit-mg .content-illustration .tab-img {
        display: none !important;
    }

    .percentage {
        position: relative;
        margin: 0 auto;
        left: 0;
        transform: translateY(30%);
    }

    .percentage-container {
        justify-content: space-evenly;
    }

    .invoice-penjualan-pages .testimoni .paper-container {
        padding-bottom: 0;
    }

    .invoice-penjualan-pages .blue-gradient-footer .paper-container {
        padding-top: 13rem;
    }

    .users-testimony .card {
        height: auto;
    }

    .benefit.paper-container .flex-container {
        justify-content: center;
    }

    .button-slider-row {
        justify-content: center;
        padding-right: 0;
        padding-bottom: 2rem;
        position: absolute;
        gap: 1rem;
        bottom: -90px;
        z-index: 5;
        left: 50%;
        transform: translateX(-50%);
    }

    .percentage {
        width: 94%;
    }
}

@media (max-width: 768px) {
    .footer-content {
        display: grid;
        gap: 0;
    }

    .copy-footer, .copy-footer h2, .copy-footer p {
        text-align: center;
    }

    .copy-footer {
        order: 2;
    }

    .illustration-footer {
        order: 1;
    }

    .illustration-footer img {
        display: flex;
        margin: 0 auto;
        max-width: 400px;
    }

    .paper-button {
        margin-top: 1em;
    }

    .payment-mtd .aurora-blue {
        top: 30%;
    }

    .payment-mtd .paper-aurora {
        right: 0;
        left: -20%;
        bottom: 10%;
    }

    .payment-mtd .benefit-pt>div {
        justify-content: flex-start;
    }

    .invoice-penjualan-pages .content-illustration {
        width: 100%;
        padding: 0;
    }

    .illustration-footer img {
        max-width: 250px;
        margin-bottom: -4rem;
    }

    .invoice-penjualan-pages .blue-gradient-footer .paper-container {
        padding-top: 15rem;
        padding-bottom: 3rem;
    }

    .copy-footer p.copy-footer-p {
        text-align: center;
    }

    .percentage-container {
        gap: 2rem;
    }

    .percentage {
        transform: translateY(25%);
    }

    .invoice-penjualan-pages .content-text {
        width: 100%;
    }

    .benefit-mg .tab-img img {
        max-width: 500px;
    }

    .benefit.paper-container .content-text h3 {
        font-size: 1.8rem;
    }

    .benefit-mg .tab-img:first-child img, .benefit-mg .tab-img img {
        max-width: 450px;
    }
    .benefit-mg .tab-img.tab-img-mobile {
        margin-bottom: -1rem;
    }
    .benefit-mg .tab-text:first-child .tab-img.tab-img-mobile {
        margin-bottom: -5rem;
    }
}

@media (max-width: 633px) {
    .benefit-mg .tab-text:first-child .tab-img.tab-img-mobile {
        margin-bottom: -4rem;
    }

    .benefit-mg .tab-img.tab-img-mobile {
        margin-bottom: -1rem;
    }

    .content-illustration.testi .carousel-inner .paper-aurora {
        bottom: -8em;
    }
}

@media (max-width: 512px) {
    .flex-container.benefit-1 img {
        margin-left: 3em;
        max-width: 320px;
    }
}

@media (max-width: 480px) {
    .landing.si .landing-illustration img {
        max-width: 320px;
    }

    .landing.si .landing-illustration img {
        padding-bottom: 3rem;
    }

    .landing-cta {
        flex-direction: column;
        gap: 1em;
    }

    .landing.si .cta .paper-button {
        min-width: 200px;
        padding: 12px;
    }

    .paper-button {
        margin-top: 0.5em;
    }

    .benefit.paper-container .content-text h3 {
        font-size: 1.5rem;
    }

    .payment-mtd .paper-aurora, .payment-mtd .aurora-blue {
        display: none;
    }

    .payment-mtd .benefit-pt {
        padding-bottom: 2rem;
    }

    .pmtd-img {
        padding-bottom: 2rem;
    }

    .users-testimony .jobtitle img {
        max-width: 180px;
    }

    .benefit-mg .tab-text:first-child .tab-img.tab-img-mobile {
        margin-bottom: -2rem;
    }

    .payment-mtd h2 br {
        display: block;
    }

    .flex-container.benefit-2 img {
        margin-bottom: -3em;
    }

    .flex-container.benefit-3 img {
        margin-bottom: -2em;
        margin-left: 1em;
    }

    .flex-container.benefit-4 img {
        margin-bottom: -3em;
    }

    .flex-container.benefit-5 img {
        margin-bottom: -3em;
        max-width: 300px;
    }

    .benefit.paper-container .benefit-1 .content-illustration img {
        margin-bottom: -3em;
    }

    .payment-mtd .benefit-pt>div {
        gap: 6px;
        width: 150px;
    }

    .payment-mtd .benefit-pt {
        gap: 5px;
    }

    .invoice-penjualan-pages .content-illustration {
        padding: 0;
    }

    .illustration-footer img {
        max-width: 230px;
    }
    .spc-campaign img{
        max-width: 250px;
    }
}

@media (max-width: 348px) {
    .payment-mtd .benefit-pt>div {
        width: 220px;
    }
}