.about-wrapper {
  margin-top: 180px;
  padding-bottom: 120px;
}
.payment-wrapper {
  padding-top: 120px;
}
.pb-60 {
  padding-bottom: 120px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-60 {
  padding-top: 120px;
}
.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.mt-15 {
  margin-top: 30px;
}
.pt-140 {
  padding-top: 280px;
}
.py-60 {
  padding: 120px 0;
}
.my-60 {
  margin: 120px 0;
}
.text-center {
  text-align: center;
}
.rt-radius-medium {
  border-radius: 1.25rem;
}
.just-center {
  display: flex;
  justify-content: center;
}
.rt-text-letter-spacing {
  letter-spacing: 1.4px;
}
.card-list-wrapper .card-item {
  background-color: #f7f7f7;
  transition: all 0.3s ease;
  opacity: 1;
  transform: none;
  filter: none;
}
.card-list-wrapper .card-item.rt-active {
  background-color: #e7f7fe;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.card-list-wrapper .card-item.rt-active .rt-service-v6-card-icon-wrap {
  transform: translateY(-12px);
}
.dot {
  padding-top: 8px;
  font-size: 24px;
}
.text-white {
  color: #fff;
}
.w-webflow-badge {
  display: none !important;
}
.padding-side {
  padding: 0 28px;
}
.error {
  color: red;
}
.signin-signup-wrapper {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f2f5; 
}
.container {
  width: 90%;
  max-width: 1100px;
  height: 600px;    
  position: relative;
  display: flex;
}
.backbox {
  background-color: #d1efff;
  width: 100%;
  height: 80%;
  margin: auto 0;
  display: flex;
  align-items: center;
  border-radius: 15px;
}
.frontbox {
  background-color: white;
  border-radius: 20px;
  height: 100%;
  width: 50%;
  z-index: 10;
  position: absolute;
  right: 2.5%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  transition: right .6s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.moving {
  right: 47.5%;
}
.loginMsg, .signupMsg {
  width: 50%;
  padding: 50px;
  text-align: left;
  transition: opacity .6s ease-in-out;
}
.textcontent {
  color: #000;
}
.textcontent .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.textcontent p {
  font-size: 16px;
  opacity: 0.8;
}
.textcontent button {
  background: transparent;
  border: 2px solid #000;
  color: #000;
  padding: 12px 30px;
  border-radius: 25px;
  cursor: pointer;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.login, .signup {
  padding: 50px;
  width: 100%;
  box-sizing: border-box;
}
.login h2, .signup h2 {
  color: #21b0fe;
  font-size: 30px;
  margin-bottom: 30px;
}
.inputbox input {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.login button, .signup button {
  background-color: #21b0fe;
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
}
.visibility { opacity: 0; pointer-events: none; }
.hide { display: none; }
/* @media (max-width: 768px) {
  .container { height: auto; flex-direction: column; }
  .frontbox { width: 100%; position: relative; right: 0; margin: 0; }
  .backbox { display: none; } /* Hide backbox on small mobile for better UX */
*/
.container {
  width: 95%;
  max-width: 1100px;
  height: 600px;
  position: relative;
  display: flex;
  margin: 0 auto;
}

.rt-menu-text.w--current, .rt-nav-link.w--current {
  color: #0082f3 !important;
}
.rt-nav-dropdown.parent-active .rt-nav-toggle .rt-menu-text {
  color: #0082f3 !important;
}
.rt-nav-dropdown.parent-active .rt-nav-arrow-v1, .rt-nav-dropdown.parent-active .rt-nav-arrow-2 {
  filter: brightness(0) saturate(100%) invert(58%) sepia(51%) saturate(545%) hue-rotate(67deg) brightness(95%) contrast(88%);
}
.rt-hero-v8 {
  padding-top: 8rem;
}
.home-rt-text-style-h5 {
  margin-top: 12px;
  font-size: 20px;
}
.mt-0 {
  margin-top: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.rt-footer-links a.w--current {
  color: #fff;
  font-weight: 600;
}
.rt-team-member-details-wrap {
  grid-row-gap: 1rem;
}
.faq-sidebar {
  font-size: 20px;
}
.rt-tab-list {
  margin-top: 1.2rem;
}
.breadcrumb-wrapper {
  background-image: url('../images/faq-banner-bg.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.breadcrumb-link {
  display: flex;
  gap: 4px;
  & a {
    transition: color 0.3s ease-in-out;
  }
  & a:hover {
    color: var(--_colors---forest-green);
  }
}
.breadcrumb-img {
  width: 260px;
  position: absolute;
  right: 14%;
  top: 10%;
}
.mb-1 {
  margin-bottom: 16px;
}
.mb-3 {
  margin-bottom: 48px;
}
.payout-banner-image {
  width: 60%;
}
.payment-channel-icon {
  width: 60px;
  height: 60px;
}
.payout-cycles-icons {
  width: 80px;
}
/* .payout-banner {
  display: flex;
}
.payout-banner-img img {
  width: 100%;
}
.payout-banner .w-layout-blockcontainer {
  margin-right: 0;
} */
.payout-banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6rem 0;
}
.payout-banner-text {
  display: flex;
}
.payout-banner-img {
  width: 70% !important;
}
.payout-banner-divs-wrapper {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.home-banner {
  background-image: url('../images/home-header-bg.webp');
}
.counter-bg {
  background-image: url('../images/counter-bg.webp');
}
.one-time-card-1 {
  background-color: #fed700 !important;
}
.one-time-card-2 {
  background-color: #21b0fe;
}
.one-time-card-3 {
  background-color: #fe218b;
}
.one-time-card-bg-1 {
  background-color: #fef8dd;
}
.one-time-card-bg-2 {
  background-color: #e7f7fe;
}
.one-time-card-bg-3 {
  background-color: #fcdcec;
}
.arrow-bg {
  background-color: #21b0fe !important;
}
.rt-menu-text:hover {
  color: #0082f3 !important;
}
.w-dropdown-toggle:hover>.rt-nav-arrow-v1{
  color: #0082f3 !important;
}
.payment-links-instant-settlement {
  background-image: url('../images/payments-links-instant-settlement.webp') !important;
}
.pay-link-security-card-one {
  background-image: url('../images/data-security.webp');
  background-color: #fef8dd;
}
.pay-link-security-card-two {
  background-image: url('../images/compliance-assurance.webp');
  background-color: #e7f7fe;
}
.pay-link-security-card-three {
  background-image: url('../images/fraud-protection.webp');
  background-color: #fcdcec;
}
.faster-settlement-icon {
  width: 52px;
}
.qr-options .rt-middle-card {
  grid-row-gap: 1.50rem !important;
  padding: 3.125rem 2.1875rem !important;
}
.scan-payments {
  background-image: url('../images/scan-payment-bg.webp');
}
.instant-receivables .card-two{
  padding: 2.5rem;
  padding-top: 0px;
}
.invoice-features-card {
  background-color: #fff;
}
.invoice-to-payment .rt-service-v3-card {
  background-color: transparent;
}
.current-account-banner img {
  width: 72%;
  display: flex;
  margin: 0 auto;
}
.boosting-cashflow .card-two {
  grid-row-gap: 1.50rem !important;
  padding: 3.125rem 2.1875rem !important;
}
.smart-route-in-img-wrapper {
  flex: 0 0 50%;
}
.tax-journey-img1.rt-cover-image.rt-parallax.rt-image-v29 {
  background-image: url('../images/tax-journey-left.webp') !important;
  height: 100%;
}
.tax-journey-img2.rt-cover-image.rt-parallax.rt-image-v26  {
  background-image: url('../images/tax-journey-right.webp') !important;
}
.object-contain {
  object-fit: contain;
}
.max-width {
  max-width: 100%;
}
.digital-store-solution {
  background-image: url('../images/ecommerce-solutions.webp') !important;
  background-size: contain !important;
}
.digital-store-solution-bg {
  background-image: url('../images/digital-store-solution-bg.webp');
}
.access-funds .counter-wrapper {
  grid-column-gap: 1rem;
}
.access-funds .percentage {
  font-size: 22px; 
}
.boosting-cashflow-heading {
  min-width: 115% !important;
}
.secure-escrow-img-wrapper {
  height: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center
}
.secure-escrow-img-wrapper img {
  height: 80%;
}
.secure-escrow-padding {
  padding: 20px;
}
.smart-payment-percentage {
  font-size: 22px;
}
.mistral-zephyr-logo {
  object-fit: contain;
  width: 220px;
}
.rt-footer-logo img {
  object-fit: contain;
}
.inner-card-padding {
  padding: 8px;
}
.boosting-cashflow-card-img {
  border-radius: 12px;
}
/* .footer-email-font-size {
  font-size: 12px;
} */
.automated-funds .rt-feature-v3-right-wrapper {
  max-width: 36.5rem;
}
.automated-funds .rt-feature-v3-left-wrapper {
  max-width: 36.5rem;
}
.rt-feature-v6-faq-wrapper {
  border-color: #fff !important;
}
.secure-settlement-img-wrapper {
  display: flex;
  justify-content: center;
}
.secure-settlement-img-wrapper img {
  width: 84%;
}
.symbol-text-size {
  font-size: 22px;
}
.footer-links-wrapper {
  grid-template-columns: .6fr .6fr 1fr 1.2fr;
}
.smart-payments-solutions .rt-service-v3-card {
  background-color: #e7f7fe;
}
.smart-powered-payments .rt-service-v2-right-wrapper, .smart-powered-payments .rt-service-v2-left-wrapper {
  max-width: 34rem
}
.smart-powered-payments .rt-service-v2-right-wrapper {
  margin-right: 0rem;
  display: flex;
  align-items: center;
}
.qr-options .rt-cards img {
  border-radius: 14px !important;
}
.breadcrumb-heading-link {
  display: flex;
  justify-items: center;
  flex-direction: column;
  align-items: center;
}
.real-banking-btn:hover > .reach-us-btn {
  color: #000 !important;
}
.dynamic-transaction-routing .rt-blog-image-wrap {
  height: auto;
}
.smart-transaction-img img {
  max-width: 112%;
  width: 112%;
}
.smart-route-in-img-wrapper {
  display: flex;
  justify-content: center;
}
.smart-route-in-img-wrapper img {
  width: 80%;
}
.escrow-card-internal {
  display: flex;
  align-items: center;
}
.scan-payment-section .rt-about-v1-main-wrap.rt-radius-xl.rt-about-v1-main-wrap-v3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.invoice-header-img-wrapper {
  display: flex;
  align-items: center;
}
.invoice-header-img-wrapper img {
  width: 80%;
}
.rt-tab-item:hover .faq-sidebar{
  color: #0082f3 !important;
} 


/* --- --- --- Media Query Starts Here (Responsive) --- --- ---  */
@media screen and (max-width: 991px) {
  .rt-tab-display-none {
    display: block;
  }
  .home-rt-text-style-h5 {
    margin-top: 6px;
  }
  .breadcrumb-img {
    display: none;
  }
  .current-account-hero-section {
    width: 80%;
    display: flex !important;
    flex-direction: column !important;
  }
  .about-wrapper {
    margin-top: 100px;
  }
  .rt-nav-menu .w--current {
    color: #0082f3 !important;
  }
  .banking-framework img {
    object-fit: contain;
  }
  .smart-flow img {
    object-fit: contain;
  }
  .pay-link-security-card-one {
    background-image: none;
    height: auto;
  }
  .pay-link-security-card-two {
    background-image: none;
    height: auto;
  }
  .pay-link-security-card-three {
    background-image: none;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .container {
    height: auto;
    min-height: 550px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .backbox {
    height: 150px; 
    width: 100%;
    order: 2;
    margin-top: 20px;
    flex-direction: row;
  }
  .loginMsg, .signupMsg {
    width: 100%;
    padding: 20px;
    text-align: center;
    position: absolute;
  }
  .frontbox {
    position: relative;
    width: 100%;
    height: auto;
    right: 0 !important;
    order: 1;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  .moving {
    transform: translateY(10px); 
  }
  .textcontent .title {
    font-size: 20px;
  }
  .textcontent p {
    display: none;
  }
  .textcontent button {
    margin-top: 10px;
    padding: 8px 20px;
  }
  .payout-banner-divs-wrapper {
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }
  .payout-banner-img-wrapper {
    width: 80%;
    margin: 0 auto;
  }  
  .financial-liberty .rt-service-v8-card-v2 {
    padding-top: 0rem !important;
  }
  .about-wrapper {
    margin-top: 80px;
  }
  .footer-links-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .secure-escrow-img-wrapper {
    height: auto;
  }
  .rt-service-v3-card-icon-wrap {
    width: auto;
  }
  .payout-banner-img {
    width: 100% !important;
  }
  .escrow-card-internal {
    flex-direction: column;
  }
  .scan-payment-section .rt-about-v1-main-wrap.rt-radius-xl.rt-about-v1-main-wrap-v3 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 481px) {
  .financial-connectivity .rt-logo-wrapper:nth-child(5) {
    grid-column: 1 / span 2;
    justify-self: center;
    width: 50%;
  }
  .about-wrapper .rt-about-v1-main-wrap {
    gap: 0rem;
  }
  .banking li {
    text-align: start;  
  }
  .payment-wrapper {
    padding-top: 60px;
  }
  .banking, .banking-support, .about-wrapperk {
    padding-bottom: 60px;
  }
  .testimonial-wrapper {
    padding-bottom: 60px;
  }
  .copyright {
    line-height: 1.2;
  }
  .current-account-hero-section {
    width: 100%;
  }
  .pt-60 {
    padding-top: 60px;
  }
  .pb-60 {
    padding-bottom: 60px;
  }
  .automated-funds {
    padding-bottom: 30px;
  }
  .never-miss-deadline .rt-content-grid-box {
    min-height: 386px !important;
  } 
  .secure-escrow-img-wrapper img {
    height: 100%;
  }
  .pt-140 {
    padding-top: 120px;
  }
  .smart-payment ul li {
    text-align: start;
  }
  .smart-settlement {
    padding-bottom: 30px;
  }
  .instant-benefit .rt-collection-list-wrapper {
    margin-bottom: 0px;
  }
  .rt-content-grid-box.rt-desktop-full-width.rt-image-v27 {
    min-height: 20;
  }

  .invoice-header-wrapper .rt-hero-v6-main-wrapper {
    margin-top: 20px !important;  
  }
  .invoice-header-wrapper ul li {
    text-align: start;
  }
  .invoice-to-payment img {
    object-fit: contain
  }
  .ecommerce-solution .rt-content-grid-box.rt-desktop-full-width.rt-image-v3 {
    min-height: 12rem;
  }
  .breadcrumb-heading-link {
    padding-bottom: 30px;
  }
  .contact-us-button {
    width: 100%;
  }
  .faq-breadcrumb {
    padding-bottom: 30px;
  }
  .gaming-payment-section ul li {
    text-align: start;
  }
  .payment-channel-heading {
    text-align: center;
  }
  .payout-cycle-heading {
    text-align: center
  }
  .payout-cycle {
    .rt-article-v1-card-wrapper {
      grid-row-gap: 2rem;
    }
  }
  .payout-challets {
    padding-bottom: 0px;
  } 
  .payout-cycle {
    padding-bottom: 30px !important;
  }
  .payout-tracking-heading {
    text-align: center;
  }
  /* .payout-tracking {
    padding-bottom: 0px;
  } */
  .payout-tracking .rt-collection-list-wrapper {
    margin-bottom: 0px;
  }
  .payout-banner {
    padding-bottom: 30px;
  }
  .contactless-ayments-section {
    padding-bottom: 30px;
  }
  .scan-payment-section .rt-content-grid-box.rt-desktop-full-width.rt-image-v27 {
    min-height: 16rem;
  }
  .scan-payment-section .rt-about-v1-main-wrap{
    gap: 2rem !important;
  }
  .smart-collection-banner .rt-content-grid-box.rt-desktop-full-width.rt-image-v28 {
    min-height: 26rem;
  }
  .payment-link .rt-content-grid-box.rt-desktop-full-width.rt-image-v21 {
    min-height: 18rem;
  }
  .payment-link-inside-card {
    padding-bottom: 30px !important;
  }
  .smart-route-in-img-wrapper img {
    width: 100%;
  }
  .payout-tracking {
    padding-bottom: 0px;
  }
  .rt-cover-image.rt-parallax.rt-image-v2 {
    background-position: 10% !important;
  }
}
/* --- --- --- Media Query Ends Here (Responsive) --- --- ---  */