.elementor-206 .elementor-element.elementor-element-0b54339{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-206 .elementor-element.elementor-element-cf1d258{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-206 .elementor-element.elementor-element-2c664fb{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-206 .elementor-element.elementor-element-f1dbbd0{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-206 .elementor-element.elementor-element-b54ec4f{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-206 .elementor-element.elementor-element-a11fe3a{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* ================================
   Mintorian Pack F.Z.E
   Industries Page - Hero Section
================================ */

.mp-industries-page {
  --mp-navy-950: #020814;
  --mp-navy-900: #06111f;
  --mp-navy-850: #071624;
  --mp-navy-800: #081a2d;

  --mp-gold: #d4af37;
  --mp-gold-light: #e8c765;

  --mp-green: #5f8f3e;
  --mp-green-bright: #7fb957;
  --mp-green-dark: #183a22;

  --mp-white: #ffffff;
  --mp-text: rgba(255, 255, 255, 0.86);
  --mp-muted: rgba(255, 255, 255, 0.68);
  --mp-faint: rgba(255, 255, 255, 0.54);

  color: var(--mp-white);
  font-family: Inter, Arial, sans-serif;
}

.mp-industries-page *,
.mp-industries-page *::before,
.mp-industries-page *::after {
  box-sizing: border-box;
}

.mp-industries-page :focus-visible {
  outline: 2px solid var(--mp-gold-light);
  outline-offset: 4px;
}

/* Button hover safety */
.mp-industries-page .mp-btn,
.mp-industries-page .mp-btn:visited,
.mp-industries-page .mp-btn:hover,
.mp-industries-page .mp-btn:focus,
.mp-industries-page .mp-btn:active {
  color: var(--mp-white);
  text-decoration: none;
}

.mp-industries-page .mp-btn span {
  color: inherit;
}

/* Hero Section */
.mp-industries-page.mp-industries-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 720px;
  padding: 168px 18px 84px;
  background:
    radial-gradient(circle at 18% 28%, rgba(95, 143, 62, 0.16), transparent 28%),
    radial-gradient(circle at 80% 12%, rgba(212, 175, 55, 0.12), transparent 25%),
    linear-gradient(135deg, var(--mp-navy-950) 0%, var(--mp-navy-900) 48%, var(--mp-navy-800) 100%);
}

.mp-industries-page.mp-industries-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: var(--mp-industries-hero-bg);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  opacity: 0.86;
}

.mp-industries-page.mp-industries-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(2, 8, 20, 0.96) 0%,
      rgba(2, 8, 20, 0.9) 34%,
      rgba(2, 8, 20, 0.56) 62%,
      rgba(2, 8, 20, 0.2) 100%
    ),
    linear-gradient(
      180deg,
      rgba(2, 8, 20, 0.18) 0%,
      rgba(2, 8, 20, 0.18) 58%,
      rgba(2, 8, 20, 0.92) 100%
    );
}

.mp-industries-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(212, 175, 55, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 175, 55, 0.045) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(circle at 62% 35%, black 0%, transparent 58%);
  opacity: 0.42;
}

.mp-industries-hero__container {
  width: min(100%, 1220px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.mp-industries-hero__content {
  width: min(100%, 690px);
}

.mp-industries-hero__title {
  margin: 0;
  max-width: 700px;
  color: var(--mp-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 6.6vw, 84px);
  line-height: 1.03;
  letter-spacing: -1.8px;
  font-weight: 500;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.5);
}

.mp-industries-hero__title span {
  display: block;
}

.mp-industries-hero__title-highlight {
  color: var(--mp-green-bright);
  text-shadow:
    0 0 24px rgba(127, 185, 87, 0.24),
    0 18px 54px rgba(0, 0, 0, 0.5);
}

.mp-industries-hero__text {
  margin: 28px 0 0;
  max-width: 650px;
  color: var(--mp-text);
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
}

.mp-industries-hero__actions {
  display: flex;
  align-items: center;
  margin-top: 34px;
}

.mp-industries-hero__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 52px;
  padding: 15px 24px;
  border: 1px solid rgba(212, 175, 55, 0.65);
  border-radius: 14px;
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.2), transparent 18%),
    linear-gradient(135deg, #355f2c, #183a22);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.055) inset,
    0 0 28px rgba(95, 143, 62, 0.2);
  color: var(--mp-white);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  overflow: hidden;
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.mp-industries-hero__btn::before {
  content: "";
  position: absolute;
  top: -70%;
  left: -45%;
  width: 38%;
  height: 240%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.28),
    transparent
  );
  transform: rotate(22deg);
  transition: left 620ms ease;
}

