upwork-and-fiverr-process .process-item {
    cursor: unset !important;
}@media (max-width: 768px) {
    .upwork-and-fiverr-clone-launch-cta-section {
        padding: 0px 0px !important;
    }.upwork-and-fiverr-clone-cta-container {
    margin: 30px 0 !important;
}.impact-section {
    margin: 0px 0 10px !important;
}
}
.upwork-and-fiverr-clone-hero {
    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 0px;
    position: relative;
    overflow: hidden;
}

.upwork-and-fiverr-clone-hero .thumbtack-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

.upwork-and-fiverr-clone-hero .thumbtack-hero-title span {
    color: #118BD7;
    font-weight: 600;
}

.upwork-and-fiverr-clone-hero .thumbtack-hero-description {
    max-width: 95%;
}

.upwork-and-fiverr-clone-hero .thumbtack-hero-media {
    position: relative;
}

.upwork-and-fiverr-clone-hero .thumbtack-hero-image {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
}

.upwork-and-fiverr-clone-hero ul {
    list-style: none;
    padding: 0;
    /* margin-bottom: 35px; */
    text-align: left;
}

.upwork-and-fiverr-clone-hero ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

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

.upwork-and-fiverr-clone-hero ul li:nth-child(1)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-.webp");
}
.upwork-and-fiverr-clone-hero ul li:nth-child(2)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-2.webp");
}
.upwork-and-fiverr-clone-hero ul li:nth-child(3)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-3.webp");
}
.upwork-and-fiverr-clone-hero ul li:nth-child(4)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-4.webp");
}

@media (max-width: 992px) {

    .upwork-and-fiverr-clone-hero .thumbtack-hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .upwork-and-fiverr-clone-hero .thumbtack-hero-description {
        max-width: 100%;
    }

    .upwork-and-fiverr-clone-hero .thumbtack-hero-image {
        margin: 0 auto;
        max-width: 450px;
    }

    .upwork-and-fiverr-clone-hero ul li {
        text-align: left;
        display: inline-block;
    }

}

@media (max-width: 768px) {

    .upwork-and-fiverr-clone-hero {
        padding: 80px 0 14px;
    }

    .upwork-and-fiverr-clone-hero .thumbtack-hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .upwork-and-fiverr-clone-hero .thumbtack-hero-media {
        order: -1;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }

.upwork-and-fiverr-clone-hero .thumbtack-hero-image {
    width: 100%;
    max-width: 65%;
    height: auto;
    margin: 0 auto;
}

    .upwork-and-fiverr-clone-hero .thumbtack-hero-title {
        font-size: 30px;
        line-height: 1.3;
    }

    .upwork-and-fiverr-clone-hero .thumbtack-hero-description {
        font-size: 16px;
    }

    .upwork-and-fiverr-clone-hero ul li {
        font-size: 15px;
        padding-left: 28px;
    }

    .upwork-and-fiverr-clone-hero button {
        font-size: 16px;
        padding: 12px 24px;
    }.upwork-and-fiverr-clone {
    padding: 20px 0;
    /* background: #f9fbff; */
}

}

@media (max-width: 576px) {

    .upwork-and-fiverr-clone-hero .thumbtack-hero-title {
        font-size: 26px;
    }

    .upwork-and-fiverr-clone-hero ul li {
        font-size: 14px;
    }

}
.thumbtack-standout-header.thumbtack-center {
    TEXT-ALIGN: CENTER;
    MARGIN-BOTTOM: 50PX;
}
.upwork-and-fiverr-clone {
  padding: 50px 0;

}

.upwork-and-fiverr-clone .section_heading {
  font-size: 38px;
}

.upwork-and-fiverr-clone .section_heading span {
  color: #2196F3;
}

.upwork-and-fiverr-clone .thumbtack-standout-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
}

.upwork-and-fiverr-clone .thumbtack-standout-card {
  border: 2px solid;
  border-radius: 14px;
  padding: 50px 28px 32px;
  position: relative;
  background: #ffffff;
  text-align: center;
  transition: 0.3s ease;
}

