.header-slider-wrapper {
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-slides-container {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
}

.header-slide-card {
  width: 10%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: var(--border-radius);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-size: cover;
  margin: 0 10px;
  transition: 0.3s cubic-bezier(0.28, -0.03, 0, 0.99);
  cursor: pointer;
}

.header-slide-card > .header-slide-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  padding: 40px 20px;
  background-color: #00000024;
}

.header-slide-card > .header-slide-row > .header-slide-icon {
  background-color: #005170;
  border-radius: 50%;
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px;
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--white);
}

.header-slide-card > .header-slide-row > .header-slide-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  height: 80px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease;
  transition-delay: 0.3s;
  color: var(--white);
}

.header-slide-description h2 {
  font-size: xx-large;
}

.header-slide-description p {
  padding-top: 5px;
  color: var(--white);
}

.header-slide-radio {
  display: none;
}

.header-slide-radio:checked + label {
  width: 90%;
}

.header-slide-radio:checked + label .header-slide-card > .header-slide-row {
  padding: 50px;
}

.header-slide-radio:checked + label .header-slide-description {
  opacity: 1;
  transform: translateY(0);
}

.home-header-ctas {
  display: flex;
  align-items: center;
}

.home-header-content {
  text-align: center;
  margin-bottom: 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-header h1 {
  font-weight: 500 !important;
  font-size: 4.5rem;
  width: 75%;
  margin: auto;
  margin-bottom: 1rem;
}

.home-header p {
  font-size: 1.2rem;
  width: 70%;
  margin: auto;
  color: var(--gray);
}

.home-header-img-grid {
  width: 100%;
  height: 400px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: flex-end;
}

.home-header-img img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
}

.home-header-img:nth-child(1) img,
.home-header-img:nth-child(5) img {
  height: 400px;
}

.home-header-img:nth-child(2) img,
.home-header-img:nth-child(4) img {
  height: 260px;
}

.home-header-img:nth-child(3) img {
  height: 150px;
}

/* second design of stat start */
.home-stat-d2 {
  text-align: center;
  margin: 9rem 0;
}

.home-stat-d2 h2 {
  font-size: 2.5rem;
  color: var(--secondary);
  font-weight: 800;
}

.home-stat-d2 p {
  font-size: 1.2rem;
  width: 50%;
  margin: auto;
}

.home-stat-d2-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
  gap: 40px;
}

.stat-d2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.7rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.stat-d2-item .stat-d2-counter {
  font-size: 3.2rem;
  color: var(--secondary);
  font-weight: 800;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.stat-d2-item .stat-d2-text {
  font-size: 1.1rem;
  font-weight: 700;
}

/* second design of stat end */

.home-stat {
  padding: 0 19rem;
  margin: 9rem 0;

  h2 {
    font-size: 5rem;
    line-height: 1.2;
    padding-bottom: 5rem;
    font-weight: 500 !important;
  }

  p {
    padding: 5rem 0;
    font-size: 2rem;
    line-height: 1.3;
  }
}

.home-stat-data {
  width: 10rem;
  height: 12rem;
  border-radius: var(--border-radius);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-stat-content {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius);
}

.home-stat-data * {
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 600;
}

.home-stat-data#stat-1 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary);
}

.home-stat-data#stat-2 {
  position: absolute;
  top: 340px;
  left: 70px;
  background-color: var(--secondary);
}

.home-stat-data#stat-3 {
  position: absolute;
  top: 10px;
  right: 40px;
  background-color: var(--secondary);
}

.home-stat-data#stat-4 {
  position: absolute;
  top: 86%;
  right: 150px;
  height: 10rem;
  background-color: var(--primary);
}

