
.hero-section {
  background-image: url('latar.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  border-radius: none;
}


.hero-section .overlay {
  background-color: rgba(0, 0, 0, 0.5); /* overlay gelap */
  width: 100%;
  height: 100%;
  padding: 2rem;
  /* agar overlay ikut melengkung */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}


.hero-section h1 {
  font-family: 'Cinzel', serif;
  font-size: 64px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-section h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-top: 10px;
}

/* BODY */
body {
  overflow-x: hidden;
}

/* Default: hide hamburger */
.hamburger-btn {
  display: none;
}
/* Glass effect untuk card */
.glass-card {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

/* Service time card */
.service-card {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 1rem;
  transition: 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.service-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.8);
}
.layanan-surat-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.85), rgba(240,240,255,0.85));
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.layanan-surat-card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.layanan-list ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  transition: all 0.2s ease;
}

.layanan-list ul li:hover {
  color: #0d6efd;
  transform: translateX(5px);
}



/* Tampilkan hamburger & sembunyikan menu saat layar ≤ 320px */
@media only screen and (max-width: 320px) {
  .hamburger-btn {
    display: block !important;
  }

  nav .nav {
    display: none !important;
  }
}

/* NAVBAR STYLE */
.bg-custom {
  background-color: white;
}


.hero-section h1 {
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-section h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
}

/* Sejajarkan teks dengan logo */
.navbar .brand-text {
  font-size: 20px;
  vertical-align: middle;
  line-height: 1;
}

/* RESPONSIVE: Tablet ≤ 768px */
@media only screen and (max-width: 476px) {
  
.navbar .nav-link {
  color: black;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 15px;
  text-decoration: none;
  padding: 8px 12px;
}


.navbar .nav-link:hover {
  text-decoration: underline;
}

.navbar .btn-primary {
  font-size: 13px;
}

/* Sejajarkan teks dengan logo */
.navbar .brand-text {
  font-size: 20px;
  vertical-align: middle;
  line-height: 1;
}

.hero-section h1 {
  font-family: 'Cinzel', serif;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-section h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px;
}
}
/* RESPONSIVE: HP ≤ 480px */
@media only screen and (max-width: 810px) {
 
.navbar .nav-link {
  color: black;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 10px;
  text-decoration: none;
  padding: 8px 12px;
}

.navbar .nav-link:hover {
  text-decoration: underline;
}

.navbar .btn-primary {
  font-size: 10px;
}

/* Sejajarkan teks dengan logo */
.navbar .brand-text {
  font-size: 20px;
  vertical-align: middle;
  line-height: 1;
}
.hero-section h1 {
  font-family: 'Cinzel', serif;
  font-size: 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-section h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
}
}

@media only screen and (max-width: 1400px) {
 
  .navbar .nav-link {
    color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 15px;
    text-decoration: none;
    padding: 8px 12px;
  }
  
  .navbar .nav-link:hover {
    text-decoration: underline;
  }
  
  .navbar .btn-primary {
    font-size: 14px;
  }
  
  /* Sejajarkan teks dengan logo */
  .navbar .brand-text {
    font-size: 20px;
    vertical-align: middle;
    line-height: 1;
  }
 
.hero-section {
  background-image: url('latar.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}

.hero-section .overlay {
  background-color: rgba(0, 0, 0, 0.6); /* Overlay gelap */
  padding: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}


.hero-section h1 {
  font-family: 'Cinzel', serif;
  font-size: 64px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-section h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-top: 10px;
}

/* BODY */
body {
  overflow-x: hidden;
}

/* Default: hide hamburger */
.hamburger-btn {
  display: none;
}
}