/***** Sake of water page css*****/
    
    .cover {
      max-width: 650px;
      margin: 0 auto;
      background-color: #002b3b;
      padding: 20px;
    }
    /*h2 {
      font-size: 28px;
      margin: 0 0 10px;
      color: #00b3d7;
    }*/
    p {
      font-size: 16px;
      line-height: 1.5;
      margin: 0 0 20px;
		font-family: 'Georgia', sans-serif !important;
    }
			
	.gray_box_wrapper {
    padding: 15px 15px 2px 15px;}
.gray_box_wrapper .default-bullet ul:not([class]) li::after {
  width: 6px;
  height: 6px;
  content: '';
  background: #fff;

  border-radius: 10px;
  border-radius: 10px;

  position: absolute;
  left: 0;
  top: 10px;
}		
    .cover-inner {
      display: flex;

      justify-content: space-between;
    }
    .col {
      width: 48%;
      margin-bottom: 20px;
    }
    .col h3 {
      font-size: 16px;
      color: #00b3d7;
      margin: 0 0 5px;
      font-weight: 600;
    font-family: 'Roboto', sans-serif !important;
    }
    .col .means-heading {
      font-size: 38px;
          line-height: 1.1;
      font-weight: 700;
          font-family: 'Roboto', sans-serif !important;

    }
    .means-heading-wrap p{
      font-family: 'Roboto', sans-serif !important;
    }
    .col p {
      font-size: 15px;
      color: #ffffff;
      margin: 0;
    font-family: 'Roboto', sans-serif !important;
    }
    .divider {
      border-bottom: 1px dotted #ffffff;
      margin: 8px 0;
    }
    .center {
      text-align: center;
      margin: 20px 0;
      display: flex;
      align-items: center;
    }
    .center img {
      width: 155px;
      max-width: 100%;
      height: auto;
    }


      .numbered-points li{
    list-style-type: decimal !important; /* numbers */
    padding-left: 20px;
    margin-bottom: 15px;
  }

  .bullet-points li{
    list-style-type: disc !important; /* solid bullet points */
    padding-left: 20px;
  }

  .numbered-points li,
  .bullet-points li {
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.5;
  }

  .divider {
    border-bottom: 1px dotted #ffffff;
    margin: 8px 0;
}
.margin-top-desk{margin-top: -35px;}

    /* Responsive */
    @media screen and (max-width: 767px) {
      .col {
        width: 100%;
      }
      .margin-top-desk{margin-top: 0px;}
    }
			
			
			.means-heading-wrap {}
			
        .slimScrollRail {
            width: 1px !important;
            right: 4px !important;
            background: rgb(81, 81, 81) !important;
        }


    .hero-image {
      position: relative;
      width: 100%;
    }

    .hero-image img {
      width: 100%;
      display: block;
      height: auto;
    }

    .caption {
      position: absolute;
      bottom: 0;
      background-color: rgba(3, 41, 64, 0.85);
      color: #fff;
      width: 100%;
      padding: 10px 15px;
      font-size: 14px;
    }

    .content {
      padding: 20px 20px 20px 50px;
    }

    .title {
      color: #f8b700;
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .bullet-points {
      list-style: none;
      padding-left: 0;
    }

    .bullet-points li {
      margin-bottom: 18px;
      padding-left: 20px;
      position: relative;
      line-height: 1.5;
    }



    @media only screen and (max-width: 600px) {
      .content {
        padding: 15px;
      }

      .title {
        font-size: 22px;
      }

      .caption {
        font-size: 12px;
        padding: 8px 12px;
      }
 
    }

        @media only screen and (min-width:768px) {
            .dis-desktop {display: block;}
            .dis-mobile {display: none;}
		 
        }
        @media only screen and (max-width:767px) {
            .dis-desktop{display: none;}
            .dis-mobile{display: block;}
			.mt-min{margin-top: -10px!important;}

             .content {
      padding: 20px 20px 20px 35px;
    }
    .cover-inner {flex-direction: column;}
    .center { justify-content: center;}
    .col .means-heading {    font-size: 28px;}
        }

        .means-heading-wrap h3 p{font-family: 'Roboto', sans-serif !important;}

        /*************** swell of challenges*************** */
    .water-wrapper {
    max-width: 100%;
    margin: auto;
    padding: 30px 30px;
    background-color: #eaf3f9;
}

.main-title {
    font-size: 24px !important;
    color: #0a4e86;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Blue Ribbon Title */
.blue-ribbon {
    background: #0a4e86;
    color: #fff;
    display: inline-block;
    padding: 6px 16px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
    margin: 25px 0 15px;
}

/* ----------- WATER SCARCITY SECTION ----------- */
.ws-grid {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.small-icon-tap img{width: 70px;}
.ws-map img {
    width: 220px;
}

.ws-item {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.ws-item h4 {
    margin: 0;
    color: #0b5fa8;
    font-size: 16px;
}
.stat p {font-size: 16px;}
.disease-box h4 {font-size: 16px !important;}
.border-bottom-hr h4{font-size: 16px;}
.health-issue h4{font-size: 16px;}

.ws-item p {
    margin: 4px 0 0;
}

/* Icon holder */
.ws-icon img {
    width:50px;
}
.ws-icon {width: 60px;margin-right: 10px;}
/* ----------- LIMITED ACCESS SECTION ----------- */
.access-grid {
    margin-top: 25px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.access-left {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

.access-item {
    text-align: center;
}

.small-icon {
    width: 28px;
    margin-bottom: 6px;
}

.circle-img {
    width: 120px;
    height: 120px;
    border: 2px solid #1c8bc0;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.circle-img img {
    width: 100px;
    border-radius: 50%;
}
.access-right {
    padding-left: 0;
    display: flex;
    gap: 20px;
    justify-content: space-around;
}
.women-img {    
    width: 115px;
    display: block;
    margin-bottom: 8px;
}

.disease-box {
    margin-top: 15px;
}

.disease-box h4 {
    margin: 0;
    color: #0b5fa8;
}

.ribbon-wrap {
    position: relative;
    margin: 15px 0 10px;
    height: auto;
}

.ribbon-text {
    background: #00649a; /* blue ribbon */
    color: #fff;
    padding: 7px 12px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 2;
}

/* angled cut on right */
.ribbon-text::after {
content: "";
    position: absolute;
    right: -19px;
    top: 0px;
    width: 20px;
    height: 38px;
    background: #00649a;
    clip-path: polygon(0 0, 97% 1%, 0 108%);
}

/* thin extended line */
.ribbon-wrap::after {
content: "";
    position: absolute;
    top: 2%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #00649a;
    transform: translateY(-50%);
}



/*  */
.sanitation-wrapper {
    padding: 20px 0;
}

/* Ribbon Heading */
.section-ribbon {
    background: #0a4e86;
    color: #fff;
    padding: 6px 18px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 18px;
}

/* Main Grid */
.sanitation-grid {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 20px;
    padding-top: 18px;
}

/* LEFT column */
.san-left .left-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.left-icon {
    width: 78px;
}

.circle-70 {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #0a4e86;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 17px;
    color: #0a4e86;
}

.bold-text {
    margin-top: 5px;
    font-size: 14px;
    color: #0a4e86;
    font-weight: 700;
}

.left-text h4 {
    margin: 18px 0 4px;
    color: #0b5fa8;
    font-weight: bold;
}
/* RIGHT COLUMN */
.san-right {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.right-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.right-icon {
    width: 38px;
}
.ws-right h4 {font-weight: bold;}


.progress {
  --size: 65px;
  --bar-bg: #7ed9f7;   /* light blue outer */
  --bar-fill: #1d4e8f; /* dark blue progress */

  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: conic-gradient(
    var(--bar-fill) calc(var(--value) * 3.6deg),
    var(--bar-bg) 0
  );
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: sans-serif;
  animation: fill-anim 1.3s ease-out;
  margin-bottom: 0;
}

/* inner white circle */
.progress span {
  width: calc(var(--size) * 0.70);
  height: calc(var(--size) * 0.70);
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--size) * 0.30);
  font-weight: bold;
}
.progress-rotate {transform: rotate(-90deg);}
.progress-rotate span {transform: rotate(90deg);}
.progress-rotate-180 {transform: rotate(-145deg);}
.progress-rotate-180 span {transform: rotate(145deg);}
.border-bottom-hr {border-bottom: 1px dashed #60cbed;}
.colo-darkblue {color: #0b5fa8;}
.font-bold {font-weight: bold;}
.access-right-block {display: flex; align-items: center;gap: 10px;}
.stat{display: flex;  width: 250px; gap: 15px;align-items: center;}
.stat p {text-align: left;}
.water-wrapper p:last-child {margin-bottom: 0;}
.sanitation-stat {width: 100%;}
.pb-5 {padding-bottom: 10px;}
.font-size-big {font-size: 20px;line-height: 26px;}
.border-top-hr {border-top: 2px solid #60cbed; padding-top: 15px;}
/* .outer-box-flex {display: flex; gap: 20px;} */
.flex-wrap {display: flex;gap: 15px;position: relative;}
.inner-access {display: flex; position: relative;}
.small-icon-tap {position: absolute;left: -15px;top: 0;}
.inner-access .small-icon-tap{left: -25px;}
.ws-map {padding-left: 6rem;}
.access-right-block{position: relative;}
.access-right-block::after {content: '';position: absolute;top: 0; right: -25px; border-right: 1px dashed #60cbed; width: 1px; height: 100%;}
.stat.sanitation-stat p{width: 55%;}
/* animation */
@keyframes fill-anim {
  from { --value: 0; }
}
/* Responsive */
@media(max-width: 767px) {
    .sanitation-grid {
        grid-template-columns: 1fr;
    }

    .san-right {
        border-left: none;
        padding-left: 0;
        margin-top: 15px;
    }

    
.water-wrapper {padding: 15px 15px;}
    .ws-grid,
    .access-grid {
        grid-template-columns: 1fr;
                flex-direction: column;
    }
     .ws-item p br, .disease-box p br, .access-right-block p br, .sanitation-grid p br {display: none;}
     .circle-img {margin-bottom: 0;}
.progress span {    font-size: calc(var(--size) * 0.25);}
    .access-left {
        flex-direction: column;
        align-items: center;
    }

    .access-item {
        width: 100%;
        margin-bottom: 20px;
    }
.ribbon-text::after {display: none;}
   .main-title {font-size: 22px !important;}
.stat {width: 100%;align-items: center;justify-content: center;}
.stat.sanitation-stat p{width: 55%;}
.ribbon-wrap::after {display: none;}
.ribbon-text {width: 100%;}
.access-right {flex-direction: column;}
.access-right-block::after {right: 0;border-right:none; border-bottom: 1px dashed #60cbed; height: 1px; width: 100%; top: auto; bottom: -15px;}

}
			 
/* Ends */

/* *****Protecting the precious page css***** */

			
.gray_box_wrapper .default-bullet ul:not([class]) li::after {
  width: 6px;
  height: 6px;
  content: '';
  background: #fff !important;
  border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 10px;
	font-family: 'Georgia', sans-serif !important;
	font-size: 16px !important;
}
			
        .slimScrollRail {
            width: 1px !important;
            right: 4px !important;
            background: rgb(81, 81, 81) !important;
        }
        @media only screen and (min-width:768px) {
            .dis-desktop {display: block;}
            .dis-mobile {display: none;}
        }
        @media only screen and (max-width:767px) {
            .dis-desktop{display: none;}
            .dis-mobile{display: block;}
        }

 .default-bullet li {  font-family: 'Roboto', sans-serif !important;}

 /*********** Ends ******************* */

 /* ***********Securing the flow page css****** */
         .slimScrollRail {
            width: 1px !important;
            right: 4px !important;
            background: rgb(81, 81, 81) !important;
        }
        @media only screen and (min-width:768px) {
            .dis-desktop {display: block;}
            .dis-mobile {display: none;}
        }
        @media only screen and (max-width:767px) {
            .dis-desktop{display: none;}
            .dis-mobile{display: block;}
            .default-box-outer {background-color: transparent;}
        }
/* ******ENDS******* */

/******* Taboo- busting page css**********/
  
			
.gray_box_wrapper .default-bullet ul:not([class]) li::after {
  width: 6px;
  height: 6px;
  content: '';
  background: #fff !important;
  border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 10px;
	font-family: 'Georgia', sans-serif !important;
	font-size: 16px !important;
}
			
        .slimScrollRail {
            width: 1px !important;
            right: 4px !important;
            background: rgb(81, 81, 81) !important;
        }
        @media only screen and (min-width:768px) {
            .dis-desktop {display: block;}
            .dis-mobile {display: none;}
        }
        @media only screen and (max-width:767px) {
            .dis-desktop{display: none;}
            .dis-mobile{display: block;}
        }

 .default-bullet li {  font-family: 'Roboto', sans-serif !important;}



 /* **********future sense page css*********** */
/* black bullet point box */
 .gray_box_wrapper .default-bullet ul:not([class]) li::after {
  width: 6px;
  height: 6px;
  content: '';
  background: #000 !important;
  border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 10px;
}

/* red bullet point box */
 .red_box_wrapper .default-bullet ul:not([class]) li::after {
  width: 6px;
  height: 6px;
  content: '';
  background: #da1d1d !important;
  border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 10px;
  
}
.red_box_wrapper {
    padding: 15px 15px 2px 15px;
}

			
        .slimScrollRail {
            width: 1px !important;
            right: 4px !important;
            background: rgb(81, 81, 81) !important;
        }
        @media only screen and (min-width:768px) {
            .dis-desktop {display: block;}
            .dis-mobile {display: none;}
        }
        @media only screen and (max-width:767px) {
            .dis-desktop{display: none;}
            .dis-mobile{display: block;}
        }
 /* ************Ends*********** */

 