/* inline:48eca1c2 */
/* Makuta Travel — Artikel Maskapai Juanda (scoped, brand #997D43) */
.artikelmkt{
  --brand:#997D43;
  --ink:#0f172a;
  --muted:#6b7280;
  --bg:#f7f9fc;
  --card:#ffffff;
  color:var(--ink);
  line-height:1.75;
  font-size:16px;
}
.artikelmkt *{box-sizing:border-box}
.artikelmkt a{color:var(--brand); text-decoration:none}
.artikelmkt a:hover{text-decoration:underline}
.artikelmkt .wrap{background:var(--bg); padding:14px; border-radius:14px}
.artikelmkt h2{font-size:1.35rem; margin:18px 0 10px}
.artikelmkt h3{font-size:1.15rem; margin:14px 0 8px; color:#1f2937}
.artikelmkt p{margin:10px 0}
.artikelmkt .muted{color:var(--muted)}
.artikelmkt .grid{
  display:grid; gap:12px;
  grid-template-columns:1fr;
}
.artikelmkt .card{
  background:var(--card);
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:12px;
  box-shadow:0 3px 12px rgba(0,0,0,.04);
}
.artikelmkt figure{margin:12px 0}
.artikelmkt figure img{
  width:100%; height:auto; display:block;
  border-radius:12px; border:1px solid #e5e7eb; object-fit:cover;
}
.artikelmkt figure figcaption{
  font-size:.92rem; color:var(--muted); margin-top:6px
}

/* tabel responsif */
.artikelmkt .table-wrap{
  background:#fff; border:1px solid #e5e7eb; border-radius:14px; overflow:auto
}
.artikelmkt table{
  width:100%; border-collapse:separate; border-spacing:0; min-width:640px
}
.artikelmkt th, .artikelmkt td{
  text-align:left; padding:10px 12px; border-bottom:1px dashed #eef2f7; vertical-align:top
}
.artikelmkt th{background:#f3f6fb; font-weight:700}
.artikelmkt tr:last-child td{border-bottom:none}

/* list check */
.artikelmkt .checklist{padding-left:0; list-style:none}
.artikelmkt .checklist li{
  position:relative; padding-left:26px; margin:8px 0
}
.artikelmkt .checklist li:before{
  content:"✓"; position:absolute; left:0; top:0; color:var(--brand); font-weight:700
}

/* FAQ accordion */
.artikelmkt .faq{border:1px solid #e5e7eb; border-radius:14px; overflow:hidden; background:#fff}
.artikelmkt .faq details{border-top:1px dashed #eef2f7; padding:12px}
.artikelmkt .faq details:first-child{border-top:none}
.artikelmkt .faq summary{cursor:pointer; font-weight:700; color:#111}
.artikelmkt .faq p{margin:8px 0}

/* CTA */
.artikelmkt .cta{
  display:flex; flex-direction:column; gap:10px; margin:16px 0 4px;
  border:1px solid #e5e7eb; border-radius:16px; padding:16px;
  background:linear-gradient(0deg,#fff,#fffaf3);
  align-items:flex-start
}
.artikelmkt .cta b{font-size:1.05rem}
.artikelmkt .cta .btn{
  display:inline-block; padding:12px 16px; border-radius:12px;
  background:var(--brand); color:#fff; font-weight:700; text-decoration:none;
  box-shadow:0 6px 16px rgba(153,125,67,.25)
}
.artikelmkt .cta .btn:hover{filter:brightness(.95)}

/* badges */
.artikelmkt .badges{display:flex; flex-wrap:wrap; gap:8px}
.artikelmkt .badge{
  background:#fdf7ec; color:#5c481f; border:1px solid #f1e3c6;
  padding:6px 10px; border-radius:999px; font-size:.88rem
}

@media (min-width:768px){
  .artikelmkt h2{font-size:1.5rem}
  .artikelmkt h3{font-size:1.22rem}
  .artikelmkt .grid{grid-template-columns:1.2fr .8fr}
  .artikelmkt .cta{flex-direction:row; align-items:center; justify-content:space-between}
}

/* inline:d6a87135 */

.feature-carousel {
  background-color: #ffffff !important;
  position: relative;
  z-index: 10;
  margin-top: -50px;
  padding: 15px 20px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.carousel-track-wrapper {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  width: max-content;
  animation: slide 30s linear infinite;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 200px;
  padding: 10px 20px;
  color: #1a1a2e;
  font-weight: 600;
  white-space: nowrap;
  flex: 0 0 auto;
}

.feature-item img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* Animasi sambung terus */
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsif mobile */
@media (max-width: 768px) {
  .feature-item {
    min-width: 180px;
  }

  .feature-carousel {
    margin-top: -30px;
    padding: 10px;
  }
}


.layanan-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.layanan-box:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.layanan-icon {
  background-color: #997d43;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  margin-right: 15px;
  flex-shrink: 0;
}

.layanan-content .title {
  font-weight: bold;
  font-size: 16px;
}

.layanan-content .desc {
  margin-top: 5px;
  font-size: 14px;
  color: #555;
}

/* Sembunyikan di tablet dan mobile */
.desktop-only {
  display: block;
}

@media (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }
}


/* harga carter */

/* Mengimpor Font Inter */


/* Styling untuk pembungkus agar berada di tengah */
.tarif-container-wrapper {
    font-family: 'Inter', sans-serif;
    padding: 2rem 1rem;
    box-sizing: border-box;
}

/* Kontainer utama */
.tarif-container {
    max-width: 500px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 1rem; /* 16px */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* Header */
.tarif-header {
    background-color: #997d43; /* Warna emas kustom */
    color: #ffffff;
    padding: 1.5rem; /* 24px */
    text-align: center;
}

.tarif-header h5 {
    letter-spacing: 0.05em;
    margin: 0;
    color: #ffffff; /* Tambahkan baris ini */
}


.tarif-header p {
    font-size: 1rem; /* 16px */
    font-weight: 300;
    opacity: 0.9;
    margin-top: 0.25rem; /* 4px */
}

/* Body dari daftar harga */
.price-body {
    padding: 1.5rem; /* 24px */
}

.price-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem; /* 20px */
}

.price-body li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Detail item (nama mobil dan kapasitas) */
.price-item-detail h6 {
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.price-item-detail p {
    color: #6b7280;
    margin: 0;
}

/* Kotak harga */
.harga {
    background-color: #997d43; /* Warna emas kustom */
    color: #ffffff;
    border-radius: 0.5rem; /* 8px */
    padding: 0.75rem 1.25rem; /* 12px 20px */
    display: flex;
    align-items: baseline;
    gap: 0.5rem; /* 8px */
    min-width: 150px;
    justify-content: center;
}

.harga span {
    font-size: 0.875rem; /* 14px */
    font-weight: 500;
}

.harga strong {
    font-weight: 700;
}



/* mengapa makuta */

.layanan-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  border-radius: 12px;
  color: #ffffff;
}
.layanan-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.layanan-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #d3b25a; /* Warna emas */
  display: flex;
  align-items: center;
  justify-content: center;
}
.layanan-icon img {
  width: 30px;
  height: 30px;
}
.layanan-text h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.layanan-text p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #e0e0e0;
}

/* Responsive */
@media (min-width: 768px) {
  .layanan-wrapper {
    padding: 40px 60px;
  }
  .layanan-text h3 {
    font-size: 20px;
  }
  .layanan-text p {
    font-size: 15px;
  }
}

/* faq accordion */

.faq-accordion {
  max-width: 100%;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid #ccc;
}
.faq-item input[type="checkbox"] {
  display: none;
}
.faq-question {
  display: block;
  cursor: pointer;
  padding: 1em;
  background: #f2f2f2;
  font-weight: bold;
  color: #333;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.faq-question::after {
  content: "▾";
  position: absolute;
  right: 20px;
  font-size: 16px;
  transition: transform 0.3s ease;
}
.faq-item input[type="checkbox"]:checked + .faq-question::after {
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1em;
  transition: all 0.3s ease;
  background: #fff;
  color: #333;
  font-weight: normal;
}
.faq-item input[type="checkbox"]:checked ~ .faq-answer {
  max-height: 500px;
  padding: 1em;
}

/* harga travel */

.tarif-box {
  max-width: 420px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  overflow: hidden;
}

.tarif-header {
  background: linear-gradient(135deg, #997D43, #E1D0B1);
  color: #fff;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.tarif-subheader {
  font-size: 14px;
  font-weight: normal;
  margin-top: 6px;
}

.tarif-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 20px;
  border-bottom: 1px solid #eaeaea;
}

.tarif-routes {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tarif-route {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.tarif-route::before {
  content: "📍";
  margin-right: 8px;
}

.tarif-price-group {
  background: #997D43;
  color: white;
  padding: 8px 14px;
  border-radius: 12px;
  font-weight: bold;
  font-size: 14px;
  min-width: 100px;
  text-align: center;
  margin-top: 4px;
}

/* breadcrum */
.breadcrumb-center {
  display: flex;
  justify-content: center;
  text-align: center;
}


/*carrousel promo */

/* Kontainer utama carousel */

/* Wrapper yang menahan semua slide */

/* Setiap slide individu */

/* Gambar di dalam slide */

/* Teks caption di atas gambar */

/* Tombol navigasi (sebelumnya & berikutnya) */

/* Indikator titik di bagian bawah */

/* Desain Responsif untuk Mobile */

*/
@media (min-width: 1024px) {
}



