
.tiktok-clone-hero  ul {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
    text-align:start;
}
.tiktok-clone-hero  ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
}
.tiktok-clone-hero ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}
.tiktok-clone-hero  ul li:nth-child(1)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-.webp");
}
.tiktok-clone-hero  ul li:nth-child(2)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-2.webp");
}
.tiktok-clone-hero ul li:nth-child(3)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-3.webp");
}
.tiktok-clone-hero ul li:nth-child(4)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-4.webp");
}
.practo-form-bg {
    background: #ffffff;
    border-radius: 20px;
    padding: 14px 46px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
text-align:center;
    margin: -50px 0;
    width: 94%;
    border: 2px solid #2196F3;
}
.practo-form-heading {
    font-size: 18px;
    color: #111;
    margin-bottom: 8px;
    text-align: center;
}
.my-80 {
    margin: 85px auto !important;
}
.practo-clone-form-section {
    background-color: #060505;
    border-radius: 30px 5px 30px 5px;
    margin: 30px auto;
}.practo-clone-form-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.practo-clone-from-heading {
    color: #fff !important;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 18px;
}
.practo-clone-form-content {
    color: #fff;
    max-width: 60%;
    padding: 20px 30px;
}.practo-clone-form-image img {
    max-width: 500px;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}
.tiktok-benefits-image {
    flex: 0 0 40%;
    text-align: center;
}.tiktok-benefits-image img {
    max-width: 80%;
    height: auto;
}
.tiktok-cta-content { max-width: 500px !important; }.tiktok-cta-image img { max-width: 415px; width: 100%; border-radius: 15px; object-fit: cover; }
/* ===============================
   TikTok Clone Hero Section
================================ */

.tiktok-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: 100px 0 40px;
}

.tiktok-clone-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    flex-direction: column;
}

/* Left Content */
.tiktok-clone-hero-title span {
  color: #118BD7;
  font-weight: 600;
}

.tiktok-clone-hero-desc {
  margin: 20px 0 30px;
  max-width: 95%;
}

/* Right Image */
.tiktok-clone-hero-image {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  margin-left: auto;
}
.practo-clone-stats-section {
  padding: 60px 0 20px;
  background: #fff;
}

.practo-clone-heading-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.practo-clone-heading {
  margin-bottom: 10px;
}


.practo-clone-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.practo-clone-stat-card {
  text-align: center;
  padding: 40px 20px;
  border-radius: 16px;
}

.practo-clone-stat-card.blue {
  background: #e9f8ff;
}

.practo-clone-stat-card.yellow {
  background: #fff8e6;
}

.practo-clone-stat-card.orange {
  background: #fff2ea;
}

.practo-clone-stat-card img {
    width: 60px;
    margin-bottom: 10px !important;
    margin: auto;
}
.practo-clone-stat-number {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 6px;
}

.practo-clone-btn-wrap {
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 1024px) {
  .practo-clone-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 786px) {
  .practo-clone-stats-grid {
    grid-template-columns: 1fr;
  }
}.practo-clone-cta-section {
    padding: 25px 0 50px;
    background: #fff;
.practo-clone-stats-section {
    padding: 20px 0 ;
    background: #fff;
}.dd-workflow-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 10px;
}
.dd-workflow-section {
    PADDING: 40PX 0 0 !important; 
}
.practo-clone-cta-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}}

.practo-clone-cta-content {
  max-width: 540px;
}

.practo-clone-top-text {
  font-size: 20px;
  margin-bottom: 14px;
}

.practo-clone-cta-heading {
    margin-bottom: 28px;
    line-height: 1.4;
}

.pc-highlight {
  color: #2196F3;
}

.practo-clone-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ffd24d;
  border: none;
  padding: 14px 26px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.practo-clone-btn-arrow {
  background: #000;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.practo-clone-cta-image img {
  max-width: 85%;
}

@media (max-width: 1024px) {
.practo-clone-cta-wrap {
    flex-direction: column-reverse;
    text-align: center;
}

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

@media (max-width: 786px) {
  .practo-clone-cta-section {
    padding: 20px 0;
  }
  .tiktok-clone-hero-grid {

    grid-template-columns: 1fr;
}.tiktok-clone-hero-left {
    order: 2;
}.tiktok-clone-hero-image {
    max-width: 100%;
}.practo-clone-form-container {
    justify-content: center;
}.my-80 {
    margin: 30px auto !important;
}.practo-comm-wrap {
    gap: 25px;
}
  .practo-clone-form-container {
    flex-wrap: wrap;gap:0;
}
.practo-form-bg {
    margin: 35px 0;
    width: 100%;}
  .practo-clone-cta-btn {
    justify-content: center;
  }
}.practo-clone-ecosystem-section {
    padding: 51px 0;
    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;
    margin-bottom: 30px;
}

.practo-clone-ecosystem-heading {
  text-align: center;
  margin-bottom: 30px;
}
.practo-clone-ecosystem-heading .section_heading {
    /* color: #fff; */
    line-height: 1.4;
}

.pc-highlight {
    color: #2196F3;

}

.practo-clone-ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    width: 1040px;
    margin: auto;
}

