* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}
:root {
  --color-primary: #114a3d;
  --color-secondary: rgb(231, 212, 8);
  --color-third: #162945;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  background-color: rgb(255, 255, 255);
  color: white;
  min-height: 1000px;
}

/*bagian navbar  */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 6 0px; /* Tinggi tetap */
  z-index: 9999;
  background-color: var(--color-primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 5%;
  overflow: visible; /* Pastikan tidak ada scroll internal */
}
/* BAGIAN LOGO */
.navbar-logo {
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.navbar-logo img {
  height: 40px;
  width: auto;
  object-fit: contain;
  display: block;
}

/* bagian Menu */
.navbar .navbar-nav a {
  color: white;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 1rem;
}

/* cegah hamburger scroll */
.navbar .navbar-extra button {
  background: none;
  color: white;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.navbar .navbar-nav a:hover {
  color: var(--color-secondary);
}

.navbar .navbar-nav a::after {
  content: "";
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: 0.2rem solid rgb(255, 255, 255);
  transform: scaleX(0);
  transition: 0.2s linear;
}

.navbar .navbar-nav a:hover::after {
  transform: scaleX(0.5);
}

.navbar .navbar-extra a {
  color: rgb(255, 255, 255);
  margin: 0 0.1rem;
  font-weight: 700;
  padding: 8px 10px;
  transition: 0.3s ease;
  border-radius: 1rem;
}

.navbar .fa-brands {
  font-size: 1.8rem;
  align-items: center;
  top: 0;
  bottom: 0;
}

.navbar .fa-solid {
  font-size: 1.8rem;
  align-items: center;
  top: 0;
  bottom: 0;
}

.navbar .navbar-extra a:hover {
  color: var(--color-secondary);
}

#menu {
  display: none;
}

/* NAVBAR ACTIVE */
.navbar .navbar-nav a.active {
  color: yellow;
}

.navbar .navbar-nav a.active::after {
  transform: scaleX(1);
  border-bottom: 0.2rem solid white;
}

/* media queris */
/* Laptop */
@media (max-width: 1366px) {
  html {
    font-size: 75%;
  }
}
.card-container {
  gap: 2rem;
}

.card-article {
  max-width: 220px;
}

.card-image {
  height: auto;
}

.card-name {
  font-size: 0.9rem;
}

.card-profession {
  font-size: 0.8rem;
}

.info-name {
  font-size: 0.9rem;
}

.info-description {
  font-size: 0.75rem;
}

.info-button {
  font-size: 0.7rem;
  padding: 0.3rem 0.5rem;
}

/* Tablet */
@media (max-width: 758px) {
  html {
    font-size: 60%;
  }

  .navbar .navbar-nav {
    position: absolute;
    top: 100%;
    right: -100%;
    background-color: rgb(33, 33, 33);
    width: 50%;
    max-width: 100%;
    height: 100vh;
    transition: 0.3s;
    z-index: 10000;
  }

  .navbar .navbar-nav.active {
    right: 0;
  }

  .navbar .navbar-nav a {
    display: block;
    margin: 1.5rem;
    padding: 0.5rem;
    font-size: 1.5rem;
    color: rgb(236, 236, 236);
  }

  #menu {
    display: inline-block !important;
  }

  .navbar .navbar-nav a::after {
    transform-origin: 0 0;
  }

  .navbar .navbar-nav a:hover::after {
    transform: scaleX(0.2);
  }
  .nilai-grid {
    grid-template-columns: 1fr 1fr;
  }
  .card-container {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .card-article {
    width: 90%;
  }

  .card-image {
    width: 100%;
    height: auto;
  }

  .card-data {
    left: 1rem;
    bottom: 1rem;
  }

  .info {
    padding: 4rem 1rem 1rem;
  }

  .about-section .section-content {
    flex-direction: column;
    gap: 70%;
  }

  .about-section .about-image-wrapper .about-image {
    width: 100%;
    height: 100%;
    max-width: 100;
    aspect-ratio: 1;
  }

  /* agar list menunya hanya muncul di tampilan tablet */

  #menu {
    display: inline-block;
  }

  #instagram {
    display: none;
  }

  #tiktok {
    display: none;
  }
  #blog {
    display: none;
  }
}
.Contact .row form {
  padding-top: 0;
}
.Contact .row .map {
  height: 30rem;
  padding-bottom: 0;
}

