html body.bricks-is-frontend,
.brx-body.iframe.mounted {
    background-color: var(--bg-page);
    color: var(--txt-body);
    font-family: var(--font);
    font-size: 16px;
    line-height: 24px;
    text-rendering: geometricPrecision;
}

body {
    overflow-x: hidden;
}

html body.bricks-is-frontend #wpadminbar,
.brx-body.iframe.mounted #wpadminbar {
    display: none !important
}

html.lenis {
    margin-top: 0 !important
}

main {
    margin-top: var(--header-height);
}

/*MAIN STYLE*/
.h-colored h1 strong,
.h-colored h2 strong,
.h-colored h3 strong,
.h-colored h4 strong,
.h-colored h5 strong,
.h-colored h6 strong {
    color: var(--brand3)
}

.h-colored h1 em,
.h-colored h2 em,
.h-colored h3 em,
.h-colored h4 em,
.h-colored h5 em,
.h-colored h6 em {
    color: var(--brand3);
    font-style: normal;
}

/*HERO SLIDER*/
.hero-item-wrapper {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hero-pagination .swiper-controls {
    margin-left: 6px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.swiper-playpause {
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../../img/pause.svg);

}

.swiper-playpause.is-paused {
    background: url(../../img/play.svg);
}

/*PROGRAM SLIDER*/
.swiper-program,
.swiper-program .swiper-slide {
    width: 517px !important;
}


.program-item-wrapper {
    padding-bottom: 450px
}

.program-information {
    padding: 40px;
}

.program-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.program-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px
}

.swiper-program-buttons>div {
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px
}

.swiper-program-next {
    background: url(../../img/next.svg) no-repeat center center;

}

.swiper-program-prev {
    background: url(../../img/prev.svg) no-repeat center center;

}

.program-stats li {
    border: 1px solid #d0d0d0;
    background: #fff;
    border-radius: 20px;
    padding: 6px 13px;
    color: #000;
    font-weight: 500;
}

.program-item-wrapper:hover {
    background-color: var(--brand1-10);
}

.program-item-wrapper:hover .txt-brand1 {
    color: var(--brand2);
}

.program-link {
    position: absolute;
    bottom: 45px;
    left: 45px;
    z-index: 2;
}

.program-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    padding: 6px;
    position: relative;
    overflow: hidden;
    color: #000;
    min-height: 56px;
}

.arrow-active {}

.program-link-text {
    padding-left: 20px;
    padding-right: 55px;
    transition: all 0.3s;
    font-family: var(--font-heading);
}

.arrow-program {
    display: block;
    width: 43px;
    height: 44px;
    background: url(../../img/arrow-program.svg) no-repeat center center;
    position: absolute;
    top: 6px;
    transition: all 0.3s;
}

.arrow-active {
    transform: translateX(-55px);
}

.arrow-default {
    right: 6px
}

.program-item-wrapper:hover .arrow-active {
    transform: translateX(0)
}

.program-item-wrapper:hover .program-link-text {
    transform: translateX(35px)
}

.program-item-wrapper:hover .arrow-default {
    transform: translateX(55px);
}

@media screen and (max-width:582px) {

    .swiper-program,
    .swiper-program .swiper-slide {
        width: 400px !important;
    }

    .program-item-wrapper {
        padding-bottom: 360px;
    }

    .program-image {
        height: 360px;
    }
}

/*MENGAPA RSA*/
.mengapa-rsa {
    /*background-color: #1c4b41;*/
}

.mengapa-rsa img {
    width: 60px;
    height: 60px;
}

.mengapa-rsa svg {
    width: 60px;
    height: 60px;
    margin-bottom: 12px
}

.mengapa-rsa svg path {
    fill: var(--brand1)
}

.mengapa-box>div {
    /*background: url(../../img/bg-box-why.webp) no-repeat center center;*/
    background: #fff;
    background-size: cover;
    border: 1px solid #96d557;
    border-radius: var(--radius);
    padding: 24px;
    height: 100%;
}

.partners-logo img {
    width: auto
}

