/** @format */

/* thankyou */
.price-new-2 {
    /* margin-bottom: 3rem;
  background-color: #f6f8ff;
  padding: 6rem 0 3rem;
  background-image: url(../img/ornamen-atas1.png),
    url(../img/ornamen-bawah1.png);
  background-repeat: no-repeat;
  background-size: 200px, 200px;
  background-position: top right, bottom left; */
}

.price-new-2 .section.section_pricing .section__wrapper {
    padding: 4rem 1rem;
}

.price-new-2 .background-page-head {
    background-image: url(../img/price-list/hero-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Hero — tombol outline putih + primary biru */
.price-new-2 .section_pricing .price-new-2-hero__buttons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
}

.price-new-2 .section_pricing .price-new-2-hero__buttons .lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.75rem;
    padding: 0.625rem 1.25rem;
    border-radius: 0.625rem;
    font-weight: 600;
}

@media only screen and (min-width: 36rem) {
    .price-new-2 .section_pricing .price-new-2-hero__buttons .lp-btn {
        min-height: 44px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .price-new-2 .section.section_page .section__buttons.price-new-2-hero__buttons>.lp-btn {
        min-width: auto;
        width: fit-content;
    }
}

.price-new-2 .section_pricing .price-new-2-hero__buttons .lp-btn_primary-outline {
    background-color: #ffffff;
    border: 1px solid #3954a4;
    color: #3954a4;
}

.price-new-2 .section_pricing .price-new-2-hero__buttons .lp-btn_primary-outline:hover,
.price-new-2 .section_pricing .price-new-2-hero__buttons .lp-btn_primary-outline:focus-visible {
    background-color: #eef1f9;
    border-color: #2f4588;
    color: #2f4588;
}

.price-new-2 .section_pricing .price-new-2-hero__buttons .lp-btn_primary {
    background-color: #3954a4;
    border: 1px solid #3954a4;
    color: #ffffff;
    box-shadow: 0 4px 16px -4px rgba(38, 56, 109, 0.24);
}

.price-new-2 .section_pricing .price-new-2-hero__buttons .lp-btn_primary .lp-btn__icon {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
}

.price-new-2 .section_pricing .price-new-2-hero__buttons .lp-btn_primary:hover,
.price-new-2 .section_pricing .price-new-2-hero__buttons .lp-btn_primary:focus-visible {
    background-color: #2f4588;
    border-color: #2f4588;
    color: #ffffff;
}

/* CTA bawah */
.price-new-2 .price-new-2-cta {
    padding: 2rem 0 0;
}

.price-new-2 .price-new-2-cta__card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 10.5rem;
    padding: 2.5rem 1.5rem;
    border-radius: 0.75rem;
    overflow: hidden;
    background: linear-gradient(90deg, #1a3673 0%, #2d4a9a 45%, #3b60c4 100%);
}

.price-new-2 .price-new-2-cta__decor {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.price-new-2 .price-new-2-cta__decor--left {
    left: -15%;
    bottom: -35%;
    width: 65%;
    height: 150%;
    background:
        radial-gradient(ellipse 100% 100% at 0% 100%, transparent 68%, rgba(255, 255, 255, 0.06) 69%, transparent 70%),
        radial-gradient(ellipse 100% 100% at 0% 100%, transparent 52%, rgba(255, 255, 255, 0.08) 53%, transparent 54%),
        radial-gradient(ellipse 100% 100% at 0% 100%, transparent 36%, rgba(255, 255, 255, 0.1) 37%, transparent 38%);
    opacity: 1;
}

.price-new-2 .price-new-2-cta__decor--right {
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background-image: url(../assets/img/pattern-cta-section.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 12rem auto;
    opacity: 0.2;
}

.price-new-2 .price-new-2-cta__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    max-width: 42rem;
    width: 100%;
    text-align: center;
}

.price-new-2 .price-new-2-cta__title {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    color: #ffffff;
}

.price-new-2 .price-new-2-cta__buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
}

.price-new-2 .price-new-2-cta__buttons .lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.625rem 1.25rem;
    border-radius: 0.625rem;
    font-weight: 600;
}

