/* ==========================================================================
   DIRECTOR DESK & TEAM SHOWCASE PAGE STYLESHEET
   Unit of Sutapa Infotech Skills Foundation
   ========================================================================== */

/* --------------------------------------------------------------------------
   01. PAGE HERO BANNER & BREADCRUMB SECTION (.chairman-banner)
   -------------------------------------------------------------------------- */
.chairman-banner {
  background: linear-gradient(135deg, #031B4E 0%, #081a36 60%, #020a1a 100%);
  color: #ffffff;
  padding: 55px 0 50px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -10px 25px rgba(0, 0, 0, 0.2);
}

.chairman-banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

/* Indian Tricolor Stripe Accent at Bottom of Banner */
.chairman-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: linear-gradient(to right, #ff9933 0%, #ff9933 33.33%, #ffffff 33.33%, #ffffff 66.66%, #128807 66.66%, #128807 100%);
  z-index: 5;
}

.chairman-banner-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

/* Breadcrumb Navigation Box */
.breadcrumb-box {
  background: rgba(255, 255, 255, 0.08) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 8px !important;
  padding: 0.45rem 1.25rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
}

.tech-breadcrumb-link {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.825rem;
  transition: color 0.2s ease;
}

.tech-breadcrumb-link:hover {
  color: #ff9933 !important;
}

.tech-breadcrumb-active {
  color: #ffc107 !important;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.825rem;
}

.breadcrumb-box .breadcrumb-item + .breadcrumb-item::before {
  color: #FFFFFF !important;
  opacity: 1 !important;
  font-weight: 600;
  font-size: 0.825rem;
}


/* --------------------------------------------------------------------------
   02. DIRECTOR PROFILE & MESSAGE SECTION
   -------------------------------------------------------------------------- */
.director-profile-section .company-profile-heading-wrapper .heading-line,
.team-section .company-profile-heading-wrapper .heading-line {
  height: 2px;
  border-radius: 1px;
  max-width: 180px;
}

.director-profile-section .company-profile-heading-wrapper .heading-dot,
.team-section .company-profile-heading-wrapper .heading-dot {
  width: 5px;
  height: 5px;
}

.director-profile-section {
  padding: 1.25rem 0 3.5rem;
  background-color: #f8fafc;
  margin-bottom: 0;
  
  /* GEOGRAPHIC / COORDINATE GRID OF BOXES BACKGROUND + AMBIENT SPLIT BACKGROUNDS (DEEPER ON LEFT SIDE) */
  background-image: 
    radial-gradient(circle at 18% 40%, rgba(0, 43, 92, 0.14) 0%, rgba(0, 43, 92, 0.04) 50%, transparent 75%),
    linear-gradient(to right, rgba(15, 23, 42, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15, 23, 42, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 153, 51, 0.48) 0%, rgba(255, 153, 51, 0.12) 18%, #ffffff 28%, #ffffff 72%, rgba(255, 153, 51, 0.12) 82%, rgba(255, 153, 51, 0.48) 100%);
  background-size: 100% 100%, 32px 32px, 32px 32px, 100% 100%;
  background-position: left top, left top, left top, left top;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.director-profile-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=1200&q=10');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.025;
  pointer-events: none;
  z-index: 1;
}

.director-profile-section::after {
  content: "";
  position: absolute;
  top: 10%;
  left: -5%;
  width: 450px;
  height: 80%;
  background: radial-gradient(ellipse at left, rgba(0, 43, 92, 0.12) 0%, rgba(0, 43, 92, 0.03) 60%, transparent 80%);
  pointer-events: none;
  z-index: 1;
}

/* Keyframe animations for subtle ambient background effects */
@keyframes ambientGlowPulse {
  0%, 100% {
    transform: scale(1) translate(0, 0);
    opacity: 0.12;
  }
  50% {
    transform: scale(1.12) translate(8px, -8px);
    opacity: 0.25;
  }
}

/* Left Chairman Card Frame V2 - Matching exact reference design */
.director-profile-card-v2 {
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 24px !important;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 15px 35px rgba(0, 43, 92, 0.12), 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.director-profile-card-v2:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 52px rgba(0, 43, 92, 0.22);
  border-color: rgba(217, 119, 6, 0.35);
}

.director-card-top-bg {
  background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
  position: relative;
  overflow: hidden;
}

.director-card-top-bg::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -40%;
  width: 180%;
  height: 180%;
  background: radial-gradient(circle, rgba(0, 43, 92, 0.08) 0%, rgba(217, 119, 6, 0.05) 45%, transparent 70%);
  animation: ambientGlowPulse 10s ease-in-out infinite;
  pointer-events: none;
}

.director-top-badge-wrapper {
  gap: 12px;
}

.director-flank-line {
  flex: 1;
  height: 1.5px;
  background: #d97706;
  position: relative;
}

.director-flank-line::before {
  content: '';
  position: absolute;
  top: -2.25px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d97706;
}

.director-flank-line:first-child::before {
  left: 0;
}

.director-flank-line:last-child::before {
  right: 0;
}

.director-exec-badge {
  background: #002b5c;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 0.725rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  box-shadow: 0 4px 10px rgba(0, 43, 92, 0.25);
  border: 1px solid rgba(217, 119, 6, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.director-card-bottom-bg {
  background: linear-gradient(180deg, #002b5c 0%, #001f42 100%);
  position: relative;
  flex-grow: 1;
  border-top: 3px solid #d97706;
}

.director-card-bottom-bg::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.04) 0%, transparent 60%);
  pointer-events: none;
}

.director-name-title-v2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: 0.6px;
  color: #ffffff !important;
  margin-bottom: 0;
}

