:root{
    --zielony: #41483a;
}


.bg-dark-green {
	background-color: var(--zielony); /* Dopasuj do koloru z projektu */
}

.zielona-karuzela .swiper-slide {
    padding: 2rem 0;
    width: 60% !important;
    padding-right: 20%;
  } 

.zielona-karuzela .swiper-slide  {
     transition: 0.3s ease !important;
}

.opacity{
    filter: opacity(0.5) !important;
}
.zielona-karuzela   .swiper-slide-active{
    filter: opacity(1) !important;
} 

.swiper-slide-active .opacity  {
    filter: opacity(1) !important;
} 
.zielona-linia-pagination {
	height: 2px;
	background-color: rgba(255,255,255,0.2);
	position: relative;
	margin-top: 2rem;
}

.size {
    font-size: 14vh !important;
    margin-top: -20px;
}

.swiper-pagination-progressbar-fill {
	background-color: white;
}

.karuzela-zielonetlo {
	position: relative;
}

.timeline-center-line {
	height: 2px;
	background-color: white;
	z-index: 1;
}

.timeline-step {
	width: 100%;
	position: relative;
	margin: 6rem auto;
	z-index: 2;
}
.pointer{
    cursor: pointer;

}

.podwojne-opis-zdjecie p {
    text-align: justify;
}

.krzyzyk{
    transition: 0.3s;
}

.pointer:hover .krzyzyk{
    transform: rotate(45deg);
}
.top-position{
    object-position: top !important;
}
.timeline-step.gora {
    transform: translateY(-55%);
    text-align: left;
}

.timeline-step.dol {
	transform: translateY(50%);
	text-align: left;
}

.bubble {
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 12px;
}

.karuzela-zielonetlo .swiper-button-prev {
    left: inherit !important;
    right: 50px !important;
    top: 20px !important;
    color: white !important;
}
.karuzela-zielonetlo .swiper-button-next {
    color: white !important;
    top: 20px !important;
}

.dot {
    width: 20px;
    height: 20px;
    background-color: white;
    top: 00%;
    left: 10%;
    z-index: 3;
}

.gora .dot {
    top: 100%;
}

.baner-zdjecie{
    height: 60vh !important;
}
.opis-opis-przycisk{
    width: 50% !important;
}
.projekt-znikanie{
    display: none !important;
    z-index: 9;
}
.fs-12{
    font-size: 12px !important;
}
.projekt:hover .projekt-znikanie{
    display: block !important;
}
.projekt:hover .nakladka-projekt{
    background-color: white;
    opacity: 0.50;
}

 .przycisk-wiecej  {
    font-size: 12px;
}


.img-projekt {
    height: 70vh !important;
}
.ukryty-opis {
	display: none;
	transition: all 0.3s ease;
}
.opinia {
    text-align: right;
}
.opinia p {
    text-align: right;
}
.pokaz-opis .ukryty-opis {
	display: block;
}

.ukryty-opis {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    opacity: 0;
  }
  .disabled {
    display: none !important;
}
  .pokaz-opis .ukryty-opis {
    max-height: 500px; /* większe, jeśli treści więcej */
    opacity: 1;
  }
.fade-in {
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: all 0.6s ease !important;
}

.fs-7 {
    font-size: 0.7rem !important;
}
.zdj-onas-tekst1 {
    right: 5%  !important;
}
.opis-tekst p {
    font-size: 0.7rem !important;

}

.opis-teksts p {
    font-size: 1.1rem !important;
}

.zdj-onas-tekst2 {
    left: 5%;
}

.fade-in.show {
    opacity: 1 !important;
    transform: translateY(0) !important
}

.mniejszawysokosc {
    height: 50vh !important;
}
.projekt{
    cursor: pointer !important;
}
.kreska-dluga-opis-lista{
    bottom: -10px !important;
    right: 0px !important;
    width: 80vw !important;
    height: 1px !important;
    background-color: black !important;
}
.ukryty-opis{
    display: none;
}
.row{
    --bs-gutter-x: 0rem !important;
}
span.kreska-lista {
    width: 100%;
    height: 1px;
    background-color: black;
}
.pokaz-opis .ukryty-opis {
    display: block;
}
.img-podwojne {
    height: 35vh !important;
    border-left: solid 1px black;
}
.kreska-podwojne{
    width: 1px;
    height: 100%;
    background-color: black !important;
    bottom: 0px !important;
    left: 0px !important;
}
.img-zufali{
    height: 50vh !important;
}

span.ramka-zaufali.w-100.h-100 {
    display: block;
    border: solid black 2px;
    top: -30px;
    right: -30px;
}
.faq{
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.faq-nakladka{
    background-color: white;
    opacity: 0.15;
}
.przerywnik-duzy{
    height: 90vh !important;
    background-size: cover;
    background-position: center;
 }

 .przerywnik-duzy{
    font-weight: normal !important;
 }
.kreksa-pd{
    width: 100% !important;
    height: 1px !important;
    background-color: white !important;
     display: block;
}
.tekst-pd {
    width: 60% !important;
}
.zdjecie-onas img{
    object-position: top;
}
.w-40{
    width: 40% !important;
}
.w-75{
    width: 75% !important;
}

.zdjecie-onas .opis-tekst p{
    font-size: 1.1rem !important;
} 
.przerywnik-duzy   p{
    font-size: 1rem !important;
}
.accordion-button {
    background: transparent;
    border: none;
    padding: 0;
  }
  
  .accordion-button:not(.collapsed) i::before {
    content: "\f068"; /* zamiana plusa na minusa (fa-minus) */
  }
  
  .accordion-button i {
    transition: transform 0.3s;
  }
.farsz-opis-lista{
    width: 70%;
}

.ukryty-opis {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
  }
  
  .pokaz-opis .ukryty-opis {
    max-height: 500px; /* ustaw odpowiednio do przewidywanej maksymalnej wysokości */
    opacity: 1;
  }
  
@media screen and (max-width: 992px){

.opis-opis-przycisk {
    width: 100% !important;
}
.img-projekt {
    height: 55vh !important;
}
.farsz-opis-lista{
    width: 100% !important;
}
.zdjecie-onas img{
    height: 100vh !important;
    filter: opacity(0.5);
}
.opis-onas{
    width: 100% !important;
}
.zdj-onas-tekst1, .zdj-onas-tekst2{
    width: 100% !important;
}
.zdj-onas-tekst1{
    text-align: end !important;
}
.opis-onas p {
    font-size: 1rem !important;
}
.opis-tekst p {
    font-size: 1.25rem !important;
}
.opis-zdjecia-wpis{
    flex-direction: column;
}
}
