/*#region common */
.vcb-page {
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #0F172A;
}

.nowrap {
    white-space: nowrap;
}

.text-bold {
    font-family: Inter Bold, Arial, sans-serif;
}

.text-semibold {
    font-family: Inter Semibold, Arial, sans-serif;
}

.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;
    text-align: center;
}

.cta-btn {
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 60px;
}

.default-title {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 32px;
    line-height: 1.25;
    text-align: center;
    color: #074C31;
}
@media (min-width: 1100px) {
.vcb-page .container {
    width: 1310px;
}

}


@media (max-width: 979px) {
    .section-padding {
        padding: 40px 0;
    }

    .default-title {
        font-size: 24px;
    }

    .cta-btn {
        /* grid-template-columns: 1fr; */
        justify-items: center;
    }
}

/*#endregion */

/*#region banner */
.banner {
    background: url('/eSign/images/pages/vietcredit-business-owner/bg-banner.webp') no-repeat center center;
    background-size: cover;
    padding: 48px 0 56px;
}

.banner-text {
    margin: 55px 0 33px 0;
    width: 43%;
}

.banner-btn {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    gap: 20px;
}

@media (max-width: 979px) {
    .banner-text{
        width:100%;
    }
    .banner {
        background-position: 10% center;
    }

    .banner-logo img,
    .banner-text img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }

    .banner-btn {
        grid-template-columns: 1fr;
        justify-items: center;
    }
}

/*#endregion */

/*#region why-vietcredit */
.why-vietcredit {
    padding: 96px 0 0 0;
}

.why-title {
    font-family: 'Inter Bold', Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #181D27;
    text-align: center;
    margin-bottom: 96px;
}

.why-title-brand {
    color: #BB202E;
}

.why-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    width: 100%;
    margin-bottom: 96px;
}

.why-img img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.why-content {
    display: grid;
    gap: 32px;
}

.why-content-heading {
    font-family: 'Inter SemiBold', Arial, sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: #181D27;
}

.why-checks {
    display: grid;
    gap: 20px;
}

.why-check-item {
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: flex-start;
    gap: 8px;
}

.why-check-icon {
    width: 24px;
    height: 24px;
}

.why-check-text {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #181D27;
}

.why-cta {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    gap: 16px;
}