.home-about {
  padding-top: 9rem;
  /* height: 40vh; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  min-height: 500px;
}

.home-about-img-container {
  min-height: 500px;
  height: 500px;
}

.home-about-img-container h2 {
  position: absolute;
  top: -140px;
  font-size: 9em;
  font-weight: 400 !important;
  right: 0px;
  z-index: -1;
  left: -250px;
  letter-spacing: 7px;
}

.home-about-img-overlay {
  height: 100%;
  animation: 2s slideout;
  animation-fill-mode: forwards;
  transition: 0.1s linear;
  background-color: white;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.home-about-image {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: var(--border-radius);
}

@keyframes slideout {
  0% {
    top: 0;
  }

  100% {
    top: -100%;
  }
}

.home-about-paragraph {
  font-size: 1.5rem;
}

.home-cta-container {
  overflow: hidden;
  position: relative;

  a {
    text-decoration: none;
  }
}

.home-cta {
  width: 120%;
  background-color: var(--primary);
  color: white;
  font-size: 2rem;
  text-align: center;
  margin-top: 10rem;
  padding: 2rem 0;
  letter-spacing: 5px;
  text-wrap: nowrap;
  overflow: hidden;
  display: flex;
  justify-content: center;
  text-overflow: ellipsis;
  font-weight: 600;
}

.home-cta:first-child {
  transform: rotate(2deg);
}

.home-cta:nth-child(2) {
  transform: rotate(-4deg);
  background-color: var(--secondary);
  margin-top: 0;
  position: relative;
  top: -70px;
}

/* home programs slider start */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-container {
  width: 93%;
  margin-left: auto;
}

.home-programs-swiper {
  height: 480px;
  max-height: 480px;
  cursor: grab;
  margin: 30px 0;
  position: relative;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide a {
  width: 100%;
  height: 100%;
}

.swiper-pagination {
  background-color: white;
}

.home-our-programs {
  position: relative;
  overflow: hidden;
  padding-top: 12rem;
}

.home-programs-title-mobile,
.home-about-title-mobile {
  display: none;
}

.home-programs-title {
  position: absolute;
  top: 100px;
  font-size: 7rem;
  font-weight: 400 !important;
  z-index: -1;
  right: 0;
  letter-spacing: 7px;
}

.home-program-slide {
  height: 400px !important;
  max-height: 400px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.home-program-slide .visible-content {
  padding: 30px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.55255606) 100%
  );
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.home-program-slide .visible-content h2 {
  font-size: 1.3rem;
  color: var(--white);
  margin-top: 0.5rem;
}

.home-program-slide .visible-content span {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--white);
}

.home-program-slide a {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  text-decoration: none;
  color: var(--white);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.home-programs-next {
  left: 0 !important;
  top: 65% !important;
  width: 70px !important;
  height: 70px !important;
  z-index: 7 !important;
}

.home-programs-prev {
  top: 55% !important;
  left: 0 !important;
  width: 70px !important;
  height: 70px !important;
  z-index: 7 !important;
}

/* home programs slider end */

/* home news start */
.home-news {
  margin: 4rem 0;
  padding: 7rem 0;
  background-color: var(--primary);
}

.home-news-title {
  font-size: 3rem;
  margin-bottom: 3rem;
  color: var(--white);
  font-weight: 400 !important;
}

.home-news-grid-item:nth-child(1) {
  border-top: 1px solid var(--white);
}

.home-news-grid-item a {
  border-bottom: 1px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 0;
  position: relative;
  position: relative;
  transition: all 0.5s ease-in-out;

  h3 {
    font-size: 1.5rem;
    color: var(--white);
    font-weight: 500;
  }

  span {
    font-size: 1.1rem;
    color: var(--white);
    font-weight: 600;
  }
}

.home-news-grid-item a:before {
  content: "";
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  z-index: -1;
  transition: width 0.8s ease-out;
}

.home-news-grid-item a:hover {
  padding-left: 15px;
  padding-right: 15px;

  h3,
  span {
    color: var(--primary);
  }
}

.home-news-grid-item a:hover::before {
  width: 100%;
}

/* home news end */

/* Home End */

.about-page-container {
  margin-top: 100px;
}

.about-page-container h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.about-submenu {
  width: 100%;
  background-color: var(--primary);
  position: fixed;
  top: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.about-submenu ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  margin: 0;
}

.about-submenu ul a {
  color: var(--white);
  text-decoration: none;
  font-size: 0.9rem;
  display: flex;
  align-content: center;
  font-weight: 500;
}

.about-jump-tolink {
  padding: 20px 0;
  cursor: pointer;
  transition: 0.3s ease;
}

.about-jump-tolink a {
  padding: 0 10px;
}

.about-jump-tolink a svg {
  transform: translateY(-35px);
  transition: 0.3s ease;
}

.about-jump-tolink:hover a,
.about-jump-tolink:hover a svg {
  color: var(--white);
  fill: var(--white);
}

.about-jump-tolink:hover a svg {
  transform: translateY(0px);
}

.about-header h1 {
  font-size: 6rem;
}

.about-header span {
  font-size: 1.5rem;
}

.about-whoweare {
  display: flex;
  margin: 7rem 0;
  align-items: center;
}

.about-whoweare-text,
.about-whoweare-image {
  flex-basis: 50%;
}

.about-whoweare-text p {
  font-size: 1.2rem;
  width: 90%;
}

.about-whoweare-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: var(--border-radius);
}

.about-volunteer-cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: var(--border-radius);
  height: 350px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-volunteer-cta-text {
  width: 50%;
  padding: 2rem 3rem;
}

.about-volunteer-cta-text p {
  line-height: 1.5;
  margin-bottom: 25px;
}

.about-volunteer-cta-img {
  width: 50%;
  height: 100%;
}

.about-volunteer-cta-img img {
  object-fit: cover;
  width: 80%;
  height: 100%;
  float: right;
}

.about-vision,
.about-mission {
  width: 100%;
  padding: 5rem 15rem;
  margin: 5rem 0 5rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-vision {
  margin-bottom: 0;
}

.about-mission {
  margin-top: 0;
}

.about-mission h3,
.about-vision h3 {
  font-size: 16rem;
  text-wrap: nowrap;
  opacity: 0.06;
  position: absolute;
  z-index: 0;
  color: white;
  top: 50%;
  left: -2%;
  transform: translateY(-50%);
  text-align: center;
  letter-spacing: 20px;
}

.about-mission h3 {
  color: var(--primary);
}

.about-mission h4,
.about-vision h4 {
  color: white;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.about-mission h4 {
  color: var(--primary);
}

.about-mission p,
.about-vision p {
  font-size: 1.3rem;
  line-height: 1.5;
  z-index: 1;
  color: white;
  position: relative;
  font-weight: 500;
}

.about-mission p {
  color: var(--primary);
}

.about-core-values-title h3 {
  font-size: 2.1rem;
  width: 70%;
  margin-bottom: 50px;
  line-height: 1.5;
}

.about-core-values-grid {
  grid-column-gap: 4em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  margin-top: 2rem;
  min-height: 130vh;
}

.core-value-item {
  border-top: 1px solid rgba(0, 0, 0, 0.377);
  padding-top: 3.13em;
  padding-left: 1.75em;
  padding-right: 1.75em;

  p {
    color: var(--black);
    opacity: 0.7;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.about-team {
  margin-bottom: 4rem;
}

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.about-team-title,
.about-approach-title {
  margin-bottom: 30px;
  font-size: 2.1rem;
}

.about-team-card {
  width: 100%;
  height: 400px;
  border-radius: var(--border-radius);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.about-team-card-overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  transition: transform 0.3s ease;
  /* Added transition effect */
}

.about-team-card-overlay * {
  color: var(--white);
  transition: 0.2s linear;
}

.about-team-card-bio {
  transition: 0.2s linear;
  height: 0;
  opacity: 0;
}

.about-team-card-overlay:hover .about-team-card-bio {
  transform: translateY(0);
  height: initial;
  opacity: 1;
  padding-top: 10px;
}

.about-approach-wrapper {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 7rem 0;
  background-color: var(--primary);
}

.about-approach {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-approach-title {
  line-height: 1.5;
  color: var(--white);
}

.our-approach-text {
  font-size: 1.3rem;
  line-height: 1.7;
  color: var(--white);
}

/* about page end */

/* our programs page start */
.our-programs h1 {
  margin: 40px 0;
}

.our-programs-grid {
  display: flex;
  flex-direction: column;
}

.custom-cursor {
  transition: 0.3s ease;
  width: 0px;
  height: 0px;
  background-color: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(2px);
  color: transparent;
}

.program-item-container {
  text-decoration: none;
  position: relative;
}

.program-item-container:hover .custom-cursor {
  opacity: 1;
  animation: scale;
  width: 150px;
  height: 150px;
  color: var(--white);
}

.program-item-container:hover .custom-cursor:before {
  content: "Explore More";
  display: flex;
  align-items: center;
  justify-content: center;
}

.program-item {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  width: 100%;
  overflow: hidden;
  padding: 4rem 0;
  transition: 0.2s ease;
}

.program-item-text {
  h2 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }

  p {
    font-size: 1.2rem;
    margin: 0;
  }
}

.program-item:before {
  content: "";
  background-color: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  z-index: -1;
  transition: width 0.8s ease-out;
}

.program-item:hover {
  padding-left: 15px;
  padding-right: 15px;
}

.program-item:hover .program-item-text {
  h2,
  p {
    color: var(--white);
  }
}

.program-item:hover::before {
  width: 100%;
}

/* our programs page end */

/* News page start */
.news-title {
  font-size: 4rem;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 50px;
}

.news-grid-item a {
}

.news-item {
  border-radius: var(--border-radius);
  position: relative;
  overflow: hidden;
  min-height: 150px;
}

.news-item:nth-child(1) {
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
}

.news-item:nth-child(2) {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 3;
}

.news-item:nth-child(3) {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 3;
}

.news-item:nth-child(4) {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 3;
}

.news-item-link {
  width: 100%;
  height: 100%;
}

.featured-news .news-item-content {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.5) 100%
  );
  color: white;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: 1px solid var(--light-gray);
  border-radius: var(--border-radius);
  position: relative;
  overflow: hidden;
  min-height: 150px;
  justify-content: flex-end;
}

.news-item:nth-child(1) {
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
}

.news-item:nth-child(2) {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 3;
}

.news-item:nth-child(3) {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 3;
}

.news-item:nth-child(4) {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 3;
}

.news-item-link {
  width: 100%;
  height: 100%;
}

.featured-news .news-item-content {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.5) 100%
  );
  color: white;
  position: relative;
  z-index: 1;
}

.news-grid-item a img {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px 50px;
}

.featured-news .news-item-content p {
  color: white;
}

.featured-news .news-item-content {
  padding: 50px;
}

.news-item:nth-child(2) .news-item-content,
.news-item:nth-child(3) .news-item-content,
.news-item:nth-child(4) .news-item-content {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-item-content h3 {
  font-size: 1.3rem;
  font-weight: 800;
}

.featured-news .news-item-content h3 {
  font-size: 2.5rem;
  font-weight: 800;
}

.news-item-content p {
  margin-bottom: 0;
}

.news-item .news-item-link {
  display: flex;
  flex-direction: column;
}

.news-item:nth-child(2) .news-item-link,
.news-item:nth-child(3) .news-item-link,
.news-item:nth-child(4) .news-item-link {
  display: flex;
  flex-direction: row;
}

.news-item:nth-child(2) .news-item-link img,
.news-item:nth-child(3) .news-item-link img,
.news-item:nth-child(4) .news-item-link img {
  width: 150px;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
}

.news-item .news-item-link img {
  width: 100%;
  object-fit: cover;
  height: 200px;
  border-radius: var(--border-radius);
  margin-bottom: 15px;
}

.featured-news .news-item-link img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: var(--border-radius);
  object-fit: cover;
}

.news-item .news-item-link .new-item-date {
  font-size: 0.8rem;
  color: var(--gray);
}

.featured-news .news-item-link .new-item-date {
  color: white;
}

/* news page end */

/* article page start */
.single-article-header {
  padding: 2rem 0;
  position: relative;
  min-height: 300px;
  width: 75%;
  margin: auto;
}

.single-article-header img {
  width: 100%;
  height: 400px;
  border-radius: var(--border-radius);
  margin-bottom: 2rem;
  object-fit: cover;
}

.single-article-header h1 {
  font-size: 3rem;
  font-weight: 500 !important;
}

.single-article-content {
  width: 75%;
  margin: 0 auto 7rem;
}

.article-content-paragraph * {
  font-size: 1.3rem;
}

.article-date {
  font-size: 0.8rem;
  transform: rotate(90deg);
}

.article-date::before {
  content: "";
  height: 1px;
  width: 70px;
  background-color: var(--gray);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 90px;
  z-index: 0;
}

.article-media-container {
  bottom: 0;
  left: 0;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  z-index: 14;
  height: calc(100% - 780px);
  justify-content: flex-end;
  width: 10%;
}

.article-social-media {
  display: flex;
  flex-direction: column;
  margin-top: 180px;
}

.article-social-media * {
  width: min-content;
}

.article-social-media a {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--light-gray);
  border-radius: var(--border-radius);
  margin-bottom: 2rem;
  transition: 0.2s ease;
}

