.elementor-35 .elementor-element.elementor-element-f55f383{--display:flex;}.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-35 .elementor-element.elementor-element-5d96b97{padding:0px 0px 0px 150px;font-family:"Montserrat", Sans-serif;font-weight:400;}.elementor-35 .elementor-element.elementor-element-81bf45c{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:100px;--padding-right:100px;}.elementor-35 .elementor-element.elementor-element-1fff8d9{width:100%;max-width:100%;padding:0px 0px 0px 0px;text-align:start;font-family:"Montserrat", Sans-serif;font-size:12px;font-weight:400;color:#0C0C0C;}.elementor-35 .elementor-element.elementor-element-1fff8d9.elementor-element{--align-self:flex-end;}.elementor-35 .elementor-element.elementor-element-6b3674e{--display:flex;}.elementor-35 .elementor-element.elementor-element-f822ad4{padding:120px 60px 0px 60px;font-family:"Montserrat", Sans-serif;font-weight:400;}.elementor-35 .elementor-element.elementor-element-c093b76{padding:0px 60px 0px 60px;font-family:"Montserrat", Sans-serif;font-weight:400;}.elementor-35 .elementor-element.elementor-element-c093b76.elementor-element{--align-self:center;}.elementor-35 .elementor-element.elementor-element-adf0bc0{padding:0px 0px 120px 0px;font-family:"Montserrat", Sans-serif;font-weight:400;}.elementor-35 .elementor-element.elementor-element-dbc2ce2{padding:120px 0px 120px 0px;font-family:"Montserrat", Sans-serif;font-weight:400;}@media(max-width:1024px){.elementor-35 .elementor-element.elementor-element-5d96b97{padding:0px 0px 0px 0px;}.elementor-35 .elementor-element.elementor-element-81bf45c{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35 .elementor-element.elementor-element-1fff8d9{padding:0px 0px 0px 060px;}}@media(max-width:767px){.elementor-35 .elementor-element.elementor-element-5d96b97{padding:0px 0px 0px 0px;font-size:13px;}.elementor-35 .elementor-element.elementor-element-5d96b97 p{margin-block-end:0px;}.elementor-35 .elementor-element.elementor-element-1fff8d9{padding:0px 10px 0px 10px;}.elementor-35 .elementor-element.elementor-element-adf0bc0{padding:0px 20px 60px 20px;}}/* Start custom CSS for text-editor, class: .elementor-element-5d96b97 */.nt-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  padding: 80px 7vw;
  overflow: hidden;
}

.nt-hero__content {
  position: relative;
  z-index: 2;
  width: 520px;
  max-width: 520px;
}

.nt-hero__eyebrow {
  margin: 0 0 22px;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 500;
  color: #555;
}

.nt-hero__title {
  margin: 0;
  max-width: 520px;
  font-size: 68px;
  line-height: .92;
  letter-spacing: -0.06em;
  font-weight: 700;
  color: #050505;
}

