/* --------------------- GLOBAL --------------------- */
.lp {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
 background: url(img/bg1.jpg) no-repeat fixed;
    background-size: cover;
  color: #fff;
}

.lp a {
  text-decoration: none;
  color: #27614b;
}

.lp a:hover {
  text-decoration: none;
  color: #98ff98;
}

.lp .section-border {
  border-top: 1px solid #fff;
}

.lp h1, .lp h2 {
  color: #000;
  font-weight: 600;
}

.lp .off-white {
  background: #f6f7e2;
  color: #012512;
}

.lp .green {
  background: #012512;
  color: #fff;
}

.lp .cta-kup {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #054b80;
  text-decoration: none;
  padding: 10px 40px;
  background: #fff;
  border-radius: 10px;
}

.lp .cta-kup:hover {
  background: #f1f1f1!important;
  color: #054b80!important;
  text-decoration: none;
}

.lp .title-box {
  padding: 10px;
  display: block;
  color: #fff;
  margin-bottom: 0;
}

.lp .title-box:hover {
  color: #f1f1f1;
}

.lp .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.lp .content {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.lp .content .content-overlay {
  background: rgba(0,0,0,0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  pointer-events: none; /* overlay nie blokuje kliknięć */
}

.lp .content:hover .content-overlay {
  opacity: 1;
}

.lp .content-image {
  width: 100%;
}

.lp .content-details {
  position: absolute;
  text-align: center;
  padding: 0 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}

.lp .content:hover .content-details {
  opacity: 1;
}

.lp .content-details-m {
  text-align: center;
  padding: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  height: 260px;
}

.lp .content-details h2 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 2em;
}

.lp .content-details p {
  color: #fff;
  font-size: 1em;
}

.fadeIn-bottom {
  top: 80%;
}

.lp .no-border {
  border-bottom: 0!important;
}

.lp .grey {
  background: #c9c2c9;
  color: #000;
}

/* ---------- CARDS ---------- */
.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #000!important;
  border: 1px solid #fafafa!important;
  border-radius: 0!important;
}

.card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.card img {
  max-width: 100%;
  height: auto;
  margin-bottom: auto;
}

/* ---------- HOVER EFFECT ---------- */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  transition: transform 0.3s;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  transform: scale(1.1);
}

/* ---------- SOCIAL ICONS ---------- */
.lp .social a {
  padding: 20px;
}

.lp .social {
  text-align: center;
}

.social svg {
  width: 50px;
  height: 50px;
  transition: 0.3s;
}

.social svg .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}

.social svg .cls-2 {
  fill: #fff;
}

.social a:hover svg .cls-1 {
  stroke: #fff
}

.social a:hover svg .cls-2 {
  fill: #fff;
}
/* ---------- DOOR SLIDER (lider) ---------- */
.door-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.door-slider {
  display: block;
  overflow: hidden; /* Slick obsługuje swipe */
}

.door-slider .slick-list {
  overflow: hidden;
}

.door-holder-slider {
  width: 238px;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

.image-holder {
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.doorslider-image {
  width: 100%;
  height: auto;
  display: block;
}

.text-block {
  text-align: left;
  margin-top: 12px;
}

.doorslider-text {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  min-width: 0 !important;
  float: none !important;
}

/* ---------- ARROWS ---------- */
.slick-prev.slick-arrow:before,
.slick-next.slick-arrow:before {
  display: none !important;
  content: none !important;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 50; /* klikalne ponad innymi elementami */
  background: transparent;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}

.slick-prev { left: 10px; }
.slick-next { right: 10px; }

.arrowSlider svg {
  width: 13px;
  height: 22px;
  stroke: #111;
  fill: none;
}

.arrowSlider:hover svg {
  stroke: #146199;
  outline:none!important;
}

/* ---------- DOTS ---------- */
.slick-dots {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  padding: 0;
  list-style: none;
  z-index: 50; /* klikalne */
}

.slick-dots li button {
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px;
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0.3;
  border: none;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  opacity: 1;
}
.video-thumb {
    position: relative;
    display: block;
    width: 100%;
    overflow: visible; /* ważne */
    border-radius: 8px;
}

.video-thumb img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* Play button overlay */
.video-thumb {
    position: relative;
    display: block;
    width: 100%;
    overflow: visible;
    border-radius: 8px;
}

/* TYLKO thumbnail */
.video-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.video-thumb {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.video-thumb .thumbnail {
    width: 100%;
    height: auto;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    z-index: 2;
}

.play-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    
    width: 0;
    height: 0;
    border-left: 22px solid white;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

.yt-character {
    position: absolute;
    right: -120px;
    bottom: -20px;

    width: 220px;
    height: auto;

    z-index: 5;
    pointer-events: none;
}

/* MOBILE */
@media (max-width: 768px) {

    .video-wrapper {
        overflow: hidden;
    }

    .yt-character {
        width: 120px;
        right: -20px;
        bottom: -10px;
    }

    .play-button {
        width: 60px;
        height: 60px;
    }

    .play-button::after {
        border-left: 18px solid white;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
    }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1200px) { .door-holder-slider { width: 25%; } }
@media (max-width: 960px)  { .door-holder-slider { width: 32%; } }
@media (max-width: 600px)  { .door-holder-slider { width: 48%; } }
@media (max-width: 400px)  { .door-holder-slider { width: 95%; margin:0 2.5%; } }


/* ---------- RESPONSIVE ---------- */
@media all and (max-width: 768px) {
  .lp .mobile { display: block; visibility: visible; }
  .lp .desktop { display: none; visibility: hidden; }
}

@media (min-width: 768px) {
  .lp .mobile { display: none; visibility: hidden; }
  .lp .desktop { display: block; visibility: visible; }
}

@media (min-width: 992px) {
  .lp .mobile { display: none; visibility: hidden; }
  .lp .desktop { display: block; visibility: visible; }
}

@media (min-width: 1200px) {
  .lp .mobile { display: none; visibility: hidden; }
  .lp .desktop { display: block; visibility: visible; }
}
