/* 首页样式 - 绿色主题 */
.banner {
    background: url(../images/banner.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}
.banner h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #fff;
}
.banner p {
    font-size: 1.2em;
    opacity: 0.9;
}
.banner-bottom {
    padding: 60px 0;
    background: #f8f9fa;
}
.banner-bottom h3 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #333;
}
.banner-bottom h3 span {
    color: #11998e;
}
.banner-bottom p {
    color: #666;
    line-height: 1.8;
}
.blog {
    padding: 60px 0;
    background: #fff;
}
.w3ls_blog_grid,
.w3_agileits_blog_grid,
.agile_blog_grid,
.w3layouts_blog_grid,
.w3_w3ls_blog_grid,
.agileits_w3ls_blog_grid,
.agileinfo_w3ls_blog_grid {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.w3ls_blog_grid:hover,
.w3_agileits_blog_grid:hover,
.agile_blog_grid:hover,
.w3layouts_blog_grid:hover,
.w3_w3ls_blog_grid:hover,
.agileits_w3ls_blog_grid:hover,
.agileinfo_w3ls_blog_grid:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.w3ls_blog_grid h3 a,
.w3_agileits_blog_grid h3 a,
.agile_blog_grid h3 a,
.w3layouts_blog_grid h3 a,
.w3_w3ls_blog_grid h3 a,
.agileits_w3ls_blog_grid h3 a,
.agileinfo_w3ls_blog_grid h3 a {
    font-size: 1.3em;
    color: #11998e;
    margin-bottom: 15px;
    display: block;
}
.agileits_blog1 {
    margin-bottom: 20px;
}
.agileinfo_para p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}
.blog-bottom {
    padding: 60px 0;
    background: #f8f9fa;
}
.blog-bottom h3 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #333;
}
.blog-bottom h5 {
    font-size: 1em;
    color: #11998e;
    margin-bottom: 10px;
}
.blog-bottom p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}
.footer-top {
    padding: 60px 0;
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: #fff;
}
.footer-top h3 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 40px;
    color: #fff;
}
.footer {
    padding: 60px 0;
    background: #333;
    color: #fff;
}
.footer h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #38ef7d;
}
.footer p {
    color: #ccc;
    line-height: 1.6;
}
.w3agile_copy_right {
    padding: 20px 0;
    background: #222;
    text-align: center;
}
.w3agile_copy_right p {
    color: #ccc;
    margin-bottom: 0;
}
.w3agile_copy_right p a {
    color: #38ef7d;
}
@media (max-width: 768px) {
    .banner h2 {
        font-size: 1.8em;
    }
}
