*, *::before, *::after {
    box-sizing: border-box;
}
body {
    margin: 0;
    overflow-x: clip;
}

@font-face {
    font-family: 'Figtree';
    src: url('fonts/Figtree-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Figtree-Italic';
    src: url('fonts/Figtree-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Figtree-Black';
    src: url('fonts/Figtree-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Figtree-BlackItalic';
    src: url('fonts/Figtree-BlackItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Figtree-Bold';
    src: url('fonts/Figtree-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Figtree-BoldItalic';
    src: url('fonts/Figtree-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Figtree-ExtraBold';
    src: url('fonts/Figtree-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Figtree-ExtraBoldItalic';
    src: url('fonts/Figtree-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Figtree-Light';
    src: url('fonts/Figtree-Light.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: 'Figtree-LightItalic';
    src: url('fonts/Figtree-LightItalic.ttf') format('truetype');
    font-weight: lighter;
    font-style: italic;
}
@font-face {
    font-family: 'Figtree-Medium';
    src: url('fonts/Figtree-Medium.ttf') format('truetype');
    font-weight: medium;
    font-style: normal;
}
@font-face {
    font-family: 'Figtree-MediumItalic';
    src: url('fonts/Figtree-MediumItalic.ttf') format('truetype');
    font-weight: medium;
    font-style: italic;
}
@font-face {
    font-family: 'Figtree-SemiBold';
    src: url('fonts/Figtree-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Figtree-SemiBoldItalic';
    src: url('fonts/Figtree-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

.hidden { display: none; }
.grecaptcha-badge { visibility: hidden; display: none; }

body {
    background-color: #F8FBFF;
    font-family: 'Figtree', 'Helvetica', sans-serif;
    position: relative;
}
.main-wrapper {
    overflow: hidden;
}
header {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding: 24px;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #FFFFFF;
    transition: box-shadow 0.3s;
}
header.is-sticky {
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
}
a {
    text-decoration: none;
    color: inherit;
}
a:-webkit-any-link {
    text-decoration: none;
}
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
.logo {
    display: block;
    height: 100%;
}
.logo a {
    display: flex;
    align-items: center;
    height: 100%;
}
.logo-container .logo img {
    width: 250px;
}
.logo-text h1 {
    position: relative;
    line-height: 42px;
    letter-spacing: 1px;
    font-size: 36px;
    color: #3C7FEB;
    font-family: 'Figtree-Light';
    margin: 0;
}
.logo-text h1 .orange-underline {
    position: absolute;
    bottom: -15px;
    left: 0;
}
nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mobile-nav {
    display: none;
}
.mobile-nav .mobile-links .links {
    display: none;
}
.nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.2rem;
}
.nav .links, .nav .cta {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
.nav .links .line {
    width: 1px;
    height: 20px;
    background-color: #c6c6c6;
}
.nav .links a {
    color: #101D32;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 20px;
    white-space: nowrap;
}

.cta .phone.container {
    display: flex;
    align-items: center;
    gap: 12px;
}
.cta .phone.container .phone-text a {
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 20px;
    color: #3C7FEB;
    white-space: nowrap;
}

.cta .form.container #help-btn {
    background-color: #3C7FEB;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 20px;
    padding: 12px 40px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.cta .form.container #help-btn:hover {
    background-color: #101D32;
}
.cta .form.container #help-btn:active {
    box-shadow: 0px 9px 6px 3px #000 inset;
}

.ellipse {
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background: linear-gradient(0deg, rgba(118, 160, 228, 0.08) 0%, rgba(60, 127, 235, 0.20) 100%);
    position: absolute;
    z-index: -1;
    transition: transform 0.1s ease-out; /* Smooth transition for parallax */
    will-change: transform;
}
.ellipse.header {
    top: 0;
    left: -200px;
}
.hero-container {
    position: relative;
}
.hero-container .main {
    display: grid;
    place-items: center;
}
.hero-container .main h2 {
    font-weight: 800;
    font-size: 1rem;
    line-height: 40px;
    color: #3C7FEB;
    text-align: center;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}
.hero-container .main h1 {
    font-weight: 500;
    font-size: 3.2rem;
    color: #101D32;
    text-align: center;
    margin-top: 1rem;
    line-height: 15px;
}
.hero-container .main h1.highlight {
    font-weight: 900;
    font-family: 'Figtree-ExtraBold' , 'Helvetica', sans-serif;
}
.hero-container .main h1 .underlined-text {
    position: relative;
    display: inline-block;
    z-index: -1;
}
.hero-container .main h1 .orange-underline {
    position: absolute;
    bottom: -4px;
    left: -6px;
    width: 100%;
    height: 2px;
    z-index: -1;
}

.search {
    margin-top: 2rem;
    width: 100%;
    max-width: 800px;
}
.search-container {
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
    background-color: #FFFFFF;
    padding: 1.4rem 1.6rem 1.4rem 2.7rem;
    border-radius: 80px;
    display: grid;
    grid-template-columns: 3fr 1fr;
}
.search-container .search-inputs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5rem;
}
.search-container .search-inputs .search-input {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    position: relative;
}
.search-container .search-inputs .search-input .search-result {
    display: none;
    position: absolute;
    top: 100%;
    background: #FFFFFF;
    border-radius: 0 20px 20px 20px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
    height: 250px;
    overflow-y: auto;
    z-index: 5;
    padding: 0.5rem 0.5rem 1rem 1rem;
    scrollbar-width: thin;
    scrollbar-color: #3C7FEB #FFFFFF;
    scroll-behavior: smooth;
    /* Remove arrow buttons */
    scrollbar-arrow-color: white;
}
.search-container .search-inputs .search-input .search-result h6 {
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 20px;
    color: #101D32;
    margin: 0 0 0.5rem 0;
}
.search-container .search-inputs .search-input .search-result#pares-container {
    left: -43px;
    right: 0;
    width: 310px;
}
.search-container .search-inputs .search-input .search-result#locres-container {
    left: -10px;
    right: 0;
    width: 250px;
}
.search-container .search-inputs .search-input .search-result .search-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    padding: 8px;
    border-radius: 8px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.search-container .search-inputs .search-input .search-result .search-item:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.05); /* Light gray background */
    transform: scale(1.02); /* Slight scaling effect */
}
.search-container .search-inputs .search-input .search-result .search-item:hover img {
    transform: scale(1.1); /* Slightly enlarge images */
    transition: transform 0.2s ease-in-out;
}

.search-container .search-inputs .search-input .search-result .search-item.lawfirm {
    margin-bottom: 1rem;
}
.search-container .search-inputs .search-input .search-result .search-item.lawfirm .prem-badge {
    width: fit-content;
    padding: 0.2rem 0.5rem;
    border-radius: 20px;
    position: relative;
}
.search-container .search-inputs .search-input .search-result .search-item.lawfirm .prem-badge img {
    width: 20px;
    height: 20px;
}
.search-container .search-inputs .search-input .search-result .search-item.lawfirm .prem-badge:hover::after {
    content: "Premium Member";
    position: absolute;
    bottom: -6px;
    right: -28px;
    transform: translateX(-50%);
    background-color: #101D32;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    white-space: nowrap;
    margin-bottom: 8px;
    opacity: 0.7;
    pointer-events: none;
    z-index: 100;
}
.search-container .search-inputs .search-input .search-result .search-item.lawfirm>div {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.search-container .search-inputs .search-input .search-result .search-item.lawfirm>div>p {
    margin: 0;
}
.search-container .search-inputs .search-input .search-result .search-item.searchloc {
    flex-direction: column;
    align-items: flex-start;
}
.search-container .search-inputs .search-input .search-result .search-item.practicearea img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(52%) sepia(99%) saturate(1272%) hue-rotate(360deg) brightness(102%) contrast(105%);
}
.search-container .search-inputs .search-input .search-result .search-item p {
    font-weight: 800;
    font-size: 1rem;
    line-height: 20px;
    color: #3C7FEB;
    margin: 0.5rem 0;
}
.search-container .search-inputs .search-input .search-result .search-item.searchloc p {
    margin: 0;
}
.search-container .search-inputs .search-input .search-result .search-item.searchloc .searchzip {
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 20px;
    color: #56627F;
}
.search-container .search-inputs .search-input .search-result .search-item .lawloc {
    font-weight: 500;
    font-size: 0.8rem;
    color: #56627F;
    margin-left: auto;

}
.search-container .search-inputs .search-input .search-result .search-item.lawfirm img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}
.search-container .search-inputs .search-input label {
    font-weight: 900;
    font-size: 1rem;
    line-height: 20px;
    color: #101D32;
}
.search-container .search-inputs .search-input input {
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 20px;
    color: #101D32;
}
.search-container .search-inputs .search-input input:focus {
    outline: none;
    border-bottom: 2px solid #3C7FEB;
}
.search-container .search-inputs .search-input:last-child {
    position: relative;
}
.search-container .search-inputs .search-input:last-child::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -1rem;
    transform: translateY(-50%);
    width: 1.3px;
    height: 60px;
    background-color: #D9DCE0;
}

.search-container .search-button button {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    border: none;
    background-color: #3C7FEB;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 1rem;
    line-height: 1px;
    padding: 1rem;
}
.search-container .search-button button:hover {
    background-color: #101D32;
    cursor: pointer;
}
.search-container .search-button button:active {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.media .media-container {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    margin-block: 3rem;
}
.media .media-buttons {
    display: none;
}
.lawyers {
    display: flex;
    gap: 0.5rem;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 3rem;
    border-radius: 16px 0 0 16px;
    background: #F3F8FE;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
    width: 90%;
    height: 95px;
    margin-left: auto;
    overflow-x: clip;
}
.lawyers .vertical-line {
    width: 1px;
    height: 40%;
    background-color: #88A2BF;
}
.lawyers .lawyer-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-left: 3rem;
    gap: 2rem;
}

.lawyers .lawyer-container .lawyer {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}
.lawyers .lawyer-container .lawyer:hover {
    cursor: pointer;
}
.lawyers .lawyer-container .lawyer:hover .info .name {
    text-decoration: underline;
}

.lawyers .lawyer-container .lawyer img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgb(226,232,242);
    object-fit: cover;
    background: -moz-linear-gradient(243deg, rgba(226,232,242,1) 15%, rgba(60,127,235,1) 100%);
    background: -webkit-linear-gradient(243deg, rgba(226,232,242,1) 15%, rgba(60,127,235,1) 100%);
    background: linear-gradient(243deg, rgba(226,232,242,1) 15%, rgba(60,127,235,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2e8f2",endColorstr="#3c7feb",GradientType=1);
}

.lawyers .lawyer-container .lawyer .info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 0.4rem;
}
.lawyers .lawyer-container .lawyer .info>* {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
}
.lawyers .lawyer-container .lawyer .info .name {
    font-weight: 900;
    font-size: 1.1rem;
    line-height: 20px;
    color: #101D32;
}
.lawyers .lawyer-container .lawyer .info .pa {
    color: #3C7FEB;
}
.lawyers .lawyer-container .lawyer .info .loc {
    color : #56627F;
}
.lawyers .banner {
    text-align: center;
    margin-right: 3rem;
    width: 223px;
}
.lawyers .banner .banner-container {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    width: fit-content;
    margin: auto;
}
.lawyers .banner .banner-container .banner-title {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}
.lawyers .banner h3, .lawyers .banner h4 {
    margin:0;
}
.lawyers .banner .banner-container .banner-subtitle h4 {
    font-size: 1rem;
    font-weight: 200;
    color: #101D32;
}

.ellipse.members {
    right: -250px;
    top: 0;
    background: linear-gradient(102deg, rgba(118, 160, 228, 0.08) 0%, rgba(60, 127, 235, 0.20) 100%);
}

.referral {
    margin-top: 9rem;
    display: flex;
    justify-content: space-around;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    position: relative;
}
.referral .text {
    display: flex;
    align-items: center;
}
.referral .text, .referral .form{
    width: 50%;
}
.referral .text .text-container {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.referral .text-container .heading h3 {
    margin: 0;
    font-size: 2rem;
    font-weight: 100;
    position: relative;
    line-height: 40px;
    color: #101D32;
}
.referral .text-container .heading h3 .underlined-text {
    display: inline-block;
    font-weight: 900;
}
.referral .text-container .heading h3 .orange-underline {
    position: absolute;
    top: 15px;
    left: 100px;
    width: 100%;
    height: 2px;
    z-index: -1;
}
.referral .text-container .subtitle {
    margin-block: 2rem;
}
.referral ul {
    list-style-type: none;
    padding-inline: 1rem;
}
.referral .steps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.referral ul .list-arrow {
    margin-right: 1rem;
}
.referral ul .item {
    display: flex;
    flex-direction: row;
    align-items: center; 
}
.referral ul .list-text {
    font-size: 0.9rem;
    font-weight: 500;
    font-style: italic;
    color: #101D32;
}
.referral .link {
    margin-top: 1.8rem;
}
.referral .link a {
    color: #3C7FEB;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
}
.referral .form {
    max-width: 800px;
    position: relative;
}
.referral .form .loading-container.hidden {
    display: none;
}
.referral .form .loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    margin-block: 2rem;
}
.referral .form .loading-container.active {
    opacity: 1;
    visibility: visible;
}
.referral .form .loading-container div {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #3C7FEB;
    animation: bounce 1.4s infinite ease-in-out both;
}
.referral .form .loading-container div:nth-child(1) {
    animation-delay: -0.32s;
    background-color: #FF9000;
}
.referral .form .loading-container div:nth-child(2) {
    animation-delay: -0.16s;
}
.referral .form .loading-container::before,
.referral .form .loading-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: -1;
    transform: scale(2);
}
.referral .form .loading-container::before {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@keyframes bounce {
    0%, 80%, 100% { 
        transform: scale(0);
    }
    40% { 
        transform: scale(1);
    }
}
.referral .form .form-container {
    padding: 2rem;
    margin: auto;
    background: #3C7FEB;
    border-radius: 20px;
    position: relative;
}
.referral .form .form-container .form-title {
    font-size: 2rem;
    font-weight:100;
    color: #FFFFFF;
    margin: 0;
    position: relative;
    text-align: center;
    line-height: normal;
}
.referral .form .form-container .form-title::after {
    content: '.';
    color: #FF9000;
    font-size: 2rem;
    position: absolute;
    top: 0;
}
.referral .form .form-container .form-title .orange-underline {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 2px;
}
.referral .form .form-container form {
    margin-top: 2rem;
}
.referral .form .form-container form .text-inputs {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.referral .form .form-container form .detail-container {
    background: #FFFFFF;
    border-radius: 14px;
}
.referral .form .form-container form .detail-container .case-details {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding: 1rem;
}
.referral .form .form-container form .detail-container .case-details .detail {
    width: 100%;
    height: 130px;
}
.referral .form .form-container form .detail-container .case-details .logo {
    align-items: flex-start;
}
.referral .form .form-container form .detail-container .case-details #referral-details {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    color: #101D32;
    resize: none;
    font-family: 'Figtree', sans-serif;
}

.referral .form .form-container form .input-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}
.referral .form .form-container form .input-container .personal-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    background-color: #FFFFFF;
    border-radius: 14px;
    padding: 0.8rem;
}
.referral .form .form-container form .input-container .personal-info:last-child {
    position: relative;
}
.referral .form .form-container form .input-container .personal-info input {
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 20px;
    color: #101D32;
}
.referral #referral-locres-container {
    position: absolute;
    width: 100%;
    background: #FFFFFF;
    left: 0;
    z-index: 10;
    border-radius: 0 20px 20px 20px;
    padding: 0.5rem 0.5rem 1rem 1rem;
    height: 250px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #3C7FEB #FFFFFF;
    scroll-behavior: smooth;
    /* Remove arrow buttons */
    scrollbar-arrow-color: white;
}
.referral #referral-locres-container.hidden {
    z-index: -1;
    opacity: 0;
}
.referral #referral-locationres .searchLoc {
    padding: 0.3rem 0.8rem;
    color: #101D32;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.referral #referral-locationres .searchLoc.hover {
    background-color: #3C7FEB;
    color: #FFFFFF;
    cursor: pointer;
}
.referral #referral-locationres .searchLoc .search-item-state {
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 20px;
    color: #56627F;
}
.referral  .button-input {
    margin-top: 1rem;
    text-align: center;
}
.referral .button-input #referral-submit {
    width: 50%;
}
.referral .button-input #referral-submit {
    background-color: #101D32;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1rem;
    line-height: 20px;
    padding: 12px 40px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    margin: auto;
}

