/* Általános stílusok */
.mb-50 {
    margin-bottom: 50px;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

body.no-scroll {
    overflow: hidden;
}

.admin-bar .navbar-fixed-top {
    top: 32px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

/* Kiadó Irodák style */

.single-office-page {
    margin-top: 150px !important;
}

.offices-page {
    margin: 145px 0 0 0 !important;
}

.offices-portfolio {
    margin-top: 70px !important;
}

.offices-portfolio h2 {
    font-weight: 500;
}

.offices-cta {
    margin-top: 83px !important;
}

.single-office-meta h1 {
    text-align: left !important;
}

.single-office-meta p {
    font-size: 20px !important;
    margin-top: 5px;
}

.single-office-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 47px;
    margin: 77px 0 47px 0;
}

.single-office-gallery img {
    width: 100%;
}

.single-office-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.single-office-content .single-office-text {
    border-right: 2px solid #56A83A;
    padding-right: 95px;
}

.single-office-content p {
    font-size: 17px;
}

.single-office-content p:not(:last-child) {
    margin-bottom: 25px;
}

.single-office-contact-person {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-office-contact-person p,
.single-office-contact-person a {
    margin: 0px !important;
}

.office-services {
    background-color: #3C3C3C;
    padding: 74px 0;
    margin-top: 77px;
}

.office-services h2 {
    color: #fff;
    margin-bottom: 72px;
}

.office-services .service-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 23px;
    column-gap: 30px;
}

/* .office-services .service-list > div {
    width: 350px;
    max-width: 100%;
} */

.office-services .service-list p {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
}

.office-services .service-list .service-list-item {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.more-offices {
    padding: 77px 0 0 0;
}

.more-offices h2 {
    text-align: center !important;
    font-weight: 500;
}

.single-office-wrapper {
    width: 1138px;
    max-width: 100%;
    margin: 0 auto;
}

.single-office-services-wrapper {
    width: 1008px;
    max-width: 100%;
    margin: 0 auto;
}

.office-cards-container {
    margin-top: 63px;
    display: grid;
    /*grid-template-columns: repeat(3, 1fr);*/
    grid-template-columns: repeat(auto-fit, 332px);
    justify-content: center;
    gap: 47px;
    align-items: stretch;
}

.office-cards-container>div {
    height: 100%;
    background-color: #3C3C3C;
}

.office-card-image a img {
    width: 100%;
    height: 183px;
    object-fit: cover;
}

.office-card-meta {
    padding: 11px 29px 18px 29px;
    color: #fff;
    text-align: center;
}

.office-card-meta a,
.office-card-meta p {
    color: #fff;
}

.office-card-meta a.details {
    display: inline-block;
}

.office-card-meta p {
    font-size: 20px;
}

.office-card-meta h3 {
    margin-bottom: 10px;
}

.office-contacts {
    background-color: #3C3C3C;
    padding: 80px 0;
    margin-top: 77px;
}

.office-contacts h2 {
    color: #fff;
    margin-bottom: 77px;
}

.office-contact-person {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.office-contact-person .office-contact-person-image {
    border-right: 2px solid #56A83A;
    display: flex;
    justify-content: flex-end;
    padding-right: 77px;
}

.office-contact-person .office-contact-person-image div {
    text-align: center;
}

.office-contact-person .office-contact-person-info {
    padding-left: 77px;
}

.office-contact-person .office-contact-person-info h1 {
    color: #fff;
    margin-bottom: 41px;
}

.office-contact-person-info p,
.office-contact-person-info a {
    color: #fff;
    font-size: 20px;
}

.office-contact-person-info a {
    display: block;
    font-weight: 500;
}

.office-contact-person-name {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 13px;
}

.office-contact-person-info div {
    margin-top: 10px;
}

.office-contact-person-info div .office-contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px !important;
}

@media(max-width: 992px) {
    .single-office-content {
        grid-template-columns: 1fr;
    }

    .single-office-content .single-office-text {
        border: none;
        margin-bottom: 60px;
        padding: 0px;
    }

    .person--office .image {
        margin: 0 auto 10px auto !important;
    }

    .office-services .service-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 768px) {
    .single-office-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .office-services .service-list {
        grid-template-columns: 1fr;
    }

    .office-services .service-list>div {
        margin: 0 auto;
        width: 100%;
    }

    .office-cards-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .office-contact-person {
        grid-template-columns: 1fr;
    }

    .office-contact-person .office-contact-person-image {
        border: none;
    }

    .office-contact-person-info {
        padding-left: 0px !important;
        text-align: center;
        margin-top: 30px;
    }

    .office-contact-person-info div {
        justify-content: center;
    }

}

@media(max-width: 600px) {
    .office-cards-container {
        grid-template-columns: 1fr;
    }
}

.wpml-ls-current-language .wpml-ls-native {
    color: #52ae32;
    font-weight: 700;
}

i.light {
    color: #fff;
    font-size: 35px;
}

i.dark {
    color: #52ae32;
    font-size: 35px;
}

.social {
    margin: 15px 0;
}

.social a {
    padding-left: 0px !important;
}

.image {
    overflow: hidden;
}

.image.vertical img,
img.vertical {
    max-width: none;
    width: auto;
    height: 100%;
}

a {
    color: #3c3c3b;
    text-decoration: none;
    transition: all 0.15s linear 0s;
}

a:hover {
    color: #52ae32;
}

a:hover {
    transition: all 0.05s linear 0s;
}

.trans {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.clear {
    clear: both;
}

.no-scroll {
    overflow: hidden;
}

.group:after {
    content: '';
    display: table;
    clear: both;
}

.mx-auto {
    margin: 0px auto;
}

.inactive {
    visibility: hidden;
    opacity: 0;
}

p {
    font-size: 18px;
    line-height: 24px;
    color: #3c3c3b;
}

h1 {
    font-family: 'Montserrat', serif;
    font-size: 34px;
    line-height: 38px;
    color: #3c3c3b;
    font-weight: 400;
}

h1.main-title {
    margin: 0px 0px 30px;
}

h2 {
    font-family: 'Montserrat', serif;
    font-size: 28px;
    line-height: 32px;
    color: #3c3c3b;
    font-weight: 400;
}

h2.white {
    color: #fff;
}

h1.center,
h2.center,
h3.center {
    text-align: center;
}

h2.with-margin {
    margin: 0px 0px 30px;
}

h3,
h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

#main-content {
    margin: 130px 0px;
    overflow: hidden;
}

#main-content.homepage {
    margin: 100px 0px 30px;
}

#main-content.no-top-margin {
    margin-top: 100px;
}

