:root {
  --color-indigo: #16213E;
  --color-midnight: #0D1526;
  --color-amber: #E8A33D;
  --color-coral: #E8674A;
  --color-ivory: #FBF8F3;
  --color-sand: #F2EBDD;
  --color-ink: #3A3F4B;
  --color-ink-soft: #6B7280;
  --color-border: #E3DCCB;

  --font-display: "Newsreader", Georgia, serif;
  --font-body: "Manrope", -apple-system, "Segoe UI", sans-serif;

  --radius-sm: 6px;
  --radius-md: 14px;
  --radius-lg: 28px;

  --shadow-card: 0 10px 30px -14px rgba(13, 21, 38, 0.25);
  --shadow-card-hover: 0 18px 40px -16px rgba(13, 21, 38, 0.35);
}

/* ---------- base ---------- */
html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--color-ink);
  background-color: var(--color-ivory);
  font-size: 1.06rem;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
.display-font {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--color-midnight);
  letter-spacing: -0.01em;
}


a {
  color: var(--color-indigo);
}

a:hover {
  color: var(--color-coral);
}

/* visible focus states for accessibility */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.btn:focus-visible {
  outline: 3px solid var(--color-amber);
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--color-amber);
  color: var(--color-midnight);
  padding: 0.75rem 1.25rem;
  z-index: 2000;
  font-weight: 700;
  border-radius: 0 0 var(--radius-sm) 0;
}

.skip-link:focus {
  left: 0;
}

/* ---------- buttons ---------- */
.btn-amber {
  background-color: var(--color-amber);
  border-color: var(--color-amber);
  color: var(--color-midnight);
  font-weight: 700;
  border-radius: 999px;
  padding: 0.65rem 1.6rem;
}

.btn-amber:hover {
  background-color: #d6912e;
  border-color: #d6912e;
  color: var(--color-midnight);
}

.btn-outline-ivory {
  border: 2px solid rgba(251, 248, 243, 0.55);
  color: var(--color-ivory);
  border-radius: 999px;
  font-weight: 700;
  padding: 0.6rem 1.5rem;
  background: transparent;
}

.btn-outline-ivory:hover {
  background: rgba(251, 248, 243, 0.12);
  color: var(--color-ivory);
  border-color: var(--color-ivory);
}

.btn-indigo {
  background-color: var(--color-indigo);
  border-color: var(--color-indigo);
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.65rem 1.6rem;
}

.btn-indigo:hover {
  background-color: var(--color-midnight);
  border-color: var(--color-midnight);
  color: #fff;
}

/* ---------- navbar ---------- */
.navbar-bfob {
  background-color: var(--color-ivory);
  border-bottom: 1px solid var(--color-border);
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.navbar-brand-bfob {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--color-indigo);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.brand-text-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.18rem;
  color: var(--color-midnight);
  line-height: 1.15;
}

.brand-text-sub {
  font-size: 0.72rem;
  color: var(--color-ink-soft);
  letter-spacing: 0.04em;
}

.navbar-bfob .nav-link {
  font-weight: 600;
  color: var(--color-ink);
  padding: 0.5rem 0.9rem !important;
}

.navbar-bfob .nav-link.active,
.navbar-bfob .nav-link:hover {
  color: #00c9f7;
}

.topbar {
  background: var(--color-midnight);
  color: rgba(251, 248, 243, 0.85);
  font-size: 0.85rem;
}

.topbar a {
  color: rgba(251, 248, 243, 0.85);
  text-decoration: none;
}

.topbar a:hover {
  color: var(--color-amber);
}

/* ---------- braille / dawn texture ---------- */
.braille-texture {
  background-image: radial-gradient(rgba(251, 248, 243, 0.35) 1.4px, transparent 1.4px);
  background-size: 16px 16px;
}

.braille-texture-dark {
  background-image: radial-gradient(rgba(22, 33, 62, 0.14) 1.4px, transparent 1.4px);
  background-size: 16px 16px;
}


/* generic page hero (interior pages) */
.page-hero {
  background: linear-gradient(180deg, var(--color-midnight) 0%, var(--color-indigo) 100%);
  color: var(--color-ivory);
  padding: 3.2rem 0 3.6rem;
}

.page-hero h1 {
  color: #fff;
}

.breadcrumb-bfob a {
  color: rgba(251, 248, 243, 0.75);
  text-decoration: none;
  font-size: 0.9rem;
}

