:root {
    --primary-color: #FF721A;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
body {
	 font-family: "Inter", sans-serif;
}
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
    overflow: clip;
}
/* ================================
   Aeonik Pro Fonts
================================ */
@font-face {
    font-family: 'Satoshi-Medium';
    src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
        url('../fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi-bold';
    src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
        url('../fonts/Satoshi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Satoshi-bold', sans-serif;
}
body {
      font-family: "Inter", sans-serif;
      overflow-x: clip;
}
section.international-business.section-padding.pt-80 {
    padding-top: 80px;
}
.main-wrapper {
    min-height: 100svh;
}

.scroll-transition {
    height: 100svh;
    overflow: hidden;
    position: relative;
}
.logo {
    max-width: 235px;
}
section.hero-banner {
    background: #FDF6ED;
/*         background: url('/wp-content/uploads/2026/08/HERO-2-scaled.webp') no-repeat; */
    width: 100%;
    height: 100%;
    inset: 0;
    min-height: 100vh;
    overflow: hidden;
    position: absolute;
	background-size: cover;
}
img.main-hero {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1432px;
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 20px 0;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.logo svg {
    width: 100%;
    max-width: 200px;
    color: #ffffff;
    fill: #ffffff;
    height: 50px;
}

.container {
    padding: 0;
}

.menu {
    width: 100%;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu ul li {
    display: inline-block;
}

.menu ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    background: transparent;
    padding: 0.6rem 0.8rem;
    border-radius: 30px;
    font-weight: 500;
}
.menu ul li a:hover {
     background: #355f83;
     }
.header-btns {
    display: flex;
    align-items: center;
    gap: 15px;
    white-space: nowrap;
}

.header-btns a {
    color: #171E28;
    text-decoration: none;
    font-size: 16px;
    background: transparent;
    border-radius: 10px;
    padding: 16px 28px;
    font-weight: 500;
    border: 1px solid;
    line-height: 1;
}

a.signup-btn {
    background: #FF721A;
    color: #ffffff;
}
.header-btns a.login-btn:hover {
     border: 1px solid;
	color: #ffffff;
	 background: #FF721A;
}
a.signup-btn:hover {
	background: transparent;
	color: #171E28;
    border: 1px solid;
}
.banner-model {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    will-change: transform;
}
.hero-info {
    height: 100%;
    padding-top: 172px;
    z-index: 3;
    position: relative;
}
.hero-text h1 {
    color: #ffffff;
    font-size: 136px;
    margin-bottom: 50px;
}
.hero-text p {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    max-width: 556px;
    margin-bottom: 60px;
}
.site-button a {
    background: #171E28;
    color: #ffffff;
    font-size: 18px;
    padding: 18px 30px;
    border-radius: 10px;
    font-weight: 400;
}
.banner-main-card {
    aspect-ratio: 736 / 1016;
    position: absolute;
    bottom: 16px;
    left: 50%;
    z-index: 3;
    border: 3px solid #ffffff;
    border-radius: 18px;
    transform: translateX(-50%);
    max-width: 411px;
    overflow: hidden;
    width: min(442px, 80vw);
    will-change: transform;
    margin-left: -24px;
}
.banner-main-card-inner {
    position: absolute;
    bottom: 108px;
    width: 100%;
}
.site-button.theme-btn a {
    background: var(--primary-color);
    font-size: 14px;
    padding: 12px 20px;
    display: inline-block;
    animation: buttonPop 1.8s ease-in-out infinite;
    transform-origin: center;
}

@keyframes buttonPop {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }
}
.banner-main-card > img {
    display: block;
    width: 100%;
}
.header .container {
    max-width: 88%;
}
.banner-model img {
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: bottom;
    width: 100%;
}

.your-remaning {
    background: #F9F9F9;
    border: 3px solid #c9c9cd;
    border-radius: 18px;
    bottom: 0;
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    left: 50%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: min(442px, 80vw);
    aspect-ratio: 720 / 1016;
    z-index: 5;
    will-change: width, height, transform, border-radius;
}
.your-remaning:after {
    content: '';
    background: linear-gradient(to bottom, #F9F9F9 0%, #FAEAE0 100%);
    display: block;
    width: 100%;
    height: 232px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.your-remaning .container {
    width: 100%;
}

.remaning-text {
    width: 100%;
}

.remaning-text h2 {
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.2;
}

.remaning-text p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    max-width: 1012px;
    margin: 0 auto 20px;
}
.slaray-card-inner {
    border-radius: 20px;
    overflow: hidden;
    transform: scale(0.85);
}
.slary-cards {
     display: flex; align-items: center; gap: 0; max-width: 800px; margin: 0 auto 60px;
     will-change: transform;
     } 
.calculator-text {
    background: #F4F4F4;
    border-radius: 20px;
    padding: 40px;
    align-items: center;
    max-width: 730px;
}
.slaray-card-inner.card-center {
    transform: none;
}
.card-model {
    position: absolute;
    bottom: 33px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.card-model img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.5);
}
img.card-info {
    position: relative;
    z-index: 9;
}
.site-button a:hover {
    opacity: 0.9;
}
.section-padding {
    padding: 150px 0;
}
.section-intro h2 {
    color: #171E28;
    font-size: 54px;
	line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 500;
}
section.international-business.section-padding.pt-80.pb-75 {
    padding-bottom: 75px;
}
section.quick-api.pt-75 {
    padding-top: 75px;
}
section.quick-api.pb-75 {
    padding-bottom: 100px;
}
.section-intro {
    margin-bottom: 50px;
    max-width: 500px;
}

.section-intro h2 span {
    color: var(--primary-color);
}
.section-intro p {
    font-size: 20px;
    line-height: 1.5;

    font-weight: 400;
}
.mb-50 {
    margin-bottom: 50px;
    display: block;
}
.calculation-img img {
    width: 100%;
}

.calculation-img {
    margin-left: auto;
    max-width: 100%;
    overflow: hidden;
}
.with-cnt p {
    font-size: 20px;
    margin-bottom: 30px;
}
.user-info {
    display: flex;
    align-items: start;
    gap: 15px;
}

.img-user {
    width: 60px;
}

p.name {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 2px;
    font-weight: 600;
}

p.name-info {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}
.name-logo {
    margin-top: 10px;
}

.name-logo img {
    width: 100%;
    max-width: 60px;
}

.build-the-prefect-card > .container > .section-intro {
    z-index: 10;
    margin-bottom: 110px;
}

.stickey-cards {
    position: relative;
    height: 1600px;
}

.stickey-cards .row {
    height: 1600px;
    align-items: flex-start;
}

.stickey-cards .col-md-4 {
    height: 1600px;
    position: relative;
}

.prefect-card {
    width: 100%;
    height: 500px;

    position: sticky;
    top: 230px;

    border-radius: 20px;

background: linear-gradient(
    145deg,
    #FFFEF7 0%,
    #FFFEF7 38%,
    #FFE9D9 58%,
    #FFD5BA 100%
);
}
.prefect-card {
    overflow: hidden;
}
.p-card-text {
    padding: 30px;
}
/* First card */
.prefect-card.card-one {
    margin-top: 0;
}

/* Second card */
.prefect-card.card-two {
    margin-top: 500px;
}

/* Third card */
.prefect-card.card-three {
    margin-top: 1000px;
}
.p-card-img {
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 100%;
    max-width: 400px;
}

.p-card-img svg {
    width: 100%;
}

.stickey-cards {
    max-width: 1170px;
    margin: 0 auto;
}
.p-card-text h3 {
    color: #002824;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.p-card-text p {
    font-size: 16px;
}
.slider-track {
    display: flex;
    gap: 20px;
}

.single-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.work-data {
    background: #F4F4F4;
    height: 700px;
        border-radius: 20px 0 0 20px;
	    padding: 0 0 0 40px;
    display: flex;
    align-items: center;
}
.work-title-side {
    padding: 0 0 0 20%;
}
.flow-guide__item-overlay {
    z-index: 4;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #ffffff;
    background-image: linear-gradient(#43312300, #433123);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.25em;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
}
.card-text-tags span {
    background: #818A7B;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 30px;
    line-height: 1;
    font-size: 12px;
}

.card-text h3 {
    font-size: 20px;
}
.strp-process {
    background: #0000001a;
    width: 4px;
    display: block;
    height: 189px;
    position: relative;
    overflow: hidden;
}

.cards-steps-intros-inner {
    display: flex;
    gap: 40px;
    align-items: start;
}
span.strp-progress {
    background: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    z-index: 1;
}
.strp-count {
    color: #0000001a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.strp-name h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.strp-data p {
    margin-bottom: 50px;
}
/* =========================================
   WORK DATA
========================================= */

.work-data {
    overflow: hidden;
}

.work-dara-inner {
    width: 100%;
    height: 620px;
    overflow: hidden;
}
.finance-content h2 span {
    color: var(--primary-color);
}



/* =========================================
   SLIDER TRACK
========================================= */

.slider-track {
    display: flex;
    align-items: stretch;

    gap: 20px;

    width: max-content;
    height: 100%;

    position: relative;

    will-change: transform;
}


/* =========================================
   SLIDE
========================================= */

.single-slide {
    position: relative;

    flex: 0 0 40%;
    width: 40%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;

    transition:
        opacity 0.45s ease,
        transform 0.45s ease;

    z-index: 1;
}
/* .slider-track:after {
    content: 'End Steps';
    background-color: var(--primary-color);
    width: 612px;
    height: 462px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 80px;
    color: #ffffff;
    font-weight: 600;
	min-width: 639px;
} */
.slider-track:after {
    content: '';
    background-color: #FFF9F5;
    background-image: url('/wp-content/uploads/2026/08/logomark.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 220px auto;

    width: 612px;
    height: 462px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 639px;
}
.single-slide.active {
    opacity: 1;
    z-index: 2;
}

.single-slide {
    max-width: 462px;
    max-height: 462px;
   background:  #FFF9F5;
}  
.single-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    max-width: 313px;
    margin: 0 auto;
}


/* =========================================
   IMAGE OVERLAY
========================================= */

.flow-guide__item-overlay {
    z-index: 4;

    color: #ffffff;

    background-image:
        linear-gradient(
            rgba(67, 49, 35, 0),
            #433123
        );

    display: flex;
    flex-flow: column;

    justify-content: flex-end;
    align-items: flex-start;

    padding: 1.25em;

    position: absolute;

    inset: auto 0 0 0;

    min-height: 35%;
}


.card-text h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.card-text-tags span {
    background: #818A7B;

    display: inline-block;

    padding: 8px 10px;

    border-radius: 30px;

    line-height: 1;

    font-size: 12px;

    margin-right: 4px;
}

.step-item p {
    margin-bottom: 50px;
}
.step-item {
    display: none;
}

.step-item.active {
    display: block;
}
.slider-track {
    align-items: center;
}
ul.coverage__grid {
    display: grid;
    gap: 0;
    grid-column: span 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.coverage__grid li {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    padding: 2.25rem;
    position: relative;
}
span.flag__code {
    font-weight: 600;
	margin-top: 10px;
}
.flag.flag--currency img {
    width: 50px;
    margin: 0 auto;
    height: 35px;
    object-fit: cover;
}
ul.coverage__grid li {
    border: 1px dotted #e7e7e7;
}

.flag.flag--currency {
    display: flex;
    flex-direction: column;
    text-align: center;
}
section.quick-api.section-padding {
    background: #F4F4F4;
}
.section-intro.text-center.width-80.mx-auto {
    max-width: 75%;
}
.api-video-box video {
    width: 100%;
    height: 100%;
    pointer-events: none;
    cursor: no-drop;
}
.flex-center {
    justify-content: center;
    align-items: center;
    display: flex;
}
.flex-left {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.flex-left.is-check {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
}
.icon.is-api.is-check {
    width: 1.5625rem;
}
.api-video-box {
    margin-bottom: 0;
}
.api-video-box {
    padding-top: 10px;
}
.text-weight-medium {
    font-size: 18px;
}
.flex-center.is-api {
    grid-column-gap: 1.5rem;
    grid-row-gap: .75rem;
    flex-flow: wrap;
}
.flex-center.is-api {
    max-width: 62.5rem;
    margin: 0 auto 50px;
}
.review_container {
    z-index: 2;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: relative;
}
.review_list-wrap {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}
.review_list {
    width: 20em;
    height: 16rem;
    position: relative;
}
.review_item_c {
    z-index: 3;
    display: flex;
    flex-direction: column;
    order: 1;

    gap: 1.5rem;
    padding: 1.5em;

    border: 1px solid #eceff4;
    border-radius: 20px;

    background-color: #ffffff;
}
.save-shadow {
    box-shadow: 0 26px 56px #00000005, 0 100px 100px #00000005;
}
.review_item_top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
}
.review_item_bottom {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
}
h3.review_item_title a {
    color: inherit;
}
.review_item_stars-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.review_item_stars {
    align-items: center;
    width: 7em;
    line-height: 0;
    display: flex;
}
.review_item_c {
    height: 100%;
}
.w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}
.review_item_title {
    font-size: 20px;
    font-weight: 600;
	    font-family: 'Satoshi-bold', sans-serif;
}
.review_item_bottom {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
}
.review_item_c.is--2 {
    z-index: 1;
    border-color: #FFDEC9;
    background-color: #FFDEC9;
}
.review_item_c.is--3 {
    z-index: 2;
    border-color: #fbe6b2;
    background-color: #fdf1d7;
    bottom: -58%;
    left: 2em;
}
.review_item_c.is--4 {
    z-index: 2;
    background-color: #f5f7fb;
}
.review_item_c.is--5 {
    z-index: 4;
    background-color: #ED5E05;
    color: #ffffff;
}
.review_item_btn {
    position: absolute;
    bottom: 0;
}
button.button.is--green.is-small {
    background-color: #1f1f1f;
    color: #ffffff;
    border-radius: 30px;
    height: auto;
    padding: .5rem 1.25rem;
        border: 0;
}
.review_item_p-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    position: relative;
    overflow: hidden;
}
.review_item_fade.is--3 {
    background-image: linear-gradient(
        180deg,
        #fdf1d700 0%,
        #dff1d7 100%
    );
}
.review_item_stars-wrap p {
    margin-bottom: 0;
        white-space: nowrap;
}
.review_item_p-wrap.is--expandable {
    width: 100%;
    height: 128px;
    position: relative;
    overflow: hidden;
    transition: height 0.45s ease;
}

.review_item_p-wrap.is--expandable .review_item_p {
    width: 100%;
}

.review_item_p-wrap.is--expandable .review_item_p p {
    margin: 0;
}

/* Fade at bottom */
.review_item_fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    pointer-events: none;

    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        #ffffff 100%
    );

    transition: opacity 0.3s ease;
}