#scrool-to-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 30px;
    right: 40px;
    background: #eaeaea url('assets/images/icons/icon-angle-up.png') center center no-repeat;
    cursor: pointer;
    z-index: 5000;
    -webkit-box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.16);
}

/* Header */
header {
    position: relative;
    background-color: #3c3c3b;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10000;
}

header .logo {
    min-width: 90px;
}

header a {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

header .wrapper {
    height: 100px;
    position: relative;
}

/* Header menü */
.menu.screen {
    display: none;
}

.menu.screen>ul {
    width: 100%;
}

.menu.screen>ul>li {
    list-style: none;
    padding: 5px 2px;
    margin: 0px 25px 0px 0px;
}

/* .menu.screen > ul > li:last-child {
    margin: 0px;
    display: none;
} */

.menu.screen>ul>li.current-category-ancestor>a,
.menu.screen>ul>li.current-post-ancestor>a,
.menu.screen>ul>li.current-menu-parent>a,
.menu.screen>ul>li.current-menu-item>a,
.menu.screen>ul>li a:hover {
    color: #52ae32;
}

/* Nyelv választó */
#lang-switcher {
    margin: 55px 0px 0px;
}

#lang-switcher a.active {
    color: #52ae32;
    font-weight: 700;
}

#lang-switcher a:hover {
    color: #52ae32;
}

/* Keresés */
#search-trigger {
    width: 19px;
    height: 19px;
    background: url('assets/images/icons/icon-search.png') no-repeat;
    margin: 0px 75px 0px 0px;
    cursor: pointer;
}

#search-trigger:hover {
    background-image: url('assets/images/icons/icon-search-green.png');
}

#search-form-wrapper {
    position: fixed;
    top: 100px;
    left: 0px;
    right: 0px;
    z-index: 8000;
    padding: 20px 0px;
    background-color: #fff;
}

#search-form-wrapper #search-close {
    font-size: 32px;
    cursor: pointer;
}

#search-form {
    width: 255px;
    z-index: 7000;
}

#search-form .input-item {
    margin: 0px;
}

#search-form input[type='text'] {
    height: 48px;
    border: 2px solid #52ae32;
    background-color: #fff;
    padding: 0px 0px 0px 15px;
}

#hamburger-icon {
    position: absolute;
    top: 50%;
    right: 24px;
    width: 50px;
    height: 31px;
    -webkit-transform: rotate(0deg) translateY(-50%);
    -moz-transform: rotate(0deg) translateY(-50%);
    -o-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 8000000;
}

#hamburger-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #52ae32;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#hamburger-icon span:nth-child(1) {
    top: 0px;
}

#hamburger-icon span:nth-child(2),
#hamburger-icon span:nth-child(3) {
    top: 13px;
}

#hamburger-icon span:nth-child(4) {
    top: 26px;
}

#hamburger-icon.open span {
    background-color: #fff;
}

#hamburger-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#hamburger-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hamburger-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/* Mobil átlátszó menü */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    z-index: 900000;
    background: #52ae32;
    padding-top: 100px !important;
    text-align: center;
    overflow: scroll;
    max-width: 100%;
    padding-left: 0px !important;
}

.overlay.open {
    opacity: 0.97;
    visibility: visible;
    height: 100%;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
}

.overlay a {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 10px 0px;
}

.overlay span {
    color: #fff;
    font-size: 22px;
    display: inline-block;
    margin: 0px 10px;
}

.overlay ul {
    width: 80%;
    margin: 0px auto;
}

.overlay>ul {
    display: block !important;
    list-style: none;
}

.overlay>ul>li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
    opacity: 0;
    position: relative;
    list-style: none;
}