.breadcrumb-bfob a:hover {
  color: var(--color-amber);
}

.breadcrumb-bfob .divider {
  color: rgba(251, 248, 243, 0.4);
  margin: 0 0.4rem;
}

/* ---------- section utilities ---------- */
.section {
  padding: 5rem 0;
}

.section-sm {
  padding: 3.2rem 0;
}

.bg-sand {
  background-color: var(--color-sand);
}

.bg-indigo {
  background-color: var(--color-indigo);
}

.divider-arc {
  width: 64px;
  height: 2px;
  background: var(--color-amber);
  border: none;
  margin: 1.1rem 0 1.4rem;
}

/* ---------- cards ---------- */
.card-bfob {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.card-bfob:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}

.card-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--color-sand);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-coral);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.event-card .event-date-badge {
  background: var(--color-indigo);
  color: #fff;
  border-radius: var(--radius-sm);
  padding: 0.5rem 0.75rem;
  text-align: center;
  min-width: 66px;
  font-family: var(--font-display);
}

.event-date-badge .day {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.event-date-badge .mon {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ---------- gallery ---------- */
.gallery-album-cover {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  border-radius: var(--radius-md);
}

.gallery-thumb {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
  border-radius: var(--radius-sm);
  cursor: pointer;
}

/* ---------- donate ---------- */
.donate-panel {
  background: var(--color-indigo);
  color: var(--color-ivory);
  border-radius: var(--radius-lg);
}

.donate-method {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  background: #fff;
  height: 100%;
}

/* ---------- forms ---------- */
.form-control,
.form-select {
  border-radius: var(--radius-sm);
  border-color: var(--color-border);
  padding: 0.65rem 0.9rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--color-amber);
  box-shadow: 0 0 0 0.2rem rgba(232, 163, 61, 0.25);
}

label {
  font-weight: 600;
  color: var(--color-midnight);
  font-size: 0.92rem;
}


/* ---------- hero photo carousel (homepage) ---------- */
.hero-carousel {
  position: relative;
  background: var(--color-midnight);
  overflow: hidden;
}

.hero-carousel .carousel-item {
  height: 78vh;
  min-height: 420px;
  max-height: 640px;
}

.hero-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.62) saturate(1.05);
}

.hero-carousel .carousel-caption-custom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(13, 21, 38, 0.92) 0%, rgba(13, 21, 38, 0.55) 55%, transparent 100%);
  padding: 3.5rem 0 2.6rem;
  color: #fff;
}

.hero-carousel .carousel-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-amber);
  opacity: 0.5;
  margin: 0 5px;
}

.hero-carousel .carousel-indicators .active {
  opacity: 1;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  width: 5%;
  opacity: 0.7;
}

/* ---------- highlight photo-strip sections ---------- */
.highlight-section:nth-of-type(odd) {
  background: var(--color-ivory);
}

.highlight-section:nth-of-type(even) {
  background: var(--color-sand);
}

.highlight-heading {
  color: #1E7145;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
}

.highlight-photo-wrap {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.highlight-photo-wrap img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.highlight-photo-wrap:hover img {
  transform: scale(1.06);
}

/* ---------- get-involved icon columns ---------- */
.involve-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--color-sand);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-coral);
  font-size: 2.1rem;
  margin: 0 auto 1.2rem;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.involve-col:hover .involve-icon {
  background: var(--color-coral);
  color: #fff;
  transform: translateY(-6px) rotate(-4deg);
}

.involve-title {
  color: #1E7145;
  font-weight: 800;
}

/* ---------- donor logo marquee ---------- */
.donor-marquee-track {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.donor-marquee {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  width: max-content;
  animation: donor-scroll 22s linear infinite;
}

.donor-logo-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1.1rem 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  min-width: 170px;
  filter: grayscale(1) opacity(0.75);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.donor-logo-card:hover {
  filter: grayscale(0) opacity(1);
  transform: translateY(-3px);
}

.donor-logo-card span {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--color-indigo);
  font-size: 1.05rem;
}

@keyframes donor-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .donor-marquee {
    animation: none;
  }
}

