.navbar {
    box-shadow:#d35400;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);   
}


.navbar-nav .nav-link {
  margin: 0 10px;
  white-space: nowrap;
  font-size: 15px;
  color: #333;
  font-weight: bold;
}


.navbar-nav .nav-link:hover {
    color: #d35400;
}
.join-btn {
    background-color: #0b4da2;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
}
.join-btn:hover {
    background-color: #083b7d;
    color: #fff;
    border-radius: 10px;
}

.logo-img {
  height: 90px !important;
  /* width: auto; */
}


.navbar {
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}


.news-scroll {
    display: inline-block;
    font-size: 18px;
    font-family: 'Noto Serif Devanagari', serif;
    animation: moveLeft 15s linear infinite;
}

@keyframes moveLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.news-img {
  width: 100%;
  height: 140px;        
  object-fit: cover;   
  border-radius: 10px;
}

.news-title {
  font-family: 'Noto Serif Devanagari', serif;
  font-size: 15px;
  line-height: 1.4;
}

.news-desc {
  font-size: 14px;
  line-height: 1.4;
  color: #555;
}
.big-news-img {
  /* width: 130%;
  height: 600px;         */
  width: 100%;
  max-height: 600px;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.initiative-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}

.initiative-card:hover {
  transform: translateY(-6px);
}

.initiative-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.initiative-title {
  margin: 18px 0 10px;
  font-weight: 600;
}

