h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.btnTheme:hover,
.btnThemeOutline,
.pgMainNavigation .nav-item.anchor-active .nav-link,
.navbar-dark .pgMainNavigation .nav-link:hover,
.pgNavOpener,
.navbar-dark .pgNavOpener,
.filtersList > li.active > a,
.filtersList > li > a:hover,
.prTitle,
.clientQuote:before,
.clientQuote cite,
.nwbColumn .timeStamp,
.ftNav li.active a,
.ftNav a:hover {
	color: #20ce65;
}

.btnTheme,
.btnThemeOutline:hover,
.pgMainNavigation .nav-link:after,
.abflcTag,
.mscIcnWrap,
.hasLineBottom:after,
.filtersList > li > a:after,
.mcwcCaption:before,
.escIcnWrap,
.dotsList li.slick-active button,
.dotsList button:hover,
.nwbcCaption:before,
.edot {
	background-color: #20ce65;
}

.btnTheme:hover,
.form-control:focus,
.btnTheme,
.btnThemeOutline {
	border-color: #20ce65;
}
.bg-d593ff {
	background-color: #d593ff;
}
.bg-ffa726 {
	background-color: #ffa726;
}
.bg-00a0d2 {
	background-color: #00a0d2;
}
.bg-phone {
	background-color: #00A86B;
}
.bg-email {
	background-color: #007BFF;
}
.bg-facebook {
	background-color: #3B5998;
}
.bg-tiktok {
	background-color: #FF2B71;
}
.bg-youtube {
	background-color: #FF0000;
}
.img-partner {
	height: 157px;
	width: 157px;
}
.rounded-relation {
	border-radius: 20px !important;
}
.rounded-relation img {
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
  object-fit: cover;

}
.btn-gradient-hover {
  background-color: #040913;
  color: #fff;
  font-weight: 500;
  border: none;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
  border-radius: 20px !important; /* lub .rounded-pill */
  overflow: hidden; /* żeby gradient nie wychodził poza przycisk */
}

.btn-gradient-hover::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, #00ff95, #ccff5e);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  border-radius: inherit; /* ✨ to załatwia sprawę */
}

.btn-gradient-hover:hover::before {
  opacity: 1; /* pojawia się płynnie */
}

.btn-gradient-hover:hover {
  color: #000 !important; /* czarny tekst na jasnym tle */
}

#gdziejestesmy.container {
	max-width: 1360px;
}

.video-container {
    position: relative;
    padding-bottom: 100%;
    /* 1:1 kwadrat */
    height: 0;
    overflow: hidden;
}
.video-container.wide {
    padding-bottom: 56.25%;
    /* 16:9 */
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container .thumbnail {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.team-member img {
  width: 155px;
}

.author {
  	color: #040913;
}

.carousel-item {
  height: 35vh;
}

@media (min-width: 992px) {
  .carousel-item {
    height: 50vh;
  }
}


.carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.imgHolder img.rounded-circle {
  width: 100%;
  height: 100%;
}

.relacja {
  width: 85%;
}

@media (min-width: 992px) {
  .relacja {
    width: 60%;
  }
}

.flag-icon {
  width: 40px;
}

.lang-switch {
  cursor: pointer;
}

.lang-switch span {
  color: #ffc514;
}

.title {
  color: #ffc514;
}

.divider {
  width: 90px; /* szerokość linii */
  border-top: 2px solid #006f6d; /* kolor i grubość linii */
  margin: 10px auto; /* marginesy */
}

.avatar-border {
  position: relative;
  width: 200px;
  height: 200px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #efefef;
  border: 3px solid #246e89;
  border-radius: 50%;
  z-index: 2;
}

.avatar-border img {
  width: 155px;
  height: 155px;
  border-radius: 50%;
  object-fit: cover;
  margin: 20px auto;
}

.team-member:hover .avatar-border::after {
  border: 2px solid #246e89;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.team-member .avatar-border::after {
  content: "";
  position: absolute;
  top: 7%;
  left: 7%;
  border-radius: 50%;
  border-top: 1px solid transparent;
  border-right: 2px solid #246e89;
  border-bottom: 2px solid transparent;
  border-left: 2px solid #246e89;
  width: 85%;
  height: 85%;
  transition: border 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: border 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: border 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rekrutacja-border {
    border: 5px solid #ffc514 !important;
}

#cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  background-color: #19232b;
  color: #ffffff;
  border-radius: 10px;
  padding: 15px 20px;
  max-width: 700px;
  margin: 0 auto;
  z-index: 1050;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: none;
}

#cookie-banner img {
  max-width: 48px;
  max-height: 48px;
}
#cookie-banner p {
  margin-bottom: 10px;
}
#cookie-banner a {
  color: #4ea1ff;
  text-decoration: underline;
}
.cookie-btn {
  font-size: 1rem;
  padding: 10px 20px;
  font-weight: 500;
}

/* Responsywność */
@media (max-width: 576px) {
  #cookie-banner {
    flex-direction: column !important;
    text-align: center;
    padding: 20px;
  }
  #cookie-banner img {
    margin-top: 15px;
  }
  #cookie-banner .cookie-btn {
    width: 100%;
    margin-top: 10px;
  }
}

.hidden {
  display: none !important;
}

.btn-custom {
  font-size: 2.5rem !important;
}

.ibImgWrapper {
  position: static !important;
}

@media (max-width: 767.98px) {
  .ibImgWrapper {
    position: relative !important;
  }

	.ibImgHolder {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}

  .ibImgHolder img {
    margin-top: 10vh;
  }
}

.tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 0;
}

.tag {
  font-size: 0.9rem;
  padding: 2px 10px;
  border-radius: 20px;
  background-color: #f8f9fa;
  color: #000;
  border: none;
  cursor: default;
  white-space: nowrap;
  pointer-events: none;
}

.tag span {
  font-weight: 200;
}