.overlay>ul>li>a {
    text-transform: uppercase;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

/* Komponensek */
.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 16px;
    border: 1px solid #3c3c3b;
    background: #fff;
    color: #3c3c3b;
    text-transform: uppercase;
    padding: 0px 15px;
    min-width: 140px;
}

.btn::after {
    content: '';
    width: 68px;
    height: 1px;
    position: absolute;
    right: 0px;
    bottom: 7px;
    background: #3c3c3b;
}

.btn:hover {
    background-color: #3c3c3b;
    color: #fff;
}

.btn:hover::after {
    background: #fff;
}

.btn.dark {
    background: #3c3c3b;
    color: #fff;
    border: 1px solid #fff;
}

.btn.dark::after {
    background: #fff;
}

.btn.dark:hover {
    background-color: #fff;
    color: #3c3c3b;
    border: 1px solid #3c3c3b;
}

.btn.dark:hover::after {
    border: 1px solid #fff;
    background: #3c3c3b;
}

.btn.black-bg:hover {
    background-color: #3c3c3b;
    color: #fff;
    border: 1px solid #fff;
}

.btn.black-bg:hover::after {
    background: #fff;
}

a.details {
    color: #52ae32;
    text-decoration: underline;
    font-weight: 500;
    padding-right: 10px;
    background-position: right center;
    background-repeat: no-repeat;
}

a.details--office {
    margin-top: 12px !important;
    display: block;
    color: #59A541;
}

a.details:hover {
    background-image: url('assets/images/icons/icon-angle-right.png');
}

.dark-bg {
    background-color: #3c3c3b;
}

.dark-box {
    background: #3c3c3b;
    padding: 30px 15px;
    -webkit-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.5);
}

.dark-box.align-center {
    text-align: center;
}

.dark-box h2,
.dark-box h3,
.dark-box p,
.dark-box a:not(.details),
.dark-box ul li,
.dark-box ol li,
.dark-box span {
    color: #fff;
}

.dark-box .cta .btn {
    color: #3c3c3b;
}

.horizontal-section {
    padding: 30px 0px;
}

.horizontal-section h2 {
    margin: 0px 0px 30px;
}

.person {
    position: relative;
    text-align: center;
}

.person .image {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 0px 10px;
    flex-shrink: 0;
}

.person--office .image {
    width: 137px;
    height: 137px;
}

.person p.name {
    font-weight: 700;
}

.person p.position {
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
}

.person a.email {
    margin: 10px 0px 0px;
}

.person a.email,
.person a.phone {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.person a.details {
    margin: 10px 0px 0px;
}

.person.in-row {
    margin: 0px 0px 30px;
    text-align: left;
}

.person.in-row:last-child {
    margin: 0px;
}

.person.in-row p.name {
    color: #52ae32;
}

.person.in-row .description {
    margin: 30px 0px 0px;
}

.person.in-row .description p {
    font-size: 16px;
    line-height: 24px;
}

#search-layer {
    position: fixed;
    top: 100px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 1);
    z-index: 7000;
    padding: 100px 0px 0px;
    overflow: auto;
}

#search-layer .result-block {
    margin: 0px 0px 60px;
}

#search-layer .result-block:last-child {
    margin: 0px;
}

#search-layer .result-block h2 {
    margin: 0px 0px 30px;
}

#search-layer .result-block #projects,
#search-layer .result-block #news {
    margin: 0px;
}

#search-layer .spinner {
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.icon-column {
    position: relative;
    height: 100%;
    padding: 0px 0px 40px;
    text-align: center;
}

.icon-column .icon {
    margin: 0px 0px 20px;
    height: 100px;
}

.icon-column h3 {
    margin: 0px 0px 15px;
}

.icon-column h3:last-child {
    margin: 0px;
}

.icon-column h3 a {
    color: #3c3c3b;
}

.icon-column h3 a:hover {
    color: #52ae32;
}

.icon-column p {
    font-size: 18px;
    line-height: 24px;
}

