/* About Us & Leadership pages — full design system (hero + content + contact strip) */

.about-us-page,
.leadership-page {
  --nr-primary: #0f2744;
  --nr-primary-light: #1a365d;
  --nr-accent: #22c55e;
  --nr-accent-hover: #16a34a;
  --nr-text: #1a1a1a;
  --nr-text-muted: #5a5a5a;
  --nr-bg-light: #f8fafc;
  --nr-bg-white: #ffffff;
  --nr-border: #e2e8f0;
  margin: 0;
  padding: 0;
}

.about-us-page .container-xxl,
.leadership-page .container-xxl {
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
@media (min-width: 1400px) {
  .about-us-page .container-xxl,
  .leadership-page .container-xxl {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

/* Hero */
.about-us-page .nr-hero,
.leadership-page .nr-hero {
  min-height: 380px !important;
  background: var(--nr-primary) !important;
  background-image: linear-gradient(135deg, var(--nr-primary) 0%, var(--nr-primary-light) 100%) !important;
  position: relative;
}
.about-us-page .nr-hero .breadcrumb-item a,
.leadership-page .nr-hero .breadcrumb-item a { color: rgba(255,255,255,0.9); }
.about-us-page .nr-hero .breadcrumb-item.active,
.leadership-page .nr-hero .breadcrumb-item.active { color: var(--nr-accent); font-weight: 600; }
.about-us-page .nr-hero h1,
.leadership-page .nr-hero h1 { font-size: 1.75rem !important; font-weight: 700 !important; color: #fff !important; }
@media (min-width: 768px) {
  .about-us-page .nr-hero h1,
  .leadership-page .nr-hero h1 { font-size: 2.25rem !important; }
}
.about-us-page .nr-hero .lead,
.leadership-page .nr-hero .lead { opacity: 0.95; font-size: 1.1rem !important; color: rgba(255,255,255,0.95) !important; line-height: 1.6 !important; }
@media (min-width: 768px) {
  .about-us-page .nr-hero .lead,
  .leadership-page .nr-hero .lead { font-size: 1.02rem !important; }
}
.about-us-page .btn-nr-cta,
.leadership-page .btn-nr-cta {
  background: var(--nr-accent) !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  padding: 0.65rem 1.75rem !important;
  border-radius: 8px !important;
  border: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.about-us-page .btn-nr-cta:hover,
.leadership-page .btn-nr-cta:hover { background: var(--nr-accent-hover); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(34,197,94,0.35); }
.about-us-page .nr-hero .rounded-circle.bg-success,
.leadership-page .nr-hero .rounded-circle.bg-success { background: rgba(34,197,94,0.25) !important; width: 180px !important; height: 180px !important; }
.about-us-page .nr-hero .rounded-circle i,
.leadership-page .nr-hero .rounded-circle i { font-size: 3.5rem !important; }
.about-us-page .nr-hero-highlights,
.leadership-page .nr-hero-highlights { gap: 0.5rem 1.5rem; }
.about-us-page .nr-hero-highlights span,
.leadership-page .nr-hero-highlights span { font-size: 0.9rem !important; }

/* Contact strip */
.about-us-page .nr-contact-strip,
.leadership-page .nr-contact-strip {
  background: var(--nr-primary) !important;
  background-image: linear-gradient(135deg, var(--nr-primary) 0%, var(--nr-primary-light) 100%) !important;
}
.about-us-page .nr-contact-strip h2,
.leadership-page .nr-contact-strip h2 { font-size: 1.75rem !important; font-weight: 700 !important; }
@media (min-width: 768px) {
  .about-us-page .nr-contact-strip h2,
  .leadership-page .nr-contact-strip h2 { font-size: 2rem !important; }
}
.about-us-page .nr-contact-strip a,
.leadership-page .nr-contact-strip a { color: var(--nr-accent); font-weight: 600; }
.about-us-page .nr-contact-strip a:hover,
.leadership-page .nr-contact-strip a:hover { color: #4ade80; }

/* Section titles */
.about-us-page .nr-section-title,
.leadership-page .nr-section-title { font-size: 2rem !important; font-weight: 700 !important; color: var(--nr-primary) !important; margin-bottom: 0.75rem !important; }
@media (min-width: 768px) {
  .about-us-page .nr-section-title,
  .leadership-page .nr-section-title { font-size: 2.25rem !important; }
}

/* About Us — content cards */
.about-us-page .nr-content-card {
  background: var(--nr-bg-white);
  border: 1px solid var(--nr-border);
  border-radius: 16px;
  padding: 1.5rem 1.75rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.about-us-page .nr-content-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.08); transform: translateY(-2px); }
.about-us-page .nr-content-card h3 { font-size: 1.2rem !important; font-weight: 600 !important; color: var(--nr-primary) !important; margin-bottom: 1rem !important; }
.about-us-page .nr-content-card ul, .about-us-page .nr-content-card ol { margin-bottom: 0; padding-left: 1.25rem; }
.about-us-page .nr-content-card li { margin-bottom: 0.5rem; color: var(--nr-text-muted); }
.about-us-page .nr-content-card li:last-child { margin-bottom: 0; }

/* About Us — vision / mission cards */
.about-us-page .nr-vision-mission-card {
  background: var(--nr-bg-white);
  border: 1px solid var(--nr-border);
  border-radius: 16px;
  padding: 1.5rem 1.75rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.about-us-page .nr-vision-mission-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.08); transform: translateY(-2px); }
.about-us-page .nr-vision-mission-card h3 { font-size: 1.2rem !important; font-weight: 600 !important; color: var(--nr-primary) !important; margin-bottom: 0.75rem !important; }

/* About Us — form card */
.about-us-page .nr-form-card {
  background: var(--nr-bg-white);
  border: 1px solid var(--nr-border);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  overflow: hidden;
}
.about-us-page .nr-form-card .card-header {
  background: var(--nr-primary) !important;
  background-image: linear-gradient(135deg, var(--nr-primary) 0%, var(--nr-primary-light) 100%) !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 1rem 1.25rem;
  border: none;
}
.about-us-page .nr-form-card .form-label { font-weight: 500; color: var(--nr-text); font-size: 0.9rem; }
.about-us-page .nr-form-card .form-control,
.about-us-page .nr-form-card .form-select { border-radius: 8px; border-color: var(--nr-border); }
.about-us-page .nr-form-card .form-control:focus,
.about-us-page .nr-form-card .form-select:focus { border-color: var(--nr-accent); box-shadow: 0 0 0 3px rgba(34,197,94,0.15); }
.about-us-page .nr-form-card .btn-primary {
  background: var(--nr-accent);
  border-color: var(--nr-accent);
  border-radius: 8px;
  font-weight: 600;
  padding: 0.6rem 1.5rem;
}
.about-us-page .nr-form-card .btn-primary:hover { background: var(--nr-accent-hover); border-color: var(--nr-accent-hover); }

/* About Us — sidebar card (Top Colleges) */
.about-us-page .nr-sidebar-card {
  background: var(--nr-bg-white);
  border: 1px solid var(--nr-border);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.about-us-page .nr-sidebar-card .card-header {
  background: var(--nr-primary) !important;
  background-image: linear-gradient(135deg, var(--nr-primary) 0%, var(--nr-primary-light) 100%) !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 1rem 1.25rem;
  border: none;
}
.about-us-page .nr-sidebar-card .card-body {
  /* max-height: 380px; */
  overflow-y: auto;
  padding: 1.25rem 1.25rem !important;
}
.about-us-page .nr-sidebar-card .card-body::-webkit-scrollbar {
  width: 6px;
}
.about-us-page .nr-sidebar-card .card-body::-webkit-scrollbar-track {
  background: var(--nr-bg-light);
  border-radius: 3px;
}
.about-us-page .nr-sidebar-card .card-body::-webkit-scrollbar-thumb {
  background: var(--nr-border);
  border-radius: 3px;
}
.about-us-page .nr-sidebar-card .nr-college-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-us-page .nr-sidebar-card .nr-college-list li {
  margin-bottom: 0;
  border-bottom: 1px solid var(--nr-border);
  transition: background 0.2s ease;
}
.about-us-page .nr-sidebar-card .nr-college-list li:last-child {
  border-bottom: none;
}
.about-us-page .nr-sidebar-card .nr-college-list a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0;
  color: var(--nr-primary);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.about-us-page .nr-sidebar-card .nr-college-list .nr-college-icon {
  font-size: 0.6rem;
  color: var(--nr-accent);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.about-us-page .nr-sidebar-card .nr-college-list a:hover {
  color: var(--nr-accent);
  padding-left: 4px;
}
.about-us-page .nr-sidebar-card .nr-college-list a:hover .nr-college-icon {
  transform: translateX(3px);
}

/* Leadership — intro section */
.leadership-page .nr-intro-section {
  background: linear-gradient(135deg, var(--nr-bg-light) 0%, #e8f5e9 100%);
  padding: 3.5rem 2rem;
  margin-bottom: 2rem;
  border-radius: 20px;
  border-left: 5px solid var(--nr-accent);
  box-shadow: 0 4px 24px rgba(15,39,68,0.06);
}
.leadership-page .nr-intro-section .nr-section-title { margin-bottom: 1rem !important; }
.leadership-page .nr-intro-section .nr-intro-text {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--nr-text-muted);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Leadership — director cards */
.leadership-page .nr-director-card {
  background: var(--nr-bg-white);
  border: 1px solid var(--nr-border);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  margin-bottom: 2rem;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.leadership-page .nr-director-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.08); transform: translateY(-2px); }
.leadership-page .nr-director-image {
  width: 100%;
  max-width: 307px;
  height: auto;
  aspect-ratio: 307/433;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.leadership-page .nr-director-name { font-size: 1.75rem !important; font-weight: 700 !important; color: var(--nr-primary) !important; margin-bottom: 0.5rem !important; }
.leadership-page .nr-director-designation { font-size: 1.1rem !important; color: var(--nr-accent) !important; font-weight: 600 !important; margin-bottom: 1rem !important; }
.leadership-page .nr-director-description { font-size: 1rem; color: var(--nr-text-muted); line-height: 1.7; margin-bottom: 1rem; }
.leadership-page .nr-director-card ul { padding-left: 1.25rem; margin: 0.5rem 0 1rem; }
.leadership-page .nr-director-card ul li { margin-bottom: 0.5rem; color: var(--nr-text-muted); }
.leadership-page .nr-director-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--nr-bg-light);
  color: var(--nr-accent);
  font-size: 1rem;
  transition: all 0.25s ease;
  text-decoration: none;
  margin-right: 0.5rem;
}
.leadership-page .nr-director-social a:hover {
  background: var(--nr-accent);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(34,197,94,0.35);
}
@media (max-width: 768px) {
  .leadership-page .nr-director-content { padding-top: 1.5rem; }
  .leadership-page .nr-director-image { max-width: 100%; }
}
