.home .page-content{
	padding: 0;
}
/* HERO */
.hero {
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    min-height: 480px;
}

.hero .container{
	width: 100%;
}

.hero img{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-content{
	position: relative;
    z-index: 1;
	max-width: 500px;
	color: #fff;
}

.hero h1{
	margin-top: -10px;
    font-size: clamp(1.5rem, 3vw, 3rem);
}

.hero p {
	text-align: center;
}

.hero a {
	margin-top: 10px;
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    background-color: var(--color-secondary); /* Możesz dostosować kolor tła */
    color: #FFF; /* Kolor tekstu */
    text-decoration: none; /* Usuwamy domyślne podkreślenie dla linków */
    white-space: nowrap; /* Zapobiega przerywaniu tekstu na więcej niż jedną linię */
    line-height: 1; /* Zapobiega dodatkowemu pustemu miejscu między wierszami */
	font-weight: 700;
	font-family: var(--font-family-headline);
	font-size: 14px; /* Zmniejszamy wielkość tekstu */
}'
.hero a {
	background-color: #000;
}

.elementor-repeater-item-889cab4 .swiper-slide-bg {
	background-position: 77% 50%!important;
}

/* Content */
.content{
	padding-top: 64px;
}

.content-box{
	display: flex;
	gap: 30px;
    align-items: flex-start;
}

.content-box:not(:last-child){
	border-bottom: 1px solid var(--border-color);
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.content-box-title{
	padding: 24px 20px;
    border: 2px solid var(--color-primary);
    border-radius: 16px;
    margin: 0;
    box-shadow: var(--box-shadow);
    flex-basis: 35%;
	font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: clamp(1.6rem, 3vw, 2.4rem);
    text-align: center;
}

.content-box p{
    flex-basis: 70%;
    margin-top: 0;
}

/* Calendar section */
.calendar{
	background-color: var(--color-background);
    padding-block: 40px 60px;
    margin-block: 40px;
}

/* Contact Form */
section.contact{
	background-color: var(--color-background);
    border-bottom: 1px solid var(--border-color);
}

section.contact .container{
	display: flex;
    gap: 70px;
}

section.contact h2{
	font-size: 2rem;
}

.contact-form-wrapper{
	background-color: #fff;
    padding: 40px 40px 16px;
    border-radius: 32px;
    border: 1px solid var(--color-secondary);
    text-align: center;
    max-width: 700px;
    box-shadow: var(--box-shadow);
}

.contact-form-wrapper .wpcf7-form{
	display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
}

@media screen and (min-width: 769px){
	.content-box:nth-child(2n){
		flex-direction: row-reverse;
		text-align: right;
	}
}
@media screen and (max-width: 768px){
	.content-box{
		flex-direction: column;
	}
	.content-box-title{
		flex-basis: 100%;
		display: flex;
		width: 100%;
		text-align: center;
		justify-content: center;
		padding: 16px 12px;
	}
}
/* Tabs */
/* .tabs input {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
} */

/* Accordion styles */
/* .tabs {
	overflow: hidden;
}

.tab {
	width: 100%;
	overflow: hidden;
	border: 1px solid #d4d4d4;
	border-bottom: none;
}

.tab:last-of-type {
	border-bottom: 1px solid #d4d4d4;
}

.tab-label {
	display: -webkit-box;
	display: flex;
	align-items: center;
	text-align: left;
	padding: 15px 20px;
	background: #FFF;
	color: color(1);
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

.tab-label * {
	font-size: inherit;
	font-weight: inherit;
} */

/*  Icon */
/* .tab-label::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'%3E%3C/path%3E%3C/svg%3E");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
	height: 20px;
	flex: 0 0 15px;
	align-self: flex-start;
	margin-top: 3px;
	margin-right: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.tab-content {
	display: none;
	padding: 0 20px;
	overflow: hidden;
	font-size: 16px;
	line-height: 2em;
	text-align: left;
	background: #FFF;
	border-top: 1px solid #d4d4d4;
	-webkit-transition: padding .3s;
	transition: padding .3s;
}

.tab.open .tab-label::before {
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'%3E%3C/path%3E%3C/svg%3E");
}

.tab.open .tab-content {
	padding: 0 20px;
} */


