/* DaiMa.html styles */
.contact-bar {
	background: linear-gradient(135deg, #e91e63 0%, #c2185b 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 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-2 { background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%); min-height: 200px; }
.services-breadcrumb { background: #f5f5f5; padding: 15px 0; }
.agile_inner_breadcrumb ul { list-style: none; padding: 0; margin: 0; }
.agile_inner_breadcrumb ul li { display: inline; color: #666; }
.agile_inner_breadcrumb ul li a { color: #e91e63; text-decoration: none; }
.agile_inner_breadcrumb ul li i { margin: 0 10px; }
.hero-section {
	background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);
	color: #fff;
	padding: 60px 0;
	text-align: center;
}
.hero-section h2 { font-size: 42px; margin-bottom: 20px; }
.hero-section p { font-size: 18px; max-width: 800px; margin: 0 auto; line-height: 1.8; }
.service-detail {
	background: #fff;
	border-radius: 8px;
	padding: 30px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
.service-detail h4 {
	color: #e91e63;
	font-size: 22px;
	margin-bottom: 15px;
	border-left: 4px solid #e91e63;
	padding-left: 15px;
}
.service-detail h5 {
	color: #333;
	font-size: 18px;
	margin: 20px 0 10px;
}
.service-detail p { color: #666; line-height: 1.8; }
.service-detail ul { padding-left: 20px; }
.service-detail ul li { color: #666; line-height: 2; }
.stats-bar {
	background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);
	color: #fff;
	padding: 40px 0;
}
.stat-box { text-align: center; padding: 20px; }
.stat-box .counter { font-size: 36px; font-weight: bold; }
.cta-section {
	background: #f8f9fa;
	padding: 40px 0;
	text-align: center;
}
.cta-section h3 { color: #e91e63; margin-bottom: 20px; }
.cta-btn {
	display: inline-block;
	background: #e91e63;
	color: #fff;
	padding: 12px 30px;
	border-radius: 25px;
	text-decoration: none;
	font-size: 16px;
	transition: background 0.3s;
}
.cta-btn:hover { background: #c2185b; color: #fff; }
.footer h2 a { color: #fff; text-decoration: none; font-size: 14px; }