@media (max-width: 767.98px) {
  .hero-carousel .carousel-item {
    height: 62vh;
    min-height: 360px;
  }

  .hero {
    text-align: center;
  }

  .hero-stats {
    justify-content: center;
  }

  .section {
    padding: 3.2rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .card-bfob {
    transition: none;
  }
}

/* Slider */

.hero-section {

  position: relative;
}

.hero-section .carousel-item {

  height: 90vh;
  min-height: 650px;
}

.hero-section img {

  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-overlay {

  position: absolute;
  inset: 0;
  /*background: linear-gradient(90deg,*/
  /*    rgba(0, 0, 0, .75),*/
  /*    rgba(0, 0, 0, .45),*/
  /*    rgba(0, 0, 0, .25));*/
}

.carousel-caption {

  bottom: 50%;
  transform: translateY(50%);
  z-index: 2;
  max-width: 700px;
}

.slider-tag {

  display: inline-block;
  background: #2E7D32;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.carousel-caption h1 {

  font-size: 58px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}

.carousel-caption p {

  font-size: 18px;
  line-height: 32px;
  margin-bottom: 35px;
}

.slider-buttons .btn {

  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 600;
}

.carousel-indicators button {

  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.carousel-control-prev,
.carousel-control-next {

  width: 60px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {

  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, .25);
  border-radius: 50%;
  padding: 15px;
}

@media(max-width:991px) {

  .carousel-item {

    height: 650px;
  }

  .carousel-caption {

    max-width: 100%;
    text-align: center !important;
    left: 10%;
    right: 10%;
  }

  .carousel-caption h1 {

    font-size: 40px;
  }

}



@media(max-width:767px) {

  .carousel-item {

    height: 550px;
  }

  .carousel-caption h1 {

    font-size: 30px;
  }

  .carousel-caption p {

    font-size: 16px;
    line-height: 28px;
  }

  .slider-buttons .btn {

    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .navbar-brand-bfob img {
    width: 200px;
  }

}

/* ------------------ */

.projects-section {
  background: #f7f9fc;
}

.project-block {

  background: #fff;
  padding: 45px;
  border-radius: 20px;

  box-shadow: 0 15px 45px rgba(0, 0, 0, .08);

  overflow: hidden;
}

.project-title {

  font-size: 32px;
  font-weight: 700;
  color: #222;
  line-height: 1.4;
}

.project-title span {

  color: #48a63c;
}

.project-card {

  border-radius: 15px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.project-card img {

  width: 100%;
  height: 280px;

  object-fit: cover;

  transition: all .7s ease;
}

/* Zoom */

.project-card:hover img {

  transform: scale(1.15);
}

/* Dark Overlay */

.project-card::before {

  content: '';

  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, .30);

  opacity: 0;

  transition: .4s;

  z-index: 2;
}

.project-card:hover::before {

  opacity: 1;
}

/* Shine */

.project-card::after {

  content: '';

  position: absolute;

  top: -120%;
  left: -100%;

  width: 60%;
  height: 250%;

  background: rgba(255, 255, 255, .35);

  transform: rotate(25deg);

  transition: .7s;
}

.project-card:hover::after {

  left: 180%;
}

/* Pagination */

.swiper-pagination {

  position: relative;
  margin-top: 30px;
}

.swiper-pagination-bullet {

  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {

  background: #48a63c;
}

@media(max-width:768px) {

  .project-block {

    padding: 20px;

  }

  .project-title {

    font-size: 24px;

  }

  .project-card img {

    height: 220px;

  }

}


.project-card {
  border-radius: 18px;
  overflow: hidden;
  transition: .4s;
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, .18);
}

/*=========================
CTA
==========================*/

.cta-section {

  background: #fff;
}

.cta-card {

  background: #fff;

  border-radius: 20px;

  padding: 40px 30px;

  text-align: center;

  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

  transition: .4s;

  height: 100%;
}

.cta-card:hover {

  transform: translateY(-12px);

  box-shadow: 0 25px 50px rgba(0, 0, 0, .15);
}

.cta-icon {

  width: 95px;

  height: 95px;

  margin: auto auto 25px;

  border-radius: 50%;

  background: #f5fff6;

  display: flex;

  align-items: center;

  justify-content: center;
}

.cta-icon i {

  font-size: 52px;

  color: #43a047;

  transition: .4s;
}

.cta-card:hover .cta-icon {

  background: #43a047;
}

.cta-card:hover .cta-icon i {

  color: #fff;

  transform: rotate(8deg) scale(1.15);
}

.cta-card h4 {

  font-weight: 700;

  margin-bottom: 20px;
}

.cta-card p {

  color: #666;

  line-height: 30px;

  margin-bottom: 25px;
}



/*=========================
DONORS
==========================*/

.donor-section {

  background: #f7f9fc;
}

.section-subtitle {

  color: #43a047;

  text-transform: uppercase;

  font-weight: 600;

  letter-spacing: 2px;
}

.logo-box {

  background: #fff;

  border-radius: 15px;

  padding: 25px;

  height: 130px;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: .4s;

  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.logo-box img {

  max-width: 100%;

  max-height: 70px;

  /* filter: grayscale(100%); */

  transition: .5s;
}

.logo-box:hover {

  transform: translateY(-8px);
}

.logo-box:hover img {

  filter: grayscale(0);
  transform: scale(1.08);
}

.donor-navigation {

  display: flex;

  justify-content: flex-end;

  align-items: center;

  gap: 12px;

  margin-bottom: 25px;
}

.donor-prev,
.donor-next {

  width: 48px;
  height: 48px;

  border-radius: 50%;

  background: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);

  transition: .35s;
}

.donor-prev i,
.donor-next i {

  font-size: 20px;

  color: #43a047;

  transition: .35s;
}

.donor-prev:hover,
.donor-next:hover {

  background: #43a047;

  transform: translateY(-3px);
}

.donor-prev:hover i,
.donor-next:hover i {

  color: #fff;
}

.swiper-button-disabled {

  opacity: .4;
  cursor: not-allowed;
}

@media(max-width:768px) {

  .donor-navigation {

    justify-content: center;

    margin-bottom: 20px;
  }

}

/* menu */

.navbar .dropdown-menu {

  border: none;
  border-radius: 12px;

  padding: 12px 0;

  min-width: 280px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, .10);

  margin-top: 18px;

  animation: dropdown .25s ease;
}

.navbar .dropdown-item {

  padding: 12px 22px;

  transition: .3s;

  font-weight: 500;
}

.navbar .dropdown-item:hover {

  background: #43a047;

  color: #fff;

  padding-left: 28px;
}

.navbar .dropdown-toggle::after {

  margin-left: 8px;

  transition: .3s;
}

.nav-item.dropdown:hover>.nav-link::after {

  transform: rotate(180deg);
}

@keyframes dropdown {

  from {

    opacity: 0;

    transform: translateY(15px);
  }

  to {

    opacity: 1;

    transform: translateY(0);
  }

}

/* ===============================
   Desktop Hover Dropdown
================================== */

@media (min-width: 992px) {

  .navbar .dropdown-menu {

    display: block;
    opacity: 0;
    visibility: hidden;

    transform: translateY(15px);

    transition: all .35s ease;

    margin-top: 0;

    pointer-events: none;
  }

  .navbar .dropdown:hover>.dropdown-menu {

    opacity: 1;
    visibility: visible;

    transform: translateY(0);

    pointer-events: auto;
  }

  /* Rotate Arrow */

  .navbar .dropdown-toggle::after {

    transition: .35s;
  }

  .navbar .dropdown:hover>.dropdown-toggle::after {

    transform: rotate(180deg);
  }

}


/*==========================================================
                    FOOTER SECTION
==========================================================*/

.footer-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #143d2b 0%, #102b1f 50%, #0b1d16 100%);
  color: #d8d8d8;
  padding: 80px 0 25px;
  z-index: 1;
}

/* Decorative Shapes */

.footer-section::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(67, 160, 71, .05);
  border-radius: 50%;
  left: -150px;
  top: -120px;
}

.footer-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(67, 160, 71, .04);
  border-radius: 50%;
  right: -120px;
  bottom: -120px;
}

