/*q&a*/
.q_and_a {
    background-image: url("/wp-content/uploads/2023/10/still-life-with-scales-justice-7-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
    height: 828px;
    position: relative;
    z-index: 11;
}
.q_and_a h2 {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 55px;
    line-height: 73px;
    color: var(--custom-color-2);
    text-align: center;
    margin-top: 0;
}
/*lawyer list*/
.lawyer_list_section {
    padding-top: 60px;
}
.lawyer_list_section h2 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 55px;
    line-height: 73px;
    color: var(--custom-color-2);
    margin-top: 0;
}
.q_and_a_inner {
    max-width: var(--global-width-2);
    margin: auto;
}
.faqlp {
    margin-bottom: 20px;
    cursor: pointer;
}
.faqlp_q {
    list-style: none;
    display: flex;
    justify-content: space-between;
    transition: height 1s ease;
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-400);
    padding: 14px 35px 20px;
    font-size: 30px;
    line-height: 40px;
    background-color: var(--custom-color-2);
    color: #fff;
}
.faqlp_q ::-webkit-details-marker {
    display: none;
}
.faqlp_q:after{
    content: "\002B";
    font-size: 32px;
}
.faqlp[open] .faqlp_q:after{
    content: "\002D";
    font-size: 32px;
}
.faqlp_a {
    padding: 22px 35px 16px;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-400);
    font-size: 22px;
    line-height: 27px;
    color: var(--custom-color-2);
}

