body {
  /*overflow-x: hidden; */
}

.heading-red {
  color: #953734 !important;
}
.abt-header-2 {
  padding: 35px;
  background: var(
    --Gradient-Primary-Blue-Grey,
    linear-gradient(
      90deg,
      rgba(171, 190, 236, 0.49) 45.71%,
      rgba(112, 118, 130, 0.56) 100%
    )
  );
}
.abt-header-2 .heading-2 {
  text-align: center;
}

.abt-header-2 .heading-2 h1 {
  margin: 0px;
  padding: 0px;
  font-weight: 600;
}
/* full width div */
.full-width {
  position: relative; /* Relative positioning */
  left: 50%; /* Move the div horizontally */
  transform: translateX(-50%); /* Center the div horizontally */
  width: 100vw; /* Set the width to cover the entire viewport width */
}

.abt-section {
  padding: 70px 0px;
  padding-bottom: 0px !important;
}

.abt-content,
.story {
  padding-left: 25px;
}
.abt-section h3 {
  font-weight: 600;
}
.abt-section p {
  font-size: 18px;
  line-height: 1.6;
}

.abt-section .story p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 25px;
}

.center-heading {
  text-align: center;
}

.center-heading h3 {
  font-weight: 600;
}

.impact-data {
  padding: 30px 0px;
}

.impact-data table {
  width: 100%;
}
.impact-data table tr td {
  padding: 10px;
  width: 50%;
  vertical-align: top;
}
.impact-data div {
  padding: 5px 0px;
  width: 100%;
  border-bottom: 2px solid #eee;
}
.impact-data div .impact-data-num {
  display: flex;
  align-items: center; /* Vertically center items */
  justify-content: center; /* Horizontally center items */
  height: 70px; /* Set the height of the container */
  font-size: 32px;
  background-color: #eaeaea;
  font-weight: bold;
  border: none;
  margin-bottom: 7px;
}

.impact-data div .impact-data-val {
  padding-left: 10px;
  font-size: 15px;
  border: none;
  margin-bottom: 7px;
}
.impact-numbers {
  margin-top: 50px;
}

.world-map {
  padding: 50px 0px;
}

.world-map img {
  width: 100%;
}
.impact-cont {
  padding: 50px 0px;
  padding-bottom: 175px;
}
.impact-cont h3 {
  font-weight: 600;
}

.impact-left-cont p {
  padding: 20px 0px;
  line-height: 1.5;
}
.impact-right-cont {
}
.impact-right-cont table {
  width: 100%;
}
.impact-right-cont table tr td {
  padding: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;

  transition: transform 0.3s ease;
}
.impact-right-cont table tr td:first-child img {
  width: 110px;
  height: 110px;
  transition: transform 0.3s ease;
}
.impact-right-cont table tr td:hover {
  transform: scale(1.02);
}
.impact-right-cont table tr td:last-child img {
  width: 30px;
  height: 30px;
}

.impact-right-cont table tr td a {
  color: #000;
  text-decoration: none;
}

.impact-right-cont table tr td h5 {
  font-size: 17px;
  font-weight: bold;
}

.impact-right-cont table tr td p {
  font-size: 15px;
}
.related-links {
  border-radius: 15px;
  border: 2px solid #ccc;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.related-second-div a {
  color: #111;
}
.related-links img {
  width: 35px;
}
.related-section .related-second-div .d-flex {
  justify-content: flex-end;
}

.breadcrumb-container {
  text-align: center;
  padding: 30px 0px;
  margin-top: -50px;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block; /* Ensures the breadcrumb stays centered */
}

.breadcrumb-item {
  display: inline-block;
}
.breadcrumb-item:first-child {
  margin-right: -10px; /* Adjusted margin for the first item */
}

.breadcrumb-item span {
  font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding: 0 5px;
  color: #888;
}

.breadcrumb-item a {
  color: #3a40d8;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #555;
}

.supported-ngos-buttons {
  position: absolute;
  bottom: 5px;
  width: 91%;
  text-align: center;
}
.supported-ngos-buttons a {
  text-decoration: none;
}

.supported-ngos-buttons .button-website {
  display: inline-block;
  padding: 9px;
  padding-bottom: 11px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 44%;
  border-radius: 2px;
  border: 2px solid #333;
  margin-right: 2px;
  background-color: #fff;
  color: #333;
  transition: transform 0.3s ease;
}

.supported-ngos-buttons .button-website span {
  font-weight: bold;
  transition: transform 0.3s ease;
}

