/* Faculty Detail Styles */

.faculty-detail-container {
  max-width: 1450px;
  margin: 0 auto;
}

/* Hero Section */
.faculty-hero-area {
  position: relative;
  padding: 150px 0 100px;
  background-size: cover;
  background-position: center;
  color: #fff;
  z-index: 1;
}

.faculty-hero-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(2, 14, 40, 0.95) 0%, rgba(2, 14, 40, 0.7) 100%);
  z-index: -1;
}

.faculty-hero-area .badge-faculty {
  background-color: #f35c27;
  color: #fff;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 20px;
}

.faculty-hero-area h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #fff;
}

.faculty-hero-area .short-name {
  font-size: 24px;
  font-weight: 600;
  color: #a0aec0;
  margin-bottom: 20px;
  display: block;
}

.faculty-hero-area p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 800px;
  color: #cbd5e0;
}

.faculty-breadcrumb {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #cbd5e0;
}

.faculty-breadcrumb a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.faculty-breadcrumb a:hover {
  color: #f35c27;
}

.faculty-breadcrumb .separator {
  color: #718096;
}

/* Profile Section */
.faculty-profile-area {
  padding: 100px 0;
  background-color: #fff;
}

.faculty-profile-content h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #020e28;
  position: relative;
  padding-bottom: 15px;
}

.faculty-profile-content h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: #f35c27;
}

.faculty-profile-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 30px;
}

.faculty-vision-mission {
  margin-top: 40px;
}

.vision-box, .mission-box {
  background-color: #f8fafc;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 25px;
  border-left: 5px solid #020e28;
}

.vision-box h4, .mission-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #020e28;
}

.vision-box p, .mission-box p {
  margin-bottom: 0;
}

.faculty-sidebar-card {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
}

.faculty-logo-wrapper {
  margin-bottom: 30px;
}

.faculty-logo-wrapper img {
  max-height: 100px;
  object-fit: contain;
}

.dean-wrapper {
  margin-top: 30px;
  border-top: 1px solid #e2e8f0;
  padding-top: 30px;
}

.dean-photo-wrapper {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 4px solid #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.dean-photo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dean-info h5 {
  font-size: 18px;
  font-weight: 700;
  color: #020e28;
  margin-bottom: 5px;
}

.dean-info span {
  font-size: 14px;
  color: #718096;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Study Programs Section */
.faculty-study-programs-area {
  padding: 100px 0;
  background-color: #f8fafc;
}

.study-program-card {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}

.study-program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(2, 14, 40, 0.08);
  border-color: #cbd5e0;
}

.study-program-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.study-program-degree {
  background-color: #020e28;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
}

.study-program-accreditation {
  background-color: #e2f9f0;
  color: #10b981;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
}

.study-program-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #020e28;
  line-height: 1.4;
}

.study-program-card p {
  color: #4a5568;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}

.study-program-stats {
  display: flex;
  gap: 20px;
  border-top: 1px solid #e2e8f0;
  padding-top: 20px;
  margin-bottom: 25px;
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-value {
  font-size: 18px;
  font-weight: 700;
  color: #020e28;
}

.stat-label {
  font-size: 12px;
  color: #718096;
}

.study-program-btn {
  background-color: transparent;
  border: 2px solid #020e28;
  color: #020e28;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 25px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  margin-top: auto;
}

.study-program-btn:hover {
  background-color: #020e28;
  color: #fff;
}

/* Contact Section */
.faculty-contact-area {
  padding: 80px 0;
  background-color: #020e28;
  color: #fff;
}

.faculty-contact-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.contact-card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.contact-icon {
  font-size: 30px;
  color: #f35c27;
}

.contact-details h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.contact-details p, .contact-details a {
  margin: 0;
  font-size: 15px;
  color: #cbd5e0;
  text-decoration: none;
  word-break: break-all;
}

.contact-details a:hover {
  color: #f35c27;
}

/* Skeleton Loaders */
.skeleton-hero {
  height: 400px;
  background-color: #e2e8f0;
  animation: pulse-hero 1.5s infinite;
}

@keyframes pulse-hero {
  0% { opacity: 0.6; }
  50% { opacity: 0.8; }
  100% { opacity: 0.6; }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .faculty-hero-area {
    padding: 120px 0 80px;
  }
  .faculty-hero-area h1 {
    font-size: 36px;
  }
  .faculty-sidebar-card {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .faculty-hero-area h1 {
    font-size: 28px;
  }
  .faculty-profile-area, .faculty-study-programs-area {
    padding: 60px 0;
  }
}
