body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.partials-bg {
    background: #F5F7FA;
}

.header-padding {
    padding: 150px 0 100px;
}

.hero-padding {
    padding: 150px 0 50px;
}

.btn-default {
    background: var(--lqd-color-secondary);
    border-radius: 100px;
    color: var(--lqd-color-primary);
    border: solid 1px var(--lqd-color-secondary);
    padding: .5em 2em;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    text-align: center !important;
    min-width: 190px;
    transition: all 0.4s;
}

.btn-default:hover {
    border: solid 1px var(--lqd-color-secondary);
    background: transparent;
    color: var(--lqd-color-secondary);
    transition: all 0.4s;
}

.btn-secondary {
    background: #3D72FC;
    border: solid 1px #3D72FC;
    border-radius: 100px;
    color: #fff;
    padding: .5em 2em;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    min-width: 190px;
    transition: all 0.4s;
}

.btn-secondary:hover {
    border: solid 1px #3D72FC;
    background: #fff;
    color: #3D72FC;
    transition: all 0.4s;
}

.logo-default {
    width: 74px;
}

.home-banner {
    background: url('../images/home-banner.jpg') no-repeat top center;
    margin: 0 auto;
    padding: 250px 0 120px;
    background-size: cover;
}

.home-banner h1 {
    color: #fff;
    margin-bottom: .75em;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 48px;
}

.ld-fh-txt,
.ld-fh-txt-inner,
.split-text-applied,
.split-text-applied .split-unit.lqd-lines {
    text-align: left !important;
}

.intro-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    flex-wrap: wrap;
}

.icon-container {
    flex: 1 1 200px;
    border-radius: 30px;
    box-shadow: 0px 0px 15px 3px #00000008;
    background: #fff;
    padding: 25px;
    display: flex;
    flex-direction: column;
}

#home .iconbox-icon-container {
    padding: 20px;
    border-radius: 20px;
    background: var(--lqd-color-secondary);
}

#home .iconbox-icon-container img {
    width: 76px;
}

.icon-container h3 {
    font-weight: 500;
    font-size: 18px;
}

.application-flow {
    margin: 30px;
    display: flex;
    justify-content: center;
    gap: 10px
}

.application-step {
    min-width: 200px;
    max-width: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.application-icon {
    background: #D9D9D9;
    border-radius: 50%;
    padding: 20px;
    height: 100%;
    width: 152px;
    height: 152px;
    display: flex;
    align-items: center;
}

.application-icon img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    display: block;
}

.divider {
    width: 91px;
    height: 1px;
    background: #000E3A;
    margin-top: -40px;
}

.application-step p {
    margin: 10px 0 0;
    line-height: 1.3;
    color: #000E3A;
    font-weight: 500;
}

.intro-bg2 {
    background: url('../images/intro-bg2.png') no-repeat top center;
    height: 455px;
    padding: 100px 0;
    background-size: cover;
}

.hero-sec {
    margin: 0 auto;
    height: 500px;
    border-radius: 20px;
    padding: 65px;
    background: var(--hero-bg) no-repeat top center / cover;
}

.hero-sec .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.hero-sec h1 {
    font-size: 48px;
    white-space: nowrap;
}

.hero-sec p {
    color: #fff;
    line-height: 1.5;
    margin-top: 20px;
}

.hero-sec h6 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}

.hero-sec a.btn-default {
    width: fit-content;
    margin-top: 35px;
}

.about-banner {
    background: url('../images/about-banner.png') no-repeat top center;
}

.about-banner .col-md-6 {
    justify-content: center;
    height: 100%;
}

.about-banner a:hover .btn-txt,
.about-banner a:hover i {
    color: var(--lqd-color-secondary);
    transition: all 0.3s;

}

#about .iconbox-icon-container {
    width: 126px;
    height: 123px;
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
}

#about .iconbox-icon-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#about .feature-box {
    min-height: 510px;
    border-radius: 30px;
    box-shadow: 0px 0px 15px 3px #00000008;
    margin-bottom: 40px;
}