.icon-column a.details {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.cta {
    margin: 30px 0px 0px;
}

.glide__bullets {
    margin: 30px 0px 0px;
    cursor: pointer;
}

.glide__bullets .glide__bullet {
    width: 20px;
    height: 8px;
    background-color: #fff;
    display: inline-block;
    border-radius: 7px;
    margin: 0px 10px 0px 0px;
}

.glide__bullets .glide__bullet:last-child {
    margin: 0px;
}

.glide__bullets .glide__bullet--active {
    background-color: #52ae32;
}

.text-content ul,
.text-content ol,
.text-content a {
    font-size: 18px;
    line-height: 24px;
    color: #3c3c3b;
}

.text-content ul,
.text-content ol {
    margin: 0px 0px 0px 20px;
}

.lead-text .inner {
    border-left: 2px solid #53ae32;
    padding: 0px 0px 0px 10px;
}

.lead-text ul,
.lead-text ol,
.lead-text a,
.lead-text p {
    font-size: 18px;
    line-height: 24px;
    color: #3c3c3b;
}

.lead-text p {
    margin: 0px 0px 10px;
}

.lead-text .inner *:last-child {
    margin-bottom: 0px;
}

.lead-text ul,
.lead-text ol {
    margin: 0px 0px 0px 20px;
}

.project-box {
    display: block;
}

.project-box .image {
    position: relative;
    max-height: 278px;
}

.project-box .image .layer {
    position: absolute;
    bottom: 20px;
    left: 0px;
    max-width: 80%;
    background: rgba(60, 60, 59, 0.9);
    color: #fff;
    padding: 15px;
}

.project-box .image .layer h3 {
    font-size: 18px;
    line-height: 24px;
}

.project-box .image .layer span {
    font-size: 14px;
    line-height: 20px;
}

.project-box .image:hover .layer h3,
.project-box .image:hover .layer span {
    color: #52ae32;
}

.image-text-box .image {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.image-text-box .text {
    padding: 20px;
    color: #fff;
}

.image-text-box .text h2 {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin: 0px 0px 5px;
}

.image-text-box .text h3 {
    margin: 0px 0px 20px;
}

.image-text-box .text p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.image-text-box .text a.details {
    display: inline-block;
    margin: 20px 0px 0px;
}

#large-main-image {
    height: 980px;
    background-size: cover;
    background-position: center;
    position: relative;
}

#large-main-image .white-layer {
    height: 500px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 1) 7%,
            rgba(255, 255, 255, 0) 100%);
    z-index: 100;
}

#large-main-image #page-title {
    position: relative;
    z-index: 200;
}

#intro-box {
    margin-top: -710px;
    margin-bottom: 30px;
    position: relative;
    z-index: 300;
}

#intro-box .text-content p,
#intro-box .text-content p a,
#intro-box .text-content ul,
#intro-box .text-content ol {
    font-size: 16px;
    line-height: 24px;
}

#intro-box .text-content p a {
    color: #52ae32;
}

#intro-box .text-content p a:hover {
    text-decoration: underline;
}

#intro-box .text-content p {
    margin: 20px 0px;
}

#intro-box .text-content ul,
#intro-box .text-content ol {
    margin: 20px 0px 20px 20px;
}

#intro-box .text-content li {
    margin: 0px 0px 10px;
}

#intro-box .content {
    padding: 30px;
}

#intro-box .content .wp-block-image {
    margin: 30px -30px;
}

#intro-box .image img,
#intro-box .content .wp-block-image img {
    width: 100%;
}

.post-box {
    height: 100%;
    background-color: #3c3c3b;
    position: relative;
}

.post-box .image {
    max-height: 195px;
}

.post-box .image img {
    width: 100%;
}

.post-box .content {
    padding: 20px 20px 60px;
}

.post-box .content h2 {
    font-family: 'Montserrat', sans-serif;
    margin: 0px 0px 5px;
    line-height: 34px;
    font-size: 24px;
}

.post-box .content h2 a {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.post-box .content p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.post-box .content a.details {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

#share {
    margin: 0px 0px 30px;
}

#share h2 {
    margin: 0px 0px 20px;
}

#share .links {
    border-bottom: 1px solid #52ae32;
    padding: 0px 0px 40px;
}

#share .links a {
    display: inline-block;
    margin: 0px 20px 0px 0px;
}

#share a:last-child {
    margin: 0px;
}

/* Nyitólap */
#slider {
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 250px;
}

#slider .slide {
    float: none;
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    /* height: calc(100vh - 100px);
    background-position: center;
    background-size: cover; */
}

#slider .slide .image-wrapper img {
    max-width: none;
    margin-left: -24px;
}

#slider .slide .container-xl,
#slider .slide .container-xl>.row {
    height: 100%;
    position: relative;
    z-index: 5000;
}

#slider .slide.visible {
    position: relative;
    opacity: 1;
    z-index: 2;
}

#slider .slide-layer {
    display: flex;
    flex-direction: column;
    padding-top: 35px;
    z-index: 200;
}

#slider .slide-layer p {
    max-width: 460px;
}

#slider .slide-layer * {
    z-index: 200;
}

#slider .slide-layer::after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 1) 55%,
            rgba(255, 255, 255, 0) 100%);
    z-index: 100;
    max-height: 50vh;
}

#slider .slide-layer a.btn {
    max-width: 200px;
}

#slider .slide-layer h2 {
    font-family: 'Montserrat', serif;
    font-size: 26px;
    line-height: 32px;
}

#slider .slide-layer p {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0px;
}

#slider .marker-wrapper {
    display: flex;
    align-items: center;
    margin: 35px 0px 0px;
}

#slider .marker-wrapper .marker {
    display: inline-block;
    width: 20px;
    height: 7px;
    background: #3c3c3b;
    margin: 0px 9px 0px 0px;
    border-radius: 7px;
}

#slider .marker-wrapper .marker:last-child {
    margin: 0px;
}

#slider .marker-wrapper .marker.active {
    background: #52ae32;
}

#services-home p,
#services-home h3 {
    color: #fff;
}

#services-home .wrapper>div {
    margin: 0px 0px 30px;
}

#services-home .wrapper>div:last-child {
    margin: 0px;
}

#goals {
    text-align: center;
}

