body{
    font-family: 'Segoe UI', sans-serif;
}

.top-bar{
    background:#0d3b3b;
    color:#fff;
    padding:6px 0;
    font-size:14px;
    text-align:center;
}

.navbar-brand{
    font-weight:bold;
    font-size:24px;
}

.donate-btn{
    background:#f39c12;
    color:#fff !important;
    border-radius:30px;
    padding:8px 18px;
}

.hero{
    background:url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f') no-repeat center/cover;
    height:90vh;
    display:flex;
    align-items:center;
    color:white;
    position:relative;
}

.hero::before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
}

.hero-content{
    position:relative;
    z-index:2;
}

.section{
    padding:80px 0;
}

footer{
    background:#0d3b3b;
    color:white;
    padding:20px 0;
    text-align:center;
}
/* about */
/* ===== Global Styling ===== */

body {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

/* Section spacing */
.section {
    padding: 70px 0;
}

/* ===== Headings ===== */

h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0d6efd;
}

p {
    text-align: center;
    font-size: 18px;
    color: #555;
    max-width: 700px;
    margin: auto;
}

/* ===== Navbar Custom ===== */

.navbar {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar-brand {
    font-weight: bold;
    font-size: 22px;
}

/* ===== Buttons ===== */

.btn-custom {
    background-color: #0d6efd;
    color: white;
    border-radius: 30px;
    padding: 8px 20px;
    transition: 0.3s;
}

.btn-custom:hover {
    background-color: #084298;
}

/* ===== About Section Special Styling ===== */

.section {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* ===== Footer ===== */

.footer {
    background-color: #0d6efd;
    color: white;
    padding: 20px 0;
    text-align: center;
}
/* end */
/* program end */
.programme-box {
  align-items: flex-start;
}

.programme-box h3 {
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 10px;
}

.programme-box p {
  font-size: 18px;
  color: #333;
}

/* Icon Design */
.icon-box {
  width: 90px;
  height: 90px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #000;
}

/* Different Colors */

.education {
  background-color: #f4c06b;
}

.health {
  background-color: #d7c3e7;
}

.women {
  background-color: #b7d9d4;
}

.livelihood {
  background-color: #e7c7b7;
}

/* Heading Colors */

.edu-text {
  color: #d9a441;
}

.health-text {
  color: #9c84b8;
}

.women-text {
  color: #7fb6ad;
}

.live-text {
  color: #c4977a;
}

/* Responsive */
@media(max-width:768px){
  .programme-box {
    flex-direction: column;
    text-align: center;
  }

  .icon-box {
    margin-bottom: 15px;
  }
}
/* end p */
/* impact */
    .impact-section {
      text-align: center;
      padding: 60px 20px;
    }
    .impact-section h2 {
      font-weight: bold;
      margin-bottom: 40px;
    }
    .impact-box {
      background: #fff;
      border-radius: 8px;
      padding: 30px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }
    .impact-box:hover {
      transform: translateY(-5px);
    }
    .impact-number {
      font-size: 2rem;
      font-weight: bold;
      color: #2892a7; /* Green color */
    }
    .impact-text {
      margin-top: 10px;
      font-size: 1rem;
      color: #333;
    }
    /* impact end */
