/* Start custom CSS for section, class: .elementor-element-1d39e4e *//* =========================================================
   JADE NA MURTER - GLOBAL FOOTER
   ========================================================= */


/* =========================================================
   ELEMENTOR SHELL RESET
   Section > Column > HTML
   ========================================================= */

.jnm-footer-shell {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;

  overflow: hidden !important;

  background: #102A2C !important;
}

.jnm-footer-shell > .elementor-container {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  gap: 0 !important;
}

.jnm-footer-shell
> .elementor-container
> .elementor-column {
  width: 100% !important;
  max-width: 100% !important;

  flex: 1 1 100% !important;

  margin: 0 !important;
  padding: 0 !important;
}

.jnm-footer-shell
.elementor-column-wrap,
.jnm-footer-shell
.elementor-widget-wrap {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  gap: 0 !important;
}

.jnm-footer-shell
.elementor-widget-html {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}

.jnm-footer-shell
.elementor-widget-html
> .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
}


/* =========================================================
   FOOTER ROOT
   ========================================================= */

.jnm-footer {
  --jnm-footer-navy: #102A2C;
  --jnm-footer-warm: #FFF9F0;
  --jnm-footer-sand: #F4E6D0;
  --jnm-footer-sea: #DDF5F6;
  --jnm-footer-turquoise: #1BAFC2;
  --jnm-footer-sun: #F6A623;
  --jnm-footer-terracotta: #D86B3D;

  width: 100%;

  margin: 0;
  padding: 0;

  overflow: hidden;

  background:
    var(--jnm-footer-navy);

  color:
    var(--jnm-footer-warm);

  font-family:
    "Montserrat",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}


/* =========================================================
   SAFE BOX SIZING
   ========================================================= */

.jnm-footer,
.jnm-footer *,
.jnm-footer *::before,
.jnm-footer *::after {
  box-sizing: border-box;
}


/* =========================================================
   MAIN INNER
   ========================================================= */

.jnm-footer__inner {
  width:
    min(
      calc(100% - 48px),
      1180px
    );

  margin-inline: auto;

  padding:
    0
    0
    34px;
}


/* =========================================================
   DIVIDERS
   ========================================================= */

.jnm-footer__divider {
  width: 100%;
  height: 1px;

  margin: 0 0 44px;

  background:
    rgba(255, 249, 240, 0.13);
}

.jnm-footer__divider--bottom {
  margin:
    38px
    0
    25px;
}


/* =========================================================
   MAIN GRID
   ========================================================= */

.jnm-footer__grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1.6fr)
    minmax(320px, 1.15fr)
    minmax(220px, 0.8fr);

  gap:
    72px;

  align-items: start;
}


/* =========================================================
   BRAND
   ========================================================= */

.jnm-footer__brand {
  max-width: 360px;
}

