/* =======================================
            SECTION Looking For
======================================= */
.sec-hero .is-caveat {
  font-size: 96px;
}

.sec-hero .btn-hero {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  color: #3c2f2f;

  background-color: #ffb949;
  border-radius: 20px !important;
}
.gradient-black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    283.15deg,
    rgba(60, 47, 47, 0) -1.91%,
    rgba(60, 47, 47, 0) 17.45%,
    rgba(31, 27, 24, 0.9) 64.69%
  );
}

/* =======================================
        SECTION Find your nearest
======================================= */
.sec-nearest .section-bg {
  background: url(https://npifood.gradin.co.id/wp-content/uploads/2026/03/mmm_1@5x-2.webp)
    no-repeat 0% 0% / 100%;
}

.sec-nearest .row-card {
  margin-top: -115px;
}
.sec-nearest .row-card > .col {
  padding-inline: 40px;
}
.sec-nearest .row-card > .col > .col-inner > .card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px;

  width: 100%;
  min-height: 160px;
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.sec-nearest .row-card > .col:nth-child(1) > .col-inner > .card-wrapper {
  align-items: end;
  gap: 10px;
}
.sec-nearest .row-card > .col:nth-child(2) > .col-inner > .card-wrapper {
  align-items: center;
  justify-content: center;
}

.sec-nearest .row-card > .col > .col-inner > .card-wrapper .card-title {
  position: absolute;
  top: 10px;
  left: 10px;
}
.sec-nearest .row-card > .col > .col-inner > .card-wrapper .card-title,
.sec-nearest .row-card > .col > .col-inner > .card-wrapper .content .subtitle {
  font-family: Amiko;
  font-weight: 400;
  font-size: 14px;
  color: black;
  margin: 0;
}
.sec-nearest .row-card > .col > .col-inner > .card-wrapper .content {
  position: relative;
  display: flex;
  align-items: end;
  gap: 10px;
}
.sec-nearest
  .row-card
  > .col
  > .col-inner
  > .card-wrapper
  .content
  .number-wrapper {
  font-family: Amiko;
  font-weight: 700;
  font-size: 40px;

  color: #ec2027;
  line-height: 1;
  margin: 0;
}
.sec-nearest .row-card > .col > .col-inner > .card-wrapper .image-wrapper {
  aspect-ratio: 167/126;
  width: auto;
  height: 126px;

  background-color: #f02e2e;
  padding: 40px 10px;
  margin-block: auto;

  display: flex;
  justify-content: center;
  align-items: center;
}

/* Column 2 */
.sec-nearest
  .row-card
  > .col:nth-child(2)
  > .col-inner
  > .card-wrapper
  .content
  > div {
  display: flex;
  align-items: end;
  gap: 10px;
}
.sec-nearest
  .row-card
  > .col:nth-child(2)
  > .col-inner
  > .card-wrapper
  .content
  > div:nth-child(2) {
  margin-left: 10px;
}
.sec-nearest
  .row-card
  > .col:nth-child(2)
  > .col-inner
  > .card-wrapper
  .content
  .number-wrapper {
  font-size: 64px;
  line-height: 50px;
}

/* Column 3 */
.sec-nearest
  .row-card
  > .col:nth-child(3)
  > .col-inner
  > .card-wrapper
  .card-title {
  top: -3px;
  left: 0;
}
.sec-nearest .row-card > .col:nth-child(3) > .col-inner > .card-wrapper img {
  aspect-ratio: 1;
  object-fit: cover;
  margin-block: auto;
}
.sec-nearest
  .row-card
  > .col:nth-child(3)
  > .col-inner
  > .card-wrapper
  .content {
  flex-direction: column;
}
.sec-nearest
  .row-card
  > .col:nth-child(3)
  > .col-inner
  > .card-wrapper
  .content
  .graph-wrapper
  svg {
  width: 100%;
}
.sec-nearest
  .row-card
  > .col:nth-child(3)
  > .col-inner
  > .card-wrapper
  .content
  .bottom-stats {
  display: flex;
  align-items: end;
}
.sec-nearest
  .row-card
  > .col:nth-child(3)
  > .col-inner
  > .card-wrapper
  .content
  .bottom-stats
  .growth-info {
  font-size: 10px;
  margin-right: 10px;
  color: #82cbff;
}
.sec-nearest
  .row-card
  > .col:nth-child(3)
  > .col-inner
  > .card-wrapper
  .content
  .bottom-stats
  .sales-info {
  display: flex;
  align-items: end;
  gap: 5px;
}

.sec-nearest
  .row-card
  > .col:nth-child(3)
  > .col-inner
  > .card-wrapper
  .content
  .number-wrapper {
  line-height: 26px;
}

/* Find Nearest Reseller Content */
.sec-nearest .is-caveat {
  font-size: 86px;
  line-height: 1.3;
}
.npi-logo-inside {
  height: 25px;
  width: 90px;
  filter: brightness(0) invert(1);
}

/* Reseller Dropdown */
.reseller-location-wrapper {
  font-family: "Inter", sans-serif;
  max-width: 400px;
  padding: 20px;
}

/* Styling Dropdown */
.custom-select {
  width: 100%;
  padding: 2px 40px;
  border: 1px solid #ccc;
  border-radius: 50px;
  appearance: none;
  background-color: white;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  margin-bottom: 10px;
}

/* Styling Judul */
.reseller-count-title {
  color: #ec2027;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}

/* Container Scroll & Garis Vertikal */
.store-list-container {
  position: relative;
  padding-left: 30px;
  max-height: 280px;
  overflow-y: auto;
}

/* Garis Abu-abu */
.vertical-line {
  position: absolute;
  left: 10px;
  top: 5px;
  bottom: 5px;
  width: 4px;
  background-color: #e0e0e0;
  border-radius: 10px;
}

/* Styling List Toko */
.store-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.store-item {
  position: relative;
  margin-bottom: 20px;
}

/* Bullet Point Hitam */
.store-item::before {
  content: "•";
  position: absolute;
  left: -28px;
  font-size: 24px;
  color: #333;
  line-height: 1;
}

.store-name {
  font-weight: 800;
  font-size: 16px;
  color: #000;
  margin: 0;
}

.store-address {
  font-size: 14px;
  color: #333;
  margin: 2px 0 0 0;
}

/* Scrollbar Styling */
.store-list-container::-webkit-scrollbar {
  width: 5px;
}
.store-list-container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* =======================================
        SECTION Why Should Join
======================================= */
.sec-why-join .stack .is-caveat {
  font-size: 80px;
  line-height: 70px;
}
.sec-why-join .row-key > .col {
  text-align: center;
}
.sec-why-join .row-key > .col svg {
  margin-bottom: 15px;
  height: 70px;
}

/* =======================================
    SECTION 6 Tambah pendapatan kamu
======================================= */
.sec-pendapatan .row-key .svg-wrapper {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e9e9e9;
}
.sec-pendapatan .row-key .svg-wrapper svg {
  display: block;
  margin-bottom: 15px;
  height: 52px;
}
.sec-pendapatan .row-key .head-text {
  min-height: 63px;
}

/* =======================================
         SECTION Success Story
======================================= */
/* Section Background */
.section.bg-woman-cook {
  background:
    url(https://npifood.gradin.co.id/wp-content/uploads/2026/03/nnn-6-3.webp)
      no-repeat bottom,
    url(/wp-content/uploads/2026/02/sec-testimoni-texture_11zon.webp) repeat-x
      top / 55%;
}

/* Container pembungkus */
.success-story-container {
  text-align: center;
  width: 100%;
  padding: 20px 0;
}

.font-story {
  font-size: 50px;
  color: #3c2f2f;
  font-weight: 750;
}

/* Logo dan Teks */
.success-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding-right: 150px;
}

.success-font {
  font-size: 70px;
  color: #3c2f2f;
  font-weight: 900;
  line-height: 1;
}

.cta-logo {
  height: 50px;
  width: auto;
  display: block;
}

/* Container Utama */
.testimonial-card {
  width: 250px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  font-family: "Inter", sans-serif;
  border: 1px solid #f0f0f0;
}

.testimonial-content {
  padding: 35px 35px 10px;
  text-align: center;
}

.testimonial-text {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* Rating Bintang */
.rating-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.stars {
  color: #ff9f43;
  font-size: 20px;
  letter-spacing: 2px;
}

.rating-score {
  color: #444;
  font-size: 15px;
  font-weight: 500;
}

.testimonial-user {
  background-color: #ebebeb;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.user-avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
}

.user-info {
  text-align: left;
}

.user-name {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.user-handle {
  margin: 2px 0 0 0;
  font-size: 13px;
  color: #666;
  font-style: italic;
}

/* =======================================
        SECTION Gabung bersama
======================================= */
/* Absolute Product Image */
.image-absolute-join-sec {
  position: absolute;
  bottom: -90px;
  left: 10%;
}
.sec-join .btn-hero-center {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  width: fit-content;
}

.red-banner-cta {
  padding: 25px 40px;
  width: 100%;
  justify-content: center !important;
  margin-left: 225px;
}

.banner-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
}

.banner-text {
  color: #ffffff;
  text-align: left;
}

.text-top {
  font-size: 25px;
  margin: 0;
  line-height: 1.2;
}

.text-bottom {
  font-size: 25px;
  margin: 5px 0 0 0;
  line-height: 1.2;
}

.banner-logo {
  flex-shrink: 0;
  align-self: flex-end;
}

.cta-logo-white {
  height: 30px;
  width: auto;
}

.btn-hero-center {
  color: #3c2f2f;
  background-color: #ffb900;
  text-align-last: center;
  margin-left: 450px;
}

/* =======================================
            SECTION It's time
======================================= */
.sec-time-reseller .is-caveat {
  font-size: 96px;
  line-height: 60px;
}

/* Container Utama */
.countdown-wrapper {
  display: flex;
  gap: 15px;
  padding: 40px 0px;
}

/* Item Wrapper */
.countdown-item {
  text-align: center;
}

/* Kotak Angka */
.time-box {
  background: linear-gradient(to bottom, #333 0%, #222 100%);
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}

/* Angka */
.time-box span {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  z-index: 2;
}

.glass-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* Countdown */
.customTimer {
  display: flex;
  gap: 30px;
}
.customTimer .timeBox {
  text-align: center;
  color: white;
}
.customTimer .timeBox > div {
  background: linear-gradient(to bottom, #333 0%, #222 100%);
  width: 85px;
  height: 85px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;

  font-size: 46px;
}
.customTimer .timeBox > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.customTimer .timeBox > span {
  font-family: Myriad Pro;
  font-weight: 400;
  font-size: 20px;
}

/* Button WhatsApp */
.btn-wa {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;

  background-color: #18b347;
  border-radius: 20px !important;

  /* Layout */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff;

  /* Efek Transisi */
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.btn-wa:hover {
  background-color: #169c46;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-wa:active {
  transform: translateY(0);
}

/* Label Teks */
.label {
  color: #ccc;
  font-size: 14px;
  margin: 0;
  text-transform: capitalize;
}

@media only screen and (max-width: 849px) {
  .gradient-black::before {
    background: linear-gradient(
      304.87deg,
      rgba(60, 47, 47, 0) 46.97%,
      rgba(60, 47, 47, 0) 50.73%,
      rgba(35, 30, 27, 0.766509) 65.44%,
      rgba(34, 29, 26, 0.805254) 71.05%,
      rgba(32, 28, 25, 0.861659) 75.26%,
      rgba(31, 27, 24, 0.9) 82.54%
    );
  }

  /* ========================================
  SECTION HERO
  =========================================== */
  .sec-hero .section-bg {
    background: url(https://npifood.gradin.co.id/wp-content/uploads/2026/03/young-woman-using-mobile-phone-while-standing-cafe-11-1.webp)
      no-repeat 0% 100% / 100%;
  }
  .sec-hero .section-bg img {
    display: none;
  }
  .sec-hero .is-caveat {
    font-size: 64px;
  }

  /* ========================================
  SECTION FIND YOUR NEAREST
  =========================================== */
  .sec-nearest .section-bg {
    background: url(https://npifood.gradin.co.id/wp-content/uploads/2026/03/mmm_1@5x-2.webp)
      no-repeat 80% 25% / 225%;
  }

  /* Row Card */
  .sec-nearest .row-card {
    padding-inline: 15px !important;
  }
  .sec-nearest .row-card > .col {
    padding-inline: 0;
    padding-bottom: 15px;
  }
  .sec-nearest .row-card > .col:nth-child(1) {
    padding-right: 7.5px;
  }
  .sec-nearest .row-card > .col:nth-child(2) {
    padding-left: 7.5px;
  }

  /* Column 1 */
  .sec-nearest
    .row-card
    > .col:nth-child(1)
    > .col-inner
    > .card-wrapper
    .content {
    flex-direction: column;
    align-items: start;
  }

  /* Column 2 */
  .sec-nearest
    .row-card
    > .col:nth-child(2)
    > .col-inner
    > .card-wrapper
    .content {
    gap: 50px;
  }
  .sec-nearest
    .row-card
    > .col:nth-child(2)
    > .col-inner
    > .card-wrapper
    .content
    > div {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .sec-nearest
    .row-card
    > .col:nth-child(2)
    > .col-inner
    > .card-wrapper
    .content
    > div:nth-child(2) {
    margin-left: 0;
  }
  .sec-nearest
    .row-card
    > .col:nth-child(2)
    > .col-inner
    > .card-wrapper
    .content
    .number-wrapper {
    font-size: 40px;
    line-height: 1;
  }

  /* ========================================
  SECTION WHY JOIN
  =========================================== */
  .sec-why-join .section-bg {
    background: url(https://npifood.gradin.co.id/wp-content/uploads/2026/03/fd639acbcb29205b11fa5daba3e9a155bff-1-1.webp);
  }
  .sec-why-join .section-bg img {
    display: none;
  }

  /* ========================================
  SECTION BERJUALAN PRODUK
  =========================================== */
  .sec-berjualan-product .section-bg:before {
    content: "";
    background: linear-gradient(
      359.57deg,
      rgba(32, 28, 25, 0) -11.66%,
      rgba(31, 27, 24, 0.56) 75.17%
    );
    width: 100%;
    height: 80%;

    position: absolute;
  }
  .sec-berjualan-product .section-bg {
    background: url(https://npifood.gradin.co.id/wp-content/uploads/2026/03/Gemini_Generated_Image_srm7dksrm7dksrm7-1-1-2.webp)
      no-repeat 100%/ 100%;
  }
  .sec-berjualan-product .section-bg img {
    display: none;
  }

  /* Absolute Product Image */
  .image-absolute-join-sec {
    left: -60px;
  }

  /* ========================================
  SECTION JOIN
  =========================================== */
  .sec-join .section-bg {
    background: url(https://npifood.gradin.co.id/wp-content/uploads/2026/03/Group-2965-1.webp)
      100% / 100%;
  }
  .sec-join .section-bg img {
    display: none;
  }

  /* ========================================
  SECTION SUCCESS STORY
  =========================================== */
  /* Container utama */
  .success-row {
    padding-right: 0 !important;
    justify-content: center !important;
  }

  /* Section Success Story */
  .success-row {
    justify-content: center;
    padding-right: 0;
    flex-wrap: wrap;
  }
  .success-font {
    font-size: 50px;
  }
  .cta-logo {
    height: 40px;
  }

  .font-story {
    font-size: 35px;
  }

  /* CTA Banner */
  .red-banner-cta {
    margin-left: 0;
    padding: 20px;
  }

  .btn-hero-center {
    display: block;
    margin: 0px auto;
  }

  /* ========================================
  SECTION TIME RESELLER
  =========================================== */
  .sec-time-reseller .section-bg {
    background:
      linear-gradient(to top, #1e1a17 65%, transparent 80%),
      url(https://npifood.gradin.co.id/wp-content/uploads/2026/03/freepik__make-chicken-katsu-on-a-plate-sliced-katsu-over-ri__40143b-2-1.webp)
        no-repeat 0% 0% / 200%;
  }
  .sec-time-reseller .section-bg img {
    display: none;
  }
}

@media only screen and (max-width: 430px) {
  /* ========================================
  SECTION HERO
  =========================================== */
  .sec-hero.is-full-height {
    height: 100%;
  }
  .sec-hero .is-caveat {
    font-size: 40px;
  }

  /* ========================================
  SECTION FIND YOUR NEAREST
  =========================================== */
  /* Row Card */
  .sec-nearest .row-card {
    margin-top: -90px;
  }
  .sec-nearest .row-card > .col > .col-inner > .card-wrapper {
    min-height: 100px;
  }
  .sec-nearest .row-card > .col > .col-inner > .card-wrapper .content {
    gap: 5px;
  }
  .sec-nearest .row-card > .col > .col-inner > .card-wrapper .card-title {
    font-weight: 600;
  }
  .sec-nearest .row-card > .col > .col-inner > .card-wrapper .card-title,
  .sec-nearest
    .row-card
    > .col
    > .col-inner
    > .card-wrapper
    .content
    .subtitle {
    font-size: 12px;
  }
  .sec-nearest
    .row-card
    > .col
    > .col-inner
    > .card-wrapper
    .content
    .number-wrapper {
    font-size: 30px;
    line-height: 1;
    margin: 0;
  }
  .sec-nearest .row-card > .col > .col-inner > .card-wrapper .image-wrapper {
    aspect-ratio: 1;
    height: 50px;
  }

  /* Column 1 Logo */
  .npi-logo-inside {
    width: 60px !important;
    height: auto !important;
  }

  /* Column 2 */
  .sec-nearest
    .row-card
    > .col:nth-child(2)
    > .col-inner
    > .card-wrapper
    .content {
    gap: 30px;
    margin-top: 20px;
  }
  .sec-nearest
    .row-card
    > .col:nth-child(2)
    > .col-inner
    > .card-wrapper
    .content
    .number-wrapper {
    font-size: 30px;
    line-height: 1;
  }

  /* Typography */
  .sec-nearest .is-caveat {
    font-size: 42px;
    line-height: 1.5;
  }

  /* ========================================
  SECTION WHY JOIN
  =========================================== */
  .sec-why-join .stack .is-caveat {
    font-size: 42px;
    line-height: 45px;
  }

  /* ========================================
  SECTION PENDAPATAN
  =========================================== */
  .sec-pendapatan .row-key .head-text.special {
    min-height: 78px;
  }

  /* ========================================
  SECTION SUCCESS STORY
  =========================================== */
  /* Section Background */
  .section.bg-woman-cook {
    background:
      url(https://npifood.gradin.co.id/wp-content/uploads/2026/03/nnn-6-3.webp)
        no-repeat bottom / 200%,
      url(/wp-content/uploads/2026/02/sec-testimoni-texture_11zon.webp) repeat-x
        0% 10% / 250%;
  }

  /*          */
  .cta-logo-white {
    margin-block: 15px;
  }

  /* Success Story & Testimonial */
  .success-font {
    font-size: 48px;
  }

  .font-story {
    font-size: 32px;
  }

  .success-row {
    gap: 10px;
  }
  .success-row img {
    margin: 0;
  }

  .testimonial-card {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  /* Section Red Banner */
  .sec-join .btn-hero-center {
    font-size: 18px;
  }

  .banner-content {
    flex-direction: column;
    text-align: center;
  }
  .text-top,
  .text-bottom {
    font-size: 20px;
    text-align: center;
    margin: 0;
    line-height: 1.5;
  }

  .banner-logo {
    align-self: center;
    margin-top: 15px;
  }

  /* Absolute Product Image */
  .image-absolute-join-sec {
    left: -60px;
  }

  /* ========================================
  SECTION RESELLER
  =========================================== */
  .sec-time-reseller .is-caveat {
    font-size: 48px;
    line-height: 40px;
  }

  /* Section Countdown */
  .countdown-wrapper {
    justify-content: center;
    gap: 10px;
    transform: scale(0.9);
  }
  .time-box {
    width: 50px;
    height: 50px;
  }

  .time-box span {
    font-size: 22px;
  }

  /* Button WA */
  .btn-wa {
    font-size: 18px;
    width: fit-content;
    height: 20px;
    border-radius: 15px !important;
    padding: 15px 30px;
  }
}
