*,
*::after,
*::before {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box!important;
  border: none;
}
html,body,main{
  width: 100%!important;
}
body {
  width: 100%;
  overflow-x: hidden;
  height: auto;
  margin: 0;
  font-family: Arial, sans-serif !important;
}
main nav {
  position: sticky;
  top: 0;
}

main section {
  padding: 20px!important ;
}
main section.background-section {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: white;
  position: relative; /* Necessary for positioning the pseudo-element */
  height: auto; /* Full viewport height */
  overflow: hidden; /* Prevent overflow if necessary */
  background: url("../images/87f58a6f1c2b6c8b5017aa1fc384e9f3.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: darken;
  display: flex;
  color: white;
}
main section.intro div.header {
  width: 60%;
}
main section.intro div.header header h1 {
  font-size: 60px;
  font-weight: bolder;
  text-align: left;
}
main section.intro div.header header h1 span {
  position: relative; /* Positioning context for the pseudo-element */
  display: inline-block; /* Allows the span to take only as much width as needed */
  z-index: 1; /* Ensure text is above the background */
  color: #23298a!important;
}

main section.intro div.header header h1 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/brush.png");
  background-size: 119% 220%;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  z-index: -1;
}
main section.intro div.header header p {
  font-size: 19px;
  font-weight: lighter;
  text-align: left
}
main section.intro div.sdg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5rem;
}
main section.intro div.row div.img-text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

main section.intro div.row div.img-text img {
  width: 30px;
  border-radius: 3px;
  margin-right: 6px;
}
main section.intro div.row .card-title {
  color: #23298a;
  font-weight: bolder;
}
main section.intro div.row .card-text {
  font-weight: lighter;
  margin-top: 4px;
  text-align: left;
  
}
.sgd-yellow {
  background-color: #ffc94a !important;
}
.sdg-blue {
  background-color: #e7f4ff !important;
}

