
.thumbtack-hero-section ul {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}
.thumbtack-hero-section  ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
}
.thumbtack-hero-section  ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}
.thumbtack-hero-section  ul li:nth-child(1)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-.webp");
}
.thumbtack-hero-section  ul li:nth-child(2)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-2.webp");
}
.thumbtack-hero-section  ul li:nth-child(3)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-3.webp");
}
.thumbtack-hero-section  ul li:nth-child(4)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-4.webp");
}
.mb-25{margin-bottom: 25px !important;}
.my-80{margin: 85px auto !important;}
.doordash-clone-cta-section {
    background-color: #060505;
    border-radius: 30px 5px 30px 5px;
    margin: 30px auto;
}.doordash-clone-cta-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}.doordash-clone-cta-content {
    color: #fff;
    padding: 20px 30px;
}.doordash-form-bg {
    background: #ffffff;
    border-radius: 20px;
    padding: 14px 46px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
    margin: -50px 0;
    width: 90%;
    text-align:center;
    border: 2px solid #2196F3;
}.doordash-clone-cta-content p {
    margin-bottom: 26px;
    line-height: 1.6;
}.doordash-clone-cta-heading {
    color: #fff !important;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 18px;
}.doordash-form-heading {
    font-size: 18px !important;
    color: #111;
    margin-bottom: 8px;
    text-align: center;
}
.thumbtack-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 0;
    position: relative;
}
.thumbtack-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

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

.thumbtack-hero-description {
  max-width: 95%;
}
.thumbtack-hero-image {
    width: 100%;
    max-width: 550px;
    height: auto;
    display: block;
    margin-left: auto;
    position: absolute;
    bottom: 0;
}.thumbtack-standout-section {
    padding: 22px 0;
    background: #ffffff;
}

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

.section_heading {
  font-size: 38px;
  color: #1c1c1c;
}

.section_heading span {
  color: #2196F3;
}

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

.thumbtack-standout-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

.thumbtack-standout-card {
  border: 2px solid;
  border-radius: 14px;
  padding: 36px 28px 32px;
  position: relative;
  background: #ffffff;
}

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