/*contact*/
.shape_qa {
    position: relative;
}
.shape_element_qa {
    width: 100%;
    aspect-ratio: 3;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 48%, 70% 69%, 0 8%);
    z-index: 10;
}
.contact_us_section {
    background: linear-gradient(rgba(30, 30, 30, 0.7), rgba(30, 30, 30, 0.7)), url('/wp-content/uploads/2023/10/slika-1-min.png');
    position: relative;
    z-index: 8;
    /*top: -381px;*/
    height: 1140px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*margin-bottom: -381px;*/
}
.contact_us_section_inner {
    width: var(--global-width-1);
    margin: auto;
    display: flex;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    left: 50%;
}
.contact_us_section_inner .buttons-for-contact {
	margin: auto;
}
.contact_us_section_inner .buttons-for-contact button {
	cursor: pointer;
	text-transform: uppercase;
}
.contact_us_section_inner .buttons-for-contact .kontakt {
	background-color: var(--custom-color-2);
    width: 200px;
    height: 70px;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-600);
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15em;
    color: #fff;
}
.contact_us_section_inner .buttons-for-contact .outlook {
	font-size: 20px;
    line-height: 24px;
    width: 200px;
    height: 70px;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-600);
    color: var(--custom-color-2);
    border: 2px solid var(--custom-color-2);
    letter-spacing: 0.15em;
}
.contact_us_form {
    background-image: url("/wp-content/uploads/2023/10/Subtract.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0 55px 50px 55px;
}
.contact_us_form h2 {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 55px;
    line-height: 73px;
    color: var(--custom-color-2);
    margin-top: 160px;
    margin-bottom: 20px;
}
/*field of law*/
.home_field_of_law_section {
    background: linear-gradient(rgba(30, 30, 30, 0.7), rgba(30, 30, 30, 0.7)), url("/wp-content/uploads/2023/10/Mask-group-2-min.png");
    padding-top: 125px;
    padding-bottom: 410px;
}
.home_field_of_law_section h2 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 55px;
    line-height: 73px;
    color: var(--custom-color-2);
}
.lawyer_item {
    max-width: 795px;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
.lawyer_item_wide:nth-of-type(2n) {
    background: rgba(249, 247, 244, 0.5); /* 50% opaque #F9F7F4 color */
}
.lawyer_item p {
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-400);
    font-size: 24px;
    line-height: 29px;
    color: var(--custom-color-4);
    margin-bottom: 0;
}
.lawyer_item p a {
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-600);
    color: var(--custom-color-2);
}
.lawyer_item h3 {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-500);
    font-size: 40px;
    line-height: 53px;
    color: var(--custom-color-4);
    margin: 0;
}
/*ask us*/
.ask_us_section {
    text-align: center;
    background: var(--custom-color-3);
    padding: 95px 0 65px 0;
}
.ask_us_section h2 {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 55px;
    line-height: 73px;
    color: var(--custom-color-2);
    margin-top: 0;
    margin-bottom: 68px;
}
.home_field_of_law_section_inner {
    max-width: var(--global-width-2);
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.home_field_of_law_section_inner a {
    text-decoration: unset;
}
.home_field_of_law_item {
    text-align: center;
    width: 300px;
    height: 300px;
    padding: 52px 70px;
    border: 3px solid var(--custom-color-2);
}
.home_field_of_law_item:hover {
    background: rgba(151, 136, 103, 0.5); /* 50% opaque #978867 color */
}
.home_field_of_law_item h3 {
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 35px;
    line-height: 47px;
    color: #fff;
}
.shape_of_field {
    position: relative;
}
.shape_element_of_field {
    width: 100%;
    aspect-ratio: 3;
    background-color: #fff;
    clip-path: polygon(50% 53%, 0% 100%, 100% 100%);
    position: absolute;
    bottom: 0;
}
.ask_us_section p {
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-400);
    font-size: 28px;
    line-height: 34px;
}
.ask_us_section button {
    background-color: var(--custom-color-2);
    width: 231px;
    height: 70px;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-600);
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15em;
    cursor: pointer;
    color: #fff;
}
/*hero*/
.home_hero_section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 1074px;
}
.home_ns_hero_section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 1074px;
}
.home_hero_container, .home_hero_column {
    height: 100%
}
.home_hero_column {
    max-width: var(--global-width-1);
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 12;
}
.home_hero_heading, .home_hero_paragraph {
    color: #fff;
    margin-top: 0;
}
.home_hero_heading {
    max-width: 700px;
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 60px;
    line-height: 75px;
}
.home_hero_paragraph {
    max-width: 700px;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-400);
    font-size: 30px;
    line-height: 37px;
}
.home_hero_cta {
    width: 277px;
}
.home_hero_cta button {
    background-color: var(--custom-color-2);
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-600);
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    width: 277px;
    height: 70px;
    border: none;
    letter-spacing: 0.15em;
    cursor: pointer;
}
.shape {
    position: relative;
}
.shape_element {
    width: 100%;
    aspect-ratio: 3;
    background-color: #fff;
    clip-path: polygon(0 71%,0% 100%,34% 100%);
    position: absolute;
    /*bottom: -275px;*/
    bottom: 0;
    z-index: 10;
}
.shape_element_two {
    width: 100%;
    aspect-ratio: 3;
    background-color: #fff;
    clip-path: polygon(0 127%,0% 6000%,101% 46%);
    position: absolute;
    /*bottom: -275px;*/
    bottom: 0;
    z-index: 10;
}

