/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 25, 2025, 2:21:26 PM
    Author     : DELL
*/
@media (max-width:768px){
body {
    font-family: Arial, sans-serif;
    background-color: #eee;
    margin: 0;
    padding: 0;
}
.container {
    font-family: Arial, sans-serif;
    display: flex;
    width: 98%;
    display: flex;
    margin: 10px 0px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    border-radius: 12px;
    overflow: hidden;
    /*box-shadow: 0 0 15px rgba(0,0,0,0.1);*/
    height: 250vh;
}
.header{
    position: absolute;
    width: 100%;
    height: 70vh;
    top: 5%;
    background-image: url('../img/watersupply2.jpg');
    background-size: 100%;
    background-position-y: 75px;
    background-repeat: no-repeat;
}
.header h1{
    position: absolute;
    top: 12%;
    left: 2%;
    font-family: Bahnschrift;
    font-size: 1.5em;
    color: #00aeef;
    font-weight: bolder;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    /*background: linear-gradient(90deg, #00C9FF, #92FE9D);*/
    background-color: white;;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00aeef;
    display: inline-block;
    margin: 10% 0%;
    text-align: center;
}
.sidebar {
    width: 100%;
    display: block;
    flex-direction: column;
    height: auto;
    padding: 1%;
    height: 6%;
    margin-top:30%;
    background-color: transparent;
    z-index: 2;
}

.tab {
    margin-left: 3%;
    padding: 2% 6%;
    margin-top: 2%;
    width: 92%;
    height: 70%;
    padding-left: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
    background-color: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #00aeef; 
    background-color: #00aeef;
    border-radius: 15px;
    color:white;
    font-family: Agency FB;
    transition: background-color 0.3s ease;
}
.tab:first-child{
    background-image: url('../icon/wsicon.png');
    background-repeat: no-repeat;
    background-size: 12%;
    background-position: 95% 50%;
}
.tab:nth-child(2){
    background-image: url('../icon/esicon.png');
    background-repeat: no-repeat;
    background-size: 12%;
    background-position: 96% 50%;
}
.tab:nth-child(3){
    background-image: url('../icon/sanitationicon.png');
    background-repeat: no-repeat;
    background-size: 11%;
    font-size: 14px;
    background-position: 95% 50%;
}
.tab:nth-child(4){
    background-image: url('../icon/naerIcon.png');
    background-repeat: no-repeat;
    background-size: 11%;
    background-position: 95% 50%;
    font-size: 11px;
}
.tab:hover {
    filter:brightness(70%);
}

.tab.active {
    background-color: #009999;
}

.content {
    display: flex;
    position: absolute;
    top:100%;
    width: 100%;
    }

.content h2 {
    width: 94%;
    position: relative;
    display: block;
    font-family: Calibri;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #00aeef; 
    padding:5% 1% 5% 5%;
    margin-top: 1%;
    font-size: 1em;
    color: white;
}
.content h2 span:nth-of-type(1){
    display: none;
}
.content h2 span:nth-of-type(2){
    display: none;
}
#donor{
    display: none;
}
#pd{
    margin-left: 21.54%;
}
#od{
    margin-left: 25.17%;
}
.image-section {
  position: relative;
  display: block;        /* Put images side-by-side */            /* Space between images */
  align-items: center;  /* Vertically align them */
  width: 100%;
  margin-top:20px;
}

