.title-section/*CSS for Politis Out of Home by Efi Kakouni*/

/*General Styles*/


html {
  scroll-behavior: smooth;
}

textarea:focus, input:focus{
    outline: none!important;
}

body {
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
}

ul {
    margin-left: 0!important;
    list-style: square;
}

::selection {
  color: var(--color-two);
  background: var(--color-one);
}

body {
    margin: 0;
    color: var(--black);
}

.popup-open.post-type-archive-media #masthead {
    background: transparent!important;
    mix-blend-mode: difference!important;
}

.grid-padding {
    padding-left: 5vw;
    padding-right: 5vw;
}

.main-grid {
    display: grid;
}

a {
    text-decoration: none;
}

.entry-title {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-stage {
    display: flex;
    cursor: pointer;
}

.button-owl {
    background: none;
    border: none;
    cursor: pointer;
}

.button-owl path {
    transition: ease 0.5s;
}

.btn-carousel {
    display: flex;
}

.button-owl:hover path {
    fill: var(--main-color);
}

/*End of General Styles*/

/*Scrollbar*/

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #CAF0F8; 
}
 
::-webkit-scrollbar-thumb {
  background: var(--main-color); 
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--main-color); 
}

/*End of Scrollbar*/

/*404*/
.page-404 {
    padding-top: 90px;
    padding-bottom: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
}

.header-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.button-404 {
    margin-top: 30px;
}

.text-404 {
    font-size: 200px;
    font-weight: 400;
    line-height: 1.2;
}

.title-404 {
    margin: 0;
    font-size: 64px;
    font-weight: 400;
}
/*END of 404*/

/*Header*/

.bold-rotate {
    font-size: 150px;
    font-weight: 400;
}

.animated-item {
    display: none; /* Αρχικά κρύβουμε όλα τα h3 */
    position: absolute;
}

.site-header {
    position: fixed;
    padding-top: 60px;
    padding-bottom: 15px;
    width: 100%;
    top: 0;
    z-index: 999;
    mix-blend-mode: difference;
}

/*Menu*/

.button-menu {
    mix-blend-mode: difference;
    color: white;
    letter-spacing: 0.5px;
    font-size: 20px;
}

#menu {
    cursor: pointer;
}

/*Pop Up*/

.popup {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    background-color: #fffffff5;
    transition: transform 0.4s ease;
    display: flex;
    flex-direction: column;
    padding: 20px;
    z-index: 998;
    transform: translateX(0);
    justify-content: center;
    align-items: center;
}

.popup.open {
    transform: translateX(-100%); 
}

/* Close button */
.popup .close-button {
    position: absolute;
    border: none;
    font-size: 18px;
    cursor: pointer;
    top: 0;
    right: 0;
    transform: translate(0, 0);
    background: var(--black);
    padding: 7px 20px;
    color: var(--white);
}

.head-brand {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.popup-content {
    display: grid;
    grid-template-columns: 5fr 2fr;
    grid-column-gap: 90px;
    width: 100%;
    justify-items: stretch;
    padding: 30px 5vw 5vw;
    height: 100vh;
    align-items: end;
}

.popup-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.list-left {
    display: flex;
    gap: 15px;
    font-size: 36px;
    font-weight: 600;
    flex-direction: column;
}

.contact-button .btn-arrow path,
.contact-button .btn-arrow svg {
    transition: ease 0.5s;
}

.text-c-btn {
    font-size: 36px;
    font-weight: 600;
    color: var(--black);
    transition: ease 0.5s;
    padding-right: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.contact-button:hover .text-c-btn {
    color: var(--main-color);
}

.btn-arrow svg {
    height: 35px;
    width: 35px;
    padding-top: 5px;
    rotate: -45deg;
}

.contact-button {
    margin-bottom: 15px;
}

.contact-button:hover .btn-arrow path {
    fill: var(--main-color)
}

.contact-button:hover .btn-arrow svg {
    rotate: 0deg;
}

.menu-item-left a,
.menu-item-right a{
    color: var(--black);
    transition: ease 0.5s;
    text-transform: uppercase;
}

.menu-item-left a {
    letter-spacing: -1px;
}

.menu-item-right a {
    letter-spacing: -0.3px;
}

.menu-item-left:hover a,
.menu-item-right:hover a {
    color: var(--main-color);
}

.list-right {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
}
/*End of Header*/

/*Footer*/

.back-top {
    margin-bottom: 15px;
    position: fixed;
    bottom: 0;
    right: 0;
    mix-blend-mode: difference;
}

.back-to-top {
    width: 40px;
    display: flex;
    cursor: pointer;
}

.site-footer {
    background: var(--black);
    color: var(--white);
}

.site-footer a {
    color: var(--white);
}

.copyrights {
    border-top: solid 1px var(--white);
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.newsletter {
    padding-top: 150px;
    padding-bottom: 150px;
}

.footer-social {
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 60px;
}

.text-copyrights p {
    font-size: 14px;
}

.newsletter-form {
    background: var(--black);
    color: var(--white)!important;
}

.newsletter-subtitle {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.3px;
    margin-bottom: 5px;
    width: 150px;
    text-transform: uppercase;
}

.mc4wp-form-fields {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.submit-section-news path {
    fill: white;
    transition: ease 0.5s ;
}

.submit-section-news {
    display: flex;
    justify-content: center;
    align-items: center;
}

.submit-section-news:hover path {
    fill: var(--main-color);
}

.moosend .wpforms-field-html {
    padding: 0!important;
}

.newsletter-subscribe {
    font-size: 54px!important;
    font-weight: 300!important;
    color: var(--white)!important;
    text-transform: uppercase!important;
    letter-spacing: -1px!important;
    margin: 0!important;
}

.newsletter-wp input {
    font-size: 54px !important;
    font-weight: 300 !important;
    color: var(--white) !important;
    letter-spacing: -1px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    width: 100% !important;
    background: transparent !important;
    opacity: 1 !important;
    padding-left: 0 !important;
    height: 80px !important;
    border: none !important;
}

#wpforms-2378-field_2-container {
    border-bottom: solid 1px;
    margin-bottom: 10px;
}

.newsletter-extras {
    width: 100%!important;
    display: flex!important;
    align-items: center!important;
    justify-content: space-between!important;
    position: absolute;
    top: 0;
}

#wpforms-2378-field_2-container > div > div:nth-child(1),
#wpforms-2378-field_2-container > div > div:nth-child(2) {
    position: absolute;
    width: 100%;
}

#wpforms-2378-field_2-container > div > div:nth-child(2) {
    bottom: 15px;
    right: 5px;
    text-align: right;
}

.terms-news {
    position: absolute!important;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 15px!important;
}

.lp-flex-container {
    padding: 0px!important;
    display: flex!important;
    flex-direction: column!important;
    z-index: 10;
}

.form-input-wrapper {
    margin: 0!important;
}

.border-wrapper {
    background: transparent!important;
}


.form-input-element {
    font-size: 54px!important;
    font-weight: 300!important;
    color: var(--white)!important;
    text-transform: lowercase!important;
    letter-spacing: -1px!important;
    background: transparent!important;
    border: none!important;
    padding: 0!important;
    font-family: inherit !important;
}

.wpforms-field-checkbox.terms-form {
    padding: 0!important;
    margin: 0!important;
}

.terms-form .wpforms-field-label-inline {
    margin: 0 !important;
    font-size: 16px !important;
    padding-bottom: 0 !important;
}

.terms-form label a {
    color: var(--main-color)!important;
}

.newsletter-wp {
    padding: 0!important;
    width: 100%;
}

.form-component {
    padding: 0!important;
}

.moosend-designer-button {
    padding: 0!important;
}

.inner-row-div,
.landing-page-slot {
    max-width: 100%!important;
}

.submit-section-news svg {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: -1;
    rotate: -45deg;
    transition: ease 0.5s ;
}

.submit-section-news:hover svg {
   rotate: 0deg;
} 

.email-news {
    background: transparent;
    border: none;
    font-size: 56px;
    font-weight: 300;
    color: var(--white);
    width: 100%;
    position: relative;
    opacity: 0;
    transition: 1.1s cubic-bezier(.19,1,.22,1);
}

.email-news::placeholder {
    color: white;
    opacity: 1; 
}

.newsletter-form:hover .newsletter-title {
    opacity: 0;
}

.newsletter-form {
    position: relative;
}

.input-section-news:focus .newsletter-title {
    opacity: 0;
}

.gdpr-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    font-size: 14px;
}

.menu-item-gdpr a {
    transition: ease 0.4s;
    text-transform: uppercase;
}

.menu-item-gdpr:hover a {
    color: var(--color-two);
}

/*End of Footer*/

/*Social Media*/
.social {
    position: relative;
    font-size: 20px;
    color: white;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    overflow: hidden;
    height: 50px;
}

.text-social {
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
}

.icon-social {
    opacity: 0;
    display: inline-block;
    transform: translateY(10px);
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: absolute;
}

.social:hover .text-social {
  transform: translateY(-10px);
  opacity: 0;
}

.social:hover .icon-social {
  transform: translateY(0);
  opacity: 1;
}

/*End of Social Media*/

/*Basic Page Titles*/