.price-new-2 .price-new-2-cta__buttons .lp-btn_primary-outline {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.price-new-2 .price-new-2-cta__buttons .lp-btn_primary-outline:hover,
.price-new-2 .price-new-2-cta__buttons .lp-btn_primary-outline:focus-visible {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: #ffffff;
    color: #ffffff;
}

.price-new-2 .price-new-2-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.625rem 2rem;
    border-radius: 0.625rem;
    background-color: #ffffff;
    color: #3954a4;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.price-new-2 .price-new-2-cta__btn:hover,
.price-new-2 .price-new-2-cta__btn:focus-visible {
    background-color: #eef1f9;
    color: #2f4588;
}

@media only screen and (min-width: 36rem) {
    .price-new-2 .price-new-2-cta__card {
        min-height: 11.5rem;
        padding: 3rem 2.5rem;
        border-radius: 0.875rem;
    }

    .price-new-2 .price-new-2-cta__title {
        font-size: 1.375rem;
        line-height: 1.75;
    }

    .price-new-2 .price-new-2-cta__decor--right {
        background-size: 14rem auto;
    }
}

@media only screen and (min-width: 48rem) {
    .price-new-2 .price-new-2-cta__card {
        min-height: 12.5rem;
        padding: 3.5rem 3rem;
    }

    .price-new-2 .price-new-2-cta__title {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .price-new-2 .price-new-2-cta__inner {
        gap: 1.5rem;
    }

    .price-new-2 .price-new-2-cta__buttons .lp-btn {
        min-height: 44px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.section__texts .section__title {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
}

.price-new-2 .title-highlight-blue {
    color: #074BB2;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
}

.price-new-2 .title-highlight-red {
    color: #E81115;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
}

.price-new-2 .title {
    text-align: center;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
}

.price-new-2 .title h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    line-height: 48px;
    color: #000a12;
}

.price-new-2 .title p {
    font-family: 'Inter', sans-serif;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #4f5b62;
}

.price-new-2 .pricing-packages-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    background: white;
    border-top: 5px solid #48B3FF;
    border-bottom: 1px solid #E3E8EF;
    border-right: 1px solid #E3E8EF;
    border-left: 1px solid #E3E8EF;
    border-radius: 10px;
    overflow: visible;
}

.price-new-2 .pricing-packages {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.price-new-2 .pricing-packages .card-package {
    display: flex;
    flex-direction: column;
    padding: 0;
    padding-bottom: 0.6rem;
    gap: 0.6rem;
    border: 1px solid #E6E7E9;
    border-radius: 24px;
    width: 100%;
    max-width: 250px;
    overflow: visible;
}

.price-new-2 .pricing-packages .card-package__header {
    flex-shrink: 0;
}

.price-new-2 .pricing-packages .card-package__benefit {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

/* Mobile & tablet: padding container diperkecil */
@media (max-width: 991.98px) {
    .price-new-2 .pricing-packages-container {
        padding: 1rem;
    }
}

@media (max-width: 767.98px) {
    .price-new-2 .pricing-packages-container {
        padding: 0.75rem;
    }
}

/* Mobile: 1 kolom, semua paket — Professional dulu */
@media (max-width: 767.98px) {
    .price-new-2 .pricing-packages {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .price-new-2 .pricing-packages .card-package {
        max-width: none;
    }

    .price-new-2 .pricing-packages .card-package--professional {
        order: 1;
    }

    .price-new-2 .pricing-packages .card-package--growth {
        order: 2;
    }

    .price-new-2 .pricing-packages .card-package--business {
        order: 3;
    }

    .price-new-2 .pricing-packages .card-package--premium {
        order: 4;
    }

    .price-new-2 .pricing-packages .card-package--enterprise {
        order: 5;
    }
}

/* Tablet: 2 kolom, Professional urutan pertama, tinggi kartu per baris sama */
@media (min-width: 768px) and (max-width: 991.98px) {
    .price-new-2 .pricing-packages {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        gap: 1rem;
    }

    .price-new-2 .pricing-packages .card-package {
        display: flex;
        flex-direction: column;
        max-width: none;
        height: 100%;
        min-height: 100%;
    }

    .price-new-2 .pricing-packages .card-package__benefit {
        flex: 1 1 auto;
        min-height: 0;
    }

    .price-new-2 .pricing-packages .card-package--professional {
        order: 1;
    }

    .price-new-2 .pricing-packages .card-package--growth {
        order: 2;
    }

    .price-new-2 .pricing-packages .card-package--business {
        order: 3;
    }

    .price-new-2 .pricing-packages .card-package--premium {
        order: 4;
    }

    .price-new-2 .pricing-packages .card-package--enterprise {
        order: 5;
    }
}

/* Desktop: Professional menjorok ke atas sendiri, kartu lain sejajar di atas, bagian bawah sama tinggi */
@media (min-width: 992px) {
    .price-new-2 .pricing-packages-container {
        overflow: visible;
        padding-top: 4rem;
    }

    .price-new-2 .pricing-packages {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 1rem;
    }

    .price-new-2 .pricing-packages .card-package {
        display: flex;
        flex-direction: column;
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
        margin-top: 0;
    }

    .price-new-2 .pricing-packages .card-package--professional {
        margin-top: -2.5rem;
        z-index: 2;
    }

    .price-new-2 .pricing-packages .card-package__benefit {
        flex: 1 1 auto;
        min-height: 0;
    }
}

.price-new-2 .card-package_highlight {
    background-color: #FFFCF6;
    border: 1px solid #F8D87C !important;
}

.price-new-2 .pricing-packages .card-package__header {
    background: #F8FAFC;
    border-radius: 24px;
    border-top: 1px solid #CDD5DF;
    border-bottom: 1px solid #CDD5DF;
    border-right: none;
    border-left: none;
    padding: 1rem;
    overflow: visible;
}

.price-new-2 .pricing-packages .card-package_highlight .card-package__header {
    padding: 0;
    border-bottom: 1px solid #F8D87C !important;
}

.price-new-2 .card-package__featured-banner {
    background-image: url(../img/price-list/bg-gold.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    border-radius: 24px 24px 0 0;
    height: 4rem;
}

.price-new-2 .card-package__featured-banner-icon {
    color: white;
    margin-top: -1.2rem;
}

.price-new-2 .card-package__featured-banner-text {
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: -1.2rem;
}

.price-new-2 .card-package__header-inner {
    background-image: url(../img/price-list/bg-choice-plan.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1rem;
    position: relative;
    margin-top: -1.5rem;
    border-radius: 24px;
}

.price-new-2 .pricing-packages .card-package__benefit {
    padding: 0.6rem;
}

.price-new-2 .pricing-packages .card-package__desc {
    border-top: 1px solid #E3E3E3;
    align-items: center;
    margin-top: 0.6rem;
    padding-top: 0.6rem;
}

.price-new-2 .card-package__tooltip-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.125rem;
    height: 1.125rem;
    padding: 0;
    border: none;
    background: transparent;
    color: #697586;
    cursor: pointer;
    flex-shrink: 0;
    vertical-align: middle;
}

.price-new-2 .card-package__tooltip-btn .uil {
    font-size: 1rem;
    line-height: 1;
}

.price-new-2 .card-package__tooltip-btn:hover,
.price-new-2 .card-package__tooltip-btn:focus-visible {
    color: #0F6AF5;
}

.price-new-2 .card-package__tooltip-text {
    position: absolute;
    bottom: calc(100% + 0.5rem);
    left: 50%;
    z-index: 30;
    width: max-content;
    max-width: 13.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    background: #202939;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.35;
    font-weight: 400;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%);
    transition: opacity 0.15s ease, visibility 0.15s ease;
}

.price-new-2 .card-package__tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 0.35rem solid transparent;
    border-top-color: #202939;
}

.price-new-2 .card-package__tooltip-btn:hover .card-package__tooltip-text,
.price-new-2 .card-package__tooltip-btn:focus-visible .card-package__tooltip-text,
.price-new-2 .card-package__tooltip-btn.is-open .card-package__tooltip-text {
    opacity: 1;
    visibility: visible;
}

.price-new-2 .card-package__benefit__points>*::before {
    content: "";
    background-image: url("../img/price-list/paket.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    transform: translateY(25%);
    flex-shrink: 0;
}

.price-new-2 .card-package__price {
    display: flex;
    align-items: center;
}

.price-new-2 .card-package__price__desc {
    font-size: 0.8rem;
    font-weight: 400;
    color: #4f5b62;
    margin-bottom: 0;
}

@media only screen and (min-width: 48rem) {
    .price-new-2 .card-package__benefit__points>*::before {
        width: 1.25rem;
        height: 1.25rem;
    }
}

.price-new-2 .grid-value .inner {
    padding: 1rem 3rem;
    height: 100%;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price-new-2 .grid-value .inner .heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    color: #000a12;
}

.price-new-2 .grid-value .inner .desc {
    font-family: 'Hind', sans-serif;
    line-height: 28px;
    color: #041c32;
}

.price-new-2 .img-value {
    height: 400px;
}

@media (max-width: 992px) {
    .price-new-2 .grid-value .item {
        margin-bottom: 1rem;
    }

    .price-new-2 .grid-value .inner {
        background-color: #fff;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 1rem;
    }

    .price-new-2 .grid-value .inner .heading {
        margin-bottom: 0;
        margin-top: 1rem;
    }

    .price-new-2 .grid-value .item:nth-child(1) .inner,
    .price-new-2 .grid-value .item:nth-child(3) .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .price-new-2 .img-value {
        height: auto;
    }
}

.price-new-2 .button-selengkapnya {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.price-new-2 .button-selengkapnya .btn {
    cursor: pointer;
    position: relative;
    margin: 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 18.75rem;
    padding: 0.8125rem 1.875rem;
    overflow: hidden;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 100vh;
}

.price-new-2 .button-selengkapnya .btn-primary {
    color: #fff;
    background-color: #3949ab;
    border-color: #3140a3;
    padding-right: 5.0625rem;
    min-height: 3.25rem;
}

.price-new-2 .button-selengkapnya .btn-primary:focus {
    color: #fff;
    background-color: #3949ab;
    border: 1px solid transparent;
}

.price-new-2 .button-selengkapnya .btn-primary:focus:after {
    background-position: 18px;
}

.price-new-2 .button-selengkapnya .btn-primary:focus:before {
    right: 30px;
    width: 10px;
    opacity: 1;
}

.price-new-2 .button-selengkapnya .btn-primary:hover {
    color: #fff;
    background-color: #3949ab;
    border-color: #3140a3;
    -webkit-box-shadow: 6px 6px 0 0 rgba(49, 64, 163, 0.2);
    box-shadow: 6px 6px 0 0 rgba(49, 64, 163, 0.2);
}

.price-new-2 .button-selengkapnya .btn-primary:hover:after {
    background-position: 18px;
}

.price-new-2 .button-selengkapnya .btn-primary:hover:before {
    right: 30px;
    width: 10px;
    opacity: 1;
}

.price-new-2 .button-selengkapnya .btn-primary:before {
    position: absolute;
    top: 50%;
    right: 32px;
    z-index: 1;
    width: 0;
    height: 2px;
    background-color: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out,
        width right 0.3s ease-in-out ease-in 0.3s;
    transition: opacity 0.3s ease-in-out,
        width right 0.3s ease-in-out ease-in 0.3s;
    content: '';
}

.price-new-2 .button-selengkapnya .btn-primary:after {
    position: absolute;
    top: 50%;
    right: 0.375rem;
    width: 3.4375rem;
    height: 2.5rem;
    background-color: #1e2c85;
    background-image: url('../img/ico_arrow-right.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background-position 0.3s ease-in-out;
    transition: background-position 0.3s ease-in-out;
    content: '';
    border-radius: 100vh;
}

.price-new-2 .button-selengkapnya .btn-secondary {
    border: 1px solid #3949ab;
    background-color: #fff;
    color: #3949ab;
    border-radius: 50px;
    padding: 12px 35px;
    font-family: 'Hind', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.price-new-2 .button-selengkapnya .btn-secondary:hover {
    background-color: #3949ab;
    color: #fff;
    -webkit-box-shadow: 6px 6px 0 0 rgba(49, 64, 163, 0.2);
    box-shadow: 6px 6px 0 0 rgba(49, 64, 163, 0.2);
}

/* end thankyou */
/* form */
#price-new-2-form-section form .form-group {
    margin-bottom: 1.75rem;
}

#price-new-2-form-section form .form-group p {
    font-size: 0.87rem !important;
    font-family: 'poppins', sans-serif;
    color: #303032;
}

/* #price-new-2-form-section form .form-group .wpcf7-form-control-wrap{
  font-size: 12px !important;
  font-family: 'poppins', sans-serif;
  color: #7283e7;
} */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #8b8b8b transparent transparent transparent !important;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -17px !important;
    margin-top: 9px !important;
    position: absolute;
    top: 25% !important;
    width: 0;
}

/* form */

/* hero */
#price-new-2-hero-mitra {
    background-image: url('../img/bg-bg-bg.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: auto !important;
}

#price-new-2-hero-mitra h1 {
    font-size: 2rem;
}

#price-new-2-hero-mitra .header {
    padding: 3rem 0;
    color: #fff;
    background: transparent !important;
}

#price-new-2-hero-mitra .header a {
    text-decoration: underline;
}

#price-new-2-hero-mitra .header a:hover {
    font-weight: bold;
}

/* end hero */
#price-new-2-pricing-with-accordion {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

#price-new-2-pricing-with-accordion article {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

#price-new-2-pricing-with-accordion article h6.item {
    font-weight: bold;
    font-size: 0.7rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ffa000;
    text-transform: uppercase;
}

