.affiliate-program-banner {
    height: 378px;
    background: rgb(64 171 232 / 13%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.affiliate-program-banner-content h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 15px 0;
}
.affiliate-program-banner-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16.5px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin: 0;
}
.what-affiliate-program-content {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #DCDFE4;
    border-radius: 20px;
    padding: 30px;
}

.what-affiliate-program-content h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 51px;
    letter-spacing: -1px;
    color: #111827;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 15px;
}

.what-affiliate-program-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #4B5563;
}
.what-affiliate-program-offer {
    background: #F6FBFE;
    border-radius: 24px;
    margin: 20px 0 0;
    overflow: hidden;
}

.offer-content-box {
    justify-content: center;
    padding: 20px 40px 10px 40px;
    gap: 10px;
    background: #41AAE7;
    border-radius: 8px;
    width: fit-content;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    position: relative;
    top: -10px;
    left: -10px;
}

.what-affiliate-program-offer ul {
    padding: 20px 30px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.what-affiliate-program-offer ul li {
    box-sizing: border-box;
    background: #F9FAFB;
    border: 1px solid #DCDFE4;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
}

.what-affiliate-program-offer ul li span {
    width: 40px;
    height: 40px;
    background: #DBEAFE;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #40ABE8;
}

.what-affiliate-program-offer ul li .what-affiliate-program-list strong {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #1F2937;
}

.what-affiliate-program-offer ul li .what-affiliate-program-list p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #6B7280;
}
.what-affiliate-program {
    margin-top: -40px;
    margin-bottom: 100px;
}
.join-tweetdelete-earning-head h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 72px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #1F2937;
}

.join-tweetdelete-earning-head p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #4B5563;
    justify-content: center;
}

.join-tweetdelete-earning-head {
    margin: 0 0 30px;
}

.join-tweetdelete-earning-steps {
    box-sizing: border-box;
    background: #F9FAFB;
    border: 1px solid #DCDFE4;
    border-radius: 20px;
    height: 100%;
    padding: 15px;
}

.join-tweetdelete-earning-steps span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
    background: #40ABE8;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    margin: 0 0 10px;
}

.join-tweetdelete-earning-steps p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #20175E;
}

.who-elligible-affliate {
    background: rgba(251, 207, 48, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.who-elligible-affliate-inner span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #1F2937;
}

.who-elligible-affliate-inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    display: flex;
    align-items: center;
    color: #4B5563;
}
.how-does-program-work {
    margin: 100px 0;
}
.timeline-container {
  width: 100%;
  position: relative;
}

.step {
    text-align: right;
    position: relative;
    height: 140px;
}

.circle {
  position: absolute;
  right: -50px;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #40ABE8;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  z-index: 1;
  outline: 3px solid #fff;
}

.step p {
    margin: 0;
    padding-top: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #4B5563;
}

.dashboard-btn {
  margin-top: 0px;
  text-align: center;
}

.dashboard-btn a {
    display: inline-block;
    color: #fff;
    padding: 20px 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.3s ease;
    background: #40ABE8;
    outline: 6px solid rgba(64, 171, 232, 0.44);
    border-radius: 78px;
    position: relative;
    z-index: 11;
}

.dashboard-btn a:hover {
  background-color: #008ecc;
}
.step-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}

.timeline-container:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #40ABE8;
    width: 2px;
    top: 0;
    bottom: 0;
}
.step-main:nth-child(2n + 2) .step {
    text-align: left;
}

.step-main:nth-child(2n + 2) .step .circle {
    right: auto;
    left: -50px;
}
.promote-tweetdelete-content h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 72px;
    letter-spacing: -0.02em;
    color: #1F2937;
}

.promote-tweetdelete-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #4B5563;
}

.promote-tweetdelete-content ul {
    padding: 0 0 0 30px;
    margin: 20px 0 0;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.promote-tweetdelete-content ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #4B5563;
}
.promote-tweetdelete-img img {
    filter: grayscale(1);
}

.promote-tweetdelete-img {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.affliate-few-ideas {
    padding: 70px 0 100px;
}

.affliate-few-ideas-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
}

.affliate-few-ideas-box span {
    box-sizing: border-box;
    background: #F9FAFB;
    border: 1px solid #DCDFE4;
    border-radius: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #20175E;
    padding: 15px 30px;
}
.promote-tweetdelete.bg-color {
    background: #F9FEFF;
    padding: 20px 0;
}
.how-earn-reward {
    margin: 100px 0;
}
.how-earn-reward-box {
    box-sizing: border-box;
    background: #F9FAFB;
    border: 1px solid #DCDFE4;
    border-radius: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #20175E;
    padding: 50px;
}
.fill-our-form {
    background: #F4F9FC;
    border-top: 6px solid #40ABE8;
    border-bottom: 6px solid #40ABE8;
    padding: 60px 0;
}
.affliate-form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.fill-our-form-box-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.fill-our-form-box-group input {
    box-sizing: border-box;
    background: #F9FAFB;
    border: 1px solid #DCDFE4;
    border-radius: 20px;
    padding: 20px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    display: flex;
    align-items: center;
    color: #20175E;
    width: 100%;
}

