body {
  font-family: Arial, sans-serif;
  scroll-behavior: smooth;
}

/* HERO */
.hero {
  height: 100vh;
  background: url('../images/hero.jpg') center/cover no-repeat;
  position: relative;
}

.hero .overlay {
  background: rgba(6, 9, 33, 0.85);
  height: 100%;
  display: flex;
  align-items: center;
}

/* SECTION */
.section {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  font-weight: bold;
  position: relative;
}

.section-title::after {
  content: '';
  width: 60px;
  height: 4px;
  background: #ffc107;
  display: block;
  margin: 10px auto 0;
}

/* LAYANAN */
.layanan-card {
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.layanan-card:hover {
  transform: translateY(-5px);
}

/* ICON */
.icon {
  font-size: 40px;
  color: #ffc107;
  margin-bottom: 10px;
}

/* RESET BIAR GA ADA SPACE ANEH */
body {
  margin: 0;
  padding: 0;
}

/* WHATSAPP */
.wa-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: white;
  font-size: 26px;
  padding: 12px 16px;
  border-radius: 50%;
  z-index: 999;
}

/* WARNA UTAMA */
.bg-primary {
  background-color: #0D2A52 !important;
}

.text-primary {
  color: #0D2A52 !important;
}

.btn-warning {
  background-color: #D4A017;
  border: none;
}

.btn-warning:hover {
  background-color: #b89014;
}

/* TEAM */
.team-card {
  border: none;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.team-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.section {
  padding: 80px 0;
}

.section-title {
  font-weight: 700;
  color: #1f3c88; /* sesuaikan warna contoh */
}

.about-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

/* Heading */
h1, h2, h3, h4, h5, h6,
.section-title,
.navbar-brand {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

/* Navbar menu */
.nav-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

/* Button */
.btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

/* HEADER HALAMAN */
.page-header {
  background: linear-gradient(
      rgba(0,0,0,0.55),
      rgba(0,0,0,0.55)
    ),
    url('../images/header-law.jpg') center/cover no-repeat;
  padding: 140px 0 100px;
  margin-top: 70px;
}

.breadcrumb-custom {
  opacity: 0.85;
  font-size: 0.9rem;
}

/* DETAIL LAYANAN */
.layanan-detail-img {
  height: 420px;
  object-fit: cover;
}

.layanan-list {
  padding-left: 18px;
}

.layanan-list li {
  margin-bottom: 8px;
}

.page-header {
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45)
    ),
    url("../images/tun-header.jpg"); /* GANTI SESUAI NAMA FILE JPG */

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  min-height: 60vh;
  display: flex;
  align-items: center;

  margin-top: 70px; /* agar tidak ketutup navbar */
}

/* =========================
   SECTION LAYANAN – PREMIUM
   ========================= */

#layanan {
  background: linear-gradient(180deg, #0F172A, #020617);
}

#layanan .section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  color: #C9A24D;
  text-align: center;
  letter-spacing: 1px;
}

/* CARD */
.layanan-card {
  background: linear-gradient(
    145deg,
    rgba(17,24,39,0.95),
    rgba(2,6,23,0.95)
  );
  border: 1px solid rgba(201,162,77,0.15);
  border-radius: 22px;
  padding: 15px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.45);
  transition: all 0.45s ease;
  position: relative;
  overflow: hidden;
}

/* GOLD GLOW LINE */
.layanan-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(201,162,77,0.35),
    transparent
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}

.layanan-card:hover::before {
  opacity: 1;
}

/* HOVER EFFECT */
.layanan-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 35px 80px rgba(201,162,77,0.25);
  border-color: rgba(201,162,77,0.5);
}

/* TITLE */
.layanan-card h5 {
  font-family: 'Playfair Display', serif;
  color: #F8FAFC;
  font-size: 1.25rem;
  margin-bottom: 12px;
}

/* TEXT */
.layanan-card p {
  font-size: 0.95rem;
  color: #CBD5E1;
  line-height: 1.6;
}

/* BUTTON */
.layanan-card .btn-warning {
  background: linear-gradient(135deg, #C9A24D, #E6C36A);
  border: none;
  color: #020617;
  font-weight: 500;
  border-radius: 30px;
  padding: 8px 22px;
  transition: all 0.4s ease;
}

.layanan-card .btn-warning:hover {
  background: #020617;
  color: #C9A24D;
  box-shadow: 0 0 20px rgba(201,162,77,0.7);
}

.page-header {
  background: linear-gradient(
      rgba(2,6,23,0.75),
      rgba(2,6,23,0.9)
    ),
    url("../images/header-law.jpg") center/cover no-repeat;
  padding: 130px 0 90px;
  margin-top: 70px;
}

.page-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  color: #C9A24D;
  letter-spacing: 1px;
}