#price-new-2-pricing-with-accordion article .text {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

#price-new-2-pricing-with-accordion article .harga {
    font-weight: 600;
    font-size: 1.15rem;
    text-align: center;
}

#price-new-2-pricing-with-accordion article ul {
    display: flex;
    top: 0px;
    z-index: 10;
    padding-bottom: 0.5rem;
    padding-left: 0;
    overflow-x: auto;
}

#price-new-2-pricing-with-accordion article ul li {
    list-style: none !important;
    flex: 1;
}

#price-new-2-pricing-with-accordion article ul li:last-child {
    border-right: 1px solid #ddd;
}

#price-new-2-pricing-with-accordion article ul li h6.item {
    font-size: 1rem;
    text-transform: lo;
    margin: 0;
}

#price-new-2-pricing-with-accordion article ul li.active button {
    background: #fdf3e2;
}

#price-new-2-pricing-with-accordion article ul li.active button h6.item {
    color: #000;
}

#price-new-2-pricing-with-accordion article ul button {
    width: 100%;
    border: 1px solid #ddd;
    border-right: 0;
    border-top: 0;
    padding: 0 0.75rem;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    color: #999;
}

#price-new-2-pricing-with-accordion article table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

#price-new-2-pricing-with-accordion article table tr.price-head>th {
    background: #3949ab;
    color: #fff;
}

