/* 2026-09-02 — keep all four "What's Included" pillar cards on one desktop row. */
@media (min-width: 1101px) {
  #services > .wrap > .industries {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    align-items: stretch;
  }

  #services > .wrap > .industries > .ind-card {
    min-width: 0;
    width: auto !important;
    padding: 20px !important;
    height: 100%;
  }

  #services > .wrap > .industries > .ind-card .ind-title,
  #services > .wrap > .industries > .ind-card .ind-desc,
  #services > .wrap > .industries > .ind-card .ind-stat {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  #services > .wrap > .industries > .ind-card .ind-foot {
    flex-wrap: wrap;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  #services > .wrap > .industries {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  #services > .wrap > .industries {
    grid-template-columns: 1fr !important;
  }
}

/* CRO main page — match the home-page overlapping vertical tab treatment. */
@media (min-width: 1025px) {
  .elementor-107 .elementor-element.elementor-element-32508dc1 .elementor-tabs {
    display: flex !important;
    align-items: stretch;
    overflow: visible !important;
  }

  .elementor-107 .elementor-element.elementor-element-32508dc1 .elementor-tabs-wrapper {
    width: 30% !important;
    flex: 0 0 30%;
    position: relative;
    z-index: 3;
    overflow: visible !important;
    padding: 50px 0 0 40px !important;
  }

  .elementor-107 .elementor-element.elementor-element-32508dc1 .elementor-tabs-content-wrapper {
    width: 70% !important;
    flex: 0 0 70%;
    position: relative;
    z-index: 1;
    margin: -1px -1px -1px 0 !important;
    border-radius: 50px !important;
    padding: 7% 7% 7% 10% !important;
  }

  .elementor-107 .elementor-element.elementor-element-32508dc1 .elementor-tab-desktop-title.elementor-active {
    width: 120% !important;
    margin-right: -20%;
    position: relative;
    z-index: 5 !important;
    border-radius: 50px !important;
    padding-right: 70px !important;
  }
}