/*TESTIMONIAL SLIDER*/
.swiper-testimonials,
.swiperProgram {
    overflow: hidden;
}

.testislider-wrapper {
    padding: 32px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.testislider-wrapper .txt-large {
    padding-left: 55px;
    position: relative;
    padding-top: 14px;
    padding-right: 20px;
}

.testislider-wrapper .txt-large:before {
    content: '';
    display: block;
    width: 66px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../img/quote-testi.svg) no-repeat center center;
    background-size: 100% auto;
    opacity: 0.4;
}

.swiper-testimonials .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background-color: var(--brand1);
}

/*UPDATE TERBARU*/
.program-slide-wrapper {
    width: 100%;
}

.program-thumb {
    position: relative;
    left: 0;
    top: 0
}

.program-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.latest-blog-list {}

.latest-blog-item.first a {
    color: var(--brand2)
}

.latest-blog-item.first {
    margin-bottom: 20px;
    color: var(--brand2)
}

.latest-blog-item.first a:hover {
    text-decoration: underline;
}

.latest-blog-others a:hover {
    text-decoration: underline;
    color: var(--brand1)
}


.latest-blog-excerpt {
    display: none
}

.latest-blog-others {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 24px;
    background: var(--brand1-10);
    border-radius: 16px;
}

.latest-blog-others li {
    list-style: none;
    margin-right: 20px;
    flex: 0 0 auto;
    margin-bottom: 10px
}

.latest-blog-others a {
    display: inline-block;
    max-width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: var(--brand2)
}

.pill {
    padding: 6px 12px;
    border: 1px solid #2b564d;
    color: #2b564d;
    border-radius: 30px;
    display: inline-block
}

/*PROGRAMS*/
.program-banners-container {
    width: 1024px;
    margin: 0px auto;
    max-width: 100%;
}

.program-filter input {
    opacity: 0;
    height: 1px;
    width: 1px;
}

.program-filter label {
    gap: 0;
}

.program-filter .brxe-filter-radio label {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid transparent;
    color: var(--brand2-70);
    transition: all 0.3s;
}

.program-filter .brxe-filter-radio label.brx-option-active {
    color: var(--brand2);
    border-color: var(--brand2)
}