/* hp */
@media (max-width: 480px) {
  html {
    font-size: 50%;
  }

  #menu {
    display: inline-block;
  }

  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 70px;
    padding: 1rem 5%;
  }

  .navbar .navbar-logo img {
    height: 50px;
    max-width: 100%;
    object-fit: contain;
  }

  body {
    padding-top: 70px;
  }
  .nilai-grid {
    grid-template-columns: 1fr;
  }

  /* LAYANAN KAMI */
  .card-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1.5rem;
  }

  .card-title {
    font-size: 1.5rem;
    padding: 70px 0 40px;
  }

  .card-name {
    font-size: 1.1rem;
  }

  .card-profession {
    font-size: 0.9rem;
  }

  .info-name {
    font-size: 1.2rem;
  }

  .info-description {
    font-size: 1rem;
    line-height: 1.6;
  }

  .info-button {
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
  }

  .card-clip {
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
  }
}

/* BAGIAN HIRO CONTENT */
.slider-container {
  background-color: rgb(0, 0, 0);
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}

/*Gambar slider 123*/
.slider-container .slider-item {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  position: absolute;
  transition: opacity 3000ms;
  isolation: isolate;
  object-fit: cover;
}

/*efek ganti gambar*/
.slider-container .slider-item[data-show="show"] {
  opacity: 1;
}
.slider-container .slider-item[data-show="hidden"] {
  z-index: -1;
  opacity: 0;
}

/* efek gradasi */
.slider-container .slider-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
}

.slider-container .slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*DESKRIPSI DI TENGAH*/
.slider-item .slider-content {
  position: absolute;
  color: rgb(255, 255, 255);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin-bottom: 20px;
}

.slider-content .slider-title {
  font-size: 5rem;
  color: white;
}

.slider-content .slider-description {
  max-width: 90vw;
  width: auto;
  margin-top: -1rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
}

/*TOMBOL*/
.slider-item .slider-action {
  color: white;
  border: 1px solid white;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  text-decoration: none;
  text-transform: uppercase;
  width: fit-content;
  position: relative;
  isolation: isolate; /*memberikan perintah untuk berdiri sendiri*/
  transition: all 500ms;
  border-radius: 0.5rem;
  box-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.slider-content .slider-action::before {
  content: "";
  background-color: var(--color-secondary);
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 0;
  transition: all 500ms;
}

.slider-content .slider-action:hover {
  color: rgb(7, 7, 7);
}
.slider-content .slider-action:hover::before {
  width: 100%;
}

/* JUDUL ATAS  */
.page-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 450px; /* Bisa disesuaikan */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  z-index: 1; /* Tambahkan ini */
}

