:root {
    --heading-h1-font-size: 3.5rem;
    --heading-h2-font-size: 3rem;
    --heading-font-size: 2rem;
    --subheading2-font-size: 1.8rem;
    --subheading-font-size: 1.6rem;
    --table-title-font-size: 1.5rem;
    --table-header-font-size: 1.3rem;
    --paragraph-font-size: 1.2rem;
    --small-text-font-size: 1rem;
    --footer-font-size: 0.8rem;
}

/* For medium screens (768px and above) */
@media (max-width: 768px) {
    :root {
        --heading-h1-font-size: 3.1rem;
        --heading-h2-font-size: 2.6rem;
        --heading-font-size: 1.8rem;
        --subheading2-font-size: 1.6rem;
        --subheading-font-size: 1.4rem;
        --table-title-font-size: 1.3rem;
        --table-header-font-size: 1.2rem;
        --paragraph-font-size: 1rem;
        --small-text-font-size: 0.9rem;
        --footer-font-size: 0.7rem;
    }
}

/* For small screens (480px and below) */
@media (max-width: 480px) {
    :root {
        --heading-h1-font-size: 2.3rem;
        --heading-h2-font-size: 2rem;
        --heading-font-size: 1.6rem;
        --subheading2-font-size: 1.4rem;
        --subheading-font-size: 1.2rem;
        --table-title-font-size: 1.2rem;
        --table-header-font-size: 1.1rem;
        --paragraph-font-size: 0.9rem;
        --small-text-font-size: 0.8rem;
        --footer-font-size: 0.6rem;
    }
}

.pricing .hero-title h1 {
    font-size: var(--heading-h1-font-size);
    line-height: 1.2;
}

.pricing .hero-title p {
    font-size: var(--subheading-font-size);
}

.pricing h2 {
    font-size: var(--heading-h2-font-size);
    line-height: 1.5;
}

.pricing .hero .paper-container {
    padding-bottom: 2em;
    padding-top: 10em;
}

.pricing #hero-bg {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: -10em;
}

.pricing .hero-title {
    color: #fff;
    text-align: center;
}

.pricing-compare {
    color: #133F5D;
}

.pricing-compare .table-compare {
    background: #fff;
    border-radius: 38px;
    width: 100%;
    max-width: 1080px;
    margin: auto;
    border-radius: 30px;
    box-shadow: 4px 4px 20px 2px rgba(0, 0, 0, 0.10);
    font-size: var(--paragraph-font-size);
}
.padding-for-table {
    padding: 3rem 3rem 1rem;
}

.pricing-compare .table-compare .table-row {
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #133F5D;
    font-family: Lato;
    line-height: 1.5;
}

.pricing-compare .table-compare .table-row.blue-bg {
    border-radius: 30.5px;
    background: linear-gradient(90deg, #CAE2F2 0%, rgba(202, 226, 242, 0.20) 100%);
}

.pricing-compare .table-compare .table-header {
    position: sticky;
    top: 4.8rem;
    z-index: 10;
    padding: 3rem 3rem 0;
    background: #fff;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
   
}
.table-header.sticky-active{
    box-shadow: 4px 4px 20px 2px rgba(0, 0, 0, 0.13);
}

.pricing-compare .table-header h3 {
    font-size: var(--heading-font-size);
    line-height: 1.2;
    padding-bottom: 0;
    /* height: 42px; */
    margin-bottom: auto;
}

.pricing-compare p {
    padding-bottom: 0;
}

.pricing-compare .header-desc {
    margin-bottom: auto;
    color: #133F5D;
    line-height: 1.5;
}

.pricing-compare .header-desc.price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.pricing-compare .header-desc.price.switcher {
    margin-top: 0.8em;
}

.pricing .header-desc-switcher {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pricing-compare .header-desc h4 {
    font-size: var(--subheading2-font-size);
    margin-bottom: 0;
}

.pricing-compare .header-desc.price .currency {
    position: relative;
    top: -5px;
}

.pricing-compare .header-desc.price .month {
    position: relative;
    bottom: -3px;
}

.pricing-compare .table-compare .table-cell {
    width: 100%;
    max-width: 300px;
    padding: 12px;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing-compare .table-compare .table-cell.labels {
    text-align: left;
    font-weight: 700;
    padding-left: 3rem;

    justify-content: flex-start;
}

.pricing-compare .table-header .table-cell {
    flex-direction: column;
    gap: 0.8rem;
    padding-bottom: 3rem;
}

.pricing-compare .table-compare .table-cell #check-green {
    width: 28px;
}

.table-compare-slider {
    display: none;
}

#paper-plus-logo {
    width: 160px;
}

.paper-plus .section-paper-plus__pricing__tab__label {
    font-size: var(--paragraph-font-size);
    padding: 0 8px 8px;
}

.paper-plus .section-paper-plus__pricing__tab__switch-wrapper__switch {
    width: 48px;
    height: 26px;
}

.paper-plus .section-paper-plus__pricing__tab__switch-wrapper__switch .slider.slider--rounded {
    box-shadow: 0px 3px 10px 0px #00000014;
}

.paper-plus .section-paper-plus__pricing__tab__switch-wrapper__switch .slider::before {
    height: 18px;
    width: 18px;
    left: 5px;
    bottom: 3px;
}

.paper-plus .section-paper-plus__pricing__tab__switch-wrapper__switch input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    background: #93C854;
}

