/*hero*/
.home_hero_section, .home_ns_hero_section {
    height: 793px;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
}
.home_hero_container {
    height: 100%;
}
.home_hero_column {
    max-width: var(--global-width-mob-1);
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 12;
    height: 85%;
}
.home_hero_heading, .home_hero_paragraph {
    color: #fff;
    margin-top: 0;
}
.home_hero_heading {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
}
.home_hero_paragraph {
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-400);
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 36px;
}
.home_hero_cta {
    width: 147px;
}
.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: 12px;
    line-height: 15px;
    width: 147px;
    height: 33px;
    border: none;
    letter-spacing: 0.15em;
    cursor: pointer;
    border-radius: 0;
}
.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;
}

/*about*/
.home_about_section {
    background-image: url("/wp-content/uploads/2023/10/still-life-with-scales-justice-6-1-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: -100px;
    z-index: 12;
    margin-bottom: -100px;
    /*height: 817px;*/
    height: 917px;
}
@media only screen and (max-width: 400px) {
    .home_about_section {
        height: 980px;
    }
}
.home_about_section_inner {
    width: var(--global-width-mob-1);
    margin: auto;
    position: absolute;
    top: 165px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}
.home_about_section_inner img {
    width: 222px;
}
.home_about_container {
    text-align: left;
}
.home_about_container h2 {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 36px;
    line-height: 48px;
    color: var(--custom-color-2);
    margin-bottom: 10px;
}
.home_about_container p {
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-400);
    color: var(--custom-color-4);
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}
.home_about_cta button {
    width: 147px;
    height: 33px;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-600);
    border: 1.5px solid var(--custom-color-2);
    border-radius: 0;
    background: transparent;
    color: var(--custom-color-2);
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.15em;
    cursor: pointer;
}

/*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.png");
    background-size: cover!important;
    background-repeat: no-repeat!important;
    height: 1285px;
}
.home_field_of_law_section h2 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 36px;
    line-height: 48px;
    color: var(--custom-color-2);
    width: 285px;
    margin: auto;
    padding-top: 42px;
}
.home_field_of_law_section_inner {
    max-width: var(--global-width-mob-1);
    margin: 45px auto auto auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.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;
}

/*place of business*/
.home_place_of_business {
    background-image: url("/wp-content/uploads/2023/10/Mask-group-3.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -65px;
    z-index: 11;
    height: 580px;
    margin-bottom: -65px;
}
.home_place_of_business_inner {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    width: var(--global-width-mob-1);
}
.home_place_of_business_inner h2 {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 36px;
    line-height: 48px;
    color: var(--custom-color-2);
    margin-top: 60px;
    margin-bottom: 20px;
}
.home_place_of_business_inner p {
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-400);
    font-size: 16px;
    line-height: 20px;
    color: var(--custom-color-4);
}
.home_place_of_business_map {
    width: var(--global-width-mob-1);
    height: 244px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
.home_place_of_business_map iframe {
    border: 4px solid var(--custom-color-2)!important;
    width: 100%;
    height: 100%;
}
.city_name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 92px;
    height: 30px;
    background: var(--custom-color-2);
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding: 7px 16px;
}

/*ask us*/
.ask_us_section {
    text-align: center;
    background: var(--custom-color-3);
    padding: 35px 0;
}
.ask_us_section h2 {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 36px;
    line-height: 45px;
    color: var(--custom-color-2);
    margin-top: 0;
    margin-bottom: 20px;
}
.ask_us_section p {
    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: auto auto 20px auto;
}
.ask_us_section button {
    background-color: var(--custom-color-2);
    width: 107px;
    height: 33px;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-600);
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.15em;
    cursor: pointer;
    color: #fff;
}

