/* Global */
.site-main {
    overflow-x: hidden;
}

.page-id-11 .site-main {
    overflow: inherit;
}

span.text-decoration {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

/* Header */
.elementor-element.elementor-sticky {
    transition: all .3s cubic-bezier(.16, .9, .45, 1);
}

.elementor-element.elementor-sticky {
    background-color: rgba(0, 0, 0, 0);
    transition: all .5s linear;
}

.elementor-element.elementor-sticky.header-scrolled {
    background-color: rgba(0, 0, 0, 0.85) !important;
    padding-bottom: 20px;
    transition: all .5s linear;
}

.elementor-sticky.header-scrolled .menu-hamburger__container {
    transition: all .5s linear;
}


.home .elementor-sticky.header-scrolled .elementor-widget-image img,
.elementor-sticky.header-scrolled.header-logo-dark .elementor-widget-image img {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.home .elementor-sticky.header-scrolled .elementor-widget-image,
.elementor-sticky.header-scrolled.header-logo-dark .elementor-widget-image {
    background-image: url('/wp-content/uploads/2025/05/logo-white.svg');
    background-repeat: no-repeat;
}

.elementor-widget-button .elementor-button {
    text-align: left;
}

.elementor-widget-button .elementor-button:hover {
    cursor: url("/wp-content/uploads/2025/06/cursor.png") 15 15, auto;
}

.elementor-widget-button:not(.btn-secondary):not(.menu-hamburger) .elementor-button .elementor-button-text {
    position: relative;
    display: flex;
    gap: 12px;
    align-items: flex-end;
    padding-left: 14px;
}

.elementor-widget-button:not(.btn-secondary):not(.menu-hamburger) .elementor-button .elementor-button-text:before {
    content: "";
    position: absolute;
    top: calc(100% + 2px);
    display: block;
    background: #707070;
    height: 1px;
    width: 18px;
    left: -12px;
    transition: width .3s cubic-bezier(.16, .9, .45, 1);
}

.elementor-widget-button:not(.btn-secondary) .elementor-button:hover .elementor-button-text:before {
    width: calc(100% + 10px);
}

.elementor-widget.elementor-widget-breadcrumbs,
.elementor-widget.elementor-widget-breadcrumbs a {
    font-size: 14px;
}

/* Icon - scrol down */
.elementor-element.btn-scroll--down .elementor-button-link,
.elementor-element.project-single__slider .elementor-swiper-button.elementor-swiper-button-next {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: white;
}

.elementor-element.btn-scroll--down .elementor-button-link .arrow-icon,
.eelementor-element.project-single__slider .elementor-swiper-button.elementor-swiper-button-next .arrow-icon {
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.elementor-element.btn-scroll--down .elementor-button-link .elementor-button-icon svg {
    width: 50px;
    height: 50px;
}

.elementor-element.btn-scroll--down .elementor-button-link .arrow-icon--circle,
.elementor-element.project-single__slider .elementor-swiper-button.elementor-swiper-button-next .arrow-icon--circle {
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}

.elementor-element.btn-scroll--down .elementor-button-link:hover .arrow-icon--circle,
.elementor-element.project-single__slider .elementor-swiper-button.elementor-swiper-button-next:hover .arrow-icon--circle {
    stroke-dashoffset: 0;
}

/* .elementor-widget-n-carousel.slider-awards .elementor-swiper-button.elementor-swiper-button-next rect {
    stroke-dasharray: 254;
    stroke-dashoffset: 254;
    transition: stroke-dashoffset 0.8s ease;
}

.elementor-widget-n-carousel.slider-awards .elementor-swiper-button.elementor-swiper-button-next:hover rect {
    stroke-dashoffset: 0;
} */

/* 	text-underline animate */
.underline-trigger span.text-underline {
    text-decoration: none;

    background-image:
        linear-gradient(to right, transparent, transparent),
        linear-gradient(to right, white, white);

    background-size: 100% 2px, 0 2px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 3s ease;
}

.underline-trigger span.text-underline.animate {
    background-size: 0 2px, 100% 2px;
}

/* animate heading */
.elementor-element.heading--animate .elementor-heading-title {
    display: inline-block;
    overflow: hidden;
    animation: 0.3s swift-up ease-in-out forwards;
}

.elementor-element.heading--animate .elementor-heading-title i {
    font-style: normal;
    position: relative;
    animation: .5s swift-up ease-in-out forwards;
}

.elementor-element.heading--animate .elementor-heading-title span {
    display: inline-block;
    overflow: hidden;
    animation: .3s swift-up ease-in-out forwards;
}


.privacy-policy .page-content {
    padding-top: 100px;

}

/* Placeholder */
.elementor-element.section-placeholder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.elementor-element.section-placeholder .loader a {
    position: relative;
}

.elementor-element.section-placeholder .loader a:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 21px;
    left: 17px;
    height: 1px;
    width: 78px;
    background-color: #fff;
}

.e-loop-nothing-found-message .e-loop-nothing-found-message__text {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.section-animate-up .elementor-loop-container .e-loop-item {
    opacity: 0;
}

.elementor-editor-active .section-animate-up .elementor-loop-container .e-loop-item {
    opacity: 1;
}

.section-animate-up.animate-block-up .elementor-widget-container .e-loop-item {
    animation: fadeInUp 1s ease-out forwards;
}

.section-animate-up.animate-block-up .elementor-widget-container .e-loop-item:nth-child(odd) {
    animation-delay: .5s;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    pointer-events: none;
}

.offer__list .offer__item .elementor-widget-theme-post-featured-image img {
    aspect-ratio: 3 / 2;
    /* max-height: 336px; */
    /* object-fit: cover; */
}

/* Menu */
.elementor-widget-button.menu-hamburger {
    transition: all 0.3s ease;
}

.elementor-widget-button.menu-hamburger.active {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.elementor-popup-modal.menu-content .dialog-close-button svg {
    opacity: 0;
    visibility: hidden;
}

.elementor-widget-button.menu-hamburger .elementor-button-text {
    opacity: 0;
    visibility: hidden;
    width: 0;
}

.menu-hamburger.elementor-widget-button .elementor-button-link .elementor-button-content-wrapper {
    transition: all .3s ease;
}

.menu-hamburger.elementor-widget-button .elementor-button-link svg {
    opacity: 0;
    visibility: hidden;
}

.menu-hamburger.elementor-widget-button .elementor-button-content-wrapper {
    gap: 0;
}

.menu-hamburger.elementor-widget-button .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
    position: relative;
    background: #fff;
    height: 1px;
}

.menu-hamburger.elementor-widget-button .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 1px;
    transition: all .3s ease;
}

.menu-hamburger.elementor-widget-button .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon:after {
    content: '';
    position: absolute;
    background: #fff;
    height: 1px;
    transition: all .3s ease;
}

.menu-hamburger.elementor-widget-button .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon:after {
    transform: translateX(-10px);
    transition: all .3s ease;
}

.menu-hamburger.elementor-widget-button .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon:before {
    transform: translateX(-10px);
    transition: all .3s ease;
}

.elementor-popup-modal.menu-content .dialog-close-button {
    background-image: url('/wp-content/uploads/2025/05/icon-close.svg');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 90;
}

.elementor-nav-menu--main .menu-item .elementor-item {
    position: relative;
    width: fit-content;
}

.elementor-nav-menu--main .menu-item .elementor-item:after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    height: 1px;
    background: #fff;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: 0 100%;
    transition: all 0.3s ease;
    z-index: -1;
}

.elementor-nav-menu--main .menu-item .elementor-item:hover:after {
    opacity: 1;
    transform: scaleX(1);
}

.header-menu .elementor-nav-menu__container .menu-item
.menu-mobile .e-n-menu .e-n-menu-heading .e-n-menu-item  {
    opacity: 0;
    transform: translateY(10px);
    animation: fadeSlideInHeader .35s ease forwards;
}

.header-menu .elementor-nav-menu__container .menu-item:nth-child(1),
.menu-mobile .e-n-menu .e-n-menu-heading .e-n-menu-item:nth-child(1){
    animation-delay: .15s;
}

.header-menu .elementor-nav-menu__container .menu-item:nth-child(2),
.menu-mobile .e-n-menu .e-n-menu-heading .e-n-menu-item:nth-child(2) {
    animation-delay: .3s;
}

.header-menu .elementor-nav-menu__container .menu-item:nth-child(3),
.menu-mobile .e-n-menu .e-n-menu-heading .e-n-menu-item:nth-child(3) {
    animation-delay: .55s;
}

.header-menu .elementor-nav-menu__container .menu-item:nth-child(4),
.menu-mobile .e-n-menu .e-n-menu-heading .e-n-menu-item:nth-child(4){
    animation-delay: .7s;
}

.header-menu .elementor-nav-menu__container .menu-item:nth-child(5),
.menu-mobile .e-n-menu .e-n-menu-heading .e-n-menu-item:nth-child(5){
    animation-delay: .85s;
}

.header-menu .elementor-nav-menu__container .menu-item:nth-child(6),
.menu-mobile .e-n-menu .e-n-menu-heading .e-n-menu-item:nth-child(6) {
    animation-delay: 1s;
}

.header-menu .elementor-nav-menu__container .menu-item:nth-child(7) {
    animation-delay: 1.15s;
}

.header-menu .elementor-nav-menu__container .menu-item:nth-child(8) {
    animation-delay: 1.30s;
}

/* .elementor-sticky:not(.header-scrolled) .elementor-widget-button.menu-hamburger svg.path-wrapper {
    transition: transform 0.3s ease;
  }

.elementor-sticky:not(.header-scrolled) .elementor-widget-button.menu-hamburger svg:hover .path-wrapper.left {
    transform: translateX(-5px);
  } */


/* Animate text */
.elementor-element.marquee-content {
    display: inline-block;
    width: fit-content;
}

.elementor-element.marquee-content .elementor-heading-title {
    display: inline-block;
    /* padding-left: 100%; */
    width: max-content;
    animation: marquee-left 8s linear infinite;
}

/* Home page */

.slider__home-page .swiper-wrapper .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    background: rgba(0, 0, 0, .2);
}

