.hero-solution.hero-ecommerce-delivery {
  background-image: linear-gradient(90deg, rgb(165, 5, 189),rgb(239, 87, 203));
  height: 100vh;
}
.hero-solution.hero-food-delivery {
  background-image: linear-gradient(135deg, rgb(245, 177, 77),rgb(237, 53, 115));
  height: 100vh;
}
.hero-solution.hero-courier-delivery {
  background-image: linear-gradient(0deg, rgb(246, 19, 218),rgb(2, 28, 51));
  height: 100vh;
}
.hero-solution.hero-logistics-delivery {
  background-image: linear-gradient(90deg, rgb(252, 108, 53),rgb(170, 18, 159));
  height: 100vh;
}

.hero-ecommerce-delivery .hero-inner {
  text-align: left;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding-top: clamp(30px, 5vw, 56px);
}

.hero-ecommerce-delivery h1 {
  max-width: 100%;
  margin-inline: 0;
}

.hero-ecommerce-delivery .hero-sub {
  margin-inline: 0;
  text-align: left;
}

.hero-ecommerce-delivery .hero-actions {
  justify-content: flex-start;
}


.hero-ecommerce-visual .visual-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 12px 16px;
  color: #fff;
  font-size: 0.85rem;
}

.hero-ecommerce-visual .visual-row svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.hero-ecommerce-visual ul{
      background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    padding: clamp(28px, 4vw, 44px);
    display: flex;
    gap: 14px;

}
.hero-ecommerce-visual li{
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    padding: 12px 16px;
    color: #fff;
    font-size: 0.85rem;
}

/* ---- "Why ManageTeamz" deliver pillars ---- */
.deliver-pillars {
  padding: clamp(56px, 8vw, 100px) 0;
}

.deliver-card {
  border: 1px solid #e4e7e5;
  border-radius: 14px;
  padding: 26px 22px;
  height: 100%;
}

.deliver-card .deliver-index {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9158d3;
  margin-bottom: 10px;
  display: block;
}

.deliver-card h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.deliver-card p {
  font-size: 0.875rem;
  margin-bottom: 0px;
}

/* ---- Web admin / mobile app feature sections ---- */
.platform-feature-section {
  padding: clamp(56px, 8vw, 100px) 0;
  background: #f9faf9;
}

.platform-feature-section.is-alt {
  background: #ffffff;
}

.platform-feature-section .section-head {
  text-align: left;
  margin-left: 0;
  max-width: 640px;
}

.platform-feature-grid {
  margin-top: 36px;
}

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

.platform-feature-item .icon-badge {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #f2ecfb;
  color: #6c3fc5;
  flex-shrink: 0;
  margin-bottom: 0;
}

.platform-feature-item h4 {
  font-size: 1rem;
  margin-bottom: 6px;

}

.platform-feature-item p {
    grid-column: 2;
    margin: 0;
    font-size: 0.875rem;
}
.platform-feature-item i{
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #f2ecfb;
    color: #6c3fc5;
    flex-shrink: 0;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    ont-size: 0.9rem;
}

/* ---- Testimonials (text-only cards, no photos) ---- */
.testimonial-quote-card {
  border-left: 3px solid #9158d3;
  background: #f9faf9;
  border-radius: 0 14px 14px 0;
  padding: 26px 24px;
  height: 100%;
}

.testimonial-quote-card p.quote-text {
  font-size: 0.92rem;
  color: #3c4a47;
  margin-bottom: 16px;
}

.testimonial-quote-card .quote-author {
  font-weight: 700;
  color: #12181a;
  font-size: 0.9rem;
}

.testimonial-quote-card .quote-role {
  font-size: 0.8rem;
  color: #6b7876;
}

/* ---- Utility modifiers (replace what would otherwise be inline styles) ---- */
.breadcrumb-trail {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 0.82rem;
  margin-bottom: 14px !important;
}

.breadcrumb-trail a {
  color: rgba(255, 255, 255, 0.75);
}

.breadcrumb-trail a:hover {
  color: #ffffff;
}

.eyebrow-purple {
  color: #9158d3;
}

.section-sub-centered {
  margin-inline: auto;
}

.section-head-tight {
  margin-bottom: 0;
}

.no-top-padding {
  padding-top: 0;
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
  .hero-ecommerce-delivery .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-ecommerce-delivery .hero-sub,
  .hero-ecommerce-delivery h1 {
    text-align: center;
    margin-inline: auto;
  }

  .hero-ecommerce-delivery .hero-actions {
    justify-content: center;
  }

  .platform-feature-section .section-head {
    text-align: center;
    margin-inline: auto;
  }
  
}
@media (max-width: 480px) {
  .hero-ecommerce-visual ul {
    flex-direction: column;
    gap: 10px;
    padding: clamp(20px, 5vw, 28px);
  }

  .hero-ecommerce-visual li {
    width: 100%;
    font-size: 0.8rem;
  }
   .platform-feature-section .eyebrow {
    display: block;
    text-align: center;
  }

  .platform-feature-section .section-head {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .platform-feature-grid {
     margin-top: 0; 
  }
  .platform-feature-section {
  padding-bottom:49px;
  }
}
