/* == Banner Part Style Start == */
.affiliate-section {
  padding: 6px 16px 0px;
}
.affiliate-section-container {
  padding: 50px 20px;
  background: linear-gradient(to right, #e8e9fc, rgba(var(--back-color), 1));
  border-radius: 30px;
}

.affiliate-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(var(--main-color), 1);
}

.affiliate-title span {
  color: rgba(var(--second-color), 1);
}

.affiliate-text {
  font-size: 1.25rem;
  color: #1a1a1a;
  margin: 16px 0;
  line-height: 1.6;
}

.register-btn {
  background-color: rgba(var(--main-color), 1);
  color: #fff !important;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  border: none;
  transition: background 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.btn-custom:hover {
  background-color: #138bb1;
}

@media (max-width: 767px) {
  .affiliate-title {
    font-size: 23px;
  }
  .affiliate-text {
    font-size: 13px;
  }
  .partner-benefits-section h6{
    font-size: 14px;
  }
  .partner-benefits-section p{
    font-size: 13px;
  }
  .partner-description {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px !important;
}
}
/* == Banner Part Style End == */

/* == Partner Section Start  == */
.partner-title {
  font-size: 2rem;
  font-weight: bold;
}

.partner-highlight {
  background: linear-gradient(to right, #0072ff, #8e2de2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.partner-description {
  max-width: 900px;
  margin: 0 auto;
}

/* == Partner Section End == */

/* == Affiliate step section start == */

.affiliate-steps-section {
  background-color: #f9fcff;
}

.title-gradient {
  background: linear-gradient(to right, #0072ff, #8e2de2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.step-number {
  width: 30px;
  height: 30px;
  background-color: rgba(var(--main-color), 1);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-left: 15px;
  padding: 11px;
}

.form-card {
  background-color: rgba(var(--main-color), 0);
}

.affiliate-contact-form .form-control {
  border-radius: 6px;
  border: 2px solid #ffc107 !important;
  padding: 10px;
  font-size: 0.95rem;
  color: #fff !important;
}
.affiliate-contact-form .form-control:hover {
  border-color: #ffc107;
}
.btn-submit {
  background-color: transparent;
  border: 2px solid #ffc107;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 20px;
  transition: background 0.3s ease;
}

.btn-submit:hover {
  background-color: #ffc107;
}

.form-sub-text {
  font-size: 16px;
  font-weight: 600;
  color: rgba(var(--main-color), 1);
   margin-bottom: 8px;
}
/* == Affiliate step section end == */

.bg-dark-hlx {
    background: rgba(var(--main-color), 1);
    padding: 54px;
    border-radius: 30px;
}
.affiliate-title {
    color: #fff;
}
.affiliate-text {
    color: #fff;
}
.register-btn {
    background-color: rgba(var(--main-color), 1);
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    border: 1px solid #fff;
    transition: background 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 576px) {
    .bg-dark-hlx {
    padding: 54px 10px;
}
  
}

.revinate-contact-form {
    box-shadow: rgba(0, 0, 0, 0.34) 0px 2px 9px 0px;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff !important;
}