/* Add here all your CSS customizations */

/* Akeeli Group Acquisition Banner */
.akeeli-banner {
	background: #0088cc;
	color: #ffffff;
	padding: 25px 0;
	text-align: center;
	border-bottom: 3px solid #006699;
	position: relative;
	z-index: 100;
}

.akeeli-banner .container {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
}

.akeeli-banner .row {
	margin: 0;
	text-align: center;
}

.akeeli-banner .col-md-12 {
	text-align: center;
}

.banner-headline {
	font-size: 22px;
	font-weight: 700;
	margin: 0 auto 12px auto;
	color: #ffffff;
	line-height: 1.4;
	letter-spacing: 0.5px;
	text-align: center;
	display: block;
}

.banner-text-line1 {
	font-size: 15px;
	margin: 0 auto 8px auto;
	color: #ffffff;
	line-height: 1.6;
	font-weight: 400;
	text-align: center;
	display: block;
	max-width: 900px;
}

.banner-text-line2 {
	font-size: 14px;
	margin: 0 auto 18px auto;
	color: #e8f4f8;
	line-height: 1.6;
	font-style: italic;
	font-weight: 300;
	text-align: center;
	display: block;
	max-width: 900px;
}

.banner-button {
	margin-top: 5px;
	background-color: #ffffff;
	color: #0088cc;
	border: 2px solid #ffffff;
	font-weight: 600;
	padding: 10px 28px;
	font-size: 15px;
	text-transform: none;
	transition: all 0.3s ease;
	border-radius: 4px;
	display: inline-block;
	text-decoration: none;
}

.banner-button:hover,
.banner-button:focus {
	background-color: #f0f8ff;
	color: #006699;
	border-color: #ffffff;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.banner-headline {
		font-size: 19px;
		margin-bottom: 10px;
		line-height: 1.3;
	}
	
	.banner-text-line1 {
		font-size: 14px;
		margin-bottom: 6px;
		line-height: 1.5;
	}
	
	.banner-text-line2 {
		font-size: 13px;
		margin-bottom: 15px;
		line-height: 1.5;
	}
	
	.banner-button {
		padding: 9px 22px;
		font-size: 14px;
	}
	
	.akeeli-banner {
		padding: 18px 0;
	}
}

@media (max-width: 480px) {
	.banner-headline {
		font-size: 17px;
		margin-bottom: 8px;
	}
	
	.banner-text-line1 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	
	.banner-text-line2 {
		font-size: 12px;
		margin-bottom: 12px;
	}
	
	.banner-button {
		padding: 8px 20px;
		font-size: 13px;
	}
	
	.akeeli-banner {
		padding: 15px 0;
	}
}
