/* Start Navigation */
body {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #F8F7F4;
    line-height: 1.5;
}
/* End Navigation */

/* Start Breadcrumb */
.breadcrumb__container {
    margin-top: 24px;
}

.breadcrumb__nav {
    max-width: 1720px;
    margin: 0 5.2%;
    display: flex;
    column-gap: 4px;
    align-items: center;
}

.breadcrumb__separator {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.breadcrumb__link {
    font-size: 16px;
    font-weight: 500;
    color: #828282;
}

.breadcrumb__current {
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1C;
}

/* End Breadcrumb */

/* Start Hero banner */
.hero-banner__container {
    max-width: 1200px;
    margin: 40px auto 60px auto;
    display: flex;
}

.hero-banner__content {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-banner__image {
    flex-basis: 50%;
}

.hero-banner__image {
    display: flex;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hero-banner__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.title-herobanner__header {
    border-bottom: 2px solid #DCDCDC;
    position: relative;
}

.title-herobanner__title {
    font-size: 56px;
    font-weight: 700;
    color: #1C1C1C;
    padding-bottom: 24px;
    line-height: 1.25;
}

.title-herobanner__divider {
    display: flex;
    height: 4px;
    width: 120px;
    background-color: #E9450A;
    position: absolute;
    bottom: -2px;
}

.hero-banner__description {
    margin-top: 24px;
}

.hero-banner__text {
    font-size: 20px;
    font-weight: 500;
    color: #636363;
    max-width: 537px;
    width: 100%;
}

/* End Hero banner */

/* Start Search by Field */
.search-by-field {
    max-width: 1820px;
    background-color: #F5F1EA;
}

.title-section__header {
    border-bottom: 2px solid #DCDCDC;
    position: relative;
    width: fit-content;
}

.title-section__title {
    font-size: 48px;
    font-weight: 700;
    color: #1C1C1C;
    padding-bottom: 24px;
    line-height: 1.25;
}

.title-section__divider {
    display: flex;
    height: 4px;
    width: 120px;
    background-color: #E9450A;
    position: absolute;
    bottom: -2px;
}

.search-by-field__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 60px 0;
}

.search-by-category__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.search-by-category__tag {
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1C;
    background-color: #FFFFFF;
    padding: 10px 16px;
    border-radius: 90px;
}

.search-by-category__tag.active {
    background-color: #E9450A;
    color: #FFFFFF;
}


.case-category-divorces {
    margin-top: 40px;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(384px, 1fr));
}

.case-category-divorce__header {
    display: flex;
    padding: 16px 20px;
    background-color: #E9EDF7;
    border-left: 4px solid #1E4BB1;
    column-gap: 4px;
}

.case-category-divorce__title {
    font-size: 20px;
    font-weight: 700;
    color: #1E4BB1;
}

.case-category-divorce__link-text {
    color: #E9450A;
    font-size: 14px;
    font-weight: 500;
}

.case-category-divorce {
    display: flex;
    flex-direction: column;
}

.case-category-divorce__info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.case-category-divorce__action {
    display: flex;
    column-gap: 8px;
}

.case-category-divorce__count {
    font-size: 14px;
    font-weight: 400;
    color: #1E4BB1;
    margin-top: 4px;
}

.case-category-divorce__tags {
    padding: 16px 0;
    background-color: #FFFFFF;
}

.case-category-divorce__tags-container {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.case-category-divorce__tag {
    font-size: 12px;
    font-weight: 400;
    color: #101828;
    background-color: #FAF8F5;
    padding: 3px 12px;
    border-radius: 90px;
}

/* End Search by Field */

/* Start Latest Solution Case */
.latest-solution-case {
    display: flex;
    padding: 24px 0 60px 0;
}

.latest-solution-case__container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
    width: 100%;
}

.lawyers__card {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background-color: #FFFFFF;
}

/* not last child */
.lawyers__card:not(:last-child) {
    margin-bottom: 24px;
}

.lawyers-card__avatar {
    max-width: 200px;
    width: 100%;
}

.lawyers-card__avatar-image {
    display: flex;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lawyers-card__info {
    display: flex;
    column-gap: 40px;
}

.lawyers-card__details {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.lawyers-card__name-and-icon {
    display: flex;
}

.lawyers-card__name-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
    color: #1C1C1C;
}

.lawyers-card__specialization {
    display: grid;
    /* 2 item on 1 row */
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.lawyers-card__location {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.lawyers-card__location-sep {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

.lawyers-card__location-icon {
    display: flex;
    align-items: center;
}

.lawyers-card__location-text {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1C;
    white-space: nowrap;
}

.lawyers-card__location-text.special {
    color: #1E4BB1;
}

.lawyers-card__location-sep {
    display: flex;
    align-items: center;
}

.lawyers-card__access {
    display: flex;
    column-gap: 8px;
}

.lawyers-card__access-icon {
    display: flex;
    align-items: center;
}

.lawyers-card__access-text {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1C;
}

.lawyer-card__info-divider {
    height: 1px;
    background-color: #EDEDED;
    width: 100%;
    display: block;
}

.lawyer-card__info-bar {
    display: flex;
    justify-content: space-between;
}

.lawyer-card__status {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

.lawyer-card__status-text {
    font-size: 16px;
    font-weight: 500;
    color: #515151;
}

.lawyer-card__status-text--bold {
    font-weight: 700;
    color: #1E4BB1;
}

.lawyer-card__status-dot {
    display: flex;
}

.lawyer-card__contact {
    display: flex;
    column-gap: 12px;
}

.lawyer-card__contact-link {
    font-size: 16px;
    font-weight: 500;
    color: #F7F5F5;
    background-color: #1E4BB1;
    padding: 16px;
    display: flex;
    align-items: center;
}

.lawyer-card__contact-phone {
    display: flex;
    background-color: #E9450A;
    column-gap: 16px;
    align-items: center;
    padding: 16px;
}

.lawyer-card__phone-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lawyer-card__phone-text {
    font-size: 16px;
    font-weight: 500;
    color: #F9F7F6;
}

.lawyers-card__icon {
    cursor: pointer;
}

.lawyer-info-for-save {
    display: none;
}

.lawyers-card__content {
    margin-top: 20px;
    padding: 20px;
    background-color: #F5F1EA;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.lawyers__card-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.lawyers__card-tag {
    font-size: 16px;
    font-weight: 500;
    color: #101828;
    background-color: #FFFFFF;
    padding: 10px 16px;
    border-radius: 90px;
    border: 1px solid #EDEDED;
    white-space: nowrap;
}

.lawyers__card-quote-text {
    font-size: 24px;
    font-weight: 500;
    color: #1C1C1C;
}

.lawyers__card-meta {
    display: flex;

}

.lawyers__card-meta-item {
    font-size: 14px;
    font-weight: 400;
    color: #1E4BB1;
    display: flex;
    align-items: center;
}

.lawyers__card-meta-item:not(:last-child)::after {
    content: '';
    display: flex;
    width: 4px;
    height: 4px;
    background-color: #E9450A;
    border-radius: 50%;
    margin: 0 12px;
}

.lawyers__card-divider {
    height: 1px;
    background-color: #DCDCDC;
    width: 100%;
    display: block;
}

.lawyers__card-line {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    margin: 0;
}

.lawyers__card-button {
    display: flex;
    border: 1px solid #E9450A;
    column-gap: 16px;
    padding: 16px;
    margin-top: 12px;
}

.lawyers__card-button-divider {
    display: flex;
    width: 1px;
    background-color: #E9450A;
    height: 28px;
}

.lawyers__card-button-text {
    font-size: 16px;
    font-weight: 500;
    color: #E9450A;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.lawyers__card-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* End Latest Solution Case */

/* Start Pagination */
.pagination {
    margin-top: 40px;
    display: flex;
    column-gap: 5px;
    justify-content: flex-end
}

.pagination__link {
    display: flex;
    padding: 12px;
    min-width: 48px;
    justify-content: center;
    border: 1px solid #F1F1F1;
    align-items: center;
    column-gap: 10px;
    background-color: #FFFFFF;
}

.pagination__link.disabled {
    pointer-events: none;
}

.pagination__link.disabled .pagination__text {
    color: #515151;
}

.pagination__link.active {
    background-color: #E9450A;
    border: transparent;
    pointer-events: none;
}

.pagination__link.active .pagination__text {
    color: #FFFFFF;
}

.pagination__text {
    font-size: 16px;
    font-weight: 400;
    color: #101828;
    display: flex;
    align-items: center;
}


.pagination__icon {
    display: flex;
    align-items: center;
}

/* End Pagination */

/* Start Footer */
footer {
    background-color: #47413E;
}

.footer__container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer__content {
    padding: 32px 0 32px 0;
    display: flex;
    column-gap: 40px;
}

.footer__column {
    flex: 1;
}

.footer__nav {
    flex: 1;
    max-width: 208px;
    width: 100%;
}

.footer__column-title {
    font-size: 16px;
    font-weight: 700;
    color: #E9450A;
    padding-bottom: 8px;
    border-bottom: 1px solid #636363;
    position: relative;
}

.footer__column-title::after {
    content: '';
    display: block;
    width: 64px;
    height: 3px;
    background-color: #E9450A;
    position: absolute;
    bottom: -1px;
}

.footer__column-group {
    display: flex;
    margin-top: 20px;
}

.footer__list-item {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer__link {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
}

.footer__list-item-group {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.footer__list-sub-item {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.footer__sublink {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.footer__sublink::before {
    content: '';
    background-color: #E9450A;
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 16px;
}

.footer__list-sub-item--right-caret {
    max-width: 20px;
    width: 100%;
    display: flex;
    margin-left: 8px;
}

.footer__link--red {
    color: #E9450A;
}

.footer__bottom {
    display: flex;
    width: 100%;
    border-top: 1px solid #515151;
}

.footer__bottom-links {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 0 14px 0;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footer__logo-link {
    font-size: 24px;
    font-weight: 700;
    color: #ED6A3B;
}

.footer__bottom-link {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.footer__copyright {
    padding: 20px 0;
    background-color: #272422;
}

.footer__copyright-text {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

/* End Footer */
