/* loader start */
@keyframes spinner {
  to {
    transform: rotate(1turn);
  }
}

.page-loading {
  background-color: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.4s ease-in-out 0.2s;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}

.page-loading.active {
  opacity: 1;
  visibility: visible;
}

.page-loading.active > .page-loading-inner {
  opacity: 1;
}

.page-loading-inner {
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in-out;
  width: 100%;
}

.page-loading-inner > img {
  width: 100px;
}

.page-loading-inner > span {
  color: #9397ad;
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

.page-spinner {
  animation: spinner 0.75s linear infinite;
  border: 0.15em solid #b4b7c9;
  border-radius: 50%;
  border-right-color: transparent;
  display: inline-block;
  height: 2.75rem;
  margin-bottom: 0.75rem;
  vertical-align: text-bottom;
  width: 2.75rem;
}

.page-loading {
  background-color: #0b0f19;
}

.page-loading-inner > span {
  color: #fff;
  opacity: 0.6;
}

.page-spinner {
  border-color: hsla(0, 0%, 100%, 0.4) transparent hsla(0, 0%, 100%, 0.4)
    hsla(0, 0%, 100%, 0.4);
}
a.w-webflow-badge {
  display: none !important;
}

/* loader end */

.terms-and-conditions-details li {
  color: var(--black-800);
  margin-bottom: 0.1rem;
}
.terms-and-conditions-details h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
/* .page-wrapper{
  overflow: hidden;
} */
.footer-link-icon,
.nav-brand-logo {
  width: 220px;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffff;
  min-width: 130px;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  transition: all 0.3s;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.vertical-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.vertical-text p {
  margin-bottom: 0;
}
.dropdown-content a {
  display: block;
  padding: 0.7rem 1rem;
  color: #4b5563;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s;
  white-space: nowrap;
  font-size: 15px;
}

.dropdown-content a:hover {
  background: #eff6ff;
  color: #2563eb;
  transform: translateX(5px);
}
.nav-link {
  color: #4b5563;
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transition: color 0.3s;
}

.nav-link:hover {
  color: #A460FF;
}

.nav-link.active {
  color: #A460FF;
  border-bottom: 2px solid #A460FF;
  display: inline-flex;
}

/* api banking process */
.apibanking_process {
  position: relative;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.apibanking_process .bg-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.apibanking_process .bg-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  filter: blur(40px);
}

.apibanking_process .container {
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.apibanking_process .header {
  text-align: center;
  margin-bottom: 80px;
}

.apibanking_process .header h1 {
  font-size: 3rem;
  color: white;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.apibanking_process .header p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
}

.apibanking_process .process-flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.apibanking_process .path-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 200px;
  z-index: 0;
}

.apibanking_process .animated-path {
  width: 100%;
  height: 100%;
}

.apibanking_process .path-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 3;
}

.apibanking_process .path-line-active {
  fill: none;
  stroke: url(#pathGradient);
  stroke-width: 4;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  filter: drop-shadow(0 0 10px rgba(139, 92, 246, 0.8));
}

.apibanking_process .moving-dot {
  fill: #fff;
  filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.9));
  r: 8;
}

.apibanking_process .step {
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.apibanking_process .step-circle {
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.apibanking_process .step-circle::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, #667eea, #764ba2, #f093fb);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.apibanking_process .step-circle.active::before {
  opacity: 1;
}

.apibanking_process .step-circle:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(139, 92, 246, 0.6);
}

.apibanking_process .icon-container {
  position: relative;
  width: 80px;
  height: 80px;
}

.apibanking_process .icon-container svg {
  width: 100%;
  height: 100%;
  stroke: white;
  fill: none;
  stroke-width: 2;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
}

.apibanking_process .step-number {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #f093fb, #f5576c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  box-shadow: 0 8px 20px rgba(245, 87, 108, 0.4);
}

.apibanking_process .step-title {
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  max-width: 200px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.apibanking_process .checkmark {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10px;
  left: -10px;
  transform: scale(0);
  opacity: 0;
  box-shadow: 0 0 30px rgba(16, 185, 129, 0.6);
  z-index: 10;
}

.apibanking_process .checkmark.show {
  animation: checkPopNotification 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55)
    forwards;
}

