:root {
    --rz-lightGreenColor: #d8efb9;
    --rz-primaryColor: #D8FEAA;
    --rz-secondaryColor: #7CD501;
    --rz-darkSecondaryColor: #1B2F19;
    --rz-darkgrayColor: #CFDAC0;
    --rz-whiteColor: #fff;
    --dark-defaultColor: #061804;
    --dark-primaryColor: #123524;
    --dark-secondaryColor: #3E7B27;
    --dark-lightGreenColor: #85A947;
}

html {
    scroll-behavior: smooth;
}

.highlight {
    color: var(--rz-secondaryColor);
}

.bg__gradient {
    background: linear-gradient(269.25deg, var(--rz-secondaryColor) 0.55%, #C1DA08 99.36%);
}

.bg__lightGreen {
    background: rgba(216, 254, 170, 1);
}

.bg__white {
    background: var(--rz-whiteColor) !important;
}

.text_dark {
    color: var(--dark-defaultColor);
}

.navbar-light .navbar-nav .nav-link.active {
    color: var(--rz-secondaryColor) !important;
    font-weight: 500;
}

.switcher-menu {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.menu-link {
    text-decoration: none;
}

.dropdown-menu {
    min-width: 150px;
    border-radius: 0.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown-header {
    font-weight: 600;
    color: #6b7280;
    /* Gray-500 */
    font-size: 0.85rem;
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
}

.dropdown-divider {
    margin: 0.5rem 0;
}

.dropdown-toggle::after {
    margin-left: 0.5rem;
}

.dropdown-menu li {
    margin-left: 0 !important;
}

.language-switcher {
    position: relative;
}

.lang-btn {
    background: none;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.lang-dropdown {
    position: absolute;
    top: 120%;
    left: 0;
    background: var(--rz-whiteColor);
    border: 1px solid #ddd;
    border-radius: 4px;
    list-style: none;
    padding: 10px 0;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    min-width: 100px;
}

.lang-dropdown li {
    padding: 8px 16px;
    margin: 0;
}

.lang-dropdown li a {
    text-decoration: none;
    display: block;
}

/* mega menu */
.dropdown-nav {
    position: unset;
}

.dropdown-nav a.nav-link {
    padding: 20px 0 !important;
}

.navbar .navbar-collapse .navbar-nav li .sub-menu {
    position: absolute;
    top: 66px;
    left: 0px;
    padding: 40px;
    width: 100%;
    background-color: var(--rz-whiteColor);
    border-radius: 0px 0px 5px 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 10;
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: 0px 5px 20px #f0f0f0;
    box-shadow: 0px 5px 20px #f0f0f0;
    pointer-events: none;
}

.navbar .navbar-collapse .navbar-nav li.dropdown-nav:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    overflow-y: auto;
}

.sub-menu-wrapper .sub-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid rgba(12, 86, 219, 0.1);
    padding: 20px 10px;
    border-radius: 10px;
    height: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.sub-menu-wrapper .sub-menu-item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #eaffea;
    color: #38c936;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size: 20px;
}

.sub-menu-wrapper .sub-menu-item .menu-item-name .title {
    font-size: 16px;
    margin-bottom: 5px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.sub-menu-wrapper .sub-menu-item .menu-item-name p {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}

p:last-child {
    margin-bottom: 0px;
}

.sub-menu-wrapper .sub-menu-item .menu-item-name {
    width: calc(100% - 60px);
}

.sub-menu-wrapper .sub-menu-item:hover {
    -webkit-box-shadow: 2px 2px 10px 2px #ededed;
    box-shadow: 2px 2px 10px 2px #ededed;
}

.sub-menu-wrapper .sub-menu-item:hover .icon {
    background-color: #7cd501;
    color: white;
}

.sub-menu-wrapper .sub-menu-item:hover .icon {
    background-color: #7cd501;
    color: white;
}

.start-header .navbar ul li a:hover {
    color: var(--rz-secondaryColor) !important;
}

.start-header .navbar ul li .sub-menu .sub-menu-wrapper a:hover {
    color: #000 !important;
}

.sub-menu .sub-menu-wrapper {
    margin-top: 20px;
}

.scroll-to-top {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 50;
    transition: all 1s ease-in-out;
    border-radius: 50%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2);
    transform: translateX(100%);
    opacity: 0;
    transition: transform .5s ease, opacity .5s ease;
}

.scroll-to-top button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7cd501;
    color: white;
    border-radius: 50%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .141);
    border: 1px solid #7cd501;
    font-size: 1.25rem;
    cursor: pointer;
    opacity: .5;
    transition: background-color .3s, color .3s, opacity .3s;
}

