/* Navbar brand logo sizing */
nav .brand img {
  height: 56px; /* slightly smaller brand logo */
  width: auto;
  display: block;
}

@media (max-width: 768px) {
  nav .brand img {
    height: 48px;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Tokyo+Zoo&display=swap");
html {
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  background-color: transparent;
  position: sticky; /* keep navbar at the very top */
  top: 0;
    padding: 1.25rem 0; /* slightly shorter navbar */
  width: 0.6rem;
}

html::-webkit-scrollbar-thumb {
  background-color: #f07167;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("assets/Decore.png");
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  font-family: "Poppins", sans-serif;
    margin-top: 0; /* ensure nav sits flush at the top */
  color: #1b2f5a;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
ul,
li,
p,
span,
button {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

button {
  padding: 1.2rem 1.5rem;
  border-radius: 0.5rem;
  color: white;
  border: none;
  background-color: #ff9f1c;
  font-size: 1.1rem;
}

.scrollToTop {
  display: none;
  height: 3.5rem;
  max-width: 520px;
  border-radius: 4rem;
  background-color: #f07167;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 2;
  cursor: pointer;
}

.scrollToTop i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90%;
  font-size: 1.8rem;
  color: white;
}

.container {
  margin: 0 10rem;
}

nav {
  padding: 1.25rem 0; /* slightly shorter navbar */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  gap: 4rem; /* add a bit more breathing room */
  margin-top: 0.5rem; /* bring navbar closer to top */
  margin-bottom: 1.5rem; /* add space below navbar */
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(27, 47, 90, 0.08);
  box-shadow: 0 4px 16px rgba(17, 24, 39, 0.06);
  background: rgba(255,255,255,0.75);
  backdrop-filter: saturate(1.1) blur(6px);
}

nav .nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav .nav-container .brand {
  color: #1b2f5a;
  font-size: 3rem;
  font-family: "Zen Tokyo Zoo", cursive;
}

nav .nav-container .responsive-toggle {
  display: none;
}

nav .links ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .links ul li {
  margin: 0 2rem; /* tighter gap between items */
}

nav .links ul li a {
  color: #1b2f5a;
  font-size: 1.05rem; /* smaller nav text */
}

.starter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* keep image anchored right */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem; /* a touch tighter spacing */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; /* horizontal: text left, photo right */
}

.starter .content {
  margin: 3rem 0 0 0; /* reduce top offset */
  max-width: 640px; /* give title a bit more room */
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0;
          flex: 1 1 0; /* allow text column to take half width */
}

.starter .content .subTitle {
  color: #f4a7a3; /* pastel accent */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14rem; /* tracking remains for clarity */
  font-size: 0.74rem; /* smaller tagline */
  margin-bottom: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.22rem 0.44rem; /* slimmer pill */
  border-radius: 999px;
  background: rgba(244, 167, 163, 0.16); /* pastel pill background */
}

.starter .content .title {
  font-size: clamp(1.7rem, 3.2vw, 2.2rem); /* smaller hero title */
  line-height: 1.3; /* lebih lega */
  font-weight: 600; /* tegas tanpa terlalu bold */
  letter-spacing: 0.02rem;
  margin-bottom: 0.6rem;
  color: #163b6b; /* biru gelap: trust & natural */
  text-wrap: balance;
}

/* Decorative underline accent under the hero title */
/* Remove decorative underline for a cleaner look */
.starter .content .title::after { content: none; }

.starter .content .description {
  font-size: 0.95rem; /* smaller body size */
  letter-spacing: 0.01rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #334155;
  max-width: 50ch; /* keep to ~1–2 lines */
}

.starter .content .last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.6rem;
  gap: 0.6rem;
}

.starter .content .last .play {
  margin: 0.8rem 0 0.8rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.starter .content .last .play button {
  border-radius: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
  background-color: #f94144;
  -webkit-box-shadow: #f941443d 0px 10px 20px, #f9414449 0px 6px 6px;
          box-shadow: #f941443d 0px 10px 20px, #f9414449 0px 6px 6px;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.starter .content .last .play button i {
  font-size: 0.8rem;
}
.starter .content .last .play button:hover {
  transform: translateY(-2px);
  box-shadow: rgba(17,24,39,0.16) 0 12px 22px;
}

.starter .content .last .play span {
  font-size: 1rem;
}

.starter .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0;
          flex: 1 1 0; /* allow image column to take half width */
  display: flex;
  justify-content: flex-end; /* push image to the right */
}
.starter .image img {
  height: 28rem;
}

.services {
  margin: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services .title {
  font-size: 2rem;
}

.services .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  margin-top: 2rem;
}

.services .cards .card {
  min-height: 16rem;
  padding: 3rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 1rem;
}

.services .cards .card .icon {
  margin-bottom: 1rem;
  height: 72px;
  width: 72px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f7fb; /* subtle unified icon background */
}

/* Consistent icon sizing for service cards */
.services .cards .card .icon img {
  height: 64px;
  width: 64px;
  object-fit: contain;
}
/* Font Awesome icon sizing and color */
.services .cards .card .icon i {
  font-size: 32px;
  color: #1b2f5a; /* primary icon tone for consistency */
  opacity: 0.92;
}

.services .cards .card .title {
  margin-bottom: 0.5rem;
  font-size: 1.35rem;
  min-height: 3rem; /* keep headings aligned even if wrapping */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.services .cards .card p {
  text-align: center;
  min-height: 3.6rem; /* unify paragraph block height for 2–3 lines */
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Card hover interactions */
.services .cards .card {
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}
.services .cards .card:hover {
  transform: translateY(-4px);
  box-shadow: rgba(17,24,39,0.12) 0px 10px 20px, rgba(17,24,39,0.06) 0px 3px 6px;
  background-color: #ffffff;
}

/* Featured card hierarchy */
.services .cards .card.featured {
  border: 2px solid #d1d5db; /* neutral gray border */
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.14); /* neutral gray shadow */
}
.services .cards .card.featured .icon i {
  color: #1b2f5a; /* primary tone, no red */
}

.destination {
  margin: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.destination .title {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.destination .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

.destination .cards .image img {
  height: 18rem;
  width: 18rem;
}

.destination .cards .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.5rem 0;
}

.destination .cards .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.destination .cards .time i {
  margin-right: 1rem;
}

/* Gallery overrides for the destination section */
.destination.gallery {
  margin: 5rem 0;
}
.destination.gallery .grid {
  width: 100%;
  max-width: 1200px; /* widen container so items can grow */
  margin: 0 auto; /* center within .container */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* larger items */
  gap: 1.5rem; /* slightly bigger spacing */
}
.destination.gallery .grid figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #f4f7fb;
  aspect-ratio: 4 / 3;
}
.destination.gallery .grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: transform 220ms ease;
  transition: transform 220ms ease;
}
.destination.gallery .grid figure:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

/* Mobile-friendly tweaks so images still fit nicely */
@media (max-width: 768px) {
  .destination.gallery .grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
  }
}

