body { font-family: "Inter", sans-serif; font-optical-sizing: auto; padding-top: 70px; }
.nav-link { border-top: 3px solid transparent; color: #232F4B; font-size: 15px; font-weight: 600; line-height: 27px; }
  .nav-link.active {
    border-top: 3px solid #E1D7CB !important;
  }
  /* Section Spacing */
  section {
    padding: 0px 0;
  }
  .notfiy {
    position: fixed;
    top: 0;
    width: 100%;
    background: #143D30; /* Your desired background color */
    color: #fff;
    padding: 5px 0;
    z-index: 1050; /* Ensure it's above the nav */
  }
  .notfiy a { color: #fff; text-decoration: none; display: inline-block; }
  .notfiy a:hover { text-decoration: underline; }
  .notfiy ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
  }
  .notfiy ul li:last-child {
    margin-right: 0;
  }
  .logo {
    width: 228px;
  }
  /* Home Section with Background Image and Overlay */
  #home { background: url('images/header.jpg') no-repeat center center; background-size: cover; }
  .home-box {
    position: relative;
    height: 570px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 0 5%;
  }
  .home-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #143D30;
    opacity: 0.6;
  }
  /* Ensure the text and button appear above the overlay */
  .home-box > * {
    position: relative;
    z-index: 1;
    color: #fff;
  }
  .home-box h1 {
    font-size: 57px; max-width: 57%; font-family: "Cormorant Garamond", serif; color: #fff;
  }
  .home-box h2 {
    font-size: 1.5rem;
    margin-top: 20px;  font-weight: normal; color: #E2E2E2;
  }
  .home-box .btn {
    margin-top: 30px;
  }
  .btn-primary { transition: .25s all; border-radius: 4px; background: #726935; border: 0; max-width: 238px; }
  .btn-primary:hover { background: #524a18; border: 0; }

  .btn-secondary { transition: .25s all; background: #143D30; color: #fff; border: 0; max-width: 400px; border-radius: 40px; padding: 15px 30px; font-size: 15px; }
  .btn-secondary:hover { background: #031c14; border: 0; }

  h3 {  font-family: "Cormorant Garamond", serif; color: #143D30; font-size: 44px; font-weight: 700; }

  #about { background: #FAFBFE }
  #about p { color: #687693; font-size: 16px; }
  #about h5 { color: #143D30; font-size: 21px; font-weight: 700; }
  blockquote { font-family: "Cormorant Garamond"; font-weight: 700; font-size: 38px; line-height: normal; color: #143D30; text-align: center; padding: 50px 0 0 0; }
  .picborder { border-radius: 41px; }
.posr { position: relative !important; }

  .areanav { position: absolute; bottom: 0; margin: 0; width: 100%; }
 .areanav li { transition: .25s all; list-style: none; display: flexbox;
    justify-content: flex-end;
    align-items: center; margin: 0;
    gap: 134.91px; width: 100%;
    text-align: center; }
    .areanav a.active { background: linear-gradient(0deg, #143D30 0%, #397562 100%); color: #fff; text-decoration: none; padding: 20px; width: 100%; display: block; clear: both; }
    .areanav a { background: #F2EEED; color: #4B5E84; text-decoration: none; padding: 20px; width: 100%; display: block; clear: both; }
  .form { border: 20px solid #EFF1FB; }
  .form h3 {  font-family: "Cormorant Garamond", serif; color: #143D30; font-size: 44px; font-weight: 700; }

  #areas-of-practice { padding: 50px 0 100px 0; }
  #areas-of-practice h3 { border-left: 8px solid #143D30; padding-left: 20px; }

  #client-testimonials { background: url(images/bgcontact.jpg) no-repeat bottom left rgba(20, 61, 48, 0.92); background-size: cover;  padding: 100px 0; }
  #client-testimonials h3 { border-left: 8px solid #E1D7CB; color: #fff; padding-left: 20px; }
  footer { background: #143D30; color: #fff; font-size: 13px; text-align: center; padding: 15px 0; }
  #map { height: 700px; display: block; width: 110%; margin-left: -20px; }
  .carousel-item { padding: 0 0 50px 0; color: #fff; text-align: center; }

  .carousel-item small { color: #E3B576; }
  .carousel-indicators [data-bs-target] { border-radius: 5px; width: 15px; height: 10px; margin-right: 10px; transition: .25s all; }
  .carousel-indicators [data-bs-target].active { background-color: #E3B576; border-radius: 0px; width: 30px; height: 10px; }

  #criminal.practice { background: url(images/cuffs.jpg) no-repeat top left; background-size: cover; min-height: 500px; position: relative; }
  #family.practice { background: url(images/family-law.jpg) no-repeat top left; background-size: cover; min-height: 500px; position: relative; }
  .pracbox { background: rgba(20, 61, 48, 0.75); color: #fff; display: block;
    margin: 5%;
    position: absolute;
    /* justify-content: flex-end;
    align-items: center;  */
    padding: 0 30px 30px 30px;
    bottom: 0;
    min-width: 90%;
  }
  .pracbox h3 { border: 0 !important; padding-left: 0 !important; color: #fff; }
  .pracbox p { color: #E3B576; }
  .pracbox ul { list-style: inside; margin: 0; padding: 0 !important; display: block; }

  #contact { color: #fff; background: url(images/bgcontact.jpg) no-repeat top left rgba(20, 61, 48, 0.92); background-size: cover; min-height: 700px; padding: 100px 0 0 0; border: 0; }
  #contact h3 { border-left: 8px solid #E1D7CB; color: #fff; padding: 0 50px 0 30px; }
  #contact input, #contact textarea { color: #000; border-radius: 0; }
  #contact button { border-radius: 0; }
  .fixed-top { top: 30px; }
  @media (max-width: 1000px) {
      .notfiy ul li { display: block; }
      .notify a { display: block; }
    .home-box h1 {
      font-size: 37px;
      max-width: 100%;
      font-family: "Cormorant Garamond", serif;
      color: #fff;
  }
  .home-box h2 {
    font-size: 1rem;
    margin-top: 20px;
    font-weight: normal;
    color: #E2E2E2;
}
.home-box { height: 450px; }
blockquote {
  font-family: "Cormorant Garamond";
  font-weight: 700;
  font-size: 25px;
  line-height: normal;
  color: #143D30;
  text-align: center;
  padding: 30px 30px 0 30px;
}

#areas-of-practice { padding: 0 5%; margin: 50px 0; }
#about .p-5 { padding: 1rem 2rem !important }
.areanav a { font-size: 14px; }
.posr { position: static; }
.areanav { position: static; padding-left: 0; }
.areanav li { display: inline-block; float: left; max-width: 50%; }
#client-testimonials { padding: 50px 5%; }
h3 { font-size: 34px; }
.carousel { margin-top: 40px; }
#contact h3 { font-size: 28px; }
#contact { padding: 40px 0; }
footer { font-size: 10px; }
#areas-of-practice h3 { margin-bottom: 30px; }
#map { height: 450px; }

.notfiy ul { padding: 5px 20px; }
.fixed-top {
  position: fixed;
  top: 65px;
  right: 0;
  left: 0;
  z-index: 1030;
}
body { padding-top: 140px; }

.navbar-toggler { margin-right: 20px; }
}