/* Stiluri comune pentru toate fisierele pentru utilizatorii nelogati */
/* se regaseste in accountconnection, businessregister, lostpassword, registerphysiotherapist */
main {
	justify-content: center;
	align-items: center;
}
.title {
	color: var(--secondaryColor);
	font-weight: 600;
	border-bottom: 3px solid var(--secondaryColor);
	line-height: 180%;
	padding-right: 10%;
}
.title-underline {
	width: 75%;
	/* margin-left: 12.5% !important; */
	margin: 4%;
	border: 2px solid var(--secondaryColor);
	opacity: 1;
	border-radius: 3rem;
}
.subtitle {
	font-size: 1rem;
	font-style: italic;
	color: var(--secondaryColor);
	font-weight: 500;
	padding-top: 1rem;
	padding-left: 1.5rem;
}
.register-title {
	font-weight: bold !important;
}
/* in businessregister, passchange si registerphysiotherapist */
.register-form a {
	color: var(--secondaryColor);
}
.register-form .form-control {
	background-color: var(--white);
}
/* se regasesc in homepage, plans si therapistinfo */
.carousel-indicators {
	margin-bottom: -2rem;
}
.currency-add::after {
	content: " RON";
}
.currency-small::after {
	font-size: 0.4em;
}
.time-add::after {
	content: " min";
}
.small-content {
	height: calc(100% - 24.5rem);
}
/* comune in homepage si therapistinfo */
.testimonials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: start;assets
	gap: 1.5rem;
}
.testimonial {
	display: flex;
	flex-direction: column;
	margin: 10px;
	padding: 15px;
	background-color: var(--surfaceBg);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	text-align: center;
	width: 350px;
	max-height: 320px;
	transition: opacity 0.5s ease-in-out;
	opacity: 1;
	padding: 1rem;
}
.testimonial-avatar {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin: 0 auto; /* Center the image */
}
.testimonial-avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	margin: 0 auto; /* Center the image */
}
.testimonial-name {
	text-align: end;
	font-weight: 600;
	color: var(--textColor);
}
.rating {
	margin: 10px 0;
}
.rating i {
	color: gold;
}
.testimonial-text {
	font-style: italic;
}
.testimonial.hidden {
	opacity: 0;
	display: none;
}
.last-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.last-section h2 {
	font-family: "Hanken Grotesk", sans-serif;
	font-size: 2em;
}
.last-section p {
	font-family: "Forum", serif;
}
.specs-banner {
	background-image: url("https://kinomas.ro/PFFizioSearch/others/contact.webp");
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.PrincipalContent {
	height: 100vh;
}
.main-content {
	background-color: var(--white);
}
.main-content .card-header * {
	color: var(--white);
}
.main-content nav {
	background-color: transparent !important;
}
.PrincipalContent {
	height: auto;
}
