/*
Embed fonts families:
-------------------
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.geist-<uniquifier> {
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

possible weights:
-------------------
Geist: 100 - 900;

animation:
-------------------
transition: all 0.5s;

Content:
1. Main styles override
2. Contact form 7 
3. Navbar bootstrap
4. ACF elements
5. Theme styles  
6. Responsive fixes
*/

/* ============================================= */
/* 1. Main styles override                       */
/* ============================================= */

body {
	font-family: "Geist", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	line-height: 24px;
	background-color: #000;
	color:#fff;
}

body.admin-bar .navbar.fixed-top {
	margin-top: 32px;
}
html {
	scroll-behavior:smooth;
	font-display: swap
}
strong {
	font-weight: 600;
}
/* Links */
a {
	color:#ddbf7e;
	transition: all 0.5s;
	text-decoration: none;
}
a:focus, a:hover {
	text-decoration: none;
	outline: 0;
}
a:focus {
	outline: 0;
	outline-offset: -2px;
}
button, button:focus, button:active {
	outline: 0;
	box-shadow: 0
}
.bg-glass {
	backdrop-filter: blur(10px);
	transition: all linear 0.3s;
}

/* /Links */

/* Image responsive fix */
img {
	width: initial;
	max-width: 100%;
	height: auto;
}
/* /Image responsive fix */



/* Headers */
h1, h2, h3, h4, h5 {
	font-family: "Geist", sans-serif;

}
h1 {
	font-size: 40px;
}

h2 {
	font-size: 38px;
	font-weight: 400;
}
#welcome-banner h2 {
	font-size: 50px;
	font-weight: 400;
	overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    white-space: normal !important;
}
/* 2. Przywrócenie naturalnych spacji i łamania linii dla liter w tagach <span> */
#welcome-banner h2 span,
#welcome-banner h2 .letter {
    display: inline-block;
    /* pre-wrap pozwala przeglądarce traktować puste tagi i spacje jako miejsce łamania linii */
    white-space: pre-wrap !important; 
}

/* 3. Płynne skalowanie na urządzeniach mobilnych */
@media only screen and (max-width : 768px) {
    #welcome-banner h2 {
        /* Zamiast sztywnych 40px, font będzie się płynnie skalował od 26px do 40px */
        font-size: clamp(26px, 8vw, 40px) !important;
        line-height: 1.2 !important;
    }
}
h2 strong {
	font-weight: 400;
	color:#ddbf7e;
}
h2.wp-block-heading {
	font-size: 30px;
}
.box-type-a h2 {
	font-size: 20px;
}
h3 {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 30px;
}
.footer-menus h3 {
	font-size: 20px;
	font-weight: 600;
}
h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
@media only screen and (max-width : 768px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 32px;
	}
	#welcome-banner h2 {
		font-size: 40px;
		font-weight: 400;
	}
	h3 {
		font-size: 24px;
	}
}

/* /Headers */

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

/* Bootstrap extra spaces */
.pt-6,
.py-6 {
	padding-top: 5rem !important;
}

.pe-6,
.px-6 {
	padding-right: 5rem !important;
}

.pb-6,
.py-6 {
	padding-bottom: 5rem !important;
}

.ps-6,
.px-6 {
	padding-left: 5rem !important;
}
.mt-6,
.my-6 {
	margin-top: 5rem !important;
}

.mr-6,
.mx-6 {
	margin-right: 5rem !important;
}

.mb-6,
.my-6 {
	margin-bottom: 5rem !important;
}