.upwork-and-fiverr-clone .thumbtack-standout-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.upwork-and-fiverr-clone .thumbtack-standout-card.animate {
  animation: floatUp 3s ease-in-out infinite;
}

.upwork-and-fiverr-clone .thumbtack-standout-title {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 26px;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 700;
    color: #000000;
    white-space: nowrap;
}

.upwork-and-fiverr-clone .thumbtack-standout-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

.upwork-and-fiverr-clone .c1 {
    border-color: #5AC8FA;
    background: #5AC8FA;
}
.upwork-and-fiverr-clone .c1 .thumbtack-standout-title {
    background: #ffffff;
    border: 2px solid #5AC8FA;
    color: #5AC8FA;
    border-radius: 60px 33px 74px 4px;
}

.upwork-and-fiverr-clone .c2 {
    border-color: #69BF48;
    background: #69BF48;
}
.upwork-and-fiverr-clone .c2 .thumbtack-standout-title {
    background: #ffffff;
    border: 2px solid #69BF48;
    color: #69BF48;
    border-radius: 60px 33px 74px 4px;
}

.upwork-and-fiverr-clone .c3 {
    border-color: #D40383;
    background: #D40383;
}
.upwork-and-fiverr-clone .c3 .thumbtack-standout-title {
    background: #ffffff;
    border: 2px solid #D40383;
    color: #D40383;
        border-radius: 60px 33px 74px 4px;
}

.upwork-and-fiverr-clone .c5 {
    border-color: #FF5722;
    background: #FF5722;
}
.upwork-and-fiverr-clone .c4 .thumbtack-standout-title {
    background: #ffffff;
    border: 2px solid #009688;
    color: #009688;
    border-radius: 60px  33px 74px 4px;
}
.upwork-and-fiverr-clone .c4 {
    border-color: #009688;
    background: #009688;
}
.upwork-and-fiverr-clone .c5 { border-color: #FF5722; }
.upwork-and-fiverr-clone .c5 .thumbtack-standout-title {
    background: #ffffff;
    border: 2px solid #FF5722;
    color: #FF5722;   
 border-radius: 60px  33px 74px 4px;
}

@media (max-width: 992px) {
  .upwork-and-fiverr-clone .thumbtack-standout-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .upwork-and-fiverr-clone .thumbtack-standout-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .upwork-and-fiverr-clone .section_heading {
    font-size: 28px;
  }

  .upwork-and-fiverr-clone .section_des {
    font-size: 16px;
  }

  .upwork-and-fiverr-clone .thumbtack-standout-card {
    padding: 45px 20px 28px;
  }

  .upwork-and-fiverr-clone .thumbtack-standout-title {
    font-size: 15px;
    padding: 8px 16px;
    white-space: normal;
  }

  .upwork-and-fiverr-clone .thumbtack-standout-card p {
    font-size: 15px;
  }
}.upwork-and-fiverr-process {
    padding: 50px 0 20px;
}

.upwork-and-fiverr-process .process-header {
    text-align: center;
    margin-bottom: 20px;
    width: 755px;
    margin: 0 auto;
}

.upwork-and-fiverr-process .process-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.upwork-and-fiverr-process .process-side {
    width: 30%;
}

.upwork-and-fiverr-process .process-center {
    width: 28%;
    text-align: center;
}

.upwork-and-fiverr-process .process-center img {
    max-width: 100%;
    height: auto;
}

.upwork-and-fiverr-process .process-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.upwork-and-fiverr-process .customer-side .process-item {
    justify-content: flex-end;
    text-align: right;
}

.upwork-and-fiverr-process .provider-side .process-item {
    justify-content: flex-start;
}

.upwork-and-fiverr-process .process-count {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    transition: 0.3s ease;
}

.upwork-and-fiverr-process .process-count.light {
    background: #e6f4ff;
    color: #007bff;
}

.upwork-and-fiverr-process .process-count.dark {
    background: #e8f5e1;
    color: #2f8d2c;
}

.upwork-and-fiverr-process .process-content {
    background: #fff;
    padding: 18px 20px;
    border-radius: 14px;
    width: 260px;
    min-height: 85px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
    transition: 0.3s ease;
}

.upwork-and-fiverr-process .process-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.upwork-and-fiverr-process .process-desc {
    font-size: 14px;
    color: #333;
    margin-top: 6px;
    line-height: 1.5;
}

.upwork-and-fiverr-process .process-item:hover .process-count.light {
    background: #007bff;
    color: #fff;
}

.upwork-and-fiverr-process .process-item:hover .process-count.dark {
    background: #2f8d2c;
    color: #fff;
}

.upwork-and-fiverr-process .process-item:hover .process-content {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.15);
}.customer-text{
font-size:22px;
text-align:center;

}