.child { color: #c2185b; }
.education { color: #00695c; }
.health { color: #8e24aa; }
.empower { color: #8d6e00; }

.line {
  height: 4px;
  width: 100%;
}

.line.child { background: #c2185b; }
.line.education { background: #00695c; }
.line.health { background: #8e24aa; }
.line.empower { background: #8d6e00; }


.founder-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  overflow: hidden;
  text-align: center;
  margin-top: 70px;
  /* width: 500px;
  height: 600px; */
  width: 200%;
  max-width: 500px;
  height: auto;
}

.founder-card img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.founder-card h6 {
  padding: 12px;
  margin: 0;
  font-weight: 600;
  background: #fff;
}

.card-img-top {
  height: 220px;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.card-img-top:hover{
    transform: translateY(-6px);
}

.nav-pills .nav-link {
  border-radius: 50px;
  padding: 8px 22px;
  font-weight: 500;
}
.nav-pills .nav-link.active {
  background-color: #0d6efd;
}

.col-md-4:hover {
    transform: translateY(-6px);
}

.help-section {
  background: linear-gradient(170deg, #fff 55%, orangered 45%);
}

.donate-circle img {
  width: 160px;
}

.footer {
  background-color: orangered;
}

.footer a {
  color: black;
  text-decoration: none;
  font-size: 16px;
}

.footer a:hover {
  text-decoration: underline;
  color: whitesmoke;
}

.footer ul li {
  margin-bottom: 6px;
}

.social-icons a {
  font-size: 20px;
  margin-right: 10px;
  color: #fff;
}

.hover-dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu {
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  padding: 10px 0;
}

.header-text{
  text-align: center;
}

@media (max-width: 768px) {
  .header-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}


.dropdown-item {
  padding: 8px 20px;
  font-size: 15px;
}

.dropdown-item:hover {
  background-color: #f2f2f2;
  color: orange;
}

.nav-link:hover {
  border-bottom: 2px solid orange;
}

.dropdown-toggle::after {
  display: none !important;
}


@media (max-width: 991px) {
  .logo-img {
    height: 60px;
  }

  .navbar-nav {
    text-align: center;
  }

  .navbar-nav .nav-link {
    padding: 10px 0;
    border-bottom: none;
  }

  .join-btn {
    margin: 10px auto;
    display: block;
  }
}

@media (max-width: 768px) {
  video {
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
  }

  h2, p {
    margin-left: 0 !important;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .big-news-img {
    width: 100%;
    height: auto;
  }

  .col-lg-7 h4,
  .col-lg-7 p {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 576px) {
  .news-img {
    height: 100px;
  }

  .news-title {
    font-size: 14px;
  }

  .news-desc {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .initiative-card img {
    height: 150px;
  }

  .initiative-title {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .founder-card {
    margin-top: 20px;
  }

  .founder-card img {
    height: 220px;
  }
}

@media (max-width: 576px) {
  .nav-pills {
    flex-wrap: wrap;
  }

  .nav-pills .nav-link {
    margin-bottom: 8px;
    font-size: 14px;
  }

  iframe {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .footer {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }
}


  .philosophy-card {
    border-bottom: 4px solid #c56a00;
    border-radius: 12px;
  }

.philosophy-icon {
  width: 80px;
  height: 140px;
  object-fit: contain;
}

.award-card {
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.award-card:hover {
  transform: translateY(-6px);
}

.award-img {
  width: 100%;
  height: 260px;
  object-fit: contain;   
}

.inspire-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.video-box {
  position: relative;
}

.video-box img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}

.play-btn:hover {
  background: #ff6600;
  color: #fff;
}

.section-padding {
            padding: 80px 0;
        }
        .section-title {
            font-weight: 700;
        }
        .section-subtitle {
            color: #6c757d;
            max-width: 700px;
            margin: auto;
        }
        .rounded-image {
            border-radius: 50%;
            width: 100%;
            max-width: 600px;
            /* margin-left: -60px; */
             margin-left: 0;
        }
        @media (min-width: 992px) {
          .rounded-image {
             margin-left: -60px;
            }
        }
.team-section {
            padding: 80px 0;
        }
        .team-card {
            background: #fff;
            border-radius: 6px;
            padding: 20px 25px;
            box-shadow: 0 0 0 1px #f1f1f1;
            height: 100%;
        }
        .team-name {
            color: #0d6efd;
            font-weight: 600;
            margin-bottom: 8px;
        }
        .team-role {
            color: #444;
            font-size: 15px;
        }
        .role-dot {
            width: 8px;
            height: 8px;
            background: #ff7a00;
            display: inline-block;
            margin-right: 8px;
            vertical-align: middle;
        }


.team-work .card {
    height: 100%;
    /* border: none; */
    border-radius: 10px;
}

.team-work .card-body {
    height: 100%;
}

.team-work img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.team-work .text-card {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.partners-section {
  padding: 80px 0;
  background: #fff;
}

.partners-divider {
  width: 60px;
  height: 3px;
  background: #ff7a00;
  margin: 10px auto 0;
  border: none;
}

.partner-card {
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-card img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}

.partner-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.impact-section {
  padding: 80px 0;
  background: #fff;
  position: relative;
}

/* soft background wave */
.impact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  /* background: #f6f7f7; */
  clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
  z-index: 0;
}

.impact-section .container {
  position: relative;
  z-index: 1;
}

.impact-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.impact-text {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

/* Map box */
.impact-map {
  background: #f28c7a;
  padding: 20px;
  border-radius: 6px;
}

.impact-map img {
  width: 100%;
  height: auto;
  display: block;
}

.campaign-scroll {
    display: flex;
    flex-wrap: nowrap;     /* ⭐ MOST IMPORTANT */
    overflow-x: auto;
    gap: 24px;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

/* optional scrollbar hide */
.campaign-scroll::-webkit-scrollbar {
    display: none;
}

.campaign-scroll > div {
    flex: 0 0 320px;   /* card width */
}

.child-care-section {
  padding: 80px 0;
  background: #fff;
}


/* .video-wrapper {
  position: relative;
  padding-top: 56.25%; 
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  max-height: 360px;
} */

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
}


/* Right image */
.child-care-img img {
  width: 100%;
  height: 360px;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}



.video-wrapper {
  position: relative;
  height: 360px;      
  padding-top: 0;     
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
}

.child-care-img img {
  height: 360px;
  object-fit: cover;
}


@media (max-width: 768px) {
  .video-wrapper,
  .child-care-img img {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

/* .child-care-section img {
  height: 220px;
  object-fit: cover;
} */

.child-care-section img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}


.child-care-section .card {
  transition: all 0.3s ease;
}

.child-care-section .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}



.donate-section {
  background: #f9f9f9;
}

.donate-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.donate-form {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  max-width: 500px;
  width: 100%;
}

.donate-form h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.donate-form h3 span {
  color: orange;
}

.form-header {
  background: #0d5db8;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 20px;
}

.form-control {
  border-radius: 6px;
}


.video-box {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 6px 15px rgba(0,0,0,0.2);
        }
        .video-box iframe {
            width: 100%;
            height: 200px;
        }


.video-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black;
    border-radius: 50%;
    padding: 15px;
}

.report-card {
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }

    .report-card:hover {
      transform: translateY(-5px);
    }

    .report-header {
      padding: 15px;
      text-align: center;
    }

    .report-header h4 {
      color: red;
      font-weight: bold;
      margin-bottom: 5px;
    }

    .report-header p {
      margin: 0;
      font-weight: 600;
      color: #0d6efd;
    }

    .report-img {
      width: 100%;
      /* height: 550px;    */
      height: auto;
      max-height: 400px;
      object-fit: cover;
    }

    .link:hover{
      color: #d35400;
    }

    .carousel-item img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
  }

  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
  }

  .carousel-indicators .active {
    opacity: 1;
    background-color: orange;
  }





 

