/* 江苏南通代妈代怀代母助孕代生建筑工程有限公司 - 公共样式 */

/* 顶部联系方式栏 */
.top-contact {
    background: #1a1a2e;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}

.top-contact .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-contact .phone {
    color: #f5a623;
    font-weight: bold;
}

.top-contact .phone i {
    margin-right: 5px;
}

/* Logo样式 */
.navbar-brand {
    font-size: 16px !important;
    font-weight: bold;
    color: #fff !important;
    line-height: 1.4;
    max-width: 280px;
    text-align: left;
}

.navbar-brand:hover {
    color: #f5a623 !important;
}

/* 导航栏背景蓝色 */
.header-bar {
    background: #007bff;
}

.navbar {
    background: #007bff;
}

/* 导航栏链接文字白色 */
.navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-nav .nav-link:hover {
    color: #f5a623 !important;
}

/* 导航栏激活状态 */
.navbar-nav .nav-item.active .nav-link {
    color: #f5a623 !important;
}

/* 业务板块卡片 */
.business-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

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

.business-card .icon {
    font-size: 48px;
    color: #f5a623;
    margin-bottom: 20px;
}

.business-card h4 {
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.business-card p {
    color: #666;
    line-height: 1.8;
}

/* 服务列表样式 */
.service-list {
    list-style: none;
    padding: 0;
}

.service-list li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.service-list li:last-child {
    border-bottom: none;
}

.service-list li i {
    color: #f5a623;
    margin-right: 10px;
}

/* 统计数据 */
.stats-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
    padding: 60px 0;
}

.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-item .number {
    font-size: 48px;
    font-weight: bold;
    color: #f5a623;
}

.stat-item .label {
    font-size: 16px;
    margin-top: 10px;
}

/* 团队介绍 */
.team-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.team-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.team-card .content {
    padding: 20px;
}

.team-card h5 {
    color: #333;
    margin-bottom: 5px;
}

.team-card p {
    color: #666;
    font-size: 14px;
}

/* 发展历程时间线 */
.timeline {
    position: relative;
    padding: 20px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #f5a623;
    transform: translateX(-50%);
}

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

.timeline-item .year {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #f5a623;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    z-index: 1;
}

.timeline-item .content {
    width: 45%;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.timeline-item:nth-child(odd) .content {
    margin-left: 5%;
}

.timeline-item:nth-child(even) .content {
    margin-left: 50%;
}

/* 页脚样式 */
footer {
    background: #1a1a2e;
    color: #fff;
    padding: 50px 0 20px;
}

footer h5 {
    color: #f5a623;
    margin-bottom: 20px;
}

footer p {
    color: #ccc;
    line-height: 1.8;
}

footer a {
    color: #ccc;
    text-decoration: none;
}

footer a:hover {
    color: #f5a623;
}

.copyright {
    background: #0f0f1a;
    padding: 15px 0;
    text-align: center;
    color: #999;
}

.social-links {
    margin-top: 15px;
}

.social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    margin: 0 5px;
    transition: background 0.3s;
}

.social-links a:hover {
    background: #f5a623;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .navbar-brand {
        font-size: 12px !important;
        max-width: 200px;
    }
    
    .timeline::before {
        left: 20px;
    }
    
    .timeline-item .year {
        left: 20px;
    }
    
    .timeline-item .content {
        width: 80%;
        margin-left: 50px !important;
    }
    
    .stat-item .number {
        font-size: 36px;
    }
}

/* 内页横幅 */
.inner-banner {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.inner-banner h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.inner-banner p {
    font-size: 18px;
    color: #ccc;
}

/* 特色服务区域 */
.feature-section {
    padding: 80px 0;
}

.feature-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.feature-section .section-title h3 {
    font-size: 32px;
    color: #333;
    margin-bottom: 15px;
}

.feature-section .section-title p {
    color: #666;
    font-size: 16px;
}

/* 优势展示 */
.advantage-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.advantage-item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.advantage-item .icon-box {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: linear-gradient(135deg, #f5a623 0%, #f57c23 100%);
    border-radius: 50%;
    margin: 0 auto 20px;
}

.advantage-item .icon-box i {
    font-size: 36px;
    color: #fff;
}

.advantage-item h5 {
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}

.advantage-item p {
    text-align: center;
    color: #666;
    font-size: 14px;
}

@media (max-width: 768px) {
    .advantage-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