.slider__home-page .swiper-wrapper .swiper-slide .elementor-widget-image img {
    animation: kenBurnsZoom 20s linear infinite;
}

.home .home-page__slider .swiper .elementor-slides .swiper-slide-bg {
    position: relative;
    z-index: 1;
}

.home .home-page__slider .swiper .elementor-slides .swiper-slide-bg:after,
.home-page__video .e-hosted-video.elementor-wrapper.elementor-open-inline:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .2);
}

.home .home-page__slider .swiper .elementor-slides .swiper-slide-inner {
    z-index: 3;
}

.home .home-page__slider .swiper .swiper-pagination {
    display: flex;
    flex-direction: column;
    gap: 8px;
    bottom: 0;
}

/* Hover images */
.offer__item .elementor-widget-theme-post-featured-image,
.projects__item .elementor-widget-theme-post-featured-image,
.elementor-element.projects__item .elementor-widget-image,
.posts-list__item .elementor-widget-theme-post-featured-image {
    position: relative;
    transition: all 0.6s cubic-bezier(0.16, 0.9, 0.45, 1);
    overflow: hidden;
}

.offer__item .elementor-widget-theme-post-featured-image img,
.projects__item .elementor-widget-theme-post-featured-image img,
.elementor-element.projects__item .elementor-widget-image img,
.posts-list__item .elementor-widget-theme-post-featured-image img {
    width: 100%;
    object-fit: cover;
    transition: all .6s cubic-bezier(.16, .9, .45, 1);
}

.offer__item:hover .elementor-widget-theme-post-featured-image,
.projects__item:hover .elementor-widget-theme-post-featured-image,
.elementor-element.projects__item:hover .elementor-widget-image,
.posts-list__item:hover .elementor-widget-theme-post-featured-image {
    transform: scale(0.95);
}

.offer__item:hover .elementor-widget-theme-post-featured-image img,
.projects__item:hover .elementor-widget-theme-post-featured-image img,
.elementor-element.projects__item:hover .elementor-widget-image img,
.posts-list__item:hover .elementor-widget-theme-post-featured-image img {
    transform: scale(1.1);
}

.content-archive__list .elementor.projekt.type-projekt {
    display: flex;
    height: 100%;
}


