.integraties-sec.partnership-onboarding-banner-section{
	padding-bottom:200px;
}
.partnership-onboarding-banner-section .integraties-top-wrap{
	top:100px;
}
.partnership-onboarding-step1-left-side{
	display: flex;
	align-items: center;  
	justify-content: center; 
	flex-direction: row;
	height:100%;
}
.partnership-onboarding-step1-left-side .partnership-onboarding-step1-text{
	padding-top:60px;
	padding-bottom:40px;
	max-width:575px;
}
.cta-box {
  width: 420px;
  height: 110px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #FFFFFF;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
}

.icon-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.mouse-icon {
  width: 16px;
  height: 22px;
  border: 2px solid #FFFFFF;
  border-radius: 14px;
  position: relative;
}

.mouse-icon::after {
  content: "";
  width: 2px;
  height: 5px;
  background: #FFFFFF;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.arrow {
  width: 10px;
  height: 10px;
  border-left: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  transform: translateY(0) rotate(-45deg);
  animation: bounceArrow 1.4s infinite;
}

@keyframes bounceArrow {
  0%, 100% {
    transform: translateY(0) rotate(-45deg);
    opacity: 0.9;
  }
  50% {
    transform: translateY(8px) rotate(-45deg);
    opacity: 1;
  }
}

.partnership-onboarding-step1-right-side .universe {
    transform: scale(0.73); 
    transform-origin: left;
}
.planet img {
    image-rendering: auto;
}
.radio-card {
  position: relative;
}

.radio-card input {
  display: none;
}

.radio-card label {
  /*min-width: 170px;
  max-width:192px;*/
  padding: 50px 30px;
  border-radius: 14px;
  background: #111827;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  transition: .25s;
}

.radio-card label .radio-text{
	width: 122px;
	min-height:45px;
	display: flex;
	align-items: center;
    justify-content: center;
}

.radio-card input:checked + label {
  background: linear-gradient(135deg, #4dabff, #1c7ed6);
  border-color: #4dabff;
  box-shadow: 0 0 18px rgba(77,171,255,.5);
}

.radio-card label:hover {
  border-color: #4dabff;
}

.radio-switch {
  width: 55px;
  height: 26px;
  background: #444;
  border-radius: 20px;
  margin: 10px auto 0;
  position: relative;
}

.radio-switch::after {
  content: "";
  width: 22px;
  height: 22px;
  background: #ddd;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 3px;
  transition: .25s;
}

.radio-card input:checked + label .radio-switch {
  background: #8ce99a;
}

.radio-card input:checked + label .radio-switch::after {
  left: 30px;
}
.partnership-onboarding-product-info-card {
	background: linear-gradient(145deg, #1e293b, #0f172a);
	border-radius: 20px;
	padding: 40px;
	max-width: 520px;
	width: 100%;
	color: #e2e8f0;
	box-shadow: 0 20px 40px rgba(0,0,0,0.4);
	border: 1px solid rgba(255,255,255,0.05);
}

.partnership-onboarding-product-info-card h2 {
	font-weight: 700;
	margin-bottom: 10px;
}

.partnership-onboarding-product-info-card p.subtitle {
	margin-bottom: 30px;
	color: rgba(255, 255, 255, 0.70);
	font-family: Inter;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.step-todo-check {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	color: #cbd5e1;
}

.step-icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
	font-size: 18px;
	color: #ffffff;
}

.contact-section {
	margin-top: 35px;
}

.btn-custom {
	background: #1e293b;
	border: 1px solid rgba(255,255,255,0.1);
	color: #fff;
	padding: 10px 18px;
	border-radius: 10px;
	font-size:1em;
}

.btn-custom:hover {
	background: #334155;
	color: #fff;
}

.email-link {
	color: #cbd5e1;
	text-decoration: none;
}

.email-link:hover {
	text-decoration: underline;
}
.partnership-onboarding-product-service{
	margin-top:93px;
}