.hero-overlay {
  background-color: #162945d6;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.hero-subtitle {
  font-size: 17px;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

@media (max-width: 768px) {
  .about-card {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 10px;
  }

  .about-image-wrapper .about-image {
    margin: 0 auto;
    display: block;
  }

  .section-title {
    font-size: 1.6rem;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .about-details .text {
    font-size: 1rem;
    margin: 0 10px;
    text-align: justify;
  }

  .about-section {
    padding: 4rem 1rem 3rem;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    margin-top: -20px;
  }

  .about-founder {
    text-align: center;
    margin-left: 0;
  }
}

/* ROAD MAP */
.timeline-perusahaan .judul {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-third);
  margin-bottom: 20px;
  padding-top: 6rem;
}

.timeline-perusahaan .judul span {
  background-color: var(--color-primary);
  padding: 2px 10px;
  color: white;
  border-radius: 5px;
}

.timeline-perusahaan .subjudul {
  text-align: center;
  max-width: 50rem;
  margin: auto;
  font-weight: 300;
  line-height: 1.6;
  font-size: small;
  color: black;
  padding-bottom: 4rem;
}

.timeline-vertical {
  padding: 40px 20px;
  max-width: 900px;
  margin: auto;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.content {
  background-color: #162945;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  flex: 1;
}

.content img {
  max-width: 180px;
  height: auto;
  border-radius: 12px;
}

.text {
  flex: 1;
}
.text .year {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px;
  margin-left: 10px;

  text-align: left;
  color: var(--color-secondary);
  display: inline-block;
}

.text p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  margin-left: 10px;
  margin-right: 12px;
}

/* Responsif HP */
@media (max-width: 756px) {
  .timeline-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .timeline-perusahaan .subjudul {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .year {
    text-align: left;
    margin-bottom: 10px;
  }

  .content {
    flex-direction: column;
    align-items: flex-start;
  }

  .content img {
    max-width: 100%;
  }
}

/* TENTANG PERUSAHAAN */
.about-section {
  position: relative;
  z-index: 2;
  margin-top: -80px; /* Tumpuk ke atas hero */
  padding: 8rem 5% 6rem; /* Tambahkan padding bawah agar isi tidak kepotong */
  background: #ffffff;
  width: 100vw;
  padding-right: 4rem;

  border-top-left-radius: 5rem;
  border-top-right-radius: 6rem;

  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
}

.section-content {
  display: flex;
  justify-content: center;
}

.about-founder {
  margin-top: 30px;
  text-align: left;
  margin-left: -2rem;
}

.founder-name {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.founder-role {
  font-size: 0.95rem;
  color: #777;
}

/* Kotak besar pembungkus isi tentang kami */
.about-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  background: linear-gradient(to left, white, white, #d8f3dc);
  padding: 40px;
  border: 1px solid #ddd;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  max-width: 1200px;
  width: 100%;
}

/* Gambar */
.about-image-wrapper .about-image {
  width: 100%;
  max-width: 380px;
  height: auto;
  margin-left: 4rem;
  object-fit: cover;
  border-radius: 50rem;
}

/* Judul */
.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-third);
  margin-right: 2rem;
  margin-left: -2rem;
  margin-bottom: 4rem;
}

.section-title span {
  background-color: var(--color-primary);
  padding: 2px 10px;
  color: rgb(255, 255, 255);
  border-radius: 5px;
}

/* Teks */
.about-details .text {
  line-height: 1.8;
  margin: 20px 0;
  text-align: left;
  font-size: 1.1rem;
  color: #000;
  margin-left: -2rem;
  margin-right: 2rem;
}

/* VISI MISI SECTION */
.visi-misi-section {
  padding: 2rem 2rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 5%;
  padding-right: 2.2rem;
}

/* Kotak kontainer utama */
.visi-misi-container {
  display: flex;
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  max-width: 1200px;
  width: 100%;
}

/* Bagian teks kiri */
.visi-misi-text {
  flex: 2;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Heading Visi Misi */
.visi-misi-text h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
  color: var(--color-third);
}

.visi-misi-text p,
.visi-misi-text li {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.visi-misi-text ul {
  padding-left: 1.2rem;
  list-style: decimal;
}

.image-center {
  flex: 1;
  background-color: #fff8c5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.profile-photo {
  width: 500px;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
}

.profile-info {
  text-align: center;
  margin-top: 1rem;
}

.profile-name {
  font-weight: bold;
  font-size: 1.1rem;
  color: #333;
  margin: 0;
}

.profile-role {
  font-size: 1rem;
  color: #666;
  margin: 0;
}

/* Bagian gambar kanan */
.image-center {
  flex: 1;
  background: linear-gradient(to right, white, rgb(254, 254, 201));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.image-center img {
  max-width: 100%;
  max-height: 400px;
  object-fit: contain;
  border-radius: 15rem;
}
/* VISI MISI END */

/* PELAYANAN PERUSAHAAN */
.nilai-perusahaan {
  background-color: #fcfcfc;
  font-family: "Poppins", sans-serif;
  padding: 4rem 5%;
  padding-right: 3.5rem;
  margin-top: 2.5rem;
}

.nilai-perusahaan .judul {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-third);
  margin-bottom: 20px;
}

.nilai-perusahaan .judul span {
  background-color: var(--color-primary);
  padding: 2px 10px;
  color: white;
  border-radius: 5px;
}

.nilai-perusahaan .subjudul {
  text-align: center;
  max-width: 50rem;
  margin: auto;
  font-weight: 300;
  line-height: 1.6;
  font-size: small;
  color: black;
  padding-bottom: 6rem;
}
.nilai-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.nilai-card {
  background-color: white;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.nilai-card:hover {
  transform: translateY(-5px);
}

.icon {
  background-color: #d8f3dc; /* Hijau muda Pemuda Express */
  color: #007f5f;
  font-size: 32px;
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nilai-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--color-third);
}

.nilai-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* LAYANAN DRIVER*/
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  padding: 0 7%;
}
.card-article {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  max-width: 290px;
  min-height: 200px;
}

.card-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 95px 0 50px;
  color: var(--color-third);
  background-color: #ffffff;
  padding-bottom: 20px;

  /* Tambahan untuk efek tumpuk & lengkung */
  position: relative;
  z-index: 2;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  margin-top: -80px; /* Menumpuk ke atas */
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
}

.card-title span {
  background-color: var(--color-primary);
  padding: 2px 10px;
  color: white;
  border-radius: 5px;
}

.menu-section .subjudul {
  text-align: center;
  max-width: 50rem;
  margin: auto;
  font-weight: 300;
  line-height: 1.6;
  font-size: 16px;
  color: black;
  padding-bottom: 3rem;
}

.card-image {
  width: 100%;
  height: auto;
  border-radius: 2rem;
  transition: transform 0.2s;
}