/* Container */

.footer-section .container {
  position: relative;
  z-index: 2;
}

/* Logo */

.footer-logo {
  max-width: 260px;
  margin-bottom: 25px;
}

/* About Text */

.footer-text {
  color: rgba(255, 255, 255, .75);
  line-height: 32px;
  font-size: 16px;
  margin-bottom: 30px;
}

/*==========================
        Titles
==========================*/

.footer-section h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

.footer-section h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 55px;
  height: 3px;
  background: #43a047;
  border-radius: 50px;
}

/*==========================
      Footer Links
==========================*/

.footer-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-links a {
  color: rgba(255, 255, 255, .80);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: .35s;
  font-size: 16px;
}

.footer-links a::before {
  content: "\F285";
  font-family: bootstrap-icons;
  margin-right: 10px;
  color: #43a047;
  transition: .35s;
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(8px);
}

/*==========================
      Contact
==========================*/

.footer-contact {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .80);
  line-height: 28px;
}

.footer-contact i {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #43a047;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

/*==========================
      Donate Button
==========================*/

.footer-donate {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 50px;
  background: #43a047;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: .35s;
}

.footer-donate:hover {
  background: #e53935;
  color: #fff;
  transform: translateY(-4px);
}

/*==========================
      Social Icons
==========================*/

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.footer-social a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .35s;
  text-decoration: none;
}

