/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1771319900
Updated: 2026-02-17 09:18:20

*/

html {
  scroll-padding-top: 120px; /* ustaw pod wysokość headera */
}
/* 
body,
body > div, */
main {
    overflow-x: hidden;
}

.page-content > div > .elementor-element,
body > .elementor > div {
    padding-left: 16px;
    padding-right: 16px;
}

#content {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}

b,
strong {
	font-weight: 600;
}

.elementor-widget p:last-child {
    margin-bottom: 0px;
}


header {
	z-index: 999999;
	position: relative;
}

:root {
    --width_667: min(66.67vw, 1000px);
    --minus_8vw: max(4vw, 80px);
    --menu-height: 153px;
}

@media only screen and (max-width: 1024px) {
    :root {
        --minus_8vw: 0px;
    }
}

.section-full-height {
    min-height: min(800px, calc(85vh - var(--menu-height)));
}




@media only screen and (min-width: 768px) {
    .section-height-700 {
    min-height: min(700px, calc(90vh - var(--menu-height)))!important;
    }
}

/* Kolory */

.color-alfama {
	--category-color: #4F708A;
}
.color-aventine {
	--category-color: #C76A4A;
	}
.color-belleville {
	--category-color: #C78D95;
	}
.color-brera {
	--category-color: #4FA37F;
	}
.color-chelsea {
	--category-color: #96A46E;
	}
.color-gracia {
	--category-color: #006A70;
	}
.color-jordaan {
	--category-color: #81526B;
	}
.color-norrebro {
	--category-color: #643639;
	}
.color-soho {
	--category-color: #3A495E;
	}



/* FORM */

.elementor-form label {
	margin-bottom: 8px;
}

.elementor-form .elementor-form-fields-wrapper {
	margin-bottom: 0px!important;
}

.elementor-form .elementor-message {
	position: absolute;
	top: 100%;
	width: 100%;
	text-align: center;
	margin-top: 24px;
}

.elementor-form .elementor-field-group {
	margin-bottom: 24px!important;
}

.elementor-form .elementor-field-group:last-child {
	margin-bottom: 0px!important;
}

.elementor-form .elementor-field-type-acceptance label {
	display: none;
}

/* Ukrycie domyślnego checkboxa */
.elementor-field-type-acceptance input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: #f0f0f0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    margin-right: 12px;
    vertical-align: middle;
    transition: background-color 0.2s ease;
    padding: 0px!important;
}

/* Ptaszek po zaznaczeniu */
.elementor-field-type-acceptance input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 6px;
  width: 11px;
  height: 19px;
  border: 1px solid #1A1A1A;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

/* Hover */
.elementor-field-type-acceptance input[type="checkbox"]:hover {
  background-color: #e0e0e0;
}

/* Label obok checkboxa */
.elementor-field-type-acceptance .elementor-field-option {
    display: flex;
    align-items: flex-start;
/* 	margin-top: -18px; */
}

.elementor-field-type-acceptance .elementor-field-option label {
	cursor: pointer;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 8px;
}


/* Floating Text - nowrap text with background under */

.floating-text {
	z-index: 1;
	display: table;
	white-space: nowrap;
	padding: 0px 8px;
	background: #FFF;
	opacity: 0;
}

/* GSAP */

.svg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    pointer-events: none;
}

/* LINE STYLES */
.metro-line {
    fill: none;
    /*stroke: #DADADA;*/
    stroke: #E6E6E6;
    stroke-width: 4px; 
    stroke-linecap: round; 
    stroke-linejoin: round; /* Round corners */
    vector-effect: non-scaling-stroke; /* Keeps thickness consistent */
    stroke-linecap: butt;
}

.metro-line.white-line {
	stroke: #FFF;
}

.metro-line.on-energy-calm,
.metro-line.fedEnergyCalm {
    stroke: #FFF;
}

.metro-line.on-global-inspiration,
.feeder.fedGlobalInspiration {
    stroke: #FFF; 
}

/*NODE*/

.node-circle {
    fill: #FFF;
    stroke: #E6E6E6;
    stroke-width: 4px;
    r: 14px;
    opacity: 0;
}

.node-circle.node-energycalm,
.node-circle.node-globalInspiration,
.node-circle.white-node {
    fill: #E6E6E6;
    stroke: #FFF;
}


/*FEDER*/