.scroll-to-top button:hover {
    opacity: 1;
}

.scroll-to-top.show {
    transform: translateX(0);
    opacity: 1;
}

.language-switcher.open .lang-dropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.language-switcher.open .arrow {
    transform: rotate(180deg);
}

.home-transaction-text {
    background: linear-gradient(to right, var(--rz-secondaryColor), #228b22);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.get-section-header {
    max-width: 400px;
}

.img-flag {
    border-radius: 50%;
    border: 1px solid #ddd;
    height: 24px;
    width: 24px;
}

.currency-container .select2-container--bootstrap-5 .select2-selection--single::after {
    content: '▼';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #555;
    pointer-events: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 20px !important;
    padding-left: 0 !important;
}

.currency-container .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    border: 1px solid rgba(216, 239, 185, 1);
    padding: 5px 10px;
    border-radius: 8px;
    background: rgba(216, 239, 185, 1);
}

.select2-results__option {
    padding: 12px !important;
    font-size: 12px !important;

}

.select2-results__options {
    overflow-y: auto !important;
    max-height: 225px !important;
}

.currency-select {
    min-width: 150px;
}


.wallet-currency .currency-container .select2-container--bootstrap-5 .select2-selection--single::after {
    top: 50% !important;
    transform: translateY(-50%) !important
}

/* business page style start*/
.top-section.business-hero-section {
    background-color: rgb(233 253 242);
    background-blend-mode: color-burn;
    background-image: url(../images/business/banner-objects.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 7rem;
}

.top-section.contact-hero {
    min-height: 60vh;
}

.top-section.enterprise-hero {
    background-blend-mode: normal;
    background-image: url(../images/enterprise/enterprise-banner.png);
}

.top-section.company-hero {
    background-blend-mode: normal;
    background-image: url(../images/company/company-banner.webp);
}

.banner-title,
.section-title {
    font-size: 56px;
    font-weight: 700;
    color: rgba(43, 43, 43, 1);
}

.section-title {
    font-size: 52px;
    color: rgba(43, 43, 43, 1);
}

.banner-desc {
    font-size: 20px;
    font-weight: 400;
}

.section-desc {
    font-size: 18px;
    font-weight: 400;
}

.custom-btn {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
    gap: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
    text-decoration: none;
}

.btn-register {
    color: white;
}

.btn-login,
.btn-api {
    background: white;
    border: 1px solid #ddd;
    color: #000;
}

.custom-btn img {
    width: 20px;
    height: 20px;
}

.custom-btn:hover img {
    /* filter: brightness(0) invert(0);   */
    transition: filter 0.3s ease;
}

.custom-btn:hover img.white-icon {
    filter: brightness(0) invert(1);
    /* white */
    transition: filter 0.3s ease;
}

.custom-btn:hover {
    transform: translateY(-2px);
    color: var(--rz-whiteColor);
    background: linear-gradient(269.25deg, var(--rz-secondaryColor) 0.55%, #C1DA08 99.36%);

}

.accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--rz-whiteColor);
}

.accordion-button {
    background-color: transparent;
    color: #000;
    font-weight: 500;
    box-shadow: none;
    padding-left: 0;
    font-family: 'Syne', sans-serif;
}

.faq-accordion .accordion-body {
    color: #3d3d3d;
    font-size: 16px;
    padding: 20px 0 !important;
    font-family: 'Syne', sans-serif;
}

