/* ====== BASIC STYLE ====== */
.whatsapp-float {
  position: fixed;
  bottom: 65px;
  right: 38px;
  z-index: 999;
}

.wa-button {
  /*background-color: #b4121b; /* merah #ff3b3b; */
  border-radius: 50%;
  bottom: 45px;
  padding: 14px;
  /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);*/
  cursor: pointer;
  position: relative;
  transition: transform 0.2s;
}

.wechat-float {
  position: fixed;
  bottom: 45px;
  right: 38px;
  z-index: 999;
}

.wechat-button {
  /*background-color: #b4121b; /* merah #ff3b3b; */
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  /*bottom: 25px;       
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        cursor: pointer;*/
  cursor: pointer;
  overflow: visible; /* biar wave bisa keluar */
  transition: transform 0.2s;
}

.wa-button:hover,
.wechat-button:hover {
  transform: scale(1.1);
}

.wa-icon,
.wechat-icon img {
  width: 32px;
  height: 32px;
}

.wa-wave {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(0, 255, 0, 0.3);
  animation: wave 3.9s infinite ease-out;
}

@keyframes wave {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

.wechat-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 255, 0, 0.3); /*rgba(7, 193, 96, 0.35);*/
  animation: wechatWave 3.9s infinite ease-out;
  animation-delay: 0.7s;
  z-index: -1;
}