.apibanking_process .checkmark svg {
  width: 25px;
  height: 25px;
  stroke: white;
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes checkPopNotification {
  0% {
    transform: scale(0) rotate(-180deg);
    opacity: 0;
  }
  60% {
    transform: scale(1.15) rotate(10deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

.apibanking_process .pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  border: 2px solid rgba(139, 92, 246, 0.6);
  border-radius: 50%;
  opacity: 0;
}

.apibanking_process .pulse-ring.active {
  animation: pulse 2s ease-out infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

/* Tablet Layout */
@media (max-width: 1024px) {
  .apibanking_process .header h1 {
    font-size: 2.5rem;
  }

  .apibanking_process .process-flow {
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
  }

  .apibanking_process .path-container {
    display: none;
  }

  .apibanking_process .step {
    flex: 0 0 calc(50% - 30px);
    max-width: 280px;
  }

  .apibanking_process .step-circle {
    width: 160px;
    height: 160px;
  }

  .apibanking_process .icon-container {
    width: 70px;
    height: 70px;
  }

  .apibanking_process .step-title {
    font-size: 1.2rem;
  }

  .apibanking_process .step-number {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }

  .apibanking_process .checkmark {
    width: 42px;
    height: 42px;
  }

  .apibanking_process .checkmark svg {
    width: 23px;
    height: 23px;
  }
}

/* Mobile Layout */
@media (max-width: 640px) {
  .apibanking_process {
    padding: 30px 15px;
  }

  .apibanking_process .header {
    margin-bottom: 50px;
  }

  .apibanking_process .header h1 {
    font-size: 1.8rem;
  }

  .apibanking_process .header p {
    font-size: 1rem;
  }

  .apibanking_process .process-flow {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .apibanking_process .step {
    flex: 1;
    width: 100%;
    max-width: 280px;
  }

  .apibanking_process .step-circle {
    width: 150px;
    height: 150px;
  }

  .apibanking_process .icon-container {
    width: 65px;
    height: 65px;
  }

  .apibanking_process .step-title {
    font-size: 1.15rem;
  }

  .apibanking_process .step-number {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    top: -12px;
    right: -12px;
  }

  .apibanking_process .checkmark {
    width: 40px;
    height: 40px;
    top: -8px;
    left: -8px;
  }

  .apibanking_process .checkmark svg {
    width: 22px;
    height: 22px;
  }

  .apibanking_process .pulse-ring {
    width: 150px;
    height: 150px;
  }
}



.apibanking-step {
  /* background: url('../images/api/seamless integration/bg.webp') repeat; */
  position: relative;
  padding: 50px 0;
}

.apibanking-step .hero-section {
  text-align: center;
  margin-bottom: 100px;
  padding-bottom: 40px;
}

.apibanking-step .hero-title {
  font-size: 40px;
  font-weight: 600;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  line-height: 1.2;
}

.apibanking-step .hero-subtitle {
  font-size: 16px;
  color: #151515;
  font-weight: 500;
  margin-left: auto;
}

.apibanking-step .timeline-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.apibanking-step .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg,
      rgba(59, 130, 246, 0.2) 0%,
      rgba(139, 92, 246, 0.2) 50%,
      rgba(236, 72, 153, 0.2) 100%
  );
  transform: translateX(-50%);
}

.apibanking-step .timeline-line-fill {
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg,
      #3b82f6 0%,
      #8b5cf6 50%,
      #ec4899 100%
  );
  box-shadow: 0 0 30px rgba(59, 130, 246, 0.6);
}

.apibanking-step .step-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.apibanking-step .step-item:last-child {
  margin-bottom: 0;
}

.apibanking-step .step-item:nth-child(odd) {
  flex-direction: row;
}

.apibanking-step .step-item:nth-child(even) {
  flex-direction: row-reverse;
}

.apibanking-step .step-content {
  flex: 1;
  padding: 0 60px;
}

.apibanking-step .step-item:nth-child(odd) .step-content {
  text-align: right;
}

.apibanking-step .step-item:nth-child(even) .step-content {
  text-align: left;
}

.apibanking-step .step-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.3);
  border-radius: 50px;
  color: #60a5fa;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.apibanking-step .step-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
}