.footer-social a i {
  font-size: 18px;
}

.footer-social a:hover {
  background: #43a047;
  color: #fff;
  transform: translateY(-6px) rotate(360deg);
  box-shadow: 0 12px 25px rgba(67, 160, 71, .35);
}

/*==========================
      Divider
==========================*/

.footer-section hr {
  border-color: rgba(255, 255, 255, .10);
  margin: 55px 0 25px;
}

/*==========================
      Bottom Bar
==========================*/

.footer-bottom {
  font-size: 15px;
  color: rgba(255, 255, 255, .75);
}

.footer-bottom a {
  color: #43a047;
  text-decoration: none;
  font-weight: 600;
  transition: .3s;
}

.footer-bottom a:hover {
  color: #fff;
}

/*==========================
      Responsive
==========================*/

@media (max-width:991px) {

  .footer-section {
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto 25px;
  }

  .footer-section h5::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-contact li {
    justify-content: center;
    text-align: left;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-bottom .text-lg-end {
    text-align: center !important;
    margin-top: 12px;
  }

}

@media (max-width:767px) {

  .footer-section {
    padding: 60px 0 20px;
  }

  .footer-section h5 {
    margin-top: 20px;
  }

  .footer-links li {
    margin-bottom: 12px;
  }

  .footer-contact li {
    align-items: flex-start;
  }

}

.footer-contact a {
  text-decoration: none;
  color: rgba(255, 255, 255, .80);
}


/*====================================
ABOUT SECTION
====================================*/

.about-section {

  background: #fff;
  position: relative;
}

.about-box {

  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.section-subtitle {

  display: inline-block;

  padding: 8px 24px;

  background: #e8f5e9;

  color: #2e7d32;

  border-radius: 50px;

  font-weight: 600;

  letter-spacing: 1px;

  margin-bottom: 18px;
}

.about-title {

  font-size: 46px;

  font-weight: 700;

  color: #1b1b1b;
}

.title-divider {

  display: flex;

  justify-content: center;

  align-items: center;

  margin: 25px 0 10px;
}

.title-divider span {

  width: 120px;

  height: 4px;

  background: #43a047;

  border-radius: 30px;

  position: relative;
}

.title-divider span::after {

  content: '';

  position: absolute;

  width: 14px;

  height: 14px;

  border-radius: 50%;

  background: #E53935;

  left: 50%;

  transform: translateX(-50%);

  top: -5px;
}

.about-counter {

  padding: 25px;

  border-radius: 18px;

  background: #fff;

  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);

  transition: .35s;

  margin-bottom: 20px;
}

.about-counter:hover {

  transform: translateY(-8px);

  box-shadow: 0 18px 35px rgba(0, 0, 0, .12);
}

.about-counter i {

  font-size: 42px;

  color: #43a047;

  margin-bottom: 15px;
}

.about-counter h4 {

  font-size: 34px;

  font-weight: 700;

  color: #222;

  margin-bottom: 5px;
}

.about-counter p {

  margin: 0;

  color: #777;

  font-size: 15px;
}

.about-description {

  font-size: 18px;

  color: #666;

  line-height: 2;

  max-width: 980px;

  margin: auto;
}

.about-description strong {

  color: #222;
}

.about-section .btn {

  font-weight: 600;

  transition: .35s;
}

.about-section .btn:hover {

  transform: translateY(-4px);
}

@media(max-width:991px) {

  .about-title {

    font-size: 34px;

  }

  .about-description {

    font-size: 17px;

  }

}

@media(max-width:767px) {

  .about-title {

    font-size: 28px;

  }

  .about-description {

    font-size: 16px;

    line-height: 1.8;

  }

}

.nav-link:focus-visible {
  box-shadow: none;
}


.project-card {

  position: relative;

  overflow: hidden;

  border-radius: 18px;

  cursor: pointer;
}

.project-card img {

  width: 100%;

  height: 280px;

  object-fit: cover;

  transition: .7s;
}

.project-card:hover img {

  transform: scale(1.15);
}

.gallery-overlay {

  position: absolute;

  inset: 0;

  background: rgba(0, 0, 0, .45);

  display: flex;

  justify-content: center;

  align-items: center;

  opacity: 0;

  transition: .35s;
}

.gallery-overlay i {

  width: 70px;

  height: 70px;

  border-radius: 50%;

  background: #43a047;

  color: #fff;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 28px;

  transform: scale(.5);

  transition: .35s;
}

.project-card:hover .gallery-overlay {

  opacity: 1;
}

.project-card:hover .gallery-overlay i {

  transform: scale(1);
}


/*==================================
        PAGE BANNER
==================================*/

.page-banner {

  position: relative;

  overflow: hidden;

  padding: 80px 0;

  background: linear-gradient(135deg, #f8fafc, #eef8ef);

  border-bottom: 1px solid #e8ecef;
}

/* Decorative Shapes */

.page-banner::before {

  content: "";

  position: absolute;

  width: 250px;
  height: 250px;

  border-radius: 50%;

  background: rgba(67, 160, 71, .08);

  left: -100px;
  top: -80px;
}

.page-banner::after {

  content: "";

  position: absolute;

  width: 180px;
  height: 180px;

  border-radius: 50%;

  background: rgba(76, 175, 80, .06);

  right: -60px;
  bottom: -60px;
}

.page-banner .container {

  position: relative;

  z-index: 2;
}

.page-banner-content {

  text-align: center;
}

.page-banner h1 {

  font-size: 46px;

  font-weight: 700;

  color: #222;

  margin-bottom: 18px;
}

/* Breadcrumb */

.breadcrumb {

  display: inline-flex;

  align-items: center;

  padding: 12px 25px;

  margin: 0;

  background: #fff;

  border-radius: 50px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.breadcrumb-item {

  font-size: 15px;

  font-weight: 500;
}

.breadcrumb-item a {

  color: #43a047;

  text-decoration: none;

  transition: .3s;
}

.breadcrumb-item a:hover {

  color: #2e7d32;
}

.breadcrumb-item.active {

  color: #555;

  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {

  content: "\F285";

  font-family: "bootstrap-icons";

  color: #43a047;

  padding: 0 12px;
}

/*=============================
        Responsive
==============================*/

@media(max-width:991px) {

  .page-banner {

    padding: 70px 0;

  }

  .page-banner h1 {

    font-size: 38px;

  }

}

@media(max-width:767px) {

  .page-banner {

    padding: 55px 0;

  }

  .page-banner h1 {

    font-size: 30px;

    margin-bottom: 15px;

  }

  .breadcrumb {

    padding: 10px 18px;

    border-radius: 30px;

    flex-wrap: wrap;

    justify-content: center;

  }

  .breadcrumb-item {

    font-size: 14px;

  }

}

.history-content p {
  color: #000;
  font-size: 16px;
}


/*==================================
TEAM SECTION
==================================*/

.team-section {

  background: #f8fafc;
}

.team-card {

  background: #fff;

  border-radius: 20px;

  overflow: hidden;

  text-align: center;

  transition: .4s;

  box-shadow: 0 15px 40px rgba(0, 0, 0, .06);

  height: 100%;
}

.team-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
}

.team-image {

  overflow: hidden;

  position: relative;
}

.team-image img {

  width: 100%;

  height: auto;

  object-fit: cover;

  transition: .6s;
}

.team-card:hover img {

  transform: scale(1.08);
}

.team-body {

  padding: 25px;
}

.team-body h4 {

  font-size: 22px;

  font-weight: 700;

  margin-bottom: 10px;

  color: #222;
}

.team-designation {

  display: inline-block;

  padding: 8px 18px;

  background: #e8f5e9;

  color: #2e7d32;

  border-radius: 30px;

  font-weight: 600;

  font-size: 14px;
}

@media(max-width:991px) {

  .team-image img {

    height: auto;

  }

}

@media(max-width:767px) {

  .team-image img {

    height: auto;

  }

  .team-body {

    padding: 20px;

  }

  .team-body h4 {

    font-size: 20px;

  }

}


/*==================================
REGISTRATION
==================================*/

.registration-section {

  background: #f8fafc;
}

.registration-card {

  background: #fff;

  padding: 35px;

  border-radius: 20px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, .06);

  height: 100%;
}

.registration-card h4 {

  font-size: 28px;

  font-weight: 700;

  margin-bottom: 25px;

  color: #222;
}

.registration-list {

  padding: 0;

  margin: 0;

  list-style: none;
}

.registration-list li {

  position: relative;

  padding-left: 35px;

  margin-bottom: 18px;

  line-height: 1.8;

  color: #555;
}

.registration-list li::before {

  content: "\F26E";

  font-family: bootstrap-icons;

  position: absolute;

  left: 0;

  top: 3px;

  color: #43a047;

  font-size: 18px;
}

.registration-list strong {

  color: #222;
}

/*============================*/

.certificate-card {

  position: relative;

  overflow: hidden;

  border-radius: 16px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.certificate-card img {

  width: 100%;

  height: 320px;

  object-fit: cover;

  transition: .5s;
}

.certificate-card:hover img {

  transform: scale(1.08);
}

.certificate-overlay {

  position: absolute;

  inset: 0;

  background: rgba(0, 0, 0, .45);

  display: flex;

  align-items: center;

  justify-content: center;

  opacity: 0;

  transition: .4s;
}

.certificate-card:hover .certificate-overlay {

  opacity: 1;
}

.certificate-overlay i {

  width: 65px;

  height: 65px;

  border-radius: 50%;

  background: #fff;

  color: #43a047;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 28px;

  transition: .4s;
}

.certificate-card:hover .certificate-overlay i {

  transform: rotate(90deg);
}

@media(max-width:991px) {

  .registration-card {

    margin-bottom: 25px;

  }

}

@media(max-width:767px) {

  .registration-card {

    padding: 25px;

  }

  .registration-card h4 {

    font-size: 24px;

  }

  .certificate-card img {

    height: 260px;

  }

}

.certificate-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: .4s;
  cursor: pointer;
}

.certificate-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: .6s;
}

.certificate-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .15);
}