.next-trip {
  margin: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10rem;
}

.next-trip .content .title {
  font-size: 2rem;
  margin: 0.3rem 0 1rem 0;
}

.next-trip .content .steps .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  gap: 1rem;
}

.next-trip .content .steps .step .text .title {
  font-size: 1.2rem;
  margin: 0.3rem 0;
}

.next-trip .content .steps .step .text p {
  width: 70%;
}

.next-trip .content .steps .step .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.next-trip .content .steps .step .icon img {
  height: 3rem;
}

/* Social media embeds section */
.social-embed {
  margin: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-embed .title {
  font-size: 2rem;
  margin-bottom: 1.25rem;
}
.social-embed .grid {
  width: 100%;
  max-width: 1200px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.social-embed .frame {
  padding: 1rem;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}
.social-embed .frame .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  color: #163b6b;
  font-weight: 600;
}
.social-embed .frame.instagram .open {
  display: inline-block;
  padding: 0.6rem 0.9rem;
  border-radius: 10px;
  background: #f4a7a3;
  color: #fff;
}
.social-embed .frame.tiktok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .social-embed .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
/* About section */
.about {
  margin: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.about .subtitle {
  color: #f4a7a3; /* pastel accent */
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.12rem;
  font-size: 0.8rem;
}

.about .title {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #163b6b; /* dark blue: trust & natural */
  margin-top: 0.4rem;
}

.about .content {
  max-width: 760px;
  margin-top: 0.8rem;
  color: #334155;
}

.about .content p {
  font-size: 1.25rem; /* clearer, more legible size */
  line-height: 1.85; /* comfortable spacing for long copy */
}

.next-trip .trip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 2rem;
  padding: 1rem;
}

.next-trip .trip .title {
  margin: 0.5rem;
}

.next-trip .trip .subTitle {
  margin: 0 0.5rem;
  color: #4e4e4e;
}

.next-trip .trip .icons {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.next-trip .trip .icons .icon {
  margin: 0 0 0 0.5rem;
  background-color: #e0e0e0;
  height: 2.5rem;
  width: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3rem;
}

.next-trip .trip .like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.5rem 1rem;
  color: #4e4e4e;
}

.testimonials {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  margin: 3rem;
  gap: 10rem;
}

.testimonials .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.testimonials .content .title {
  font-size: 2rem;
}

.testimonials .content .subTitle {
  font-size: 1.3rem;
  text-transform: uppercase;
}

.testimonials .review {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 9rem;
  width: 20rem;
  border-radius: 2rem;
  padding: 3rem;
}

.testimonials .review p {
  line-height: 1.4rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
}

.testimonials .review h3 {
  margin-bottom: 0.3rem;
}

.testimonials .review h4 {
  font-weight: 100;
}

.brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brands img {
  margin: 0 2rem;
}

.subscribe {
  height: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: linear-gradient(-225deg, #b6cee86e 0%, #8578f563 100%);
  border-radius: 5rem 1rem 1rem 1rem;
}

.subscribe .title {
  width: 50%;
  text-align: center;
  margin-bottom: 3rem;
  color: #523f75;
}

.subscribe input {
  border: none;
  width: 20rem;
  border-radius: 0.3rem;
  padding: 1.2rem 2rem;
  margin-right: 1rem;
}

.subscribe input:focus {
  outline: none;
}

.subscribe button {
  background-color: #f07167;
  padding: 1.1rem 3rem;
}

footer {
  margin: 7rem 0 0;
}
/* Footer boxed container for clearer visual separation */
/* New simplified footer (adapted format) */
#footer.site-footer {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}
#footer .footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.75rem 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
#footer .footer-logo {
  max-height: 80px;
  width: auto;
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
#footer .footer-tagline { color: #64748b; font-weight: 600; }
#footer .footer-social { margin: 0.25rem 0 0.5rem; display: flex; gap: 0.8rem; align-items: center; justify-content: center; }
#footer .footer-social a { color: #16a34a; font-size: 1.6rem; transition: transform .15s ease, color .15s ease; }
#footer .footer-social a:hover { transform: translateY(-2px); color: #0f8a2c; }
#footer .footer-copy { color: #64748b; }

/* Footer section cards */
footer .footer-section {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 8px 18px rgba(17,24,39,0.06);
  text-align: center;
}

/* Brand tagline under logo */
.brand-tagline {
  margin-top: 0.5rem;
  color: #64748b;
  font-weight: 600;
}

/* Footer copyright divider */
footer .footer-box > span {
  display: block;
  text-align: center;
  margin-top: 1rem;
  padding-top: 0.8rem;
  border-top: 1px solid #e5e7eb;
  color: #64748b;
}


footer .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
  gap: 2rem;
}

footer .grid .brand .logo {
  color: #1b2f5a;
  font-size: 3rem;
  font-family: "Zen Tokyo Zoo", cursive;
}

footer .grid .brand .subTitle {
  width: 80%;
}

footer .grid .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .grid .social .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.4rem;
}