.apibanking-step .step-description {
  font-size: 1.15rem;
  color: #151515;
  line-height: 1.7;
  max-width: 500px;
}

.apibanking-step .step-item:nth-child(odd) .step-description {
  margin-left: auto;
}

.apibanking-step .step-visual {
  width: 400px;
  height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apibanking-step .visual-circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.apibanking-step .visual-circle::before ,.step-hexagon::before,.payout_type .card::before,.rt-growth-tick-inner::before ,
.rt-qutetion-item::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6, #ec4899);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.5s;
}

.apibanking-step .step-item.active .visual-circle::before {
  opacity: 1;
}

.apibanking-step .step-item:hover .visual-circle {
  transform: scale(1.05);
  box-shadow: 0 30px 60px rgba(59, 130, 246, 0.3);
}

.apibanking-step .icon-wrapper {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px rgba(59, 130, 246, 0.4);
  transform: rotate(10deg);
  transition: transform 0.5s;
}

.apibanking-step .step-item:hover .icon-wrapper {
  transform: rotate(0deg) scale(1.1);
}

.apibanking-step .icon-wrapper svg {
  width: 60px;
  height: 60px;
  stroke:  #151515;
  fill: none;
  stroke-width: 2;
}

.apibanking-step .step-number-badge {
 display: none;
}

.apibanking-step .floating-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.apibanking-step .floating-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #3b82f6;
  border-radius: 50%;
  opacity: 0.4;
}

/* Tablet Layout */
@media (max-width: 1024px) {
  .apibanking-step .hero-title {
      font-size: 3rem;
  }

  .apibanking-step .hero-subtitle {
      font-size: 1.2rem;
  }

  .apibanking-step .timeline-line {
      left: 30px;
  }

  .apibanking-step .step-item,
  .apibanking-step .step-item:nth-child(even) {
      flex-direction: row;
      margin-bottom: 100px;
  }

  .apibanking-step .step-content,
  .apibanking-step .step-item:nth-child(odd) .step-content,
  .apibanking-step .step-item:nth-child(even) .step-content {
      text-align: left;
      padding: 0 0 0 80px;
  }

  .apibanking-step .step-description,
  .apibanking-step .step-item:nth-child(odd) .step-description {
      margin-left: 0;
  }

  .apibanking-step .step-title {
      font-size: 2rem;
  }

  .apibanking-step .step-visual {
      position: absolute;
      left: -30px;
      width: 100px;
      height: 100px;
  }

  .apibanking-step .visual-circle {
      width: 80px;
      height: 80px;
  }

  .apibanking-step .icon-wrapper {
      width: 60px;
      height: 60px;
      border-radius: 15px;
  }

  .apibanking-step .icon-wrapper svg {
      width: 30px;
      height: 30px;
  }

  .apibanking-step .step-number-badge {
      width: 60px;
      height: 60px;
      font-size: 1.5rem;
  }
}

/* Mobile Layout */
@media (max-width: 640px) {
  .apibanking-step .container {
      padding: 20px 15px;
  }

  .apibanking-step .hero-section {
      margin-bottom: 0px;
  }

  .apibanking-step .hero-title {
      font-size: 2rem;
  }

  .apibanking-step .hero-subtitle {
      font-size: 1rem;
  }

  .apibanking-step .timeline-line {
      left: 25px;
  }

  .apibanking-step .step-item {
      margin-bottom: 80px;
  }

  .apibanking-step .step-content {
      padding: 0 0 0 70px;
  }

  .apibanking-step .step-badge {
      font-size: 0.8rem;
      padding: 6px 15px;
  }

  .apibanking-step .step-title {
      font-size: 1.5rem;
  }

  .apibanking-step .step-description {
      font-size: 1rem;
  }

  .apibanking-step .step-visual {
      left: -25px;
      width: 80px;
      height: 80px;
  }

  .apibanking-step .visual-circle {
      width: 70px;
      height: 70px;
  }

  .apibanking-step .icon-wrapper {
      width: 50px;
      height: 50px;
      border-radius: 12px;
  }

  .apibanking-step .icon-wrapper svg {
      width: 25px;
      height: 25px;
  }

  .apibanking-step .step-number-badge {
      width: 50px;
      height: 50px;
      font-size: 1.2rem;
  }
}

