/*
Theme Name: Elektrosmieci
Theme URI: 
Author: brck
Author URI: 
Description: 
Tested up to: 
Requires PHP:
Version: 2.0
License:
License URI: 
Text Domain: 
Tags: 
*/

/* ================================================== */

/* =========== GOOGLE FONTS ========= */
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700;800;900&family=Heebo:wght@300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
/* ============================= 
    COMMON CSS
================================ */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #305B73;
  background: #eff6fb;
  cursor: url("https://dzieci-zbieraja-elektrosmieci.pl/images/cursor5.png") 0 0, auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}

a:hover {
  text-decoration: none;
}

a:hover,button,button:hover,[type=button]:not(:disabled),[type=submit]:not(:disabled), button:not(:disabled),.swiper-button-next, .swiper-button-prev,#nagrody .card:hover,.contact-form-wrapper .wpcf7-acceptance label{cursor: url("https://dzieci-zbieraja-elektrosmieci.pl/images/cursor_hover5.png") 0 0, auto;}
.carousel-section:hover{cursor: url("https://dzieci-zbieraja-elektrosmieci.pl/wp-content/uploads/2026/01/cursor_swipe.png") 0 0, auto;}

button {
  transition: all 0.3s ease-out 0s;
}

/* ============ scroll-top =============== */
.scroll-top {
  width: 45px;
  height: 45px;
  background: #54A0CD;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  border-radius: 100px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}

.scroll-top:hover {
  color: #ffffff;
  background: rgba(47, 128, 237, 0.8);
}

/* ============================= 
    PRELOADER CSS
================================ */
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #ffffff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .spinner .spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  animation: spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .spinner .spinner-container .spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #2F80ED #2F80ED #E9E9E9;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .spinner-left .spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #E9E9E9;
  animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner-right .spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #E9E9E9;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */

@keyframes spinner-linspin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-easespin {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}

@keyframes spinner-left-spin {
  0% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  0% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

/* ============================= 
    TYPOGRAPHY CSS
================================ */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 700; color: #254659; margin-bottom: 0; font-family: "Bricolage Grotesque", sans-serif; }
h1, .h1 { font-size: 80px; letter-spacing: .7px; }
h2, .h2 { font-size: 48px; letter-spacing: .7px; }
.h2-big{font-size:120px;}
h3, .h3 { font-size: 40px; letter-spacing: .4px; }
h4, .h4 { font-size: 30px; letter-spacing: .35px; }
h5, .h5 { font-size: 24px; }
h6, .h6 { font-size: 20px; }
.font-weight-bold { font-weight: 700; }
.font-weight-semi-bold { font-weight: 600; }
.font-weight-medium { font-weight: 500; }
.font-weight-regular { font-weight: 400; }
.font-weight-light { font-weight: 300; }
.body-font-size { font-size: 16px; }
.font-size-sm { font-size: 14px; }
.font-size-xs { font-size: 12px; }
.caption-font-size { font-size: 14px; }
p { font-size: 18px; line-height: 1.4; margin-bottom: 0px; }

/* ============================= 
    BUTTONS CSS
================================ */
.button { height: 44px; font-size: 18px; font-weight: 700; box-sizing: border-box; line-height: 1; display: inline-flex; justify-content:center; align-items: center; background: #54a0cd; color: #ffffff; border: 1px solid transparent; position: relative; z-index: 1; padding: 0 25px; overflow: hidden; }
.button-with-icon{padding: 0 10px 0 25px;justify-content:space-between;}
.button i { margin-left: 20px; background: #9c6; width: 45px; height: 45px; display: flex; justify-content: center; align-items: center; border-radius: 100px; }
.button::before { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; padding: 50%; border-radius: 50%; margin: auto; background: rgba(0, 0, 0, 0.1); z-index: -1; transition: all .4s linear; transform: translate3d(-50%, -50%, 0) scale(0); }
.button:hover { color: #ffffff; }
.button:hover::before { transform: translate3d(-50%, -50%, 0) scale(1.5); }
.button.border-button { background: transparent; color: #2F80ED; border-color: #2F80ED; }
.button.border-button::before { background: rgba(47, 128, 237, 0.16); }
.button-lg { height: 64px; }
.button-sm { height: 34px; font-size: 16px; font-weight: 400; }

/* ============================= 
    HEADER-6 CSS
================================ */
.header {
  position:fixed;
  z-index:999;
  width:100%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-6 .header-action {
    position: absolute;
    right: 60px;
  }
}

@media (max-width: 767px) {
  .header.header-6 .header-action {
    position: absolute;
    right: 60px;
  }
}

.header.header-6 .header-action a {
  font-size: 16px;
  color: #585978;
  padding: 12px;
}

.header.header-6 .navbar {
  padding: 15px;
  position: relative;
  background:rgba(255, 255, 255, 1);
  border:solid 1px #d4e7f4; 
  border-radius: 100px;
  margin-top: 15px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  transition: all 0.3s ease-out 0s;
}
.header.header-6.is-scroll .navbar {
	background:rgba(255, 255, 255, 0.8);
}


.header.header-6 .navbar-brand {
  padding: 0;
}

.header.header-6 .navbar-brand img {
  max-width: 180px;
}

.header.header-6 .navbar-toggler {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background:#97cb66;
  color: #54a0cd;
  margin: 3px 2.5px;
  padding: 0;
  border: solid 1px #97cb66;
}

.header.header-6 .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.header.header-6 .navbar-toggler .toggler-icon {
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px auto;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.header.header-6 .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}

.header.header-6 .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.header.header-6 .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-6 .navbar-collapse {
    position: absolute;
    top: 100%;
    margin-top:15px;
    left: 0;
    width: 100%;
    background-color:rgba(255, 255, 255, 0.8);
    z-index: 9;
    border-radius:20px;
    padding: 30px 12px;
  }
}

@media (max-width: 767px) {
  .header.header-6 .navbar-collapse {
    position: absolute;
    top: 100%;
    margin-top:10px;
    left: 0;
    width: 100%;
    background-color:rgba(255, 255, 255, 0.95);
    border: solid 1px #d4e7f4;
    z-index: 9;
    padding: 30px 12px;
    border-radius:20px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }
}

.header.header-6 .navbar-nav .nav-item {
  position: relative;
}

.header.header-6 .navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 500;
  color: #254659;
  transition: all 0.3s ease-out 0s;
  padding: 7px 15px;
  margin: 0 3px;
  position: relative;
  display: inline-block;
  z-index: 1;
  border: 1px solid transparent;
  border-radius: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-6 .navbar-nav .nav-item a {
    display: inline-block;
    padding: 6px 20px;
    color: #323450;
  }
}

@media (max-width: 767px) {
  .header.header-6 .navbar-nav .nav-item a {
    display: inline-block;
    padding: 6px 20px;
    color: #323450;
  }
}

.header.header-6 .navbar-nav .nav-item a:hover, .header.header-6 .navbar-nav .nav-item a.active {
  color:#fff;
  border-color:#54A0CD;
  background:#54A0CD;
}

.header.header-6 .navbar-nav .nav-item:hover .sub-menu {
  top: 110%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-6 .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .header.header-6 .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

.header.header-6 .navbar-nav .nav-item .sub-menu {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  border: solid 1px #d4e7f4;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  position: fixed;
  top: 110%;
  left: 0;
  display:flex;
  padding:20px 15px;
  border-radius:100px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-6 .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .header.header-6 .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.header.header-6 .navbar-nav .nav-item .sub-menu li {
  display: block;
}

.header.header-6 .navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
}

.header.header-6 .navbar-nav .nav-item .sub-menu li a.active, .header.header-6 .navbar-nav .nav-item .sub-menu li a:hover {
  color: #fff;
}

.header.header-6 .navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-6 .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #000000;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .header.header-6 .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #000000;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.header.header-6 .navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.header .custom-logo-link {position: absolute;
  width: auto;
  height: 140%;
  top: -1px;
  left:0;
  padding: 15px;
  border: solid #d4e7f4;
  border-width:1px 0 1px 1px;
  background:rgba(255, 255, 255, 1);
  border-radius: 10px 0 10px 10px;
}

.header .custom-logo-link::before {
  position: absolute;
  content: "";
  bottom: 7px;
  right: -30px;
  background: transparent;
  width: 30px;
  height: 25px;
  box-shadow: -0.413rem -0.413rem 0 0rem #fff;
  border-radius: 10px 0 0 0;
}

.header .custom-logo {
  height: 100%;
  width: auto;
}

.header.is-scroll .custom-logo-link{ height: 100%;padding: 10px 0px 10px 30px; border-width:0;background:rgba(255, 255, 255, 0)}
.header.is-scroll .custom-logo-link::before{ width: 0px;height: 0px;}

/* ============================= 
    HERO-5 CSS
================================ */
.hero-section-wrapper-5 {
  background: #ffffff;
  position: relative;
}

.hero-section-wrapper-5 .header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: transparent;
}

.hero-section-wrapper-5 .header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.hero-section-wrapper-5 .hero-style-5 {
  position: relative;
  z-index: 1;
  padding: 80px 0 0px;
}

  .hero-section .row {
    height: calc(100vh - 95px);
  }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section-wrapper-5 .hero-style-5 { padding: 80px 0 0px; }
  .hero-section .row{height: calc(100vh - 95px);}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-wrapper-5 .hero-style-5 {
    padding: 120px 0 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section-wrapper-5 .hero-style-5 {
    padding: 70px 0 0px;
  }
}

@media (max-width: 767px) {
  .hero-section-wrapper-5 .hero-style-5 {
    padding: 50px 0 0px;
  }
}

.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper {
  padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper p {
    padding-right: 100px;
  }
}

.hero-section-wrapper-5 .hero-style-5 .hero-image {
  margin-bottom: 0;
  position: relative;
}

.hero-section-wrapper-5 .hero-style-5 .hero-image img {
  width: auto;
  max-height: calc(100vh - 160px);
  z-index: 1;
  position: relative;
}

.hero-section-wrapper-5 .hero-style-5 .shapes .shape {
  position: absolute;
  z-index: -1;
}

.hero-section-wrapper-5 .hero-style-5 .shapes .shape.shape-1 {
  top: 0;
  right: 0;
}

.hero-section-wrapper-5 .hero-style-5 .shapes .shape.shape-2 {
  top: 25%;
  left: 10%;
}

.hero-section-wrapper-5 .hero-style-5 .shapes .shape.shape-3 {
  left: 0;
  bottom: 0;
}

/* ============================= 
    FEATURE-5 CSS
================================ */
.feature-style-5 {
  padding: 80px 0 100px;
}

.feature-style-5 .single-feature {
  padding: 60px 35px;
  border-radius: 30px;
  margin-bottom: 50px;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
  text-align: center;
  border-bottom: 5px solid #585978;
  transition: all 0.3s ease-out 0s;
}

.feature-style-5 .single-feature:hover {
  border-color: #2F80ED;
  box-shadow: 0px 8px 25px rgba(47, 128, 237, 0.35);
}

.feature-style-5 .single-feature .icon {
  color: #2F80ED;
  font-size: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
  width: 110px;
  height: 100px;
  z-index: 1;
}

.feature-style-5 .single-feature .icon svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.feature-style-5 .single-feature .content h5 {
  font-weight: 600;
  margin-bottom: 25px;
}

/* ============================= 
    PRICING-4 CSS
================================ */
.pricing-style-4 {
  padding: 100px 0;
  background: #F3F3F3;
}

.pricing-style-4 .pricing-active-wrapper {
  position: relative;
}

.pricing-style-4 .pricing-active-wrapper .tns-controls {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  bottom: 40px;
  left: -250px;
}

.pricing-style-4 .pricing-active-wrapper .tns-controls:focus {
  outline: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pricing-style-4 .pricing-active-wrapper .tns-controls {
    left: 0;
    width: 100%;
    justify-content: center;
    bottom: 0;
  }
}

.pricing-style-4 .pricing-active-wrapper .tns-controls button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffffff;
  color: #323450;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  border: none;
}

.pricing-style-4 .pricing-active-wrapper .tns-controls button:hover {
  background: #2F80ED;
  color: #ffffff;
}

.pricing-style-4 .pricing-active .single-pricing {
  background: #ffffff;
  border-radius: 5px;
  margin: 30px  15px;
  padding: 45px 40px;
  border: 1px solid transparent;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-align: center;
  box-shadow: 0px 0px 30px rgba(218, 211, 211, 0.42);
}

.pricing-style-4 .pricing-active .single-pricing.active {
  transform: scale(1.15);
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pricing-style-4 .pricing-active .single-pricing {
    padding: 40px 25px;
    margin-bottom: 100px;
  }
}

.pricing-style-4 .pricing-active .single-pricing h6 {
  color: #585978;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pricing-style-4 .pricing-active .single-pricing h6 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-style-4 .pricing-active .single-pricing h6 {
    font-size: 16px;
  }
}

.pricing-style-4 .pricing-active .single-pricing h4 {
  margin-bottom: 20px;
  font-weight: 500;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pricing-style-4 .pricing-active .single-pricing h4 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-style-4 .pricing-active .single-pricing h4 {
    font-size: 24px;
  }
}

.pricing-style-4 .pricing-active .single-pricing h3 {
  margin-bottom: 18px;
  color: #2F80ED;
}

.pricing-style-4 .pricing-active .single-pricing ul {
  margin-bottom: 30px;
}

.pricing-style-4 .pricing-active .single-pricing ul li {
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 12px;
}

/* ============================= 
    ABOUT-4 CSS
================================ */
.about-style-4 {
  position: relative;
  z-index: 1;
}

.about-style-4 .about-content-wrapper ul {
  padding-bottom: 25px;
}

.about-style-4 .about-content-wrapper ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.about-style-4 .about-content-wrapper ul li i {
  width: 16px;
  height: 16px;
  margin-right: 15px;
  margin-top: 4px;
  font-weight: 700;
}

.about-style-4 .about-image {
 top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .about-style-4 .about-image img {
    width: 100%;
  }
}


/* ============================= 
    CONTACT-3 CSS
================================ */
.contact-style-3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-style-3 .contact-form-wrapper form .single-input {
  position: relative;
  margin-bottom: 20px;
}

.contact-style-3 .contact-form-wrapper form .single-input label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.contact-style-3 .contact-form-wrapper form .single-input textarea,
.contact-style-3 .contact-form-wrapper form .single-input input {
  background: #ffffff;
  border-radius: 5px;
  position: relative;
  padding-right: 20px;
  padding-left: 50px;
  width: 100%;
  border: 1px solid transparent;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
  transition: all 0.3s ease-out 0s;
}

.contact-style-3 .contact-form-wrapper form .single-input textarea::placeholder,
.contact-style-3 .contact-form-wrapper form .single-input input::placeholder {
  font-weight: 300;
  opacity: 1;
  color: 585978;
}

.contact-style-3 .contact-form-wrapper form .single-input textarea:focus,
.contact-style-3 .contact-form-wrapper form .single-input input:focus {
  border-color: #2F80ED;
}

.contact-style-3 .contact-form-wrapper form .single-input input {
  height: 56px;
}

.contact-style-3 .contact-form-wrapper form .single-input textarea {
  padding: 15px 20px;
  padding-left: 50px;
  resize: none;
}

.contact-style-3 .contact-form-wrapper form .single-input i {
  position: absolute;
  left: 21px;
  top: 20px;
}

.contact-style-3 .contact-form-wrapper form .form-button {
  padding-top: 10px;
}

@media only screen and (min-width: 1400px) {
  .contact-style-3 .left-wrapper {
    margin-left: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-style-3 .left-wrapper {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-style-3 .left-wrapper {
    margin-top: 50px;
  }
}

.contact-style-3 .left-wrapper .single-item {
  padding: 25px 20px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out 0s;
}

.contact-style-3 .left-wrapper .single-item:hover {
  box-shadow: 0px 5px 25px rgba(47, 128, 237, 0.3);
}

.contact-style-3 .left-wrapper .single-item .icon {
  max-width: 45px;
  width: 100%;
  height: 45px;
  border-radius: 50%;
  background: #99cc66;
  color: #ffffff;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

/* ============================= 
    FOOTER-4 CSS
================================ */
.footer-style-4 {
  background: #D4E7F4;
  padding-top: 80px;
}

.footer-style-4 .widget-wrapper .footer-widget {
  margin-bottom: 50px;
}

.footer-style-4 .widget-wrapper .footer-widget .logo {
  margin-bottom: 30px;
}

.footer-style-4 .widget-wrapper .footer-widget p.desc {
  margin-bottom: 30px;
}

.footer-style-4 .widget-wrapper .footer-widget .socials {
  justify-content: flex-start;
}

.footer-style-4 .widget-wrapper .footer-widget .socials li a {
  margin: 0;
  margin-right: 10px;
  width: 44px;
  height: 44px;
  font-size: 20px;
}

.socials li a:hover {background: #54A0CD;color: #fff;}

.footer-style-4 .widget-wrapper .footer-widget h6 {
  font-weight: 600;
  color: #305B73;
  margin-bottom: 35px;
  margin-top: 10px;
}

.footer-style-4 .widget-wrapper .footer-widget .menu li a{
  font-size: 16px;
  line-height: 32px;
  color: #305B73;
}

.footer-style-4 .widget-wrapper .footer-widget .menu li a:hover {
  color: #2F80ED;
}

.footer-style-4 .widget-wrapper .footer-widget .download-app li a {
  display: inline-flex;
  align-items: center;
  padding: 12px 0px;
  border-radius: 5px;
  max-width: 200px;
  width: 100%;
  margin-bottom: 12px;
}

.footer-style-4 .widget-wrapper .footer-widget .download-app li a .icon {
  font-size: 35px;
  color: #323450;
  margin-right: 12px;
}

.footer-style-4 .widget-wrapper .footer-widget .download-app li a .text {
  font-size: 14px;
  font-weight: 500;
  color: #585978;
}

.footer-style-4 .widget-wrapper .footer-widget .download-app li a .text b {
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  color: #305B73;
}

.footer-style-4 .copyright-wrapper {
  border-top: 1px solid rgba(88, 89, 120, 0.4);
  padding: 20px 0;
}

.footer-style-4 .copyright-wrapper p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: rgba(88, 89, 120, 0.6);
}

.footer-style-4 .copyright-wrapper p a {
  color: inherit;
}

.footer-style-4 .copyright-wrapper p a:hover {
  color: #2F80ED;
}

.footer-style-4.footer-dark {
  background: #323450;
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget p {
  color: #ffffff;
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget h6 {
  color: #ffffff;
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget .socials li a {
  background: rgba(255, 255, 255, 0.1);
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget .socials li a:hover {
  background: #2F80ED;
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget .links li a {
  color: #ffffff;
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget .links li a:hover {
  color: #2F80ED;
}

.footer-style-4.footer-dark .copyright-wrapper p {
  color: rgba(255, 255, 255, 0.8);
}

/* ============================= 
    DEFAULT CSS
================================ */
.img-bg { background-repeat: no-repeat; background-size: cover; background-position: center center; }
.socials { display: flex; justify-content: center; align-items: center; }
.socials li a { width: 45px; height: 45px; border-radius: 50%; background: transparent; color:#54a0cd; display: flex; justify-content: center; align-items: center; margin: 3px 2.5px; border: solid 1px #9CC9E7; /*box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3); */ }

input, textarea, button {
  transition: all 0.3s ease-out 0s;
}

input:focus, textarea:focus, button:focus {
  outline: none;
  box-shadow: none;
}

.radius-3 { border-radius: 3px; } .radius-10 { border-radius: 10px; } .radius-20 { border-radius: 20px; } .radius-30 { border-radius: 30px; } .radius-50 { border-radius: 50px; } .radius-full { border-radius: 50%; } .radius-10-0 { border-radius: 10px 0px; }

/* ====== MARGIN PADDING ======= */
.mt-6 { margin-top: 6px; } .mt-5 { margin-top: 5px; } .mt-10 { margin-top: 10px; } .mt-15 { margin-top: 15px; } .mt-20 { margin-top: 20px; } .mt-25 { margin-top: 25px; } .mt-30 { margin-top: 30px; } .mt-35 { margin-top: 35px; } .mt-40 { margin-top: 40px; } .mt-45 { margin-top: 45px; } .mt-50 { margin-top: 50px; } .mt-55 { margin-top: 55px; } .mt-60 { margin-top: 60px; } .mt-65 { margin-top: 65px; } .mt-70 { margin-top: 70px; } .mt-75 { margin-top: 75px; } .mt-80 { margin-top: 80px; } .mt-85 { margin-top: 85px; } .mt-90 { margin-top: 90px; } .mt-95 { margin-top: 95px; } .mt-100 { margin-top: 100px; } .mt-105 { margin-top: 105px; } .mt-110 { margin-top: 110px;} .mt-115 { margin-top: 115px; } .mt-120 { margin-top: 120px; } .mt-125 { margin-top: 125px; } .mt-130 { margin-top: 130px; } .mt-135 { margin-top: 135px; } .mt-140 { margin-top: 140px; } .mt-145 { margin-top: 145px; } .mt-150 { margin-top: 150px; } .mt-155 { margin-top: 155px; } .mt-160 { margin-top: 160px; } .mt-165 { margin-top: 165px; } .mt-170 { margin-top: 170px; } .mt-175 { margin-top: 175px; } .mt-180 { margin-top: 180px; } .mt-185 { margin-top: 185px; } .mt-190 { margin-top: 190px; } .mt-195 { margin-top: 195px; } .mt-200 { margin-top: 200px; } .mt-205 { margin-top: 205px; } .mt-210 { margin-top: 210px; } .mt-215 { margin-top: 215px; } .mt-220 { margin-top: 220px; } .mt-225 { margin-top: 225px; }
.mb-6 { margin-bottom: 6px; } .mb-5 { margin-bottom: 5px; } .mb-10 { margin-bottom: 10px; } .mb-15 { margin-bottom: 15px; } .mb-20 { margin-bottom: 20px; } .mb-25 { margin-bottom: 25px; } .mb-30 { margin-bottom: 30px; } .mb-35 { margin-bottom: 35px; } .mb-40 { margin-bottom: 40px; } .mb-45 { margin-bottom: 45px; } .mb-50 { margin-bottom: 50px; } .mb-55 { margin-bottom: 55px; } .mb-60 { margin-bottom: 60px; } .mb-65 { margin-bottom: 65px; } .mb-70 { margin-bottom: 70px; } .mb-75 { margin-bottom: 75px; } .mb-80 { margin-bottom: 80px; } .mb-85 { margin-bottom: 85px; } .mb-90 { margin-bottom: 90px; } .mb-95 { margin-bottom: 95px; } .mb-100 { margin-bottom: 100px; } .mb-105 { margin-bottom: 105px; } .mb-110 { margin-bottom: 110px; } .mb-115 { margin-bottom: 115px; } .mb-120 { margin-bottom: 120px; } .mb-125 { margin-bottom: 125px; } .mb-130 { margin-bottom: 130px; } .mb-135 { margin-bottom: 135px; } .mb-140 { margin-bottom: 140px; } .mb-145 { margin-bottom: 145px; } .mb-150 { margin-bottom: 150px; } .mb-155 { margin-bottom: 155px; } .mb-160 { margin-bottom: 160px; } .mb-165 { margin-bottom: 165px; } .mb-170 { margin-bottom: 170px; } .mb-175 { margin-bottom: 175px; } .mb-180 { margin-bottom: 180px; } .mb-185 { margin-bottom: 185px; } .mb-190 { margin-bottom: 190px; } .mb-195 { margin-bottom: 195px; } .mb-200 { margin-bottom: 200px; } .mb-205 { margin-bottom: 205px; } .mb-210 { margin-bottom: 210px; } .mb-215 { margin-bottom: 215px; } .mb-220 { margin-bottom: 220px; } .mb-225 { margin-bottom: 225px; }
.ml-6 { margin-left: 6px; } .ml-5 { margin-left: 5px; } .ml-10 { margin-left: 10px; } .ml-15 { margin-left: 15px; } .ml-20 { margin-left: 20px; } .ml-25 { margin-left: 25px; } .ml-30 { margin-left: 30px; } .ml-35 { margin-left: 35px; } .ml-40 { margin-left: 40px; } .ml-45 { margin-left: 45px; } .ml-50 { margin-left: 50px; } .ml-55 { margin-left: 55px; } .ml-60 { margin-left: 60px; } .ml-65 { margin-left: 65px; } .ml-70 { margin-left: 70px; } .ml-75 { margin-left: 75px; } .ml-80 { margin-left: 80px; } .ml-85 { margin-left: 85px; } .ml-90 { margin-left: 90px; } .ml-95 { margin-left: 95px; } .ml-100 { margin-left: 100px; }
.mr-6 { margin-right: 6px; } .mr-5 { margin-right: 5px; } .mr-10 { margin-right: 10px; } .mr-15 { margin-right: 15px; } .mr-20 { margin-right: 20px; } .mr-25 { margin-right: 25px; } .mr-30 { margin-right: 30px; } .mr-35 { margin-right: 35px; } .mr-40 { margin-right: 40px; } .mr-45 { margin-right: 45px; } .mr-50 { margin-right: 50px; } .mr-55 { margin-right: 55px; } .mr-60 { margin-right: 60px; } .mr-65 { margin-right: 65px; } .mr-70 { margin-right: 70px; } .mr-75 { margin-right: 75px; } .mr-80 { margin-right: 80px; } .mr-85 { margin-right: 85px; } .mr-90 { margin-right: 90px; } .mr-95 { margin-right: 95px; } .mr-100 { margin-right: 100px; }

.pt-6 { padding-top: 6px; } .pt-5 { padding-top: 5px; } .pt-10 { padding-top: 10px; } .pt-15 { padding-top: 15px; } .pt-20 { padding-top: 20px; } .pt-25 { padding-top: 25px; } .pt-30 { padding-top: 30px; } .pt-35 { padding-top: 35px; } .pt-40 { padding-top: 40px; } .pt-45 { padding-top: 45px; } .pt-50 { padding-top: 50px; } .pt-55 { padding-top: 55px; } .pt-60 { padding-top: 60px; } .pt-65 { padding-top: 65px; } .pt-70 { padding-top: 70px; } .pt-75 { padding-top: 75px; } .pt-80 { padding-top: 80px; } .pt-85 { padding-top: 85px; } .pt-90 { padding-top: 90px; } .pt-95 { padding-top: 95px; } .pt-100 { padding-top: 100px; } .pt-105 { padding-top: 105px; } .pt-110 { padding-top: 110px; } .pt-115 { padding-top: 115px; } .pt-120 { padding-top: 120px; } .pt-125 { padding-top: 125px; } .pt-130 { padding-top: 130px; } .pt-135 { padding-top: 135px; } .pt-140 { padding-top: 140px; } .pt-145 { padding-top: 145px; } .pt-150 { padding-top: 150px; } .pt-155 { padding-top: 155px; } .pt-160 { padding-top: 160px; } .pt-165 { padding-top: 165px; } .pt-170 { padding-top: 170px; } .pt-175 { padding-top: 175px; } .pt-180 { padding-top: 180px; } .pt-185 { padding-top: 185px; } .pt-190 { padding-top: 190px; } .pt-195 { padding-top: 195px; } .pt-200 { padding-top: 200px; } .pt-205 { padding-top: 205px; } .pt-210 { padding-top: 210px; } .pt-215 { padding-top: 215px; } .pt-220 { padding-top: 220px; } .pt-225 { padding-top: 225px; }
.pb-6 { padding-bottom: 6px; } .pb-5 { padding-bottom: 5px; } .pb-10 { padding-bottom: 10px; } .pb-15 { padding-bottom: 15px; } .pb-20 { padding-bottom: 20px; } .pb-25 { padding-bottom: 25px; } .pb-30 { padding-bottom: 30px; } .pb-35 { padding-bottom: 35px; } .pb-40 { padding-bottom: 40px; } .pb-45 { padding-bottom: 45px; } .pb-50 { padding-bottom: 50px; } .pb-55 { padding-bottom: 55px; } .pb-60 { padding-bottom: 60px; } .pb-65 { padding-bottom: 65px; } .pb-70 { padding-bottom: 70px; } .pb-75 { padding-bottom: 75px; } .pb-80 { padding-bottom: 80px; } .pb-85 { padding-bottom: 85px; } .pb-90 { padding-bottom: 90px; } .pb-95 { padding-bottom: 95px; } .pb-100 { padding-bottom: 100px; } .pb-105 { padding-bottom: 105px; } .pb-110 { padding-bottom: 110px; } .pb-115 { padding-bottom: 115px; } .pb-120 { padding-bottom: 120px; } .pb-125 { padding-bottom: 125px; } .pb-130 { padding-bottom: 130px; } .pb-135 { padding-bottom: 135px; } .pb-140 { padding-bottom: 140px; } .pb-145 { padding-bottom: 145px; } .pb-150 { padding-bottom: 150px; } .pb-155 { padding-bottom: 155px; } .pb-160 { padding-bottom: 160px; } .pb-165 { padding-bottom: 165px; } .pb-170 { padding-bottom: 170px; } .pb-175 { padding-bottom: 175px; } .pb-180 { padding-bottom: 180px; } .pb-185 { padding-bottom: 185px; } .pb-190 { padding-bottom: 190px; } .pb-195 { padding-bottom: 195px; } .pb-200 { padding-bottom: 200px; } .pb-205 { padding-bottom: 205px; } .pb-210 { padding-bottom: 210px; } .pb-215 { padding-bottom: 215px; } .pb-220 { padding-bottom: 220px; } .pb-225 { padding-bottom: 225px; }
.pl-6 { padding-left: 6px; } .pl-5 { padding-left: 5px; } .pl-10 { padding-left: 10px; } .pl-15 { padding-left: 15px; } .pl-20 { padding-left: 20px; } .pl-25 { padding-left: 25px; } .pl-30 { padding-left: 30px; } .pl-35 { padding-left: 35px; } .pl-40 { padding-left: 40px; } .pl-45 { padding-left: 45px; } .pl-50 { padding-left: 50px; } .pl-55 { padding-left: 55px; } .pl-60 { padding-left: 60px; } .pl-65 { padding-left: 65px; } .pl-70 { padding-left: 70px; } .pl-75 { padding-left: 75px; } .pl-80 { padding-left: 80px; } .pl-85 { padding-left: 85px; } .pl-90 { padding-left: 90px; } .pl-95 { padding-left: 95px; } .pl-100 { padding-left: 100px; }
.pr-6 { padding-right: 6px; } .pr-5 { padding-right: 5px; } .pr-10 { padding-right: 10px; } .pr-15 { padding-right: 15px; } .pr-20 { padding-right: 20px; } .pr-25 { padding-right: 25px; } .pr-30 { padding-right: 30px; } .pr-35 { padding-right: 35px; } .pr-40 { padding-right: 40px; } .pr-45 { padding-right: 45px; } .pr-50 { padding-right: 50px; } .pr-55 { padding-right: 55px; } .pr-60 { padding-right: 60px; } .pr-65 { padding-right: 65px; } .pr-70 { padding-right: 70px; } .pr-75 { padding-right: 75px; } .pr-80 { padding-right: 80px; } .pr-85 { padding-right: 85px; } .pr-90 { padding-right: 90px; } .pr-95 { padding-right: 95px; } .pr-100 { padding-right: 100px; }

.fs-24{font-size:24px;}
.color-primary,.color-primary a{color:#254659;}

.py-15vh{padding:15vh 0;}
.py-80{padding:80px 0;}
.pt-80{padding-top:80px;}
.pb-80{padding-bottom:80px;}
.py-120{padding:120px 0;}
.my-80{margin:80px 0;}
.mb-80{margin-bottom:80px;}

.button-menu{height:45px;background: #9c6;}
.header.header-6 .navbar-nav .nav-item a.button-menu-download{height:45px;background: transparent;border:solid 1px #9c6;;padding: 0 3px 0 15px;}
.header.header-6 .navbar-nav .nav-item a.button-menu-download:hover{border-color: #54a0cd;background: #54a0cd;}
.header.header-6 .navbar-nav .nav-item a.button-menu-download i{height: 39px;width: 39px;margin-left: 10px;}

.bg-default {
  padding: 180px 0 80px;
  margin-bottom:80px;
}
ol ol{padding-left:0;}

#poland-map { height: 500px; border-radius: 20px; background: transparent; background-repeat: repeat; background-size: auto; }

.last-news{background: #9c6;color:#254659; }
.last-news:hover{color:#254659;}

a.organizer{border: solid 1px;background: #254659; margin-left: -35%; border-radius: 20px; padding: 40px 20px 30px 35%;color: #eff6fb;transition:all .3s;}
a.organizer:hover{background:#9c6;border-color:#9c6;color:#254659;}
a.organizer h2{color:#deedf7;transition:all .3s;}
a.organizer:hover h2{color:#254659;}

.wrapper-logo-rotation { position: absolute; left: 50%; top: -43px; transform: translateX(-50%); }
.logo-rotation { aspect-ratio: 1/1; object-fit: contain; background: #254659; border-radius: 100px; padding: 10px; animation: rotation 12s linear infinite; }

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.about-organizer{height:83px;background: #d4e7f4;font-size:18px;font-weight:700;color:#254659;padding: 0 8px 0 25px;}
.about-organizer.button:hover{background: #deedf7;color:#254659;}
.about-organizer.button:before{background:transparent;}

.contact-form-wrapper .wpcf7-list-item {margin: 0;}

.cky-notice-btn-wrapper .cky-btn,.cky-prefrence-btn-wrapper .cky-btn{border: solid 1px;border-radius:100px;text-transform:lowercase;}



.breaking-news { display: flex; align-items: center; gap: 20px; background:rgba(255, 255, 255,0.8); border: solid 1px #d4e7f4; padding: 4px; width:calc(100% - 1.5rem); position: absolute; bottom: 0px; border-radius: 100px /*20px 20px 100px*/; -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); z-index:2; }
.breaking-news__label { font-weight: 700; font-size: 13px; color: #ffffff; white-space: nowrap; background: #99cc66; border-radius: 100px; width: 73px; height: 73px; display: flex; align-items: center; justify-content: center; text-align:center; text-wrap: auto; }
.breaking-news__label:hover{background:#54a0cd;color:white;}
.breakingSwiper { height: 65px; flex: 1; position: relative; padding-left:30px; }
.breakingSwiper .swiper-slide { display: flex; align-items: center; gap:15px; }
.swiper-slide .date { font-size: 20px; color: #254659; opacity: 0.7; /*margin-bottom:10px;*/ }
.swiper-slide .title { font-size: 20px; color: #254659; font-weight: 600; line-height: 1.3; }
.breakingSwiper .swiper-pagination { position: absolute; right: 0; top: 0; width: 4px; height: 100%; background:#deedf7; border-radius: 2px; overflow: hidden; }
.breakingSwiper .swiper-pagination-progressbar-fill { background:#99cc66; }
.swiper.mySwiper-ciekawostki { width: 320px; height: 420px; }
.mySwiper-ciekawostki .swiper-slide { display: flex; flex-direction: column; padding: 20px 30px; align-items: center; justify-content: center; border-radius: 18px; color:#254659; background: #9c6 !important; box-shadow: 2px 2px 5px #648643; border: solid 1px #a4db6d; }
.mySwiper-ciekawostki .swiper-slide p{font-size: 16px;}
.mySwiper-ciekawostki .swiper-slide h3{font-size: 24px;}
.mySwiper-ciekawostki .swiper-button-next,.swiper-steps .swiper-button-next,.mySwiper-ciekawostki .swiper-button-prev,.swiper-steps .swiper-button-prev{color:#54a0cd;width: 60px; height: 60px; border: solid 2px; border-radius: 100px;}
.mySwiper-ciekawostki .swiper-button-next{right:-50%;}
.mySwiper-ciekawostki .swiper-button-prev{left:-50%;}
.mySwiper-ciekawostki .swiper-button-next::after,.swiper-steps .swiper-button-next:after,.mySwiper-ciekawostki .swiper-button-prev::after,.swiper-steps .swiper-button-prev::after{font-size:30px;}
.mySwiper-ciekawostki .swiper-pagination-fraction{bottom:-60px;}

section.horizontal .item { position: relative; padding: 40px 25px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border:1px solid rgba(0,0,0,.125); border-bottom:2px solid rgba(0,0,0,.125); background-color:rgba(255, 255, 255, 0.8); border-radius:20px; min-height:420px; display:flex; flex-direction:column; justify-content: end; }
section.horizontal .item:before { font-family: "Bricolage Grotesque", sans-serif; position: absolute; color: #9c6; font-size: 100px; font-weight: 600; opacity: 1; z-index: 0; top:0; -webkit-transform: translate(-5px, 20px); transform: translate(-5px, 20px); line-height: 1; }
section.horizontal { counter-reset: item; }
section.horizontal .item:before { counter-increment: item; content: counter(item); }
section.horizontal h3{font-size: 24px; font-weight: 700;line-height: 1.2;}
.swiper-steps{overflow:visible;}
.swiper-steps .swiper-pagination-progressbar.swiper-pagination-horizontal{background: rgb(222, 237, 247);margin-top: 6px;}
.swiper-steps .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#54a0cd;}
.swiper-steps .swiper-button-prev{left:auto;right:80px;}
.carousel-section { padding-left: 15px; padding-right: 15px; }

@media (min-width: 1200px) {
.carousel-section{padding-left: calc(4% - 15px);padding-right: calc(4% - 15px);}
}
@media (min-width: 1400px) {
.carousel-section{padding-left:calc((100% - 1300px) / 2);padding-right:calc((100% - 1300px) / 2);}
}

  :root {
    --primary-color: #9c6;
    --secondary-color:#d8e0ea;
    --body-color: #F3F3F3;
}
.working-process .accordion-item { border-bottom: 2px solid var(--secondary-color); border-radius: 20px; overflow: hidden; /* padding: 20px; */ background-color: var(--body-color); position:sticky; }
.working-process .accordion-item:first-child { top:120px; }
.working-process .accordion-item:nth-child(2) { top:125px; }
.working-process .accordion-item:nth-child(3) { top:130px; }
.working-process .accordion-item:nth-child(4) { top:135px; }
.working-process .accordion-item:nth-child(5) { top:140px; }
.working-process .accordion-item:nth-child(6) { top:145px; }
.working-process .accordion-item:nth-child(7) { top:150px; }
.working-process .accordion-item:nth-child(8) { top:155px; }
.working-process .accordion-item .accordion-button{font-size: 24px;font-weight: 600;}
.working-process .accordion-item .accordion-button.collapsed { min-height: 100px; color:#323450; background-color:rgba(255, 255, 255, 0.8); padding: 20px; border-radius:20px; text-align:left; }
.working-process .accordion-item .accordion-collapse.collapse.show, .working-process .accordion-item .accordion-collapse.collapse.show { background-color: var(--primary-color); transition: all 0.2s ease-in-out; }
.working-process .accordion-item .accordion-button:not(.collapsed) { color:#fff; transition: all 0.2s ease-in-out; background-color: var(--primary-color) !important; box-shadow: none; }
.working-process .accordion-item .accordion-button:not(.collapsed) .accordian-numbers{color:#254659;}
.working-process .accordion-item .accordion-button:focus { box-shadow: none; }
.working-process .accordion-item .accordion-collapse .accordion-body { color: #fff; padding: 20px 40px; }
.working-process .accordion-item .accordian-numbers { font-size: 44px; font-weight: 600; padding-right: 20px; color: #9c6; }
.accordion-button::after { background-image: none; font-family:'LineIcons'; content: "\eb53"; height: 45px; width: 45px; display: flex; justify-content: center; align-items: center; border-radius: 50%; border: 1px solid #9c6; background-color: #9c6; color: #fff; }
.accordion-button:not(.collapsed)::after { background-image: none; content:"\eb2c";}
.working-process .accordion-item .collapsing { transition: all 0.3s ease-in-out; }

/* -------------------------------- 

Primary style

-------------------------------- */
.cs-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cs-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cs-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cs-title {
    height: 200px;
    line-height: 300px;
  }
  .cs-title h1 {
    font-size: 3rem;
  }
}

.cs-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cs-intro {
  margin: 4em auto;
}
@media only screen and (min-width: 768px) {
  .cs-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cs-intro {
    margin: 6em auto;
  }
}
.cs-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cs-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: inherit;
}
.cs-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cs-words-wrapper b {
  opacity: 0;
}
.no-js .cs-words-wrapper b.is-visible {
  opacity: 1;
}
/* -------------------------------- 

xclip 

-------------------------------- */
.cs-headline.clip span {
  display: inline-block;
}
.cs-headline.clip .cs-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cs-headline.clip b {
  opacity: 0;
}
.cs-headline.clip b.is-visible {
  opacity: 1;
}

.wide-letter {
  display: inline-block;
  will-change: transform;
}

.cards-section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  overflow: hidden;
}

.cards-wrapper {
  position: relative;
  width: 320px;
  height: 420px;
}

#nagrody .card {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
  cursor:pointer;
}

/* TOP CARD */
.card-2 {
 background:rgb(153, 204, 102) /*rgba(244, 212, 240, 0.6)*/;
 color:#254659 /*rgb(96, 83, 94)*/;
 border: 1px solid #7faa55;
 border-bottom: 2px solid rgba(0, 0, 0, .125);
 z-index: 3;
 transform: rotate(0deg);
 -webkit-backdrop-filter: blur(15px);
 backdrop-filter: blur(15px);
}

/* LEFT CARD */
.card-1 {
  background:#fff /*#f4f0d4*/;
  /*color: #514f46;*/
  z-index: 0;
  transform: translateX(-80px) scale(0.96) rotate(-3deg);
  border: 1px solid rgba(0, 0, 0, .125);
  border-bottom: 2px solid rgba(0, 0, 0, .125);
}

/* RIGHT CARD */
.card-3 {
  background:#fff /*#cef2e4*/;
  z-index: 1;
  transform: translateX(80px) scale(0.96) rotate(3deg);
  border: 1px solid rgba(0, 0, 0, .125);
  border-bottom: 2px solid rgba(0, 0, 0, .125);
}
#card-tooltip {
  position: fixed;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  white-space: nowrap;
  background: rgba(153, 204, 102,1);
  border: solid 1px #aae371;
  border-radius: 100px;
  width: 73px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 0;
  left: 0;  
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.6);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 9999;
  opacity:0;
}
#card-tooltip.is-close{background:#f4d4f0;color:#254659;border: solid 1px #d4b9d1;}
/* widoczny */
#card-tooltip.is-visible {
  opacity: 1;
  transform: translate(-80%, -80%) scale(1);
}

.marquee-container {
    width: 100%;
    padding: 0px;
    border-radius: 10px;
        z-index: 1;
}
.marquee-container svg{overflow: visible;}
text{font-size:14px;font-weight:700;}

/* Media */
@media (max-width: 768px) {
    text {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    text {
        font-size: 4rem; 
    }
}

/* Background size */
path#marquee-bg {
    stroke-width: 40px;
}
path#marquee-bg-big {
    stroke-width: 340px;
}

@media (max-width: 768px) {
    path#marquee-bg {
        stroke-width: 6rem; 
    }
}

@media (max-width: 480px) {
    path#marquee-bg {
        stroke-width: 8rem;
    }
}
	
.section-features .card{background:transparent;}

/* Ukrycie domyślnego checkboxa */
.wpcf7-acceptance input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.wpcf7-acceptance label {
  position: relative;
  display: inline-block;
  padding-left: 60px;
  cursor: pointer;
  user-select: none;
  background-color: #eff6fb;
}

/* Kredkowy kwadrat */
.wpcf7-acceptance label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 2px solid #9c6;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #9c6, 1px 1px 0 0 #9c6, -1px -1px 0 0 #000;
  clip-path: polygon(2% 2%, 95% 5%, 98% 98%, 5% 95%);
}

/* Check jako pseudo-element labela */
.wpcf7-acceptance label::after {
 content: '';
  position: absolute;
  left: 7px;
  top: 5px;
  width: 40px;
  height: 40px;
  background:url(https://dzieci-zbieraja-elektrosmieci.pl/wp-content/uploads/2025/12/Wsparcie-dla-srodowiska.png);
  background-size:cover;
  mix-blend-mode: darken;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

/* Pokaż check, gdy input w labelu zaznaczony */
.wpcf7-acceptance label:has(input:checked)::after {
  transform: scale(1);
  animation: sway 0.8s ease-in-out forwards; /* kołysanie przez 0.8s */
}

/* Kołysanie po zaznaczeniu */
@keyframes sway {
  0% { transform: scale(1) rotate(-15deg); }
  25% { transform: scale(1) rotate(13deg); }
  50% { transform: scale(1) rotate(-13deg); }
  75% { transform: scale(1) rotate(12deg); }
  100% { transform: scale(1) rotate(0deg); }
}