@media screen and (min-width: 768px) {
    .offer__list .elementor.oferta.type-oferta {
        display: flex;
        height: 100%;
    }

    .offer__list a.elementor-element.offer__item {
        height: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024.98px) {
    .projects__list:not(.projects__item--subpage) .elementor-loop-container.elementor-grid>.e-loop-item:nth-of-type(1) .elementor-widget-theme-post-featured-image img {
        height: 41vw;
    }
}

@media screen and (min-width: 1025px) {
    .offer__list .elementor-loop-container.elementor-grid>.e-loop-item .offer__item--content {
        max-width: 329px;
    }

    .offer__list .elementor-loop-container.elementor-grid>.e-loop-item:nth-of-type(2) .offer__item--content {
        max-width: 356px;
    }

    .projects__list .elementor-loop-container.elementor-grid>.e-loop-item:nth-of-type(1) .elementor-widget-theme-post-featured-image img {
        /* height: 28.15vw; */
    }

    .projects__list .elementor-loop-container.elementor-grid .elementor-widget-theme-post-featured-image img {
        max-height: 530px;
        aspect-ratio: 3/2;
        object-fit: cover;
    }


    .elementor-location-header .elementor-nav-menu--main .menu-item .elementor-item {
        position: relative;
    }

    .elementor-location-header .elementor-nav-menu--main .menu-item .elementor-item:hover:after,
    .elementor-location-header .elementor-nav-menu--main .menu-item .elementor-item.current_page_item:after {
        opacity: 1;
        transform: scaleX(1);
        width: 100%;
        top: 90%;
    }

    .elementor-nav-menu .menu-item.menu-item-has-children .sub-arrow svg {
        opacity: 0;
        visibility: hidden;
    }

    .elementor-nav-menu .menu-item.menu-item-has-children .sub-arrow {
        position: relative;
        top: -2px;
        background-image: url('/wp-content/uploads/2025/05/icon-arrow-down.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }

    .elementor-nav-menu>li:last-child>a {
        padding-right: 0 !important;
    }

    .elementor-location-header .elementor-nav-menu--main .sub-menu {
        padding-block: 37px 39px;
        padding-inline: 36px;
    }

    .elementor-location-header .elementor-nav-menu--main .sub-menu>*+* {
        margin-top: 18px;
    }

    .elementor-location-header .elementor-nav-menu--main .sub-menu .elementor-sub-item {
        position: relative;
        padding: 0 0 5px 0;
        margin-inline: 0;
        border: 0;
        width: max-content;
    }

    .elementor-location-header .elementor-nav-menu--main .sub-menu .elementor-sub-item:after {
        content: "";
        position: absolute;
        left: 0;
        display: block;
        height: 1px;
        background: #fff;
        opacity: 0;
        transform: scaleX(0);
        transform-origin: 0 100%;
        transition: all 0.3s ease;
        z-index: 10;
    }

    .elementor-location-header .elementor-nav-menu--main .sub-menu .elementor-sub-item:hover:after {
        opacity: 1;
        transform: scaleX(1);
        width: 100%;
        top: 90%;
    }
}

@media screen and (min-width: 1671px) and (max-width: 1920px) {

    .elementor-element.projects__container,
    .elementor-element.section-awards__action,
    .home-page__slider .swiper-wrapper .swiper-slide-inner,
    .elementor-element.section__padding-box {
        padding-left: calc(clamp(1rem, -44.4240rem + 43.5200vw, 7.8rem) - 12px) !important;
    }

    .elementor-element.section__padding-box--right {
        padding-right: calc(clamp(1rem, -44.4240rem + 43.5200vw, 7.8rem) - 12px) !important;
    }
}

@media screen and (min-width: 1921px) and (max-width: 2534.98px){

    .elementor-element.section-awards__action.elementor-element.projects__container,
    .elementor-element.section-awards__action,
    .home-page__slider .swiper-wrapper .swiper-slide-inner,
    .elementor-element.section__padding-box {
        padding-left: calc(clamp(7.8rem, -51.9202rem + 49.7409vw, 25.8rem) - 15px) !important;
    }
}

@media screen and (min-width: 2540px) and (max-width: 2586px){

    .elementor-element.section-awards__action.elementor-element.projects__container,
    .elementor-element.section-awards__action,
    .home-page__slider .swiper-wrapper .swiper-slide-inner,
    .elementor-element.section__padding-box {
        padding-left: calc(clamp(7.8rem, -51.9202rem + 49.7409vw, 25.8rem) + 18px) !important;
    }
}

@media screen and (min-width: 2587px) and (max-width: 3809px){

    .elementor-element.section-awards__action.elementor-element.projects__container,
    .elementor-element.section-awards__action,
    .home-page__slider .swiper-wrapper .swiper-slide-inner,
    .elementor-element.section__padding-box {
        padding-left: 37rem !important;
    }
}

@media screen and (min-width: 3810px) and (max-width: 3999px) {

    .elementor-element.section-awards__action.elementor-element.projects__container,
    .elementor-element.section-awards__action,
    .home-page__slider .swiper-wrapper .swiper-slide-inner,
    .elementor-element.section__padding-box {
        padding-left: 66.5rem !important;
    }
}

@media screen and (min-width: 4000px) and (max-width: 5716px) {
    .elementor-element.section-awards__action.elementor-element.projects__container,
    .elementor-element.section-awards__action,
    .home-page__slider .swiper-wrapper .swiper-slide-inner,
    .elementor-element.section__padding-box {
        padding-left: clamp(66.5rem, -72.2755rem + 55.5102vw, 126rem) !important;
    }
}

@media screen and (min-width: 5717px) {
    .elementor-element.section-awards__action.elementor-element.projects__container,
    .elementor-element.section-awards__action,
    .home-page__slider .swiper-wrapper .swiper-slide-inner,
    .elementor-element.section__padding-box {
        padding-left: 126rem !important;
    }
}

/* Home page - section Awards */
.elementor-element.slider-awards .swiper-wrapper .swiper-slide .slider-awards__slide--title {
    opacity: 0;
}

.elementor-element.slider-awards.slider-awards-fadeIn .swiper-slide .slider-awards__slide--title {
    animation: fadeIn .3s linear forwards 1.5s;
}

@media screen and (max-width: 767.98px) {

    .elementor-widget-n-carousel.slider-awards .elementor-swiper-button.elementor-swiper-button-next,
    .elementor-element.slider-similar-projects .elementor-swiper-button.elementor-swiper-button-next {
        display: none;
    }

    .elementor-widget-n-carousel.slider-awards .swiper-pagination,
    .elementor-widget-n-carousel.slider-similar-project .swiper-pagination {
        top: calc(100% + 14px) !important;
    }

    .elementor-widget-n-carousel.slider-awards .swiper-pagination .swiper-pagination-bullet,
    .elementor-element.slider-similar-projects .swiper-pagination .swiper-pagination-bullet {
        background-color: #FFFFFF;
        width: 8px;
        height: 8px;
        margin-inline: 5px;
    }

}

@media screen and (min-width: 768px) {

    .elementor-widget-n-carousel.slider-awards>.elementor-widget-container,
    .elementor-element.slider-similar-projects>.elementor-widget-container {
        width: 83vw !important;
    }
}

@media screen and (min-width: 1025px) {

    .elementor-element.slider-similar-projects .elementor-swiper-button.elementor-swiper-button-next {
        background-color: #0F0F0F;
        padding: 10px 90px 60px 0;
    }

    .elementor-element.slider-similar-projects .elementor-swiper-button.elementor-swiper-button-next:hover {
        padding-left: 30px;
    }

    .elementor-widget-n-carousel.slider-awards .elementor-swiper-button.elementor-swiper-button-next {
        padding: 10px 0;
    }

    .elementor-widget-n-carousel.slider-awards .elementor-swiper-button.elementor-swiper-button-next svg,
    .elementor-element.slider-similar-projects .elementor-swiper-button.elementor-swiper-button-next svg {
        width: 81px;
        height: 10px;
        transition: all .3s ease;
    }

    .elementor-widget-n-carousel.slider-awards .elementor-swiper-button.elementor-swiper-button-next,
    .elementor-element.slider-similar-projects .elementor-swiper-button.elementor-swiper-button-next {
        transition: all .3s ease;
    }

    .elementor-widget-n-carousel.slider-awards .elementor-swiper-button.elementor-swiper-button-next:hover {
        right: calc(clamp(1.2rem, -2.8656rem + 6.3464vw, 4.75rem) - 20px);
    }

    .elementor-widget-n-carousel.slider-awards .elementor-swiper-button.elementor-swiper-button-next:hover svg {
        width: 60px;
    }

    .elementor-element.slider-similar-projects .elementor-swiper-button.elementor-swiper-button-next:hover svg {
        width: 60px;
    }

    .elementor-widget-n-carousel.slider-awards .swiper-wrapper .swiper-slide.swiper-slide-duplicate-prev .elementor-widget-heading {
        opacity: 0;
        visibility: hidden;
    }

}

/* Home page - We have worked for*/
.section-partner .section-partner__slider .elementor-carousel-image {
    background-size: contain;
}

/* Slider Similar projects  */
.slider-similar-projects .elementor-widget-container .swiper .swiper-slide:not(.swiper-slide-active) .elementor-widget-theme-post-featured-image,
.slider-similar-projects .elementor-widget-container .swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-duplicate) .elementor-widget-theme-post-featured-image {
    background: #000 !important;
}

.slider-similar-projects .elementor-widget-container .swiper .swiper-slide.swiper-slide:not(.swiper-slide-active) .elementor-widget-theme-post-featured-image img {
    mix-blend-mode: luminosity;
}

.slider-similar-projects.single-realization__post-list .swiper .swiper-slide.swiper-slide-duplicate .elementor-widget-heading {
    /* opacity: 0;
    visibility: hidden; */
}

.slider-similar-projects .slider-similar-projects__title {
    opacity: 0;
}

.slider-similar-projects.slider-similar-projects-fadeIn .slider-similar-projects__title {
    animation: fadeIn .3s linear forwards 1.5s;
}

@media screen and (min-width: 768px) {
    .elementor-element.slider-similar-projects>.elementor-widget-container {
        width: 85vw !important;
    }

    .elementor-element.slider-similar-projects .swiper-slide .elementor-heading-title {
        max-width: 85%;
    }
}


/* Single realization */
.gallery-media img {
    max-height: 85vh;
}

.single-realization__data .single-realization__item--data-item {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.single-realization__data .single-realization__item--heading {
    text-transform: uppercase;
}

.single-realization__data .single-realization__item--data-item {
    display: flex;
    align-items: end;
    border-bottom: 1px solid #707070;
    padding-top: 30px;
}


.single-realization__small-gallery .gallery-video video {
    height: 100%;
}


.single-realization__small-gallery .gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-realization__large-gallery .single-realization__large-gallery-block,
.section-animate .elementor-widget-container .e-loop-item {
    opacity: 0;
}


.single-realization__large-gallery .single-realization__large-gallery-item .gallery-image {
    text-align: center;
}

.section-animate.animate-block .elementor-widget-container .e-loop-item:nth-child(even) {
    animation: fadeInLeft 1.25s ease forwards;
}

.section-animate.animate-block .elementor-widget-container .e-loop-item:nth-child(odd) {
    animation: fadeInRight 1.25s ease forwards;
}

.single-realization__large-gallery .single-realization__large-gallery-block:nth-child(odd).visible {
    animation: fadeIn 1.25s ease forwards; 
}

.single-realization__large-gallery .single-realization__large-gallery-block:nth-child(even).visible {
    animation: fadeIn 1.25s ease forwards .25s;
}

#select-kategoria-realizacji option[value=""] {
    display: none;
}

.single-realization__small-gallery:not(.small-gallery--with-video) .single-realization__small-gallery-item .gallery-image {
    height: 321px;
    overflow: hidden;
} 
/* 
.single-realization__small-gallery .single-realization__small-gallery-item:not(:has(.gallery-video)) {
    height: 321px;
    overflow: hidden;
} */

.single-realization__small-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

img.post-banner {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top left;
    max-height: 85vh;
}

/* Archiwum */
.content-archive__list .elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 30px; */
}

.content-archive__list .elementor-pagination .page-numbers.next,
.content-archive__list .elementor-pagination .page-numbers.prev {
    opacity: .7;
}

.content-archive__list .elementor-pagination .page-numbers.next:hover,
.content-archive__list .elementor-pagination .page-numbers.prev:hover {
    opacity: 1;
}

.content-archive__list .projects__item .elementor-widget-theme-post-featured-image img {
    aspect-ratio: 3 / 2;
    max-height: 449px;
}

/* Single Post */
.single-post .elementor-widget-theme-post-content .wp-block-image {
    margin-inline: 0;
    width: 100%;
}

.single-post .elementor-widget-theme-post-content .wp-block-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.single-post .elementor-widget-theme-post-content .wp-block-list {
    margin-left: 16px;
}

.elementor-widget-slides.project-single__slider .elementor-swiper .elementor-slide-heading {
    position: relative;
    top: 34px;
}

.elementor-element.project-single__slider .elementor-swiper-button.elementor-swiper-button-next svg {
    width: 50px;
    height: 50px;
}

.posts-list__item .elementor-widget-heading .elementor-heading-title>a {
    font-weight: 500;
}

.elementor-element.contact-detalist .elementor-widget-container>*+* {
    margin-top: 30px;
}

.elementor-widget-image-carousel.section-partner__slide .swiper .swiper-slide-image {
    object-position: center;
}

/* Contact form */

.contact__form .elementor-field-group .elementor-field-label,
.contact__form .form-wrap label {
    position: relative;
    left: 20px;
    top: 30px;
    transform: translatey(10px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s cubic-bezier(.16, .9, .45, 1);
}

.contact__form .form-wrap label {
    font-size: 12px;
    line-height: 14px;
}

.contact__form .elementor-field-group.-filled .elementor-field-label,
.contact__form .form-wrap.-filled label {
    transform: translatey(0px);
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.contact__form .elementor-field-group input.elementor-field::placeholder,
.contact__form .form-wrap .wpcf7-form-control::placeholder {
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF !important;
    opacity: 1;
}

.contact__form .elementor-field-group input.elementor-field:focus,
.contact__form .elementor-field-group input.elementor-field:focus-visible {
    border: 1px solid #fff;
    box-shadow: none;
}

/* .contact__form .form-wrap input.wpcf7-form-control:-webkit-autofill {
    appearance: none;
    background-color: transparent !important;
    color: #fff !important;
    -webkit-text-fill-color: transparent !important;
} */

.contact__form .elementor-field-type-textarea textarea.elementor-field-textual,
.contact__form .form-wrap .wpcf7-form-control.wpcf7-textarea {
    background-color: #A7A7A7 !important;
    color: #000 !important;
}

.contact__form .form-wrap p {
    margin-bottom: 0;
}

/* 
.contact__form .elementor-field-type-textarea textarea.elementor-field-textual {
    background-color: #A7A7A7 !important;
} */

.contact__form .elementor-field-type-textarea textarea.elementor-field-textual::placeholder,
.contact__form .form-wrap .wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #000 !important;
    opacity: 1;
    line-height: 24px;
    font-weight: 400;
}

.contact__form .form-checkbox .wpcf7-form-control-wrap .wpcf7-list-item {
    margin-left: 0;
}

.contact__form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option,
.contact__form .form-checkbox .wpcf7-form-control-wrap .wpcf7-list-item label {
    display: flex;
    gap: 18px;
    align-items: start;
}

.contact__form .elementor-field-type-acceptance .elementor-field-option input[type="checkbox"],
.contact__form .form-checkbox .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"] {
    appearance: none !important;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border: 1px solid #676767 !important;
    width: 38px;
    height: 38px;
    padding: 16px 18px;
}

.contact__form .elementor-field-type-acceptance .elementor-field-option input:before,
.contact__form .form-checkbox .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/wp-content/uploads/2025/05/acceptance-white.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    opacity: 0;
}

