.tnc {
  padding: 5px;
  color: rgb(108,117,125);
}

.copyright {
  color: rgb(108, 117, 125);
}

.img_portrait {
  max-height: 400px;
  max-width: 100%;
  width: auto;
  border-radius: 20px;
}

.img_landscape {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.img_container {
  height: 100%;
}

.img-WhoAreWe {
  background-image:url("assets/img/tech/image6.png");
}

.slide-img-1 {
  background:url("assets/img/nature/image5.jpg"); 
}

.slide-img-2 {
  background:url("assets/img/nature/image5.jpg"); 
}

.slide-img-3 {
  background:url("assets/img/nature/image5.jpg"); 
}

.img-with-description span {
  color: rgb(142, 142, 142);
}

.img-with-description h2 {
  padding-left: 30px;
}

.zoom-on-hover .transition {
  overflow: hidden;
}

.zoom-on-hover .transition .image {
  transition: .8s ease-in-out;
}

.mh-600 {
  max-height: 600px;
}

.img-container {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  position: relative;
  max-width: 100%;
  max-height: 500px;
  overflow: hidden;
  background-color: #cfcece27;
  /* align-items: flex-end; */
}

.img-container .image {
  object-fit: contain; 
  max-width: 100%;
  max-height: 100%;
}

.gallery .item {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  position: relative;
  max-width: 100%;
  max-height: 250px;
  overflow: hidden;
  background-color: #cfcece27;
}

.gallery .item img {
  object-fit: contain; 
  max-width: 100%;
  max-height: 100%;
}

.img-with-description .item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 100%;
  max-height: 300px;
  overflow: hidden;
  background-color: #cfcece27;
  border-radius: 15px;
}

.img-with-description .item img {
  object-fit: contain; 
  max-width: 100%;
  max-height: 300px;
}

.imagesInRow-container a {
  cursor: pointer;
}

.project-card-no-image h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Maximum number of rows to display */
  overflow: hidden;
  text-overflow: ellipsis;
  /* Set the height and width if required */
  /* height: 3em; */
  /* width: 200px; */
}

.project-card-no-image {
  min-height: 228px;
}

.font-title h2 {
  font-weight: bold;
  text-transform: uppercase;
}

.portrait-img {
  max-height: 245px;
  /* width: fit-content; */
  width: auto;
  max-width: 100%;
}

.back a {
  text-decoration: none;
  font-size: large;
  color: #f8bbd0
}

.card-container {
  /* border: 1px solid var(--bs-border-color-translucent); */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Add the box shadow */
  border-radius: 15px;
  padding-top: 25px
}

.card-container button {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.5); /* Add the box shadow */
  position: relative;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  background-color: #f8bbd0;
  border: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}

.card-container button:hover {
  background-color: #ffebee;
  color: rgb(248, 14, 112);
}

.card-container button:hover i {
  left: 90%;
  opacity: 1;
}

.card-container button i {
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  pointer-events: none;
  opacity: 0;
  transition: left 0.5s;
}

.our-license img {
  max-width: 90%;
  max-height: 400px;
}

.our-license .our-license-img-container {
  text-align: center;
}

.word-description {
  line-height: 1.3;
  font-size: 18px;
  padding-top: 30px;
  text-align: justify;
  padding-left: 25px;
  display: inline-block;
}

.number {
  font-weight: bold;
  font-size: 21px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 6px;
  padding-left: 6px;
  background: #ffebee;
  border: 2px solid #ffebee;
  color: rgb(0, 0, 0);
  text-align: center;
  display: inline-block;
}

.word-description span {
  font-size: 50px;
}
.font-small {
  font-size: 18px;
}

.br-25 {
  border-radius: 25px;
}

.contact-info h3 {
  color: #5a5a5a;
  font-weight: 400;
  margin: 0 0 30px;
}

.contact-info ul {
  list-style: none;
  padding: 0;
}

.contact-info a {
  color: #5a5a5a;
  text-decoration: none;
  font-weight: 400;
  margin: 0 0 30px;
}

.contact-info li {
  margin: 0 0 20px;
  position: relative;
  /* padding-left: 40px; */
}

.contact-info i {
  text-align: center;
  color: #5a5a5a;
  display: inline-block;
  width: 25px;
  padding: 5px 15px 5px 0;
}

.font-title span {
  font-size: 16px;
}

.img_career {
  width: 50%;
  height: 50%;
}

.btn-black {
  background-color: grey;
  border: none;
  border-radius: none!important;
}

.staff-container {
  text-align: center;
  padding: 20px;
  margin: 10px;
  border-radius: 10%;
  width: 90%;
  background-color: #ffebee;
  vertical-align: middle;
}

.staff-title {
  text-decoration: none;
  color: black;
  font-weight: bold;
  margin-top: -15px;
  margin-bottom: 20px;
}

.staff-title h5 {
  text-decoration: none!important;
}

.staff-body {
  height: 100%;
  padding: 20px;
  font-size: 20px;
  margin-top: 10px;
}

.staff-body a {
  text-decoration: none;
}

.position-description {
  cursor: pointer;
  font-weight: bold;
  display: block;
}

.logo-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
}

.news-image-container {
  background-color: #cfcece27;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.footer h3 {
  font-size: x-large !important;
}

.list-unstyled a {
  position: relative;
  text-decoration: none;
  color: white;
  transition: color 0.3s;
}

.list-unstyled a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: white;
  transition: width 0.3s;
}

/* while on hover, show the underline with animation */
.list-unstyled a:hover {
  color: lightblue;
}

.list-unstyled a:hover::before {
  width: 100%;
}

.fb-icon {
  text-decoration: none;
}

.ig-icon {
  text-decoration: none;
}

.xhs-icon {
  text-decoration: none;

  img {
    max-height: 20px;
  }
}

.tiktok-icon {
  text-decoration: none;
}

.youtube-icon {
  text-decoration: none;
}

.font-white span {
  color: white !important;
}

.show-component-container button {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.5); /* Add the box shadow */
  position: relative;
  padding: 10px 20px;
  margin: 10px;
  font-size: 18px;
  font-weight: bold;
  background-color: #f8bbd0;
  border: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}

.show-component-container button:hover {
  background-color: #ffebee;
  color: rgb(248, 14, 112);
}

.show-component-container .selected {
  background-color: #ffebee;
  color: rgb(248, 14, 112);
}

.my-footer {
  border-top: 4px solid #f8bbd0;
}

.review-page {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #5a5a5a36;
  padding: 30px;
  margin-bottom: 50px;
}

.review-page .row {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.review-page .google-image {
  max-width: 200px;
  max-height: 200px;
}

.cimb-bg {
  position: relative;
}

.cimb-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/donation_details/cimb-octo.png") no-repeat bottom center;
  background-size: contain;
  opacity: 0.1;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .font-title {
    text-align: center;
  }
}