.elementor-20 .elementor-element.elementor-element-6f919af{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-80ea754 *//* ==================================================
   DAMAI URUSNIAGA — PAGE CONTENT ONLY
================================================== */

:root {
  --du-ink: #0a211a;
  --du-dark: #071712;
  --du-green: #185a43;
  --du-lime: #c8f26a;
  --du-cream: #f2eee4;
  --du-paper: #fafaf6;
  --du-white: #ffffff;
  --du-grey: #68766f;
  --du-border: rgba(10, 33, 26, 0.14);
  --du-shadow: 0 24px 65px rgba(10, 33, 26, 0.15);
}


/* Reset scoped to page */

.damai-page,
.damai-page * {
  box-sizing: border-box;
}

.damai-page {
  width: 100vw;
  position: relative;
  left: 50%;
  margin: 0;
  overflow: hidden;
  transform: translateX(-50%);
  background: var(--du-paper);
  color: var(--du-ink);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.damai-page img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.damai-page a {
  color: inherit;
  text-decoration: none;
}

.damai-page svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke-width: 1.8;
}

.du-container {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
}

.du-section {
  padding: 125px 0;
}


/* ==================================================
   REUSABLE
================================================== */

.du-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--du-green);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.18em;
}

.du-eyebrow > span {
  width: 30px;
  height: 2px;
  flex-shrink: 0;
  background: currentColor;
}

.du-section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--du-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.du-section-label > span {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border: 1px solid var(--du-border);
  border-radius: 50%;
  letter-spacing: 0;
}

.du-section-label-light {
  color: var(--du-lime);
}

.du-section-label-light > span {
  border-color: rgba(255, 255, 255, 0.25);
}

.du-button {
  min-height: 57px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 25px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.du-button-dark {
  background: var(--du-ink);
  color: var(--du-white) !important;
}

.du-button-dark:hover {
  transform: translateY(-3px);
  background: var(--du-green);
}

.du-button-outline {
  border: 1px solid rgba(10, 33, 26, 0.22);
  color: var(--du-ink) !important;
}

.du-button-outline:hover {
  transform: translateY(-3px);
  border-color: var(--du-green);
  background: var(--du-white);
}

.du-button-lime {
  background: var(--du-lime);
  color: var(--du-ink) !important;
}

.du-button-lime:hover {
  transform: translateY(-3px);
  background: var(--du-white);
}


/* ==================================================
   HERO
================================================== */

.du-hero {
  position: relative;
  overflow: hidden;
  padding: 75px 0 0;
  background: var(--du-cream);
}

.du-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.du-decoration-one {
  width: 600px;
  height: 600px;
  top: -350px;
  left: -300px;
  border: 1px solid rgba(24, 90, 67, 0.14);
}

.du-decoration-two {
  width: 500px;
  height: 500px;
  right: -260px;
  bottom: -250px;
  background: rgba(200, 242, 106, 0.3);
}

.du-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 72px;
  padding-bottom: 88px;
}

.du-hero-content {
  max-width: 650px;
}

.du-hero h1 {
  margin: 28px 0;
  font-size: clamp(62px, 6.8vw, 98px);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.075em;
}

.du-hero h1 em {
  display: block;
  color: var(--du-green);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.du-hero-description {
  max-width: 570px;
  margin: 0;
  color: var(--du-grey);
  font-size: 17px;
  line-height: 1.75;
}

.du-hero-actions {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 37px;
}

.du-hero-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 53px;
  padding-top: 28px;
  border-top: 1px solid var(--du-border);
}

.du-hero-benefits article {
  display: flex;
  align-items: center;
  gap: 13px;
}

.du-benefit-icon {
  width: 43px;
  height: 43px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--du-white);
  color: var(--du-green);
}

.du-benefit-icon svg {
  width: 18px;
  height: 18px;
}

.du-hero-benefits article > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.du-hero-benefits strong {
  font-size: 12px;
}

.du-hero-benefits small {
  color: var(--du-grey);
  font-size: 9px;
}


/* Hero gallery */

.du-hero-gallery {
  height: 640px;
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 13px;
}

.du-hero-image {
  position: relative;
  overflow: hidden;
  background: #dfe3df;
}

.du-hero-image > img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.du-hero-image:hover > img {
  transform: scale(1.05);
}

.du-image-main {
  grid-row: 1 / 3;
  border-radius: 210px 0 18px 18px;
}

.du-image-top {
  border-radius: 18px 110px 18px 18px;
}

.du-image-bottom {
  border-radius: 18px;
}

.du-image-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 45%,
    rgba(7, 23, 18, 0.85)
  );
}