.contact__form .elementor-field-type-acceptance .elementor-field-option input:checked,
.contact__form .form-checkbox .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"]:checked {
    border: 1px solid #fff !important;
}

.contact__form .elementor-field-type-acceptance .elementor-field-option input:checked:before,
.contact__form .form-checkbox .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"]:checked::before {
    opacity: 1;
}

.contact__form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.contact__form .form-checkbox .wpcf7-form-control-wrap .wpcf7-list-item label {
    font-size: 12px !important;
    line-height: 14px !important;
    opacity: 1;
    color: #fff;
}

.contact__form .elementor-field-group.elementor-field-type-submit,
.form-action p {
    width: max-content;
}

.contact__form .elementor-field-type-submit .elementor-button,
.form-action .wpcf7-submit {
    padding-left: 14px;
}

.contact__form .elementor-field-type-submit .elementor-button:hover,
.form-action .wpcf7-submit:hover {
    cursor: url("/wp-content/uploads/2025/06/cursor.png") 15 15, pointer;
}

.contact__form .form-action p {
    position: relative;
}

.contact__form .form-action p::before {
    width: 18px;
    top: 22px;
}

.contact__form .form-action p:hover:before {
    width: calc(100% + 22px);
}

.contact__form .form-action .wpcf7-spinner {
    display: block;
    height: 0;
}

.contact__form .form-action input[type="submit"] {
    color: #fff;
}

.contact__form .elementor-field-type-submit .elementor-button .elementor-button-text:before,
.form-action p:before {
    content: "";
    position: absolute;
    top: calc(100% - 6px);
    display: block;
    background: #707070;
    height: 1px;
    width: 18px;
    left: -5px;
    transition: width .3s cubic-bezier(.16, .9, .45, 1);
}

.contact__form .elementor-field-type-submit .elementor-button:hover .elementor-button-text:before {
    width: 100%;
}

.contact__form .elementor-field-group .elementor-field-textual:focus {
    box-shadow: none;
}

.contact-form .elementor-field-group .elementor-field-textual::placeholder {
    opacity: 1;
}

.contact__form .elementor-field-group .elementor-field-type-textarea .elementor-field-textual:focus-visible,
.contact__form .elementor-field-type-textarea .elementor-field-textual:focus,
.contact__form .form-wrap .wpcf7-form-control:focus {
    border: 1px solid #fff;
    outline: none;
}

.contact__form .elementor-field-group input.elementor-upload-field {
    border: 0;
}

.contact__form.career-application__form .elementor-field-group.elementor-field-type-upload .elementor-upload-field {
    position: relative;
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    appearance: none;
}

.contact__form .codedropz-upload-handler {
    position: relative;
    border: none;
    margin-bottom: 0;
    margin-top: 8px;
}

.contact__form .codedropz-upload-wrapper .codedropz-upload-inner {
    display: flex;
    gap: 4px;
}

.contact__form .codedropz-upload-wrapper .codedropz-upload-inner h6 {
    font-size: 20px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    padding-left: 10px;
}

/* .contact__form .codedropz-upload-wrapper .codedropz-upload-inner .cd-upload-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url('/wp-content/uploads/2025/05/icon-plus.svg');
    background-repeat: no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    z-index: 30;
} */

.contact__form .codedropz-upload-wrapper .codedropz-upload-inner span:not(.text-small),
.contact__form .codedropz-upload-wrapper .dnd-upload-counter,
.contact__form .codedropz-upload-wrapper .codedropz-upload-inner h6 {
    display: none;
}

.contact__form .codedropz-upload-wrapper .codedropz-upload-inner .cd-upload-btn {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 5px;
}

.contact__form .codedropz-upload-wrapper .codedropz-upload-inner .cd-upload-btn .text-small {
    font-size: 12px;
}

.contact__form .codedropz-upload-wrapper .codedropz-upload-inner .codedropz-btn-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    background-image: url('/wp-content/uploads/2025/05/icon-plus.svg');
    background-repeat: no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
    /* transform: translateY(-50%); */
    z-index: 30;
}

.contact__form.career-application__form .elementor-field-group .elementor-field.elementor-upload-field {
    font-size: 12px !important;
    line-height: 1 !important;
    padding: 0;
}

.contact__form.career-application__form .elementor-field-group.elementor-field-type-upload .elementor-upload-field.file-selected input[type="file"]::-webkit-file-upload-button {
    opacity: 0;
    width: 0;
}

