:root,
[data-bs-theme="light"] {
    --bs-body-font-family: "DM Sans", sans-serif;
    --bs-body-font-size: 16px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-bg: #ffffff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-body-color: #6b6b6b;
    --bs-body-color-rgb: 107, 107, 107;
    --bs-secondary-color: #c6c6c6;
    --bs-secondary-color-rgb: 198, 198, 198;
    --bs-heading-color: #012a2b;
    --bs-primary: #d9ff43;
    --bs-dark: #012a2b;
    --bs-light: #e4eeef;
    --bs-secondary: #023436;
    --bs-primary-rgb: 217, 255, 67;
    --bs-dark-rgb: 1, 42, 43;
    --bs-light-rgb: 228, 238, 239;
    --bs-secondary-rgb: 2, 52, 54;
    --bs-border-color: #e4eeef;
    --bs-border-color-translucent: rgba(228, 238, 239, 1);
    --bs-border-radius: 10px;
    --bs-border-radius-sm: 5px;
    --bs-border-radius-lg: 20px;
    --bs-transition: 300ms ease;
}

/* ===================================== */
/* ✅ Common CSS */
/* ===================================== */
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-20 {
    margin-bottom: 20px;
}

/* Use a reusable padding class */
.section-padding {
    padding: 70px 0;
}

/* ===================================== */
/* ✅ Home Page CSS */
/* ===================================== */

/* --- About Pricing Section --- */
.about-pricing-section {
    padding: 70px 0;
}

.about-pricing-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
    /* flex-wrap: wrap; Improves responsiveness */
}

.about-pricing-section .card {
    display: flex;
    gap: 15px;
}

.about-pricing-section .card .card-content-box {
    border: 1px solid #000;
    padding: 12px;
    border-radius: 25px;
}

/* ===================================== */
/* ✅ Pricing Page CSS */
/* ===================================== */

/* sectiuon one */
.pricing-section-one.section{
    background-color: unset;
}
.pricing-section-one .core-values-single {
    background-color: unset;
    text-align: left;
}

.pricing-section-one .core-values-icon-wrap {
    margin-left: 0;
}
.pricing-section-one .w-layout-grid .core-values-single {
    position: relative;
}
.pricing-section-one .w-layout-grid .core-values-single:not(:last-child):after {
    top: 65px;
    right: 5px;
    width: 1px;
    height: 75%;
    content: "";
    position: absolute;
    display: inline-block;
    background-color: #000;
}
.section-details.mb-0 {
    margin-bottom: 0;
}
.current-account-section-one .about-pricing-flex{
    display: grid;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
}
/* section two */
.pricing-section-two.section{
    background-color: unset;
}
.pricing-section-two .w-layout-grid {
    grid-template-columns: 1fr;
}

