/* Your custom css code goes here */

/* Common styles */
.probootstrap-contact-bar {
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}
.probootstrap-contact-bar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.probootstrap-logo-text {
  font-size: 14px;
  line-height: 1.4;
  max-width: 300px;
  display: inline-block;
}

/* index.html */
.probootstrap-contact-bar {
  background: #2c3e50;
}
.business-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  transition: all 0.3s;
  text-align: center;
}
.business-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}
.business-card h3 {
  margin-bottom: 15px;
}
.business-card .icon {
  font-size: 48px;
  margin-bottom: 20px;
}
.advantage-box {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.advantage-box h3 {
  color: #2c3e50;
  margin-bottom: 15px;
}
.stats-section {
  background: #2c3e50;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
.stats-section h3 {
  font-size: 42px;
  margin-bottom: 10px;
}
.timeline-section {
  padding: 60px 0;
}
.timeline-item {
  padding: 20px;
  border-left: 3px solid #2c3e50;
  margin-bottom: 20px;
  margin-left: 20px;
}
.timeline-item h4 {
  color: #2c3e50;
  margin-bottom: 10px;
}

/* DaiMa.html */
.service-item {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.service-item h3 {
  color: #2c3e50;
  margin-bottom: 15px;
}
.brand-section {
  background: #f9f9f9;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}

/* DaiHuai.html */
.car-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  transition: box-shadow 0.3s;
}
.car-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.car-card h3 {
  color: #34495e;
  margin-bottom: 10px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin: 30px 0;
}
.highlight-box {
  background: #e8f4f8;
  padding: 20px;
  border-left: 4px solid #3498db;
  margin: 20px 0;
}

/* DaiSheng.html */
.parts-category {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 25px;
  transition: all 0.3s;
}
.parts-category:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}
.parts-category h3 {
  color: #16a085;
  margin-bottom: 15px;
  border-bottom: 2px solid #16a085;
  padding-bottom: 10px;
}

/* DaiMu.html */
.finance-service {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 25px;
  transition: all 0.3s;
}
.finance-service:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}
.finance-service h3 {
  color: #8e44ad;
  margin-bottom: 15px;
  border-bottom: 2px solid #8e44ad;
  padding-bottom: 10px;
}
.calculator-box {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  margin: 30px 0;
}

/* ZhuYun.html */
.service-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 25px;
  transition: all 0.3s;
}
.service-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}
.service-card h3 {
  color: #d35400;
  margin-bottom: 15px;
  border-bottom: 2px solid #d35400;
  padding-bottom: 10px;
}
.emergency-box {
  background: #e74c3c;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin: 30px 0;
}
.emergency-box h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

/* Stats box - shared by DaiSheng, DaiMu, ZhuYun */
.stats-box {
  color: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  margin: 30px 0;
}
.stats-box h3 {
  font-size: 36px;
  margin-bottom: 10px;
}