.main-header {
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.header-style-1 {
    background: var(--black);
    color: var(--white);
}

.header-style-2 {
    background: var(--white);
    color: var(--black);
}


.title-outline {
    font-size: 170px;
    font-weight: 700;
    color: var(--main-color);
    -webkit-text-fill-color: var(--black);
    -webkit-text-stroke: 1px var(--main-color);
}

.title {
    margin: 0;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    line-height: 1;
    position: relative;
    gap: 15px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.title-bold {
    font-size: 150px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    letter-spacing: -3px;
}

.header-section-1 {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
    padding-top: 27vh;
    padding-bottom: 30px;
}

.subtitle-text {
    line-height: 1.2;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
}

.subtitle-rotate {
    position: absolute;
    right: 0;
    bottom: 0;
}

.video-subtitle {
    position: relative;
    text-align: right;
}

.arrow-title {
    text-align: right;
    position: absolute;
    right: 5vw;
    bottom: 5vh;
}

.arrow-title-black path {
    fill: var(--black);
}

.title-video {
    border-radius: 15px;
    height: 125px;
    object-fit: cover;
    margin-top: 15px;
}

.title-video-1 {
    width: 260px;
}

.title-video-2 {
    width: 220px;
}

.header-style-rotate {
    min-height: 70vh;
}

.bold-more {
    display: flex;
    flex-direction: column;
}

.animate-rotate {
    display: flex;
    gap: 40px;
}

.title-rotate {
    position: relative;
}

/*END OF Basic Page Titles*/

/*Page Campaign*/

.campaign-page,
.campaign-rotate {
    background: var(--black);
    color: var(--white);
}

.campaign-page {
    padding-bottom: 150px;
    padding-top: 60px;
}

.form-campaign .wpforms-page-button,
.form-campaign .wpforms-submit {
    padding: 0 5px 10px!important;
    background: transparent!important;
    border-bottom: solid 1px!important;
    min-width: min-content!important;
    border-radius: 0!important;
    height: auto!important;
    font-size: 24px!important;
    font-weight: 400!important;
}

.form-campaign .wpforms-submit {
    border-bottom: solid 0px!important;
}

.form-campaign .wpforms-field-pagebreak {
    margin-top: 30px!important;
}

.form-campaign .wpforms-required-label {
    color: var(--white)!important;
}

.form-campaign .wpforms-page-indicator.circles {
    display: flex;
    flex-direction: column;
    gap: 45px;
    padding: 0 !important;
    grid-column: 1 / span 3;
    justify-content: flex-start;
    height: min-content;
    margin: 0;
    position: sticky;
    top: 150px;
    border: none !important;
}

.quote-title {
    margin-bottom: 60px;
}

.quote-title h3 {
    font-size: 64px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.form-campaign .wpforms-field-container {
    grid-column: 4 / span 9;
    padding-left: 60px;
    border-left: solid 1px;
}

.form-campaign > .wpforms-form {
    display: grid;
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}

.form-campaign {
    margin: 0!important;
}

.wpforms-page-indicator-page {
    display: flex;
    align-items: center;
    gap: 5px;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: var(--main-color)!important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown {
    background: var(--black)!important;
    color: rgb(255 255 255 / 70%)!important;
    font-size: 22px!important;
    box-shadow: none!important;
    border-color: var(--main-color)!important;
    border-top-color: transparent!important;
}


div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--multiple .choices__item {
    background-color: var(--main-color)!important;
    border: none!important;
    margin: 0!important;
    line-height: 1.5!important;
    margin-left: 10px!important;
    font-size: 16px;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-focused .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
    box-shadow: none!important;
    border: solid var(--white) 1px!important;
    border-top: none!important;
}

.form-campaign .wpforms-page-indicator-page-title {
    color: var(--white);
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.choices__inner {
    background: transparent!important;
    border: none !important;
    color: var(--white)!important;
    padding: 5px 0 10px!important;
}

.wpforms-field-repeater-display-rows-buttons {
    position: unset!important;
}

.wpforms-field-repeater-preset-100 .wpforms-layout-row {
    width: 100%!important;
    padding-right: 0!important;
}

.form-campaign .wpforms-page-indicator-page-number {
    background: var(--white)!important;
}

.form-campaign .active .wpforms-page-indicator-page-number {
    background: var(--main-color)!important;
}



div.wpforms-container-full input[type=radio]:before {
    border-radius: 25%!important;
}

div.wpforms-container-full input[type=checkbox]:checked:before, div.wpforms-container-full input[type=radio]:checked:before {
    box-shadow: none!important;
    border: none!important;
}

div.wpforms-container-full input[type=radio]:checked:after {
    border-radius: 25%!important;
    background-color: var(--main-color)!important;
    left: calc(-4px + var(--wpforms-field-border-size, 1px))!important;
    top: calc(-4px + var(--wpforms-field-border-size, 1px))!important;
}

div.wpforms-container-full input[type=submit]:focus:after, div.wpforms-container-full button[type=submit]:focus:after, div.wpforms-container-full .wpforms-page-button:focus:after, .wp-core-ui div.wpforms-container-full input[type=submit]:focus:after, .wp-core-ui div.wpforms-container-full button[type=submit]:focus:after, .wp-core-ui div.wpforms-container-full .wpforms-page-button:focus:after {
    border: none!important;
}

input::placeholder {
  font-weight: 300!important;
  opacity: 0.5!important;
  color: var(--white)!important;
}

.wpforms-field-radio ul {
    margin-top: 10px!important;
}

.wpforms-field-checkbox {
    margin-top: 30px!important;
}

div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item.wpforms-selected .wpforms-image-choices-image:after, div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item:has(input:checked) .wpforms-image-choices-image:after {
    background-color: var(--main-color)!important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item label .wpforms-image-choices-label, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-item label .wpforms-image-choices-label, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-none .wpforms-image-choices-item label .wpforms-image-choices-label {
    color: var(--white)!important;
    font-size: 22px!important;
    font-weight: 300!important;
}

.photo-form .wpforms-field-label-inline {
    border-color: white!important;
}

div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item label:focus, div.wpforms-container-full .wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item label:focus-within,
.photo-form .wpforms-selected .wpforms-field-label-inline {
    border-color: var(--main-color)!important;
    box-shadow: none!important;
}

.photo-form .wpforms-image-choices.wpforms-image-choices-modern {
    margin-top: 15px;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:before {
    height: 0!important;
}

.extra-space {
    margin-bottom: 35px!important;
}

.wpforms-page-3 .wpforms-field-layout>.wpforms-field-label {
    padding-top: 0!important;
}

.form-campaign .wpforms-field-label-inline {
    color: var(--white)!important;
    font-size: 18px!important;
}

.form-campaign .wpforms-field-label {
    font-size: 28px!important;
    font-weight: 300!important;
    color: var(--white)!important;
    margin-top: 35px!important;
    line-height: 1.4 !important;
}

.budget-form .wpforms-field-number-slider-hint {
    color: var(--white) !important;
    font-size: 18px!important;
    font-weight: 300;
}

.wpforms-field-number-slider-hint {
    margin-top: 15px!important;
}

.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range] {
--wpforms-button-background-color: var(--main-color) !important;
}

.budget-form .wpforms-field-number-slider-hint b {
    color: var(--white) !important;
    font-size: 22px !important;
    font-weight: 400;
}

.wpforms-field-label::before {
    width: 0!important;
}

.form-campaign .first-element {
    padding-top: 0!important;
}

/*END of Page Campaign*/

/*Homepage*/
.hero .entry-content {
    margin: 0;
}

.title-section {
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: 180px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 90px;
    overflow: hidden;
}

.info-section {
    display: grid;
    grid-template-columns: 4fr 6fr;
    grid-column-gap: 30px;
}

.media-section .info-section {
    padding-bottom: 150px;
}

.media-main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.arrow-icon-header svg {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

.paragraph-box {
    font-weight: 400;
    font-size: 36px;
    letter-spacing: -2px;
}

.button-simple {
    color: var(--black);
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 1px;
    transition: ease 0.5s;
    font-weight: 600;
    letter-spacing: -0.5px;
    display: flex;
    width: fit-content;
    position: relative;
    display: block;
}

.button-simple::after,
.button-simple::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    transition: 1.1s cubic-bezier(.19,1,.22,1);
}

.button-simple:after {
    transform-origin: right;
    transition-delay: .25s;
}

.button-simple::before {
    transform: scaleX(0);
    transform-origin: left;
}

.button-simple:hover:before {
    transform: scaleX(1);
    transition-delay: .25s
}

.button-simple:hover:after {
    transform: scaleX(0);
    transition-delay: 0s
}

.button-simple-white::after, .button-simple-white::before {
    background: white;
}

.button-simple-white {
    color: white;
}

.subtitle-main {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
    width: 30%;
    text-transform: uppercase;
}

.subtitle-box {
    position: relative;
}

.sticky-subtitle {
    position: sticky;
    top: 150px;
}

.paragraph-box p {
    overflow: hidden;
    display: inline-block;
}

.carousel-handle {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 45px;
}


/*Hero*/

.scroll-down {
    position: absolute;
    bottom: 60px;
    right: 5vw;
    width: 40px;
    text-align: right;
    cursor: pointer;
}

#hero-video {
    height: 100vh;
    object-fit: cover;
}

.home site-main > div:nth-child(2) {
  background: var(--black);
}

.video-hero {
    position: relative;
}


/*Works*/

.quote-close svg {
    width: 40px;
    height: 40px;
    transition: ease 0.5s;
}

.quote-close:hover svg {
    rotate: 90deg;
}

.quote-close path {
    stroke: var(--white);
    transition: ease 0.4s;
}

.quote-close:hover path {
    stroke: var(--color-two);
}

.intro-works .button-simple {
    color: var(--white);
}

.intro-works {
    padding-top: 120px;
    padding-bottom: 150px;
    background: var(--black);
    color: var(--white);
    margin-top: -15px;
}

.work-video {
    border-radius: 30px;
}

.work-post-video {
    border-radius: 30px;
}

.our-works {
    padding-right: 0;
}

.carousel-work-title {
    font-size: 64px;
    font-weight: 400;
    text-transform: capitalize;
    transition: ease 0.5s;
    margin-bottom: 10px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 5px;
}

.work-box-car:hover .carousel-work-title {
    color: var(--main-color);
}

.work-box-car {
    position: relative;
}

.car-work-link {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.work-section {
   padding-bottom: 120px; 
}

.work-box-car {
    cursor: pointer;
}

.work-post-arrow path,
.work-post-arrow svg {
    transition: ease 0.5s;
}

.work-box-car:hover .work-post-arrow path {
    fill: var(--main-color);
}

.work-box-car:hover .work-post-arrow svg {
    rotate: -45deg;
}

.work-categories-carousel {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

.line-work-carousel {
    height: 2px;
    width: -webkit-fill-available;;
    background: var(--black);
}

/*Numbers*/

.numbers-section {
    padding-top: 120px;
}

.marquee-top, .marquee-bottom {
    white-space: nowrap;
    position: relative;
    width: 100%;
    align-items: center;
}

.marquee-list {
    display: flex;
    will-change: transform;
    gap: 150px;
    justify-content: center;
    align-items: center;
}

.logo-section img {
    height: 120px;
    width: 120px;
    object-fit: contain;
}

.logo-section {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.marquee-top {
    animation: scrolling-top 40s linear infinite;
}
.marquee-bottom {
    animation: scrolling-bottom 40s linear infinite;
}

@keyframes scrolling-top {
    0% { right: 0; }
    100% { right: -100%; }
}

@keyframes scrolling-bottom {
  0% { left: 0; }
  100% { left: -100%; }
}

.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}

.counter-line {
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start;
    border-bottom: solid 1px var(--black);
    padding-bottom: 30px;
}

.numbers-special {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    line-height: 1.2;
}

.numbers-special span {
    font-size: 74px;
    font-weight: 400;
    line-height: 1;
}

.number-counter {
    font-size: 96px;
    font-weight: 500;
    line-height: 1;
}

.title-counter {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.numbers {
    display: flex;
    flex-direction: column;
    margin-top: 90px;
    margin-bottom: 60px;
    gap: 60px;
    overflow: hidden;
}

.paragraph-numbers {
    width: 100%;
}

.intro-numbers {
    padding-right: 0;
}

.paragraph-numbers .text-reveal {
    padding-right: 5vw;
}

.marquee-wrapper {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 10px 0;
}

.top-marquee-list {
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.marquee-item {
    flex-shrink: 0;
    display: inline-block;
}

.marquee-item img {
    max-height: 160px;
    width: auto;
}


/*Media*/

.media-section {
    color: var(--white);
    background: var(--black);
    padding-top: 60px;
}

.intro-media .button-simple {
    color: var(--white);
}

.intro-media {
    padding-left: 5vw;
}

.text-media {
    padding-right: 5vw;
}

.category-media-items {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.paragraph-media {
    overflow: hidden;
}

.category-media-items {
    display: flex;
    font-size: 18px;
    gap: 15px;
    letter-spacing: -0.5px;
}

.title-categoty-media a {
    color: white;
    font-size: 64px;
    font-weight: 400;
    transition: ease 0.5s;
}

.category-item-media:hover .title-categoty-media a {
    color: var(--main-color);
}

.category-item-media {
    padding-bottom: 30px;
    padding-top: 30px;
    transition: ease 0.5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 5vw;
    position: relative;
}

.arrow-media path {
    fill: white;
    transition: ease 0.5s;
}

.arrow-media svg {
    height: 30px;
    width: 30px;
}

.category-item-media:hover .arrow-media path {
    fill: var(--main-color);
}

.category-item-media svg {
   transition: ease 0.5s;
}

.category-item-media:hover svg {
   rotate: -45deg
}

.category-item-media {
    position: relative;
}

.arrow-media,
.title-categoty-media,
.category-media-items {
    position: relative;
    z-index: 20;
}

.category-item-media:hover .hover-image {
    z-index: 10;
}


.hover-image {
    position: absolute;
    width: 400px;
    transform: translateX(-50%) translateY(-50%);
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    object-fit: contain;
    border-radius: 10%;
}

/*Marquee*/

.marquee-section {
    background: var(--main-color);
    color: var(--white);
    overflow: hidden;
}

.text-marquee {
    overflow: hidden;
    animation: scroll 120s linear infinite;
    display: flex;
    width: max-content;
    gap: 45px;
}

.text-line {
    font-size: 140px;
    font-weight: 800;
    color: var(--white);
    -webkit-text-fill-color: var(--main-color);
    -webkit-text-stroke: 1px var(--white);
    padding-bottom: 30px;
    line-height: 1.2;
}


@keyframes scroll {
  100% {
    transform: translateX(-100%);
  }
}

/*News*/

.news-posts-loop img {
    border-radius: 20px;
}

.news-posts-loop {
    display: flex;
    flex-direction: column;
    gap: 60px;
    overflow: hidden;
}

.post-title-news {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1.4;
    padding-bottom: 15px;
}

.post-title-news a {
    color: black;
}

.loop-post-block svg {
   transition: ease 0.5s; 
   height: 30px;
   width: 30px;
}

.loop-post-block:hover svg {
   rotate: -45deg
}

.loop-post-block:hover svg path {
   fill: var(--main-color);
}

.blog-post-block img {
    border-radius: 30px;
    object-fit: cover;
    transition: ease 0.5s;
}

.news-list {
    display: grid;
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
}

.post-categories-block {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
}

.category-name-block {
    background: var(--white);
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 16px;
}

.extra-block-news {
    display: flex;
    gap: 15px;
    align-items: center;
}

.button-blog-news {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    margin-bottom: 60px;
}

.intro-news:after {
    content:'';
    height: 90px;
}

.button-blog-news a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    transition: ease 0.5s;
    color: var(--black);
    font-size: 28px;
    letter-spacing: -1px;
    gap: 15px;
}

.arrow-blog-block {
    display: flex;
}

.button-blog-news a:hover {
    color: var(--main-color);
}

.button-blog-news a svg {
    transition: ease 0.5s;
    rotate: -45deg;
    height: 28px;
    width: 28px;
}

.button-blog-news a:hover svg {
    rotate: 0deg
}

.button-blog-news a path {
    transition: ease 0.5s;
}

.button-blog-news a:hover path {
    fill: var(--main-color)
}

.post-block-1 {
    grid-column: 1 / span 6;
    grid-row: auto / span 2;
}

.post-block-1 .post-info-block {
    padding: 45px 30px;
}

.post-block-1  .post-figure-block {
    aspect-ratio: 2 / 1;
}

.post-block-1 .post-title-news {
    font-size: 36px;
}

.post-block-2 {
    grid-column: 7 / span 6;
    grid-row: auto / span 1;
    margin-bottom: 0;
}

.post-block-2  .post-figure-block {
    aspect-ratio: 1 / 1;
    width: calc(50% - 30px);
}

.post-block-3 {
    grid-column: 7 / span 6;
    grid-row: auto / span 1;
}

.post-block-3  .post-figure-block {
    aspect-ratio: 1 / 1;
    width: calc(50% - 30px);
}

.post-block-4 {
    grid-column: 1 / span 4;
}

.second-row-post .post-figure-block {
    aspect-ratio: 2 / 1;
}

.post-block-5 {
    grid-column: 5 / span 4;
}

.post-block-6 {
    grid-column: 9 / span 4;
}

.news-post-item {
    border-radius: 30px;
    overflow: hidden;
    background: #efefef;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    justify-content: space-between;
    height: 100%;
    transition: ease 0.5s;
}

.news-post-item:hover .button-simple:before {
    transform: scaleX(1);
    transition-delay: .25s
}

.news-post-item:hover .button-simple:after {
    transform: scaleX(0);
    transition-delay: 0s
}

.second-column-post {
    display: flex;
    flex-direction: row;
}

.post-figure-block {
    display: flex;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    flex-shrink: 0;
    margin: 0;
}

.post-figure-block a {
    width: 100%;
}

.post-info-block {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: var(--black);
    height: 100%;
    justify-content: space-between;
}

.post-info-block a {
    color: var(--black);
}

.news-post-item:hover img {
    transform: scale(1.05);
    transform-origin: center;
}

.news-post-item img {
    transition: all .3s;
    border-radius: 30px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.expert-news {
    font-size: 16px;
    padding-top: 10px;
}

.post-info-block > a {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.post-date-block,
.count-time-block {
    font-size: 16px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
}



.button-simple:hover:before {
    transform: scaleX(1);
    transition-delay: .25s
}

.button-simple:hover:after {
    transform: scaleX(0);
    transition-delay: 0s
}


/*End of Homapage*/



/*Pin Effect*/

.numbers-section,
.news-section,
.work-section  {
    background: var(--white);
}

.hero-section {
    background: var(--black);
}

.section-changer::after {
  content: "";
  display: block;
  height: 200px;
  background: var(--white);
}

.site-footer.section-changer::after {
    height: 0;
    display: none;
}


/*End of Pin Effect*/


/*Social Media Menu*/

.menu-social .text-social {
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
}

.menu-social {
    margin-top: 60px;
}

.social-menu-title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.menu-social .social {
    height: 40px;
    padding: 0;
}

.menu-social svg {
    height: 30px;
    fill: var(--black)
}

.list-social-menu {
    display: flex;
    gap: 15px;
}


/*Transition Border*/

.funky-border {
    position: relative;
    border-bottom: 1px solid var(--black);
    transition: all 4s cubic-bezier(.19,1,.22,1); 
}

.funky-border::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.5px;
    width: 0;
    background: var(--black);
    transition: all 1.5s cubic-bezier(.19,1,.22,1);
}

.funky-border:hover {
    border-bottom-color: transparent; /* Κάνει το border να "χάνεται" */
}

.funky-border:hover::after {
    width: 100%;
}

.funky-white {
    border-bottom: 1px solid var(--white);
}

.funky-white::after {
    background: var(--white);
}

/*End of Transition Border*/

/*Contact Section*/
.sticky-contact {
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 40%;
}

.sticky-contact a {
    color: var(--white);
}

.contact-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
}

.contact-item {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    cursor: pointer;
}

.contact-list svg {
    height: 38px;
    width: 38px;
}

.contact-icon {
    padding: 5px 10px;
    background: var(--main-color);
    height: 55px;
}

.contact-info {
    color: white;
    background: var(--main-color);
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: -300%;
    z-index: -1;
    transition: ease 0.6s;
    opacity: 0;
    width: max-content;
}

.contact-item:hover .contact-info{
    right: 100%;
    opacity: 1;
}

/*End of Contact Section*/

/*CSR Page*/
.csr-carousel {
    padding-top: 90px;
    padding-bottom: 150px;
    background: var(--black);
    color: var(--white);
    padding-left: 5vw;
}

.page-template-csr-templat .csr-accordion:after {
    height: 0!important;
}

/*Featured Post Carousel*/

.hashtag-featured {
    color: #595959;
}

.main-info-featured-post {
    padding: 30px;
    border-radius: 30px;
    background-color: #2b2b2b;
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.featured-video-csr {
    border-radius: 30px;
}

.hashtag-featured {
    font-size: 64px;
    line-height: 0.9;
    font-weight: 400;
    padding-left: 5px;
}

.csr-carousel .button-owl path {
    fill: white;
}

.line-csr-carousel {
    height: 2px;
    width: -webkit-fill-available;
    background: #ffffff54;
}

.expert-csr {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 15px;
}

.title-csr-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 60px;
}

.carousel-featured-title {
    font-weight: 300;
    font-size: 36px;
    line-height: 1.4;
}

/*Accordion Block - CSR*/

.page-template-csr-template .title-section {
    padding-top: 30px;
}

.csr-accordion {
    padding-top: 90px;
    padding-left: 5vw;
    padding-right: 5vw;
}

.title-accordion-csr {
    color: var(--black);
    font-size: 48px;
    font-weight: 400;
    transition: ease 0.5s;
    position: relative;
    z-index: 30;
}

.accordion-info-box:hover .title-accordion-csr {
    color: var(--main-color);
}

.accordion-info-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-bottom: 15px;
    padding-top: 15px;
}

.paragraph-csr-accordion {
    overflow: hidden;
}

.csr-list-accordion {
    padding-top: 60px;
}

.csr-item-accordion {
    margin-bottom: 15px;
    padding-bottom: 15px;
    
}

.csr-accordion::after {
    content: '';
    height: 150px;
}

.panel-csr {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    font-size: 20px;
    letter-spacing: -0.3px;
    position: relative;
    z-index: 30;
}

.panel-csr ul {
    margin: 16px;
    list-style: square;
    background: #ffffffc2;
    border-radius: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.symbols-accordion path {
    transition: ease 0.5s;
}

.symbols-accordion:hover path {
    fill: var(--main-color);
}

.panel-csr-inside {
    padding-top: 15px;
    padding-bottom: 15px;
}

.accordion-info-box:hover .symbols-accordion path {
    fill: var(--main-color)
}

.minus-csr {
    display: none;
}

.active .plus-csr {
    display: none;
}

.active .minus-csr {
    display: block;
}

.csr-item-accordion:hover .hover-image {
    z-index: 10;
}

.csr-active-img {
    display: none;
}

/*END OF CSR Page*/

/*BLOG*/

/*Archive*/
.blog-page {
    margin-bottom: 90px;
}

.main-blog {
    display: grid;
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
}

.blog-post {
    border-radius: 30px;
    overflow: hidden;
    background: #efefef;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    justify-content: space-between;
    height: 100%;
    transition: ease 0.5s;
}

.blog-post:nth-of-type(6n+1) {
    grid-column: 1 / span 6;
    grid-row: auto / span 2;
}

.blog-post:nth-of-type(6n+1) .post-info-block {
    padding: 45px 30px;
}

.blog-post:nth-of-type(6n+1) .post-figure-block {
    aspect-ratio: 2 / 1;
}

.blog-post:nth-of-type(6n+1) .post-title-news {
    font-size: 36px;
}

.blog-post:nth-of-type(6n+2) {
    grid-column: 7 / span 6;
    grid-row: auto / span 1;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
}

.blog-post:nth-of-type(6n+2)  .post-figure-block {
    aspect-ratio: 1 / 1;
    width: calc(50% - 30px);
}

.blog-post:nth-of-type(6n+3) {
    grid-column: 7 / span 6;
    grid-row: auto / span 1;
    display: flex;
    flex-direction: row;
}

.blog-post:nth-of-type(6n+3)  .post-figure-block {
    aspect-ratio: 1 / 1;
    width: calc(50% - 30px);
}

.blog-post:nth-of-type(6n+4) {
    grid-column: 1 / span 4;
}

.blog-post:nth-of-type(6n+4) .post-figure-block,
.blog-post:nth-of-type(6n+5) .post-figure-block,
.blog-post:nth-of-type(6n+6) .post-figure-block {
    aspect-ratio: 2 / 1;
}

.blog-post:nth-of-type(6n+5) {
    grid-column: 5 / span 4;
}

.blog-post:nth-of-type(6n+6) {
    grid-column: 9 / span 4;
}

.blog-post img {
    transition: all .3s;
    border-radius: 30px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.blog-post:hover img {
    transform: scale(1.05);
    transform-origin: center;
}

.blog-post:hover .button-simple:before {
    transform: scaleX(1);
    transition-delay: .25s
}

.blog-post:hover .button-simple:after {
    transform: scaleX(0);
    transition-delay: 0s
}

.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
    gap: 30px;
}

.page-info {
    font-size: 28px;
    letter-spacing: -1px;
}

.blog-pagination svg {
    width: 24px;
    height: 24px;
    margin-top: 10px;
}

.blog-pagination svg path {
    transition: ease 0.3s;
}

.blog-pagination svg:hover path {
    fill: var(--main-color);
}

.current-page {
    color: var(--main-color);
    font-size: 36px;
}

.filter-blog {
    margin-bottom: 30px;
}

.category-dropdown option {
  background-color: var(--white);
  color: var(--black);
  font-size: 22px;
  border-radius: 0;
  padding: 15px;
  line-height: 2;
}

#recipient-email::placeholder {
    color: var(--black)!important;
}

.category-dropdown {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 40px 10px 16px;
    border: none;
    border-bottom: solid;
    background-color: #fff;
    font-size: 24px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='39' viewBox='0 0 26 39' fill='none'%3E%3Cg style='mix-blend-mode:difference' clip-path='url(%23clip0_8023_6641)'%3E%3Cpath d='M12.2152 36.9706L14.3595 36.9706L14.3595 12L12.2152 12L12.2152 36.9706Z' fill='black'/%3E%3Cpath d='M24.6523 23.1077L26.2498 24.5391L13.2874 39.1151L12.1241 37.0726L24.6523 23.1077Z' fill='black'/%3E%3Cpath d='M1.92242 23.1077L0.330259 24.5391L13.2873 39.1151L14.456 37.0726L1.92242 23.1077Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8023_6641'%3E%3Crect width='26' height='39' fill='black' transform='translate(26 39) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 24px; /* Προσαρμόζεις ανάλογα το μέγεθος του βέλους */
    width: 100%;
    max-width: 350px;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.category-dropdown:hover {
    border-color: var(--main-color);
}

.category-dropdown:focus {
    outline: none;
    border-color: var(--main-color);
}

/*Single Post*/

.grid-post {
    display: grid;
    grid-template-columns: 7fr 3fr;
    grid-column-gap: 60px;
    align-items: end;
}

.post-title {
    font-size: 56px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.post-content {
    font-size: 18px;
    line-height: 1.4;
    background: var(--white);
    padding: 45px;
    border-radius: 60px 60px 0 0;
    padding-top: 60px;
    margin-top: -100px;
    min-height: 50vh;
    display: grid;
    grid-template-columns: 7fr 3fr;
    grid-column-gap: 60px;
}

.post-content img {
    border-radius: 30px;
}

.post-content video {
    border-radius: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.article-post {
    background: #f3f3f3;
    padding-top: 175px;
}

.header-post {
    padding: 60px 45px 160px;
    background: #e5e5e5;
    border-radius: 60px 60px 0 0;
}

.post-meta {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 20px;
    line-height: 1.2;
}

.read-time-post svg {
    height: 28px;
}

.icon-post svg {
    width: 30px;
}

.icon-post {
    display: flex;
    gap: 10px;
}

.posted-on svg {
    height: 22px;
}

.categories-post {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

.top-details-post {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.category-name a {
    color: var(--black);
    width: max-content;
    padding: 5px 15px;
    background: var(--white);
    border-radius: 30px;
}

.back-post {
    display: flex;
    align-items: center;
    gap: 10px;
}

.back-post-arrow {
    display: flex;
    align-items: center;
}

.back-post-arrow svg {
    height: 18px;
    width: 18px;
}

.back-post-text {
    font-size: 18px;
    color: black;
    transition: ease 0.4s;
    font-weight: 500;
}

.inside-sticky-post {
    position: sticky;
    top: 150px;
}

/*END of BLOG*/


/*ANALYTICS*/

.intro-analytics-box {
    background: var(--black);
    color: var(--white);
    padding-top: 90px;
    padding-bottom: 150px;
}

.intro-analytics-box .paragraph-box p {
    width: 100%;
}

.analytics-carto {
    color: var(--white);
    background: var(--black);
    padding-bottom: 90px;
    min-height: 100vh;
}

.company-analytics-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    transition: ease 0.5s;
    opacity: 0.3;
}

.company-analytics-box:hover {
    opacity: 1;
}

.companies-analytics-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 90px;
    justify-items: center;
    align-items: start;
    padding-bottom: 150px;
}

.carto-title-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 60px;
}

.companies-analytics-img {
    height: 200px;
    display: flex;
    align-items: center;
}

.company-analytics-paragraph {
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
    font-weight: 300;
    height: 100px;
}

.carto-title {
    font-size: 64px;
    font-weight: 400;
    line-height: 1;
}

.subtitle-title {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
}

.dot-carto {
    position: relative;
}

.dot-carto::before {
    content: '';
    width: 2px;
    height: 30px;
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 5px;
}

.dot-first::after {
    content: '';
    width: 2px;
    height: 400px;
    background: white;
    position: absolute;
    left: 0;
    right: -384px;
    margin: auto;
    top: -113px;
    rotate: -75deg;
}

.dot-second::after {
    content: '';
    width: 2px;
    height: 110px;
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 30px;
}

.dot-third::after {
    content: '';
    width: 2px;
    height: 400px;
    background: white;
    position: absolute;
    left: -181px;
    margin: auto;
    top: -113px;
    rotate: 75deg;
}

.carto-img {
    border-radius: 30px;
    width: 40vw;
}

.carto-carousel {
    animation: scroll 120s linear infinite;
    display: flex;
    gap: 30px;
}

.carto-sds-section {
    overflow: hidden;
}

.analytics-lis {
    background: var(--black);
    color: var(--white);
    padding-bottom: 120px;
    padding-top: 60px;
}

.title-accordion-lis {
    font-size: 36px;
    font-weight: 300;
    transition: ease 0.5s;
    position: relative;
}

.lis-item-accordion.funky-border {
    border-bottom: 1px solid var(--white);
}

.lis-item-accordion.funky-border::after {
    background: var(--white);
}

.accordion-box-lis .symbols-accordion svg {
    fill: white;
    transition: ease 0.5s;
}

.panel-lis-inside {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
}

.panel-lis {
    padding-bottom: 30px;
}

.panel-lis-inside > p {
    margin-bottom: 15px;
}

.lis-section {
    display: grid;
    grid-template-columns: 4fr 7fr;
    grid-column-gap: 30px;
}

.img-intro-lis {
    padding-right: 60px;
}

.lis-section-title {
    text-align: center;
    padding-bottom: 90px;
}

.lis-subtitle {
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px;
}

.lis-title h3 {
    font-size: 64px;
    font-weight: 400;
    line-height: 1.2;
}

.blue-lis-title {
    font-size: 75px;
    color: var(--color-two);
    letter-spacing: -2px;
    font-weight: 600;
}

/*END OF ANALYTICS*/

/*ABOUT US*/
.intro-numbers-about {
    margin-bottom: 30px;
    font-weight: 600;
    padding-right: 5vw;
}

.paragraph-numbers-about {
    padding-right: 5vw;
}

.about-numbers {
    padding-top: 120px;
    padding-bottom: 120px;
}

.numbered-item {
    background: #efefef;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 5vw;
}

.numbered-item-grid {
    display: grid;
    grid-template-columns: 4fr 7fr;
    grid-column-gap: 30px;
}

.numbered-item-line {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 90px;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-right: 5vw;
}

.numbered-item-box-title {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.3;
    margin-top: 20px;
    letter-spacing: -0.5px;
}

.numbered-item-box-paragraph {
    font-size: 18px;
}

.numbered-item-number {
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color);
}

.intro-numbers-about {
    margin-bottom: 30px;
    font-weight: 600;
}

.about-numbers {
    padding-top: 60px;
    padding-bottom: 150px;
}

.about-approach {
    background: #efefef;
    padding-top: 150px;
    padding-bottom: 150px;
    overflow: hidden;
}

.approach-line {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-right: 5vw;
}

.approach-unified-grid {
    display: grid;
    width: 100%;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
}

.approach-box-title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    line-height: 1;
    margin-top: 20px;
}

.approach-video {
    border-radius: 30px;
}

.approach-box-paragraph {
    font-size: 18px;
}

/*.approach-box-title::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    background: var(--main-color);*/
/*    left: -30px;*/
/*    border-radius: 50%;*/
/*    bottom: 0;*/
/*    top: 0;*/
/*    margin: auto;*/
/*}*/

.aproach-number {
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color);
}

.about-timeline {
    background: var(--black);
    color: var(--white);
    padding-top: 120px;
    padding-bottom: 120px;
}

.timeline-grid {
    display: grid;
    grid-template-columns: 4fr 7fr;
    grid-column-gap: 30px;
}

.paragraph-timeline {
    font-weight: 400;
    font-size: 36px;
    letter-spacing: -1px;
}

.title-timeline-box {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.year-timeline-box {
    font-size: 20px;
    font-weight: 400;
    color: var(--main-color);
}

.paragraph-timeline-box {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
}

.timeline-core {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 30px;
    margin-top: 60px;
}

.year-timeline-tab {
    font-size: 48px;
    opacity: 0.4;
    transition: ease 0.4s;
    cursor: pointer;
}

.timeline-tab:hover .year-timeline-tab {
    opacity: 1;
    color: var(--main-color);
}

.timeline-tab.active-tab .year-timeline-tab {
    font-size: 64px;
    opacity: 1;
    color: var(--main-color);
}

.timeline-rotate {
    display: flex;
    align-items: center;
    padding-right: 150px;
}


.timeline-carousel-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    height: 600px;
    overflow: hidden;
    position: relative;
    gap: 30px;
}

.timeline-tabs-container {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.timeline-tabs {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 15px;
}

.timeline-tab {
    padding: 10px;
    text-align: center;
}

.timeline-carousel-wrapper button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.about-team {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 5vw;
    overflow: hidden;
}

.title-team {
    text-transform: uppercase;
}

.image-member-box {
    border-radius: 30px;
}

.main-box-team {
    overflow: hidden;
}

.team-box-inside {
    padding-left: 5px;
    padding-right: 5px;
    width: 80%;
}

.name-team-box {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
}

.title-team-box {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.8px;
}

.title-moving {
    font-size: 90px;
    font-weight: 400;
    letter-spacing: -1.5px;
    line-height: 1.2;
}

.title-page-move {
    text-align: center;
    padding-bottom: 90px;
    text-transform: uppercase;
    overflow: hidden;
}

/*END OF ABOUT US*/

/*CONTACT BLOCK*/

.marquee-contact {
    background: var(--black);
    position: relative;
}

.text-line-contact {
    -webkit-text-fill-color: #000000;
    -webkit-text-stroke: 2px #ffffff2e;
    font-size: 200px;
}

.text-contact {
    animation: scroll 200s linear infinite;
}

.box-contact-info {
    position: absolute;
    z-index: 10;
    color: var(--white);
    width: 100%;
    display: flex;
    top: 0;
    justify-content: center;
    align-items: center;
    height: -webkit-fill-available;
    gap: 30px;
}

.contact-box {
    position: relative;
}

.cta-contact-box a {
    font-size: 24px;
    font-weight: 400;
}

.empty-positions h4 {
    font-weight: 400;
    font-size: 28px;
    letter-spacing: -0.8px;
    margin-bottom: 15px;
}

.empty-positions p {
    font-weight: 300;
    font-size: 20px;
}

.info-contact-box h4 {
    font-size: 54px;
    font-weight: 400;
    line-height: 1;
}


/*END OF CONTACT BLOCK*/

/*CAREERS PAGE*/

.simple-intro {
    padding-top: 120px;
    padding-bottom: 120px;
}

.open-poitions {
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px;
}

.position-grid {
    display: grid;
    grid-template-columns: 4fr 6fr;
    grid-column-gap: 30px;
}

.jobs-position {
    display: flex;
    gap: 30px;
    width: 100%;
    flex-direction: column;
}

.details-position {
    font-size: 18px;
}

.title-position {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 15px;
    transition: ease 0.5s;
}

.job-box:hover .title-position {
    color: var(--main-color);
}

.job-box {
    padding-bottom: 30px;
    position: relative;
}

.job-box-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link-job {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.job-box-arrow svg {
    rotate: -45deg;
    transition: ease 0.5s;
}

.job-box:hover .job-box-arrow svg {
    rotate: 0deg;
}

/*END OF CAREERS PAGE*/

/*GENERAL BLOCKS*/

.inside-carousel-list {
    padding-top: 30px;
    overflow: hidden;
}

.e-box-carousel-loop {
    position: relative;
}

.carousel-list-handles svg {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.carousel-list-handles {
    position: absolute;
    bottom: 30px;
    z-index: 10;
    left: 30px;
}

.carousel-list-handles .button-owl path {
    fill: white;
}

.img-item-carousel {
    aspect-ratio: 16 / 8;
    border-radius: 30px;
    width: 100vw;
    object-fit: cover;
}

.numbered-item-box-carousel {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.numbered-item-carousel {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}

.numbered-item-loop {
    display: flex;
    flex-direction: column;
    gap: 30px;    
}
 
.numbered-item-box-carousel .numbered-item-number {
    margin-top: 2px;
}

.text-line-box-marquee {
    -webkit-text-fill-color: var(--black);
}

.marquee-box-inside {
    background: var(--black);
}

.text-box-marquee {
    animation: scroll 1000s linear infinite;
}
/*END OF GENERAL BLOCKS*/

/*WORK CPT*/

/*Single Post*/

.article-post iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    border-radius: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}


.work-post {
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    text-align: center;
    padding-bottom: 120px;
    background: var(--black);
    color: var(--white);
    overflow: hidden;
}

.back-work .back-post-text {
    color: var(--white);
}

.back-work .back-post-arrow path {
    fill: var(--white);
}

.section-content-work {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.media-work-section,
.content-text-work {
    width: 60vw;
    margin: auto;
}

.content-text-work {
    font-size: 20px;
    line-height: 1.4;
}

.section-title-work h1 {
    font-size: 90px;
    font-weight: 400;
    letter-spacing: -1.5px;
    margin: 0;
    line-height: 1;
    margin-bottom: 15px;
}

.work-video iframe {
    width: 100%;
}

.work-video video {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.home .work-video video {
    aspect-ratio: inherit;
}

.works-category-list {
    margin: 0;
    display: flex;
    gap: 30px;
    padding: 0;
    list-style: none;
    font-size: 24px;
    font-weight: 300;
    justify-content: center;
    letter-spacing: -1px;
}


@keyframes moving-arrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(0);
    opacity: 1;
  }
  46.6% {
    transform: translateX(16px); /* Μετακίνηση προς τα δεξιά */
    opacity: 0;
  }
  53.3% {
    transform: translateX(-16px); /* Μετακίνηση προς τα αριστερά */
    opacity: 0;
  }
  60% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.back-post {
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-post-arrow svg {
  position: relative;
}

.back-post:hover .back-post-arrow svg {
  animation-name: moving-arrow;
  animation-duration: 0.8s; 
  animation-iteration-count: 1; 
  animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1); 
}

.section-title-work {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.back-work {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-end;
}

/*Archive*/

.work-header {
    background: var(--black);
    color: var(--white);  
}

.works-archive {
    background: var(--black);
    color: var(--white);
    min-height: 50vh;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
}

.main-work {
    display: grid;
    width: 100%;
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-columns: repeat(12, 1fr);
}

.work-item {
    grid-column: span 6;
    position: relative;
    cursor: pointer;
}

.work-item:nth-of-type(8n+1) {
    grid-column: 1 / span 12;
}

.link-post-work {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.contact-work-archive {
    position: relative;
}

.filter-icon-work {
    position: fixed;
    top: 48%;
    left: 0;
    padding: 12px;
    border: solid 2px;
    display: flex;
    cursor: pointer;
    transition: ease 0.4s;
}

.filter-icon-work:hover {
    border: solid 2px var(--color-two);
}

.filter-icon-work svg {
    transition: ease 0.4s;
}

.filter-icon-work:hover svg {
    fill: var(--color-two);
}

.work-post-category {
    font-size: 20px;
    font-weight: 400;
}

.filter-work-box {
    position: fixed;
    top: 0;
    left: -100%;
    width: 37vw;
    height: 100vh;
    background: #000000f5;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    transition: left 0.4s ease-in-out;
    z-index: 1000;
    padding: 45px;
    color: var(--white);
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.work-term-filter.child-cat {
    font-size: 22px;
} 

.filter-name-work {
    font-style: italic;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 15px;
}

.work-filters-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
    height: 60vh;
    overflow-x: unset;
    overflow-y: auto;
    padding-right: 15px;
}

.work-term-filter {
    color: var(--white);
    transition: ease 0.4s;
    font-size: 28px;
    font-weight: 300;
    cursor: pointer;
}

.work-filters-list {
    padding-left: 15px;
}

.btn-work-filter,
.btn-clear-filter {
    background: none;
    border: none;
    color: var(--white);
    font-size: 24px;
    padding: 0;
    display: flex;
    gap: 10px;
    cursor: pointer;
    align-items: center;
}

.filter-actions {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.btn-work-filter path {
    fill: white;
}

.btn-clear-filter svg {
    width: 22px;
    height: 22px;
    margin-top: 5px;
    transition: ease 0.4s;
}
 
.btn-clear-filter:hover svg {
    rotate: 90deg;
}

.btn-clear-filter path {
    stroke: var(--white);
    transition: ease 0.4s;
}

.btn-clear-filter:hover path {
    stroke: var(--main-color);
}

.btn-clear-filter {
    gap: 5px;
}

.filter-work-box.open {
    left: 0;
}

.btn-work-filter svg {
    width: 18px;
    height: 18px;
    rotate: -45deg;
    transition: ease 0.4s;
    margin-top: 5px;
}

.btn-work-filter:hover svg {
    rotate: 0deg;
}

.filter-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.filter-close-btn svg {
    width: 35px;
    height: 35px;
    transition: ease 0.5s;
}

.filter-close-btn:hover svg {
    rotate: 90deg;
}

.filter-close-btn path {
    stroke: var(--white);
    transition: ease 0.4s;
}

.filter-close-btn:hover path {
    stroke: var(--color-two);
}

.work-figure-block {
    margin: 0;
}

.work-figure-block img {
    border-radius: 30px;
}

.work-cat-children {
    flex-direction: column;
    padding-left: 20px;
    gap: 10px;
    padding-top: 10px;
}

.work-post-info {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.work-post-title {
    font-size: 36px;
    font-weight: 400;
    width: max-content;
}

.work-post-inside {
    display: flex;
    flex-direction: column;
}

.arrow-work-post svg {
    transition: ease 0.4s;
    rotate: -45deg;
}

.work-item:hover .arrow-work-post svg {
    rotate: 0deg;
}

.arrow-work-post path {
    fill: white;
}

.work-popup {
    display: none; /* Αρχικά κρυμμένο */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    transition: ease 0.5s;
}

.link-work path {
    stroke: var(--white);
    transition: ease 0.4s;
}

.link-work:hover path {
    stroke: var(--color-two);
}

.work-popup-content {
    background: var(--black);
    color: var(--white);
    max-width: 99.8vw;
    text-align: center;
    position: relative;
    height: 100vh;
    overflow: scroll;
    overflow-x: hidden;
    padding-top: 90px;
    padding-bottom: 90px;
    margin: auto;
}

.work-popup-close svg {
    width: 40px;
    height: 40px;
}

.work-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

body.no-scroll {
    overflow: hidden;
}

.work-pagination path {
    fill: var(--white);
}

.work-pagination {
    grid-column: 7 / span 6;
    grid-row: auto / span 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    gap: 30px;
}

.work-popup-inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
    overflow: hidden;
}

.popup-title-work {
    font-size: 90px;
    font-weight: 400;
    letter-spacing: -1.5px;
    margin: 0;
    line-height: 1;
    margin-bottom: 15px;
    position: relative;
}

.link-work {
    position: absolute;
    left: 0;
    z-index: 10;
}

.work-featured-image img {
    border-radius: 30px;
}

.gallery-work {
    overflow: hidden;
    text-align: left;
    margin-top: 30px;
}

.img-gallery-work-item {
    border-radius: 30px;
    cursor: pointer;
}

.work-popup-close svg {
    transition: ease 0.5s;
}

.work-popup-close svg:hover {
    rotate: 90deg;
}

.work-popup-close path {
    stroke: var(--white);
    transition: ease 0.4s;
}

.work-popup-close:hover path {
    stroke: var(--color-two);
}

.work-item:nth-of-type(8n+1) .work-post-video,
.work-item:nth-of-type(8n+1) .work-figure-block img {
    aspect-ratio: 10 / 4;
    object-fit: cover;
    width: 100%;
}

/*END OF WORK CPT*/

.content-full p {
    margin-bottom: 15px;
}

/*CYPRUS*/

.title-cyprus-map {
    background: var(--black);
    color: var(--white);
    padding-top: 120px;
    padding-bottom: 60px;
}

.cyprus-map {
    padding-top: 30px;
}

.page-template-cyprus-template .numbered-item {
    background: var(--white);
}

/*END of CYPRUS*/


/*MEDIA*/

.post-type-archive-media 

/*Archive*/
.archive-media,
.media-header-archive {
    background: var(--black);
    color: var(--white);
}

.archive-media {
    padding-top: 120px;
    padding-bottom: 150px;
}

.media-archive-extras {
    padding-top: 150px;
}

.category-media-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.categories-archive-media {
    display: grid;
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-columns: repeat(12, 1fr);
}

.category-media-box:nth-of-type(4n+1) {
    grid-column: 1 / span 7;
}

.category-media-box:nth-of-type(4n+2) {
    grid-column: 8 / span 5;
}

.category-media-box:nth-of-type(4n+3) {
    grid-column: 1 / span 5;
}

.category-media-box:nth-of-type(4n+4) {
    grid-column: 6 / span 7;
}

.category-media-box-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    z-index: 11;
}

.archive-media {
    display: flex;
    gap: 120px;
    flex-direction: column;
}

.category-media-box-inside {
    height: 100%
}

.category-media-box-img {
    height: 500px;
    border-radius: 30px;
    object-fit: cover;
    width: 100%;
}

.category-media-hover {
    border-radius: 30px;
    background: black;
    position: absolute;
    left: -100%;
    top: -2px;
    height: 101%;
    width: 90%;
    z-index: 10;
    padding: 60px 60px 60px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    transition: ease 0.8s;
    justify-content: flex-end;
}

.category-media-box:hover .category-media-hover {
   left: 0;
}

.category-media-hover-sub {
    font-size: 28px;
    font-weight: 600;
}

.category-media-hover-text {
    font-size: 20px;
    font-weight: 400;
}

.category-media-hover-title svg {
    width: 25px;
    height: 25px;
    rotate: -45deg;
    transition: ease 0.5s;
}

.category-media-box:hover .category-media-hover-title svg {
    rotate: 0deg;
}

.category-media-box-cover {
    position: relative;
}

.category-media-hover-title path {
    fill: white;
}

.category-media-hover-title h4 {
    font-size: 36px;
    font-weight: 400;
}

.category-media-hover-title {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1;
    padding-bottom: 15px;
}

.media-list-archive-main {
    margin-top: 60px;
}

.list-media-box-details {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0;
    padding-bottom: 30px;
}

.list-media-box-titles h4 {
    font-size: 36px;
    font-weight: 400;
    transition: ease 0.5s;
    position: relative;
    letter-spacing: -1px;
    padding-top: 30px;
    line-height: 1;
    padding-bottom: 5px;
}

.list-media-box-titles h5 {
    font-size: 24px;
    letter-spacing: -0.5px;
    font-weight: 300;
    padding-bottom: 30px;
}

.list-media-box-titles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.list-media-box-details ul {
    margin: 0;
}

.post-type-archive-media #masthead {
    background: var(--black);
    mix-blend-mode: unset;
}

.post-type-archive-media .media-categories-menu li a {
    color: var(--white);
}

.media-categories-menu li {
    transition: ease 0.5s;
    display: flex;
    width: fit-content;
    position: relative;
}

.media-categories-menu li:after, .media-categories-menu li:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: transparent;
    transition: 1.1s cubic-bezier(.19,1,.22,1);
}

.media-categories-menu .active:after,
.media-categories-menu .active:before {
    background: var(--black);
}

.media-categories-menu li:after {
    transform-origin: right;
    transition-delay: .25s;
}

.media-categories-menu li:before {
    transform: scaleX(0);
    transform-origin: left;
}

.media-categories-menu li:hover:before {
    transform: scaleX(1);
    transition-delay: .25s;
    background: var(--black);
}

.media-categories-menu li:hover:after {
    transform: scaleX(0);
    transition-delay: 0s;
    background: var(--black);
}

.media-blog-archive {
    margin-top: 150px;
}

.title-media-map-archive.title-page-move {
    background: var(--black);
    color: var(--white);
    padding-top: 120px;
    padding-bottom: 60px;
}

.contact-media-archive {
    position: relative;
}

.news-post-item-media {
    background: #101010;
    color: var(--white);
}

.news-post-item-media .post-info-block {
    color: var(--white)
}

.news-post-item-media a {
    color: var(--white);
}

.news-post-item-media .category-name-block {
    background: var(--black);
}

.news-post-item-media .count-time-block svg {
    stroke: var(--white);
}

.news-post-item-media .post-date-block path {
    fill: var(--white);
}

/*Category*/

.media-main-title {
    font-size: 130px;
    letter-spacing: -3px;
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
}

.media-main-header {
    padding-top: 150px;
    padding-bottom: 120px;
}

.media-categories-menu {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 60px;
}

.media-categories-menu li a {
    font-size: 24px;
    color: var(--black);
}

.archive.tax-media_category #masthead {
    background: var(--white);
    mix-blend-mode: initial;
}

.tax-media_category .site-branding svg path {
    fill: var(--black);
}

.media-grid {
    margin-top: 120px;
    margin-bottom: 120px;
    display: grid;
    width: 100%;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: repeat(12, 1fr);
}

.media-item-loop-1:nth-of-type(4n+1) {
    grid-column: 1 / span 12;
}

.media-item-loop-2:nth-of-type(4n+1) {
    grid-column: 1 / span 7;
}

.media-item-loop-2:nth-of-type(4n+2) {
    grid-column: 8 / span 5;
}

.media-item-loop-3:nth-of-type(4n+1) {
    grid-column: 1 / span 7;
}

.media-item-loop-3:nth-of-type(4n+2) {
    grid-column: 8 / span 5;
}

.media-item-loop-3:nth-of-type(4n+3) {
    grid-column: 1 / span 12;
}

.media-item-loop-4:nth-of-type(4n+1) {
    grid-column: 1 / span 7;
}

.media-item-loop-4:nth-of-type(4n+2) {
    grid-column: 8 / span 5;
}

.media-item-loop-4:nth-of-type(4n+3) {
    grid-column: 1 / span 5;
}

.media-item-loop-4:nth-of-type(4n+4) {
    grid-column: 6 / span 7;
}

.media-item img {
    border-radius: 30px;
    height: 500px;
    object-fit: cover;
}

.media-item h3 {
    font-size: 36px;
    font-weight: 400;
    color: var(--black);
}

.media-item {
    position: relative;
}

.media-item-link {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.media-item-inside-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
}

.media-item-inside-title svg {
    rotate: -45deg;
    transition: ease 0.8s;
    width: 25px;
    height: 25px;
}

.media-item:hover .media-item-inside-title svg { 
    rotate: 0deg;
}

/*Single Media*/

.media-campaign-vizualizer .box {
    width: 100%;
}

.work-media-single {
    padding-top: 90px;
    padding-bottom: 150px;
}

.category-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.work-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
}

.work-toggle svg path {
    fill: var(--white);
}

.minus-work {
    display: none;
}

.active-cat .plus-work {
    display: none;
}

.active-cat .minus-work {
    display: unset;
}

.work-toggle svg {
    width: 25px;
    height: 25px;
}
 
.campaign-categories .category-toggle svg {
    width: 20px;
    height: 20px;
}

.single-media .site-header {
    background: white;
    mix-blend-mode: unset;
}

.single-media .site-header .site-branding path {
    fill: var(--black);
}

.single-media .media-categories-menu li a{
    color: var(--black);
}

.single-media-main {
    padding-bottom: 90px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.media-key-numbers {
    display: flex;
    flex-direction: row;
    gap: 150px;c
}

.media-key-item h5 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.media-key-item h6 {
    font-size: 18px;
    font-weight: 400;
}

.carousel-media-photo {
    cursor: pointer;
}

.img-media-item {
    aspect-ratio: 16 / 8;
    object-fit: cover;
    border-radius: 30px;
}

.media-single-header {
    padding-bottom: 90px;
}

.media-carousel-photo {
    position: relative;
}

.media-hotos-handle {
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.media-hotos-handle svg {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.media-hotos-handle path {
    transition: ease 0.4s;
    fill: var(--white);
}

.media-hotos-handle svg:hover path {
    fill: var(--main-color);
}

.media-impact .numbered-item-box-left,
.media-impact .numbered-item-box-right {
    letter-spacing: -0.5px;
}

.media-impact .numbered-item-line:nth-child(1) {
    padding-top: 0!important;
}

.media-impact .numbered-item-line:nth-child(1) .numbered-item-box-left,
.media-impact .numbered-item-line:nth-child(1) .numbered-item-box-right {
    display: flex;
    flex-direction: column;
}

.lp-flex-direction-vertical {
    width: 100%!important;
}

.filters-campaign-inside .subcategory-tabs {
    display: block;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    list-style: none;
}

.subcategory-tab {
    padding-bottom: 10px;
}

.category-toggle {
    font-size: 24px;
    font-weight: 400;
}

.subcategory-tab.active {
    font-weight: 600;
    color: var(--main-color);
}
/*END OF MEDIA*/


/*Campaign Vizualizer*/

.spacs-cv {
    font-size: 22px;
    font-weight: 400;
    padding-left: 5px;
    padding-top: 5px;
    letter-spacing: -0.5px;
}

.bulk-actions-email span {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    padding-top: 0;
}

.bulk-actions-email label {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}

.campaign-vis-rotate .arrow-icon-header svg path {
    fill: var(--black);
}

.bulk-actions-email a {
    color: var(--main-color);
}

#recipient-email {
    border: none;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
}

.v-campaign-box {
    overflow: hidden;
    border-radius: 30px;
}

#bulk-upload-btn {
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    cursor: pointer;
    width: 100%;
    border: solid 2px;
    padding: 10px;
}

#bulk-upload-btn svg {
    width: 28px;
    height: 28px;
    margin-bottom: -9px;
}

.bulk-actions {
    gap: 30px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    padding: 30px 20px;
    border: solid 2px;
}

#send-email-btn path,
#bulk-upload-btn path {
    transition: ease 0.4s;
    fill: var(--black);
}

#send-email-btn:hover path {
    fill: var(--main-color);
}

#bulk-upload-btn path {
    transition: ease 0.4s;
}

#bulk-upload-btn:hover path {
    fill: var(--main-color);
}

#send-email-btn svg {
    width: 28px;
    height: 28px;
    margin-top: -9px;
}

#bulk-upload {
    display: none;
}

#send-email-btn {
    cursor: pointer;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
}

.download-div-btn {
    cursor: pointer;
    background: none;
    border: none;
}

.campaign-page .intro-simple-box {
    padding: 0;
}

.page-campaign-visualizer {
    padding-bottom: 150px;
}

.upload-options {
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    z-index: 10;
}

.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.upload-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  cursor: pointer;
}

.js--image-preview {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    aspect-ratio: 16 / 9;
    background-color: var(--black);
}

#canvas {
    width: 100%;
}

