
    /*==========================================
Commitment Section
==========================================*/

.commitment-section{
    background:#f8fbfd;
}

/*=========================
Benefits Box
=========================*/

.benefits-box{
    margin-bottom:45px;
}

.section-label{
    display:inline-block;
    color:#0b5ea8;
    font-size:13px;
    font-weight:700;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.section-title{
    font-size:34px;
    font-weight:700;
    color:#173b63;
    margin-bottom:25px;
}

.benefits-list{
    margin:0;
    padding-left:22px;
}

.benefits-list li{
    color:#5f6873;
    font-size:17px;
    line-height:1.9;
    margin-bottom:10px;
}

/*=========================
Quote
=========================*/

.quote-box{
    display:flex;
    background:#f1f6fa;
    border:1px solid #d7e5ef;
    margin:60px 0;
    overflow:hidden;
    border-radius:8px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.quote-line{
    width:6px;
    min-width:6px;
    background:#0b5ea8;
}

.quote-content{
    padding:35px;
}

.quote-text{
    font-size:21px;
    line-height:1.8;
    color:#374552;
    font-style:italic;
    margin-bottom:18px;
}

.quote-author{
    color:#0b5ea8;
    font-weight:700;
    font-size:15px;
}

/*=========================
Commitment
=========================*/

.commitment-box{
    margin-bottom:45px;
}

.title-line{
    width:90px;
    height:4px;
    background:#0b5ea8;
    border-radius:20px;
    margin:18px 0 30px;
}

.commitment-box p{
    color:#616b77;
    font-size:17px;
    line-height:1.9;
    margin-bottom:18px;
}

/*=========================
Highlight Box
=========================*/

.highlight-box{
    background:linear-gradient(135deg,#edf8ff,#e7f6f5);
    border-left:6px solid #0b5ea8;
    padding:35px;
    border-radius:12px;
    margin-bottom:55px;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    transition:.35s;
}

.highlight-box:hover{
    transform:translateY(-6px);
}

.highlight-box h4{
    color:#0b5ea8;
    font-size:27px;
    font-weight:700;
    margin-bottom:18px;
}

.highlight-box p{
    color:#55626d;
    font-size:17px;
    line-height:1.8;
    margin:0;
}

/*=========================
Bottom
=========================*/

.bottom-content{
    padding-top:35px;
    border-top:1px solid #dde7ee;
}

.bottom-content p{
    color:#69727d;
    font-size:17px;
    line-height:1.9;
    margin-bottom:20px;
}

.bottom-content h5{
    font-size:28px;
    font-weight:700;
    color:#173b63;
    margin:0;
}

.bottom-content h5 span{
    color:#0b5ea8;
}

/*=========================
Responsive
=========================*/

@media(max-width:991px){

.section-title{
    font-size:34px;
}

.quote-content{
    padding:28px;
}

.quote-text{
    font-size:18px;
}

.highlight-box{
    padding:28px;
}

.highlight-box h4{
    font-size:23px;
}

.bottom-content h5{
    font-size:24px;
}

}

@media(max-width:767px){

.section-label{
    font-size:11px;
    letter-spacing:3px;
}

.section-title{
    font-size:28px;
}

.benefits-list li{
    font-size:15px;
    line-height:1.7;
}

.quote-box{
    margin:40px 0;
}

.quote-content{
    padding:22px;
}

.quote-text{
    font-size:16px;
    line-height:1.8;
}

.quote-author{
    font-size:13px;
}

.commitment-box p{
    font-size:15px;
}

.highlight-box{
    padding:22px;
    border-radius:10px;
}

.highlight-box h4{
    font-size:20px;
}

.highlight-box p{
    font-size:15px;
}

.bottom-content p{
    font-size:15px;
}

.bottom-content h5{
    font-size:20px;
    line-height:1.5;
}

}



    /*==================================
Problem Section
==================================*/

.problem-section{
    background:#f8fbfd;
}

.problem-wrapper{
    background:#fff;
    padding:60px;
    border-radius:22px;
    box-shadow:0 20px 60px rgba(18,52,86,.08);
}

/*========================*/

.info-block{
    display:flex;
    gap:25px;
    margin-bottom:50px;
}

.left-border{
    width:5px;
    min-width:5px;
    border-radius:20px;
    background:#0d6efd;
}

.content h2{
    font-size:34px;
    font-weight:700;
    color:#17375e;
    margin-bottom:20px;
}

.content p{
    font-size:17px;
    line-height:1.9;
    color:#5d6875;
    margin-bottom:18px;
}

/*========================*/

.section-heading{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:18px;
}

.section-heading span{
    width:65px;
    height:4px;
    background:#0d6efd;
    border-radius:30px;
}

.section-heading h3{
    font-size:30px;
    font-weight:700;
    color:#17375e;
    margin:0;
}

.heading-text{
    color:#6d7782;
    font-size:17px;
    margin-bottom:35px;
}

/*========================*/

.step-card{
    display:flex;
    align-items:flex-start;
    gap:25px;
    background:#fff;
    border:1px solid #e7edf4;
    border-radius:18px;
    padding:28px;
    margin-bottom:22px;
    transition:.35s;
    box-shadow:0 8px 30px rgba(18,52,86,.04);
}

.step-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 45px rgba(18,52,86,.10);
    border-color:#0d6efd;
}

.step-no{
    width:62px;
    height:62px;
    min-width:62px;
    border-radius:50%;
    background:#edf5ff;
    color:#0d6efd;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:700;
}

.step-content h4{
    font-size:22px;
    font-weight:700;
    color:#17375e;
    margin-bottom:12px;
}

.step-content p{
    margin:0;
    color:#64717d;
    font-size:16px;
    line-height:1.8;
}

/*========================
Responsive
========================*/

@media(max-width:991px){

.problem-wrapper{
    padding:40px;
}

.content h2{
    font-size:30px;
}

.section-heading h3{
    font-size:26px;
}

.step-card{
    padding:24px;
}

}

@media(max-width:767px){

.problem-wrapper{
    padding:25px;
    border-radius:16px;
}

.info-block{
    gap:15px;
    margin-bottom:35px;
}

.left-border{
    width:4px;
    min-width:4px;
}

.content h2{
    font-size:26px;
}

.content p{
    font-size:15px;
    line-height:1.8;
}

.section-heading{
    gap:12px;
}

.section-heading span{
    width:45px;
}

.section-heading h3{
    font-size:22px;
}

.heading-text{
    font-size:15px;
}

.step-card{
    flex-direction:column;
    gap:18px;
    padding:20px;
}

.step-no{
    width:52px;
    height:52px;
    min-width:52px;
    font-size:17px;
}

.step-content h4{
    font-size:19px;
}

.step-content p{
    font-size:15px;
}

}



    /*=========================================
Water Initiative Section CSS
=========================================*/

.water-initiative{
    background:#f7fbff;
    position:relative;
    overflow:hidden;
}

.water-initiative::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:rgba(16,91,155,.05);
    border-radius:50%;
    top:-180px;
    right:-120px;
}

.water-initiative::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(16,91,155,.04);
    border-radius:50%;
    left:-120px;
    bottom:-150px;
}

