/* ===== TOP HEADER ===== */
.top-bar {
  background-color: #1e476b;
  color: #fff;
}

.top-header {
  background-color: #020617;
  /* navy */
  color: #e5e7eb;
  font-size: 13px;
}

.top-header a {
  color: #e5e7eb;
  text-decoration: none;
}

/* ===== LOGO ===== */
.brand-logo {
  height: 110px;
  border-radius: 50%;
}

@media(max-width:412px) {
  .brand-logo {
    height: 78px;
  }
}

/* ===== MAIN NAVBAR ===== */
.main-nav {
  background-color: #f1f5f9;
  /* navy */

}

.navbar-brand {
  font-weight: 700;
  color: #ffffff;
}

.navbar-brand span {
  color: #d4af37;
  /* gold */
}

.nav-link {
  color: #000000 !important;
  font-weight: 500;
  font-size: 20px;
}

.nav-link:hover {
  color: #d4af37 !important;
  /* gold */
}

/* ===== DROPDOWN ===== */
.dropdown-menu {
  background: #1e476b;
  /* dark navy */
  border-radius: 10px;
  border: none;
  padding: 10px;
  min-width: 260px;
}

.dropdown-item {
  color: #e5e7eb;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 6px;
}

.dropdown-item:hover {
  background: rgba(212, 175, 55, 0.15);
  /* gold tint */
  color: #ffffff;
}

.dropdown-toggle::after {
  margin-left: 6px;
}

/* Hover open (desktop only) */
@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* ===== BREADCRUMB BAR ===== */
.page-path {
  background: #1e476b;
  color: #ffffff;
  font-size: 14px;
}

.page-path a {
  color: #d4af37;
  text-decoration: none;
}

/* ===== SIDEBAR ===== */
.sidebar-box {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 18px;
  margin-bottom: 25px;
}

.sidebar-box h5 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
  color: #020617;
}

.sidebar-box ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.sidebar-box ul li {
  font-size: 14px;
  margin-bottom: 8px;
}

.view-btn {
  display: inline-block;
  margin-top: 12px;
  background: #1e476b;
  /* gold */
  color: #fff;
  padding: 6px 16px;
  font-size: 13px;
  border-radius: 20px;
  text-decoration: none;
}

/* ===== CONTENT ===== */
.content-area h2 {
  font-weight: 800;
  margin-bottom: 15px;
  color: #020617;
}

.content-area p {
  font-size: 15px;
  color: #374151;
  line-height: 1.7;
}

.content-area ul li {
  font-size: 14.5px;
  margin-bottom: 6px;
}

/* ===== SERVICE CARD ===== */
.service-card-img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.service-card {
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(2, 6, 23, 0.25);
}

/* ===== CAROUSEL ===== */
.carousel-item {
  transition: opacity 5.5s ease-in-out !important;
}

/* ===== BUTTON ===== */
.law-btn {
  background-color: #1e476b;
  /* gold */
  color: #fff;
}

.law-btn:hover {
  background-color: #b8962e;
  color: #020617;
}

/* ===== FOOTER ===== */
.footer-dark {
  background-color: #1e476b;
}

.footer-dark a {
  color: #d1d1d1;
  text-decoration: none;
}

.footer-dark a:hover {
  color: #d4af37;
  /* gold */
}


.text-gold {
  color: #d4af37;
}

.stat-card {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.stat-card.active {
  opacity: 1;
  transform: translateY(0);
}


.btn-gold {
  background: #d4af37;
  color: #020617;
}

.btn-gold:hover {
  background: #b8962e;
  color: #020617;
}
.about-img img{
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;

  
}