.du-main-caption {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  z-index: 3;
  color: var(--du-white);
}

.du-main-caption > span {
  color: var(--du-lime);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.du-main-caption > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 9px;
}

.du-main-caption h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.du-main-caption a,
.du-solution-bottom > a {
  width: 47px;
  height: 47px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--du-lime);
  color: var(--du-ink) !important;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.du-main-caption a:hover,
.du-solution-bottom > a:hover {
  transform: rotate(45deg);
  background: var(--du-white);
}

.du-image-label {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 10px;
  background: rgba(7, 23, 18, 0.76);
  color: var(--du-white);
  font-size: 10px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.du-image-label svg {
  width: 16px;
  color: var(--du-lime);
}


/* Support floating card */

.du-support-card {
  width: 255px;
  position: absolute;
  top: 65px;
  left: -50px;
  z-index: 5;
  padding: 20px;
  border-radius: 16px;
  background: var(--du-white);
  box-shadow: var(--du-shadow);
}

.du-support-status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--du-green);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.du-support-status > span {
  width: 8px;
  height: 8px;
  border: 2px solid rgba(24, 90, 67, 0.25);
  border-radius: 50%;
  background: var(--du-green);
}

.du-support-card > strong {
  display: block;
  margin-top: 13px;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.du-support-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.du-support-icons {
  display: flex;
}

.du-support-icons > span {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  margin-left: -6px;
  border: 2px solid var(--du-white);
  border-radius: 50%;
  background: var(--du-cream);
  color: var(--du-green);
}

.du-support-icons > span:first-child {
  margin-left: 0;
}

.du-support-icons svg {
  width: 14px;
}

.du-support-bottom small {
  color: var(--du-grey);
  font-size: 9px;
}


/* Bumiputera badge */

.du-bumi-badge {
  width: 105px;
  height: 105px;
  position: absolute;
  right: -28px;
  bottom: 55px;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 50%;
  background: var(--du-lime);
  color: var(--du-ink);
  text-align: center;
}

.du-bumi-badge svg {
  width: 23px;
}

.du-bumi-badge span {
  font-size: 8px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}


/* Sector bar */

.du-sectors {
  min-height: 90px;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 50px;
  border-top: 1px solid var(--du-border);
}

.du-sectors-label {
  color: var(--du-grey);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.du-sectors-list {
  display: flex;
  justify-content: space-between;
}

.du-sectors-list span {
  font-size: 12px;
  font-weight: 600;
}

.du-sectors > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--du-green);
  font-size: 11px;
  font-weight: 700;
}


/* ==================================================
   INTRODUCTION
================================================== */

.du-intro {
  background: var(--du-white);
}

.du-intro-grid {
  display: grid;
  grid-template-columns: 0.28fr 1fr;
  gap: 75px;
}

.du-intro-content h2 {
  max-width: 950px;
  margin: 0;
  font-size: clamp(48px, 5.5vw, 76px);
  font-weight: 600;
  line-height: 1.07;
  letter-spacing: -0.06em;
}

.du-intro-content h2 em {
  color: var(--du-green);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

.du-intro-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 70px;
  margin-top: 50px;
  padding-top: 32px;
  border-top: 1px solid var(--du-border);
}

.du-intro-footer p {
  max-width: 630px;
  margin: 0;
  color: var(--du-grey);
  line-height: 1.8;
}

.du-circle-button {
  width: 105px;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 50%;
  background: var(--du-ink);
  color: var(--du-white) !important;
  font-size: 11px;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.du-circle-button:hover {
  transform: rotate(-7deg);
  background: var(--du-green);
}


/* ==================================================
   SOLUTIONS
================================================== */

.du-solutions {
  background: var(--du-ink);
  color: var(--du-white);
}

.du-section-heading {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 60px;
}

.du-section-heading h2 {
  margin: 27px 0 0;
  font-size: clamp(49px, 5.7vw, 76px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.du-section-heading h2 em {
  display: block;
  color: var(--du-lime);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

.du-section-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
}

.du-solutions-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 15px;
}

.du-solution-card {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #17352d;
}

.du-solution-card > img {
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.du-solution-card:hover > img {
  transform: scale(1.05);
}

.du-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 23, 18, 0.04),
    rgba(7, 23, 18, 0.9)
  );
}

.du-solution-content {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 27px;
}

.du-solution-top,
.du-solution-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.du-solution-top > span {
  font-size: 10px;
  font-weight: 700;
}

.du-solution-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(7, 23, 18, 0.3);
  color: var(--du-white);
  backdrop-filter: blur(10px);
}

.du-solution-bottom {
  align-items: flex-end;
}