.card-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 0%, 0) 70%,
    hsl(0, 0%, 0%) 100%
  );
}

.card-data {
  color: white;
  position: absolute;
  left: 1.7rem;
  bottom: 2rem;
}

.card-name {
  font-size: large;
  margin-bottom: 0.1rem;
}

.card-profession {
  display: block;
  font-size: small;
}

.card-clip {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: var(--color-primary);
  box-shadow: 0 0 16px 4px #7bb4a6;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  color: rgb(255, 255, 255);
  z-index: 5;
  cursor: pointer;
  transition: transform 0.2s;
}

.card-article:hover .card-image {
  transform: scale(1.1);
}

/* lAYANAN KAMI END*/

/* LAYANAN INFO START */
.info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.461);
  backdrop-filter: blur(14px);
  padding: 5rem 2rem 2rem;
  color: white;
  clip-path: circle(1px at 92% 6%);
  transition: clip-path 0.5s ease-in-out;
  text-align: center;
}
.info-name {
  font-size: 25px;
  margin-bottom: 0.5rem;
  margin-top: 20px;
}

.info-description {
  font-size: 14px;
  margin-bottom: 3rem;
}

.info-button {
  display: inline-flex;
  background-color: #1ba84f;
  padding: 0.7rem 0.75rem;
  border-radius: 0.5rem;
  color: rgb(255, 255, 255);
  font-size: 10px;
  font-weight: 600;
  transition: box-shadow 0.4s;
  transition: 0.3s ease;
  letter-spacing: 1px;
}

.info-button:hover {
  background-color: var(--color-primary);
}
/* ROTATE ICON */
.card-article:hover .card-clip {
  transform: rotate(-45deg);
}
/* CLIP PATH ANIMATION */
.info:hover,
.card-clip:hover ~ .info {
  clip-path: circle(100%);
}
/* LAYANAN IINFO END */

/* PENAWARAN KHUSUS */
.unggulan-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 15px 0 50px;
  font-weight: 700;
  color: var(--color-third);
  padding-bottom: 20px;
}

.unggulan-title span {
  background-color: var(--color-primary);
  padding: 2px 10px;
  color: white;
  border-radius: 5px;
}
.carousel-wrapper .subjudul {
  text-align: center;
  max-width: 50rem;
  margin: auto;
  font-weight: 300;
  line-height: 1.6;
  font-size: 16px;
  color: black;
  padding-bottom: 3rem;
}
.carousel-wrapper {
  margin-top: 100px;
  text-align: center;
  padding: 0 7%;
}

.carousel-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  flex: 0 0 50%;
  box-sizing: border-box;
  position: relative;
  padding: 0 1rem;
  overflow: hidden;
  border-radius: 3rem;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  border-radius: 8rem;
  font-size: 2rem;
  padding: 0.7rem;
  cursor: pointer;
  z-index: 2;
}

.nav.left {
  left: 20px;
}

.nav.right {
  right: 20px;
}

.carousel-dots {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.carousel-dots button {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border-radius: 50%;
  border: none;
  background-color: #ccc;
  cursor: pointer;
}

.carousel-dots button.active {
  background-color: #4ade80;
}
.carousel-slide:hover .slide-1 {
  transform: scale(1.1);
}
/* Daftar Mitra */
.insta-btn-driver {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 1.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  background: var(--color-secondary);
  border: none;
  border-radius: 999px;
  text-decoration: none;
  transition: 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.insta-btn-driver:hover {
  transform: translateX(-50%) scale(1.05);
}
/* REVIEW KONSUMEN */
.review-konsumen {
  background: #ffffff;
  padding: 20px 8%;
  text-align: center;
  margin-bottom: 3rem;
}

.review-konsumen .subjudul {
  text-align: center;
  max-width: 50rem;
  margin: auto;
  font-weight: 300;
  line-height: 1.6;
  font-size: 16px;
  color: black;
  padding-bottom: 3rem;
}

.review-konsumen-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2%;
  margin-left: 2rem;
  margin-right: 2rem;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: #d8f3dc;
  padding: 15px;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
  transition: background 0.3s;
}

.arrow:hover {
  background: var(--color-primary);
  color: white;
}

.arrow.left {
  position: absolute;
  left: -50px;
}

.arrow.right {
  position: absolute;
  right: -50px;
}

.review-konsumen-container {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
}

.review-konsumen-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px;
}

.review-konsumen-card {
  background: #d8f3dc;
  margin: 0 10px;
  border-radius: 20px;
  padding: 30px;
  flex: 0 0 calc(50% - 38px);
  box-sizing: border-box;
  margin: 0 10px;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.review-header img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
}