.article-social-media a svg {
  fill: var(--gray);
  transition: 0.2s ease;
}

.article-social-media a:hover {
  border: 1px solid var(--secondary);
}

.article-social-media a:hover svg {
  fill: var(--secondary);
}

.article-testimonials {
  margin: 5rem 0;
}

.article_testimonials_slider .swiper-slide {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius);
}

.article_testimonials_slider .swiper-slide:nth-child(3n - 2) {
  background-color: var(--red-1);
  color: white;
}

.article_testimonials_slider .swiper-slide:nth-child(3n - 2) * {
  color: var(--white);
}

.article_testimonials_slider .swiper-slide:nth-child(3n - 1) {
  background-color: var(--light-gray);
}

.article_testimonials_slider .swiper-slide:nth-child(3n) {
  background-color: var(--blue-1);
}

.article_testimonials_slider .swiper-slide:nth-child(3n) * {
  color: var(--white);
}

.article_testimonial_content {
  font-size: 1.4rem;
}

.article_testimonial_name {
  font-size: 1.2rem;
  font-weight: 800;
  margin-top: 1rem;
  letter-spacing: 2px;
}

.article-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 200px);
  gap: 20px;
}

.article-gallery * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-gallery img {
  opacity: 0.5;
  transition: 0.3s ease;
  position: relative;
}