.du-solution-bottom small {
  color: var(--du-lime);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.du-solution-bottom h3 {
  margin: 10px 0 0;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.du-solution-large .du-solution-bottom h3 {
  font-size: 38px;
}

.du-solution-bottom p {
  max-width: 400px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
}


/* ==================================================
   WHY DAMAI
================================================== */

.du-why {
  background: var(--du-paper);
}

.du-why-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 95px;
}

.du-why-gallery {
  min-height: 700px;
  position: relative;
}

.du-why-main {
  width: 82%;
  height: 630px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0 200px 0 0;
}

.du-why-main img,
.du-why-small img {
  height: 100%;
  object-fit: cover;
}

.du-why-small {
  width: 40%;
  height: 270px;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border: 8px solid var(--du-paper);
  border-radius: 15px;
}

.du-why-card {
  position: absolute;
  right: 20px;
  bottom: 300px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--du-white);
  box-shadow: var(--du-shadow);
}

.du-why-card > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--du-ink);
  color: var(--du-lime);
}

.du-why-card > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.du-why-card strong {
  font-size: 11px;
}

.du-why-card small {
  color: var(--du-grey);
  font-size: 9px;
}

.du-why-content h2 {
  margin: 28px 0 22px;
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.du-why-content h2 em {
  display: block;
  color: var(--du-green);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

.du-why-description {
  max-width: 530px;
  color: var(--du-grey);
  line-height: 1.75;
}

.du-advantages {
  margin-top: 40px;
}

.du-advantages article {
  display: grid;
  grid-template-columns: 53px 1fr;
  gap: 18px;
  padding: 23px 0;
  border-top: 1px solid var(--du-border);
}

.du-advantage-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--du-cream);
  color: var(--du-green);
}

.du-advantages h3 {
  margin: 2px 0 8px;
  font-size: 17px;
}

.du-advantages p {
  max-width: 480px;
  margin: 0;
  color: var(--du-grey);
  font-size: 13px;
  line-height: 1.7;
}


/* ==================================================
   PROCESS
================================================== */

.du-process {
  background: var(--du-cream);
}

.du-process-heading {
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  gap: 55px;
  margin-bottom: 60px;
}

.du-process-heading h2 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(47px, 5.3vw, 70px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.du-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--du-border);
  border-bottom: 1px solid var(--du-border);
}

.du-process-grid article {
  min-height: 320px;
  padding: 26px;
  border-left: 1px solid var(--du-border);
}

.du-process-grid article:last-child {
  border-right: 1px solid var(--du-border);
}

.du-process-number {
  color: var(--du-green);
  font-size: 10px;
  font-weight: 800;
}

.du-process-icon {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  margin-top: 52px;
  border-radius: 50%;
  background: var(--du-ink);
  color: var(--du-lime);
}

.du-process-grid h3 {
  margin: 25px 0 10px;
  font-size: 20px;
}

.du-process-grid p {
  max-width: 230px;
  margin: 0;
  color: var(--du-grey);
  font-size: 13px;
  line-height: 1.7;
}


/* ==================================================
   FINAL CTA
================================================== */

.du-final-cta {
  min-height: 700px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--du-white);
}

.du-final-cta > img,
.du-final-overlay {
  position: absolute;
  inset: 0;
}

.du-final-cta > img {
  height: 100%;
  object-fit: cover;
}

.du-final-overlay {
  background: linear-gradient(
    90deg,
    rgba(7, 23, 18, 0.96),
    rgba(7, 23, 18, 0.4)
  );
}

.du-final-content {
  position: relative;
  z-index: 2;
}