.nt-hero__text {
  max-width: 430px;
  margin: 28px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.nt-hero__buttons {
  display: flex;
  gap: 12px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.nt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 50px;
  padding: 0 28px;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  transition: all .25s ease;
}

.nt-btn--dark,
.nt-btn--dark:visited,
.nt-btn--dark:focus {
  background: #050505;
  border: 1px solid #050505;
  color: #fff !important;
}

.nt-btn--dark:hover {
  background: #fff;
  border-color: #050505;
  color: #050505 !important;
}

.nt-btn--light,
.nt-btn--light:visited,
.nt-btn--light:focus {
  background: transparent;
  border: 1px solid #777;
  color: #050505 !important;
}

.nt-btn--light:hover {
  background: #050505;
  border-color: #050505;
  color: #fff !important;
}

.nt-hero__meta {
  display: flex;
  gap: 18px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.nt-hero__meta span {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #666;
}

@media (max-width: 1024px) {
  .nt-hero {
    min-height: 700px;
    padding: 70px 6vw;
  }

  .nt-hero__content {
    width: 460px;
    max-width: 460px;
  }

  .nt-hero__title {
    max-width: 460px;
    font-size: 54px;
  }

  .nt-hero__text {
    max-width: 390px;
  }
}

@media (max-width: 767px) {
  .nt-hero {
    min-height: 640px;
    padding: 52px 28px 44px;
    align-items: flex-start;
    background-position: center center !important;
  }

  .nt-hero__content {
    width: 100%;
    max-width: 320px;
  }

  .nt-hero__eyebrow {
    font-size: 9px;
    letter-spacing: .18em;
  }

  .nt-hero__title {
    max-width: 320px;
    font-size: 42px;
    line-height: .96;
  }

  .nt-hero__text {
    max-width: 300px;
    font-size: 13px;
  }

  .nt-hero__buttons {
    flex-direction: column;
    max-width: 300px;
  }

  .nt-btn {
    width: 100%;
  }

  .nt-hero__meta {
    max-width: 300px;
    gap: 12px;
  }

  .nt-hero__meta span {
    font-size: 9px;
  }
}


/* =========================
   MOBILE HERO
========================= */
@media (max-width: 767px) {

  .nt-hero {
    min-height: auto !important;
    padding: 60px 24px !important;
  }

  .nt-hero__content {
    max-width: 100% !important;
  }

  .nt-hero__title {
    font-size: 38px !important;
    line-height: 0.95 !important;
    letter-spacing: -0.04em !important;
    margin-bottom: 24px !important;
  }

  .nt-hero__text {
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin-bottom: 24px !important;
  }

  .nt-hero__eyebrow {
    font-size: 14px !important;
    letter-spacing: 0.18em !important;
    margin-bottom: 16px !important;
  }

  .nt-hero__buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  .nt-btn {
    width: 100% !important;
    text-align: center !important;
  }

  .nt-hero__meta {
    display: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1fff8d9 */.nt-about {
    max-width: 1180px;
    margin: 0 auto;
    padding: 120px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.nt-about__gallery {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 14px;
}

.nt-about__gallery img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: center top;
    display: block;
    filter: grayscale(100%) contrast(1.05) brightness(.92);
}

.nt-about__img--main {
    grid-row: span 3;
    height: 610px !important;
}

.nt-about__content {
    max-width: 560px;
}

.nt-about__label {
    margin-bottom: 24px;
    font-size: 10px;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: rgba(0,0,0,.35);
}

.nt-about h2 {
    margin: 0 0 28px;
    font-size: clamp(40px, 4vw, 58px);
    line-height: 1.05;
    letter-spacing: -0.055em;
    font-weight: 300;
    color: #111;
}

.nt-about p {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    color: rgba(0,0,0,.58);
}

/* Tablet + mobile — slider */
@media (max-width: 1024px) {

    .nt-about {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 80px 24px;
    }

    .nt-about__gallery {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
    }

    .nt-about__gallery::-webkit-scrollbar {
        display: none;
    }

    .nt-about__gallery img,
    .nt-about__img--main {
        flex: 0 0 82%;
        height: 420px !important;
        scroll-snap-align: start;
    }

    .nt-about__content {
        max-width: 100%;
    }

    .nt-about h2 {
        font-size: 42px;
    }
}

/* Małe telefony */
@media (max-width: 600px) {

    .nt-about {
        padding: 70px 20px;
    }

    .nt-about__gallery img,
    .nt-about__img--main {
        flex-basis: 88%;
        height: 380px !important;
    }

    .nt-about h2 {
        font-size: 36px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f822ad4 */.nt-services-header {
    max-width: 760px;
    margin: 0 auto 80px;

    text-align: center;
}

.nt-services-header__label {
    margin-bottom: 24px;

    font-size: 10px;
    letter-spacing: .24em;
    text-transform: uppercase;

    color: rgba(255,255,255,.45);
}

.nt-services-header h2 {
    margin: 0;

    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 300;

    color: #fff;
}

.nt-services-header p {
    max-width: 560px;

    margin: 28px auto 0;

    font-size: 15px;
    line-height: 1.9;

    color: rgba(255,255,255,.65);
}

@media (max-width: 767px) {

    .nt-services-header {
        margin-bottom: 50px;
    }

    .nt-services-header h2 {
        font-size: 34px;
    }

    .nt-services-header p {
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-c093b76 */.nt-signature-services {
    max-width: 1200px;
    margin: 0 auto;

    border-top: 1px solid rgba(255,255,255,.08);
}

.service-item {
    display: flex;
    align-items: center;

    padding: 36px 0;

    border-bottom: 1px solid rgba(255,255,255,.08);

    transition: .35s ease;
}

.service-item:hover {
    padding-left: 18px;
}

.service-item span {
    width: 70px;

    font-size: 11px;
    letter-spacing: .18em;

    color: rgba(255,255,255,.35);
}

.service-item h3 {
    width: 320px;

    margin: 0;

    font-size: 34px;
    font-weight: 300;
    line-height: 1;

    color: #fff;
}

.service-item p {
    margin: 0;

    color: rgba(255,255,255,.55);

    font-size: 14px;
    letter-spacing: .02em;
}

@media(max-width:767px){

    .service-item{
        display:block;
        padding:28px 0;
    }

    .service-item h3{
        width:auto;
        margin:10px 0 12px;
        font-size:28px;
    }

    .service-item p{
        font-size:13px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-adf0bc0 */.nt-cta {
    max-width: 760px;

    margin: 60px auto 0;

    text-align: center;
}

.nt-cta h3 {
    margin: 0;

    font-size: clamp(32px, 3vw, 48px);
    font-weight: 300;
    line-height: 1.1;

    color: #fff;
}

.nt-cta p {
    margin: 28px auto 0;

    max-width: 560px;

    font-size: 15px;
    line-height: 1.9;

    color: rgba(255,255,255,.65);
}

.nt-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;

    margin-top: 42px;
}

.nt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 220px;

    padding: 18px 34px;

    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 11px;

    text-decoration: none;

    transition: .3s ease;
}

.nt-btn-primary {
    background: #fff;
    color: #111;
}

.nt-btn-primary:hover {
    background: #d9d9d9;
}

.nt-btn-secondary {
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
}

.nt-btn-secondary:hover {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.4);
}

@media (max-width:767px) {

    .nt-cta-buttons {
        flex-direction: column;
    }

    .nt-btn {
        width: 100%;
    }
}

.nt-btn-primary:hover,
.nt-btn-primary:focus {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.25) !important;
}

.nt-btn-secondary:hover,
.nt-btn-secondary:focus {
    background: #fff !important;
    color: #111 !important;
    border-color: #fff !important;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-dbc2ce2 */.nt-quote {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.nt-quote h2 {
  margin: 0;
  font-size: clamp(42px, 4vw, 68px);
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.03em;
  color: #111;
}

.nt-quote-author {
  margin-top: 36px;
  font-size: 11px;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
}

.nt-quote-role {
  margin-top: 10px;
  font-size: 14px;
  color: #777;
}

@media (max-width: 767px) {

  .nt-quote h2 {
    font-size: 34px;
  }

}/* End custom CSS */