.article-gallery img:hover {
  opacity: 1;
  transform: scale(1.2);
  z-index: 2;
}

.article-gallery-item:nth-child(odd) {
  grid-row: span 2;
}

.article-gallery-item:nth-child(even) {
  grid-row: span 1;
}

.article-video {
  width: 100%;
  height: 500px;
  margin-top: 3rem;
  position: relative;
  overflow: hidden;
}

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

.play-btn {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 1s ease, background-color 1s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--bg-gray);
  cursor: pointer;
  z-index: 2;
  transform-origin: center center;
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(2);
}

.play-btn.scale-up {
  transform: translate(-50%, -50%) scale(50);
  /* Adjust scale as needed */
  background-color: transparent;
}

.play-btn.scale-up svg {
  fill: transparent;
}

/* article page end */

/* reports page start */
.report-section {
  margin: 2rem 0;
}

h2.report-titles {
  font-size: 2.6rem;
}

h3.report-titles {
  font-size: 2.3rem;
}

.report-vid {
  height: 600px;
  margin: 2rem 0;
}

/* reports page end */

/* Volunteer page start */
.note-required {
  color: var(--secondary);
  font-weight: 700;
}

.label-input-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;

  .multiselect {
    color: var(--black);
  }

  label {
    font-weight: 600;

    span {
      color: var(--secondary);
    }
  }

  input,
  select,
  textarea {
    margin-top: 10px;
    padding: 1rem;
    border: 1px solid var(--light-gray);
    max-width: 100%;
  }

  input:focus,
  select:focus,
  textarea:focus {
    outline: 2px solid var(--primary);
  }

  .volunteer-button {
    background-color: var(--primary);
    color: var(--white);
    border-radius: 10px;
    font-size: 1.2rem;
  }
}