.supported-ngos-buttons .button-donate {
  padding: 11px;
  font-size: 14px !important;
  text-align: center;
  color: #fff;
  background-color: #444;
  cursor: pointer;
  /* Add background image for the icon */
  background-image: url("../images/related-icon-light.svg");
  background-repeat: no-repeat;
  background-position: right 10px center; /* Horizontal center and vertical middle */
  background-size: 20px; /* Adjust icon size */
  padding-right: 30px; /* Adjust space for the icon */
  border: 1px solid #444;
  width: 53%;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 600;
  transition: transform 0.3s ease;
}

.button-website:hover {
  background-color: #eee;
  color: #000;
}
.button-donate:hover {
  background-color: #000; /* Change background color on hover */
}
.ngo-description {
  font-size: 12px !important;
}
.ngo-details {
  height: 225px;
}
.carousel-indicators {
  width: 100%;
  margin-left: 0px;
}
.carousel-indicators li {
  background-color: #bbb; /* Grey color */
  width: 100px !important;
  padding: 1px;
  border-radius: 10px;
}

.program-details {
  padding: 30px 0px;
  padding-top: 0px;
}

.program-details h5 {
  font-weight: bold;
}

.program-details hr {
  border: none;
  border-bottom: 1px solid #000;
  margin: 25px 0px;
}
.program-details ul {
  margin-top: 25px;
}
.program-details ul li {
  position: relative;
  padding: 5px 0px;
  padding-left: 20px; /* Adjust the spacing between the bullet and the text */
  font-size: 15px;
}
.program-details ul li::before {
  content: "\2022"; /* Unicode character for a bullet (●) */
  position: absolute;
  left: 0;
  margin-right: 0px; /* Adjust spacing between the bullet and the list item text */
}
.team-committee-members {
  margin: 0px auto;
  max-width: 1100px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.team-committee-members img {
  width: 100%;
}

.other-initiatives-section {
  padding: 40px 0px;
  padding-bottom: 175px;
}
.other-int {
  margin: 0px auto;
  padding: 40px 0px;
  max-width: 1250px;
}

.other-int table {
  width: 100%;
}

.other-int table tr td {
  padding: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.other-int table tr td a {
  color: #333;
}

.other-int table tr td h5 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 5px;
}
.other-int table tr td:first-child {
  width: 50px;
}
.other-int table tr td:first-child .icon {
  width: 50px;
  padding: 0px;
}

.other-int table tr td:last-child .icon {
  width: 30px;
}
.other-int table tr td:last-child {
  text-align: right;
}

.honorees-section {
  padding-bottom: 10px;
}

.all-years-outcome {
  padding: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

/* Custom CSS for left-side tabs */

.honorees-tabs {
  padding: 30px 0px;
  padding-bottom: 50px;
}
.outcome-tabs .nav-tabs {
  flex-direction: column;
}
.outcome-tabs .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  padding: 10px 15px;
}
.outcome-tabs .nav-tabs .nav-link.active {
  background-color: #f8f9fa; /* Active tab background color */
}
/* Custom CSS for right-side content */
.honorees-tabs .tab-content {
  padding: 0 !important;
  margin-top: 0px;
}
.honorees-tabs .tab-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}

.honorees-tabs .tab-content table tr td {
  vertical-align: top;
}
.honorees-tabs .tab-content table tr td:first-child {
  width: 200px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
}

.honorees-tabs .tab-content table tr td:last-child {
  padding: 15px;
  box-shadow: 0px 0px 10px #ccc;
}
.honorees-tabs .tab-content img {
  width: 100%;
}

.honorees-tabs .tab-content .h-year {
  font-weight: 600;
}
.honorees-tabs .tab-content h5 {
  font-weight: 600;
  margin-top: 8px;
}
.honorees-tabs .tab-content .h-title {
  font-size: 14px;
}
.honorees-tabs .tab-content .h-det {
  padding: 10px 0px;
}
.three-members {
  max-width: 800px !important;
}

/* Add your CSS styles here */
.partner-filters {
  margin-bottom: 40px;
}

.partner-filters select {
  width: 100%;
  /* Make the select element full width */
  padding: 5px 0px;
  /* Add some padding for better visual appearance */
  box-sizing: border-box;
  /* Ensure padding is included in the width */
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
}

.partner-filters button {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #ccc;
  color: white;
  cursor: pointer;
  color: #333;
  margin-top: 10px;
}

.partner-filters label {
  font-size: 14px;
  margin-left: 3px;
}

.org-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  max-height: 550px;
  overflow-y: auto;
  padding-right: 50px;
}

.org-container .organization {
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 5px #ccc;
}

