/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 99;
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50%;
}

.btn.btn-primary {
  background: #db291d;
  color: var(--bs-white) !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  transition: 0.5s;
}

.btn.btn.btn-primary:hover {
  background: var(--bs-primary) !important;
  color: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
  background: transparent;
  color: var(--bs-secondary);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border: none;
  transition: 0.5s;
}

.btn.btn-secondary:hover {
  color: var(--bs-primary) !important;
}

/*** Section Title Start ***/
.section-title {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  font-size: 35px;
  font-family: oswald, sans-serif;
}

/* color: #da291c;
    font-size: 43px;
    text-align: center;
    line-height: 35px;
    font-family: oswald, sans-serif;
    margin-bottom: 30px;
    padding-bottom: 30px;
} */
.section-title .sub-style {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.section-title .sub-style::before {
  content: "";
  width: 100px;
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-bottom: -6px;
  margin-left: -100px;
  border: 1px solid #db291d;
}

.section-title .sub-style::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: -8px;
  margin-left: -50px;
  border: 1px solid var(--bs-primary) !important;
}

.sub-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.sub-title::before {
  content: "";
  width: 100px;
  position: absolute;
  bottom: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-bottom: -8px;
  margin-right: -100px;
  border: 1px solid #db291d;
}

.sub-title::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: -6px;
  margin-right: -50px;
  border: 1px solid var(--bs-primary) !important;
}

/*** Topbar Start ***/
.fixed-top .container {
  transition: 0.5s;
}

.topbar {
  padding: 2px 10px 2px 20px;
  background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
  transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
  color: #db291d;
}

@media (max-width: 768px) {
  .topbar {
    display: none;
  }
}
/*** Topbar End ***/

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
  font-family: "Poppins", sans-serif;
  position: relative;
  margin-right: 25px;
  padding: 35px 0;
  color: var(--bs-primary) !important;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  transition: 0.5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--bs-primary) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #db291d;
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.sticky-top .navbar-light .navbar-brand img {
  max-height: 45px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
  }
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-secondary);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  /* background: var(--bs-light) !important; */
  transition: 0.5s;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .sticky-top {
    position: relative;
    background: var(--bs-white);
  }

  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid var(--bs-primary) !important;
    color: var(--bs-primary);
  }

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #dddddd;
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
    color: var(--bs-dark) !important;
  }

  .navbar-light .navbar-brand img {
    max-height: 45px;
  }
}

@media (min-width: 991.98px) {
  /*** Top and Bottom borders go out ***/
  .navbar-light .navbar-nav .nav-link:after,
  .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    top: 30px;
    bottom: 30px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: var(--bs-primary);
    opacity: 0;
    transition: all 0.5s;
  }

  .navbar-light .navbar-nav .nav-link:before {
    bottom: auto;
  }

  .navbar-light .navbar-nav .nav-link:after {
    top: auto;
  }

  .navbar-light .navbar-nav .nav-link:hover:before,
  .navbar-light .navbar-nav .nav-link.active:before {
    /* top: 20px;
        opacity: 1; */
    display: none;
  }

  .navbar-light .navbar-nav .nav-link:hover::after,
  .navbar-light .navbar-nav .nav-link.active::after {
    /* bottom: 20px;
        opacity: 1; */
    display: none;
  }
}

#searchModal .modal-content {
  background: rgba(240, 245, 251, 0.5);
}
/*** Navbar End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  background: linear-gradient(rgba(0, 58, 102, 0.9), rgba(0, 58, 102, 0.8)),
    url(../img/breadcrumb.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-size: cover;
  padding: 100px 0 60px 0;
}
/*** Single Page Hero Header End ***/

/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev .carousel-control-prev-icon,
.carousel-header .carousel-control-next .carousel-control-next-icon {
  width: 4rem;
  height: 4rem;
  margin-left: -60px;
  border-radius: 50%;
  background-size: 60% 60%;
  transition: 0.5s;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
  margin-left: 0;
  margin-right: -60px;
}

.carousel-header .carousel .carousel-indicators {
  padding-bottom: 0;
  transition: 0.5s;
}