@media (max-width: 1024px) {

    .upwork-and-fiverr-process .process-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .upwork-and-fiverr-process .process-side,
    .upwork-and-fiverr-process .process-center {
        width: 100%;
    }

    .upwork-and-fiverr-process .process-item,
    .upwork-and-fiverr-process .customer-side .process-item,
    .upwork-and-fiverr-process .provider-side .process-item {
        justify-content: flex-start;
        text-align: left;
        flex-direction: row;
    }

    .upwork-and-fiverr-process .process-content {
        width: 100%;
    }

}

@media (max-width: 768px) {

    .upwork-and-fiverr-process {
        padding: 30px 0;
    }
.upwork-and-fiverr-process .process-header {
 
    width: 100%;

}.upwork-and-fiverr-clone {
    padding: 0px 0 !important;
}
    .upwork-and-fiverr-process .section_heading {
        font-size: 28px;
    }

    .upwork-and-fiverr-process .process-title {
        font-size: 16px;
    }

    .upwork-and-fiverr-process .process-desc {
        font-size: 14px;
    }

    .upwork-and-fiverr-process .process-center img {
        max-width: 232px;
        margin: 0 auto;
    }

}.upwork-and-fiverr-clone-cta-section {
  padding: 10px 0;
}

.upwork-and-fiverr-clone-cta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
background: linear-gradient(135deg, #0d1b2a, #1b263b);
border-radius: 20px;
}

.upwork-and-fiverr-clone-cta-image {
  flex: 1;
}

.upwork-and-fiverr-clone-cta-image img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.upwork-and-fiverr-clone-cta-content {
  flex: 1;
  color: #ffffff;
}

.upwork-and-fiverr-clone-heading {
  color: #ffffff !important;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.upwork-and-fiverr-clone-cta-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
}

.upwork-and-fiverr-clone-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #22c55e;
  color: #ffffff;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.upwork-and-fiverr-clone-cta-button:hover {
  background-color: #16a34a;
  transform: translateY(-3px);
}

@media (max-width: 1024px) {
.upwork-and-fiverr-clone-cta-container {
    text-align: center;
    gap: 20px;
}

  .upwork-and-fiverr-clone-cta-image img {
    max-width: 100%;
  }

.upwork-and-fiverr-clone-cta-content {
    max-width: 100%;
    padding: 20px;
}
}

@media (max-width: 768px) {

  .upwork-and-fiverr-clone-cta-section {
    padding: 0px 20px;
  }.upwork-and-fiverr-clone-cta-container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
}

  .upwork-and-fiverr-clone-heading {
    font-size: 26px;
  }

  .upwork-and-fiverr-clone-cta-button {
    width: 100%;
    justify-content: center;
  }

}
.upwork-and-fiverr-clone-launch-cta-section {
  padding: 60px 0;
}

.upwork-and-fiverr-clone-launch-cta-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 24px;
    padding: 0px 50px;
}

.upwork-and-fiverr-clone-launch-cta-content {
  flex: 1;
  color: #ffffff;
}

.upwork-and-fiverr-clone-launch-heading {
  color: #ffffff !important;
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.upwork-and-fiverr-clone-launch-cta-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
}

.upwork-and-fiverr-clone-launch-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #22c55e;
  color: #ffffff;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.upwork-and-fiverr-clone-launch-button:hover {
  background-color: #16a34a;
  transform: translateY(-3px);
}

.upwork-and-fiverr-clone-launch-form {
    /* flex: 1; */
    display: flex;
    justify-content: center;
    margin: -50px 0;
}
.upwork-and-fiverr-clone-form-bg {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 520px;
  text-align: center;
}