.pricing_toggle_btn {
    gap: 20px;
    font-size: 18px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    
    background: none;
    color: #000;
}
.pricing_toggle_btn span {
    gap: 6px;
    align-items: center;
    display: inline-flex;
}
.pricing_toggle_btn .badge {
    --bs-danger-rgb: 255, 97, 0;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 50px;
    display: inline-block;
}
.pricing_toggle_btn .switch_btn {
    width: 66px;
    height: 33px;
    padding: 3px;
    position: relative;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.pricing_toggle_btn .switch_btn:before {
    top: 3px;
    left: 3px;
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    background-color: #d39d38;
}
.pricing_toggle_btn.active .switch_btn:before {
    left: auto;
    right: 3px;
}

.pricing_block {
    gap: 70px;
    display: flex;
    padding: 50px;
    align-items: flex-start;
    justify-content: space-between;
    transition: var(--bs-transition);
    background-color: var(--bs-secondary);
    border-radius: var(--bs-border-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.pricing_block:hover {
    border-color: rgba(255, 255, 255, 0.14);
}
.pricing_block:not(:last-child) {
    margin-bottom: 20px;
}
.pricing_block .pricing_icon {
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.pricing_block .pricing_icon img {
    max-width: 30px;
}
.pricing_block .pricing_info ul {
    gap: 30px;
}
.pricing_block .pricing_info ul > li {
    line-height: 1;
    font-size: 20px;
    color: var(--bs-white);
    
}
.pricing_block .pricing_info ul > li small {
    display: block;
    font-size: 16px;
    padding-bottom: 12px;
    color: rgb(198, 198, 198);
    
}
.pricing_block .features_title {
    line-height: 1;
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
    
}
.pricing_block .pricing_features .iconlist_block {
    gap: 6px;
}
.pricing_block .pricing_features .iconlist_block > li {
    font-size: 18px;
    color: #fff;
}
/* .pricing_block .pricing_features .iconlist_block > li.del {
    opacity: 0.3;
} */
.pricing_block .pricing_features .iconlist_block > li .iconlist_icon {
    color: var(--bs-primary);
}
.pricing_block .btn {
    margin-top: 75px;
}
.pricing_block .pricing_amount {
    width: 330px;
    flex: 0 0 auto;
    padding: 70px 40px;
    color: var(--bs-white);
    background-color: #4da0b0;
    clip-path: polygon(0 0, 75% 0%, 100% 50%, 75% 100%, 0 100%);
}
.pricing_block .pricing_amount [class*="pricing_amount_"] > * {
    display: block;
}
.pricing_block .pricing_amount span {
    font-size: 50px;
    line-height: 60px;
    
}
.pricing_block .pricing_amount small {
    font-size: 20px;
    line-height: 30px;
    
}
.pricing_block .pricing_title {
    font-size: 26px;
    line-height: 36px;
}
.pricing_block hr {
    margin: 39px 0 48px;
    background-color: var(--bs-secondary);
}
.pricing_block:not(.active) .pricing_amount_monthly {
    display: none;
}
.pricing_block.active .pricing_amount_yearly {
    display: none;
}

.pricing_block.style_2 {
    padding: 50px 180px 50px 0;
}
.pricing_block.style_2 > * {
    max-width: 370px;
}

.pricing_block .btn svg path {
    transition: 0.3s;
}
.pricing_block .btn:hover svg path {
    fill: var(--bs-dark);
}

.ps_pricing_block {
    padding: 30px;
    display: flex;
    flex-wrap: warp;
    border-radius: 20px;
    color: var(--bs-white);
}
.ps_pricing_block.bg-grd {
    background: radial-gradient(
        665.36% 228.53% at 29.58% 35.96%,
        #8234c5 0%,
        #742db3 15.2250766754%,
        #60249b 36.1630946398%,
        #521e8b 50.4717707634%,
        #3f1674 70.3187346458%,
        #230952 100%
    );
}
.ps_pricing_block.bg-grd-2 {
    background: radial-gradient(
        416.61% 143.66% at 29.58% 35.96%,
        #d9ff43 0%,
        #c5e544 15.2250766754%,
        #b7d24b 36.1630946398%,
        #9eb73e 50.4717707634%,
        #768b24 70.3187346458%,
        #111501 100%
    );
}
.ps_pricing_block > * {
    width: 50%;
    flex: 0 0 auto;
}
.ps_pricing_block .pricing_description {
    padding: 30px;
    border-radius: 10px;
    background-color: var(--bs-dark);
}
.ps_pricing_block .pricing_feature_list {
    gap: 15px;
    padding-left: 30px;
    border-radius: 10px;
}
.ps_pricing_block .pricing_feature_list > li {
    padding: 20px;
    border-radius: 10px;
    background-color: var(--bs-dark);
}
.ps_pricing_block .pricing_title {
    line-height: 1;
    font-size: 28px;
    margin-bottom: 16px;
}
.ps_pricing_block p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 30px;
}
.ps_pricing_block .price_value {
    line-height: 1;
    font-size: 28px;
    font-family: var(--bs-heading-font-family);
}
.ps_pricing_block .iconlist_block {
    margin-bottom: 45px;
}
.ps_pricing_block .iconlist_block > li {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.ps_pricing_block .btn {
    width: 100%;
    padding: 16px 30px;
}
.text-white {
    color: #ffffff;
}
.pricing_block .pricing_amount{
    color: #fff;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #1c535e !important;
}
.btns_group {
    gap: 30px;
    display: flex;
    padding: 30px 0 20px 0;
    align-items: center;
    justify-content: center;
}

.btn {
    gap: 12px;
    border: 0;
    line-height: 1;
    font-size: 18px;
    overflow: hidden;
    font-weight: 700;
    transition: 300ms;
    position: relative;
    padding: 26px 40px;
    align-items: center;
    letter-spacing: 1px;
    display: inline-flex;
    letter-spacing: -0.2px;
    justify-content: center;
    border-radius: var(--bs-border-radius-sm);
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: #4da0b0 !important;
}
.btn.bg-secondary {
    color: #fff;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #d39d38 !important;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.btn.bg-secondary:hover {
    color: var(--bs-dark);
}
/* .btn:hover {
    transform: translateY(-2px);
}
.btn:hover {
    background-color: #fff;
    border-color: transparent;
} */
.btn:hover:before {
    bottom: -70%;
}

.btn:before {
    left: 50%;
    bottom: -200%;
    width: 200%;
    height: 200%;
    content: '';
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: var(--bs-transition);
    background-color: #fff;
}
.pricing-section-two .core-values-title-wrapper{
    margin-bottom: 0;
}


/* ===================================== */
/* ✅ Current Account Page CSS */
/* ===================================== */

/* section one */
.current-account-section-one .card .card-content-box{
    background: none;
    border: 0;
    padding: 0;
}

.current-account-section-one .card .card-content-box .review-count-single{
    align-items: flex-start;
}
.current-account-section-one{
    background-color: #f6f6ec;
}


/* section two */
.current-account-section-two .core-values-single{
    background: #23262933;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    border: 1px solid #23262933;
    align-items: flex-start;
    text-align: left;
}
.current-account-section-two .core-values-single{
    position: relative;
}

/* .current-account-section-two .core-values-single:before {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    content: '';
    z-index: -1;
    opacity: 0;
    position: absolute;
    border-radius: inherit;
    transition: var(--bs-transition);
    background: linear-gradient(0deg, #D9FF43, #00F1B5);
} */
.current-account-section-two .core-values-single:hover{
    border: 1px solid #000;
}
.current-account-section-two .card-heading{
    display: flex;
    gap: 10px;
    align-items: baseline;
}
.current-account-section-two .card-heading img{
    width: 50px;
    height: 50px;
}

/* section three */
.current-account-section-three{
    /* padding-bottom: 150px; */
}
.current-account-section-three {
    background-image: url(../img/manage-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    /* padding: 100px 0; */
}
/* .current-account-section-three:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #022E6B;
    opacity: 0.9;
    z-index: -2;
} */
.current-account-section-three h2, .current-account-section-three .title-right p{
    color: #ffffff;
}
.current-account-section-three-bottom{
    margin-top: 40px;
}
.current-account-section-three-bottom .right-box .cards {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.current-account-section-three-bottom .right-box .cards .card-boxes{
    display: flex;
    align-items: center;
    background-color:  #f6f6ec;
    padding: 20px 20px 20px 20px;
    transition: 0.5s all ease;
    gap: 20px;
    transition: 0.5s all ease;
} 
.current-account-section-three-bottom .right-box .cards .card-boxes .icon{
    background-color: #4da0b0;
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 5px;
    padding: 15px;
    transition: 0.5s all ease;
}
.current-account-section-three-bottom .right-box .cards .card-boxes:hover .icon{
    background-color: #fff;
}
.current-account-section-three-bottom .right-box .cards .card-boxes .icon img{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.current-account-section-three-bottom .right-box .cards .card-boxes:hover{
    background-color: #FF6A40;
}
.current-account-section-three-bottom .right-box .cards .card-boxes h4, .current-account-section-three-bottom .right-box .cards .card-boxes p{
    transition: 0.5s all ease;

}
.current-account-section-three-bottom .right-box .cards .card-boxes h4{
    margin-bottom: 3px;
}
.current-account-section-three-bottom .right-box .cards .card-boxes:hover h4, .current-account-section-three-bottom .right-box .cards .card-boxes:hover p{
    color: #fff;
}
.current-account-section-three:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 580px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;

}

/* section four */
.current-account-section-four.section{
    background: none;
}
.current-account-section-four .card-boxes{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    transition: 0.5s all ease;
    padding: 40px 60px 40px;
    margin-bottom: 30px;
}
.current-account-section-four .card-boxes::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-color: #212832; */
    z-index: -1;
    opacity: 0.9;
}
.current-account-section-four .card-boxes::after{
    position: absolute;
    content: "";
    width: 90%;
    height: 90%;
    top: 10px;
    left: 18px;
    z-index: -1;
    border: 5px solid #fff;
    transition: 0.5s all ease;

}
.current-account-section-four .card-boxes:hover::after{
    transform: rotate(8deg);
}
.current-account-section-four .card-boxes:hover {
    transform: translate(0, -10px);
}
/* card bg */
.current-account-section-four .card-boxes.one{
    background-image: url(../img/card-bg.jpg);
}
.current-account-section-four .card-boxes.two{
    background-image: url(../img/card-bg.jpg);
}
.current-account-section-four .card-boxes.three{
    background-image: url(../img/card-bg.jpg);
}
.current-account-section-four .card-boxes.four{
    background-image: url(../img/card-bg.jpg);
}
.current-account-section-four .card-boxes.five{
    background-image: url(../img/card-bg.jpg);
}
.current-account-section-four .card-boxes.six{
    background-image: url(../img/card-bg.jpg);
}
/*  */
.current-account-section-four .card-boxes h4{
    color: #fff;
    transition: 0.5s all ease;
}
.current-account-section-four .card-boxes h4:hover {
    letter-spacing: 1px;
}
.current-account-section-four .card-boxes p{
    color: #fff;
}

.current-account-section-four .card-boxes{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.current-account-section-four .card-boxes .icon{
    width: 50px;
    height: 50px;
}



/* ===================================== */
/* ✅ Accounting Page CSS */
/* ===================================== */

/* section four */

.accounting-section-four .right-box{
    position: relative;
    /* left: 20%; */
}
.accounting-section-four .right-box .bg-img{
    position: absolute;
    top: -35px;
    right: 65px;
    z-index: -1;
    transform: rotate(-12deg);
}

.accounting-section-four .right-box .cards .card-boxes.active{
    background: -webkit-linear-gradient(261deg, hsla(39, 64%, 52%, 1) 0%, hsl(190deg 72.79% 44.44%) 100%);
    border-radius: 20px;
}
.accounting-section-four .right-box .cards .card-boxes{
    box-shadow: 0px 20px 40px rgba(1, 16, 61, 0.14);
    background-color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    max-width: 180px;
    padding: 55px 15px 30px 15px;
    margin: 0 -10px 0 -10px;
    transition: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
    position: relative;

}

.accounting-section-four .right-box .cards .card-boxes .number{
    color: #000;
    display: inline-block;
    font-weight: 500;
    font-size: 66px;
    margin-bottom: 55px;
}
.accounting-section-four .right-box .cards .card-boxes.active .number{
    color: #fff;
}
.accounting-section-four .right-box .cards .card-boxes .icon img{
    width: 40px;
    height: 40px;
}
.accounting-section-four .right-box .cards .card-boxes .content p{
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
}
.accounting-section-four .right-box .cards .card-boxes .content h6{
    margin: 4px 0;
    
}
.accounting-section-four .right-box .cards .card-boxes.active .content h6, .accounting-section-four .right-box .cards .card-boxes.active .content p{
    color: #fff;
}

.accounting-section-four .right-box .cards .card-boxes:nth-child(2) {
    transform: translateY(30px);
}
.accounting-section-four .right-box .cards .card-boxes:nth-child(3) {
    transform: translateY(70px);
}
.accounting-section-four .right-box .cards .card-boxes:hover{
    transform: translate(-20px, -30px);
}   
.z-index-two{
  z-index: 2;
} 
.accounting-section-four .about-pricing-flex{
    grid-template-columns: 0.7fr 1fr;
    justify-content: space-between;
    display: grid;
}
.accounting-section-four .right-box .cards{
    padding-left: 38px;
}
/* Section five */
.accounting-section-five.section{
    background-color: unset;
}
.accounting-section-five .articles-title-content-single{
    background-color: #e8fbff;
}

/* ===================================== */
/* ✅ Api Banking Page CSS */
/* ===================================== */

/* section one */
.api-banking-section-one .right-box .card .card-content-box{
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    display: flex;
    gap: 20px;
    align-items: flex-start;
   
}
.api-banking-section-one .card-max-width{

    max-width: 360px;
}
.api-banking-section-one .right-box .card .card-content-box .icon{
    /* background-color: #000; */
    width: 50px;
    padding: 20px;
    height: 50px;
    border-radius: 10px;
    position: relative;
    margin-top: 10px;
}
.api-banking-section-one .right-box .card .card-content-box .icon img{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Section two */
.api-banking-section-two .unique-features-main{
    background-color: unset;

}
.api-banking-section-two .unique-features-inner{
   background-color: #e8fbff;
}
.api-banking-section-two .slider-right-arrow, .api-banking-section-two .slider-left-arrow{
    background-color: #4da0b0;
}
/* Section three */
.api-banking-section-three .ticker-feature-img-overlay{
   text-align: center;
}
.api-banking-section-three .ticker-feature-icon-text{
   margin-bottom: 10px;
}
.api-banking-section-three .ticker-feature-img-overlay{
    justify-content: center;
}

/* Section five */
.api-banking-section-five.section{
    background-color: unset;
}

/* ===================================== */
/* ✅ Smart Collect Page CSS */
/* ===================================== */
/* Section two */
.smart-collect-section-two.about-pricing-section{
    background-color: unset;
}
.smart-collect-section-three.section{
    background-color: unset;
    padding-top: 0;
}
/* section six */
.smart-collect-section-six.section{
    background-color: unset;
}
.smart-collect-section-six .core-values-single{

}

.smart-collect-section-six .core-values-single .icon{
    padding-bottom: 0;
    overflow: hidden;
    border-radius: 6px;
    
}
.smart-collect-section-six .core-values-single .icon img{
    box-shadow: 0 9px 24px 0 rgba(26, 47, 106, 0.05);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s cubic-bezier(0.645,0.045,0.355,1);
}

.smart-collect-section-six .core-values-single:hover .icon img{
    transform: scale(1.02);
}
.smart-collect-section-six .core-values-single .content{
    padding: 25px 30px 10px;
    background: #fff;
    margin: -30px 20px 0;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 9px 24px 0 rgba(26, 47, 106, 0.05);
}
.smart-collect-section-six .core-values-single .content-box{
    position: relative;
    transform: translateY(0);
    transition: all 0.5s cubic-bezier(0.645,0.045,0.355,1);
}
.smart-collect-section-six .core-values-single:hover .content-box{
    transform: translateY(-10px);
}
.pricing-section-one.smart-collect-section-six .w-layout-grid .core-values-single:not(:last-child):after{
    display: none;
}


/* ===================================== */
/* ✅ Instant settelment Page CSS */
/* ===================================== */
/* section two */
.instant-settelment-section-two.section{
    background-color: unset;
    padding-top: 0;
}
/* section four */
.instant-settelment-section-four.section{
    background-color: unset;
}
.instant-settelment-section-four .card{
    display: flex;
    flex-direction: column;
    gap: 20px;

}
.instant-settelment-section-four .card .card-boxes{
    display: flex;
    gap: 15px;
    align-items: baseline;
    background-color: #E8FBFF;
    padding: 20px 20px 20px 20px;
    box-shadow: 0 9px 24px 0 rgba(26, 47, 106, 0.05);
    width: 100%;
    max-width: 600px;
}

.instant-settelment-section-four .card .card-boxes .number {
    width: 100%;
    max-width: 50px;
    height: 45px;
    background-color: #4da0b0;
    border-radius: 50%;
    position: relative;
    top: 13px;


}

.instant-settelment-section-four .card .card-boxes .number span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.instant-settelment-section-four .card .card-boxes .contents h4{
    margin-top: 0;
    
}

/* Section Five */
.instant-settelment-section-five.section{
    background-color: unset;
}
.testimonial-section {
    width: 100%;
    max-width: 1300px;
    margin-top: 30px;

}

.swiper {
    width: 100%;
    padding: 40px 0;
}

.testimonial-card {
    background: url(../img/cards-bg.png), #e8fbff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: auto;
}

.testimonial-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.testimonial-card p {
    /* font-size: 14px; */
    color: #555;
    margin-bottom: 10px;
}

.testimonial-card h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 5px 0;
}

.testimonial-card span {
    font-size: 14px;
    color: #777;
}

/* Swiper Pagination */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #8000ff;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}
.testimonial-section{
    position: relative;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
    top: var(--swiper-pagination-top, 300px) !important;
}

/* ===================================== */
/* ✅ Qr Codes Page CSS */
/* ===================================== */

/* section two */
.qr-code-alone-section-two.section{
 
    padding-top: 0;
}
.qr-codes-section-two.section{
    background-color: unset;
}
.qr-codes-section-two .features {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.qr-codes-section-two .feature-box {
    width: 350px;
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 30px;
    flex-direction: row-reverse;
    gap: 25px;
}
.qr-codes-section-two .feature-box img {
    width: 50px;
    height: 50px;
}
.qr-codes-section-two .feature-text {
    max-width: 250px;
}
.qr-codes-section-two .feature-text h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
.qr-codes-section-two .feature-text p {
    margin: 5px 0 0;
    color: #666;
}
.qr-codes-section-two .mobile-mockup {
    width: 320px;
    z-index: 1;
    margin: 55px;
}
.qr-codes-section-two .left-features, .right-features {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.qr-codes-section-two .right-features {
    text-align: left;
}
.qr-codes-section-two .content-flex{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
   
}
.qr-codes-section-two  .right-features .feature-box{
    flex-direction: row;
}
.qr-codes-section-two  .right-features .feature-box img{
    margin-right: 20px;
}


/* Section three */
.qr-codes-section-three .card{
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 2px 3.464px 24px 0 rgba(106, 105, 194, .25);
    text-align: center;
    padding: 40px 15px 33px;
    margin-bottom: 20px;

}
.qr-codes-section-three .card .icon   img{
    width: 50px;
    height: 50px;

}
.qr-codes-section-three .card .card-boxe{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.qr-codes-section-three  .review-count-grid{
    margin-top: 0px;
    padding-top: 0px;
}
.qr-codes-section-three:after {
    height: 300px;
}

/* Section four */
.qr-codes-section-four .card{
    flex-direction: column;
}

/* Section five */
.qr-codes-section-five.section{
    background-color: unset;
}

/* ===================================== */
/* ✅ Invoice  Page CSS */
/* ===================================== */
 
/* Sectio one */
.invoice-section-one.about-pricing-section{
    background-color: unset;
    padding-bottom: 0;
}


/* ===================================== */
/* ✅ Payouts  Page CSS */
/* ===================================== */

/*Section one  */
.payouts-section-one.section{
    background-color: unset;
    padding-bottom: 0;
}
.payouts-section-one .card .icon img{
    width: 50px;
    height: 50px;
  
}
.payouts-section-one .card .card-boxe{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 287px;

}
.payouts-section-one .review-count-grid{
    border: 0;

}
.payouts-section-one .card{
    position: relative;
}
.payouts-section-one .card::after{
    position: absolute;
    content: "";

    width: 104px;
    height: 15px;
    background-repeat: no-repeat;
    right: calc(-20% - 10px);
    top: calc(35% - 20px);

}
.payouts-section-one .card:nth-child(2)::after{
    background-image: url(../img/how-works-arrow-2.png);
}
.payouts-section-one .card:nth-child(1)::after, .payouts-section-one .card:nth-child(3)::after{
    background-image: url(../img/how-works-arrow-1.png);
}




/* ===================================== */
/* ✅ Home page gsap animations CSS */
/* ===================================== */





.home-banner-section .cards-container {
    position: relative;
    width: 100%;
  
}

.home-banner-section .card {
    width: 400px;
    height: 180px;
    position: absolute;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); */
    border-radius: 10px;
    /* background: #222; */
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-banner-section .card1 {
    top: 45%;
    right: 55%;
    /* transform: rotate(-15deg); */
    /* background: linear-gradient(to right, #1f8b4c, #08582e); */
}

.home-banner-section .card2 {
    top: 33%;
    left: 50%;
    /* transform: rotate(15deg); */
    /* background: linear-gradient(to right, #000, #444); */
}

.home-banner-section .man-img img {
    position: absolute;
    z-index: 999;
    width: 100%;
    max-width: 400px;
    left: 40%;

}
.back{
    position: absolute;
    z-index: -1;
    left: 10%;
    top: 11%;
    
}



/* ===================================== */
/* ✅ Home page  CSS */
/* ===================================== */


/* Section four */

.home-section-three .card{
    flex-direction: column;
}
.home-section-three .card p{
    margin-bottom: 0;
}
.home-section-three .about-pricing-flex{
    flex-direction: row-reverse;
    flex-wrap: nowrap;
}



/* ===================================== */
/* ✅ Escrow page  CSS */
/* ===================================== */
/* Section one */
.escrow-section-one.section{
    background-color: unset;
}
.escrow-section-three .card{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.escrow-section-three .card h4, .escrow-section-three .card p{
    color: #fff;
}


/* ===================================== */
/* ✅ Onboarding page  CSS */
/* ===================================== */
.onboarding-section-three  .card{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.onboarding-section-three  .card h4, .onboarding-section-three  .card p{
    color: #000;
}




/* ===================================== */
/* ✅ FAQ page  CSS */
/* ===================================== */
.faq .tabs {
    border-radius: 8px;
    overflow: hidden;
}

.faq .tab-labels {
    display: flex;
}

.faq .tab-labels label {
    flex: 1;
    padding: 15px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s ease;
}
.faq .tab-labels label{
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    font-size: 24px;
    font-weight: 500;
    margin-right: 15px;
    background-color: #1c535e;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.faq .tab-labels label:hover {
    background: #4da0b0;
}

.faq input[type="radio"] {
    display: none;
}

.faq .tab-content {
    display: none;
    padding: 20px 0;
    animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Show the selected tab content */
#tab1:checked ~ .content1,
#tab2:checked ~ .content2,
#tab3:checked ~ .content3,
#tab4:checked ~ .content4,
#tab5:checked ~ .content5 {
    display: block;
}

/* Active tab styling */
#tab1:checked ~ .tab-labels label[for="tab1"],
#tab2:checked ~ .tab-labels label[for="tab2"],
#tab3:checked ~ .tab-labels label[for="tab3"],
#tab4:checked ~ .tab-labels label[for="tab4"],
#tab5:checked ~ .tab-labels label[for="tab5"] {
    background: #4da0b0;
}
.faq .tabs {
    display: flex;
    flex-direction: column;
}
/* ===================================== */
/* ✅ About Us page  CSS */
/* ===================================== */
.about-us-section-one.section{
    background-color: unset;
}
.about-us-section-five.section{
    background-color: unset;
}
.about-us-section-five .articles-title-content-single{
  background-color: #e8fbff;
}
/* ===================================== */
/* ✅ Header Dropdown  CSS */
/* ===================================== */
.dropdown-heading .content-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    place-content: center;
    padding: 12px 18px;
}
.dropdown-heading .content-box .icon img{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dropdown-heading .content-box .icon{
    /* background-color: #000; */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
    margin-top: 9px;
}
.dropdown-heading .content-box .content p{
    font-size: 12px;
    margin-bottom: 0;
}
.dropdown-heading .content-box .content h6{
    margin-top: 0;
    margin-bottom: 0;
}
.dropdown-heading{
 
}
.vertical-menu{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.dropdown-heading .content-box:hover{
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 0.5px solid #cea555;
}
/* .dropdown-list-wrapper.home{
    left: unset;
} */
.dropdown-list-wrapper.pages-dropdown{
    left: -758px;
}
.dropdown-list-wrapper.banking-drop-down{
    left: -130px;
}
.dropdown-list-wrapper.payment-drop-down{
    left: -253px;
}
.dropdown-list-wrapper.payouts-dropdown{
    left: -380px;
}


/* ===================================== */
/* ✅ Footer  CSS */
/* ===================================== */
.footer-v2{
    background-image: url(../img/home-page/Footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-section .w-layout-grid{
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    grid-column-gap: 55px;

}
.footer-section .menus ul {
    list-style-type: none;
    padding-left: 0;

}
.footer-section .menus ul{
    padding-left: 0;
}
.footer-section .menus ul li a{
    color: #000;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.footer-section .footer-logo-contnets .logo a{
    margin-bottom: 10px;
}
.footer-section .menus ul li {
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    line-height: 22px;
}
.footer-section .footer-logo-contnets{
    display: flex;
    flex-direction: column;
}
.footer-section .menus ul li a:hover, .top-navigator-brand-link a:hover{
    color: #cea555;
}
.top-navigator-brand-link a{
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.nav-menu .header-navigation .nav-item-wrapper a:hover{
    color: #cea555;
    
}
.footer-section ul li{
    position: relative;
}
.footer-section ul li img{
    padding: 6px;
    width: 31px;
    border-radius: 50px;
    background: #fff;
    position: absolute;
    left: -39px;
    top: 0px;
}
.dropdown-list{
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

/* logo */
.nav-logo a img{
    width: 200px;
}
.footer-logo img{
    width: 200px;
}


.w-webflow-badge{
    display: none !important;
}

.log-in-button-icon{
    padding-right: 10px;
}

.nav-link.w--current{
    color: #cea555;
}
.dropdown-list-inner .nav-link.w--current .content-box{
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 0.5px solid #cea555;
}
.dropdown .nav-link.active{
    color: #cea555;
}
label.error{
    color: red;
}

/* images update */
img.hero-img {
    width: 66px;
    height: 60px;
}

/* text white */
.text-white-sec h1, .text-white-sec p, .text-white-sec h3, .text-white-sec h4, .text-white-sec p, .text-white-sec h2, .text-white-sec .rivew-title.dark, .text-white-sec .rivew-details.dark, .page-banner h1, .page-banner a, .page-banner .link-divider, .text-white-sec .ticker-single-title-v2, .text-white-sec h5{
    color: #fff !important;
}
/*  */

/* dark green button */
.button-dark-green .primary-button-inner.yellow, .button-dark-green .primary-button-inner.dark-border{
    background-color: #1c535e;
    border: 0;

}
.button-dark-green .primary-button-hover-bg.dark{
    background-color: #4da0b0;
}
.button-dark-green .button-text{
    color: #fff;
}
/*  */

/* light green button */
.button-light-green .primary-button-inner.yello, .button-light-green .primary-button-inner.dark-border{
    background-color: #4da0b0;
    border: 0;
}


/* light color card bg */
.light-blue-card-bg .services-content-wrapper, .light-blue-card-bg .process-list, .light-blue-card-bg .card-boxes{
    background-color: #e8fbff !important;
}
.light-blue-card-bg .card-boxes:hover{
    background-color: #4da0b0 !important;
}
.light-blue-card-bg .card-boxes:hover .icon{
    background-color: #4da0b0 !important;
}
/*  */


/* light color border line */
.light-blue-color-border .banking-services-border-single-v2{
    background-color: #e8fbff;
}
/*  */


/* yellow bg remove */
.yellow-bg-remove .banking-services-icon-wrap, .yellow-bg-remove .banking-services-icon-inner, .yellow-bg-remove .unique-features-single-icon-wrap, .yellow-bg-remove .unique-features-single-icon-inner, .yellow-bg-remove .process-icon-wrap, .yellow-bg-remove .process-icon-inner, .yellow-bg-remove .flexible-loan-inner, .yellow-bg-remove .flexible-loan-icon-wrap, .yellow-bg-remove .core-values-icon-wrap, .yellow-bg-remove .core-values-icon-inner, .yellow-bg-remove .flexible-loan-icon-wrap-v2, .yellow-bg-remove .flexible-loan-inner{
    background-color: unset !important;
}
/*  */


/*heading background remove */
/* .remove-heading-bg .sub-title-white{
    background-color: unset;
} */
.remove-heading-bg .sub-title-wrapper{
    border: 0;
}

/* sticky cards bg change */
/* blue cards */
.blue-bg-card .serviches-items:nth-child(1) .banking-services-cart, .blue-bg-card .serviches-items:nth-child(3) .banking-services-cart, .blue-bg-card .process-cart:nth-child(1), .blue-bg-card .process-cart:nth-child(3), .blue-bg-card .serviches-items-pages:nth-child(1) .banking-services-cart-pages, .blue-bg-card .serviches-items-pages:nth-child(3) .banking-services-cart-pages {
    background-color: #4da0b0 !important;
}

/*  */

/* orange cards */
.blue-bg-card .serviches-items:nth-child(2) .banking-services-cart, .blue-bg-card .serviches-items:nth-child(4) .banking-services-cart, .blue-bg-card .process-cart:nth-child(2), .blue-bg-card .process-cart:nth-child(4),  .blue-bg-card .serviches-items-pages:nth-child(2) .banking-services-cart-pages, .blue-bg-card .serviches-items-pages:nth-child(4) .banking-services-cart-pages  {
    background-color: #d39d38 !important;
}
/*  */
/* blue cards */
.blue-bg-cards .services-content-wrapper{
    background-color: #4da0b0 !important;
}
/*center sec orange color button  */

.button-orange .primary-button-inner.yellow,   .button-orange .primary-button-inner.white{
    background-color: #d39d38;
}

.button-orange .primary-button-hover-bg.dark{
    background-color: #4da0b0;
}
/*  */

/* Light blue bg */
.light-blue-bg{
    background-color: #e8fbff !important;
}
/*  */

/* dark blue bg */
.dark-blue-bg{
    background-color: #1c535e !important;

}

/* img width set to 100% */
.right-box img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
/*  */


/* footer text color change */
.footer-v2 p, .footer-v2 h5, .footer-v2 .menus ul li, .footer-section .menus ul li a{
    color: #fff;
}
/*  */

/* blue bg cards */
.blue-bg-card .core-values-single{
    background-color: #4da0b0 !important;
}
.light-blue-cards .services-content-wrapper{
    background-color: #e8fbff !important;
}
/*  */

/* set width 50 */
.width-50{
    width: 50%;

}

/* marque section */
.section.unique-features-v2{
    background-color: #e8fbff;
}
/*  */

/* button text black */
.button-text-black .button-text{
    color: #000;
}
/*  */

/* bg img */
.escrow-section-three .get-the-app-main-wrap.dark, .onboarding-section-three .get-the-app-main-wrap{
    background-image: url(../img/escrow-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.qr-codes-section-three{
    background-image: url(../img/payments/qr-bg.png);
}
/*  */

/* bg white */
.bg-white{
    background-color: #fff !important;
}
.about-poopul-know-wrap.left{
    background-image: url(../img/payouts/left-circle.png);
}
.about-poopul-know-wrap.right{
    background-image: url(../img/payouts/Right-circle.png);
}
/* .current-account-section-four .core-values-grid{
    margin-top: 25px;
} */
 .sign-title-wrap img{
    width: 250px;
 }
.contact-location-info a{
    color: #000;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.contact-location-info a:hover{
    color: #cea555;
}
.contact-location-icon-wrap img{
    width: 60px;
}
.contact-location-single-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.d-flex{
    display: flex;
    flex-direction: column;
    gap: 10px;

}
/*  */
.testimonials-left-arrow-v2, .testimonials-right-arrow-v2{
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.testimonials-left-arrow-v2:hover, .testimonials-right-arrow-v2:hover{
    background-color: #cea555;
}

.api-banking-section-two:hover .slider-right-arrow:hover, .api-banking-section-two .slider-left-arrow:hover{
    background-color: #cea555;
}
.sign-form-flex .form-inner{
    flex-direction: column;
    align-items: flex-start;
}
.sign-wrapper{
    height: 110vh;
}
@media(min-width: 1024px) and (max-width: 1366px){
    .header-navigation{
        grid-column-gap: 7px;
    }
    .dropdown-list.home{
        width: 701px;
    }
}
@media (max-width: 991px){
    .home-section-three .about-pricing-flex, .about-pricing-flex{
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 2rem;

    }
    .about-pricing-section .card{
        flex-direction: column;
    }
    .dropdown-list-wrapper.banking-drop-down, .dropdown-list-wrapper.payment-drop-down, .dropdown-list-wrapper.pages-dropdown, .dropdown-list-wrapper.payouts-dropdown{
        left: unset;
    }
    .dropdown-list.home{
        width: 100%;
    }
    .vertical-menu{
        grid-template-columns: 1fr;
    }
    .current-account-section-one .about-pricing-flex, .accounting-section-four .about-pricing-flex{
        grid-template-columns: 1fr;
    }
    .accounting-section-four .right-box .cards{
        padding-left: 0;
    }
    .accounting-section-four .right-box .cards .card-boxes{
        max-width: none;
    }
    .icon{
        width: 100%;
    }
    .footer-section .w-layout-grid{
        grid-template-columns: 1fr 1fr;
    }
    .payouts-section-one .card::after{
        right: calc(-31% - 10px);
        top: calc(22% - 20px);
    }
    .onboarding-section-four .content-flex, .qr-codes-section-two .content-flex{
        flex-direction: column;
    }
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        top: var(--swiper-pagination-top, 378px) !important;
    }
}

@media(max-width: 767px){
    .email-warp a{
        word-break: break-all;
    }
    .md-ml-35{
        margin-left: 35px;
    }
    .payouts-section-one .card::after{
        display: none;
    }
}
/* .dropdown-list-wrapper.pages-dropdown{
    left: -758px;
}
.dropdown-list-wrapper.banking-drop-down{
    left: -130px;
}
.dropdown-list-wrapper.payment-drop-down{
    left: -253px;
}
.dropdown-list-wrapper.payouts-dropdown{
    left: -380px;
} */


.text-danger{
    color:red;
  }
  .navbar-user-icon-link {
    display: inline-block;
    text-decoration: none;
    
  }
  
  .navbar-user-icon {
    width: 40px; /* Adjust size as needed */
    height: 40px;
    display: block;
  }
  
  .navbar-user-icon:hover {
    opacity: 0.8; /* Optional: Add hover effect */
  }
  