.img-src, .video-src {
  position: absolute;
  object-fit: cover;
}

.media-campaign-vizualizer {
    padding-top: 60px;
}

.campaign-vizualizer {
    display: grid;
    grid-template-columns: 25% 75%;
    grid-column-gap: 90px;
    overflow: hidden;
    align-items: start;
    position: relative;
}

.campaign-categories {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    padding: 30px 20px;
    border: solid 2px;
    border-top: none;
}

.filters-campaign-inside h4 {
    padding: 15px;
    border: solid 2px;
    font-size: 24px;
    font-weight: 400;
}

.campaign-categories li {
    cursor: pointer;
}

/*END of Campaign Vizualizer*/

/*Contact Page*/

.contact-info-inner h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 15px;
}

.office-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 18px;
}

.contact-details a {
    color: var(--black);
    transition: ease 0.4s;
}

.contact-details a:hover {
    color: var(--main-color);
}

.contact-social-details {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 20px;
}

.contact-social path {
    transition: ease 0.4s;
}

.contact-social:hover path {
    fill: var(--main-color);
}

.contact-details-form.contact-form .wpforms-submit {
    color: var(--white)!important;
}

.wpforms-confirmation-container-full {
    background: none!important;
    color: var(--white) !important;
    border: none!important;
}

.wpforms-confirmation-container-full p {
    color: var(--white)!important;
    font-size: 24px!important;
    font-weight: 300!important;
}

