/* 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: 300px;
}

.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: 150px;
}

.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: #2563eb;
}

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

/* api banking process */
.apibanking_process {
  position: relative;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #7e22ce 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 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: white;
  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: #0f172a;
  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: rgba(255, 255, 255, 0.7);
  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: rgba(255, 255, 255, 0.7);
  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 {
  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: white;
  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: 50px 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;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    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;
    clip-path: polygon(30% 0%, 70% 0%, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    position: relative;
}

.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: rgba(255, 255, 255, 0.6);
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

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

.step-title {
    font-size: 22px;
    font-weight: 700;
    color: white;
    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;
}

.payout_type .card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.6s;
  z-index: 0;
  background-color: #4f46e5;
}

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

.payout_type .card:nth-child(1)::before {
  bottom: 0;
  right: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 100% 100%);
}

.payout_type .card:nth-child(2)::before {
  bottom: 0;
  left: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 0% 100%);
}

.payout_type .card:nth-child(3)::before {
  top: 0;
  right: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 100% 0%);
}

.payout_type .card:nth-child(4)::before {
  top: 0;
  left: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 0% 0%);
}

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

.payout_type .card:hover::before {
  clip-path: circle(110vw at 100% 100%);
}

.payout_type .card:hover p {
  color: #fff;
}

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

.payout_type .card:nth-child(1) .circle {
  background: url("https://images.unsplash.com/photo-1587440871875-191322ee64b0?q=80&w=2071&auto=format&fit=crop&ixlib=rb-4.0.3")
    no-repeat 50% 50% / cover;
  bottom: 0;
  right: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 100% 100%);
}

.payout_type .card:nth-child(2) .circle {
  background: url("https://images.unsplash.com/photo-1499951360447-b19be8fe80f5?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3")
    no-repeat 50% 50% / cover;
  bottom: 0;
  left: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 0% 100%);
}

.payout_type .card:nth-child(3) .circle {
  background: url("https://images.unsplash.com/photo-1557804506-669a67965ba0?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3")
    no-repeat 50% 50% / cover;
  top: 0;
  right: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 100% 0%);
}

.payout_type .card:nth-child(4) .circle {
  background: url("https://images.unsplash.com/photo-1600880292203-757bb62b4baf?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3")
    no-repeat 50% 50% / cover;
  top: 0;
  left: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 0% 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;
}

.swiper-slide:hover {
  transform: translateY(-10px);
}

.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: 3.625rem!important;
  font-weight: 600!important;
  line-height: 4.125rem!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 :is(h6,p){
  text-align: right;
}
.Homegrid .card-left  .text-content{
  padding-right: 0;
  padding-left: 10px;
}
.Homegrid .card-left .illustration{
  left: 20px;
  right: unset;
}
.footer-box{
  border: 1px solid var(--white-300);
  background: #ffff;
}
.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;
}
.bg-home{
  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 .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  
}