.contact__form.career-application__form .elementor-field-group.elementor-field-type-upload .elementor-upload-field:not(.file-selected):before {
    content: "\002B  DOŁĄCZ PLIKI";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0F0F0F;
    width: 100%;
    padding-block: 30px 20px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.6px;
    display: inline-block;
    transition: all .3s ease;
}

.contact__form.career-application__form .elementor-field-group.elementor-field-type-upload .elementor-upload-field:not(.file-selected):after {
    content: "(max 10MB)";
    position: absolute;
    background-color: #0F0F0F;
    top: 8px;
    left: 184px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    padding-block: 30px 20px;
    transition: all .3s ease;
}

.contact__form.career-application__form .elementor-field-group .elementor-field {
    font-size: 22px !important;
    line-height: 26px !important;
}

.contact__form .elementor-message {
    margin-top: 30px;
    text-align: right;
}

.content-archive__list .elementor-loop-container .e-loop-item .projects__item,
.category-projects__list .elementor-loop-container .e-loop-item .category-projects__item {
    opacity: 0;
}

.content-archive__list .elementor-loop-container .e-loop-item .projects__item.animate-fadeInUp,
.category-projects__list .elementor-loop-container .e-loop-item .category-projects__item.animate-fadeInUp {
    animation: fadeInUp .5s ease-out forwards;
}

@media screen and (max-width: 767.98px) {
    .elementor-widget.elementor-widget-image img {
        max-height: 85vh;
    }

    .content-archive__list .elementor-loop-container .e-loop-item .projects__item.animate-fadeInUp {
        animation-delay: 0s !important;
    }

    .contact__form .elementor-field-group.elementor-field-type-acceptance,
    .contact__form .contact-form__container--bottom {
        margin-top: 19px;
    }

    .contact__form .elementor-field-type-submit {
        margin-top: 41px;
    }

    .contact__form.elementor-widget-form .elementor-form-fields-wrapper .elementor-field-group {
        margin-bottom: 5px;
    }

    .contact__form .form-wrap {
        line-height: 1;
    }

    .contact__form .elementor-field-group input.elementor-field::placeholder,
    .contact__form .elementor-field-type-textarea textarea.elementor-field-textual::placeholder,
    .contact__form .form-wrap .wpcf7-form-control::placeholder,
    .contact__form .form-wrap .wpcf7-form-control.wpcf7-textarea::placeholder {
        font-size: 16px;
    }

    .contact__form .elementor-field-group input.elementor-field,
    .contact__form .form-wrap .wpcf7-form-control {
        font-size: 25px !important;
        line-height: 31px !important;
    }

    .home-page__video.elementor-element,
    .home-page__video.elementor-element .elementor-video {
        height: 560px;
    }

    .contact__form .form-action {
        margin-top: 41px;
    }

    .single-realization__small-gallery .single-realization__small-gallery-item .gallery-media.gallery-video,
    .single-realization__small-gallery .single-realization__small-gallery-item {
        /* height: 23.5vw; */
        width: 100%;
    }

    .single-realization__small-gallery {
        gap: 0px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024.98px) {
    .contact__form .elementor-field-type-submit {
        margin-top: 30px;
    }

    .contact__form .elementor-field-group.elementor-field-type-acceptance,
    .contact__form .contact-form__container--bottom {
        margin-top: 40px;
    }

    .contact__form .contact-form__container--bottom {
        align-items: flex-end;
    }

    .section-partner__slide.elementor-widget-image-carousel .swiper {
        width: 80vw !important;
    }

    .single-realization__small-gallery {
        gap: 45px;
    }

    .single-realization__small-gallery .single-realization__small-gallery-item {
        /* height: 23.5vw; */
        width: calc(50% - 45px);
    }
}

@media screen and (min-width: 768px) {

    .home-page__video.elementor-element,
    .home-page__video.elementor-element .elementor-video {
        height: 85vh;
    }

    /* .single-realization__small-gallery {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    } */

    .single-realization__small-gallery .single-realization__small-gallery-item .gallery-media.gallery-image {
        /* max-width: 40vw; */
    }

    /* .single-realization__small-gallery .single-realization__small-gallery-item .gallery-media.gallery-video,
    .single-realization__small-gallery .single-realization__small-gallery-item.small-gallery-img--with-video{
     width: 34vw; 
    } */

    .single-realization__small-gallery.small-gallery--with-video .single-realization__small-gallery-item,
    .single-realization__small-gallery .single-realization__small-gallery-item .small-gallery-img--with-video {
        width: 46.75%;
    }
    .single-realization__small-gallery .single-realization__small-gallery-item.small-gallery-img--with-video .gallery-image {
        /* height: 92%; */
    }

    .single-realization__large-gallery-block .single-realization__large-gallery--description {
        margin-top: 10px;
    }

    /* .single-realization__large-gallery .single-realization__large-gallery-item, */
    .single-realization__large-gallery .single-realization__large-gallery-block {
        max-width: 90%;
        margin-inline: auto;
    }

    /* .single-realization__large-gallery .single-realization__large-gallery-item:nth-child(odd) .single-realization__large-gallery--description {
        text-align: right;
    } */

    .single-realization__small-gallery .single-realization__small-gallery-item .single-realization__small-gallery--description {
        margin-top: 9px;
    }

    #select2-select-realization-category-results .select2-results__option[role="option"] {
        /* gap: 59px; */
        margin-right: 59px;
    }

    .contact__form.elementor-widget-form .elementor-widget-container .elementor-form-fields-wrapper {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-areas:
            "name     message"
            "email    message"
            "phone    message"
            "accept   accept"
            "submit   submit";
    }

    .contact__form .elementor-field-group.elementor-field-group-name {
        grid-area: name;
    }

    .contact__form .elementor-field-group.elementor-field-group-email {
        grid-area: email;
    }

    .contact__form .elementor-field-group.elementor-field-type-tel {
        grid-area: phone;
    }

    .contact__form .elementor-field-group.elementor-field-group-message {
        grid-area: message;
    }

    .contact__form .elementor-field-group.elementor-field-type-acceptance {
        grid-area: accept;
    }

    .contact__form .elementor-field-group.elementor-field-type-submit {
        grid-area: submit;
        margin-top: -38px;
        margin-left: auto;
    }

    .contact__form .elementor-field-type-textarea textarea.elementor-field-textual {
        height: 93%;
    }

    .contact__form .elementor-field-group input.elementor-field::placeholder,
    .contact__form .elementor-field-type-textarea textarea.elementor-field-textual::placeholder,
    .contact__form .form-wrap .wpcf7-form-control::placeholder,
    .contact__form .form-wrap .wpcf7-form-control.wpcf7-textarea::placeholder {
        font-size: 20px;
    }

    .contact__form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option {
        flex-basis: 50%;
        max-width: 50%;
    }

    .contact__form .form-action p {
        margin-left: auto;
    }

    .contact__form.career-application__form.elementor-widget-form .elementor-widget-container .elementor-form-fields-wrapper {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-areas:
            "name     message"
            "email    message"
            "phone    message"
            "field    message"
            "accept   accept"
            "submit   submit";
    }

    .contact__form.career-application__form .elementor-field-group .elementor-field-label {
        top: 26px;
    }

    .contact__form.career-application__form .elementor-field-group.elementor-field-group-message .elementor-field-label {
        top: 60px;
    }

    .contact__form.career-application__form .elementor-field-group input:not([type="checkbox"]) {
        padding: 28px 18px 24px !important;
    }

    .contact__form.career-application__form .elementor-field-group.elementor-field-type-upload {
        grid-area: field;
    }

    .contact__form.career-application__form .elementor-field-group.elementor-field-group-message {
        position: relative;
        top: -55px;
        z-index: 10;
    }

    .contact__form.career-application__form .elementor-field-group.elementor-field-group-message textarea {
        padding: 26px 23px;
        height: 76%;
    }

    .contact__form.career-application__form .elementor-field-group input.elementor-field::placeholder,
    .contact__form.career-application__form .elementor-field-type-textarea textarea.elementor-field-textual::placeholder {
        font-size: 22px;
    }

    .contact__form.career-application__form .elementor-field-group input.elementor-field::placeholder {
        line-height: 1;
    }

    .contact__form.career-application__form .elementor-field-type-textarea textarea.elementor-field-textual::placeholder {
        font-weight: 500;
    }
}