.contact-details-sticky {
    position: sticky;
    top: 150px;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.contact-social svg {
    width: 26px;
    height: 26px;
}

.contact-social a {
    height: 100%;
    display: flex;
    align-items: center;
}

.contact-social {
    display: flex;
    align-items: center;
}

.contact-details-form .wpforms-submit {
    color: var(--white);
}

.contact-details-form {
    background: var(--black);
    padding: 60px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
}

.contact-details-main {
    padding-top: 60px;
    padding-bottom: 150px;
}

.contact-form .wpforms-container {
    width: 100%!important;
    margin: 0!important;
}

.input-form {
    border-bottom: 1px solid var(--white)!important;
    padding: 0!important;
}

.wpforms-field-repeater-display-rows-buttons path {
    fill: var(--white);
}

.input-form input,
.input-form textarea {
    background: transparent!important;
    border: none!important;
    border-radius: 0!important;
    color: var(--white)!important;
    font-size: 18px !important;
    padding: 0!important;
}

.contact-form .wpforms-field-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-form .wpforms-error {
    margin: 0!important;
    padding-bottom: 5px!important;
}

.contact-form .wpforms-field-label {
    color: var(--white) !important;
    font-size: 22px !important;
    font-weight: 400!important;
    margin-bottom: 0!important;
    padding-bottom: 10px!important;
    position: initial!important;
    clip: auto!important;
    width: auto!important;
    height: auto!important;
    margin: auto!important;
    overflow: hidden!important;
}

.contact-form .wpforms-required-label {
    color: var(--white) !important;
}

.contact-form .wpforms-submit-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px !important;
}

