.lawyer-profile-banner {


    margin-bottom: 37px;
    background: url('/wp-content/uploads/2025/02/Group-257.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}




.profile-banner-wrapper {
    display: flex;
    padding-bottom: 79px;
    border-bottom: 1px solid #B8C5CA;
    justify-content: space-between;
}

.profile-banner-content {
    padding-top: 136px;
}

.profile-image {
    padding-top: 144px;
}

.profile-banner-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
}

.lawyer-breadcrumb-link {
    display: flex;
    align-items: center;
}

.lawyer-breadcrumb-link p {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
    margin: 0px 7px 0px 6.5px;
}

.breadcrumb-divider {
    display: flex;
}

.lawyer-home-icon svg {
    vertical-align: text-top;
}


.profile-name {
    margin-top: 71px;
    margin-bottom: 93px;
}

.profile-name h1 {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 700;
    font-size: 94px;
    line-height: 111%;
    /* or 89px */
    letter-spacing: -0.01em;
    margin: 0px;
    margin-bottom: 11px;
    color: #333333
}


.profile-desg h3 {
    margin: 0px;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    letter-spacing: -0.002em;

    color: #586A72;
}


.profile-icon {
    display: flex;
    gap: 8px;
    align-items: center;
}

.profile-icon a,
.profile-icon p {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    letter-spacing: -0.002em;
    margin: 0px;
    text-decoration: none;
    color: #333333;
    transition: 0.5s;
}

.profile-info-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.profile-icon-svg {
    background-color: #CBE9F1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    transition: 0.5s;
}


.lawyer-home-icon svg path {
    transition: 0.5s;
}


@media(min-width:1025px) {
    .profile-icon:hover .profile-icon-svg {
        background-color: #263A76;
    }

    .profile-icon:hover .profile-icon-svg svg path {
        fill: white;
    }

    .profile-icon:hover a,
    .profile-icon:hover p {
        color: #263A76;
    }

    .profile-icon:hover .profile-icon-svg svg {
        transition: 0.5s;
    }

    .lawyer-home-icon:hover svg path {
        fill: #263a76;
    }
}

#main-header {
    background-color: white;
}

/* .header-logo img {
    content: url('/wp-content/themes/mgl/assets/images/logo-sticky.svg');
} */

.profile-sidebar-link-container a {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    letter-spacing: -0.002em;
    text-decoration: none;
    color: #596B73;
    cursor: pointer;
    pointer-events: all;
}

.profile-sidebar-link-container {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 183px;
    width: 290px;
}

.profile-active {

    display: flex;
    align-items: baseline;
    gap: 7px
}

.profile-active a {
    color: #263A76;
}

.profile-active:before {
    content: '';
    background-color: #CBE9F1;
    width: 14px;
    min-width: 14px;
    height: 14px;
    display: block;
}



.profile-sidebar {
    position: sticky;
    top: 200px;
    z-index: 10;
}

.profile-main-content {
    margin-top: 10px;
    width: max-content;
}

.profile-main-container {
    display: flex;
    gap: 168px;
}

.p-content-wrapper h2 {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 116%;
    margin-top: 0px;
    margin-bottom: 45px;
    letter-spacing: -0.01em;
    color: #333333;

}

.p-text-bold {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 120% !important;
    /* or 26px */
    letter-spacing: 0.01em !important;


}


.p-para-container p,
.p-para-container li {

    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    /* or 27px */
    letter-spacing: 0.005em;

    color: #333333;

}


.p-para-container p {
    margin-bottom: 28px;
}

.profile-main-content {
    display: flex;
    flex-direction: column;
    gap: 70px;
}




.p-para-container ul,
.p-para-container li,
.p-mobile-para ul,
.p-mobile-para li {
    padding: 0px;
    margin: 0px;

}

.p-para-container li,
.p-mobile-para li {

    list-style: none;
    display: flex;
    gap: 11px;
}


.p-para-container li::before,
.p-mobile-para li::before {
    content: '';
    background: #8FC7D6;
    min-width: 8px;
    width: 8px;
    height: 8px;
    display: block;
    margin-top: 8px;
}

.p-para-container li p,
.p-mobile-para p {
    margin-top: 0px;
}

.heading-bio {
    margin-bottom: 50px;
}

.profile-main-content-section {
    margin-bottom: 95px;
}


.quote-container {
    padding-top: 90px;
    padding-bottom: 39px;
    background-color: #7F9297;
}


.quote-main-container {
    display: flex;
    gap: 132px;
}

.quote-sub-heading {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    /* identical to box height, or 17px */
    margin-top: 0px;
    margin-bottom: 21px;
    color: #FFFFFF;

}


.quote-para {
    margin-top: 0px;
    margin-bottom: 60px;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 33px;
    line-height: 120%;
    /* or 40px */

    color: #FFFFFF;

}

.client-name {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    /* or 26px */
    letter-spacing: 0.01em;
    margin: 0px;
    color: #FFFFFF;

}

footer {

    background-color: #7F9297;
}


footer #why-we-work {
    background-image: unset;
    background-color: #7F9297;
}