.gradient-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
      radial-gradient(circle at 10% 20%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
      radial-gradient(circle at 90% 80%, rgba(168, 85, 247, 0.15) 0%, transparent 50%),
      radial-gradient(circle at 50% 50%, rgba(14, 165, 233, 0.1) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}


/* api banking process end */

/* payout process */

/* Scroll Spacer for sticky behavior */
   /* Scroll Spacer for sticky behavior - Desktop Only */
   .payout-process-wrapper {
    height: 400vh;
    position: relative;
}

/* Sticky Process Section */
.payout-process {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.process-container {
    width: 100%;
    max-width: 1400px;
    position: relative;
    padding: 0 20px;
}

/* Progress Bar - Horizontal on Desktop */
.progress-bar-container {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 900px;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #fff, #a8edea);
    width: 0%;
    transition: width 0.1s linear;
    border-radius: 10px;
}

/* Steps Container - Horizontal on Desktop */
.steps-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 120px 20px 40px;
    position: relative;
    flex-wrap: nowrap;
}

.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.3;
    transform: scale(0.85);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    flex-shrink: 0;
}

.process-step.active {
    opacity: 1;
    transform: scale(1.05);
}

.process-step.completed {
    opacity: 0.7;
    transform: scale(0.95);
}

/* Hexagon */
.step-hexagon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    position: relative;
}
.step-hexagon img{
  padding: 10px;
}

.process-step.active .step-hexagon {
    background: white;
    box-shadow: 0 20px 60px rgba(255, 255, 255, 0.4);
}

