/* COMMON - START */
.ocbc-phone-frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.ocbc__section-title {
    font-size: 32px;
}

@media all and (max-width: 767px) {
    .ocbc__section-title {
        font-size: 24px;
    }
}

/* COMMON - END */

/* 1. ONE MOBILE KEY SELLING - START */
.ocbc-one-mobile__ks .ocbc-one-mobile__ks__title {
    text-align: center;
}

.ocbc-one-mobile__ks .ocbc-one-mobile__ks__content {
    padding: 56px 0 0;
}

.ocbc-one-mobile__ks__carousel-wrapper {
    position: relative;
    padding: 16px 0;
    min-height: 830px;
}

@media all and (max-width: 1440px) {
    .ocbc-one-mobile__ks__carousel-wrapper {
        min-height: 700px;
    }
}

@media all and (max-width: 767px) {
    .ocbc-one-mobile__ks__carousel-wrapper {
        min-height: 600px;
    }
}

/*@media all and (max-width: 767px) {*/
/*    .ocbc-one-mobile__ks__carousel-wrapper {*/
/*        min-height: 650px;*/
/*    }*/
/*}*/

/*@media all and (max-width: 575px) {*/
/*    .ocbc-one-mobile__ks__carousel-wrapper {*/
/*        min-height: 575px;*/
/*    }*/
/*}*/

.ocbc-one-mobile__ks .ocbc-one-mobile__ks__carousel .ocbc-one-mobile__ks__carousel__c-item {
    text-align: center;
}

.ocbc-one-mobile__ks__content-item {
    text-align: center;
    padding-top: 48px;

    transition: padding-top 300ms ease-out;
}

.owl-item.active.center .ocbc-one-mobile__ks__content-item {
    padding-top: 0;
}

.ocbc-one-mobile__ks__content-item__title {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;

    font-size: 16px;
    font-weight: 700;
    text-align: center;

    transition: 700ms ease-in-out;
}

.owl-item.active.center .ocbc-one-mobile__ks__content-item__title {
    font-size: 20px;
}

.ocbc-one-mobile__ks__content-item__subtitle {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;

    font-size: 1.6rem;
    font-weight: 400;
    color: #667584;

    opacity: 0;

    transition: opacity 700ms ease-in-out;
}

.ocbc-one-mobile__ks__phone-wrapper {
    --width: 180px;
    --height: 375px;

    display: inline-block;
    position: relative;
    width: var(--width);
    height: var(--height);
    margin: 0 0 16px;
    border-radius: 32px;
    overflow: hidden;

    transition: width 700ms ease-in-out, height 700ms ease-in-out;
}

.owl-item.active.center .ocbc-one-mobile__ks__phone-wrapper {
    --width: 262px;
    --height: 546px;
}

.owl-item.active.center .ocbc-one-mobile__ks__content-item__subtitle {
    opacity: 1;
}

.ocbc-one-mobile__ks__carousel__dots {
    position: absolute;
    left: 50%;
    bottom: 100px;

    transform: translate(-50%, 0);
}

.ocbc-one-mobile__ks__carousel__dots .owl-dot {
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 50%;
    outline: none;

    background-color: #d3d8e5;

    transition: 500ms ease-in-out;
}