.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border: 8px solid var(--bs-primary);
  border-radius: 50%;
  margin-right: 30px;
  transition: 0.5s;
}

.carousel-header .carousel .carousel-indicators li.active {
  width: 8px;
  height: 8px;
  border: 8px solid var(--bs-secondary);
}

.carousel-header .carousel-inner .carousel-item {
  position: relative;
  min-height: 100vh;
}

.carousel-header .carousel-inner .carousel-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-size: cover;
}

@media (max-width: 768px) {
  .carousel-header {
    height: 700px !important;
  }

  .carousel-header .carousel-control-prev .carousel-control-prev-icon,
  .carousel-header .carousel-control-next .carousel-control-next-icon {
    margin-top: 500px;
  }

  .carousel-header .carousel-control-prev .carousel-control-prev-icon {
    margin-left: 0px;
  }

  .carousel-header .carousel-control-next .carousel-control-next-icon {
    margin-right: 0px;
  }

  .carousel-header .carousel .carousel-indicators {
    padding: 0;
  }
}
/*** Carousel Hero Header End ***/

/*** Counter Facts Start ***/
.counter-facts {
  background: linear-gradient(
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.8)
    ),
    url(../img/breadcrumb.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

.counter-facts .counter {
  position: relative;
  text-align: center;
  width: 200px;
  min-height: 215px;
  padding: 10px 15px;
  margin: 0 auto;
  border-radius: 100px;
  box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
  background: var(--bs-white);
}

.counter-facts .counter:before {
  content: "";
  position: absolute;
  height: 105px;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 10px 10px 0 0;
  background-color: var(--bs-primary);
}
.counter-facts .counter .counter-icon {
  position: relative;
  width: 120px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 10px 10px 0 0;
  transform: translateY(-20px);
  font-size: 50px;
  line-height: 90px;
  color: var(--bs-secondary);
  background: rgba(1, 143, 252, 0.5);
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter .counter-icon:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px 10px 0 0;
  background: rgba(0, 58, 102, 0.5);
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter:hover .counter-icon i {
  transform: rotate(360deg);
  transition: all 0.3s ease;
}
.counter-facts .counter h3 {
  color: var(--bs-primary);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.counter-facts .counter .counter-value {
  font-size: 30px;
  font-weight: 700;
  display: block;
  color: var(--bs-secondary);
}

@media screen and (max-width: 1200px) {
  .counter-facts .counter {
    margin-bottom: 40px;
  }
}
/*** Counter Facts End ***/

/*** service Start ***/
.service .service-item {
  position: relative;
  overflow: hidden;
}

.service .service-item .service-inner .service-title {
  position: relative;
  margin-top: -30px;
  text-align: center;
  transition: 0.5s;
}

.service .service-item .service-inner .service-title .service-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
  border-radius: 10px;
  background: var(--bs-primary);
  opacity: 0;
  transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-content {
  bottom: 0;
  opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
  border-bottom: 1px solid rgba(256, 256, 256, 0.1);
}

.service .service-item .service-inner .service-title .service-title-name {
  transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
  opacity: 0;
}

.service .service-item .service-inner .service-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
  opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
  height: 100%;
  opacity: 1;
}

.service .service-item .service-inner .service-img img {
  transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
  transform: scale(1.3);
}
/*** Service End ***/

/*** Features Start ***/
.features .feature-item {
  position: relative;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.features .feature-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(0, 58, 102, 0.1);
  z-index: -1;
  transition: 0.5s;
}

.features .feature-item:hover::after {
  height: 100%;
}

.features .feature-item .feature-icon {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-light);
  transition: 0.5s;
}

.features .feature-item:hover .feature-icon {
  border-radius: 50%;
  background: var(--bs-white) !important;
}

.features .feature-item .feature-icon i {
  transition: 0.5s;
}

.features .feature-item:hover .feature-icon i {
  color: #db291d;
  transform: rotate(360deg);
  transition: all 0.5s ease;
}
/*** Features End ***/

/*** Country Start ***/
.country .country-item {
  position: relative;
}

.country .country-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 58, 102, 0.7);
  border-radius: 10px;
  transition: 0.5s;
  z-index: 1;
}