.process-step.completed .step-hexagon {
    background: linear-gradient(135deg, #a8edea, #fed6e3);
}

.step-icon {
    width: 44px;
    height: 44px;
    stroke: white;
    stroke-width: 2.5;
    fill: none;
    transition: all 0.3s ease;
}

.process-step.active .step-icon {
    stroke: #667eea;
}

.process-step.completed .step-icon {
    stroke: white;
}

/* Step Info */
.step-info {
    margin-top: 20px;
    text-align: center;
}

.step-number {
    font-size: 16px;
    font-weight: 600;
    color:  #151515;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.process-step.active .step-number {
    color:  #ffff;
    font-size: 18px;
}

.step-title {
    font-size: 22px;
    font-weight: 700;
    color:  #151515;
    margin-bottom: 6px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.process-step.active .step-title {
    font-size: 26px;
}

.step-description {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 180px;
    line-height: 1.4;
}

/* Tablet Layout (768px to 992px) */
@media (max-width: 992px) and (min-width: 768px) {
    .payout-process-wrapper {
        height: 350vh;
    }

    .payout-process {
        padding: 40px 0;
    }

    .progress-bar-container {
        top: 40px;
        width: 85%;
        max-width: 700px;
    }

    .steps-container {
        gap: 25px;
        padding: 100px 15px 30px;
    }

    .step-hexagon {
        width: 70px;
        height: 70px;
    }

    .step-icon {
        width: 36px;
        height: 36px;
    }

    .step-info {
        margin-top: 15px;
    }

    .step-title {
        font-size: 18px;
    }

    .process-step.active .step-title {
        font-size: 22px;
    }

    .step-description {
        font-size: 12px;
        max-width: 140px;
    }
}

/* Mobile Layout - Static Card (No Sticky) */
@media (max-width: 767px) {
    .payout-process-wrapper {
        height: auto;
        position: relative;
    }

    .payout-process {
        position: relative;
        height: auto;
        min-height: auto;
        padding: 60px 20px;
    }

    .process-container {
        padding: 0 15px;
    }

    .progress-bar-container {
        display: none;
    }

    .steps-container {
        flex-direction: column;
        gap: 40px;
        padding: 0;
        align-items: center;
    }

    .process-step {
        opacity: 1;
        transform: scale(1);
        width: 100%;
        max-width: 400px;
        background: rgba(255, 255, 255, 0.1);
        padding: 30px 25px;
        border-radius: 20px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .process-step.active,
    .process-step.completed {
        opacity: 1;
        transform: scale(1);
    }

    .step-hexagon {
        width: 80px;
        height: 80px;
        background: white;
    }

    .step-icon {
        width: 40px;
        height: 40px;
        stroke: #667eea;
    }

    .step-info {
        margin-top: 20px;
        text-align: center;
    }

    .step-number {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
    }

    .step-title {
        font-size: 22px;
        white-space: normal;
    }

    .step-description {
        font-size: 14px;
        max-width: 100%;
        color: rgba(255, 255, 255, 0.9);
    }
}

@media (max-width: 480px) {
    .payout-process {
        padding: 40px 15px;
    }

    .process-step {
        padding: 25px 20px;
        max-width: 100%;
    }

    .step-hexagon {
        width: 70px;
        height: 70px;
    }

    .step-icon {
        width: 36px;
        height: 36px;
    }

    .step-title {
        font-size: 20px;
    }

    .step-description {
        font-size: 13px;
    }
}


.payout_type .card {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.payout_type .card::before {
 opacity: 1;
 border-radius: 10px!important;
}

.payout_type .card:hover {
  box-shadow: 0.063rem 0.063rem 1.25rem 0.375rem rgba(0, 0, 0, 0.53);
}


.payout_type .card p {
  transition: 0.8s;
}


@media screen and (min-width: 62.5rem) {
  .payout_type .circle {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}


/* payout process end */

.text-center{
  text-align: center;
}
.team-card-content-wrapper .text-size-regular{
  max-width: 280px;
}
.swiper {
  width: 100%;
  overflow: hidden;
  padding: 25px 0;
  position: relative;
}



.swiper-slide img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.swiper-pagination{
  bottom: 5px;
    left: 50%;
}
.swiper-pagination-bullet{
  margin:0 2px ;
}
.payout-section h1{
  font-family: var(--_font-family---gobal-font)!important;
  color: var(--black-900)!important;
  margin-top: 0!important;
  margin-bottom: 0!important;
  font-size: 2.225rem!important;
  font-weight: 600!important;
}

.fs-40{
  font-size: 40px;
}
.pt-5{
  padding-top: 50px;
}
label.error{
  color: red;
}
.login-field-wrapper , .sign-up-field-wrapper{
  position: relative;
}
.input-icon {
  position: absolute;
  top: 0;
  top: 23px;
  right: 11px;
  font-size: 18px;
  line-height: 48px;
  text-align: left;
  color: #ED1D26;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
i.input-icon.uil-eye-slash, i.input-icon.uil-eye, i.input-icon.uil-eye-slash, i.input-icon.uil-eye-slash {
  left: unset;
  right: 18px;
}
input[type="password"] {
  padding-right: 60px;
}

.Homegrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.Homegrid .card {
  background: white;
  border-radius: 24px;
  padding: 45px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  flex-direction: column;
}

.Homegrid .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}



.Homegrid .text-content {
  flex: 1;
  padding-right: 20px;
  z-index: 2;
}






.Homegrid .illustration img {
  width: 100%;
  height: 100%;
}

.pb-1{
  padding-bottom: 15px;
}

.Homegrid .card-left  .text-content{
  padding-right: 0;
  padding-left: 10px;
}

.footer-box{
  background: rgba(255, 255, 255, 0.37);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.8px);
  -webkit-backdrop-filter: blur(9.8px);
  border: 1px solid rgba(255, 255, 255, 0.26);
}
.footer-box .w-layout-grid.footer-grid{
  border: unset;
  background: unset; 
}
.footer-box > .text-size-regular{
  padding: 10px;
  width: 100%;
  text-align: center;
}
.top-163{
  top: 163px!important;
} 
.process-card:hover .process-card-hover-content-wrapper{
  bottom: 30px;
}
.footer-box .w-layout-grid.footer-grid .footer-link-wrapper > .text-size-small{
  font-weight: 600;
  font-size: 20px;
}
.align-items-center{
  align-items: center;
}
.pb-0{
  padding-bottom: 0;
}
.fs-40{
  font-size: 40px;
}
.rt-text-center >p:first-child {
  font-size: 20px;
  font-weight: 600;
}
.rt-gap-tiny.d-flex.gap-20{
  display: flex;
  gap: 20px;
justify-content: center;
}
span.swiper-notification{
  display: none;
}
.main-wrapper{
  background-image: url('../images/Home/background/background.webp');
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
.header-buttom-image{
  width: 380px;
}

.header-bottom-content-wrapper :is(.first,.third){
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.pb-5{
  padding-bottom: 50px;
}
.rt-button:hover  .rt-button-font{
  color: #fff;
}

.rt-button.black-button .rt-button-font{
  color: #fff;
}
.rt-button.black-button:hover .rt-button-font{
  color: #fff;
}
.rt-button{
  border: 1px solid #000!important;
}
.instant-cross{
  position: absolute;
  bottom: 6%;
  left: 14%;
  scale: 0.5;
}
.instant-circle{
  position: absolute;
  top: 30%;
  right: 16%;
  scale: 0.5;
}
.relative{
  position: relative;
}
.top-160{
  top: 160px;
}
.rt-outline{
  background: transparent; 
}
.rt-outline .rt-button-font{
  color: #000;
}
.rt-outline:hover .rt-button-font {
  color: #000;
}
.rt-popular-feature-item:hover  :is(.rt-text-style-h5,.rt-small-paragraph){
  color:#000!important  
}
.rt-tag-wrapper , .rt-button{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

img.footer-tracker-icon{
  width: 150px;
  aspect-ratio: 3/1;
  object-fit: contain;
}
.rt-tools{
  background-image: url('../images/api/Api that shapes/bg.webp') ;
  background-size: cover;
}
.payout-process{
  background-image: url('../images/payouts/BG_PAYOUT.webp') ;
  background-size: cover;
}

.step-hexagon::before,.rt-growth-tick-inner::before,.rt-qutetion-item::before{
  opacity: 1;
}
.rt-qutetion-item{
  position: relative;
}
.rt-qutetion-item::before{
  border-radius: 20px;
}
.rt-popular-logo img{
  width: 80px!important;
}

.text-white{
  color: #fff;
}

.glasseffect{
  background: rgba(255, 255, 255, 0.17);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5.8px);
-webkit-backdrop-filter: blur(9.8px);
border: 1px solid rgba(255, 255, 255, 0.26);
}
.px-1{
  padding: 0 10px;
}
.escrowSwiper{
  position: relative;
}
.swiper-slide{
  display: flex;
      justify-content: center;
      align-items: center;
  }
.escrowSwiper  img{
  max-width: 310px;
    height: auto;
    width: 100%;
    display: flex;
        justify-content: center;
}

.escrowSwiper:before {
  content: "";
  width: 350px;
  background: url('../images/escrow/where every transaction/artboard-3-1-1x.webp');;;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: -7px;
  top: 0px;
  height: 100%;
  margin: auto;
  z-index: 55;
}
.instantSwiper{
  overflow: hidden;
}
.all-feature-card-icon{
  width: 100px!important;
}
.all-feature-card-icon-wrapper{
  display: flex;
  justify-content: center;
}
.gap-row-0{
  grid-row-gap: 0!important;
}
.text-black{
  color: #000;
}

.mb-0{
  margin-bottom: 0;
}


.faq-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;

  .faq-left {
    space-y: 20px;
  }

  .faq-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;

    &:hover {
      background: rgba(255, 255, 255, 0.08);
      border-color: rgba(255, 255, 255, 0.2);
    }

    &.active {
      background: rgba(59, 130, 246, 0.1);
      border-color: #3b82f6;

      .faq-icon {
        transform: rotate(180deg);
      }

      .faq-answer {
        max-height: 200px;
        padding: 0 24px 24px;
      }
    }

    .faq-question {
      padding: 24px;
      font-size: 1.1rem;
      font-weight: 600;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .faq-icon {
      font-size: 1.2rem;
      transition: transform 0.3s ease;
    }

    .faq-answer {
      padding: 0 24px;
      max-height: 0;
      overflow: hidden;
      transition: all 0.3s ease;
      color: #000;
      line-height: 1.6;
    }
  }

  .faq-right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 400px;

    .image-container {
      position: relative;
      width: 100%;
      height: 400px;
      border-radius: 16px;
      overflow: hidden;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);

      .faq-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity 0.5s ease;

        &.active {
          opacity: 1;
        }
      }

      .placeholder-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #a0aec0;

        .placeholder-icon {
          font-size: 4rem;
          margin-bottom: 16px;
          opacity: 0.5;
        }
      }
    }
  }

  @media (max-width: 768px) {
    grid-template-columns: 1fr;
    gap: 40px;

    .hero-title {
      font-size: 2rem;
    }

    .faq-item {
      .faq-question {
        font-size: 1rem;
        padding: 20px;
      }
    }

    .image-container {
      height: 300px;
    }
  }
}

.scale-08{
  scale: 0.8;
}

.mx-1{
  margin: 0 10px;
}
.number-card :is(h6,.text-size-regular){
  text-align: left;
}
.align-items-center{
  align-items: center;
}

.faq-section {
  display: flex;

  .pointer-icon {
      width: 120px;
      height: 200px;
      position: relative;
  }

  .content-section {
      flex: 1;
      padding: 0;
  }

  .faq-item {
      border-bottom: 1px solid #e9ecef;

      &:last-child {
          border-bottom: none;
      }

      .faq-question {
          padding: 24px 32px;
          background: white;
          border: none;
          border-left: 4px solid transparent;
          width: 100%;
          text-align: left;
          font-size: 16px;
          font-weight: 600;
          color: #2c3e50;
          cursor: pointer;
          display: flex;
          justify-content: space-between;
          align-items: center;
          transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          position: relative;

          &:hover {
              background: #f8f9fa;
          }

          &.active {
              background: #f8f9fa;
              color: #A460FF;
              border-left: 4px solid #A460FF;

              .chevron {
                  transform: rotate(-135deg);
                  border-color: #A460FF;
              }
          }

          .chevron {
              width: 12px;
              height: 12px;
              border-right: 2px solid #7f8c8d;
              border-bottom: 2px solid #7f8c8d;
              transform: rotate(45deg);
              transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s ease;
              flex-shrink: 0;
              margin-left: 16px;
          }
      }

      .faq-answer {
          overflow: hidden;
          transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                      opacity 0.4s ease,
                      padding 0.4s ease;
          background: white;
          max-height: 0;
          opacity: 0;

          &.active {
              max-height: 500px;
              opacity: 1;

              .faq-answer-content {
                  transform: translateY(0);
              }
          }

          .faq-answer-content {
              padding:  24px 32px;
              color: #000;
              font-size: 15px;
              line-height: 1.6;
              transform: translateY(-10px);
              transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
          }
      }
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    
      flex-direction: column;
      min-height: auto;

      .image-section {
          flex: none;
          padding: 30px 20px;
          min-height: 200px;
      }

      .pointer-icon {
          width: 80px;
          height: 140px;
      }

      .faq-item {
          .faq-question {
              padding: 20px 24px;
              font-size: 15px;
          }

          .faq-answer .faq-answer-content {
              padding: 0 24px 20px 24px;
              font-size: 14px;
          }
      }
  }

  @media (max-width: 480px) {


      .faq-item {
          .faq-question {
              padding: 18px 20px;
              font-size: 14px;
          }

          .faq-answer .faq-answer-content {
              padding: 0 20px 18px 20px;
          }

          .chevron {
              width: 10px;
              height: 10px;
          }
      }
  }
}


.header-buttom-image:hover {
  animation: bounce 0.6s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
  }
  40% {
      transform: translateY(-10px);
  }
  60% {
      transform: translateY(-5px);
  }
}

.integration-component img:first-child{
  z-index: 5;
  position: relative;
}
.d-none{
  display: none;
}
.d-block{
  display: block;
}
.d-flex{
  display: flex;
}

.all-feature-bottom-content{
  margin: 5px 0;
}
.pt-15{
  padding-top: 15px;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
  background: #A460FF;
}

.quick-contact-content:hover .mail {
color: #A460FF;
}
.pt-3{
  padding-top: 30px;
}
.order-2{
  order: 2;
}
.pt-1{
  padding-top: 5px;
}
.pb-2{
  padding-bottom: 20px!important;
}
.rt-popular-feature-item{
  opacity: 1!important;
}