/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2025 | 08:50:36 */
body,
body * {
  font-family: Arial, sans-serif !important;
}



#wp-block-search__input-2,
#wp-block-search__input-2:focus,
#wp-block-search__input-2:active{
	border: none;
	outline: none;
}

.button-hover-effect:hover {
  background-color: #005a55;
  color: #fff;
  transition: background-color 0.3s ease;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease-out forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.has-cyan-bluish-gray-background-color {
	transition: background-color 0.3s, box-shadow 0.3s;
}

.has-cyan-bluish-gray-background-color:hover {
	 background-color: #007a72;
	 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Kontener search */
.wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;
  border-radius: 50px;
  overflow: hidden;
  max-width: 360px;
  background-color: rgba(255, 255, 255, 0.6);
  transition: box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Input */
.wp-block-search__input {
  flex: 1;
  padding: 12px 20px;
  border: none;
  background: transparent;
  font-size: 15px;
  outline: none;
  color: #2b2b2b;
}

/* Przycisk */
.wp-block-search__button {
  background: none;
  border: none;
  padding: 12px 20px;
  font-size: 0;
  cursor: pointer;
  color: #005a55;
}

/* Hover efekt menu */
.wp-block-navigation__submenu-container a,
.wp-block-post-title a {
  position: relative;
  color: #2b2b2b;
  transition: color 0.3s ease;
}

.wp-block-navigation__submenu-container a::after,
.wp-block-post-title a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #d6d6d6;
  transition: width 0.3s ease;
}

.wp-block-navigation__submenu-container a:hover,
.wp-block-post-title a:hover{
  background-color: transparent !important;
  color: #666 !important;
}

.wp-block-navigation__submenu-container a:hover::after,
.wp-block-post-title a:hover::after{
  width: 100%;
}

/* Hover ul list */
.custom-ul-style li a {
  position: relative;
  color: #2b2b2b;
  text-decoration: none;
  transition: color 0.3s ease;
}

.custom-ul-style li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #d6d6d6;
  transition: width 0.3s ease;
}

.custom-ul-style li a:hover {
  color: #666;
}

.custom-ul-style li a:hover::after {
  width: 100%;
}


.custom-delay-0 { animation-delay: 0.1s !important; }
.custom-delay-1 { animation-delay: 0.3s !important; }
.custom-delay-2 { animation-delay: 0.5s !important; }
.custom-delay-3 { animation-delay: 0.7s !important; }
.custom-delay-4 { animation-delay: 0.9s !important; }
.custom-delay-5 { animation-delay: 1.1s !important; }

@media (max-width: 768px) {
  .footer-flex {
    flex-direction: column !important;
  }
	
	.gerate-custom-text {
		font-size: 1.1rem !important;
		margin-top: 3rem;
	}
	
	.custom-img-main {
		margin-top: 2rem !important;
	}
	
  .search-button {
    flex-grow: 0;
    width: 80%;
    max-width: 100%;
    font-size: 16px;
  }
	
	.custom-gerate-block {
		display: flex;
		flex-direction:column;
	}
	
	.custom-gerate-text{
		font-size: 1.2rem;
		margin-top: 1rem;
	}
	
	
	.equal-height-group {
		min-height: auto;
    	height: auto;
  }
	
	.mobile-first {
    	order: -1 !important;
  	}
	
	.custom-height-img img {
		max-height: 20rem;
		width: auto;
	}
	
	.wp-block-search__inside-wrapper {
		width: 100% !important;
	}
	
	.hero-img {
		display: none !important;
	}
}

@media (min-width: 768px) {
  .equal-height-group {
    height: 100%;
    min-height: 40rem;
    display: flex;
    flex-direction: column;
  }
	
	
}

a:where(:not(.wp-element-button)) {
	text-decoration: none !important;
	transition: color .2s ease-in;
}
a:where(:not(.wp-element-button)):hover {
	color: #c9c9c9 !important;
}

/*  */
/* wp-image-398 */
.wp-block-cover__image-background{
/* 	background-position: 50% -13rem!important; */
}

