body {
  font-family: Arial, sans-serif;
}

section {
  background-color: #f8f9fa;
}



.circle{
width:320px;
height:320px;
border-radius:50%;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
padding:40px;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
position:absolute;
}

.circle h5{
font-weight:700;
margin-bottom:10px;
}

.circle p{
font-size:14px;
color:#444;
}

.circle-container{
position:relative;
height:550px;
max-width:700px;
margin:auto;
}




@media (max-width:576px){

.circle-container{
  position:static;
  height:auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:20px;
}

.circle{
  position:static;
  width:260px;
  height:260px;
  transform:none;
}


.volunteer{
  left:auto;
  right:auto;
  top:auto;
}


.donate{
  left:auto;
  right:auto;
  top:auto;
}

.donate{
  left:auto;
  right:auto;
  top:auto;
}


}






.volunteer{
background:#f2f2f2;
left:0;
top:60px;
}

.donate{
background:#f3d6a6;
right:0;
top:60px;
}

.partner{
background:#c8e6c9;
left:27%;

top:220px;
}


.btn-purple{
background:#4b3b8f;
color:white;
border-radius:20px;
padding:6px 18px;
font-size:13px;
}

.btn-orange{
background:#f39c12;
color:white;
border-radius:20px;
padding:6px 18px;
font-size:13px;
}

.btn-green{
background:#4caf50;
color:white;
border-radius:20px;
padding:6px 18px;
font-size:13px;
}




.testimonial-wrapper{
    padding-left:120px;
}


 .testimonial-img{
    position:relative;
    left: -40px;;
    top: -10px;
    z-index: 2;
    scale: 1.6;
} 

.testimonial-img img{
    width:150px;
    height:150px;
    object-fit:cover;
    border-radius:20px;
}

/* Card */
.testimonial-box{
    background:#f3ede4;
    padding:35px 40px;
    border-radius:15px;
    position:relative;
}

/* Quote */
.quote{
    position:absolute;
    right:25px;
    bottom:20px;
    font-size:40px;
    color:#7a9c87;
}

/* Circles */
.circle1{
    position:absolute;
    width:180px;
    height:180px;
    border:3px solid #c9dfc7;
    border-radius:50%;
    left:-60px;
    top:-40px;
}

.circle2{
    position:absolute;
    width:220px;
    height:220px;
    border:3px solid #e9cdbb;
    border-radius:50%;
    left:-80px;
    top:-60px;
}




@media (max-width:576px){


.testimonial-img{
    position:relative;
    left: -40px;;
    top: -10px;
    z-index: 2;
    scale: 1;
} 

.testimonial-img img{
    width:150px;
    height:150px;
    object-fit:cover;
    border-radius:20px;
}

/* Card */
.testimonial-box{
    background:#f3ede4;
    padding:40px;
    border-radius:15px;
    position:relative;
    scale: 0.9;
    
}

/* Quote */
.quote{
    position:absolute;
    right:25px;
    bottom:20px;
    font-size:40px;
    color:#7a9c87;
}

/* Circles */
.circle1{
    position:absolute;
    width:180px;
    height:180px;
    border:3px solid #c9dfc7;
    border-radius:50%;
    left:-60px;
    top:-40px;
}

.circle2{
    position:absolute;
    width:220px;
    height:220px;
    border:3px solid #e9cdbb;
    border-radius:50%;
    left:-80px;
    top:-60px;
}


}




/* .testimonial-section{
background:#f3efe7;
padding:80px 0;
}

.testimonial-box{
background:#e9e3d6;
border-radius:20px;
padding:40px;
position:relative;
}

.testimonial-img{
width:200px;
height:200px;
border-radius:50%;
overflow:hidden;
position:absolute;
left:-90px;
top:50%;
transform:translateY(-50%);
}

.testimonial-img img{
width:100%;
height:100%;
object-fit:cover;
}

.circle1{
width:220px;
height:220px;
border-radius:50%;
border:4px solid #b6d7b9;
position:absolute;
left:-120px;
top:50%;
transform:translateY(-50%);
z-index:-1;
}

.circle2{
width:180px;
height:180px;
border-radius:50%;
border:4px solid #f4c7a1;
position:absolute;
left:-90px;
top:50%;
transform:translateY(-50%);
z-index:-1;
}

.quote{
font-size:40px;
color:#3a7d6b;
position:absolute;
right:30px;
bottom:20px;
} */



.nav-btn{
width:45px;
height:45px;
border-radius:50%;
border:1px solid #333;
display:flex;
align-items:center;
justify-content:center;
}




body{
background:#f5f5f5;
}

.gallery-title{
text-align:center;
font-weight:700;
font-size:36px;
margin-bottom:40px;
}

.gallery-wrapper{
padding:40px;
background:#fff;
}



.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 180px;
  gap: 12px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  border-radius:10px;
  border:3px solid #ffb100;
}

.tall {
  grid-row: span 2;
}


.more-card span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
  font-weight: bold;
  font-size: 18px;
}


.wide{
grid-column:span 2;
}

.more-card{
position:relative;
}


@media (max-width: 576px) {

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
  }

    .tall {
    grid-row: span 1;
  }

}

/* .more-card span{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
color:#fff;
font-size:28px;
font-weight:500;
} */

.more-card img{
filter:brightness(60%);
}

.section-label{
text-align:center;
color:#f0a500;
font-style:italic;
margin-bottom:5px;
}









.icon-purple {
  color: #393185;
}







.footer{
background: linear-gradient(90deg,#0d0b2e,#4a3f8b);
color:white;
padding:60px 0;
position:relative;
overflow:hidden;
}

.footer-logo{
font-size:32px;
font-weight:700;
letter-spacing:2px;
}

.footer small{
color:#ccc;
}

.footer h6{
color:#ffb020;
font-weight:600;
margin-bottom:20px;
}

.footer a{
color:#ddd;
text-decoration:none;
display:block;
margin-bottom:10px;
}

.footer a:hover{
color:white;
}

.footer-contact i{
margin-right:10px;
color:white;
}

.newsletter-title{
font-size:24px;
font-weight:600;
}

.newsletter-input{
border-radius:30px;
border:none;
padding:12px 20px;
width:100%;
}

.subscribe-btn{
background:#ffb020;
border:none;
color:white;
border-radius:30px;
padding:10px 18px;
margin-top:15px;
}

.social-icons a{
color:white;
margin-right:15px;
font-size:18px;
}

.copyright{
text-align:center;
margin-top:40px;
font-size:14px;
color:#ccc;
}

.footer-shape{
position:absolute;
right:50px;
bottom:0;
opacity:.15;
height:220px;
}