.review-header h4 {
  margin: 0;
  position: relative;
  font-size: 18px;
  color: #222;
  margin-left: 1px;
  text-align: left;
}

.review-header p {
  margin: 0;
  font-size: 14px;
  color: #777;
  text-align: left;
}

.review-tag {
  background: #d7f2e3;
  color: #1a8a57;
  padding: 6px 16px;
  border-radius: 999px;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 20px;
}

.review-text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  text-align: left;
}

.arrow.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .review-konsumen-card {
    flex: 0 0 calc(100% - 37px);
  }
  .review-konsumen .subjudul {
    font-size: 12px;
  }
}

/* === MITRA KAMI === */
.jajan-section {
  padding: 4rem 5%;
  background-color: #fff;
  text-align: center;

  /* Tambahan untuk efek melengkung & tumpuk */
  position: relative;
  z-index: 2;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  margin-top: -80px; /* Menumpuk di atas section sebelumnya */
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
}

.jajan-title {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-third);
  margin-bottom: 2rem;
  margin-top: 3.5rem;
}

.jajan-title span {
  background-color: var(--color-primary);
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
}

.jajan-section .subjudul {
  text-align: center;
  max-width: 50rem;
  margin: auto;
  font-weight: 300;
  line-height: 1.6;
  font-size: small;
  color: black;
  padding-bottom: 4rem;
}

/* WRAPPER NAVIGATION */
.jajan-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  gap: 1rem;
}

/* TRACK SCROLLER */
.jajan-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 1rem;
  padding: 1rem 0;
}

/* ITEM KOTAK */
.jajan-item {
  flex: 0 0 auto;
  width: 180px;
  background-color: var(--color-primary);
  border-radius: 1rem;
  text-align: center;
  padding: 1rem 0.5rem;
  border: 2px solid #eee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.jajan-item:hover,
.jajan-item.active {
  background-color: var(--color-secondary);
  color: black;
}

/* GAMBAR JAJANAN */
.jajan-item img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

/* NAMA JAJANAN */
.jajan-item p {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}

/* TOMBOL NAVIGASI */
.nav-btn {
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-primary);
  padding: 0 1rem;
}

/* TOKO MITRA PEMUDA EXPRESS */
.jajan-instagram {
  margin-top: 3rem;
  text-align: center;
}

.ig-button {
  display: inline-block;
  background: #16a34a;
  color: rgb(255, 255, 255);
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease;
  transition: 0.2s ease;
}

.ig-button:hover {
  background-color: var(--color-primary);
  color: #fff;
  transform: scale(1.05);
}

/* MITRA END */

/* TESTIMONI */
.testimonial-section {
  max-width: 1200px;
  margin: auto;
  padding: 1rem 5%;
  text-align: center;
}

/* .section-title {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-third);
  margin-bottom: 2rem;
  margin-top: 3.5rem;
  margin-left: 2rem;
}

.section-title span {
  background-color: var(--color-primary);
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
} */

.testimonial-section .subjudul {
  text-align: center;
  max-width: 50rem;
  margin: auto;
  font-weight: 300;
  line-height: 1.6;
  font-size: small;
  color: black;
  padding-bottom: 4rem;
}

/* === Wrapper Slider === */
.pindah {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.gams-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 1rem 0;
  scroll-behavior: smooth;
}

.gams-wrapper::-webkit-scrollbar {
  display: none;
}

/* Gambar Testimoni */
.kartu-gambar {
  position: relative;
}

.kartu-gambar img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: var(--radius);
}
.gam {
  flex: 0 0 calc((100% - 2rem) / 3);
  max-width: calc((100% - 20px) / 3);
}
/* Tombol Instagram */
.insta-btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 1.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #ff7a00, #ff016a, #d300c5);
  border: none;
  border-radius: 999px;
  text-decoration: none;
  transition: 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.insta-btn:hover {
  transform: translateX(-50%) scale(1.05);
}

/* Isi Testimoni */
.quote {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 1.5rem 0;
  color: #000;
  text-align: left;
  font-family: "Poppins", sans-serif;
}

.author {
  color: gray;
  font-size: 1rem;
  text-align: left;
}

