/*
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
*/

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/weheader.png');
    background-size: 100%;
    background-position-y: 75px;
    background-repeat: no-repeat;
}
.header h1{
    position: absolute;
    top: 10%;
    left: 2%;
    font-family: Bahnschrift;
    font-size: 2.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: 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: 30%;
    height: 80%;
    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/honeyIcon2.png');
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 95% 50%;
}
.tab:nth-child(2){
    background-image: url('../icon/peew.png');
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: 95% 50%;
    font-size: 1.5vw;
}
.tab:nth-child(3){
    background-image: url('../icon/sanitationicon.png');
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 85% 50%;
}
.tab:nth-child(4){
    background-image: url('../icon/old.png');
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 85% 50%;
}
.tab:hover {
    filter:brightness(70%);
}

.tab.active {
    background-color: #009999;
}

.content {
    display: flex;
    position: absolute;
    top:82%;
    width: 98%;
    }

.content h2 {
    width: 97%;
    position: relative;
    font-family: Calibri;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #00aeef; 
    padding:1% 1% 1% 2%;
    margin-top: 2.6%;
    color: white;
}
.content h2 span:nth-of-type(1){
   margin-left: 6%; 
   font-size: 1.2vw;
}
.content h2 span:nth-of-type(2){
   margin-left: 16%;
   font-size: 1.2vw;
}
.content h2 span:nth-of-type(3){
   margin-left: 10%;
   font-size: 1.2vw;
}
#donor{
    margin-left: 5%;
}
#hygiene{
    margin-left: 23.3%;
}
.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% 10%;
}

.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:29.4%;
    background-color: transparent;
    color: white;
    top:78%;
    left:8.3%;
    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: 18px;
}
.spt{
    position: absolute;
    width:29.4%;
    background-color: transparent;
    color: white;
    top:78%;
    left:38.4%;
    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: 18px;
}
.barder{
    position: relative;
    width: 100%;
    margin-left: 0px;
    background-color: #00aeef;
    height: 10px;
}
.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: 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: relative;
  margin-top:-9%;
  margin-left: -0.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.2%;
  margin-left: 29.2%;
  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: 40vh;
    padding: 5%;
    display: inline-block;
}
.counter-box {
  width: 10%;
  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-box:nth-of-type(2) {
  margin-left: 10%;
}
.counter-box {
  width: 10%;
  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-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-number2 {
  font-size: 1.8vw;
  font-weight: bold;
  margin-top:-6%;
  margin-left:-7%;
}

.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 */
    }
    #bene{
        margin-left: 12%;
    }
    #nobene{
        margin-top:2%;
    }