/*place of business*/
.home_place_of_business {
    background-image: url("/wp-content/uploads/2023/10/still-life-with-scales-justice-5-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -310px;
    z-index: 11;
    height: 1028px;
    margin-bottom: -310px;
}
.home_place_of_business_inner {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    width: var(--global-width-2);
}
.home_place_of_business_inner h2 {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 55px;
    line-height: 73px;
    color: var(--custom-color-2);
    margin-top: 160px;
    margin-bottom: 20px;
}
.contact_us_form form {
    max-width: 485px;
}
.contact_us_form form p {
    margin-top: 15px;
    margin-bottom: 0;
}
.contact_us_form form p label {
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-400);
    font-size: 16px;
    line-height: 20px;
    color: var(--custom-color-2);
}
.contact_us_form form p .wpcf7-submit {
    width: 135px;
    height: 40px;
    background-color: var(--custom-color-2);
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-600);
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.15em;
    cursor: pointer;
}
.home_form_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home_form_flex p {
    flex: 0 0 49%;
}
.home_form_flex p input {
    width: 100%;
}
.social_icons {
    position: relative;
    width: 600px;
}
.social_icons_item {
    background-image: url("/wp-content/uploads/2023/10/Rectangle-68.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 55px;
}
.social_icons_item_first {
    position: absolute;
    top: 290px;
    left: 110px;
}
.social_icons_item_second {
    position: absolute;
    top: 390px;
    left: 210px;
}
.social_icons_item_third {
    position: absolute;
    top: 290px;
    left: 310px;
}
.social_icons_item_fourth {
    position: absolute;
    top: 390px;
    left: 410px;
}
.social_icons_item_fifth {
    position: absolute;
    top: 490px;
    left: 110px;
}
.home_place_of_business_inner p {
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-400);
    font-size: 28px;
    line-height: 34px;
    color: var(--custom-color-4);
}
/*about*/
.home_about_section {
    background-image: url("/wp-content/uploads/2023/10/still-life-with-scales-justice-6-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -650px;
    z-index: 11;
    /*height: 1360px;*/
    height: 1560px;
    margin-bottom: -650px;
}
.home_about_section img {
    height: min-content;
}
.home_about_section_inner {
    min-width: 967px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 760px;
    left: 50%;
    transform: translate(-50%);
    gap: 145px;
}
.home_about_container {
    width: 500px;
}
.home_about_container h2 {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 55px;
    line-height: 35px;
    color: var(--custom-color-2);
    margin-top: 0;
}
.home_about_container p {
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-400);
    font-size: 28px;
    line-height: 34px;
    color: var(--custom-color-4);
}
.home_place_of_business_map {
    width: 595px;
    height: 450px;
    position: relative;
    margin: auto;
}
.home_place_of_business_map iframe {
    border: 4px solid var(--custom-color-2)!important;
}
.city_name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 165px;
    height: 57px;
    background: var(--custom-color-2);
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 25px;
    line-height: 33px;
    color: #fff;
    padding: 12px 30px;
}
.home_about_cta button {
    width: 277px;
    height: 70px;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-600);
    border: 3px solid var(--custom-color-2);
    background: transparent;
    color: var(--custom-color-2);
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15em;
    cursor: pointer;
}
/*blog sections*/
.home_blog_sections {
    background-image: url("/wp-content/uploads/2023/10/still-life-with-scales-justice-4-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 120px;
}
.blog_section_inner {
    max-width: var(--global-width-1);
    margin: auto;
}
.blog_section_hr {
    max-width: var(--global-width-1);
    margin: 65px auto 82px auto;
    border-bottom: 3px solid var(--custom-color-2);
}
.blog_section_inner h2 {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 55px;
    line-height: 73px;
    text-align: center;
    color: var(--custom-color-2);
    margin-top: 0;
}
.list_of_blogs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.latest_news_cont {
    flex: 0 0 33%;
    border: 2px solid var(--custom-color-2);
	padding-bottom: 40px;
}
.latest_news_cont img {
	max-height: 250px;
}
.latest_news_cont .news_content_title {
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	line-clamp: 2;
  	-webkit-box-orient: vertical;
}
.latest_news_cont a {
    text-decoration: unset;
}
.latest_news_cont .news_content_title {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-500);
    font-size: 30px;
    line-height: 40px;
    color: var(--custom-color-2);
    padding-left: 30px;
    margin-top: 15px;
    margin-bottom: 7px;
}
.latest_news_cont .news_content_subtitle {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-500);
    font-size: 16px;
    line-height: 21px;
    color: #d9d9d9;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 15px;
}
.latest_news_cont p:not(.news_content_subtitle) {
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-400);
    font-size: 16px;
    line-height: 20px;
    color: var(--custom-color-4);
    width: 90%;
    margin-bottom: 0;
/*     padding-bottom: 25px; */
}
.blog_section_inner .latest_news_cont p:not(.news_content_subtitle) {
/*     padding-bottom: 40px; */
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	line-clamp: 3;
  	-webkit-box-orient: vertical;
}
.latest_news_cont p {
    padding-left: 30px;
}
.all_blogs_btn {
    text-align: center;
    margin-top: 65px;
}
.all_blogs_btn button {
    font-size: 20px;
    line-height: 24px;
    width: 277px;
    height: 70px;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-600);
    color: var(--custom-color-2);
    border: 2px solid var(--custom-color-2);
    letter-spacing: 0.15em;
    cursor: pointer;
}
