.elementor-105 .elementor-element.elementor-element-adb77f9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-105 .elementor-element.elementor-element-7c32820{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-105 .elementor-element.elementor-element-a202cb4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-105 .elementor-element.elementor-element-01eba43{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-105 .elementor-element.elementor-element-1fc2616{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2b84202 *//* =================================
   PAGE 4 — SECTION 1
   HERO KISAH PELANGGAN
================================= */

.success-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 85px 0 110px;
  background: #f2f0e9;
  color: #111212;
  font-family: "Montserrat", Arial, sans-serif;
}

/* Tulisan besar belakang */

.success-background-text {
  position: absolute;
  top: -25px;
  left: -10px;
  color: rgba(0, 0, 0, 0.035);
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(170px, 25vw, 390px);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

/* Garisan emas atas */

.success-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 8px;
  background: #ffb71b;
  content: "";
}

.success-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 95px;
  width: min(1220px, calc(100% - 50px));
  min-height: calc(100svh - 195px);
  margin: 0 auto;
}

/* =========================
   KANDUNGAN KIRI
========================= */

.success-content {
  position: relative;
  z-index: 3;
}

.success-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: #976900;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.success-label span {
  width: 42px;
  height: 4px;
  background: #d59700;
}

/* Tajuk */

.success-content h1 {
  margin: 0;
  color: #111212;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(75px, 8.5vw, 125px);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.025em;
}

.success-content h1 strong {
  display: block;
  margin-top: 19px;
  color: #e5a400;
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
  text-shadow: 0 3px 0 rgba(120, 75, 0, 0.16);
}

.success-subtitle {
  margin: 31px 0 15px;
  color: #111212;
  font-size: 9px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.22em;
}

.success-description {
  max-width: 560px;
  margin: 0;
  color: #626564;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}

/* Statistik */

.success-statistics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 35px;
  border-top: 1px solid #c8c4ba;
  border-left: 1px solid #c8c4ba;
}

.success-statistics > div {
  min-height: 105px;
  padding: 17px;
  border-right: 1px solid #c8c4ba;
  border-bottom: 1px solid #c8c4ba;
}

.success-statistics strong,
.success-statistics span {
  display: block;
}

.success-statistics strong {
  margin-bottom: 10px;
  color: #d39800;
  font-family: "Anton", Impact, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1;
}

.success-statistics span {
  color: #535655;
  font-size: 7px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

/* Butang */

.success-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-width: 220px;
  min-height: 57px;
  padding: 0 22px;
  margin-top: 29px;
  background: #0a0b0b;
  color: #ffffff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-decoration: none;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

.success-button span {
  color: #ffb71b;
  font-size: 18px;
  transition: transform 0.25s ease;
}

.success-button:hover {
  background: #242626;
  transform: translateY(-3px);
}

.success-button:hover span {
  transform: translateY(4px);
}

/* =========================
   KOLAJ GAMBAR
========================= */

.success-collage {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 14px;
  height: 650px;
}

/* Setiap gambar */

.success-photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #111212;
}

.success-photo-one {
  grid-row: 1 / 3;
}

.success-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter:
    grayscale(55%)
    brightness(0.78)
    contrast(1.08);
  transition:
    filter 0.4s ease,
    transform 0.55s ease;
}

.success-photo:hover img {
  filter:
    grayscale(0%)
    brightness(0.95)
    contrast(1.02);
  transform: scale(1.055);
}

.success-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(5, 6, 6, 0.92) 0%,
    transparent 55%
  );
}

/* Caption gambar */

.success-photo figcaption {
  position: absolute;
  right: 20px;
  bottom: 19px;
  left: 20px;
  z-index: 3;
}

.success-photo figcaption small,
.success-photo figcaption strong {
  display: block;
}

