/* index.html styles */
.contact-bar {
	background: linear-gradient(135deg, #1a237e 0%, #0d47a1 100%);
	color: #fff;
	padding: 10px 0;
	font-size: 14px;
}
.contact-bar .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact-bar a {
	color: #fff;
	text-decoration: none;
}
.contact-bar a:hover {
	color: #ffd54f;
}
.contact-bar .contact-left i,
.contact-bar .contact-right i {
	margin-right: 5px;
}
.logo-text {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}
.logo-text a {
	color: #fff;
	text-decoration: none;
}
.logo-text a:hover {
	color: #ffd54f;
}
.navbar-header h1 {
	margin: 0;
	font-size: 18px;
}
.banner-main {
	background: url('../images/banner2.jpg') no-repeat center center;
	background-size: cover;
}
.w3_banner_info_grid h3 {
	font-size: 36px;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.w3_banner_info_grid p {
	font-size: 18px;
	color: #fff;
}
.service-card {
	background: #fff;
	border-radius: 8px;
	padding: 30px 20px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	transition: transform 0.3s;
	margin-bottom: 30px;
}
.service-card:hover {
	transform: translateY(-5px);
}
.service-card i {
	font-size: 48px;
	color: #1a237e;
	margin-bottom: 15px;
}
.service-card h4 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #333;
}
.service-card p {
	color: #666;
	line-height: 1.6;
}
.stats-section {
	background: linear-gradient(135deg, #1a237e 0%, #0d47a1 100%);
	color: #fff;
	padding: 60px 0;
}
.stats-section h3 {
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}
.stat-item {
	text-align: center;
	padding: 20px;
}
.stat-item i {
	font-size: 48px;
	margin-bottom: 15px;
}
.stat-item .counter {
	font-size: 36px;
	font-weight: bold;
}
.history-timeline {
	position: relative;
	padding: 20px 0;
}
.history-item {
	border-left: 3px solid #1a237e;
	padding-left: 20px;
	margin-bottom: 20px;
	position: relative;
}
.history-item::before {
	content: '';
	position: absolute;
	left: -8px;
	top: 0;
	width: 12px;
	height: 12px;
	background: #1a237e;
	border-radius: 50%;
}
.history-item h5 {
	color: #1a237e;
	font-weight: bold;
}
.advantage-box {
	background: #f8f9fa;
	border-radius: 8px;
	padding: 25px;
	margin-bottom: 20px;
}
.advantage-box h4 {
	color: #1a237e;
	margin-bottom: 10px;
}
.advantage-box p {
	color: #666;
	line-height: 1.6;
}
.footer h2 a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
