.banner-section {
	min-height: 400px;
	display: flex;
	align-items: center;
}

.card-hover {
	transition: all 0.3s ease;
	cursor: pointer;
}

.card-hover:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.card-header {
	border-bottom: none;
	padding: 2rem 1rem;
	border-radius: 15px 15px 0 0 !important;
}

.card-body {
	padding: 2rem;
}

.logo-placeholder {
	border: 3px solid rgba(255, 255, 255, 0.3);
}

.btn-lg {
	padding: 12px 30px;
	font-weight: 600;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.btn:hover {
	transform: translateY(-2px);
}

.card {
	border-radius: 15px;
	/* overflow: hidden; */
}

/* Orange theme for Stock Chart card */
.stock-chart-header {
	background-color: #ff8c00 !important;
}

.stock-chart-btn {
	background-color: #ff8c00 !important;
	border-color: #ff8c00 !important;
	color: white;
}

.stock-chart-btn-outline {
	border-color: #ff8c00 !important;
	color: #ff8c00 !important;
}

.stock-chart-btn:hover {
	background-color: #e67e00 !important;
	border-color: #e67e00 !important;
}

.stock-chart-btn-outline:hover {
	background-color: #ff8c00 !important;
	border-color: #ff8c00 !important;
	color: white !important;
}
