.ho-bisogno-sec {
	background: rgba(0, 0, 0, 0.3);
	padding: 60px 0px;
	margin-top: 60px;
}

.ho-bisogno-main {
	display: grid;
	grid-template-columns: 58% 40%;
	gap: 20px;
}

.ho-bisogno-left h2 span {
	color: #ee7d34;
}

.ho-bisogno-left {
	padding-right: 50px;
}

.ho-bisogno-left h2 {
	color: #fff;
	font-family: Commissioner;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: 107.6%;
}

.ho-bisogno-left h3 {
	color: #fff;
	font-family: Commissioner;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top: 25px;
}

.ho-bisogno-left p {
	color: #c8c8c8;
	font-family: Commissioner;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.field-group {
	margin-bottom: 10px;
}

/* Floating label form styles */
.field-group label {
	display: block;
	font-size: 13px;
	color: #fff;
	margin-bottom: 6px;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.input-shell {
	position: relative;
	height: 56px;
	border-radius: 0px;
	overflow: hidden;
	background: #ffffff00;
	border: 2px solid rgba(255, 255, 255, 0.2);
	transition: border-color 0.3s ease;
}

.fill {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.1);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.input-shell input {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 0 18px;
	background: transparent;
	border: none;
	outline: none;
	color: #fff;
	font-size: 15px;
}

.input-shell input::placeholder {
	color: #7a8494;
	transition: opacity 0.2s ease;
}

.input-shell:hover,
.input-shell:focus-within {
	border-color: #ee7d34;
}

.input-shell:hover .fill,
.input-shell:focus-within .fill {
	transform-origin: left;
	transform: scaleX(1);
}

.input-shell:not(:hover):not(:focus-within) .fill {
	transform-origin: right;
	transform: scaleX(0);
}

.field-group:focus-within label,
.field-group input:not(:placeholder-shown)~label {
	opacity: 1;
	transform: translateY(0);
}

.input-shell input:focus::placeholder {
	opacity: 0;
}

/* Textarea specific styles */
.textarea-shell {
	height: 140px;
}

.input-shell textarea {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 18px;
	background: transparent;
	border: none;
	outline: none;
	color: #fff;
	font-size: 15px;
	resize: none;
	font-family: inherit;
}

.input-shell textarea::placeholder {
	color: #7a8494;
	transition: opacity 0.2s ease;
}

.field-group textarea:not(:placeholder-shown)~label {
	opacity: 1;
	transform: translateY(0);
}

.input-shell textarea:focus::placeholder {
	opacity: 0;
}

.ho-bisogno-chechbox {
	display: flex;
	align-items: anchor-center;
	gap: 20px;
	margin-top: 20px;
}

.ho-bisogno-chechbox input {
	min-width: 30px;
	width: 30px;
	height: 30px;
	background: transparent;
}

.ho-bisogno-chechbox label {
	color: rgba(255, 255, 255, 0.3);
	font-family: Commissioner;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 19.2px */
}