.certificate-card:hover img {
  transform: scale(1.08);
}

.certificate-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: .4s;
}

.certificate-card:hover .certificate-overlay {
  opacity: 1;
}

.overlay-content {
  text-align: center;
  color: #fff;
}

.overlay-content i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .3);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 28px;
  transition: .4s;
}

.overlay-content span {
  display: block;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 600;
}

.certificate-card:hover .overlay-content i {
  transform: scale(1.15) rotate(15deg);
}



.activities-section {

  background: #f8fafc;
}

.activity-card {

  background: #fff;

  border-radius: 18px;

  overflow: hidden;

  box-shadow: 0 10px 35px rgba(0, 0, 0, .08);

  transition: .4s;

  height: 100%;
}

.activity-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
}

.activity-image {

  overflow: hidden;
}

.activity-image img {

  width: 100%;

  height: 240px;

  object-fit: cover;

  transition: .6s;
}

.activity-card:hover img {

  transform: scale(1.08);
}

.activity-content {

  padding: 30px;
}

.activity-icon {

  width: 65px;

  height: 65px;

  background: #43a047;

  color: #fff;

  border-radius: 50%;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  font-size: 28px;

  margin-bottom: 20px;
}

.activity-content h4 {

  font-weight: 700;

  margin-bottom: 15px;
}