.ms-6,
.mx-6 {
	margin-left: 5rem !important;
}
.py-6-fixed {
	padding-top: 4rem !important;
	padding-bottom: 7rem !important;
}
@media only screen and (max-width : 768px) {
	.py-6-fixed {
		padding-top: 4rem !important;
		padding-bottom: 7rem !important;
	}
	.pt-6,
	.py-6 {
		padding-top: 4rem !important;
	}

	.pr-6,
	.px-6 {
		padding-right: 4rem !important;
	}

	.pb-6,
	.py-6 {
		padding-bottom: 4rem !important;
	}

	.pl-6,
	.px-6 {
		padding-left: 4rem !important;
	}
	.mt-6,
	.my-6 {
		margin-top: 4rem !important;
	}

	.me-6,
	.mx-6 {
		margin-right: 4rem !important;
	}

	.mb-6,
	.my-6 {
		margin-bottom: 4rem !important;
	}

	.ms-6,
	.mx-6 {
		margin-left: 4rem !important;
	}
}
/* /Bootstrap extra spaces */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: transparent;
  box-shadow: none;
  outline: 0 none;
}
/* Buttons */
.btn-default {
	background-color: #ddbf7e;
	border:1px solid #ddbf7e;
	border-radius: 35px;
	font-size: 15px;
	color: #101010 !important;
	font-family: "Geist", sans-serif;
	padding:10px 25px;
	font-weight: 600;
	transition: all 0.5s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background-color:#ddbf7e;
	color: #101010;
	transition: all 0.5s;
	-webkit-box-shadow: 0px 0px 16px -1px rgb(198, 244, 101, 0.4);
	-moz-box-shadow: 0px 0px 16px -1px rgb(198, 244, 101, 0.4);
	box-shadow: 0px 0px 16px -1px rgb(198, 244, 101, 0.4);
}
.btn-black {
	background-color: #101010;
	border:1px solid #101010;
	border-radius: 35px;
	font-size: 15px;
	color: #fff !important;
	font-family: "Geist", sans-serif;
	padding:10px 25px;
	font-weight: 600;
	transition: all 0.5s;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active {
	background-color:#101010;
	color: #fff;
	transition: all 0.5s;
	-webkit-box-shadow: 0px 0px 16px -1px rgb(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 16px -1px rgb(0, 0, 0, 0.4);
	box-shadow: 0px 0px 16px -1px rgb(0, 0, 0, 0.4);
}
.btn-lg {
	font-size: 18px;
}
.btn-default.btn-search {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-top: 16px;
	padding-bottom: 17px;
}
.btn-text {
	font-size: 15px;
	font-weight: 700;
	margin:0;
	padding:0;
	border:0;
	outline: none;
	color:#898989;
}
.cn-button.bootstrap {
	background-color: #ddbf7e !important;
	text-transform: uppercase !important;
}
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
/* /Buttons */

section {
	position: relative;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}

/* Vertical align */
.vertical-a {
	display: flex;
	justify-content: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.vertical-align {
		display: block;
	}
}
.vertical-b {
	align-self: center;
	width: 100%;
}
/* /Vertical align */

/* Placeholder  */
::-webkit-input-placeholder {
	color:#888;
}
:-moz-placeholder {
	color:#888;
}
::-moz-placeholder {
	color:#888;
}
:-ms-input-placeholder {
	color:#888;
}
/* /Placeholder  */

/* Selection  */
::selection {
	background: #ddbf7e; /* WebKit/Blink Browsers */
	color:#101010;
}
::-moz-selection {
	background: #ddbf7e; /* Gecko Browsers */
	color:#101010;
}
/* /Selection */

/* Box links (often used)  */
.box-link {
	position:absolute;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	cursor: pointer;
}
/* /Box links (often used)  */

.bg-test {
	background-color: rgba(255,0,0,0.5);
}

.dark, .dark p, .dark a, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color: #fff;
}

/* Element single post box */
.post-box--img {
	width: 100%;
	height: 380px;
	position: relative;
}
.post-box--img img {
	width: 100%;
	height: 380px;
	object-fit: cover;
}
.post-box--date,
.post-box--excerpt {
	color:#898989;
}
.post-box:hover .post-box--date,
.post-box:hover h3 a,
.post-box:hover .post-box--excerpt {
	color:#000;
}
/* /Element single post box */

/* ============================================= */
/* 2. Contact form 7                             */
/* ============================================= */
.wpcf7 {
	color:#898989;
	padding-left: 20px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="date"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7-select,
.wpcf7 textarea {
	background-color: #000000;
	border-radius: 30px;
	border:1px solid #2c2c2b;
	padding: 13px 20px !important;
	font-size: 15px;
	width: 100% !important;
	color:#fff;
	margin-left: -20px;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7-select:focus {
	background-color: #000000;
	color: #fff;
	box-shadow: none;
	outline: 0 none;
}
.wpcf7-form select {
	padding: 0px;
	line-height: 40px;
}
.wpcf7-list-item {
	display: block;
}

.wpcf7-list-item-label {
	color:#fff; 
	font-size: 14px;
	margin-left: 20px;
	width: 100% !important;
}
.wpcf7 label {
	width: 100% !important;
}

.wpcf7-list-item-label a {
	color:#fff; 
	font-weight: 500;
}
.wpcf7-form-control {
	margin-top: 10px;
}
.wpcf7-form-control.wpcf7-acceptance label {
    display: flex;
    line-height: 1.2;
}

.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    width: auto;
    margin-top: 5px;
    margin-right: 5px;
    align-self: start;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-submit {
	padding:0;
	margin:0;
	font-size: 15px;
	font-weight: 600;
	background-color: #ddbf7e;
	color:#000;
	padding:21px 25px;
	border-radius: 35px;
	position: relative;
	border:0;
	display: inline-block;
}

.wpcf7-submit:hover,
.wpcf7-submit:active,
.wpcf7-submit:focus {
	background-color: #ddbf7e;
	color:#000;
}



.wpcf7-form.submitting .wpcf7-submit,
.wpcf7-form.invalid .wpcf7-submit {
	color: #fff !important;
}

.wpcf7-submit:disabled {
	opacity:0.7;
}
/* Placeholder  */
::-webkit-input-placeholder {
 color:#fff;
 opacity: 0.7;
}
:-moz-placeholder {
 color:#fff;
 opacity: 0.7;
}
::-moz-placeholder {
 color:#fff;
 opacity: 0.7;
}
:-ms-input-placeholder {
 color:#fff;
 opacity: 0.7;
}
:active::-webkit-input-placeholder,
:focus::-webkit-input-placeholder {
 color:#b5b5b5;
 opacity: 1;
}
:active::-moz-placeholder,
:focus::-moz-placeholder {
 color:#b5b5b5;
 opacity: 1;
}
:active::-moz-placeholder,
:focus::-moz-placeholder {
 color:#b5b5b5;
 opacity: 1;
}
:active::-ms-input-placeholder,
:focus::-ms-input-placeholder {
 color:#b5b5b5;
 opacity: 1;
}
/* /Placeholder  */

/* ============================================= */
/* 3. Navbar (bootstrap)                         */
/* ============================================= */
.navbar {
	font-family: "Geist", sans-serif;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
	margin-top: 15px;
	transition: all 0.5s;
}
@media only screen and (max-width : 1399px) and (min-width : 960px) {
	.navbar .container-fluid {
		padding-right:3px;
		padding-top:1px;
		padding-bottom:1px;
	}
}
.navbar-brand {
	padding-bottom: 0;
	padding-top: 0;
	width: 132px;
	min-width: 90px;
}
.navbar-brand img {
	transition: all linear 0.3s;
}
.navbar-nav {
	background-color: rgb(0, 0, 0, 0.4);
	border-radius: 50px;
	padding:7px 18px;
}
.navbar-nav .nav-link {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	padding:14px 18px;
	transition: all 0.5s;
	border-radius: 50px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding:14px 18px;
}
.navbar-collapse.collapsing,
.navbar-collapse.show {
	margin-top: 15px;
}

.sticky.navbar {
	margin-top: 3px !important;
	background-color: rgb(27, 31, 36, 0.6);
	border-radius: 35px;
	backdrop-filter: blur(13px);
	padding-top:0px !important;
	padding-bottom:0px !important;
}

.sticky.navbar .navbar-brand img {
	zoom: 0.5;
	padding:10px 0px;
}
@media only screen and (max-width : 991px) {
	.navbar {
		margin-top: 0;
		background-color: rgb(27, 31, 36, 0.6);
		border-radius: 35px;
		backdrop-filter: blur(13px);
	}
	.navbar-brand {
		width: 100px;
		min-width: 90px;
	}
}

@media only screen and (max-width : 1350px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 12px;
		padding-right: 12px; 
	}
}
@media only screen and (max-width : 1040px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 10px;
		padding-right: 10px; 
	}
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.show {
	color: #fff;
	background-color: rgb(0, 0, 0, 0.4);
	transition: all 0.5s;
}
.navbar-nav .current-menu-item .active > .nav-link,
.navbar-nav .current-menu-item .nav-link.active,
.navbar-nav .nav-link.active,
.nav-link.active.dropdown-toggle {
	color: #ddbf7e !important;
}
.navbar-toggler {
	border-radius: 0px;
	transition: all 0.5s;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler span {
	display: block;
	background-color: rgba(255,255,255,0.6);
	height: 2px;
	width: 24px;
	margin-top: 6px;
	margin-bottom: 6px;
	position: relative;
	left: 0;
	opacity: 1;
	transition: all 0.35s ease-out;
	transform-origin: center left;
}
.navbar-toggler span:nth-child(1) {
	transform: translate(0%, 0%) rotate(0deg);
}
 
.navbar-toggler span:nth-child(2) {
	opacity: 1;
}
 
.navbar-toggler span:nth-child(3) {
	transform: translate(0%, 0%) rotate(0deg);
}
.navbar-toggler span:nth-child(1) {
	margin-top: 0.3em;
}
 
.navbar-toggler:not(.collapsed) span:nth-child(1) {
	transform: translate(15%, -33%) rotate(45deg);
}
 
.navbar-toggler:not(.collapsed) span:nth-child(2) {
	opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
	transform: translate(15%, 33%) rotate(-45deg);
}

.navbar .contact a.nav-link {
	background: #00465e;
	/*background: linear-gradient(0deg, rgba(33,37,41,1) 0%, rgba(0,62,83,1) 100%);*/
}
.search-activator {
	cursor: pointer;
}

.search-activator a.nav-link {
	text-indent: -9999px;
	background-image: url(../img/icon-main-menu-search.png);
	background-repeat: no-repeat;
	background-position: center;
}

.dropdown-menu {
	margin-top: -2px;
	border-radius: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	border:0px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
}
.dropdown-menu[data-bs-popper] {
	margin-top: -1px;
}
.dropdown-menu li a.dropdown-item {
	font-size: 14px;
	line-height: 35px;
	color: hsl(0, 0%, 100%);
	transition: all 0.5s;
}


.dropdown-menu li a.dropdown-item:hover {
	color:#ddbf7e;
	transition: all 0.3s;
}
.dropdown-menu li a.dropdown-item:hover,
.dropdown-menu li a.dropdown-item:focus,
.dropdown-menu li a.dropdown-item:active {
	background-color: transparent;
	transition: all 0.3s;
	border-left-color: #ddbf7e;
}
.dropdown-item.active {
	background-color: transparent;
	color:#ddbf7e !important;
}


/* Search window */
#search-container {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	top:0px;
	left:0px;
	max-height: 100vh;
	z-index: 999999999;
}
#search-container .d-flex {
	height: 100%;
}
#search-close {
	position: absolute;
	right: 40px;
	top:25px;
	background-image: url(../img/search-close.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 41px;
	width: 41px;
	z-index: 100000;
	cursor: pointer;
}
#search-close span {
	position: absolute;
	right: 50px;
	top:10px;
	width: 100px;
	text-align: right;
	color: #fff
}
#search-container .vertical-align {
	height: 100%;
}
#title .form-control {
	border:0;
}
.search-btn {
	background-image: url(../img/icon-search.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.search-input {
	background-color: #151614;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	line-height: 56px;
	height: 58px;
	padding-left: 25px;
}
/* /Search window */

/* Open on hover for desktops only */
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;    
}
@media (min-width: 979px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}
/* /Open on hover for desktops only */


/* ============================================= */
/* 4. ACF elements                               */
/* ============================================= */
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.acf-map {
	width: 100%;
	height: 475px;
	margin-bottom: 0px;
}
/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}
.gm-style iframe + div { border:none!important; }

