  .referral-banner {
    display: none !important;
  }

  .bg-section {
    background-image: url('https://quickflipconstruction.com/uploads/page_metas/off-market-deal-image.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    aspect-ratio: auto;
    position: relative;

  }

  .bg-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 80, 0.5);
    z-index: 1;
  }

  .content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
  }

  .content p.subheading {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #fff;
  }

  .content p.description {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    font-weight: 300;
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
  }


  .For_Wholesalers {
    padding-bottom: 50px;
  }

  .For_Wholesalers .cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;

    margin: auto;
  }

  .For_Wholesalers .cards-container .card {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s ease;
  }

  .For_Wholesalers .cards-container .card:hover {
    transform: translateY(-5px);
  }

  .For_Wholesalers .cards-container .icon-box {
    background: linear-gradient(to right, #3b83f66c, #346ce56b)#ffeaea;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px auto;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    transition: 0.3s;
  }

  .For_Wholesalers .cards-container .card:hover .icon-box {
    transform: rotateY(180deg);
    transition: 0.3s;
  }

  .For_Wholesalers .cards-container .card h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #000;
  }

  .For_Wholesalers .cards-container .card p {
    font-size: 15px;
    color: #696969;
    margin-bottom: 20px;
  }

  .investors_Dection {
    background: linear-gradient(135deg, #ffffff 0%, #e0f7fa 100%);
    padding: 50px 0;
  }

  .investors_Dection .split-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0px;
    gap: 50px;
  }

  .investors_Dection .split-container .image-side {
    flex: 1;
    min-width: 300px;
  }

  .investors_Dection .split-container .image-side img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    filter: brightness(0.9);
    transition: filter 0.4s ease, transform 0.4s ease;
  }

  .investors_Dection .split-container .image-side img:hover {
    filter: brightness(1.1);
    transform: scale(1.01);
  }

  .investors_Dection .split-container .text-side {
    flex: 1.2;
    min-width: 300px;
  }

  .investors_Dection .split-container .text-side h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .investors_Dection .split-container .feature-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .investors_Dection .split-container .feature-item {
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    gap: 16px;
    border: 1px dashed #25212F2B;
    padding: 22px 15px;
    border-radius: 15px;
    width: 80%;
  }

  .investors_Dection .split-container .feature-icon {
    font-size: 24px;
    line-height: 1;
    color: #0077ff;
  }

  .investors_Dection .split-container .feature-content h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
  }

  .investors_Dection .split-container .feature-content p {
    margin: 4px 0 0;
    font-size: 15px;
    color: #444;
  }


  .verified-budget-here {
    padding: 40px 15px !important;
  }

  .quickflip-section {

    padding: 60px 0;

    text-align: center;
  }

  .quickflip-content {

    border-radius: 20px;
    padding: 50px;
    transition: all .5s;
    position: relative;

  }

  .quickflip-content:hover {
    /* box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15); */
    transform: scale(1.02);
  }

  .quickflip-title {
    font-size: 2.8rem;
    color: #000000;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    font-weight: 700;
  }

  .quickflip-title::after {
    content: '💼';
    font-size: 1.8rem;
    position: absolute;
    right: -50px;
    top: -15px;
    transform: rotate(20deg);
    opacity: 0.9;
  }

  .quickflip-description {
    font-size: 1.25rem;
    color: #696969;
    max-width: 80%;
    margin: 0 auto;
  }

  .quickflip-description span {
    color: #000;
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease;
  }




  .quickflip-content:hover::before {
    opacity: 1;
  }


  .QuickFlip_Partner {
    padding: 80px 0 120px;
    background: linear-gradient(to right, #3b82f6, #346ce5);
    text-align: center;
  }

  .QuickFlip_Partner .partnercontent_blk h1 {
    text-align: center;
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
  }

  .QuickFlip_Partner .partnercontent_blk h1 span {
    width: 80px;
    margin-right: 15px;
    display: inline-block;
    height: 80px;
    background: #fff;
    border-radius: 100px;
    line-height: 80px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }

  .QuickFlip_Partner .partnercontent_blk p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
    width: 60%;
    margin: 0 auto 40px;
  }

  .QuickFlip_Partner .partnercontent_blk a {
    padding: 12px 32px;
    font-size: 18px;
    font-weight: 500;
    background-color: white;
    color: #346ce5;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }

  .video_box_shadow {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 10px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video_box_shadow iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

   .video_youtube
    {
        padding-top: 30px !important;
    } 
   .video_youtube h1 {
    color: var(--Secondary-Colour, #0D263B);
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    letter-spacing: -1.92px;
    text-transform: capitalize;
}
  @media(max-width:767px) {
    .video_youtube h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
   
    .bg-section .content {
      text-align: center;
    }

    .bg-section .content h2 {
      font-size: 26px;
      line-height: 34px;
    }

    .bg-section .content p.subheading {
      font-size: 17px;
      line-height: 25px;
      padding: 0 10px;
    }

    .content p.description {
      max-width: 100%;
      padding: 0 35px;
    }

    .For_Wholesalers .cards-container {
      grid-template-columns: repeat(1, 1fr)
    }

    .For_Wholesalers .cards-container .card h3 {
      font-size: 22px;
      line-height: 32px;
      margin-bottom: 5px !important;
    }

    .investors_Dection .split-container .feature-item {
      width: 100%;
    }

    .verified-budget-here {
      padding: 20px 15px !important;
    }

    .quickflip-content {
      padding: 20px 15px;
    }

    .quickflip-title::after {
      display: none;
    }

    .quickflip-section {
      padding: 30px 0 !important;
    }

    .quickflip-title {
      font-size: 30px;
      line-height: 40px;
    }

    .quickflip-description {
      max-width: 100%;
      font-size: 16px;
      line-height: 26px;
    }

    .QuickFlip_Partner .partnercontent_blk h1 {
      font-size: 30px;
      line-height: 40px;
    }

    .QuickFlip_Partner .partnercontent_blk h1 span {
      display: block;
      text-align: center;
      margin: 20px auto;
    }

    .QuickFlip_Partner .partnercontent_blk p {
      width: 100%;
      font-size: 16px;
      line-height: 26px;
    }

    .For_Wholesalers {
      padding: 40px 0 !important;
    }

    .For_Wholesalers .title,
    .investors_Dection .title {
      font-size: 30px !important;
      line-height: 40px !important;
    }

    .For_Wholesalers .common-pera,
    .investors_Dection .common-pera {
      font-size: 16px !important;
      line-height: 26px !important;
    }

    .For_Wholesalers .cards-container .card {
      padding: 20px !important;
    }

    .investors_Dection {
      padding: 25px 0 !important;
    }

    .QuickFlip_Partner {
      padding: 50px 0 !important;
    }

    .QuickFlip_Partner .partnercontent_blk h1 span {
      margin-top: 0 !important;
    }
  }