.activity-content p {

  color: #666;

  line-height: 1.8;
}

.activity-btn {

  display: inline-flex;

  align-items: center;

  gap: 8px;

  color: #43a047;

  font-weight: 600;

  text-decoration: none;

  transition: .3s;
}

.activity-btn:hover {

  gap: 14px;

  color: #2e7d32;
}

.section-description {

  max-width: 850px;

  margin: auto;

  color: #666;

  line-height: 2;
}

.cta-box {

  background: linear-gradient(135deg, #43a047, #2e7d32);

  color: #fff;

  padding: 60px;

  border-radius: 20px;
}

.cta-box h2 {

  font-weight: 700;

  margin-bottom: 20px;
}

.cta-box p {

  max-width: 700px;

  margin: 0 auto 30px;

  opacity: .95;
}

@media(max-width:768px) {

  .activity-image img {

    height: 220px;

  }

  .cta-box {

    padding: 40px 20px;

  }

}


.activity-details {

  background: #f8fafc;
}

.activity-block {

  background: #fff;

  padding: 50px;

  border-radius: 24px;

  margin-bottom: 50px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, .07);
}

.activity-badge {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  background: #e8f5e9;

  color: #2e7d32;

  padding: 10px 22px;

  border-radius: 40px;

  font-weight: 600;

  margin-bottom: 20px;
}