.feeder {
    stroke: #E6E6E6;
    stroke-width: 4px;
}


@media (max-width: 768px) {
    .metro-line,
    .feeder {
            stroke-width: 2px;
    }
    
    .node-circle {
        r: 8px;
        stroke-width: 2px;
    }
}


/* HEADER */

/* Domyślnie: sticky, zawsze widoczny */
header.elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Tylko strona główna: fixed + animacja */
/* body.home header.elementor-location-header,
body.page-id-21 header.elementor-location-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
  will-change: transform;
}

body.home header.elementor-location-header.header-visible,
body.page-id-21 header.elementor-location-header.header-visible {
  transform: translateY(0);
  opacity: 1;
} */

/* Admin bar */
.admin-bar header.elementor-location-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar header.elementor-location-header {
    top: 46px;
  }
}


/* UL List */

main ul {
    list-style-type: none;
    padding: 0px;
	margin-top: 16px;
}

main ul li {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}


main ul li:before {
    content: '';
    width: 14px;
    height: 14px;
    margin-top: 4px;
    border-radius: 100px;
    border: 1px solid #000000;
	flex: 0 0 auto;
}

main .light-bullet ul li:before {
    border: 1px solid #000000;
}


/* Elementor Lightbox */

.elementor-lightbox .e-eicon-share-arrow,
.elementor-lightbox .e-eicon-zoom-in-bold,
.elementor-lightbox .e-eicon-zoom-out-bold,
.elementor-lightbox .e-eicon-frame-expand,
.elementor-lightbox .e-eicon-frame-minimize,
.elementor-lightbox .elementor-slideshow__share-menu {
	display: none;
}

.elementor-lightbox {
	background-color: rgba(0, 0, 0, .4)!important;
}


/* Elementor - Animacje */

/* Bazowa klasa */
.custom-animate {
  animation-duration: 1.25s;
  animation-fill-mode: both;
  animation-play-state: paused;   
}

.custom-animate.is-visible {
  animation-play-state: running;
}

@keyframes slideRight {
    from {
        transform: translateX(100%);
        visibility: visible
    }

    to {
        transform: translateX(0%);
    }
}

.custom-animate--slideRight {
    animation-name: slideRight
}

/* Prod Category - Styles */


/* HERO SECTION */
.hero-section > .e-con-inner {
    overflow: hidden;
    padding: 0 16px!important;
    position: relative;
    justify-content: space-between !important;
}

.hero-section .hero-image {
    flex: 1 !important;
    aspect-ratio: 4 / 3;
    max-height: min(600px, calc(90vh - var(--menu-height)));
	max-width: 950px;
}

@media only screen and (min-width: 768px) {
	.hero-section .hero-image {
		min-height: 330px;
	}
}

@media only screen and (min-width: 1025px) {
	.hero-section .hero-image {
		min-height: 550px;
	}
}


.hero-section .image-bg,
.hero-section .image-overlay,
.hero-section .image-bg-mobile {
    position: absolute;
	/*     width: clamp(530px, 98.7vw - 235.7px, 1200px); */
	width: 115%;
	height: auto;
    bottom: 0;
    right: 0;
    aspect-ratio: 1 / 1;
    max-width: unset !important;
}

.hero-section .image-overlay img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
    width: auto !important;
    max-width: unset;
}

.hero-section .image-overlay-mobile {
    position: absolute;
    width: 100%;
    top: 0;
    left: -4px;
	padding: 4px;
}

.hero-section .hero-text .elementor-heading-title {
	color: var(--category-color);
}


@media only screen and (max-width: 767px) {
    .hero-section > .e-con-inner {
        overflow: visible;
    }
	
    .hero-section .hero-image {
        aspect-ratio: 768 / 628;
        max-height: 100% !important;
        margin: 12px -16px 0 -16px;
    }

    .hero-section .image-bg,
    .hero-section .image-overlay {
        height: 125%;
        width: auto;
    } 

    .hero-section .image-bg-mobile {
        height: 100%;
        width: auto;
        right: 50%;
    }
	
	.hero-section .hero-text {
        position: absolute;
        top: 42px;
        right: 16px;
        width: auto;
        z-index: 1;
    }

	.hero-section-v2 .hero-text {
        right: 0px;
    }
}

/* section-cat-links */

.section-cat-links > .e-con-inner {
    position: relative !important;
}

.section-cat-links .hero-float-elem {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    gap: 64px;
    max-width: unset !important;
}