/* ============================================= */
/* 5. Theme styles                               */
/* ============================================= */

/* Tiny Slider Banner */
.banner-slider-container .height-keeper {
	left: 12px;
	top: 0;
	width: 100%;
	min-height: 80vh;
	overflow:hidden;
	padding-bottom: 50px;
}
.slider-container .slider-controls {
	position: absolute;
	width: 100%;
	left:50%;
	top:40vh;
	transform: translateX(-50%);
	margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;    
    justify-content: space-between;
}
.banner-slider-container .slider-controls {
	padding-left:50px;
	padding-right:50px;
    z-index: 40;
}
.banner-slider-container .slider-item {
	padding: 0;
}
.arrow {
	height: 40px;
	width: 40px;
	background-color: rgba(0, 0, 0, 0.4);
	outline: 1px solid rgba(205, 205, 205, 0.2);
	outline-offset: 5px;
	border-radius: 40px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: all 0.5s;
}
.arrow:hover {
	background-color: rgba(0, 0, 0, 0.6);
	outline: 1px solid rgba(205, 205, 205, 0.5);
}
.arrow.arrow-right {
	background-image: url(../img/arrow-right.webp);
}
.arrow.arrow-left {
	background-image: url(../img/arrow-left.webp);
}
.tns-nav {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.tns-nav button {
	background-color: #cfcfcf;
	border:0;
	margin: auto 5px;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}
.tns-nav button.tns-nav-active {
	background-color: #ddbf7e;
	border:0;
	margin: auto 5px;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}
/* /Tiny Slider Banner */


.menu-contacts {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 35px;
	font-weight: 600;
	transition: all 0.5s;
	border-radius: 35px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.menu-contacts a {
	font-size: 17px;
	font-weight: 600;
	color:#fff;
	padding:14px 18px;
	border-radius: 35px;
}
.menu-contacts a:hover,
.menu-contacts a:active,
.menu-contacts a:focus {
	background-color: rgba(0, 0, 0, 0.4);
}
.menu-contacts ul {
	padding: 0;
	margin:0;
	list-style: none;
}
a.btn-slider {
	padding:0;
	margin:0;
	font-size: 15px;
	font-weight: 600;
	background-color: #ddbf7e;
	color:#000;
	padding:21px 25px;
	border-radius: 35px;
	padding-right: 75px;
	position: relative;
}

a.btn-slider:hover,
a.btn-slider:active,
a.btn-slider:focus {
	background-color: #ddbf7e;
	color:#000;
}

a.btn-slider::after {
	position: absolute;
	content: '';
	width: 42px;
	height: 42px;
	right: 15px;
	top: 50%;
	/* Dodajemy rotate(0deg) jako punkt wyjścia (dobra praktyka) */
    transform: translateY(-50%) rotate(0deg);
    background-color: #000;
    border-radius: 35px;
    background-image: url(../img/arrow-right-gold.webp);
    background-repeat: no-repeat;
    background-position: center;
    /* Zmieniamy transition: optymalizujemy tylko dla transform i dodajemy elegancką krzywą Beziera */
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
a.btn-slider-dark {
	padding:0;
	margin:0;
	font-size: 15px;
	font-weight: 600;
	background-color: #191a18;
	color:#fff;
	padding:21px 25px;
	border-radius: 35px;
	padding-right: 75px;
	position: relative;
}

a.btn-slider-dark:hover,
a.btn-slider-dark:active,
a.btn-slider-dark:focus {
	background-color: #191a18;
	color:#fff;
}

a.btn-slider-dark::after {
	position: absolute;
	content: '';
	width: 42px;
	height: 42px;
	right: 15px;
	top: 50%;
	/* Dodajemy rotate(0deg) jako punkt wyjścia (dobra praktyka) */
    transform: translateY(-50%) rotate(0deg);
    background-color: #ddbf7e;
    border-radius: 35px;
    background-image: url(../img/arrow-right-black.webp);
    background-repeat: no-repeat;
    background-position: center;
    /* Zmieniamy transition: optymalizujemy tylko dla transform i dodajemy elegancką krzywą Beziera */
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
#cta,
#cta .dark {
	color:#000 !important;
}
#cta .border-start {
	border-left-color: #ddbf7e !important;
}
@media screen and (min-width: 768px) {
	#cta .border-start {
		border-left-color: #000 !important;
	}
}	

a.btn-slider:hover::after,
a.btn-slider:active::after,
a.btn-slider:focus::after,
a.btn-slider-dark:hover::after,
a.btn-slider-dark:active::after,
a.btn-slider-dark:focus::after {
	transform: translateY(-50%) rotate(-45deg);
}


a.btn-slider:hover,
a.btn-slider:active,
a.btn-slider:focus {
	background-color: #ddbf7e;
}
.h-above {
	background-color: #151614;
	border:1px solid #2c2c2b;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 30px;
	margin-bottom: 10px;
	color:#fff;
}
.h-above img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.h-above p {
	margin-bottom: 0;
}
.h-above strong {
	background-color: #101010;
	color:#fff;
	padding:5px 15px;
	border-radius: 15px;
	margin: 0 10px;
	text-wrap: nowrap;
}
#welcome-banner {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;

}
.welcome-banner-curtine,
.bg-curtine {
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/banner-curtine.webp);
}
.bg-curtine-bottom {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 458px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/bg-curtine-bottom.webp);
}
.contact-wrapper {
	overflow: hidden;
	position: relative;
	background-position: top right;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	.contact-wrapper {
		background-size: inherit;
	}
}
.bg-wave-transparent {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left top;
	background-image: url(../img/bg-wave-transparent.webp);
	/* Płynna, sprzętowo akcelerowana animacja podmuchu wiatru */
	animation: windBlow 18s ease-in-out infinite alternate;
}