#goals .wrapper>div {
    margin: 0px 0px 30px;
}

#goals .wrapper>div:last-child {
    margin: 0px;
}

#goals .icon {
    margin: 0px 0px 15px;
}

#work-with-us {
    margin: 30px 0px;
}

#work-with-us h2 {
    margin: 0px 0px 30px;
}

#work-with-us .wrapper>div {
    margin: 0px 0px 30px;
}

#work-with-us .wrapper>div:last-child {
    margin: 0px;
}

#work-with-us .cta {
    margin: 30px 0px 0px;
}

#work-with-us .cta a.btn:hover {
    border: 1px solid #fff;
    color: #fff;
}

.work-box .icon {
    margin: 0px 0px 20px;
}

#experts .featured {
    margin-bottom: 30px;
}

#experts .wrapper>div {
    margin: 0px 0px 30px;
}

#experts .wrapper>div:last-child {
    margin: 0px;
}

#contact h2 {
    margin: 0px 0px 30px;
}

#contact .checkbox-container {
    margin: 0px 0px 30px;
}

/* Aloldalak */
#services {
    margin: 30px 0px;
}

#services .wrapper>div {
    margin: 0px 0px 30px;
}

#services .wrapper>div:last-child {
    margin: 0px;
}

#character {
    padding: 30px 0px 0px;
}

#character .image-text-box {
    margin: 0px 0px 30px;
}

#character .image-text-box:last-child {
    margin: 0px;
}

#portfolio .wrapper>div {
    margin: 0px 0px 30px;
}

#portfolio .wrapper>div:last-child {
    margin: 0px;
}

#portfolio .box {
    height: 100%;
    position: relative;
}

#portfolio .box .image img {
    width: 100%;
}

#portfolio .text {
    padding: 25px 20px 50px;
    color: #fff;
}

#portfolio .text p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

#portfolio .text h4 {
    margin: 0px 0px 10px;
}

#portfolio .text h4 a {
    color: #fff;
}

#portfolio .text h4 a:hover {
    color: #52ae32;
}

#portfolio .text a.details {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

#testimonials {
    color: #fff;
    text-align: center;
    margin: 0px 0px 30px;
}

#testimonials .text p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

#testimonials .text p.name {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

#testimonials .text p.position {
    font-style: italic;
    margin: 0px 0px 30px;
}

#testimonials.light-bg {
    color: #3c3c3b;
    background-color: #f4f4f4;
}

#testimonials.light-bg .text p {
    color: #3c3c3b;
}

#testimonials.light-bg .glide__bullets .glide__bullet {
    background-color: #3c3c3b;
}

#testimonials.light-bg .glide__bullets .glide__bullet--active {
    background-color: #52ae32;
}

#testimonials.dark-bg h2 {
    color: #fff;
}

#experts .dark-box .person.with-sep::after {
    content: none !important;
}

.team .qr span,
.team .qr a {
    color: #000;
}

.team h2 {
    margin: 30px 0px;
}

#person-details.dark-box {
    padding: 24px;
    text-align: left;
}

#person-details .image {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
}

#person-details .contact {
    margin: 20px 0px 0px;
}

#person-details .details {
    width: 100%;
}

#person-details h1 {
    color: #fff;
}

#person-details p {
    font-size: 18px;
    line-height: 24px;
}

#person-details p.position {
    font-style: italic;
}

#person-details .text {
    margin: 30px 0px 0px;
}

.qr {
    padding: 25px 0px 0px;
    position: relative;
}

.qr .qr-original {
    position: absolute;
    left: 31px;
    width: 1px;
    height: 1px;
    transition: 0.5s all ease-out;
    opacity: 0;
    visibility: hidden;
    transform: scale(1);
    z-index: 800;
}

.qr .qr-border {
    width: 357px;
    height: 357px;
    border: 1px solid #fff;
    position: absolute;
    left: -147px;
    opacity: 0;
    visibility: hidden;
    z-index: 800;
}

.qr .qr-border.show {
    opacity: 1;
    visibility: visible;
    transition: 1s all linear;
}

.qr .qr-original.show {
    transform: scale(355, 355);
    opacity: 1;
    visibility: visible;
}

.qr .small img {
    max-width: 63px;
    margin: 0px 10px 0px 0px;
    cursor: pointer;
}

.qr span {
    margin: 0px 0px 5px;
}

.qr span,
.qr a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.qr a {
    text-decoration: underline;
}

#projects .wrapper>div {
    margin: 0px 0px 30px;
}

#projects .wrapper>div:last-child {
    margin: 0px;
}

#projects .category-projects {
    margin: 0px 0px 30px;
}

#projects .category-projects:last-child {
    margin: 0px;
}

.portfolio-page #slider .slide-layer {
    justify-content: flex-start;
}

.portfolio-page #slider .slide-layer p {
    max-width: none;
}

.portfolio-page #slider .slide-layer h2 {
    font-size: 28px;
}

.portfolio-page #slider .slide-layer::after {
    max-height: 85vh;
}

.portfolio-page #slider .slide-layer .text {
    border-left: 2px solid #53ae32;
    margin: 40px 0px 80px;
    padding: 0px 0px 0px 10px;
}