.faq-accordion .accordion-item.active {
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #000;
    background: transparent;
}

.faq-accordion button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

.sales-section {
    background-image: url(../images/business/sales-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: soft-light;
    background-color: rgba(0, 0, 0, 0.35);
}

.sales-card.card {
    background: var(--rz-whiteColor) !important;
    border-radius: 22px;
    border: none;
    transition: 0.3s ease-in-out;
}

.legend {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    font-size: 16px;
}

.countries-card .legend {
    flex-direction: column;
}

.legend-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
}

.color-box {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

/* business page style end */
/* enterprise page style start */
.payment-card {
    background-color: rgba(216, 254, 170, 1);
    /* Light green */
    border-radius: 24px;
    padding: 2rem;
    max-width: 460px;
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.icon-circle {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.paysavo-mission-card {
    max-width: 320px;
    box-shadow: none;
}

.paysavo-mission-card .icon-circle {
    background: none;
    border-radius: 0;
}

.payment-card h5 {
    font-weight: 700;
    font-size: 32px;
    font-family: 'Syne', sans-serif;
}

.payment-card p {
    font-size: 1rem;
    font-family: 'Syne', sans-serif;
    color: rgba(0, 0, 0, 1);
}

.nav-tabs.custom-nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid rgba(124, 213, 1, 1);
    font-weight: 600;
}

.nav-tabs.custom-nav-tabs .nav-link {
    font-weight: 600;
    border: 0;
    border-bottom: 3px solid transparent;
    color: #000;
    font-family: 'Syne', sans-serif;
    font-size: 22px;
}

.custom-tab-content {
    padding-top: 2rem;
}

.custom-nav-tabs.nav-tabs {
    gap: 50px;
    border-bottom: 1px solid rgba(165, 227, 80, 1);
}

.nav-tabs.custom-nav-tabs .nav-active:before,
.nav-tabs.custom-nav-tabs .nav-item:after {
    display: none;
}

.content-wrapper h2 {
    font-weight: 700;
    font-size: 42px;
    font-family: 'Syne', sans-serif;
    margin-bottom: 1rem;
}

.content-wrapper p {
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Syne', sans-serif;
    text-align: justify;
    font-size: 1rem;
}

.tabs-img {
    border-radius: 1rem;
}

/* enterprise page style end */
/* company page style start */
.counter-section {
    padding: 4rem 0;
}

.counter,
.crypto-counter {
    font-size: 52px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

.counter-label,
.crypto-label {
    font-size: 0.95rem;
    color: #374151;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
}

.reasond_sec .card-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;

}

.border-end-md {
    border-right: 1px solid #000;
}

.img-icon img {
    height: 90px;
    width: 90px;
    object-fit: contain;

}

.platform-card .card-body {
    padding: 25px 40px;
}

.platform-card .title {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Syne', sans-serif;
}

.platform-card .desc {
    font-size: 16px;
    font-family: 'Syne', sans-serif;
}

/* newsletter section */
.newsletter-form {
    max-width: 500px;
    margin: 20px auto;
}

.newsletter-form .form-control {
    height: 50px;
    border-radius: 30px 0 0 30px !important;
    border: none;
    padding-left: 20px;
    background: #e0e0e0;
}

.newsletter-form .subscribe-btn {
    height: 50px;
    border-radius: 0 30px 30px 0 !important;
    background: rgba(193, 218, 8, 1);
    color: #000;
    font-weight: bold;
    border: none;
    padding: 0 20px;
}

.newsletter-form .subscribe-btn:hover {
    background: #A5C007;
}

.funfact-section {
    padding: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 14px 27.6px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.para-text {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;

}

.small__text {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Syne', sans-serif;
}

.f-syne {
    font-family: 'Syne', sans-serif;
}

.f-poppins {
    font-family: 'Poppins', sans-serif;
}

.arrow-btn {
    color: #000;
    background: linear-gradient(269.25deg, #7CD501 0.55%, #C1DA08 99.36%);
    font-family: 'Poppins' sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: center;
    width: 188px;
    height: 52px;
    position: relative;
}

.testimonial-item .card_body {
    padding-right: 3rem;
}

.support-bg {
    position: absolute;
    right: -13rem;
    width: 120%;
}

.z-1 {
    z-index: 1;
}

body {
    overflow-x: hidden;
    padding: 0;
}

.accordion-item.active {
    box-shadow: 0px 19px 26.8px 0px rgba(124, 213, 1, 0.25);
}

.payment_card {
    background: var(--rz-whiteColor) !important;
    border-radius: 22px;
    border: 1px solid var(--rz-whiteColor);
    transition: 0.3s ease-in-out;
}

.img_icon {
    position: relative;
    background: linear-gradient(180deg, #7CD501 0%, #C1DA08 100%);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 18.5px 0px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.img_col::after {
    content: "";
    position: absolute;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background-color: rgba(213, 248, 157, 1);
    top: -7px;
    left: -8px;

}

.img_col {
    width: 20%;
    position: relative;
}

.content_col {
    width: 80%;
}

.payment_card:hover {
    box-shadow: 0px 4px 40.6px 0px rgba(124, 213, 1, 0.25);
    border: 1px solid rgba(0, 0, 0, 1) !important;
}

.btn-shadow {
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.25);

}

.px-240.get-section.bg-top-gradient {
    padding-bottom: 2.5rem !important;
}

.steps-icon {
    display: inline-block;
}

.step_text {
    position: absolute;
    bottom: 0;
    letter-spacing: 4px;
}

.step2 {
    margin-left: 4rem;
}

.main-globe-box {
    padding: 100px 0;
    position: relative;
}

.reason-card {
    background: radial-gradient(100% 100% at 52% 100%, #DFFFB3 0%, #3FB960 100%);
    border-radius: 0 43px 43px 0;
    padding: 20px;
}

.payment-section .reason-card {
    border-radius: 43px;
    padding: 80px 30px;
}

.paid-desc {
    font-size: 20px;
}

.paid-sub-desc {
    font-size: 18px;
}

.sec_sub_title {
    font-size: 32px;
    color: rgba(0, 0, 0, 1);
}

.star-icon {
    position: absolute;
}

.star-icon1 {
    right: 44.5%;
    top: 3%;
}

.star-icon2 {
    right: 14.5%;
    top: 3%;
}

.star-icon3 {
    right: 25.5%;
    top: 18%;
}

.card_reason {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border: 1px solid transparent;
    border-radius: 22px;
    transition: 0.3s ease-in-out;
    padding: 15px;
}

.card_reason:hover {
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 1);
    background: #ffffff38;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.pt-100 {
    padding-top: 100px;
}

.bg_primaryLight {
    background-color: var(--rz-primaryColor);
}

.testimonial_sec {
    background-image: url('../images/icon/map.svg');
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px;
}

.test_text {
    font-weight: 400;
    font-size: 24px;
    text-align: left;
    padding: 20px 30px 20px 70px;
    margin-top: -3rem;
    position: relative;
}

.test_text::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 0rem;
    background-image: url('../images/icon/quote.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
}

.test_text::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    right: -2rem;
    background-image: url('../images/icon/quote1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
}

.client-profile {
    border-radius: 40px;
    height: 250px;
}

.testimonial_slider {
    overflow: hidden;
    height: auto;
}

.right-avatar {
    position: sticky;
    top: 70px;
    height: calc(100vh);
}

.star-icon1 {
    animation-delay: 0s;
}

.star-icon2 {
    animation-delay: 0.3s;
}

.star-icon3 {
    animation-delay: 0.6s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes rotateLight {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.star-icon {
    animation: pulse 2s infinite ease-in-out, rotateLight 10s linear infinite;
    transition: transform 0.3s ease;
}

.hand-img {
    position: absolute;
    left: 0;

}

.marquee-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scrollLeft 20s linear infinite;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.paysavo-icon {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.paysavo-text {
    position: relative;
    white-space: nowrap;
    font-size: 24px;
    font-weight: bold;
    padding-left: 30px;
    /* space for icon */
}

.paysavo-text::before {
    content: '';
    position: absolute;
    background-image: url('../images/icon/star.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.bg-top-gradient {
    background: linear-gradient(180deg, rgba(185, 244, 104, 0.6) 0%, rgba(115, 115, 115, 0) 100%);
}

.service-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(22, 51, 0, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.service-icon i {
    font-size: 25px;
}

.visa {
    border: 1px solid #D8EFB9;
    padding: 25px 20px;
    width: 200px;
    border-radius: 12px;
    margin-bottom: 30px;

    height: 100px;
    display: flex;
    align-items: center;
}

.get-section .authorize,
.get-section .coin-payment {
    height: 100px !important;
    width: 200px !important;
    border: 1px solid #D8EFB9;
    padding: 25px 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    height: 100px;
    display: flex;
    align-items: center;
}

.stripe {
    border: 1px solid #D8EFB9;
    padding: 25px 20px;
    width: 200px;
    border-radius: 12px;
    margin-bottom: 30px;

    height: 100px;
    display: flex;
    align-items: center;
}

.paypal {
    border: 1px solid #D8EFB9;
    padding: 25px 20px;
    width: 200px;
    border-radius: 12px;
    margin-bottom: 30px;

    height: 100px;
    display: flex;
    align-items: center;
}

.slider-logos.slick-slider {
    height: 200px;
    position: relative;
    display: block;
    margin-top: 53px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.floating-box.aos-animate .floating-img {
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Hide the default numbered buttons */
.testimonial_slider .slick-dots li button {
    font-size: 0;
    /* Hide number */
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid rgba(161, 161, 161, 1);
    margin: 0 5px;
    padding: 0;
}

/* Style the active dot */
.testimonial_slider .slick-dots li.slick-active button {
    background-color: var(--rz-secondaryColor);
    border: 2px solid var(--rz-secondaryColor);
}

.testimonial_slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    bottom: 10px;
    list-style: none;
}

.testimonial_slider.slider_payments .slick-dots {
    margin-top: 3rem;
}

.transfer-card {
    max-width: 500px;
    margin: 40px auto;
    background: #f9fdf6;
    border-radius: 15px;
    box-shadow: 0px 0px 42.2px 0px rgba(124, 213, 1, 0.25);
    padding: 25px;
}

.currency-select {
    display: flex;
    align-items: center;
    gap: 10px;
}

.flag-icon {
    width: 25px;
    height: 20px;
    border-radius: 3px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.money-input {
    font-size: 1.2rem;
    font-weight: 600;
}

.money-input::placeholder {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
}

body.dark .money-input::placeholder {
    color: var(--rz-whiteColor);
}

body.dark .money-input {
    border-bottom: 1px solid #1b2f19;
}

.form-select,
.btn {
    border-radius: 10px;
}

.card-selectors {
    border: 1px solid rgba(216, 239, 185, 1);
    padding: 10px;
    border-radius: 10px;
}

.btn-transfer {
    background-color: #7acc1e;
    color: #000;
    font-weight: bold;
    border: none;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    transition: background 0.3s;
}

.btn-transfer:hover {
    background-color: #6cb41c;
}

.exc-rate span {
    color: rgba(69, 69, 69, 1);
    float: right;
    font-size: 14px;
}

.learn-btn.getStarted svg {
    right: 0px !important;
}

.learn-btn.getStarted:hover svg {
    right: -14px !important;
}

.learn-btn.large__btn {
    width: 222px !important;
}

.map_layer {
    position: absolute;
    top: 15rem;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.globe-wrapper {
    position: relative;
    width: 455px;
    height: 455px;
    margin: 50px auto;
    overflow: hidden;
    border-radius: 50%;
    z-index: 1;
}

.globe-wrapper .rotating-globe {
    width: 100%;
    height: auto;
    animation: rotateGlobe 40s linear infinite;
    display: block;

}

@keyframes rotateGlobe {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#dotsCanvas {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 50%;
    overflow: hidden;
}


/* Flags Positioning */
.flag {
    position: absolute;
    /* width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden; */
}

.flag img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

/* Flag positions */
.flag-india {
    top: 10%;
    left: 0%;
}

.flag-canada {
    top: 10%;
    right: 0%;
}

.flag-usa {
    bottom: 10%;
    left: 0%;
}

.flag-iceland {
    bottom: 10%;
    right: 0%;
}

.main-globe-box.aos-animate .flag img {
    animation: waveFlag 2s infinite ease-in-out;
    transform-origin: center;
}

@keyframes waveFlag {
    0% {
        transform: rotateZ(0deg) skewY(0deg);
    }

    50% {
        transform: rotateZ(0deg) skewY(-3deg);
    }

    100% {
        transform: rotateZ(0deg) skewY(0deg);
    }
}

.card-flip {
    width: 400px;
    perspective: 1000px;
    margin: 30px auto;
}

.card-flip.aos-animate img {
    width: 100%;
    transform-style: preserve-3d;
    animation: flipLR 3s infinite ease-in-out;
}

@keyframes flipLR {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(20deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

.title-block .title-text {
    color: #000;
}

.title-block .sub-title {
    color: #454545 !important;
}

/* dark mode css */
body.dark .dark__bgPrimaryColor {
    background: var(--dark-primaryColor);
}

body.dark .dark__bgDefaultColor {
    background: var(--dark-defaultColor);
}

body.dark .dark__textSecondaryColor {
    color: var(--dark-secondaryColor);
}

body.dark .dark_lightGreenColor {
    color: var(--dark-lightGreenColor);
}

body.dark .dark-filter-invert {
    -webkit-filter: invert(1);
    filter: invert(1);
}

body.dark .dark-title {
    color: var(--rz-whiteColor)
}

body.dark .dark-text {
    color: var(--rz-darkgrayColor)
}

body.dark .dark-bg-lightGreen {
    background: var(--rz-lightGreenColor);
}

body.dark .top-section.bottom-head {
    background-blend-mode: normal;
}

body.dark .business-hero-section .get-section,
body.dark .business-hero-section .get-section .banner-title {
    background-color: transparent !important;
    color: var(--rz-whiteColor);
}

.dark .exc-rate,
.dark .exc-rate span,
body.dark .payment_card p,
body.dark .dark-mode-text {
    color: var(--rz-darkgrayColor);
}

.dark .info-icon {
    background-color: #1b2f19;
}

.dark .money-input,
.dark .dark-mode-white-text {
    color: var(--rz-whiteColor);
}

.dark .title-block .sub-title {
    color: #5FA601 !important;
}


.dark .currency-container .select2-container,
.dark .transfer-card select {
    border: 1px solid var(--rz-darkSecondaryColor);
    background: var(--rz-darkSecondaryColor);
    color: var(--rz-whiteColor);
}

body.dark .card-selectors,
.dark .transfer-card select,
body.dark .payment_card {
    border: 1px solid var(--rz-darkSecondaryColor);
}

body.dark .lang-dropdown,
body.dark .auth-dropdown,
body.dark .payment_card {
    background: var(--rz-darkSecondaryColor) !important;
}

body.dark .our-benefit-section {
    background: var(--rz-darkSecondaryColor);
}

body.dark .process-step h3,
body.dark .dropdown-header {
    color: var(--rz-whiteColor);
}

body.dark .dropdown-item:focus,
.dropdown-item:hover {
    background: #061804 !important;
}

body.dark .btn-light.dropdown-toggle {
    background: #1b2f19 !important;
    color: var(--rz-whiteColor) !important;
}

body.dark .navbar .navbar-collapse .navbar-nav li .sub-menu {
    background-color: #1b2f19;
    box-shadow: 0px 5px 20px #061804;
}

body.dark .sub-menu-wrapper .sub-menu-item {
    border: 1px solid rgb(6 24 4);
}

body.dark .sub-menu-wrapper .sub-menu-item:hover {
    -webkit-box-shadow: 2px 2px 10px 2px #061804;
    box-shadow: 2px 2px 10px 2px #061804;
}

body.dark .start-header .navbar ul li .sub-menu .sub-menu-wrapper a:hover {
    color: var(--rz-darkgrayColor) !important;
}

body.dark .process-step ul {
    color: var(--rz-darkgrayColor);
}

input.money-input {
    border: 0;
    background: transparent;
    outline: none;
}

input.money-input:focus {
    border-bottom: 1px solid #6cb41c;
}

.contact-section {
    padding: 80px 0;
}

.info-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(22, 51, 0, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.info-icon i {
    font-size: 25px;
    color: #6cb41c;
}

.contact-info {
    display: flex;
    gap: 20px;
}

.message_area {
    height: 150px;
}



@media screen and (max-width: 767px) {
    .navbar .navbar-collapse .navbar-nav li .sub-menu {
        height: 70vh;
        padding: 20px
    }

    .sub-menu-wrapper .sub-menu-item {
        align-items: center;
    }

    .sub-menu-wrapper .sub-menu-item .title {
        margin-bottom: 0;
    }

    .sub-menu-item p {
        display: none;
    }

    .security-img {
        height: 200px;
    }

    .currency-select {
        min-width: 140px;
    }

    .business-hero-section .banner-title,
    .business-hero-section .section-title {
        font-size: 36px;
        line-height: 1.2;
    }

    .paysavo-mission-card {
        max-width: 100%;
    }

    .counter,
    .crypto-counter {
        font-size: 32px;
    }

    .banner-desc {
        font-size: 16px;
    }

    .banner-desc br,
    .business-hero-section .banner-title br {
        display: none;
    }

    .section-title {
        font-size: 32px;
    }

    .sec_sub_title {
        font-size: 24px;
    }

    .paid-desc,
    .paid-sub-desc {
        font-size: 16px;
    }

    input.money-input {
        width: 80%;
    }

    .rightmenup {
        margin: 0 !important;
    }

    .btn-footer p,
    .selectParent {
        line-height: 1.5;
        font-size: 14px;
    }

    .section-content .learn-btn {
        width: 70% !important;
    }

    .protect-your-money img {
        max-width: 200px;
        margin: 0 auto;
    }

    .payment-card h5 {
        font-size: 22px;
    }

    .custom-nav-tabs.nav-tabs {
        gap: 10px;
    }

    .content-wrapper h2 {
        font-size: 32px;
    }

    .custom-tab-content .learn-btn {
        width: 70% !important;
    }

    .paysavo-section.py-60 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .globe-wrapper {
        width: 325px;
        height: 355px;
    }

    #dotsCanvas {
        height: 320px;
        width: 320px;
    }

    .card-flip {
        width: 320px;
        margin: 20px auto;
    }

    .support-bg {
        position: absolute;
        right: 0px;
        width: 100%;
    }

    .right-avatar {
        position: relative;
        top: 0;
        height: auto;
    }

    .test_text {
        font-size: 16px;
        padding: 20px;
        margin-top: 0;
        position: relative;
    }

    .test_text::after {
        content: '';
        position: absolute;
        bottom: -1rem;
        right: 0rem;
        background-image: url(../images/icon/quote1.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 40px;
        height: 40px;
    }

    .test_text::before {
        content: '';
        position: absolute;
        top: 0rem;
        left: 0rem;
        background-image: url(../images/icon/quote.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 40px;
        height: 40px;
    }

    .card_reason {
        flex-direction: column;
    }

    .hand-img {
        display: none;
    }

    .funfact-section {
        padding: 20px;
    }

    .wt-banner-title {
        font-size: 38px;
        line-height: 50px;
    }

    .star-icon2 {
        right: 9.5%;
        top: 0%;
    }

    .star-icon1 {
        right: 24.5%;
        top: 6%;
    }
}

@media screen and (min-width: 1700px) {
    .start-header .navbar ul li a {
        font-size: 14px;
    }
}

@media screen and (min-width: 1920px) {
    .start-header .navbar ul li a {
        font-size: 16px;
    }
}