.country .country-item:hover::after {
  height: 100%;
}

.country .country-item .country-flag {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
  z-index: 2;
}

.country .country-item .country-flag img {
  border: 5px solid var(--bs-white);
  transition: 0.5s;
}

.country .country-item:hover .country-flag img {
  border: 5px solid var(--bs-white);
  transform: rotate(360deg);
  transition: all 0.5s ease;
}

.country .country-item .country-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  opacity: 0;
  z-index: 3;
}

.country .country-item:hover .country-name {
  opacity: 1;
}

.country .country-item img {
  transition: 0.5s;
}

.country .country-item:hover img {
  transform: scale(1.2);
}

.country .country-item .country-name a.fs-4 {
  transition: 0.5s;
}

.country .country-item .country-name a.fs-4:hover {
  color: #db291d;
}
/*** Country End ***/

/*** testimonial Start ***/
.testimonial .owl-carousel.testimonial-carousel {
  position: relative;
}

.testimonial
  .owl-carousel.testimonial-carousel
  .testimonial-item
  .testimonial-content {
  position: relative;
  border-radius: 10px;
  background: var(--bs-light);
}

.testimonial
  .owl-carousel.testimonial-carousel
  .testimonial-item
  .testimonial-content::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  bottom: -20px;
  left: 30px;
  transform: rotate(45deg);
  background: var(--bs-light);
  z-index: -1;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  font-size: 40px;
  color: var(--bs-primary);
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
  margin-right: 40px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
  transition: 0.5s;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--bs-secondary);
}
/*** testimonial end ***/

/*** training Start ***/
.training .training-item .training-inner {
  position: relative;
}

.training .training-item .training-inner .training-title-name {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
  transition: 0.5s;
}