.filter-heading-title button {
    padding: 0px 14px;
    border: 0;
    margin-left: 10px;
    background: #000;
    border-radius: 6px;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    height: 25px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.filter-heading-title button:hover {
    transform: none;
}

.row.program-query {
    row-gap: 60px;
}

.program-item {
    border-radius: 8px;
    background-color: var(--grey-card);
    overflow: hidden;
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.program-thumbnail {
    width: 100%;
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
}

.program-thumbnail a {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s;
}

.program-thumbnail img {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.program-item:hover .program-thumbnail a {
    transform: scale(1.07)
}

.program-title-price {
    padding: 16px 16px 20px 16px;
    background: #fff;
    height: 100%;
}

.program-price {
    margin-top: 12px;
    font-weight: bold;
    display: flex;
    font-size: 17px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.discounted {
    margin-left: 16px;
}

.discounted+.brxe-text-basic {
    color: #4daae0;
    text-decoration: line-through;
}

.left-heading-swiper-left {
    z-index: 2;
    background: #fff
}

.left-heading-swiper-right {
    z-index: 1;
    overflow: hidden;
}

.pills {
    display: inline-block;
    padding: 4px 24px;
    border-radius: 22px;
    color: var(--grey4);
    border: 1px solid var(--grey4);
    transition: all 0.3s;
}

.pills:hover {
    background-color: var(--brand1);
    color: #fff
}

.kisah-alumni .swiper-pagination {
    margin-top: 60px
}

/*PARTNERSHIP*/
.hero-two-col {
    height: 463px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hero-two-col-right {
    background-position: center right;
}

.hero-two-col-right:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #FFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(87, 199, 133, 0) 50%, rgba(102, 153, 51, 1) 100%);
}

.hero-two-col-left {
    width: 480px;
    max-width: 100%;
}

.hero-two-col-right {
    width: calc(100% - 480px);
    height: 100%;
}

@media screen and (max-width:920px) {
    .hero-two-col {
        flex-direction: column;
        height: auto;
    }

    .hero-two-col-left,
    .hero-two-col-right {
        width: 100%;
    }

    .hero-two-col-right {
        height: 59vw;
        margin-top: 30px
    }

    .hero-two-col-right:after {
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(87, 199, 133, 0) 50%, rgba(102, 153, 51, 1) 100%);
    }

    .fluid-left.hero-two-col {
        padding-left: 0
    }

    .hero-two-col-left {
        width: 570px;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: auto;
        margin-top: 30px
    }
}

.partnership-collaborities {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.colab-left:before {
    content: '';
    display: block;
    width: 50vw;
    height: 100%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: -50vw;
    top: 0;
}

.colab-left {
    width: 450px;
    max-width: 100%;
    padding-right: 40px;
    background-color: #fff;
    z-index: 2;
    height: auto;
    align-content: center;
}

.colab-right {
    width: calc(100% - 450px);

}

.colab-right .swiper-slide {
    width: 344px !important;
}

.colab-right .swiper {
    width: 344px !important;
}

.collab-slider-wrapper {
    width: 728px
}

.collab-slider-container {
    width: 728px;
    overflow: visible;
}

.swiper-collab-buttons {
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
    z-index: 3;
    display: flex;
    justify-content: space-between;
    height: 1px;
    overflow: visible;
}

.swiper-collab-buttons>div {
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url(../../img/prev-green.webp) no-repeat center center;
    background-size: 100%;
    text-indent: -9999px;
    cursor: pointer;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.3s;
}

.swiper-collab-buttons>div.swiper-collab-next {
    background-image: url(../../img/next-green.webp)
}

.swiper-collab-prev {
    left: -20px
}

.swiper-collab-next {
    right: -20px
}

.swiper-collab-buttons>div:hover {
    transform: scale(1.05)
}

.collab-item-wrapper {
    height: 390px;
}

.collab-item-wrapper:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    transition: all 0.3s;
    opacity: 0;
}

.collab-item-wrapper:hover:after {
    opacity: 1;
}

.collab-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.collab-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collab-information {
    z-index: 3;
    padding: 32px;
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 0.3s;
    transform: translateY(-122px);
}

.collab-information h3 {
    height: 75px;
    display: flex;
    align-items: flex-end;
    transition: all 0.3s;
}

.swiper-collab .swiper-slide:hover .collab-information,
.swiper-slide-active .collab-information {
    transform: translateY(-100%);
}

.swiper-collab .swiper-slide:hover h3,
.swiper-collab .swiper-slide-active h3 {
    color: #2C9BB6
}

.swiper-slide-active .collab-item-wrapper:after {
    opacity: 1;
}

.collab-image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.collab-slider-container:after {
    display: block;
    width: 50vw;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.51) 0%, rgba(255, 255, 255, 1) 11%, rgba(255, 255, 255, 0.68) 29%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    right: calc(-50vw - 40px);
    right: -50vw;
    top: 0;
    z-index: 2;
    backdrop-filter: blur(6px);
    overflow: hidden;
}

.colab-form p br {
    display: none
}

@media screen and (max-width:1230px) {
    .partnership-collaborities {
        flex-direction: column;
        row-gap: var(--space-3)
    }

    .collab-slider-container,
    .colab-right {
        width: 100%;
    }

    .swiper-collab-buttons {
        top: -70px;
        width: 100px;
        right: 30px;
        left: auto;
    }

    .swiper-collab-prev {
        left: 0;
    }

    .swiper-collab-next {
        right: 0;
    }

    .colab-left {
        width: 650px;
        max-width: calc(100% - 90px);
    }

    .colab-left br {
        display: none;
    }
}

/*OUR PROJECTS*/
.project-query-container>div {
    margin-bottom: var(--space-large)
}

.project-query-container>div:nth-child(odd) {
    direction: ltr;
}

.project-query-container .row {
    display: grid;
    grid-auto-flow: column;
    gap: 40px;
}

.project-query-container .row:nth-child(even) {
    direction: rtl;
}

.project-query-container .row:nth-child(even)>* {
    direction: ltr;
}

.project-left img {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 8px;
    min-width: 100%;
}

.link-underline {
    text-decoration: underline;
    transform: all 0.3s;
    font-weight: bold;
    color: #000
}

@media screen and (max-width:810px) {
    .project-query-container .row {
        display: flex;
        row-gap: 40px;
        flex-direction: column-reverse;
    }

    .project-query-container .row>div {
        width: 100%;
    }
}

/*ABOUT US*/
.our-team-row {
    gap: 30px;
}

.our-team-reguler {
    margin-top: 30px
}

.our-team-wrapper {
    height: 100%;
    border-radius: 8px;
    background-color: var(--grey-card);
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.our-team-image {
    width: 100%;
    padding-bottom: 126%;
    position: relative;
    overflow: hidden;
}

.our-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.our-team-reguler .our-team-image {
    padding-bottom: 90%
}

.our-team-heading {
    height: 70px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0
}

.our-team-name {
    height: 40px;
    flex-direction: row;
    align-items: flex-end;
    display: flex;
}

.our-team-content {
    z-index: 3;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 0.3s;
    transform: translateY(-90px);
}

.our-team-wrapper:hover .our-team-content {
    transform: translateY(-100%);
}

.our-team-wrapper:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: -1;
    transition: all 0.3s;
    opacity: 0;
}

.our-team-wrapper:hover:after {
    opacity: 1;
    z-index: 2;
}

.our-team-image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.our-team-links a {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../../img/ico-email.svg) no-repeat center center;
    position: relative;
    overflow: hidden;
    text-indent: -99999px;
}

.our-team-links a.linked-in {
    background: url(../../img/ico-linkedin.svg) no-repeat center center;
}

.our-team-meta {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.our-team-links {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: center;
}

.our-team-reguler .our-team-wrapper:after {
    display: none
}

.our-team-reguler .our-team-heading {
    height: auto;
}

.our-team-reguler .our-team-image:before {
    display: none
}

.our-team-reguler .our-team-content {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    padding: 10px 20px;
    background: #fefefe;
}

.our-team-reguler .our-team-wrapper:hover .our-team-content {
    transform: none
}

.our-team-reguler .our-team-name {
    height: auto;
}

.our-team-reguler .our-team-links a {
    filter: invert(100%);
}

.our-values {
    padding: 60px 0;
    background: var(--brand1-10);
    margin-bottom: 160px;
    margin-top: 90px
}

.our-values:before {
    content: '';
    display: block;
    width: 100%;
    height: 92px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.51) 0%, rgba(229, 239, 242, 1) 100%);
    position: absolute;
    top: -92px;
    left: 0
}