#price-new-2-pricing-with-accordion article table th {
    position: relative;
    background: #fff;
    border: 1px solid #e2f4eb;
    display: none;
    empty-cells: show;
    padding: 1.4rem 1rem;
    text-align: center;
}

#price-new-2-pricing-with-accordion article table th.default {
    position: relative;
    background: #fff;
    border-left: 2px solid #ffa000;
    border-right: 2px solid #ffa000;
    border-top: 2px solid #ffa000;
    box-sizing: border-box;
    border-radius: 2px;
    display: none;
    empty-cells: show;
    padding: 1.4rem 1rem;
    text-align: center;
}

#price-new-2-pricing-with-accordion article table th:first-child {
    width: 20%;
}

#price-new-2-hero-price {
    background: url('../img/bg-promo.png');
    object-fit: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 250px;
    padding: 1.5rem;

    .desc {
        padding-top: 5rem;
        padding-bottom: 2rem;
    }

    .image-hero img {
        width: 100%;
        height: auto;
    }

    .desc {
        h3 {
            margin-top: 5px;
            font-family: $font-title;
            font-weight: 500;
            font-size: 36px;
            color: #fff;
        }

        label {
            font-family: $font-title;
            font-weight: 500;
            margin-bottom: 0;
            font-size: 18px;
            color: $color-biru;
        }

        p {
            font-size: 18px;
            color: #fff;
            font-family: $font-konten;
        }
    }
}

#price-new-2-pricing-with-accordion article table td {
    border: 1px solid white;
    empty-cells: show;
    vertical-align: middle;
    background: #fff;
    /* text-align: center; */
    font-size: 0.85rem;
}

#price-new-2-pricing-with-accordion article table .bonus2 td {
    border: 1px solid #e2f4eb;
}

@media (max-width: 991.98px) {
    #price-new-2-pricing-with-accordion article table td {
        font-size: 0.875rem;
    }
}

#price-new-2-pricing-with-accordion article table .sep~td i.uil-check-circle {
    color: #fff;
    font-size: 1.5rem;
}

#price-new-2-pricing-with-accordion article table td i.uil-check-circle {
    color: #3949ab;
    font-size: 1.5rem;
}

#price-new-2-pricing-with-accordion article table .sep~td i.uil-times-circle {
    color: rgba(255, 255, 255, 0.2);
    font-size: 1.5rem;
}