/* contact page start */
.contact-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-info {
  display: block;
  margin-top: 10px;
  line-height: 1.7;
}

/* Founder's word */
.founder-word {
  display: flex;
  align-items: center;
}

.founder-word-paragraph,
.founder-word-imgs {
  width: 50%;
}

.founder-word-imgs {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.founder-word-img {
  width: 600px;
  border-radius: var(--border-radius);
  overflow: hidden;
  margin-bottom: 50px;
}

.founder-word-img img {
  object-fit: cover;
  width: 600px;
  height: 700px;
}

.founder-word h1 span {
  font-size: 4rem;
  /* color: var(--primary); */
}

.founder-word-paragraph p,
.founder-word-paragraph span {
  font-size: 1.2rem;
  line-height: 1.5;
}

.social-media {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;

  a {
    border: 1px solid var(--light-gray);
    text-decoration: none;
    color: var(--black);
    transition: 0.1s ease;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;

    svg {
      fill: var(--black);
      transition: 0.1s ease;
    }
  }

  a:hover {
    border: 1px solid var(--secondary);

    svg {
      fill: var(--secondary);
    }
  }
}

/* SFH Porgam Template */
.single-program-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 2rem;
}

.single-program-section-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-image: initial;
  border-bottom: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.sfh-program-container {
  margin: 5rem 0;
}

