:root {
  --light-grey: #F3F3F2;
  --dark-grey: #3C3C3E;
  --barlow-font: "Barlow", sans-serif;
  --poppins-font: "Poppins", sans-serif;
}

.header {
  position: relative;
  z-index: 999;
  width: 100%;
  overflow: unset;
}
@media (max-width: 991.98px) {
  .header {
    padding: 0 !important;
    background-color: var(--secondary-color);
  }
}
.header--fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
.header__top {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 0;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .header__top {
    background-color: var(--secondary-color);
  }
}
@media (max-width: 991.98px) {
  .header__top {
    grid-template-columns: 1fr auto;
    padding: 10px 20px;
  }
}
.header__logo {
  margin-left: 40px;
}
@media (max-width: 1100px) {
  .header__logo {
    margin-left: 15px;
  }
}
@media (max-width: 991.98px) {
  .header__logo {
    max-width: 160px;
    margin: 0;
  }
}
.header__logo-link {
  display: block;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__center {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: end;
}
@media (max-width: 991.98px) {
  .header__center {
    display: none;
  }
}
.header__social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__social-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--primary-color);
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.header__social-link:hover {
  background-color: rgb(72.3614457831, 125.6385542169, 113.7108433735);
}
.header__social-link i {
  font-size: 16px;
  color: #fff;
}
.header__address {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .header__address {
    justify-content: center;
  }
}
.header__address-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
}
.header__address-icon::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235b9e8f' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.header__address-text {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
}
.header__address-text:hover {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .header__address-text {
    color: #fff;
    font-size: 13px;
  }
}
.header__cta {
  background-color: var(--primary-color);
  padding: 12px 25px 12px 100px;
  text-align: center;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20% 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1100px) {
  .header__cta {
    clip-path: none;
    padding: 15px;
    background-color: transparent;
  }
}
@media (max-width: 991.98px) {
  .header__cta {
    display: none;
  }
}
.header__cta-label {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 0 4px;
  font-family: var(--poppins-font);
}
@media (max-width: 1100px) {
  .header__cta-label {
    display: none;
  }
}
.header__cta-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  font-family: var(--barlow-font);
}
.header__cta-phone:hover {
  opacity: 0.85;
}
@media (max-width: 1100px) {
  .header__cta-phone {
    font-size: 28px;
    color: var(--secondary-color);
  }
}
.header__cta-phone-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1L6.6 10.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  .header__cta-phone-icon {
    background-color: var(--secondary-color);
    background-size: 20px 20px;
    background-position: center center;
    border-radius: 50%;
  }
}
.header__cta-button {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 16px;
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}
@media (max-width: 1100px) {
  .header__cta-button {
    background-color: transparent;
    color: var(--secondary-color);
  }
}
.header__cta-button:hover {
  background-color: rgb(20.1290322581, 28.1806451613, 63.0709677419);
}
.header__cta-button:visited {
  color: #fff;
}
@media (max-width: 1100px) and (min-width: 992px) {
  .header__cta-button:visited {
    color: var(--secondary-color);
  }
}
.header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}
@media (max-width: 991.98px) {
  .header__hamburger {
    display: flex;
  }
}
.header__hamburger-bar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.header__hamburger[aria-expanded=true] .header__hamburger-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header__hamburger[aria-expanded=true] .header__hamburger-bar:nth-child(2) {
  opacity: 0;
}
.header__hamburger[aria-expanded=true] .header__hamburger-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.header__bottom {
  background-color: #1e2a5e;
}
@media (max-width: 991.98px) {
  .header__bottom {
    display: none;
  }
}
.header__nav {
  max-width: 1500px;
  margin: 0 auto;
}
.header__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__menu li {
  margin: 0;
}
.header__menu > li {
  position: relative;
  margin: 0;
}
.header__menu > li > a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}
@media (max-width: 1100px) {
  .header__menu > li > a {
    font-size: 16px;
    padding: 10px 12px;
  }
}
.header__menu > li > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -3px;
  transition: transform 0.3s ease;
}
.header__menu > li > a:only-child::after, .header__menu > li > a:not(:has(~ ul))::after {
  display: none;
}
.header__menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header__menu > li.current-menu-item > a {
  background-color: var(--primary-color);
}
.header__menu > li:hover > a::after {
  transform: rotate(-135deg);
  margin-top: 3px;
}
.header__menu > li > .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: var(--primary-color);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.header__menu > li > .sub-menu > li {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header__menu > li > .sub-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 14px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.3s ease, padding-left 0.3s ease;
}
.header__menu > li > .sub-menu > li > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.header__menu > li > .sub-menu > li > a:only-child::after, .header__menu > li > .sub-menu > li > a:not(:has(~ ul))::after {
  display: none;
}
.header__menu > li > .sub-menu > li > a:hover {
  background-color: #5b9e8f;
  padding-left: 25px;
}
.header__menu > li > .sub-menu > li:hover > a::after {
  transform: rotate(45deg);
}
.header__menu > li > .sub-menu > li > .sub-menu {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 220px;
  background-color: rgb(23.8306451613, 33.3629032258, 74.6693548387);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.header__menu > li > .sub-menu > li > .sub-menu > li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header__menu > li > .sub-menu > li > .sub-menu > li > a {
  display: block;
  padding: 14px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.3s ease, padding-left 0.3s ease;
}
.header__menu > li > .sub-menu > li > .sub-menu > li > a:hover {
  background-color: #5b9e8f;
  padding-left: 25px;
}
.header__menu > li > .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.header__menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--secondary-color);
  z-index: 998;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