@keyframes windBlow {
	0% { background-position: -20% top; }   /* Start wychylony znacznie w lewo */
	100% { background-position: 0% top; } /* Płynny ruch w prawo do krawędzi */
}
@media screen and (max-width: 991px) {
	#welcome-banner {
		background-size: inherit;
	}
}
#welcome-banner .h-above {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.08em;
}
#welcome-banner .h-above strong {
	background-color: #ddbf7e;
	color:#101010;
	padding:5px 8px;
	border-radius: 15px;
	margin: 0 8px;
}


.margin-vh {
	margin-top: 40vh;
}
.bg-dark-border {
	background-color: #191a18;
	border:1px solid #2c2c2b;
}
.bg-dark-glass {
	backdrop-filter: blur(10px);
	background-color: rgb(27, 31, 36, 0.7);
}
.box-type-a {
	background-color: rgb(25, 26, 24, 1);
	border:1px solid #2c2c2b;
	min-height: 460px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: background-color 0.4s ease-in-out;
}
.box-type-a:hover {
	background-color: rgb(25, 26, 24, 0);
}
.box-type-a::before {
	content: "";
	position: absolute;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	border-radius: 1rem;
	background-size: cover;
	background-position: center;
	opacity: 0; /* Ukrywa obraz tła domyślnie */
	transition: opacity 0.4s ease-in-out; /* Płynna animacja */
	z-index: 0; /* Ląduje pod zawartością (tekstem) elementu .box */
}
.box-type-a:hover::before {
	opacity: 1
}

.box-type-a h3 {
	transition: opacity 0.3s ease-in-out, color 0.4s ease-in-out;
	min-height: 3em;
}
.box-type-a:hover h3 {
	color:#000;
}

.box-type-a .desc {
	transition: opacity 0.3s ease-in-out;
	opacity: 1;
}
.box-type-a:hover .desc {
	opacity: 0;
}

.box-type-a .bg-gold-hover {
	/* Przy zjechaniu kursorem: opóźniamy zmianę tła, aby było złote tak długo, aż zniknie wysunięty element read-more */
	transition: background-color 0s 0.4s;
	z-index: 2;
}
.box-type-a:hover .bg-gold-hover {
	background-color: #ddbf7e;
	/* Przy najechaniu: zmiana tła na złote jest natychmiastowa */
	transition: background-color 0s;
}


.box-type-a .bg-gold-hover img {
	/* Przy zjechaniu: ikona też odwraca się z powrotem do bieli po 0.4s */
	transition: filter 0s 0.4s;
}
.box-type-a:hover .bg-gold-hover img {
	filter: invert(1);
	/* Przy najechaniu: odwraca się na czarno od razu */
	transition: filter 0s;
}

.box-type-a .read-more,
.testimonial-pos .read-more {
	display: block; /* Wymuszamy block, by animować bez display:none */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #000;
	text-align: right;
	/* Zaczyna ukryty z tyłu boxa (wyżej) */
	transform: translateY(0);
	opacity: 0; /* Brak widoczności przed najechaniem */
	transition: transform 0.4s ease-out, opacity 0s 0.4s; /* Przy zjechaniu: transform płynnie, opacity skokowo ale po 0.4s opóźnienia */
	pointer-events: none;
	z-index: -2; /* Ląduje pod tłem, by nie był klikalny przed hoverem */
}

.box-type-a:hover .read-more,
.testimonial-pos:hover .read-more {
	/* Na hover opada "pod" główny kafelek tak jak w pierwotnej wersji (zjeżdża w dół) */
	transform: translateY(calc(100% - 15px));
	opacity: 1; /* Pojawia się natychmiast */
	transition: transform 0.4s ease-out, opacity 0s; /* Przy najechaniu: opacity zmienia się od razu, transform płynnie */
	pointer-events: auto;
	z-index: 2; /* Ląduje na górze, by dało się w niego kliknąć */
}
.box-type-a.box-type-redmore-reduced:hover .read-more {
	transform: translateY(0);
}
.read-more hr {
	width: 100%;
}
/* Animacja tekstu i ikony wjeżdżającej z lewej */
.box-type-a .read-more > * {
	display: inline-block;
	transform: translateX(0);
	opacity: 1;
}

