.elementor-18 .elementor-element.elementor-element-76b1af7c:not(.elementor-motion-effects-element-type-background), .elementor-18 .elementor-element.elementor-element-76b1af7c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#40AC34;}.elementor-18 .elementor-element.elementor-element-76b1af7c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:90px 24px 80px 24px;}.elementor-18 .elementor-element.elementor-element-76b1af7c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-18 .elementor-element.elementor-element-544b2a3a:not(.elementor-motion-effects-element-type-background), .elementor-18 .elementor-element.elementor-element-544b2a3a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f6f5ee;}.elementor-18 .elementor-element.elementor-element-544b2a3a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:85px 24px 90px 24px;}.elementor-18 .elementor-element.elementor-element-544b2a3a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-gallery .elementor-gallery-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-gallery .elementor-gallery-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-18 .elementor-element.elementor-element-9e16712 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-18 .elementor-element.elementor-element-9e16712 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-18 .elementor-element.elementor-element-9e16712{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}.elementor-18 .elementor-element.elementor-element-10cce4c0:not(.elementor-motion-effects-element-type-background), .elementor-18 .elementor-element.elementor-element-10cce4c0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111411;}.elementor-18 .elementor-element.elementor-element-10cce4c0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:65px 24px 65px 24px;}.elementor-18 .elementor-element.elementor-element-10cce4c0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}/* Start custom CSS for gallery, class: .elementor-element-9e16712 *//* ===== WOW GALERIA REALIZACJE ===== */

/* każdy kafelek */
.ng_gallery_realizacje .e-gallery-item {
  position: relative;
  overflow: hidden;
}

/* overlay (ciemno-zielony) */
.ng_gallery_realizacje .e-gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0) 40%,
    rgba(0,0,0,0.7)
  );
  opacity: 0;
  transition: 0.35s ease;
  z-index: 2;
}

/* zielony glow */
.ng_gallery_realizacje .e-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #40AC34;
  opacity: 0;
  transform: scale(0.95);
  transition: 0.35s ease;
  z-index: 3;
}

/* FAKE podpis (możesz zmienić tekst) */
.ng_gallery_realizacje .e-gallery-item span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.35s ease;
  z-index: 4;
}

/* hover */
.ng_gallery_realizacje .e-gallery-item:hover::before {
  opacity: 1;
}

.ng_gallery_realizacje .e-gallery-item:hover::after {
  opacity: 1;
  transform: scale(1);
}

.ng_gallery_realizacje .e-gallery-item:hover span {
  opacity: 1;
  transform: translateY(0);
}

/* zdjęcie zoom */
.ng_gallery_realizacje .e-gallery-item:hover .e-gallery-image {
  transform: scale(1.12);
  filter: brightness(0.85) contrast(1.1);
}/* End custom CSS */
/* Start custom CSS *//* ===== REALIZACJE — RESZTA STRONY ===== */

.ng_realizacje_hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.22), transparent 30%),
    linear-gradient(135deg, #40AC34 0%, #176d20 100%) !important;
  position: relative;
  overflow: hidden;
}

.ng_realizacje_hero::before {
  content: "REALIZACJE";
  position: absolute;
  left: -45px;
  bottom: -35px;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(90px, 15vw, 220px);
  font-weight: 900;
  color: rgba(255,255,255,.1);
  letter-spacing: -8px;
  line-height: .8;
}

.ng_realizacje_kicker .elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  color: rgba(255,255,255,.85) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .24em !important;
  text-transform: uppercase !important;
}

.ng_realizacje_title .elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  color: #071007 !important;
  font-size: clamp(42px, 7vw, 92px) !important;
  line-height: .9 !important;
  font-weight: 900 !important;
  letter-spacing: -3px !important;
  text-transform: uppercase;
  max-width: 980px;
}

.ng_realizacje_intro p {
  font-family: 'Montserrat', sans-serif !important;
  color: rgba(255,255,255,.92) !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
  font-weight: 600;
  max-width: 820px;
}

/* SEKCJA GALERII — teksty */

.ng_realizacje_gallery_section {
  background: #f6f5ee !important;
  position: relative;
  overflow: hidden;
}

.ng_realizacje_gallery_heading .elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  color: #111 !important;
  font-size: clamp(34px, 5vw, 64px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: -2px !important;
  text-transform: uppercase;
}

.ng_realizacje_gallery_desc p {
  font-family: 'Montserrat', sans-serif !important;
  color: #555 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  max-width: 760px;
}

/* CTA */

.ng_realizacje_cta {
  background:
    radial-gradient(circle at 90% 30%, rgba(64,172,52,.25), transparent 30%),
    linear-gradient(135deg, #111411, #050705) !important;
  position: relative;
  overflow: hidden;
}

.ng_realizacje_cta::before {
  content: "OGRÓD";
  position: absolute;
  right: -25px;
  bottom: -40px;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(100px, 16vw, 220px);
  font-weight: 900;
  color: rgba(255,255,255,.055);
  letter-spacing: -8px;
  pointer-events: none;
}

.ng_realizacje_cta_title .elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  color: #ffffff !important;
  font-size: clamp(32px, 4vw, 56px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: -2px !important;
}

.ng_realizacje_cta_text p {
  font-family: 'Montserrat', sans-serif !important;
  color: rgba(255,255,255,.75) !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

.ng_realizacje_cta_btn_col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ng_realizacje_cta_button .elementor-button {
  background: #40AC34 !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 18px 30px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  transition: .3s ease !important;
}

.ng_realizacje_cta_button .elementor-button:hover {
  background: #fff !important;
  color: #111 !important;
  transform: translateY(-4px);
  box-shadow: 9px 9px 0 #40AC34;
}

/* MOBILE */

@media (max-width: 767px) {
  .ng_realizacje_hero,
  .ng_realizacje_gallery_section,
  .ng_realizacje_cta {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .ng_realizacje_title .elementor-heading-title {
    font-size: 42px !important;
    letter-spacing: -1.5px !important;
  }

  .ng_realizacje_intro p {
    font-size: 15px !important;
  }

  .ng_realizacje_cta_btn_col {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .ng_realizacje_cta_button .elementor-button {
    width: 100%;
  }
}/* End custom CSS */