#price-new-2-pricing-with-accordion article table td i.uil-times-circle {
    color: rgba(79, 79, 79, 0.2);
    font-size: 1.5rem;
}

#price-new-2-pricing-with-accordion article table td .alert-success {
    font-size: 0.8rem;
    line-height: 1.125rem;
    position: relative;
    padding: 0.25rem 1.75rem;
    border-radius: 6px;
    margin-top: 0.5rem;
}

#price-new-2-pricing-with-accordion article table td .alert-success i {
    position: absolute;
    font-size: 1rem;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

#price-new-2-pricing-with-accordion article table td.default {
    display: table-cell;
    border-left: 2px solid #ffa000;
    border-right: 2px solid #ffa000;
    box-sizing: border-box;
    border-radius: 2px;
}

#price-new-2-pricing-with-accordion article table td.default i.uil-check-circle {
    color: #fff;
    font-weight: bold;
}

#price-new-2-pricing-with-accordion article table .accordion-child td.default i.uil-check-circle {
    color: #3949ab;
    font-weight: bold;
}

#price-new-2-pricing-with-accordion article table .accordion-header td.default i.uil-check-circle {
    color: #3949ab;
    font-weight: bold;
}

#price-new-2-pricing-with-accordion article table td.default i.uil-times-circle {
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    opacity: 100%;
}

#price-new-2-pricing-with-accordion article table td+td,
#price-new-2-pricing-with-accordion article table th+th {
    text-align: center;
    display: none;
    border: 1px solid white;
}

#price-new-2-pricing-with-accordion article table .bonus2 td+td {
    text-align: center;
    display: none;
    border: 1px solid #e2f4eb;
}

#price-new-2-pricing-with-accordion article table .baru {
    text-align: center;
    display: none;
    border: 1px solid #e2f4eb;
}

#price-new-2-pricing-with-accordion article table .tick {
    font-size: 18px;
    color: #2ca01c;
}

#price-new-2-pricing-with-accordion article table .hide {
    border: 0;
    background: none;
}

@media (min-width: 992px) {
    #price-new-2-pricing-with-accordion article ul {
        display: none;
    }

    #price-new-2-pricing-with-accordion article th {
        display: table-cell !important;
        width: 25%;
        padding-left: 0.75rem;
    }

    #price-new-2-pricing-with-accordion article th.header {
        padding: 0;
    }

    #price-new-2-pricing-with-accordion article td {
        display: table-cell !important;
        width: 25%;
        padding: 0.3rem 0.75rem;
    }

    #price-new-2-pricing-with-accordion article td.kontrak-sm {
        width: 25%;
        padding-left: 0.75rem;
        padding-right: 0.75rem;

        @media (min-width: 768px) {
            display: none !important;
        }
    }

    #price-new-2-pricing-with-accordion article td.fitur {
        font-size: 0.9rem !important;
        padding-left: 1rem;
    }

    #price-new-2-pricing-with-accordion article td.fitur-child {
        font-size: 0.875rem;
    }

    #price-new-2-pricing-with-accordion article td+td,
    #price-new-2-pricing-with-accordion article th+th {
        width: auto;
    }

    #price-new-2-pricing-with-accordion article .sep {
        font-size: 1rem;
    }
}

#price-new-2-pricing-with-accordion article p.modul {
    font-size: 1.2rem !important;
}

#price-new-2-pricing-with-accordion article p {
    padding: 0;
    margin: 0;
}

#price-new-2-pricing-with-accordion article .accordion-row .accordion-header td {
    height: 70px;
    padding: 0.1rem 1rem;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    #price-new-2-pricing-with-accordion article .accordion-row .accordion-header td {
        font-size: 0.875rem;
    }
}

#price-new-2-pricing-with-accordion article .accordion-row .accordion-header.active td.fitur {
    position: relative;
    padding-right: 3rem;
}

#price-new-2-pricing-with-accordion article .accordion-row .accordion-header.active td.fitur i {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    height: 1.75rem;
    width: 1.75rem;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffa000;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#price-new-2-pricing-with-accordion article .accordion-row .accordion-header.active td.fitur i:hover {
    background: #ef6c00;
    -webkit-box-shadow: 4px 4px 10px rgba(244, 208, 63, 0.5);
    box-shadow: 4px 4px 10px rgba(244, 208, 63, 0.5);
    color: #fff;
}

#price-new-2-pricing-with-accordion article .accordion-row .accordion-header.active td.bonus {
    background: #ffa000;
}

/* #price-new-2-pricing-with-accordion article .accordion-row .accordion-child {
	display: none;
} */

#price-new-2-pricing-with-accordion article .accordion-row .accordion-child td {
    padding: 0.5rem 1rem;
    background: #fafafa;
    border-top: none;
    border-bottom: none;
    font-size: 1rem;
}

#price-new-2-pricing-with-accordion article .accordion-row .accordion-child td.default {
    padding: 0.5rem 1rem;
    background: rgba(255, 162, 0, 0.25);
    border-top: none;
    border-bottom: none;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    #price-new-2-pricing-with-accordion article .accordion-row .accordion-child td {
        font-size: 0.825rem;
    }
}

#price-new-2-pricing-with-accordion article .accordion-row .accordion-child td.fitur-child {
    padding-left: 2rem;
    text-align: left;
}