@media screen and (min-width: 1025px) {

    .contact__form .elementor-field-group.elementor-field-type-acceptance,
    .contact__form .contact-form__container--bottom {
        margin-top: 68px;
    }

    .single-realization__small-gallery:not(.small-gallery--with-video) .single-realization__small-gallery-item {
        width: calc(25% - clamp(2rem, -5.8736rem + 12.2905vw, 8.875rem));
    }
}

/* Footer */
.footer__menu .elementor-nav-menu__container .menu-item {
    opacity: 0;
    transform: translateX(15px);
}

.elementor-editor-active .elementor-nav-menu__container .menu-item {
    opacity: 1;
    transform: translateX(0);
}

/* Po dodaniu klasy "animate-footer-menu" */
.footer__menu.animate-footer-menu .elementor-nav-menu__container .menu-item {
    animation: fadeSlideInFooter .3s ease forwards;
}

.footer__signature .elementor-heading-title {
    display: flex;
    align-items: end;
}

.footer__signature .elementor-heading-title .footer__images {
    position: relative;
    top: 2px;
}

.elementor-element.parallax-block {
    position: relative;
    height: auto;
    /* overflow: hidden; */
}

.elementor-element.parallax-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    /* overflow: hidden; */
}

.elementor-element.parallax-image-wrapper img {
    /* transform: translateY(0%);
    transition: transform 0.1s ease-out;
    will-change: transform; */
}

/* Cookie yes */
.cky-consent-container .cky-consent-bar {
    box-shadow: none !important;
}

.cky-consent-container .cky-consent-bar .cky-notice-des a {
    color: #fff !important;
}

.cky-consent-container .cky-notice-btn-wrapper .cky-btn,
.cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn {
    border: 1px solid #fff !important;
    padding: 8px 12px;
    font-weight: 400;
}

.cky-consent-container .cky-notice-btn-wrapper .cky-btn.cky-btn-customize:hover,
.cky-consent-container .cky-notice-btn-wrapper .cky-btn.cky-btn-reject:hover,
.cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn.cky-btn-reject:hover,
.cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn.cky-btn-preferences:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.cky-consent-container .cky-notice-btn-wrapper .cky-btn.cky-btn-accept:hover,
.cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept:hover {
    background-color: #000 !important;
    color: #fff !important;
}

@media screen and (max-width: 400px) {
    .elementor-widget-button:not(.btn-secondary):not(.menu-hamburger) .elementor-button .elementor-button-text:before {
        /* top: calc(100% - 1px); */
    }
}

@media screen and (max-width: 576px) {
    .single-realization__item--heading {
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (max-width: 767.98px) {

    .elementor-sticky.header-scrolled .menu-hamburger__container {
        margin-top: 20px !important;
    }

    .menu-hamburger.elementor-widget-button .elementor-button-link .elementor-button-content-wrapper {
        height: 31px;
        width: 27px;
    }

    .menu-hamburger.elementor-widget-button .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
        top: 10px;
        width: 28px;
    }

    .menu-hamburger.elementor-widget-button .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon:before {
        top: -10px;
        width: 28px;
    }

    .menu-hamburger.elementor-widget-button .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon:after {
        top: 10px;
        width: 28px;
    }

    .home .elementor-sticky.header-scrolled .elementor-widget-image,
    .elementor-sticky.header-scrolled.header-logo-dark .elementor-widget-image {
        position: relative;
        /* top: 14px; */
        background-size: 153px 20px;
    }

    .elementor-widget-button:not(.menu-hamburger):not(.btn-secondary) .elementor-button {
        padding-left: 12px !important;
        /* width: min-content !important; */
    }

    .elementor-element.heading--animate .elementor-heading-title i {
        top: 26px;
        line-height: 31px;
    }

    .elementor-element.home-page__hero .elementor-widget-video video.elementor-video {
        height: 560px;
    }

    .elementor-nav-menu--main .menu-item .elementor-item:after {
        top: calc(100% + 5px);
        width: calc(100% + 5px);
    }

    .elementor-popup-modal.menu-content .dialog-close-button {
        background-size: 20px;
        width: 20px;
        height: 20px;
    }

    .btn-scroll--down.elementor-widget-button .elementor-button svg {
        width: 25px;
        height: 26px;
    }

    .home .home-page__slider .swiper .swiper-pagination {
        right: 0;
        left: calc(100% - 20px);
        top: calc(100% - 102px);
        bottom: 0;
    }

    .elementor-nav-menu--main .menu-item .elementor-item:after {
        top: calc(100% + 3px);
        width: calc(100% + 10px);
    }

    .elementor-widget-theme-post-title.offer__item--title .elementor-heading-title:after {
        content: '';
        background-image: url('/wp-content/uploads/2025/05/icon-arrow-next.svg');
        background-size: 26px 25px;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        width: 26px;
        height: 25px;
        margin-left: 14px;
        transition: all .3s ease;
    }

    .offer__list .offer__item:hover .offer__item--title .elementor-heading-title:after {
        transform: translateX(10px);
    }

    .single-realization__small-gallery>*+* {
        margin-top: 50px;
    }

    .single-post .elementor-widget-theme-post-content .elementor-widget-container>*+* {
        margin-top: 30px;
    }

    .single-post .elementor-widget-theme-post-content .wp-block-image {
        margin-block: 58px 71px;
    }

    .single-post .elementor-widget-theme-post-content .wp-block-list {
        padding-left: 10px;
    }

    .project-single__slider>.elementor-widget-container .swiper-wrapper .elementor-widget-image {
        height: 66.75vw !important;
    }

    /* .elementor-location-footer .elementor-nav-menu--main .menu-item .elementor-item:after {
        top: calc(100% + 5px);
        width: calc(100% + 5px);
    } */
    .contact__form .elementor-field-group.elementor-field-type-submit {
        margin-inline: auto;
        margin-left: 12px;
    }

    .footer__menu.animate-footer-menu.footer__menu--first .menu-item:nth-of-type(1) {
        animation-delay: 0.25s;
    }

    .footer__menu.animate-footer-menu.footer__menu--first .menu-item:nth-of-type(2) {
        animation-delay: 0.5s;
    }

    .footer__menu.animate-footer-menu.footer__menu--first .menu-item:nth-of-type(3) {
        animation-delay: .75s;
    }

    .footer__menu.animate-footer-menu.footer__menu--second .menu-item:nth-of-type(1) {
        animation-delay: 1s;
    }

    .footer__menu.animate-footer-menu.footer__menu--second .menu-item:nth-of-type(2) {
        animation-delay: 1.25s;
    }

    .footer__menu.animate-footer-menu.footer__menu--second .menu-item:nth-of-type(3) {
        animation-delay: 1.5s;
    }

    .footer__menu.animate-footer-menu.footer__menu--second .menu-item:nth-of-type(4) {
        animation-delay: 1.75s;
    }

    .footer__signature .elementor-heading-title {
        gap: 4px;
    }

    .footer__signature .elementor-heading-title .footer__images {
        width: 36px;
        height: 9px;
    }

    /* .content-archive__list .elementor-loop-container .e-loop-item .projects__item.animate-fadeInUp {
        animation: none;
    } */
    .contact__form .form-wrap .wpcf7-form-control {
        font-size: 30px;
        font-weight: 500;
        line-height: 36px;
    }

    .contact__form .form-action p::before {
        left: 0;
    }

    .contact__form .form-action p:hover:before {
        width: calc(100%);
    }

    .contact__form .form-action input[type="submit"] {
        padding-left: 27px;
    }

    .single-realization__gallery .elementor-shortcode>*+* {
        margin-top: 50px;
    }

    .elementor-widget-n-menu .e-n-menu-wrapper .e-n-menu-heading .submenu .submenu-link:hover:after {
        top: 80%;
    }
}

@media screen and (min-width: 768px) {
    .elementor-element.elementor-sticky.header-scrolled {
        padding-bottom: 5px;
    }

    .elementor-sticky.header-scrolled .header-menu {
        padding-block: 15px !important;
        transition: all .3s ease;
    }

    .elementor-sticky.header-scrolled .menu-hamburger__container {
        /* margin-top: 35px !important; */
        margin-top: 15px !important;
    }

    .menu-hamburger.elementor-widget-button .elementor-button-link .elementor-button-content-wrapper {
        height: 39px;
        width: 54px;
    }

    .menu-hamburger.elementor-widget-button .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
        top: 19px;
        width: 54px;
    }

    .menu-hamburger.elementor-widget-button .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon:before {
        top: -19px;
        width: 54px;
    }

    .menu-hamburger.elementor-widget-button .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon:after {
        top: 19px;
        width: 54px;
    }

    .elementor-element.marquee-content .elementor-heading-title {
        padding-left: 25%;
    }

    /* .contact__form .elementor-field-group.elementor-field-type-submit {
        margin-left: auto;
    } */

    .slider__home-page .swiper-wrapper {
        height: 86vh;
    }

    .home .projects__item {
        aspect-ratio: 3 / 2;
        max-height: 540px;
    }
    .contact__form.elementor-element .wpcf7-form .contact-form__container {
        display: flex;
        justify-content: space-between;

    }

    .contact__form.elementor-element .wpcf7-form .contact-form__container--bottom {
        align-items: flex-end;
    }

    .contact__form.elementor-element .contact-form__wrap {
        width: calc(50% - 10px);
    }

    .contact__form .form-wrap .wpcf7-form-control.wpcf7-textarea {
        font-size: 30px;
        font-weight: 500;
        line-height: 1.18;
    }

    .contact__form .form-wrap .wpcf7-form-control {
        font-size: 30px;
        font-weight: 500;
        line-height: 36px;
        margin-bottom: 2px;
    }

    .contact__form .form-wrap {
        margin-bottom: 2px;
    }

    .contact__form .form-action p::before {
        left: -25px;
    }

    .elementor-widget-button:not(.menu-hamburger):not(.btn-secondary) .elementor-button {
        padding-left: 12px !important;
    }

    .elementor-location-footer .elementor-nav-menu--main .menu-item .elementor-item:after {
        top: 100%;
        width: calc(100% + 15px);
    }

    .elementor-element.home-page__hero .elementor-widget-video {
        height: 51vw;
    }

    .footer__menu.animate-footer-menu .elementor-nav-menu__container .menu-item:nth-child(1) {
        animation-delay: .25s;
    }

    .footer__menu.animate-footer-menu .elementor-nav-menu__container .menu-item:nth-child(2) {
        animation-delay: .5s;
    }

    .footer__menu.animate-footer-menu .elementor-nav-menu__container .menu-item:nth-child(3) {
        animation-delay: .75s;
    }

    .footer__menu.animate-footer-menu .elementor-nav-menu__container .menu-item:nth-child(4) {
        animation-delay: 1s;
    }

    .footer__menu.animate-footer-menu .elementor-nav-menu__container .menu-item:nth-child(5) {
        animation-delay: 1.25s;
    }


    .footer__signature .elementor-heading-title {
        gap: 17px;
    }

    .footer__signature .elementor-heading-title .footer__images {
        width: 70px;
        height: 18px;
    }

    .single-post .elementor-widget-theme-post-content .elementor-widget-container>*+* {
        margin-top: 40px;
    }

    .single-post .elementor-widget-theme-post-content .wp-block-image {
        margin-block: 70px;
    }


}