/* Card 2 */
.review_item_c.is--2 .review_item_fade {
    background: linear-gradient(
        180deg,
        rgba(211, 233, 255, 0) 0%,
        #d3e9ff 100%
    );
}

/* Card 3 */
.review_item_fade.is--3 {
    background-image: linear-gradient(
        180deg,
        #fdf1d700 0%,
        #dff1d7 100%
    );
}

/* Card 5 */
.review_item_fade.is--5 {
    background-image: linear-gradient(
        180deg,
        rgba(11, 116, 67, 0) 0%,
        #0b7443 100%
    );
}

/* Hide fade when opened */
.review_item_p-wrap.is--open .review_item_fade {
    opacity: 0;
}

/* Button */
.review_item_btn {
    position: absolute;
    bottom: 0;
}

button.button.is--green.is-small {
    cursor: pointer;
    border: 0;
    background-color: #1f1f1f;
    color: #ffffff;
    border-radius: 30px;
    height: auto;
    padding: .5rem 1.25rem;
}

.review_item_btn .p-reg {
    position: relative;
    z-index: 2;
}
.review_item_fade.is--3 {
    background-image: linear-gradient(180deg, #fdf1d700, #fdf1d7);
}
.review_item_stars-wrap a {
    color: #000000;
}
.rating-input-info {
    margin-top: 340px;
}

.rating-input-info p {
    font-size: 14px;
    line-height: 1.4;
}

.rating-input-info p a {
    color: inherit;
    text-decoration: underline;
}
section.chime-section {
    position: relative;
}

.chime-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
}
.full-width {
    max-width: 100%;
}
.chime-text {
    padding: 60px 18% 0;
}
.day-tag {
    display: inline-block;
    border: 1px solid #ffffff;
    font-size: 16px;
    padding: 8px 24px;
    line-height: 1;
    border-radius: 30px;
}
.todat-divider {
    background: #ffffff;
    width: 100%;
    height: 1px;
    position: relative;
    max-width: 400px;
    margin: 25px auto;
}