#about .feature-box h3 {
    font-weight: 500;
    margin-bottom: 20px;
}

#about .iconbox p {
    font-weight: 400;
    line-height: 1.5;
    font-size: 15px;
}

.slogan {
    padding: 100px;
}

.slogan p {
    font-size: 24px;
}

.footer-bg-1 {
    background: url('../images/footer-bg1.jpg') no-repeat top center;
}

.footer-bg-2 {
    background: url('../images/footer-bg2.jpg') no-repeat top center;
}

.image-container {
    width: 126px;
    height: 123px;
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pd-25 {
    padding: 10px;
}

.blog-post {
    border-radius: 10px;
    background: var(--lqd-color-gray-200);
    padding: 25px;
}

.font-bold {
    font-weight: 600 !important;
}

.blog-post h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: var(--lqd-color-primary);
    margin-bottom: 15px;
}

.blog-post .desc {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 1.4;
    color: var(--lqd-color-primary);
    margin-bottom: 50px;
}

.blog-article h1 {
    font-size: 24px;
    line-height: 34px;
}

.blog-article h2 {
    font-size: 20px;
}

.blog-article h3 {
    font-size: 18px;
}

.blog-article h4 {
    font-size: 16px;
}

.blog-cta {
    background: #1a3760;
    border-radius: 10px;
    padding: 30px 40px;
    color: white;
}

.blog-cta h2 {
    color: var(--lqd-color-secondary);
}

.conclusion-box {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 30px 40px;
}

.blog-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-items: center
}

.blog-row .content-box {
    padding: 0 35px;
}

.content-box div {
    height: 5px;
    width: 100px;
    background: var(--lqd-color-secondary);
    margin: 20px 0;
}

.contact-box {
    background: #F4F4F4;
    padding: 2.5rem 4rem;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.contact-box p,
.contact-box a {
    color: #000;
}

#calc .hero-sec {
    background: url('../images/calc-banner.png') no-repeat top center;
}

.calculator-form {
    display: flex;
    flex-direction: column;
    padding: 30px 50px;
    box-shadow: 0px 0px 15px 3px #00000008;
    background: #fff;
    border-radius: 30px;
}

.calculator-form label {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
}

.calculator-form .input-group {
    margin-bottom: 30px;
}

.input-group-prepend {
    border: 1px solid #C5C5C5;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 0 10px 20px;
    border-right: 0;
    font-weight: 500;
    color: #808080;
}

#loanAmount {
    border: 1px solid #C5C5C5;
    padding: 10px;
    border-left: 0;
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#loanAmount:focus-visible {
    outline: none;
}

.calculator-form input[type="range"] {
    width: 100%;
    height: 11px;
    background: #E8E8E8;
    outline: none;
    border-radius: 10px;
    border: none;
}

.range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 4px;
    background: #E8E8E8;
    outline: none;
}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    background: #FCBE5E;
    border-radius: 50%;
    cursor: pointer;
}

.range-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #FCBE5E;
    border-radius: 50%;
    border: none;
}

.range-label {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    color: #808080;
    margin-bottom: .5rem;
}

.range-minmax {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #808080;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
}

.result-card {
    background-color: #FCBE5E;
    box-shadow: 0px 0px 15px 3px #00000008;
    border-radius: 30px;
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.result-card h6 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;

}

.result-card p {
    margin-bottom: 10px;
    font-weight: 500;
}

.result-card a {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    font-family: 'Poppins';
    font-size: 18px;
    width: 100%;
    padding: 10px 0;
    height: 50px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000E3A;
    transition: all 0.3s;
}

.result-card a:hover {
    color: var(--lqd-color-secondary);
    transition: all 0.3s;
}

footer {
    text-align: center;
    width: 100%;
    color: #20306c;
}

footer p,
footer a {
    font-size: 14px;
    line-height: 20px;
}

.footer-first-row {
    text-align: left;
}

.footer-first-row a {
    display: block;
    color: #20306c;
}