/* Tombol Navigasi */
.pin {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  font-size: 2rem;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #333;
  z-index: 10;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

@media (max-width: 767px) {
  .menu-section .subjudul {
    padding: 0 3rem 2rem;
    font-size: 1.2rem;
  }
  .carousel-wrapper .subjudul {
    padding: 0 1rem 2rem;
    font-size: 1.2rem;
  }
  .section-title {
    font-size: 2rem;
    margin-left: 0;
    text-align: center;
    line-height: 1.6;
  }
  .jajan-section .subjudul {
    padding: 0 1rem 2rem;
    font-size: 1.2rem;
  }

  .testimonial-section .subjudul {
    padding: 0 1rem 2rem;
    font-size: 1.2rem;
  }

  .gam {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0.5rem;
    box-sizing: border-box;
  }

  .kartu-gambar img {
    width: 100%;
    height: 250px;
  }

  .quote {
    font-size: 1.3rem;
    margin: 1rem 0 0.5rem;
    text-align: left;
    padding: 0 0.5rem;
  }

  .author {
    font-size: 0.9rem;
    padding: 0 0.5rem 1rem;
  }

  .pin {
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
  }

  .prev {
    left: 5px;
  }

  .next {
    right: 5px;
  }

  .insta-btn {
    padding: 1rem 1.2rem;
    font-size: 1rem;
  }
}
/* KONTAK */
/* tata-cara-order.css */
.order-section {
  position: relative;
  z-index: 2;
  margin-top: -80px; /* overlap ke page-hero */
  background: #f9f9f9;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
  padding: 60px 20px 80px;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
}

.order-title {
  font-size: 2rem;
  margin-bottom: 40px;
  color: var(--color-third);
}

.order-title span {
  background-color: var(--color-primary);
  padding: 2px 10px;
  color: white;
  border-radius: 5px;
}

.order-section .subjudul {
  text-align: center;
  max-width: 50rem;
  margin: auto;
  font-weight: 400;
  line-height: 1.6;
  font-size: small;
  color: black;
  padding-bottom: 4rem;
}
.steps-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.order-step {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  max-width: 300px;
  transition: transform 0.3s ease;
}

.order-step:hover {
  transform: translateY(-8px);
}

.step-icon {
  font-size: 40px;
  color: var(--color-primary);
  margin-bottom: 20px;
}

.order-step h3 {
  font-size: 1.4rem;
  color: #34495e;
  margin-bottom: 10px;
}

.order-step p {
  font-size: 1rem;
  color: #7f8c8d;
}

/* Daftar driver */
.order-driver {
  background: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
}

.order-driver h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: var(--color-third);
}

.order-driver h2 span {
  background-color: var(--color-primary);
  padding: 4px 10px;
  color: white;
  border-radius: 5px;
}

.order-driver p {
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.step {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 30px 20px;
  width: calc(33.333% - 20px); /* Baris pertama 3 kolom */
  transition: transform 0.3s;
  box-sizing: border-box;
}

.steps .step:nth-child(n + 4) {
  width: ; /* Baris kedua 2 kolom */
}

.step:hover {
  transform: translateY(-5px);
}

.step i {
  font-size: 40px;
  color: #1a3b2f;
  margin-bottom: 15px;
}

.step h3 {
  font-size: 1.4rem;
  color: #1a3b2f;
  margin-bottom: 10px;
}

.step p {
  font-size: 1rem;
  color: #555;
}

/* Responsif Mobile */
@media (max-width: 768px) {
  .step {
    width: 100% !important;
  }
}

/* subjudul */
.Contact {
  background-color: white;
  color: black;
  position: relative;
}

.Contact .contact-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 95px 0 50px;
  color: var(--color-third);
}

.contact-title span {
  background-color: var(--color-primary);
  padding: 2px 10px;
  color: white;
  border-radius: 5px;
}

/* subjudul */
.Contact .contact-description {
  text-align: center;
  max-width: 50rem;
  margin: auto;
  font-weight: 300;
  line-height: 1.6;
  font-size: small;
  margin-top: -20px;
}

.Contact .row {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 1.5rem 5%;
}

.Contact .row .map {
  flex: 1 1 100%;
  height: 30rem;
  border: none;
  width: 100%;
}
/* cp */
.kontak-info {
  background: #fff;
  padding: 10px 40px;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
}

.kontak-info h2 {
  font-size: 26px;
  color: #1a3b2f;
  margin-bottom: 10px;
}

.kontak-info p {
  color: #555;
  margin-bottom: 40px;
}

.info-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.info-card {
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 30px 20px;
  width: 250px;
  text-align: center;
  transition: transform 0.3s;
}

.info-card:hover {
  transform: translateY(-5px);
}

.info-card i {
  font-size: 32px;
  color: #1a3b2f;
  margin-bottom: 15px;
}

.info-card h3 {
  color: #1a3b2f;
  font-size: 18px;
  margin-bottom: 10px;
}

.info-card p {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}

.info-card button {
  background-color: #1a3b2f;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s;
}

.info-card button:hover {
  background-color: #145b42;
}