.success-photo figcaption small {
  margin-bottom: 6px;
  color: #ffb71b;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.success-photo figcaption strong {
  color: #ffffff;
  font-family: "Anton", Impact, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.success-photo-one figcaption strong {
  font-size: 37px;
}

/* Bingkai hover */

.success-photo::after {
  position: absolute;
  inset: 10px;
  z-index: 4;
  border: 1px solid transparent;
  content: "";
  pointer-events: none;
  transition: border-color 0.3s ease;
}

.success-photo:hover::after {
  border-color: rgba(255, 183, 27, 0.55);
}

/* Kad 24 gambar */

.success-gallery-badge {
  position: absolute;
  right: -25px;
  bottom: 40px;
  z-index: 6;
  width: 190px;
  padding: 19px 21px;
  background: #ffb71b;
  color: #080909;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}

.success-gallery-badge small,
.success-gallery-badge strong,
.success-gallery-badge span {
  display: block;
}

.success-gallery-badge small {
  margin-bottom: 5px;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.success-gallery-badge strong {
  font-family: "Anton", Impact, sans-serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 1;
}

.success-gallery-badge span {
  margin-top: 5px;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

/* =========================
   JALUR BAWAH
========================= */

.success-bottom-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  min-height: 62px;
  background: #090a0a;
}

.success-bottom-bar span {
  color: #929594;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.success-bottom-bar i {
  width: 5px;
  height: 5px;
  background: #ffb71b;
  border-radius: 50%;
}

/* =========================
   TABLET
========================= */

@media (max-width: 1000px) {
  .success-container {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .success-content {
    max-width: 760px;
  }

  .success-collage {
    height: 720px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {
  .success-hero {
    padding: 85px 0 105px;
  }

  .success-container {
    width: calc(100% - 34px);
    min-height: auto;
  }

  .success-background-text {
    font-size: 125px;
  }

  .success-content h1 {
    font-size: 72px;
  }

  .success-statistics {
    grid-template-columns: 1fr;
  }

  .success-statistics > div {
    min-height: 90px;
  }

  .success-collage {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 350px);
    height: auto;
  }

  .success-photo-one {
    grid-row: auto;
  }

  .success-gallery-badge {
    right: -7px;
    bottom: 25px;
  }

  .success-bottom-bar {
    justify-content: flex-start;
    gap: 13px;
    padding: 0 17px;
    overflow: hidden;
  }

  .success-bottom-bar span {
    font-size: 7px;
    white-space: nowrap;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4840e46 *//* =================================
   PAGE 4 — SECTION 2
   GALERI 24 PELANGGAN
================================= */

.customer-gallery {
  position: relative;
  overflow: hidden;
  padding: 125px 0;
  background: #080909;
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
}

.customer-gallery-text {
  position: absolute;
  top: 5px;
  right: -20px;
  color: rgba(255, 255, 255, 0.025);
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(160px, 22vw, 340px);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.customer-gallery-container {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

/* Tajuk */

.customer-gallery-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 45px;
}

.customer-gallery-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 21px;
  color: #ffb71b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.customer-gallery-label span {
  width: 42px;
  height: 4px;
  background: #ffb71b;
}

.customer-gallery-heading h2 {
  margin: 0;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(72px, 8vw, 116px);
  font-weight: 400;
  line-height: 0.83;
}

.customer-gallery-heading h2 strong {
  display: block;
  margin-top: 17px;
  color: #ffb71b;
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
}

.customer-gallery-heading > p {
  margin: 0 0 5px;
  color: #929594;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

/* Kategori */

.customer-gallery-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}

.customer-gallery-categories span {
  padding: 10px 13px;
  color: #a6a9a8;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.customer-gallery-categories span:first-child {
  background: #ffb71b;
  border-color: #ffb71b;
  color: #080909;
}

/* Grid 24 gambar */

.customer-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.customer-card {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.customer-card figure {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  background: #171818;
}

.customer-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter:
    grayscale(65%)
    brightness(0.72)
    contrast(1.1);
  transition:
    filter 0.4s ease,
    transform 0.5s ease;
}

.customer-card:hover img {
  filter:
    grayscale(0%)
    brightness(0.94)
    contrast(1.02);
  transform: scale(1.06);
}

.customer-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(4, 5, 5, 0.95) 0%,
    transparent 58%
  );
}

.customer-card-number {
  position: absolute;
  top: 15px;
  right: 17px;
  color: #ffb71b;
  font-family: "Anton", Impact, sans-serif;
  font-size: 29px;
  line-height: 1;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.7);
}

.customer-card figcaption {
  position: absolute;
  right: 17px;
  bottom: 16px;
  left: 17px;
  z-index: 3;
}

.customer-card figcaption small,
.customer-card figcaption strong {
  display: block;
}

.customer-card figcaption small {
  margin-bottom: 6px;
  color: #ffb71b;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.customer-card figcaption strong {
  color: #ffffff;
  font-family: "Anton", Impact, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.05;
}

/* Bingkai hover */

.customer-card figure::after {
  position: absolute;
  inset: 8px;
  z-index: 4;
  border: 1px solid transparent;
  content: "";
  pointer-events: none;
  transition: border-color 0.3s ease;
}

.customer-card:hover figure::after {
  border-color: rgba(255, 183, 27, 0.55);
}

/* Nota privasi */

.customer-gallery-note {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 30px;
  padding: 22px 25px;
  margin-top: 35px;
  background: #121313;
  border-left: 5px solid #ffb71b;
}

.customer-gallery-note span {
  color: #ffb71b;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.customer-gallery-note p {
  margin: 0;
  color: #8e9190;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.65;
}

/* =========================
   TABLET
========================= */

@media (max-width: 1000px) {
  .customer-gallery-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .customer-gallery-heading > p {
    max-width: 650px;
  }

  .customer-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {
  .customer-gallery {
    padding: 85px 0;
  }

  .customer-gallery-container {
    width: calc(100% - 34px);
  }

  .customer-gallery-heading h2 {
    font-size: 69px;
  }

  .customer-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }

  .customer-card-number {
    top: 11px;
    right: 12px;
    font-size: 24px;
  }

  .customer-card figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .customer-card figcaption strong {
    font-size: 17px;
  }

  .customer-card figcaption small {
    font-size: 5px;
  }

  .customer-gallery-note {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f18d7f *//* =================================
   PAGE 4 — SECTION 3
   KISAH PILIHAN & TESTIMONI
================================= */

.testimonial-section {
  position: relative;
  overflow: hidden;
  padding: 125px 0;
  background: #f2f0e9;
  color: #111212;
  font-family: "Montserrat", Arial, sans-serif;
}

/* Nombor latar */

.testimonial-background-number {
  position: absolute;
  top: -55px;
  right: 2%;
  color: rgba(0, 0, 0, 0.04);
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(210px, 28vw, 430px);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.testimonial-container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

/* =========================
   TAJUK
========================= */

.testimonial-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 75px;
}

.testimonial-label {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 -48px;
  color: #976900;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.testimonial-label span {
  width: 42px;
  height: 4px;
  background: #d59700;
}

.testimonial-heading h2 {
  margin: 0;
  color: #111212;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(69px, 7.5vw, 110px);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.025em;
}

.testimonial-heading h2 strong {
  display: block;
  margin-top: 17px;
  color: #e5a400;
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
}

.testimonial-heading > p:not(.testimonial-label) {
  margin: 0 0 5px;
  color: #656867;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

/* =========================
   KISAH PELANGGAN
========================= */

.testimonial-story {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
  margin-bottom: 35px;
  background: #ffffff;
  border: 1px solid #d0ccc2;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.07);
}

.testimonial-story-reverse {
  grid-template-columns: 1.1fr 0.9fr;
}

.testimonial-story-reverse .testimonial-image {
  grid-column: 2;
  grid-row: 1;
}

.testimonial-story-reverse .testimonial-content {
  grid-column: 1;
  grid-row: 1;
}

/* =========================
   GAMBAR 1:1
========================= */

.testimonial-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #111212;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter:
    grayscale(55%)
    brightness(0.78)
    contrast(1.08);
  transition:
    filter 0.4s ease,
    transform 0.55s ease;
}

.testimonial-story:hover .testimonial-image img {
  filter:
    grayscale(0%)
    brightness(0.95)
    contrast(1.02);
  transform: scale(1.05);
}

.testimonial-image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      0deg,
      rgba(4, 5, 5, 0.93) 0%,
      transparent 57%
    ),
    linear-gradient(
      90deg,
      rgba(4, 5, 5, 0.2),
      transparent
    );
}

/* Nombor */

.testimonial-story-number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: #ffb71b;
  font-family: "Anton", Impact, sans-serif;
  font-size: 47px;
  line-height: 1;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.7);
}

/* Caption */

.testimonial-image-label {
  position: absolute;
  right: 25px;
  bottom: 24px;
  left: 25px;
  z-index: 3;
}

.testimonial-image-label small,
.testimonial-image-label strong {
  display: block;
}

.testimonial-image-label small {
  margin-bottom: 7px;
  color: #ffb71b;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.19em;
}

.testimonial-image-label strong {
  color: #ffffff;
  font-family: "Anton", Impact, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

/* =========================
   KANDUNGAN TESTIMONI
========================= */

.testimonial-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 55px;
}

.testimonial-content > small {
  display: block;
  margin-bottom: 20px;
  color: #9a6b00;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.testimonial-content h3 {
  margin: 0 0 25px;
  color: #111212;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(45px, 5vw, 68px);
  font-weight: 400;
  line-height: 0.87;
}

.testimonial-content h3 strong {
  display: block;
  margin-top: 13px;
  color: #e5a400;
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
}

/* Petikan */

.testimonial-content blockquote {
  position: relative;
  padding: 23px 25px;
  margin: 0 0 25px;
  background: #f0ede5;
  border-left: 5px solid #ffb71b;
  color: #555857;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8;
}

/* Identiti pelanggan */

.testimonial-customer {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-customer > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  background: #111212;
  color: #ffb71b;
  border-radius: 50%;
  font-family: "Anton", Impact, sans-serif;
  font-size: 17px;
}

.testimonial-customer strong,
.testimonial-customer small {
  display: block;
}

.testimonial-customer strong {
  margin-bottom: 5px;
  color: #111212;
  font-size: 11px;
  font-weight: 900;
}

.testimonial-customer small {
  color: #818483;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

/* Nota privasi */

.testimonial-note {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px;
  padding: 23px 26px;
  margin-top: 45px;
  background: #111212;
  border-left: 6px solid #ffb71b;
}

.testimonial-note strong {
  color: #ffb71b;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.testimonial-note p {
  margin: 0;
  color: #8f9291;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.7;
}

/* Garisan emas bawah */

.testimonial-section::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35%;
  height: 7px;
  background: #ffb71b;
  content: "";
}

/* =========================
   TABLET
========================= */

@media (max-width: 950px) {
  .testimonial-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .testimonial-label {
    grid-column: auto;
    margin-bottom: 0;
  }

  .testimonial-heading > p:not(.testimonial-label) {
    max-width: 650px;
  }

  .testimonial-content {
    padding: 38px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {
  .testimonial-section {
    padding: 85px 0;
  }

  .testimonial-container {
    width: calc(100% - 34px);
  }

  .testimonial-heading h2 {
    font-size: 64px;
  }

  .testimonial-story,
  .testimonial-story-reverse {
    grid-template-columns: 1fr;
  }

  .testimonial-story-reverse .testimonial-image,
  .testimonial-story-reverse .testimonial-content {
    grid-column: auto;
    grid-row: auto;
  }

  .testimonial-content {
    padding: 29px;
  }

  .testimonial-content h3 {
    font-size: 48px;
  }

  .testimonial-note {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d0924c7 *//* =================================
   PAGE 4 — SECTION 4
   PERJALANAN PELANGGAN
================================= */

.journey-section {
  position: relative;
  overflow: hidden;
  padding: 125px 0;
  background: #080909;
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
}

/* Tulisan latar */

.journey-background-text {
  position: absolute;
  top: 5px;
  right: -20px;
  color: rgba(255, 255, 255, 0.025);
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(145px, 20vw, 310px);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.journey-container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

/* =========================
   TAJUK
========================= */

.journey-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 65px;
}

.journey-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 21px;
  color: #ffb71b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.journey-label span {
  width: 42px;
  height: 4px;
  background: #ffb71b;
}

.journey-heading h2 {
  max-width: 850px;
  margin: 0;
  color: #ffffff;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(65px, 7.5vw, 106px);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.025em;
}

.journey-heading h2 strong {
  display: block;
  margin-top: 17px;
  color: #ffb71b;
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
  text-shadow: 0 4px 0 rgba(130, 74, 0, 0.4);
}

.journey-heading > p {
  margin: 0 0 5px;
  color: #929594;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

/* =========================
   LAYOUT
========================= */

.journey-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: start;
  gap: 90px;
}

/* =========================
   GAMBAR 1:1
========================= */

.journey-visual {
  position: relative;
}

.journey-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #171818;
}

.journey-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter:
    grayscale(60%)
    brightness(0.74)
    contrast(1.1);
  transition:
    filter 0.4s ease,
    transform 0.55s ease;
}

.journey-image:hover img {
  filter:
    grayscale(0%)
    brightness(0.94)
    contrast(1.02);
  transform: scale(1.05);
}

.journey-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(4, 5, 5, 0.96) 0%,
    transparent 60%
  );
}

.journey-image-content {
  position: absolute;
  right: 27px;
  bottom: 26px;
  left: 27px;
  z-index: 3;
}

.journey-image-content small,
.journey-image-content strong {
  display: block;
}

.journey-image-content small {
  margin-bottom: 9px;
  color: #ffb71b;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.journey-image-content strong {
  color: #ffffff;
  font-family: "Anton", Impact, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 0.87;
}

/* Kad 24 pelanggan */

.journey-success-card {
  position: absolute;
  right: -42px;
  bottom: 37px;
  z-index: 5;
  width: 195px;
  padding: 18px 21px;
  background: #ffb71b;
  color: #080909;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}

.journey-success-card span,
.journey-success-card strong,
.journey-success-card small {
  display: block;
}

.journey-success-card span {
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.journey-success-card strong {
  margin: 5px 0;
  font-family: "Anton", Impact, sans-serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 1;
}

.journey-success-card small {
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

/* =========================
   LANGKAH
========================= */

.journey-steps {
  border-top: 2px solid #ffffff;
}

.journey-step {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  transition:
    padding-left 0.3s ease,
    background-color 0.3s ease;
}

.journey-step:hover {
  padding-left: 16px;
  background: rgba(255, 183, 27, 0.06);
}

.journey-number {
  color: #ffb71b;
  font-family: "Anton", Impact, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.journey-step small {
  display: block;
  margin-bottom: 7px;
  color: #ffb71b;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.journey-step h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: "Anton", Impact, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.1;
}

.journey-step p {
  max-width: 540px;
  margin: 0;
  color: #8f9291;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.7;
}

/* =========================
   HASIL KEJAYAAN
========================= */

.journey-results {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  margin-top: 75px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.journey-results > div {
  min-height: 190px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.journey-results-title {
  background: #ffb71b;
  color: #080909;
}

.journey-results-title small,
.journey-results-title strong {
  display: block;
}

.journey-results-title small {
  margin-bottom: 24px;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.journey-results-title strong {
  font-family: "Anton", Impact, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 0.92;
}

.journey-results > div:not(.journey-results-title) > span {
  display: block;
  margin-bottom: 24px;
  color: #ffb71b;
  font-family: "Anton", Impact, sans-serif;
  font-size: 28px;
}

.journey-results > div:not(.journey-results-title) > strong {
  display: block;
  margin-bottom: 9px;
  color: #ffffff;
  font-family: "Anton", Impact, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.journey-results > div:not(.journey-results-title) > p {
  margin: 0;
  color: #898c8b;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.65;
}

/* Cahaya latar */

.journey-section::before {
  position: absolute;
  bottom: -350px;
  left: -350px;
  width: 750px;
  height: 750px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 183, 27, 0.09),
    transparent 67%
  );
  content: "";
}

/* =========================
   TABLET
========================= */

@media (max-width: 1000px) {
  .journey-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .journey-heading > p {
    max-width: 650px;
  }

  .journey-layout {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .journey-visual {
    width: min(100%, 560px);
  }

  .journey-results {
    grid-template-columns: repeat(2, 1fr);
  }

  .journey-results-title {
    grid-column: span 2;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {
  .journey-section {
    padding: 85px 0;
  }

  .journey-container {
    width: calc(100% - 34px);
  }

  .journey-heading h2 {
    font-size: 61px;
  }

  .journey-success-card {
    right: -7px;
    bottom: 20px;
  }

  .journey-image-content strong {
    font-size: 39px;
  }

  .journey-step {
    grid-template-columns: 47px 1fr;
    gap: 14px;
  }

  .journey-number {
    font-size: 28px;
  }

  .journey-step h3 {
    font-size: 23px;
  }

  .journey-results {
    grid-template-columns: 1fr;
    margin-top: 55px;
  }

  .journey-results-title {
    grid-column: auto;
  }

  .journey-results > div {
    min-height: 160px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fafe722 *//* =================================
   PAGE 4 — SECTION 5
   KEPERCAYAAN PELANGGAN
================================= */

.trust-section {
  position: relative;
  overflow: hidden;
  padding-top: 125px;
  background: #f2f0e9;
  color: #111212;
  font-family: "Montserrat", Arial, sans-serif;
}

/* Tulisan latar */

.trust-background-text {
  position: absolute;
  top: -10px;
  right: -20px;
  color: rgba(0, 0, 0, 0.035);
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(180px, 25vw, 380px);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.trust-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 100px;
  width: min(1180px, calc(100% - 48px));
  padding-bottom: 120px;
  margin: 0 auto;
}

/* =========================
   KANDUNGAN
========================= */

.trust-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 21px;
  color: #976900;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.trust-label span {
  width: 42px;
  height: 4px;
  background: #d59700;
}

/* Tajuk */

.trust-content h2 {
  margin: 0 0 28px;
  color: #111212;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(70px, 7.5vw, 110px);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.025em;
}

.trust-content h2 strong {
  display: block;
  margin-top: 17px;
  color: #e5a400;
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
}

.trust-highlight {
  max-width: 670px;
  margin: 0 0 14px;
  color: #242625;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.7;
}

.trust-description {
  max-width: 670px;
  margin: 0;
  color: #666968;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}

/* =========================
   PRINSIP
========================= */

.trust-principles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 33px;
  border-top: 1px solid #c9c5bb;
  border-left: 1px solid #c9c5bb;
}

.trust-principles article {
  position: relative;
  min-height: 205px;
  padding: 23px;
  border-right: 1px solid #c9c5bb;
  border-bottom: 1px solid #c9c5bb;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.trust-principles article:hover {
  z-index: 2;
  background: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07);
}

.trust-principles article > span {
  position: absolute;
  top: 19px;
  right: 21px;
  color: #d39800;
  font-family: "Anton", Impact, sans-serif;
  font-size: 27px;
}

.trust-principles small {
  display: block;
  margin-bottom: 25px;
  color: #976900;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.trust-principles h3 {
  max-width: 210px;
  margin: 0 0 11px;
  color: #111212;
  font-family: "Anton", Impact, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.08;
}

.trust-principles article > p {
  margin: 0;
  color: #696c6b;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.65;
}

/* =========================
   GAMBAR 1:1
========================= */

.trust-visual {
  position: relative;
  padding: 35px 15px 40px 0;
}

.trust-image {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #111212;
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.2);
}

.trust-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter:
    grayscale(55%)
    brightness(0.78)
    contrast(1.08);
  transition:
    filter 0.4s ease,
    transform 0.55s ease;
}

.trust-image:hover img {
  filter:
    grayscale(0%)
    brightness(0.95)
    contrast(1.02);
  transform: scale(1.05);
}

.trust-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(4, 5, 5, 0.95) 0%,
    transparent 60%
  );
}

.trust-image-content {
  position: absolute;
  right: 27px;
  bottom: 26px;
  left: 27px;
  z-index: 3;
}

.trust-image-content small,
.trust-image-content strong {
  display: block;
}

.trust-image-content small {
  margin-bottom: 9px;
  color: #ffb71b;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.19em;
}

.trust-image-content strong {
  color: #ffffff;
  font-family: "Anton", Impact, sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 0.88;
}

/* Kad kiraan */

.trust-customer-count {
  position: absolute;
  top: 0;
  right: -28px;
  z-index: 5;
  width: 195px;
  padding: 18px 21px;
  background: #ffb71b;
  color: #080909;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}

.trust-customer-count small,
.trust-customer-count strong,
.trust-customer-count span {
  display: block;
}

.trust-customer-count small {
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.trust-customer-count strong {
  margin: 5px 0;
  font-family: "Anton", Impact, sans-serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 1;
}

.trust-customer-count span {
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

/* Bingkai */

.trust-gold-outline {
  position: absolute;
  top: 55px;
  right: -8px;
  bottom: 0;
  left: 28px;
  border: 2px solid #d39800;
}

/* =========================
   BAR PENGHARGAAN
========================= */

.trust-appreciation {
  padding: 55px 0;
  background: #ffb71b;
  color: #080909;
}

.trust-appreciation-container {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr auto;
  align-items: center;
  gap: 60px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.trust-appreciation small,
.trust-appreciation strong {
  display: block;
}

.trust-appreciation small {
  margin-bottom: 9px;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.trust-appreciation strong {
  font-family: "Anton", Impact, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 0.95;
}

.trust-appreciation p {
  margin: 0;
  color: #3b2b00;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.7;
}

.trust-appreciation a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: 205px;
  min-height: 55px;
  padding: 0 19px;
  background: #080909;
  color: #ffffff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-decoration: none;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

.trust-appreciation a span {
  color: #ffb71b;
  font-size: 17px;
}

.trust-appreciation a:hover {
  background: #242626;
  transform: translateY(-3px);
}

/* =========================
   TABLET
========================= */

@media (max-width: 1000px) {
  .trust-container {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .trust-content {
    max-width: 750px;
  }

  .trust-visual {
    width: min(100%, 560px);
  }

  .trust-appreciation-container {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .trust-appreciation p {
    max-width: 550px;
  }

  .trust-appreciation a {
    width: fit-content;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {
  .trust-section {
    padding-top: 85px;
  }

  .trust-container,
  .trust-appreciation-container {
    width: calc(100% - 34px);
  }

  .trust-container {
    padding-bottom: 85px;
  }

  .trust-content h2 {
    font-size: 67px;
  }

  .trust-principles {
    grid-template-columns: 1fr;
  }

  .trust-visual {
    padding-right: 0;
  }

  .trust-customer-count {
    right: -7px;
  }

  .trust-gold-outline {
    right: -7px;
  }

  .trust-image-content strong {
    font-size: 37px;
  }

  .trust-appreciation a {
    width: 100%;
  }
}/* End custom CSS */