.du-final-content > span {
  color: var(--du-lime);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.du-final-content h2 {
  max-width: 900px;
  margin: 27px 0 38px;
  font-size: clamp(57px, 7vw, 92px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.075em;
}

.du-final-bottom {
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.du-final-bottom p {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1000px) {
  .du-container {
    width: min(760px, calc(100% - 36px));
  }

  .du-section {
    padding: 100px 0;
  }

  .du-hero-grid,
  .du-intro-grid,
  .du-section-heading,
  .du-why-grid,
  .du-process-heading {
    grid-template-columns: 1fr;
  }

  .du-hero-grid {
    gap: 65px;
  }

  .du-hero-content {
    max-width: 730px;
  }

  .du-hero-gallery {
    height: 650px;
  }

  .du-support-card {
    left: 25px;
  }

  .du-bumi-badge {
    right: 20px;
  }

  .du-sectors {
    grid-template-columns: auto 1fr;
    padding: 24px 0;
  }

  .du-sectors > a {
    grid-column: 2;
  }

  .du-intro-grid,
  .du-process-heading {
    gap: 38px;
  }

  .du-section-heading {
    gap: 30px;
  }

  .du-solutions-grid {
    grid-template-columns: 1fr 1fr;
  }

  .du-solution-large {
    grid-column: 1 / 3;
  }

  .du-why-grid {
    gap: 65px;
  }

  .du-process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .du-process-grid article {
    border-bottom: 1px solid var(--du-border);
  }

  .du-process-grid article:nth-child(2) {
    border-right: 1px solid var(--du-border);
  }
}


/* ==================================================
   SMALL TABLET
================================================== */

@media (max-width: 750px) {
  .du-hero h1 {
    font-size: 63px;
  }

  .du-hero-gallery {
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 520px 240px;
  }

  .du-image-main {
    grid-column: 1 / 3;
    grid-row: auto;
    border-radius: 170px 0 18px 18px;
  }

  .du-image-top,
  .du-image-bottom {
    border-radius: 18px;
  }

  .du-bumi-badge {
    bottom: 210px;
  }

  .du-sectors {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .du-sectors-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px 26px;
  }

  .du-sectors > a {
    grid-column: auto;
  }

  .du-final-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 560px) {
  .du-container {
    width: calc(100% - 28px);
  }

  .du-section {
    padding: 82px 0;
  }

  .du-hero {
    padding-top: 55px;
  }

  .du-hero-grid {
    gap: 50px;
    padding-bottom: 60px;
  }

  .du-eyebrow {
    align-items: flex-start;
    font-size: 8px;
  }

  .du-hero h1 {
    margin-top: 23px;
    font-size: 49px;
  }

  .du-hero-description {
    font-size: 14px;
  }

  .du-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .du-hero-actions .du-button {
    width: 100%;
  }

  .du-hero-benefits {
    grid-template-columns: 1fr;
  }

  .du-hero-gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 465px 220px 220px;
    gap: 10px;
  }

  .du-image-main {
    grid-column: auto;
    border-radius: 125px 0 16px 16px;
  }

  .du-image-top,
  .du-image-bottom {
    border-radius: 16px;
  }

  .du-support-card {
    width: 225px;
    top: 45px;
    left: 14px;
    padding: 16px;
  }

  .du-support-card > strong {
    font-size: 15px;
  }

  .du-bumi-badge {
    width: 87px;
    height: 87px;
    top: 390px;
    right: 12px;
    bottom: auto;
  }

  .du-bumi-badge span {
    font-size: 7px;
  }

  .du-sectors {
    padding: 27px 0;
  }

  .du-sectors-list {
    gap: 13px 20px;
  }

  .du-sectors-list span {
    font-size: 10px;
  }

  .du-intro-content h2,
  .du-section-heading h2,
  .du-why-content h2,
  .du-process-heading h2 {
    font-size: 41px;
  }

  .du-intro-footer {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .du-circle-button {
    width: 95px;
    height: 95px;
  }

  .du-solutions-grid {
    grid-template-columns: 1fr;
  }

  .du-solution-large {
    grid-column: auto;
  }

  .du-solution-card {
    min-height: 480px;
  }

  .du-solution-large .du-solution-bottom h3,
  .du-solution-bottom h3 {
    font-size: 29px;
  }

  .du-why-gallery {
    min-height: 530px;
  }

  .du-why-main {
    width: 88%;
    height: 490px;
    border-radius: 0 130px 0 0;
  }

  .du-why-small {
    width: 44%;
    height: 210px;
  }

  .du-why-card {
    right: 0;
    bottom: 225px;
  }

  .du-advantages article {
    grid-template-columns: 48px 1fr;
  }

  .du-process-grid {
    grid-template-columns: 1fr;
  }

  .du-process-grid article {
    min-height: auto;
    border-right: 1px solid var(--du-border);
  }

  .du-process-icon {
    margin-top: 38px;
  }

  .du-process-grid p {
    max-width: 100%;
  }

  .du-final-cta {
    min-height: 680px;
  }

  .du-final-content h2 {
    font-size: 50px;
  }
}


/* ==================================================
   VERY SMALL MOBILE
================================================== */

@media (max-width: 390px) {
  .du-hero h1 {
    font-size: 43px;
  }

  .du-main-caption h2 {
    font-size: 25px;
  }

  .du-support-card {
    width: 205px;
  }

  .du-intro-content h2,
  .du-section-heading h2,
  .du-why-content h2,
  .du-process-heading h2 {
    font-size: 36px;
  }

  .du-final-content h2 {
    font-size: 44px;
  }
}/* End custom CSS */