.todat-divider:after {
    content: '';
    background: #ffffff;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.day-tag {
    text-transform: uppercase;
}
footer.site-footer {
    background: #F4F4F4;
    padding: 100px 0;
}
.footer-c {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
}
.footer-inner {
    column-gap: 5em;
    grid-template-rows: auto auto;
    grid-template-columns: max-content max-content 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 3.75rem;
    display: flex;
}
.footer-col.is--explore {
    column-gap: 0.375rem;
    row-gap: 0.375rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}
p.p-small {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
}
a.text-link {
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    transition: transform 0.3s cubi;
    color: #000000;
    display: block;
    margin-bottom: 5px;
}
div#footerLottie svg {
    max-width: 370px;
}
  /* =========================================================
           MAIN SECTION
        ========================================================= */

        .finance-showcase {
            --card-width: min(1175px, 74vw);
            --card-height: 555px;
            --card-gap: 28px;

            position: relative;

            width: 100%;

            background: #ffffff;

            overflow: hidden;
        }



        /* =========================================================
           PILLS
        ========================================================= */

        .finance-tabs-wrap {
            display: flex;
            align-items: center;
            justify-content: center;

            width: 100%;

            margin-bottom: 65px;

            position: relative;

            z-index: 20;
        }


        .finance-tabs {
            display: inline-flex;
            align-items: center;

            padding: 6px;

            border: 1px solid #e4e9e6;
            border-radius: 20px;

            background: #ffffff;
        }


        .finance-tab {
            display: inline-flex;
            align-items: center;
            justify-content: center;

            min-height: 48px;

            padding: 0 28px;

            border: 0;
            outline: 0;

            border-radius: 10px;

            background: transparent;

            color: #071b1b;

            font-size: 17px;
            font-weight: 500;
            line-height: 1;

            white-space: nowrap;

            cursor: pointer;

            transition:
                background-color 0.3s ease,
                color 0.3s ease;
        }


        .finance-tab:hover {
            background: #f2f5f3;
        }


        .finance-tab.active {
            background: #1f1f1f;
            color: #ffffff;
        }


        .finance-tab.active:hover {
            background: #1f1f1f;
            color: #ffffff;
        }



        /* =========================================================
           SLIDER VIEWPORT
        ========================================================= */

        .finance-slider {
            position: relative;

            width: 100%;

            padding-top: 32px;
            padding-bottom: 32px;

            overflow: hidden;

            cursor: grab;

            touch-action: pan-y;
        }


        .finance-slider.dragging {
            cursor: grabbing;
        }



        /* =========================================================
           TRACK
        ========================================================= */

        .finance-track {
            display: flex;
            align-items: flex-start;

            gap: var(--card-gap);

            width: max-content;

            transform: translate3d(0, 0, 0);

            transition:
                transform 0.72s cubic-bezier(
                    0.22,
                    1,
                    0.36,
                    1
                );

            will-change: transform;
        }


        .finance-slider.dragging .finance-track {
            transition: none;
        }



        /* =========================================================
           CARD
        ========================================================= */

        .finance-card {
            position: relative;

            flex: 0 0 var(--card-width);
             border-radius: 20px !important;
            width: var(--card-width);
            height: var(--card-height);

            padding: 28px;

            background: #F4F4F4;

            border-radius: 4px;

            overflow: hidden;

            transform: translateY(28px);

            transition:
                transform 0.55s cubic-bezier(
                    0.22,
                    1,
                    0.36,
                    1
                ),
                opacity 0.4s ease;

            cursor: grab;

            user-select: none;
            -webkit-user-select: none;
        }


        .finance-card.active {
            transform: translateY(-28px);
        }


        .finance-slider.dragging .finance-card {
            cursor: grabbing;
        }



        /* =========================================================
           BOOTSTRAP CARD ROW
        ========================================================= */

        .finance-card > .row {
            width: 100%;
            height: 100%;

            margin: 0;
        }


        .finance-card .col-lg-6 {
            height: 100%;
        }



        /* =========================================================
           CONTENT
        ========================================================= */

        .finance-content {
            display: flex;
            flex-direction: column;
            justify-content: center;

            width: 100%;
            height: 100%;

            padding:
                25px
                42px
                25px
                58px;
        }


        .finance-label {
            display: block;

            margin-bottom: 30px;

            color: #557071;

            font-size: 18px;
            font-weight: 400;
            line-height: 1.4;
        }


        .finance-content h2 {
            max-width: 520px;

            margin: 0 0 31px;

            color: #021d1c;

            font-size: clamp(
                38px,
                2.65vw,
                48px
            );

            font-weight: 500;

            line-height: 1.08;

            letter-spacing: -1.7px;
        }


        .finance-content p {
            max-width: 510px;

            margin: 0 0 36px;

            color:#212529;

            font-size: 19px;
            font-weight: 400;

            line-height: 1.58;
        }



        /* =========================================================
           LEARN MORE
        ========================================================= */

        .finance-link {
            display: inline-flex;
            align-items: center;

            gap: 13px;

            width: fit-content;

            color: #0c201f;

            font-size: 17px;
            font-weight: 600;

            text-decoration: none;

            cursor: pointer;
        }


        .finance-link:hover {
            color: #0c201f;
        }


        .finance-link-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;

            flex: 0 0 30px;

            width: 30px;
            height: 30px;

            border-radius: 50%;

            background: #1f1f1f;

            color: #ffffff;

            font-size: 14px;
            line-height: 1;
            transition: transform 0.3s ease;
        }


        .finance-link:hover .finance-link-icon {
            transform: translateX(4px);
        }



        /* =========================================================
           IMAGE
        ========================================================= */

        .finance-image {
            position: relative;

            width: 100%;
            height: 100%;
   border-radius: 20px;
            overflow: hidden;


            background: #e7ece7;
        }


        .finance-image img {
            display: block;

            width: 100%;
            height: 100%;

            object-fit: cover;
            object-position: center;

            pointer-events: none;

            user-select: none;
            -webkit-user-select: none;
            -webkit-user-drag: none;
        }