/* peta */
.Contact .row form {
  flex: 1 1 45rem;
  padding: 1rem 1rem;
  text-align: center;
}

.Contact .row form .input-grup {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
  padding-left: 1rem;
  padding-right: 3rem;
  color: black;
  font-size: 12px;
}

/* font input */
.Contact .row form .input-grup input {
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  background: none;
  color: rgb(6, 6, 6);
  border: none;
}

.Contact .row form .input-grup select {
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  background: none;
  color: black;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.Contact .row form .input-grup {
  position: relative;
}

.Contact .row form .btn {
  margin-top: 3rem;
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  color: black;
  background-color: rgb(255, 201, 5);
  cursor: pointer;
  border-radius: 5rem;
  font-weight: 200;
  transition: 0.3s ease;
}

.Contact .row form .btn:hover {
  color: white;
  background: var(--color-primary);
}

.Contact .row form .input-grup {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(16, 16, 16);
  padding-left: 1rem;
  padding-right: 3rem; /* biar ada ruang untuk tombol */
}

.Contact .row form .btn-lokasi {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: -2rem;
  margin-right: -2rem;
  color: black;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.Contact .row form .btn-lokasi:hover {
  color: red;
}

.Contact .row form .btn-lokasi .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #6c757d;
  color: white;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -100px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}

.Contact .row form .btn-lokasi:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 768px) {
  .Contact .row {
    flex-direction: column;
  }

  .Contact .row .map,
  .Contact .row .form-order {
    flex: 1 1 100%;
  }
}
/* FOOTER SECTION */

.footer {
  background: var(--color-third);
  padding: 100px 7% 20px;
  color: var(--color-secondary);
  position: relative;
  z-index: 1;
  font-weight: 700;
}
footer .fa-brands,
footer .fa-solid {
  color: white;
  font-size: 2rem;
  text-align: center;
  padding-top: 1rem;
}
footer .fa-brands:hover,
footer .fa-solid:hover {
  color: yellow;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-left {
  max-width: 300px;
}

.footer-left .logo {
  font-size: 24px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 20px;
  text-decoration: none;
}

.footer-links {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-links h4 {
  margin-bottom: 10px;
  font-size: 13px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  text-decoration: none;
  color: #ffffff;
  font-size: 11px;
  font-weight: 300;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  font-size: 14px;
}

.policy-links a {
  margin-left: 15px;
  text-decoration: none;
  color: #ffffff;
}

/*MEDIA QUERY KHUSUS DI HP PADA BAGIAN TENTANG PERUSAHAAN, VISI MISI DAN PENAWARAN KHUSUS*/

/* Untuk tablet (maksimum 768px) */
@media (max-width: 768px) {
  /* FOOTER LOGO SOSMED */

  footer #instagram {
    display: inline-block;
  }

  footer #tiktok {
    display: inline-block;
  }
  footer #blog {
    display: inline-block;
  }
  .newsletter-content img {
    width: 90px;
  }
  .newsletter p {
    margin-left: -2px;
  }

  .nilai-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .nilai-card {
    padding: 2rem 1rem;
  }

  .nilai-card h3 {
    font-size: 1.5rem;
  }

  .nilai-card p {
    font-size: 1rem;
  }

  .icon {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
}

/* Untuk HP (maksimum 480px) */
@media (max-width: 480px) {
  .nilai-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .nilai-perusahaan .judul {
    font-size: 1.6rem;
  }

  .nilai-perusahaan .subjudul {
    font-size: 1rem;
    margin-bottom: 4rem;
  }

  .nilai-card {
    padding: 1.5rem 1rem;
  }

  .nilai-card h3 {
    font-size: 1.2rem;
  }

  .nilai-card p {
    font-size: 0.95rem;
  }

  .icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

.penawaran-khusus {
  padding: 60px 20px;
  text-align: center;
}

.penawaran-khusus h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}

.penawaran-khusus .highlight {
  background-color: #054733;
  color: white;
  padding: 0 8px;
  border-radius: 4px;
}