.training .training-item {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.training .training-item:hover .training-inner .training-title-name {
  background: rgba(0, 58, 102, 0.5);
}

.training .training-item:hover .training-inner .training-title-name a {
  opacity: 0;
}

.training .training-item .training-inner img {
  transition: 0.5s;
}

.training .training-item:hover .training-inner img {
  transform: scale(1.3);
}

.training .training-item .training-content {
  position: absolute;
  width: 100%;
  bottom: -100%;
  left: 0;
  transition: 0.5s;
}

.training .training-item:hover .training-content {
  bottom: 0;
}
/*** training End ***/

/*** Contact Start ***/
.contact .office .office-item {
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
  background: var(--bs-light);
  transition: 0.5s;
}

.contact .office .office-item:hover {
  box-shadow: 20px 20px 20px rgba(0, 58, 102, 0.3);
}

.contact .office .office-item .office-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.contact .office .office-item .office-img img {
  transition: 0.5s;
}

.contact .office .office-item:hover .office-img img {
  transform: scale(1.3);
}

.contact .office .office-item .office-content a.text-secondary,
.contact .office .office-item .office-content a.text-muted {
  transition: 0.5s;
}

.contact .office .office-item .office-content a.text-muted:hover {
  color: #db291d;
}

.contact .office .office-item .office-content a.text-secondary:hover {
  color: var(--bs-primary) !important;
}
/*** Contact End ***/

/*** Footer Start ***/
.footer {
  background: #000000;
}
.footer .footer-item a {
  line-height: 30px;
  color: var(--bs-white);
  transition: 0.5s;
}

.footer .footer-item p {
  line-height: 30px;
}

.footer .footer-item a:hover {
  letter-spacing: 2px;
  color: var(--bs-secondary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #ffffff;
}
/*** copyright end ***/
/*** Custom CSS End ***/
/*** Custom CSS End ***/
/*** Custom CSS End ***/
/*** Custom CSS End ***/
/*** Custom CSS End ***/
/*** Custom CSS End ***/
/*** Custom CSS End ***/

.poshan-slider {
  width: 100%;
  overflow: hidden;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 200px;
}

.image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-box {
  background: #5fc4c7;
  color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-box h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.bottom-bar {
  background: #3d3d3d;
  color: #fff;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .image-grid {
    grid-template-columns: 1fr;
  }
  .content-box {
    text-align: center;
  }
  .bottom-bar {
    flex-direction: column;
    gap: 10px;
  }
}
.bal-raksha-section {
  background: #fde9ea; /* light pink */
  padding: 70px 0;
}

.bal-raksha-section h2 {
  font-size: 32px;
  font-weight: 800;
  color: #f3a6af; /* light pink heading */
  margin-bottom: 25px;
  text-transform: uppercase;
}

/* h1 {
    font-family: Oswald, sans-serif;
    font-optical-sizing: auto;
    font-size: 32px;
    font-weight: 500;
    color: #f8b5c4;
    margin: 0;
} */

.bal-raksha-section p {
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 18px;
  /* max-width: 1000px; */
}

.read-more-btn {
  display: inline-block;
  background: #f6a6ad;
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.read-more-btn:hover {
  background: #e88f97;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .bal-raksha-section {
    padding: 40px 15px;
  }

  .bal-raksha-section h2 {
    font-size: 22px;
  }

  .bal-raksha-section p {
    font-size: 15px;
  }
}

.fields-work {
  padding: 70px 0;
  background: #ffffff;
  text-align: center;
}

.section-title {
  font-size: 35px;
  font-weight: 900;
  color: #e1251b;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.fields-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  align-items: center;
}

.field-item img {
  width: 90px;
  height: auto;
  margin-bottom: 15px;
}

.field-item h4 {
  font-size: 20px;
  font-weight: 1000;
  margin: 0;
}

/* Text Colors */
.edu {
  color: #19b6c3;
}
.health {
  color: #f6a6ad;
}
.resilience {
  color: #f2b234;
}
.livelihood {
  color: #62c370;
}
.protection {
  color: #e67c3c;
}
.humanitarian {
  color: #9b7cc3;
}

/* Responsive */
@media (max-width: 992px) {
  .fields-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

@media (max-width: 576px) {
  .fields-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.education-section {
  padding: 60px 0;
  background: #ffffff;
}

.edu-wrapper {
  display: flex;
  max-width: 1200px;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
  background: #d9fbff;
}

.edu-image {
  flex: 1;
}

.edu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edu-content {
  flex: 1;
  padding: 50px;
}

.edu-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1bb7c1;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.edu-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 15px;
  text-align: justify;
}

.edu-btn {
  display: inline-block;
  margin-top: 10px;
  background: #1bb7c1;
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.edu-btn:hover {
  background: #159aa2;
  color: #fff;
}
@media (max-width: 768px) {
  .edu-wrapper {
    flex-direction: column;
  }

  .edu-content {
    padding: 30px;
  }

  .edu-content h2 {
    font-size: 22px;
  }
}
.main-banner {
  position: relative;
  width: 100%;
  /* height: 500px; */
  overflow: hidden;
}

.main-banner img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

/* Overlay Content */
.banner-content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  max-width: 520px;
  color: #fff;
}

.banner-content h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.banner-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.banner-btn {
  display: inline-block;
  background: #1bb7c1;
  color: #fff;
  padding: 12px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.banner-btn:hover {
  background: #159aa2;
  color: #fff;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  /* .main-banner {
        height: 380px;
    } */

  .banner-content {
    left: 5%;
    right: 5%;
  }

  .banner-content h1 {
    font-size: 24px;
  }
}
.programmes-india {
  padding: 70px 0;
  background: #ffffff;
}

.programmes-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}

.programmes-content {
  flex: 1;
}

.programmes-content h2 {
  font-size: 25px;
  font-weight: 700;
  color: #e1251b;
  margin-bottom: 25px;
  text-transform: uppercase;
  line-height: 1.3;
}

.programmes-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 18px;
  max-width: 520px;
}

.programmes-content .note {
  margin-top: 30px;
  font-size: 15px;
  color: #000;
}

.programmes-map {
  flex: 1;
  text-align: right;
}

.programmes-map img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .programmes-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .programmes-content p {
    max-width: 100%;
  }

  .programmes-map {
    text-align: center;
  }
}
.success-stories {
  /* padding: 70px 0; */
  background: #ffffff;
}