.upwork-and-fiverr-clone-form-heading {
  font-size: 22px !important;
  color: #111;
  margin-bottom: 10px;
}

.upwork-and-fiverr-clone-form-subtext {
  margin-bottom: 25px;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .upwork-and-fiverr-clone-launch-cta-container {
    flex-direction: column;
    text-align: center;
  }

  .upwork-and-fiverr-clone-launch-cta-content {
    max-width: 100%;
  }

  .upwork-and-fiverr-clone-form-bg {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
.figma-feature-slider {
    margin: 0px !important;
    padding: 25px 0 20px !important;
}
  .upwork-and-fiverr-clone-launch-heading {
    font-size: 26px;
  }

  .upwork-and-fiverr-clone-launch-button {
    width: 100%;
    justify-content: center;
    display:none;
  } .upwork-and-fiverr-clone-launch-heading br {
    display: none;
}
.upwork-and-fiverr-clone-launch-cta-content p {
    margin-bottom: 0px; 
}
  .upwork-and-fiverr-clone-form-bg {
    padding: 25px 20px;
  }.upwork-and-fiverr-clone-launch-cta-container {
    padding: 36px 10px 65px;
}.impact-section {
    position: relative;
    padding: 29px 20px 30px !important;
    /* background: #f8f9fb; */
    overflow: hidden;
    margin: 0px 0 50px;
}.impact-bottom h2 {

    font-size: 28px !important;
 
}.impact-bottom {
 margin-top: 0px; 


}.impact-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    gap: 0px; 

}

}



.figma-title {
  text-align: center;

}

/* Slider */
.figma-slider-wrapper {
  overflow: hidden;
}

.figma-slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

.figma-slide {
  flex: 0 0 25%;
  position: relative;
  overflow: hidden;
  transform: scale(0.9);
  transition: all 0.6s ease;
}

.figma-slide.active {
  flex: 0 0 50%;
  transform: scale(1);
}

/* IMAGE FULL COLUMN – NO CUT */
.figma-slide img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  background: #000;
}

.figma-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(0 0 0), transparent 65%);
    color: #fff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.figma-nav {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.figma-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.figma-pill {
    padding: 8px 12px;
    border-radius: 30px;
    border: 2px solid #2196F3;
    color: #2196F3;
    font-size: 15px;
    cursor: pointer;
}

.figma-pill.active {
  background: #2196F3;
  color: #fff;
  border-color: #2196F3;
}

.figma-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: relative;
    background: #2196F3;
}

.figma-dot.active {
  background: #FF9800;
}

.figma-dot.active::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 2px solid #FF9800;
  border-radius: 50%;
}

/* Dotted line */
.figma-line {
  margin-top: -8px;
  border-top: 2px dotted #999;
}

/* Responsive */
@media (max-width: 991px) {
  .figma-slide,
  .figma-slide.active {
    flex: 0 0 100%;
    transform: scale(1);
  }
.figma-title {
    font-size: 30px;
}.cta-form-web {
    padding: 0;
    margin: 14px 0 !important;
}
 
}@media (max-width: 991px) {
  .figma-nav {
    display: flex;
  }

  .figma-pill {
    display: none; /* pills hide */
  }

  .figma-dot {
    display: block; /* dots visible */
  }

  .figma-line {
    display: none;
  }
}

/* Slider Wrapper */
.figma-slider-wrapper {
  overflow: hidden;
  width: 100%;
}



/* Active (Center) */
.figma-slide.active {
  flex: 0 0 50%;
  transform: scale(1);
}

/* Image */
.figma-slide img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}



/* Text limit – 5 lines */
.figma-overlay p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Responsive */
@media (max-width: 991px) {
  .figma-slide,
  .figma-slide.active {
    flex: 0 0 100%;
    transform: scale(1);
  }
}
.figma-feature-slider {
    margin: 0px ;
    padding: 0px 0 20px ;
}.figma-text{
text-align:center;
}
h3.figma-overlay-text {
    font-size: 22px;
    color:#fff;
}.impact-section {
    position: relative;
    padding: 70px 20px 60px;
    /* background: #f8f9fb; */
    overflow: hidden;
    margin: 0px 0 50px;
}
.impact-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://whitelabelapps.ca/wp-content/uploads/2026/02/upwork-and-fiverr-clone-background.webp');
    background-size: cover;
    z-index: 0;
}

