/* Affiliate Landing Page CSS */


/********************************** Hero Area ************************************/

.hero-area {
    margin: 0;
    max-width: 100%;
    gap: 0.1rem;
    align-items: center;
}

.hero-area div:first-child {
    padding-right: 2rem;
}

.right {
    margin-top: 0 !important;
}

.hero-head {
    background: #F36E45;
    border-radius: 5px;
    padding: 2px 8px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.right h2 {
    color: #000000;
    font-size: 60px;
    margin-top: 10px;
    line-height: 1.15;
}

.hero-features {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    max-width: 600px;
    display: block;
    margin: 10px 0;
}

.hero-features li {
    margin-bottom: 8px;
}

.hero-features li:last-child {
    margin-bottom: 0px;
}

.hero-features li i {
    color: #f36e45;
    margin-right: 10px;
}

.hero-price {
    margin-top: 15px;
}

.hero-price span:first-child {
    font-size: 15px;
    color: #000000;
}

.hero-price span:last-child {
    font-size: 40px;
    color: #000000;
    font-weight: 700;
}

.hero-price span:last-child sup {
    font-size: 50%;
    vertical-align: super;
    margin-right: 2px;
    font-weight: 400;
}

.hero-price span:last-child span {
    font-size: 40%;
    font-weight: 400;
}

.hero-btn {
    background: #F36E45;
    box-shadow: none !important;
    margin: 10px 0 0 0;
    border-radius: 10px;
    min-width: auto;
    font-size: 16px;
    padding: 15px 17px;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
}

.hero-btn:hover {
    transform: translate(0px, -1px) scale(1.01);
    cursor: pointer;
}

.hero-area div:last-child img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.anti-btn {
    box-shadow: none;
    margin: 15px 0 0 0 !important;
    border-radius: 10px;
    min-width: auto;
    font-size: 16px;
    padding: 15px 17px;
    border: 2px solid #f36e45;
    background: none;
    color: #f36e45;
    transition: all 200ms ease-out;
    box-shadow: none !important;
}

.anti-btn:hover {
    background: #F36E45;
    color: #fff;
    transform: translate(0px, -1px) scale(1.01, 1.01);
}

/********************************** 3 Step Process ********************************/

#best-choice {
    background: #fff !important;
    position: unset !important;
}

#best-choice h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 55px;
    color: #000000;
}

/********************************** Earning Income is Easy ********************************/

.affiliate-section {
  padding: 100px 20px;
}

.affiliate-section p {
    color: #000;
}

.affiliate-heading {
  text-align: left;
  font-size: 35px;
  color: #1a1a1a;
}

.affiliate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.affiliate-image-wrap {
  display: flex;
  justify-content: center;
}

.affiliate-image {
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
}

.affiliate-features {
  width: 100%;
}

.affiliate-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.affiliate-feature {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.affiliate-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 7px;
}

.affiliate-feature-title {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 18px;
}

/* Responsive */
@media (max-width: 768px) {
  .affiliate-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .affiliate-feature {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .affiliate-icon {
    margin-bottom: 10px;
  }
}

/********************************** Affiliate Application ********************************/

.form-reseller form {
    border-radius: 25px !important;   
}

.form-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.form-group label {
    font-size: 14px;
}

.input-field input,
.input-field select,
.input-field textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #e1e1e1;
    background: #FAF9F7;
    border-radius: 15px;
    font-size: 14px;
    color: #222222;
}

.input-field textarea {
    height: 120px;
    resize: vertical;
}

option {
    font-family: Poppins;
}

.terms-notice {
    margin: 20px 0;
}

.submit-btn {
    background: #F36E45;
    box-shadow: none !important;
    font-family: Poppins;
    border-radius: 10px;
    margin-top: 10px;
    min-width: auto;
    font-size: 15px;
    padding: 15px 17px;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
    border: none !important;
    border-radius: 10px;
    color: white;
    cursor: pointer;
}

.submit-btn:hover {
    transform: translate(0px, -1px) scale(1.01);
}

@media (max-width: 768px) {
    .form-row, {
        grid-template-columns: 1fr;
    }
}

.pac-container {
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.pac-item {
  padding: 8px;
  cursor: pointer;
}

.pac-item:hover {
  background-color: #f5f5f5;
}

@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .form-row--3cols {
        grid-template-columns: 1fr !important;
    }
    
    .form-reseller form {
        padding: 20px !important;
    }
    
    .input-field input,
    .input-field select,
    .input-field textarea {
        padding: 14px !important;
    }
    
    .terms-notice {
        margin: 15px 0 !important;
        font-size: 13px !important;
    }
    
    .submit-btn {
        padding: 14px !important;
        font-size: 16px !important;
    }
    
}

/* Optional: Improve mobile form appearance */
@media (max-width: 480px) {
    .wrap {
        padding: 15px !important;
    }
    
    .form-reseller form {
        padding: 15px !important;
    }
    
    .input-field input,
    .input-field select,
    .input-field textarea {
        padding: 12px !important;
    }
    
    .submit-btn {
        padding: 12px !important;
    }
}




