.our-values:after {
    content: '';
    display: block;
    width: 100%;
    height: 92px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.51) 0%, rgba(229, 239, 242, 1) 100%);
    position: absolute;
    bottom: -92px;
    left: 0
}

.visi-cards-content {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/*RESOURCES*/
.hero-bg {
    height: 570px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.hero-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.hero-bg .container {
    z-index: 2;
}

.latest-blog {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 30px;
    box-shadow: var(--shadow)
}

.blog-featured-image {
    width: 100%;
    padding-bottom: 60%;
    background: var(--grey-card);
    overflow: hidden;
}

.blog-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0
}

.blog-query-author {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.blog-query-author img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0
}


.blog-query-author-name {
    display: flex;
    gap: 10px
}

.blog-query-cat {
    font-weight: 500;
}

.blog-query-cat a {
    display: inline-block;
    padding-left: 22px;
    background: url(../../img/cat.svg) no-repeat left 3px;
}

.heading-more-link {
    align-items: unset;
    font-weight: 600;
    text-decoration: underline;
}

.resources-query .blog-featured-image {
    padding-bottom: 40%;
}

.latest-blog-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    row-gap: 0;
}

.blog-title {
    padding: 20px 20px 20px 20px
}


.blog-query-meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding: 15px 20px 20px 20px;
    border-top: 1px solid #eaeaea;
}