.contact-form .wpforms-submit {
    background: transparent!important;
    border-radius: 0!important;
    width: max-content!important;
    padding: 0 5px 10px!important;
    height: auto!important;
    font-size: 20px !important;
    font-weight: 400 !important;
}

div.wpforms-container-full input[type=date]:focus, div.wpforms-container-full input[type=datetime]:focus, div.wpforms-container-full input[type=datetime-local]:focus, div.wpforms-container-full input[type=email]:focus, div.wpforms-container-full input[type=month]:focus, div.wpforms-container-full input[type=number]:focus, div.wpforms-container-full input[type=password]:focus, div.wpforms-container-full input[type=range]:focus, div.wpforms-container-full input[type=search]:focus, div.wpforms-container-full input[type=tel]:focus, div.wpforms-container-full input[type=text]:focus, div.wpforms-container-full input[type=time]:focus, div.wpforms-container-full input[type=url]:focus, div.wpforms-container-full input[type=week]:focus, div.wpforms-container-full select:focus, div.wpforms-container-full textarea:focus, .wp-core-ui div.wpforms-container-full input[type=date]:focus, .wp-core-ui div.wpforms-container-full input[type=datetime]:focus, .wp-core-ui div.wpforms-container-full input[type=datetime-local]:focus, .wp-core-ui div.wpforms-container-full input[type=email]:focus, .wp-core-ui div.wpforms-container-full input[type=month]:focus, .wp-core-ui div.wpforms-container-full input[type=number]:focus, .wp-core-ui div.wpforms-container-full input[type=password]:focus, .wp-core-ui div.wpforms-container-full input[type=range]:focus, .wp-core-ui div.wpforms-container-full input[type=search]:focus, .wp-core-ui div.wpforms-container-full input[type=tel]:focus, .wp-core-ui div.wpforms-container-full input[type=text]:focus, .wp-core-ui div.wpforms-container-full input[type=time]:focus, .wp-core-ui div.wpforms-container-full input[type=url]:focus, .wp-core-ui div.wpforms-container-full input[type=week]:focus, .wp-core-ui div.wpforms-container-full select:focus, .wp-core-ui div.wpforms-container-full textarea:focus,
div.wpforms-container-full input[type=date]:focus:invalid, div.wpforms-container-full input[type=datetime]:focus:invalid, div.wpforms-container-full input[type=datetime-local]:focus:invalid, div.wpforms-container-full input[type=email]:focus:invalid, div.wpforms-container-full input[type=month]:focus:invalid, div.wpforms-container-full input[type=number]:focus:invalid, div.wpforms-container-full input[type=password]:focus:invalid, div.wpforms-container-full input[type=range]:focus:invalid, div.wpforms-container-full input[type=search]:focus:invalid, div.wpforms-container-full input[type=tel]:focus:invalid, div.wpforms-container-full input[type=text]:focus:invalid, div.wpforms-container-full input[type=time]:focus:invalid, div.wpforms-container-full input[type=url]:focus:invalid, div.wpforms-container-full input[type=week]:focus:invalid, div.wpforms-container-full select:focus:invalid, div.wpforms-container-full textarea:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=date]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=datetime]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=datetime-local]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=email]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=month]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=number]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=password]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=range]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=search]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=tel]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=text]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=time]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=url]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=week]:focus:invalid, .wp-core-ui div.wpforms-container-full select:focus:invalid, .wp-core-ui div.wpforms-container-full textarea:focus:invalid {
    border-color: transparent!important;
    border: none!important;
    border-style: none!important;
    box-shadow: 0 0 0 1px transparent, 0px 1px 2px transparent!important;
}