.step-item p {
    max-width: 400px;
}
.copy-inner {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #000000;
    padding-top: 15px;
}

.copy-inner p {
    margin-bottom: 0;
}

.copy-bar {
    background: #f2f3f8;
    padding: 0 0 15px;
}

.copy-inner p a {
    color: inherit;
    font-weight: 600;
}
.single-features {
    display: flex;
    align-items: center;
    gap: 15px;
}

.calculator-features {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 0;
}
.single-left.v-hide {
    visibility: hidden;
}
.single-feature-icon {
    background: #ffffff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-feature-icon img {
    max-width: 43px;
}
.single-right h3 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
}

.single-right p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
}

        /* =========================================================
           1400
        ========================================================= */
.stickey-intro {
    top: 50px;
    position: sticky;
}
.stickey-cards:after {
    content: '';
    background: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 500px;
    z-index: 1;
}
.stickey-cards .row {
    position: relative;
    z-index: 5;
}
.footer-logo {
    max-width: 300px;
    margin-bottom: 50px;
}
.logo-tagline p {
    font-size: 20px;
    font-weight: 600;
}

.footer-all-cnt {
    position: relative;
    padding-right: 40%;
}

.footer-all-cnt:after {
    content: '';
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    top: 15%;
    right: 10%;
    background:#d5d5d5;
    max-height: 75%;
}
.footer-before-logo {
    position: absolute;
    max-width: 418px;
    right: 6%;
    bottom: -111px;
    opacity: 0.2;
    filter: grayscale(1);
}
footer.site-footer {
    position: relative;
    overflow: hidden;
}
.copy-bar .container {
    max-width: 88%;
}
.tagline-divider {
    background: #ff721a;
    width: 82px;
    height: 1px;
    margin: 30px 0;
}
.footer-all-text p {
    font-size: 18px;
    line-height: 1.5;
}
.tagline-divider {
    background: #ff721a;
    width: 82px;
    height: 1px;
    margin: 30px 0;
}

