/* footer {background:url('../img/fala2.svg') no-repeat center 0 #003E7E;height:340px;color:#fff;padding:30px 0px;}
footer .tytul-sekcji{font-size: 18px;font-weight: bold;text-transform: uppercase;margin-bottom: 30px;}
footer {list-style:none;margin:0px;padding:0px;}
footer .stopka-linki li{padding: 3px 0;font-size: 13px;}
footer a {color:#fff}
footer a:hover {color:#fff}
footer .copy, footer .pozitive{font-size: 13px;line-height: 25px;} */

body{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #003E7E;
  background-color: #fff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
}
h1{
  border-bottom: 1px solid #ED1878;
  padding-bottom: 10px;
  margin-bottom: 20px;
  width: auto;
}
.header-title{
  margin-top: 30px;
  margin-bottom: 30px;
  width: auto;
}
@media (max-width: 575px) {
  .header-title{
    padding-left: 22px;
    padding-right: 22px;
  }
}
.header-title h1{
  
  padding-right: 30px;
}
.hero-header h1{
  border-bottom: none;
}
/* Elementor wrzucić do dostosuj */
.flex-wrap .elementor-column-gap-default{
  flex-wrap: wrap;
}
.flex-wrap .elementor-column-gap-default .logo{
  width: 25%;
  
}
@media (max-width: 1200px) {
  .flex-wrap .elementor-column-gap-default .logo{
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .flex-wrap .elementor-column-gap-default .logo{
    width: 50%;
  }
}
.team .elementor-column-gap-default{
  flex-wrap: wrap;
}
.team .elementor-column-gap-default .elementor-column{
  width: 25%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .team .elementor-column-gap-default .elementor-column{
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .team .elementor-column-gap-default .elementor-column{
    width: 50%;
  }
}

@media (max-width: 575px) {
  .team .elementor-column-gap-default .elementor-column{
    width: 100%;
  }
}
.elementor .galeria .gallery{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.elementor .galeria br {
  display: none;
}
.elementor .galeria img{
  width: 100%;
  aspect-ratio: 3 / 2;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
  border: none!important;
  &:hover{
    transform: scale(1.05);
  }
}
.elementor .gallery-columns-3 .gallery-item{
  margin: 0!important;
  width: calc(33.3333% - 10px)!important;
}
@media (max-width: 1199px) {
  .elementor  .galeria .gallery-item{
    width: 50%!important;
    max-width: 50%!important;
    width: calc(50% - 10px)!important;
  }
}
@media (max-width: 767px) {
  .elementor  .galeria .gallery-item{
    width: 100%!important;
    max-width: 100%!important;
  }
}

/* end elementor */
footer {
  background: #003E7E;
  color: #fff;
  padding: 60px 0;
}
footer a{
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}
footer a:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}
footer .footer-address {
  font-size: 18px;

  margin-bottom: 20px;
}

footer .footer-links-list {
    list-style: none;
  margin: 0;
  padding: 0;
}
footer .email-stopka {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
footer .telefon-stopka {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.footer-links-list{
    display: flex;
}
.footer-links-list li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.image-header {
  position: relative;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: center;
}

.hero-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      135deg,
      rgba(5, 14, 32, 0.85) 0%,
      rgba(8, 32, 68, 0.75) 40%,
      rgba(0, 102, 204, 0.65) 100%
    ),

    radial-gradient(
      circle at 80% 20%,
      rgba(0, 140, 255, 0.35),
      transparent 60%
    ),

    radial-gradient(
      circle at 20% 80%,
      rgba(0, 50, 120, 0.45),
      transparent 70%
    );

  backdrop-filter: blur(2px) contrast(1.2) saturate(1.1);
  pointer-events: none; /* overlay nie blokuje kliknięć */
}
.hero-header .naglowek{
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.hero-header .opis{
  color: #fff;
}
.hero-header .ue-logo{
  width: 300px;
}
@media (max-width: 768px) {
  .hero-header{
    min-height: 300px;
    padding: 20px;
  }
  .hero-header .title {
    font-size: 24px;
  }
  .hero-header .subtitle {
    font-size: 18px;
  }
  .image-header {
    min-height: 300px;
  }
}

.slider-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 80px;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 2;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.hero-header {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: flex-end;
  align-content: flex-end;
  padding: 0;
}

.hero-header .title {
  font-size: 48px;
  font-weight: 700;
  color: #03AEEF;
  text-align: center;
  margin-top: 20px;
}

.hero-header .subtitle {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
  
}

@media (max-width: 1199px) {
  .slider-text {
    padding-bottom: 30px;
  }
  .hero-header .ue-logo{
    width: 200px;
  }
}

@media (max-width: 991px) {
  .hero-header .title {
    font-size: 24px;
  }
  .hero-header .subtitle {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .slider-text {
    padding-bottom: 30px;
  }
    .hero-header .title {
      font-size: 24px;
    }
    .hero-header .subtitle {
      font-size: 18px;
    }
  }
.box-info-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
@media (max-width: 768px) {
  .box-info-container{
    flex-direction: column;
  }
}
  .box-info {
    max-height: 100%;
    color: #fff;
    padding: 60px 30px;
    transition: all .3s ease;
  }
  .box-info:hover {
    /* transform: translateY(-8px) scale(1.02); */
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    transition: all .3s ease;
  }
  /* 1 */
  .box-info:nth-child(1) {
    background: linear-gradient(135deg, #003E7E 0%, #002a58 100%);
  }
  
  /* 2 */
  .box-info:nth-child(2) {
    background: linear-gradient(135deg, #03AEEF 0%, #027fb0 100%);
  }
  
  /* 3 */
  .box-info:nth-child(3) {
    background: linear-gradient(135deg, #ED1878 0%, #b9135c 100%);
  }

  /* 4 */
  .box-info:nth-child(4) {
    background: linear-gradient(135deg, #002f66 0%, #001f44 100%);
  }
  
.box-info-number.with-suffix:hover {
  color: #fff;
  transition: all .3s ease;
  .box-info-number-suffix {
    color: #fff;
    transition: all .3s ease;
  }
}


.box-info-section {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.box-info:hover {
  transform: translateY(-6px);
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .box-info {
    padding: 30px 15px;
  }

  .box-info-text {
    font-size: 0.8rem;
  }
}

.box-info-section .box-info:not(:last-child) {
  border-right: 4px solid #ED1878;
  transition: all .3s ease;
}
.box-info-section .box-info{
  @media (max-width: 1199px) {
    aspect-ratio: 1 / 1;
  }
  @media (max-width: 768px) {
    padding-right: 0;
    width: 100%;
    border-right: none;
    aspect-ratio: initial;
  }
}
@media (max-width: 768px) {
  .box-info-section .box-info:not(:last-child) {
    border-right: none;
  }
}
.box-info-section .box-info-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
}
.box-info-number::after {
  background: rgba(255,255,255,0.6);
}
.box-info-section .box-info-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 24px;
}
.box-info-text {
  color: rgba(255,255,255,0.9);
}
.box-info-number-suffix {
  color: rgba(255,255,255,0.8);
}
@media (max-width: 768px) {
  .box-info-section .box-info-text {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    display: block;
    padding: 15px;
  }
}

.under-columns-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100px;
  padding-top: 80px;
}

.under-columns-text h2 {
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #003E7E;
  line-height: 1.4;
}

/* mocny akcent liczbowy */
.under-columns-text strong {
  display: inline-block;
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 800;
  color: #ED1878;
  line-height: 1;
  margin-right: 14px;
  position: relative;
}

/* podkreślenie akcentu */
.under-columns-text strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 4px;
  background: #003E7E;
}

.under-columns-text {
  opacity: 0;
  transform: translateY(40px); /* start z dołu */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.under-columns-text.is-visible {
  opacity: 1;
  transform: translateY(0); /* docelowa pozycja */
}

/* Tablety / średnie ekrany */
@media (max-width: 991px) {
  .under-columns-text {
    margin-top: 60px;
  }

  .under-columns-text h2 {
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    line-height: 1.3;
  }

  .under-columns-text strong {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin-right: 10px;
  }

  .under-columns-text strong::after {
    height: 3px;
    bottom: -8px;
  }
}

/* Telefony / małe ekrany */
@media (max-width: 575px) {
  .under-columns-text {
    margin-top: 40px;
    padding: 0 15px;
  }

  .under-columns-text h2 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .under-columns-text strong {
    display: block; /* liczba nad tekstem */
    font-size: 2.8rem;
    margin: 0 0 10px 0;
  }

  .under-columns-text strong::after {
    width: 60%;
    height: 3px;
    bottom: -6px;
    left: 20%;
  }
}


@media (max-width: 768px) {
  .box-info-section .under-columns-text h2{
    font-size: 18px;
  }
}
.box-info-section .under-columns-text strong{
    font-size: 42px;
    font-weight: 700;
    text-align: center;
}

.box-info-number {
  font-size: clamp(3rem, 4vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
  color: #111;
  display: inline-block;
}

.tiles-section {
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    gap: 30px;
}
.box-info-number-suffix {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #003E7E;
  margin-left: 8px;
  opacity: 0.75;
}

.box-info:nth-child(3), .box-info:hover:nth-child(3) {
  color: #fff;
  transition: all .3s ease;
}
.box-info-number::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #ED1878;
  margin: 18px auto 0;
}

.tiles-section .tiles-container-inner {
    background: #003E7E;
    margin: 0;
    padding: 0;
}
@media (max-width: 1199px) {
  .tiles-section .tiles-container-inner {
    background: none;
  }
}
.tiles-section .tile {
  overflow: hidden;
  color: #fff;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.tile:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
.tiles-section .tile:not(:last-child) {
    border-right: 1px solid #fff;
}
.tiles-section .tile-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 30px 20px;
}
.tiles-section .tile-icon {
  margin-bottom: 20px;
  z-index: 2;
  color: #fff;
  
}
.tiles-section .tile-image {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
  border: 3px solid #fff;
}
.tile:hover .tile-image {
  transform: scale(1.05);
}

.tiles-section .first-tile .tile-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.tiles-section .tile-description {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #fff;
  max-width: 280px;
}
.tiles-section .second-tile .tile-title {
    color:  #fff;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 120px;
}
.tiles-section .third-tile .tile-title {
    color: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.first-tile .tile-title {
  color: #003E7E;
}

.second-tile .tile-title {
  color: #ED1878;
}

.third-tile .tile-title {
  color: #03AEEF;
}

.first-tile {
  background: linear-gradient(135deg, #003E7E 0%, #002a58 100%);
  color: #fff;
}

.second-tile {
  background: linear-gradient(135deg, #ED1878 0%, #b9135c 100%);
  color: #fff;
}

.third-tile {
  background: linear-gradient(135deg, #03AEEF 0%, #027fb0 100%);
  color: #fff;
}

.cta-section {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end; /* dolna część */
    justify-content: center;
    padding-bottom: 80px;
    margin-top: 40px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
  .second-tile .tile-image {
    order: -1;
  }
}
/* średnie ekrany */
@media (max-width: 1199px) {
  .tile {
      flex: 0 0 48%;
  }
}

/* małe ekrany */
@media (max-width: 767px) {
  .tile {
      flex: 0 0 100%;
  }

  .tile-content {
      padding: 20px 15px;
  }

  .tile-description {
      max-width: 100%;
  }
}
.tile {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.tile.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tile-icon svg *{
  fill: #fff!important;
  stroke: #fff!important;
  width: 80px;
  
}

.tile-icon svg{
  width: 100%;
  height: 100%;
}

.cta-section .cta-container {
    text-align: center;
    z-index: 1;
}

.cta-section .cta-section h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.cta-section .cta-button {
    display: inline-block;
    padding: 20px 48px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    background-color: #003E7E; /* zmień na kolor firmowy */
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-section .cta-button:hover {
    background-color: #003E7E;
    transform: scale(1.05);
}

/* menu górne */
.navbar-toggler, .navbar-toggler-icon{
  border-color: #003E7E;
  color: #003E7E;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
  min-width: 100%;
  text-align: left;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover{
  text-align: left;
}

/* #menu-menu-glowne-pl > li{
  border-bottom: 0px solid solid #ED1878;
  transition: all 0.3s ease;
  height: 34px;
  a{
    line-height: 18px;
  }
}

#menu-menu-glowne-pl > li:hover{
  border-bottom: 4px solid #ED1878;
  transition: all 0.3s ease;
}
#menu-menu-glowne-pl li.no-border-bottom:hover{
  border-bottom: none;
} */

#modals .modal-content{
  border-radius: 0;
}

.nav-link, .nav-link:hover{
  color: #003E7E;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.dropdown-menu.show{
  margin-top: 15px;
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #fff;
  color: #ED1878;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.3s ease;
  &li a:hover{
    background-color: #fff;
    color: #ED1878;
    text-decoration: none;
    transition: all 0.3s ease;
  }
}
.dropdown-menu .dropdown-item:hover{
  color: #ED1878;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #fff;
}

/* Pokaż dropdown przy hover na desktopie */
@media (min-width: 992px) {
  .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
      display: block;
      opacity: 1;
      visibility: visible;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      
      transition: opacity 0.3s ease;
  }

  /* Animacja dropdown */
  .navbar-nav .dropdown-menu {
      display: block;
      opacity: 0;
      visibility: hidden;
      text-align: center;
      font-size: 14px;
      text-transform: uppercase;
      transition: opacity 0.3s ease;
      margin-top: 0;
      border: none;
      border-radius: 0;
      padding: 0;
      background-color: #fff;
      color: #ED1878;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      text-align: center;
  }

  /* Zapobieganie kliknięciom dropdown-toggle na hover */
  .navbar-nav .dropdown-toggle::after {
      transition: transform 0.3s ease;
  }
}

.nav-link.dropdown-toggle::after{
  display: none;
  content: none;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown-menu.show{
    margin-top: 0;
    padding-left: 15px;
    display: block;
    text-align: left;
    .nav-item{
      text-align: left;
    }
  }
}

.menu-item-search {
  position: relative;
}

.search-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
}

.menu-item-search.active .search-dropdown {
  display: block;
}
.form-szukaj {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
}
.szukaj-modal {
  width: 100%;
  height: 35px;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 15px;
  border: 1px solid #808080;
}
.szukaj-przycisk:hover {
  background: #ED1878;
  cursor: pointer;
}

.szukaj-przycisk {
  width: 160px;
  height: 35px;
  background: #003E7E;
  text-align: center;
  border: 0;
  border-radius: 15px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
}

.lupa.search-toggle{
  padding: 0;
}

a .opis-wydarzenia{
  color: #7a7a7a;
}
a .data-wydarzenia{
  color: #7a7a7a;
}
/* aktualnosci */
.wcwi-loop{
  margin-left: -22px;
  margin-right: -22px;
}

/* single post */
.tytul-wydarzenia{
  margin-top: 30px;
  margin-bottom: 20px;
  width: auto;
  padding-bottom: 10px;
  transition: all 0.3s ease;
}
.tytul-wydarzenia:hover{
  color: #ED1878;
  text-decoration: none;
  transition: all 0.3s ease;
}
.opis-wydarzenia1, .elementor{
  word-wrap: break-word;
  max-width: 100%;
}
.show-all-posts{
  background-color: #003E7E;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  &:hover{
    background-color: #ED1878;
    border-color: #ED1878;
    color: #fff;
  }
  &:focus{
    background-color: #003E7E;
    color: #fff;
  }
  &:active{
    background-color: #003E7E;
    color: #fff;
  }
}

/* Kontener paginacji */
.paginacja {
  display: flex;
  justify-content: center; 
  flex-wrap: wrap;         
  gap: 6px;                
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

/* Wspólne style dla linków i aktualnej strony */
.paginacja a.page-numbers,
.paginacja span.current {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #007bff;
  color: #007bff;
  transition: all 0.3s ease;
  min-width: 36px;
  text-align: center;
  box-sizing: border-box;
}

/* Aktualna strona */
.paginacja span.current {
  background-color: #007bff;
  color: #fff;
  font-weight: bold;
  cursor: default;
}

/* Hover efekt dla linków */
.paginacja a.page-numbers:hover {
  background-color: #007bff;
  color: #fff;
}

/* "Następne »" i "« Poprzednie" */
.paginacja a.next,
.paginacja a.prev {
  font-weight: bold;
}

/* Responsywność na telefony */
@media (max-width: 480px) {
  .paginacja {
      flex-wrap: nowrap;       /* w jednym rzędzie, przewijalne w poziomie */
      overflow-x: auto;        /* włącz przewijanie poziome */
      -webkit-overflow-scrolling: touch; /* płynne przewijanie na iOS */
      padding: 5px 0;
  }
  .paginacja a.page-numbers,
  .paginacja span.current {
      flex: 0 0 auto;          /* nie rozciągać przy przewijaniu */
      font-size: 14px;
      padding: 6px 2px;
  }
}

/* contact-new */
/* Kontener formularza */
#wpcf7-f2925-o1 form, #wpcf7-f3016-o1 form {  
  max-width: 600px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  padding: 0 20px;
}

/* Każde pole w wrapperze relative dla label */
#wpcf7-f2925-o1 .wpcf7-form-control-wrap, #wpcf7-f3016-o1 .wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 20px;
}

/* Inputy i textarea */
#wpcf7-f2925-o1 input[type="text"],
#wpcf7-f2925-o1 input[type="email"],
#wpcf7-f2925-o1 input[type="tel"],
#wpcf7-f2925-o1 textarea,
#wpcf7-f3016-o1 input[type="text"],
#wpcf7-f3016-o1 input[type="email"],
#wpcf7-f3016-o1 input[type="tel"],
#wpcf7-f3016-o1 textarea
 {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #003E7E;
  font-size: 14px;
  box-sizing: border-box;
  background: transparent;
}

/* Label floating */
#wpcf7-f2925-o1 label, #wpcf7-f3016-o1 label {
  width: 100%;
  color: #003E7E;
  font-size: 22px;
  font-weight: 500;
  transition: 0.2s ease all;
}

/* Kiedy input ma wartość lub focus – label unosi się */
#wpcf7-f2925-o1 input:focus + label,
#wpcf7-f2925-o1 input:not(:placeholder-shown) + label,
#wpcf7-f2925-o1 textarea:focus + label,
#wpcf7-f2925-o1 textarea:not(:placeholder-shown) + label,
#wpcf7-f3016-o1 input:focus + label,
#wpcf7-f3016-o1 input:not(:placeholder-shown) + label,
#wpcf7-f3016-o1 textarea:focus + label,
#wpcf7-f3016-o1 textarea:not(:placeholder-shown) + label
{
  top: -8px;
  left: 10px;
  font-size: 12px;
  color: #003E7E;
  background-color: #fff;
  padding: 0 4px;
}

/* Focus efekt */
#wpcf7-f2925-o1 input:focus,
#wpcf7-f2925-o1 textarea:focus,
#wpcf7-f3016-o1 input:focus,
#wpcf7-f3016-o1 textarea:focus
{
  border-color: #003E7E;
  outline: none;
}

/* Checkbox RODO */
#wpcf7-f2925-o1 .custom-checkbox, 
#wpcf7-f3016-o1 .custom-checkbox
{
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

#wpcf7-f2925-o1 .custom-checkbox input[type="checkbox"], 
#wpcf7-f3016-o1 .custom-checkbox input[type="checkbox"]
{
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

/* Opis RODO */
#wpcf7-f2925-o1 .opis-rodo,
#wpcf7-f3016-o1 .opis-rodo
{
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

#wpcf7-f2925-o1 .opis-rodo a,
#wpcf7-f3016-o1 .opis-rodo a
{
  color: #007bff;
  text-decoration: none;
}

#wpcf7-f2925-o1 .opis-rodo a:hover,
#wpcf7-f3019-o1 .opis-rodo a:hover
{
  text-decoration: underline;
}

/* Przycisk submit */
#wpcf7-f2925-o1 input[type="submit"],
#wpcf7-f3016-o1 input[type="submit"]
{
  background-color: #003E7E;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

#wpcf7-f2925-o1 input[type="submit"]:hover,
#wpcf7-f3016-o1 input[type="submit"]:hover
{
  background-color: #0056b3;
}
#wpcf7-f2925-o1 input[type="submit"]:disabled,
#wpcf7-f3016-o1 input[type="submit"]:disabled
{
  background-color: #003E7E;
  color: #fff;  
  opacity: 0.5;
  cursor: not-allowed;
}
/* Responsywność mobile */
@media (max-width: 480px) {
  #wpcf7-f2925-o1 form, #wpcf7-f3016-o1 form {

      padding: 15px;
  }
}
#wpcf7-f2925-o1 .custom-checkbox .wpcf7-form-control-wrap,
#wpcf7-f3016-o1 .custom-checkbox .wpcf7-form-control-wrap
{
  margin-bottom: 0;
}
#wpcf7-f2925-o1 .custom-checkbox .wpcf7-list-item,
#wpcf7-f3016-o1 .custom-checkbox .wpcf7-list-item
{
  display: flex;
  align-items: center;
  justify-content: center;
}