/* 
 * 安徽合肥代妈代怀代母助孕代生能源科技有限公司
 * 主样式文件
 */

/* ========================================
   隐藏预加载遮罩
======================================== */
.preloader {
    display: none !important;
}

/* ========================================
   Logo样式
======================================== */
.logo-text {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    display: inline-block;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.logo-text:hover {
    color: #007bff;
}

/* ========================================
   顶部栏样式
======================================== */
.top-bar-style1 .top-left ul li,
.top-bar-style2 .topmenu li a {
    color: #fff;
}

.top-bar-style1 .top-right .header-social-links li a,
.top-bar-style2 .top-right-v2 ul li a {
    color: #fff;
}

/* ========================================
   头部样式
======================================== */
.header-style1-area .header-left p,
.header-style1-area .header-left h2,
.header-style2-area .headers2-header-right ul li .single-item p,
.header-style2-area .headers2-header-right ul li .single-item span,
.header-style2-area .headers2-header-right ul li .single-item h3 {
    color: #333;
}

/* ========================================
   导航菜单样式
======================================== */
.main-menu .navigation > li > a {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.main-menu .navigation > li > a:hover,
.main-menu .navigation > li.current > a {
    color: #007bff;
}

.main-menu .navigation > li > ul > li > a {
    color: #333;
    font-size: 14px;
}

.main-menu .navigation > li > ul > li > a:hover {
    color: #007bff;
}

/* ========================================
   轮播图样式
======================================== */
.main-slider .big-title {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
}

.main-slider .text {
    font-size: 18px;
    color: #fff;
    margin: 20px 0;
}

.main-slider .btn-one {
    background: #007bff;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.main-slider .btn-one:hover {
    background: #0056b3;
}

/* ========================================
   特色服务区域样式
======================================== */
.feature-style1-area {
    padding: 80px 0;
}

.feature-style1-area .sec-title h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.feature-style1-area .sec-title p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.single-feature-style1 {
    margin-bottom: 30px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.single-feature-style1:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.single-feature-style1 .icon-box {
    font-size: 48px;
    color: #007bff;
    margin-bottom: 20px;
}

.single-feature-style1 .title h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

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

/* ========================================
   关于我们区域样式
======================================== */
.about-style1-area {
    padding: 80px 0;
    background: #f8f9fa;
}

.about-style1-area .sec-title h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.about-style1-area .sec-title p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.about-style1-area .text-holder p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-style1-area .text-holder ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-style1-area .text-holder ul li {
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.about-style1-area .text-holder ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #007bff;
}

/* ========================================
   服务区域样式
======================================== */
.service-style1-area {
    padding: 80px 0;
}

.service-style1-area .sec-title h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.service-style1-area .sec-title p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.single-service-style1 {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.single-service-style1:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}

.single-service-style1 .img-holder {
    position: relative;
    overflow: hidden;
}

.single-service-style1 .img-holder img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.single-service-style1:hover .img-holder img {
    transform: scale(1.1);
}

.single-service-style1 .text-holder {
    padding: 25px;
}

.single-service-style1 .text-holder h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.single-service-style1 .text-holder p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.single-service-style1 .text-holder .btn-one {
    background: #007bff;
    color: #fff;
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.single-service-style1 .text-holder .btn-one:hover {
    background: #0056b3;
}

/* ========================================
   选择我们区域样式
======================================== */
.choose-style1-area {
    padding: 80px 0;
    background: #f8f9fa;
}

.choose-style1-area .sec-title h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.choose-style1-area .sec-title p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.single-choose-style1 {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
}

.single-choose-style1:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.single-choose-style1 .icon-box {
    font-size: 48px;
    color: #007bff;
    margin-bottom: 20px;
}

.single-choose-style1 .title h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.single-choose-style1 .text p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* ========================================
   团队区域样式
======================================== */
.team-area {
    padding: 80px 0;
}

.team-area .sec-title h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.team-area .sec-title p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.single-team-member {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.single-team-member:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}

.single-team-member .img-holder {
    position: relative;
    overflow: hidden;
}

.single-team-member .img-holder img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.single-team-member .text-holder {
    padding: 20px;
    text-align: center;
}

.single-team-member .text-holder h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.single-team-member .text-holder p {
    font-size: 14px;
    color: #666;
}

/* ========================================
   新闻区域样式
======================================== */
.news-style1-area {
    padding: 80px 0;
    background: #f8f9fa;
}

.news-style1-area .sec-title h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.news-style1-area .sec-title p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.single-news-style1 {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.single-news-style1:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}

.single-news-style1 .img-holder {
    position: relative;
    overflow: hidden;
}

.single-news-style1 .img-holder img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.single-news-style1:hover .img-holder img {
    transform: scale(1.1);
}

.single-news-style1 .text-holder {
    padding: 25px;
}

.single-news-style1 .text-holder .meta {
    margin-bottom: 15px;
}

.single-news-style1 .text-holder .meta span {
    font-size: 13px;
    color: #999;
    margin-right: 15px;
}

.single-news-style1 .text-holder h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}

.single-news-style1 .text-holder p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* ========================================
   面包屑区域样式
======================================== */
.breadcrumb-area {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.breadcrumb-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

.breadcrumb-area .inner-content {
    position: relative;
    z-index: 1;
}

.breadcrumb-area .title h1 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.breadcrumb-area .breadcrumb-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-area .breadcrumb-menu ul li {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
}

.breadcrumb-area .breadcrumb-menu ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-area .breadcrumb-menu ul li a:hover {
    color: #007bff;
}

.breadcrumb-area .breadcrumb-menu ul li.active {
    color: #007bff;
}

/* ========================================
   单页服务区域样式
======================================== */
.single-service-area {
    padding: 80px 0;
}

.single-service-top {
    margin-bottom: 50px;
}

.single-service-top .img-holder img {
    width: 100%;
    border-radius: 10px;
}

.single-service-top .text-holder h2 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.single-service-top .text-holder p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.single-service-top .text-holder h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.single-service-top .text-holder ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-service-top .text-holder ul li {
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.single-service-top .text-holder ul li i {
    position: absolute;
    left: 0;
    color: #007bff;
}

.single-service-content h2 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.single-service-content h3 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 30px 0 15px;
}

.single-service-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.single-service-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.single-service-content ul li {
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.single-service-content ul li i {
    position: absolute;
    left: 0;
    color: #007bff;
}

/* ========================================
   侧边栏样式
======================================== */
.single-service-sidebar {
    position: sticky;
    top: 20px;
}

.single-sidebar-widget {
    margin-bottom: 30px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 10px;
}

.single-sidebar-widget .title {
    margin-bottom: 20px;
}

.single-sidebar-widget .title h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact-info ul li .icon {
    font-size: 20px;
    color: #007bff;
    margin-right: 15px;
    margin-top: 3px;
}

.contact-info ul li .text p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.quick-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-links li {
    margin-bottom: 10px;
}

.quick-links li a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    padding: 8px 0;
}

.quick-links li a:hover {
    color: #007bff;
    padding-left: 10px;
}

.quick-links li a i {
    margin-right: 8px;
    color: #007bff;
}

/* ========================================
   页脚区域样式
======================================== */
.footer-area {
    padding: 60px 0 40px;
    background: #2c3e50;
    color: #fff;
}

.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget .title {
    margin-bottom: 25px;
}

.single-footer-widget .title h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.footer-widget-content p {
    font-size: 14px;
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 20px;
}

.footer-logo h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.footer-logo a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-logo a:hover {
    color: #007bff;
}

.footer-contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-info ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.footer-contact-info ul li .icon {
    font-size: 18px;
    color: #007bff;
    margin-right: 15px;
    margin-top: 3px;
}

.footer-contact-info ul li .text p {
    font-size: 14px;
    color: #ccc;
    margin: 0;
    line-height: 1.6;
}

.footer-bottom-area {
    padding: 20px 0;
    background: #1a252f;
}

.footer-bottom-content p {
    font-size: 14px;
    color: #ccc;
    margin: 5px 0;
}

.footer-bottom-content a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-content a:hover {
    color: #fff;
}

/* ========================================
   响应式设计
======================================== */
@media (max-width: 991px) {
    .main-slider .big-title {
        font-size: 36px;
    }
    
    .main-slider .text {
        font-size: 16px;
    }
    
    .feature-style1-area .sec-title h2,
    .about-style1-area .sec-title h2,
    .service-style1-area .sec-title h2,
    .choose-style1-area .sec-title h2,
    .team-area .sec-title h2,
    .news-style1-area .sec-title h2 {
        font-size: 28px;
    }
    
    .breadcrumb-area .title h1 {
        font-size: 32px;
    }
    
    .single-service-top .text-holder h2 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .main-slider .big-title {
        font-size: 28px;
    }
    
    .main-slider .text {
        font-size: 14px;
    }
    
    .feature-style1-area .sec-title h2,
    .about-style1-area .sec-title h2,
    .service-style1-area .sec-title h2,
    .choose-style1-area .sec-title h2,
    .team-area .sec-title h2,
    .news-style1-area .sec-title h2 {
        font-size: 24px;
    }
    
    .breadcrumb-area .title h1 {
        font-size: 26px;
    }
    
    .single-service-top .text-holder h2 {
        font-size: 22px;
    }
    
    .logo-text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .main-slider .big-title {
        font-size: 22px;
    }
    
    .main-slider .text {
        font-size: 13px;
    }
    
    .feature-style1-area .sec-title h2,
    .about-style1-area .sec-title h2,
    .service-style1-area .sec-title h2,
    .choose-style1-area .sec-title h2,
    .team-area .sec-title h2,
    .news-style1-area .sec-title h2 {
        font-size: 20px;
    }
    
    .breadcrumb-area .title h1 {
        font-size: 22px;
    }
    
    .single-service-top .text-holder h2 {
        font-size: 20px;
    }
    
    .logo-text {
        font-size: 12px;
    }
}
