/* 自定义样式 - 福建漳州代妈代怀代母助孕代生工程技术有限公司 */

/* 顶部联系方式栏 */
.top-contact-bar {
  background: #fff;
  color: #333;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.top-contact-bar a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
}

.top-contact-bar i {
  margin-right: 8px;
}

/* Logo样式 */
#colorlib-logo {
  font-size: 16px !important;
  line-height: 1.4 !important;
}

#colorlib-logo a {
  color: #333 !important;
  text-decoration: none;
  display: block;
  word-wrap: break-word;
  white-space: normal;
}

/* 导航栏优化 */
.colorlib-nav .top-menu {
  padding: 15px 0;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.colorlib-nav ul li a {
  font-size: 13px;
  padding: 10px 12px;
  color: #333;
}

.colorlib-nav ul li a:hover {
  color: #F6490D;
}

.colorlib-nav ul li.active > a {
  color: #F6490D !important;
}

/* 面包屑导航 */
#colorlib-breadcrumbs {
  background: #f8f9fa;
  padding: 40px 0;
}

#colorlib-breadcrumbs .breadcrumbs h2 {
  color: #2c3e50;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

#colorlib-breadcrumbs .breadcrumbs p {
  color: #6c757d;
  font-size: 14px;
}

/* 内容区域 */
#colorlib-container {
  padding: 60px 0;
}

/* 服务卡片 */
.service-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.service-card:hover {
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
  transform: translateY(-5px);
}

.service-card h3 {
  color: #2c3e50;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-card p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 15px;
}

.service-card ul {
  list-style: none;
  padding: 0;
}

.service-card ul li {
  padding: 8px 0;
  color: #555;
  border-bottom: 1px solid #f0f0f0;
}

.service-card ul li:before {
  content: "✓";
  color: #F6490D;
  font-weight: bold;
  margin-right: 10px;
}

/* 特色区域 */
.feature-section {
  background: #f8f9fa;
  padding: 60px 0;
  margin: 40px 0;
}

.feature-box {
  text-align: center;
  padding: 30px 20px;
}

.feature-box i {
  font-size: 48px;
  color: #F6490D;
  margin-bottom: 20px;
}

.feature-box h3 {
  font-size: 20px;
  color: #2c3e50;
  margin-bottom: 15px;
}

.feature-box p {
  color: #666;
  line-height: 1.6;
}

/* 统计数据 */
.stats-section {
  background: #2c3e50;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.stat-item {
  padding: 20px;
}

.stat-item h2 {
  font-size: 48px;
  font-weight: 700;
  color: #F6490D;
  margin-bottom: 10px;
}

.stat-item p {
  font-size: 16px;
  color: #ecf0f1;
}

/* 页脚优化 - 白色背景风格 */
#colorlib-footer {
  background: #fff;
  color: #333;
  padding: 60px 0 30px;
  border-top: 1px solid #eee;
}

#colorlib-footer h2 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

#colorlib-footer .colorlib-footer-links li {
  margin-bottom: 12px;
}

#colorlib-footer .colorlib-footer-links a {
  color: #666;
  transition: color 0.3s ease;
}

#colorlib-footer .colorlib-footer-links a:hover {
  color: #F6490D;
}

#colorlib-footer .footer-contact p {
  color: #666;
  margin-bottom: 15px;
  line-height: 1.8;
}

#colorlib-footer .footer-contact i {
  color: #F6490D;
  margin-right: 10px;
}

#colorlib-footer .copyright {
  text-align: center;
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #eee;
  color: #999;
  font-size: 14px;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
  #colorlib-logo {
    font-size: 14px !important;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .colorlib-nav .menu-1 {
    text-align: center;
  }
  
  .top-contact-bar {
    font-size: 12px;
  }
  
  .stat-item h2 {
    font-size: 36px;
  }
  
  .feature-box {
    margin-bottom: 30px;
  }
}

/* 页面特定样式 */
.page-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  margin-bottom: 40px;
}

.page-header h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-header p {
  font-size: 18px;
  opacity: 0.9;
}

/* 内容详情样式 */
.content-detail {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  margin-bottom: 40px;
}

.content-detail h2 {
  color: #2c3e50;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #F6490D;
}

.content-detail h3 {
  color: #34495e;
  font-size: 22px;
  font-weight: 600;
  margin: 30px 0 15px;
}

.content-detail p {
  color: #555;
  line-height: 1.9;
  margin-bottom: 20px;
  text-align: justify;
}

.content-detail ul {
  margin: 20px 0;
  padding-left: 25px;
}

.content-detail ul li {
  color: #555;
  line-height: 1.8;
  margin-bottom: 10px;
}

/* 关键词高亮 */
.keyword-highlight {
  color: #F6490D;
  font-weight: 600;
}