.referral .button-input #referral-submit:active, .referral .button-input #additional-question-submit:active {
    background-color: #EAF2FB;
    color: #101D32;
    font-weight: 600;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.referral .form .form-container .disclaimer {
    margin-top: 1.5rem;
    font-size: 12px;
    font-weight: lighter;
    color: #FFFFFF;
    font-family: 'Figtree-Light' ,sans-serif;
    text-align: center;
    line-height: 15px;
}
.referral .form .form-container .disclaimer a {
    font-family: 'Figtree-Light' , sans-serif;
    color: #FFFFFF;
    text-decoration: underline;
}
.referral .additional-questions-container.hidden {
    display: none;
}
.referral .additional-questions-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.referral .additional-questions-container h6 {
    text-align: left;
    font-size: 1rem;
    color: white;
    font-family: 'Figtree-Italic';
    line-height: 28px;
    margin: 0 auto;
}
.referral .additional-questions-progress {
    margin: 20px 0;
    padding: 0.8rem 1.5rem;
    position: absolute;
    top: -20px;
    right: 0;
    border-radius: 0 20px 0 0;
    background-color: #FF9000;
}
.referral .additional-questions {
    width: 100%;
}
.referral .additional-questions-title {
    font-size: 1rem;
    font-weight: 500;
    color: #FFFFFF;
    width: 100%;
}
.referral .additional-questions-title h3 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
    position: relative;
    text-align: left;
    line-height: normal;
}
.referral .additional-questions-subtitle {
    width: 100%;
    font-size: 0.9rem;
    margin: 1rem 0;
    position: relative;
}
.referral .additional-questions-subtitle::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 80%;
    height: 1px;
    background-color: #FFFFFF;
    margin: 0 auto;
    opacity: 0.9;
}
.referral .additional-questions-subtitle p {
    margin: 0;
    color: #FFFFFF;
    font-family: 'Figtree-Light';
    font-weight: 100;
    font-size: 0.9rem;
}
.referral .additional-answer-container {
    display: grid;
    place-items: center;
    width: 100%;
}