.portfolio-page #slider .slide-layer p {
    margin: 0px 0px 10px;
    font-size: 18px;
    line-height: 24px;
}

.portfolio-page #slider .slide-layer p:last-child {
    margin: 0px;
}

.portfolio-page #slider .cta-block {
    text-align: left;
    max-width: 390px;
    padding: 15px;
    margin: 0px 0px 20px;
    height: 165px;
    position: relative;
}

.portfolio-page #slider .cta-block h3 {
    font-family: 'Montserrat', serif;
    font-size: 21px;
    line-height: 28px;
}

.portfolio-page #slider .cta-block span {
    font-size: 18px;
    line-height: 24px;
}

.portfolio-page #slider .cta-block a.btn {
    color: #3c3c3b;
    width: 118px;
    position: absolute;
    left: 15px;
    bottom: 20px;
}

.portfolio-page #slider .cta-block a.btn:hover {
    color: #fff;
}

.portfolio-page #slider .marker-wrapper {
    margin: 0px;
}

.categories-boxes {
    margin: 30px 0px 0px;
}

.categories-boxes ul {
    list-style: none;
    margin: 0px auto;
    width: 100%;
}

.categories-boxes ul li a {
    width: 100%;
    height: 43px;
    border-top: 1px solid #52ae32;
    border-left: 1px solid #52ae32;
    border-right: 1px solid #52ae32;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #52ae32;
}

.categories-boxes ul li a.align-center {
    text-align: center;
}

.categories-boxes ul li a.medium {
    width: 100%;
    font-size: 14px;
    padding: 0px 5px;
}

.categories-boxes ul li:last-child a {
    border-bottom: 1px solid #52ae32;
}

.categories-boxes ul li a:hover,
.categories-boxes ul li a.active {
    color: #fff;
    background: #52ae32;
}

#page-title {
    max-width: 660px;
}

#page-title.center {
    text-align: center;
}

#page-title h1 {
    margin: 80px 0px 0px;
}

#intro-box.project-intro .dark-box {
    padding: 0px;
    min-height: 800px;
}

#intro-box.project-intro .dark-box h2 {
    font-size: 24px;
    line-height: 28px;
}

#intro-box.project-intro .details>div p:first-child {
    display: block;
    width: 100%;
    flex-shrink: 0;
}

#intro-box.project-intro .content .head {
    margin: 0px 0px 30px;
}

#intro-box.project-intro .content .categories-boxes {
    margin: 30px 0px 0px;
    width: 100%;
}

#intro-box.project-intro .content .categories-boxes ul {
    width: 100%;
}

#intro-box.project-intro .content .categories-boxes ul li a {
    width: 100%;
    max-width: 300px;
    height: auto;
    padding: 3px 15px;
    border: 1px solid #52ae32;
    margin: 0px 20px 10px 0px;
}

#intro-box.project-intro .content .categories-boxes ul li:last-child a {
    margin: 0px;
}

#intro-box.project-intro .details {
    margin: 0px 0px 80px;
}

#intro-box.project-intro .details h2 {
    margin: 0px 0px 30px;
}

#intro-box.project-intro .details>div {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    align-items: center;
}

#intro-box.project-intro .details>div p {
    margin: 10px 0px;
}

/* #google-maps {
    margin: 0px 0px 30px;
} */

#gallery h2 {
    margin: 0px 0px 30px;
}

#gallery .wrapper>div {
    margin: 0px 0px 30px;
}

#gallery .wrapper>div:last-child {
    margin: 0px;
}

#gallery .image {
    max-height: 195px;
}

#news {
    margin: 30px 0px 0px;
}

#news .image-text-box {
    margin: 0px 0px 30px;
}

#news .wrapper>div {
    margin: 0px 0px 30px;
}

#news .wrapper>div:last-child {
    margin: 0px;
}

#news .cta {
    margin: 20px 0px 0px;
}

#experts-in-media h2.center {
    margin: 30px 0px;
}

.media-wrapper {
    display: grid;
    gap: 25px;
}

.media-card {
    display: grid;
}

.media-card .media-image {
    overflow: hidden;
}

.media-card .media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-card .media-content {
    background-color: #3c3c3b;
    padding: 20px 10px 20px 20px;
    position: relative;
}

.media-card .media-content h3 {
    font-size: 18px;
    line-height: 24px;
}

.media-card .media-content h3 a {
    color: #fff;
}

.media-card .media-content footer {
    padding: 0px;
    display: grid;
    gap: 10px 0px;
}

.media-card .media-content footer p {
    color: #fff;
    font-size: 14px;
}

.media-card .media-content footer a.read-more {
    color: #52ae32;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
    background-position: right center;
    background-repeat: no-repeat;
    max-width: fit-content;
}

.media-card .media-content footer a.read-more:hover {
    background-image: url('assets/images/icons/icon-angle-right.png');
}

@media (min-width: 992px) {
    .media-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 576px) {
    #experts-in-media h2.center {
        margin: 95px 0px 100px;
    }

    .media-card {
        grid-template-columns: 198px auto;
        height: 198px;
    }

    .media-card .media-image {
        width: 198px;
    }

    .media-card .media-content footer {
        position: absolute;
        left: 20px;
        bottom: 20px;
    }
}

