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

  .taskrabbit-clone-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    grid-template-columns: 55% 45%;
  }

  .taskrabbit-hero-title span {
    color: #FF385C;
  }

  .taskrabbit-hero-description {
    max-width: 95%;
    line-height: 1.4;
  }

  .taskrabbit-clone-hero-list {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
  }

  .taskrabbit-clone-hero-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
  }

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

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

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

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

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

  .taskrabbit-clone-hero-media {
    position: relative;
  }

  .taskrabbit-clone-hero-image {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
  }

  @media (max-width: 768px) {

    .taskrabbit-clone-hero-section {
      padding: 70px 0 10px;
    }

    .taskrabbit-clone-hero-grid {
      grid-template-columns: 1fr;
      gap: 0px;
    }

    .taskrabbit-clone-hero-media {
      order: -1;
      text-align: center;
    }

    .taskrabbit-clone-hero-image {
      margin: 20px auto 0px;
      max-width: 420px;
    }

    .taskrabbit-clone-hero-content {
      text-align: left;
    }

    .taskrabbit-hero-description {
      max-width: 100%;
      line-height: 1.4;
    }

    .taskrabbit-clone-hero-list {
      text-align: left;
    }

    .taskrabbit-hero-title {
      font-size: 32px;
      line-height: 1.3;
    }
  }

  .fansly-stats-section {
    padding: 50px 0;
  }

  .stats-main-heading {
    text-align: center;
    margin-bottom: 10px;

  }

  .stats-main-text {
    text-align: center;
    margin: 0 auto 20px;
    line-height: 1.4;
  }

  .fansly-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;

  }

  .fansly-stat-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    padding: 22px;
    border-radius: 14px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);
  }

  .fansly-stat-icon {
    width: 75px;
    height: 75px;
    background: #3F51B5;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .fansly-stat-icon img {
    width: 38px;
  }

  .fansly-stat-number {
    font-size: 32px !important;
    /* margin: 0 0 5px; */
    font-weight: 700;
    /* color: #009688; */
  }

  .fansly-stat-text p {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    color: #333;
  }

  @media(max-width:992px) {

    .fansly-stats-grid {
      grid-template-columns: repeat(2, 1fr);
    }

  }

  @media(max-width:576px) {

    .fansly-stats-grid {
      grid-template-columns: 1fr;
    }

    .fansly-stat-icon {
      width: 65px;
      height: 65px;
    }

    .fansly-stat-number {
      font-size: 26px;
    }

  }


  .taskrabbit-clone-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .taskrabbit-clone-image img {
    height: auto;
    max-width: 85%;
    margin: 0 auto;
  }

  .taskrabbit-heading {
    margin-bottom: 20px;
  }

  .taskrabbit-text {
    line-height: 1.4;
    margin-bottom: 18px;
  }

  @media (max-width: 992px) {

    .taskrabbit-clone-wrapper {
      flex-direction: column;
      text-align: center;
      gap: 0;
    }

    .taskrabbit-clone-cta-section {
      margin: 50px auto !important;
    }

    .taskrabbit-clone-form-bg {
      margin: 0 0 80px 0 !important;
    }

    .taskrabbit-clone-cta-container {

      gap: 0 !important;

    }

    .taskrabbit-clone-content {
      max-width: 100%;
    }

    .taskrabbit-heading {
      font-size: 28px;
    }

  }

  .taskrabbit-clone-techstack-section {
    padding: 50px 0;
  }

  .taskrabbit-clone-techstack-container {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
  }

  .taskrabbit-clone-techstack-heading {
    font-size: 30px;
    background: linear-gradient(90deg, #3F51B5, #03A9F4);
    display: inline-block;
    padding: 12px 40px;
    border-radius: 6px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 114, 255, .4);
  }

  .taskrabbit-clone-techstack-horizontal-line {
    position: absolute;
    top: 107px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(0 0 0 / 20%);
  }

  .taskrabbit-clone-techstack-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    position: relative;
    margin-top: 46px;
  }

  .taskrabbit-clone-techstack-item {
    position: relative;
  }

  .taskrabbit-clone-techstack-dot {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
    z-index: 2;
  }

  .taskrabbit-clone-techstack-small-line {
    width: 2px;
    height: 117px;
    background: rgb(0 0 0 / 30%);
    margin: auto;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }

  .taskrabbit-clone-techstack-circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto 15px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .4);
  }

  .bg1 {
    background: linear-gradient(135deg, #ff9800, #ff5722);
  }

  .bg2 {
    background: linear-gradient(135deg, #e53935, #b71c1c);
  }

  .bg3 {
    background: linear-gradient(135deg, #2196f3, #0d47a1);
  }

  .bg4 {
    background: linear-gradient(135deg, #9c27b0, #4a148c);
  }

  .bg5 {
    background: linear-gradient(135deg, #4caf50, #1b5e20);
  }

  .bg6 {
    background: linear-gradient(135deg, #009688, #004d40);
  }

  .taskrabbit-clone-techstack-circle img {
    width: 45px;
    filter: invert(1);
  }

  .taskrabbit-clone-techstack-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
  }

  .taskrabbit-clone-techstack-box {
    margin-top: 20px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgb(6 1 1 / 15%);
    border-radius: 15px;
    padding: 20px;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
  }

  .taskrabbit-clone-techstack-box div {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #000;
    padding: 6px 40px 4px 10px;
    background: rgb(70 51 51 / 5%);
    border-radius: 5px;
  }

  .taskrabbit-clone-techstack-box img {
    width: 30px;
    height: 30px;
  }

  @media(max-width:1200px) {
    .taskrabbit-clone-techstack-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media(max-width:768px) {
    .taskrabbit-clone-techstack-grid {
      grid-template-columns: 2fr;
    }

    .taskrabbit-clone-techstack-horizontal-line {
      display: none;
    }
  }

  @media(max-width:768px) {

    .taskrabbit-clone-techstack-box {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }

    .taskrabbit-clone-techstack-box div {
      margin-bottom: 0;
    }

    .taskrabbit-clone-techstack-box div:last-child:nth-child(odd) {
      grid-column: 1 / -1;
      justify-content: center;
      text-align: center;
    }

    .taskrabbit-clone-techstack-small-line {
      display: none;
    }

    .taskrabbit-clone-techstack-circle {
      margin: 0 auto 15px;
    }

  }

  .taskrabbit-monetize-section {
    padding-top: 50px;
  }

  .taskrabbit-monetize-heading {
    text-align: center;
    margin-bottom: 15px;
  }

  .taskrabbit-monetize-text {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 60px;
    color: #555;
  }

  .taskrabbit-monetize-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 30px;
  }

  .taskrabbit-monetize-card {
    background: #fff;
    padding: 45px 20px 0px;
    border-radius: 10px 7px 30px 22px;
    text-align: center;
    position: relative;
    transition: .35s;
    box-shadow: 0 0 10px rgb(0 0 0 / 32%);
  }

  .taskrabbit-monetize-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
  }

  .taskrabbit-monetize-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
  }

  .taskrabbit-monetize-icon img {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
  }

  .taskrabbit-monetize-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
  }

  .taskrabbit-monetize-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
  }


  /* different colors */

  .taskrabbit-monetize-card:nth-child(1) {
    border: 2px solid #ff6b6b;
  }

  .taskrabbit-monetize-card:nth-child(1) .taskrabbit-monetize-icon {
    background: #ff6b6b;
  }

  .taskrabbit-monetize-card:nth-child(2) {
    border: 2px solid #6c5ce7;
  }

  .taskrabbit-monetize-card:nth-child(2) .taskrabbit-monetize-icon {
    background: #6c5ce7;
  }

  .taskrabbit-monetize-card:nth-child(3) {
    border: 2px solid #00b894;
  }

  .taskrabbit-monetize-card:nth-child(3) .taskrabbit-monetize-icon {
    background: #00b894;
  }

  .taskrabbit-monetize-card:nth-child(4) {
    border: 2px solid #fd9644;
  }

  .taskrabbit-monetize-card:nth-child(4) .taskrabbit-monetize-icon {
    background: #fd9644;
  }

  .taskrabbit-monetize-card:nth-child(5) {
    border: 2px solid #0984e3;
  }

  .taskrabbit-monetize-card:nth-child(5) .taskrabbit-monetize-icon {
    background: #0984e3;
  }

  .taskrabbit-monetize-card:nth-child(6) {
    border: 2px solid #e84393;
  }

  .taskrabbit-monetize-card:nth-child(6) .taskrabbit-monetize-icon {
    background: #e84393;
  }

  .taskrabbit-monetize-card:nth-child(7) {
    border: 2px solid #00cec9;
  }

  .taskrabbit-monetize-card:nth-child(7) .taskrabbit-monetize-icon {
    background: #00cec9;
  }

  .taskrabbit-monetize-card:nth-child(8) {
    border: 2px solid #2d3436;
  }

  .taskrabbit-monetize-card:nth-child(8) .taskrabbit-monetize-icon {
    background: #2d3436;
  }

  .taskrabbit-monetize-card:nth-child(9) {
    border: 2px solid #6ab04c;
  }

  .taskrabbit-monetize-card:nth-child(9) .taskrabbit-monetize-icon {
    background: #6ab04c;
  }

  .taskrabbit-monetize-card:nth-child(10) {
    border: 2px solid #f0932b;
  }

  .taskrabbit-monetize-card:nth-child(10) .taskrabbit-monetize-icon {
    background: #f0932b;
  }


  /* responsive */

  @media(max-width:1200px) {
    .taskrabbit-monetize-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media(max-width:768px) {
    .taskrabbit-monetize-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media(max-width:480px) {
    .taskrabbit-monetize-grid {
      grid-template-columns: 1fr;
    }
  }

  .readymadeapps-sec {
    background: #1676e5;
    padding: 50px 0;
    color: #fff;
  }

  .readymadeapps-container {
    margin: auto;

  }

  .readymadeapps-heading {
    text-align: center;
    margin-bottom: 15px;
  }

  .readymadeapps-subtext {
    text-align: center;
    max-width: 750px;
    margin: auto;
    margin-bottom: 30px;
    opacity: .9;
    line-height: 1.6;
  }

  .readymadeapps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .readymadeapps-card {
    display: flex;
    gap: 25px;
    padding: 35px 35px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
  }

  .readymadeapps-img img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
  }

  .readymadeapps-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
  }

  .readymadeapps-content p {
    font-size: 14px;
    opacity: .9;
    line-height: 1.5;
  }

  .taskrabbit-choose-section {
    padding-bottom: 50px;
  }

  .taskrabbit-choose-heading {
    text-align: center;
    margin-bottom: 15px;
  }

  .taskrabbit-choose-heading span {
    color: #2196F3;
  }

  .taskrabbit-choose-text {
    max-width: 850px;
    margin: auto;
    text-align: center;
    /* color: #666; */
    line-height: 1.5;
    margin-bottom: 40px;
  }

  .taskrabbit-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }

  .taskrabbit-choose-card {
    position: relative;
    background: #e9e9e9;
    padding: 60px 30px 30px;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    transition: 0.3s;
    border: 3px solid #4c4848;
  }

  .taskrabbit-choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
  }

  .taskrabbit-choose-card.highlight {
    background: #2196F3;
    color: #fff;
    border: 4px solid #fff;
  }

  .taskrabbit-choose-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 600;
  }

  .taskrabbit-choose-card p {
    line-height: 1.6;
  }

  .taskrabbit-icon-wrap {
    position: absolute;
    top: -30px;
    left: 25px;
    width: 70px;
    height: 70px;
    background: #dcdcdc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
    border: 10px solid #FF9800;
  }

  .taskrabbit-icon-wrap svg {
    width: 32px;
    height: 32px;
    filter: brightness(0);
  }

  /* responsive */

  @media(max-width:992px) {

    .taskrabbit-choose-grid {
      grid-template-columns: repeat(2, 1fr);
    }

  }

  @media(max-width:600px) {

    .taskrabbit-choose-grid {
      grid-template-columns: 1fr;
    }

    .taskrabbit-choose-heading {
      font-size: 28px;
    }

  }


  .taskrabbit-business-wrapper {
    margin: auto;
    display: flex;
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
    border-radius: 14px;
  }

  .taskrabbit-business-left {
    width: 55%;
    padding: 30px 50px;
  }

  .taskrabbit-business-heading {

    margin-bottom: 15px;
  }

  .taskrabbit-business-sub {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
    max-width: 537px;
  }

  .taskrabbit-business-list {
    position: relative;
    padding-left: 50px;
  }

  .taskrabbit-business-list:before {
    content: "";
    position: absolute;
    left: 22px;
    top: 0px;
    bottom: 0;
    width: 3px;
    background: #9bc2e1;
    height: 300px;
  }

  .taskrabbit-business-text {
    padding-left: 10px;
  }

  .taskrabbit-business-item {
    display: flex;
    position: relative;
  }

  .taskrabbit-business-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -50px;
  }

  .taskrabbit-business-icon img {
    width: 20px;
    filter: brightness(0) invert(1);
  }

  /* ICON COLORS */

  .red {
    background: #e74c3c;
  }

  .blue {
    background: #3498db;
  }

  .green {
    background: #2ecc71;
  }

  .orange {
    background: #f39c12;
  }

  .taskrabbit-business-text h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
  }

  .taskrabbit-business-text p {
    margin-top: 5px;
    font-size: 15px;
    color: #666;
    max-width: 500px;
  }

  .taskrabbit-business-right {
    width: 45%;
    position: relative;
  }

  .taskrabbit-business-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .taskrabbit-business-wrapper:after {
    content: "";
    position: absolute;
    right: 45%;
    top: 0;
    width: 58px;
    height: 100%;
    background: #f5f5f5;
    transform: skewX(0deg);
    border-right: 14px solid #e11b1bd9;
  }

  .taskrabbit-work-section {
    padding-top: 50px;

  }

  .taskrabbit-work-container {
    margin: auto;
    text-align: center;
  }

  .taskrabbit-work-heading {
    margin-bottom: 12px;
  }

  .taskrabbit-work-sub {
    font-size: 16px;
    /* color: #666; */
    max-width: 760px;
    margin: auto;
    margin-bottom: 22px;
    line-height: 1.4;
  }

  .taskrabbit-comparison-table {
    display: flex;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 20px 45px rgb(0 0 0 / 0%); */
    border: 1px solid #e1e1d98a;
  }

  /* COLUMN */

  .taskrabbit-column {
    width: 50%;
    text-align: left;
  }


  /* HEADER */

  .taskrabbit-column-header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 30px;
    border-bottom: 1px solid #eee;
  }

  .taskrabbit-column-header svg {
    width: 71px;
    height: 70px;
    object-fit: contain;
  }

  .taskrabbit-column-header h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
  }

  .taskrabbit-column-header p {
    margin: 6px 0 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
  }


  /* LIST */

  .taskrabbit-list {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: tasknum;
  }

  .taskrabbit-list li {
    position: relative;
    padding: 25px 30px 25px 85px;
    border-bottom: 1px solid #eee;
    counter-increment: tasknum;
    background: #fff;
    transition: 0.3s;
  }

  /* HOVER */

  .taskrabbit-list li:hover {
    background: #fafafa;
  }


  /* NUMBER BADGE */

  .taskrabbit-list li::before {

    content: counter(tasknum);

    position: absolute;
    left: 25px;
    top: 30px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 15px;
    font-weight: 700;

    color: #fff;

    border-radius: 50%;

    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);

  }


  /* CUSTOMER SIDE COLOR */

  .taskrabbit-customer {
    background: #eef7e4;
  }

  .taskrabbit-customer li::before {
    background: linear-gradient(135deg, #38d67a, #18a957);
  }


  /* PROVIDER SIDE */

  .taskrabbit-provider {
    background: #ffffff;
    border-left: 1px solid #eee;
  }

  .taskrabbit-provider li::before {
    background: linear-gradient(135deg, #ff6b6b, #e53935);
  }


  /* TEXT */

  .taskrabbit-list li h4 {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 600;
    color: #222;
  }

  .taskrabbit-list li p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
  }


  /* RESPONSIVE */

  @media (max-width:900px) {

    .taskrabbit-comparison-table {
      flex-direction: column;
    }

    .taskrabbit-column-header svg {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }


    .taskrabbit-column {
      width: 100%;
    }

    .taskrabbit-provider {
      border-left: none;
      border-top: 1px solid #eee;
    }

  }

  .tr-service-section {
    background: #143b78;
    padding: 50px 0;
    color: #fff;
  }

  .tr-service-head {
    text-align: center;
    max-width: 1040px;
    margin: auto;
    margin-bottom: 12px;
  }

  .tr-service-sub {
    color: #2bd6c4;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
  }

  .tr-service-wrapper {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
  }



  /* TABS */

  .tr-service-tabs {
    width: 35%;
    border: 1px solid rgba(255, 255, 255, .2);
  }

  .tr-tab {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    cursor: pointer;
    font-size: 20px;
  }

  .tr-tab.active {
    background: #fff;
    color: #000;
    font-weight: 600;
  }



  /* CONTENT */

  .tr-service-content {
    width: 65%;
  }

  .tr-content {
    display: none;
  }

  .tr-content.active {
    display: block;
  }

  .tr-card {
    background: #f5f5f5;
    color: #333;
    padding: 30px;
    border: 3px solid #1ad6c6;
    position: relative;
    margin-bottom: 25px;
    border-radius: 10px;
  }

  .tr-number {
    position: absolute;
    right: 12px;
    top: -8px;
    font-size: 50px;
    color: #ddd;
    font-weight: 700;
  }

  /* FEATURE CARDS */

  .tr-feature-wrapper {
    display: flex;
    gap: 20px;
  }

  .tr-feature {
    background: #2e4f8e;
    padding: 20px;
    flex: 1;
    border-radius: 4px;
  }

  .tr-icon {
    background: #ffc857;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }



  /* RESPONSIVE */

  @media (max-width:900px) {

    .tr-service-wrapper {
      flex-direction: column;
      gap: 15px;
    }

    .tr-service-tabs {
      width: 95%;
      display: flex;
      margin: auto;
      overflow-x: auto;
    }

    .taskrabbit-business-wrapper:after {
      display: none;
    }

    .taskrabbit-business-wrapper {
      flex-direction: column-reverse;
      gap: 20px;
    }

    .taskrabbit-business-left {
      width: 100%;
      padding: 0;
    }

    .taskrabbit-business-right {
      width: 100%;
      position: relative;
    }

    .taskrabbit-keyfeatures-image {
      order: -1;
    }

    .readymadeapps-card {
      flex-direction: column;
    }

    .tr-tab {
      min-width: 220px;
      border-right: 2px solid rgb(255 255 255 / 16%);
      border-bottom: none;
      font-size: 16px;
    }

    .tr-service-content {
      width: 95%;
      margin: auto;
    }

    .tr-feature-wrapper {
      flex-direction: column;
    }

  }

  .tr-feature h4 {
    font-size: 19px;
    font-weight: 600;
  }

  .tr-card h3 {
    font-size: 24px;
    font-weight: 800;
  }



  .taskrabbit-keyfeatures-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    justify-items: center;
  }

  .taskrabbit-keyfeatures-image img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
  }

  .taskrabbit-keyfeatures-content ul {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
    position: relative;
  }

  .taskrabbit-keyfeatures-content ul::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 9px;
    bottom: 50px;
    width: 2px;
    background: #2196F3;
  }

  .taskrabbit-keyfeatures-content ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 28px;
  }

  .taskrabbit-keyfeatures-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    background: #2196F3;
    border-radius: 50%;
  }

  .taskrabbit-keyfeatures-content ul li h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .taskrabbit-keyfeatures-content ul li p {
    font-size: 15px;
    line-height: 1.4;
  }

  /* mobile */

  @media(max-width:768px) {

    .taskrabbit-keyfeatures-row {
      grid-template-columns: 1fr;
      gap: 30px;
      margin-bottom: 30px;
    }

    .taskrabbit-clone-techstack-section {
      padding: 0px 0 25px;
    }

    .taskrabbit-keyfeatures-image img {
      max-width: 320px;
      height: auto;
    }

    .taskrabbit-keyfeatures-content h3 {
      font-size: 22px;
    }

  }

  .taskrabbit-standout-section {
    padding: 20px 0;
    background: #ffffff;
  }

  .taskrabbit-standout-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
  }


  .section_heading span {
    color: #2196F3;
  }

  .section_des {
    font-size: 17px;
    line-height: 1.7;
    color: #212326;
    margin-top: 14px;
  }

  .taskrabbit-standout-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 35px;
  }

  .taskrabbit-standout-card {
    border: 2px solid;
    border-radius: 16px;
    padding: 51px 25px 40px;
    position: relative;
    background: #ffffff;
    /* min-height: 189px; */
    transition: .3s;
  }

  /* floating animation */

  .taskrabbit-standout-card.animate {
    animation: floatUp 3s ease-in-out infinite;
  }

  @keyframes floatUp {
    0% {
      transform: translateY(0)
    }

    50% {
      transform: translateY(-10px)
    }

    100% {
      transform: translateY(0)
    }
  }

  /* title */

  .taskrabbit-standout-title {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 26px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
  }

  /* text */

  .taskrabbit-standout-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    text-align: center;
    max-width: 270px;
    margin: auto;
  }

  .taskrabbit-count {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 51px;
    height: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 2px 16px 0;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    border-top-right-radius: 90px !important;
    border-radius: 15px;
  }

  .taskrabbit-standout-card.c1 {
    border-color: #5AC8FA;
  }

  .taskrabbit-standout-card.c1 .taskrabbit-standout-title {
    background: #5AC8FA;
  }

  .taskrabbit-standout-card.c1 .taskrabbit-count {
    background: #5AC8FA;
  }

  .taskrabbit-standout-card.c2 {
    border-color: #69BF48;
  }

  .taskrabbit-standout-card.c2 .taskrabbit-standout-title {
    background: #69BF48;
  }

  .taskrabbit-standout-card.c2 .taskrabbit-count {
    background: #69BF48;
  }

  .taskrabbit-standout-card.c3 {
    border-color: #D40383;
  }

  .taskrabbit-standout-card.c3 .taskrabbit-standout-title {
    background: #D40383;
  }

  .taskrabbit-standout-card.c3 .taskrabbit-count {
    background: #D40383;
  }

  .taskrabbit-standout-card.c4 {
    border-color: #009688;
  }

  .taskrabbit-standout-card.c4 .taskrabbit-standout-title {
    background: #009688;
  }

  .taskrabbit-standout-card.c4 .taskrabbit-count {
    background: #009688;
  }

  .taskrabbit-standout-card.c5 {
    border-color: #FF5722;
  }

  .taskrabbit-standout-card.c5 .taskrabbit-standout-title {
    background: #FF5722;
  }

  .taskrabbit-standout-card.c5 .taskrabbit-count {
    background: #FF5722;
  }

  /* responsive */

  @media(max-width:991px) {

    .taskrabbit-standout-grid {
      grid-template-columns: repeat(2, 1fr);
    }

  }

  @media(max-width:600px) {

    .taskrabbit-standout-grid {
      grid-template-columns: 1fr;
    }

  }

  .taskrabbit-center {
    text-align: center;
  }

  h3.section_heading.keyfeatures-content-small {
    font-size: 28px;
  }

  .taskrabbit-clone-page-cta-wrapper {
    background: #060505;
    border-radius: 30px 5px 30px 5px;
    margin: 50px auto;
    padding: 0;
  }

  .taskrabbit-clone-page-cta-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .taskrabbit-clone-page-cta-content {
    color: #fff;
    max-width: 565px;
    padding: 10px;
  }

  .taskrabbit-clone-page-cta-heading {
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
    font-size: 32px;
  }

  .taskrabbit-clone-page-cta-content p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #e0e0e0;
  }

  .taskrabbit-clone-page-cta-button {
    background: #2196F3;
    color: #fff;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: .3s ease;
  }

  .taskrabbit-clone-page-cta-button:hover {
    background: #1976d2;
  }

  .taskrabbit-clone-page-cta-image img {
    max-width: 500px;
    width: 100%;
    border-radius: 15px;
  }

  /* responsive */

  @media(max-width:768px) {

    .taskrabbit-clone-page-cta-container {
      flex-direction: column;
      text-align: center;
    }

    .taskrabbit-clone-page-cta-content {
      padding: 20px;
    }

    .taskrabbit-clone-page-cta-button {
      width: 100%;
    }

  }

  .taskrabbit-clone-cta-section {
    background: #060505;
    border-radius: 30px 5px 30px 5px;
    margin: 120px auto;
    padding: 40px 0;
  }

  .taskrabbit-clone-cta-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .taskrabbit-clone-cta-content {
    width: 50%;
    color: #fff;
    padding: 30px;
  }

  .taskrabbit-clone-cta-content p {
    color: #e0e0e0;
    margin: 20px 0;
    line-height: 1.6;
  }

  .taskrabbit-clone-cta-button {
    background: #2196F3;
    padding: 12px 25px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: .3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .taskrabbit-clone-cta-button:hover {
    background: #1976d2;
  }

  .taskrabbit-clone-cta-form {
    width: 45%;
    margin: -100px 0;
    padding: 0 30px;
  }

  .taskrabbit-clone-form-bg {
    background: #ffffff;
    padding: 35px;
    text-align: center;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  }

  .taskrabbit-clone-form-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .taskrabbit-clone-form-subtext {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
  }

  /* responsive */

  @media(max-width:768px) {

    .taskrabbit-clone-cta-container {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .taskrabbit-clone-cta-content p {

      margin: 0px;
    }

    .taskrabbit-clone-cta-content {
      width: 100%;
      padding: 30px 15px 5px;
    }

    .taskrabbit-clone-cta-form {
      width: 100%;
      margin-top: 20px;
      padding: 10px;
    }

    .taskrabbit-clone-form-bg {
      margin: 0;
    }

    .taskrabbit-clone-cta-button {
      width: 100%;
      justify-content: center;
    }

    .taskrabbit-clone-cta-hide-mobile {
      display: none;
    }
  }

  @media(max-width:430px) {
    .readymadeapps-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .taskrabbit-clone-cta-content {
      width: 100%;
      padding: 0px 0;
    }

    .taskrabbit-clone-cta-form {
      width: 100%;
      margin-top: 20px;
      padding: 0 !important;
    }
  }

  .readymadeapps-grid a {
    text-decoration: none;
    color: inherit;
    display: block;
  }

  .readymadeapps-card h3,
  .readymadeapps-card p {
    color: #fff;
  }

  .readymadeapps-grid a:hover {
    text-decoration: none;
    color: inherit;
  }

  .readymadeapps-card {
    transition: 0.3s ease;
  }

  .readymadeapps-grid a:hover .readymadeapps-card {
    transform: translateY(-5px);
  }

  .tr-icon svg {
    filter: brightness(0) invert(1);
  }

  /* GRID desktop */
  .readymadeapps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  /* MOBILE: slider + dots */
  @media (max-width:768px) {
    .readymadeapps-grid {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      gap: 20px;
      padding-bottom: 10px;
    }

    .readymadeapps-grid a {
      min-width: 100%;
      scroll-snap-align: start;
    }

    .readymadeapps-grid::-webkit-scrollbar {
      display: none;
    }

    /* Dots container */
    .readymadeapps-slider-dots {
      display: flex;
      justify-content: center;
      margin-top: 15px;
      gap: 8px;
    }

    .readymadeapps-slider-dots span {
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #bbb;
      transition: background 0.3s;
    }

    .readymadeapps-slider-dots span.active {
      background: #007bff;
      /* Active dot color */
    }
  }