.pricingList_table-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    position: relative;
    padding: 6em 0;
}

.pricingList_table-wrapper {
    background: linear-gradient(90deg, #CAE2F2 0%, rgba(202, 226, 242, 0.20) 100%);
    filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.10));
    border: 2px solid #F7FBFD;
    border-radius: 38px;
}

.pricingList_table-header {
    color: #133F5D;
    text-align: center;
    font-family: Lato;
    font-size: var(--table-title-font-size);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 1.5rem;
}

.pricingList_table-content {
    background: #F7FBFD;
    box-sizing: border-box;
    border-radius: 38px;
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px;
}

.pricingList_table-content-wrapper {
    padding: 2em 6em 1.5em;
    display: flex;
    justify-content: center;
    width: 100%;
}

.pricingList_col {
    width: 350px;
    box-sizing: border-box;
}

.pricingList_col>div {
    height: 50px;
    text-align: center;
    color: #133F5D;
    font-size: var(--paragraph-font-size);
    border-bottom: 1px solid #ECEFF1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricingList_col>div>div:first-child {
    display: none;
}

.pricingList_first-col>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 3rem;
    gap: 6px;
    font-size: var(--small-text-font-size) !important;
}

.pricingList_col>div:first-child {
    font-weight: 700;
    font-size: var(--table-header-font-size);
}

.pricing-list #paper-plus-logo {
    width: 116px;
}

.pricingList_col>div>div>span {
    font-size: var(--small-text-font-size);
}

.pricingList_table-footer {
    padding: 0 10.5em 2em;
    color: #133F5D;
    font-size: var(--footer-font-size);
    max-width: 930px;
}

.pricingList_col_es {
    position: relative;
}

.pricingList_col_es>div:not(:first-child) {
    filter: blur(4px);
}

.pricingList_col_es>span.cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    display: flex;
    justify-content: center;
}

.pricingList_col_es>span.cta .green-button:hover {
    background: #fff;
    color: #93c854;
    font-weight: 700;
}

#shopee-icon {
    position: relative;
    bottom: 3px;
}

#blue-background {
    background: linear-gradient(359deg, #257AB4 33.97%, #1C4E71 55.85%, #113955 92.68%);
    ;
}

.trusted-by .paper-container, .faq-section .paper-container {
    padding: 4rem 1rem;
}

.trusted-by .paper-container {
    padding-top: 3rem;
}

.trusted-by h2 {
    color: #fff;
    padding-bottom: 1em;
    padding-top: 0;
}

