.elementor-34 .elementor-element.elementor-element-ded59e5{--display:flex;--min-height:320px;--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;--justify-content:center;}.elementor-34 .elementor-element.elementor-element-ded59e5:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-ded59e5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #5F2E8E 10%, #8811FF 100%);}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-34 .elementor-element.elementor-element-cc32570{text-align:center;}.elementor-34 .elementor-element.elementor-element-cc32570 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:66px;font-weight:600;color:#FFFFFF;}.elementor-34 .elementor-element.elementor-element-d62eb4a{--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-34 .elementor-element.elementor-element-aeb7953{--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-34 .elementor-element.elementor-element-2be89ef{--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-34 .elementor-element.elementor-element-2be89ef.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-34 .elementor-element.elementor-element-cd0526a{--display:flex;}.elementor-34 .elementor-element.elementor-element-8ff87d3{--display:flex;}.elementor-34 .elementor-element.elementor-element-e4a6f54{--display:flex;}.elementor-34 .elementor-element.elementor-element-917d710{--display:flex;}.elementor-34 .elementor-element.elementor-element-5cbfeb0{--display:flex;}.elementor-34 .elementor-element.elementor-element-f021ff0{--display:flex;}.elementor-34 .elementor-element.elementor-element-cc72dff{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-34 .elementor-element.elementor-element-ded59e5{--content-width:1600px;}.elementor-34 .elementor-element.elementor-element-d62eb4a{--content-width:1600px;}.elementor-34 .elementor-element.elementor-element-aeb7953{--content-width:1600px;}.elementor-34 .elementor-element.elementor-element-2be89ef{--width:99.208%;}.elementor-34 .elementor-element.elementor-element-cd0526a{--content-width:1600px;}.elementor-34 .elementor-element.elementor-element-8ff87d3{--content-width:1600px;}.elementor-34 .elementor-element.elementor-element-e4a6f54{--content-width:1600px;}.elementor-34 .elementor-element.elementor-element-917d710{--content-width:1600px;}.elementor-34 .elementor-element.elementor-element-cc72dff{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-1bc54ba *//* ============================================================
   GLOBAL DARK BACKGROUND (matches your entire website)
   ============================================================ */
body, .site-content, #main {
  background: #07090f !important;
}

/* ============================================================
   UNIVERSAL SECTION WRAPPER (smooth, no tile, no border)
   ============================================================ */
.eliverse-section,
.eliverse-section-dark {
  position: relative;
  padding: 100px 0;
  background: transparent !important;
  overflow: hidden;
  border: none !important;
  box-shadow: none !important;
}



/* ============================================================
   SUPER-SMOOTH GLOBAL PURPLE BLEND (NO SHAPE, NO EDGES)
   ============================================================ */
.eliverse-section::before,
.eliverse-section-dark::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at 20% -20%,
      rgba(130, 80, 230, 0.06) 0%,
      rgba(7, 9, 15, 0.98) 60%,
      #07090f 100%
    );

  pointer-events: none;
  z-index: -1;
}





/* ============================================================
   MISSION & VISION — CLEAN BACKGROUND (FULLY BLENDED)
   ============================================================ */

#mission-vision {
  position: relative;
  padding: 100px 0;
  background: transparent !important; /* Removes all gradients */
}

/* Remove ANY background layer that was added previously */
#mission-vision::before {
  display: none !important;
}

/* Main container layout */
.mv-container {
  max-width: 1250px;
  margin: auto;
  padding: 0 20px;

  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}

/* Title */
.mv-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}

/* Paragraph */
.mv-desc {
  color: #d8d9e5;
  font-size: 16px;
  line-height: 1.75;
  max-width: 540px;
  margin-bottom: 35px;
}

/* Cards */
.mv-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.mv-card {
  flex: 1;
  min-width: 280px;

  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(152, 90, 235, 0.18);
  padding: 24px 20px;
  border-radius: 20px;
  transition: 0.25s ease;
}

.mv-card:hover {
  transform: translateY(-4px);
  background: rgba(152, 90, 235, 0.12);
  border-color: rgba(152, 90, 235, 0.32);
}

.mv-card h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
}

.mv-card p {
  color: #cfd2e2;
  font-size: 15px;
  line-height: 1.65;
}

/* Right image */
.mv-image-box {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 45px rgba(0,0,0,0.55);
}

.mv-image-box img {
  width: 100%;
  display: block;
  transition: 0.45s ease;
}

.mv-image-box:hover img {
  transform: scale(1.07);
}

/* Responsive */
@media (max-width: 1100px) {
  .mv-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mv-cards {
    justify-content: center;
  }

  .mv-image-box {
    max-width: 80%;
    margin: 40px auto 0;
  }
}

@media (max-width: 700px) {
  .mv-title {
    font-size: 28px;
  }
  .mv-card {
    min-width: 100%;
  }
  .mv-image-box {
    max-width: 100%;
  }
}










/* ============================================================
   FIX SECTION SPACING
   ============================================================ */

/* Reduce space after HERO */
.eliverse-hero-true {
  padding-bottom: 60px; /* was ~80–100px */
}

/* Global section spacing for all about page sections */
.eliverse-section {
  padding-top: 60px;   /* reduce top space */
  padding-bottom: 80px;
}

/* Make Mission & Vision closer to hero */
#mission-vision {
  padding-top: 40px;   
  margin-top: 0 !important;
}

/* Remove any accidental top margin inside container */
#mission-vision .mv-container {
  margin-top: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d848016 *//* 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-fb64d9b */.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;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-17e33af *//* 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-020c521 */.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-6d1c7e4 */.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-d333bdb */.elv-stats-strip {
    background: linear-gradient(135deg, #5F2E8E 0%, #381B54 60%, #0C1014 100%);
    border-radius: 22px;
    padding: 26px 30px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    color: #ffffff;
    margin-top: 28px;
}

.elv-stat {
    border-left: 1px solid rgba(255,255,255,0.15);
    padding-left: 14px;
}

.elv-stat:first-child {
    border-left: none;
    padding-left: 0;
}

.elv-stat-number {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
}

.elv-stat-label {
    font-size: 13px;
    color: rgba(255,255,255,0.85);
}

/* Responsive */
@media (max-width: 1024px) {
    .elv-stats-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 20px;
    }
}
@media (max-width: 767px) {
    .elv-stats-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7fcad93 */.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-bf310a7 */.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 */