.bg-green {
    background: #2D6931;
}
.card-faculty.edited-bg {
    background: #D7DCDB;
    padding: 0;
    margin-bottom: 20px;
}
.card-faculty.edited-bg .faculties {
    border: none;
}
.card-faculty.edited-bg .card-title {
    color: #fff;
    font-weight: bold;
}
.card-faculty.edited-bg .card-sub-title {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
.card-faculty.edited-bg .card-text {
text-align: left;
color: #fff;
font-size: 1rem;
font-weight: 600;
}
.faculitiesection-change-theme {
    background: #EAEDED;   
}
.readmore-arrow {
    color: #ffff;
    font-size: 24px;
}
.modal-title {
    color: #2D6931;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}
.modal-sub-title {
    color: #2D6931;
    font-weight: bold;
    font-size: 14px;

}
.modal-header {
border-bottom: 1px solid #848484;
}
/* .btn-close {
    color: #2D6931;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(139deg) brightness(106%) contrast(101%);

} */
.modal-content {
    /* background: #2D6931; */
    color: #2D6931;
}
.modal-backdrop {
    --bs-backdrop-opacity: 0.75 !important;
}
.faculty-modal-img-wrapper {
    background: #D7DCDB;
    border-radius: 10px;
}
.modal-custom-width {
    max-width: 670px !important;
}
.btn-close.faculty-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999;
}
.modal-dialog.modal-custom {
    max-width: 1200px !important;
    display: flex; /* Ensures content within is handled by flexbox */
    align-items: center; /* Centers content vertically if needed */
    justify-content: center; /* Centers content horizontally if needed */
  }
  
  .modal-dialog.modal-custom .modal-content {
    height: 100%; /* Make modal-content fill the dialog */
    display: flex;
    flex-direction: column; /* Stack header, body, footer vertically */
    border: none;
  }
  
  .modal-dialog.modal-custom .modal-body {
    flex-grow: 1; /* Allow modal-body to expand and take available space */
    overflow-y: auto; /* Enable scrolling for content if it exceeds the height */
  }
  .image-bg-outer {
    background: #2D6931;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
  }
  .faculty-modal-img-wrapper {
    height: 100%;
    display: flex;
    align-items: end;
  }
  .center-to-div {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 20px 10px 0;
  }
  .scroll-right {
    max-height: 490px;
    overflow-y: auto;
    text-align: justify;
  }
  .view-desk {
    display: block;
  }
  .view-mobile {
    display: none;
  }
  @media screen and (max-width:767px) {
    .view-desk {
        display: none;
      }
      .view-mobile {
        display: block;
        width: 100%;
      }
      .scroll-right {
        padding: 10px 20px;
      }
      .center-to-div {
        padding: 10px 0px 10px 0;
      }
      .btn-close.faculty-close {
        filter: invert(100%);
    }
  }