.btn-vc-primary,
.btn-vc-secondary {
    display: inline-grid;
    place-items: center;
    min-width: 140px;
    padding: 14px 24px;
    border-radius: 12px;
    font-family: 'Inter SemiBold', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.btn-vc-primary {
    background: linear-gradient(180deg, #F2474C 0%, #AB1519 100%);
    color: #fff !important;
}

.btn-vc-secondary {
    background: #fff;
    border: 2px solid #F2474C !important;
    padding: 12px 22px;
    color: #BB202E !important;
}

@media (max-width: 979px) {
    .why-vietcredit {
        padding: 48px 0;
    }

    .why-title {
        font-size: 24px;
        line-height: 32px;
    }

    .why-row {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .why-row-flip .why-img {
        order: -1;
    }

    .why-cta {
        /* grid-template-columns: 1fr; */
    }
}

/*#endregion */

/*#region vc-solution */
.vc-solution {
    padding: 96px 0;
    background: url('/eSign/images/pages/vietcredit-business-owner/bg-benefit.webp') no-repeat center center;
    background-size: cover;
}

.vc-solution-header {
    display: grid;
    justify-items: center;
    gap: 32px;
}

.vc-solution-title {
    font-family: 'Inter Bold', Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #181D27;
    text-align: center;
    margin: 0;
}

.vc-solution-cta {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    gap: 16px;
}

.vc-cta .vc-solution-cta {
    justify-content: center;
    padding: 40px 0 0 0;
}

.vc-solution-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    width: 100%;
    margin-top: 40px;
}

.vc-solution-card {
    padding: 16px;
    background: rgba(255, 255, 255, 0.40);
    border-radius: 12px;
    outline: 2px rgba(255, 255, 255, 0.40) solid;
    outline-offset: -2px;
    display: grid;
    gap: 16px;
    align-content: start;
    height: 236px;
}

.vc-solution-card-icon {
    width: 60px;
    height: 60px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03), 0px 8px 30px -6px rgba(116, 135, 255, 0.05);
    border-radius: 12px;
    display: grid;
    place-items: center;
}

.vc-solution-card-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.vc-solution-card-body {
    display: grid;
    gap: 12px;
}

.vc-solution-card-title {
    font-family: 'Inter SemiBold', Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #181D27;
}

.vc-solution-card-text {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #181D27;
}

.text-tertiary {
    color: #414651;
}

.text-red {
    color: #BB202E;
}

@media (max-width: 979px) {
    .vc-solution {
        padding: 48px 0;
    }

    .vc-solution-title {
        font-size: 24px;
        line-height: 32px;
    }

    .vc-solution-cta {
        /* grid-template-columns: 1fr; */
    }

    .vc-solution-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .vc-solution-card {
        height: auto;
    }
}

/*#endregion */

/*#region vc-cta */
.vc-cta {
    padding: 96px 0;
    padding-bottom: 0;
}

.vc-cta-title {
    font-family: 'Inter Bold', Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #181D27;
    text-align: center;
    margin: 0 0 40px;
}

.vc-cta-img {
    width: 100%;
    height: auto;
}

@media (max-width: 979px) {
    .vc-cta {
        padding: 48px 0;
    }

    .vc-cta-title {
        font-size: 24px;
        line-height: 32px;
    }
}

/*#endregion */

/*#region loan-process */
.loan-process-section {
    background-color: #FFF9F8;
}

.loan-process-section .default-title {
    color: #181D27;
}

.loan-process-section .cta-btn {
    margin-top: 60px;
}

.process-container {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    margin-top: 60px;
    align-items: start;
}

.video-container {
    border-radius: 24px;
    background: #FFF;
    padding: 100px 40px;
    position: relative;
    height: 626px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10), 0px 0px 4px rgba(0, 0, 0, 0.10);
}

.process-steps {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
}

.step-indicators {
    display: grid;
    justify-items: center;
    padding: 0 20px;
}

.step-indicator {
    background-color: unset;
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: relative;
    opacity: 0.5;
    transition: all 0.3s ease;
    margin: 6px 0;
    cursor: pointer;
}

.step-indicator.active {
    opacity: 1;
    border: 1px solid #BB202E;
    padding: 6px;
    margin: 10px 0;
    color: #0F172A;
}