.ocbc-one-mobile__ks__carousel__dots .owl-dot.active {
    width: 12px;
    height: 12px;

    background-color: #c41432;
    background-image: linear-gradient(113deg, #f14545 0%, #c41432 100%);
}

.ocbc-one-mobile__ks__carousel__dots .owl-dot + .owl-dot {
    margin-left: 3px;
}

@media all and (max-width: 1440px) {
    .ocbc-one-mobile__ks__phone-wrapper {
        --width: 174px;
        --height: 363px;
    }

    .owl-item.active.center .ocbc-one-mobile__ks__phone-wrapper {
        --width: 200px;
        --height: 417px;
    }
}

@media all and (max-width: 1200px) {
    .ocbc-one-mobile__ks__carousel__dots {
        bottom: 50px;
    }
}

@media all and (max-width: 767px) {
    .ocbc-one-mobile__ks__phone-wrapper {
        --width: 150px;
        --height: 313px;
    }

    .owl-item.active.center .ocbc-one-mobile__ks__phone-wrapper {
        --width: 174px;
        --height: 363px;
    }
}

.ocbc-one-mobile__ks .ocbc-one-mobile__ks__phone-img {
    position: absolute;
    max-width: calc(100% - 26px) !important;;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ocbc-one-mobile__ks__carousel__nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 375px;
    height: 546px;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    z-index: 2;
}

@media all and (max-width: 1440px) {
    .ocbc-one-mobile__ks__carousel__nav {
        width: 325px;
        height: 417px;
    }
}

@media all and (max-width: 767px) {
    .ocbc-one-mobile__ks__carousel__nav {
        width: 265px;
        height: 363px;
    }
}


.ocbc-one-mobile__ks__carousel__nav-item {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}

.ocbc-one-mobile__ks__carousel-bg {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 1000px;
    height: 100%;
    z-index: -2;
}

.ocbc-one-mobile__ks__dot {
    position: absolute;
    border-radius: 50%;
    background-color: rgb(218, 224, 230);

    transition: 1200ms left ease-in-out, 1000ms top ease-in-out;
}

.ocbc-one-mobile__ks__dot--red {
    background-image: linear-gradient(113deg, #f14545 0%, #c41432 100%);
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.ocbc-one-mobile__ks__dot:nth-child(1) {
    width: 125px;
    height: 125px;

    left: 575px;
    top: 30px;
}

.ocbc-one-mobile__ks__dot:nth-child(2) {
    width: 226px;
    height: 226px;

    left: 242px;
    top: 60px;
}

.ocbc-one-mobile__ks__dot:nth-child(3) {
    width: 195px;
    height: 195px;

    left: 480px;
    top: 415px;
}

@media all and (max-width: 1440px) {
    .ocbc-one-mobile__ks__dot:nth-child(1) {
        width: 100px;
        height: 100px;

        left: 545px;
        top: 10px;
    }

    .ocbc-one-mobile__ks__dot:nth-child(2) {
        width: 196px;
        height: 196px;

        left: 300px;
        top: 80px;
    }

    .ocbc-one-mobile__ks__dot:nth-child(3) {
        width: 174px;
        height: 174px;

        left: 480px;
        top: 340px;
    }
}

@media all and (max-width: 992px) {
    .ocbc-one-mobile__ks__content-item__title {
        font-size: 2rem;
    }

    .ocbc-one-mobile__ks__content-item__subtitle {
        font-size: 1.5rem;
    }

    .ocbc-one-mobile__ks__carousel-bg {
        width: 100%;
    }

    .ocbc-one-mobile__ks__dot:nth-child(1) {
        left: 56%;
    }

    .ocbc-one-mobile__ks__dot:nth-child(2) {
        left: 27%;
    }

    .ocbc-one-mobile__ks__dot:nth-child(3) {
        left: 46%;
    }
}


@media all and (max-width: 575px) {
    .ocbc-one-mobile__ks__carousel-bg {
        width: 100%;
    }

    .ocbc-one-mobile__ks__dot:nth-child(1) {
        left: 56%;
    }

    .ocbc-one-mobile__ks__dot:nth-child(2) {
        left: -10%;
        top: 50px;
    }

    .ocbc-one-mobile__ks__dot:nth-child(3) {
        left: 46%;
    }

    .ocbc-one-mobile__ks__dot:nth-child(3) {
        left: 46%;
        top: 290px;
    }
}

/* 1. ONE MOBILE KEY SELLING - END */

/* 2. ONE MOBILE FEATURES - START */
.ocbc-one-mobile__features__title {
    text-align: center;
}

.ocbc-one-mobile__features__category {
    position: relative;
    background-color: rgb(235, 38, 41);
    background-image: linear-gradient(113deg, #f14545 0%, #c41432 100%);

    /* grey */
    /*background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(156.17deg, #BEC3D0 13.33%, #737B8C 100.2%);*/

    border-radius: 8px;


    width: 100%;
    padding-top: 120%;

    cursor: pointer;

    filter: grayscale(1);

    transition: 500ms ease-in-out;
}

.ocbc-one-mobile__features__category:hover {
    filter: grayscale(0);
}

.ocbc-one-mobile__features__category.chosen {
    background-color: rgb(235, 38, 41);
    background-image: linear-gradient(113deg, #f14545 0%, #c41432 100%);

    filter: grayscale(0);
}

.ocbc-one-mobile__features__category-img-wrapper {
    position: absolute;
    width: 100%;
    padding-top: 100%;

    left: 0;
    top: 0;
}

.ocbc-one-mobile__features__category-img {
    position: absolute;
    width: 80%;
    height: 80%;
    left: 50%;
    top: 45%;

    transform: translate(-50%, -50%);

    z-index: 1;
}

.ocbc-one-mobile__features__category-name {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;

    display: flex;
    justify-content: center;
    align-items: center;

    margin: 0;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.25;
    height: 20%;

    color: #fff;
}

.ocbc-one-mobile__features__subcategories {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    margin-top: 16px;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
}

.ocbc-one-mobile__features__subcategories--m.owl-carousel {
    display: none !important;
}

.ocbc-one-mobile__features__subcategories--m .owl-stage {
    min-width: 10000px;
    padding: 0 8px;
}

@media all and (max-width: 767px) {
    .ocbc-one-mobile__features__subcategories {
        display: none;
    }

    .ocbc-one-mobile__features__subcategories--m.owl-carousel {
        display: block !important;
        padding-left: 0;
        padding-right: 0;
    }
}

.ocbc-one-mobile__features__subcategory {
    display: inline-block;
    padding: 0 16px;

    font-size: 1.5rem;

    transition: 300ms ease-in-out;

    cursor: pointer;
}

.ocbc-one-mobile__features__subcategory + .ocbc-one-mobile__features__subcategory {
    border-left: 1px solid rgba(0, 0, 0, .3);
}

.ocbc-one-mobile__features__subcategory.active {
    color: #eb2629;
    font-weight: 600;
}

.owl-item:not(:first-child) .ocbc-one-mobile__features__subcategory-m {
    border-left: 1px solid rgba(0, 0, 0, .3);
}

.ocbc-one-mobile__features__feature-gallery {
    display: flex;
    align-items: stretch;
}

.ocbc-one-mobile__features__feature-gallery-left-section,
.ocbc-one-mobile__features__feature-gallery-right-section {
    width: 50%;
    position: relative;
}

.ocbc-one-mobile__features__feature-gallery-left-section {
    padding: 24px 0;
    background-image: linear-gradient(135deg, #fff 0%, #d9dde8 100%);
    text-align: right;
}

.ocbc-one-mobile__features__feature-gallery-right-section {
    text-align: left;
}

.ocbc-one-mobile__features__feature-gallery__inner {
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 100%;

    position: relative;
}

.ocbc-one-mobile__features__feature-gallery-left-section .ocbc-one-mobile__features__feature-gallery__inner {
    --max-width-container: 1224px;
    max-width: calc(var(--max-width-container) / 2);
    text-align: center;

    height: auto;
}

.ocbc-one-mobile__features__feature-gallery-right-section .ocbc-one-mobile__features__feature-gallery__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

@media all and (max-width: 767px) {
    .ocbc-one-mobile__features__feature-gallery {
        flex-direction: column;
    }

    .ocbc-one-mobile__features__feature-gallery-left-section,
    .ocbc-one-mobile__features__feature-gallery-right-section {
        width: 100%;
    }
}


.ocbc-one-mobile__feature-gallery-carousel-wrapper {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.ocbc-one-mobile__feature-gallery-carousel-item {
    text-align: center;
}

.ocbc-one-mobile__feature__gallery-img-wrapper {
    --width: 200px;
    --height: 417px;

    width: var(--width);
    height: var(--height);

    position: relative;
    display: inline-block;
}


.ocbc-one-mobile__feature__gallery-img {
    position: absolute;
    width: calc(100% - 26px) !important;
    border-radius: 12px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.ocbc-one-mobile__feature-gallery-carousel-page-legend {
    font-size: 1.25rem;
    margin: 15px 0 0;
}

.ocbc-one-mobile__feature-gallery-carousel-page-legend #current {
    font-weight: 600;
}

.ocbc-one-mobile__feature-gallery-carousel-nav {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);

    width: 320px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    z-index: 2;
}

.ocbc-one-mobile__feature-gallery-carousel-nav__nav-item {
    min-width: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}

.ocbc-one-mobile__features__accordion-wrapper {
    position: relative;
    flex: 1;
    height: auto;
    padding: 64px 64px 0;
}

.ocbc-one-mobile__features__cta-wrapper {
    height: 80px;
    padding: 16px 32px;

    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.ocbc-one-mobile__features__cta-wrapper button {
    color: #000;
    vertical-align: middle;
}

.ocbc-one-mobile__features__cta-wrapper button + button {
    margin-left: 8px;
}

@media all and (max-width: 575px) {
    .ocbc-one-mobile__features__accordion-wrapper {
        padding: 32px 16px 0;
    }

    .ocbc-one-mobile__features__cta-wrapper {
        height: auto;
        padding: 16px;
    }

    .ocbc-one-mobile__features__cta-wrapper button + button {
        margin-left: 3px;
    }
}

/* OCBC ONE MOBILE ACCORDION STEPPER - START */
.ocbc-one-mobile__accordion--stepper {
    opacity: 1;
    visibility: visible;

    transition: 500ms ease-in-out;
}

.ocbc-one-mobile__accordion--stepper--m {
    position: relative;
    opacity: 0;
    visibility: hidden;

    transition: 500ms ease-in-out;
}

.ocbc-one-mobile__accordion--steppper__item {
    --inactive-color: rgb(190, 195, 208);

    position: relative;
}

.ocbc-one-mobile__accordion--stepper--m .ocbc-one-mobile__accordion--steppper__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    opacity: 0;
    visibility: hidden;

    transition: 500ms ease-in-out;
}

.ocbc-one-mobile__accordion--steppper__item:not(:last-child):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    border-left: 4px dashed var(--inactive-color);

    left: 14px;
    top: 16px;
    z-index: 1;

    transition: height 750ms ease-in-out;
}

.ocbc-one-mobile__accordion--stepper--m .ocbc-one-mobile__accordion--steppper__item:after {
    content: none;
}

.ocbc-one-mobile__accordion--steppper__item__header {
    position: relative;
    display: flex;
    align-items: center;

    z-index: 2;

    cursor: pointer;
}

.ocbc-one-mobile__accordion--steppper__item__header__index {
    flex: 0 0 auto;

    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 32px;

    color: #fff;

    background-image: linear-gradient(113deg, var(--inactive-color) 0%, var(--inactive-color) 100%);
}

.ocbc-one-mobile__accordion--steppper__item.active .ocbc-one-mobile__accordion--steppper__item__header__index {
    background-image: linear-gradient(113deg, #f14545 0%, #c41432 100%);
}

.ocbc-one-mobile__accordion--steppper__item__header__title {
    flex: 1 1 auto;
    margin: 0 0 0 12px;
    font-size: 2.25rem;

    color: var(--inactive-color);

    transition: color 750ms ease-in-out;
}

.ocbc-one-mobile__accordion--steppper__item.active .ocbc-one-mobile__accordion--steppper__item__header__title {
    color: #313131;
}

.ocbc-one-mobile__accordion--stepper--m .ocbc-one-mobile__accordion--steppper__item.active {
    opacity: 1;
    visibility: visible;
}

.ocbc-one-mobile__accordion--steppper__item__content {
    padding: 12px 12px 24px 44px;

    height: 0;
    overflow: hidden;

    transition: 500ms ease-out;
}

.ocbc-one-mobile__accordion--steppper__item__content.initial {
    height: auto;
}

.ocbc-one-mobile__accordion--steppper__item__content__inner {
    width: 100%;
    height: auto;

    opacity: 0;

    transition: 500ms ease-out;
}

.ocbc-one-mobile__accordion--steppper__item.active .ocbc-one-mobile__accordion--steppper__item__content__inner {
    opacity: 1;
}

@media all and (max-width: 767px) {
    .ocbc-one-mobile__accordion--stepper {
        opacity: 0;
        visibility: hidden;
        height: 0;
    }

    .ocbc-one-mobile__accordion--stepper--m {
        opacity: 1;
        visibility: visible;
    }

    .ocbc-one-mobile__accordion--stepper--m .ocbc-one-mobile__accordion--steppper__item__header__title {
        font-size: 16px;
    }

    .ocbc-one-mobile__accordion--stepper--m .ocbc-one-mobile__accordion--steppper__item__content__inner {
        font-size: 14px;
    }

    .ocbc-one-mobile__accordion--steppper__item__content {
        padding: 0 12px 24px 44px;
    }
}

/* OCBC ONE MOBILE ACCORDION STEPPER - END */

/* OCBC ONE MOBILE FAQS - START */
.ocbc-faqs__content {
    padding: 56px 0;
}

.ocbc-faqs-title {
    text-align: center;
}

.ocbc-faqs__content {
    max-width: 1000px;
    margin: 0 auto;
}

.ocbc-faqs__action {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 32px 0 0;
    text-align: center;
}

.ocbc-faqs__action__txt {
    font-size: 1.5rem;
    font-weight: 500;
}

.ocbc-faq-ac-container {
    padding: 16px;
    border-radius: 8px;
}

.ocbc-faq-ac:last-child .ocbc-faq-ac__head {
    border-bottom: none;
}

.ocbc-faq-ac:last-child.ocbc-faq-ac--expand .ocbc-faq-ac__head {
    border-bottom: 1px solid #80909f;
}

.ocbc-faq-ac__icon--caret {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.ocbc-faq-ac__icon--caret:after {
    z-index: 1;
    font-family: "OCBC NISP Icons";
    display: inline-block;
    speak: none;
    font-weight: 600;
    line-height: 1;
    content: "";
    font-size: 1.6rem;

    transform: rotate(0);
    background: none;

    transition: all 300ms ease-in-out;
}

.ocbc-faq-ac--expand .ocbc-faq-ac__icon--caret:after {
    transform: rotate(180deg);
}

@media all and (max-width: 767px) {
    .ocbc-faq-ac__head {
        padding-right: 48px;
    }
}

/* OCBC ONE MOBILE FAQS - END */

/* OCBC DIG SEC - START */
.ocbc-one-mobile__dig-sec__content {
    width: 100%;
    height: 440px;
    overflow: hidden;

    position: relative;
}

@media all and (max-width: 767px) {
    .ocbc-one-mobile__dig-sec__content {
        height: 592px;
    }

}

.ocbc-one-mobile__dig-sec__bg-wrapper {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 1.5s ease 0s;
}

.ocbc-one-mobile__dig-sec__bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 1;
}

.ocbc-one-mobile__dig-sec__bg--m {
    display: none;
    background-position: right bottom;
}

.ocbc-one-mobile__dig-sec__bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    z-index: 2;
}

@media all and (max-width: 767px) {
    .ocbc-one-mobile__dig-sec__bg {
        display: none;
    }

    .ocbc-one-mobile__dig-sec__bg--m {
        display: block;
    }

    .ocbc-one-mobile__dig-sec__bg-overlay {
        background-image: linear-gradient(180deg, rgba(0, 0, 0, .6) 50%, rgba(0, 0, 0, 0));
    }
}

.ocbc-one-mobile__dig-sec__text-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;

    z-index: 2;
}

@media all and (max-width: 767px) {
    .ocbc-one-mobile__dig-sec__text-wrapper {
        align-items: flex-start;
        padding-top: 144px;
    }
}

.ocbc-one-mobile__dig-sec__title {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 600px;
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: 700;
    color: #f8f8f9;
}

.ocbc-one-mobile__dig-sec__desc {
    margin-top: 8px;
    margin-bottom: 0;
    max-width: 496px;
    font-size: 2rem;
    line-height: 3.2rem;
    color: #f8f8f9;
    transition: all 1s ease 1s;
}

.ocbc-one-mobile__dig-sec__cta {
    display: inline-block;
    margin-top: 24px;
}