.elementor-1219 .elementor-element.elementor-element-9ed0baf{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:90px;--padding-bottom:90px;--padding-left:35px;--padding-right:35px;}.elementor-1219 .elementor-element.elementor-element-9ed0baf:not(.elementor-motion-effects-element-type-background), .elementor-1219 .elementor-element.elementor-element-9ed0baf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(269deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);}.elementor-1219 .elementor-element.elementor-element-a9b2eaf{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1219 .elementor-element.elementor-element-a915ab3{animation-duration:2500ms;animation-timing-function:cubic-bezier(0.77,0,0.175,1);}.elementor-1219 .elementor-element.elementor-element-a915ab3 .aux-widget-inner > *{text-align:center;margin-left:auto !important;margin-right:auto !important;}.elementor-1219 .elementor-element.elementor-element-a915ab3 .aux-modern-heading-primary{font-size:66px;font-weight:bold;text-transform:uppercase;color:var( --e-global-color-d036517 );margin:0px 0px 0px 0px;}.elementor-1219 .elementor-element.elementor-element-6bcf4f0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1219 .elementor-element.elementor-element-2e5b2f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1219 .elementor-element.elementor-element-2e5b2f4.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1219 .elementor-element.elementor-element-a7c47c4{--display:flex;}.elementor-1219 .elementor-element.elementor-element-b5376d7{--display:flex;}.elementor-1219 .elementor-element.elementor-element-66289f0{--display:flex;}.elementor-1219 .elementor-element.elementor-element-caf1a36{--display:flex;}.elementor-1219 .elementor-element.elementor-element-a0ffc93{--display:flex;}.elementor-1219 .elementor-element.elementor-element-40d74a3{--display:flex;}.elementor-1219 .elementor-element.elementor-element-9c9c3f7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1219 .elementor-element.elementor-element-30a8c26{--display:flex;}@media(min-width:768px){.elementor-1219 .elementor-element.elementor-element-9ed0baf{--content-width:1600px;}.elementor-1219 .elementor-element.elementor-element-6bcf4f0{--content-width:1600px;}.elementor-1219 .elementor-element.elementor-element-2e5b2f4{--width:99.208%;}.elementor-1219 .elementor-element.elementor-element-a7c47c4{--content-width:1600px;}.elementor-1219 .elementor-element.elementor-element-b5376d7{--content-width:1600px;}.elementor-1219 .elementor-element.elementor-element-66289f0{--content-width:1600px;}.elementor-1219 .elementor-element.elementor-element-caf1a36{--content-width:1600px;}.elementor-1219 .elementor-element.elementor-element-9c9c3f7{--content-width:1600px;}.elementor-1219 .elementor-element.elementor-element-30a8c26{--content-width:1600px;}}@media(max-width:1024px){.elementor-1219 .elementor-element.elementor-element-a915ab3 .aux-modern-heading-primary{font-size:56px;}}@media(max-width:767px){.elementor-1219 .elementor-element.elementor-element-a915ab3 .aux-modern-heading-primary{font-size:42px;}}


/* Start custom CSS for html, class: .elementor-element-a4144da *//* Overall section */
.elv-industries {
    background: #0C1014;        /* matches your main dark background */
    color: #E7E8EC;
    padding: 80px 0;
}

.elv-industries .elv-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Headings */
.elv-industries-header {
    text-align: left;
    max-width: 780px;
    margin-bottom: 48px;
}

.elv-section-label {
    font-size: 14px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #5F2E8E;
    margin: 0 0 8px;
}

.elv-section-title {
    font-size: 40px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0 0 16px;
}

.elv-section-intro {
    font-size: 16px;
    line-height: 1.6;
    color: #C3C5D0;
    margin: 0;
}

/* Grid layout */
.elv-industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

/* Industry card */
.elv-industry-card {
    background: rgba(95, 46, 142, 0.12);        /* subtle purple glaze */
    border: 1px solid rgba(143, 107, 206, 0.5);
    border-radius: 22px;
    padding: 24px 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

/* Hover state */
.elv-industry-card:hover {
    transform: translateY(-6px);
    background: #5F2E8E;
    border-color: #B898FF;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
}

/* Tag / badge */
.elv-industry-tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(95, 46, 142, 0.3);
    color: #EBD9FF;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Card title & text */
.elv-industry-title {
    font-size: 20px;
    line-height: 1.3;
    color: #FFFFFF;
    margin: 6px 0 4px;
}

.elv-industry-text {
    font-size: 14px;
    line-height: 1.6;
    color: #D4D6E2;
    margin: 0 0 4px;
}

/* List */
.elv-industry-list {
    margin: 4px 0 8px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.7;
    color: #F1F2F7;
}

.elv-industry-list li {
    margin-bottom: 4px;
}

/* Focus / Goal line */
.elv-industry-focus {
    font-size: 13px;
    line-height: 1.5;
    color: #F3E7FF;
    margin-top: 4px;
}

/* Responsive tweaks */
@media (max-width: 1024px) {
    .elv-section-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .elv-industries {
        padding: 56px 0;
    }

    .elv-industries-header {
        text-align: left;
    }

    .elv-section-title {
        font-size: 28px;
    }
}/* End custom CSS */


/* Start custom CSS for html, class: .elementor-element-5c62b33 */.elv-ind-hero-section {
  background: #0C1014;
  color: #D4D7DD;
  padding: 80px 20px 60px;
}

.elv-ind-hero-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.2fr);
  gap: 40px;
  align-items: flex-start;
}