@media(max-width:1024px) {
    .profile-banner-wrapper {
        flex-direction: column;
    }

    .profile-banner-content {
        width: auto !important;
    }

    .profile-banner-content {
        padding-top: 155px;
    }

    .lawyer-breadcrumb-link p {
        font-size: 15px;
        line-height: 120%;
    }

    .lawyer-home-icon svg {
        width: 15px;
        height: 14.91px;
    }

    .profile-name {
        margin-top: 22px;
        margin-bottom: 55px;
    }

    .profile-name h1 {

        margin-bottom: 8px;
        font-size: 55px;
        line-height: 114%;
        letter-spacing: -0.008em;
    }

    .profile-desg h3 {
        font-size: 16px;
        line-height: 110%;
        /* identical to box height, or 18px */
        letter-spacing: -0.002em;
    }

    .profile-info-container {
        gap: 11px;
    }

    .profile-icon {
        gap: 10px;
    }

    .profile-icon-svg {
        width: 32px;
        height: 32px;
    }

    .profile-icon-svg svg {
        width: 11.88px;
        height: 11.88px;
    }

    .profile-image {
        padding-top: 33px;
    }

    .profile-image img {
        width: 100%;
    }

    .lawyer-profile-banner {
        border-bottom: 1px solid #B8C5CA;
        margin-bottom: 0px;
    }

    .profile-banner-wrapper {
        border-bottom: 0px;
        padding-bottom: 48px;
    }

    .profile-sidebar {
        display: none;
    }

    .quote-desktop {
        display: none;
    }

    .quote-mobile {
        display: block !important;
        margin: 0px;
        align-self: flex-end;
        font-size: 12px;
        line-height: 120%;

    }

    .quote-main-container {
        flex-direction: column;
    }

    .quote-icon {
        display: flex;
        justify-content: space-between;

    }

    .quote-icon svg {
        width: 64px;
        height: 51px;
    }

    .quote-container {
        padding-top: 81px;
    }

    .quote-main-container {
        gap: 41px;
    }

    .quote-para {
        font-size: 26px;
        line-height: 125%;
    }

    .client-name {
        font-size: 18px;
        line-height: 125%;
        /* identical to box height, or 22px */
        letter-spacing: 0.005em;
    }

    .quote-container {
        padding-bottom: 88px;
    }

    footer {
        margin-top: -1px;
    }

    .profile-main-content-section {
        display: none;
    }

    .profile-content-mobile {
        display: block !important;

    }

    .p-mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .p-mobile-content {
        border-bottom: 1px solid #B8C5CA;
    }

    .p-mobile-header h2 {
        font-weight: 600;
        font-size: 26px;
        line-height: 125%;
        margin-bottom: 31px;
        margin-top: 33px;
        padding-left: 20px;

    }

    .p-mobile-icon {
        padding-right: 22.3px;
        position: relative;
    }

    .p-mobile-icon svg {
        position: absolute;
        transition: 0.5s;
    }

    .profile-arrow-hidden {
        opacity: 0;
        visibility: hidden;
        transform: rotate(180deg);

    }



    .profile-content-mobile-main {
        padding-left: 0px;
        padding-right: 0px;

    }

    .p-mobile-para {
        padding-bottom: 0px;
        opacity: 0;
        visibility: hidden;
        height: 0px;
        transition: 0.5s;
    }

    .p-mobile-para p {
        font-family: 'Inter Tight';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        padding-left: 20px;
        padding-right: 20px;
        color: #333333;
    }

    .p-mobile-para p:first-child {
        margin-top: 0px;
    }

    .mobile-para-active {
        opacity: 1;
        visibility: visible;
        height: max-content;
        padding-bottom: 59px;
        transition: 0.5s;
    }

    .p-mobile-para li p {
        padding-left: 0px;
        padding-right: 0px;
    }

    .p-mobile-para li {
        padding-right: 20px;
        padding-left: 20px;
    }

    .p-mobile-content-active .profile-arrow-hidden {
        opacity: 1;
        visibility: visible;
    }

    .p-mobile-content-active svg {
        opacity: 0;
        visibility: visible;
    }

    .p-mobile-icon {
        transition: 0.5s;
    }

}


.quote-mobile,
.profile-content-mobile {
    display: none;
}



.about-menu a {
    color: #263A76;
}


.about-footer::before {
    content: '' !important;
    display: block;
    opacity: 1 !important;
    height: 12px !important;
    width: 12px !important;
    background: #CBE9F1
}


.about-footer a {
    transform: translateX(6px) !important;
}


.profile-banner-content {
    width: 45%;
}


p:empty {
    display: none
}


.testimonial-swiper .swiper-slide {
    width: 100% !important;
}


/* Slider CSS Starts Here */

.quote-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.slider-arrow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.custom-swiper-arrows {
    display: flex;
    gap: 15px;
}


.slider-arrow-container svg,
.slider-arrow-container,
.slider-arrow-container .visible-arrow,
.slider-arrow-container svg path {
    transition: 0.3s;
}




.arrows-mobile {
    display: none;
}


.custom-swiper-arrows .swiper-button-disabled
{
    opacity: 0.5;
    pointer-events: none;
}

@media(hover:hover) {


  .slider-arrow-next:hover .slider-arrow-container,
  .slider-arrow-prev:hover .slider-arrow-container {
        border-color: #263A76;
    }

    .slider-arrow-prev:hover .slider-arrow-container svg path,
    .slider-arrow-next:hover .slider-arrow-container svg path {
        stroke: #263A76;
    }

}


@media(max-width: 1024px) {
    .arrows-desktop {
        display: none;
    }

    .arrows-mobile {
        display: flex;
        margin-top: 50px !important;
    }

    .slider-arrow-container {
        width: 45px;
        height: 45px;
    }
}

.p-para-container p,
.profile-main-content {
 margin-top: 0px ;
}