.color-grey {
	color:#898989;
}
.logos .logo-pos {
	border:1px solid rgb(255, 255, 255, 0.3);
	display: inline-block;
}
.line {
	width: 100px;
	height: 1px;
	background-color: #ddbf7e;
	display: inline-block;
}
.line.black {
	width: 45px;
	background-color: #101010;
}
#title-and-breadcrumbs .line {
	background-color: rgba(255, 255, 255, 0.4);
}
.cta .line {
	width: 90px;
}

/* Accordion readmore */
.accordions-readmore-wrapper .read-more-btn .accordion-hide {
	display:inline
}
.accordions-readmore-wrapper .read-more-btn:not(.collapsed) .accordion-show {
	display:none
}
.accordions-readmore-wrapper .read-more-btn.collapsed .accordion-hide {
	display:none
}
.accordions-readmore-wrapper .accordion-read-more {
	position: relative;
}

.accordions-readmore-wrapper .accordion-read-more .accordion-item,
#gallery .accordion-item,
.accordion-premises .accordion-item {
 background-color: transparent;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-body,
#gallery .accordion-read-more .accordion-body,
.accordion-premises .accordion-body {
 padding-left: 0;
 padding-right: 0;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn {
	background-color: transparent;
	padding:0;
	position: relative;
	border:0;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn::before {
	content:"";
	position: absolute;
	left: -5px;
	top:-100px;
	height: 100px;
	width: calc(100% + 10px);
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn:not(.collapsed)::before {
	display: none;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn::after {
	display: none;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button {
	color:#000 !important;
	padding:0;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	display: inline-block;
	box-shadow: none !important;
    border-color: rgba(0,0,0,.125) !important;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button span {
	position: relative;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button span::after{
	content:"";
	position: absolute;
	right: -30px;
	top: 60%;
	transform: translateY(-50%);
	width: 13px;
	height: 13px;
	transition: all 0.5s;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button span.accordion-show::after{
	background-image: url(../img/arrow-right-down-white.webp);
	width: 13px;
	height: 13px;
	transition: all 0.5s;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button span.accordion-hide::after{
	background-image: url(../img/arrow-right-up-white.webp);
	width: 13px;
	height: 13px;
	transition: all 0.5s;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button span:hover{
	color:#000;
}
/* Accordion readmore */

.description .descrition-img--icons-wrapper {
	top:45%;
}
.description .item-odd .descrition-img--icons-wrapper {
	left:-80px;
}
.description .item-even .descrition-img--icons-wrapper {
	right:-60px;
}
.descrition-img--icons-wrapper .descrition-img--icons-wrapper-pos {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width : 991px) {
	.description .item-odd .descrition-img--icons-wrapper {
		left:unset;
		right:50px;
	}
	.description .item-even .descrition-img--icons-wrapper {
		right:50px;
	}
}

@media only screen and (max-width : 768px) {
	.description .descrition-img--icons-wrapper {
		width: 100%;
		top:45%;
	}
	.description .item-odd .descrition-img--icons-wrapper {
		left:unset;
		right:unset;
	}
	.description .item-even .descrition-img--icons-wrapper {
		right:unset;
	}
	.descrition-img--icons-wrapper .descrition-img--icons-wrapper-pos {
		width: 100%;
	}
}

.bg-grey {
	background-color: #ebebeb;
}
.bg-gold {
	background-color: #ddbf7e;
}

.font-size-13 {
	font-size: 13px;
	line-height: 17px;
}
.font-size-14 {
	font-size: 14px;
	line-height: 17px;
}
.font-size-20 {
	font-size: 20px;
	line-height: 28px;
}
.font-size-22 {
	font-size: 22px;
	line-height: 28px;
}
.font-size-24 {
	font-size: 24px;
	line-height: 30px;
}
.font-size-26 {
	font-size: 26px;
	line-height: 36px;
}
.font-size-28 {
	font-size: 28px;
	line-height: 36px;
}
.font-size-40 {
	font-size: 40px;
	line-height: 46px;
}
@media only screen and (max-width : 768px) {
	.font-size-20 {
		font-size: 18px;
		line-height: 24px;
	}
	.font-size-28 {
		font-size: 22px;
		line-height: 24px;
	}
}
.font-weight-200 {
	font-weight: 200;
}
.box-type-b {
	transition: all 0.5s;
	min-height: 450px;
	background-size: cover;
	overflow: hidden;	
}
.box-type-b h3,
.box-type-b h3 a {
	color:#fff !important;	
}
.bg-box-type-b {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(1.1); /* Na starcie obraz jest lekko powiększony */
	transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); /* Przy zjechaniu płynny powrót */
	z-index: 1;
}

.box-type-b:hover .bg-box-type-b {
	opacity: 1;
	transform: scale(1); /* Po najechaniu obraz wraca do oryginalnego rozmiaru, tworząc fajny efekt przybliżenia */
}
.box-type-b .bg-gold-hover {
	z-index: 2;
}
.box-type-b:hover .bg-gold-hover {
	background-color: #ddbf7e;
}
.box-type-b:hover .bg-gold-hover h3,
.box-type-b:hover .bg-gold-hover h3 a,
.box-type-b:hover .bg-gold-hover .color-grey {
	color:#000 !important;
}
.step-pos {
	position: relative;
}
.step-pos span {
	background-color: #f8f8f8;
	display: inline-block;
	z-index: 10;
	position: relative;
	padding-left: 15px;
	padding-right: 35px;
}
.step-pos::before {
	content:"";
	position: absolute;
	left: 0px;
	top:24px;
	height: 1px;
	width: 100%;
	background-color: #101010;
}
.footer-menus ul {
	padding:0;
	margin:0;
	list-style: none;
}
.footer-menus ul li {
	padding:0;
	padding-top:3px;
	padding-bottom:3px;
	margin:0;
	list-style: none;
	background-repeat: no-repeat;
	background-position: left center;
}
.footer-menus ul li a:hover {
	color:#ddbf7e;
}
.ubermenu-main {
	border:2px solid #fff !important;
}
.ubermenu .ubermenu-target {
	padding-left: 18px !important;
	padding-right: 18px !important;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target {
	padding-right: 24px !important;
}
.ubermenu-responsive-toggle {
	padding-top:25px !important;
	padding-bottom:25px !important;
}
.ubermenu-skin-clean-white {
	font-size: 15px !important;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop {
	box-shadow: none !important;
	background-color: #fff !important;
	border-radius: 25px !important;
}
.ubermenu-skin-clean-white .ubermenu-submenu .ubermenu-current-menu-item > .ubermenu-target {
	color:#101010 !important;
}
.sticky .ubermenu-responsive-toggle {
	padding-top:18px !important;
	padding-bottom:18px !important;
}
@media only screen and (max-width : 959px) {
	.ubermenu-skin-clean-white.ubermenu-responsive-toggle {
		background-color: transparent !important;
	}
	.ubermenu-main {
		position: absolute !important;
		left: 0 !important;
	}
}
#flying-contact {
	position:fixed;
	bottom:-115px;
	right:24px;
	width: auto;
	transition:all 0.5s;
	z-index: 100;
}
.pulse {
  animation:pulse-animation 2s infinite
}
#flying-contact.sticky {
  bottom:15px
}
@keyframes pulse-animation {
  0% {
    box-shadow:0 0 0 0 rgb(221, 191, 126, 0.1);
  }
  50% {
    box-shadow:0 0 0 5px rgb(221, 191, 126, 0.6);
  }
  100% {
    box-shadow:0 0 0 5px rgb(221, 191, 126, 0.1);
  }
}
#title-and-breadcrumbs{
	font-size: 14px;
	padding-top: 150px;
	color:#fff;
}
#title-and-breadcrumbs > div >div >div>p>span{
	padding-right: 70px;
	background-image: url(../img/bg-line.webp);
	background-repeat: no-repeat;
	background-position: center right;
}
#title-and-breadcrumbs a {
	color:#fff;
	font-weight: 400;
}
#title-and-breadcrumbs a:hover {
	color:#ddbf7e;
}
.title-header::before {
	content:"";
	position: absolute;
	left: -5000px;
	top: 0px;
	height: 100%;
	width: 5000px;
	background-color: rgb(27, 31, 36, 0.7);
}
@media only screen and (max-width : 768px) {
	.title-header::before {
		display: none;
	}
}
.breadcrumb_last {
	color:#9e9e9e;
}
.contact-wrapper,
.error-wrapper,
.wrapper {
	background-color: #000;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
@media only screen and (max-width : 768px) {
	.contact-wrapper,
	.error-wrapper,
	.wrapper,
	.curtine,
	#heading {
		border-bottom-left-radius: 35px !important;
		border-bottom-right-radius: 35px !important;
	}
}


#knowledge-faq .accordion .accordion-button {
	background-color: rgb(25, 26, 24, 0.8);
	backdrop-filter: blur(10px);
	transition: all 0.5s;
	color:#fff;
	padding-top:22px;
	padding-bottom:22px;
}
#knowledge-faq .accordion .accordion-button {
	font-size:17px !important;
	font-weight: 400 !important;
	border:1px solid transparent;
}
#knowledge-faq .accordion .accordion-item {
	border-bottom: 0;
	margin-bottom: 2px;
	background-color: transparent;
}
#knowledge-faq .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
	background: #ddbf7e;
	color:#101010;
	transition: all 0.5s;
}
#knowledge-faq .accordion-button:hover {
	border:1px solid #ddbf7e;
}
#knowledge-faq .accordion-button::after {
	background-image: url(../img/plus-white.webp) !important;
	background-size: 26px;
	width: 26px;
	height: 26px;
}
#knowledge-faq .accordion-button:hover::after  {
	background-image: url(../img/plus-white.webp) !important;
}
#knowledge-faq .accordion-button:not(.collapsed)::after {
	background-image: url(../img/minus.webp) !important;
}
#knowledge-faq .accordion-button:not(.collapsed):hover::after  {
	background-image: url(../img/minus.webp) !important;
}
#heading {
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
#heading .curtine,
.error-wrapper .curtine {
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/heading-curtine.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
#heading h1 {
	position: relative;
}
#heading h1::before {
	content:"";
	position: absolute;
	left: -80px;
	top: 50%;
	width: 50px;
	height: 1px;
	background-color: #ddbf7e;
}
.description ul li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 35px;
}
.box-type-d {
	background-color: #4c4f53;
}
.box-type-d:hover,
.box-type-d:focus,
.box-type-d:active {
	background-color: #ddbf7e;
	color:#101010;
}
.box-type-d:hover lord-icon,
.box-type-d:focus lord-icon,
.box-type-d:active lord-icon {
	filter:brightness(100) invert(100%);
}
.box-type-d:hover h4,
.box-type-d:focus h4,
.box-type-d:active h4 {
	color:#101010;
}
.testimonial-pos {
	background-image: url(../img/testimonial.webp);
	background-repeat: no-repeat;
	background-position: top 50px left 30px;
	padding-top: 30px;
	transition: all 1s 0s;
}
.testimonial-pos:hover {
	background-image: url(../img/testimonial-black.webp);
	background-color: #ddbf7e;
	color:#000;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	transition: all 0.5s 0s;
}
.single-post #content-container img {
	border-radius: 25px;
}
.single-img  {
	position: relative;
	display: inline-block;
	transition: all 0.5s;
}
.single-img:hover::after {
	border-radius: 25px;
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(221, 191, 126, 0.2);
}
.single-img:hover::before {
	border-radius: 25px;
	content:"";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 42px;
	height: 42px;
	background-image: url(../img/zoom.webp);
	background-repeat: no-repeat;
	background-position: center center;
}
.categories-wrapper {
	list-style: none;
}
#knowledge-faq .categories-wrapper {
	list-style: none;
	display: inline-block;
	margin-bottom: 5px;
}
.categories-wrapper li {
	margin-right: 10px;
	background-color: #171816;
	border-radius: 25px;
	display: inline-block;
	margin-bottom: 5px;
}
.categories-wrapper li a {
	color:#fff;
	font-weight: 600;
	padding: 15px 25px;
	display: block;
}
.categories-wrapper li:hover ,
.categories-wrapper li.current-cat  {
	background-color: #ddbf7e;
}
.categories-wrapper li:hover a,
.categories-wrapper li.current-cat a {
	color:#101010;
}
.post-box h3  {
	line-height: 26px !important;
}
.post-box h3 a {
	color:#fff;
}

