.uv-water-page{
    padding: 60px 0;
    background:#f5f9ff;
}

.uv-water-page .container{
    max-width:1200px;
    margin:auto;
    padding:0 15px;
}

.uv-water-page .page-header{
    text-align:center;
    margin-bottom:50px;
}

.uv-water-page .page-header span{
    display:inline-block;
    background:#e8f3ff;
    color:#0066cc;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}

.uv-water-page .page-header h1{
    font-size: 30px;
    margin-top:15px;
    color:#0f172a;
    font-weight: 600;
}

.uv-water-page .intro-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
}

.intro-box p{
    line-height:1.9;
    color:#555;
    margin-bottom:20px;
}

.uv-water-page .section-title{
    text-align:center;
    margin-bottom:35px;
}

.section-title h2{
    font-size: 30px;
    color:#0f172a;
}

.uv-water-page .benefit-grid{
    display: flex;
    gap:25px;
    flex-wrap: wrap;
    justify-content: center;
}

.uv-water-page .benefit-card{
    background: #f6fbff;
    padding:30px;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.4s;
    width: 27%;
}

.uv-water-page .benefit-card:hover{
    transform:translateY(-8px);
}

.uv-water-page .benefit-card h3{
    color:#0066cc;
    margin-bottom:12px;
    font-size: 16px;
    font-weight: 600;
}

.uv-water-page .model-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:25px;
}

.uv-water-page .model-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    border-top:4px solid #0066cc;
}

.uv-water-page .model-card:hover{
    transform:translateY(-10px);
}

.uv-water-page .model-card span{
    color:#0066cc;
    font-weight:600;
    font-size:14px;
}

.uv-water-page .model-card h3{
    margin:12px 0;
    color:#0f172a;
    font-size: 20px;
    font-weight: 600;
}

.uv-water-page .model-card p{
    line-height:1.8;
    color:#666;
}

.uv-water-page .why-box{
    background: url('../assets/img/normal/about_2_1.png');
    background-image: linear-gradient(135deg, #c3dbf5, #eef5fd);
    color:#fff;
    padding:50px;
    border-radius:25px;
    text-align:center;
}

.uv-water-page .why-box h2{
    margin-bottom:20px;
    font-size:34px;
}

.uv-water-page .why-box p{
    max-width:900px;
    margin:0 auto 15px;
    line-height:1.9;
}

section.uv-water-page.key_b {
    background: #ffff;
}

section.uv-water-page.why_s {
    background: #fff;
}

.img_s_wrp {
    margin: 0;
    width: 100%;
    height: 329px;
}

.img_s_wrp img {
    margin: 0;
    width: 100%;
    height: 100%!important;
    object-fit: contain;
}

@media(max-width:768px){

.uv-water-page .page-header h1{
    font-size:34px;
}

.uv-water-page .section-title h2,
.uv-water-page .why-box h2{
    font-size:28px;
}

.uv-water-page .intro-box,
.uv-water-page .why-box{
    padding:25px;
}
}



.water-applications{
    padding: 60px 0;
    background: #ffffff;
}

.water-applications .section-heading{
    text-align:center;
    max-width:800px;
    margin:0 auto 50px;
}

.water-applications .section-heading span{
    display:inline-block;
    background:#e8f3ff;
    color:#0077ff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.water-applications .section-heading h2{
    font-size: 30px;
    color:#0f172a;
    margin-bottom:15px;
}

.water-applications .section-heading p{
    color:#666;
    line-height:1.8;
}

.application-card{
    background: #f5f9ff;
    border-radius:20px;
    padding: 19px 10px;
    text-align:center;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.application-card:hover{
    transform:translateY(-10px);
}

.app-icon{
    width: 45px;
    height: 45px;
    margin:auto;
    border-radius:50%;
    background: #137cf5;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.app-icon i{
    color:#fff;
    font-size: 20px;
}

.application-card h3{
    font-size: 16px;
    color:#0f172a;
    margin:0;
    font-weight: 500;
}