/* Umum */
body {
  scroll-behavior: smooth;
  background-color: #000;
  color: white;
  font-family: sans-serif;
}


#navbar {
  background-color: #2f343f;
}


#navbar .navbar-brand {
  color: #ffffff !important; /* Warna teks logo */
}

#navbar .nav-link {
  color: #ffffff !important; /* Warna link biasa */
}

#navbar .nav-link:hover {
  color: #FFD700 !important; /* Warna saat hover */
}

#navbar .dropdown-menu .dropdown-item {
  color: #000000 !important; /* Warna teks di dropdown */
  background-color: #fff;
}

#navbar .dropdown-menu .dropdown-item:hover {
  background-color: #FFD700 !important;
  color: #fff !important;
}


.custom-toggler-icon {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #FFD700; /* Warna emas */
  position: relative;
}

.custom-toggler-icon::before,
.custom-toggler-icon::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #FFD700;
  left: 0;
  transition: all 0.3s;
}

.custom-toggler-icon::before {
  top: -8px;
}

.custom-toggler-icon::after {
  top: 8px;
}



/* Hero Section */
.hero-section {
  height: 100vh; /* wajib: penuh 1 layar */
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), 
              url('img/huarun-bg-hero-desktop.jpg') center/cover no-repeat;
  display: flex;
  flex-direction: column; /* biar bisa dorong isi ke bawah */
  justify-content: flex-end; /* isi ke bawah */
  align-items: center; /* horizontal tengah */
 
}




.hero-title {
  font-size: 3rem; /* besar */
  font-weight: bold;
  background: linear-gradient(45deg, #FFD700, #FFA500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 2.0rem; /* sedang */
  margin-top: 10px;
  background: linear-gradient(45deg, #FFD700, #FFA500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-small {
  font-size: 1.5rem; /* lebih kecil */
  margin-top: 5px;
  opacity: 0.85; /* sedikit transparan supaya lebih halus */
}


.hero-section .btn {
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  border-radius: 30px;
}




/* Section teks di bawah hero */
.intro-section {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), 
              url('img/huarun-intro.png') center/cover no-repeat;
  color: white;
  padding: 80px 20px;
  border: 2px solid gold;
  border-radius: 6px;
  margin-top: 80px;  /* beri jarak atas intro, sesuaikan angkanya */
}



.intro-section .overlay {
 
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.intro-box {
  max-width: 900px;
  border: 3px solid gold;
  border-radius: 10px;
  padding: 10px;
  background-color: #8b6400;
  box-shadow: 0 0 40px #000;
  position: relative;
}

.intro-box::before, .intro-box::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  
}

.intro-box::before {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none;
}

.intro-box::after {
  bottom: -1px;
  right: -1px;
  border-left: none;
  border-top: none;
}

.intro-box h2{
  font-weight: bold;
  color: #000;
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}


/* About Section */
.about-section {
 background: url(img/);
  position: relative;
  min-height: 100vh;
}

.about-section .overlay {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.about-box {
  max-width: 900px;
  border: 7px solid gold;
  border-radius: 70px;
  padding: 30px;
  background-color: #000;
  box-shadow: 0 0 20px solidgold;
  position: relative;



}

.about-box::before, .about-box::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  
}

.about-box::before {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none;
}

.about-box::after {
  bottom: -1px;
  right: -1px;
  border-left: none;
  border-top: none;
}

/* Profil Section */
.profil-section {
  background: url('img/huarun-about.png') center/cover no-repeat;
  position: relative;
  min-height: 100vh;
}

.profil-section .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.profil-box {
  max-width: 900px;
  border: 3px solid gold;
  border-radius: 10px;
  padding: 10px;
  background-color: #8b6400;
  box-shadow: 0 0 40px #000;
  position: relative;
}

.profil-box::before, .profil-box::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  
}

.profil-box::before {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none;
}

.profil-box::after {
  bottom: -1px;
  right: -1px;
  border-left: none;
  border-top: none;
}
/* Client */
.client-section {
  background: url('img/huarun-about.png') center/cover no-repeat;
  position: relative;
  min-height: 100vh;
}

.client-section .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.client-box {
  max-width: 900px;
  border: 20px #000;
  border-radius: 6px;
  padding: 30px;
  background: rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 20px #000;
  position: relative;
  background-color: #cc9900;
}

.client-box::before, .profil-box::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  
}

.client-box::before {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none;
}

.client-box::after {
  bottom: -1px;
  right: -1px;
  border-left: none;
  border-top: none;
}

/* Contact Section */
.contact-section {
  background-color: #111;
  color: #fff;
}

.contact-section h2 {
  font-weight: bold;
  color: #ffc107;
}

.contact-section p {
  margin-bottom: 10px;
  font-size: 1rem;
}

.contact-section .btn {
  border-radius: 25px;
  padding: 8px 20px;
  font-weight: bold;
  transition: 0.3s;
}

.contact-section .btn:hover {
  transform: scale(1.05);
}

.contact-section input,
.contact-section textarea {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
}

.contact-section .form-label {
  font-weight: 500;
  color: #ffc107;
}

.qr-code {
  border: 2px solid #ffc107;
  padding: 5px;
  border-radius: 10px;
}




/* Tombol WhatsApp */
.btn-whatsapp {
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.btn-whatsapp:hover {
  background-color: #1da851;
  color: #fff;
}

.footer-dark {
  background-color: #111;
  color: #000;
}

.footer-dark p {
  color: #fff;
}


.qr-code {
  border: 2px solid gold;
  padding: 5px;
  border-radius: 10px;
  background-color: #fff;
  max-width: 150px;
}




.about-box-slider {
  position: relative;
  height: 300px; /* Atur tinggi sesuai kebutuhan */
}

.about-box-item {
  opacity: 0;
  transform: translateX(100%);
  transition: all 1s ease-in-out;
}

.about-box-item.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
}

.about-box-item.inactive-left {
  opacity: 0;
  transform: translateX(-100%);
  z-index: 1;
}



/* Floating Buttons Wrapper */
.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Tombol Umum */
.btn-float {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

/* WhatsApp Style */
.btn-float.whatsapp {
  background-color: #25d366;
}
.btn-float.whatsapp:hover {
  background-color: #1da851;
  transform: scale(1.1);
}

/* Email Style */
.btn-float.email {
  background-color: #3235f4;
}
.btn-float.email:hover {
  background-color: #4285f4;
  transform: scale(1.1);
}

/* Responsive (Mobile) */
@media (max-width: 576px) {
  .btn-float {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
  }
}