.referral .additional-answer-container #additional-answer {
    padding: 1rem;
    width: 100%;
    margin: auto;
    font-size: 1rem;
    border: none;
    outline: none;
    border-bottom: 2px solid white;
    font-family: 'Figtree', 'Helvetica', sans-serif;
    border-radius: 12px;
}

.referral .additional-answer-container #additional-answer::placeholder {
    color: #A5BDD8;
    font-size: 1rem;
    font-family: 'Figtree', 'Helvetica', sans-serif;
}

.referral .button-input #additional-question-submit {
    background-color: #FF9000;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1rem;
    line-height: 20px;
    padding: 0.7rem 3rem;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    margin: auto;
}
.referral .referral-end-msg {
    color: #FFFFFF;
    font-size: 1rem;
}

/* Main progress bar background */
.progress-bar {
    background-color: white;
    border-radius: 15px;
    height: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Filled part of the progress bar */
.progress {
    background: #FF9000;
    border-radius: 15px;
    height: 100%;
    width: 0%;
    /* Start at 0% */
    transition: width 0.5s ease-in-out;
    box-shadow: 0 1px 3px rgba(60, 127, 235, 0.5);
}

/* Question counter that displays above the progress bar */
.question-counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-family: 'Figtree', sans-serif;
}

.question-counter span {
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.focused-svg {
    filter: brightness(0) saturate(100%) invert(52%) sepia(99%) saturate(1272%) hue-rotate(360deg) brightness(102%) contrast(105%);
}
.testimonials {
    position: relative;
}
.ellipse.test {
    top: 0;
    left: -170px;
}
.testimonials .testimonial-container {
    padding: 6rem 2rem;
}
.title {
    text-align: center;
}
.title h3 {
    font-family: 'Figtree-SemiBold' , 'Helvetica', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #3C7FEB;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.title h4 {
    font-family: 'Figtree-SemiBold' , 'Helvetica', sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: #101D32;
    text-transform: capitalize;
    position: relative;
    margin: 0;
}
.title h4 .underlined-text {
    display: inline-block;
    font-family: 'Figtree-ExtraBold' , 'Helvetica', sans-serif;
}
.title h4 .orange-underline {
    position: absolute;
    top: 15px;
    left: 140px;
    width: 100%;
    height: 2px;
}
.testimonials .testimonial-container .testimonial-list .card-section {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    margin-top: 3rem;
}
.testimonials .testimonial-container .testimonial-list .card {
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
    position: absolute;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    padding: 2rem;
    background: #FFFFFF;
    border-radius: 16px;
    width: 100%;
    height: 420px;
    max-width: 400px;
    box-shadow: 0px 18px 20px 7px rgba(1, 48, 64, 0.10);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    animation: fadeOutDown 0.5s ease-in-out forwards;
}
.testimonials .testimonial-container .testimonial-list .card.active {
    display: flex;
    visibility: visible;
    position: relative;
    opacity: 1;
    transform: translateX(0);
    animation: fadeInUp 0.5s ease-in-out forwards;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;  
}
.testimonials .testimonial-container .testimonial-list .card.active .rating .rating-stars {
    width: fit-content;
    margin-left: auto;
    position: relative;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.9);
    }
    50% {
        opacity: 0.5;
        transform: translateY(10px) scale(1.05);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    50% {
        opacity: 0.5;
        transform: translateY(10px) scale(1.05);
    }
    100% {
        opacity: 0;
        transform: translateY(20px) scale(0.9);
    }
}