.image-section img {
  display: block;
  width: 99%;     /* Adjust size if needed */
  height: auto;
  border: #00aeef solid 2px;
  border-radius: 5px;
  margin-left: 0px;
  filter: brightness(80%);
}
.image-section img:hover{
    filter: brightness(100%);
}
.fpt{
    position: absolute;
    width:100%;
    background-color: transparent;
    color: white;
    top:210px;
    left:0;
    background: rgba(255, 255, 255, 0.1);  /* Transparent white */
    backdrop-filter: blur(8px);            /* Glass blur */
    /*border-bottom-left-radius:5px;*/
    /*border-bottom-right-radius:5px;*/
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: Agency FB;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    z-index: 7;
}
.spt{
    position: absolute;
    width:100%;
    background-color: transparent;
    color: white;
    top:450px;
    left:0;
    background: rgba(255, 255, 255, 0.1);  /* Transparent white */
    backdrop-filter: blur(8px);            /* Glass blur */
    /*border-bottom-left-radius:5px;*/
    /*border-bottom-right-radius:5px;*/
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: Agency FB;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    z-index: 7;
}
.fpt2{
    top:200px;
}
.spt2{
    position: absolute;
    width:100%;
    background-color: transparent;
    color: white;
    top:390px;
    left:0;
    background: rgba(255, 255, 255, 0.1);  /* Transparent white */
    backdrop-filter: blur(8px);            /* Glass blur */
    /*border-bottom-left-radius:5px;*/
    /*border-bottom-right-radius:5px;*/
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: Agency FB;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    z-index: 7;
}
.fpt3{
    top:160px;
}
.spt3{
    top:330px;
}
.fpt4{
    top:200px;
}
.spt4{
    top:390px;
}
.barder{
    position: relative;
    width: 101%;
    margin-left: 0px;
    background-color: #00aeef;
    height: 10px;
    margin-top:20px;
}
.belowPictureL{
    position: relative;
    width:100%;
    height: fit-content;
    display: flex;
    margin-left: 10px;
}
.belowPictureL div{
    display: inline-block;
    padding: 1% 1%;
    text-align: left;
    border-bottom: 4px solid #00aeef;
}
.belowPictureL div:nth-of-type(1){
    margin-left: 8%;
}
.belowPictureL div:nth-of-type(2){
    margin-left: 15%;
}
.belowPictureL div:nth-of-type(3){
    margin-left: 12%;
}
.belowPicture{
    position: relative;
    width: 100%;
    margin-top: 10%;
    z-index: 2;
    left: 8%;
    display: flex;
    
}
.belowPicture img{
    display: inline-block;
    width: 60px;
    margin-left:2%;
    z-index: 3;
}
.text-overlay{
    position: absolute;
    top:0%;
    width: 68px;
    height: 68px;
    text-align: center;
    vertical-align: central;
    position:absolute;
    border-radius:50%;
    background-color: #00aeef;
    opacity: 1;
    transition: opacity 3s ease;
}
.province{
    position: absolute;
    top:0%;
    width: 55px;
    height: 55px;
    text-align: center;
    vertical-align: central;
    position:absolute;
    border-radius:50%;
    background-color: white;
    border: solid 2px #00aeef;
    opacity: 1;
    transition: opacity 3s ease;
}
.text-overlay{
  margin-left: 10%;  
}
.text-overlay p{
    padding-top:12%;
    color: #ff3333;
    font-family: fantasy;
}
.province{
   margin-left: 30%;
   z-index: 4;
}
.province:nth-of-type(2){
    margin-left: 127px;    
}
.province:nth-of-type(4){
    margin-left: 233px;    
}
.province:nth-of-type(6){
    margin-left: 70%;    
}
.province p{
    padding-top:-10%;
    color: #00aeef;
    font-family: fantasy;
    font-size: 16px;
    font-weight: 400;
}
.text-overlay:nth-of-type(3){
    margin-left: 30%;
    width: 67px;
    height: 67px;
    background-color:#00aeef;
}
.text-overlay:nth-of-type(5){
    margin-left: 50%;
    width: 67px;
    height: 67px;
    background-color:#00aeef;
}
.text-overlay:nth-of-type(7){
    margin-left: 70%;
    width: 67px;
    height: 67px;
    background-color:#00aeef;
}
.province p{
   margin-top: 38%;
   font-size: 11px;
   font-family: Agency FB;
}
.text-overlay:nth-of-type(3) p{
    padding-top:20%;
    font-size: 12px;
    font-family: Calibri;
    font-weight: bold;
}
.text-overlay:hover{
    opacity:0;
}

