#service-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px auto;
	gap: 40px;
}
.service_t1 {
	width: 300px;
	text-align: center;
	position: relative;
	display: none;
	padding-bottom: 20px; /* Lisaruumi, et sisu jääks esteetiliseks */
}

/* Pildi ja numbri konteiner */
.service-image-container {
	position: relative;
	display: inline-block;
}

/* Pilt ise */
.service_t1 img {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}

/* Järjekorra number – paigutatud ainult pildi sees */
.service-number {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-weight: bold;
	font-size: 24px;
	color: white;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.service_t1 h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	color: var(--teenusedTitleColor);
}
.service_t1 p {
	font-size: 14px;
	margin-top: 5px;
	color: #666;
}
.show_services {
	display: block !important;
}
.btn_service {
	background: var(--color_two);
	color: white;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	margin-top: 20px;
}
.btn_service:hover {
	background: var(--color_one);
}
/* Info nupp */
.info-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	background: var(--color_two);
	color: white;
	border: none;
	padding: 10px 15px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	margin-top: 10px;
	transition: background 0.3s ease;
	margin: 0 auto;
}

.info-button:hover {
	background: var(--color_one);
}

/* SVG ikooni suurus */
.info-button svg {
	width: 20px;
	height: 20px;
	fill: white;
}

#toggle-btn {
	display: block;
	margin: 0 auto;
}

#toggle-container {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	width: 100%;
}
