  .amazon-clone-inspired-stats .section_heading,
  .amazon-clone-inspired-stats .section_des {
    color: #ffffff;
  }

  .amazon-clone-inspired-section {
    padding: 60px 0;
  }

  .amazon-clone-inspired-wrapper {
    display: flex;
    align-items: stretch;
  }

  .amazon-clone-inspired-stats {
    flex: 1;
    background: linear-gradient(145deg, #2b2b2b, #000);
    color: #fff !important;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .amazon-clone-inspired-stat-box {
    margin-bottom: 20px;
  }

  .amazon-clone-inspired-btn {
    width: 334px !important;
  }

  .amazon-clone-inspired-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .amazon-clone-inspired-content {
    flex: 1;
    padding: 60px 50px;
    border-radius: 0 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 30px 0;
    background: linear-gradient(135deg, #eefbff 0%, #f5f9f5 50%, #fcf5ec 100%);
  }

  .amazon-clone-inspired-heading {
    line-height: 1.3;
    text-align: left;
    margin-bottom: 20px;
  }

  .amazon-clone-inspired-description {
    line-height: 1.6;
    margin-bottom: 30px;
  }

  h3.amazon-clone-inspired-subtitle.section_heading {
    font-size: 26px;
  }

  @media (max-width: 768px) {

    .amazon-clone-inspired-wrapper {
      flex-direction: column;
    }

    .ddhw-top-image img {
      height: 100% !important;
    }

    .ddhw-section {
      padding: 40px 0 20px;
    }

    .amazon-clone-inspired-stats {
      border-radius: 20px 20px 0 0;
    }

    .amazon-clone-inspired-content {
      border-radius: 0 0 20px 20px;
      padding: 40px 25px;
    }

  }

  .amazon-clone-features-section {
    padding: 50px 0 60px;
    /* background: #cae7ff; */
    margin: 0 0 50px;
    background: linear-gradient(135deg, #b9e1ed 0%, #e5f5e5 50%, #edddc9 100%);
  }

  .amazon-clone-features-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 60px;
    margin-top: 22px;
  }

  .amazon-clone-features-reverse .amazon-clone-features-wrapper {
    flex-direction: row-reverse;
  }

  .amazon-clone-features-left,
  .amazon-clone-features-right {
    flex: 1;
  }

  .amazon-clone-features-right img {
    max-width: 80%;
    height: auto;
    border-radius: 20px;
    margin: 0 auto;
  }

  .amazon-clone-feature-tabs {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .amazon-clone-feature-item {
    padding: 20px;
    border-radius: 12px;
    background: #ffffff;
    cursor: pointer;
    transition: 0.3s ease;
    border: 1px solid #173a63;
    box-shadow: 2px 3px solid red;
    box-shadow: 4px 3px 2px 2px #00000099;
  }

  .amazon-clone-feature-head {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .amazon-clone-feature-icon {
    width: 40px;
    height: 40px;
    transition: 0.3s ease;
  }

  .amazon-clone-feature-title {
    font-size: 18px;
  }

  .amazon-clone-feature-text {
    margin-top: 10px;
    line-height: 1.6;
    display: none;
  }

  .amazon-clone-feature-item.active {
    background: #173a63;
  }

  .amazon-clone-feature-item.active .section_heading,
  .amazon-clone-feature-item.active .section_des {
    color: #fff;
  }

  .amazon-clone-feature-item.active .amazon-clone-feature-text {
    display: block;
  }

  .amazon-clone-feature-item:hover {
    background: #1f4d85;
  }

  .amazon-clone-feature-item:hover .section_heading,
  .amazon-clone-feature-item:hover .section_des {
    color: #fff;
  }

  .amazon-clone-feature-item.active .amazon-clone-feature-icon,
  .amazon-clone-feature-item:hover .amazon-clone-feature-icon {
    filter: brightness(0) invert(1);
  }

  @media (max-width: 768px) {

    .amazon-clone-features-wrapper {
      flex-direction: column !important;
      gap: 0;
    }

    .amazon-clone-features-section {
      margin: 0 0 0px;

    }

    .amazon-clone-features-reverse {
      padding: 20px 0 40px !important;


    }

    .amazon-clone-features-wrapper {
      flex-direction: column;
      gap: 0;
    }

    .amazon-clone-features-reverse {
      padding: 0px 0 30px;

    }

    .amazon-clone-features-right {
      order: -1;
      margin-bottom: 30px;
    }

    .amazon-clone-feature-text {
      display: block !important;
    }

    .ufm-hero-grid {
      gap: 0px;
    }

  }

  .amazon-why-section {
    background: #ffffff;
    padding: 10px 0 40px;
  }

  .amazon-why-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }

  .amazon-why-desc {
    line-height: 25px;
    margin-bottom: 25px;
  }

  .amazon-why-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .amazon-why-card {
    border-radius: 25px;
    padding: 25px;
    font-size: 14px;
    border: 1px solid #0D0D0D1A;
    transition: 0.3s ease;
  }

  .amazon-why-card:hover {
    transform: translateY(-5px);
  }

  .amazon-why-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0 6px;
  }

  .amazon-why-card p {
    margin: 0;
    line-height: 1.5;
  }

  .amazon-why-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .amazon-why-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .amazon-why-image {
    border: 2px solid #F2EEEE;
    border-radius: 30px;
  }

  .amazon-why-image img {
    width: 100%;
    display: block;
    border-radius: 30px;
  }

  /* COLORS */
  .mint {
    background: #3DB55333;
    color: #47B852;
  }

  .peach {
    background: #F7941D33;
    color: #F7941D;
  }

  .rose {
    background: #E8246933;
    color: #E82469;
  }

  .blue {
    background: #04A2E533;
    color: #02A7EA;
  }

  /* RESPONSIVE */
  @media (max-width: 992px) {

    .amazon-why-container {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .amazon-why-image {
      order: -1;
    }

    .amazon-why-features {
      grid-template-columns: 1fr;
    }

  }

  .amazon-hire-section {
    padding: 40px 0 20px;
  }

  .amazon-hire-top {
    max-width: 800px;
    margin: 0 auto 30px;
  }

  .amazon-hire-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }

  .amazon-hire-card {
    background: #f8f4ffe3;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgb(0 0 0 / 1%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s ease;
  }

  .amazon-hire-card:hover {
    transform: translateY(-6px);
    border: 2px solid #009688;
  }

  .amazon-hire-card h4 {
    margin-bottom: 15px;
    font-family: 'Impact';
    font-size: 22px;
  }

  .amazon-hire-card p {
    line-height: 1.6;
  }

  /* Images */
  .amazon-hire-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
  }

  /* Responsive */
  @media (max-width: 992px) {
    .amazon-hire-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 600px) {
    .amazon-hire-grid {
      grid-template-columns: 1fr;
      gap: 10px;
    }
  }

  /* ===== UFM HERO SECTION ===== */

  .ufm-hero-section {
    background: url('https://whitelabelapps.ca/wp-content/themes/hello-elementor-child/assets/images/1.0Bg.png') center/cover no-repeat;
    padding: 110px 0 40px;
    overflow: hidden;
  }

  .ufm-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
  }

  .ufm-hero-title {
    font-size: 44px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .ufm-hero-title span {
    color: #118BD7;
    font-weight: 600;
  }



  .ufm-hero-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
  }

  .ufm-hero-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
  }

  .ufm-hero-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .ufm-hero-list li:nth-child(1)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-.webp");
  }

  .ufm-hero-list li:nth-child(2)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-2.webp");
  }

  .ufm-hero-list li:nth-child(3)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-3.webp");
  }

  .ufm-hero-list li:nth-child(4)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-4.webp");
  }

  .ufm-hero-btn {
    background: #118BD7;
    color: #fff;
    border: none;
    padding: 14px 26px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .ufm-hero-btn:hover {
    background: #0d6fa9;
  }

  .ufm-hero-image {
    width: 100%;
    height: auto;
    display: block;
  }

  /* ===== RESPONSIVE ===== */

  @media (max-width: 992px) {
    .ufm-hero-grid {
      grid-template-columns: 1fr;
      text-align: center;
      gap: 0;
    }

    .ufm-hero-media {
      order: -1;
    }

    .ufm-hero-list li {
      text-align: left;
      display: inline-block;
    }
  }

  @media (max-width: 768px) {
    .ufm-hero-section {
      padding: 80px 0 30px;
    }

    .ufm-hero-title {
      font-size: 30px;
    }

    .ufm-hero-description {
      font-size: 14px;
    }

    .ufm-hero-list li {
      font-size: 15px;
    }

    .ufm-hero-list {
      text-align: left;
    }

    .amazon-clone-inspired-section {
      padding: 10px 0 0;
    }
  }

  @media (max-width: 576px) {
    .ufm-hero-title {
      font-size: 26px;
    }

    .ufm-hero-list li {
      font-size: 14px;
    }
  }

  .amazon-stats-section {
    background: linear-gradient(180deg, #2f6f5f 0%, #2a6657 100%);
    padding: 50px 0;
    color: #ffffff;
    text-align: center;
  }

  .amazon-stats-heading {
    margin-bottom: 15px;
    color: #fff;
  }

  .amazon-stats-text {
    opacity: 0.9;
    max-width: 650px;
    margin: 0 auto 15px;
    line-height: 1.6;
    color: #fff;
  }

  .amazon-stats-btn {
    display: inline-block;
    background: #f28c4c;
    color: #fff;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
  }

  .amazon-stats-btn:hover {
    background: #e77b3b;
  }

  .amazon-stats-grid {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }

  .amazon-stat-item-dark {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    color: #fff !important;
  }
  }

  .amazon-stat-item p {
    font-size: 16px;
    opacity: 0.9;
  }

  /* Responsive */

  @media (max-width: 992px) {
    .amazon-stats-grid {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 0px;
    }
  }

  @media (max-width: 600px) {

    .amazon-stats-heading {
      font-size: 26px;
    }

    .amazon-stats-text {
      font-size: 15px;
    }

    .amazon-stat-item h3 {
      font-size: 26px;
    }
  }

  /* ===== UFM CTA SECTION ===== */
  h3.amazon-clone-features-text {
    font-size: 28px;
  }

  .ufm-cta-section {
    padding: 60px 0;
  }

  .ufm-cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 24px;
    background: linear-gradient(135deg, #000000, #000000);
  }

  .ufm-cta-image {
    flex: 1;
  }

  .ufm-cta-image img {
    width: 100%;
    border-radius: 20px;
    display: block;
  }

  .ufm-cta-content {
    flex: 1;
    color: #ffffff;
    padding: 20px 30px;
  }

  .ufm-cta-content p {
    font-size: 16px;
    line-height: 1.6;
    margin: 20px 0 30px;
    opacity: 0.9;
  }

  /* ===== RESPONSIVE ===== */

  @media (max-width: 1024px) {
    .ufm-cta-wrapper {
      flex-direction: column;
      text-align: center;
      padding: 0px;
    }
  }

  @media (max-width: 768px) {
    .ufm-cta-section {
      padding: 10px;
    }

    .amazon-clone-features-right img {
      max-width: 100%;
      margin: 0 auto;
    }

    .amazon-clone-inspired-heading {
      font-size: 26px;
    }

    .amazon-clone-inspired-btn {
      width: 100% !important;
    }

    .amazon-stats-section {
      padding: 30px 0;
    }

    .ufm-cta-wrapper {
      gap: 0px;
    }
  }

  /* ===== UFM LAUNCH CTA SECTION ===== */

  .ufm-launch-section {
    padding: 100px 0;
  }

  .ufm-launch-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    background: linear-gradient(135deg, #000000, #000000);
    border-radius: 24px;
    padding: 60px 50px;
  }

  .ufm-launch-content {
    flex: 1;
    color: #ffffff;
  }

  .ufm-launch-content p {
    margin: 20px 0 30px;
    line-height: 1.6;
    opacity: 0.9;
  }

  .ufm-launch-form {
    display: flex;
    justify-content: center;
    margin: -116px 0;
    width: 40%;
  }

  .ufm-launch-form-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 40px;
    width: 100%;
    max-width: 520px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    text-align: center;
  }

  .ufm-launch-form-box h3 {
    margin-bottom: 10px;
    color: #111;
    font-size: 22px;
  }

  .ufm-launch-form-box p {
    margin-bottom: 25px;
    line-height: 1.6;
  }

  .ufm-cta-wrapper-top-margin {

    padding: 0px;
  }

  /* ===== RESPONSIVE ===== */

  @media (max-width: 1024px) {
    .ufm-launch-wrapper {
      flex-direction: column;
      text-align: center;
      padding: 19px 10px;
    }
  }

  @media (max-width: 768px) {
    .ufm-launch-section {
      padding: 40px 0px;
    }

    .amazon-stats-grid {
      margin-top: 20px;

    }

    .hide-btn {
      display: none;
    }

    .amazon-clone-features-section {
      padding: 30px 0;

    }

    .ufm-launch-form {
      margin: 0;
      width: 100%;
    }

    .amazon-hire-section {
      padding: 0px 0 20px;
    }

    .amazon-hire-img img {

      display: none;
    }

    .ufm-launch-wrapper {
      gap: 0px;
    }

    .ufm-cta-wrapper-top-margin {
      padding: 30px 10px !important;
    }
  }

  .ddhw-section {
    padding: 50px 0 0;
  }

  .ddhw-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 20px;
  }

  .ddhw-header span {
    color: #2196F3;
  }

  /* Top Image */
  .ddhw-top-image {
    text-align: center;
    margin-bottom: 20px;
  }

  .ddhw-top-image img {
    /* max-width: 1052px; */
    width: 100%;
    border-radius: 7px;
    margin: 0 auto;
    height: 550px;
  }

  .ddhw-description {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 10px;
    line-height: 1.4;
  }

  .ddhw-steps {
    position: relative;
    max-width: 700px;
    margin: 0 auto 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .ddhw-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 2px dotted #1a237e;
    z-index: 0;
  }

  .ddhw-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    z-index: 1;
  }

  .ddhw-circle.blue {
    background: #5AC8FA;
  }

  .ddhw-circle.green {
    background: #69BF48;
  }

  .ddhw-circle.red {
    background: #D40383;
  }

  /* Grid */
  .ddhw-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
  }

  /* Cards */
  .ddhw-card {
    position: relative;
    height: 215px;
    border-radius: 7px;
    padding: 26px 26px 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }

  .ddhw-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%;
    z-index: 1;
  }

  .ddhw-card.blue::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgb(0 0 0), rgba(90, 200, 250, 0.2));
  }

  .ddhw-card.green::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgb(0 0 0), rgba(105, 191, 72, 0.2));
  }

  .ddhw-card.red::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgb(0 0 0), rgba(212, 3, 131, 0.2));
  }

  .ddhw-card * {
    position: relative;
    z-index: 2;
  }

  .ddhw-card-step {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
  }

  .ddhw-card.blue .ddhw-card-step {
    background: #5AC8FA;
  }

  .ddhw-card.green .ddhw-card-step {
    background: #69BF48;
  }

  .ddhw-card.red .ddhw-card-step {
    background: #D40383;
  }

  .ddhw-card h3 {
    font-size: 19px;
    margin-bottom: 8px;
    font-family: 'Impact';
  }

  .ddhw-card p {
    font-size: 14.5px;
    line-height: 1.6;
  }

  /* Background Images */
  .bg1 {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/02/Seller-Onboarding-Fees.webp");
  }

  .bg2 {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/02/Sponsored-Product-Placements.webp");
  }

  .bg3 {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/02/Premium-Membership-Plans.webp");
  }

  /* Responsive */
  @media (max-width: 992px) {
    .ddhw-grid {
      grid-template-columns: 1fr;
    }
  }

  .amazon-clone-features-reverse {
    padding: 0px 0 70px;
    margin: 0px;
    background: #Fff;
  }

  .ufm-launch-heading {
    color: #fff;
  }

  h3.number-dark {
    display: none;
  }

  @media (max-width: 767px) {
    h3.number-dark {
      display: block;
      font-size: 28px;
      font-weight: 700;
    }
  }
