/* 江西景德镇代妈代怀代母助孕代生精密技术有限公司 - 自定义样式 */

/* 全局样式 */
body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8;
    color: #333;
}

/* Logo样式 */
.navbar-brand {
    font-size: 1.1rem !important;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

/* 头部信息栏 */
.info-top-grid {
    background: #2c3e50;
    padding: 10px 0;
}

.info-contact-agile ul li {
    color: #fff;
}

.info-contact-agile ul li p {
    color: #fff;
    margin: 0;
}

.info-contact-agile ul li a {
    color: #fff;
    text-decoration: none;
}

/* 导航栏 */
.navbar {
    background: #34495e;
    padding: 15px 0;
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    padding: 8px 15px !important;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    color: #ffd700 !important;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 4px;
}

/* 下拉菜单 */
.dropdown-menu {
    background: #34495e;
    border: none;
    border-radius: 4px;
}

.dropdown-menu .nav-link {
    color: #fff !important;
    padding: 10px 20px !important;
}

.dropdown-menu .nav-link:hover {
    background: #2c3e50;
    color: #ffd700 !important;
}

/* 横幅区域 */
.slider-info h5 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    margin-bottom: 20px;
}

.slider-info p {
    font-size: 1.1rem;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    margin-bottom: 30px;
}

/* 按钮样式 */
.outs_more-buttn a,
.clients_more-buttn a,
.btn.subscrib-btnn {
    background: #e74c3c;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.outs_more-buttn a:hover,
.clients_more-buttn a:hover,
.btn.subscrib-btnn:hover {
    background: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* 标题样式 */
h3.title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    position: relative;
    padding-bottom: 15px;
}

h3.title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #e74c3c;
}

h3.title.clr {
    color: #2c3e50;
}

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

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

.abut-gride span {
    font-size: 3rem;
    color: #e74c3c;
    margin-bottom: 15px;
}

.abut-gride h5 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 15px 0;
}

/* 业务板块卡片 */
.business-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

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

.business-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.business-card p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0;
}

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

.feature-item {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}

.feature-item i {
    font-size: 3rem;
    color: #e74c3c;
    margin-bottom: 20px;
}

.feature-item h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

/* 联系信息 */
.address-gried {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 15px;
}

.address-gried span {
    font-size: 2rem;
    color: #e74c3c;
    margin-bottom: 10px;
}

.address-gried p {
    color: #555;
    margin: 0;
    font-size: 1rem;
}

/* 页脚 */
footer {
    background: #2c3e50;
    color: #fff;
    padding: 30px 0;
}

footer p {
    margin: 0;
    color: #fff;
}

/* 面包屑 */
.using-border {
    background: #34495e;
}

.short_ls li {
    color: #fff;
}

.short_ls li a {
    color: #ffd700;
    text-decoration: none;
}

.short_ls li span {
    color: #fff;
    margin: 0 10px;
}

/* 内容区域 */
.about-innergrid-agile h4,
.about-sub-inner h4 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.about-innergrid-agile p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .navbar-brand {
        font-size: 0.9rem !important;
    }
    
    .slider-info h5 {
        font-size: 1.8rem;
    }
    
    h3.title {
        font-size: 1.5rem;
    }
    
    .business-card {
        padding: 25px 20px;
    }
}

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

/* 统计数据展示 */
.stats-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 60px 0;
}

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

.stat-item h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-item p {
    font-size: 1.1rem;
    margin: 0;
}

/* FAQ样式 */
.faq-section {
    background: #f8f9fa;
    padding: 60px 0;
}

.faq-item {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.faq-item h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.faq-item p {
    color: #555;
    line-height: 1.8;
    margin: 0;
}