.org-container .organization table {
  width: 100%;
}

.org-container .organization table tr td {
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}

.org-container .organization table tr:first-child td {
  width: 100%;
  /* height: 125px; */
}

.org-container .organization table tr:last-child td {
  width: 100%;
}

.org-container .organization img {
  width: 100%;
  height: auto;
  /* Maintain aspect ratio */
  max-height: 100%;
  /* Ensure image does not overflow */
}
.goals-init-section {
  padding: 20px 0px;
  padding-bottom: 60px;
}
.goals-init-content {
  padding: 30px 5px;
}
.goals-init-content table {
  width: 100%;
}

.goals-init-content table tr th,
.goals-init-content table tr td {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.goals-init-content table tr th {
  width: 15%;
}

.vol-section {
  padding: 30px 0px;
  text-align: center;
  max-width: 800px;
  margin: 0px auto;
  line-height: 1.5;
}

.vol-section h3 {
  margin-bottom: 20px;
}
.vol-form-section {
  margin: 0px auto;
  max-width: 1100px;
}
.vol-form {
  border: 1px solid #ccc;
  padding: 20px 15px;
  background: #fff;
  box-shadow: 0px 6px 15px 1px rgba(34, 34, 34, 0.15);
}
.vol-side {
  font-size: 15px;
}
.vol-side h5 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;
}

.vol-form-section table {
  width: 100%;
}
.vol-form-section table tr td {
  padding: 10px;
  font-size: 15px;
  width: 50%;
}

.vol-form-section table tr td h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.vol-form-section table tr td h6 {
  text-transform: uppercase;
  background-color: #fafafa;
  padding: 5px 0px;
  font-size: 15px;
  font-weight: 600;
}

.vol-form-section table tr td .progress {
  background-color: #ccc;
  height: 4px;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  transition: width 0.6s ease;
}
.vol-form-section table tr td input[type="text"],
.vol-form-section table tr td input[type="email"],
.vol-form-section table tr td input[type="number"],
.vol-form-section table tr td input[type="tel"],
.vol-form-section table tr td textarea,
.vol-form-section table tr td select {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.vol-form-section table tr td input[type="radio"] {
  transform: scale(1.4); /* Adjust the scale as needed */
  margin-right: 5px; /* Adjust spacing between the radio button and label */
}
.vol-form-section table tr td .radios {
  padding: 15px 0px;
}

.vol-form-section table tr td input[type="submit"],
.vol-form-section table tr td button {
  padding: 15px 50px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.vol-form-section table tr td input[type="submit"]:hover,
.vol-form-section table tr td button:hover {
  background-color: #fff;
  color: #111;
}
.vol-side-first {
  border: 1px solid #ccc;
  background-color: #e4eaf6;
  box-shadow: 0px 6px 15px 1px rgba(34, 34, 34, 0.15);
  padding: 10px;
}
.vol-side-second {
  border: 1px solid #ccc;
  background-color: #fdebc2;
  box-shadow: 0px 6px 15px 1px rgba(34, 34, 34, 0.15);
  padding: 10px;
  margin-top: 15px;
}

.vol-side-button {
  position: relative;
}

.vol-side-button button {
  padding: 10px;
  padding-right: 2.5rem; /* Adjust this value to leave space for the icon */
  border-radius: 3px;
  border: 1px solid #000;
  width: 100%;
  margin-bottom: 10px;
  background-color: transparent;
  text-align: left;
  font-weight: 600;
}

.vol-side-button button:hover {
  background-color: #fff;
  color: #000;
}
.vol-side-button img {
  position: absolute;
  top: 40%;
  right: 0.5rem; /* Adjust this value to position the icon */
  transform: translateY(-50%);
  width: 16px; /* Adjust the width of the image */
  height: auto; /* Maintain aspect ratio */
}

.team-tabs-section {
  padding-top: 75px !important;
}
.team-tabs-section .wrapper .tabs-team {
  padding: 25px;
  margin: 0px auto;
  max-width: 1280px;
}
.vol-together {
  text-align: left;
  padding: 10px;
}
.vol-together h4 {
  margin-bottom: 30px;
  font-weight: 600;
}
.vol-together table {
  width: 100%;
}

.vol-together table tr th {
  text-align: left;
  padding: 0px;
}
.vol-together table tr td {
  padding-top: 15px;
  padding-bottom: 7px;
  border-top: 1px solid #000;
  vertical-align: top;
}

.vol-together table tr td h6 {
  font-weight: bold;
  font-size: 17px;
}
.why-slider {
}

.why-slider .slider-container {
  padding: 15px 60px;
}
.tabscol {
  text-align: left;
  padding: 0px;
}
.tabscol .card {
  padding: 10px;
  border: 1px solid #ccc;
  background: linear-gradient(
    180deg,
    rgba(196, 246, 229, 0) 0%,
    #c4f6e5 90.5%
  ) !important;
}
@media only screen and (max-width: 992px) {
  .impact-data {
    padding: 0px;
  }
  .impact-data table tr td {
    width: 100%;
    display: block;
    padding: 5px;
  }
  .org-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 20px;
    max-height: 440px;
  }
  .vol-form-section table tr td {
    display: block;
    width: 100%;
  }

  .why-slider .slider-container {
    padding: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .abt-header {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .slider-container {
    padding-right: 0px;
  }
  .abt-content,
  .story {
    padding-left: 0px;
  }
  .abt-content {
    padding: 20px 0px;
  }

  .abt-pic {
    text-align: center;
  }

  .abt-top-header {
    height: 250px;
  }

  .related-section .d-flex {
    justify-content: center;
    text-align: center;
  }
  .related-section .related-second-div .d-flex {
    justify-content: center;
  }
  .heading h1 {
    font-size: 38px;
  }
  .abt-pic h2 {
    font-size: 32px;
  }
  .overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      /* Starting color (black with 70% opacity) */ transparent
        /* Ending color (fully transparent) */
    ); /* Linear gradient from top to bottom */
    background-color: rgba(
      0,
      0,
      0,
      0.4
    ); /* Solid black color with 70% opacity */
  }

  .honorees-tabs .tab-content table tr td {
    display: block !important;
    width: 100%;
  }
  .honorees-tabs .tab-content table tr td img {
    width: 100%;
  }
  .honorees-tabs .tab-content table tr td:first-child {
    width: 100%;
    display: block;
  }
  .honorees-tabs .tab-content table tr td:last-child {
    clear: both;
    padding: 10px;
    margin-top: 30px;
  }
}
.story h5 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 40px;
}
.priority-areas-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.priority-areas {
  margin: 0px auto;
  max-width: 1100px;
}
.priority-areas .center-heading {
  padding: 12px 0px;
}
.supported-goals {
  margin: 0px auto;
  max-width: 1280px;
}
.supported-goals .featured-image {
  width: 100%;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.supported-items {
  margin: 20px 0px;
  text-align: center;
}

.supported-items h5 {
  font-weight: 600;
  margin-top: 12px;
}

.supported-items a {
  color: #333;
}
.supported-items a:hover img {
  transform: scale(0.95);
  border-radius: 2px;
}
.item-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  border: none;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  border: 1px solid #000;
  text-transform: uppercase;
  transition: padding 0.3s ease;
}

