/* body {
  font-family: "Lato", sans-serif;
} */

/* .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
} */

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
} */

/* .nav-scrolled {
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #333;
} */

.hero-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("images/law-background.jpg");
  background-size: cover;
  background-position: center;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 5rem;
  line-height: 1;
  color: #f3f4f6;
  opacity: 0.2;
  font-family: "Lato", sans-serif;
}

/* Off-canvas menu styles */
.off-canvas-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  overflow-y: auto;
}

.off-canvas-menu.active {
  transform: translateX(-300px);
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