.section-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #e1251b;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.section-desc {
  /* max-width: 900px; */
  margin: 0 auto 40px;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  color: #000;
  text-align: justify;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.story-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  /* margin-bottom: 15px; */
}

.story-title {
  font-size: 15px;
  font-weight: 600;
  color: #e1251b;
  margin-bottom: 10px;
}

.story-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 15px;
}

.story-btn {
  display: inline-block;
  background: #9e9e9e;
  color: #fff;
  padding: 7px 14px;
  border-radius: 6px;
  font-size: 13px;
  text-decoration: none;
}

.story-btn:hover {
  background: #7f7f7f;
}

.stories-footer {
  text-align: center;
  margin-top: 40px;
}

.view-all-btn {
  background: #e1251b;
  color: #fff;
  padding: 10px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.view-all-btn:hover {
  background: #c91e15;
}
@media (max-width: 992px) {
  .stories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .stories-grid {
    grid-template-columns: 1fr;
  }
}
.awards-section {
  background: #0aa6b5;
  padding: 60px 0;
}

.awards-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.award-item {
  text-align: center;
  color: #fff;
  max-width: 200px;
}

.award-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid #f5b400;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.award-img img {
  max-width: 85%;
  max-height: 85%;
}

.award-item p {
  font-size: 14px;
  line-height: 1.5;
}

/* Carousel Dots */
.carousel-indicators {
  bottom: -35px;
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff80;
}

.carousel-indicators .active {
  background: #e1251b;
}

/* Responsive */
@media (max-width: 768px) {
  .award-item {
    max-width: 45%;
  }
}

@media (max-width: 480px) {
  .award-item {
    max-width: 100%;
  }
}

.campaigns-section {
  padding: 80px 0;
  background: #ffffff;
}

.campaigns-title {
  text-align: center;
  color: #e31e24;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 50px;
}

/* GRID */
.campaigns-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

/* CARD */
.campaign-card {
  background: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s ease;
}

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

/* IMAGE */
/* .campaign-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
} */

/* BODY */
.card-body {
  padding: 20px;
}

.card-body h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.card-body p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* BUTTONS */
.btn01 {
  width: 100%;
  padding: 10px;
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
}

.btn-edu {
  background: #16b6c6;
}

.btn-health {
  background: #f7a4b5;
}

.btn-tech {
  background: #6ac78b;
}

.btn:hover {
  opacity: 0.9;
}
.blog-section {
  padding: 80px 0;
  background: #ffffff;
}

.blog-title {
  text-align: center;
  color: #e31e24;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-desc {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 1.7;
}

/* GRID */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

/* CARD */
.blog-card {
  text-align: left;
}

.blog-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 15px;
}

.blog-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #e31e24;
  margin-bottom: 10px;
}

.blog-card p {
  font-size: 13px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* BUTTON */
.read-btn {
  display: inline-block;
  padding: 7px 14px;
  background: #9e9e9e;
  color: #fff;
  font-size: 13px;
  border-radius: 6px;
  text-decoration: none;
}

.read-btn:hover {
  background: #7b7b7b;
}

.partners-section {
  padding: 80px 0;
  background: #fff;
}

.partners-title {
  text-align: center;
  color: #e31e24;
  font-weight: 700;
  margin-bottom: 50px;
}

.partners-section {
  padding: 80px 0;
  background: #fff;
}

.partners-title {
  text-align: center;
  color: #e31e24;
  font-weight: 700;
  margin-bottom: 40px;
}

/* Carousel */
.carousel-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: auto;
}

.carousel-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