.practo-clone-ecosystem-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border-radius: 22px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid;
}

.practo-clone-ecosystem-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.practo-clone-ecosystem-card img {
    width: 60px;
    margin-bottom: 26px !important;
    margin: auto;
}
.practo-clone-ecosystem-card .section_des {
    /* color: #e9edff; */
    margin-bottom: 28px;
    line-height: 1.5;
}

@media (max-width: 1024px) {
  .practo-clone-ecosystem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 786px) {
.practo-clone-ecosystem-section {
    padding: 35px 0;
    margin: 0;
}

  .practo-clone-ecosystem-grid {
    grid-template-columns: 1fr;
    width:100%;
  }
}  }
.dd-workflow-section {
  padding: 30px 0 !important;
}
}

.dd-workflow-section {
    padding: 30px 0 80px;
}

.dd-workflow-heading {
  text-align: center;
}

.dd-workflow-heading h2 {
  font-size: 38px;

}

.dd-workflow-heading p {
    margin-top: 10px;
    font-size: 18px;
    padding: 0px;
    margin: 20px auto;
}
.dd-workflow-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
  position: relative;
}

.dd-workflow-tab {
  padding: 10px 22px;
  border-radius: 30px;
  border: 2px solid transparent;
  background: #f1f5f9;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s;
}

.dd-workflow-tab.active {
  color: #fff;
}