.activity-badge i {

  font-size: 20px;
}

.activity-content h2 {

  font-size: 38px;

  font-weight: 700;

  margin-bottom: 20px;

  color: #222;
}

.activity-content p {

  color: #666;

  line-height: 2;

  margin-bottom: 18px;

  font-size: 17px;
}

.activity-image {

  overflow: hidden;

  border-radius: 18px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, .10);
}

.activity-image img {

  width: 100%;

  height: 280px;

  object-fit: cover;

  transition: .6s;
}

.activity-image:hover img {

  transform: scale(1.1);
}

@media(max-width:991px) {

  .activity-block {

    padding: 35px;

  }

  .activity-content h2 {

    font-size: 30px;

  }

  .activity-image img {

    height: 220px;

  }

}

@media(max-width:767px) {

  .activity-block {

    padding: 25px;

  }

  .activity-content h2 {

    font-size: 26px;

  }

  .activity-content p {

    font-size: 15px;

    line-height: 1.8;

  }

  .activity-image img {

    height: 200px;

  }

}



.donation-card {

  background: #fff;

  border-radius: 20px;

  overflow: hidden;

  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

  transition: .4s;

  height: 100%;
}

.donation-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
}

.donation-image {

  overflow: hidden;
}

.donation-image img {

  width: 100%;

  height: 240px;

  object-fit: cover;

  transition: .5s;
}

.donation-card:hover img {

  transform: scale(1.08);
}

.donation-body {

  padding: 30px;

  text-align: center;
}

.donation-body h4 {

  font-weight: 700;

  margin-bottom: 15px;
}

.donation-price {

  font-size: 34px;

  font-weight: 700;

  color: #43a047;

  margin: 20px 0;
}

.donation-price small {

  font-size: 15px;

  color: #666;
}

.bank-card,
.qr-card {

  background: #fff;

  padding: 40px;

  border-radius: 20px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

  height: 100%;
}

.qr-card {

  text-align: center;
}

.qr-card img {

  max-width: 320px;
}


.contact-card,
.contact-form,
.bank-card,
.qr-card {

  background: #fff;

  padding: 40px;

  border-radius: 20px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

  height: 100%;
}

.contact-item {

  display: flex;

  gap: 20px;

  margin-bottom: 30px;
}

.contact-item .icon {

  width: 60px;

  height: 60px;

  background: #43a047;

  color: #fff;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 24px;

  flex-shrink: 0;
}

.contact-item h6 {

  font-weight: 700;

  margin-bottom: 8px;
}

.contact-item p {

  margin: 0;

  color: #666;

  line-height: 1.8;
}

.contact-form .form-control {

  height: 55px;

  border-radius: 12px;

  border: 1px solid #ddd;
}

.contact-form textarea.form-control {

  height: auto;
}

.contact-form .form-control:focus {

  border-color: #43a047;

  box-shadow: none;
}

.qr-card {

  text-align: center;
}

.qr-card img {

  max-width: 320px;
}

.map-section iframe {

  display: block;
}

@media(max-width:768px) {

  .contact-card,
  .contact-form,
  .bank-card,
  .qr-card {

    padding: 25px;

  }

  .contact-item {

    gap: 15px;

  }

  .contact-item .icon {

    width: 50px;

    height: 50px;

    font-size: 20px;

  }

}




.about-info-section {
    background: #fafdf9;
}

.about-info-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 36px 40px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #7cb342;
    transition: box-shadow 0.3s ease;
}

.about-info-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.about-info-title {
    color: #558b2f;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 1.1rem;
    margin-bottom: 14px;
    position: relative;
    padding-bottom: 10px;
}

.about-info-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #7cb342;
    border-radius: 2px;
}

.about-info-content {
    color: #555;
    line-height: 1.85;
    font-size: 1.02rem;
}

.about-info-content p {
    margin-bottom: 14px;
}

.about-info-content p:last-child {
    margin-bottom: 0;
}

.about-info-content ul {
    padding-left: 22px;
    margin-bottom: 0;
}

.about-info-content ul li {
    margin-bottom: 10px;
    line-height: 1.8;
    position: relative;
}

.about-info-content ul li::marker {
    color: #7cb342;
}

@media (max-width: 767px) {
    .about-info-card {
        padding: 26px 24px;
    }
}