/* 4 logos on desktop */
.logo-slide {
  flex: 0 0 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-slide img {
  max-height: 70px;
  max-width: 160px;
  object-fit: contain;
  transition: 0.3s;
}

.logo-slide img:hover {
  transform: scale(1.05);
}

/* Tablet – 2 logos */
@media (max-width: 992px) {
  .logo-slide {
    flex: 0 0 50%;
  }
}

/* Mobile – 1 logo */
@media (max-width: 576px) {
  .logo-slide {
    flex: 0 0 100%;
  }
}

/* Dots */
.partners-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dot {
  width: 10px;
  height: 10px;
  background: #cfcfcf;
  border-radius: 50%;
}

.dot.active {
  background: #e31e24;
}

.mission-section {
  padding: 80px 0;
  background: #fff;
}

.mission-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

/* LEFT VIDEO */
.mission-video {
  flex: 1;
}

.video-overlay {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.video-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Play Button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
}

/* Hindi Text */
.video-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

/* Logo */
.video-logo {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 70px;
}

/* RIGHT CONTENT */
.mission-content {
  flex: 1;
}

.mission-content h2 {
  color: #e31e24;
  font-weight: 700;
  margin-bottom: 20px;
}

.mission-content p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #000;
}

.mission-content a {
  color: #e31e24;
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .mission-wrapper {
    flex-direction: column;
  }
}
.faq-section {
  /* padding: 80px 0; */
  background: #f8f8f8;
  border-bottom: 9px solid #d9291b;
}

.faq-title {
  text-align: center;
  color: #e31e24;
  font-weight: 700;
  margin-bottom: 50px;
}

.faq-wrapper {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* LEFT */
.faq-left {
  flex: 1;
  text-align: center;
}

.big-question {
  font-size: 260px;
  color: transparent;
  -webkit-text-stroke: 6px #e31e24;
  font-weight: 700;
  line-height: 1;
}

/* RIGHT */
.faq-right {
  flex: 1.5;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 14px 0;
}

.faq-question {
  /* display: flex;
    justify-content: space-between; */
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}

.faq-question .icon {
  color: #e31e24;
  font-size: 20px;
}

.faq-answer {
  display: none;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.6;
  color: #333;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .faq-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .big-question {
    font-size: 200px;
  }

  .faq-right {
    text-align: left;
  }
}

.top-bar {
  background: #d92b1f;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}

.top-bar-inner {
  display: flex;
  align-items: center;
}

/* MARQUEE */
.top-bar-marquee {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 18s linear infinite;
}

/* CONTACT */
.top-bar-contact {
  display: flex;
  gap: 20px;
  padding: 8px 15px;
  white-space: nowrap;
}

.top-bar-contact i {
  margin-right: 6px;
}

/* ANIMATION */
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .top-bar-contact {
    display: none;
  }
}
.faq-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-image {
  max-width: 335px;
  height: auto;
  object-fit: contain;
}
.programmes-map svg {
  max-width: 100%;
  height: auto;
}

.programmes-map path:hover {
  fill: #1a73e8;
  cursor: pointer;
}

.programmes-map circle {
  cursor: pointer;
}
.support-section {
  padding: 70px 20px;
  background-image: url("/assets/img/actionbg.webp"); /* background image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.support-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.support-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
}

.support-card img {
  width: 100%;
  height: 100%;
  display: block;
}

.support-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  /* left: 150px; */

  background: #e53935;
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease;
}

/* @media (max-width: 768px) {
  .support-btn {
    position: fixed; /* screen ke niche chipka rahe */
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 18px;
    font-size: 14px;
    border-radius: 6px;
    z-index: 999;
  }
} */
.support-btn:hover {
  background: #c62828;
  transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .support-container {
    grid-template-columns: 1fr;
  }
}
.donor-section {
  padding: 70px 20px;
  background: #fff;
}

.container {
  max-width: 1200px;
  margin: auto;
  text-align: justify;
}

.section-title {
  color: #e53935;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.section-desc {
  /* max-width: 900px; */
  margin: auto;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 40px; /* space after description */
}

.donor-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 80px;
}

.donor-card {
  background: #fff;
  border-radius: 15px;
  padding: 60px 30px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
}