.section-cat-links .hero-float-elem p {
    margin-bottom: 0;
    position: relative;
}

.section-cat-links .hero-float-elem p::before,
.section-cat-links .hero-float-elem p:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    background-color: var(--category-color);
}

.section-cat-links .hero-float-elem p::before {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    bottom: calc(100% + 16px);
}

.section-cat-links .hero-float-elem p:not(:last-child)::after {
    width: calc(100% + 64px);
    height: 3px;
    bottom: calc(100% + 25px);
}

@media (max-width: 1024px) {
	.section-cat-links .hero-float-elem p:not(:last-child)::after {
		width: calc(100% + 40px);
	}
}


@media (max-width: 768px) {
	.section-cat-links .hero-float-elem p:not(:last-child)::after {
		width: calc(100% + 32px);
	}
}

.section-cat-links .hero-float-elem a {
    color: var(--category-color);
}

.section-cat-links .hero-float-elem a:hover {
    opacity: .75;
}

@media (max-width: 1024px) {
    .section-cat-links .hero-float-elem {
        position: relative;
		gap: 32px;
    }
}


/* Section ONE */

.sectionOne .elementor-heading-title {
	color: var(--category-color);
}

.sectionOne .sec-text .elementor-widget-text-editor {
    max-width: 458px!important;
}

.sectionOne .img-overlay {
    height: 90%;
    width: 100%;
}

.color-norrebro .sectionOne .img-overlay,
.color-soho .sectionOne .img-overlay,
.color-aventine .sectionOne .img-overlay,
.color-brera .sectionOne .img-overlay,
.color-alfama .sectionOne .img-overlay,
.color-gracia .sectionOne .img-overlay {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
	.color-norrebro .sectionOne .img-overlay,
	.color-soho .sectionOne .img-overlay,
	.color-aventine .sectionOne .img-overlay,
	.color-brera .sectionOne .img-overlay,
	.color-alfama .sectionOne .img-overlay,
	.color-gracia .sectionOne .img-overlay {
		left: -15%!important;
	}
}

.sectionOne .col-images {
    position: relative;
    display: flex;
    align-items: flex-end!important;
}

.sectionOne .col-images .e-con-inner {
    max-width: 590px;
    margin: 0px;
    position: relative;
    flex: 0;
}

@media only screen and (min-width: 768px) {
    .sectionOne > .e-con-inner {
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 1024px) {
    .sectionOne .sec-text {
        display: contents;
    }

    #sectionOneTitle {
        grid-column: span 2;
    }
}


@media only screen and (max-width: 768px) {
    .sectionOne .col-images {
        width: 120%;
    }
}


/* Section TWO */

.sectionTwo {
    padding: 0px!important;
}


.sectionTwo .col-top > .e-con-inner {
    overflow: hidden;
}

.sectionTwo .elementor-widget-image-carousel {
    line-height: 0;
}

.sectionTwo .elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button {
    top: 48px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.sectionTwo .elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-next {
    right: 32px;
}

.sectionTwo .elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-prev {
    left: unset;
    right: 72px!important;
}

.sectionTwo .elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button svg {
    fill: var(--category-color);
}

.sectionTwo .swiper-slide-image {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.sectionTwo .elementor-widget-heading .elementor-heading-title {
    position: relative;
    color: var(--category-color);
}


.sectionTwo .elementor-widget-heading:before {
    z-index: 0;
    content: '';
    position: absolute;
    width: min(225vw, 1920px);
    aspect-ratio: 1;
    background: #FFF;
    border-radius: 100%;
    top: -32px;
    left: 45%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
	.sectionTwo .elementor-widget-heading:before {
		left: 35%;
	}
}

@media only screen and (min-width: 768px) {
    .sectionTwo .col-bottom .elementor-widget-text-editor {
        max-width: 48%!important;
    }
}


/* sectionThree */

 .sectionThree  .elementor-widget-heading .elementor-heading-title {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

@media only screen and (max-width: 767px) {
    .sectionThree .elementor-widget-heading {
        width: min-content;
    }
}


/* sectionFive */

.sectionFive {
    aspect-ratio: 1320 / 933;
    max-width: 1320px!important;
}


@media only screen and (max-width: 767px) {
	.sectionFive {
		aspect-ratio: 768 / 1086;
		max-width: 1320px!important;
	}
}