/*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: 50px;
    padding-bottom: 35px;
}
.blog_section_inner {
    max-width: var(--global-width-mob-1);
    margin: auto;
}
.blog_section_hr {
    max-width: var(--global-width-mob-1);
    margin: 45px auto 60px 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: 36px;
    line-height: 48px;
    text-align: center;
    color: var(--custom-color-2);
    margin-top: 0;
}
.list_of_blogs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
.latest_news_cont {
    flex: 0 0 33%;
    border: 2px solid var(--custom-color-2);
    background: #fff;
}
.latest_news_cont img {
	max-height: 250px;
}
.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: 26px;
    line-height: 35px;
    color: var(--custom-color-2);
    padding-left: 24px;
    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: 14px;
    line-height: 19px;
    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: 13px;
    line-height: 16px;
    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: 25px;
}
.latest_news_cont p {
    padding-left: 24px;
}
.all_blogs_btn {
    text-align: center;
    margin-top: 65px;
}
.all_blogs_btn button {
    font-size: 12px;
    line-height: 15px;
    width: 131px;
    height: 33px;
    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;
}

/*lawyer list*/
.lawyer_list_section {
    padding-top: 30px;
}
.lawyer_list_section h2 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 36px;
    line-height: 48px;
    color: var(--custom-color-2);
    margin-top: 0;
}
.lawyer_item {
    max-width: var(--global-width-mob-1);
    margin: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 24px;
}
.lawyer_item_wide:nth-of-type(2n) {
    background: rgba(249, 247, 244, 0.5); /* 50% opaque #F9F7F4 color */
}
.lawyer_item img {
    width: 200px;
}
.lawyer_item p {
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-400);
    font-size: 16px;
    line-height: 20px;
    color: var(--custom-color-4);
    margin-bottom: 0;
}
.lawyer_item p a {
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-400);
    color: var(--custom-color-2);
    text-decoration: unset;
}
.lawyer_item h3 {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 23px;
    line-height: 31px;
    color: var(--custom-color-4);
    margin: 0;
}

/*q&a*/
.q_and_a {
    background-image: url("/wp-content/uploads/2023/10/Mask-group-4.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 28px;
    height: 410px;
    position: relative;
    z-index: 11;
}
.q_and_a h2 {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 36px;
    line-height: 48px;
    color: var(--custom-color-2);
    text-align: center;
    margin-top: 0;
    margin-bottom: 38px;
}
.q_and_a_inner {
    max-width: var(--global-width-mob-1);
    margin: auto;
}
.faqlp {
    margin-bottom: 10px;
    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: 4px 8px;
    font-size: 16px;
    line-height: 21px;
    background-color: var(--custom-color-2);
    color: #fff;
}
.faqlp_q ::-webkit-details-marker {
    display: none;
}
.faqlp_q:after{
    content: "\002B";
    font-size: 16px;
}
.faqlp[open] .faqlp_q:after{
    content: "\002D";
    font-size: 16px;
}
.faqlp_a {
    padding: 9px 12px;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-400);
    font-size: 12px;
    line-height: 15px;
    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-2.png');
    position: relative;
    z-index: 8;
    /*top: -90px;*/
    height: 940px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*margin-bottom: -90px;*/
}
.contact_us_section_inner {
    width: var(--global-width-mob-1);
    margin: auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
	top: 50%;
}
.contact_us_form {
    background: #fbf9f9;
    padding: 0 33px 14px 33px;
}
.contact_us_form h2 {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 36px;
    line-height: 48px;
    color: var(--custom-color-2);
    margin-top: 15px;
    margin-bottom: 0;
}
.contact_us_form form {
    max-width: 485px;
}
.contact_us_form form p {
    margin-top: 10px;
    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: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-600);
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.15em;
    cursor: pointer;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
.contact_us_form form p textarea {
    height: 96px;
}
.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: 100%;
    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;
	margin-bottom: 20px;
}
.contact_us_section_inner .buttons-for-contact .outlook {
	font-size: 20px;
    line-height: 24px;
    width: 100%;
    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;
}
.home_form_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home_form_flex p input {
    width: 100%;
}
.social_icons {
    position: relative;
    width: 100%;
}
.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: 39px;
}
.social_icons_item_first {
    position: absolute;
    top: 50px;
    left: 0;
}
.social_icons_item img {
    width: 40px;
}
.social_icons_item_second {
    position: absolute;
    top: 50px;
    left: 155px;
}
.social_icons_item_third {
    position: absolute;
    top: 125px;
    left: 80px;
}
.social_icons_item_fourth {
    position: absolute;
    top: 125px;
    left: 233px;
}
@media only screen and (max-width: 400px) {
    .social_icons_item_fourth {
        left: 219px;
    }
    .social_icons_item_second {
        left: 146px;
    }
    .social_icons_item_third {
        left: 72px;
    }
}
.social_icons_item_fifth {
    position: absolute;
    top: 200px;
    left: 0;
}
