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%
    )
  );
  text-align: center;
}
.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;
}

.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;
}

.action-section {
  margin-top: -195px;
}

.action-section p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

.action-section .custom-btn {
  display: inline-block;
  padding: 13px 100px 13px 13px; /* Adjusted padding */
  border-radius: 2px;
  text-decoration: none;
  color: #333;
  position: absolute;
  bottom: 50px;
  border: 1px solid #000;
  font-weight: bold;
}

.action-section .custom-btn2 {
  display: inline-block;
  padding: 13px 100px 13px 13px; /* Adjusted padding */
  width: 80%;
  border-radius: 2px;
  text-decoration: none;
  color: #333;
  position: absolute;
  bottom: 50px;
  border: 1px solid #000;
  font-weight: bold;
}

.action-section .custom-icon {
  position: absolute;
  right: 10px; /* Adjusted right position */
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* Adjusted width */
  height: 20px; /* Adjusted height */
  transition: transform 0.3s ease; /* Smooth transition */
}
.custom-btn:hover .custom-icon {
  transform: translateY(-50%) rotate(45deg); /* Rotate icon on hover */
}

.custom-btn2:hover .custom-icon {
  transform: translateY(-50%) rotate(45deg); /* Rotate icon on hover */
}

.custom-btn:hover {
  background-color: #eee;
}

.custom-btn2:hover {
  background-color: #eee;
}
.make-donation h1 {
  font-weight: bold;
}
.make-donation,
.partner-us,
.volunteer {
  height: 325px;
  background-color: #fff;
  box-shadow: 0px 6px 15px 1px rgba(34, 34, 34, 0.15);
  padding: 20px;
  margin-bottom: 20px;
}

.make-donation h6,
.partner-us h6,
.volunteer h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.make-donation .progress {
  border-radius: 2px;
}
.make-donation .progress-bar {
  background-color: #111;
}

.center-heading {
  margin: 0px auto;
  max-width: 800px;
  text-align: center;
}

.center-heading h3 {
  font-weight: 600;
  margin: 20px;
}

.center-heading p {
  font-size: 18px;
  line-height: 1.5;
}
.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: 210px;
}
.story h5 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 40px;
}
.priority-areas-section {
  padding-bottom: 150px;
}
.priority-areas .center-heading {
  padding: 12px 0px;
}
.supported-goals {
  margin: 0px auto;
  max-width: 1280px;
}
.supported-goals .featured-image {
  width: 100%;
}
.supported-items {
  margin: 15px 0px;
  text-align: center;
}

.supported-items h5 {
  font-weight: 600;
  margin-top: 12px;
}

.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 {
  margin: 0px auto;
  padding: 50px 0px;
  max-width: 1024px;
}
.sort-filter-section {
  border-bottom: 1px solid #ccc;
  margin-top: 50px;
}

.sort-filter-section .filter-area {
  text-align: right;
  text-transform: uppercase;
  font-size: 14px;
}
#sortFilter {
  border: none;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px;
}
.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: 165px !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;
}
.supported-ngos-list .col-lg-4 {
  margin-bottom: 20px;
}
/* Add CSS for pagination */
.pagination {
  text-align: center;
  text-align: center;
  margin-top: 20px; /* Adjust the margin-top as needed */
  display: flex;
  justify-content: center;
}

.pagination button {
  margin-right: 5px;
  border: none;
  background-color: #fff;
  padding: 5px 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
}

.pagination button.active {
  font-weight: bold;
}

.testimonial-section .wrapper {
  padding: 30px;
  padding-bottom: 80px;
}
.testimonial-section .t-box {
  margin-top: 20px;
  padding: 20px;
  border-left: 1px solid #ccc;
}
.testimonial-section .t-pic img {
  width: 60px;
  padding: 20px 0px;
}

.testimonial-section .t-name,
.testimonial-section .t-title {
  text-transform: uppercase;
}

.testimonial-section .t-name {
  font-weight: bold;
}

.testimonial-section .t-title {
  margin-left: 5px;
  color: #999;
}
.how-section {
  padding: 40px 0px;
}
.how-donation {
  padding: 10px;
}

.how-donation h6 {
  text-transform: uppercase;
  font-weight: 600;
}

.how-donation hr {
  margin-top: 25px;
}

.connect-box {
  padding-top: 50px;
}
.connect-box h2 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.connect-box .progress {
  height: 5px;
}
.connect-box .progress .progress-bar {
  background-color: #111;
}

@media only screen and (max-width: 992px) {
}

@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 */
  }
}

@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;
  }
}
