#actionbar {
	display: none !important;
}

.contact-form-submission h4, 
.contact-form-submission p,
.contact-form-submission .go-back-message a {
	color: white !important;
	font-family: 'Poppins', sans-serif;
	border: none !important;
}

.contact-form-submission {
	border: none !important;
	box-shadow: none !important;
	text-align: center;
}

.contact-form-submission h4#contact-form-success-header {
	font-size: 2.4em;
	font-weight: bold;
	text-align: center;
	border: none !important;
}

.contact-form-submission p {
	text-align: center;
}

.contact-form__error {
	display: none !important;
}

.contact-form__input-error {
	color: white !important;
}

.contact-form-submission .go-back-message {
	display: none !important;
}

/* efekt "bounce" dla logo */
@keyframes logoBounce {
	0%, 100% {
		transform: translateY(0);
	}
	
	50% {
		transform: translateY(-10px);
	}
}

.my-logo {
	animation: logoBounce 3s infinite;
}

@keyframes headerFadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.header-text {
	animation: headerFadeInUp 1.5s ease-out;
}

@keyframes slideInFromRight {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.slide-in-text {
	animation: slideInFromRight 1s ease-out forwards;
}

.header-text-fade-and-bounce {
	animation: headerFadeInUp 1.5s ease-out forwards, logoBounce 2s infinite 1.5s;
}

@keyframes strongShake {
	0% {
		transform: translate(0, 0) rotate(0deg);
	}
	
	10% {
		transform: translate(-5px, 0) rotate(-5deg);
	}
	
	20% {
		transform: translate(5px, 0) rotate(5deg);
	}
	
	30% {
		transform: translate(-5px, 0) rotate(-5deg);
	}
	
	40% {
		transform: translate(5px, 0) rotate(5deg);
	}
	
	50% {
		transform: translate(0, 0) rotate(0deg);
	}
	
	100% {
		transform: translate(0, 0) rotate(0deg);
	}
}

.shake-button {
	animation: strongShake 5s ease-in-out infinite;
}

.semi-transparent-bg {
	background-color: rgba(46, 43, 86, 0.5) !important;
}

@keyframes bounce-slow {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	
	40% {
		transform: translateY(-3px);
	}
	
	60% {
		transform: translateY(-1.5px);
	}
}

.google-play-btn {
	animation: bounce-slow 5s ease-in-out infinite;
}

@media only screen and (max-width: 1024px) {
	h2.header-text.make-smaller {
		font-size: 1.2rem !important;
	}
}

@media only screen and (max-width: 1024px) {
	h3.header-text.make-smaller-3 {
		font-size: 1.2rem !important;
	}
}

html, body {
	margin: 0;
	padding: 0;
}

.element-okladka {
	background-image: url('https://find-me.pl/wp-content/uploads/2025/04/findme_background-2.png') !important;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	min-height: 100vh;
}

@media (max-width: 768px),(hover: none) {
	html {
		overflow: hidden;
		height: 100%;
	}
	
	body {
		overflow: auto;
		height: 100%;
	}
	
	.element-okladka {
		background-attachment: scroll;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		min-height: 100vh;
	/* dla Safari i iOS: */
		min-height: -webkit-fill-available;
	}
}

@supports (-webkit-touch-callout: none) {
	.element-okladka {
		background: none !important;
		position: relative !important;
	}
	
	.element-okladka .wp-block-cover__image-background {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		width: 100vw !important;
		height: 100vh !important;
		background-image: url('https://find-me.pl/wp-content/uploads/2025/04/findme_background-2.png') !important;
		background-size: cover !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
		z-index: -1 !important;
	}
	
	.element-okladka .wp-block-cover__inner-container {
		position: relative;
		z-index: 1;
	}
}

@media (max-width: 768px) {
	.wp-block-site-logo,
											  .custom-logo {
		margin: 0 !important;
		padding: 0 !important;
		display: block;
	}
	
	.wp-block-site-logo img,
											  .custom-logo img {
		width: 20vw !important;
		height: auto !important;
		display: block;
	}
}

@media (max-width: 600px) {
	.wp-block-site-logo,
											  .custom-logo-link {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.wp-block-cover.alignfull {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}
	
	.wp-block-cover .wp-block-columns.alignwide {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}
	
	.wp-block-image {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
}

.my-logo {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.wp-block-cover .wp-block-columns.alignwide {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.wp-block-cover.alignfull {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.wp-image-1268 {
	width: 70% !important;
	height: auto !important;
}

@media (max-width: 768px) {
	.wp-image-1268 {
		width: 90% !important;
	}
}

.make-smaller-image {
	width: 70% !important;
	height: auto !important;
}

@media (max-width: 1024px) {
	.slide-in-text.make-smaller-2 {
		font-size: .9rem !important;
		line-height: 1 !important;
	}
}

@media (max-width: 768px) {
	.my-responsive-head {
		font-size: 140% !important;
	}
}

.transparent-column {
	padding-top: 2rem !important;
/* dostosuj wartość do swoich potrzeb */
}

.outline-text-fallback {
	color: #ffffff;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.9), 0 0 8px rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 768px) {
	.RemovePadding,
			  .RemovePadding * {
		padding-left: 0 !important;
	}
}

#choice-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

#choice-modal:not(:target) {
	display: none;
}

#choice-modal .modal-content {
	position: relative;
	background: rgba(255,255,255,0.9);
	border-radius: 8px;
	padding: 1rem;
	max-width: 360px;
	width: 90%;
	box-sizing: border-box;
}

#choice-modal .modal-content::before {
	content: "";
	position: absolute;
	top: .5rem;
	left: .5rem;
	width: 50px;
	height: 50px;
	background-image: url('https://find-me.pl/wp-content/uploads/2025/02/logofindme-1.png');
	background-size: contain;
	background-repeat: no-repeat;
}

#choice-modal .close {
	color: #000;
	font-size: 1.5rem;
	position: absolute;
	top: .5rem;
	right: .5rem;
	text-decoration: none;
}

#choice-modal h2 {
	text-align: center;
	margin: 0 0 1rem;
	font-size: 1.1rem;
}

#choice-modal .choices {
	display: flex;
	flex-wrap: nowrap;
	gap: .5rem;
	justify-content: center;
}

