/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* --------------------------------------------------------------------------
  GLOBAL
   -------------------------------------------------------------------------- */

html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}



/* --------------------------------------------------------------------------
   HEADER
   -------------------------------------------------------------------------- */
.main-header {
    width: 100% !important;
    transition: 0.4s ease-in-out !important;
}

.main-header.elementor-sticky--effects {
    padding-top: 0px;
    padding-bottom: 0px;
}

.main-logo img {
    transition: 0.4s ease-in-out !important;
}

.elementor-sticky--effects .main-logo img {
    width: 160px !important;
    transition: 0.4s ease-in-out !important;

}


.list-sidebar-cta a {
    background-color: #6659c9 !important;
    padding: 8px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
}

.list-sidebar-cta a:hover {
    background-color: #000000 !important;
}

.list-sidebar-cta .elementor-icon-list-icon {
    padding-inline-end: 14px;
}

.list-sidebar-cta li.elementor-icon-list-item {
    transform: translateX(109px);
    transition: 0.7s all;
}

.list-sidebar-cta li.elementor-icon-list-item:hover {
    transform: translateX(0px);
    transition: 0.4s all;
}


.btn-glass-bg a.elementor-button.elementor-button-link.elementor-size-sm {
    background: rgb(46 32 117 / 18%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
}


/*Logo Corners*/
.elementor-element.elementor-element-68df0b2.elementor-widget__width-auto.elementor-widget.elementor-widget-theme-site-logo.elementor-widget-image::before {
    border-top-left-radius: 10px;
    left: 100%;
    box-shadow: -10px 0 #6b59c7;
    content: "";
    position: absolute;
    background-color: transparent;
    top: 0;
    height: 10px;
    width: 1.5625rem;
    pointer-events: none;
}

.elementor-element.elementor-element-68df0b2.elementor-widget__width-auto.elementor-widget.elementor-widget-theme-site-logo.elementor-widget-image::after {
    border-top-right-radius: 10px;
    right: 100%;
    box-shadow: 10px 0 #6b59c7;
    content: "";
    position: absolute;
    background-color: transparent;
    top: 0;
    height: 10px;
    width: 1.5625rem;
    pointer-events: none;
}

a.wpml-ls-link span {
    background: black;
    padding: 8px;
}

a.wpml-ls-link {
    padding: 4px!important;
}

/* --------------------------------------------------------------------------
   FOOTER
   -------------------------------------------------------------------------- */

.newsletter-form .elementor-button {
    transition: 0.4s all;
}

.newsletter-form .elementor-button:hover {
    transform: translateX(5px);
}

/* --------------------------------------------------------------------------
   HOME
   -------------------------------------------------------------------------- */
/*SIDE SOCIAL*/
.social-side-list li.elementor-icon-list-item a {
    padding: 12px 16px !important;
    background: rgb(46 32 117 / 18%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
    border-radius: 6px 0px 0px 6px !important;
}

.social-side-list li.elementor-icon-list-item {
    transform: translateX(100px);
    transition: 0.7s all;
}

.social-side-list li.elementor-icon-list-item:hover {
    transform: translateX(0px);
    transition: 0.4s all;
}

.srv-carousel .swiper-slide.swiper-slide-active {
    position: relative;
    z-index: 1;
}

.srv-carousel .elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
    opacity: 0;
}


/* ─── Right column ─── */
.vs-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
}

.vs-slide {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.vs-slide img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    display: block;
}


.vs-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px;
    text-decoration: none;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    color: var(--e-global-color-deb02fb);
    background-color: var(--e-global-color-accent);
    border-radius: 6px;
    transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.2s ease, color 0.2s ease;
    opacity: 1;
    transform: translateY(0);
    width: fit-content;
}

.vs-button:hover {
    background-color: black;
    color: var(--e-global-color-deb02fb);
}

.vs-button.animating {
    opacity: 0;
    transform: translateY(6px);
}