#price-new-2-pricing-with-accordion article .accordion-row .accordion-child td .uil-info-circle {
    font-size: 1rem;
    color: #3949ab;
}

#price-new-2-pricing-with-accordion article .accordion-row .accordion-child:last-child {
    border-bottom: 1px solid rgba(4, 28, 50, 0.15);
}

#price-new-2-pricing-with-accordion article .accordion-row.expanded .accordion-header td {
    border-bottom: none;
}

#price-new-2-pricing-with-accordion article .accordion-row.expanded .accordion-header td:not(.fitur) {
    background: #fafafa;
}

#price-new-2-pricing-with-accordion article .accordion-row.expanded .accordion-header td:not(.fitur) i {
    display: none;
}

#price-new-2-pricing-with-accordion article .accordion-row.expanded .accordion-child {
    display: table-row;
}

#price-new-2-pricing-with-accordion button {
    width: auto;
    border: 1px solid #e2f4eb;
    border-right: 0;
    border-top: 0;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    color: #999;
}

#price-new-2-pricing-with-accordion a.btn-kontak {
    background: #ffa000;
    border-radius: 5px;
    width: 100%;
    font-weight: bold;
    font-size: 0.75rem;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 0.75rem;
    padding: 6px;
}

@media (max-width: 991.98px) {
    #price-new-2-pricing-with-accordion a.btn-kontak {
        font-size: 0.875rem;
        margin: 0;
    }
}

#price-new-2-pricing-with-accordion a.btn-kontak:hover {
    background: #ef6c00;
    -webkit-box-shadow: 4px 4px 10px rgba(244, 208, 63, 0.5);
    box-shadow: 4px 4px 10px rgba(244, 208, 63, 0.5);
    color: #fff;
}

#price-new-2-pricing-with-accordion tfoot a.btn-kontak {
    margin-top: -0.25rem;
    margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
    #price-new-2-pricing-with-accordion tfoot a.btn-kontak {
        font-size: 0.875rem;
        margin: 0;
    }
}

#price-new-2-pricing-with-accordion .sep {
    background: #7283e7;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
}

#price-new-2-pricing-with-accordion .fitur {
    background: rgba(170, 187, 231, 0.25);
    /* color: #fff; */
    font-size: 1rem;
    font-weight: 600;
    text-align: left !important;
}

#price-new-2-pricing-with-accordion .fitur~td {
    background: rgba(170, 187, 231, 0.25);
    /* color: #fff; */
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}

#price-new-2-pricing-with-accordion .fitur-add~td {
    background: white;
    /* color: #fff; */
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}

#price-new-2-pricing-with-accordion .fitur~td.default {
    background: rgba(255, 162, 0, 0.5);
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}

#price-new-2-pricing-with-accordion .txt-l {
    font-size: 28px;
    font-weight: bold;
}

#price-new-2-pricing-with-accordion .txt-top {
    position: relative;
    top: -9px;
    left: -2px;
}

#price-new-2-pricing-with-accordion .col-11 {
    padding: 0;
    margin: 0;
}

#price-new-2-pricing-with-accordion .price-mobile {
    position: relative;
}

#price-new-2-pricing-with-accordion .price-mobile .card {
    border: none;
    background: linear-gradient(212.16deg, #aabbe7 13.32%, #3949ab 90.99%);
}

#price-new-2-pricing-with-accordion .price-mobile .card a.btn-kontak {
    background: #ffa000;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 0.75rem;
    padding: 6px;
}

#price-new-2-pricing-with-accordion .price-mobile .card .item-mobile {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    padding: 1rem;
    text-align: center;
}

#price-new-2-pricing-with-accordion .price-mobile .card .box-harga {
    background-color: white;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem;
    min-height: 97px;
}

#price-new-2-pricing-with-accordion .price-mobile .card .box-harga p {
    padding-bottom: 0;
    margin-bottom: 0;
}

#price-new-2-pricing-with-accordion .price-mobile .card .box-harga .harga-mobile {
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 1;
}

#price-new-2-pricing-with-accordion .price-mobile .card .box-harga .bulan {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #3949ab;
    font-weight: bold;
}

#price-new-2-pricing-with-accordion .price-mobile .card .box-harga .diskon {
    font-size: 0.875rem;
    padding-top: 1rem;
}

#price-new-2-pricing-with-accordion .price-mobile .card .card-konten {
    color: #fff;
    padding: 0 1rem 1rem 1rem;
}

#price-new-2-pricing-with-accordion .price-mobile .card .card-konten ul li {
    list-style: none;
    font-weight: bold;
    font-size: 1rem;
    text-align: left;
    line-height: 2;
    font-family: 'Hind', sans-serif;
}

#price-new-2-pricing-with-accordion .price-mobile .card .card-konten li.none {
    color: rgba(255, 255, 255, 0.25);
}

#price-new-2-pricing-with-accordion .price-mobile .card .card-konten li.akreditasi {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

#price-new-2-pricing-with-accordion .price-mobile .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

#price-new-2-pricing-with-accordion .price-mobile .owl-theme .custom-nav .owl-prev,
#price-new-2-pricing-with-accordion .price-mobile .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

#price-new-2-pricing-with-accordion .price-mobile .owl-theme .custom-nav .owl-prev i,
#price-new-2-pricing-with-accordion .price-mobile .owl-theme .custom-nav .owl-next i {
    font-size: 4rem;
    color: #555;
}

