/* ===== 公共样式 ===== */
.contact-top {
    background: #2ebaef;
    padding: 8px 0;
    text-align: center;
}
.contact-top p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
}
.contact-top a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.contact-top a:hover {
    color: #000;
}
.logo-text {
    font-size: 14px;
    letter-spacing: 2px;
    color: #2ebaef;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    max-width: 300px;
    line-height: 1.4;
}
.logo-text:hover {
    color: #fff;
}
.w3menu.navbar-left {
    margin-left: 2em;
}
.stats-bottom-banner h3 {
    font-size: 2em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.5em;
}
.stats-bottom-banner h3 span {
    color: #2ebaef;
}
.stats-bottom-banner p {
    font-size: 1.1em;
    color: #fff;
    margin-top: 1em;
    line-height: 1.8em;
}
.welcome-left {
    padding: 90px 70px 90px 70px;
}
.welcome-bottom-right {
    padding: 90px 70px 90px 70px;
}
.services-wthree {
    margin-left: 0;
    width: 100%;
}
.services-w3-agileits {
    margin-left: 0;
    width: 100%;
}
.services-agileits {
    width: 85%;
}

/* ===== 西安代妈页面 ===== */
.w3ls_courses_left {
    padding: 2em 0;
}
.w3ls_courses_left_grid {
    margin-bottom: 2em;
}
.w3ls_courses_left_grid h3 {
    font-size: 1.5em;
    color: #2ebaef;
    margin-bottom: 0.5em;
    letter-spacing: 2px;
}
.w3ls_courses_left_grid h3 i {
    margin-right: 10px;
}
.w3ls_courses_left_grid p {
    font-size: 1em;
    color: #666;
    line-height: 1.8em;
}
.service-card {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: 0.3s;
}
.service-card:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.service-card h4 {
    color: #2ebaef;
    font-size: 1.3em;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.service-card p {
    color: #666;
    line-height: 1.8em;
}

/* ===== 西安代怀页面 ===== */
.portfolio-grid {
    margin-bottom: 30px;
}
.portfolio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.portfolio-item img {
    width: 100%;
    transition: 0.3s;
}
.portfolio-item:hover img {
    transform: scale(1.1);
}
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(46, 186, 239, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}
.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}
.portfolio-overlay h4 {
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    letter-spacing: 2px;
}
.portfolio-overlay p {
    color: #fff;
    font-size: 1em;
    text-align: center;
    margin-top: 10px;
}
.service-intro {
    padding: 3em 0;
    background: #f9f9f9;
}
.service-intro h3 {
    color: #2ebaef;
    font-size: 2em;
    letter-spacing: 4px;
    margin-bottom: 1em;
}
.service-intro p {
    color: #666;
    line-height: 1.8em;
    font-size: 1.1em;
}

/* ===== 西安代生页面 ===== */
.cloud-service-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    transition: all 0.3s;
}
.cloud-service-card:hover {
    box-shadow: 0 5px 20px rgba(46, 186, 239, 0.2);
    transform: translateY(-5px);
}
.cloud-service-card .icon {
    font-size: 3em;
    color: #2ebaef;
    margin-bottom: 20px;
}
.cloud-service-card h4 {
    color: #333;
    font-size: 1.5em;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.cloud-service-card p {
    color: #666;
    line-height: 1.8em;
}
.cloud-feature {
    padding: 20px;
    background: #f5f5f5;
    border-left: 4px solid #2ebaef;
    margin-bottom: 20px;
}
.cloud-feature h5 {
    color: #2ebaef;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.cloud-feature p {
    color: #666;
    line-height: 1.6em;
}

/* ===== 西安代母页面 ===== */
.service-card-grid {
    padding: 4em 0;
}
.service-card-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 40px 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s;
    min-height: 320px;
}
.service-card-box:hover {
    box-shadow: 0 10px 30px rgba(46, 186, 239, 0.2);
    transform: translateY(-10px);
    border-color: #2ebaef;
}
.service-card-box .icon {
    width: 80px;
    height: 80px;
    background: #2ebaef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.service-card-box .icon i {
    font-size: 2em;
    color: #fff;
}
.service-card-box h4 {
    color: #333;
    font-size: 1.4em;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.service-card-box p {
    color: #666;
    line-height: 1.8em;
    font-size: 0.95em;
}
.service-card-box ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    text-align: left;
}
.service-card-box ul li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
    font-size: 0.9em;
}
.service-card-box ul li:last-child {
    border-bottom: none;
}
.service-card-box ul li i {
    color: #2ebaef;
    margin-right: 10px;
}
.digital-marketing-intro {
    background: #f9f9f9;
    padding: 4em 0;
}
.digital-marketing-intro h3 {
    color: #2ebaef;
    font-size: 2em;
    letter-spacing: 4px;
    margin-bottom: 1em;
}
.digital-marketing-intro p {
    color: #666;
    line-height: 1.8em;
    font-size: 1.05em;
}

/* ===== 西安助孕页面 ===== */
.support-service-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: 0.3s;
}
.support-service-item:hover {
    box-shadow: 0 5px 20px rgba(46, 186, 239, 0.2);
}
.support-service-item .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: #2ebaef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.support-service-item .icon i {
    font-size: 1.5em;
    color: #fff;
}
.support-service-item h4 {
    color: #333;
    font-size: 1.3em;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.support-service-item p {
    color: #666;
    line-height: 1.6em;
}
.support-features {
    background: #f9f9f9;
    padding: 3em;
    border-radius: 8px;
}
.support-features h4 {
    color: #2ebaef;
    font-size: 1.5em;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.support-feature-item {
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}
.support-feature-item:last-child {
    border-bottom: none;
}
.support-feature-item h5 {
    color: #333;
    font-size: 1.1em;
    margin-bottom: 8px;
}
.support-feature-item h5 i {
    color: #2ebaef;
    margin-right: 10px;
}
.support-feature-item p {
    color: #666;
    line-height: 1.6em;
    padding-left: 30px;
}
