
.telemedicine {
    position: relative;

    background-image: url('https://whitelabelapps.ca/wp-content/themes/hello-elementor-child/assets/images/1.0Bg.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.hero-text span {
    color: #02A7EA;
}
.hero-section.telemedicine::before {
    content: "";
    position: absolute;
    width: 618px;
    height: 533px;
    border: 50px solid #02A7EA;
    border-radius: 50%;
    top: 54%;
    right: -181px;
    transform: translateY(-50%);
    opacity: 0.35;
}
.telemedicine-left {
    padding: 0px !important;
}
.telemedicine-flex {
    display: flex;
}

.telemedicine-left,
.telemedicine-media-wrap {
    width: 100% !important;
}

.hero-section.telemedicine .container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 60px;
}

.telemedicine-heading span {
    color: #02A7EA;
}

.telemedicine-text {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
    max-width: 600px;
}
.hero-section.telemedicine ul {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.hero-section.telemedicine ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px !important;
    font-size: 16px;
    color: #333;
    line-height: 1.6 !;
    font-family: 'Inter';
}
.hero-section.telemedicine ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.hero-section.telemedicine ul li:nth-child(1)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-.webp");
}
.hero-section.telemedicine ul li:nth-child(2)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-2.webp");
}
.hero-section.telemedicine ul li:nth-child(3)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-3.webp");
}

.hero-section.telemedicine ul li:nth-child(4)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-4.webp");
}
.hero-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
}

.hero-image-container {
    position: relative;
}

.hero-image {
    max-width: 420px;
    width: 100%;
    position: relative;
    z-index: 2;
}
@media (max-width: 991px) {
    .hero-section.telemedicine .container {
        flex-direction: column;
        text-align: center;
    }

    .hero-section.telemedicine::before {
        display: none;
    }

    .telemedicine-heading {
        font-size: 34px;
    }

    .hero-section.telemedicine ul li {
        text-align: left;
    }
}
.tm-feature-item {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.tm-feature-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
.green-card .tm-feature-item::before,
.green-card .tm-feature-item::after {

    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/Brand-Ownership-orange.webp");
}

.orange-card .tm-feature-item::before,
.orange-card .tm-feature-item::after {
  background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/Brand-Ownership-green.webp");
}

.branding-section {
  background: #ffffff;
  padding: 30px 0;
}

.branding-container {
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.branding-tag {
  font-size: 16px !important;
  color: #2f80ed;
  font-weight: 600;
  display: inline-block;
}.ander-line img {
    width: 100%;
    max-width: 130px;
}
.ander-line {
    margin: 0;
    padding: 0px;
    width: 100%;
}
.branding-desc {
line-height: 25px;
}

.branding-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.feature-card {
  position: relative;
  border-radius: 30px;
  padding: 25px;
  font-size: 14px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #0D0D0D1A;
}

.feature-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 8px 0 6px;
}

.feature-card p {
  margin: 0;
  line-height: 1.5;
  padding-right: 50px; 
}

.feature-icon {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 36px;
  height: 36px;

}

.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mint {
    background: #3DB55333;
    color: #47B852;
}
.peach {
    background: #F7941D33;
    color: #F7941D;
}

.rose {
    background: #E8246933;
    color: #E82469;
}

.blue {
    background: #04A2E533;
    color: #02A7EA;
}
.branding-image {
    border: 2px solid #F2EEEE;

    border-radius: 30px;
}
.branding-image img {
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 30px;
}

.telemedicine-section {
  padding: 80px 0;
}

.telemedicine-header {
  text-align: center;
}

.telemedicine-cards {
  display: flex;
  gap: 28px;
}

.telemedicine-card {
    flex: 1;
    padding: 26px 10px 12px 28px;
    border-radius: 30px;
}

.green-card {
    background: #F5FFE6;
}

.orange-card {
  background: #FFE6D0 !important;
}

.card-head {
  position: relative;
  padding-right: 60px;
  margin-bottom: 24px;
}

.tm-heading-green {
  color: #3DB553;
   font-size: 24px;
    font-weight: 700;
    font-family: 'Inter';
}
.strong-text {
    font-size: 18px;
    font-weight: 700;
}
.tm-heading-orange {
    color: #F7941D;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Inter';
}

.tm-heading-icon {
    position: absolute;
    top: -15px;
    right: 0;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.tm-heading-icon img {
    max-width: 92%;
    max-height: 76%;

}

.tm-feature-item {
  display: flex;
  gap: 14px;

}
 .components-grid > :nth-last-child(2) {
    grid-column: 2;
  }

  .components-grid > :last-child {
    grid-column: 3;
  }
.feature-text {
  line-height: 1.6;
}
.backup {
    background: #F7941D1A !important;
}.updates {
    border: 2px solid #5AC8FA !important;
    background: #5AC8FA1A !important;
}.compliance {
    background: #69BF481A !important;
}

.patient-experience {
    background: #fff;
    padding: 20px 0 0px 0px;
}
.patient-experience-flex {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.grocery-delivery-app-cta {
    padding: 23px 5px 4px 8px !important;
}
.image-box {
  width: 45%;
}

.image-box img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    display: block;
    max-width: 520px;
}

.content {
    width: 55%;
    background: #F7941D1A;
    padding: 40px;
    border-radius: 24px;
}
.patient-orange {
    background: #D004821A;
}.patient-orange li::before {
    color: #D00482 !important;
}.patient-yellow {
    background: #69BF481A;
}.patient-yellow li::before {
    color: #69BF48 !important;
}.patient-lite-orange {
    background: #9B42B61A;
}.patient-lite-orange li::before {
    color: #9B42B6 !important;
}

.content h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Inter', Arial, sans-serif;
  color: #111;
  margin-bottom: 20px;
}
.content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  line-height: 1.6;
  color: #333;
}
.content li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: -2px;
    color: #F7941D;
    font-size: 20px;
}
.security-section {
    padding: 32px 20px 10px;
    background-color: #ffffff;
}

