/* Practice Leaders Archive Custom Styles */

.practice-leaders-header {
    background: var(--accent-color, #efa245);
    padding: 60px 0 40px 0;
    text-align: center;
}
.practice-leaders-header .inner-title {
    color: #fff;
    font: bold 60px / 1em Montserrat, sans-serif;
    letter-spacing: .2em;
    margin-bottom: 50px;
}

.attorneys-items {
    display: flex;
    flex-wrap: wrap;
    gap: 48px 32px;
    justify-content: flex-start;
    margin-top: 48px;
}
.attorneys-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 32px 28px 28px 28px;
    display: flex;
    align-items: flex-start;
    gap: 32px;
    min-width: 340px;
    max-width: 480px;
    flex: 1 1 340px;
    transition: transform 0.3s ease;
}
.attorneys-item:hover {
    transform: translateY(-5px);
}
.attorneys-item:hover .leader-image {
    box-shadow: -6px -6px 0 var(--primary-color, #e2692b);
}
.attorneys-item .img {
    display: block;
    min-width: 170px;
    max-width: 170px;
    height: 175px;
    margin-right: 0;
   


}
.leader-image {
    width: 170px;
    height: 170px;
    object-fit: cover;
    border-radius: 50%;
    background: #f4f4f5;
    display: block;
}
.attorneys-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}
.attorneys-content h3 {
    font-family: 'Playfair Display', serif, sans-serif;
    font-size: 1.3em;
    margin: 0 0 6px 0;
    font-weight: 700;
}
.attorneys-content h3 a {
    color: #2b2b68;
    text-decoration: none;
    transition: color 0.2s;
}
.attorneys-content h3 a:hover {
    color: #e2692b;
}
.leader-position {
    font-family: 'Playfair Display', serif, sans-serif;
    font-size: 1.05em;
    color: #e2692b;
    font-weight: 600;
    margin-bottom: 2px;
}
.leader-location {
    font-family: 'Playfair Display', serif, sans-serif;
    font-size: 1em;
    color: #929497;
    margin-bottom: 2px;
}
.leader-practice-areas {
    font-family: 'Playfair Display', serif, sans-serif;
    font-size: 1em;
    color: #444;
    margin-bottom: 6px;
}
.leader-phone {
    font-family: 'Playfair Display', serif, sans-serif;
    font-size: 1em;
    color: #222;
    margin-bottom: 2px;
}
.leader-phone i {
    color: #e2692b;
    margin-right: 6px;
}
.leader-email {
    font-family: 'Playfair Display', serif, sans-serif;
    font-size: 1em;
    color: #e2692b;
    margin-bottom: 2px;
}
.leader-email i {
    color: #e2692b;
    margin-right: 6px;
}
.leader-email a {
    color: #e2692b;
    text-decoration: underline;
    transition: color 0.2s;
}
.leader-email a:hover {
    color: #2b2b68;
}




