.about-us-hero-section.dropship-program-hero-section {
  background-image: url(/staticfiles/images/dropship-program-background-img.webp);
}

.dropship-program-hero-section .generic-content-hero.generic-heading {
  max-width: 75%;
}

.dropship-program-hero-section .generic-content-hero.generic-heading h1 {
  color: white;
  max-width: 80%;
}

.dropship-program-hero-section .generic-content-hero.generic-heading h1 label {
  color: #fe5c6b;
}

.dropship-program-hero-section .generic-content-hero.generic-heading h1 label:nth-child(2) {
  color: #ff9b63;
}

.dropship-program-hero-section .generic-heading p {
  color: white;
}

.arrow-down-circle img {
  width: 2.375rem;
  height: 2.375rem;
  margin-bottom: 0.4375rem;
}

.arrow-down-circle {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.arrow-down-circle a {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.arrow-down-circle p {
  border: 0.0625rem solid #ffffff;
  color: white;
  padding: 0.3125rem 1.25rem;
  border-radius: 2rem;
  background-color: #ffffff36;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.125rem;
  letter-spacing: 0rem;
  text-align: center;
}

/* how-it-works-section css starts here */
.how-it-works-section {
  padding: 4.75rem 0;
}

.how-it-works-main-div {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-top: 3rem;
  justify-content: space-between;
}

.how-it-works-column {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 24.6%;
}

.text-how-it-works-column {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.625rem;
}

.how-it-works-column img {
  height: 8.125rem;
  width: 8.125rem;
  margin-bottom: 1.9375rem;
}

.text-how-it-works-column h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  letter-spacing: 0rem;
  text-align: center;
  color: #0f172b;
}

.text-how-it-works-column p {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  letter-spacing: 0rem;
  text-align: center;
  vertical-align: middle;
  color: #0f172b;
  min-height: 7.8125rem;
}

.how-it-works-column:nth-child(2) {
  position: relative;
}

.how-it-works-column:nth-child(2)::after {
  content: "";
  width: 130px;
  height: 130px;
  background-image: url(/staticfiles/images/arrow-right.svg);
  background-size: cover;
  position: absolute;
  right: -8.75rem;
  top: 1.25rem;
}

.how-it-works-column:nth-child(2)::before {
  content: "";
  width: 130px;
  height: 130px;
  background-image: url(/staticfiles/images/arrow-left.svg);
  background-size: cover;
  position: absolute;
  left: -8.75rem;
  top: 1.25rem;
}

/* how-it-works-section css ends here */

/* dropshipping-form-section css starts here */
.dropshipping-form-section {
  overflow: hidden;
}

.main-divider-div {
  display: flex;
}

.left-divider-div {
  width: 40%;
  flex-shrink: 0;
}

.right-divider-div {
  width: 60%;
  background-image: url(/staticfiles/images/form-right-img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* padding: 5.225rem 7rem 5.125rem 3.5rem; */
}

.right-inner-div {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.dropship-form {
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  margin: 10.225rem 7rem 5.125rem 3.5rem;
}
.dropship-form:has(.form-step.first-part-form[style*="block"]) {
  margin-top: 12rem !important;
}

.dropship-form:has(.form-step.third-part[style*="block"]) {
  margin-top: 7rem !important;
}
.dropship-form #dropshipProgressDots {
  margin: 0 0 2rem;
}

.dropship-form .form-step {
  width: 100%;
}

.dropship-form .form-step .right-inner-div {
  height: auto;
}

.right-divider-div .generic-heading h2 {
  color: white;
  line-height: 3.75rem;
}

.right-divider-div .generic-heading p {
  color: white;
  max-width: 75%;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0rem;
  margin-bottom: 2rem;
}

.step-dots {
  display: flex;
  gap: 3rem;
  margin: 1.75rem 0;
  align-items: center;
}

.text-dot {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.text-dot p {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0rem;
  color: #feaeb5;
}

.text-dot:nth-child(2) {
  position: relative;
}

.text-dot:nth-child(2)::after {
  content: "";
  width: 1.5rem;
  height: 0.125rem;
  background-color: #feaeb5;
  position: absolute;
  left: -2.25rem;
  top: 1rem;
}

.text-dot:nth-child(2)::before {
  content: "";
  width: 1.5rem;
  height: 0.125rem;
  background-color: #feaeb5;
  position: absolute;
  right: -2.25rem;
  top: 1rem;
}

.dot {
  border-radius: 50%;
  background: #feaeb5;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0rem;
  color: #cc808d;
  padding: 0.3438rem 0.75rem;
}

.dot.active {
  background-color: #ffdd6e;
  color: #fe5c6b;
}

.left-divider-div img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.form-row {
  display: flex;
  gap: 1.375rem;
  margin-bottom: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  /* flex: 1; */
  position: relative;
  width: 37%;
  margin-top: 1rem;
}

.form-group-main {
  margin-bottom: 2rem;
}
.form-step.first-part-form .generic-heading{
  max-width: 80%;
}
.name-group {
  display: flex;
  gap: 1.5rem;
}

.right-divider-div label {
  margin-bottom: 0.375rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0rem;
  color: white;
}

input,
textarea,
select {
  padding: 0.75rem;
  border-radius: 0.625rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0px;
  color: #0a0a0a80;
  background: #fafafa;
  border: 0.0625rem solid #e5e7eb;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

.submit-btn button {
  padding: 1rem 2rem;
  background: #ffdd6e;
  color: #fe5c6b;
  font-weight: 700;
  font-style: Bold;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
  text-align: center;
  border: none;
  border-radius: 2.5625rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  margin-top: 1.125rem;
}

.submit-btn button:hover {
  background: #f0f0f0;
}

.second-part .form-group {
  width: 80%;
}

.form-buttons-div {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.submit-btn.back-btn button {
  background-color: white;
}

.submit-btn.back-btn button:hover {
  background-color: #ffdd6e;
}

textarea {
  height: 7.125rem;
  resize: none;
}

.form-group-main a {
  color: white;
  font-weight: 700;
}

.checkboxes-div {
  display: flex;
  align-items: start;
  gap: 0.5rem;
}

.checkboxes-div input {
  height: 14px;
  width: 14px;
}

input[type="checkbox"] {
  accent-color: black;
}

.form-group-main:has(.checkboxes-div) {
  margin-bottom: 0.75rem;
}

/* dropshipping-form-section css ends here */

/* what-do-other-say-section css starts here */
.what-do-other-say-section {
  background-color: #fff5f5;
  padding: 4.75rem 0;
}

.what-do-other-say-section .generic-heading {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.what-do-other-say-section .generic-heading p {
  max-width: 62%;
  color: #6c6c6c;
}

.review-cards-main-div {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  margin-top: 3rem;
  flex-wrap: wrap;
  justify-content: space-evenly;
  column-gap: 0;
}

.review-card {
  display: flex;
  align-items: start;
  gap: 1.5rem;
  width: 40%;
  padding: 2rem 2rem 1.25rem;
  border-radius: 1.3125rem;
  box-shadow: 0rem 0.0625rem 0.125rem -0.0625rem #0000001a;
  box-shadow: 0rem 0.0625rem 0.1875rem 0rem #0000001a;
}

.owner-review {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.75rem;
}

.owner-review img {
  height: 3.5625rem;
  width: 3.5625rem;
}

.review-card:nth-child(1) {
  background-color: #e1f2f9;
}

.review-card:nth-child(2) {
  background-color: #ffbdc3;
}

.review-card:nth-child(3) {
  background-color: #fff4e1;
}

.review-card:nth-child(4) {
  background-color: #e1f2f9;
}

.content-review-card {
  width: 76.3%;
}

.review-owner-image img {
  height: 5rem;
  width: 5rem;
}

.review-owner-image {
  width: 16%;
}

.content-review-card p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0px;
  color: #111827;
}

.owner-name-div h5 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
  color: #111827;
}

.owner-name-div p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0px;
  color: #6b7280;
}

.our-stats-main-div {
  display: flex;
  gap: 2rem;
  margin-top: 2.5rem;
}

.stat-div {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  text-align: center;
  flex-direction: column;
  width: 32%;
}

.stat-div h3 {
  font-weight: 800;
  font-size: 3rem;
  line-height: 4.5rem;
  letter-spacing: 0px;
  text-align: center;
}

.stat-div p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
  text-align: center;
  color: #6c6c6c;
}

.stat-div:nth-child(1) h3 {
  color: #fe5c6b;
}

.stat-div:nth-child(2) h3 {
  color: #86dbdc;
}

.stat-div:nth-child(3) h3 {
  color: #ff9b63;
}

/* what-do-other-say-section css ends here */

/* discount-policy css starts here */
.discount-policy {
  padding: 7.3125rem 0;
}

.discount-policy .generic-heading {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3rem;
}

.discount-card {
  border-radius: 0.8125rem;
  box-shadow: 0rem 0.5rem 1.5rem -0.1875rem #1018281a;
  overflow: hidden;
}

.discount-table {
  width: 100%;
  border-collapse: collapse;
}

.discount-table thead {
  background-color: #86dbdc;
}

.discount-table th {
  padding: 2.3rem 3rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: black;
}

.discount-table td {
  padding: 3rem 3rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  background-color: #fafafa;
}

.discount-note {
  text-align: center;
  padding: 2rem 2rem;
  background: white;
}

.discount-note p {
  color: #a2b5bc;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}

.discount-note strong {
  color: black;
}

.discount-note a {
  color: #fe5c6b;
  text-decoration: none;
  font-weight: 500;
}

.discount-note a:hover {
  text-decoration: underline;
}

/* discount-policy css ends here */

/* faqs-section start */
.service-faqs {
  padding: 7.3125rem 0;
}

.service-faqs .generic-heading {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.service-faqs .generic-heading p {
  color: #0f172b;
  max-width: 60%;
}

.faq-section {
  max-width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.service-faqs .faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.service-faqs .faq-item {
  background: #fafafa;
  border-radius: 0.875rem;
  overflow: hidden;
  transition: all 0.4s ease;
}

.service-faqs .faq-item.active {
  background-color: #8f9fa6;
  box-shadow: 0rem 0.25rem 0.375rem -0.0625rem #0000001a;
}

.service-faqs .faq-item.active h4 {
  color: white;
}

.service-faqs .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  cursor: pointer;
}

.service-faqs .faq-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.service-faqs .faq-left img {
  width: 3.5rem;
  height: 3.5rem;
}

.service-faqs .faq-question h4 {
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 2.3438rem;
  letter-spacing: 0rem;
  color: #a2b5bc;
}

.service-faqs .faq-icon {
  width: 0.5625rem;
  height: 0.5625rem;
  position: relative;
  flex-shrink: 0;
}

.service-faqs .faq-icon::before,
.service-faqs .faq-icon::after {
  content: none;
}

.service-faqs .faq-icon {
  border-right: 0.125rem solid #a2b5bc;
  border-bottom: 0.125rem solid #a2b5bc;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.service-faqs .faq-item.active .faq-left img {
  filter: invert(0) brightness(1.5);
}

.service-faqs .faq-item.active .faq-icon {
  transform: rotate(-135deg);
  filter: invert(0) brightness(1.5);
}

.service-faqs .faq-item.active .faq-icon::after {
  opacity: 0;
}

.service-faqs .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

.service-faqs .faq-item.active .faq-answer {
  max-height: 15.625rem;
}

.service-faqs .faq-answer p {
  color: #ffffff;
  margin: 0;
  padding: 0 1.5rem 1.5rem 5.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5625rem;
  letter-spacing: 0px;
  max-width: 85%;
}

/* faq-section end */

/* dropship-program-build-something-section css starts here */
.build-something-section.dropship-program-build-something-section {
  background-image: url(/staticfiles/images/dropship-program-cta-background-img.webp);
  padding: 7.375rem 0;
}

.dropship-program-build-something-section .build-something-main {
  max-width: 62%;
}

.dropship-program-build-something-section .build-something-main h2 {
  font-weight: 500;
  color: white;
  line-height: 3.75rem;
  margin-bottom: 0.75rem;
}

.dropship-program-build-something-section .build-something-main h2 label:nth-child(1) {
  font-weight: 800;
}

.dropship-program-build-something-section .build-something-main h2 label:nth-child(2) {
  font-weight: 800;
  color: #ffdd6e;
}

.dropship-program-build-something-section .build-something-main h2 label:nth-child(3) {
  color: #86dbdc;
}

.dropship-program-build-something-section .build-something-main p {
  color: white;
}

.btn-all.orange-btn {
  background-color: #ff9b63;
}

.customer-icons {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.7rem;
}

.number-of-reviews {
  background-color: #86dbdc;
  border-radius: 2097150rem;
  padding: 0.625rem 1.1875rem;
}

.number-of-reviews h4 {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0px;
  text-align: center;
  color: #fe5c6b;
  white-space: nowrap;
}

.form-step {
  display: none;
}
.form-step.third-part .form-group{
  width: 74%;
}
/* dropship-program-build-something-section css ends here */

@media (max-width: 1024px) {
  .how-it-works-column:nth-child(2)::before {
    left: -10.75rem;
  }

  .how-it-works-column:nth-child(2)::after {
    right: -10.75rem;
  }

  .content-review-card .content-review-para {
    min-height: 14rem;
  }
}

@media (max-width: 768px) {
  .dropship-program-hero-section .generic-content-hero.generic-heading h1 {
    max-width: 90%;
  }

  .generic-main.heading-left-main .hero-para {
    max-width: 80%;
  }

  .how-it-works-column:nth-child(2)::before,
  .how-it-works-column:nth-child(2)::after {
    display: none;
  }

  .how-it-works-main-div {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .how-it-works-column {
    width: 46.7%;
  }

  .dropship-program-hero-section .generic-content-hero.generic-heading {
    max-width: 100%;
  }

  .discount-policy .generic-heading h2 {
    margin-bottom: unset;
  }

  .content-review-card .content-review-para {
    min-height: unset;
  }

  .review-card {
    width: 75%;
  }

  .faq-section {
    max-width: 100%;
  }

  .dropship-program-build-something-section .build-something-main {
    max-width: 74%;
  }
}

@media (max-width: 600px) {
  .main-divider-div {
    flex-direction: column;
  }

  .left-divider-div,
  .right-divider-div {
    width: 100%;
  }

  .left-divider-div img {
    height: 30rem;
    object-fit: cover;
  }

  .right-divider-div {
    padding: 0;
  }

  .discount-table th,
  .discount-table td {
    font-size: 1.1rem;
    padding: 2rem 1.2rem;
  }

  .what-do-other-say-section .generic-heading p {
    max-width: 78%;
  }

  .service-faqs .generic-heading p {
    max-width: 90%;
  }

  .dropship-program-build-something-section .build-something-main {
    max-width: 100%;
  }

  .right-inner-div {
    padding: 3rem 2rem;
  }
}

@media (max-width: 425px) {
  .customer-icons {
    justify-content: center;
  }

  .customer-icons img {
    width: 80%;
  }

  .review-card,
  .what-do-other-say-section .generic-heading p {
    width: 100%;
  }

  .how-it-works-column {
    width: 90%;
  }
}