/* Custom styles for Helping Hands Trusts */
body {
  font-family: 'Poppins', 'Open Sans', Arial, sans-serif;
  background: #f8f9fa;
  color: #222;
}

.btn-primary {
  background-color: #01004C;
  border-color: #01004C;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #222266;
  border-color: #222266;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #01004C;
  margin-bottom: 1.5rem;
}

/* Responsive spacing */
.section {
  padding-top: 60px;
  padding-bottom: 20px;
}

/* Footer */
.footer {
  padding: 2rem 0;
  color: #fff;
  background-color: #01004C;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.footer a:hover {
  color: #b3b3ff;
}

/* Impact Section */
#impact .display-5 {
  color: #FFD700;
  font-size: 2.5rem;
}
#impact div {
  font-size: 1.1rem;
}

/* Testimonials Section */
/* #testimonials .card {
  border-left: 6px solid #FFD700;
  background: #fff;
}
#testimonials .fw-bold {
  color: #01004C;
} */

/* Partners Section */
#partners img {
  filter: grayscale(100%);
  transition: filter 0.3s;
}
#partners img:hover {
  filter: grayscale(0%);
}

/* FAQ Section */
#faq .accordion-button {
  font-weight: 600;
  color: #01004C;
}
#faq .accordion-button:not(.collapsed) {
  background: #01004C;
  color: #fff;
}

/* Gallery lightbox overlay (to be added by JS) */
.lightbox-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
  display: none;
}
.lightbox-overlay.active {
  display: flex;
}
.lightbox-image {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.3);
}

/* Animations */
[data-aos] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos].aos-animate {
  opacity: 1;
}

/* Custom CSS */
/* Top Bar */
.top-bar {
  background-color: #01004C;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
 
}
/* Navbar */
.navbar {
  background-color: #fff;
  position: fixed;
  top: 54px;
  right: 0;
  left: 0;
  z-index: 1030;  
  padding-top: 2px;
  padding-bottom: 2px;
}
.navbar-nav .nav-item a {
  color: #333;
}

a:hover {
  color: #00004B;
}
.section-title{
  font-size: 48px;
}
.whites{
  color: #ffffff !important;
}
.whites:hover{
  color: #FFD500 !important;
}
.blue:hover{
  color: #01004C !important;
  font-weight: 500;
}

.card{
  border-radius: 20px;
}
.card:hover{
  /* background-color: #00004B; */
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.253) !important; 
  transition: all 0.3s ease-in-out;
}
#services{
  margin-top: -125px;
}

.nav-link.active {
  font-weight: bold;
  color: #01004C !important; /* or any highlight color */
}



.wrapper{
  width:100%;
  padding-top: 20px;
  text-align:center;
}
h2{
  font-family:sans-serif;
  color:#fff;
  font-size: 36px;
  font-weight: 700;
}
.carousel{
  width:100%;
  margin:0px auto;
  display: flex;
  flex-wrap: wrap;
}

.slick-slide{
  margin:10px;
}
.slick-slide img{
  width:100%;
  border: 2px solid #fff;
}
.wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}

.cards{
  color: black;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.253);
  background-color: #ffffff;
}
.cards img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
}
.cards h5{
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  color: #01004C;
}
.cards p{
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
#our-team img{
  border-radius: 20px;
}
 .team:hover{
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;

 }




 /* media query */

@media (max-width: 767px) {
  .donate-button{
    display: none;
  }
  .email, .call a{
    font-size: 10px;
  }
  .email, .call i{
    font-size: 12px;
  }
  .section-title h2 {
    font-size: 32px;
  }
  .beacome-volunteer{
    margin-top: 40px;
  }
}