.impact-container {
    margin: auto;
    position: relative;
    z-index: 2;
}

.impact-title {
    text-align: center;
    font-size: 32px;

}.marketplace-success {
    text-align: center;
    margin-bottom: 55px;
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}

.impact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.impact-bar {
    width: 60px;
    height: 160px;
    background: #e5ecf4;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.impact-fill {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #03A9F4;
    border-radius: 12px;
    transition: height 1.5s ease;
}
.impact-number {
    font-size: 32px;
    margin: 10px 0;
    font-family: 'Impact';
}

.impact-bottom {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.impact-bottom h2 {
    max-width: 600px;
    font-size: 35px;
    font-family: 'Impact';
    line-height: 1.5;
}
.impact-btn {
    background: #8BC34A;
    padding: 14px 40px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s;
}

.impact-btn:hover {
    opacity: 0.85;
}
@media (max-width: 992px) {
    .impact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .impact-bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .impact-grid {
        grid-template-columns: 1fr;
    }

    .impact-bar {
        height: 130px;
    }

    .impact-title {
        font-size: 28px;
    }
}
.clone-panels-section {
    padding: 40px 0 0;
    /* background: #f4f6fb; */
}

.clone-panel {

    margin: 0 auto 50px;
    display: flex;
    align-items: center;
    gap: 40px;

    background: #ffffff;
    padding: 50px;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.05);
    transition: 0.4s ease;
}

.clone-panel:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(0,0,0,0.08);
}

.clone-panel.reverse {
    flex-direction: row-reverse;
}

.clone-panel-image {
    flex: 0 0 40%;
}
.clone-panel-content {
    flex: 0 0 60%;
    padding: 0px 50px;
}

.clone-panel-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: 0.4s ease;
    border-radius: 10px;
}
.clone-panel:hover .clone-panel-image img {
    transform: scale(1.03);
}

.clone-panel-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 10px;
}

.clone-panel-heading img {
    width: 55px;
    height: auto;
}

.clone-panel-heading h3 {
    font-size: 26px;
    margin: 0;
    color: #1a1a1a;
    font-family: 'Impact';
}

.clone-panel-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 10px;
}


.clone-check-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 35px;
    margin-bottom: 35px;
}

.clone-check-list div {
    position: relative;
    padding-left: 30px;
    font-weight: 700;
    color: #000000;
    font-size: 18px;
}

.clone-check-list div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    background: url('https://whitelabelapps.ca/wp-content/uploads/2026/02/check.webp') no-repeat center;
    background-size: contain;
}


.clone-btn {
    display: inline-block;
    background: linear-gradient(135deg, #00C853, #009624);
    padding: 14px 40px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s ease;
}

.clone-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,200,83,0.3);
}

@media (max-width: 992px) {

    .clone-panel {
        flex-direction: column;
        text-align: center;
        padding: 50px 35px;
        gap: 0px;
    }

    .clone-panel.reverse {
        flex-direction: column;
        gap:0;
    }

    .clone-panel-image,
    .clone-panel-content {
        flex: 100%;
    }

    .clone-panel-heading {
        justify-content: center;
    }

    .clone-check-list {
        grid-template-columns: 1fr;
        text-align: left;
    }
}

@media (max-width: 576px) {

   .clone-panels-section {
    padding: 40px 0px 0px;
}.clone-panel {
    margin: 0 auto 0px;
 
}

   .clone-panel {
    padding: 0px;
    border-radius: 18px;
}.clone-panel-content {

    padding: 16px 10px;
}

    .clone-panel-heading h3 {
        font-size: 24px;
    }

    .clone-panel-content p {
        font-size: 15px;
    }

    .clone-btn {
        padding: 12px 30px;
        font-size: 14px;
    }.clone-panels {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
}
}
.clone-panels {
    text-align: center;
    margin-bottom: 20px;
}.clone-panels-text{
    text-align: center;
}