.section {
  padding: 90px 0;
  background: #020617;
}

.section h3,
.section h4,
.section h5 {
  font-family: 'Playfair Display', serif;
  color: #F8FAFC;
}

.section p {
  color: #CBD5E1;
  font-size: 1rem;
  line-height: 1.75;
}

.layanan-list {
  padding-left: 0;
  margin-top: 15px;
}

.layanan-list li {
  list-style: none;
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: #E5E7EB;
}

.layanan-list li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #C9A24D;
  font-size: 1.1rem;
}

.navbar {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
}

.navbar-brand {
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
}

#layanan {
  position: relative;
  z-index: 2;
}

.layanan-card {
  position: relative;
  z-index: 3;
}

.layanan-card .btn {
  position: relative;
  z-index: 4;
}

/* Judul section jadi putih */
#tentang .section-title,
#layanan .section-title,
#kontak .section-title {
  color: #ffffff !important;
}

/* Icon kontak jadi putih & lebih besar */
#kontak .icon,
#kontak i.bi {
  color: #ffffff !important;
  font-size: 2.2rem; /* diperbesar sedikit */
}

/* Teks kontak juga putih biar konsisten */
#kontak h5,
#kontak p {
  color: #ffffff;
}

/* Icon kontak jadi putih & lebih besar */
#kontak .icon,
#kontak i.bi {
  color: #ffffff !important;
  font-size: 2.2rem; /* diperbesar sedikit */
}

/* Teks kontak juga putih biar konsisten */
#kontak h5,
#kontak p {
  color: #ffffff;
}

/* =========================
   PEMISAH LAYANAN & KONTAK 
========================= */

/* Section Kontak: background beda & nyatu dengan Tentang Kami */
#kontak {
  background-color: #09152b; /* samakan dengan Tentang Kami */
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

/* Garis pemisah halus di atas Kontak */
#kontak::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background-color: #f4c430; /* gold elegan */
  border-radius: 10px;
}

/* =========================
   NAVBAR PREMIUM LAW FIRM
========================= */

.navbar {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  padding: 14px 0;
}

/* Brand */
.navbar-brand {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #0b1d3a !important;
}

/* Menu link */
.navbar .nav-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #0b1d3a !important;
  margin-left: 20px;
  position: relative;
  transition: all 0.3s ease;
}

/* Hover underline elegan */
.navbar .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -6px;
  background-color: #f4c430;
  transition: width 0.3s ease;
}

.navbar .nav-link:hover::after {
  width: 100%;
}

/* Hover text */
.navbar .nav-link:hover {
  color: #000000 !important;
}

/* Navbar shadow lebih halus */
.navbar.shadow-sm {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08) !important;
}

/* MOBILE */
@media (max-width: 991px) {
  .navbar {
    padding: 10px 0;
  }

  .navbar .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }

  .navbar-collapse {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
  }
}

/* =========================
   LOGO NAVBAR
========================= */
.navbar-logo {
  height: 34px;          /* ukuran IDEAL */
  width: auto;
  object-fit: contain;
}

/* Mobile */
@media (max-width: 576px) {
  .navbar-logo {
    height: 28px;
  }

  .navbar-brand span {
    font-size: 14px;
  }
}

/* Samakan footer menu dengan Kontak Kami */
.footer-main {
  background-color: #0b1d3a; /* sama dengan #kontak */
}
.footer-main h5,
.footer-main h6,
.footer-main p,
.footer-main li,
.footer-main a {
  color: #ffffff !important;
}
.footer-main ul {
  padding-left: 0;
  list-style: none;
}

.footer-main ul li {
  margin-bottom: 8px;
}

.footer-main a {
  text-decoration: none;
  opacity: 0.85;
}

.footer-main a:hover {
  opacity: 1;
  text-decoration: underline;
}
/* PAKSA background Kontak Kami jadi gelap */
#kontak,
#kontak.bg-light {
  background-color: #0b1d3a !important;
}
section#kontak {
  background: #0d1a2f !important;
}

/* =========================
   PARTNER & TIM (SERAGAM)
========================= */

.team-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
}

