/* Your custom css code goes here */

/* 顶部联系方式栏 */
.probootstrap-top-bar {
  background: #5068A9;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
}

.probootstrap-top-bar .top-bar-text {
  margin: 0;
  color: #fff;
}

.probootstrap-top-bar .top-bar-text i {
  margin-right: 5px;
}

.probootstrap-top-bar .top-bar-text strong {
  font-size: 16px;
  font-weight: 700;
}

.probootstrap-top-bar .text-right {
  text-align: right;
}

/* Logo样式调整 */
.probootstrap-logo {
  font-size: 16px !important;
  max-width: 400px;
  line-height: 1.3;
  white-space: normal;
}

@media screen and (max-width: 768px) {
  .probootstrap-logo {
    font-size: 14px !important;
    max-width: 250px;
  }
}

/* Banner区域 */
.probootstrap-banner {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.probootstrap-banner h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.probootstrap-banner .lead {
  font-size: 20px;
  margin-bottom: 15px;
}

.probootstrap-banner p {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .probootstrap-banner {
    padding: 40px 0;
  }
  .probootstrap-banner h1 {
    font-size: 32px;
  }
  .probootstrap-banner .lead {
    font-size: 16px;
  }
}

/* 服务卡片 */
.probootstrap-service-card {
  display: block;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.probootstrap-service-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transform: translateY(-5px);
  border-color: #5068A9;
}

.probootstrap-service-card .service-icon {
  font-size: 48px;
  color: #5068A9;
  margin-bottom: 20px;
}

.probootstrap-service-card h3 {
  color: #5068A9;
  font-size: 24px;
  margin-bottom: 5px;
}

.probootstrap-service-card h4 {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
}

.probootstrap-service-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.probootstrap-service-card .service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
}

.probootstrap-service-card .service-features li {
  padding: 5px 0;
  color: #666;
  font-size: 14px;
}

.probootstrap-service-card .service-features li:before {
  content: "✓ ";
  color: #5068A9;
  font-weight: bold;
  margin-right: 5px;
}

.probootstrap-service-card .service-link {
  color: #5068A9;
  font-size: 14px;
  font-weight: 600;
}

/* 特色功能块 */
.probootstrap-feature {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.probootstrap-feature .feature-icon {
  font-size: 48px;
  color: #5068A9;
  margin-bottom: 20px;
}

.probootstrap-feature h3 {
  color: #5068A9;
  font-size: 20px;
  margin-bottom: 15px;
}

.probootstrap-feature p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

/* 统计数据 */
.probootstrap-stat {
  padding: 30px 20px;
}

.probootstrap-stat .stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.probootstrap-stat .stat-label {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
}

/* 服务项 */
.probootstrap-service-item {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
}

.probootstrap-service-item h3 {
  color: #5068A9;
  font-size: 18px;
  margin-bottom: 10px;
}

.probootstrap-service-item p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* 时间线 */
.probootstrap-timeline {
  position: relative;
  padding-left: 40px;
}

.probootstrap-timeline:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #5068A9;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

.timeline-item:before {
  content: '';
  position: absolute;
  left: -45px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #5068A9;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #5068A9;
}

.timeline-year {
  font-size: 24px;
  font-weight: 700;
  color: #5068A9;
  margin-bottom: 10px;
}

.timeline-content h3 {
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
}

.timeline-content p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* 深色区块文字颜色 */
.probootstrap-section-dark h2,
.probootstrap-section-dark h3,
.probootstrap-section-dark p {
  color: #fff;
}

.probootstrap-section-dark .lead {
  color: rgba(255,255,255,0.9);
}

/* 按钮样式 */
.btn-primary {
  background: #5068A9;
  border-color: #5068A9;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #405898;
  border-color: #405898;
}

/* 社交图标 */
.probootstrap-social li a {
  color: #5068A9;
}

.probootstrap-social li a:hover {
  color: #405898;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
  .probootstrap-top-bar .text-right {
    text-align: left;
    margin-top: 5px;
  }
  
  .probootstrap-stat .stat-number {
    font-size: 36px;
  }
  
  .probootstrap-stat .stat-label {
    font-size: 14px;
  }
}
