.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Sekcijos background su depth ir texture */
.atlikti-darbai-sekcija,
.paslaugos-sekcija {
    position: relative;
    background: linear-gradient(
        180deg,
        #f6f4ee 0%,
        #f3f1ea 100%
    );
}

.atlikti-darbai-sekcija::before,
.paslaugos-sekcija::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(0,0,0,0.035) 1px, transparent 1px);
    background-size: 6px 6px;
    opacity: 0.25;
    pointer-events: none;
    z-index: 0;
}

.atlikti-darbai-sekcija::after,
.paslaugos-sekcija::after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-backdrop-filter: blur(2px);
    opacity: 0.4;
    pointer-events: none;
    z-index: 0;
}

/* Title su animacija */
.bloko-title {
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s cubic-bezier(0.4,0,0.2,1), transform 0.6s cubic-bezier(0.4,0,0.2,1);
    z-index: 1;
}

.bloko-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    background: #000;
    opacity: 0.85;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.4,0,0.2,1) 0.3s;
}

.matoma .bloko-title,
.atlikti-darbai-sekcija.matoma .bloko-title,
.paslaugos-sekcija.matoma .bloko-title {
    opacity: 1;
    transform: translateY(0);
}

.matoma .bloko-title::after,
.atlikti-darbai-sekcija.matoma .bloko-title::after,
.paslaugos-sekcija.matoma .bloko-title::after {
    transform: scaleX(1);
}

/* Portfolio kortelės */
.e-con.portfolio-item,
.e-con.portfolio-item.portfolio-1,
.e-con.portfolio-item.portfolio-2,
.e-con.portfolio-item.portfolio-3 {
    position: relative;
    padding: 40px 20px;
    cursor: pointer;
    z-index: 1;
    border-radius: 10px !important;
    border-bottom: 0 !important;
    overflow: visible;
    opacity: 0;
    transform: translateY(30px);
    background: transparent;
    box-shadow: none !important;
    transition: opacity 0.6s cubic-bezier(0.4,0,0.2,1), transform 0.6s cubic-bezier(0.4,0,0.2,1);
}

.e-con.portfolio-item.matoma {
    opacity: 1;
    transform: translateY(0);
}

.e-con.portfolio-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
    border-radius: 10px;
    z-index: 0;
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: transform 0.6s cubic-bezier(0.4,0,0.2,1), box-shadow 0.6s cubic-bezier(0.4,0,0.2,1);
}

.e-con.portfolio-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 100%);
    border-radius: 10px;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.4,0,0.2,1);
}

.e-con.portfolio-item:hover::before {
    transform: translateY(-10px);
    box-shadow: 0 18px 36px rgba(0,0,0,0.28);
}

.e-con.portfolio-item:hover::after {
    opacity: 0;
}

.e-con.portfolio-item > * {
    position: relative;
    z-index: 2;
}

.e-con.portfolio-item.portfolio-1::before {
    background-image: url("https://websited.lt/wp-content/uploads/2025/12/andrestata-scaled.png");
}

.e-con.portfolio-item.portfolio-2::before {
    background-image: url("https://websited.lt/wp-content/uploads/2025/12/kvikas-scaled.png");
}

.e-con.portfolio-item.portfolio-3::before {
    background-image: url("https://websited.lt/wp-content/uploads/2025/12/avonia-scaled.png");
}

/* Portfolio number */
.portfolio-number {
    font-size: 150px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    position: relative;
    z-index: 2;
    color: #fff !important;
}

/* Portfolio title */
.portfolio-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    position: relative;
    z-index: 2;
}

.e-con.portfolio-item .elementor-widget-heading .elementor-heading-title {
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 4px;
    display: inline-block;
    background: transparent;
    transition: color 0.6s cubic-bezier(0.4,0,0.2,1), background 0.6s cubic-bezier(0.4,0,0.2,1), backdrop-filter 0.6s cubic-bezier(0.4,0,0.2,1);
}

.e-con.portfolio-item:hover .elementor-widget-heading .elementor-heading-title {
    color: #000 !important;
    background: rgba(241,239,231,0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Apie mus sekcija */
.apie-mus-sekcija {
    position: relative;
}

/* Animuojami elementai */
.komanda,
.kodel-mes,
.kontaktai,
.susisiekite,
.interneto-svetaines,
.elektronines-parduotuves,
.puslapiu-talpinimas,
.nuorodos,
.informacija,
.sekite-mus-footer,
.teises-saugomos {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s cubic-bezier(0.4,0,0.2,1), transform 0.4s cubic-bezier(0.4,0,0.2,1);
}

.komanda.matoma,
.kodel-mes.matoma,
.kontaktai.matoma,
.susisiekite.matoma,
.interneto-svetaines.matoma,
.elektronines-parduotuves.matoma,
.puslapiu-talpinimas.matoma,
.nuorodos.matoma,
.informacija.matoma,
.sekite-mus-footer.matoma,
.teises-saugomos.matoma {
    opacity: 1;
    transform: translateY(0);
}

/* Elementor editor - rodyti viską */
.elementor-editor-active .bloko-title,
.elementor-editor-active .e-con.portfolio-item,
.elementor-editor-active .komanda,
.elementor-editor-active .kodel-mes,
.elementor-editor-active .kontaktai,
.elementor-editor-active .susisiekite,
.elementor-editor-active .interneto-svetaines,
.elementor-editor-active .elektronines-parduotuves,
.elementor-editor-active .puslapiu-talpinimas,
.elementor-editor-active .nuorodos,
.elementor-editor-active .informacija,
.elementor-editor-active .sekite-mus-footer,
.elementor-editor-active .teises-saugomos {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.kontaktai-sekcija .elementor-widget-lottie {
    z-index: 12 !important;
}

.elementor-element-6edc875 .e-lottie__container {
    pointer-events: auto !important;
}/* End custom CSS */