.team-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.team-role {
  color: #f4c430;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}

.team-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
/* FORCE FIX NAMA PARTNER */
.team-card h5,
.team-card .team-name {
  color: #0b1d3a !important; /* biru gelap */
  font-weight: 700;
}

/* Jabatan */
.team-card .team-role {
  color: #c9a227 !important;
  font-size: 0.95rem;
}

/* Deskripsi */
.team-card p {
  color: #444 !important;
}
/* =========================
   FIX KHUSUS PARTNER & TIM
========================= */

/* Background area teks partner */
.team-card .card-body {
  background: #070707;
  text-align: center;
}

/* NAMA PARTNER */
.team-card .card-body h5 {
  color: #0b1d3a !important;
  font-weight: 700;
  margin-bottom: 4px;
}

/* JABATAN */
.team-card .team-role {
  color: #c9a227 !important;
  font-size: 0.95rem;
  font-weight: 500;
}

/* DESKRIPSI */
.team-card .team-desc {
  color: #444444 !important;
  font-size: 0.9rem;
  line-height: 1.6;
}
.team-card {
  overflow: hidden;
}

.team-card .card-body {
  border-top: 1px solid rgba(0,0,0,0.08);
}

/* =========================
   HARD OVERRIDE PARTNER
========================= */

section#tentang .team-card h5 {
  color: #0b1d3a !important;
  font-weight: 700;
}

section#tentang .team-card .team-role {
  color: #c9a227 !important;
}

section#tentang .team-card p {
  color: #444444 !important;
}
/* =========================
   FIX PARTNER & TIM
========================= */

section#tim .team-card h5 {
  color: #0b1d3a !important; /* biru gelap, kebaca */
  font-weight: 700;
}

section#tim .team-card .team-role {
  color: #c9a227 !important; /* gold */
  font-size: 0.95rem;
}

section#tim .team-card .team-desc {
  color: #444444 !important; /* abu gelap */
}
section#tim .team-card .card-body {
  background: #ffffff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
/* FIX FINAL NAMA PARTNER */
section#tim .team-name {
  color: #0b1d3a !important;
  font-weight: 700;
}
/* =========================
   PROFIL PERUSAHAAN - AKTIVITAS
========================= */

.profil-aktivitas {
  margin-top: 30px;
}

.profil-list {
  padding-left: 0;
  list-style: none;
}

.profil-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  color: #CBD5E1;
  font-size: 1rem;
  line-height: 1.7;
}

/* Bullet premium */
.profil-list li::before {
  content: "▸";
  position: absolute;
  left: 0;
  top: 0;
  color: #C9A24D; /* gold */
  font-size: 1.2rem;
}

/* Judul poin */
.profil-list strong {
  color: #ffffff;
  font-weight: 600;
}
/* =========================
   PROFIL PERUSAHAAN - AKTIVITAS (PREMIUM)
========================= */

.profil-aktivitas {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

/* Card aktivitas */
.aktivitas-card {
  background: linear-gradient(
    145deg,
    rgba(17,24,39,0.95),
    rgba(2,6,23,0.95)
  );
  border: 1px solid rgba(201,162,77,0.25);
  border-radius: 18px;
  padding: 26px 28px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
  transition: all 0.4s ease;
}

/* Hover elegan */
.aktivitas-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(201,162,77,0.25);
  border-color: rgba(201,162,77,0.5);
}

/* Judul */
.aktivitas-card h5 {
  font-family: 'Playfair Display', serif;
  color: #C9A24D;
  font-size: 1.25rem;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

/* Aksen garis */
.aktivitas-card h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 70%;
  background: #C9A24D;
  border-radius: 2px;
}

/* Paragraf */
.aktivitas-card p {
  color: #CBD5E1;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 0;
}

/* Desktop: tampilan lebih lega */
@media (min-width: 992px) {
  .profil-aktivitas {
    grid-template-columns: 1fr;
  }
}
/* =========================
   PROFIL PERUSAHAAN - AKTIVITAS (SERAGAM)
========================= */

.profil-aktivitas {
  max-width: 900px;
  margin: 0 auto;
}

/* Item aktivitas */
.aktivitas-item {
  margin-bottom: 32px;
  padding-left: 22px;
  position: relative;
}

/* Garis emas di kiri */
.aktivitas-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 100%;
  background: #C9A24D;
  border-radius: 2px;
}

/* Judul */
.aktivitas-item h5 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

/* Teks */
.aktivitas-item p {
  color: #CBD5E1;
  font-size: 1rem;
  line-height: 1.85;
  margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .profil-aktivitas {
    padding: 0 10px;
  }
}