.donor-img {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.donor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stars {
  color: #f9a825;
  margin: 20px 0;
  font-size: 18px;
}

.donor-text {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  position: relative;
}

.quote {
  font-size: 40px;
  color: #ccc;
  position: absolute;
  left: -10px;
  top: -15px;
}

.quote.end {
  position: relative;
  font-size: 40px;
  left: auto;
  top: auto;
}

.donor-name {
  margin-top: 20px;
  font-weight: 600;
}

.donor-location {
  font-size: 13px;
  color: #777;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .donor-cards {
    grid-template-columns: 1fr;
  }
}
.main-header {
  border-top: 3px solid #e53935;
  background: #fff;
}

.header-container {
  max-width: 1280px;
  margin: auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.logo img {
  height: 50px;
}

/* Navigation */
.main-nav ul {
  list-style: none;
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
}

.main-nav a {
  text-decoration: none;
  color: #111;
  font-weight: 500;
  font-size: 15px;
}

.main-nav a:hover {
  color: #e53935;
}

/* Right Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.search-icon {
  font-size: 18px;
  color: #111;
  text-decoration: none;
}

.donate-btn {
  background: #e53935;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.donate-btn:hover {
  background: #c62828;
}

.corporate-partnership {
  background: #fff;
}

.section-title {
  font-weight: 700;
  color: #e53935;
  letter-spacing: 1px;
}

.partner-logo {
  max-height: 70px;
  object-fit: contain;
  /* filter: grayscale(100%); */
  opacity: 0.8;
  transition: 0.3s ease;
}

.partner-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* .partner-logo {
  max-height: 70px;
  object-fit: contain;
} */

/* MOBILE FIX */
@media (max-width: 576px) {
  #partnerCarousel .carousel-item .row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  #partnerCarousel .carousel-item .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .carousel-indicators {
    bottom: -30px;
  }
}

.carousel-indicators [data-bs-target] {
  /* background-color: #ccc; */
  border-color: #ffffff;
  width: 10px;
  height: 0px;
  border-radius: 50%;
}

.carousel-indicators .active {
  background-color: #e53935;
}
.site-footer {
  background: #2b2b2b;
  color: #ffffff;
  padding: 60px 0;
  font-size: 14px;
}

.footer-logo {
  max-width: 180px;
  margin-bottom: 10px;
}

.brand-subtitle {
  font-size: 13px;
  opacity: 0.85;
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

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

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

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.85;
  transition: 0.3s;
}

.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-social a {
  color: #ffffff;
  font-size: 30px;
  margin-right: 12px;
  display: inline-block;
  transition: 0.3s;
}

.footer-social a:hover {
  opacity: 0.7;
}
.awards-section {
  background: #0aa6b5;
  padding: 60px 0;
}

.awards-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.award-item {
  text-align: center;
  color: #fff;
  max-width: 200px;
}

.award-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid #f5b400;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.award-img img {
  max-width: 85%;
  max-height: 85%;
}

.award-item p {
  font-size: 14px;
  line-height: 1.5;
}

/* Carousel Dots */
.carousel-indicators {
  bottom: -35px;
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff80;
}

.carousel-indicators .active {
  background: #e1251b;
}

/* Responsive */
@media (max-width: 768px) {
  .award-item {
    max-width: 45%;
  }
}

@media (max-width: 480px) {
  .award-item {
    max-width: 100%;
  }
}



.campaigns-section {
  padding: 70px 0;
  background: #fff;
}

.section-title {
  text-align: center;
  font-weight: 700;
  color: #e1251b;
  margin-top: 50px;
  text-transform: uppercase;
}

.campaigns-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.campaign-card {
  background: #f1f1f1;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* .campaign-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
} */

.campaign-content {
  padding: 20px;
  flex-grow: 1;
}

.campaign-content h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 700;
}

.campaign-content p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.donate-btn {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  margin: 15px;
}

.donate-btn span {
  font-size: 20px;
}

/* Button Colors */
.donate-btn.teal {
  background: #19b5be;
}

.donate-btn.pink {
  background: #ffb3c1;
  color: #000;
}

.donate-btn.green {
  background: #6fcf97;
}

/* Responsive */
@media (max-width: 992px) {
  .campaigns-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .campaigns-grid {
    grid-template-columns: 1fr;
  }
}
