/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

#about-top.main-content {
  background: #F2F1ED;
  padding-top: 40px;
  padding-bottom: 0px;
  position: relative;
}

@media screen and (min-width: 992px) {
  #about-top.main-content {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  #about-top.main-content .container {
    padding-left: 0px;
    max-width: 100%;
  }
}
#about-top.main-content .container .left-column {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}

#about-top.main-content .container .left-column .mobile-image {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  #about-top.main-content .container .left-column .mobile-image {
    display: none;
  }
}
#about-top.main-content .container .left-column .image-holder {
  text-align: center;
  margin-bottom: 30px;
  display: none;
}

@media screen and (min-width: 992px) {
  #about-top.main-content .container .left-column .image-holder {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #about-top.main-content .container .left-column .image-holder {
    display: none;
  }
}
#about-top.main-content .container .left-column .image-holder img {
  width: 300px;
  height: 274px;
}

@media screen and (min-width: 768px) {
  #about-top.main-content .container .left-column .image-holder img {
    width: initial;
    height: initial;
  }
}
#about-top.main-content .container .right-column {
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
}

@media screen and (min-width: 992px) {
  #about-top.main-content .container .right-column {
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 1200px) {
  #about-top.main-content .container .right-column {
    padding-top: 65px;
    padding-left: 0px;
    max-width: 702px;
  }
}
#about-top.main-content .container .right-column h2 {
  margin-bottom: 25px;
}

#about-top.main-content .container .right-column ul li {
  padding-left: 6px;
}

#about-top.main-content .container .right-column ul li:before {
  top: 6px;
  background-image: url(../../dist/images/custom-checkmark.svg);
}

.team {
  padding-top: 80px;
  padding-bottom: 70px;
}

.team .subtitle {
  color: var(--color-tertiary);
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.team .heading {
  color: var(--color-primary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
}

.team .meet-our-attorneys__intro p {
  max-width: 802px;
}

.team .filter-menu {
  display: flex;
  justify-content: left;
  gap: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 802px;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0;
}

@media (max-width: 600px) {
  .team .filter-menu {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.team .filter-btn {
  background-color: transparent;
  border: 1.5px solid #d3c396;
  color: #333333;
  padding: 12px 28px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 250px;
}

.team .filter-btn.active, .team .filter-btn:hover {
  background-color: #D8B978;
  border-color: #E4CB98;
  color: #1A2234;
}

.team .gallery-grid {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px 20px;
}

@media (max-width: 1024px) {
  .team .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .team .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.team .gallery-grid .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 0px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-bottom: 30px;
}

.team .gallery-grid .card.hide {
  display: none;
}

.team .gallery-grid .card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 12px;
}

.team .gallery-grid .card .role {
  color: var(--color-secondary);
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.team .gallery-grid .card .name {
  color: var(--color-primary);
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 1.8px;
}

#need-a-lawyer {
  background: #F2F1ED;
  padding-top: 115px;
  padding-bottom: 25px;
}

#need-a-lawyer .pd-l {
  padding-left: 128px;
}

#need-a-lawyer .items {
  padding-top: 85px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 75px;
}

#need-a-lawyer .items__info {
  width: 33%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

#need-a-lawyer .items__info .icon {
  position: relative;
  z-index: 9;
  width: 101px;
  margin-left: auto;
  margin-right: auto;
}

#need-a-lawyer .items__info .icon svg {
  background: #f2f1ed;
  border-radius: 50%;
}

#need-a-lawyer .items__info .icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  Transform: translate(-50%, -50%);
  color: var(--color-primary);
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
}

#need-a-lawyer .items__info .content {
  max-width: 324px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}

#need-a-lawyer .items__info:nth-child(1):before {
  content: url(../images/need-lawyer-icon1.svg);
  position: absolute;
  top: -85px;
  left: 75px;
}

#need-a-lawyer .items__info:nth-child(2) {
  position: relative;
  left: -16px;
}

#need-a-lawyer .items__info:nth-child(2):before {
  content: url(../images/need-lawyer-icon2.png);
  position: absolute;
  top: 47px;
  left: -154px;
}