footer .grid .social .links .link {
  height: 3rem;
    max-width: 320px;
  margin: 0 1rem;
  border-radius: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#74ebd5), to(#9face6));
  background-image: linear-gradient(to right, #74ebd5 0%, #9face6 100%);
}

footer .grid .social .links .link i {
  font-size: 1.3rem;
}

footer .grid .social .app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .grid .social .app .title {
  margin-bottom: 0.7rem;
  font-weight: 500;
}

footer .grid .social .app .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

footer .grid .title {
  font-size: 1.2rem;
  font-weight: bold;
}

footer .grid ul {
  list-style-type: none;
}

footer .grid ul li {
  margin: 1rem 0;
}

/* Center content blocks in footer */
footer .grid .content {
  text-align: center;
}

footer span {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
}

/* Neat footer brand logo styling */
footer .brand {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  padding: 6px; /* subtle white rim */
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.12);
}
@media (max-width: 768px) {
  .footer-logo {
    width: 80px;
    height: 80px;
  }
}

/* Contact phone pill in footer */
footer .grid .content .contact-phone {
  margin: 0.5rem 0 0.8rem 0;
}
footer .grid .content .contact-phone a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.9rem;
  border-radius: 12px;
  background: #f4f7fb;
  color: #163b6b;
  border: 1px solid #e5e7eb;
  box-shadow: 0 6px 14px rgba(17, 24, 39, 0.06);
}
footer .grid .content .contact-phone a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.12);
}
footer .grid .content .contact-phone i {
  font-size: 1rem;
  color: #10b981; /* emerald tone for phone */
}

