.contact-bar { background: #ffae00; padding: 8px 0; color: #fff; font-size: 14px; }
.contact-bar a { color: #fff; font-weight: bold; }
.logo-text { font-size: 14px !important; line-height: 1.4; white-space: normal; max-width: 280px; }
.service-card { background: #fff; padding: 30px; margin-bottom: 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); transition: 0.3s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 5px 20px rgba(0,0,0,0.15); }
.service-card i { font-size: 50px; color: #ffae00; margin-bottom: 20px; }
.service-card h4 { font-size: 22px; margin-bottom: 15px; color: #333; }
.service-card p { color: #666; line-height: 1.8; }
.sub-service { background: #f8f9fa; padding: 25px; margin-bottom: 20px; border-left: 4px solid #ffae00; }
.sub-service h5 { font-size: 18px; color: #333; margin-bottom: 10px; }
.sub-service ul { list-style: none; padding-left: 0; }
.sub-service ul li { padding: 8px 0; color: #555; border-bottom: 1px dashed #ddd; }
.sub-service ul li:before { content: "\f105"; font-family: FontAwesome; color: #ffae00; margin-right: 10px; }