#choice-modal .choice-item {
	flex: 1;
	text-align: center;
}

#choice-modal .choice-item h3 {
	font-size: .85rem;
	margin: 0 0 .5rem;
}

#choice-modal .choice-item img {
	width: 100%;
	max-width: 120px;
	height: auto;
}

#choice-modal2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

#choice-modal2:not(:target) {
	display: none;
}

#choice-modal2 .modal-content {
	position: relative;
	background: rgba(255,255,255,0.9);
	border-radius: 8px;
	padding: 1rem;
	max-width: 360px;
	width: 90%;
	box-sizing: border-box;
}

#choice-modal2 .modal-content::before {
	content: "";
	position: absolute;
	top: .5rem;
	left: .5rem;
	width: 50px;
	height: 50px;
	background-image: url('https://find-me.pl/wp-content/uploads/2025/02/logofindme-1.png');
	background-size: contain;
	background-repeat: no-repeat;
}

#choice-modal2 .close {
	color: #000;
	font-size: 1.5rem;
	position: absolute;
	top: .5rem;
	right: .5rem;
	text-decoration: none;
}

#choice-modal2 h2 {
	text-align: center;
	margin: 0 0 1rem;
	font-size: 1.1rem;
}

#choice-modal2 .choices {
	display: flex;
	flex-wrap: nowrap;
	gap: .5rem;
	justify-content: center;
}

#choice-modal2 .choice-item {
	flex: 1;
	text-align: center;
}

#choice-modal2 .choice-item h3 {
	font-size: .85rem;
	margin: 0 0 .5rem;
}

#choice-modal2 .choice-item img {
	width: 100%;
	max-width: 120px;
	height: auto;
}

.modal-look {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.modal-look:not(.active) {
	display: none;
}

.modal-look .modal-content {
	position: relative;
	background: rgba(255,255,255,0.9);
	border-radius: 8px;
	padding: 1rem;
	max-width: 360px;
	width: 90%;
	box-sizing: border-box;
}

.modal-look .modal-content::before {
	content: "";
	position: absolute;
	top: .5rem;
	left: .5rem;
	width: 50px;
	height: 50px;
	background-image: url('https://find-me.pl/wp-content/uploads/2025/02/logofindme-1.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.modal-look .close {
	color: #000;
	font-size: 1.5rem;
	position: absolute;
	top: .5rem;
	right: .5rem;
	text-decoration: none;
}

.modal-look h2 {
	text-align: center;
	margin: 0 0 1rem;
	font-size: 1.1rem;
}

.modal-look .choices {
	display: flex;
	flex-wrap: nowrap;
	gap: .5rem;
	justify-content: center;
}

.modal-look .choice-item {
	flex: 1;
	text-align: center;
}

.modal-look .choice-item h3 {
	font-size: .85rem;
	margin: 0 0 .5rem;
}

.modal-look .choice-item img {
	width: 100%;
	max-width: 120px;
	height: auto;
}

.bottom-padding-large {
	padding-bottom: 8rem;
}