.sfh-program-container h2 {
  font-size: 40px;
  font-weight: 400 !important;
}

.sfh-program-header {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.sfh-program-header h1 {
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 500 !important;
}

.program-intro {
  font-size: 1.2rem;
  width: 80%;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}

.sfh-program-grid {
  position: relative;
  margin-top: 2rem;
}

.program-navigation {
  width: 100%;
  background-color: var(--primary);
  position: fixed;
  top: 96px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 2;
  padding: 20px 0;
}

.program-navigation * {
  color: var(--white);
  fill: var(--white);
}

.program-nav-items {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0;
}

.program-nav-item {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.2s linear;
  transform: translateX(-16px);
  font-weight: 500;
  font-size: 0.9rem;
}

.program-nav-item a {
  text-decoration: none;
  font-weight: bold;
}

.program-nav-item svg {
  opacity: 0;
  margin-right: 10px;
  transition: 0.2s linear;
}

.program-nav-item:hover {
  transform: translateX(10px);
}

.program-nav-item:hover svg {
  opacity: 1;
}

.program-statistics {
  margin-top: 7rem;
}

.program-statistics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.program-stat-content-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 200px;
  padding-top: 1rem;
}

.program-stat-content-container .left-side p {
  font-size: 1.1rem;
  padding-bottom: 2rem;
}

.program-statistics-item {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background-color: var(--light-gray);
  border-radius: var(--border-radius);
}

.program-statistics-item .stat-title {
  font-weight: 500;
  color: #9b9b9b;
}

.program-statistics-item .stat-numb {
  font-size: 46px;
  font-weight: 500;
  letter-spacing: 2px;
}

.program-statistics-item .stat-numb:after {
  content: "+";
  font-size: 2.5rem;
  margin-left: -10px;
}

.program-benefits {
  margin: 5rem 0;
  /* background-color: var(--white-smoke); */
  height: auto;
}

.program-benefits-grid {
  /* display: grid; */
  /* grid-template-columns: 1fr 2fr; */
  /* gap: 20px; */
  position: relative;
}

.program-benefits-title {
  position: sticky;
  top: 160px;
  left: 0;
  height: 80px;
  background: white;
  display: flex;
  align-items: center;
}

.program-benefits h2 {
  font-size: 25px;
  font-weight: 400 !important;
  margin-bottom: 0;
}

.program-benefits-title .star {
  background-color: var(--white-smoke);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}

.program-benefits ul {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px; */
}

.program-benefits li {
  padding: 0.8rem 0.5rem;
  font-size: 1.2rem;
  border-bottom: 1px solid #dedede;
  position: relative;
}

.program-benefits li::before {
  content: "";
  background-color: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  z-index: -1;
  transition: width 0.8s ease-out;
}
.program-benefits li:hover::before {
  width: 100%;
}
.program-benefits li span {
  font-weight: 500;
  font-size: 1.1rem;
  transition: color 0.8s ease-out;
}
.program-benefits li:hover span {
  color: white;
}

.application-procedure {
  position: relative;
  margin: 3rem 0;
  padding: 4rem 0;
}

.application-procedure-title {
  margin-bottom: 2rem;
}

.application-procedure-grid {
  display: grid;
  gap: 20px;
}

.application-procedure-step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: min-content;
  background-color: var(--primary);
  border-radius: var(--border-radius);
  padding: 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
}

.application-procedure-step::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--bg-gray);
  position: absolute;
  right: -20px;
}