.footer-all-text p {
    font-size: 18px;
    line-height: 1.5;
}

.footer-all-info {
    padding-left: 10%;
}

.f-info-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.f-info-box-icon {
    background: #d5d5d5;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.f-info-box-icon img {
    max-width: 30px;
}

.footer-all-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.tagline-divider {
    background: #ff721a;
    width: 82px;
    height: 1px;
    margin: 30px 0;
}

.footer-all-text p {
    font-size: 18px;
    line-height: 1.5;
}

.footer-all-info {
    padding-left: 10%;
}

.f-info-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-all-info {
    display: flex;
    flex-direction: column;
    gap: 41px;
    justify-content: center;
    height: 100%;
}



.f-info-box-right h4 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 3px;
}

.f-info-box-right p {
    margin-bottom: 0;
    font-size: 18px;
}

.f-info-box-right p a {
    color: inherit;
}
footer.site-footer .container {
    max-width: 88%;
}
.money-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.money-wrapper {
    max-width: 445px;
}

.money-wrapper img {
    border-radius: 20px;
}
.center-animation-logo img {
    max-width: 57px;
}
.center-animation-logo {
    background: var(--primary-color);
    width: 125px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.money-main {
    position: relative;
}

.money-animation {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.animation-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.center-animation-logo img {
    max-width: 57px;
}

img {}

.center-animation-logo {
    background: var(--primary-color);
    width: 125px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.money-main {
    position: relative;
}

.money-animation {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.animation-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.money-box {
    position: relative;
    z-index: 9;
}
.animation-track {
    background: #FFCFC5;
    width: 100%;
    display: block;
    height: 12px;
    z-index: -1;
    position: relative;
}
.container-full {
    max-width: 90%;
    margin: 0 auto;
}
.review_item_c {
    opacity: 0;
    transform: translateY(40px);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}

.review_item_c.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.center-animation-logo img {
    filter: brightness(0) invert(1);
}
.flx-btns {
    display: flex;
    gap: 15px;
    align-items: center;
}
.flx-btns a img {
    max-width: 140px;
}
.calculate-area {
    display: flex;
    justify-content: center;
    align-items: center;
}
.calculation-img {
        max-width: 660px;
    }
.text-div {
    width: 100%;
    max-width: 730px;
}
@media screen and (max-width: 1580px) {
	.day-tag {
    font-size: 14px;
}
	section.international-business.section-padding.pt-80.pb-75 {
    padding-bottom: 50px;
}
	.stickey-cards {
        max-width: 68%;
}
	.finance-tab {
    font-size: 16px;
}
	.finance-content h2 {
        font-size: 44px;
        margin-bottom: 20px;
    }
	.finance-content p {
    font-size: 16px;
}
	.strp-name h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
	.strp-process {
    height: 150px;
}
	section.quick-api.pb-75 {
    padding-bottom: 74px;
}
	.site-button.theme-btn a {
    font-size: 12px;
    padding: 10px 14px;
}
	.banner-main-card {
    max-width: 328px;
}
		.banner-main-card {
            aspect-ratio: 760 / 1016;
}
	.header-btns a {
    padding: 12px 22px;
}
	.remaning-text p {
    margin: 0 auto 28px;
}
	.banner-main-card-inner {
    bottom: 75px;
}
	.banner-main-card {
    margin-left: -18px;
}
	.slary-cards {
    max-width: 660px;
    margin: 0 auto 45px;
}
	.remaning-text h2
 {
    font-size: 48px;
}
	.remaning-text p {
    font-size: 18px;
}
	.site-button a {
    font-size: 16px;
    padding: 12px 22px;
}
	.calculation-img {
    max-width: 560px;
}
	.section-intro h2 {
    font-size: 42px;
}
	.section-intro {
    margin-bottom: 40px;
}
    .prefect-card {
        height: 400px;
        top: 170px;
    }	
	.stickey-cards:after {
    max-height: 382px;
}
	.container {
    max-width: 1360px;
}
    .container {
        max-width: 80%;
    }
	.work-data {
    height: 550px;
}
	.section-intro {
    max-width: 600px;
}
	.single-slide { 
		max-height: 430px;
    max-width: 430px;
}
	.section-intro p {
    font-size: 18px;
}
	.single-right h3 {
    font-size: 18px;
}
	.single-right p {
    font-size: 16px;
}
	.flx-btns a img {
    max-width: 120px;
}
	.single-feature-icon {
    width: 50px;
    height: 50px;
}
	.single-feature-icon img {
    max-width: 25px;
}
	.calculator-features {
    gap: 20px;
}
	.day-tag {
    padding: 8px 24px;
}
	.slider-track:after {
    width: 540px;
    height: 430px;
    min-width: 540px;
}
	.section-padding {
    padding: 100px 0;
}
	.money-wrapper {
    max-width: 390px;
}
	.work-title-side {
    padding: 0 0 0 24%;
}
	.finance-tabs-wrap {
    margin-bottom:  30px;
}
	.todat-divider {
    margin: 20px auto;
}
	.logo-tagline p {
    font-size: 18px;
    font-weight: 500;
}
	.footer-all-cnt {
    padding-right: 40%;
}
	.footer-logo {
    max-width: 266px;
    margin-bottom: 37px;
}
	.f-info-box-right h4 {
    font-size: 16px;
}
	.tagline-divider {
    margin: 20px 0;
}
	.footer-before-logo {
    max-width: 370px;
}
	.footer-all-text p {
    font-size: 16px;
    line-height: 1.5;
}
	.f-info-box-right p {
    font-size: 16px;
}
	.review_item_c {
    gap: 4px
}
	
	article.finance-card {
    height: 515px;
}
	.finance-showcase {
    --card-width: min(1106px, 60vw);
}
	.footer-all-cnt:after {
    right: 8%;
}
		.text-div {
		width: auto;
		max-width: auto;
	}
	.calculator-text {
    max-width: 600px;
}
}
@media screen and (max-width: 1450px) { 
	    .banner-main-card {
        max-width: 386px;
    }
	    .banner-main-card-inner {
        bottom: 75px;
    }
	.site-button.theme-btn a {
        font-size: 12px;
        padding: 8px 12px;
    }
	.banner-main-card {
        margin-left: -14px;
    }
	.logo {
    max-width: 220px;
}
   .slary-cards {
        max-width: 600px;
    }
	.chime-text {
    padding: 40px 0 0;
}
	    .remaning-text p {
        font-size: 16px;
    }
	    .remaning-text p {
        margin: 0 auto 20px;
    }
	 .remaning-text h2 {
        font-size: 40px;
    }
	    .money-wrapper {
        max-width: 340px;
    }
}
        @media (max-width: 1400px) {

            .finance-showcase {
                --card-width: 1050px;
                --card-height: 530px;
            }


            .finance-content {
                padding:
                    25px
                    35px
                    25px
                    48px;
            }


            .finance-content h2 {
                font-size: 41px;
            }


            .finance-content p {
                font-size: 18px;
            }

        }
@media screen and (max-width: 1370px) {  
	footer.site-footer {
    background: #F4F4F4;
    padding: 80px 0;
}
	.stickey-cards:after {
    max-height: 374px;
}

    .banner-main-card {
        aspect-ratio: 900 / 1016;
    }
	.banner-main-card {
        max-width: 300px;
    }
    .banner-main-card-inner {
        bottom: 60px;
    }
	    .slary-cards {
        max-width: 500px;
    }
	    .remaning-text h2 {
        font-size: 40px;
    }
.remaning-text p {
    font-size: 18px;
    margin: 0 auto 20px;
}
	    .section-intro h2 {
        font-size: 36px;
    }
	.section-intro p {
        font-size: 16px;
    }
	    .section-intro {
        margin-bottom: 20px;
    }
	.single-right p {
    font-size: 16px;
}
	.calculator-features {
    gap: 20px;
}
	    .single-feature-icon {
        width: 50px;
        height: 50px;
    }
	    .single-feature-icon img {
        max-width: 25px;
    }
	    .site-button a {
        font-size: 14px;
        padding: 14px 24px;
    }
	    .calculation-img {
        max-width: 425px;
    }
	    .money-wrapper {
        max-width: 300px;
    }
	.p-card-img {
    max-width: 330px;
}
	    .prefect-card {
        height: 380px;
        top: 135px;
    }
	ul.coverage__grid li {
    padding: 1.25rem;
}
	    .work-data {
        height: 460px;
    }
	.work-dara-inner {
    height: 400px;
}
	    .single-slide {
        max-height: 340px;
        max-width: 340px;
    }
    .single-slide img {
        max-width: 228px;
    }
	.work-title-side {
        padding: 0 5% 0 10%;
    }
	.slider-track:after {
    background-size: 180px auto;
		 width: 340px;
        height: 340px;
        min-width: 340px;
}
	.footer-all-text p {
    font-size: 16px;
}
	    .footer-before-logo {
        max-width: 240px;
    }
	    .footer-all-cnt {
        padding-right: 10%;
    }
	.footer-all-info {
    padding-left: 5%;
}
	.finance-content h2 {
        font-size: 35px;
    }
	.finance-tab {
    font-size: 14px;
}
	.review_item_title {
    font-size: 20px;
}
	.review_item_c {
    gap: 10px;
		padding: 1em;
}
	.review_item_p {
    font-size: 14px;
}
	    .day-tag {
        font-size: 10px;
    }
	    .todat-divider {
        margin: 15px auto;
    }
	.footer-logo {
    max-width: 260px;
    margin-bottom: 30px;
}
	.footer-all-info {
    gap: 24px;
}
	.header-btns a {
    font-size: 14px;
    padding: 0.6rem 1.9rem;
}
	.header-btns {
    gap: 12px;
}
	.strp-process {
    height: 135px;
}
		.banner-main-card-inner {
        bottom: 58px;
    }
	    .banner-main-card-inner {
        bottom: 50px;
    }
}
@media screen and (max-width: 1290px) {   
	    .section-padding {
        padding: 80px 0;
    }
	.banner-main-card-inner {
        bottom: 40px;
    }
	.calculator-text {
    padding: 25px;

}
	.f-info-box-right h4 {
    font-size: 18px;
}
	.f-info-box-right p {
    font-size: 16px;
}
	    .footer-before-logo {
        max-width: 200px;
    }
    .calculation-img {
        max-width: 390px;
    }
	.money-wrapper {
        max-width: 260px;
    }
	.p-card-img {
    max-width: 300px;
}
	.finance-content h2 {
        font-size: 35px;
    }
}

        /* =========================================================
           1200
        ========================================================= */

        @media (max-width: 1199.98px) {

            .finance-showcase {
                --card-width: 82vw;
                --card-height: 500px;
                --card-gap: 24px;
            }


            .finance-tabs-wrap {
                margin-bottom: 55px;
            }


            .finance-card {
                padding: 22px;
            }


            .finance-content {
                padding:
                    25px
                    28px
                    25px
                    35px;
            }


            .finance-label {
                margin-bottom: 22px;

                font-size: 16px;
            }


            .finance-content h2 {
                margin-bottom: 24px;

                font-size: 36px;
            }


            .finance-content p {
                margin-bottom: 28px;

                font-size: 16px;

                line-height: 1.55;
            }

        }



        /* =========================================================
           TABLET
        ========================================================= */

        @media (max-width: 991.98px) {

            .finance-showcase {
                --card-width: calc(100vw - 70px);
                --card-height: auto;
                --card-gap: 20px;

                padding-bottom: 65px;
            }


            .finance-tabs-wrap {
                justify-content: flex-start;

                padding: 0 20px;

                margin-bottom: 45px;

                overflow-x: auto;

                scrollbar-width: none;
            }


            .finance-tabs-wrap::-webkit-scrollbar {
                display: none;
            }


            .finance-tabs {
                flex-shrink: 0;
            }


            .finance-tab {
                min-height: 50px;

                padding: 0 22px;

                font-size: 15px;
            }


            .finance-slider {
                padding-top: 22px;
            }


            .finance-card {
                height: auto;

                padding: 18px;

                transform: translateY(18px);
            }


            .finance-card.active {
                transform: translateY(-18px);
            }


            .finance-card > .row {
                height: auto;
            }


            .finance-card .col-lg-6 {
                height: auto;
            }


            .finance-content {
                min-height: 390px;

                padding: 40px 30px;
            }


            .finance-content h2 {
                max-width: 600px;

                font-size: 39px;
            }


            .finance-content p {
                max-width: 600px;

                font-size: 17px;
            }


            .finance-image {
                height: 420px;
            }

        }



        /* =========================================================
           MOBILE
        ========================================================= */

        @media (max-width: 575.98px) {

            .finance-showcase {
                --card-width: calc(100vw - 30px);
                --card-gap: 15px;

                padding-top: 15px;
                padding-bottom: 45px;
            }


            .finance-tabs-wrap {
                padding: 0 15px;

                margin-bottom: 30px;
            }


            .finance-tabs {
                padding: 4px;
            }


            .finance-tab {
                min-height: 44px;

                padding: 0 17px;

                font-size: 14px;
            }


            .finance-slider {
                padding-top: 18px;
            }


            .finance-card {
                padding: 12px;

                transform: translateY(12px);
            }


            .finance-card.active {
                transform: translateY(-12px);
            }


            .finance-content {
                min-height: auto;

                padding:
                    35px
                    20px
                    40px;
            }


            .finance-label {
                margin-bottom: 19px;

                font-size: 14px;
            }


            .finance-content h2 {
                margin-bottom: 22px;

                font-size: 32px;

                line-height: 1.13;

                letter-spacing: -1px;
            }


            .finance-content p {
                margin-bottom: 27px;

                font-size: 16px;

                line-height: 1.55;
            }


            .finance-link {
                font-size: 15px;
            }


            .finance-link-icon {
                flex-basis: 28px;

                width: 28px;
                height: 28px;
            }


            .finance-image {
                height: 310px;
            }

        }
@media (max-width: 767px) {
    .hero-info {
        padding-top: 132px;
    }

    .hero-text h1 {
        font-size: 4.5rem;
        margin-bottom: 24px;
    }

    .hero-text p {
        font-size: 1.125rem;
        margin-bottom: 36px;
    }

    .remaning-text h2 {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .remaning-text p {
        font-size: 1.125rem;
        margin-bottom: 28px;
    }

    .slary-cards {
        margin-top: 36px;
    }
        .work-data {
        height: 500px;
        padding: 20px;
        border-radius: 30px;
    }

    .work-dara-inner {
        height: 460px;
    }

    .single-slide {
        flex: 0 0 75%;
        width: 75%;
    }
}