@media screen and (min-width: 768px) and (max-width: 1024.08px) {

    .home .elementor-sticky.header-scrolled .elementor-widget-image,
    .elementor-sticky.header-scrolled.header-logo-dark .elementor-widget-image {
        position: relative;
        top: 5px;
        background-size: 250px 32px;
    }

    .elementor-element.heading--animate .elementor-heading-title i {
        top: 40px;
        line-height: 38px;
    }

    .elementor-popup-modal.menu-content .dialog-close-button {
        background-size: 30px;
        width: 30px;
        height: 30px;
    }

    .project-single__slider>.elementor-widget-container .swiper-wrapper .swiper-slide .elementor-widget-image {
        height: 50vw !important;
    }

    .project-single__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
        display: flex;
        flex-direction: column;
        gap: 8px;
        left: calc(100vw - 30px);
        top: calc(100% - 120px);
    }

    .single-realization__gallery .elementor-shortcode>*+* {
        margin-top: 100px;
    }

    .single-realization__small-gallery .single-realization__small-gallery-item .gallery-media.gallery-video,
    .single-realization__small-gallery .single-realization__small-gallery-item {
        /* height: 23.5vw; */
        /* width: calc(50% - 30px); */
    }

    .elementor-widget-n-menu .e-n-menu-wrapper .e-n-menu-heading .submenu .submenu-link:hover:after {
        top: 85%;
    }
}

@media screen and (max-width: 1024.98px) {
    .elementor-widget-button.menu-hamburger .elementor-button-icon svg {
        width: 28px;
        height: 20px;
    }

    .single-realization__data .single-realization__item--data-item {
        gap: 30px;
    }

    .single-realization__data .single-realization__item--heading,
    .single-realization__data .single-realization__item--text {
        width: calc(50% - 15px);
    }

    .single-realization__large-gallery>*+* {
        margin-top: 50px;
    }

    .single-realization__post-list .elementor-swiper-button.elementor-swiper-button-next,
    .slider-awards .elementor-swiper-button.elementor-swiper-button-next {
        display: none;
    }

    select.select-realization-category {
        appearance: none;
        background: transparent;
        border: 0;
        border: 1px solid #7A7A7A;
        border-radius: 0;
        padding: 27px;
        background: #0F0F0F;
        background-position: calc(100% - 27px) center;
        background-image: url('/wp-content/uploads/2025/05/icon-arrow-down.svg');
        background-repeat: no-repeat;
        background-size: 20px;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 1px;
        font-weight: 500;
        text-overflow: unset;
        max-width: 100%;
        width: auto;
        white-space: normal;
        padding-right: 35px;
        text-transform: uppercase;
    }

    select.select-realization-category:focus {
        outline: none;
        /* border-bottom: 1px solid #fff; */
    }

    .menu-mobile.elementor-element .e-n-menu .e-n-menu-heading {
        flex-direction: column;
    }

    .menu-mobile.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]):not(.content-above) .e-active.e-n-menu-content {
        position: absolute;
        top: 2px;
        width: 100%;
        left: 0;
        right: 0;
        height: 80vh;
        z-index: 9999;
        /* background-color: #fff; */
        transition: all .3s ease;
    }

    .menu-mobile.elementor-widget-n-menu .e-n-menu .e-n-menu-content {
        transition: all .3s ease;
    }

    .elementor-widget-n-menu .e-n-menu-wrapper .e-n-menu-heading .e-n-menu-title-text {
        font-weight: 400;
        width: max-content;
    }

    .elementor-widget-n-menu .e-n-menu-wrapper .e-n-menu-heading .submenu .submenu-link a {
        position: relative;
        width: max-content;
    }

    .elementor-widget-n-menu .e-n-menu-wrapper .e-n-menu-heading .e-n-menu-title-text:after,
    .elementor-widget-n-menu .e-n-menu-wrapper .e-n-menu-heading .submenu .submenu-link a:after {
        content: "";
        position: absolute;
        left: 0;
        display: block;
        height: 1px;
        background: #fff;
        opacity: 0;
        transform: scaleX(0);
        transform-origin: 0 100%;
        transition: all 0.3s ease;
        z-index: 10;
    }

    .elementor-widget-n-menu .e-n-menu-wrapper .e-n-menu-heading .e-n-menu-item:hover .e-n-menu-title-text:after,
    .elementor-widget-n-menu .e-n-menu-wrapper .e-n-menu-heading .submenu .submenu-link a:hover:after {
        opacity: 1;
        transform: scaleX(1);
        width: 100%;
    }

    .elementor-widget-n-menu .e-n-menu-wrapper .e-n-menu-heading .e-n-menu-item:hover .e-n-menu-title-text:after {
        top: 90%;
    }
    .popup__mobile-menu {
        overflow-x: hidden;
    }

}