.director-star-divider {
  display: flex;
  align-items: center;
  justify-content: center;
}

.director-star-divider .divider-line {
  flex: 1;
  height: 1px;
  background: rgba(245, 158, 11, 0.6);
}

.director-subtitle-v2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  color: #ffffff;
  letter-spacing: 0.2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.mca-registered-pill {
  background: #014d2a;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: 0 3px 10px rgba(1, 77, 42, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.director-card-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.director-profile-card {
  background: #ffffff;
  border-left: 6px solid #002b5c !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
  border-top: 1px solid rgba(226, 232, 240, 0.8);
  border-right: 1px solid rgba(226, 232, 240, 0.8);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.director-profile-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(0, 43, 92, 0.03) 0%, transparent 70%);
  border-radius: 0 0 0 100%;
  pointer-events: none;
}

.director-profile-card:hover {
  box-shadow: 0 18px 42px rgba(0, 43, 92, 0.12);
  transform: translateY(-2px);
}

.chairman-card {
  width: 100%;
  max-width: 260px;
  height: 280px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border: 3.5px solid transparent !important;
  background-clip: padding-box !important;
  background: linear-gradient(#ffffff, #ffffff) padding-box, 
              linear-gradient(135deg, #ff9933 0%, #ff9933 33%, #ffffff 33%, #ffffff 66%, #128807 66%, #128807 100%) border-box !important;
  box-shadow: 0 10px 25px rgba(0, 43, 92, 0.15), 0 4px 10px rgba(0, 43, 92, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.chairman-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(0, 43, 92, 0.22);
}

.chairman-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.5s ease;
}

.chairman-card:hover img {
  transform: scale(1.05);
}

.director-badge-ribbon {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 43, 92, 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #ffc107;
  border: 1px solid rgba(255, 193, 7, 0.4);
  padding: 0.4rem 1.1rem;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.775rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.director-name-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #002b5c;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.director-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: #475569;
}

.btn-director-view-details {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 43, 92, 0.92);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-family: 'Poppins', sans-serif;
  font-size: 0.775rem;
  font-weight: 600;
  padding: 0.4rem 1.15rem;
  border-radius: 50px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.btn-director-view-details:hover {
  background: linear-gradient(135deg, #ff9933 0%, #e67e22 100%);
  color: #ffffff;
  border-color: #ff9933;
  box-shadow: 0 8px 22px rgba(255, 153, 51, 0.45);
  transform: translateX(-50%) translateY(-2px);
}

/* Golden Ornamental Line Divider with 3 Dots */
.golden-ornamental-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0.65rem 0 0.9rem 0;
  gap: 10px;
}

.golden-ornamental-divider .divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(217, 119, 6, 0.1) 0%, rgba(217, 119, 6, 0.65) 100%);
}

.golden-ornamental-divider .divider-line.right {
  background: linear-gradient(90deg, rgba(217, 119, 6, 0.65) 0%, rgba(217, 119, 6, 0.1) 100%);
}