.jnm-footer__brand-mark {
  display: inline-flex;

  width: 44px;
  height: 24px;

  margin-bottom: 18px;

  text-decoration: none;

  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.jnm-footer__brand-mark:hover {
  opacity: 0.88;

  transform:
    translateY(-1px);
}

.jnm-footer__brand-mark svg {
  display: block;

  width: 100%;
  height: 100%;
}

.jnm-footer__brand-copy {
  max-width: 355px;

  margin: 0;

  color:
    rgba(255, 249, 240, 0.90);

  font-size: 15px;
  line-height: 1.55;

  font-weight: 400;

  letter-spacing: -0.012em;
}


/* =========================================================
   HEADINGS
   ========================================================= */

.jnm-footer__heading {
  margin:
    0
    0
    14px;

  color:
    rgba(255, 249, 240, 0.58);

  font-size: 11px;
  line-height: 1;

  font-weight: 700;

  letter-spacing: 0.055em;

  text-transform: uppercase;
}


/* =========================================================
   NAVIGATION
   ========================================================= */

.jnm-footer__nav {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  column-gap: 55px;
  row-gap: 11px;
}

.jnm-footer__nav a,
.jnm-footer__info-nav a {
  width: fit-content;

  color:
    rgba(255, 249, 240, 0.92);

  text-decoration: none;

  font-size: 14px;
  line-height: 1.25;

  font-weight: 400;

  letter-spacing: -0.01em;

  transition:
    color 180ms ease,
    transform 180ms ease;
}

.jnm-footer__nav a:hover,
.jnm-footer__nav a:focus-visible,
.jnm-footer__info-nav a:hover,
.jnm-footer__info-nav a:focus-visible {
  color:
    var(--jnm-footer-turquoise);

  transform:
    translateX(2px);
}


/* =========================================================
   INFORMATION
   ========================================================= */

.jnm-footer__info-nav {
  display: flex;
  flex-direction: column;

  align-items: flex-start;

  gap: 11px;
}


/* =========================================================
   LEGAL ROW
   ========================================================= */

.jnm-footer__legal {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;
}

.jnm-footer__copyright,
.jnm-footer__location {
  margin: 0;

  color:
    rgba(255, 249, 240, 0.55);

  font-size: 12px;
  line-height: 1.5;

  font-weight: 400;

  letter-spacing: -0.008em;
}

.jnm-footer__location {
  text-align: right;
}


/* =========================================================
   AUTHOR CREDIT BAR
   ========================================================= */

.jnm-footer__credit {
  width: 100%;

  border-top:
    1px solid rgba(255, 249, 240, 0.12);

  background:
    rgba(6, 28, 30, 0.28);
}

.jnm-footer__credit-inner {
  width:
    min(
      calc(100% - 48px),
      1180px
    );

  min-height: 54px;

  margin-inline: auto;

  display: flex;
  align-items: center;
  justify-content: center;

  padding:
    12px
    0;
}

.jnm-footer__credit-text {
  margin: 0;

  color:
    rgba(255, 249, 240, 0.48);

  font-size: 11px;
  line-height: 1.4;

  font-weight: 500;

  letter-spacing: 0.015em;
}

.jnm-footer__credit-text a {
  position: relative;

  margin-left: 4px;

  color:
    rgba(255, 249, 240, 0.84);

  text-decoration: none;

  font-weight: 600;

  transition:
    color 180ms ease;
}

.jnm-footer__credit-text a::after {
  content: "";

  position: absolute;

  left: 0;
  right: 0;
  bottom: -3px;

  height: 1px;

  background:
    var(--jnm-footer-turquoise);

  transform:
    scaleX(0);

  transform-origin:
    right center;

  transition:
    transform 200ms ease;
}

.jnm-footer__credit-text a:hover,
.jnm-footer__credit-text a:focus-visible {
  color:
    var(--jnm-footer-turquoise);
}

.jnm-footer__credit-text a:hover::after,
.jnm-footer__credit-text a:focus-visible::after {
  transform:
    scaleX(1);

  transform-origin:
    left center;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

  .jnm-footer__inner {
    width:
      min(
        calc(100% - 40px),
        900px
      );
  }

  .jnm-footer__grid {
    grid-template-columns:
      minmax(0, 1.25fr)
      minmax(300px, 1fr);

    gap:
      55px
      45px;
  }

  .jnm-footer__info-block {
    grid-column:
      1 / -1;
  }

  .jnm-footer__info-nav {
    flex-direction: row;

    flex-wrap: wrap;

    gap:
      12px
      28px;
  }

  .jnm-footer__credit-inner {
    width:
      calc(100% - 40px);
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .jnm-footer__inner {
    width:
      calc(100% - 32px);

    padding-bottom:
      28px;
  }

  .jnm-footer__divider {
    margin-bottom:
      34px;
  }

  .jnm-footer__divider--bottom {
    margin:
      32px
      0
      22px;
  }

  .jnm-footer__grid {
    grid-template-columns:
      1fr;

    gap:
      38px;
  }

  .jnm-footer__brand {
    max-width:
      100%;
  }

  .jnm-footer__brand-copy {
    max-width:
      330px;

    font-size:
      14px;
  }

  .jnm-footer__info-block {
    grid-column:
      auto;
  }

  .jnm-footer__nav {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    column-gap:
      28px;
  }

  .jnm-footer__info-nav {
    flex-direction:
      column;

    gap:
      11px;
  }

  .jnm-footer__legal {
    flex-direction:
      column;

    align-items:
      flex-start;

    gap:
      10px;
  }

  .jnm-footer__location {
    text-align:
      left;
  }

  .jnm-footer__credit-inner {
    width:
      calc(100% - 32px);

    min-height:
      58px;
  }

  .jnm-footer__credit-text {
    text-align:
      center;

    font-size:
      10px;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 390px) {

  .jnm-footer__inner {
    width:
      calc(100% - 26px);
  }

  .jnm-footer__nav {
    column-gap:
      20px;
  }

  .jnm-footer__credit-inner {
    width:
      calc(100% - 26px);
  }

}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.jnm-footer a:focus-visible {
  outline:
    3px solid rgba(246, 166, 35, 0.92);

  outline-offset:
    4px;
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .jnm-footer *,
  .jnm-footer *::before,
  .jnm-footer *::after {
    transition-duration:
      0.01ms !important;

    animation-duration:
      0.01ms !important;

    animation-iteration-count:
      1 !important;
  }

}
/* =========================================================
   JADE NA MURTER - FOOTER SHELL HARD FIX
   Section > Column > HTML
   Cała kolumna 1:1 wypełnia sekcję
   ========================================================= */


/* =========================================================
   1. OUTER SECTION
   ========================================================= */

.elementor-section.jnm-footer-shell,
.jnm-footer-shell {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;

  background: #102A2C !important;

  overflow: hidden !important;
}


/* =========================================================
   2. ELEMENTOR SECTION CONTAINER
   ========================================================= */

.elementor-section.jnm-footer-shell
> .elementor-container,
.jnm-footer-shell
> .elementor-container {
  width: 100% !important;
  max-width: none !important;

  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: stretch !important;

  gap: 0 !important;
}


/* =========================================================
   3. COLUMN
   ========================================================= */

.jnm-footer-shell
> .elementor-container
> .elementor-column {
  width: 100% !important;
  max-width: 100% !important;

  flex: 1 1 100% !important;
  align-self: stretch !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   4. NAJWAŻNIEJSZY FIX
   Elementor dodaje tutaj domyślne 10px paddingu
   ========================================================= */

.jnm-footer-shell
.elementor-element-populated {
  width: 100% !important;
  max-width: none !important;

  flex: 1 1 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;

  gap: 0 !important;
}


/* =========================================================
   5. LEGACY COLUMN WRAP
   ========================================================= */

.jnm-footer-shell
.elementor-column-wrap {
  width: 100% !important;
  max-width: none !important;

  flex: 1 1 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
}


/* =========================================================
   6. WIDGET WRAP
   ========================================================= */

.jnm-footer-shell
.elementor-widget-wrap {
  width: 100% !important;
  max-width: none !important;

  flex: 1 1 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: stretch !important;
  align-content: stretch !important;

  gap: 0 !important;
}


/* =========================================================
   7. HTML WIDGET
   ========================================================= */

.jnm-footer-shell
.elementor-widget-html {
  width: 100% !important;
  max-width: none !important;

  flex: 1 1 100% !important;
  align-self: stretch !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   8. HTML WIDGET CONTAINER
   ========================================================= */

.jnm-footer-shell
.elementor-widget-html
> .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;

  display: block !important;
}


/* =========================================================
   9. FOOTER ROOT
   Wypełnia cały HTML widget
   ========================================================= */

.jnm-footer-shell
.jnm-footer {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;

  display: block !important;

  background: #102A2C !important;
}


/* =========================================================
   10. KILL ELEMENTOR COLUMN GAP
   default / narrow / extended / wide / wider
   ========================================================= */

.jnm-footer-shell
.elementor-column-gap-default
> .elementor-column
> .elementor-element-populated,

.jnm-footer-shell
.elementor-column-gap-narrow
> .elementor-column
> .elementor-element-populated,

.jnm-footer-shell
.elementor-column-gap-extended
> .elementor-column
> .elementor-element-populated,

.jnm-footer-shell
.elementor-column-gap-wide
> .elementor-column
> .elementor-element-populated,

.jnm-footer-shell
.elementor-column-gap-wider
> .elementor-column
> .elementor-element-populated,

.jnm-footer-shell
.elementor-column-gap-no
> .elementor-column
> .elementor-element-populated {
  padding: 0 !important;
}


/* =========================================================
   11. ZERO GENERATED SPACING
   ========================================================= */

.jnm-footer-shell
.elementor-widget,
.jnm-footer-shell
.elementor-widget-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


/* =========================================================
   12. SAFE BOX SIZING
   ========================================================= */

.jnm-footer-shell,
.jnm-footer-shell *,
.jnm-footer-shell *::before,
.jnm-footer-shell *::after {
  box-sizing: border-box !important;
}/* End custom CSS */