.mp-industries-hero__btn:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 199, 101, 0.92);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.07) inset,
    0 0 34px rgba(95, 143, 62, 0.25);
}

.mp-industries-hero__btn:hover::before {
  left: 115%;
}

.mp-industries-hero__btn span {
  font-size: 16px;
  line-height: 1;
  transform: translateY(-1px);
}

.mp-industries-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.mp-industries-hero__points span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 9px 13px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 999px;
  background: rgba(7, 22, 36, 0.62);
  color: var(--mp-muted);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.5px;
  backdrop-filter: blur(12px);
}

/* Tablet */
@media (max-width: 1024px) {
  .mp-industries-page.mp-industries-hero {
    min-height: 680px;
    padding-top: 138px;
    padding-bottom: 74px;
  }

  .mp-industries-page.mp-industries-hero::before {
    background-position: 62% center;
  }

  .mp-industries-hero__title {
    font-size: clamp(48px, 7.2vw, 68px);
  }

  .mp-industries-hero__text {
    max-width: 610px;
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .mp-industries-page.mp-industries-hero {
    min-height: auto;
    padding: 104px 16px 62px;
  }

  .mp-industries-page.mp-industries-hero::before {
    background-position: 68% center;
    opacity: 0.7;
  }

  .mp-industries-page.mp-industries-hero::after {
    background:
      linear-gradient(
        180deg,
        rgba(2, 8, 20, 0.86) 0%,
        rgba(2, 8, 20, 0.9) 44%,
        rgba(2, 8, 20, 0.97) 100%
      ),
      linear-gradient(
        90deg,
        rgba(2, 8, 20, 0.94) 0%,
        rgba(2, 8, 20, 0.68) 100%
      );
  }

  .mp-industries-hero__shade {
    background-size: 52px 52px;
    opacity: 0.28;
    mask-image: radial-gradient(circle at 70% 30%, black 0%, transparent 66%);
  }

  .mp-industries-hero__content {
    width: 100%;
  }

  .mp-industries-hero__title {
    max-width: 100%;
    font-size: clamp(41px, 11.4vw, 50px);
    line-height: 1.08;
    letter-spacing: -1px;
  }

  .mp-industries-hero__text {
    margin-top: 22px;
    max-width: 100%;
    font-size: 15.5px;
    line-height: 1.68;
  }

  .mp-industries-hero__actions {
    margin-top: 28px;
  }

  .mp-industries-hero__btn {
    width: 100%;
    min-height: 54px;
    padding: 16px 18px;
    font-size: 12.5px;
    letter-spacing: 1.7px;
  }

  .mp-industries-hero__points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 22px;
  }

  .mp-industries-hero__points span {
    width: 100%;
    justify-content: center;
    min-height: 38px;
    text-align: center;
  }
}