.footer-first-row a:hover {
    text-decoration: underline;
}

.footer-second-row {
    border-top: 1px solid #b6b7b9;
}

.footer-btn {
    padding: 50px;
}

.floating-whatsapp {
    position: fixed;
    z-index: 99;
    bottom: 10%;
    width: 60px;
    right: 5%;
    margin-bottom: 0;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.floating-whatsapp:hover {
    transform: translateY(-8px);
}

.accordion-item {
    width: 100%;
    background: #000;
    border: 1px solid #D9D9D9;
    background: #f4f4f4;
    border-radius: 10px;
    padding: 0 30px;
    margin-bottom: 1rem;
    transition: border-color .3s ease;
}

.accordion-item:has(.accordion-button[aria-expanded="true"]) {
    border-color: #3D72FC
}

.accordion-button {
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
    width: 100%;
    display: flex;
}

.accordion-header {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    margin: 20px 0;
}

.accordion-divider {
    border-color: #d9d9d9;
    margin: 0 auto;
    opacity: .3;
}

.accordion-body {
    margin: 20px 0;
}

.btn-icon i {
    transition: transform 0.3s ease;
}

.accordion-button[aria-expanded="true"] .btn-icon i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.faq-questions p {
    margin: 0;
    line-height: 1.4;
}

.faq-questions .zh {
    color: #000E3A;
    font-weight: 600;
}

.faq-questions .en {
    color: rgba(0, 14, 58, 0.85);
}

.faq-questions .bm {
    color: rgba(0, 14, 58, 0.7);
}

h3.ld-fh-element {
    color: #000E3A;
    margin-top: 0;
}

.features-container {
    margin-bottom: 15px;
}

.features-container:nth-child(odd) {
    padding-left: 25px;
    padding-right: 0;
}

.features-container:nth-child(even) {
    padding-right: 25px;
    padding-left: 0;
}

.features {
    box-shadow: 0px 0px 15px 3px #00000008;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    align-items: center;
}

.features img {
    border-radius: 20px;
    width: 110px;
    height: 110px;
}

.features .text-box {
    margin-left: 35px;
}

.features .title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #000;
    margin-bottom: .5rem;
}

.features .sub-title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 0;
}

.notes {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.sme-eligibility img,
.sme-eligibility .lqd-imggrp-single figure {
    border-radius: 20px;
}

.sme-eligibility ul {
    padding: 0 1rem;
}

.sme-eligibility li {
    color: #000;
    margin-bottom: 5px;
}

.icon-bg {
    background: #FCBE5E;
    width: 144px;
    height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 50%;
}

.icon-bg img {
    width: 90px;
}

.icon-box p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    color: #000;
    max-width: 250px;
    margin: 20px auto;
}

.vertical-divider {
    width: 107px;
    border: 2px solid #FCBE5E;
    transform: rotate(90deg);
}

.step-number {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 96px;
    line-height: 100%;
    color: #FCBE5E;
    margin-bottom: 20px;
}

.numbered-box p {
    color: #000;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    max-width: 300px;
}

.pfs .step-number {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: #FCBE5E;
    margin-bottom: 20px;
}

.pfs .numbered-box p {
    font-weight: 400;
    font-size: 20px;
}

.pfs img {
    width: 562px;
    border-radius: 20px;
}

.testimonials .review {
    padding-left: 30px;
}

.pl-eligibility {
    gap: 60px;
}

.video-section {
    display: flex;
    max-height: 800px;
    justify-content: center;
}

#videoModal {
    width: min(900px, 92vw);
    border: 0;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    position: fixed;
    inset: 0;
    margin: auto;
}

#videoModal::backdrop {
    background: rgba(0, 0, 0, 0.65);
}

#videoModal video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 80vh;
}

#videoModal .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #1a3760;
    cursor: pointer;
    z-index: 2;
    font-size: 25px;
    font-weight: 500;
}

#videoModal .close-btn:focus-visible {
    outline: none;
}