#price-new-2-pricing-with-accordion .price-mobile .owl-theme .custom-nav .owl-prev {
    left: -25px;
    top: 50px;
}

#price-new-2-pricing-with-accordion .price-mobile .owl-theme .custom-nav .owl-next {
    right: -25px;
    top: 50px;
}

#price-new-2-pricing-with-accordion .pricing-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#price-new-2-pricing-with-accordion .pricing-footer .note {
    max-width: 80vw;
    padding: 1rem;
}

#price-new-2-pricing-with-accordion .pricing-footer .note p {
    padding: 0;
    margin: 0;
    font-size: 0.825rem;
    line-height: 1.125rem;
    margin-bottom: 0.25rem;
}

@media (max-width: 991.98px) {
    #price-new-2-pricing-with-accordion .pricing-footer .note p {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

#price-new-2-pricing-with-accordion .pricing-footer a {
    background: transparent;
    border-radius: 6px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    padding: 0;
    border: 1px solid #dedede;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#price-new-2-pricing-with-accordion .pricing-footer a i {
    padding: 0.25rem;
    border-radius: 6px;
    background: #f40f02;
    color: #fff;
}

#price-new-2-pricing-with-accordion .pricing-footer a p {
    font-weight: 500;
    font-size: 0.875rem;
    margin: 0;
    padding: 0.25rem 1rem 0.25rem 0.5rem;
    color: #707070;
}

#price-new-2-pricing-with-accordion .pricing-footer a:hover {
    border: 1px solid #9d9d9d;
    -webkit-box-shadow: 4px 4px 10px #dedede;
    box-shadow: 4px 4px 10px #dedede;
}

#price-new-2-pricing-with-accordion .pricing-footer a:hover i {
    background: #f40f02;
}

#price-new-2-pricing-with-accordion .pricing-footer a:hover p {
    color: #545454;
}

@media (max-width: 575.98px) {
    #price-new-2-pricing-with-accordion .pricing-footer {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #price-new-2-pricing-with-accordion .pricing-footer .note {
        max-width: unset;
        margin-bottom: 1rem;
    }
}

#price-new-2-pricing-with-accordion article .sep~td {
    background: #7283e7;
    color: #fff;
    border: 1px solid white;
}

#price-new-2-pricing-with-accordion article .sep~td.default {
    background: #ffa000;
    color: #fff;
    /* border: 1px solid white; */
}

#price-new-2-form-section {
    padding: 2rem 0;
    margin: 0 auto;
}

#price-new-2-form-section h3 {
    font-size: 2.25rem;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

#price-new-2-form-section .alert .konten {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#price-new-2-form-section .alert .konten a {
    color: #856404;
    text-decoration: underline;
}

#price-new-2-form-section .alert .konten .img-alert {
    height: 100px;
}

#price-new-2-form-section .alert .konten .btn-alert {
    color: #fff;
    background-color: #3949ab;
    border-radius: 50px;
    margin-top: 1rem;
}

#price-new-2-form-section form {
    background-color: #e7eeff;
    border-radius: 6px;
    padding: 3rem 2rem;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 5rem;
}

#price-new-2-form-section form .subheading {
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.5;
    font-family: 'poppins', sans-serif;
    color: #000;
    width: 100%;
    text-align: left;
}

#price-new-2-form-section form .lead {
    font-size: 1rem;
    color: #000;
    margin-bottom: 2.5rem;
}

#price-new-2-form-section form .biru {
    font-size: 1rem;
    color: #3949ab;
    font-weight: bold;
}

#price-new-2-form-section form span.wpcf7-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 1rem 0;
}

#price-new-2-form-section form span.wpcf7-list-item-label {
    margin-left: 1rem;
}

#price-new-2-form-section form .form-group input[type='text'],
#price-new-2-form-section form .form-group input[type='tel'],
#price-new-2-form-section form .form-group input[type='password'],
#price-new-2-form-section form .form-group input[type='email'] {
    border: 1px solid #616161;
}

#price-new-2-form-section form .form-group input[type='text']:focus,
#price-new-2-form-section form .form-group input[type='tel']:focus,
#price-new-2-form-section form .form-group input[type='password']:focus,
#price-new-2-form-section form .form-group input[type='email']:focus {
    border: 1px solid #272530;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#price-new-2-form-section form .form-group textarea:focus {
    border: 1px solid #272530;
}

#price-new-2-form-section form .form-control {
    height: 3rem;
}

#price-new-2-form-section form .custom-control-input:checked~.custom-control-label::before {
    color: white;
    background-color: red;
    color: #fff;
    border-color: red;
}

#price-new-2-form-section form .btn-kirim {
    background: #3957a1;
    border: 1px solid #3957a1;
    border-radius: 50px;
    color: #fff;
    height: 60px;
    font-weight: bold;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#price-new-2-form-section form .btn-kirim:hover {
    background: #4a6fce;
}

#price-new-2-form-section .tittle span {
    font-weight: 500;
    font-size: 16px;
    color: #5979c1;
    background: #e7eeff;
}

#price-new-2-form-section .tittle h3 {
    font-size: 2.25rem;
    line-height: 1.5;
    color: #000a12;
    margin-top: 1rem;
    font-weight: 600;
}

#price-new-2-form-section .tittle p {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #000a12;
    opacity: 0.8;
}

#price-new-2-form-section hr.dash {
    margin-top: 40px;
    margin-bottom: 25px;
    max-width: 160px;
    border-top: 1px dashed #000a12;
    opacity: 0.3;
}