@media screen and (min-width: 360px) and (max-width: 480px) {
  .container {
    margin: 0 2rem;
  }
  nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  nav .nav-container {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav .nav-container .responsive-toggle {
    display: block;
  }
  nav .nav-toggle {
    height: 4rem !important;
  }
  nav .nav-toggle ul {
    margin-top: 1rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  nav .links {
    height: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  nav .links ul {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .starter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* mobile stacks */
  }
  .starter .image img {
    height: auto; /* override any fixed heights */
    max-width: 480px;
    margin-top: 4rem;
  }
  .services .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .destination .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .next-trip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .testimonials {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 2rem;
    margin: 1.5rem;
  }
  .testimonials .review {
    width: 10rem;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .brands {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2rem 0;
  }
  .brands img {
    margin: 1.2rem 0;
  }
  .subscribe .title {
    font-size: 1rem;
    width: 80%;
  }
  .subscribe .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subscribe .contact input {
    width: 12rem;
    margin: 0;
    margin-bottom: 1rem;
  }
  footer .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 2rem;
  }
  footer span {
    font-size: 1rem;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .container {
    margin: 0 4rem;
  }
  nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  nav .nav-container {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav .nav-container .responsive-toggle {
    display: block;
  }
  nav .nav-toggle {
    height: 8rem !important;
  }
  nav .nav-toggle ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  nav .links {
    height: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  nav .links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
  nav .links ul li {
    margin: 0.5rem 0;
  }
  .starter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
        flex-direction: column; /* mobile: stack vertically */
  }
  .starter .image img {
    height: auto; /* override any fixed heights */
    max-width: 300px;
  }
  .services .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .destination .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .next-trip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .testimonials {
    gap: 2rem;
    margin: 1.5rem;
  }
  .testimonials .review {
    width: 10rem;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .brands {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2rem 0;
  }
  .brands img {
    margin: 1.2rem 0;
  }
  .subscribe .title {
    font-size: 2rem;
    width: 80%;
  }
  .subscribe .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subscribe .contact input {
    width: 12rem;
    margin: 0;
    margin-bottom: 1rem;
  }
  footer {
    font-size: 1.3rem;
  }
  footer .grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
  footer span {
    font-size: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .container {
    margin: 0 6rem;
  }
}
/*# sourceMappingURL=style.css.map */
/* --- Hero (starter) size override: ensure smaller, consistent sizing --- */
.starter .image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; /* enable overlay positioning */
  margin-left: 0; /* keep centered within its column */
  transform: none; /* remove right nudge for symmetry */
  /* Subtle frame to make the photo feel integrated */
  padding: 0.6rem; /* slimmer frame */
  background: rgba(248, 244, 240, 0.7);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
  overflow: hidden; /* ensure rounded frame clips the photo */
  margin-top: 0.4rem; /* align under the headline */
}

/* Blob background behind the hero image */
.starter .image::before {
  content: "";
  position: absolute;
  inset: -6% -8% -10% -8%; /* enlarge blob area for smoother coverage */
  z-index: 0; /* behind the image */
  border-radius: 50% 40% 46% 54% / 60% 50% 55% 45%; /* organic curve avoiding hard edges */
  background: radial-gradient(120% 120% at 70% 40%, rgba(240,113,103,0.22) 0%, rgba(240,113,103,0.14) 45%, rgba(240,113,103,0.06) 70%, transparent 100%),
              linear-gradient(160deg, rgba(240,113,103,0.16), rgba(240,113,103,0.08));
  filter: blur(26px); /* soft premium aura */
}

.starter .image img {
  width: clamp(260px, 38vw, 500px); /* balanced width for left/right harmony */
  height: auto !important;
  aspect-ratio: 3/2; /* consistent, natural photo ratio */
  object-fit: cover; /* crop to ratio */
  object-position: center center; /* center the subject for symmetry */
  margin-top: 0;
  border-radius: 14px; /* rounded corners inside the frame */
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.10), 0 3px 10px rgba(17, 24, 39, 0.06); /* softer professional shadow */
  filter: saturate(0.76) contrast(0.95) brightness(0.98); /* tone for soft, warm look */
  position: relative;
  z-index: 1; /* above the blob */
}
.starter .image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  pointer-events: none;
  /* Soft brand-colored gradient overlay, flowing toward text area */
  background:
    radial-gradient(120% 120% at 50% 60%, rgba(17,24,39,0.12) 0%, rgba(17,24,39,0.10) 55%, rgba(17,24,39,0.00) 80%), /* subtle vignette */
    linear-gradient(
      to left,
      rgba(240, 113, 103, 0.34) 0%,
      rgba(240, 113, 103, 0.18) 32%,
      rgba(240, 113, 103, 0.08) 58%,
      rgba(240, 113, 103, 0.00) 82%
    );
  mix-blend-mode: multiply; /* blend softly with the image */
  backdrop-filter: blur(0.6px); /* micro blur to soften busy details */
}

@media (max-width: 768px) {
  /* On mobile, image stacks under text; soften overlay to avoid excessive darkening */
  .starter .image::after {
    background:
      radial-gradient(120% 120% at 50% 70%, rgba(17,24,39,0.10) 0%, rgba(17,24,39,0.06) 55%, rgba(17,24,39,0.00) 80%),
      linear-gradient(
        to top,
        rgba(240, 113, 103, 0.26) 0%,
        rgba(240, 113, 103, 0.16) 40%,
        rgba(240, 113, 103, 0.00) 80%
      );
  }
  /* Reset right nudge for stacked layout */
  .starter .image {
    margin-left: 0;
    transform: none;
  }
}

/* --- Hero image masking (with graceful fallbacks) --- */
.starter .image img {
  /* Mask the edges for a soft organic crop */
  -webkit-mask-image: radial-gradient(140% 120% at 50% 35%, #000 70%, transparent 100%);
          mask-image: radial-gradient(140% 120% at 50% 35%, #000 70%, transparent 100%);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  /* Fallback shape for browsers without mask support */
  clip-path: ellipse(95% 80% at 50% 40%);
}

/* --- Payment Modal (UI only) --- */
.btn-pay {
  background: #E31E24;
  border-radius: 12px;
  padding: 0.9rem 1.2rem;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(17,24,39,0.10);
  border: none;
  color: #fff;
  cursor: pointer;
}
.btn-pay:hover { transform: translateY(-2px); box-shadow: 0 12px 22px rgba(17,24,39,0.14); }

.payment-modal {
  position: fixed; inset: 0; background: rgba(17,24,39,0.45);
  display: none; align-items: center; justify-content: center; z-index: 1000;
}
.payment-modal.show { display: flex; }

.payment-dialog {
  width: min(760px, 92vw);
  background: #fff; border-radius: 18px; box-shadow: 0 18px 44px rgba(17,24,39,0.22);
  padding: 1.25rem 1.25rem 1rem; position: relative;
}
.payment-close {
  position: absolute; right: 0.8rem; top: 0.8rem; border: none; background: #f4f7fb;
  width: 36px; height: 36px; border-radius: 10px; cursor: pointer;
}
.payment-title { color: #163b6b; font-size: 1.25rem; margin-bottom: 0.6rem; }

.pm-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.8rem; }
.pm-merchant { display: flex; align-items: center; gap: 0.6rem; }
.pm-merchant-logo { width: 40px; height: 40px; border-radius: 10px; object-fit: cover; box-shadow: 0 6px 14px rgba(17,24,39,0.10); }
.pm-note { display: block; font-size: 0.85rem; color: #64748b; }
.pm-amount { background: #E31E24; color: #fff; font-weight: 700; padding: 0.5rem 0.8rem; border-radius: 10px; }

.pm-body { display: grid; grid-template-columns: 220px 1fr; gap: 0.8rem; }
.pm-sidebar { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 12px; padding: 0.6rem; }
.pm-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.3rem; }
.pm-item { display: flex; align-items: center; gap: 0.5rem; padding: 0.6rem 0.7rem; border-radius: 10px; color: #163b6b; cursor: pointer; }
.pm-item:hover { background: #fee2e2; }
.pm-item.active { background: #fee2e2; border: 1px solid #fca5a5; }
.pm-content { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 12px; padding: 1rem; }
.pm-panel { display: none; }
.pm-panel.show { display: block; }

.qris-box { display: grid; place-items: center; gap: 0.6rem; }
.qris-code {
  width: 220px; height: 220px; border-radius: 12px; background: repeating-linear-gradient(45deg, #111 0 6px, #fff 6px 12px);
  box-shadow: inset 0 0 0 10px #fff, 0 10px 24px rgba(17,24,39,0.12);
  border: 10px solid #111;
}
.qris-instructions { font-size: 0.95rem; color: #334155; }

.va-select { display: grid; gap: 0.4rem; margin-bottom: 0.6rem; }
.va-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.4rem; }
.va-bank-btn { padding: 0.5rem; border: 1px solid #e5e7eb; border-radius: 10px; background: #fff; cursor: pointer; }
.va-bank-btn:hover { background: #eef2ff; }
.va-box { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 0.8rem; }
.va-bank { font-weight: 700; color: #163b6b; margin-bottom: 0.3rem; }
.va-number { font-family: monospace; color: #334155; font-size: 1.05rem; }

.card-form { display: grid; gap: 0.6rem; }
.card-form label { display: grid; gap: 0.3rem; color: #163b6b; font-weight: 600; }
.card-form input { padding: 0.7rem 0.8rem; border: 1px solid #e5e7eb; border-radius: 10px; }
.card-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }

.payment-actions {
  margin-top: 0.9rem; display: flex; align-items: center; justify-content: space-between;
}
.pay-amount { font-weight: 700; color: #163b6b; }

.payment-status {
  margin-top: 0.8rem; padding: 0.7rem 0.9rem; border-radius: 10px; display: none;
}
.payment-status.show { display: block; background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }

@media (max-width: 768px) {
  .pm-body { grid-template-columns: 1fr; }
  .pm-sidebar { order: 2; }
  .pm-content { order: 1; }
}

/* Retail Outlet panel */
.retail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; margin-bottom: 0.6rem; }
.retail-item { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 0.8rem; }
.retail-name { font-weight: 700; color: #163b6b; margin-bottom: 0.2rem; }
.retail-code { font-family: monospace; color: #334155; }

/* Wallet panel */
.wallet-box { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 0.8rem; display: grid; gap: 0.4rem; }
.wallet-id { font-family: monospace; color: #334155; }

/* Location section */
.location { margin: 5rem 0; display: flex; flex-direction: column; align-items: center; }
.location .title { font-size: 2rem; margin-bottom: 1rem; }
.location .map { width: 100%; max-width: 1100px; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 24px rgba(17,24,39,0.08); }
.location .map iframe { width: 100%; height: 450px; border: 0; display: block; }