.elv-ind-kicker {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B891FF;
  margin-bottom: 8px;
}

.elv-ind-h1 {
  font-size: 40px;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 16px;
}

.elv-ind-hero-text {
  font-size: 16px;
  color: #D7DBE5;
  margin-bottom: 10px;
}

.elv-ind-hero-sub {
  font-size: 14px;
  color: #8F95A5;
  max-width: 640px;
}

/* Right card */
.elv-ind-hero-panel {
  background: #141821;
  border-radius: 20px;
  padding: 20px 22px 22px;
  border: 1px solid rgba(255,255,255,0.06);
}

.elv-ind-hero-panel-title {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
}

.elv-ind-hero-panel-text {
  font-size: 14px;
  color: #C4C8D3;
  margin-bottom: 10px;
}

.elv-ind-hero-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.elv-ind-hero-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 14px;
}

.elv-ind-hero-list li:last-child {
  border-bottom: none;
}

.elv-ind-hero-list span {
  color: #F4F6FF;
}

.elv-ind-hero-list strong {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  color: #EDEBFF;
}

/* Responsive */
@media (max-width: 1024px) {
  .elv-ind-hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .elv-ind-hero-section {
    padding: 56px 16px 40px;
  }
  .elv-ind-h1 {
    font-size: 30px;
  }
}


/* GLOBAL WRAPPER */
.elv-industries-page {
    background: #0C1014;
    color: #D4D7DD;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* CONTAINER */
.elv-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ================================
   SECTION SPACING (UPDATED)
=================================*/

/* Default desktop spacing */
.elv-section {
    padding: 48px 0;       /* reduced from 80px */
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.elv-section:last-of-type {
    border-bottom: none;
}

/* Kicker / Titles */
.elv-section-kicker {
    color: #5F2E8E;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.elv-section-title {
    font-size: 32px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 12px; /* reduced slightly */
}

.elv-section-subtitle {
    font-size: 16px;
    max-width: 640px;
    color: #B3B8C4;
    margin-bottom: 20px; /* ensures spacing consistency */
}

/* ================================
   RESPONSIVE SPACING
=================================*/

@media (max-width: 1024px) {
    .elv-section {
        padding: 40px 0;  /* slightly smaller for tablets */
    }
}

@media (max-width: 767px) {
    .elv-section {
        padding: 32px 0;  /* mobile-friendly spacing */
    }

    .elv-section-title {
        font-size: 26px;
    }
}





/* Make all hero pills equal width */
.elv-ind-hero-list strong {
  display: inline-flex;          /* lets us center text nicely */
  align-items: center;
  justify-content: center;
  min-width: 120px;              /* same width for all pills */
  text-align: center;

  font-size: 11px;
  padding: 1px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  color: #EDEBFF;
}

/* Optional: slightly smaller on narrow mobiles */
@media (max-width: 480px) {
  .elv-ind-hero-list strong {
    min-width: 100px;
    font-size: 10px;
  }
}/* End custom CSS */


/* Start custom CSS for html, class: .elementor-element-2381941 *//* Grid layout */
.elv-industry-grid--image {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

/* Card shell */
.elv-industry-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #11151c;
  border: 1px solid rgba(95, 46, 142, 0.45);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
  min-height: 320px; /* enough height so content doesn't get cut */
}

/* -------- Normal state: image + title -------- */

.elv-industry-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.elv-industry-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.elv-industry-image-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.78),
    rgba(0, 0, 0, 0.0)
  );
}

/* -------- Hover state: full content card -------- */

.elv-industry-overlay {
  position: absolute;
  inset: 0; /* full card */
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  background: rgba(12, 16, 20, 0.97);
}

.elv-industry-overlay-inner {
  border-radius: inherit;
  border: 1px solid #5F2E8E;
  padding: 18px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto; /* safety – no more cut content */
}

/* Show overlay on hover */
.elv-industry-card:hover .elv-industry-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Hide bottom title on hover (so only overlay text shows) */
.elv-industry-card:hover .elv-industry-image-title {
  opacity: 0;
}