/* Small Mobile */
@media (max-width: 390px) {
  .mp-industries-page.mp-industries-hero {
    padding-top: 92px;
    padding-bottom: 56px;
  }

  .mp-industries-hero__title {
    font-size: 39px;
    line-height: 1.08;
  }

  .mp-industries-hero__text {
    font-size: 15px;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .mp-industries-page *,
  .mp-industries-page *::before,
  .mp-industries-page *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* ================================
   Industries Page - Section 2
   Buyer Icon Grid
================================ */

.mp-industries-page.mp-industries-buyer-grid {
  position: relative;
  padding: 54px 16px 58px;
  background:
    radial-gradient(circle at 50% 0%, rgba(95, 143, 62, 0.1), transparent 34%),
    linear-gradient(180deg, #020814 0%, #06111f 100%);
  color: var(--mp-white, #ffffff);
  overflow: hidden;
}

.mp-industries-buyer-grid__container {
  width: min(100%, 1220px);
  margin: 0 auto;
}

.mp-industries-buyer-grid__header {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.mp-industries-buyer-grid__header h2 {
  margin: 0;
  color: var(--mp-white, #ffffff);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.7px;
}

.mp-industries-buyer-grid__header p {
  margin: 14px auto 0;
  max-width: 680px;
  color: var(--mp-muted, rgba(255, 255, 255, 0.68));
  font-family: Inter, Arial, sans-serif;
  font-size: 15.5px;
  line-height: 1.65;
  font-weight: 400;
}

.mp-industries-buyer-grid__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp-industries-buyer-grid__list li {
  min-height: 112px;
  padding: 18px 12px 16px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(8, 26, 45, 0.94), rgba(5, 18, 32, 0.96));
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  text-align: center;
}

.mp-industries-buyer-grid__icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mp-green-bright, #7fb957);
  filter: drop-shadow(0 0 10px rgba(127, 185, 87, 0.18));
}

.mp-industries-buyer-grid__icon svg {
  width: 34px;
  height: 34px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mp-industries-buyer-grid__list li > span:last-child {
  color: var(--mp-text, rgba(255, 255, 255, 0.86));
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
}

/* Elementor mobile safety */
@media (max-width: 767px) {
  .mp-industries-page.mp-industries-buyer-grid {
    padding-top: 46px;
    padding-bottom: 50px;
  }

  .mp-industries-buyer-grid__header {
    margin-bottom: 24px;
  }

  .mp-industries-buyer-grid__header h2 {
    font-size: 31px;
    line-height: 1.1;
  }

  .mp-industries-buyer-grid__header p {
    font-size: 15px;
    line-height: 1.62;
  }

  .mp-industries-buyer-grid__list {
    gap: 10px;
  }

  .mp-industries-buyer-grid__list li {
    min-height: 106px;
    padding: 17px 10px 15px;
  }

  .mp-industries-buyer-grid__icon,
  .mp-industries-buyer-grid__icon svg {
    width: 32px;
    height: 32px;
  }

  .mp-industries-buyer-grid__list li > span:last-child {
    font-size: 12.5px;
  }
}

/* Tablet */
@media (min-width: 768px) {
  .mp-industries-page.mp-industries-buyer-grid {
    padding: 62px 18px 66px;
  }

  .mp-industries-buyer-grid__header {
    margin-bottom: 34px;
  }

  .mp-industries-buyer-grid__header h2 {
    font-size: clamp(38px, 4vw, 52px);
  }

  .mp-industries-buyer-grid__header p {
    font-size: 16px;
  }

  .mp-industries-buyer-grid__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .mp-industries-buyer-grid__list li {
    min-height: 124px;
    padding: 20px 14px 18px;
  }

  .mp-industries-buyer-grid__icon,
  .mp-industries-buyer-grid__icon svg {
    width: 36px;
    height: 36px;
  }

  .mp-industries-buyer-grid__list li > span:last-child {
    font-size: 13.5px;
  }
}

/* Desktop */
@media (min-width: 1025px) {
  .mp-industries-buyer-grid__list {
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
  }

  .mp-industries-buyer-grid__list li {
    min-height: 132px;
    padding: 22px 14px 20px;
    transition:
      transform 220ms ease,
      border-color 220ms ease,
      background 220ms ease,
      box-shadow 220ms ease;
  }

  .mp-industries-buyer-grid__list li:hover {
    transform: translateY(-3px);
    border-color: rgba(127, 185, 87, 0.38);
    background:
      linear-gradient(180deg, rgba(10, 34, 56, 0.98), rgba(5, 18, 32, 0.96));
    box-shadow:
      0 20px 42px rgba(0, 0, 0, 0.32),
      0 0 24px rgba(127, 185, 87, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }
}
/* ================================
   Industries Page - Section 3
   Core Industries Served
================================ */

.mp-industries-page.mp-industries-core {
  position: relative;
  padding: 52px 16px 60px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 12%, rgba(95, 143, 62, 0.1), transparent 30%),
    radial-gradient(circle at 88% 38%, rgba(212, 175, 55, 0.07), transparent 30%),
    linear-gradient(180deg, #06111f 0%, #020814 100%);
  color: var(--mp-white, #ffffff);
}

.mp-industries-core__container {
  width: min(100%, 1220px);
  margin: 0 auto;
}

.mp-industries-core__header {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

.mp-industries-core__header h2 {
  margin: 0;
  color: var(--mp-white, #ffffff);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.65px;
}

.mp-industries-core__header p {
  margin: 14px auto 0;
  max-width: 720px;
  color: var(--mp-muted, rgba(255, 255, 255, 0.68));
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
}

.mp-industries-core__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.mp-industries-core__card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(8, 26, 45, 0.94), rgba(3, 12, 24, 0.98));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.mp-industries-core__image {
  position: relative;
  min-height: 218px;
  background-image: var(--mp-industry-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mp-industries-core__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 8, 20, 0.02) 0%, rgba(2, 8, 20, 0.36) 100%),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 42%);
}

.mp-industries-core__body {
  position: relative;
  padding: 20px 16px 22px;
}

.mp-industries-core__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: 48px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mp-green-bright, #7fb957), rgba(212, 175, 55, 0.72));
}

.mp-industries-core__body h3 {
  margin: 0;
  color: var(--mp-white, #ffffff);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.25px;
}

.mp-industries-core__body p {
  margin: 11px 0 0;
  color: var(--mp-muted, rgba(255, 255, 255, 0.68));
  font-family: Inter, Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.62;
  font-weight: 400;
}

/* Elementor mobile safety */
@media (max-width: 767px) {
  .mp-industries-page.mp-industries-core {
    padding-top: 50px;
    padding-bottom: 56px;
  }

  .mp-industries-core__header {
    margin-bottom: 28px;
  }

  .mp-industries-core__image {
    min-height: 216px;
  }

  .mp-industries-core__body h3 {
    font-size: 24px;
  }
}

/* Tablet */
@media (min-width: 768px) {
  .mp-industries-page.mp-industries-core {
    padding: 70px 18px 78px;
  }

  .mp-industries-core__header {
    margin-bottom: 40px;
  }

  .mp-industries-core__header h2 {
    font-size: clamp(38px, 4vw, 52px);
  }

  .mp-industries-core__header p {
    font-size: 16px;
  }

  .mp-industries-core__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .mp-industries-core__image {
    min-height: 250px;
  }

  .mp-industries-core__body {
    padding: 22px 20px 24px;
  }

  .mp-industries-core__body::before {
    left: 20px;
  }

  .mp-industries-core__body h3 {
    font-size: 28px;
  }

  .mp-industries-core__body p {
    font-size: 15px;
  }
}

/* Desktop */
@media (min-width: 1025px) {
  .mp-industries-core__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }

  .mp-industries-core__card {
    transition:
      transform 240ms ease,
      border-color 240ms ease,
      box-shadow 240ms ease;
  }

  .mp-industries-core__card:hover {
    transform: translateY(-4px);
    border-color: rgba(127, 185, 87, 0.34);
    box-shadow:
      0 24px 54px rgba(0, 0, 0, 0.34),
      0 0 24px rgba(127, 185, 87, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .mp-industries-core__image {
    min-height: 218px;
    transition: transform 360ms ease;
  }

  .mp-industries-core__card:hover .mp-industries-core__image {
    transform: scale(1.035);
  }

  .mp-industries-core__body {
    min-height: 178px;
  }

  .mp-industries-core__body h3 {
    font-size: 25px;
  }

  .mp-industries-core__body p {
    font-size: 14px;
  }
}
/* ================================
   Industries Page - Section 4
   Buyer Requirements
================================ */

.mp-industries-page.mp-industries-needs {
  position: relative;
  padding: 56px 16px 62px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(127, 185, 87, 0.09), transparent 30%),
    radial-gradient(circle at 92% 84%, rgba(212, 175, 55, 0.06), transparent 28%),
    linear-gradient(180deg, #020814 0%, #06111f 100%);
  color: var(--mp-white, #ffffff);
}

.mp-industries-needs__container {
  width: min(100%, 1220px);
  margin: 0 auto;
}

.mp-industries-needs__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.mp-industries-needs__intro {
  position: relative;
  padding: 24px 20px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(8, 26, 45, 0.9), rgba(3, 12, 24, 0.96));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.mp-industries-needs__intro::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 20px;
  width: 54px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mp-green-bright, #7fb957), rgba(212, 175, 55, 0.72));
}

.mp-industries-needs__intro h2 {
  margin: 18px 0 0;
  color: var(--mp-white, #ffffff);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.65px;
}

.mp-industries-needs__intro > p {
  margin: 16px 0 0;
  color: var(--mp-muted, rgba(255, 255, 255, 0.68));
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.68;
  font-weight: 400;
}

.mp-industries-needs__note {
  display: flex;
  gap: 13px;
  margin-top: 22px;
  padding: 16px;
  border: 1px solid rgba(127, 185, 87, 0.18);
  border-radius: 16px;
  background: rgba(95, 143, 62, 0.08);
}

.mp-industries-needs__note span {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--mp-green-bright, #7fb957);
  box-shadow: 0 0 16px rgba(127, 185, 87, 0.28);
}

.mp-industries-needs__note p {
  margin: 0;
  color: var(--mp-text, rgba(255, 255, 255, 0.86));
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.mp-industries-needs__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.mp-industries-needs__card {
  position: relative;
  min-height: 164px;
  padding: 22px 18px 20px;
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(8, 26, 45, 0.84), rgba(4, 14, 26, 0.96));
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.mp-industries-needs__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(127, 185, 87, 0.12), transparent 36%);
  opacity: 0.7;
  pointer-events: none;
}

.mp-industries-needs__number {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 28px;
  margin-bottom: 16px;
  border: 1px solid rgba(127, 185, 87, 0.28);
  border-radius: 999px;
  background: rgba(95, 143, 62, 0.1);
  color: var(--mp-green-bright, #7fb957);
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.8px;
}

.mp-industries-needs__card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--mp-white, #ffffff);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.25px;
}

.mp-industries-needs__card p {
  position: relative;
  z-index: 2;
  margin: 11px 0 0;
  color: var(--mp-muted, rgba(255, 255, 255, 0.68));
  font-family: Inter, Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.62;
  font-weight: 400;
}

/* Elementor mobile safety */
@media (max-width: 767px) {
  .mp-industries-page.mp-industries-needs {
    padding-top: 52px;
    padding-bottom: 58px;
  }

  .mp-industries-needs__intro {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .mp-industries-needs__intro::before {
    top: 22px;
    left: 18px;
  }

  .mp-industries-needs__intro h2 {
    font-size: 31px;
  }

  .mp-industries-needs__card {
    min-height: auto;
    padding: 21px 17px 20px;
  }

  .mp-industries-needs__card h3 {
    font-size: 24px;
  }
}

/* Tablet */
@media (min-width: 768px) {
  .mp-industries-page.mp-industries-needs {
    padding: 74px 18px 82px;
  }

  .mp-industries-needs__layout {
    grid-template-columns: 0.86fr 1.14fr;
    align-items: start;
    gap: 24px;
  }

  .mp-industries-needs__intro {
    position: sticky;
    top: 110px;
    padding: 30px 26px;
  }

  .mp-industries-needs__intro::before {
    top: 30px;
    left: 26px;
  }

  .mp-industries-needs__intro h2 {
    margin-top: 20px;
    font-size: clamp(38px, 4vw, 52px);
  }

  .mp-industries-needs__intro > p {
    font-size: 16px;
  }

  .mp-industries-needs__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .mp-industries-needs__card {
    min-height: 190px;
    padding: 24px 20px 22px;
  }

  .mp-industries-needs__card--wide {
    grid-column: span 2;
    min-height: 160px;
  }

  .mp-industries-needs__card h3 {
    font-size: 27px;
  }

  .mp-industries-needs__card p {
    font-size: 15px;
  }
}

/* Desktop */
@media (min-width: 1025px) {
  .mp-industries-needs__layout {
    grid-template-columns: 0.82fr 1.18fr;
    gap: 34px;
  }

  .mp-industries-needs__card {
    transition:
      transform 240ms ease,
      border-color 240ms ease,
      box-shadow 240ms ease,
      background 240ms ease;
  }

  .mp-industries-needs__card:hover {
    transform: translateY(-3px);
    border-color: rgba(127, 185, 87, 0.34);
    background:
      linear-gradient(180deg, rgba(10, 34, 56, 0.9), rgba(4, 14, 26, 0.98));
    box-shadow:
      0 20px 46px rgba(0, 0, 0, 0.3),
      0 0 24px rgba(127, 185, 87, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.055);
  }
}
/* ================================
   Industries Page - Section 5
   Requirement to Supply Process
================================ */

.mp-industries-page.mp-industries-process {
  position: relative;
  padding: 56px 16px 62px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(127, 185, 87, 0.1), transparent 34%),
    linear-gradient(180deg, #06111f 0%, #020814 100%);
  color: var(--mp-white, #ffffff);
}

.mp-industries-process__container {
  width: min(100%, 1220px);
  margin: 0 auto;
}

.mp-industries-process__header {
  max-width: 780px;
  margin: 0 auto 30px;
  text-align: center;
}

.mp-industries-process__header h2 {
  margin: 0;
  color: var(--mp-white, #ffffff);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.65px;
}

.mp-industries-process__header p {
  margin: 14px auto 0;
  max-width: 640px;
  color: var(--mp-muted, rgba(255, 255, 255, 0.68));
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
}

.mp-industries-process__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.mp-industries-process__card {
  position: relative;
  min-height: 230px;
  padding: 24px 18px 22px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(8, 26, 45, 0.9), rgba(3, 12, 24, 0.98));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.mp-industries-process__card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 100% 0%, rgba(127, 185, 87, 0.12), transparent 34%);
}

.mp-industries-process__icon {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mp-green-bright, #7fb957);
  filter: drop-shadow(0 0 10px rgba(127, 185, 87, 0.18));
}

.mp-industries-process__icon svg {
  width: 42px;
  height: 42px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mp-industries-process__step {
  position: absolute;
  top: 22px;
  right: 18px;
  z-index: 2;
  color: rgba(212, 175, 55, 0.34);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
  font-weight: 500;
}

.mp-industries-process__card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--mp-white, #ffffff);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.25px;
}

.mp-industries-process__card p {
  position: relative;
  z-index: 2;
  margin: 12px 0 0;
  color: var(--mp-muted, rgba(255, 255, 255, 0.68));
  font-family: Inter, Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.65;
  font-weight: 400;
}

/* Elementor mobile safety */
@media (max-width: 767px) {
  .mp-industries-page.mp-industries-process {
    padding-top: 52px;
    padding-bottom: 58px;
  }

  .mp-industries-process__header {
    margin-bottom: 26px;
  }

  .mp-industries-process__card {
    min-height: auto;
    padding: 23px 17px 22px;
  }

  .mp-industries-process__step {
    top: 21px;
    right: 17px;
    font-size: 40px;
  }

  .mp-industries-process__card h3 {
    font-size: 26px;
  }
}

/* Tablet */
@media (min-width: 768px) {
  .mp-industries-page.mp-industries-process {
    padding: 74px 18px 82px;
  }

  .mp-industries-process__header {
    margin-bottom: 38px;
  }

  .mp-industries-process__header h2 {
    font-size: clamp(38px, 4vw, 52px);
  }

  .mp-industries-process__header p {
    font-size: 16px;
  }

  .mp-industries-process__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .mp-industries-process__card {
    min-height: 268px;
    padding: 28px 22px 26px;
  }

  .mp-industries-process__step {
    top: 26px;
    right: 22px;
    font-size: 46px;
  }

  .mp-industries-process__icon,
  .mp-industries-process__icon svg {
    width: 46px;
    height: 46px;
  }

  .mp-industries-process__card h3 {
    font-size: 29px;
  }

  .mp-industries-process__card p {
    font-size: 15px;
  }
}

/* Desktop */
@media (min-width: 1025px) {
  .mp-industries-process__card {
    transition:
      transform 240ms ease,
      border-color 240ms ease,
      box-shadow 240ms ease,
      background 240ms ease;
  }

  .mp-industries-process__card:hover {
    transform: translateY(-4px);
    border-color: rgba(127, 185, 87, 0.34);
    background:
      linear-gradient(180deg, rgba(10, 34, 56, 0.92), rgba(3, 12, 24, 0.98));
    box-shadow:
      0 24px 54px rgba(0, 0, 0, 0.32),
      0 0 24px rgba(127, 185, 87, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }
}
/* ================================
   Industries Page - Section 6
   Final CTA
================================ */

.mp-industries-page.mp-industries-final {
  position: relative;
  padding: 58px 16px 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(127, 185, 87, 0.11), transparent 30%),
    radial-gradient(circle at 82% 72%, rgba(212, 175, 55, 0.08), transparent 30%),
    linear-gradient(180deg, #020814 0%, #06111f 100%);
  color: var(--mp-white, #ffffff);
}

.mp-industries-final__container {
  width: min(100%, 1220px);
  margin: 0 auto;
}

.mp-industries-final__panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(8, 26, 45, 0.92), rgba(3, 12, 24, 0.98));
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.mp-industries-final__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 20%, rgba(127, 185, 87, 0.16), transparent 32%),
    radial-gradient(circle at 84% 28%, rgba(212, 175, 55, 0.11), transparent 30%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 36%, rgba(255, 255, 255, 0.025));
}

.mp-industries-final__panel::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(127, 185, 87, 0.86),
    rgba(212, 175, 55, 0.76),
    transparent
  );
  pointer-events: none;
}

.mp-industries-final__content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  padding: 46px 20px;
  text-align: center;
}

.mp-industries-final__content h2 {
  margin: 0;
  color: var(--mp-white, #ffffff);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.7px;
}

.mp-industries-final__content p {
  margin: 16px auto 0;
  max-width: 640px;
  color: var(--mp-muted, rgba(255, 255, 255, 0.68));
  font-family: Inter, Arial, sans-serif;
  font-size: 15.5px;
  line-height: 1.68;
  font-weight: 400;
}

.mp-industries-final__button,
.mp-industries-final__button:visited,
.mp-industries-final__button:hover,
.mp-industries-final__button:focus,
.mp-industries-final__button:active {
  color: var(--mp-white, #ffffff);
  text-decoration: none;
}

.mp-industries-final__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 54px;
  margin-top: 28px;
  padding: 16px 26px;
  border: 1px solid rgba(212, 175, 55, 0.68);
  border-radius: 14px;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.2), transparent 18%),
    linear-gradient(135deg, #355f2c 0%, #183a22 100%);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.055) inset,
    0 0 28px rgba(95, 143, 62, 0.2);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  overflow: hidden;
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.mp-industries-final__button::before {
  content: "";
  position: absolute;
  top: -70%;
  left: -45%;
  width: 38%;
  height: 240%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.28),
    transparent
  );
  transform: rotate(22deg);
  transition: left 620ms ease;
}

.mp-industries-final__button:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 199, 101, 0.92);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.07) inset,
    0 0 34px rgba(95, 143, 62, 0.25);
}