#press {
    margin: 30px 0px 0px;
}

#press .press-details {
    position: relative;
}

#press .person>.image {
    border-radius: 0;
    width: auto;
    height: auto;
    margin: 0px 0px 40px;
}

#press .person,
#press .intro-material {
    width: 100%;
}

#press .intro-material p:first-child,
#press .person p:first-child {
    margin: 0px 0px 30px;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
}

#press .intro-material {
    text-align: center;
    margin: 30px 0px 0px;
}

#press .intro-material .image {
    margin: 0px 0px 40px;
    border-radius: 0;
}

#press .intro-material p {
    font-size: 18px;
    line-height: 24px;
}

#press .intro-material a.download {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-decoration: underline;
    margin: 30px 0px 0px;
}

#press .sep {
    width: 2px;
    height: 188px;
    background: #53ae32;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#intro-box.news-intro {
    margin-top: -640px;
    margin-bottom: 30px;
}

#intro-box.news-intro .text-content>p:first-child {
    font-size: 18px;
    line-height: 26px;
    margin-top: 0px;
}

#intro-box.news-intro .text-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 34px;
    margin: 30px 0px;
}

#intro-box.news-intro .text-content blockquote {
    padding: 0px 0px 0px 90px;
    margin: 0px;
    font-style: italic;
    background: url('assets/images/icons/icon-quotes.png') no-repeat left top;
}

@media (max-width: 768px) {
    #intro-box.news-intro .text-content blockquote {
        padding: 0px 0px 0px 45px;
        background: url('assets/images/icons/icon-quotes-sm.png') no-repeat left top;
    }
}

#intro-box.news-intro .text-content blockquote cite {
    color: #fff;
    font-style: normal;
}

#related-posts .wrapper>div {
    margin: 0px 0px 30px;
}

#related-posts .wrapper>div:last-child {
    margin: 0px;
}

#career-work-with-us {
    margin: 30px 0px;
}

#career-work-with-us .wrapper>div {
    margin: 0px 0px 30px;
}

#career-work-with-us .wrapper>div:last-child {
    margin: 0px;
}

#positions.with-margin {
    margin-top: 40px;
}

#positions .wrapper>div {
    margin: 0px 0px 30px;
}

#positions .post-box .image {
    max-height: 305px;
}

#positions .post-box .content {
    flex-grow: 1;
    -webkit-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.5);
}

#positions .position-info {
    list-style-type: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    margin: 5px 0px 10px;
}

#positions .position-info li {
    margin: 0px 20px 0px 0px;
    display: inline-flex;
    align-items: center;
    line-height: 16px;
}

#positions .position-info li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #52ae32;
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

#apply .text {
    max-width: 600px;
    margin: 0px auto 30px;
}

#apply .person a.btn {
    margin: 20px 0px 0px;
}

#apply #career-form {
    max-width: 100%;
    width: 640px;
    margin: 40px auto 0px;
}

#apply #career-form .file-upload>span {
    font-size: 14px;
    line-height: 19px;
    display: inline-flex;
    margin: 0px 10px 0px 0px;
}

#apply #career-form #file-upload+label {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: fit-content;
    padding: 0px 10px;
    height: 39px;
    background: #3c3c3b;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 22px;
}

#apply #career-form #file-upload+label span {
    content: '';
    width: 68px;
    height: 1px;
    position: absolute;
    right: 0px;
    bottom: 7px;
    background: #fff;
}

#apply #career-form #file-chosen {
    width: 100%;
}

#apply #career-form .file-upload .error-message {
    position: relative;
    bottom: auto;
}

#apply #career-form .checkbox-container {
    flex-direction: column;
}

#apply #career-form .checkbox-container .error-message {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 10px;
    width: 100%;
}

#career-work-with-us .icon-column {
    padding: 0px;
}

#intro-box.career-intro .content {
    padding: 30px;
}

#intro-box.career-intro .content ul {
    list-style-type: none;
    margin: 0px;
}

#intro-box.career-intro .content ul li {
    display: flex;
    margin: 0px 0px 5px;
}

#intro-box.career-intro .content ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #52ae32;
    display: block;
    margin: 9px 15px 0px 0px;
    flex-shrink: 0;
}

#intro-box.career-intro .content>p:first-child {
    max-width: 750px;
    margin: 0px auto;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

#intro-box.career-intro .content>ul:first-of-type {
    display: flex;
    justify-content: center;
    margin: 30px 0px 0px;
    flex-direction: column;
}

#intro-box.career-intro .content>ul:first-of-type li {
    display: inline-flex;
    align-items: center;
}

#intro-box.career-intro .content>ul:first-of-type li::before {
    margin-top: 0px;
}

#intro-box.career-intro .content>ul:first-of-type li:last-child {
    margin: 0px;
}

#intro-box.career-intro .content .wrapper>div h3 {
    margin: 30px 0px 20px;
}

#contact-us {
    margin: 30px 0px;
}