/* ─── Mobile ─── */
@media (max-width: 768px) {
    .vs-section {
        flex-direction: column;
    }

    .vs-left {
        width: 100%;
        position: relative;
        height: auto;
        padding: 40px 24px 28px;
    }

    .vs-left-bottom {
        margin-top: 28px;
    }

    .vs-right {
        width: 100%;
        padding: 0 24px 40px;
        gap: 12px;
    }

    .vs-slide {
        aspect-ratio: 4 / 3;
        border-radius: 10px;
    }
}

/*BRABEIA*/
.awards-wh-icon .elementor-icon svg {
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

/* --------------------------------------------------------------------------
   SERVICES
   -------------------------------------------------------------------------- */

.list-service-marker ul {
    list-style: none;
    padding-left: 30px;
}

.list-service-marker ul li {
    padding-bottom: 16px;
}

.list-service-marker ul li::before {
    content: "";
    position: absolute;
    left: 0;
    background-color: black;
    font-weight: 700;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-top: 8px;
}

.list-service-number ol li {
    padding-left: 30px;
    padding-bottom: 20px;
}

.list-service-number ol li::marker {
    font-weight: bold;
    color: #6b59c7;
}

.btn-services-cta {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    border-radius: 0px;
    padding: 15px 20px;
    text-align: center;
}

.btn-services-cta a {
    fill: var(--e-global-color-deb02fb);
    color: var(--e-global-color-deb02fb) !important;
}

.btn-services-cta:hover {
    transform: translateY(10px);
}

/*REDESING CHANGES*/
.vimata-wrapper {
    display: grid;
    grid-auto-flow: column;
    gap: 30px;
}

.vimata-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.vimata-icon img {
    width: 100px;
    height: 100px;
}

.vimata-text {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
    color: var(--e-global-color-text);
    text-align: center;
}

.vimata-number {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 120px;
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
    color: var(--e-global-color-text);
}

/* --------------------------------------------------------------------------
   PORTFOLIO
   -------------------------------------------------------------------------- */

.box-partners {
    background: rgb(255 255 255 / 41%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
}

.elementor-element.elementor-element-584b6a3.elementor-widget__width-inherit.elementor-widget.elementor-widget-theme-post-featured-image.elementor-widget-image a {
    width: 100%;
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true],
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a {
    background: rgb(255 255 255 / 41%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
}

.cs-results {
    background: rgb(255 255 255 / 41%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
}

.inner-bio-team {
    background: rgb(255 255 255 / 41%);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
    height: 576px;
    opacity: 0;
    transition: 0.4s all;
    transform: translateY(-500px);
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    align-items: flex-end;

}

.main-bio-box:hover .inner-bio-team {
    opacity: 1;
    transform: translateY(0px);
}

/*ΜΑΣ ΕΜΠΙΣΤΕΥΤΗΚΑΝ - PROJECTS*/
.e-con-inner {
    position: relative;
}

.main-image-project {
    position: relative;
}

.main-image-project::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #00000075;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 5;
    pointer-events: none;
}

.project-content-hidden.e-flex.e-con.e-child {
    position: absolute;
    bottom: 45px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 10;
}

.e-con-inner:hover .main-image-project::after,
.e-con-inner:hover .project-content-hidden.e-flex.e-con.e-child {
    opacity: 1;
    visibility: visible;
}

/*COUNTERS*/
.elementor-counter-title {
    text-align: center !important;
}

.elementor-element.elementor-element-683043a.elementor-align-left.elementor-widget__width-auto.elementor-tablet-align-right.elementor-laptop-align-right.elementor-tablet_extra-align-right.btn-book-now.elementor-widget.elementor-widget-button {
    margin: inherit !important;
}

/* --------------------------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------------------------- */

@media (max-width:1280px) {

    .vimata-number {
        font-size: 60px;
    }

    .vimata-icon img {
        width: 80px;
        height: 80px;
    }

    .vimata-wrapper {
        grid: inherit;
        grid-template-columns: repeat(2, 1fr) !important;
    }

}

@media (max-width: 1024px) {
    .properties-grid .elementor-widget-theme-post-content {
        font-size: 15px;
    }
}

@media (max-width:490px) {
    .team-grid {
        --e-con-grid-template-columns: repeat(1, 1fr) !important;
    }

    .vimata-wrapper {
        grid: inherit;
        grid-template-columns: repeat(1, 1fr) !important;
    }
}