/* Text styling inside overlay (same as your previous cards) */
.elv-industry-name {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 6px;
}

.elv-industry-focus {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #A8AEC0;
  margin-bottom: 10px;
}

.elv-industry-body {
  font-size: 14px;
  color: #C7CBD6;
  margin-bottom: 6px;
}

.elv-industry-list {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  color: #C7CBD6;
}

.elv-industry-list li {
  margin-bottom: 4px;
}

/* -------- Responsive tweaks -------- */

@media (max-width: 1024px) {
  .elv-industry-grid--image {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elv-industry-thumb,
  .elv-industry-card {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .elv-industry-grid--image {
    grid-template-columns: 1fr;
  }

  .elv-industry-thumb,
  .elv-industry-card {
    min-height: 280px;
  }
}/* End custom CSS */

/* Start custom CSS for html, class: .elementor-element-56c275b */.elv-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.elv-value-card {
    background: #141921;
    border-radius: 16px;
    padding: 22px 20px;
    border: 1px solid rgba(255,255,255,0.04);
    transition: all 0.25s ease;
}

.elv-value-card:hover {
    border-color: #5F2E8E;
    box-shadow: 0 14px 30px rgba(0,0,0,0.5);
    transform: translateY(-3px);
}

.elv-value-title {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 8px;
}

.elv-value-text {
    font-size: 14px;
    color: #C0C4D1;
}

/* Responsive */
@media (max-width: 1024px) {
    .elv-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    .elv-value-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */

/* Start custom CSS for html, class: .elementor-element-5c36d13 */.elv-capabilities-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 32px;
}

.elv-capability {
    background: #141821;
    border-radius: 20px;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,0.04);
    font-size: 14px;
    color: #E6E9F2;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.25s ease;
}

.elv-capability::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #5F2E8E;
    box-shadow: 0 0 0 4px rgba(95,46,142,0.35);
}

.elv-capability:hover {
    border-color: #5F2E8E;
    background: #181D27;
}

/* Responsive */
@media (max-width: 1024px) {
    .elv-capabilities-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    .elv-capabilities-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */



/* Start custom CSS for html, class: .elementor-element-bf181a4 *//* ===========================
   IMPACT STATS – PURPLE BOX DESIGN
   =========================== */

.elv-stats-strip {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

/* Each stat box */
.elv-stat {
  background: linear-gradient(135deg, #5F2E8E, #6E38A8);
  padding: 22px 18px;
  border-radius: 18px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform .25s ease, box-shadow .25s ease;
}

/* Hover */
.elv-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(0,0,0,0.35);
}

/* Simple number font */
.elv-stat-number {
  font-size: 26px;
  font-weight: 500;  /* lighter weight */
  margin-bottom: 6px;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
}

/* Label text */
.elv-stat-label {
  font-size: 14px;
  color: rgba(255,255,255,0.92);
  line-height: 1.45;
  max-width: 180px;
}

/* ========== Responsive (Tablet) ========== */
@media (max-width: 1024px) {
  .elv-stats-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ========== Responsive (Mobile) ========== */
@media (max-width: 767px) {
  .elv-stats-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .elv-stat {
    padding: 18px 14px;
  }

  .elv-stat-number {
    font-size: 22px;
  }

  .elv-stat-label {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .elv-stats-strip {
    grid-template-columns: 1fr; /* 1 per row */
  }
}/* End custom CSS */

/* Start custom CSS for html, class: .elementor-element-d098b57 */.elv-process-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 30px;
}

.elv-process-step {
    background: #141821;
    border-radius: 18px;
    padding: 18px 18px 20px;
    border: 1px dashed rgba(255,255,255,0.08);
    position: relative;
}

.elv-process-step::before {
    content: attr(data-step);
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #A6A9B8;
}

.elv-process-title {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 8px;
}

.elv-process-text {
    font-size: 14px;
    color: #C0C4D0;
}

/* Responsive */
@media (max-width: 1024px) {
    .elv-process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    .elv-process-steps {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */





/* Start custom CSS for html, class: .elementor-element-18f210d */.elv-cta {
    background: radial-gradient(circle at top left, #5F2E8E 0%, #381B54 38%, #0C1014 100%);
    border-radius: 24px;
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    color: #ffffff;
}

.elv-cta-title {
    font-size: 24px;
    margin-bottom: 4px;
}

.elv-cta-text {
    font-size: 15px;
    max-width: 560px;
}

.elv-cta-btn {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 999px;
    border: none;
    background: #ffffff;
    color: #5F2E8E;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.elv-cta-btn:hover {
    background: #E6E2FF;
    transform: translateY(-1px);
}/* End custom CSS */