@media (max-width: 900px) {
    .attorneys-items {
        flex-direction: column;
        gap: 32px;
    }
    .attorneys-item {
        max-width: 100%;
        min-width: 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 28px 12px 24px 12px;
    }
    .attorneys-item .img {
        margin: 0 auto 18px auto;
    }
    .attorneys-content {
        align-items: center;
    }
}
@media (max-width: 720px) {
  .leader-detail-container {
    flex-direction: column;
    gap: 0;
    max-width: 100%;
    margin: 24px auto 0 auto;
  }
  .leader-detail-top {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .leader-detail-image {
    order: -1;
    margin: 0 auto 4px auto !important;
    width: 100%;
    text-align: center;
  }
  .leader-detail-image img {
    width: 180px !important;
    height: 180px !important;
    margin: 0 auto;
  }
  .leader-detail-content {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .leader-detail-content > div,
  .leader-detail-content > h1,
  .leader-detail-content > hr {
    text-align: center;
  }
  .bio-section {
    margin-top: 32px;
    padding: 0 14px;
    box-sizing: border-box;
  }
  .bio-section > div {
    text-align: justify;
  }
}

.leader-detail-container {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  max-width: 900px;
  margin: 48px auto 0 auto;
  flex-wrap: wrap;
}
.leader-related-posts {
  flex: 0 0 220px;
  max-width: 220px;
  margin-left: 24px;
  background: #f4f4f5;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 24px 18px 18px 18px;
  min-height: 120px;
  font-family: 'Montserrat', sans-serif;
}
.leader-related-posts h3,
.leader-related-posts .related-title {
  font-size: 1.1em;
  color: #e2692b;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.leader-related-posts ul {
  list-style: disc inside;
  margin: 0;
  padding: 0;
}
.leader-related-posts li {
  margin-bottom: 8px;
}
.leader-related-posts a {
  color: #2b2b68;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 500;
}
.leader-related-posts a:hover {
  color: #e2692b;
}
.leader-related-posts-mobile {
  display: none;
}

@media (max-width: 902px) {
  .leader-related-posts {
    display: none !important;
  }
  .leader-related-posts-mobile {
    display: block !important;
    width: 100%;
    margin: 32px 0 24px 0;
    padding: 0 8px 0 8px;
  }
  .leader-related-posts-mobile > div:first-child {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 12px;
    font-size: 1.1em;
    font-weight: 700;
  }
  .related-posts-mobile-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
  }
  .related-post-mobile-card {
    min-width: 160px;
    max-width: 180px;
    background: #f4f4f5;
    border-radius: 8px;
    padding: 10px 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    flex: 0 0 auto;
    margin-bottom: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .related-post-mobile-card a {
    font-family: 'Playfair Display',serif;
    font-size: 0.98em;
    color: #2b2b68;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    transition: color 0.2s;
    line-height: 1.2;
  }
  .related-post-mobile-card a:hover {
    color: #e2692b;
  }
  .related-post-mobile-card div {
    font-size: 0.92em;
    color: #929497;
  }
  .bio-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .leader-related-posts-mobile {
    margin-bottom: 24px;
  }
  .leader-detail-container {
    gap: 0 !important;
  }
  .leader-bio-row {
    gap: 0 !important;
  }
}

@media (min-width: 903px) {
  .leader-related-posts-mobile {
    display: none !important;
  }
}

.leader-bio-row {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  width: 100%;
  margin-top: 32px;
}
.leader-related-posts {
  flex: 0 0 220px;
  max-width: 220px;
}
.bio-section {
  flex: 1 1 0;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 900px) {
  .leader-bio-row {
    flex-direction: column;
    gap: 0;
    margin-top: 24px;
  }
  .leader-related-posts {
    max-width: 100%;
    width: 100%;
    margin: 32px 0 0 0;
    order: 2;
  }
  .bio-section {
    order: 1;
  }
}

.share-block {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 32px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  color: #222;
}
.share-block span {
  font-weight: 600;
  margin-right: 8px;
  color: #929497;
}
.share-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2b2b68;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
  font-size: 1em;
}
.share-link i {
  font-size: 1.1em;
}
.share-link.linkedin { color: #0a66c2; }
.share-link.facebook { color: #1877f3; }
.share-link.twitter { color: #1da1f2; }
.share-link.email { color: #e2692b; }
.share-link.print { color: #929497; }
.share-link:hover {
  color: #e2692b;
  text-decoration: underline;
}

.share-block-mobile {
  display: none;
  margin: 24px 0 0 0;
  gap: 16px;
  justify-content: flex-start;
}
.share-block-mobile .share-link {
  font-size: 1.3em;
  padding: 0 8px;
  color: #2b2b68;
  background: none;
  border: none;
  transition: color 0.2s;
}
.share-block-mobile .share-link.linkedin { color: #0a66c2; }
.share-block-mobile .share-link.facebook { color: #1877f3; }
.share-block-mobile .share-link.twitter { color: #1da1f2; }
.share-block-mobile .share-link.email { color: #e2692b; }
.share-block-mobile .share-link.print { color: #929497; }
.share-block-mobile .share-link:hover {
  color: #e2692b;
}

@media (max-width: 700px) {
  .share-block {
    display: none;
  }
  .share-block-mobile {
    display: flex;
  }
}

.leader-related-posts a:hover,
.related-post-mobile-card a:hover {
  color: #e2692b !important;
}

/* FAQ Accordion Styles */
.practice-areas-section.faq-section {
  width: 100%;
  margin: 0;
  padding: 0;
}
.practice-areas-section.faq-section .container-fluid {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.faq-section .page-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.faq-section .item {
  border-top: 1px solid #fff;
  background: #ea9036;
  margin: 0;
  padding: 0;
  transition: background 0.3s;
  width: 100%;
}
.faq-section .item:last-child {
  border-bottom: 1px solid #fff;
}
.faq-section .title {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 32px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  transition: background 0.3s;
  width: 100%;
  box-sizing: border-box;
  min-height: 80px;
}
.faq-section .title .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.faq-section .title h5 {
  margin: 0;
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;  
  height: 100%;
}
.faq-section .title .container:after {
  content: '+';
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  transition: transform 0.3s;
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: auto;
}
.faq-section .item.active .title .container:after {
  content: '\2212'; /* Unicode minus sign */
  transform: rotate(180deg);
}

.faq-section .item:hover{
  background: rgba(234,144,54,.8);
}
.faq-section .list-content {
  background: #fff;
  color: #212121;
  padding: 32px 48px;
  font-size: 18px;
  line-height: 1.6;
  display: none;
  text-align: left;
}
@media (max-width: 800px) {
  .faq-section .title, .faq-section .list-content {
    padding: 20px 24px;
    font-size: 18px;
  }
  .faq-section .title:after {
    right: 60px;
  }
} 