@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
font-face {
  src: url("../../assets/css/fontfamily/times.ttf");
}

@media (max-width: 480px) {
  .hero-section .hero-heading {
    font-size: 3.5rem;
  }
  .hero-section .hero-text {
    font-size: 1.5rem;
  }
  .header-section p {
    font-size: 12px !important;
  }
  .contact-section .icon-box {
    width: 40px;
    height: 40px;
  }
  .contact-section .icon-box i {
    font-size: 1rem;
  }
  .contact-section .social-icon {
    width: 34px;
    height: 34px;
  }
  .contact-section .text-center p {
    width: 100% !important;
    font-size: 1rem;
  }
  .contact-section button.btn {
    font-size: 0.95rem;
  }
}
.header-section .gradient-icon {
  width: 50px;
  height: 50px;
  background: #3aa45a;
}
.header-section .nav-link:hover {
  color: #0bb98d !important;
  transition: color 0.3s;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: white;
}
.hero-section .hero-bg {
  position: absolute;
  inset: 0;
  background: url("https://images.pexels.com/photos/6646918/pexels-photo-6646918.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1") center center/cover no-repeat;
  z-index: 1;
}
.hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.hero-section .hero-content {
  position: relative;
  z-index: 3;
}
.hero-section .hero-heading {
  font-size: 2.5rem;
  font-weight: 800;
}
.hero-section .hero-heading span {
  color: #e3e3e3;
}
@media (min-width: 992px) {
  .hero-section .hero-heading {
    font-size: 4.25rem;
  }
}
.hero-section .hero-text {
  font-size: 1.25rem;
}
.hero-section .btn-donate {
  background: #22c55e;
  border: none;
  color: white;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  transition: 0.3s ease;
}
.hero-section .btn-donate:hover {
  background: #16a34a;
  transform: translateY(-2px);
}
.hero-section .btn-learn {
  background: transparent;
  border: 2px solid white;
  color: white;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  transition: 0.3s ease;
}
.hero-section .btn-learn:hover {
  background: white;
  color: #1d4ed8;
  transform: translateY(-2px);
}

.about-section {
  background-color: #fff;
}
.about-section .text-primary-emphasis {
  color: #1e3a8a;
  line-height: 1.7;
  font-size: 1rem;
}
@media (max-width: 576px) {
  .about-section .text-primary-emphasis {
    font-size: 0.95rem;
  }
}
.about-section .mission-box {
  background-color: #f0fdf4;
  border-left: 4px solid #22c55e;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.about-section .mission-box:hover {
  background-color: #e0faec;
  border-left-color: #16a34a;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 128, 0, 0.1);
}
.about-section .image-hover-wrapper {
  overflow: hidden;
  border-radius: 1rem;
  transition: transform 0.3s ease;
}
.about-section .image-hover-wrapper img {
  transition: transform 0.4s ease;
}
.about-section .image-hover-wrapper:hover img {
  transform: scale(1.05);
}
.about-section .animate-fadein {
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}
.about-section .delay-1 {
  animation-delay: 0.5s;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.impact-section {
  background: linear-gradient(to bottom right, #dbeafe, #d1fae5);
  border-radius: 1.5rem;
}
.impact-section .impact-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.impact-section .impact-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
}
.impact-section h4 {
  transition: transform 0.3s ease;
}
.impact-section h4:hover {
  transform: scale(1.05);
  color: #1e40af;
}

.our-work-section {
  background-color: #f0fdf4;
}
.our-work-section .work-card {
  border-radius: 1rem;
  overflow: hidden;
  transition: 0.4s ease;
  background: #fff;
}
.our-work-section .work-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1.25rem 2rem rgba(0, 128, 0, 0.1);
}
.our-work-section .work-card .card-body {
  padding: 2rem;
}
.our-work-section .work-card .work-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}
.our-work-section .work-card .work-img:hover {
  transform: scale(1.02);
}
.our-work-section .work-card .work-img-1 {
  background-image: url("../images/hero-section.jpeg");
}
.our-work-section .work-card .work-img-2 {
  background-image: url("../images/work-2.jpeg");
}
.our-work-section .work-card .work-img-3 {
  background-image: url("../images/work-3.jpeg");
}
.our-work-section .work-card .icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.our-work-section .work-card ul li {
  padding: 0.3rem 0;
  font-size: 0.95rem;
}

.gallery-section .gallery-item {
  height: 270px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.gallery-section .gallery-item img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery-section .gallery-item .overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.gallery-section .gallery-item:hover {
  transform: translateY(-5px);
}
.gallery-section .gallery-item:hover img {
  transform: scale(1.05);
}
.gallery-section .gallery-item:hover .overlay {
  opacity: 1;
}

.testimonials-section {
  background-color: #f0fdf4;
}
.testimonials-section .testimonial-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonials-section .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}
.testimonials-section .testimonial-card img {
  object-fit: cover;
}
.testimonials-section .testimonial-card i.bi-star-fill {
  transition: color 0.2s;
}
.testimonials-section .testimonial-card:hover i.bi-star-fill {
  color: #facc15 !important;
}

.volunteer-section {
  min-height: 100vh;
  overflow: hidden;
}
.volunteer-section .volunteer-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/about-img.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.volunteer-section .volunteer-card {
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.volunteer-section .volunteer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}
.volunteer-section .volunteer-card input,
.volunteer-section .volunteer-card select {
  background-color: rgba(255, 255, 255, 0.9);
  color: #1e3a8a;
  border: none;
  border-radius: 0.5rem;
}
.volunteer-section .volunteer-card input::placeholder {
  color: #6b7280;
}
.volunteer-section .volunteer-card .donate-amount {
  transition: all 0.3s ease;
}
.volunteer-section .volunteer-card .donate-amount:hover {
  transform: scale(1.05);
}

.contact-section .icon-box {
  width: 48px;
  height: 48px;
  background: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  transition: background 0.3s ease;
}
.contact-section .icon-box i {
  font-size: 1.25rem;
}
.contact-section .social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.contact-section .social-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.contact-section form input,
.contact-section form textarea {
  border: 1px solid #c4e3cb;
  border-radius: 0.5rem;
  transition: border-color 0.3s ease;
  font-size: 1rem;
}
.contact-section form input:focus,
.contact-section form textarea:focus {
  border-color: #0d6efd;
  box-shadow: none;
}
.contact-section button.btn {
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.contact-section button.btn:hover {
  background-color: #084298;
  transform: translateY(-2px);
}
.contact-section button.btn i {
  font-size: 1.2rem;
}

footer {
  background-color: #1e3a8a;
  color: #ffffff;
  padding: 3rem 0 1.5rem;
}
footer .icon-circle {
  width: 50px;
  height: 50px;
  background: linear-gradient(to right, #3b82f6, #22c55e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
footer .icon-circle i {
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
}
footer h5,
footer h6 {
  font-weight: 700;
  margin-bottom: 1rem;
}
footer p,
footer li,
footer a {
  font-size: 0.95rem;
  color: #86efac;
}
footer ul {
  padding-left: 0;
  list-style: none;
}
footer ul li {
  margin-bottom: 0.5rem;
}
footer ul li a {
  text-decoration: none;
  color: #86efac;
  transition: color 0.3s;
}
footer ul li a:hover {
  color: #ffffff;
}
footer .footer-bottom {
  border-top: 1px solid #3b5998;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: #86efac;
  text-align: center;
}
footer .footer-bottom .heart {
  color: red;
}

/*# sourceMappingURL=style.css.map */