.section-header{
    position:relative;
    z-index:2;
}

.section-tag{
    display:inline-block;
    padding:8px 18px;
    background:#e8f4ff;
    color:#0d5ca6;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    border-radius:50px;
}

.section-title{
    margin-top:28px;
    font-size:58px;
    font-weight:700;
    color:#133b63;
    line-height:1.15;
}

.section-title span{
    color:#0d69b3;
}

.section-divider{
    width:120px;
    height:5px;
    background:#0d69b3;
    border-radius:20px;
    margin:35px 0;
}

.section-description{
    font-size:18px;
    line-height:1.9;
    color:#5b6672;
    margin:0;
}

.content-box{
    position:relative;
    z-index:2;
    background:#ffffff;
    padding:60px;
    border-radius:28px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.small-title{
    display:inline-block;
    color:#0d69b3;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.left-content h3{
    font-size:42px;
    color:#193c62;
    font-weight:700;
    line-height:1.2;
    margin:0;
}

.left-content h3 span{
    color:#0d69b3;
}

.right-content p{
    color:#677483;
    font-size:18px;
    line-height:1.9;
    margin:0;
}

.feature-card{
    background:#ffffff;
    padding:35px 30px;
    border-radius:22px;
    border:1px solid #e8eef4;
    height:100%;
    position:relative;
    overflow:hidden;
    transition:.4s;
    box-shadow:0 12px 35px rgba(18,53,92,.05);
}

.feature-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:6px;
    background:#0d69b3;
    transform:scaleX(0);
    transform-origin:left;
    transition:.4s;
}

.feature-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

.feature-card:hover::before{
    transform:scaleX(1);
}

.card-number{
    width:58px;
    height:58px;
    border-radius:50%;
    background:#edf7ff;
    color:#0d69b3;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:700;
    margin-bottom:28px;
}

.feature-card h4{
    font-size:32px;
    color:#133b63;
    font-weight:700;
    margin-bottom:18px;
}

.feature-card p{
    color:#6b7480;
    font-size:17px;
    line-height:1.8;
    margin:0;
}

/*========== Large ==========*/

@media(max-width:1199px){

.section-title{
    font-size:34px;
}

.left-content h3{
    font-size:34px;
}

.content-box{
    padding:45px;
}

}

/*========== Tablet ==========*/

@media(max-width:991px){

.section-title{
    font-size:40px;
}

.section-description{
    font-size:18px;
}

.content-box{
    padding:35px;
}

.left-content{
    margin-bottom:30px;
}

.left-content h3{
    font-size:30px;
}

.right-content p{
    font-size:17px;
}

.feature-card h4{
    font-size:28px;
}

}

/*========== Mobile ==========*/

@media(max-width:767px){

.water-initiative{
    padding:70px 0;
}

.section-tag{
    font-size:11px;
    letter-spacing:2px;
}

.section-title{
    font-size:31px;
}

.section-divider{
    width:80px;
    margin:25px 0;
}

.section-description{
    font-size:16px;
    line-height:1.8;
}

.content-box{
    padding:25px;
    border-radius:18px;
}

.left-content h3{
    font-size:25px;
}

.right-content p{
    font-size:15px;
}

.feature-card{
    padding:25px;
}

.card-number{
    width:50px;
    height:50px;
    font-size:16px;
}

.feature-card h4{
    font-size:24px;
}

.feature-card p{
    font-size:15px;
}

}






    /*=================================
        Responsive Banner
=================================*/

.responsive-banner{
    width:100%;
    overflow:hidden;
}

/* Common */

.responsive-banner img{
    width:100%;
    display:block;
    height:auto;
}

/*==============================
      Desktop Banner
==============================*/

.desktop-banner{
    display:block;
}

/*==============================
      Mobile Banners
==============================*/

.mobile-banners{
    display:none;
}

.mobile-banners img{
    margin-bottom:15px;
}

.mobile-banners img:last-child{
    margin-bottom:0;
}

/*=================================
          Mobile View
=================================*/

@media (max-width:767px){

    .desktop-banner{
        display:none;
    }

    .mobile-banners{
        display:block;
    }

}