.trusted-by .highlight-green {
    background: linear-gradient(178deg, #EFC351 -8.96%, #B0D279 27.41%, #67951A 69.01%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: -1em;
    position: relative;
    bottom: -12px;
}

.logo-user-wrapper .flex-container {
    flex-wrap: wrap;
    justify-content: center;
}

.trusted-by .logo-wrapper {
    border-radius: 12px;
    background: #fff;
    margin: 3rem;
    box-shadow: 4px 4px 20px 2px rgba(0, 0, 0, 0.10);
    width: 180px;
    height: 100px;
}

.trusted-by .logo-user {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.trusted-by .logo-user img {
    max-width: 120px;
    max-height: 100%;
    object-fit: contain;
    margin: auto;
}

.testimony-wrapper {
    color: #fff;
    gap: 2em;
    max-width: 860px;
    margin: auto;
    padding-top: 6em;
}

.testimony-content {
    padding: 2em;
    background: rgb(255 255 255 / 10%);
    box-shadow: 0px 15px 60px 0px rgba(0, 109, 174, 0.10);
    border-radius: 18px;
    border: 1px solid #93C854;
    position: relative;
    max-width: 350px;
    margin: auto;
    min-height: 234px;
}

.testimony-text p {
    padding-bottom: 0;
    text-align: center;
    font-family: Lustria;
    line-height: 1.5;
}

.testimony-logo {
    background: #FFF;
    position: absolute;
    border-radius: 14px;
    width: 160px;
    display: flex;
    justify-content: center;
    height: 70px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}

.quotes-icon {
    position: absolute;
    top: 0;
    left: 50%;
    width: 56px;
    height: 56px;
    transform: translate(-50%, -70%);
}

.testimony-logo img {
    width: 80px;
}

.testimony-logo:last-child {
    padding-block: 0;
}

span.text-green {
    color: #93C854;
    font-size: var(--table-header-font-size);
    display: block;
}

.faq-section h2 {
    color: #fff;
    padding-bottom: 4rem;
}

.faq-wrapper {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.faq-item {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 15px 60px 0px rgba(0, 109, 174, 0.10);
    margin-bottom: 1rem;
    padding: 2rem;
}

.faq-question {
    color: #133F5D;
    font-family: Lato;
    font-size: var(--paragraph-font-size);
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-icon {
    margin-left: auto;
    transition: transform 0.3s ease;
}

.dropdown-icon img {
    width: 16px;
}

.faq-answer {
    display: none;
}

.faq-answer p {
    color: #133F5D;
    padding-top: 1rem;
    padding-bottom: 0;
    font-size: var(--paragraph-font-size);
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .dropdown-icon {
    transform: rotate(180deg);
}

.faq-footer {
    color: #fff;
    font-size: var(--paragraph-font-size);
    text-align: center;
    padding: 3rem 0 0;
    max-width: 600px;
    margin: auto;
}

.faq-footer .support-link {
    text-decoration: underline;
    color: #fff;
    transition: filter 0.5s ease;
}

.faq-footer .support-link:hover {
    filter: opacity(0.7);
}

.faq-footer .cta {
    padding: 3rem 0 0;
}

.custom-footer .footer-row.new-footer {
    background: transparent;
}

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

.display-none {
    display: none;
}

.installment {
    color: #133F5D;
}

.installment .subtitle {
    text-align: center;
    padding-bottom: 4rem;
    font-size: var(--subheading-font-size);
}

.installment h2 {
    padding-bottom: 1rem;
}

/* .sub-title-installment {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
    padding-bottom: 2rem;
}

.sub-title-installment-pt {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--paragraph-font-size);
    max-width: 200px;
}

.sub-title-installment-pt img {
    width: 24px;
} */

.installment .pricingList_table-content-wrapper {
    justify-content: space-between;
    padding-block: 0;
}

.installmentList_col {
    width: 100%;
    box-sizing: border-box;
}

.installmentList_first-col {
    width: 50%;
    max-width: 130px;
}

.installmentList_col:not(.installmentList_first-col) {
    border-left: 1px solid #ECEFF1;
}

.installmentList_col>div {
    height: 120px;
    color: #133F5D;
    font-size: var(--paragraph-font-size);
    border-bottom: 1px solid #ECEFF1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.installmentList_col>div:first-child {
    height: 150px;
}

.installmentList_first-col>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

.installmentList_col>div:last-child {
    border-bottom: none;
}

.installmentList_first-col>div>b {
    width: 110px;
    text-align: center;
    padding-right: 1rem;
}

.installmentList_col>div.in_period {
    flex-direction: column;
    justify-content: stretch; 
}

.installmentList_col .in_period>div:first-child {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.installmentList_col img {
    width: 100%;
    max-width: 56px;
}

.installmentList_col img.logo-bri {
    max-width: 45px;
    margin-bottom: 2px;
}

.installmentList_col img.logo-bni {
    max-width: 46px;
}

.installmentList_col img.logo-mandiri {
    max-width: 72px;
    margin-bottom: 12px;
}

.installmentList_col img.logo-ocbc {
    max-width: 64px;
}

.installmentList_col img.logo-bukopin {
    max-width: 95px;
}

.installmentList_col img.logo-uob {
    max-width: 48px;
}

.installmentList_col img.logo-dbs {
    max-width: 46px;
}

.installmentList_col .in_period_row {
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    border-top: 1px solid #ECEFF1;
}

.installmentList_col .in_period_value {
    display: flex;
    width: 100%;
}

.installmentList_col .in_period_row>div, .installmentList_col .in_period_value>div {
    width: 100%;
    text-align: center;
}

.installment .in_period_desc {
    font-size: var(--footer-font-size);
}

.installment .pricingList_table-container {
    padding-top: 0;
}

@media (min-width: 1441px) {
    .pricing #hero-bg {
        top: -30rem;
    }
    .pricing-compare .table-compare, .pricingList_table-container {
        max-width: 1280px;
    }
}

@media (min-width: 1600px) {
    .pricing #hero-bg {
        top: -35rem;
    }
}

@media (min-width: 1800px) {
    .pricing #hero-bg {
        top: -55rem;
    }
}

@media (max-width: 1280px) {
    .pricing-compare .header-desc br {
        display: none;
    }

    .installment .pricingList_table-content-wrapper {
        justify-content: center;
    }

    .installmentList_col .in_period_value {
        display: flex;
        width: unset;
    }

    .installmentList_col .in_period_row>div, .installmentList_col .in_period_value>div {
        width: 120px;
    }

    .pricing-compare .table-compare {
        max-width: 900px;
        font-size: var(--small-text-font-size);
    }

    .pricing .paper-button {
        font-size: var(--small-text-font-size);
    }

    .pricing-compare .table-header .table-cell.enterprise-solution {
        padding-inline: 0;
    }
}

@media (max-width: 976px) {
    .pricing #hero-bg {
        top: 0;
    }

    .pricing-compare .table-compare {
        display: none;
    }

    .table-compare-slider {
        display: block;
    }

    .productCompare_table-wrapper {
        display: flex;
        justify-content: flex-start;
        gap: 15px;
        width: 95%;
        margin: 0 auto;
        overflow-x: auto;
        padding: 0 0 1.5rem;
    }

    .productCompare_col {
        background: #FFF;
        min-width: 280px;
        width: 90%;
        text-align: center;

        /* box-shadow: 4px 4px 20px 2px rgba(0, 0, 0, 0.10); */
        border: 1px solid #ECEFF1;
        border-radius: 20px;
        padding: 2rem 0;
    }

    .productCompare_col .table-header.table-cell {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
        padding-bottom: 3rem;
        height: 280px;
    }

    .productCompare_col>div {
        height: 96px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        padding: 0 6px;
    }

    .productCompare_col>div:nth-child(even) {
        background: linear-gradient(90deg, #CAE2F2 0%, rgba(202, 226, 242, 0.20) 100%);
        /* border-radius: 52px; */
        border-top: 1px solid #ECEFF1;
    }

    .productCompare_col>div:not(:first-child)>div:first-child {
        color: #133F5D;
        font-size: var(--small-text-font-size);
        font-weight: 700;
    }

    .productCompare_col>div:not(:first-child)>div:not(:first-child) {
        font-size: var(--small-text-font-size);
    }

    .pricing-compare .paper-button {
        max-width: 180px;
        text-align: center;
    }

    .pricing-compare .table-compare .paper-button {
        font-size: var(--small-text-font-size);
    }

    .pricingList_table-wrapper:not(.installment .pricingList_table-wrapper),
    .pricingList_table-content:not(.installment .pricingList_table-content) {
        background: transparent;
        border: none;
        filter: none;
    }

    .pricingList_table-wrapper:not(.installment .pricingList_table-wrapper) {
        padding-bottom: 1rem;
    }

    .pricingList_table-container {
        width: 95%;
    }

    .pricingList_table-content-wrapper {
        overflow-x: auto;
        padding: 0 0 1rem;
        justify-content: flex-start;
    }

    .pricingList_col {
        min-width: 280px;
        width: 90%;
    }

    .pricingList_col>div {
        border: 1px solid #ECEFF1;
        border-bottom: 0;
    }

    .pricingList_col>div:last-child {
        border-radius: 0 0 20px 20px;
        border-bottom: 1px solid #ECEFF1;
    }

    .pricingList_col:not(:nth-child(4)) {
        margin-right: 1rem;
    }

    .pricingList_col>div:first-child {
        border-radius: 20px 20px 0 0;
        background: linear-gradient(90deg, #CAE2F2 0%, rgba(202, 226, 242, 0.20) 100%);
    }

    .pricingList_col>div>div:first-child {
        display: block;
        font-size: var(--small-text-font-size);
        color: #718C9E;
    }

    .pricingList_col>div {
        display: flex;
        flex-direction: column;
        gap: 0.5em;
        height: 86px;
        align-items: center;
        justify-content: center;
        background: #F7FBFD;
    }

    .pricingList_first-col {
        display: none;
    }

    .pricingList_table-footer {
        padding: 2em 0 0;
    }

    .installment .pricingList_table-content-wrapper {
        padding: 0 2rem;
        justify-content: space-between;
    }

    .installmentList_first-col {
        /* position: sticky;
        left: 0;
        background: #F7FBFD;
        border-right: 1px solid #ECEFF1;; */
    }

    .installmentList_first-col>div>b {
        width: 130px;
    }

    .sub-title-installment {
        gap: 2rem;
    }

    .pricingList_table-content {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

@media (max-width: 768px) {
    .pricing .hero br, .pricing #hero-bg {
        display: none;
    }

    .pricing .hero .paper-container {
        padding-bottom: 3rem;
        padding-top: 12rem;
        background: var(--Gradasi-Biru-Tua, linear-gradient(304deg, #257AB4 3.22%, #1C4E71 52.68%, #113955 91.74%));
    }

    .pricing-compare {
        padding-top: 5rem;
    }

    .productCompare_col>div {
        height: 92px;
    }

    .testimony-wrapper {
        flex-direction: column;
        gap: 6em;
    }

    .logo-user-wrapper .flex-container {
        gap: 2em;
    }

    .trusted-by .logo-wrapper {
        margin: 0;
        width: 160px;
        height: 90px;
    }

    .trusted-by .logo-user img {
        max-width: 100px;
    }

    .faq-section h2 {
        padding-bottom: 2rem;
    }

    .sub-title-installment-pt {
        max-width: 120px;
    }

    .installmentList_col>div {
        height: 90px;
    }

    .installmentList_col>div:first-child {
        height: 130px;
    }
}

@media (max-width: 480px) {
    .pricing .hero .paper-container {
        padding-inline: 1.8rem;
    }

    .productCompare_col .table-header.table-cell {
        height: 250px;
    }

    .pricing .header-desc-switcher {
        gap: 3px;
    }

    .pricing-compare .header-desc.price.switcher {
        margin: 0;
    }

    .testimony-content {
        min-height: 180px;
    }

    .installmentList_col>div {
        justify-content: unset;
        width: 320px;
    }

    .installmentList_col .in_period_value {
        width: 320px;
        justify-content: space-evenly;
    }

    .installmentList_col:not(.installmentList_first-col) {
        width: 320px;
    }

    .installment .subtitle {
        padding-bottom: 2rem;
    }
}

@media (max-width: 375px) {
    .pricing .hero .paper-container {
        padding-bottom: 4rem;
        padding-top: 14rem; 
    }
}