/*END of Contact Page*/


/*Technologies*/

/*Archive*/

.technologies-grid {
    display: grid;
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 120px;
    padding-bottom: 150px;
    overflow: hidden;
    grid-template-columns: repeat(12, 1fr);
}

.technologies-item-inside {
    display: flex;
    flex-direction: column;
    gap: 60px;
    height: 100%;
    justify-content: space-between;
}

.technologies-item-archive {
    background: var(--black);
    color: var(--white);
    padding: 45px;
    border-radius: 30px;
    width: 100%;
}

.arrow-arch-tech path {
    fill: white;
}

.loop-arch-tech-logo img {
    height: 25px;
    width: auto;
}

.loop-arch-tech-logo {
    width: max-content;
}

.arrow-arch-tech svg {
    rotate: -45deg;
    transition: ease 0.5s;
    margin-top: 5px;
}

.technologies-item-archive:hover .arrow-arch-tech svg {
    rotate: 0deg;
}

.tech-loop-details {
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
    display: grid;
    grid-template-columns: 10fr 1fr;
    position: relative;
}

.tech-loop-titles h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    width: 82%;
}

.img-gallery-tech-item {
    border-radius: 15px;
    cursor: pointer;
    height: 100%;
    width: 100%;
}


.gallery-out-box .owl-dots {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-top: 15px;
    justify-content: flex-end;
    margin-right: 5px;
}