.penawaran-wrapper {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.penawaran-card {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.penawaran-card.kuning {
  background-color: #fff0b2;
}

.penawaran-card.ungu {
  background: linear-gradient(to right, #add8ff, #f5b8e5);
}

.penawaran-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.penawaran-content img {
  width: 100%;
  height: auto;
  max-height: 260px;
  object-fit: contain;
}

.penawaran-text {
  margin-top: 15px;
  text-align: left;
}

.penawaran-text h3 {
  color: #d62828;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.penawaran-text p {
  color: #333;
  font-size: 0.95rem;
}

/* RESPONSIVE */
@media screen and (max-width: 768px) {
  .penawaran-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .about,
  .visi-misi {
    flex-direction: column;
    text-align: center;
  }

  .about img,
  .visi-misi img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .about .about-text,
  .visi-misi .visi-misi-text {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .about-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-image-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .about-image-wrapper .about-image {
    margin: 0 auto;
  }

  .about-details {
    margin: 0 auto;
    padding: 0 1rem;
  }

  .section-title {
    margin: 0 auto 2rem;
  }

  .about-details .text {
    text-align: justify;
    margin-left: 0;
    margin-right: 0;
  }

  .about-founder {
    margin: 2rem auto 0;
    text-align: center;
  }

  .visi-misi-container {
    flex-direction: column;
  }

  .image-center {
    order: -1;
    padding: 1rem;
  }

  .visi-misi-text {
    padding: 2rem 1.5rem;
  }

  .profile-photo {
    width: 250px;
    height: auto;
  }
}

/* Responsive slider khusus: satu panel di HP */
@media (max-width: 768px) {
  .carousel-container {
    overflow-x: hidden;
  }

  .carousel-track {
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .carousel-slide {
    flex: 0 0 100%;
    padding: 0 1rem;
    max-width: 100%;
    box-sizing: border-box;
  }

  .nav.left,
  .nav.right {
    top: 90%;
    transform: translateY(-50%);
  }

  .carousel-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 480px) {
  .navbar .navbar-nav {
    width: 100vw; /* dari 30rem jadi layar penuh */
    max-width: 100vw;
    right: -100vw;
  }

  .navbar .navbar-nav.active {
    right: 0;
  }

  .slider-description {
    width: auto; /* sebelumnya 100ch, itu terlalu panjang untuk HP */
    max-width: 90%;
  }

  .slider-content .slider-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  html,
  body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
  }

  .slider-container,
  .slider-item,
  .navbar,
  .navbar * {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
}

@media (max-width: 758px) {
  html {
    font-size: 60%;
  }

  .navbar {
    position: relative; /* ini sangat penting untuk konteks z-index */
    z-index: 9999;
  }

  .navbar .navbar-nav {
    position: absolute;
    top: 100%;
    right: -100%;
    background-color: rgb(33, 33, 33);
    width: 70%; /* supaya lebih pas di HP */
    max-width: 100%;
    height: 100vh;
    transition: 0.3s;
    z-index: 10000; /* muncul di atas hero */
  }

  .navbar .navbar-nav.active {
    right: 0;
  }

  .navbar .navbar-nav a {
    display: block;
    margin: 1.5rem;
    padding: 0.5rem;
    font-size: 1.5rem;
    color: rgb(236, 236, 236);
  }

  #menu {
    display: inline-block !important;
    z-index: 11000; /* Pastikan menu icon bisa diklik */
    position: relative;
  }

  .navbar .navbar-nav a::after {
    transform-origin: 0 0;
  }

  .navbar .navbar-nav a:hover::after {
    transform: scaleX(0.2);
  }
}

/* AGAR TIDAK NABRAK KE NAVBAR ATAS */
@media (max-width: 758px) {
  .navbar {
    position: fixed; /* tetap fixed */
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar .navbar-nav {
    position: fixed; /* menu juga fixed supaya bisa overlay */
    top: 0;
    right: -100%;
    width: 70%;
    height: 100%;
    background-color: #212121;
    padding-top: 8rem;
    transition: right 0.3s ease-in-out;
  }

  .navbar .navbar-nav.active {
    right: 0;
  }

  #menu {
    display: inline-block !important;
    position: relative;
  }
}

/* TIM PEMUDA EXPRESS */
.tim-section {
  padding: 4rem 2rem;
  background-color: #f5f5f5;
  text-align: center;
}
.tim-judul {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-third);
  margin-bottom: 2rem;
  margin-top: 3.5rem;
}

.tim-judul span {
  background-color: var(--color-primary);
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
}
.tim-section .tim-subjudul {
  text-align: center;
  max-width: 50rem;
  margin: auto;
  font-weight: 300;
  line-height: 1.6;
  font-size: 16px;
  color: black;
  padding-bottom: 3rem;
}
.container-tim {
  max-width: 1100px;
  margin: auto;
}

.tim-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.tim-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  width: 250px;
}

.tim-card:hover {
  transform: translateY(-8px);
}

.tim-card img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.tim-card h3 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 0.3rem;
}

.tim-card .role {
  font-size: 0.95rem;
  color: #666;
}

/* Responsive untuk HP */
@media (max-width: 768px) {
  .tim-grid {
    flex-direction: column;
    align-items: center;
  }

  .tim-card {
    width: 90%;
  }
}