.step-indicator .step-number {
    width: 48px;
    height: 48px;
    background-color: #FAE4E6;
    border-radius: 50%;
    display: grid;
    place-items: center;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.step-indicator.active .step-number {
    background: linear-gradient(180deg, #F2474C 0%, #AB1519 100%);
    opacity: 1;
    color: #fff;
}

.step-number {
    font-size: 22px;
    font-weight: 600;
    color: #58595B;
}

.step-line {
    width: 5px;
    height: 35px;
    background-color: #FAE4E6;
    position: relative;
    z-index: 1;
    opacity: 0.5;
    transition: all 0.3s ease;
    border-radius: 119px;
}

.step-line.completed,
.step-line.active {
    background-color: #BB202E;
    opacity: 1;
}

.steps-content {
    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;
    color: #58595B;
    margin-bottom: 12px;
    line-height: 1.1;
}

.step-item-desc {
    font-size: 16px;
    line-height: 20px;
    color: #2A384D;
    margin-bottom: 33px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Process Slider Styles */
.process-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.process-slider .slider-item {
    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;
}

.slider-dots {
    display: grid;
    grid-template-columns: repeat(5, 12px);
    justify-content: center;
    gap: 10px;
    position: absolute;
    bottom: 19px;
    left: 42%;
}

.slider-dot {
    width: 12px;
    height: 12px;
    background-color: #FAE4E6;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background-color: #BB202E;
    opacity: 1;
}

/* 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;
}

@media (max-width: 979px) {
    .process-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .video-container {
        height: auto;
        padding: 40px 20px;
    }

    .slider-dots {
        left: 0;
        right: 0;
    }

    .steps-content {
        padding-left: 0;
    }

    .step-item-title {
        font-size: 18px;
    }

    .step-item-desc {
        margin-bottom: 24px;
    }

    .loan-process-section .cta-btn {
        margin-top: 24px;
    }
}

/*#endregion */

/*#region faq */
.faq .default-title {
    color: #181D27;
}

.faq-wrap {
    margin-top: 40px;
    border: 2px solid #BB202E;
    border-radius: 12px;
    overflow: hidden;
}

.faq-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid #BB202E;
}

.faq-tab {
    height: 80px;
    display: flex;
    grid-template-columns: 24px 1fr;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    gap: 8px;
    background: #58595B;
    cursor: pointer;
    font-family: 'Inter SemiBold', Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    transition: background 0.2s;
    border-right: 1px solid #fff;
}

.faq-tab:last-child {
    border-right: unset;
}

.faq-tab.active {
    background: linear-gradient(180deg, #F2474C 0%, #AB1519 100%);
}

.faq-tab-icon {
    width: 24px;
    height: 24px;
}

.faq-panels {
    padding: 40px 48px;
}

.faq-panel {
    display: none;
}

.faq-panel.active {
    display: grid;
    gap: 20px;
}

.faq-item {
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    outline: 1px solid #E9EAEB;
    outline-offset: -1px;
    display: grid;
    grid-template-columns: 1fr 24px;
    align-items: flex-start;
    gap: 16px;
    cursor: pointer;
}

.faq-item.open {
    border-radius: 24px;
    outline: 1px solid #F2474C;
}

.faq-item-body {
    display: grid;
    gap: 8px;
}

.faq-item.open .faq-item-body {
    gap: 12px;
}

.faq-question {
    font-family: 'Inter SemiBold', Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #181D27;
}

.faq-item.open .faq-question {
    color: #BB202E;
}

.faq-answer {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #414651;
    display: none;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-icon {
    width: 24px;
    height: 24px;
}

.faq-icon img {
    width: 24px;
    height: 24px;
}

.faq-item .faq-icon .ic-minus {
    display: none;
}

.faq-item .faq-icon .ic-plus {
    display: block;
}

.faq-item.open .faq-icon .ic-minus {
    display: block;
}

.faq-item.open .faq-icon .ic-plus {
    display: none;
}

@media (max-width: 979px) {
    .faq-tabs {
        grid-template-columns: repeat(2, 1fr);
        gap: 1px;
    }

    .faq-tab {
        height: auto;
        min-height: 60px;
        padding: 12px;
        font-size: 16px;
        border-right: unset;
    }

    .faq-panels {
        padding: 24px 20px;
    }

    .faq-panel.active {
        gap: 12px;
    }

    .faq-item {
        padding: 16px;
    }

    .faq-question {
        font-size: 16px;
    }
}

/*#endregion*/

/*#region register */
.register {
    background:url('/eSign/images/pages/vietcredit-business-owner/bg-register.webp') no-repeat center center;
    background-size: cover;
    padding: 96px 0;
    position: relative;
}
img.reg-ava {
    position: absolute;
    width: 480px;
    bottom: 0;
    left: 39%;
    z-index: 9;
}
.register-inner {
    display: grid;
    grid-template-columns: 1fr 515px;
    gap: 64px;
    align-items: start;
}

.register-left {
    display: grid;
    gap: 32px;
    padding-top: 24px;
}

.register-heading {
    display: grid;
    gap: 12px;
}

.register-title {
    font-family: 'Inter Bold', Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
}

.register-subtitle {
    font-family: 'Inter SemiBold', Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}

.register-checks {
    display: grid;
    gap: 20px;
}

.register-check-item {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 8px;
    align-items: flex-start;
}

.register-check-icon {
    width: 24px;
    height: 24px;
}

.register-check-text {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.register-check-text strong {
    font-family: 'Inter Bold', Arial, sans-serif;
}

.register-right {
    padding: 24px;
    background: rgba(255, 255, 255, 0.40);
    border-radius: 24px;
    outline: 2px rgba(255, 255, 255, 0.40) solid;
    outline-offset: -2px;
    backdrop-filter: blur(8px);
}

.register-form-card {
    padding: 32px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 3px 3px -1.5px rgba(10, 27, 137, 0.02), 0px 8px 8px -4px rgba(10, 27, 137, 0.01), 0px 20px 24px -4px rgba(10, 27, 137, 0.04);
    min-height: 500px;
}

@media (max-width: 979px) {
    .register-check-text br{
        display: none;
    }
    .register {
        padding: 48px 0;
    }

    img.reg-ava {
        display: none;
    }

    .register-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .register-title {
        font-size: 24px;
        line-height: 32px;
    }

    .register-subtitle {
        font-size: 18px;
    }
}
/*#endregion */

/*#region popup huong dan vay von */

.register-guide-popup {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 1.42857143;
    color: #393a3d;
}

.guide-wrapper {
    position: absolute;
    width: 90%;
    max-width: 900px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 2;
    background: #FFF;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.btn-close-guide-register {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    cursor: pointer;
    z-index: 100;
}

.guide-gif {
    position: relative;
}

    .guide-gif img {
        border: solid 7px #5C9FF6;
        border-radius: 15px;
    }

.guide-text {
    position: relative;
}

.guide-title {
    text-align: center;
    font-family: GoogleSans Bold, Arial, sans-serif;
    color: #000;
}

.guide-content {
    margin-top: 30px;
    background: #EDF5FF;
    border-radius: 12px;
    padding: 15px;
}

.guide-step {
    position: relative;
    padding-left: 17px;
}

    .guide-step:first-child {
        margin-bottom: 10px;
    }

    .guide-step:before {
        content: '';
        position: absolute;
        background: #1877F2;
        border-radius: 50%;
        width: 6px;
        height: 6px;
        left: 0;
        top: 10px;
    }

    .guide-step img {
        height: 40px;
        margin-left: 10px;
    }

    .guide-step img:first-child{
        margin: unset;
        margin-right: 10px;
    }

    .guide-step span {
        font-family: GoogleSans Bold, Arial, sans-serif;
        color: #1877F2;
        padding: 0 5px;
    }

.guide-step-custom {
    display: flex;
    flex-direction: column;
}
.guide-step-custom .product{
    display: flex;
    align-items: center;
    padding: 10px 0px;
}
.guide-step-custom .product div{
    font-size: 14px;
}

.cls-button-login {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    flex-direction: column;
    text-align: center;
}


    .cls-button-login a {
        display: block;
        color: #fff !important;
        padding: 10px 20px;
        border-radius: 24px;
        background: linear-gradient(0deg, #FF7C17, #FFA42D);
        width: 260px;
        margin: auto;
        margin-bottom: 10px;
        box-shadow: 0px 3px 6px rgb(0 0 0 /16%);
    }
@media (min-width: 980px) {
    .guide-gif {
        width: 60%;
        float: left;
    }

    .guide-text {
        width: 40%;
        float: left;
        padding-left: 20px;
        padding-top: 10px;
    }

    .cubes-guide-register {
        position: absolute;
        right: 70px;
        height: 380px;
    }
}

@media (max-width: 979px) {
    .guide-wrapper {
        max-width: 600px;
        padding: 40px 20px 20px;
    }

    .cubes-guide-register {
        display: none;
    }

    .guide-gif {
        display: none;
    }
}

@media (max-width: 360px) {
    .guide-step img {
        height: 30px;
    }
}

/*#endregion */