.hero-content {
	position: relative;
	margin-top: 40px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.landingLogo {
	text-align: center;
	margin-top: 50px;
}

.gold-image {
	position: absolute;
	left: -40px;
	z-index: 1;
}

.hero-card {
	position: relative;
	background: rgba(255, 255, 255, 0.5);
	padding: clamp(20px, 4vw, 40px);
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	max-width: 860px;
	z-index: 2;
}

.hero-card h2 {
	margin-bottom: clamp(10px, 2vw, 20px);
	line-height: 1.4;
	border-bottom: 3px solid #5c6ac4;
	padding-bottom: 10px;
}

.hero-description {
	background: #f0f1f4;
	padding: clamp(10px, 2vw, 20px);
	border-radius: 12px;
	font-size: clamp(14px, 2vw, 20px);
	line-height: 1.6;
}

.landingBttn {
	background: #6480E2;
	color: white;
	border: none;
	padding: 12px 28px;
	border-radius: 8px;
	cursor: pointer;
	font-size: clamp(16px, 2.4vw, 24px);
	transition: 0.3s;
	min-width: clamp(140px, 29.5vw, 295px);
	height: clamp(40px, 5.9vw, 59px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.landingBttn-out {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}

.landingBttn:hover {
	background: #4a57a8;
}

.goals {
	margin-top: 80px;
	/* padding-bottom: 80px; */
	position: relative;
}

.section-title {
	font-size: clamp(18px, 2.8vw, 28px);
	margin-bottom: clamp(15px, 3vw, 30px);
	position: relative;
	
	

	.hero-content {
		position: relative;
		margin-top: 40px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.landingLogo {
		text-align: center;
		margin-top: 50px;
	}

	.gold-image {
		position: absolute;
		left: -40px;
		z-index: 1;
	}

	.hero-card {
		position: relative;
		background: rgba(255, 255, 255, 0.5);
		padding: 40px;
		border-radius: 16px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
		max-width: 860px;
		z-index: 2;
	}

	.hero-card h2 {
		margin-bottom: 20px;
		line-height: 1.4;
		border-bottom: 3px solid #5c6ac4;
		padding-bottom: 10px;
	}

	.hero-description {
		background: #f0f1f4;
		padding: 20px;
		border-radius: 12px;
		font-size: 20px;
		line-height: 1.6;
	}

	.landingBttn {
		background: #6480E2;
		color: white;
		border: none;
		padding: 12px 28px;
		border-radius: 8px;
		cursor: pointer;
		font-size: 24px;
		transition: 0.3s;
		min-width: 295px;
		height: 59px;
	}

	.landingBttn-out {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 50%);
	}

	.landingBttn:hover {
		background: #4a57a8;
	}

	.goals {
		margin-top: 80px;
		/* padding-bottom: 80px; */
		position: relative;
	}

	.section-title {
		font-size: 28px;
		margin-bottom: 30px;
		position: relative;
	}

	.section-title:: after {
		content: "";
		width: 80px;
		height: 3px;
		background: #5c6ac4;
		position: absolute;
		left: 0;
		bottom: -8px;
	}

	.goals-grid {
		background: white;
		border-radius: 16px;
		padding: 30px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(367px, 1fr));
		gap: 20px;
		padding-bottom: 50px;
	}

	.goal-item {
		background: #f7f8fa;
		border-radius: 12px;
		display: flex;
		gap: 15px;
		align-items: center;
		position: relative;
	}

	.goal-item img {
		width: 21%;
		flex-shrink: 0;
		padding-top: 10px;
		align-self: flex-end;
		max-width: 100px;
	}

	.goal-item p {
		font-size: 20px;
		line-height: 1.5;
		padding: 20px;
	}

	.center {
		text-align: center;
		margin-top: 30px;
	}

	@media (max-width: 900px) {
		.hero-content {
			flex-direction: column;
		}

		.gold-image {
			position: static;
			margin-bottom: -40px;
			width: 220px;
		}

		.goals-grid {
			grid-template-columns: 1fr;
		}
	}

	;
}

.section-title::after {
	content: "";
	width: 80px;
	height: 3px;
	background: #5c6ac4;
	position: absolute;
	left: 0;
	bottom: -8px;
}

.goals-grid {
	background: white;
	border-radius: 16px;
	padding: clamp(15px, 3vw, 30px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(367px, 1fr));
	gap: 20px;
	padding-bottom: 50px;
}

.goal-item {
	background: #f7f8fa;
	border-radius: 12px;
	display: flex;
	gap: 15px;
	align-items: center;
	position: relative;
}

.goal-item img {
	width: 20%;
	flex-shrink: 0;
	padding-top: 10px;
	align-self: flex-end;
	max-width: 100px;
}

.goal-item p {
	font-size: clamp(14px, 2vw, 20px);
	line-height: 1.5;
	padding: 20px;
}

.center {
	text-align: center;
	margin-top: 30px;
}

@media (max-width: 768px) {
	.hero-content {
		flex-direction: column;
	}

	.gold-image {
		position: static;
		margin-bottom: -40px;
		width: 220px;
	}

	.goals-grid {
		grid-template-columns: 1fr;
	}
	
}


@media (max-width: 575px) {
	.goal-item img {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 90%;
		width: 17%;
		opacity: 0.3;
	}
	.goal-item p {
		padding-left: 20%;
	}

	.container {
		width: calc(100% - 30px);
	}
	.hero-card h2 {
		line-height: 1.2;
		
	}
}
