/* ===== RESET ===== */
html, body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: #fafafa;
}


/* ===== NAVBAR FIXED ===== */
.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
}

main {
  margin-top: 70px !important; /* Tambahan supaya tidak ketutup navbar */
}



/* ===== NAVBAR SPACING FIX ===== */

/* Desktop (lebih dari 992px) */
@media (min-width: 993px) {
  .brand-logo {
    margin-left: 40px !important; /* tidak mepet kiri */
  }
}

/* Tablet (601px–992px) */
@media (max-width: 992px) and (min-width: 601px) {
  .brand-logo {
    margin-left: 10px !important; /* agak ke dalam */
    font-size: 1.6rem !important;
  }
}

/* Mobile (≤ 600px) */
@media (max-width: 600px) {
  .brand-logo {
    margin-left: 10px !important; /* lebih rapat */
    font-size: 1.4rem !important;
  }
}


/* ===== SIDENAV ===== */
.sidenav li a {
  color: black !important;
}

/* ===== BOOKNOW ===== */
.booknow {
  background-color: #0d47a1;
  color: white;
  padding: 30px 20px;
  text-align: center;
  border-radius: 8px;
  margin-top: 30px;
}

.booknow a {
  color: #ffeb3b;
  font-weight: bold;
}


/* ============================
   RESPONSIVE FIX
============================ */

/* TABLET */
@media (max-width: 900px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }
  .card img {
    height: 220px;
  }
}

/* MOBILE – 1 KOLOM SUPAYA AMAN */
@media (max-width: 600px) {
  .grid {
    grid-template-columns: 1fr;
  }
  .container {
    padding: 20px 15px !important;
  }
  .card img {
    height: 200px;
  }
  .brand-logo {
    margin-left: 10px;
    font-size: 1.3rem !important;
  }
}


 h1 {
        font-size: 40px !important;         /* Sesuaikan, misal 2rem atau 32px */
        font-weight: bold;           /* Gunakan 600–700, jangan terlalu bold */
        line-height: 1.4;           /* Tambahkan jarak vertikal agar tidak gepeng */
        font-family: 'Fraunces', sans-serif;  /* Gunakan font modern dan bersih */
      }
      
      @media only screen and (max-width: 600px) {
  h1 {
    font-size: 26px !important; /* ubah sesuai kebutuhan */
  }
      }

      p {
  font-size: 20px;
}

h2 {
        font-size: 30px !important;            /* Sesuaikan, misal 2rem atau 32px */
        line-height: 1.4;           /* Tambahkan jarak vertikal agar tidak gepeng */
        font-family: 'Fraunces', sans-serif;  /* Gunakan font modern dan bersih */
      }
      
      @media only screen and (max-width: 600px) {
  h2 {
    font-size: 22px !important; /* ubah sesuai kebutuhan */
  }}

.footer {
  text-align: center;
  padding: 20px;
}

/* ======= TEKS RAPI ======= */
p {
  font-size: 18px;
  text-align: justify;
            line-height: 1.6; /* Memberikan jarak antar baris agar mudah dibaca */
            max-width: 1200px; /* Batas maksimum lebar teks agar tidak terlalu lebar */
            margin: 0 auto; /* Memposisikan di tengah */
        text-indent: 30px;
}


/* BLOG GRID */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

/* BLOG CARD */
.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: .2s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
}

.blog-image {
    width: 100%;
    height: 300px;       /* tinggi fix */
    object-fit: cover;   /* tetap estetis */
}
@media (max-width: 600px) {
    .blog-image {
        height: 180px;
    }
}



/* TEXT */
.blog-body {
  padding: 18px 20px 25px;
}

.blog-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.blog-excerpt {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.read-more {
  color: #1e73ff;
  font-weight: 600;
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-image {
    height: 200px;
  }
}

@media (max-width: 600px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-card {
    margin-bottom: 10px;
  }
  .blog-image {
    height: 180px;
  }
}




body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        background: #ffffff;
        color: #333;
    }

    .container {
        width: 90%;
        max-width: 1100px;
        margin: auto;
        text-align: center;
        padding-top: 50px;
    }

    h1 {
        font-size: 36px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    p.subtext {
        font-size: 16px;
        color: #555;
        margin-bottom: 40px;
    }

    /* FILTER NAV */
    .filter-nav {
        display: flex;
        gap: 15px;
        justify-content: center;
        margin-bottom: 30px;
    }

    .filter-nav button {
        padding: 8px 16px;
        border: 1px solid #007bff;
        background: white;
        color: #007bff;
        border-radius: 20px;
        cursor: pointer;
    }

    .filter-nav button.active {
        background: #007bff;
        color: white;
    }

    /* GALLERY GRID */
    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        gap: 25px;
    }

    .gallery img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        border-radius: 10px;
        cursor: pointer;
        transition: transform .3s;
    }

    .gallery img:hover {
        transform: scale(1.03);
    }

    .image-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.image-modal img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
}

.close-modal {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.nav-arrow {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: white;
    cursor: pointer;
    user-select: none;
    transform: translateY(-50%);
}

.nav-arrow.prev { left: 30px; }
.nav-arrow.next { right: 30px; }
@media (max-width: 768px) {
    .close-modal {
        font-size: 40px;
        top: 10px;
        right: 10px;
    }
}

    /* LIGHTBOX FULLSCREEN */
    .lightbox {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.85);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    .lightbox img {
        max-width: 85%;
        max-height: 85%;
        border-radius: 10px;
        box-shadow: 0 0 20px rgba(0,0,0,0.5);
    }

    /* CLOSE BUTTON */
    .close-btn {
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 35px;
        font-weight: bold;
        color: white;
        cursor: pointer;
    }

    /* NAV ARROWS */
    .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 50px;
        color: white;
        cursor: pointer;
        font-weight: bold;
        padding: 10px;
        user-select: none;
    }

    .arrow.left { left: 30px; }
    .arrow.right { right: 30px; }

    .cta-box {
        margin-top: 40px;
        padding: 30px;
        background: #e8f1ff;
        border-radius: 10px;
    }

    .cta-box p {
        font-size: 18px;
        margin-bottom: 20px;
        color: #333;
    }

    .cta-box a {
        padding: 12px 25px;
        background: #007bff;
        color: white;
        text-decoration: none;
        border-radius: 25px;
        font-weight: bold;
    }


    /* MOBILE VIEW — 2 columns */
@media (max-width: 600px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }

    .gallery img {
        height: 140px;
    }
}