.application-procedure-step .counter {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
  font-weight: 800;
  font-family: sans-serif;
  transition: 0.2s linear;
  color: var(--white);
}

.application-procedure-step h3 {
  font-size: 1rem;
  font-weight: 500 !important;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--white);
}

.program-terms-conditions {
  padding: 5rem 0;
  margin: 3rem 0;
  background-color: rgba(0, 0, 0, 0.03);
}

.program-terms-title {
  margin-bottom: 2rem;
}

.program-term {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.accordion-button:not(.collapsed) h3 {
  color: white;
}

.program-term .program-term-header {
  grid-column-start: 1;
  grid-column-end: 3;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
}

.program-term-header h3 {
  font-size: 1.3rem;
}

.program-terms-list-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  grid-column-start: 1;
  grid-column-end: 3;
}

.program-terms-list {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin-left: auto;
}

.program-terms-list-item {
  padding-top: 2rem;
}

.program-faqs {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 50px;
}

.program-faq-question {
  font-weight: 500;
}

.accordion-item {
  padding: 9px 5px !important;
}

.accordion-button:not(.collapsed) {
  background-color: var(--primary) !important;
  color: var(--white) !important;
}

.program-testimonials-container {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 4rem 0;
  margin: 4rem 0;
}

.program-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Three equal-width columns */
  gap: 10px;
  /* Adjust spacing between images */
  break-inside: avoid;
}

.program-testimonial-card {
  background-color: white;
  border-radius: var(--border-radius);
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  height: min-content;
}

.program-testimonial-card-stud {
  color: var(--secondary);
  display: flex;
  align-items: center;
}