.latest-blog-item .blog-query-meta {
    padding: 15px 0 20px 0;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
}

.archive-blog-content {
    padding: 20px 20px 20px 0;
    display: flex;
    flex-direction: column;
}

.archive-blog-content .blog-query-meta {
    padding: 0;
    margin-top: auto;
    padding-top: 16px;
    width: 100%;
}

.blog-left {
    padding-right: 40px
}

.blog-left a.brxe-image,
.latest-blog-item a.brxe-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bricks-pagination .page-numbers span {
    border-radius: 50%;
    background-color: var(--brand1);
    color: #fff;
    width: 30px;
    height: 30px;
}

.latest-archive-image {
    width: 120px;
    height: 120px;
    overflow: hidden;
    padding-bottom: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.latest-archive-image a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.latest-archive-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.blog-sidebar-latest .blog-title {
    padding: 0;
    width: calc(100% - 130px);
    padding-left: 20px
}

.blog-sidebar-latest {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sidebar-item {
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
}

.sidebar-item:first-child {
    padding-top: 0;
    border-top: 0
}

.blog-right .latest-blog-item {
    margin-bottom: 30px
}

.blog-right .latest-blog-item:last-child {
    margin-bottom: 0
}

.brx-option-active {
    font-weight: 600;
}

.contact-hero {
    margin-bottom: 170px;
}

@media screen and (max-width:1024px) {
    .blog-sidebar-latest {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-sidebar-latest .blog-title {
        padding-left: 0;
        margin-top: 12px;
        width: 100%;
    }
}

@media screen and (max-width:868px) {
    .archive-blog-row {
        display: flex;
        flex-direction: column;
    }

    .archive-blog-row .archive-blog-content {
        padding: 0 20px 20px 20px
    }
}

@media screen and (max-width:575px) {
    .blog-right {
        margin-top: 80px
    }
}

/*CONTACT*/
.contact-wrapper {
    border-radius: 16px;
    background: #fff;
    padding: 20px;
    transform: translateY(-100px);
    box-shadow: var(--shadow);
    display: flex;
    gap: 50px
}

.contact-left-text {
    background: var(--brand1);
    color: #fff;
    padding: 32px;
    border-radius: 8px;
    width: 390px;
}

.contact-right .brxe-shortcode {
    padding: 40px 40px 40px 20px
}

@media screen and (max-width:1060px) {
    .contact-wrapper {
        flex-direction: column;
        transform: translateY(-60px);
    }

    .contact-right .brxe-shortcode {
        padding: 0
    }
}

.rcp-box .program-item {
    background-color: #fff;
}

.rcp-box .program-title {
    padding: 24px;
}

.cover-img img {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.marquee-title {
    margin-top: 10px
}

.metode-wrapper {
    padding: 32px;
    background: #fff;
    border-radius: 16px;
    height: 100%;
}

.metode-right .metode-wrapper {
    background-color: var(--brand3);
    color: #fff;
}

.swiper-pengajar {
    overflow: hidden;
}

.swiper-pengajar .swiper-pagination {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
}

.pengajar-photo {
    width: 100%;
    padding-bottom: 120%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    border: 1px solid #eaeaea
}

.pengajar-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.kerjasama-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 70px;
}

.kerjasama-row>div {
    width: 30%;
}

.popup {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.3s ease;
}

.popup.hidden {
    opacity: 0;
    pointer-events: none;
}

.popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
}

.popup-content {
    position: relative;
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    z-index: 2;
    max-width: 500px;
    width: 90%;
    padding-top: 45px
}

.popup-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
    color: red;
}

.popup-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 16px
}

.popup-form input[type=text],
.popup-form input[type=email] {
    border: 1px solid var(--brand2);
    border-radius: 8px;
}

#thank-you-message {
    margin-bottom: 30px;
    font-weight: 600;
}

#thank-you-message a {
    text-decoration: underline;
}