.security-container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}
.security-text {
  flex: 1;
}
.security-text p {
  line-height: 1.6;
}
.security-cards {
  flex: 1.7;
  display: flex;
  gap: 24px;
}
.security-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  flex: 1;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  text-align: center;
}
.security-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
.security-card .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin :auto;
}

.security-card .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.security-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.security-card p {
  line-height: 1.6;
}

.security-card.pink {
  border-color: #ff5c93;
}

.security-card.green {
  border-color: #6ac96a;
}

.security-card.orange {
  border-color: #ffa94d;
}
.components-container {

  padding: 30px 0;
}
.components {
  text-align: center;
}
.components-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 35px;
}
.component {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
  white-space: nowrap;
  transition: transform 0.2s ease;
}
.component:hover {
  transform: scale(1.05);
}
.component img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.peach {
  background: #fde9db;
  color: #c85b1f;
}

.rose {
  background: #fde3ef;
  color: #b83280;
}

.blue {
  background: #e6f4fb;
  color: #1f6fb2;
}

.mint {
  background: #e8f7e9;
  color: #2f8f3e;
}

.lavender {
  background: #f1e9fb;
  color: #6a3dbb;
}
.grocery-delivery-app-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.875rem;
    position: relative;

}
.grocery-delivery-app-cta .gdp-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 1rem;
}
.grocery-delivery-app-cta .gdp-demo-box {
  min-height: 22rem;
  border-radius: 1.25rem;
  background: #0c0c0e;
  border: 1px solid #373737;
  backdrop-filter: blur(0.25rem);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.grocery-delivery-app-cta .gdp-demo-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
.grocery-delivery-app-cta .gdp-demo-left {
  flex: 1 1 60%;
  padding: 4rem 2rem 4rem 3rem;
  color: #fff;
}
.heading-center{
text-align:center;
}
.grocery-delivery-app-cta .gdp-demo-image {
    flex: 1 1 40%;
    min-height: 26rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}
@media (max-width: 900px) {
  .security-container {
    flex-direction: column;
    text-align: center;
  } .security-container {
    gap: 40px;
  }

  .security-text h2 {
    font-size: 36px;
  }

  .security-text p {
    margin: 0 auto;
  }

  .security-cards {
    flex-direction: column;
  }

  .security-card {
    max-width: 420px;
    margin: 0 auto;
  }.patient-experience-flex {
    flex-direction: column;
    gap: 20px;
}

  .image-box,
  .content {
    width: 100%;
  }

  .content {
    padding: 30px;
  }

  .content h2 {
    font-size: 32px;
  }  .telemedicine-cards {
    flex-direction: column;
  }.branding-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .branding-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .branding-features {
    grid-template-columns: 1fr;
  }

  .feature-card p {
    padding-right: 0; /* mobile pe icon niche ya remove karna */
  }

 .feature-icon {
    position: absolute;
    opacity: 1;
    margin-top: 12px;
    width: 32px;
    height: 32px;
    top: 0;
    margin: 0 auto;
    left: 0;
    text-align: center;
}
}
@media (max-width: 768px) {
  .grocery-delivery-app-cta .gdp-demo-content {
    flex-direction: column;
  }
  .grocery-delivery-app-cta .gdp-demo-image {
    width: 100%;
    min-height: 15rem;
    margin-top: 2rem;
  }
  .grocery-delivery-app-cta .gdp-demo-left {
    padding: 2rem 1rem;
  }  .telemedicine-flex {
    flex-direction: column-reverse;
}

    .grocery-delivery-app-cta .gdp-demo-image {
        display: none;
    }

    .hero-text,
    .telemedicine-media-wrap {
        width: 100%;
        text-align: center;
    }

    .column-reverse {
        flex-direction: column-reverse !important;
    }

    .branding-container {
        display: flex;
        flex-direction: column;
    }

    .branding-container.reverse-mobile {
        flex-direction: column-reverse !important;
    }

    .telemedicine-left,
    .telemedicine-media-wrap {
        width: 100% !important;
    } .components-grid {
        grid-template-columns: 1fr !important; 
  }.telemedicine-left {
    padding: 26px 0 20px !important;
}.telemedicine-media-inner {
    margin-top: 22px;
}.telemedicine-section {
    padding: 0px;
}.grocery-delivery-app-cta {
    padding: 44px 0 0px !important;
}.ander-line img {
    width: 100%;
    max-width: 130px;
    margin: auto;
}.branding-container {
    gap: 20px;
    
} .components-grid > :nth-last-child(2) {
    grid-column: 1;
  }

  .components-grid > :last-child {
    grid-column: 1;
  }
}

@media (max-width: 480px) {
  .security-text h2 {
    font-size: 30px;
  }

  .security-card {
    padding: 26px 22px;
  }
}