#need-a-lawyer .items__info:nth-child(3) {
  position: relative;
  left: -32px;
}

#need-a-lawyer .items__info:nth-child(3):before {
  content: url(../images/need-lawyer-icon2.png);
  position: absolute;
  top: 47px;
  left: -154px;
}

#need-a-lawyer .items__info:nth-child(3):after {
  content: url(../images/need-lawyer-icon3.svg);
  position: absolute;
  top: 62px;
  right: 7px;
}

#need-a-lawyer .items__info:nth-child(4) {
  position: relative;
  top: -40px;
  left: 115px;
}

#need-a-lawyer .items__info:nth-child(5) {
  position: relative;
  top: -40px;
  left: -135px;
}

#need-a-lawyer .items__info:nth-child(5):after {
  content: url(../images/need-lawyer-icon4.svg);
  position: absolute;
  top: 36px;
  left: -125px;
}

.faqs {
  padding-top: 80px;
  padding-bottom: 160px;
}

.faqs .title {
  color: var(--color-tertiary);
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.faqs .pd-l {
  padding-left: 128px;
}

.faqs .last-row {
  padding-top: 10px;
  align-items: flex-end;
}

.faqs .last-row .box-content {
  position: relative;
  max-width: 428px;
  border: 8px solid #A78D52;
  background: #10243C;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 45px;
}

.faqs .last-row .box-content svg {
  position: absolute;
  left: -30px;
  top: -40px;
}

.faqs .last-row .box-content .title {
  color: #FFF;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0px;
  text-transform: none;
  padding-bottom: 5px;
}

.faqs .last-row .box-content .subtitle {
  color: #FFF;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.faqs .last-row .box-content a {
  color: #FFBB26;
  font-family: var(--secondary-font), sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
}

.faqs .last-row .cta-btn {
  width: 95%;
  margin-top: 33px;
}

.faqs .last-row .items__info {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 49px;
  padding: 29px 190px 28px 65px;
  border-radius: 55px;
  border: 1px solid #D8B978;
  background: #F6F4EF;
}

.faqs .last-row .items__info:last-child {
  margin-bottom: 0px;
}

.faqs .last-row .items__info .content a {
  color: #10243C;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.faqs .last-row .items__info svg {
  position: absolute;
  right: 70px;
  /*top: 50%;*/
  Transform: translateY(-50%);
}

.about-three {
  background-size: cover !important;
  padding-top: 120px;
  padding-bottom: 130px;
}

.about-three bac .pd-l {
  padding-left: 128px;
}

.about-three .heading {
  color: #fff;
}

.about-three .content p {
  color: #fff;
}

.about-three .items {
  padding-top: 120px;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.about-three .items__info {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 36px;
}

.about-three .items__info .white-box {
  display: flex;
  width: 203px;
  height: 180px;
  padding: 42px 25px 43px 25px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
  background: #fff;
}

.about-three .items__info .white-box .title {
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
}

.about-three .items__info .white-box .title a {
  color: var(--color-tertiary);
}

.about-three .items__info .cta {
  padding-top: 35px;
  text-align: center;
  border: 8px solid #A78D52;
  background: #10243C;
  width: 447px;
  margin-left: 10px;
  margin-right: 10px;
  height: 180px;
}

.about-three .items__info .cta .title {
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.about-three .items__info .cta span {
  display: block;
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.about-three .items__info .cta a {
  color: #FFBB26;
  font-family: var(--secondary-font), sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.about-three .bottom-content {
  margin-top: 35px;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.about-three .bottom-content p {
  color: #fff;
  text-align: center;
}

.about-three .btn-section {
  padding-top: 45px;
  text-align: center;
}

.about-three .btn-section .btn {
  width: 300px;
}

.about-three .btn-section .btn--secondary {
  color: #fff;
  margin-left: 30px;
}

.page-template-about-us .testimonials-section {
  background: #5E6778;
}

.about-four {
  padding-top: 80px;
  padding-bottom: 150px;
  background: #F2F1ED;
}

.about-four .disclaimer {
  padding-top: 65px;
  max-width: 1339px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about-four .disclaimer p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/*# sourceMappingURL=about-us.css.map*/