#contact-us .image-block {
    order: 1;
    margin: 0px 0px 30px;
}

#contact-us .form-block {
    order: 2;
}

#office {
    margin: 0px 0px 30px;
}

#office .contact-details {
    background-color: #f4f4f4;
    padding: 30px 15px;
}

#office .contact-details a {
    display: block;
    margin: 0px 0px 20px;
    font-size: 16px;
    padding: 0px 0px 0px 35px;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 33px;
}

#office .contact-details a.address {
    background-image: url('assets/images/icons/icon-marker-green.png');
}

#office .contact-details a.email {
    background-image: url('assets/images/icons/icon-mail-green.png');
}

#office .contact-details a.phone {
    background-image: url('assets/images/icons/icon-phone-green.png');
}

#office .contact-details .social a {
    width: max-content;
}

#office .contact-details a:last-child {
    margin: 0px;
}

.single-page .text-content h3 {
    margin: 0px 0px 20px;
}

.single-page .text-content p {
    margin: 0px 0px 20px;
    font-size: 16px;
    line-height: 24px;
}

.single-page .text-content p a {
    font-size: 16px;
    line-height: 24px;
}

.single-page .text-content ul {
    margin: 0px 0px 20px 0px;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
}

.single-page .text-content ul li {
    position: relative;
    line-height: 28px;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 20px;
}

.single-page .text-content ul li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #53ae32;
}

.single-page .text-content ul ul {
    margin: 20px 0px 20px 20px;
}

.error-page h1.main-title {
    color: #52ae32;
    font-size: 80px;
    line-height: 80px;
    margin: 0px 0px 30px;
}

.error-page p {
    text-align: center;
    font-size: 24px;
}

footer {
    padding: 30px 0px;
}

footer .contact-details {
    margin: 20px 0px 0px;
}

footer .contact-details a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 0px 0px 0px 30px;
    background-repeat: no-repeat;
    background-position: center left;
    margin: 0px 0px 2px;
}

footer .contact-details a:hover {
    color: #52ae32;
}

footer .contact-details a.address {
    background-image: url('assets/images/icons/icon-marker.png');
}

footer .contact-details a.phone {
    background-image: url('assets/images/icons/icon-phone.png');
}

footer .contact-details a.email {
    background-image: url('assets/images/icons/icon-mail.png');
}

footer .services {
    position: relative;
    border: 1px solid #fff;
    margin: 30px 0px;
}

footer .services .label {
    position: absolute;
    left: 15px;
    top: -18px;
    font-size: 20px;
    line-height: 28px;
    background-color: #3c3c3b;
    padding: 0px 10px;
    color: #52ae32;
    font-weight: 700;
}

footer .services .content {
    padding: 40px 30px;
    columns: 100px 2;
}

footer .services .content a {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin: 0px 0px 10px;
}

footer .services .content a:hover {
    color: #52ae32;
}

footer #footer-menu ul {
    list-style: none;
}

footer #footer-menu ul li a {
    font-size: 20px;
    line-height: 28px;
    color: #52ae32;
    font-weight: 700;
}

footer #footer-menu ul li a:hover {
    text-decoration: underline;
}

footer #footer-bottom {
    margin: 30px 0px 0px;
}

footer #footer-bottom p,
footer #footer-bottom a,
footer #footer-bottom li {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
}

footer #footer-bottom a:hover {
    color: #52ae32;
}

footer #copyright-menu {
    margin: 30px 0px 0px;
}

footer #copyright-menu ul {
    list-style: none;
}

footer #copyright-menu ul li {
    margin: 0px 30px 5px 0px;
}

footer #copyright-menu ul li:first-child {
    margin: 0px 0px 15px;
}

footer #copyright-menu ul li:last-child {
    margin: 0px;
}

@media (max-width: 768px) {
    #contact {
        margin-top: 100px !important;
    }
}

@media (max-width: 992px) {
    .wpml-ls-legacy-list-horizontal {
        margin-right: 60px;
    }
}

@media (max-width: 1040px) {
    .menu.screen>ul>li {
        margin-right: 15px !important;
    }

    header a {
        font-size: 18px !important;
    }
}

/* LANDING OLDAL CSS */

#landing-page .landing-hero {
    height: 580px;
    overflow: hidden;
    margin-top: 120px;
}

#landing-page .landing-hero img {
    object-fit: cover;
}

#landing-page .wrapper {
    width: 1188px;
    max-width: 100%;
    padding: 0 24px;
    margin: 0 auto;
}

#landing-page #intro-box {
    margin-top: -24px;
}

#landing-page #intro-box .general-content h1 {
    margin-bottom: 30px;
}

/* Iconography section */
.iconography-container {
    background-color: #f4f4f4;
    padding: 70px 0;
}

.iconography-container .text {
    margin: 0 auto 60px;
}

.iconography-container .text p {
    text-align: center;
}

@media (max-width: 992px) {
    #landing-page .landing-hero {
        height: 450px;
    }
}

@media (max-width: 768px) {
    #landing-page .landing-hero {
        height: auto;
        margin-top: 60px;
    }
}

@media (max-width: 480px) {
    #search-trigger {
        margin: 0;
    }
}