.post-box:hover {
	background-color: #ddbf7e;
}
.box-img {
	width: 100%;
	height: 380px;
	position: relative;
}

.box-img img {
	width: 100%;
	height: 380px;
	object-fit: cover;
}
.pagination .page-numbers {
	background-color: #1b1f24;
	color:#fff;
	border-radius: 25px;
	font-size: 15px;
	font-weight: 600;
	line-height: 41px;
	height:41px;
	width: 41px;
	min-width: 41px;
	display: inline-block;
	text-align: center;
	margin-left: 1px;
	margin-right: 1px;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus,
.pagination .page-numbers:active {
	background-color: #ddbf7e;
	color:#101010;
}
.legend {
	border-top:1px solid #898989;
	padding-top:10px;
	margin-top: 10px;
}
.weight-400 {
	font-weight: 400 !important;
}
.bg-black-transparent {
	background-color: rgba(0,0,0,0.5);
}
.bg-glass {
	background-filter: blur(10px);
}
/* Zabezpieczenie animacji na nieaktywnych slajdach Tiny Slidera */
.banner-slider .tns-item:not(.tns-slide-active) [data-aos] {
    opacity: 0 !important;
    transition: none !important;
    pointer-events: none;
}

/* animacja 
/* --- Główny kontener <strong> wewnątrz Twojej sekcji --- */
.col-xl-10 strong {
    display: inline-block;
    color: inherit;
    position: relative;
    white-space: nowrap; 
    perspective: 1000px; 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 100' preserveAspectRatio='none'%3E%3Cpath d='M3,65 C50,55 150,65 197,55 C199,75 197,95 195,95 C150,98 50,90 5,95 C2,85 2,75 3,65 Z' fill='%23ddbf7e' fill-opacity='0.4' /%3E%3C/svg%3E");
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    
    /* Płynna animacja rysowania flamastrem */
    transition: background-size 0.8s cubic-bezier(0.7, 0, 0.3, 1);
}

/* --- Stan startowy pojedynczej litery --- */
.col-xl-10 strong .char {
    display: inline-block;
    opacity: 0;
    
    /* Litera jest uniesiona i lekko obrócona w 3D */
    transform: translate3d(0, -15px, 0) rotateX(15deg);
    
    /* Płynne opadanie litery */
    transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    backface-visibility: hidden;
}

/* --- STAN AKTYWNY (dodawany przez JS) --- */

/* 1. Animacja tła całego stronga */
.col-xl-10 strong.highlight-active {
    background-size: 100% 100%;
}

/* 2. Animacja liter wewnątrz aktywnego stronga */
.col-xl-10 strong.highlight-active .char {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateX(0deg);
}

/* --- Animacja krążących ikon (Orbit) --- */

.slider-images-container {
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    z-index: 1; /* Musi być pod zawartością slidera, ale nad tłem */
    overflow: hidden; /* Ukrywa ikony, gdy wylecą za ekran */
    pointer-events: none; /* Zapobiega blokowaniu kliknięć w przyciski slidera */
}

/* Tło z narysowanymi okręgami (opcjonalne) */
.bg-sensors-animation {
    position: absolute;
    top: calc(289px - 7%);
    left: calc(248px - 5%);
    width: 826px; 
    height: 826px;
    margin-left: -413px; /* Połowa szerokości, żeby idealnie wyśrodkować punkt zaczepienia */
    margin-top: -413px;
    /* Odkomentuj poniższą linię i wstaw link, jeśli masz plik z narysowanymi okręgami */
    /*background-image: url('/img/bg-elipses.png');*/
    background-repeat: no-repeat;
    background-size: cover;
}

/* Widoczne orbity dla ikon */
.orbit {
    position: absolute;
    top: calc(289px - 7%);
    left: calc(248px - 5%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1; /* Pod ikonami, ale wewnątrz slider-images-container */
    box-sizing: border-box;
}

.orbit-01 {
    width: 117px; /* Średnica 115px + 2px border */
    height: 117px;
    border: 1px solid rgba(221, 191, 126, 0.2);
}

.orbit-02 {
    width: 792px; /* Średnica 790px + 2px border */
    height: 792px;
    border: 1px solid rgba(221, 191, 126, 0.2);
	background-color: rgba(0, 0, 0, 0.1);
}

.orbit-03 {
    width: 577px; /* Średnica 575px + 2px border */
    height: 577px;
    border: 1px solid rgba(221, 191, 126, 0.2);
	background-color: rgba(0, 0, 0, 0.2);
}

.orbit-04 {
    width: 347px; /* Średnica 345px + 2px border */
    height: 347px;
    border: 1px solid rgba(221, 191, 126, 0.3);
	background-color: rgba(0, 0, 0, 0.2);
}

.orbit-05 {
    width: 462px; /* Średnica 460px + 2px border */
    height: 462px;
    border: 1px solid rgba(221, 191, 126, 0.2);
	background-color: rgba(0, 0, 0, 0.1);
}

/* Wspólne style dla ikon */
.sensor-animated {
    position: absolute;
    width: 80px; 
    height: 80px;
    top: calc(289px - 7%); 
    left: calc(248px - 5%); /* Środek obrotu zsynchronizowany z tłem */
    margin-left: -45px; 
    margin-top: -45px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	outline:10px solid rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}

/* Ukrywanie animacji na ekranach mobilnych (jak na oryginalnej stronie) */
@media only screen and (max-width : 768px) {
    .sensor-animated, .bg-sensors-animation, .orbit { display: none; }
}

/* Definicja orbit (pierwszy rotate to ruch po okręgu, drugi utrzymuje ikonę w pionie) */
@keyframes rot01 {
    from { transform: rotate(0deg) translate(-57.5px) rotate(0deg); }
    to { transform: rotate(360deg) translate(-57.5px) rotate(-360deg); }
}
@keyframes rot02 {
    from { transform: rotate(360deg) translate(-395px) rotate(-360deg); }
    to { transform: rotate(0deg) translate(-395px) rotate(0deg); }
}
@keyframes rot03 {
    from { transform: rotate(0deg) translate(-287.5px) rotate(0deg); }
    to { transform: rotate(360deg) translate(-287.5px) rotate(-360deg); }
}
@keyframes rot04 {
    from { transform: rotate(0deg) translate(-172.5px) rotate(0deg); }
    to { transform: rotate(360deg) translate(-172.5px) rotate(-360deg); }
}
@keyframes rot05 {
    from { transform: rotate(0deg) translate(-230px) rotate(0deg); }
    to { transform: rotate(360deg) translate(-230px) rotate(-360deg); }
}

/* Podpięcie animacji z różnym czasem (prędkością) krążenia */
#sensor-animated-01 { animation: rot01 8s infinite linear;}
#sensor-animated-02 { animation: rot02 9s infinite linear; }
#sensor-animated-03 { animation: rot03 12s infinite linear; }
#sensor-animated-04 { animation: rot04 15s infinite linear; }
#sensor-animated-05 { animation: rot05 18s infinite linear; }

.max-width-400px {
	max-width: 400px;
}
.line-with-arrow-down .side {
	width: 100%;
	height:1px;
	background-color: rgba(205, 205, 205, 0.2);
}
.line-with-arrow-down .arrow-down {
	width: 192px;
	min-width: 192px;
}
.line-with-arrow-down .arrow-down > span {
	width: 93px;
	height: 93px;
	border: 1px solid rgba(205, 205, 205, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.line-with-arrow-down .arrow-down > span > span {
	width: 70px;
	height: 70px;
	border: 1px solid rgba(205, 205, 205, 0.4);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.line-with-arrow-down .arrow-down .icon {
	width: 40px;
	height: 40px;
	min-width: 40px;
	background-color: #cdcdcd;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	border: none;
}

/* Bardzo duże ekrany (Extra large devices) - zgodnie z breakpointem Bootstrapa (>= 1200px) */
@media (min-width: 1200px) {
	.col-xl-1-5 {
		flex: 0 0 auto;
		width: 20%; /* 100% / 5 = 20% */
	}
}
#logos .curtine {
	position: absolute;
	height:100%;
	width: 15%;
}
#logos .curtine-left {
	left: 0;
	background: #000000;
	background: linear-gradient(270deg,rgba(0, 0, 0, 0.24) 10%, rgba(0, 0, 0, 1) 85%);
}
#logos .curtine-right {
	right: 0;
	background: #000000;
	background: linear-gradient(90deg,rgba(0, 0, 0, 0.24) 10%, rgba(0, 0, 0, 1) 85%);
}

.icon {
	background-color: rgba(0, 0, 0, 0.5);
	width: 60px;
	min-width: 60px;
	height: 60px;
	border-radius: 30px;
	padding:10px;
	position: relative;
	z-index: 10;
}
.icon::before {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	z-index: -5;
}
.counter {
	background-color: rgb(221, 191, 126);
	width: 60px;
	min-width: 60px;
	height: 60px;
	border-radius: 30px;
	padding:10px;
	position: relative;
	z-index: 10;
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
	color:#000;
}
.counter img {
	filter: brightness(0%);
}
.counter::before {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background-color: rgb(221, 191, 126, 0.2);
	border-radius: 50%;
	z-index: -5;
}
.step::after {
	content:"";
	position: absolute;
	top:30px;
	width: 100%;
	height:1px;
	background-color: rgba(205, 205, 205, 0.2);
	z-index: -5;
}
.feature .title {
	font-weight:400;
}
.feature .title {
	font-weight:400;
}
footer .font-size-13,
footer .font-size-13 a {
	color:#727272;
}
.bg-wave {
	background-image: url('../img/bg-wave-01.webp');
	background-repeat: no-repeat;
	background-position: top center;
	background-size:100% 100%;
}
.list-icons ul {
	list-style: none;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 0;
	margin-left: 0;
}
.list-icons ul li {
	position: relative;
	padding-left: 0;
	margin-left: 40px;
	padding-top:7px;
	padding-bottom:7px;
}
.list-icons ul li:before {
	position: absolute;
	content:"";
	width: 27px;
	height: 27px;
	background-color: #ddbf7e;
	border-radius: 50%;
	left:-40px;
	background-image: url('../img/wired-outline-24-approved-checked-hover-loading.png');
	background-size: 80% 80%;
	background-position: center;
}
.accordion-item {
	color:#fff;
}
.border-start {
	border-left-color: rgb(255, 255, 255, 0.3) !important;
}
.border-bottom {
	border-bottom-color: rgb(255, 255, 255, 0.3) !important;
}
a#flying-contact {
	color:#000;
}
.contact-box a:hover {
	color:#ddbf7e;
}
.contact-box .bg-gold-hover {
	transition: background-color 0.4s ease-in-out;
}
.contact-box:hover .bg-gold-hover {
	background-color:#ddbf7e;
}
.contact-box:hover .bg-gold-hover,
.contact-box:hover .bg-gold-hover a {
	color:#000;
}
.contact-box:hover .bg-gold-hover img {
	filter: brightness(0%);
}
#content {
	background-repeat: no-repeat;
    background-position: top right;
}
body.post-type-archive-usluga #content,
body.error404 #content {
	min-height: unset;
}
.search-box .read-more {
	transition: all 0.5s;
}
.search-box:hover .read-more {
	color:#ddbf7e;
}
.searchandfilter ul {
	padding: 0;
	margin: 0;
}
.searchandfilter ul li {
	padding: 0;
	margin: 0;
}
.searchandfilter ul li ul li {
	display: inline-block;
	background-color: #191a18;
	border:1px solid #191a18;
	border-radius: 35px;
	font-size: 15px;
	color: #fff !important;
	font-family: "Geist", sans-serif;
	padding:0;
	margin-right: 2px;
	margin-bottom: 2px;
	font-weight: 600;
	transition: all 0.5s;
	cursor: pointer;
}
.searchandfilter ul li ul li.sf-option-active {
	background-color:#ddbf7e;
	color: #000 !important;
	transition: all 0.5s;
}
.searchandfilter ul li ul li input {
	display: none;
}
.searchandfilter li[data-sf-field-input-type="checkbox"] label {
	padding-left: 0;
	cursor: pointer;
	padding:15px 30px;
}
.ms-skin-default .ms-tooltip-cont {
	padding: 10px;
	background: rgba(0, 0, 0, 0.88) !important;
	text-shadow: none !important;
	margin-left: -1px;
	border-radius: 10px !important;
}
.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow{
	border-top-color: rgba(0, 0, 0, 0.88) !important;
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom-color: rgba(0, 0, 0, 0.88) !important;
}

/* ============================================= */
/* 6. Responsive fixes                           */
/* ============================================= */



/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) { 

	.fixed-top.navbar-light .navbar-nav .nav-link {
		padding-top:8px;
		padding-bottom:8px;
	}
	.navbar-light.navbar-nav .nav-link {
		padding-top:10px;
		padding-bottom:10px;
	}
	.navbar {
		padding-top:8px !important;
		padding-bottom:8px !important;
	}
	.navbar-brand img {
		width: 120px; 
		height: auto;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	/* WP image float fix */
	figure.alignleft, img.alignleft, figure.alignright, img.alignright {
		float:none;
	}
	/* /WP image float fix */

} 

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}


/* Height */
@media only screen and (max-height : 730px) {
}

/* Custom Bootstrap utilities */
@media (min-width: 768px) {
	.rounded-start-md-0 {
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
	}
}

