/* pulsowanie click to call */
@media screen and (max-width:576px){
	.click-to-call{
		position:fixed;
		bottom:0;
		right:0;
		padding:5px 10px;
		border-radius:10px;
		font-size:15px;
		z-index:10;
		margin-right:24px;
		margin-bottom:24px;
		background:linear-gradient(150deg, rgb(217, 176, 106), rgb(185, 146, 79));
		color:rgb(18,16,11) !important;
		animation: pulse 2s infinite;
		border:1px solid #788278;
		font-weight:700;
	}
}
@keyframes pulse{
	0%{
/* 		transform:scale(0.9); */
		box-shadow:0 0 0 0 rgb(35, 74, 72, 0.7);
	}
	70%{
/* 		transform:scale(1); */
		box-shadow:0 0 0 15px rgb(35, 74, 72, 0);
	}
	100%{
/* 		transform:scale(0.9); */
	}
}
@media screen and (min-width:576px){
	.no-display-dektopski-callButton{
		display:none;
	}
}
@media screen and (max-width:768px){
	.center-foto-tablet{
		display:flex;
		justify-content:center;
		align-items:center;
	}
}
.footer-logo{
	width:160px;
}
.title-footer{
	color:#2b2b2a;
	font-weight:400;
	font-size:22px;
	margin-bottom:15px;
}
.footer-link{
	transition:opacity 0.35s ease-out;
	text-decoration:none;
	color:#2b2b2a;
	font-size: 16px;
}
@media screen and (min-width:992px){
	.footer-link:hover{
		opacity:0.7;
		color:#2b2b2a !important;
	}
}
.hr-footer{
	height:1px;
	width:100%;
	margin:35px 0px;
	background-color:#2b2b2a;
}
/* @media screen and (max-width:576px) {
	.hr-footer {
		margin-bottom:0px !important;
	}
} */
.copyrights-footer{
	text-align:center;
	color:#2b2b2a;
	margin-top:0px; 
	margin-bottom:15px;
}
@media screen and (max-width:576px){
	#footer-text{
		font-size:13px
	}
}
.social-img-footer{
	transition:all 0.4s ease-out;
/* 	filter:brightness(1000); */
}
@media screen and (min-width:992px){
	.social-img-footer:hover{
		opacity:0.7;
		color:#2b2b2a;
	}
}

@media screen and (max-width:768px){
	.footerLogo__ctr {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
}

.footer__address p {
	color:#2b2b2a;
}
.footer__main{
/* 	border-radius:20px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px; */
/* 	background:#fbfbfb; */
	border-top:1px solid #2b2b2a;
	background:#f4f1ef;
}


.justify-end-mobile-start {
	justify-content:end;
}
.txt-left-mobile-right{
	text-align:end;
}
@media screen and (max-width:992px) {
	.justify-end-mobile-start {
		justify-content:start;
	}
	.txt-left-mobile-right{
		text-align:start;
	}
}




/* ============================================================
   FOOTER — dark card style
   ============================================================ */

.footer__main {
	background: linear-gradient(160deg, rgba(201,161,95,.16), rgba(20,21,24,.4));
	border-top: none;
/* 	margin: 100px 20px 20px 20px; */
	border-radius: 24px;
	overflow: hidden;
	padding-bottom: 0;
	border:1px solid rgba(201,161,95,.28);
}

@media screen and (max-width: 992px) {
	.footer__main {
		margin-top: 0px;
		margin-right:10px;
		margin-left:10px;
	}
}

/* ----- LEWA KOLUMNA: logo + A-HUS spychane do dołu ----- */
.footer__leftCol {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.footer-logo {
	width: 160px;
}

@media screen and (max-width: 768px) {
	.footerLogo__ctr {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
}

.footer__bigName {
	font-size: clamp(40px, 8vw, 130px);
	font-weight: 700;
	color: #6b6b6b;
	line-height: 0.85;
	text-align: left;
	letter-spacing: -0.02em;
	margin-bottom:14px;
}

@media screen and (max-width: 992px) {
	.footer__leftCol {
		height: auto;
		display: block;
	}

	.footer__bigName {
		margin-top: 25px;
		text-align: center;
	}
}

/* ----- TYTUŁY KOLUMN ----- */
.title-footer {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 15px;
}

/* ----- LINKI: szare, biały hover ----- */
.footer-ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footerMenu__li {
	padding-bottom: 14px;
	font-size: 15px;
}

.footer-link {
	transition: color 0.3s ease-out;
	text-decoration: none;
	color: #9a9595;
	font-size: 15px;
}

@media screen and (min-width: 992px) {
	.footer-link:hover {
		color: #fff !important;
		opacity: 1;
	}
}
.footerMenu__li p {
	color:#9a9595;
}

/* ----- LINIA + COPYRIGHT ----- */
.hr-footer {
	height: 1px;
	width: 100%;
	margin: 35px 0px;
	background-color: rgba(255, 255, 255, 0.15);
}

.copyrights-footer {
	text-align: center;
	color: #0a0b0d;
	margin-top: 0px;
	padding-bottom:30px !important;
	background:linear-gradient(150deg, rgb(217, 176, 106), rgb(185, 146, 79));
	padding-top:30px !important;
	border-radius:24px;
	margin-bottom:20px !important;
	margin-right:20px !important;
	margin-left:20px !important;
}

@media screen and (max-width: 576px) {
	#footer-text {
		font-size: 13px;
	}
}

/* ----- IKONKI SOCIAL ----- */
.social-img-footer {
	filter: brightness(0) invert(1);
	opacity: 0.7;
	transition: opacity 0.3s ease;
}

@media screen and (min-width: 992px) {
	.social-img-footer:hover {
		opacity: 1;
	}
}

/* ----- CLICK TO CALL (zachowane z oryginału) ----- */


@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgb(35, 74, 72, 0.7);
	}
	70% {
		box-shadow: 0 0 0 15px rgb(35, 74, 72, 0);
	}
	100% {
	}
}

@media screen and (min-width: 576px) {
	.no-display-dektopski-callButton {
		display: none;
	}
}
.footer__wrap {
	padding:100px 20px 20px 20px;
}
@media screen and (max-width: 768px) {
	.center-foto-tablet {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.footer__wrap {
		padding:70px 0px 10px 0px;
	}
}

