.top-contact-bar {
   background: #2c3e50;
   color: #fff;
   padding: 8px 0;
   font-size: 14px;
}
.top-contact-bar .container {
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.top-contact-bar a {
   color: #fff;
   text-decoration: none;
}
.top-contact-bar a:hover {
   color: #f39c12;
}
.header-bar {
   background: #fff;
   box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.hedder-up h1 a {
   font-size: 16px;
   color: #2c3e50;
   max-width: 600px;
   display: block;
   line-height: 1.3;
}
.hedder-up h1 a span {
   color: #f39c12;
}
.daima-hero {
   background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/g1.jpg') center/cover no-repeat;
   padding: 80px 0;
   color: #fff;
   text-align: center;
}
.daima-hero h2 {
   font-size: 42px;
   margin-bottom: 20px;
}
.daima-hero p {
   font-size: 18px;
   max-width: 800px;
   margin: 0 auto;
}
.service-card {
   background: #fff;
   border-radius: 8px;
   box-shadow: 0 5px 20px rgba(0,0,0,0.1);
   padding: 30px;
   margin-bottom: 30px;
   transition: transform 0.3s;
}
.service-card:hover {
   transform: translateY(-5px);
}
.service-card h4 {
   color: #2c3e50;
   font-size: 22px;
   margin-bottom: 15px;
}
.service-card i {
   font-size: 40px;
   color: #f39c12;
   margin-bottom: 15px;
}
.sub-service {
   background: #f8f9fa;
   border-left: 4px solid #f39c12;
   padding: 20px;
   margin-bottom: 15px;
}
.sub-service h5 {
   color: #2c3e50;
   margin-bottom: 10px;
}
.stats-section {
   background: #2c3e50;
   color: #fff;
   padding: 60px 0;
}
.stat-item {
   text-align: center;
   padding: 20px;
}
.stat-item h3 {
   font-size: 48px;
   color: #f39c12;
   margin-bottom: 10px;
}
.cta-section {
   background: linear-gradient(135deg, #f39c12, #e67e22);
   padding: 60px 0;
   text-align: center;
   color: #fff;
}
.cta-section h3 {
   font-size: 32px;
   margin-bottom: 20px;
}
.cta-btn {
   display: inline-block;
   background: #fff;
   color: #f39c12;
   padding: 12px 30px;
   border-radius: 30px;
   text-decoration: none;
   font-weight: bold;
   margin-top: 20px;
}
.cta-btn:hover {
   background: #2c3e50;
   color: #fff;
}
.footer {
   background: #1a252f;
   color: #fff;
   padding: 40px 0 20px;
}
.footer a {
   color: #f39c12;
}
.copyright {
   text-align: center;
   padding-top: 20px;
   border-top: 1px solid rgba(255,255,255,0.1);
   margin-top: 30px;
}
@media(max-width:768px){
   .nav-link { color: #000 !important; }
   .nav-link.active { color: #fff !important; }
   .dropdown-item { color: #000 !important; }
   .hedder-up h1 a { color: #000 !important; }
}