/* what-we-do */
section.what-we-do header h1 {
  font-size: 40px;
  font-weight: bolder;
}
section.what-we-do .row .card {
  background-color: transparent !important;
  border: none !important;
}
section.what-we-do .card img {
  border-radius: 20px;
  height: 350px;
  object-fit: cover;
  object-position: center;
}
section.what-we-do .card .card-body {
  text-align: left;
}
section.what-we-do .card .card-title {
  /* fon */
  font-weight: bold;
}
section.what-we-do .card .card-body ul {
  list-style: disc;
}
section.what-we-do .card .card-body ul li {
  padding: 5px 10px;
}
section.what-we-do div.problem-statement .card {
  padding: 30px;
  background: url("../images/problem-statment/bg.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #22287c;

  background-color: rgba(0, 0, 0, 0.445);
  background-blend-mode: darken;
}
section.what-we-do div.problem-statement .card h5 {
  font-size: 35px;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}
section.what-we-do div.problem-statement .card p {
  color: white;
  text-align: center;
  line-height: 1.3;
  font-size: 17px;
}
section.what-we-do div.problem-statement .card button {
  font-size: 22px;
}
/* OUR-IMAPACT */
section.our-impact{
  margin-top: 10px;
}
section.our-impact header img {
  width: 100%;
  max-width: 380px;
  z-index: -1;
}

section.our-impact header h1 {
  z-index: 1;
  font-weight: bold;
}
section.our-impact .header-title {
  padding: 20px 0px;
  margin-top: 20px;
}

section.our-impact .our-impact-main {
  display: flex!important;
  flex-wrap: wrap;
  justify-content: center!important;
  gap: 20px;
  align-items: center;
}

.our-impact-alert {
  width: 100%;
  max-width: 500px;
}
.our-impact-alert .our-impact-alert-div {
  padding: 20px 40px;
  width: 100%;
  background-color: #020656;
  color: white;
  font-size: 20px;
  /* line-height: 40px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.our-impact-alert .our-impact-alert-div p.count {
  font-size: 70px;
}
.our-impact-carousel {
  width: 100%;
  max-width: 600px;
  border: 2px solid #020656; /* Add a border to the carousel */
  border-radius: 10px; /* Optional: to give the border rounded corners */
}

.carousel-inner img {
  border-radius: 10px; /* Apply the same rounded corners to the images */
}

main section.get-involved{
  padding: 0px;
  height: auto;
  background-color: #FFF8ED;
}
main section.get-involved header h1{
  font-size: 40px;
  font-weight: bolder;
}/* General styling for the section */
main section.get-involved .text-image-grid {
  display: flex;
  border-radius: 20px 20px 0px 0px;
  align-items: stretch; /* Makes the image and text take up equal height */
  justify-content: space-around;
  background-color: #FFC94A;
  width: 100%; /* Take full width of the container */
  height: auto; /* Ensure the height is responsive */
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  margin: 0 auto;
}

/* Image and text containers share equal width */
main section.get-involved .img-container, 
main section.get-involved .text-container {
  width: 50%; /* Each side will take 50% of the width */
  height: auto; /* Height will adjust based on content */
  padding: 10px; /* Optional padding */
  box-sizing: border-box; /* Include padding in the width */
  color: #000;
  font-size: 30px;
  text-align: right;
  
}
main section.get-involved .text-container p{
  color: #000;
  font-size: 30px;
  text-align: right;
  font-weight: 400;
  padding: 10px 20px;
  padding: 10px 20px;
}

/* Image itself should be responsive */
main section.get-involved .img-container img {
  width: 100%; /* Full width of the container */
  height: 100%; /* Full height to match the div */
  object-fit: cover; /* Ensures image scales properly */
}

/* Responsive layout for smaller screens */
@media screen and (max-width: 768px) {
  main section.get-involved .img-container, 
  main section.get-involved .text-container {
    width: 100%; /* Full width for small screens */
    height: auto; /* Let the height adjust */
    text-align: center;
  }
  main section.get-involved .text-container p{
    text-align: center;
  }
}

main section.get-involved .card h5{
  font-weight: bolder;
  font-size: 30px;
}
.equal-height {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.btn-position {
  bottom: 20px; /* Adjust this value for proper button positioning */
}
main section.get-involved .card{
  background-color: #FFC94A;
  box-shadow: 1px 1px  10px rgba(0, 0, 0, 0.164);
  border: none ;
}main section.get-involved .card button{
  background-color: #FFC94A;
  border: none ;
}
main section.get-involved .card:hover{
  transition: 0.5s;
  box-shadow: 1px 1px  10px rgba(0, 0, 0, 0.349);
  cursor: pointer;
}
main section.we-belive-in{
  background-color: #e7f4ff;
}
main section.we-belive-in header h1{
  color: #23298A;
  font-size: 50px;
  font-weight: bolder;

}
main section.we-belive-in .upper-text{
  font-size: 20px;
}


footer {
  background-color: #020656;
  color: #fff;
  padding: 40px 0;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.logo img {
  max-width: 150px;
}

.footer-container h3 {
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid #22287c;
  padding-bottom: 10px;
}

.footer-container ul {
  list-style: none;
  padding: 0;
}

.footer-container ul li {
  margin: 8px 0;
}

.footer-container a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-container a:hover {
  color: #f0f0f0;
}

.social-media ul {
  display: flex;
  padding: 0;
}

.social-media li {
  margin-right: 4px!important;
}

.social-media a {
  font-size: 24px;
  color: white;
  transition: color 0.3s ease;
}

.social-media a:hover {
  color: #f0f0f0;
}

.footer-bottom {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 768px) {
  .footer-container {
      flex-direction: column;
      align-items: start;
  }
  .footer-container h3{
    border: none;
  }

  .footer-container div {
      margin-bottom: 20px;
      text-align: left;
  }
  .social-media i{
    margin: 1px 5px;
  }
}.equal-height {
  display: flex;
  flex-direction: column;
  min-height: 200px; /* Adjust based on desired minimum height */
}

.equal-height .card-body {
  flex-grow: 1;
}