.golden-ornamental-divider .divider-dots {
  display: flex;
  align-items: center;
  gap: 4px;
}

.golden-ornamental-divider .divider-dots span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d97706;
  display: inline-block;
}

/* Official Desk Highlighted Badge */
.official-desk-badge {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  color: #78350f !important;
  border: 1.5px solid #f59e0b !important;
  box-shadow: 0 3px 10px rgba(245, 158, 11, 0.25);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  padding: 0.35rem 0.85rem;
  border-radius: 50rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.official-desk-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(245, 158, 11, 0.35);
}

.official-desk-badge i {
  color: #d97706;
  font-size: 0.825rem;
  display: inline-block;
}

/* Director Organization Subtitle */
.director-org-subtitle {
  color: #1e293b;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.785rem;
  letter-spacing: 0.3px;
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  padding: 0.2rem 0.65rem;
  border-radius: 5px;
  display: inline-block;
  margin-top: 0.25rem;
  line-height: 1.3;
}

/* Director Sign-off Box - Blended Full Width Footer */
.director-signoff-box {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-top: 1.5px solid #e2e8f0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
  padding: 1.1rem 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: -1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  width: calc(100% + 3rem);
  box-shadow: none;
  transition: all 0.25s ease;
}

@media (max-width: 576px) {
  .director-signoff-box {
    padding: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -1rem;
    width: calc(100% + 2rem);
  }
}

/* Director Right Message Card */
.director-message-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 60%, #f1f5f9 100%);
  border-left: 6px solid #002b5c !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
  border-top: 1px solid rgba(226, 232, 240, 0.9);
  border-right: 1px solid rgba(226, 232, 240, 0.9);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.director-message-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle at top right, rgba(0, 43, 92, 0.06) 0%, rgba(217, 119, 6, 0.04) 45%, transparent 70%);
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.director-message-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  pointer-events: none;
  transition: left 0.75s ease-in-out;
}

.director-message-card:hover {
  box-shadow: 0 22px 50px rgba(0, 43, 92, 0.16);
  transform: translateY(-4px);
  border-left-color: #d97706 !important;
}

.director-message-card:hover::after {
  left: 100%;
}

.director-message-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.55rem;
  color: #002b5c;
  letter-spacing: 0.3px;
}

.director-salutation {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #1e293b;
}

.director-body-p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #334155;
}

/* Key Pillars Feature Grid inside Director Message */
.director-pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  margin: 1.5rem 0;
}

@media (max-width: 575.98px) {
  .director-pillar-grid {
    grid-template-columns: 1fr;
  }
}

.director-pillar-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.25s ease;
}

.director-pillar-box:hover {
  background: #ffffff;
  border-color: #002b5c;
  box-shadow: 0 4px 14px rgba(0, 43, 92, 0.08);
  transform: translateY(-2px);
}

.director-pillar-box .pillar-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.director-pillar-box .pillar-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.825rem;
  color: #0f172a;
  line-height: 1.3;
}

.director-signature-text {
  font-family: 'Caveat', cursive, 'Playfair Display', serif;
  font-size: 2.3rem;
  font-weight: 700;
  color: #002b5c;
  line-height: 1;
}


/* --------------------------------------------------------------------------
   03. MEET OUR TEAM SECTION (.team-section & .team-grid)
   -------------------------------------------------------------------------- */
