/*
	==========================================
	 Support Section Widget (Susține Seminarul)
	==========================================
*/
.support-section {
	background-color: #003351;
    max-width: 1170px;
	width: 100%;
    margin: 30px auto 15px;
    padding: 0 15px;
    border-radius: 12px;
}

.support-section__inner {
	max-width: 720px;
	margin: 0 auto;
	padding: 56px 24px;
	text-align: center;
}

.support-section__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: rgba(229, 189, 7, 0.15);
	color: #e5bd07;
	font-size: 22px;
	margin-bottom: 20px;
}

.support-section__title {
	font-family: "Heebo", sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 12px;
	line-height: 1.3;
}

.support-section__text {
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.7;
	margin-bottom: 28px;
}

.support-section__btn {
	display: inline-block;
	padding: 13px 32px;
	font-family: Lato, sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #003351;
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 6px;
	text-decoration: none;
	transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.support-section__btn:hover {
	background-color: #e5bd07;
	border-color: #e5bd07;
	color: #1a1a1a;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(229, 189, 7, 0.3);
}


/*
	==========================================
	 Responsive
	==========================================
*/
@media screen and (max-width: 768px) {
	.support-section__inner {
		padding: 40px 20px;
	}

	.support-section__title {
		font-size: 24px;
	}

	.support-section__text {
		font-size: 14px;
	}

	.support-section__btn {
		padding: 11px 28px;
		font-size: 14px;
	}

	.support-section__icon {
		width: 48px;
		height: 48px;
		font-size: 18px;
	}
}