.item-button img {
  position: relative;
  top: 6px;
  right: 0px;
  margin-left: 5px;
  transform: translateY(-50%);
}
.item-button:hover {
  padding: 10px 25px;
  text-decoration: none;
  font-weight: 600;
}
.approach-details p {
  font-size: 15px !important;
}

.supported-ngos-section {
  padding: 60px 0px;
}

.supported-ngos-list {
  margin: 0px auto;
  max-width: 1200px;
  margin-top: 35px;
}
.supported-ngos-list .ngo-pic {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100% !important;
  height: 150px !important;
}
.supported-ngos-list .ngo-pic div {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 10px;
  background-color: #fff;
  padding: 5px;
  width: 100px;
  height: 70px;
}
.supported-ngos-list .ngo-pic div img {
  width: 100%;
  height: 100%;
}
.supported-ngos-list span {
  text-transform: uppercase;
  font-size: 14px;
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.supported-ngos-list h6 {
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 20px;
}
.supported-ngos-list p {
  font-size: 14px;
  margin-bottom: 10px;
}
.other-partners-section {
  padding-bottom: 70px;
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .abt-pic {
    padding: 35px;
  }

  .abt-pic h2 {
    font-size: 26px;
  }

  .impact-data table tr td {
    width: 100%;
    display: block;
    padding: 5px 0px;
  }

  .impact-data div {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center; /* Vertically center items */
    justify-content: center; /* Horizontally center items */
    text-align: center;
  }

  .impact-data div .impact-data-num {
    height: 70px; /* Set the height of the container */
    width: 70px;
    font-size: 32px;
    background-color: #eaeaea;
    font-weight: bold;
    border: none;
    margin-bottom: 7px;
  }

  .impact-data div .impact-data-val {
    padding-left: 0px;
    font-size: 15px;
    border: none;
    margin-bottom: 15px;
  }
}