.fill-our-form-box-group input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    display: flex;
    align-items: center;
    color: #20175E;
}

.fill-our-form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.fill-our-form-btn input {
    background: #40ABE8;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    border: 0;
    padding: 15px 50px;
    border-radius: 10px;
}
.tweetdelete-new-faq {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.tweetdelete-new-faq .faq-item {
  border-top: 1px solid #e0e0e0;
}
.tweetdelete-new-faq .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 0px;
    font-size: 18px;
    color: #1a1a1a;
    transition: color 0.2s ease;
    gap : 10px;
}
.tweetdelete-new-faq .faq-question:hover, .tweetdelete-new-faq .faq-item.active .faq-question {
  color: #0C84C8;
}
.tweetdelete-new-faq .faq-answer {
    overflow: hidden;
    padding: 0 0px 15px;
    font-size: 16px;
    color: #667085;
    line-height: 1.6;
    display: none;
}

.tweetdelete-new-faq .faq-item.active .faq-answer {
  display:block;
}

.tweetdelete-new-faq .faq-toggle-icon {
    width: 24px;
    height: 24px;
    border: 2px solid #0C84C8;
    border-radius: 50%;
    position: relative;
    flex: 0 0 24px;
}

.tweetdelete-new-faq .faq-toggle-icon::before,
.tweetdelete-new-faq .faq-toggle-icon::after {
  content: "";
  position: absolute;
  background: #0C84C8;
}

.tweetdelete-new-faq .faq-toggle-icon::before {
  top: 50%;
  left: 5px;
  width: 10px;
  height: 2px;
  transform: translateY(-50%);
}

.tweetdelete-new-faq .faq-toggle-icon::after {
  left: 50%;
  top: 5px;
  width: 2px;
  height: 10px;
  transform: translateX(-50%);
}

.tweetdelete-new-faq .faq-item.active .faq-toggle-icon::after {
  display: none;
}
.tweetdelete-new-faq .faq-item:first-child {
    border-top: 0;
}
.new-faq-section {
    padding: 80px 0 70px;
}

.new-faq-head {
    margin: 0 0 50px;
}

.new-faq-head h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 77px;
    text-align: center;
    letter-spacing: -2px;
    color: #111827;
}
footer.site-footer.white {
    border-top: 9px solid #40ABE8;
    background: #FFF;
    padding: 50px 0;
}



@media (max-width: 992px){
  .affiliate-program-banner {
      height: auto;
      padding: 50px 0 70px;
  }
  .join-tweetdelete-earning .col-lg-3.col-md-6.col-sm-12 {
      margin-bottom: 30px;
  }
  br {
    display: none;
  }
  .how-earn-reward-box br {
      display: block;
  }
  .promote-tweetdelete-content p br {
      display: block;
  }
}
@media (max-width: 767px){
  .affiliate-program-banner-content h1 {
      font-size: 30px;
      line-height: 42px;
  }
  p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  h2 {
    font-size: 20px !important;
    line-height: 35px !important;
  }
  .offer-content-box {
      padding: 20px 10px 10px 10px;
      font-size: 15px;
      line-height: 26px;
      top: -10px;
      left: 0;
      margin: 0 auto;
  }
  .what-affiliate-program-content {
      padding: 15px;
  }
  .what-affiliate-program-offer ul {
      padding: 15px 15px;
  }
  .what-affiliate-program-offer ul li {
      flex-flow: column;
      align-items: flex-start;
  }
  .what-affiliate-program {
      margin-bottom: 40px;
  }
  .who-elligible-affliate {
      margin: 0;
      flex-flow: column;
      justify-content: center;
      text-align: center;
  }
  .who-elligible-affliate svg {
      width: 50px;
      height: 50px;
  }
  .who-elligible-affliate-inner span {
      justify-content: center;
  }
  .how-does-program-work {
      margin: 40px 0;
  }
  .dashboard-btn a {
      padding: 15px 20px;
      font-size: 14px;
      outline: 4px solid rgba(64, 171, 232, 0.44);
  }
  .promote-tweetdelete .row.align-items-center {
      flex-flow: column-reverse;
  }
  .promote-tweetdelete-content h2, .promote-tweetdelete-content p {
      text-align: center;
  }
  .promote-tweetdelete-content ul li {
      font-size: 15px;
      line-height: 22px;
  }
  .affliate-few-ideas-box {
      flex-flow: column;
  }
  .affliate-few-ideas-box span {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .affliate-few-ideas {
      padding: 40px 0 40px;
  }
  .promote-tweetdelete.bg-color {
      padding: 40px 0;
  }
  .how-earn-reward {
      margin: 40px 0;
  }
  .how-earn-reward-box {
      padding: 20px;
      font-size: 16px;
      line-height: 28px;
  }

  .fill-our-form-box-group {
      grid-template-columns: 1fr;
  }
  .fill-our-form-box-group input, .fill-our-form-box-group input::placeholder {
      font-size: 18px;
      line-height: 25px;
  }
}