@keyframes floatUp {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

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

.thumbtack-standout-card p {
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  text-align: center;
}

.thumbtack-standout-card.c1 { border-color: #5AC8FA; }
.thumbtack-standout-card.c1 .thumbtack-standout-title { background: #5AC8FA; }

.thumbtack-standout-card.c2 { border-color: #69BF48; }
.thumbtack-standout-card.c2 .thumbtack-standout-title { background: #69BF48; }

.thumbtack-standout-card.c3 { border-color: #D40383; }
.thumbtack-standout-card.c3 .thumbtack-standout-title { background: #D40383; }

.thumbtack-standout-card.c4 { border-color: #009688; }
.thumbtack-standout-card.c4 .thumbtack-standout-title { background: #009688; }

.thumbtack-standout-card.c5 { border-color: #FF5722; }
.thumbtack-standout-card.c5 .thumbtack-standout-title { background: #FF5722; }
.thumbtack-center {
    text-align: center !important;
}.keyfeatures-content-small {
    font-size: 25px;
    font-weight: 500;
}
.mt-0{margin-top:0 !important;}
.thumbtack-keyfeatures-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    justify-items: center;
}
.thumbtack-keyfeatures-image img {
    width: 100%;
    height: 40rem;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
.thumbtack-keyfeatures-content ul {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
    position: relative;
}

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

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

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

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

.thumbtack-keyfeatures-content ul li p {
  font-size: 15px;
  line-height: 1.4;
}.thumbtack-whychoose-section {
  padding: 20px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
  margin-bottom: 30px;
}

.thumbtack-whychoose-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 20px;
}

.thumbtack-whychoose-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
}

.thumbtack-whychoose-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
}

.thumbtack-whychoose-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.thumbtack-whychoose-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 22px;
}
.thumbtack-whychoose-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 22px;
}

.step-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
}

.thumbtack-whychoose-card.blue {
  border: 2px solid #5AC8FA;
}
.thumbtack-whychoose-card.blue .step-label {
  background: #5AC8FA;
  color: #fff;
}

.thumbtack-whychoose-card.green {
  border: 2px solid #69BF48;
}
.thumbtack-whychoose-card.green .step-label {
  background: #69BF48;
  color: #fff;
}

.thumbtack-whychoose-card.yellow {
  border: 2px solid #FF5722;
}
.thumbtack-whychoose-card.yellow .step-label {
  background: #FF5722;
  color: #fff;
}

.thumbtack-whychoose-card.red {
  border: 2px solid #D40383;
}
.thumbtack-whychoose-card.red .step-label {
  background: #D40383;
  color: #fff;
}
.thumbtack-whychoose-card p {
  font-size: 14.5px;
  line-height: 1.65;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.thumbtack-whychoose-section {
  position: relative;
  overflow: hidden;
}

.thumbtack-whychoose-section::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -140px;
    width: 100%;
    height: 420px;
    background: linear-gradient(90deg, #8BC34A, #FF5722, #2196F3);
    border-radius: 50% 50% 0 0;
    z-index: 0;
}
.thumbtack-whychoose-section .container {
  position: relative;
  z-index: 2;
}

.thumbtack-services-section {
    padding: 50px 0 30px;
    background: #fff;
}

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

.thumbtack-services-header h2{
font-size:38px;
}

.thumbtack-services-header h2 span{
color:#2196F3
}

.thumbtack-services-header p {
    font-size: 16px;
    color: #212326;
    margin-top: 10px;
}

.thumbtack-services-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:24px
}

.service-card {
    position: relative;
    height: 250px;
    overflow: hidden;

    transition: transform .35s ease,box-shadow .35s ease;
    box-shadow: 9px 0px 10px rgb(79 174 249 / 20%);
}

.service-card img{
width:100%;
height:100%;
object-fit:cover;
filter:blur(.4px);
transition:transform .6s ease,filter .6s ease
}

.service-card::after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(to top,rgba(0,0,0,.55) 0%,rgba(0,0,0,.25) 45%,rgba(0,0,0,.05) 80%);
z-index:1
}

.service-card h4{
position:absolute;
left:0;
right:0;
bottom:-10px;
padding:14px 22px;
font-size:19px;
font-weight:600;
color:#fff;
z-index:2;
transition:transform .35s ease
}

.service-card:nth-child(1) h4{background:#2196F3}
.service-card:nth-child(2) h4{background:#5AC8FA}
.service-card:nth-child(3) h4{background:#69BF48}
.service-card:nth-child(4) h4{background:#D40383}
.service-card:nth-child(5) h4{background:#009688}
.service-card:nth-child(6) h4{background:#FF5722}
.service-card:nth-child(7) h4{background:#2196F3}
.service-card:nth-child(8) h4{background:#5AC8FA}
.service-card:nth-child(9) h4{background:#69BF48}
.service-card:nth-child(10) h4{background:#009688}

.service-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 42px rgba(0,0,0,.18)
}

.service-card:hover img{
transform:scale(1.08);
filter:blur(0)
}

.service-card:hover h4{
transform:translateY(-4px)
}
.tech-suite-section {
    padding: 40px 0 20px;
    background: linear-gradient(90deg, #00968824, #ff57221f, #2196f32b);
    margin: 30px 0;
}
.tech-suite-container {
  margin: auto;
  text-align: center;
}

.tech-suite-tag {
    display: inline-block;
    background: #2196F3;
    color: #ffffff;
    font-weight: 600;
    padding: 6px 28px;
    border-radius: 50px 20px;
    margin-bottom: 14px;
}

.tech-suite-subtext {
    max-width: 720px;
    margin: 0 auto 10px;
    color: #050606;
    font-size: 16px;
}

.tech-suite-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  align-items: center;
  gap: 40px;
}

.tech-suite-card,
.tech-suite-center {
  padding: 20px;
}

.tech-suite-card img,
.tech-suite-center img {
  max-width: 100%;
  height: auto;
}

.tech-suite-count {
    display: inline-flex;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #2196F3;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin: 18px 0 10px;
}

.tech-suite-card h3, .tech-suite-center h3 {
    font-size: 20px;
    color: #0b1c12;
    margin-bottom: 8px;
    font-weight: 500;
}

.tech-suite-card p, .tech-suite-center p {
    color: #2a2626;
    font-size: 14px;
    line-height: 1.4;
}

.tech-suite-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  padding: 12px 22px;
}

.tech-suite-btn:hover {
    background: #009688;
}.thumbtack-clone-app-development-cta-section {
  background-color: #060505;
  border-radius: 30px 5px 30px 5px;
  margin: 30px auto;
}

.thumbtack-clone-app-development-cta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.thumbtack-clone-app-development-cta-content {
  color: #ffffff;
  max-width: 565px;
  padding: 15px 30px;
}

.thumbtack-clone-app-development-heading {
  color: #ffffff !important;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.thumbtack-clone-app-development-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ff2d55;
  color: #ffffff;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.thumbtack-clone-app-development-cta-button:hover {
  background-color: #e0264a;
}

.thumbtack-clone-app-development-cta-image img {
  max-width: 500px;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}.thumbtack-process {
    padding: 22px 0 0px;
    background: #fff;
}

.process-header {
  text-align: center;
  margin-bottom: 60px;
}

.process-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.process-side {
  width: 30%;
}

.process-center {
  width: 40%;
  text-align: center;
}

.process-center img {
  max-width: 100%;
}

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

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

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

.process-count {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: background 0.3s ease, color 0.3s ease;
}

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

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

.process-content {
  background: #fff;
  padding: 16px 18px;
  border-radius: 12px;
  width: 260px;
  min-height: 80px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

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

.process-desc {
    font-size: 14px;
    color: #141313;
    margin-top: 6px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

.process-item:hover .process-count.dark {
  background: #2f8d2c;
  color: #fff;
}
@media (max-width: 1024px) {
  .thumbtack-standout-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section_heading {
    font-size: 32px;
  }.thumbtack-services-grid{
grid-template-columns:repeat(3,1fr)
}  .process-wrapper {
    flex-direction: column;
  }

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

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

  .process-count {
    order: 0;
  }

  .process-content {
    order: 1;
    width: 100%;
    min-height: auto;
  }
}

@media (max-width: 768px) {
.thumbtack-hero-section {
    padding: 110px 0 0;
  }
.thumbtack-whychoose-grid {
    grid-template-columns: 1fr;
  }

  .thumbtack-whychoose-card {
    padding: 34px 20px;
  }
  .thumbtack-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap:0;
  }

  .thumbtack-hero-title {
    font-size: 30px;
    line-height: 1.3;
  }.thumbtack-hero-section ul {
    text-align: left;
}

  .thumbtack-hero-description {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }
.thumbtack-hero-image {
    margin: 25px auto 0;
    max-width: 100%;
    position: unset;
}
.thumbtack-standout-section {
    padding: 25px 0 30px;
}
  .thumbtack-standout-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .section_heading {
    font-size: 26px;
  }

  .section_des {
    font-size: 15px;
  } .thumbtack-keyfeatures-section {
    padding: 20px 0 0px;
}

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

  .thumbtack-keyfeatures-row.reverse {
    direction: ltr;
  }

  .thumbtack-keyfeatures-image img {
    max-width: 320px;
  }

  .thumbtack-keyfeatures-content h3 {
    font-size: 22px;
  }  .thumbtack-whychoose-section::after {
    height: 300px;
    bottom: -100px;
  } .thumbtack-howitworks-steps {
    display: none;
  }


  .thumbtack-howitworks-card {
    height: 260px;
  }.thumbtack-services-header h2{
font-size:28px
}
.thumbtack-services-grid{
grid-template-columns:repeat(1,1fr)
}
.service-card{
height:200px
}  .tech-suite-heading {
    font-size: 26px;
  }

  .tech-suite-subtext {
    font-size: 14px;
  }

  .tech-suite-btn {
    font-size: 15px;
    padding: 10px 18px;
  }  .tech-suite-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .tech-suite-heading {
    font-size: 30px;
  }

  .tech-suite-card,
  .tech-suite-center {
    max-width: 500px;
    margin: auto;
  }  .thumbtack-clone-app-development-cta-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .thumbtack-clone-app-development-cta-content {
    max-width: 100%;
    padding: 20px;
  }

  .thumbtack-clone-app-development-cta-image img {
    max-width: 100%;
  }.thumbtack-clone-app-development-cta-section {
    margin: 10px;
}.thumbtack-reverse-mobile .thumbtack-keyfeatures-image {
    order: 1;
  }

  .thumbtack-reverse-mobile .thumbtack-keyfeatures-content {
    order: 2;
  }.doordash-clone-cta-container {
    flex-wrap: wrap;
}
.doordash-form-bg {
    width: 100%;
}.doordash-clone-cta-section {
    padding-bottom: 70px;
}.doordash-clone-cta-content {
    padding: 40px 30px;
}.thumbtack-hero-content {
    order: 2;
}.thumbtack-hero-media {
    order: 1;
}.my-80 {
    margin: 0 auto !important;
}.thumbtack-keyfeatures-image img {
    height: 20rem;
}.thumbtack-services-section {
    padding: 15px 0 30px;
}
}.customer-text{

font-size:22px;
text-align:center;
}



