/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.footer-logo {
	max-width: 100%; /* Ensure it fits within the widget container */
	height: auto; /* Maintain the aspect ratio */
	display: block; /* Remove any inline-block gaps */
	margin: 0 0 0 0;
}

.footer-widget {
	max-width: 400px; /* Adjust the width of the widget container */
	overflow: hidden; /* Ensure nothing overflows */
}

.parallax-bg {
	opacity: 0.4; /* Adjust this value for more or less transparency */
}

.parallax-bg-1 {
	opacity: 0.9; /* Adjust this value for more or less transparency */
}

.card-footer {
	background-color: white;
	border-top: none;
}

.promo-basic-container {
	background-color: white;
	padding: 0px 5px 5px 5px;
}