.elementor-103 .elementor-element.elementor-element-cdab361{--display:flex;}.elementor-103 .elementor-element.elementor-element-5cbfdc3{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-103 .elementor-element.elementor-element-7a1e378{--display:flex;}.elementor-103 .elementor-element.elementor-element-dfba3e4{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}@media(max-width:1024px){.elementor-103 .elementor-element.elementor-element-5cbfdc3{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-103 .elementor-element.elementor-element-5cbfdc3{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for container, class: .elementor-element-5cbfdc3 *//* === INDUSTRIES GRID CLEANUP === */
.pb-industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;

  /* make each grid item (card) stretch to same row height */
  align-items: stretch;
}

/* Ensure every card is the same height */
.pb-card {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 32px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);

  /* equal height + vertical layout */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;              /* <— important for equal height in the grid */

  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

/* Hover effect */
.pb-card:hover {
  transform: translateY(-4px);
  border-color: rgba(197, 166, 112, 0.4);
  box-shadow: 0 16px 32px rgba(0,0,0,0.35);
}

/* Headings */
.pb-card h3 {
  font-family: "Poppins", sans-serif;
  color: #C5A670;
  font-size: 22px;
  margin-bottom: 14px;
  text-align: center;
}

/* Paragraphs */
.pb-card p {
  font-family: "Montserrat", sans-serif;
  color: #E8EBF3;
  line-height: 1.65;
  text-align: center;
  font-weight: 500;
}

/* === Case Study Formatting (with gold vertical line) === */
.pb-card .pbi-case {
  font-size: 15px;
  color: #D3D6E0;
  padding-left: 12px;
  margin: 16px 0 24px;

  border-left: 3px solid #C5A670;
  text-align: left;
}

/* Button always at bottom */
.pb-card .pbi-btn {
  margin-top: auto;           /* <— pushes button to the bottom of the card */
  display: inline-block;
  text-align: center;

  padding: 12px 18px;
  background: #C5A670;
  color: #0E1220;

  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border-radius: 10px;

  transition: transform .18s, box-shadow .18s;
}

.pb-card .pbi-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(197, 166, 112, 0.35);
}

/* Mobile stacking cleanup */
@media(max-width: 768px){
  .pb-card {
    text-align: center;
  }
  .pb-card .pbi-case {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dfba3e4 */#pb-industries-cta {
  background: #1E2C5D;
  color: #fff;
  text-align: center;
  padding: clamp(64px, 6vw, 100px) 5%;
}

#pb-industries-cta .pbi-cta-wrap {
  max-width: 820px;
  margin: 0 auto;
}

#pb-industries-cta h2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700;
  margin-bottom: 16px;
  color: #FFFFFF;
}

#pb-industries-cta p {
  font-family: "Montserrat", sans-serif;
  color: #E8EBF3;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.7;
  margin-bottom: 28px;
}

#pb-industries-cta .pbi-cta-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #C5A670;
  color: #0E1220;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: transform .18s, box-shadow .18s, filter .18s;
}

#pb-industries-cta .pbi-cta-btn:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 10px 24px rgba(197,166,112,.4);
}

@media (max-width: 640px) {
  #pb-industries-cta .pbi-cta-btn {
    width: 100%;
    text-align: center;
    padding: 16px 0;
  }
}
#pb-industries-cta {
  background: linear-gradient(135deg, #0E1220 0%, #1C2342 100%);
  color: #fff;
}/* End custom CSS */