@media (max-width: 991.98px) {
  .header__mobile-menu {
    display: block;
  }
}
.header__mobile-menu.is-open {
  max-height: 100vh;
  overflow-y: auto;
}
.header__mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .header__mobile-menu-list > li {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media (max-width: 991.98px) {
  .header__mobile-menu-list > li {
    margin: 0;
  }
}
.header__mobile-menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
@media (max-width: 991.98px) {
  .header__mobile-menu-list > li > a {
    text-align: center;
    justify-content: center;
    gap: 15px;
  }
}
.header__mobile-menu-list > li > a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.header__mobile-menu-list > li > a:only-child::after {
  display: none;
}
.header__mobile-menu-list > li > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header__mobile-menu-list > li.current-menu-item > a {
  background-color: var(--primary-color);
}
.header__mobile-menu-list > li.is-open > a::after {
  transform: rotate(-135deg);
}
.header__mobile-menu-list > li > .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.header__mobile-menu-list > li > .sub-menu.is-open {
  display: block;
}
.header__mobile-menu-list > li > .sub-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 25px 14px 35px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.header__mobile-menu-list > li > .sub-menu > li > a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid rgba(255, 255, 255, 0.85);
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
  transform: rotate(45deg);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.header__mobile-menu-list > li > .sub-menu > li > a:only-child::after {
  display: none;
}
.header__mobile-menu-list > li > .sub-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.header__mobile-menu-list > li > .sub-menu > li.is-open > a::after {
  transform: rotate(-135deg);
}
.header__mobile-menu-list > li > .sub-menu > li > .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.header__mobile-menu-list > li > .sub-menu > li > .sub-menu.is-open {
  display: block;
}
.header__mobile-menu-list > li > .sub-menu > li > .sub-menu > li {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.header__mobile-menu-list > li > .sub-menu > li > .sub-menu > li > a {
  display: block;
  padding: 12px 25px 12px 50px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.header__mobile-menu-list > li > .sub-menu > li > .sub-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.header__mobile-address {
  padding: 0 15px;
  font-size: 14px;
}
.header__mobile-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 10px 25px;
}
.header__mobile__social {
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.header__mobile-phone {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.header__mobile-phone:hover {
  opacity: 0.85;
}
.header__mobile-button {
  display: inline-block;
  padding: 0 24px;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}
.header__mobile-button:visited {
  color: #fff;
}
.header__mobile-button:hover {
  background-color: rgb(76.0891566265, 132.1108433735, 119.5686746988);
}

.widget {
  width: 100%;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  margin: 0 0 40px;
  background-image: url(../images/side-bar-practice-bg.jpg);
}
.widget__inner {
  padding: 32px;
}
.widget__title {
  color: #ffffff;
  font-weight: 600;
  font-size: 32px;
  background-color: var(--primary-color);
  text-transform: capitalize;
  position: relative;
  margin: 0 60px 0 0;
  letter-spacing: -0.8px;
  padding: 25px 0 25px 23px;
  line-height: 1;
}
@media (max-width: 1300px) {
  .widget__title {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .widget__title {
    font-size: 32px;
    padding: 20px;
  }
}
.widget.widget_search .search-form {
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 80px;
}
.widget.widget_search .search-form input {
  padding: 20px;
  width: 100%;
  border: none;
  border-radius: 0;
}
.widget.widget_search .search-form input[type=submit] {
  border: none;
}
.widget.widget_search .search-form input[type=submit]:hover {
  background-color: #fff;
  outline-color: var(--secondary-color);
  color: var(--secondary-color);
}
.widget.widget_categories {
  color: #fff;
  font-size: 18px;
}
.widget.widget_categories nav {
  padding: 60px 40px;
}
.widget.widget_categories li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
}
.widget.widget_categories li::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.widget.widget_categories li a {
  color: #fff;
  text-decoration: none;
}
.widget.widget_categories li a:hover {
  color: var(--primary-color);
}
.attorney-slider__track--carousel:not(.slick-initialized) .widget .attorney-slider__item:not(:first-child) {
  display: none;
}
.widget .attorney-slider__name {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
}
@media (max-width: 991.98px) {
  .widget .attorney-slider__name {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .widget .attorney-slider__name {
    font-size: 14px;
  }
}
.widget .attorney-slider__role {
  font-size: 18px;
  color: var(--primary-color);
}
.widget .attorney-slider__read-more {
  display: block;
  background-color: #fff;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 600;
  text-align: center;
  padding: 12px 30px;
  outline: 2px solid var(--secondary-color);
  outline-offset: -6px;
  cursor: pointer;
}
.widget .attorney-slider__read-more:hover {
  background-color: var(--secondary-color);
  outline-color: #fff;
  color: #fff;
}
.widget .attorney-slider .slick-slider {
  position: relative;
  padding-bottom: 60px;
}
.widget .attorney-slider .slick-arrow {
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  top: auto;
  z-index: 1;
  padding: 0;
}
.widget .attorney-slider .slick-arrow::before {
  display: none;
}
.widget .attorney-slider .slick-arrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 1px;
}
.widget .attorney-slider .slick-arrow.slick-prev {
  left: 0;
}
.widget .attorney-slider .slick-arrow.slick-prev::after {
  transform: rotate(-135deg);
  margin-left: 8px;
}
.widget .attorney-slider .slick-arrow.slick-next {
  right: 0;
}
.widget .attorney-slider .slick-arrow.slick-next::after {
  transform: rotate(45deg);
  margin-right: 8px;
}
.widget .attorney-slider .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
.widget .attorney-slider .slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
}
.widget .attorney-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.widget .attorney-slider .slick-dots li button {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.widget .attorney-slider .slick-dots li button::before {
  display: none;
}
.widget .attorney-slider .slick-dots li button:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.widget .attorney-slider .slick-dots li.slick-active button {
  background-color: #5b9e8f;
  transform: scale(1.1);
}
.widget .locations__title {
  margin-bottom: 20px;
}
.widget .locations__list {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.widget .locations__item {
  color: #fff;
}
.widget .locations__item-title {
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  margin: 0;
  text-align: left;
  font-size: 20px;
}
.widget .locations__collapser {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  background: none;
  border: none;
  cursor: pointer;
  gap: 15px;
}
.widget .locations__collapser-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
  display: block;
}
.widget .locations__collapser-icon::before, .widget .locations__collapser-icon::after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.widget .locations__collapser-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.widget .locations__collapser-icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.widget .locations__collapser[aria-expanded=true] .locations__collapser-icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}
.widget .locations__collapser-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.widget .locations__collapser-content[aria-hidden=false] {
  grid-template-rows: 1fr;
}
.widget .locations__collapser-inner {
  overflow: hidden;
}
.widget .locations__address {
  font-size: 18px;
}
.widget .locations__phone {
  font-weight: 600;
}
.widget .locations__address, .widget .locations__phone, .widget .locations__link, .widget .locations__embed, .widget .locations__street-view {
  padding: 10px 0;
}
.widget .locations__address:last-child, .widget .locations__phone:last-child, .widget .locations__link:last-child, .widget .locations__embed:last-child, .widget .locations__street-view:last-child {
  border-bottom: none;
}
.widget .locations__phone a, .widget .locations__link-anchor {
  color: #fff;
  text-decoration: none;
}
.widget .locations__phone a:hover, .widget .locations__link-anchor:hover {
  text-decoration: underline;
}
.widget .locations__embed iframe, .widget .locations__street-view iframe {
  width: 100%;
  height: 300px;
  border: none;
}

.blog {
  background-image: url(../images/pg-deflt-bg.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
}
.blog__container {
  clear: both;
  padding: 90px 25px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 100px;
  max-width: 1500px;
  transition: all 0.3s ease;
}
@media (max-width: 1300px) {
  .blog__container {
    gap: 60px;
    grid-template-columns: 1fr 268px;
  }
}
@media (max-width: 767.98px) {
  .blog__container {
    display: block;
    padding: 60px 20px;
  }
}
.blog__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .blog__grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.blog__item {
  background-color: #f3f3f2;
}
.blog__item-thumbnail {
  position: relative;
  max-height: 215px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .blog__item-thumbnail {
    max-height: 300px;
  }
}
.blog__item-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.blog__item-inner {
  padding: 20px 32px 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog__item-meta {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary-color);
}
.blog__item-date:after {
  content: "/";
}
.blog__item-categories {
  display: flex;
  gap: 10px;
}
.blog__item-category {
  padding: 5px 10px;
  background-color: #fff;
  font-weight: 600;
  border-radius: 50px;
  margin-right: 15px;
  font-size: 12px;
  color: var(--primary-color);
}
.blog__item-category:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.blog__item-category:last-child {
  margin-right: 0;
}
.blog__item-title, .blog__item-title a {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--secondary-color);
  margin: 0;
}
.blog__item-title:hover, .blog__item-title a:hover {
  color: var(--primary-color);
}
@media (max-width: 767.98px) {
  .blog__item-title, .blog__item-title a {
    font-size: 24px;
  }
}
.blog__item-excerpt {
  font-size: 18px;
  line-height: 1.5;
}
.blog__item .link-more {
  margin: 0;
}
.blog__item .more-link {
  display: inline-block;
  background-color: var(--secondary-color);
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 12px 24px;
  outline: 2px solid #fff;
  outline-offset: -6px;
  line-height: 2;
  cursor: pointer;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .blog__item .more-link {
    display: block;
  }
}
.blog__item .more-link:hover {
  background-color: #fff;
  outline-color: var(--secondary-color);
  color: var(--secondary-color);
}

.clients-review__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding: 40px 60px;
  gap: 40px;
  background-color: var(--light-grey);
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .clients-review__item {
    grid-template-columns: 1fr;
    justify-content: center;
    padding: 20px;
    text-align: center;
    gap: 20px;
  }
}
.clients-review__item__name {
  font-weight: 600;
  color: var(--secondary-color);
}
.clients-review__item__text {
  margin-top: 15px;
  color: var(--dark-grey);
  font-size: 20px;
}
.clients-review__item__rating {
  color: #FFB800;
}
.clients-review__item-image-wrapper {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .clients-review__item-image-wrapper {
    margin: 0 auto;
  }
}
.clients-review__item-image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.contact {
  clear: both;
}
.contact__hero {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}
.contact__hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.contact__hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contact__hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
}
.contact__hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 60px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 20px 0 20px;
}
@media (max-width: 992px) {
  .contact__hero-inner {
    display: flex;
    flex-direction: column;
  }
}
.contact__hero-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 30px;
}
@media (max-width: 992px) {
  .contact__hero-content {
    order: -1;
  }
}
.contact__hero-text {
  color: #fff;
}
.contact__hero-title {
  font-size: 64px;
  font-weight: 700;
  margin: 0 0 15px;
  color: #fff;
  line-height: 1.2;
  max-width: 860px;
}
@media (max-width: 991.98px) {
  .contact__hero-title {
    font-size: 36px;
  }
}
.contact__hero-subtitle {
  font-size: 18px;
  margin: 0 0 30px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .contact__hero-subtitle {
    font-size: 16px;
  }
}
.contact__hero-badges {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.contact__hero-badge img {
  max-height: 50px;
  width: auto;
}
.contact__hero-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  max-width: 600px;
}
.contact__hero-logos img {
  max-height: 50px;
}
.contact__hero-attorney {
  display: flex;
  align-items: end;
}
.contact__hero-attorney img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
  object-position: bottom;
}
@media (max-width: 992px) {
  .contact__hero-attorney {
    position: absolute;
    bottom: 0;
  }
}
.contact__hero-form {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 30px;
  margin-bottom: 60px;
  width: 100%;
}
@media (max-width: 992px) {
  .contact__hero-form {
    margin-bottom: 300px;
    order: -1;
  }
}
.contact__hero-form .gform_body .gfield {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0 !important;
}
.contact__hero-form .gform_body .gfield input, .contact__hero-form .gform_body .gfield textarea, .contact__hero-form .gform_body .gfield input.medium, .contact__hero-form .gform_body .gfield input:not([type=file]) {
  width: 100%;
  padding: 10px 25px !important;
  border-radius: 0;
  border: none;
}
.contact__hero-form .gform_body .gfield label {
  display: none;
}
.contact__hero-form .gform_body .ginput_container {
  margin: 0;
}
.contact__hero-form .gform_footer input[type=submit].button {
  text-transform: uppercase;
  display: block;
  width: 100%;
  background-color: #fff;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 600;
  text-align: center;
  padding: 12px 30px;
  outline: 2px solid var(--secondary-color);
  outline-offset: -6px;
  cursor: pointer;
}
.contact__hero-form .gform_footer input[type=submit].button:hover {
  background-color: var(--secondary-color);
  outline-color: #fff;
  color: #fff;
}
.contact__cta {
  padding: 40px 0;
  background-color: var(--secondary-color);
  font-weight: 600;
}
.contact__cta-inner {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.contact__cta-title, .contact__cta-subtitle {
  color: var(--primary-color);
  font-weight: 600;
}
.contact__cta-title {
  font-size: 32px;
  margin-bottom: 10px;
}
.contact__cta-phone {
  color: #fff;
  font-size: 64px;
}
.contact__cta-phone:hover {
  color: var(--primary-color);
}
@media (max-width: 1024px) {
  .contact__cta-phone {
    font-size: 40px;
  }
}
.contact__cta-subtitle {
  font-size: 24px;
}
.contact__locations {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
@media (max-width: 1024px) {
  .contact__locations {
    grid-template-columns: 1fr;
  }
}
.contact__locations-left {
  padding: 60px 15%;
  background-color: var(--primary-color);
}
@media (max-width: 1024px) {
  .contact__locations-left {
    padding: 60px 120px;
  }
}
@media (max-width: 768px) {
  .contact__locations-left {
    padding: 40px 20px;
  }
}
.contact__locations-right {
  padding: 190px 15%;
}
@media (max-width: 1024px) {
  .contact__locations-right {
    padding: 120px;
  }
}
@media (max-width: 768px) {
  .contact__locations-right {
    padding: 40px 20px;
  }
}
.contact__locations-title {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 32px;
  color: var(--secondary-color);
  font-weight: 600;
}
@media (max-width: 1024px) {
  .contact__locations-title {
    font-size: 40px;
  }
}
.contact__locations-info-title {
  font-size: 40px;
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: 20px;
}
.contact__locations-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px;
  color: var(--secondary-color);
  font-weight: 600;
}
@media (max-width: 768px) {
  .contact__locations-item {
    display: flex;
    flex-direction: column;
  }
}
.contact__locations-item p {
  font-weight: 600;
}
.contact__locations-item span {
  display: block;
  color: #fff;
  font-size: 14px;
}
.contact__locations-item a:hover {
  text-decoration: underline;
}
.contact__locations-item img {
  width: 100%;
}
.contact__locations-item-info {
  display: grid;
  grid-template-columns: 40px 1fr;
}
.contact__locations-item-info i {
  color: #fff;
  font-size: 30px;
}
.contact__locations-item-address {
  color: var(--secondary-color);
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 600;
  grid-column: span 2;
}
.contact__locations-item-email {
  font-size: 16px;
}
.contact__locations-item-schedule {
  font-size: 16px;
}
.contact__locations-item-image {
  grid-column: span 2;
}

.areas-we-serve {
  clear: both;
}
.areas-we-serve__title {
  color: var(--secondary-color);
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 54px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .areas-we-serve__title {
    font-size: 36px;
  }
}
.areas-we-serve__main {
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .areas-we-serve__main {
    padding: 50px 0;
  }
}
.areas-we-serve__main-location {
  display: flex;
  min-height: 600px;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .areas-we-serve__main-location {
    min-height: 500px;
    max-height: 500px;
  }
}
.areas-we-serve__main-location-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.areas-we-serve__main-location-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.areas-we-serve__main-location-name {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 24px;
}
.areas-we-serve__main-location-address {
  color: var(--primary-color);
  line-height: 2;
  font-size: 18px;
}
.areas-we-serve__main-location-address:hover {
  color: var(--secondary-color);
}
.areas-we-serve__main-location-cta .btn {
  background-color: var(--secondary-color);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 30px;
  outline: 2px solid var(--secondary-color);
  outline-offset: -6px;
  cursor: pointer;
  margin-top: 15px;
  display: inline-block;
}
.areas-we-serve__main-location-cta .btn:hover {
  background-color: #fff;
  outline-color: var(--secondary-color);
  color: var(--secondary-color);
}
.areas-we-serve__main-location-phone {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  color: var(--secondary-color);
}
.areas-we-serve__main-location-phone:hover {
  color: var(--primary-color);
}
@media (max-width: 767.98px) {
  .areas-we-serve__main-location-phone {
    text-align: center;
  }
}
.areas-we-serve__main-info {
  background-color: #fff;
  margin: 80px;
  height: 100%;
  width: 100%;
  max-width: 560px;
  padding: 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .areas-we-serve__main-info {
    margin: 20px;
  }
}
.areas-we-serve__secondary {
  margin: 0 0 100px 0;
}
.areas-we-serve__secondary-title {
  color: var(--secondary-color);
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 54px;
}
@media (max-width: 767.98px) {
  .areas-we-serve__secondary-title {
    font-size: 36px;
  }
}
.areas-we-serve__secondary-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 28px;
}
@media (max-width: 991.98px) {
  .areas-we-serve__secondary-list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 5px;
    row-gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .areas-we-serve__secondary-list {
    grid-template-columns: 1fr;
  }
}
.areas-we-serve__secondary-list-item {
  position: relative;
  min-height: 450px;
  background-color: #efefef;
  transition: all 0.5s ease;
  overflow: hidden;
}
.areas-we-serve__secondary-list-item:hover .areas-we-serve__secondary-list-item__image {
  transform: translate(0, -200%);
}
@media (max-width: 767.98px) {
  .areas-we-serve__secondary-list-item {
    min-height: 260px;
  }
}
.areas-we-serve__secondary-list-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.areas-we-serve__secondary-list-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.areas-we-serve__secondary-list-item__map {
  height: 100%;
  width: 100%;
}
.areas-we-serve__secondary-list-item__map iframe {
  width: 100%;
  height: 100%;
}
.areas-we-serve__secondary-list-item__name {
  position: absolute;
  width: 100%;
  display: block;
  top: 20px;
  z-index: 3;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 20px 15px;
  line-height: 1;
  background-color: rgba(42, 43, 106, 0.8);
}
.areas-we-serve__all-areas {
  padding: 0 100px;
}
@media (max-width: 991.98px) {
  .areas-we-serve__all-areas {
    padding: 0 140px;
  }
}
@media (max-width: 767.98px) {
  .areas-we-serve__all-areas {
    padding: 20px;
  }
}
.areas-we-serve__all-areas .container {
  border-top: 1px solid #efefef;
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .areas-we-serve__all-areas .container {
    padding: 50px 0;
  }
}
.areas-we-serve__all-areas-list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991.98px) {
  .areas-we-serve__all-areas-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 100px;
  }
}
@media (max-width: 767.98px) {
  .areas-we-serve__all-areas-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.areas-we-serve__all-areas-list-item {
  display: flex;
  background-color: rgba(84, 151, 150, 0.2);
  color: var(--secondary-color);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.areas-we-serve__all-areas-list-item:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.container__page {
  clear: both;
  padding: 90px 25px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 100px;
  max-width: 1500px;
  transition: all 0.3s ease;
}
@media (max-width: 1300px) {
  .container__page {
    gap: 60px;
    grid-template-columns: 1fr 268px;
  }
}
@media (max-width: 767.98px) {
  .container__page {
    padding: 60px 20px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .sidebar {
    margin-top: 25px;
  }
}