.program-testimonial-card-stud img {
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.program-testimonial-card-stud-info {
  display: flex;
  flex-direction: column;
}

.program-testimonial-card-stud-info span {
  color: var(--gray);
  font-size: 0.9rem;
}

.program-criteria {
  margin-bottom: 4rem;
}

.program-criteria h2 {
  font-size: 40px;
  font-weight: 400 !important;
}

.program-criteria-text * {
  font-size: 1.2rem;
}

/* donate page start */
.donation-form {
  display: flex;
  padding: 4rem 0;
  justify-content: space-between;
}

.donation-form-container {
  width: 48%;
}

.bank-info-container {
  width: 40%;
}

.donation-form-inputs {
  display: flex;
  flex-direction: column;
  margin-top: 1.3rem;
}

.donation-form-inputs div {
  margin-bottom: 1.5rem;
}

/* donate page end */

/* compliances page start */
.compliances-table {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
  position: relative;
}

.compliance-table-cell {
  width: 50%;
  border: 1px solid var(--light-gray);
  border-collapse: collapse;
  padding: 2rem;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: var(--black);
  transition: 0.2s ease;
}

.compliance-table-cell:hover {
  color: var(--secondary);
}

.compliance-table-cell img {
  margin-right: 10px;
}

.custom-cursor {
  position: fixed;
  width: 150px;
  height: 150px;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 1px solid var(--black);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.1s ease;
  animation: scale;
}

.custom-cursor::before {
  content: "Open Link";
  color: var(--black);
  font-size: 14px;
  text-align: center;
}

@keyframes scale {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

body:has(.about-vision.aos-animate) {
  background-color: var(--primary);
}

body:has(.about-mission.aos-animate) {
  background-color: var(--white);
}

body:has(.clear-animate.aos-animate) {
  background-color: white !important;
}

body:has(.about-vision.aos-animate) .about-whoweare-text * {
  color: white !important;
}

body:has(.about-mission.aos-animate) .about-vision p {
  color: var(--primary) !important;
}

.home-banner-container {
  padding: 20px 0;
  position: relative;
}

.home-banner-container .swiper-wrapper {
  align-items: end;
  min-height: 400px;
}

.home-banner-container .swiper-slide {
  height: 0px;
  transition: 0.5s ease-in-out;
}

.home-banner-container .swiper-slide .swiper-slide-link {
  display: block;
  border-radius: var(--border-radius);
  overflow: hidden;
  height: 100%;
}

.home-banner-container .swiper-slide .swiper-slide-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner-container .slide-title {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s ease;

  p {
    width: max-content;
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: 6px;
    color: var(--black);
    font-family: "Montserrat", sans-serif;
  }
}

.home-banner-container .slide-title.show {
  opacity: 1;
}

.home-banner-container .swiper-slide.bg-h {
  height: 400px;
}

.home-banner-container .swiper-slide.md-h {
  height: 260px;
}

.home-banner-container .swiper-slide.sm-h {
  height: 150px;
}

.home-banner-container .swiper-button-prev {
  position: absolute;
  z-index: 2;
  top: 170px;
  left: 50%;
  margin: 0;
  width: 40px;
  height: 40px;
  transform: translateX(-150%);
}

.home-banner-container .swiper-button-next {
  position: absolute;
  z-index: 2;
  top: 170px;
  left: 50%;
  margin: 0;
  width: 40px;
  height: 40px;
  transform: translateX(50%);
}

.home-banner-container .swiper-button-prev,
.home-banner-container .swiper-button-next {
  display: none;
}

@media (min-width: 991px) {
  .home-banner-container .swiper-button-prev,
  .home-banner-container .swiper-button-next {
    display: block;
  }
}

/* single program pages applications */
.forms-container {
  padding: 3rem 0;
}

.applications-title {
  line-height: 1.5;
}

/* Bar wrapper - hides the inner bar when it goes below the bar, required */
.bar-wrapper {
  overflow: hidden;
}

/* Bar container - this guy is a real parent of a bar's parts - they all are positioned relative to him */
.bar-container {
  position: relative;
  margin-top: 2.5em;
  /* should be at least equal to the top offset of background casing */
  /* because back casing is positioned higher than actual bar */
  width: 12.5em;
  /* required, we have to define the width of a bar */
}

/* right bottom patch - make sure inner bar's right bottom corner is "cut" when it slides down */
.bar-container:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* to be above .bar-inner */

  bottom: 0;
  right: 0;

  /* Use bottom border to shape triangle */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2.5em 2.5em;
  border-color: transparent transparent rgba(183, 183, 183, 1);
}

/* Back panel */
.bar-background {
  width: 10em;
  height: 100%;
  position: absolute;
  top: -2.5em;
  left: 2.5em;
  z-index: 1;
  /* just for reference */
}

.bar-background:before,
.bar-background:after {
  content: "";
  position: absolute;
}

/* Bottom panel */
.bar-background:before {
  bottom: -2.5em;
  right: 1.25em;
  width: 10em;
  height: 2.5em;
  transform: skew(-45deg);
}

/* Left back panel */
.bar-background:after {
  top: 1.25em;
  right: 10em;
  width: 2.5em;
  height: 100%;

  /* skew only the Y-axis */
  transform: skew(0deg, -45deg);
}

/* Front panel */
.bar-foreground {
  z-index: 3;
  /* be above .bar-background and .bar-inner */
}

.bar-foreground,
.bar-inner {
  position: absolute;
  width: 10em;
  height: 100%;
  top: 0;
  left: 0;
}

.bar-foreground:before,
.bar-foreground:after,
.bar-inner:before,
.bar-inner:after {
  content: "";
  position: absolute;
}

/* Right front panel */
.bar-foreground:before,
.bar-inner:before {
  top: -1.25em;
  right: -2.5em;
  width: 2.5em;
  height: 100%;
  background-color: rgba(160, 160, 160, 0.27);

  transform: skew(0deg, -45deg);
}

/* Top front panel */
.bar-foreground:after,
.bar-inner:after {
  top: -2.5em;
  right: -1.25em;
  width: 100%;
  height: 2.5em;
  background-color: rgba(160, 160, 160, 0.2);

  transform: skew(-45deg);
}

.bar-inner {
  z-index: 2;
  /* to be above .bar-background */
  top: auto;
  /* reset position top */
  background-color: rgba(5, 62, 123, 0.6);
  height: 0;
  bottom: -2.5em;
  color: transparent;
  /* hide text values */

  transition: height 1s linear, bottom 1s linear;
}

/* Right panel */
.bar-inner:before {
  background-color: rgba(5, 62, 123, 0.6);
}

/* Top panel */
.bar-inner:after {
  background-color: rgba(47, 83, 122, 0.7);
}

.swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: all !important;
  cursor: pointer !important;
}