.gallery-out-box .owl-dot {
    border: none;
    height: 10px !important;
    width: 10px !important;
    overflow: hidden;
    border-radius: 100%;
    background: #595959!important;
    padding: 0;
    cursor: pointer;
}

.gallery-out-box .owl-dot.active {
    background: white!important;
}

.tech-loop-details-txt {
    font-size: 16px;
    font-weight: 400;
}

.technologies-item-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.post-description-loop-tech {
    margin-top: 30px;    
}

.tech-loop-titles {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.loop-arch-tech-images {
    justify-content: space-between;
    align-items: start;
    gap: 30px;
    display: grid;
    grid-template-columns: 2fr 4fr;
    width: fit-content;
    width: 100%;
}

.gallery-tech-loop .img-carousel-tech {
  width: 100%;
  display: block;
}

.post-type-archive-technologies .arrow-title svg path {
    fill: var(--black);
}

.technologies-item-archive:nth-of-type(3n+1) {
    grid-column: 1 / span 4;
}

.technologies-item-archive:nth-of-type(3n+2) {
    grid-column: 5 / span 4;
}

.technologies-item-archive:nth-of-type(3n+3) {
    grid-column: 9 / span 4;
}

.gallery-out-box {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.gallery-out-box .owl-item {
    width: 100%!important;
}

.photo-marquee-box-tech img {
    height: 200px;
    width:300px;
    object-fit: cover;
    border-radius: 15px;
}

.tech-work-marquee-photos {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.photo-marquee-box-tech {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.photo-marquee-box-tech:nth-of-type(2n+2) {
    padding-top: 60px;
}

.tech-work-marquee-photos {
    padding-bottom: 150px;
}

.tech-work-marquee-photos {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.marquee-track {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  gap: 30px;
}

.photo-marquee-box-tech {
  display: flex;
  gap: 30px;
  flex-shrink: 0;
}

/*Single*/

.tech-main-header {
    padding-top: 150px;
    padding-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tech-main-title {
    font-size: 150px;
    letter-spacing: -3px;
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
}

.intro-tech-single {
    padding-bottom: 90px;
}

.benefits-single-tech {
    padding-bottom: 150px;
    padding-top: 120px;
}

.numbered-tech-box-paragraph {
    font-size: 22px;
    letter-spacing: 0px;
}

.how-works-tech {
    margin-top: 120px;
}

.title-accordion-tech {
    font-size: 36px;
    font-weight: 400;
    transition: ease 0.5s;
    position: relative;
    letter-spacing: -0.5px;
}

.panel-tech-inside {
    padding-bottom: 30px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}

.work-tech-single {
    padding-bottom: 120px;
}

.img-item-galley-tech {
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 30px;
    cursor: pointer;
}

.work-video img {
    border-radius: 30px;
}

/*END OF Technologies*/

/*Job*/

.form-job-position h3 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
}

.main-form input, .main-form textarea {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    color: var(--black) !important;
    font-size: 18px !important;
    padding: 0 !important;
}

.main-form {
    padding: 0!important;
    border-bottom: 1px solid black !important;
    padding: 0 !important;
}

.main-form-shell .wpforms-field-container {
    display: flex!important;
    flex-direction: column!important;
    gap: 30px!important;
}

.main-form-shell .wpforms-uploader {
    margin-top: 15px!important;
}

.wpforms-field-file-upload.main-form {
    border: none!important;
}

.main-form-shell label {
    color: var(--black) !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
    position: initial !important;
    clip: auto !important;
    width: auto !important;
    height: auto !important;
    margin: auto !important;
    overflow: hidden !important;
}

.main-form-shell .wpforms-submit {
    background: transparent !important;
    border-radius: 0 !important;
    width: max-content !important;
    padding: 0 5px 10px !important;
    height: auto !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--black)!important;
}

.main-form-shell .wpforms-submit-container {
    display: flex;
    justify-content: flex-end;
}

.single-job_position .content-full {
    padding-right: 15px;
    border-right: solid 1px;
}

/*End of JOB*/

/*MAPS*/

.wpgmza-marker-grid {
    padding-left: 5vw;
}

.media-map-section {
    display: grid;
    width: 100%;
    grid-column-gap: 90px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(14, 1fr);
    background: var(--black);
    color: var(--white);
}

#wpgmza_filter_2 > div > div > ul > li.wpgmza_cat_checkbox_item_holder.wpgmza_cat_checkbox_item_holder_14 > ul > li.wpgmza_cat_checkbox_item_holder ul {
    display: none;
}

#wpgmza_filter_2 > div > div > ul > li.wpgmza_cat_checkbox_item_holder.wpgmza_cat_checkbox_item_holder_14 > ul > li.wpgmza_cat_checkbox_item_holder.open-e ul {
    display: block;
}


.wpgmza_cat_ul {
    margin-left: 25px!important;
}

.wpgmza_map {
    grid-column: 5 / span 10;
    grid-row: 1 / span 3;
    position: sticky!important;
    top: 0;
}

.wpgmza-store-locator {
    margin-left: 5vw;
    grid-column: 1 / span 7;
    grid-row: 1 / span 1;
    padding-bottom: 30px;
    border-bottom: solid #e9e9e9 2px;
    display: grid;
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
}

.wpgmza-store-locator label {
    font-size: 24px!important;
}

.wpgmza_cat_checkbox_item_holder_14 > input,
.wpgmza_cat_checkbox_item_holder_15 > input {
    opacity: 0;
    position: absolute;
}

.wpgmza_cat_checkbox_item_holder {
    position: relative;
    width: 97%;
}

.wpgmza_cat_checkbox_holder label {
    font-size: 22px !important;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.wpgmza_cat_checkbox_item_holder_14 > label,
.wpgmza_cat_checkbox_item_holder_15 > label {
    font-size: 28px!important;
}

.gm-style-iw-d {
    color: var(--black);
}

.wpgmza_infowindow_address {
    display: none;
}

.gm-style-iw.gm-style-iw-c {
    font-size: 16px;
    line-height: 1.8;
    font-family: inherit!important;
}

.wpgmza_infowindow_title {
    font-size: 22px!important;
    font-weight: 400!important;
}

.gm-ui-hover-effect {
    position: absolute!important;
    right: 15px!important;
    top: 15px;
}

.gm-ui-hover-effect>span {
    background: var(--main-color);
}

.gm-style-iw.gm-style-iw-c,
.wpgmza_infowindow_image {
    border-radius: 30px!important;
}

.wpgmza-grid-item {
    border-radius: 15px!important;
}

.wpgmza_cat_checkbox_holder {
    height: max-content!important;
}

.wpgmza-search input,
.wpgmza-reset input {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.wpgmza-address-container {
    grid-column: 5 / span 5;
    grid-row: 1 / span 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wpgmza-radius-container {
    grid-column: 10 / span 2;
    grid-row: 1 / span 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wpgmza-radius.wpgmza-form-field__input {
    padding: 10px!important;
    border-radius: 10px!important;
    font-size: 18px;
    font-family: inherit!important;
    border: solid 1px!important;
}

.wpgmza-address.addressInput {
    padding: 10px!important;
    border-radius: 10px!important;
    border: solid 1px!important;
    font-size: 18px!important;
}

.wpgmza-grid-item .wpgmza_custom_fields > p {
    border-top: none!important;
    font-size: 14px!important;
    opacity: 1!important;
    color: var(--color-one)!important;
}


.media-map-section .wpgmza-grid-item .wpgmza-content-address-holder-inner.wpgmza_marker_title {
    font-size: 18px !important;
    font-weight: 400;
}

.wpgmza-marker-listing-category-filter {
    grid-column: 1 / span 4;
    grid-row: 1 / span 1;
    padding-left: 5vw !important;
    padding-top: 60px;
    padding-bottom: 30px;
    position: sticky;
    top: 90px;
}

.toggle-map {
    right: 0;
    position: absolute;
    font-weight: 300!important;
    cursor: pointer;
    line-height: 0.8;
}


.toggle-map:after {
    content: '+';
    color: var(--white);
    position: absolute;
    right: 0;
}

.open-e .toggle-map:after {
    content: '';
}

.toggle-map:before {
    content: '';
    color: var(--white);
    position: absolute;
    width: 20px;
    font-size: 42px;
    right: 0;
}

.open-e .toggle-map:before {
    content: '-';
}

.wpgmza-marker-listing-category-filter span {
    font-size: 36px !important;
    font-weight: 400;
    font-family: inherit !important;
    letter-spacing: -0.6px;
}

.wpgmza_cat_checkbox_holder > .wpgmza_cat_ul.wpgmza_cat_checkbox_item_holder {
    display: flex !important;
    gap: 30px !important;
    margin: 0 !important;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
}

.wpgmza-search {
    grid-column: 11 / span 2;
    grid-row: 2 / span 1;
    text-align: right;
}

.wpgmza-reset {
    grid-column: 1 / span 6;
    grid-row: 2 / span 1;
}

.paginationjs .paginationjs-pages li>a:hover {
    background: transparent!important;
    color: var(--main-color)!important;
}

.paginationjs .paginationjs-pages li>a {
    font-size: 18px!important;
    transition: ease 0.3s;
}

.paginationjs .paginationjs-pages li.active>a {
    background: none !important;
    color: var(--main-color)!important;
}

.paginationjs .paginationjs-pages li {
    border: none!important;
}

.wpgmza-grid-item-content .wpgmza_marker_icon {
    opacity: 0;
    display: none;
}

.wpgmza-grid-item {
    height: max-content!important;
    padding-bottom: 10px!important;
}

.wpgmza_marker_title {
    padding: 15px 15px 0!important;
}

.wpgmza_custom_fields {
    padding: 0 15px!important;
}

.custom-field-label,
.wpgmza-address {
    display: none;
}

.wpgmza_infowindow_image {
    aspect-ratio: 16 / 9!important;
    object-fit: cover!important;
    margin: 0 0 10px !important;
    width: 100%!important;
}

.wpgmza_marker_list_class {
    grid-column: 1 / span 7;
    grid-row: 2 / span 1;
}

.wpgmza-pagination {
    grid-column: 1 / span 7;
    grid-row: 3 / span 1;
}


/*END OF MAPS*/

/* Απόκρυψη κανονικού checkbox */
.wpgmza_checkbox {
  display: none !important;
}

/* Styling του label */
.wpgmza_cat_checkbox_item_holder label {
  position: relative !important;
  display: inline-block !important;
  padding-left: 30px !important;
  cursor: pointer !important;
}

/* Στρογγυλό checkbox */
.wpgmza_cat_checkbox_item_holder label::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 22px !important;
  height: 22px !important;
  background-color: transparent !important;
  border: 2px solid var(--main-color) !important;
  border-radius: 50% !important;
  transition: background-color 150ms ease, transform 200ms ease !important;
}

/* "Check" σύμβολο */
.wpgmza_cat_checkbox_item_holder label::after {
    content: "" !important;
    position: absolute !important;
    left: 8px !important;
    top: 10px !important;
    width: 7px !important;
    height: 13px !important;
    border-right: 2px solid var(--white) !important;
    border-bottom: 2px solid var(--white) !important;
    transform: rotate(45deg) scale(0) !important;
    transition: transform 150ms ease !important;
}

/* Όταν το checkbox είναι επιλεγμένο */
.wpgmza_checkbox:checked + label::before {
  background-color: var(--main-color) !important;
  transform: translateY(-50%) scale(1.25) !important;
}

/* Εμφάνιση "✓" όταν είναι checked */
.wpgmza_checkbox:checked + label::after {
  transform: rotate(45deg) scale(1) !important;
}

/* Προαιρετικό τονισμένο label */
.wpgmza_checkbox:checked + label {
  font-weight: 400 !important;
}

/* Εφέ φωτεινότητας στο "κουμπί" */
.wpgmza_checkbox:checked + label::before {
  box-shadow: 0 0 5px #fff !important;
}

/*Quote*/

.choices__item.choices__item--choice.choices__item--selectable {
    color: var(--white)!important;
    transition: ease 0.3s;
}

.choices__item.choices__item--choice.choices__item--selectable:hover {
    color: var(--white)!important;
}

.choices__item.choices__item--choice.choices__item--selectable.is-highlighted {
   color: var(--white); 
}

.wpforms-page-3 .wpforms-pagebreak-split {
    justify-content: flex-start!important;
}

.form-campaign .wpforms-submit-container {
    width: max-content!important;
    position: absolute!important;
    bottom: 0!important;
    right: 0!important;
}

  body.noscroll {
    height: 100%;
    overflow: hidden;
  }

.form-campaign .form-smaller .wpforms-field-label {
    font-size: 22px !important;
    margin-top: 15px !important;
}

.form-campaign {
    background: #2b2b2b!important;
    padding: 60px 30px!important;
    border-radius: 30px!important;
}

.modal-quote {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-quote.show {
    display: flex;
    opacity: 1;
}

.quote-in {
    background: var(--black);
    max-width: 100vw;
    width: 100vw;
    position: relative;
    animation: fadeInUp 0.3s ease;
    height: 100vh;
    color: var(--white);
    overflow-x: auto;
    padding-top: 150px;
    padding-bottom: 150px;
}

.quote-in .form-campaign .wpforms-page-indicator.circles {
    top: 0;
}

.quote-close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    color: white;
    z-index: 10;
}

.quote-close path {
    stroke: var(--white);
}

@keyframes fadeInUp {
    from {
      transform: translateY(30px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
}

/*Burger Menu*/

.burger-menu {
  margin: 0 auto;
  width: 50px;
  display: block;
  transition: all 0.3s;
  cursor: pointer;
  height: 50px;
}

.burger-menu .bar {
  transition: all 0.3s;
  height: 2px;
  width: 100%;
  display: block;
  background-color: white;
}

.burger-menu .bar:nth-of-type(2) {
  margin: 8px 0;
}

.burger-menu--closed {
  transition-delay: 0.3s;
}

.burger-menu--closed .bar {
  float: right;
}

.burger-menu--closed .bar:nth-of-type(2) {
  width: 75%;
  transition-property: margin, height, width;
  transition-delay: 0.3s, 0.3s, 0s;
}

.burger-menu--closed .bar:nth-of-type(3) {
  width: 50%;
}

.burger-menu--closed:hover .bar:nth-of-type(2) {
  width: 100%;
}

.burger-menu--closed:hover .bar:nth-of-type(3) {
  width: 100%;
}

.burger-menu--opened {
  padding-top: 12px;
}

.burger-menu--opened .bar:nth-of-type(1) {
  transform: rotate(45deg);
  transition-delay: 0.3s;
  height: 2px;
}

.burger-menu--opened .bar:nth-of-type(2) {
  opacity: 0;
  height: 0;
  margin: -3px;
}

.burger-menu--opened .bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transition-delay: 0.3s;
  height: 2px;
}

/*Simple Page*/
.simple-title-section {
    margin-top: 180px;
}

.simple-title {
    margin: 0;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 64px;
}

.simple-page a {
    color: var(--main-color);
}

.simple-page {
    margin-bottom: 90px;
}

.simple-page p { 
    margin: revert;
}


.symbols-accordion {
    cursor: pointer;
}

.wpforms-field  input.wpforms-smart-phone-field {
    padding-left: 50px!important;
}

.wpforms-field .choices__list--dropdown .choices__list {
    background: var(--black)!important;
}

.job_position-template-default .wpforms-confirmation-container-full p {
    color: var(--black)!important;
}

.job_position-template-default .wpforms-confirmation-container-full {
    padding: 0!important;
    margin: 0!important;
}

.newsletter-form ::placeholder {
    opacity: 0!important;
    transition: ease 0.3s;
}

.newsletter-form .newsletter-wp:hover ::placeholder {
    opacity: 1!important;
}

.news-box {
    display: flex;
    justify-content: space-between;
}

.news-checkbox {
    padding-top: 5px!important;
}

.submit-news.sib-default-btn {
    position: absolute;
    right: 0;
    height: 100%;
    cursor: pointer;
    background: transparent;
    border: none;
    color: white;
    z-index: 2;
    width: 90px;
}

.news-box:before {
    content: "";
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="22" viewBox="0 0 23 22" fill="none"><path d="M20.6531 11.453V9.70312L0.528303 9.70313V11.453L20.6531 11.453Z" fill="white"/><path d="M9.48047 1.30369L10.634 0L22.3814 10.5782L20.7353 11.5276L9.48047 1.30369Z" fill="white"/><path d="M9.48047 19.8528L10.634 21.1521L22.3814 10.5782L20.7353 9.62451L9.48047 19.8528Z" fill="white"/></svg>') no-repeat center center;
    background-size: contain;
    height: 35px;
    width: 35px;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 1;
    transform: rotate(-45deg);
    transition: ease 0.5s;
}

.news-box:hover:before {
    transform: rotate(0deg);
}

.svg-news svg {
    transition: ease 0.3s;
    rotate: -45deg;
}

.svg-news:hover svg {
    rotate: 0deg;
}

.terms-form.terms-white label {
    color: var(--white)!important;
}

.terms-form .wpforms-label-hide {
    display: none!important;
}

/*Languages*/

#menu-languages,
#menu-languages-greek {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.wpml-ls-display,
.wpml-ls-native {
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    text-transform: uppercase;
}

.wpml-ls-current-language .wpml-ls-display,
.wpml-ls-current-language .wpml-ls-native {
    color: var(--main-color);
}


.languages-menu .menu li + li::before {
    content: " | ";
    color: #ccc;
}

.wpml-ls-item {
    display: flex;
    gap: 10px;
    align-items: center;
}



#value-label {
    font-size: 18px !important;    
}

#numberSlider {
    padding: 0!important;
}

.slider-container ::-webkit-slider-thumb {
  -webkit-appearance: none!important;
  appearance: none!important;
  width: 25px!important;
  height: 25px!important;
  background: #04AA6D!important;
  cursor: pointer!important;
}

.slider-container ::-moz-range-thumb {
  width: 25px!important;
  height: 25px!important;
  background: #04AA6D!important;
  cursor: pointer!important;
}

#wpforms-1712-field_56-container {
    padding-top: 0!important;
}

#wpforms-1712-field_54 {
    margin-top: 30px!important;
}

.thank-you-wp {
    font-size: 36px !important;
    font-weight: 400 !important;
    margin: 0!important;
    margin-bottom: 15px!important;
}

#wpforms-3403-field_54 {
    margin-top: 15px!important;
}
    
.lang-el .numbers-special span {
    font-size: 48px;
    line-height: 1.4;
}

.filter-icon {
    display: none;
}


/*ROMANIA*/

.img-romania {
    border-radius: 15px;
    height: 140px;
    width: 320px;
}

.page-template-romania-template .carousel-list {
    padding-bottom: 30px;
}


/*END OF ROMANIA*/


.intro-works.section-changer::after {
    background: var(--black);
}

/*Single Post*/

.article-post .content-full a {
    border-bottom: solid 2px var(--main-color);
    color: black;
}


.article-post .content-full ::marker {
    color: var(--main-color);
}

.wp-block-quote:before {
    content: '❝';
    color: #4169e129;
    font-size: 120px;
    position: absolute;
    line-height: 1;
    top: -15px;
    height: max-content;
    left: -30px;
}

.wp-block-quote {
    display: flex;
    gap: 10px;
    margin: 0;
    font-style: italic;
    position: relative;
}

.wp-block-quote p {
    padding-left: 20px;
    padding-top: 10px;
}


























