/*********************************************************************************

    Template Name: 江西新余代妈代怀代母助孕代生视听技术有限公司
	Description: 新余助孕视听技术官方网站定制样式
	Version: 1.0

	Note: 自定义样式文件 - 包含Logo、联系页面、事业部卡片等定制样式

**********************************************************************************/

/* ===================================
   1. Logo 文字样式
   =================================== */
.logo-text {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    text-decoration: none;
    display: inline-block;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.logo-text:hover {
    color: #e74c3c;
}

.header__logo a {
    text-decoration: none;
}

/* ===================================
   2. 事业部联系卡片样式
   =================================== */
.dept-contact-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px 25px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid #f0f0f0;
}

.dept-contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    border-color: #e74c3c;
}

.dept-contact-card .dept-contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.dept-contact-card .dept-contact-icon i {
    font-size: 28px;
    color: #fff;
}

.dept-contact-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a2e;
}

.dept-contact-card h4 a {
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.3s ease;
}

.dept-contact-card h4 a:hover {
    color: #e74c3c;
}

.dept-contact-card h5 {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin-bottom: 15px;
}

.dept-contact-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    text-align: left;
}

.dept-contact-card ul li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    font-size: 14px;
    color: #555;
}

.dept-contact-card ul li:last-child {
    border-bottom: none;
}

.dept-contact-card ul li i {
    color: #e74c3c;
    margin-right: 10px;
    width: 16px;
}

.dept-contact-card ul li a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease;
}

.dept-contact-card ul li a:hover {
    color: #e74c3c;
}

.dept-contact-card p {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
    margin: 0;
}

.dept-contact-card--primary {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    border-color: #e74c3c;
}

.dept-contact-card--primary h4,
.dept-contact-card--primary h5,
.dept-contact-card--primary ul li,
.dept-contact-card--primary ul li a,
.dept-contact-card--primary p {
    color: #fff;
}

.dept-contact-card--primary .dept-contact-icon {
    background: rgba(255,255,255,0.2);
}

.dept-contact-card--primary ul li {
    border-bottom-color: rgba(255,255,255,0.2);
}

/* ===================================
   3. 服务流程步骤样式
   =================================== */
.process-step {
    padding: 25px 15px;
    margin-bottom: 30px;
}

.process-step__number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.process-step h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a2e;
}

.process-step p {
    font-size: 13px;
    color: #777;
    margin: 0;
}

/* ===================================
   4. FAQ 手风琴样式
   =================================== */
.cr-accordion {
    margin-top: 20px;
}

.cr-accordion-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 15px;
    overflow: hidden;
}

.cr-accordion-header {
    margin: 0;
    padding: 0;
}

.cr-accordion-header a {
    display: block;
    padding: 18px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.cr-accordion-header a:hover,
.cr-accordion-header a.collapsed {
    background: #f8f9fa;
}

.cr-accordion-header a:not(.collapsed) {
    background: #e74c3c;
    color: #fff;
}

.cr-accordion-body {
    padding: 20px 25px;
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    border-top: 1px solid #eee;
}

/* ===================================
   5. 联系表单样式增强
   =================================== */
.pg-contact__content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a2e;
}

.pg-contact__content p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.pg-contact__blocks .single-block {
    margin-bottom: 20px;
}

.pg-contact__blocks .single-block h6 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e74c3c;
    margin-bottom: 8px;
}

.pg-contact__blocks .single-block p,
.pg-contact__blocks .single-block a {
    font-size: 15px;
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease;
}

.pg-contact__blocks .single-block a:hover {
    color: #e74c3c;
}

/* 表单 select 样式 */
.single-input select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #555;
    background: #fff;
    transition: border-color 0.3s ease;
}

.single-input select:focus {
    border-color: #e74c3c;
    outline: none;
}

/* ===================================
   6. CTA 区域样式
   =================================== */
.calltoaction h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a2e;
}

.calltoaction p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.calltoaction-button {
    display: inline-flex;
    align-items: center;
}

.calltoaction-button .calltoaction-icon {
    width: 45px;
    height: 45px;
    background: #e74c3c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.calltoaction-button .calltoaction-icon i {
    color: #fff;
    font-size: 18px;
}

.calltoaction-button a {
    font-size: 28px;
    font-weight: 700;
    color: #e74c3c;
    text-decoration: none;
}

/* ===================================
   7. 响应式调整
   =================================== */
@media (max-width: 991px) {
    .logo-text {
        font-size: 14px;
    }
    
    .dept-contact-card {
        padding: 20px 15px;
    }
    
    .process-step {
        padding: 15px 10px;
    }
}

@media (max-width: 767px) {
    .logo-text {
        font-size: 12px;
    }
    
    .calltoaction-button a {
        font-size: 22px;
    }
    
    .cr-accordion-header a {
        font-size: 14px;
        padding: 15px 20px;
    }
}