@media screen and (min-width: 1025px) {
    .elementor-widget-button.menu-hamburger .elementor-button-icon svg {
        width: 54px;
        height: 39px;
    }

    .elementor-popup-modal.menu-content .dialog-close-button {
        background-size: 41px;
        width: 41px;
        height: 41px;
    }

    .home .home-page__slider .swiper .swiper-pagination {
        left: calc(100% - 45px);
        top: calc(100% - 130px);
    }

    .home .elementor-sticky.header-scrolled .elementor-widget-image,
    .elementor-sticky.header-scrolled.header-logo-dark .elementor-widget-image {
        background-size: 402px 50px;
    }

    .elementor-element.heading--animate .elementor-heading-title i {
        top: 70px;
        line-height: 50px;
        /* line-height: 66px; */
    }

    .elementor-element.offer-banner,
    .elementor-location-archive .elementor-element.offer-banner {
        height: 51vw;
    }

    .slider-similar-projects .elementor-widget-container .swiper .swiper-slide:not(.swiper-slide-active) .elementor-heading-title,
    .slider-similar-projects .elementor-widget-container .swiper .swiper-slide:not(.swiper-slide-next) .elementor-heading-title {
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }

    .slider-similar-projects .elementor-widget-container .swiper .swiper-slide.swiper-slide-active .elementor-heading-title,
    .slider-similar-projects .elementor-widget-container .swiper .swiper-slide.swiper-slide-next .elementor-heading-title {
        opacity: 1;
        visibility: visible;
    }

    .single-realization__data .single-realization__item--data-item {
        padding-inline: 15px;
    }

    .single-realization__data .single-realization__item--data-item {
        gap: 39px;
    }

    .single-realization__data .single-realization__item--heading p {
        width: 279px;
    }

    .single-realization__data .single-realization__item--text p {
        max-width: 349px;
    }

    .single-realization__small-gallery {
        gap: clamp(2rem, -5.8736rem + 12.2905vw, 8.875rem);
    }

    .single-realization__large-gallery .single-realization__large-gallery-item:nth-child(odd) {
        /* padding-right: 15px; */
    }

    .single-realization__large-gallery .single-realization__large-gallery-item {
        margin-inline: auto;
    }

    .single-realization__large-gallery>*+* {
        margin-top: 174px;
    }

    .single-post .elementor-widget-theme-post-content {
        padding-inline: clamp(3rem, -5.9444rem + 13.9620vw, 10.81rem);
    }

    .single-post .elementor-widget-theme-post-content .wp-block-heading,
    .single-post .elementor-widget-theme-post-content p,
    .single-post .elementor-widget-theme-post-content .wp-block-list {
        max-width: 812px;
        padding-left: clamp(3rem, -3.0240rem + 9.4034vw, 8.26rem);
    }

    .realization-categories-menu {
        display: flex;
        gap: 59px;
        list-style: none;
        padding: 0;
        margin: 0;
        justify-content: flex-start;
    }

    .realization-categories-menu>li {
        position: relative;
    }

    .realization-categories-menu>li>a {
        display: block;
        color: rgba(255, 255, 255, .5);
        font-size: 20px;
        line-height: 24px;
        text-decoration: none;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 0;
        transition: all 0.3s ease;
    }

    .realization-categories-menu>li>a:hover,
    .realization-categories-menu>li.active>a {
        color: #fff;
    }

    .realization-categories-menu li a:after {
        content: "";
        position: absolute;
        top: calc(100% + 12px);
        left: 0;
        display: block;
        height: 1px;
        background: #fff;
        width: 100%;
        opacity: 0;
        transform: scaleX(0);
        transform-origin: 0 100%;
        transition: all 0.3s ease;
        z-index: -1;
    }

    .realization-categories-menu li a:hover:after,
    .realization-categories-menu li ul li a:hover:after,
    .realization-categories-menu>li.active ul li a:hover:after,
    .realization-categories-menu>li.active ul li.active a:after {
        opacity: 1;
        transform: scaleX(1);
    }

    .realization-categories-menu li.active a:after {
        opacity: 1;
        transform: scaleX(1);
    }

    .realization-categories-menu>li>ul {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: 12px;
        background: #7A7A7A;
        padding: 27px 36px;
        min-width: 260px;
        list-style: none;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1000;
    }

    .realization-categories-menu>li>ul>*+* {
        margin-top: 12px;
    }

    .realization-categories-menu>li:hover>ul,
    .realization-categories-menu>li:focus-within>ul {
        opacity: 1;
        visibility: visible;
    }

    .realization-categories-menu>li>ul li {
        position: relative;
        padding: 0;
        width: max-content;
    }

    .realization-categories-menu>li>ul a {
        display: block;
        font-size: 16px;
        line-height: 16px;
        padding: 10px 0;
        color: white;
        text-decoration: none;
        white-space: nowrap;
    }

    .realization-categories-menu>li>ul a:after {
        top: calc(100% - 7px);
    }

    .realization-categories-menu>li.active ul li a:after {
        opacity: 0;
        transform: scale(0);
    }

    .single-realization__large-gallery .single-realization__large-gallery-item .gallery-image {
        max-height: 85vh;
    }

    .single-realization__large-gallery .single-realization__large-gallery-item .gallery-image img {
        height: 100%;
        width: 100%;
        /* max-height: 85vh;
        object-fit: contain; */
    }

    .content-archive__list--padding-box.elementor-element .elementor-loop-container {
        padding-right: clamp(5rem, -6.7388rem + 18.3240vw, 15.25rem);
    }

    .contact__form.career-application__form .elementor-field-group.elementor-field-type-acceptance {
        margin-top: 48px;
    }

    .project-single__slider.elementor-element.elementor-arrows-position-outside .swiper {
        width: 100%;
    }

    .section-partner__slide.elementor-widget-image-carousel .swiper {
        width: 76vw !important;
    }

    /* .project-single__slider>.elementor-widget-container .swiper-wrapper .elementor-widget-image {
        height: 48.15vw !important;
    } */
    .project-single__slider.e-widget-swiper .elementor-widget-container .swiper-wrapper img {
        height: 85vh;
    }

    .project-single__slider.e-widget-swiper .elementor-widget-container {
        height: 85vh !important;
    }

    .project-single__slider.e-widget-swiper .elementor-widget-container .swiper-wrapper .e-con-inner {
        height: auto;
    }

    .elementor-widget-slides.project-single__slider .elementor-swiper-button.elementor-swiper-button-prev {
        display: none;
    }

    .elementor-widget-slides.project-single__slider .elementor-swiper-button.elementor-swiper-button-next svg {
        opacity: 0;
        visibility: hidden;
    }

    .project-single__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
        display: flex;
        flex-direction: column;
        gap: 8px;
        left: calc(100vw - 80px);
        top: calc(100% - 120px);
    }

    .page-content .offer-banner.elementor-element,
    .elementor-location-single .offer-banner.elementor-element,
    .elementor-widget-image .elementor-widget-container img,
    .elementor-location-archive .elementor-element.offer-banner {
        max-height: 85vh;
    }

    .single-realization__gallery .elementor-shortcode>*+* {
        margin-top: 209px;
    }
}

@media screen and (min-width: 1671px) and (max-width: 1920px) {
    .single-realization__large-gallery .single-realization__large-gallery-item:nth-child(odd) {
        /* padding-right: clamp(1rem, -44.4240rem + 43.5200vw, 7.8rem) !important; */
    }

    .single-realization__large-gallery .single-realization__large-gallery-item:nth-child(even) {
        /* padding-inline: clamp(1rem, -44.4240rem + 43.5200vw, 7.8rem) !important; */
        /* max-width: 90%; */
        margin-inline: auto;
    }
}

@media screen and (min-width: 1921px) {
    .single-realization__large-gallery .single-realization__large-gallery-item:nth-child(odd) {
        /* padding-right: clamp(7.8rem, -51.9202rem + 49.7409vw, 25.8rem) !important; */
    }

    .single-realization__large-gallery .single-realization__large-gallery-item::nth-child(even) {
        /* padding-inline: clamp(7.8rem, -51.9202rem + 49.7409vw, 25.8rem) !important; */
    }
}

/* Animation */

@keyframes kenBurnsZoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

@keyframes fadeSlideInHeader {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}


@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeSlideInFooter {
    from {
        opacity: 0;
        transform: translateX(10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes marquee-left {
    0% {
        transform: translate(50%, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

@keyframes swift-up {
    to {
        top: 0;

    }
}