.industries-strip {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px 24px 10px;
  z-index: 2;
}
.industries-strip-inner {
  max-width: 1320px;
  margin: 0 auto;
}
.industries-scroll {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
  padding-bottom: 6px;
}
.industries-scroll::-webkit-scrollbar {
  height: 6px;
}
.industries-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.industries-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 100px;
}

.industry-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  color: #1a1a1a;
  text-decoration: none;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}
.industry-pill:hover {
  border-color: #2586b7;
  color: #2586b7;
}
.industry-pill.is-active {
  background: #2586b7;
  border-color: #2586b7;
  color: #ffffff;
}

.industries-strip::before,
.industries-strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  pointer-events: none;
}
.industries-strip::before {
  left: 0;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.industries-strip::after {
  right: 0;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.who-we-serve-main {
  position: relative;
}
.who-we-serve-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("/images/blur-backdrop 1(1).png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.industry-body-backdrop {
  position: relative;
  width: 100%;
  min-height: 700px;
  background-image: url("/images/blur-backdrop 1(1).png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.9;
  pointer-events: none;
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .industry-body-backdrop {
    min-height: 1108px;
  }
}
.smtx-general-page-header,
.industries-strip {
  position: relative;
  z-index: 2;
}

/* general */
.industry-farms {
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  color: #1b1b20;
}
.industry-farms .container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}
.industry-farms .card {
  position: relative;
  border-radius: 30px;
  background: #ffffff;
  padding: 65px 50px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.industry-farms .hero h1 {
  margin: 0 0 16px;
  text-align: center;
  font-weight: 700;
  font-size: 54px;
  line-height: 70px;
  color: #1b1b20;
}
.industry-farms .hero p {
  margin: 0 auto 24px;
  max-width: 1062px;
  text-align: center;
  color: #1b1b20;
  opacity: 0.6;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.industry-farms .cta-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.industry-farms .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 65px;
  padding: 15px 60px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  transition: filter 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, color 0.15s ease;
}
.industry-farms .btn-primary {
  background: #00d075;
  color: #ffffff;
  border: 1px solid #00d075;
}
.industry-farms .btn-primary:hover {
  filter: brightness(0.95);
}
.industry-farms .btn-outline {
  background: #ffffff;
  color: #00d075;
  border: 1px solid #00d075;
}
.industry-farms .btn-outline:hover {
  background: #effff7;
}
.industry-farms .section {
  margin: 28px 0;
}
.industry-farms .split {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .industry-farms .split {
    grid-template-columns: 1fr;
  }
}
.industry-farms .guide-tile {
  border-radius: 16px;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.industry-farms .guide-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #00d075;
  color: #ffffff;
  text-decoration: none;
  border-radius: 16px;
  padding: 14px 24px;
  border-left: 4px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  height: 55px;
}
.industry-farms .guide-bar:hover {
  filter: brightness(0.95);
}
.industry-farms .guide-bar:focus-visible {
  outline: 3px solid #71f1b2;
  outline-offset: 2px;
}
.industry-farms .guide-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  opacity: 0.95;
}
.industry-farms .guide-note {
  margin: 0;
  color: #5b5f66;
  font-size: 16px;
  line-height: 24px;
}

.industry-farms .guide-tile .title {
  font-weight: 700;
  margin-bottom: 14px;
  display: none;
}
.industry-farms .guide-tile .guide-btn {
  display: none;
}

.industry-farms .cap-panel {
  border: 1px solid #00d075;
  background: #effff8;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: fit-content;
}
.industry-farms .cap-title {
  margin: 0;
  color: #1b1b20;
  font-weight: 500;
  font-size: 18px;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.industry-farms .guide-tile {
  border-radius: 18px;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #e6e8ec;
  height: 103px;
}
.industry-farms .guide-tile .title {
  font-weight: 700;
  margin-bottom: 14px;
}
.industry-farms .guide-tile .guide-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #00d075;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.industry-farms .guide-tile .guide-btn:hover {
  filter: brightness(0.95);
}

.industry-farms .cap-panel {
  border: 1px solid #00d075;
  background: #effff8;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.industry-farms .cap-title {
  margin: 0;
  color: #1b1b20;
  font-weight: 500;
  font-size: 18px;
  line-height: 49px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.industry-farms .btn .btn-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.industry-farms .cap-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
@media (max-width: 680px) {
  .industry-farms .cap-items {
    grid-template-columns: 1fr;
  }
}

.industry-farms .cap-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e6f5ee;
  padding: 14px 24px;
  min-height: 78px;
}
.industry-farms .cap-item .check {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  display: inline-block;
}

.industry-farms .cap-item p {
  margin: 0;
  color: #1b1b20;
  opacity: 0.8;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.industry-farms .trusted-panel {
  grid-column: 2 / 3;
  background: #f9f9f9;
  border: 1px solid rgba(68, 132, 179, 0.3);
  border-radius: 16px;
  padding: 14px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.industry-farms .trusted-title {
  margin: 0;
  color: #1b1b20;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 70px;
  text-align: center;
}
.industry-farms .split {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  margin-top: 24px;
}
.industry-farms .trusted-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  width: 100%;
}
.industry-farms .trusted-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  color: #1b1b20;
  opacity: 0.8;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .industry-farms .split {
    grid-template-columns: 1fr;
  }
  .industry-farms .trusted-panel {
    grid-column: 1 / -1;
  }
  .industry-farms .capabilities {
    grid-column: 1 / -1;
  }
  .industry-farms .capabilities {
    grid-column: 1 / -1;
    margin-top: 16px;
  }
}

.industry-farms .capabilities {
  margin: 28px 0 0;
  grid-column: 2 / 3;
}
.industry-farms .capabilities {
  margin: 0;
  grid-column: 2 / 3;
}
.industry-farms .capabilities-label {
  margin: 0 0 16px;
  color: #1b1b20;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
}

.industry-farms .acc-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.industry-farms .acc-item {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  padding : 24px 24px;
}

.industry-farms .acc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 70px;
  padding: 0 24px 0 0;
}
.industry-farms .acc-head .head-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.industry-farms .acc-icon {
  width: 64px;
  height: 64px;
  border-radius: 24px;
  background: rgba(68, 132, 179, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.industry-farms .acc-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  opacity: 0.9;
}

.industry-farms .acc-title {
  color: #1b1b20;
  font-weight: 500;
  font-size: 18px;
  line-height: 70px;
  letter-spacing: 0;
}

.industry-farms .acc-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.industry-farms .acc-chevron {
  width: 24px;
  height: 11px;
  transition: transform 0.2s ease;
}
.industry-farms .acc-item.is-open .acc-chevron {
  transform: rotate(180deg);
}

.industry-farms .key-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background: url("../images/Frame H.png") no-repeat center / 18px 18px;
}

.industry-farms .acc-body {
  padding: 0 24px 24px 0;
  border-top: 1px solid #e6e8ec;
  position : relative;
  top : 7px;
}
.industry-farms .acc-item.is-open .acc-body {
  display: block;
}
.industry-farms .acc-subhead {
    margin: 16px 0;
    color: #1b1b20;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-transform: none;
}
.industry-farms .key-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.industry-farms .key-list li {
  position: relative;
  padding-left: 28px;
  color: #1b1b20;
  opacity: 0.8;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.industry-farms .key-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 28px;
  line-height: 28px;

  background: url("../images/Frame H.png") no-repeat center / 18px 18px;
}
.test {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.industry-farms .quick-card {
  border-radius: 16px;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.industry-farms .quick-title {
  margin: 0;
  color: #1b1b20;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
}
.industry-farms .quick-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.industry-farms .quick-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.industry-farms .quick-num {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #4484b3;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
.industry-farms .quick-item p {
  margin: 0;
  color: #1b1b20;
  opacity: 0.8;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.industry-farms .quicknav-card {
  border-radius: 16px;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.industry-farms .quicknav-title {
  margin: 0;
  color: #1b1b20;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.industry-farms .quicknav-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.industry-farms .quicknav-item {
  display: flex;
  align-items: center;
  height: 55px;
  padding: 0 24px;
  border-radius: 16px;
  color: #1b1b20;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  border-left: 4px solid transparent;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.industry-farms .quicknav-item:hover {
  background: #f7faf8;
}
.industry-farms .quicknav-item.is-active {
  background: #effff8;
  border-left-color: #cdefe2;
}

.industry-farms .split {
  align-items: start;
}
.test {
  grid-column: 1;
  grid-row: 1 / span 3;
}

.industry-farms .cap-panel {
  align-self: start;
  padding: 16px;
  gap: 12px;
}
.industry-farms .cap-title {
  margin: 24px 0 4px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
}
.industry-farms .cap-items {
  gap: 8px;
}
.industry-farms .cap-item {
  align-items: center;
  padding: 12px 16px;
  min-height: 0;
}
.industry-farms .cap-item .check {
  margin-top: 0;
}

.industry-farms .trusted-panel {
  grid-column: 2 / 3;
}
.industry-farms .capabilities {
  grid-column: 2 / 3;
}
@media (max-width: 992px) {
  .test {
    grid-row: auto;
  }
  .industry-farms .trusted-panel,
  .industry-farms .capabilities {
    grid-column: 1 / -1;
  }
}

.industry-farms .cta-banner {
  position: relative;
  margin: 0px 0 60px;
  border-radius: 30px;
  padding: 60px 24px;
  background: linear-gradient(90deg, #579ac5 0%, #02cf77 100%);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.industry-farms .cta-banner h2 {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #ffffff;
}
.industry-farms .cta-banner p {
  margin: 0 0 35px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  opacity: 0.95;
}
.industry-farms .cta-banner .cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.industry-farms .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 65px;
  padding: 15px 60px;
  border-radius: 50px;
  background: #ffffff;
  color: #00d075;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  border: 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}
.industry-farms .cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  filter: brightness(0.98);
}
@media (max-width: 680px) {
  .industry-farms .cta-banner {
    padding: 40px 16px;
  }
  .industry-farms .cta-banner h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .industry-farms .cta-banner p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .industry-farms .cta-btn {
    height: 56px;
    padding: 12px 40px;
    font-size: 16px;
  }
}

.industry-farms .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.industry-farms .cta-banner {
  grid-column: 1 / -1;

  margin: 35px 0 60px;
  border-radius: 50px;
  padding: 60px;
  background: linear-gradient(90deg, #579ac5 0%, #02cf77 100%);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.industry-farms .cta-banner h2 {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #ffffff;
}
.industry-farms .cta-banner p {
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  opacity: 0.95;
}
.industry-farms .cta-banner .cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.industry-farms .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 65px;
  padding: 15px 60px;
  border-radius: 50px;
  background: #ffffff;
  color: #00d075;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  border: 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}
.industry-farms .cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  filter: brightness(0.98);
}
.section.capabilities {
  margin-bottom: 48px;
}
.cta-banner
{
  margin-top: 0px;
}
/* Responsive hero section*/
@media (max-width: 480px) {
  .industry-farms .hero h1 {
    font-size: 32px;
    line-height: 42px;
  }
  
  .industry-farms .hero p {
    font-size: 16px;
    line-height: 24px;
  }
  
  .industry-farms .btn {
    font-size: 16px;
    height: 56px;
    padding: 12px 40px;
  }
  
  .industry-farms .cap-title,
  .industry-farms .trusted-title,
  .industry-farms .capabilities-label,
  .industry-farms .quick-title,
  .industry-farms .acc-title {
    font-size: 16px;
    line-height: 24px;
  }
  
  .industry-farms .cap-item p,
  .industry-farms .key-list li,
  .industry-farms .quicknav-item {
    font-size: 16px;
    line-height: 24px;
  }
  
  .industry-farms .trusted-chip {
    font-size: 12px;
    padding: 10px 16px;
  }
  
  .industry-farms .quick-item p {
    font-size: 14px;
    line-height: 20px;
  }
  
  .industry-farms .acc-head {
    height: auto;
    padding: 16px;
  }
  
  .industry-farms .acc-icon {
    width: 48px;
    height: 48px;
  }
  
  .industry-farms .acc-icon img {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .industry-farms .hero h1 {
    font-size: 42px;
    line-height: 54px;
  }
  
  .industry-farms .hero p {
    font-size: 17px;
    line-height: 26px;
  }
  
  .industry-farms .btn {
    font-size: 18px;
    height: 60px;
    padding: 14px 50px;
  }
  
  .industry-farms .cap-title,
  .industry-farms .trusted-title,
  .industry-farms .capabilities-label,
  .industry-farms .quick-title,
  .industry-farms .acc-title {
    font-size: 17px;
    line-height: 26px;
  }
  
  .industry-farms .cap-item p,
  .industry-farms .key-list li,
  .industry-farms .quicknav-item {
    font-size: 17px;
    line-height: 26px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .industry-farms .hero h1 {
    font-size: 48px;
    line-height: 62px;
  }
  
  .industry-farms .hero p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 1400px) {
  .industry-farms .hero h1 {
    font-size: 60px;
    line-height: 76px;
  }
  
  .industry-farms .hero p {
    font-size: 20px;
    line-height: 32px;
  }
  
  .industry-farms .cap-item p,
  .industry-farms .key-list li {
    font-size: 19px;
    line-height: 30px;
  }
}