.dd-workflow-tab[data-color="blue"].active { background:#38bdf8 }
.dd-workflow-tab[data-color="green"].active { background:#22c55e }
.dd-workflow-tab[data-color="pink"].active { background:#ec4899 }
.dd-workflow-tab[data-color="orange"].active { background:#f97316 }
.dd-workflow-tab[data-color="purple"].active { background:#8b5cf6 }
.dd-workflow-tab[data-color="teal"].active { background:#14b8a6 }

.dd-workflow-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0,0,0,.08);
  overflow: hidden;
}

.dd-workflow-content {
  display: none;
}

.dd-workflow-content.active {
  display: block;
}

.dd-workflow-inner {
  display: flex;
  align-items: center;
}

.dd-workflow-text {
  padding: 40px;
}

.dd-workflow-text h3 {
  font-size: 32px;
  margin-bottom: 15px;
}

.dd-workflow-text p {
    margin-bottom: 20px;
  line-height: 1.4;
}

.dd-workflow-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #dc2626;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}

.dd-workflow-image {
  width: 50%;
}

.dd-workflow-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .dd-workflow-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 16px;
  }

  .dd-workflow-tabs::-webkit-scrollbar {
    display: none;
  }

  .dd-workflow-tabs::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 650px;
    background: linear-gradient(
      to right,
      #38bdf8,
      #22c55e,
      #ec4899,
      #f97316,
      #8b5cf6,
      #14b8a6
    );
  }

  .dd-workflow-tab {
    flex: 0 0 auto;
  }

 .dd-workflow-inner {
    flex-direction: column-reverse;
}

  .dd-workflow-text,
  .dd-workflow-image {
    width: 100%;
  }
}

/* ===== doordash-clone-workflow-section END ===== */

.doordash-feature-tabs {
  padding: 30px 0 0;
}

.dd-feature-heading {
  text-align: center;
  margin-bottom: 40px;
}

.dd-feature-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.dd-feature-tabs {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dd-feature-tab {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  width: 85%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
}

.dd-feature-tab h5 {
    margin: 0;
    font-size: 15px;
    font-size: 20px;
    /* font-weight: 400; */
    font-family: 'Impact';
    letter-spacing: 1.1px;
}

.dd-feature-text p {
  display: none;
  margin: 6px 0 0;
  font-size: 16px;
}

.dd-feature-icon {
  width: 40px;
  height: 40px;

  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dd-feature-icon img {
  width: 30px;

}

/* ACTIVE TAB */
.dd-feature-tab.active {
  background: #2f5f63;
  color: #fff;
  width: 100%;
}

.dd-feature-tab.active .dd-feature-text p {
  display: block;
  color: #e6f3f4;
}

.dd-feature-tab.active .dd-feature-icon {
  width: 52px;
  height: 52px;
}

/* IMAGE */
.dd-feature-image {
  flex: 1;
}

.dd-feature-image img {
  display: none;
  width: 100%;
  border-radius: 22px;
}

.dd-feature-image img.active {
  display: block;
}.howitworks-header-heading {
    font-size: 28px;
    margin-bottom: 20px;
    text-align:center;
}.dd-feature-text {
    text-align: left;
}
.doordash-howitworks-header-text {
    margin: 14px auto;
}
/* RESPONSIVE */
@media (max-width: 991px) {
  .dd-feature-wrapper {
    flex-direction: column;
  }

  .dd-feature-tab,
  .dd-feature-tab.active {
    width: 100%;
  }
}.practo-clone-why-section {
  padding: 50px 0;
  background: #fff;
}

.practo-clone-why-heading {
    max-width: 756px;
    margin-bottom: 20px;
}
.pc-highlight-orange {
    color: #2196F3;
    /* font-weight: 700; */
    font-size: 38px;
}

.practo-clone-why-wrap {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: stretch;
}

.practo-clone-why-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
.practo-clone-why-card {
    border: 2px solid #e3e9f6;
    border-radius: 16px;
    padding: 53px 24px 0px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.practo-clone-why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}
.practo-clone-card-title {
    font-size: 20px;
    /* font-weight: 800; */
    margin-bottom: 10px;
    font-family: 'Impact';
}

.practo-clone-why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

@media (max-width: 1024px) {
  .practo-clone-why-wrap {
    grid-template-columns: 1fr;
    gap:0;
  }

  .practo-clone-why-image {
    max-height: 420px;
  }
}

@media (max-width: 786px) {
  .practo-clone-why-section {
    padding: 20px 0;
  }.practo-clone-why-cards {
    gap: 20px;
}.dd-workflow-text {
    padding: 20px  30px;
}.practo-clone-cta-flex {
    flex-direction: column !important;
    text-align: center;
}
.practo-comm-right {
    margin-top: 50px;
}
  .practo-clone-why-cards {
    grid-template-columns: 1fr;
  }
}.practo-clone-features-section {
    padding: 20px 0;
    margin: 0px 0;
}

.practo-clone-features-head {
  text-align: center;
  margin-bottom: 30px;
}

.practo-clone-features-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

.practo-clone-feature-list {
  margin-bottom: 20px;
}

.practo-clone-feature-item {
  display: flex;
  gap: 16px;
  padding: 16px 10px;
  border-left: 4px solid transparent;
  cursor: pointer;
  align-items: center;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.practo-clone-feature-item.active {
  background: #e9f8ff;
  border-color: #2196F3;
}

.practo-clone-feature-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.practo-clone-feature-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.practo-clone-features-right img {
    width: 100%;
    display: block;
    margin-left: auto;
    border-radius: 10px;
}
.practo-text{
line-height: 1.5;
}

@media (max-width: 1024px) {
  .practo-clone-features-wrap {
    grid-template-columns: 1fr;
  }
  .practo-clone-features-right {
    display: none;
  }
}

@media (max-width: 786px) {
  .practo-clone-features-section {
    padding: 0px 0;
  }
  
}

.practo-comm-final {
  padding: 100px 0;
}
.dd-workflow-section {
    PADDING: 40PX;
}
.practo-comm-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.practo-circle-box {
  position: relative;
  width: 360px;
  height: 360px;
  margin: auto;
}
.phone-bg {
    width: 260px;
    height: 548px;
    border-radius: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center;
    transition: background-image 0.6s ease;
}
.progress-ring circle {
  fill: none;
  stroke-width: 6;
}

.progress-ring circle:first-child {
  stroke: #e6e6e6;
}

.progress-fill {
  stroke: #1e88e5;
  stroke-dasharray: 1005;
  stroke-dashoffset: 1005;
}

.counting {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.count {
  width: 44px;
  height: 44px;
  background: #f2f2f2;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  transition: all 0.3s ease;
}

.count.active {
  background: #ffb703;
}
.practo-comm-text{
line-height: 1.5;
}
@media (max-width: 1024px) {
  .practo-comm-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .counting {
    left: 10px;
  }
}

@media (max-width: 768px) {
.practo-comm-final {
    padding: 110px 0;
    padding-bottom: 0 !important;
}

  .practo-circle-box {
    margin-bottom: 40px;
  }
  .tech-suite-grid {
  display: grid;
  grid-template-columns: 1fr !important ;
  align-items: center;
  gap: 0px  !important;
}
}
.tech-suite-section {
    padding: 60px 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;
}
.admin-panel-section {
    padding: 40px 0;
    background: linear-gradient(90deg, #00968824, #ff57221f, #2196f32b);
    margin-top:35px;
}

.admin-panel-heading {
    text-align: center;
    color: #000000;
    font-family: 'Impact';
}

.admin-panel-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: center;
  gap: 50px;
}

.admin-panel-col {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.admin-panel-card {
  background: #19a8e0;
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.3s ease;
}

.admin-panel-head {
  padding: 22px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.admin-panel-head i {
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.admin-panel-body {
  padding: 0 26px;
  max-height: 0;
  opacity: 0;
  font-size: 15px;
  line-height: 1.6;
  transition: all 0.35s ease;
}

.admin-panel-card.active .admin-panel-body {
  max-height: 140px;
  opacity: 1;
  padding-bottom: 20px;
}

.admin-panel-card.active .admin-panel-head i {
  transform: rotate(45deg);
}

.admin-panel-center {
  text-align: center;
}

.admin-panel-center img {
  max-width: 100%;
  border-radius: 10px;
}

.yellow_btn {
    margin-top: 32px;
    background: #ffc83d;
    color: #000;
    border-radius: 40px;
    padding: 14px 30px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.yellow_btn span {
  background: #000;
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .admin-panel-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .admin-panel-col {
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .admin-panel-col {
    flex-direction: column;
  }

  .admin-panel-heading {
    font-size: 28px;
  }
}
.tb-benefits {
    padding: 20px;
    /* background: #ffffff; */
    font-family: Inter, Arial, sans-serif;
}

.tb-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.tb-benefits h2 {
  margin-bottom: 12px;
}

.tb-benefits h2 span {
  color: #1e88ff;
}

.tb-subtitle {
    max-width: 760px;
    margin: 0 auto 20px;
    /* color: #555; */
    /* font-size: 16px; */
}

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

.tb-card {
    position: relative;
    background: #d6dff1;
    padding: 20px;
    /* border-radius: 18px; */
    overflow: hidden;
    text-align: center;
    z-index: 1;
}
/* BOTTOM → TOP BACKGROUND */
.tb-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #eaf2ff;
  z-index: -1;
  transition: bottom 0.6s ease;
}

.tb-card:hover::before {
  bottom: 0;
}

/* ICON CIRCLE */
.tb-icon {
  width: 72px;
  height: 72px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.tb-icon img {
  width: 38px;
  height: auto;
}

/* TEXT */
.tb-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.tb-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

/* TOP BORDER COLOR */
.tb-card.blue {
    border-left: 7px solid #42a5f5;
}
.tb-card.green { border-left: 7px solid #66bb6a; }
.tb-card.pink { border-left: 7px solid #ec407a; }
.tb-card.teal { border-left: 7px solid #26a69a; }
.tb-card.orange { border-left: 7px solid #ff7043; }
.tb-card.sky { border-left: 7px solid #29b6f6; }

/* HOVER LIFT */
.tb-card:hover {
  transform: translateY(-6px);
  transition: transform 0.4s ease;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .tb-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .tb-grid {
    grid-template-columns: 1fr;
  }
}p.section_des.clone-why-text {
    line-height: 1.4;
}.show-mobile {
    display: none;
}
 
.show-desktop {
    display: block;
}
@media (max-width: 767px) {
    .show-desktop {
        display: none;
    }.practo-clone-stats-section {
    padding: 20px 0 20px;
    background: #fff;
}.dd-workflow-section {
    PADDING: 40px 0 9px;
}
 .show-mobile {
    display: block;
    border-radius: 10px;
}.practo-clone-btn{

display:none;

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

.pcf2-head {
  text-align: center;
  margin-bottom: 40px;
}

.pcf2-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

.pcf2-item {
  display: flex;
  gap: 16px;
  padding: 16px;
  border-left: 4px solid transparent;
  cursor: pointer;
  align-items: center;
  transition: 0.3s ease;
}

.pcf2-item.active {
  background: #e9f8ff;
  border-color: #2196F3;
}

.pcf2-icon {
  width: 42px;
  height: 42px;
}

.pcf2-text {
  line-height: 1.5;
  font-size: 15px;
}

.pcf2-right img {
  width: 100%;
  border-radius: 12px;
  transition: opacity 0.3s ease;
}

@media (max-width: 1024px) {
  .pcf2-wrap {
    grid-template-columns: 1fr;
  }

  .pcf2-right {
    display: none;
  }
}
.pcf2-list h4 {
    font-size: 20px;
    font-weight: 700;
}

.hide-mobile {
  display: block;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}.thumbtack-howitworks-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}.doordash-howitworks-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}.dd-feature-tab h4 {
    margin: 0;
    font-size: 15px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Impact';
    letter-spacing: 1.1px;
}.doordash-howitworks-section {
    padding: 30px 0 !important;
}.dd-workflow-section {
    padding: 70px 0 45px !important;
}.thumbtack-howitworks-section {
    padding: 30px 0 80px !important;
}

@media(max-width:768px){
.thumbtack-howitworks-section {
    padding: 50px 0 40px !important;
}.dd-workflow-section {
    padding: 40px 0 45px !important;
}.doordash-clone-cta-content {
    max-width: 100%;
    padding: 20px 0 5px !important;
}.doordash-clone-cta-container {
    gap: 0px;
}.practo-clone-form-section {
    padding-bottom: 20px;
}
}.doordash-stat-item-dark {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
    color:white !important;
}