/* Animasi lebih smooth */
@keyframes wechatWave {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* Chatbox WA */
.chat-box {
  display: none;
  flex-direction: column;
  position: fixed;
  bottom: 170px;
  right: 20px;
  width: 280px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.chat-header {
  background: #128c7e;
  /*#b4121b; #ff3b3b;*/
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: bold;
}

.chat-body {
  padding: 10px;
  max-height: 350px;
  overflow-y: auto;
}

.chat-message {
  font-size: 14px;
  color: #333;
  background: #f6f6f6;
  padding: 8px 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}
/* --------------- */
.wechat-box {
  display: none;
  flex-direction: column;
  position: fixed;
  bottom: 110px;
  right: 20px;
  width: 280px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.wechat-header {
  background: #128c7e;
  /*#b4121b; #ff3b3b;*/
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: bold;
}

.wechat-body {
  padding: 10px;
  max-height: 350px;
  overflow-y: auto;
}

/* Bubble */
.wechat-bubble {
  background: #f1f1f1;
  padding: 8px;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}

/* QR */
.wechat-qr img {
  width: 160px;
  border-radius: 6px;
}
/* --------------- */

#whatsappChat,
#wechatBox {
  transition: all 0.3s ease;
}

.admin-item {
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

.admin-item:hover {
  background: #f8f8f8;
}

.admin-item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.admin-info {
  flex: 1;
}

.admin-name {
  font-weight: bold;
  color: #333;
}

.status-line {
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 5px;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

/* ===== Navbar ===== */
.classynav ul li.has-down > a::after {
  content: none !important;
}

.classynav ul li.has-down > a i.fa-angle-down {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #fff;
}

/* ===== Language Switcher ===== */
.language-switcher .dropdown {
  width: 120px !important;
  background: #fff;
  /*border-radius: 5px;*/
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.language-switcher .dropdown a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 3px 6px;
  text-decoration: none;
  color: #333;
  font-size: 12px;
}

.language-switcher .dropdown a:hover {
  background-color: #f0f0f0;
}

/* Bahasa aktif di navbar */
.classynav .language-switcher > a {
  font-size: 16px !important;
  /* paksa lebih kecil */
  padding: 2px 6px !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center;
  gap: 4px;
}

.top-header-area {
  padding: 0;
  font-size: 12px;
}

.service-card {
  border: none;
  border-radius: 2px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card img {
  height: 280px;
  object-fit: cover;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-card .card-body {
  padding: 20px;
}

.service-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.card-text {
  text-align: justify;
}

.about-minimal {
  background: #fff;
}

.section-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #b4121b;
  font-weight: 600;
  letter-spacing: 1px;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0 20px;
  color: #222;
}

.about-text {
  max-width: 700px;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.highlight-min {
  padding: 20px;
  transition: all 0.3s ease;
}

.highlight-min i {
  font-size: 28px;
  color: #ffcc00;
  margin-bottom: 10px;
}

.highlight-min h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.highlight-min p {
  font-size: 14px;
  color: #666;
}

.highlight-min:hover {
  transform: translateY(-5px);
  color: #222;
}

.btn-brand {
  background: #ffcc00;
  color: #222;
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-brand:hover {
  background: #222;
  color: #fff;
}

.about-minimal {
  background-color: #1a1a1a;
  /* abu gelap, tidak sehitam #000 */
  color: #f1f1f1;
  /* teks jadi terang */
}

.about-text {
  text-align: justify;
  color: #f1f1f1;
  /* biar kontras dengan bg hitam */
  max-width: 950px;
  /* biar lebih rapi di layar lebar */
}

.section-subtitle {
  text-align: justify;
  font-weight: 600;
  font-size: 18px;
  color: #b4121b;
  /* aksen kuning supaya lebih hidup */
}

.btn-about {
  margin-left: 60px;
  /* lebih lega dari teks */
}

.about-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* rata tengah vertikal di desktop */
  transition: all 0.3s ease-in-out;
}

/* Tambahkan jarak tombol agar tidak terlalu rapat */
.btn-about {
  margin-left: 15px;
  transition: margin 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.img-link {
  position: relative;
  display: block;
  overflow: hidden;
}

.img-link img {
  display: block;
  width: 100%;
}

.img-link .img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  /* mulai agak turun */
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.img-link .img-overlay span.alazea-btn-red {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  /* mulai sedikit turun */
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition-delay: 0.2s;
  /* efek dramatis: muncul belakangan */
}

/* hover aktif */
.img-link:hover .img-overlay {
  opacity: 1;
  transform: translateY(0);
}

.img-link:hover .img-overlay span.alazea-btn-red {
  opacity: 1;
  transform: translateY(0);
}

/* Awal posisi (belum terlihat) */
.fade-section {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

.fade-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.8s ease-out;
}

.fade-right {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.8s ease-out;
}

/* Aktif setelah terlihat */
.show {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* =========================================================
   PORTFOLIO FULL SLIDER - FINAL STYLE
   ========================================================= */

/* ===== Container & Tinggi Seragam ===== */
.portfolio-full-slider {
  margin-top: 0;
  /* hapus jarak antar section */
  position: relative;
  overflow: hidden;
}

.portfolio-full-slider,
.portfolio-full-slider .owl-stage-outer,
.portfolio-full-slider .owl-item,
.portfolio-full-slider .single-slide {
  height: 550px;
  /* tinggi utama slider */
}

.portfolio-full-slider .single-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* isi proporsional tanpa distorsi */
}

/* ===== Responsive Height ===== */
@media (max-width: 992px) {
  .portfolio-full-slider,
  .portfolio-full-slider .owl-item,
  .portfolio-full-slider .single-slide {
    height: 420px;
  }
}

@media (max-width: 576px) {
  .portfolio-full-slider,
  .portfolio-full-slider .owl-item,
  .portfolio-full-slider .single-slide {
    height: 300px;
  }
}

/* =========================================================
   DOTS NAVIGATION (ANGKA DI DALAM GAMBAR)
   ========================================================= */
.owl-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 30;
}

.owl-dot {
  display: inline-block;
  margin: 0 4px;
}

.owl-dot span {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
  /* efek transisi halus */
  opacity: 0.75;
  cursor: pointer;
}

/* Hover effect (opsional, terlihat interaktif) */
.owl-dot:hover span {
  background: rgba(255, 255, 255, 0.6);
}

/* Dot aktif dengan efek fade halus */
.owl-dot.active span {
  background: #b4121b;
  transform: scale(1.1);
  opacity: 1;
  animation: fadeDot 0.6s ease;
}

/* Efek fade lembut untuk dot aktif */
@keyframes fadeDot {
  0% {
    opacity: 0.4;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}

/* =========================================================
   SLIDE OVERLAY (LOGO + TEKS WATERMARK)
   ========================================================= */
.portfolio-full-slider .single-slide {
  position: relative;
}

.slide-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
  /* biar tidak ganggu klik */
  animation: fadeInOverlay 1s ease both;
}

.overlay-logo {
  opacity: 0.25;
  max-width: 200px;
  height: auto;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.4));
  transition: opacity 0.5s ease;
}

.overlay-text {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  opacity: 0.8;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.5px;
}

/* Animasi muncul lembut untuk overlay */
@keyframes fadeInOverlay {
  from {
    opacity: 0;
    transform: translate(-50%, -45%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.classynav ul li.has-dropdown > a i {
  margin-left: 6px;
  font-size: 11px;
  transition: transform 0.3s ease;
}

.classynav ul li.has-dropdown:hover > a i {
  transform: rotate(180deg);
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 18px;
}

.welcome-btn-group {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.cta-section p {
  color: #ffffff;
}
