body {
            text-align: center;
       
            margin: 0;
            padding: 0;

font-style: italic;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(120deg, #89fafe, #73ff66);
  /* display: flex; */
  justify-content: center;
  align-items: center;
  height: 100vh;
      text-align: center;
      color: #333333
}

        /* Modern Navbar Styles */
nav {
  background: linear-gradient(90deg, #4e54c8, #8f94fb);
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  padding: 0.5rem 0;
  font-family: 'Segoe UI', Arial, sans-serif;
}

ul.m {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

ul.m li {
  position: relative;
}

ul.m li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 0.7rem 1.2rem;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
}

ul.m li a:hover,
ul.m li a:focus {
  background: #fff;
  color: #4e54c8;
  outline: none;
}

ul.m li strong {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 2px;
}

/* Dropdown Styles */
ul.m .dropdown {
  position: relative;
}

ul.m .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 180px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border-radius: 0 0 8px 8px;
  z-index: 1000;
  padding: 0.5rem 0;
}

ul.m .dropdown-content li {
  width: 100%;
}

ul.m .dropdown-content li a {
  color: #4e54c8;
  background: none;
  padding: 0.7rem 1.2rem;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 500;
}

ul.m .dropdown-content li a:hover {
  background: #f0f4ff;
  color: #222;
}

ul.m .dropdown:hover .dropdown-content,
ul.m .dropdown:focus-within .dropdown-content {
  display: block;
}

/* Responsive Navbar */
@media (max-width: 768px) {
  ul.m {
    flex-direction: column;
    gap: 0.5rem;
  }
  ul.m .dropdown-content {
    position: static;
    box-shadow: none;
    border-radius: 0;
  }
}

        nav {
  background: linear-gradient(90deg, #4e54c8, #8f94fb);
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  padding: 0.5rem 0;
  font-family: 'Segoe UI', Arial, sans-serif;
}

ul.m {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.m li {
  position: relative;
}

ul.m li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 0.7rem 1.2rem;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
}

ul.m li a:hover,
ul.m li a:focus {
  background: #fff;
  color: #4e54c8;
  outline: none;
}

ul.m li strong {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 2px;
}

/* Dropdown Styles */
ul.m .dropdown {
  position: relative;
}

ul.m .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 180px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border-radius: 0 0 8px 8px;
  z-index: 1000;
  padding: 0.5rem 0;
}

ul.m .dropdown-content li {
  width: 100%;
}

ul.m .dropdown-content li a {
  color: #4e54c8;
  background: none;
  padding: 0.7rem 1.2rem;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 500;
}

ul.m .dropdown-content li a:hover {
  background: #f0f4ff;
  color: #222;
}

ul.m .dropdown:hover .dropdown-content,
ul.m .dropdown:focus-within .dropdown-content {
  display: block;
}

/* Responsive Navbar */
@media (max-width: 768px) {
  ul.m {
    flex-direction: column;
    gap: 0.5rem;
  }
  ul.m .dropdown-content {
    position: static;
    box-shadow: none;
    border-radius: 0;
  }
}
        nav {
            background-color: #34495e;
            display: flex;
            justify-content: center;
            padding: 10px;
        }

        nav a {
            color: white;
            margin: 0 15px;
            text-decoration: none;
            font-weight: bold;
        }

        nav a:hover {
            text-decoration: underline;
        }

        section {
            padding: 40px 20px;
            max-width: 1000px;
            margin: auto;
            background: white;
            margin-top: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        h2 {
            color: #2c3e50;
        }

        ul {
            line-height: 1.8;
        }

        footer {
            text-align: center;
            padding: 20px;
            background-color: #ecf0f1;
            margin-top: 40px;
        }

        .navbar {
  background: linear-gradient(90deg, #4e54c8, #8f94fb);
  padding: 0.5rem 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  font-family: 'Segoe UI', Arial, sans-serif;
}

.navbar-container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-logo {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 2px;
  transition: color 0.2s;
}

.navbar-logo:hover {
  color: #ffd700;
}

.navbar-menu {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.navbar-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}

.navbar-menu li a:hover {
  background: #fff;
  color: #4e54c8;
}
        .image img {
            width: 100%;
            max-height: 400px;
            object-fit: cover;
        }

        main {
            padding: 20px;
            font-size: 18px;
            line-height: 1.6;
            margin: 0%;
        }

        h1 {
            margin-top: 40px;
            font-size: 32px;
        }

        .gallery {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
            justify-content: center;
            padding: 20px;
        }

        .card {
            background: #fff;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            border-radius: 8px;
            width: 220px;
            text-align: center;
            padding: 16px;
        }

        .card img {
            width: 100%;
            border-radius: 6px;
        }

        .card div {
            margin-top: 12px;
        }
  

    h1 {
      margin-top: 40px;
      font-size: 36px;
      color: #333;
    }

    .programmes {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 24px;
      padding: 40px 20px;
    }

    .programme-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      padding: 20px;
      width: 300px;
      text-align: left;
      transition: transform 0.3s ease;
    }

    .programme-card:hover {
      transform: translateY(-5px);
    }

    .programme-title {
      font-size: 24px;
      font-weight: bold;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .programme-subtitle {
      font-size: 18px;
      font-weight: 600;
      color: #2980b9;
      margin-bottom: 10px;
    }

    .programme-description {
      font-size: 16px;
      color: #555;
      line-height: 1.5;
    }
  

    .section-title {
      margin-top: 40px;
      font-size: 32px;
      color: #2c3e50;
      font-weight: bold;
    }

    .section-subtitle {
      font-size: 20px;
      color: #555;
      margin-bottom: 30px;
    }

    .goals-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 24px;
      padding: 40px 20px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .goal-card {
      background-color: #ffffff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }

    .goal-card:hover {
      transform: translateY(-5px);
    }

    .goal-title {
      font-size: 18px;
      color: #2980b9;
      font-weight: 600;
    }


    .impact-section {
      padding: 50px 20px;
      background-color: #eaf6ff;
    }

    .impact-section h1 {
      font-size: 36px;
      color: #2c3e50;
      margin-bottom: 40px;
    }

    .impact-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 30px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .impact-card {
      background-color: #ffffff;
      border-radius: 12px;
      padding: 30px 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }

    .impact-card:hover {
      transform: translateY(-5px);
    }

    .impact-label {
      font-size: 18px;
      font-weight: bold;
      color: #0077b6;
      margin-bottom: 10px;
    }

    .impact-number {
      font-size: 40px;
      font-weight: bold;
      color: #ff6f00;
    }

    .impact-plus {
      font-size: 24px;
      color: #ff6f00;
      vertical-align: super;
    }

    .impact-text {
      font-size: 16px;
      color: #555;
      margin-top: 10px;
      line-height: 1.4;
    }

    .programmes-heading {
      margin-top: 8%;
      font-size: 30px;
      font-weight: bold;
      color: #2c3e50;
    }

    .smile{
      background-image: url('download.webp');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      margin-top:5%;
    }

    .see{
      margin-top: 5%;
      text-shadow: 2px 2px 1px grey
    }

    .category{
      margin-top: 5%;
      margin-bottom: 5%;
    }
     .center-img{
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 50%;
        }

.signup-container {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 400px;
}

.signup-form h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.signup-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #333;
}

.signup-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: border-color 0.3s;
}

.signup-form input:focus {
  border-color: #66a6ff;
  outline: none;
}

.signup-form button {
  width: 100%;
  padding: 12px;
  background-color: #66a6ff;
  border: none;
  border-radius: 6px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.signup-form button:hover {
  background-color: #558de8;
}

.signup-form p {
  text-align: center;
  margin-top: 15px;
}

.signup-form a {
  color: #66a6ff;
}


.donation {
  max-width: 500px;
  margin: 2em auto;
  text-align: center;
  background: #fff;
  padding: 2em;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.donation form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.donation input,
.donation select,
.donation button {
  padding: 0.7em;
  font-size: 1em;
}

.donation button {
  background-color: #ff6b35;
  color: white;
  border: none;
  cursor: pointer;
}

.donation button:hover {
  background-color: #e85c2e;
}
  

 a {
      text-decoration: none;
      color: #0077cc;
    }
    a:hover {
      text-decoration: underline;
    }
    h2 {
      color: #2a6fdb;
      margin-bottom: 0.5em;
    }
    /* Container */
    .container {
      width: 90%;
      max-width: 1100px;
      margin: auto;
      padding: 2rem 0;
    }
    /* Navigation */
    nav {
      background: #2a6fdb;
      color: white;
      padding: 1rem 0;
    }
    nav .container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
    }
    nav ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      padding-left: 0;
      margin: 0;
    }
    nav ul li {
      font-weight: 600;
    }
    nav ul li a {
      color: white;
      font-weight: 600;
    }
    nav ul li a:hover {
      color: #d1e3ff;
    }
    /* Sections */
    section {
      background: white;
      padding: 2rem;
      margin-bottom: 1.5rem;
      border-radius: 6px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .flex-row {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
    }
    .flex-row > div {
      flex: 1 1 300px;
    }
    /* Footer */
    footer {
      background: #222;
      color: #ddd;
      padding: 2rem 1rem;
    }
    footer .container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 1rem;
    }
    footer address {
      font-style: normal;
      line-height: 1.5;
      max-width: 350px;
    }
    footer .contact {
      max-width: 350px;
    }
    footer .social-icons a {
      color: #ddd;
      margin-right: 1rem;
      font-size: 1.5rem;
      display: inline-block;
      transition: color 0.3s ease;
    }
    footer .social-icons a:hover {
      color: #2a6fdb;
    }
    /* Newsletter form */
    .newsletter {
      margin-top: 1rem;
    }
    .newsletter label {
      display: block;
      margin-bottom: 0.5rem;
      font-weight: 600;
    }
    .newsletter input[type="text"],
    .newsletter input[type="email"] {
      padding: 0.5rem;
      width: 100%;
      max-width: 320px;
      margin-bottom: 1rem;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 1rem;
    }
    .newsletter button {
      background: #2a6fdb;
      color: white;
      border: none;
      padding: 0.7rem 1.5rem;
      border-radius: 4px;
      cursor: pointer;
      font-size: 1rem;
    }
    .newsletter button:hover {
      background: #1b4dbf;
    }
    /* Responsive */
    @media (max-width: 768px) {
      nav .container {
        flex-direction: column;
        align-items: flex-start;
      }
      nav ul {
        flex-direction: column;
        gap: 0.8rem;
      }
      footer .container {
        flex-direction: column;
        align-items: flex-start;
      }
    }



 header {
            background-color: #2c3e50;
            color: white;
            padding: 20px 0;
            text-align: center;
        }

        nav {
            background-color: #34495e;
            display: flex;
            justify-content: center;
            padding: 10px;
        }

        nav a {
            color: white;
            margin: 0 15px;
            text-decoration: none;
            font-weight: bold;
        }

        nav a:hover {
            text-decoration: underline;
        }

        section {
            padding: 40px 20px;
            max-width: 1000px;
            margin: auto;
            background: white;
            margin-top: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        h2 {
            color: #2c3e50;
        }

        ul {
            line-height: 1.8;
        }

        footer {
            text-align: center;
            padding: 20px;
            background-color: #ecf0f1;
            margin-top: 40px;
        }

        .navbar {
  background: linear-gradient(90deg, #4e54c8, #8f94fb);
  padding: 0.5rem 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  font-family: 'Segoe UI', Arial, sans-serif;
}

.navbar-container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-logo {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 2px;
  transition: color 0.2s;
}

.navbar-logo:hover {
  color: #ffd700;
}

.navbar-menu {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.navbar-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}

.navbar-menu li a:hover {
  background: #fff;
  color: #4e54c8;
}

