.uh__wrapper {
  background-color: #58A37D; /* barva sekce */
  color: #1e1e1e;
  padding: 4rem 2rem;
  text-align: center;
  font-family: 'Poppins', cursive;
}

.uh__stats {
	position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    top: 0;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    max-width: 1480px;
	margin: auto;
}
.uh__stat {
	display: flex;
    gap: 20px;
    color: #fff;
    padding: 1.5rem 1.5rem;
    border-radius: 8px;
    min-width: 160px;
	flex: 1;
	  backdrop-filter: blur(10px);
	  -webkit-backdrop-filter: blur(10px); /* pro Safari */
	  background-color: rgba(0, 0, 0, 0.2); /* volitelně průhledné pozadí */
	background-image: url('https://rezidencehorice.cz/wp-content/uploads/2025/06/segment_right_bottom-1.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 90%;
}
.uh__value {
  font-size: 2.8rem;
  line-height: 1em;
  font-weight: bold;
}
.uh__label {
	max-width: 150px;
    font-size: 1.2rem;
	line-height: 1.2em;
    text-align: left;
	margin-top: 0rem;
}

/* Timeline */
.uh__timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
	max-width: 1480px;
	margin: auto;
}
.uh__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 120px;
  min-width: 100px;
  position: relative;
  padding: 1rem;
}
.uh__icon {
  width: 32px;
  height: 32px;
  background-color: #58A37D;
  border-radius: 50%;
  margin-top: 0.5rem;
	display: block;
}
.uh__icon:after {
	content: url('https://rezidencehorice.cz/wp-content/themes/divi-child/img/symbol_g.svg');
	width: 28px;
	height: 28px;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 37%);
}

H3 {
    font-size: 35px;
	padding-top: 50px;
    padding-bottom: 20px;
    color: #2d5a40 !important;
}

.uh__line {
  position: absolute;
bottom: 42px;
  left: 50%;
	width: 80%;
	transform: translateX(13%);
  height: 1px;
  background: #2d5a40;
  z-index: 0;
}
.uh__step.active .uh__icon:after {
	content: url('https://rezidencehorice.cz/wp-content/themes/divi-child/img/symbol_w.svg');
}

.uh__step.active .uh__line {
  background: #FFF;
}

.uh__step.inactive .uh__icon {
  opacity: 0.5;
}
.uh__text {
font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 400;
	color: #2d5a40;
}
.uh__step.active .uh__text {
	color: #FFF;
}

/* Responzivní pro mobily */
@media (max-width: 768px) {
  .uh__timeline {
    gap: 2rem;
    justify-content: start;
  }
	
  .uh__step {
    align-items: center;
    flex: 1 1 170px;
    min-width: 170px;
  }
/*  .uh__line {
    display: none;
  }
*/	
	
	
	.uh__line {
		left: 59%;
	}
	
	.uh__stats {
		position: relative;
		right: auto;
		transform: none;
		width: 90%;
		padding: 0rem 0rem;
		gap: 1rem;
	}
	.uh__value {
		font-size: 2.0rem;
	}
	.uh__label {
		font-size: 1rem;
	}
	.uh__stat {
		gap: 10px;
		padding: 1rem 1rem;
		min-width: 120px;
	}
	
	#main-header .container {
		width: 100% !important;
	}
	
	.uh__wrapper {
		padding: 1rem 1rem;
	}
	
	.uh__stat {
		display: block;
	}
	
	.uh__stat DIV {
		text-align: center;
	}
}