.team-section {
  padding: 1.25rem 0 4rem;
  background-color: #f8fafc;
  margin-bottom: 0;
  
  /* GEOGRAPHIC / COORDINATE GRID OF BOXES BACKGROUND + AMBIENT SPLIT BACKGROUNDS (MATCHING DIRECTOR SECTION) */
  background-image: 
    radial-gradient(circle at 18% 40%, rgba(0, 43, 92, 0.14) 0%, rgba(0, 43, 92, 0.04) 50%, transparent 75%),
    linear-gradient(to right, rgba(15, 23, 42, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15, 23, 42, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 153, 51, 0.48) 0%, rgba(255, 153, 51, 0.12) 18%, #ffffff 28%, #ffffff 72%, rgba(255, 153, 51, 0.12) 82%, rgba(255, 153, 51, 0.48) 100%);
  background-size: 100% 100%, 32px 32px, 32px 32px, 100% 100%;
  background-position: left top, left top, left top, left top;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.team-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=1200&q=10');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.025;
  pointer-events: none;
  z-index: 1;
}

.team-section::after {
  content: "";
  position: absolute;
  top: 10%;
  left: -5%;
  width: 450px;
  height: 80%;
  background: radial-gradient(ellipse at left, rgba(0, 43, 92, 0.12) 0%, rgba(0, 43, 92, 0.03) 60%, transparent 80%);
  pointer-events: none;
  z-index: 1;
}

.team-section .container {
  position: relative;
  z-index: 2;
}

/* Government Section Header Accent Line */
.govt-header-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #ff9933 0%, #ff9933 33.3%, #ffffff 33.3%, #ffffff 66.6%, #128807 66.6%, #128807 100%);
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Government Style Filter Tab Buttons */
.team-filter-wrapper {
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  display: flex;
  justify-content: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.team-tab-btn {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.825rem;
  padding: 0.5rem 1.25rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid transparent;
  opacity: 0.85;
}

/* Category Specific Default Solid Fill Colors for Tabs */
.team-tab-btn[data-filter="all"] {
  background-color: #0B3B82;
  border-color: #0B3B82;
  box-shadow: 0 2px 8px rgba(11, 59, 130, 0.2);
}

.team-tab-btn[data-filter="advisory"] {
  background-color: #6D28D9;
  border-color: #6D28D9;
  box-shadow: 0 2px 8px rgba(109, 40, 217, 0.2);
}

.team-tab-btn[data-filter="administration"] {
  background-color: #047857;
  border-color: #047857;
  box-shadow: 0 2px 8px rgba(4, 120, 87, 0.2);
}

.team-tab-btn[data-filter="academic"] {
  background-color: #EA580C;
  border-color: #EA580C;
  box-shadow: 0 2px 8px rgba(234, 88, 12, 0.2);
}

.team-tab-btn[data-filter="operations"] {
  background-color: #0F766E;
  border-color: #0F766E;
  box-shadow: 0 2px 8px rgba(15, 118, 110, 0.2);
}

/* Hover States for Category Fill Tabs */
.team-tab-btn:hover {
  opacity: 1;
  transform: translateY(-2px);
  color: #ffffff;
}

/* ACTIVE TAB STATES - Full Opacity, Elevated Shadow & Accent Ring */
.team-tab-btn.active-tab {
  opacity: 1 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  outline: 2px solid #ffffff;
  outline-offset: -3px;
}

.team-tab-btn[data-filter="all"].active-tab {
  box-shadow: 0 6px 18px rgba(11, 59, 130, 0.45);
}
.team-tab-btn[data-filter="advisory"].active-tab {
  box-shadow: 0 6px 18px rgba(109, 40, 217, 0.45);
}
.team-tab-btn[data-filter="administration"].active-tab {
  box-shadow: 0 6px 18px rgba(4, 120, 87, 0.45);
}
.team-tab-btn[data-filter="academic"].active-tab {
  box-shadow: 0 6px 18px rgba(234, 88, 12, 0.45);
}
.team-tab-btn[data-filter="operations"].active-tab {
  box-shadow: 0 6px 18px rgba(15, 118, 110, 0.45);
}

.member-card-wrapper {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.member-card-wrapper.hide-card {
  display: none !important;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}

/* Govt Team Card Styling - Exact 1:1 match with Certified Student Glass Cards */
.govt-team-card {
  position: relative;
  border-radius: 20px !important;
  text-align: center;
  padding: 1rem 0.85rem 1.25rem;
  transition: all 0.3s ease !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 3.5px solid transparent !important;
  background-clip: padding-box !important;
}

/* Top Accent Bar matching Student Cards */
.govt-card-top-bar {
  display: block !important;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #ff9900, #ffeb3b);
  border-radius: 2px;
}

/* Hide header badge bar if redundant */
.govt-dept-badge {
  display: none !important;
}

.govt-image-frame {
  width: 100px;
  height: 110px;
  border-radius: 10px !important;
  border: none !important;
  background: transparent !important;
  display: block;
  margin: 0.6rem auto 0.3rem;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
  transition: all 0.3s ease !important;
  overflow: hidden;
}

.govt-team-card:hover .govt-image-frame {
  transform: scale(1.04);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.18);
}

.govt-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.name-role-box {
  padding: 0.5rem 0.25rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  background: transparent !important;
}

.name-role-box .name {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: #1e3a8a;
  margin-bottom: 0.25rem;
  line-height: 1.3;
}

.name-role-box .role {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.775rem;
  color: #0284c7;
  margin-bottom: 0.5rem;
  line-height: 1.35;
}

.officer-id-tag {
  font-family: 'Monaco', 'Consolas', monospace;
  font-size: 0.725rem;
  font-weight: 700;
  color: #000000;
  background: rgba(255, 255, 255, 0.6);
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  display: inline-block;
  margin: 0 auto 0.75rem;
  border: 1px solid rgba(0,0,0,0.08);
  letter-spacing: 0.3px;
}

.btn-govt-view-profile {
  background: rgba(255, 255, 255, 0.85);
  color: #0B3B82;
  border: 1px solid rgba(11, 59, 130, 0.25);
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  letter-spacing: 0.2px;
}

/* ==========================================================================
   CATEGORY SPECIFIC GLASS COLOR THEMES MATCHING CERTIFIED STUDENT CARDS
   ========================================================================== */

/* 1. All Officers / Default Theme (Blue Glass - card-glass-blue) */
.member-card-wrapper .govt-team-card {
  background: linear-gradient(rgba(219, 234, 254, 0.94), rgba(219, 234, 254, 0.94)) padding-box, 
              linear-gradient(135deg, #ff9933 0%, #ff9933 16%, rgba(11, 31, 77, 0.08) 16%, rgba(11, 31, 77, 0.08) 84%, #128807 84%, #128807 100%) border-box !important;
  box-shadow: 0 12px 30px rgba(59, 130, 246, 0.15), 0 4px 10px rgba(59, 130, 246, 0.08) !important;
}

.member-card-wrapper .govt-team-card:hover {
  transform: translateY(-5px) !important;
  background: linear-gradient(rgba(219, 234, 254, 0.98), rgba(219, 234, 254, 0.98)) padding-box, 
              linear-gradient(135deg, #ff9933 0%, #ff9933 16%, rgba(11, 31, 77, 0.08) 16%, rgba(11, 31, 77, 0.08) 84%, #128807 84%, #128807 100%) border-box !important;
  box-shadow: 0 20px 40px rgba(59, 130, 246, 0.25), 0 8px 16px rgba(59, 130, 246, 0.12) !important;
}

.member-card-wrapper .btn-govt-view-profile:hover {
  background-color: #0B3B82;
  color: #ffffff;
  border-color: #0B3B82;
  box-shadow: 0 4px 12px rgba(11, 59, 130, 0.25);
}

/* 2. Advisory Board Category Theme (Purple Glass - card-glass-purple) */
.member-card-wrapper[data-category="advisory"] .govt-team-card {
  background: linear-gradient(rgba(243, 232, 255, 0.94), rgba(243, 232, 255, 0.94)) padding-box, 
              linear-gradient(135deg, #ff9933 0%, #ff9933 16%, rgba(11, 31, 77, 0.08) 16%, rgba(11, 31, 77, 0.08) 84%, #128807 84%, #128807 100%) border-box !important;
  box-shadow: 0 12px 30px rgba(168, 85, 247, 0.15), 0 4px 10px rgba(168, 85, 247, 0.08) !important;
}

.member-card-wrapper[data-category="advisory"] .govt-team-card:hover {
  transform: translateY(-5px) !important;
  background: linear-gradient(rgba(243, 232, 255, 0.98), rgba(243, 232, 255, 0.98)) padding-box, 
              linear-gradient(135deg, #ff9933 0%, #ff9933 16%, rgba(11, 31, 77, 0.08) 16%, rgba(11, 31, 77, 0.08) 84%, #128807 84%, #128807 100%) border-box !important;
  box-shadow: 0 20px 40px rgba(168, 85, 247, 0.25), 0 8px 16px rgba(168, 85, 247, 0.12) !important;
}

.member-card-wrapper[data-category="advisory"] .role {
  color: #6D28D9;
}

.member-card-wrapper[data-category="advisory"] .btn-govt-view-profile {
  color: #6D28D9;
  border-color: rgba(109, 40, 217, 0.3);
}

.member-card-wrapper[data-category="advisory"] .btn-govt-view-profile:hover {
  background-color: #6D28D9;
  color: #ffffff;
  border-color: #6D28D9;
  box-shadow: 0 4px 12px rgba(109, 40, 217, 0.25);
}

/* 3. Administration Category Theme (Green Glass - card-glass-green) */
.member-card-wrapper[data-category="administration"] .govt-team-card {
  background: linear-gradient(rgba(220, 252, 231, 0.94), rgba(220, 252, 231, 0.94)) padding-box, 
              linear-gradient(135deg, #ff9933 0%, #ff9933 16%, rgba(11, 31, 77, 0.08) 16%, rgba(11, 31, 77, 0.08) 84%, #128807 84%, #128807 100%) border-box !important;
  box-shadow: 0 12px 30px rgba(34, 197, 94, 0.15), 0 4px 10px rgba(34, 197, 94, 0.08) !important;
}

.member-card-wrapper[data-category="administration"] .govt-team-card:hover {
  transform: translateY(-5px) !important;
  background: linear-gradient(rgba(220, 252, 231, 0.98), rgba(220, 252, 231, 0.98)) padding-box, 
              linear-gradient(135deg, #ff9933 0%, #ff9933 16%, rgba(11, 31, 77, 0.08) 16%, rgba(11, 31, 77, 0.08) 84%, #128807 84%, #128807 100%) border-box !important;
  box-shadow: 0 20px 40px rgba(34, 197, 94, 0.25), 0 8px 16px rgba(34, 197, 94, 0.12) !important;
}

.member-card-wrapper[data-category="administration"] .role {
  color: #047857;
}

.member-card-wrapper[data-category="administration"] .btn-govt-view-profile {
  color: #047857;
  border-color: rgba(4, 120, 87, 0.3);
}

.member-card-wrapper[data-category="administration"] .btn-govt-view-profile:hover {
  background-color: #047857;
  color: #ffffff;
  border-color: #047857;
  box-shadow: 0 4px 12px rgba(4, 120, 87, 0.25);
}

/* 4. Academic Wing Category Theme (Orange Glass - card-glass-orange) */
.member-card-wrapper[data-category="academic"] .govt-team-card {
  background: linear-gradient(rgba(254, 243, 199, 0.93), rgba(254, 243, 199, 0.93)) padding-box, 
              linear-gradient(135deg, #ff9933 0%, #ff9933 16%, rgba(11, 31, 77, 0.08) 16%, rgba(11, 31, 77, 0.08) 84%, #128807 84%, #128807 100%) border-box !important;
  box-shadow: 0 12px 30px rgba(245, 158, 11, 0.15), 0 4px 10px rgba(245, 158, 11, 0.08) !important;
}

.member-card-wrapper[data-category="academic"] .govt-team-card:hover {
  transform: translateY(-5px) !important;
  background: linear-gradient(rgba(254, 243, 199, 0.98), rgba(254, 243, 199, 0.98)) padding-box, 
              linear-gradient(135deg, #ff9933 0%, #ff9933 16%, rgba(11, 31, 77, 0.08) 16%, rgba(11, 31, 77, 0.08) 84%, #128807 84%, #128807 100%) border-box !important;
  box-shadow: 0 20px 40px rgba(245, 158, 11, 0.25), 0 8px 16px rgba(245, 158, 11, 0.12) !important;
}

.member-card-wrapper[data-category="academic"] .role {
  color: #EA580C;
}

.member-card-wrapper[data-category="academic"] .btn-govt-view-profile {
  color: #EA580C;
  border-color: rgba(234, 88, 12, 0.3);
}

.member-card-wrapper[data-category="academic"] .btn-govt-view-profile:hover {
  background-color: #EA580C;
  color: #ffffff;
  border-color: #EA580C;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.25);
}

/* 5. Field & Marketing / Operations Category Theme (Teal Glass - card-glass-teal) */
.member-card-wrapper[data-category="operations"] .govt-team-card {
  background: linear-gradient(rgba(204, 251, 241, 0.94), rgba(204, 251, 241, 0.94)) padding-box, 
              linear-gradient(135deg, #ff9933 0%, #ff9933 16%, rgba(11, 31, 77, 0.08) 16%, rgba(11, 31, 77, 0.08) 84%, #128807 84%, #128807 100%) border-box !important;
  box-shadow: 0 12px 30px rgba(20, 184, 166, 0.15), 0 4px 10px rgba(20, 184, 166, 0.06) !important;
}

.member-card-wrapper[data-category="operations"] .govt-team-card:hover {
  transform: translateY(-5px) !important;
  background: linear-gradient(rgba(204, 251, 241, 0.98), rgba(204, 251, 241, 0.98)) padding-box, 
              linear-gradient(135deg, #ff9933 0%, #ff9933 16%, rgba(11, 31, 77, 0.08) 16%, rgba(11, 31, 77, 0.08) 84%, #128807 84%, #128807 100%) border-box !important;
  box-shadow: 0 20px 40px rgba(20, 184, 166, 0.25), 0 8px 16px rgba(20, 184, 166, 0.12) !important;
}

.member-card-wrapper[data-category="operations"] .role {
  color: #0F766E;
}

.member-card-wrapper[data-category="operations"] .btn-govt-view-profile {
  color: #0F766E;
  border-color: rgba(15, 118, 110, 0.3);
}

.member-card-wrapper[data-category="operations"] .btn-govt-view-profile:hover {
  background-color: #0F766E;
  color: #ffffff;
  border-color: #0F766E;
  box-shadow: 0 4px 12px rgba(15, 118, 110, 0.25);
}
.member-card-wrapper[data-category="operations"] .govt-image-frame {
  border-color: #0F766E;
  outline-color: rgba(15, 118, 110, 0.2);
}
.member-card-wrapper[data-category="operations"] .btn-govt-view-profile {
  color: #0F766E;
  border-color: rgba(15, 118, 110, 0.35);
  background-color: #f0fdfa;
}
.member-card-wrapper[data-category="operations"] .btn-govt-view-profile:hover {
  background-color: #0F766E;
  color: #ffffff;
  border-color: #0F766E;
  box-shadow: 0 4px 12px rgba(15, 118, 110, 0.25);
}


/* --------------------------------------------------------------------------
   04. MODALS & TOAST NOTIFICATIONS
   -------------------------------------------------------------------------- */
.director-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(9, 26, 54, 0.65);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 1060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.director-modal-backdrop.active-modal {
  opacity: 1;
  visibility: visible;
}

.director-modal-container {
  background: #ffffff;
  border-radius: 20px;
  width: 100%;
  max-width: 580px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0.92);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.director-modal-backdrop.active-modal .director-modal-container {
  transform: scale(1);
}

.modal-close-btn {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  color: #64748b;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
}

.modal-close-btn:hover {
  color: #0f172a;
  background: #e2e8f0;
}

.director-toast-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #002b5c;
  color: #ffffff;
  border-left: 4px solid #10b981;
  border-radius: 10px;
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 1100;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}

.director-toast-container.show-toast {
  transform: translateY(0);
  opacity: 1;
}


/* --------------------------------------------------------------------------
   05. RESPONSIVE MEDIA QUERIES (DESKTOP, TABLET, MOBILE, LARGE MOBILE)
   -------------------------------------------------------------------------- */

/* Large Desktop / Grid Layout adjustments */
@media (max-width: 1199.98px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablet Devices (768px to 991px) */
@media (max-width: 991.98px) {
  .chairman-banner-title {
    font-size: 1.95rem;
  }
  
  .chairman-card {
    height: 340px;
    max-width: 280px;
  }

  .director-message-card {
    padding: 1.75rem !important;
  }
}

/* Mobile & Small Tablets (Below 768px) */
@media (max-width: 767.98px) {
  .chairman-banner {
    padding: 40px 0 35px;
  }

  .chairman-banner-title {
    font-size: 1.65rem;
    letter-spacing: 1px;
  }

  .breadcrumb-box {
    padding: 0.35rem 0.9rem !important;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.15rem;
  }

  .team-section {
    padding: 3rem 0;
  }
}

/* Extra Small Mobile Devices (Below 480px) */
@media (max-width: 479.98px) {
  .chairman-banner-title {
    font-size: 1.45rem;
  }

  .team-grid {
    grid-template-columns: 1fr;
    max-width: 310px;
    margin: 0 auto;
  }

  .chairman-card {
    height: 320px;
  }

  .director-message-card {
    padding: 1.25rem !important;
  }
}
