.pt-staff-page_1 {
	padding-top: 10px;
}

#faculty_staff_pages {
   margin-bottom: 1px;
}
.faculty-card {
     margin-bottom: 0;
}
.faculty_staff_card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
		border: 1.5px solid #FF7F50;
}
.faculty_staff_card {
	 display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
     gap: 35px;
     padding: 40px;
     margin-bottom: 10px;
     background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
     position: relative;
     overflow: hidden;
     border: none;
}
.faculty_image_wrapper {
	width: 250px;
    height: 250px;
    overflow: hidden;
    border: 0.8px solid #FF7F50;
    background: #f8f8f8;
}

.faculty_image_wrapper img,
.faculty_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

    /* Responsive adjustments */
    @media (max-width: 992px) {
        .faculty_image_wrapper {
            width: 180px;
            height: 180px;
        }
    }

    @media (max-width: 768px) {
        .faculty_image_wrapper {
            width: 150px;
            height: 150px;
        }
    }

.faculty_info_wrapper {
	flex: 2;
	display: flex;
	flex-direction: column;
	gap: 1.5rem; 
}

.faculty_title_name a {
    color: #037B90;
}

.faculty_title_name {
        font-size: 2.2rem;
        font-weight: 700;
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
}

.faculty_title_name h3 {
	border-bottom: none;
}

.faculty_title_name::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 30px;
        height: 2px;
        background: #FF7F50;
}
.faculty_title_name a {
  text-decoration: none;
/*   color: inherit; */
}
.view-staff-profile a {
  color: #7d7a79;
  border: 2px solid #037B90;
  border-radius: 9px;
  padding: 4px 15px;
/*   align-items: center; */
  text-decoration: none; 
  transition: color 0.3s ease;
}
.view-staff-profile a:hover {
	color: #037B90;
}
/* Faculty Executives Styling */
.pt-staff_executives-page_1 {
	padding-top: 10px;
}
.staff-executive-position h4 {
	color: #7f8284;
    padding: 0 2px 4px;
}