#price-new-2-form-section #testimonial-slider {
    text-align: left;
}

#price-new-2-form-section .testimonial .description {
    font-size: 1rem;
    color: #000a12;
    font-weight: normal;
    font-family: 'Hind', sans-serif;
    line-height: 1.5;
    position: relative;
    padding: 1.5rem 0 0;
}

#price-new-2-form-section .testimonial .description:before,
#price-new-2-form-section .testimonial .description:after {
    font-family: 'FontAwesome';
    content: '\201C';
    font-weight: 900;
    position: absolute;
    font-size: 3rem;
    opacity: 0.4;
}

#price-new-2-form-section .testimonial .description:before {
    top: -20px;
    left: 0;
}

#price-new-2-form-section .testimonial .description:after {
    content: '\201D';
    right: 20px;
    bottom: -13rem;
}

#price-new-2-form-section .testimonial .title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000a12;
    font-family: 'Hind', sans-serif;
    text-transform: capitalize;
    margin: 0;
}

#price-new-2-form-section .testimonial .post {
    display: block;
    font-size: 1rem;
    color: #000a12;
    opacity: 0.5;
}

#price-new-2-form-section .owl-buttons {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
}

#price-new-2-form-section .owl-prev,
#price-new-2-form-section .owl-next {
    position: absolute;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

#price-new-2-form-section .owl-next {
    left: auto;
    right: 0;
}

#price-new-2-form-section .owl-buttons .owl-prev:before,
#price-new-2-form-section .owl-buttons .owl-next:before {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #cacaca;
    line-height: 20px;
    opacity: 0.8;
}

#price-new-2-form-section .owl-buttons .owl-next:before {
    content: '\f105';
}

#price-new-2-form-section .owl-buttons .owl-prev:hover:before,
#price-new-2-form-section .owl-buttons .owl-next:hover:before {
    opacity: 1;
}

#price-new-2-form-section .owl-theme .owl-controls .owl-buttons div {
    background: transparent;
}

#price-new-2-form-section .owl-theme .owl-controls {
    margin-top: 40px;
}

#price-new-2-form-section .owl-theme .owl-dots {
    text-align: left;
}

#price-new-2-form-section .owl-theme .owl-dots .owl-dot span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #181e2e;
    opacity: 0.4;
    background: url('../img/Abu Bakar.png') no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: left;
}

#price-new-2-form-section .owl-theme .owl-dots .owl-dot:nth-child(2) span {
    background: url('../img/Larisiang.png') no-repeat;
    background-size: cover;
}

#price-new-2-form-section .owl-theme .owl-dots .owl-dot:nth-child(3) span {
    background: url('../img/Holillah.png') no-repeat;
    background-size: cover;
}

#price-new-2-form-section .owl-theme .owl-dots.clickable .owl-dot:hover span {
    opacity: 0.5;
}

#price-new-2-form-section .owl-theme .owl-dots .owl-dot.active span,
#price-new-2-form-section .owl-theme .owl-dots .owl-dot.active:hover span {
    border-color: #fff;
    opacity: 1;
}

@media only screen and (max-width: 479px) {
    #price-new-2-form-section .owl-buttons {
        bottom: 30%;
    }
}

.wp-select2 {
    width: 100%;
    height: 3rem;
    border-radius: 0.25rem !important;
    /* margin-right: 4rem; */
    padding: 12px;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 3rem !important;
    border-radius: 0.25rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0.35rem 1rem;
    color: #1877d6;
    line-height: 35px !important;
    /* border: 0.8px solid #495057; */
    border-radius: 3px;
    font-size: 13px;
}

.select2-container--disabled .select2-selection__rendered {
    background: #f5f5f5;
}

.select2-container--default .select2-selection--single {
    color: #495057;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #616161 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}

/* PDF embed — template Harga Baru 1 */
.price-new-2 .pdf-embed {
    aspect-ratio: 3/4;
    height: auto;
    max-height: max(90vh - var(--header-height), 20rem);
    width: 100%;
}

/* Paket harga — satu baris, Professional di tengah */
.price-new-2 .section_pricing .pricing-packages-board {
    list-style: none;
    border-radius: 0.5rem;
    border: 0.063rem solid #E3E8EF;
    background-color: #FFFFFF;
    box-shadow: 0 6px 32px -8px rgba(88, 92, 95, 0.12);
    overflow: hidden;
}

.price-new-2 .section_pricing .pricing-packages-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    margin: 0;
}

.price-new-2 .section_pricing .pricing-packages-row>.card-package {
    height: 100%;
    min-width: 0;
}

.price-new-2 .section_pricing .pricing-packages-row>.card-package .card-package__benefit {
    flex: 1 1 auto;
}

.price-new-2 .section_pricing .pricing-packages-row>* {
    border-right: none;
}

.price-new-2 .section_pricing .pricing-packages-row>.card-package:not(:last-child) {
    border-bottom: 0.063rem solid #E3E8EF;
}

@media only screen and (min-width: 62rem) {
    .price-new-2 .section_pricing .pricing-packages-row {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        align-items: stretch;
    }

    .price-new-2 .section_pricing .pricing-packages-row>.card-package {
        border-bottom: none;
    }

    .price-new-2 .section_pricing .pricing-packages-row>.card-package:not(:last-child) {
        border-right: 0.063rem solid #E3E8EF;
        border-bottom: none;
    }
}