.mp-industries-final__button:hover::before {
  left: 115%;
}

.mp-industries-final__button span {
  color: inherit;
  font-size: 16px;
  line-height: 1;
  transform: translateY(-1px);
}

/* Elementor mobile safety */
@media (max-width: 767px) {
  .mp-industries-page.mp-industries-final {
    padding-top: 52px;
    padding-bottom: 64px;
  }

  .mp-industries-final__panel {
    border-radius: 20px;
  }

  .mp-industries-final__panel::after {
    left: 18px;
    right: 18px;
  }

  .mp-industries-final__content {
    padding: 38px 18px;
  }

  .mp-industries-final__content h2 {
    font-size: 31px;
    line-height: 1.1;
  }

  .mp-industries-final__content p {
    font-size: 15px;
    line-height: 1.64;
  }

  .mp-industries-final__button {
    width: 100%;
    min-height: 54px;
    padding: 16px 18px;
    font-size: 12.5px;
    letter-spacing: 1.7px;
  }
}

/* Tablet */
@media (min-width: 768px) {
  .mp-industries-page.mp-industries-final {
    padding: 76px 18px 88px;
  }

  .mp-industries-final__content {
    padding: 58px 28px;
  }

  .mp-industries-final__content h2 {
    font-size: clamp(40px, 4.2vw, 56px);
  }

  .mp-industries-final__content p {
    font-size: 16px;
  }
}

/* Desktop */
@media (min-width: 1025px) {
  .mp-industries-final__panel {
    transition:
      border-color 260ms ease,
      box-shadow 260ms ease;
  }

  .mp-industries-final__panel:hover {
    border-color: rgba(127, 185, 87, 0.3);
    box-shadow:
      0 28px 70px rgba(0, 0, 0, 0.42),
      0 0 28px rgba(127, 185, 87, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }
}/* End custom CSS */