/*#region common */
.vpbank-page {
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #2A384D;
}

.vpbank-page a {
    color: inherit;
}

.nowrap {
    white-space: nowrap;
}

.text-bold {
    font-family: Inter Bold, Arial, sans-serif;
}

.text-semibold {
    font-family: Inter Semibold, Arial, sans-serif;
}

.text-center {
    text-align: center;
}

.default-title {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 32px;
    text-align: center;
    background: linear-gradient(270deg, #00B650 0.09%, #015CAC 99.91%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.section-padding {
    padding: 80px 0;
}

.btn-base {
    display: inline-block;
    border-radius: 8px;
    padding: 14px 36px;
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 18px;
}

a.btn-advise {
    border: 1.5px solid transparent;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(269.89deg, #00B650 0.09%, #015CAC 99.91%) border-box;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10), 0px 0px 8px 2px rgba(0, 0, 0, 0.10);
}

.btn-advise span {
    background: linear-gradient(270deg, #00B650 0.09%, #015CAC 99.91%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.btn-register {
    border: 1.5px solid #FFF;
    background: #01A38A;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10), 0px 0px 8px 2px rgba(0, 0, 0, 0.10);
    color: #FFF;
}

.cta-btn { 
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (min-width: 1200px) {
    .vpbank-page .container {
        width: 1200px;
    }
}

@media (max-width: 979px) {
    .section-padding {
        padding: 50px 0;
    }

    .default-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 40px 0;
    }

    .btn-base {
        font-size: 16px;
    }

    .default-title {
        font-size: 24px;
    }

    .cta-btn {
        display: grid;
    }
}
/*#endregion */

/*#region banner */
.banner {
    background-image: url('/eSign/images/pages/vpbank/bg-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 56px 0 80px;
}

.banner-content {
    max-width: 708px;
}

.banner-title {
    margin: 56px 0 40px;
}

.banner-description {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bd-item {
    border-radius: 12px;
    border: 0.5px solid rgba(255, 255, 255, 0.80);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0px 4px 4px 0px rgba(0, 75, 45, 0.25);
    padding: 16px;
    text-align: center;
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 24px;
    color: #FFF;
    min-height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bd-item .large {
    font-size: 36px;
}

.banner-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 80px;
}

@media (max-width: 979px) {
    .banner {
        background-position: left center;
        padding: 50px 0;
    }

    .banner-logo {
        display: flex;
        justify-content: center;
    }

    .banner-btn {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .banner-title {
        margin: 32px 0 24px;
    }

    .banner-description {
        grid-template-columns: 1fr;
    }

    .bd-item {
        min-height: 100px;
        font-size: 18px;
    }

    .bd-item .large {
        font-size: 24px;
    }

    .banner-btn {
        display: grid;
        margin-top: 24px;
    }
}
/*#endregion */

/*#region benefit */
.benefit {
    background-color: #F0F6FF;
}

.benefit-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 60px;
}

.benefit-item {
    text-align: center;
    border-radius: 16px;
    border: 1.5px solid rgba(253, 253, 253, 0.90);
    background: #FFF;
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.benefit-item-icon {
    width: 60px;
    height: 60px;
}

.benefit-item-title {
    font-size: 24px;
}

.benefit-item-description {
    font-size: 18px;
}

@media (max-width: 979px) {
    .benefit-wrap {
        margin-top: 40px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .benefit-wrap {
        margin-top: 32px;
        gap: 16px;
    }

    .benefit-item {
        padding: 24px 16px;
        gap: 16px;
    }

    .benefit-item-title {
        font-size: 20px;
    }

    .benefit-item-description {
        font-size: 16px;
    }
}
/*#endregion */

/*#region solution */
.solution-container {
    position: relative;
}

.solution-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    max-width: 820px;
    margin: 60px auto;
}

.si-title {
    font-size: 24px;
    margin-bottom: 16px;
}

.si-desc {
    font-size: 18px;
}

.solution-img {
    position: absolute;
    top: 25%;
    left: -25%;
}

@media (max-width: 1199px) {
    .solution-img {
        display: none;
    }
}

@media (max-width: 767px) {
    .solution-wrap {
        grid-template-columns: 1fr;
        margin: 24px auto;
        gap: 24px;
    }

    .si-title {
        font-size: 20px;
    }

    .si-desc {
        font-size: 16px;
    }
}
/*#endregion */

/*#region feature */
.feature-wrap {
    display: grid;
    grid-template-columns: 540px 1fr;
    gap: 40px;
    padding-top: 80px;
    position: relative;
}

.feature-title {
    font-size: 28px;
    color: #0F172A;
}

.feature-des {
    margin: 32px 0 48px;
}

.feature-des div {
    font-size: 18px;
    padding: 16px 24px;
    border-radius: 12px;
    background: #F0F6FF;
}

.feature-des div:not(:last-child) {
    margin-bottom: 16px;
}

@media (min-width: 980px) {
    .feature .cta-btn {
        justify-content: left;
    }
}

@media (max-width: 979px) {
    .feature .default-title br {
        display: none;
    }

    .feature-wrap {
        grid-template-columns: 1fr;
        padding-top: 40px;
    }

    .feature-des {
        margin: 24px 0 32px;
    }
}

@media (max-width: 767px) {
    .feature-wrap {
        gap: 24px;
    }

    .feature-title {
        font-size: 20px;
    }

    .feature-des div {
        font-size: 16px;
    }
}
/*#endregion */

/*#region loan-process */
.loan-process-section {
    max-width: 1530px;
    margin: 0 auto;
    background-color: #F0F6FF;
    border-radius: 32px;
}

.process-container {
    display: flex;
    gap: 40px;
    margin-top: 60px;
}

.process-video {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}

.process-video img {
    width: 100%;
    height: auto;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.play-button img {
    width: 30px;
    height: 30px;
}

.process-steps {
    flex: 1;
    display: flex;
    gap: 24px;
}

.step-indicators {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-indicator {
    background-color: #F0F6FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0.5;
    transition: all 0.3s ease;
    margin: 6px 0;
    cursor: pointer;
}

.step-indicator.active {
    opacity: 1;
}

.step-number {
    font-size: 22px;
    font-weight: 600;
    color: #1E417C;
}

.step-indicator.active .step-number {
    color: #FFF;
}

.step-line.completed,
.step-line.active {
    background-color: #1E417C;
    opacity: 1;
}

.steps-content {
    flex: 1;
    padding-left: 24px;
}

.step-item {
    opacity: 0.5;
    transition: opacity 0.5s ease-in-out;
    animation: fadeIn 0.5s ease-in-out;
}

.step-item.active {
    opacity: 1;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.loan-process-section .video-container {
    flex: 1.2;
    border-radius: 24px;
    background: #FFF;
    padding: 100px 40px;
    position: relative;
    height: 626px;
}

.loan-process-section .process-steps {
    flex: 0.8;
    display: flex;
    align-items: flex-start;
}

/* Auto-slide animation */
@keyframes autoSlide {

    0%,
    16% {
        opacity: 1;
    }

    20%,
    96% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.auto-slide .slider-item {
    animation: autoSlide 15s infinite;
    animation-play-state: running;
}

.auto-slide .slider-item:nth-child(1) {
    animation-delay: 0s;
}

.auto-slide .slider-item:nth-child(2) {
    animation-delay: 3s;
}

.auto-slide .slider-item:nth-child(3) {
    animation-delay: 6s;
}

.auto-slide .slider-item:nth-child(4) {
    animation-delay: 9s;
}

.auto-slide .slider-item:nth-child(5) {
    animation-delay: 12s;
}

.auto-slide:hover .slider-item {
    animation-play-state: paused;
}

/* Process Slider Styles */
.process-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.process-slider .slider-item {
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: none;
    border-radius: 10px;
    overflow: hidden;
}

.process-slider .slider-item.active {
    opacity: 1;
    display: block;
    z-index: 1;
}

.process-slider .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Dots navigation */
.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
    position: absolute;
    bottom: 19px;
    left: 42%;
}

.slider-dot {
    width: 12px;
    height: 12px;
    background-color: #B8FFF5;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.slider-dot.active {
    background-color: #01A38A;
    opacity: 1;
}

/* Step indicators */
.step-indicators {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.step-indicator .step-number {
    width: 48px;
    height: 48px;
    background-color: #D0E3FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.step-indicator.active {
    opacity: 1;
    border: 1px solid #1E417C;
    padding: 6px;
    margin: 10px 0;
    color: #000;
}

.step-number {
    font-size: 22px;
    font-weight: 600;
    color: #1E417C;
}

.step-indicator.active .step-number {
    color: #000;
}

.step-line {
    width: 5px;
    height: 35px;
    background-color: #D0E3FF;
    position: relative;
    z-index: 1;
    opacity: 0.5;
    transition: all 0.3s ease;
    border-radius: 119px;
}

.step-line.completed,
.step-line.active {
    background-color: #1E417C;
    opacity: 1;
}

/* Process steps content */
.steps-content {
    flex: 1;
    padding-left: 24px;
    padding-top: 17px;
}

.step-item {
    opacity: 0.5;
    transition: opacity 0.5s ease-in-out;
    animation: fadeIn 0.5s ease-in-out;
}

.step-item.active {
    opacity: 1;
}

.step-item-title {
    font-size: 20px;
    font-family: Inter Semibold, Arial, sans-serif;
    margin-bottom: 12px;
    line-height: 1.1;
}

.step-item-desc {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 33px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 1200px) {

    .process-container {
        flex-direction: column;
    }

    .process-steps {
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .process-container {
        gap: 24px;
    }
    
    .steps-content {
        padding-left: 0;
    }

    .step-item-title {
        font-size: 18px;
    }

    .step-item-desc {
        margin-bottom: 30px;
    }
}
/*#endregion */
/* region faq */
.faq-content {
    padding-top: 50px;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.faq ul li {
    margin-left: 0;
}

.tab-bar {
    background-color: #01a38a;
    border-radius: 15px 15px 0px 0px;
    z-index: 100;
    align-items: center;
}

.tab-bar .active {
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 36%);
    background-color: #00927c;
    z-index: 100;
}

.tab-bar li:first-child {
    border-top-left-radius: 15px;
}

.tab-bar li:nth-child(7) {
    border-top-right-radius: 15px;
}

.tab-bar>div {
    /* width: 50%; */
    align-items: center;
}

.tab-item {
    height: 105px;
    width: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.tab-item a {
    color: #fff;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.tab-item a img {
    width: 39px;
    height: 35px;
}

.feature-tab {
    font-size: 20px;
    text-align: center;
    text-decoration: unset;
    margin-left: 5px;
}

.space-tab {
    min-height: 60px;
    max-height: 60px;
    min-width: 1px;
    background-color: #fff;
}

.faq .container {
    padding: unset;
}

.faq-content .tab-content {
    border-radius: 0px 0px 15px 15px;
    border: 1px solid #01a38a;
    display: grid;
    padding-bottom: 12px;
}

.faq-content .container {
    padding: unset;
}

.faq-content .col-md-24 {
    padding-left: unset;
    padding-right: unset;
}

.qna-btn {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
    padding: 10px 0px;
}

.qna-btn-question {
    position: relative;
    left: 80px;
    right: 32px;
    color: #01A38A;
    font-size: 22px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    width: calc(100% - 140px);
    border-bottom: 1px solid #01A38A;
    display: flex;
    align-items: center;
}

.qna-btn-question>div:nth-child(2) {
    height: 100%;
    align-items: center;
    display: flex;
    max-width: calc(100% - 80px);
}

.qna-btn-icon {
    background: url("/eSign/images/pages/loans/ic-expand.svg") no-repeat center;
    position: absolute;
    top: 23px;
    right: 60px;
    width: 24px;
    height: 30px;
}

.qna-btn-answer {
    color: #000931;
    margin-top: 18px;
    position: relative;
    left: 104px;
    width: calc(100% - 150px);
    font-size: 22px;
    font-family: GoogleSans Regular, Arial, sans-serif;
    display: none;
}

.open {
    background: url("/eSign/images/pages/loans/ic-collapsed.svg") no-repeat center;
}

.qna-btn-question>div:first-child {
    margin-right: 10px;
    font-size: 45px;
}

.qna-btn-more {
    color: #007aff;
    cursor: pointer;
    border-radius: 15px;
    height: 44px;
    width: 141px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    margin-top: 32px;
    left: calc(43%);
}

.qna-btn-more::after {
    content: "";
    display: inline-block;
    background: url("/eSign/images/pages/loans/ic-btn-arrow.png") no-repeat center;
    width: 18px;
    height: 18px;
    margin-left: 8px;
}

.qna-btn-more:hover {
    opacity: 0.9;
}

.btn-more::after {
    transform: rotate(180deg);
}

.faq .tab-content>.tab-pane {
    padding: 44px 0px 20px 0px;
}

@media (max-width: 979px) {
    .qna-btn-more {
        left: unset;
    }
}

@media (max-width: 767px) {
    .faq-content .tab-content {
        margin: 0px 20px;
    }

    .tab-bar>div {
        width: unset;
    }

    .tab-bar {
        background-color: #fff;
        flex-flow: row wrap;
        justify-content: center;
    }

    .tab-item {
        background-color: #01a38a;
        height: 70px;
        width: 280px;
        margin: 4px 0;
        border-radius: 15px;
    }

    .space-tab {
        min-height: 0px;
        max-height: 0px;
    }

    .faq-content {
        padding-top: 24px;
    }
}

@media (max-width: 640px) {
    .qna-btn-question {
        left: 38px;
        font-size: 13px;
        width: calc(100% - 70px);
    }

    .qna-btn-question>div:first-child {
        font-size: 32px;
    }

    .qna-btn-question>div:nth-child(2) {
        max-width: calc(100% - 50px);
    }

    .qna-btn-answer {
        font-size: 13px;
        left: 68px;
        width: calc(100% - 100px);
    }

    .qna-btn-icon {
        right: 30px;
        top: 10px;
    }

    .faq .tab-content>.tab-pane {
        padding: 10px 0px;
    }

    .qna-btn-more {
        height: 30px;
        width: 100px;
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/*#endregion*/
/*#region register */
#register {
    background-color: #F0F6FF;
}

#FormRow {
    margin-top: 40px;
}

@media (max-width: 767px) {
    #FormRow {
        margin-top: 24px;
    }
}
/*#endregion */