.testimonials .testimonial-container .testimonial-list .main {
    display: grid;
    grid-template-columns: 1fr 8fr 1fr;
}

.testimonials .testimonial-container .testimonial-list .scroll {
    display: grid;
    place-items: center;
}
.testimonials .testimonial-container .testimonial-list .scroll .button {
    background-color: #3C7FEB;
    width: 60px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    transition: background-color 0.3s;
}
.testimonials .testimonial-container .testimonial-list .scroll .button.disabled:hover {
    background-color: #D9DCE0;
    cursor: not-allowed;
}
.testimonials .testimonial-container .testimonial-list .scroll .button:hover {
    cursor: pointer;
    background-color: #FF9000;
}
.testimonials .testimonial-container .testimonial-list .scroll .button img {
    width: 40px;
    height: 40px;
}
.testimonials .testimonial-container .testimonial-list .card.active .rating .rating-stars img {
    width: 90px;
    height: 20px;
    position: absolute;
}
.testimonials .testimonial-container .testimonial-list .card.active .rating .rating-stars img:nth-child(5) {
    left: 0;
}
.testimonials .testimonial-container .testimonial-list .card.active .rating .rating-stars img:nth-child(4) {
    left: -20px;
}
.testimonials .testimonial-container .testimonial-list .card.active .rating .rating-stars img:nth-child(3) {
    left: -40px;
}
.testimonials .testimonial-container .testimonial-list .card.active .rating .rating-stars img:nth-child(2) {
    left: -60px;
}
.testimonials .testimonial-container .testimonial-list .card.active .rating .rating-stars img:nth-child(1) {
    left: -80px;
}
.testimonials .testimonial-container .testimonial-list .card.active .text p {
    line-height: 25px;
}
.testimonials .testimonial-container .testimonial-list .card.active .user {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}
.testimonials .testimonial-container .testimonial-list .card.active .user p {
    color: #3C7FEB;
    font-family: 'Figtree-Bold' , 'Helvetica', sans-serif;
    font-size: 1rem;
}
.pa-list {
    margin-top: 2rem;
}
.pa-list .top-pa {
    width: 1300px;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 1rem;
}
.pa-list .top-pa a {
    width: 100%;
}
.pa-list .top-pa .top-pa-container {
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    align-items: center;
    padding-left: 1rem;
    background: #3C7FEB;
    color: white;
    border-radius: 29.5px;
    width: 100%;
    transition: background 0.3s, color 0.3s;
}
.pa-list .top-pa .top-pa-container:hover {
    cursor: pointer;
    background: #EAF2FB;
    color: #3C7FEB;
    /*prevent text from being selected when clicked*/
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.pa-list .top-pa .top-pa-container:active {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.pa-list .top-pa .top-pa-container:hover img {
    filter: brightness(0) saturate(100%) invert(58%) sepia(61%) saturate(5326%) hue-rotate(200deg) brightness(94%) contrast(95%);
}
.pa-list .top-pa .top-pa-container .paimg {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}
.pa-list .top-pa .top-pa-container .paimg img {
    width: 28px;
    height: 28px;
}
.pa-list .top-pa .top-pa-container h5 {
    font-size: 1.3rem;
    font-family: 'Figtree-Light' , 'Helvetica', sans-serif;
    font-weight: 300;
    margin: 1rem 1rem 1rem 0.2rem;
}
.pa-list .low-pa {
    margin-top: 3rem;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    width: 80%;
}
.pa-list .low-pa .low-pa-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #EAF2FB;
    border-radius: 40px;
    padding: 1rem 1.5rem;
    transition: background 0.3s, color 0.3s;
}
.pa-list .low-pa .low-pa-container:hover {
    cursor: pointer;
    background: #3C7FEB;
    color: #FFFFFF;
    /*prevent text from being selected when clicked*/
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.pa-list .low-pa .low-pa-container:active {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.pa-list .low-pa .low-pa-container:hover .paname h6 {
    color: #FFFFFF;
}
.pa-list .low-pa .low-pa-container:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(11deg) brightness(120%) contrast(91%);
}
.pa-list .low-pa .low-pa-container .paname h6 {
    font-size: 1rem;
    font-weight: 500;
    color: #101D32;
    margin: 0;
}
.pa-list .low-pa .low-pa-container .goarrow {
    height: 100%;
    display: grid;
    place-items: center;
}
.location {
    margin-top: 6rem;
    position: relative;
}
.location .title h4 .orange-underline {
    left: 115px;
}
.location .loc-options {
    margin-top: 2rem;
}
.location .loc-options>div {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
}
.location .loc-options .option {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background: #EAF2FB;
    border-radius: 30px;
    width: 300px;
    padding-inline: 2rem;
} 
.location .loc-options .option:hover {
    cursor: pointer;
    background: #3C7FEB;
    color: #FFFFFF;
    transition: background 0.3s, color 0.3s;
}
.location .loc-options .option:active {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.location .loc-options .option:hover img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(0%) hue-rotate(75deg) brightness(108%) contrast(100%);
}
.location .loc-options .option:hover h5 {
    color: #FFFFFF;
}
.location .loc-options .option.active {
    background: #3C7FEB;
    color: #FFFFFF;
}
.location .loc-options .option.active img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(0%) hue-rotate(75deg) brightness(108%) contrast(100%);
}
.location .loc-options .option.active h5 {
    color: #FFFFFF;
}
.location .loc-options .option .optimage {
    height: 100%;
    display: grid;
    place-items: center;
}
.location .loc-options .option h5 {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Figtree-Light' , 'Helvetica', sans-serif;
    color: #3C7FEB;
    margin: 0;
    padding: 1.2rem 1rem;
    letter-spacing: 0.5px;
} 
.location .loc-names-container {
    width: 1300px;
    height: 500px;
    margin-top: 2rem;
    margin-inline: auto;
    position: relative;
}
.location .loc-names-container a {
    text-decoration: none;
    color: #101D32;
}
.location .loc-names-container .loc-names {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-flow: row;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.location .loc-names-container .loc-names.active {
    animation: fadeIn 0.5s ease-in-out forwards;
    z-index: 1;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.9);
    }
    50% {
        opacity: 0.5;
        transform: translateY(10px) scale(1.05);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    50% {
        opacity: 0.5;
        transform: translateY(10px) scale(1.05);
    }
    100% {
        opacity: 0;
        transform: translateY(20px) scale(0.9);
    }
}
.location .loc-names-container .name {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.4rem;
}
.location .loc-names-container .name:hover {
    cursor: pointer;
    color: #101D32;
    font-weight: 700;
    transform: scale(1.05);
    transition: color 0.3s ease-in-out, transform 0.1s ease-out;
}
.location .loc-names-container .name:hover img {
    transform: scale(1.1);
    filter: brightness(0) saturate(100%) invert(40%) sepia(87%) saturate(581%) hue-rotate(181deg) brightness(99%) contrast(92%);
}
.ellipse.loc {
    bottom: -270px;
    right: -130px;
}
.desk-break {
    display: inline;
}
.desk-break:after {
    content: "\a";
    white-space: pre;
}

@media screen and (max-width: 1430px) {
    header {
        grid-template-columns: 1fr 5fr;
    }
    .lawyers {
        width: 100%;
    }
    .lawyers .lawyer-container .lawyer .info .name {
        font-size: 0.9rem;
    }
    .lawyers .lawyer-container .lawyer .info>* {
        font-size: 0.8rem;
    }
    .lawyers .banner {
        width: 238px;
    }
    .lawyers .banner h3 {
        font-size: 1rem;
    }
    .lawyers .banner h4 {
        font-size: 0.7rem;
    }
    .pa-list .top-pa {
        width: 1130px;
        overflow: hidden; /* make sure it hides the content that overflows */
        white-space: nowrap; /* don't break the line */
        text-overflow: ellipsis;
    }
    .location .loc-names-container {
        width: 1130px;
    }
    .testimonials .testimonial-container .testimonial-list .card {
        height: 550px;
    }
    .ellipse.members {
        display: none;
    }
}

@media screen and (max-width: 1300px) {
    .nav .links {
        gap: 0.9rem;
    }
}
@media screen and (max-width: 1190px) {
    header {
        padding: 1.5rem 1rem;
    }
    .nav {
        display: none;
    }
    .mobile-nav {
        display: block;
    }
    .mobile-nav .mobile-links {
        background: #3C7FEB;
        padding: 10px;
        border-radius: 10px;
        position: relative;
    }
    .mobile-nav .mobile-links .logo {
        height: fit-content;
        padding: 1.5rem 0;
    }
    .mobile-nav .mobile-links .hamburger {
        place-items: center;
        display: grid;
        justify-content: end;
        position: relative;
        z-index: 2;
        -webkit-tap-highlight-color: transparent;
    }
    .mobile-nav .mobile-links .hamburger:hover {
        cursor: pointer;
    }
    .hamburger-icon {
        width: 24px;
        height: 24px;
        transition: transform 0.3s ease;
    }

    .hamburger-lines .line {
        transition: all 0.3s ease;
        transform-origin: center;
    }

    /* When menu is active, rotate the icon slightly */
    .hamburger.active .hamburger-icon {
        transform: rotate(180deg);
        overflow: initial;
    }

    /* Transform top line to form half of the X */
    .hamburger.active .line.top {
        transform: translate(0, 7px) rotate(45deg);
    }

    /* Hide middle line */
    .hamburger.active .line.middle {
        opacity: 0;
    }

    /* Transform bottom line to form other half of the X */
    .hamburger.active .line.bottom {
        transform: translate(0, -5px) rotate(-45deg);
    }

    .mobile-nav .mobile-links .links {
        position: absolute;
        top: -23px;
        right: 0px;
        width: 80vw;
        height: 100vh;
        background: #3C7FEB;
        padding: 10px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1;
        visibility: hidden;
        transform-origin: top right;/* Set the origin to the top right corner */
    }
    /* Dropdown Animation */
    .mobile-nav .mobile-links .links.inactive {
        animation: navScaleDown 0.5s ease-in-out forwards;
    }
    .mobile-nav .mobile-links .links.active {
        right: -16px;
        animation: navScaleUp 0.5s ease-in-out forwards;
    }
    
    @keyframes navScaleDown {
        0% {
            opacity: 1;
            transform: scale(1);
            visibility: visible;
        }
        100% {
            opacity: 0;
            transform: scale(0);
            visibility: hidden;
        }
    }
    
    @keyframes navScaleUp {
        0% {
            opacity: 0;
            transform: scale(0);
            visibility: visible;
        }
        100% {
            opacity: 1;
            transform: scale(1);
            visibility: visible;
        }
    }
    .mobile-nav .mobile-links .links>div {
        width: 90%;
    }
    .mobile-nav .mobile-links .links .upper-links #mobile-phone-num {
        text-align: center;
        background: #FF9000;
        padding: 5px 15px;
        border-radius: 25px;
    }
    .mobile-nav .mobile-links .links .upper-links #mobile-phone-num a {
        text-decoration: none;
        color: #FFFFFF;
    }
    .mobile-nav .mobile-links .links h1 {
        font-size: 1.5rem;
        font-weight: 100;
        color: #FFFFFF;
        font-family: 'Figtree-Light' , 'Helvetica', sans-serif;
    }
    .mobile-nav .mobile-links .links .link-divider {
        width: 90%;
        height: 1px;
        background: #FFFFFF;
        margin: 10px auto;
    }
    .mobile-nav .mobile-links .links .logo img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(11deg) brightness(120%) contrast(91%);
        width: 200px;
    }
    .title {
        padding: 0 0.3rem;   
    }
    .hero-container .main h2 {
        line-height: 24px;
    }
    .hero-container .main h1 {
        line-height: 48px;
        margin-bottom: 1rem;
    }
    .hero-container .main h1 .orange-underline {
        bottom: 30px;
    }
    .search {
        max-width: 95vw;
    }
    .search-container {
        background-color: transparent;
        box-shadow: none;
        grid-template-rows: 2fr 1fr;
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .search-container .search-inputs {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }
    .search-container .search-inputs .search-input {
        width: 100%;
    }
    .search-container .search-inputs .search-input label {
        display: none;
    }
    .search-container .search-inputs .search-input:last-child::after {
        display: none;
    }
    .search-container .search-inputs .search-input input {
        padding: 1rem;
        border-radius: 25px;
        box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
    }
    .search-container .search-inputs .search-input input:focus {
        border-radius: 25px 25px 0 0;
    }
    .media .media-buttons {
        display: none;
    }
    .lawyers {
        flex-direction: column-reverse;
        width: 90%;
        margin-inline: auto;
        height: fit-content;
        border-radius: 10px;
        padding: 2rem;
    }
    .lawyers .lawyer-container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        place-items: center;
    }
    .lawyers .vertical-line {
        height: 1px;
        width: 10%;
        margin: auto;
        background-color: #3C7FEB;
    }
    .lawyers .lawyer-container .lawyer {
        justify-content: flex-start;
    }
    .lawyers .lawyer-container .lawyer#mobile-reversed {
        flex-direction: row-reverse;
    }
    .lawyers .banner {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .referral {
        margin-top: 5rem;
        flex-direction: column;
        gap: 2rem;

    }
    .referral .link {
        position: absolute;
        bottom: -48px;
        left: 0;
        right: 0;
        text-align: center;
    }
    .referral .text, .referral .form {
        width: 100%;
        margin: auto;
    }
    .referral .text, .referral .text-container .logo {
        justify-content: center;
        text-align: center;
    }
    .referral .text-container .heading h3 {
        text-align: center;
        line-height: 34px;
    }
    .referral .text-container .heading h3 .orange-underline {
        left: -55px;
    }
    .referral .form .form-container form .input-container {
        grid-template-columns: 1fr;
    }
    .referral .button-input #referral-submit, .referral .button-input #additional-question-submit {
        width: 100%;
    }
    .testimonials .testimonial-container {
        padding: 5rem 1rem;
    }
    .testimonials .testimonial-container .testimonial-list .scroll .button {
        background-color: transparent;
    }
    .testimonials .testimonial-container .testimonial-list .scroll .button img {
        filter: brightness(0) saturate(100%) invert(52%) sepia(87%) saturate(3481%) hue-rotate(200deg) brightness(94%) contrast(96%);
    }
    .testimonials .testimonial-container .testimonial-list .card {
        height: fit-content;
    }
    .title h4 .orange-underline {
        left: 0;
        bottom: 25px;
        top: unset;
    }
    .testimonials .title h4 .orange-underline {
        left: 150px;
    }
    .practice-area .title h4 .orange-underline {
        left: 110px;
    }
    .pa-list .top-pa {
        flex-direction: column;
        width: 90vw;
    }
    .pa-list .low-pa {
        grid-template-columns: 1fr;
        gap: 1rem;
        width: 85vw;
    }
    .location .loc-options>div {
        flex-direction: column;
    }
    .location .loc-options .option {
        width: 65vw;
        margin: auto;
    }
    .location .loc-names-container {
        width: 90vw;
        height: 700px;
        overflow-y: hidden;
        overflow-x: clip;
        margin-bottom: 3rem;
        scrollbar-width: thin;
        scrollbar-color: #3C7FEB #EAF2FB;
        scroll-behavior: smooth;
        scroll-snap-type: y mandatory;
        scrollbar-gutter: stable;
        /* Remove arrow buttons */
        scrollbar-arrow-color: transparent;
    }
    .location .loc-names-container:hover {
        overflow-y: auto;
    }
    .location .loc-names-container .loc-names {
        grid-template-columns: repeat(2, 1fr);
    }
    .location .title h4 .orange-underline {
        left: 117px;
    }
    .tab-break {
        display: inline;
    }
    .tab-break:after {
        content: "\a";
        white-space: pre;
    }
}
@media screen and (max-width: 768px) {
    .logo-container .logo img {
        width: 200px;
    }
    .hero-container .main h1 {
        font-size: 2.5rem;
    }
    .search {
        margin: 0.2rem;
    }
    .mobile-break {
        display: inline;
    }
    .mobile-break:after {
        content: "\a";
        white-space: pre;
    }
    .tab-break {
        display: none;
    }
    
    .referral .text-container .heading h3 .orange-underline {
        left: 32px;
    }
    .media {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: space-around;
        align-items: center;
    }
    .media .media-buttons {
        display: block;
        cursor: pointer;
    }
    .media .media-buttons img {
        filter: brightness(0) saturate(100%) invert(67%) sepia(17%) saturate(537%) hue-rotate(171deg) brightness(91%) contrast(92%);
    }
    .testimonials .title h4 .orange-underline {
        left: 0;
    }
    .practice-area .title h4 .orange-underline {
        left: 0;
    }
    .location .title h4 .orange-underline {
        left: 0;
    }
    .mobile-pa-container {
        display: block;
    }
    .ellipse.header {
        top: -300px;
    }
    .media .media-container {
        margin-block: 0.5rem;
    }
}