#ka{
    width: 98%;
    position: relative;
    height: 100%;
    margin-top: 1%;
    padding: 1%;
    background-color: #00aeef;
}
ul{
    padding-right: 20%;
    padding-left: 10%;
}
ul li{
    font-family: sans-serif;
    text-align: justify;
    font-size: 16px;
    text-justify: inter-word;
    hyphens: auto;
    line-height: 20px;
    margin: 1% 1% 1% 1%;
}
.buttons{
    position: relative;
    margin-bottom: 2%;
    text-align: center;    
}
#buttons{
    display: none;
    
}
.buttons input{
    padding:0.5% 1%;
    background-color: #00aeef;
    color:white;
    border: none;
    outline: none;
    border-radius: 5%;
}
.buttons input:hover{
    background-color: #00aeef;
    cursor: pointer;
}
.buttons input.active-btn {
    background-color: #00aeef;   
    color: white;                
    font-weight: bold;
    border: 2px solid #0056b3;
}
.buttons input:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}
/* style for mowj animation*/
.wave-rectangle {
  position: absolute;
  top:8px;
  left: 14px;
  width: 45px;
  height: 45px;
  background: #00b9f1;
  border-radius: 100%;
  overflow: visible;
  z-index: 2;
}
.wave-rectangle p{
    text-align: center;
    vertical-align: central;
    margin-top: 40%;
    font-family: fantasy;
    color: green;
}
.wave {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: rgba(0,185,241,0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: wave 3s ease-out infinite;
  z-index: 3;
}

.wave:nth-child(2) {
  animation-delay: 1s;
}

.wave:nth-child(3) {
  animation-delay: 2s;
}

@keyframes wave {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.wave-rectangle2 {
  position: absolute;
  top:8px;
  left: 133px;
  width: 45px;
  height: 45px;
  background: #00b9f1;
  border-radius: 50%;
  overflow: visible;
  z-index: 2;
}
.wave-rectangle3 {
  position: absolute;
  top:8px;
  left: 241px;
  width: 45px;
  height: 45px;
  background: #00b9f1;
  border-radius: 50%;
  overflow: visible;
  z-index: 2;
}
/*beneficiaries parts*/
.beneficiary{
    width: 90%;
    position: relative;
    background-color: transparent;
    display: block;
    height: 100vh;
    padding: 5%;
    
}
.counter-box {
  width: 80%;
  margin-left:0;
  display: block;
  background: #fff;
  padding-left:0%;
  padding: 10%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
  margin-bottom: 10%;
  background-image: url('../icon/bwpd.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: -80px;
}
.counter-box2 {
  width: 90%;
  margin-top: -1%;
  margin-left:0;
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
}
.counter-box3 {
  width: 90%;
  margin-top: 10%;
  margin-left:0;
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
}
.bene{
    width: 90%;
    background-image: url('../icon/sanitationBene.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 200px;
    position: relative;
    background-color: transparent;
    height: 60vh;
    padding: 5%;
    display: block;
}
#fhk,#ck{
    font-size: 8px;
}
.counter-box img, .counter-box i {
  font-size: 40px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.counter-number {
  font-size: 40px;
  font-weight: bold;
  margin: 10px 0;
}

.counter-label {
  font-size: 16px;
  color: #555;
}
.counter-box {
        transition: transform 0.3s ease; /* Smooth animation */
    }
    .counter-box:hover {
        transform: translateY(-10px); /* Moves up 100px on hover */
    }
.endNote{
    margin-top:700px;
}
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 25, 2025, 2:21:26 PM
    Author     : DELL
*/
@media (min-width:768px){
body {
    font-family: Arial, sans-serif;
    background-color: #eee;
    margin: 0;
    padding: 0;
}
.container {
    font-family: Arial, sans-serif;
    display: flex;
    width: 98%;
    display: flex;
    margin: 10px 10px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    height: 250vh;
}
.header{
    position: absolute;
    width: 98%;
    height: 70vh;
    top: 12%;
    background-image: url('../img/watersupply2.jpg');
    background-size: 100%;
    background-position-y: 75px;
    background-repeat: no-repeat;
}
.header h1{
    position: absolute;
    top: 10%;
    left: 2%;
    font-family: Bahnschrift;
    font-size: 3em;
    color: #00aeef;
    font-weight: bolder;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    /*background: linear-gradient(90deg, #00C9FF, #92FE9D);*/
    background-color: white;;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00aeef;
    display: inline-block;
    margin: 10% 0%;
    text-align: center;
}
.sidebar {
    width: 100%;
    display: inline-block;
    flex-direction: row;
    height: auto;
    padding: 1%;
    height: 6%;
    margin-top:15%;
    background-color: transparent;
    z-index: 2;
}

.tab {
    margin-left: 3%;
    padding: 1% 4%;
    width: 15%;
    height: 60%;
    padding-left: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
    background-color: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #00aeef; 
    background-color: #00aeef;
    border-radius: 15px;
    color:white;
    font-family: Agency FB;
    transition: background-color 0.3s ease;
}
.tab:first-child{
    background-image: url('../icon/wsicon.png');
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 80% 50%;
}
.tab:nth-child(2){
    background-image: url('../icon/esicon.png');
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 85% 50%;
}
.tab:nth-child(3){
    width: 23%;
    background-image: url('../icon/sanitationicon.png');
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: 94% 50%;
}
.tab:nth-child(4){
    width: 28%;
    background-image: url('../icon/naerIcon.png');
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: 95% 50%;
}
.tab:hover {
    filter:brightness(70%);
}

.tab.active {
    background-color: #009999;
}

.content {
    display: flex;
    position: absolute;
    top:82%;
    width: 98%;
    }

.content h2 {
    width: 94%;
    position: relative;
    font-family: Calibri;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #00aeef; 
    padding:1% 1% 1% 5%;
    margin-top: 2.6%;
    color: white;
}
.content h2 span:nth-of-type(1){
   margin-left: 27.4%; 
   font-size: 1.2vw;
}
.content h2 span:nth-of-type(2){
   margin-left: 17%;
   font-size: 1.2vw;
}
.content h2 span:nth-of-type(3){
   margin-left: 10%;
   font-size: 1.2vw;
}
#donor{
    margin-left: 15%;
}
#hygiene{
    margin-left: 23.3%;
}
#fhk{
    margin-left: 12%;
    font-size: 10px;
}
#ck{
    margin-left: 9%;
    font-size: 8px;
}
.image-section {
  position: relative;
  display: flex;        /* Put images side-by-side */
  gap: 10px;            /* Space between images */
  align-items: center;  /* Vertically align them */
  width: 100%;
  padding: 1% 15%;
}

.image-section img {
  max-width: 100%;     /* Adjust size if needed */
  height: auto;
  border: #00aeef solid 2px;
  border-radius: 5px;
  filter: brightness(80%);
}
.image-section img:hover{
    filter: brightness(100%);
}
.fpt{
    position: absolute;
    width:23.3%;
    background-color: transparent;
    color: white;
    top:78%;
    left:11.5%;
    background: rgba(255, 255, 255, 0.1);  /* Transparent white */
    backdrop-filter: blur(8px);            /* Glass blur */
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: Agency FB;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.spt{
    position: absolute;
    width:23.3%;
    background-color: transparent;
    color: white;
    top:78%;
    left:35.5%;
    background: rgba(255, 255, 255, 0.1);  /* Transparent white */
    backdrop-filter: blur(8px);            /* Glass blur */
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: Agency FB;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.barder{
    position: relative;
    width: 100%;
    margin-left: 0px;
    background-color: #00aeef;
    height: 10px;
}
.belowPictureL{
    display: none;
}
.belowPicture{
    position: absolute;
    width: 70%;
    top: 2%;
    z-index: 2;
    left: 50%;
    
}
.belowPicture img{
    width: 68px;
    margin-left:0.6%;
    z-index: 3;
}
.text-overlay{
    position: absolute;
    top:0%;
    width: 68px;
    height: 68px;
    text-align: center;
    vertical-align: central;
    position:absolute;
    border-radius:50%;
    background-color: #00aeef;
    opacity: 1;
    transition: opacity 3s ease;
}
.province{
    position: absolute;
    top:0%;
    width: 64px;
    height: 64px;
    text-align: center;
    vertical-align: central;
    position:absolute;
    border-radius:50%;
    background-color: white;
    border: solid 2px #00aeef;
    opacity: 1;
    transition: opacity 3s ease;
}
.text-overlay{
  margin-left: 10%;  
}
.text-overlay p{
    padding-top:12%;
    color: #ff3333;
    font-family: fantasy;
}
.province{
   margin-left: 30%;
   z-index: 4;
}
.province:nth-of-type(4){
    margin-left: 50%;    
}
.province:nth-of-type(6){
    margin-left: 70%;    
}
.province p{
    padding-top:-10%;
    color: #00aeef;
    font-family: fantasy;
    font-size: 16px;
    font-weight: 400;
}
.text-overlay:nth-of-type(3){
    margin-left: 30%;
    width: 67px;
    height: 67px;
    background-color:#00aeef;
}
.text-overlay:nth-of-type(5){
    margin-left: 50%;
    width: 67px;
    height: 67px;
    background-color:#00aeef;
}
.text-overlay:nth-of-type(7){
    margin-left: 70%;
    width: 67px;
    height: 67px;
    background-color:#00aeef;
}
.province p{
   margin-top: 39%;
   font-size: 14px;
}
.text-overlay:nth-of-type(3) p{
    padding-top:20%;
    font-size: 12px;
    font-family: Calibri;
    font-weight: bold;
}
.text-overlay:hover{
    opacity:0;
}

#ka{
    width: 98%;
    position: relative;
    height: 100%;
    margin-top: 0%;
    padding: 1%;
    background-color: #00aeef;
}
ul, #ka p{
    padding-right: 10%;
    padding-left: 10%;
}
ul li,#ka p{
    font-family: sans-serif;
    text-align: justify;
    font-size: 16px;
    text-justify: inter-word;
    hyphens: auto;
    line-height: 20px;
    margin: -1% 1% 1% 1%;
}
.buttons{
    position: relative;
    margin-bottom: 2%;
    text-align: center;    
}
#buttons{
    display: none;
    
}
.buttons input{
    padding:0.5% 1%;
    background-color: #00aeef;
    color:white;
    border: none;
    outline: none;
    border-radius: 5%;
}
.buttons input:hover{
    background-color: #00aeef;
    cursor: pointer;
}
.buttons input.active-btn {
    background-color: #00aeef;   
    color: white;                
    font-weight: bold;
    border: 2px solid #0056b3;
}
.buttons input:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}
/* style for mowj animation*/
.wave-rectangle {
  position: relative;
  margin-top:-9.1%;
  width: 80px;
  height: 80px;
  background: #00b9f1;
  border-radius: 50%;
  overflow: visible;
}
.wave-rectangle p{
    text-align: center;
    vertical-align: central;
    margin-top: 40%;
    font-family: fantasy;
    color: green;
}
.wave {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: rgba(0,185,241,0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: wave 3s ease-out infinite;
}

.wave:nth-child(2) {
  animation-delay: 1s;
}

.wave:nth-child(3) {
  animation-delay: 2s;
}

@keyframes wave {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.wave-rectangle2 {
  position: relative;
  margin-top:-9.1%;
  margin-left: 29.4%;
  width: 80px;
  height: 80px;
  background: #00b9f1;
  border-radius: 50%;
  overflow: visible;
  z-index: 2;
}
.wave-rectangle3 {
  position: relative;
  margin-top:-9.3%;
  margin-left: 49.3%;
  width: 80px;
  height: 80px;
  background: #00b9f1;
  border-radius: 50%;
  overflow: visible;
  z-index: 2;
}
/*beneficiaries parts*/
.beneficiary{
    width: 90%;
    position: relative;
    background-color: transparent;
    height: 42vh;
    padding: 5%;
    display: inline-block;
}
.bene{
    width: 90%;
    background-image: url('../icon/sanitationBene.png');
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-color: transparent;
    height: 45vh;
    padding: 5%;
    display: inline-block;
}
.counter-box {
  width: 12%;
  margin-top: 3%;
  margin-left: 15%;
  display: inline-block;
  background: #fff;
  padding-left: 20%;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
  background-image: url('../icon/bwpd.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position:1% 0%;
}
.counter-box3 {
  width: 12%;
  margin-top: 3%;
  margin-left: 15%;
  display: inline-block;
  background: #fff;
  padding-left: 20%;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
}
.counter-box2 {
  width: 8%;
  margin-top: -1%;
  margin-left:93%;
  display: inline-block;
  background: #fff;
  padding-left: 20%;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
}
.counter-box:nth-of-type(2) {
  margin-left: 10%;
}

.counter-box img, .counter-box i {
  font-size: 40px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.counter-number {
  font-size: 40px;
  font-weight: bold;
  margin: 10px 0;
}

.counter-label {
  font-size: 16px;
  color: #555;
}
.counter-box {
        transition: transform 0.3s ease; /* Smooth animation */
    }
    .counter-box:hover {
        transform: translateY(-10px); /* Moves up 100px on hover */
    }
}