/* ====================================================================
 * Background Image Slider - Main Banner (Education Meeting Template)
 * File: assets/css/flex-slider.css
 * ==================================================================== */
.main-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 600px;
}
.bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.bg-slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    animation: bgSlideShow 40s infinite;
    transform: scale(1.05);
}

/* 14 items, slot = 40s / 14 = 2.857s each — delay evenly spaced */
.bg-slider-item:nth-child(1)  { animation-delay: 0s;      }  /* pic1  */
.bg-slider-item:nth-child(2)  { animation-delay: 2.857s;  }  /* pic2  */
.bg-slider-item:nth-child(3)  { animation-delay: 5.714s;  }  /* pic3  */
.bg-slider-item:nth-child(4)  { animation-delay: 8.571s;  }  /* pic4  */
.bg-slider-item:nth-child(5)  { animation-delay: 11.429s; }  /* pic5  */
.bg-slider-item:nth-child(6)  { animation-delay: 14.286s; }  /* pic7  */
.bg-slider-item:nth-child(7)  { animation-delay: 17.143s; }  /* pic8  */
.bg-slider-item:nth-child(8)  { animation-delay: 20s;     }  /* pic9  */
.bg-slider-item:nth-child(9)  { animation-delay: 22.857s; }  /* pic11 */
.bg-slider-item:nth-child(10) { animation-delay: 25.714s; }  /* pic15 */
.bg-slider-item:nth-child(11) { animation-delay: 28.571s; }  /* pic17 */
.bg-slider-item:nth-child(12) { animation-delay: 31.429s; }  /* pic18 */
.bg-slider-item:nth-child(13) { animation-delay: 34.286s; }  /* pic19 */
.bg-slider-item:nth-child(14) { animation-delay: 37.143s; }  /* pic20 */

.paper-slider{
    display:flex;
    gap:20px;
    overflow:hidden;
}

.paper-slider .item{
    min-width:250px;
}

.paper-slider img{
    width:250px;
    height:350px;
    object-fit:cover;
    border-radius:10px;
}

.paper-slider .item{
    overflow:hidden;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
}

.paper-slider .item img{
    transition:all .4s ease;
}

.paper-slider .item:hover img{
    transform:scale(1.08);
}

.paper-slider .item:hover{
    box-shadow:0 10px 25px rgba(0,0,0,.35);
}

/* TRUE crossfade: fade-out ab agli image ke fade-in ke saath 1s tak
   OVERLAP karta hai (pehle zero-overlap tha, isliye gap dikhta tha) */
@keyframes bgSlideShow {
    0%      { opacity: 0; transform: scale(1.05); }
    2.5%    { opacity: 1; }                         /* fade-in complete (~1s) */
    7.14%   { opacity: 1; transform: scale(1.12); }  /* hold, fade-out shuru yahi se */
    9.64%   { opacity: 0; }                          /* fade-out complete (~1s baad, agli image ke fade-in ke saath overlap) */
    100%    { opacity: 0; }
}

/* Text/content over the slider must sit above it and above the header */
.main-banner .video-overlay {
    position: relative;
    z-index: 5;
    height: 100%;
    display: flex;
    align-items: center;
}

/* Keep the site header above the banner so its dropdown menus
   are never hidden behind the slider */
header,
.header-area,
.main-menu,
.navbar {
    position: relative;
    z-index: 999;
}



/* ===== About Society Page Styles ===== */
/* ===== About Society Page Styles ===== */

/* Banner (currently unused - section markup is commented out in HTML) */
.about-society-banner {
  position: relative;
  padding: 110px 0 90px;
  background-image: url('../images/single-meeting.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #3b0a0f;
}
.about-society-banner .container {
  position: relative;
  z-index: 2;
}
.asb-content {
  text-align: center;
  color: #fff;
}
.asb-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.asb-content h1 {
  font-weight: 800;
  font-size: 42px;
  margin-bottom: 10px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.asb-content p {
  font-size: 18px;
  opacity: 0.95;
  margin-bottom: 18px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.asb-breadcrumb a {
  color: #f3d27a;
  text-decoration: none;
  font-weight: 600;
}
.asb-breadcrumb span {
  color: #fff;
  opacity: 0.8;
  margin: 0 6px;
}
@media (max-width: 768px) {
  .about-society-banner { padding: 80px 0 60px; }
  .asb-content h1 { font-size: 30px; }
}

/* Society Intro / Founder */
.society-intro { padding: 70px 0 30px; background: #fdf6ec; }
.si-eyebrow {
  display: inline-block;
  color: #b8262f;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.society-intro .section-heading h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #3b0a0f;
  margin-bottom: 22px;
  letter-spacing: 0.3px;
}
.si-para {
  font-family: 'Poppins', sans-serif;
  color: #3b241a;
  font-size: 16.5px;
  font-weight: 600;
  line-height: 1.95;
  margin-bottom: 18px;
  letter-spacing: 0.2px;
}
.si-para strong {
  color: #b8262f;
  font-weight: 800;
}
.founder-photo-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(59,10,15,0.3);
  border: 5px solid transparent;
  background: linear-gradient(#fff,#fff) padding-box,
              linear-gradient(135deg,#e8a324,#c6832c,#8b0000) border-box;
  padding: 0;
}
.founder-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(232,163,36,0.5);
  border-radius: 12px;
  pointer-events: none;
}
.founder-photo-wrap img {
  width: 100%;
  height: 541px;
  object-fit: cover;
  display: block;
  border-radius: 13px;
}
.founder-caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 18px 20px;
  background: linear-gradient(0deg, rgba(0,0,0,0.75), transparent);
  color: #fff;
}
.founder-caption h4 { margin: 0 0 4px; font-weight: 700; }
.founder-caption span { font-size: 13px; opacity: 0.9; }

/* Growth / Tree Section */
.society-growth { padding: 20px 0 70px; background: #fdf6ec; }
.society-growth .section-heading h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  color: #c6832c;
  letter-spacing: 0.3px;
}
.growth-card {
  height: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 30px 22px;
  text-align: center;
  border: 1px solid #f0dfb8;
  box-shadow: 0 8px 20px rgba(198,142,44,.10);
  transition: transform .3s ease, box-shadow .3s ease;
}
.growth-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(198,142,44,.22);
}
.growth-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg,#e8a324,#c6832c);
  color: #fff;
  font-size: 26px;
}
.growth-card h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  color: #3b0a0f;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}
.growth-card p {
  font-family: 'Poppins', sans-serif;
  color: #5a4530;
  font-weight: 600;
  font-size: 14.5px;
  margin: 0;
}

/* Mission Statement (currently unused - section markup removed from HTML) */
.society-mission {
  position: relative;
  padding: 80px 0;
  background-image: url('../images/single-meeting.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #3b0a0f;
  overflow: hidden;
}
@media (max-width: 768px) {
  .society-mission { background-attachment: scroll; }
}
.society-mission .mission-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(59,10,15,0.85), rgba(139,0,0,0.65) 55%, rgba(212,175,55,0.35));
  z-index: 1;
}
.society-mission .container { position: relative; z-index: 2; color: #fff; }
.mission-quote-icon { font-size: 30px; color: #e8a324; margin-bottom: 16px; }
.society-mission h2 {
  font-weight: 800;
  font-size: 38px;
  margin-bottom: 20px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.society-mission p {
  font-size: 17px;
  line-height: 1.9;
  opacity: 0.95;
}
.cp-hero {
  position: relative;
  padding: 40px 0 34px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.cp-hero-content { text-align: center; color: #fff; }
.cp-hero-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 4px 16px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.cp-hero-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  margin-bottom: 6px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.cp-hero-content p {
  font-size: 15px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 10px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.cp-hero-breadcrumb a {
  color: #f3d27a;
  text-decoration: none;
  font-weight: 600;
}
.cp-hero-breadcrumb span {
  color: #fff;
  opacity: 0.8;
  margin: 0 6px;
}

.cp-section { padding: 70px 0; background: #fdf6ec; }
.cp-eyebrow {
  display: block;
  text-align: center;
  color: #b8262f;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 8px;
}
.cp-heading {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #3b0a0f;
  margin-bottom: 12px;
}
.cp-subtext {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #6b5a45;
  font-size: 15px;
  font-weight: 500;
  max-width: 640px;
  margin: 0 auto 40px;
  line-height: 1.8;
}

/* PDF Cards - stacked, one below another, thumbnail image instead of icon */
.cp-pdf-card {
  display: flex;
  align-items: center;
  gap: 22px;
  background: #fff;
  border: 1px solid #f0dfb8;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 15px 35px rgba(198,142,44,.12);
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.cp-pdf-card:last-child { margin-bottom: 0; }
.cp-pdf-thumb {
  width: 160px;
  height: 160px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  background: #fdf6ec;
  border: 1px solid #f0dfb8;
  cursor: pointer;
}
.cp-pdf-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.cp-pdf-details {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cp-pdf-details h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #3b0a0f;
  font-size: 17px;
  margin: 0;
}
.cp-pdf-details span {
  font-family: 'Poppins', sans-serif;
  color: #8b7355;
  font-size: 13px;
  font-weight: 500;
}
.cp-pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg,#c6832c,#e8a324);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 30px;
  transition: transform .25s ease, box-shadow .25s ease;
  white-space: nowrap;
  width: fit-content;
  margin-top: 4px;
}
.cp-pdf-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(198,142,44,.35);
  color: #fff;
}
@media (max-width: 576px) {
  .cp-pdf-card { flex-direction: column; align-items: flex-start; text-align: left; }
  .cp-pdf-thumb { width: 100%; height: 220px; }
  .cp-pdf-btn { width: 100%; justify-content: center; }
}
/* ===== Junior College Admission Report Styles ===== */
.ar-report-title {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #6b5a45;
  font-size: 20px;
  margin: 0 0 24px;
}

.ar-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.ar-tab-btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #3b0a0f;
  background: #fff;
  border: 1px solid #f0dfb8;
  padding: 10px 22px;
  border-radius: 30px;
  cursor: pointer;
  transition: all .25s ease;
}
.ar-tab-btn:hover {
  background: #fdf6ec;
}
.ar-tab-btn.active {
  background: linear-gradient(135deg,#c6832c,#e8a324);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(198,142,44,.3);
}

.ar-panel {
  display: none;
  background: #fff;
  border: 1px solid #f0dfb8;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 15px 35px rgba(198,142,44,.12);
  margin-bottom: 30px;
}
.ar-panel.active { display: block; }

.ar-table-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
  font-family: 'Poppins', sans-serif;
}
.ar-entries {
  color: #3b241a;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ar-entries-select {
  border: 1px solid #f0dfb8;
  border-radius: 6px;
  padding: 5px 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #3b0a0f;
}
.ar-search {
  font-weight: 700;
  color: #3b0a0f;
  font-size: 14px;
}
.ar-search-input {
  border: 1px solid #3b0a0f;
  border-radius: 4px;
  padding: 6px 12px;
  margin-left: 6px;
  font-family: 'Poppins', sans-serif;
  min-width: 220px;
}
.ar-search-input:focus {
  outline: none;
  border-color: #c6832c;
  box-shadow: 0 0 0 3px rgba(198,142,44,.15);
}

.ar-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Poppins', sans-serif;
}
.ar-table thead th {
  background: #cfe4f5;
  color: #1c3b57;
  font-weight: 700;
  font-size: 14.5px;
  text-align: center;
  padding: 12px 10px;
  border: none;
  user-select: none;
}
.ar-table thead th i {
  font-size: 11px;
  color: #7a95ab;
  margin-left: 4px;
}
.ar-table thead th.ar-highlight {
  background: #2196c9;
  color: #fff;
}
.ar-table thead th.ar-highlight i { color: rgba(255,255,255,0.8); }

.ar-table tbody td {
  text-align: center;
  padding: 12px 10px;
  font-size: 14.5px;
  color: #3b241a;
  border-bottom: 1px solid #f2f2f2;
}
.ar-table tbody tr:nth-child(even) { background: #fafafa; }
.ar-table tbody tr:hover { background: #fdf6ec; }

.ar-table tfoot .ar-total-row td {
  text-align: center;
  font-weight: 700;
  color: #3b0a0f;
  padding: 14px 10px;
  border-top: 2px solid #f0dfb8;
}

.ar-table-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  color: #6b5a45;
}
.ar-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ar-page-btn {
  background: #fff;
  border: 1px solid #f0dfb8;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  color: #b8262f;
  cursor: pointer;
}
.ar-page-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.ar-page-num {
  border: 1px solid #c6832c;
  color: #c6832c;
  font-weight: 700;
  border-radius: 6px;
  padding: 3px 12px;
}

@media (max-width: 576px) {
  .ar-table-controls { flex-direction: column; align-items: flex-start; }
  .ar-search-input { min-width: 100%; }
  .ar-panel { padding: 18px; }
  .ar-table thead th, .ar-table tbody td { font-size: 12.5px; padding: 8px 6px; }
}
/* ===== HODs Page - Banner + Card Grid ===== */
.hod-banner {
  position: relative;
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.hod-banner-content {
  text-align: center;
  color: #fff;
}
.hod-banner-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
/* Attractive gradient-bordered frame around the banner image */
.hod-banner-frame {
  display: inline-block;
  max-width: 620px;
  width: 100%;
  border-radius: 20px;
  padding: 6px;
  margin: 0 auto 26px;
  background: linear-gradient(135deg, #e8a324, #c6832c 45%, #8b0000 100%);
  box-shadow: 0 20px 45px rgba(0,0,0,0.4);
}
.hod-banner-frame img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  border-radius: 15px;
  display: block;
  border: 3px solid #fff;
  background: #fff;
}
.hod-banner-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.hod-banner-content p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.hod-breadcrumb a {
  color: #f3d27a;
  text-decoration: none;
  font-weight: 600;
}
.hod-breadcrumb span {
  color: #fff;
  opacity: 0.8;
  margin: 0 6px;
}
@media (max-width: 576px) {
  .hod-banner-frame img { max-height: 260px; }
  .hod-banner-content h1 { font-size: 26px; }
}
/* HOD Cards Grid */
.hod-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 26px;
  margin-top: 20px;
}
.hod-card {
  background: #fff;
  border: 1px solid #f0dfb8;
  border-radius: 16px;
  padding: 26px 20px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(198,142,44,.12);
  transition: transform .3s ease, box-shadow .3s ease;
}
.hod-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(198,142,44,.22);
}
.hod-card-photo {
  width: 120px;
  height: 120px;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid transparent;
  background: linear-gradient(#fdf6ec,#fdf6ec) padding-box,
              linear-gradient(135deg,#e8a324,#c6832c,#8b0000) border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hod-card-photo i {
  font-size: 46px;
  color: #c6832c;
}
.hod-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hod-card h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #3b0a0f;
  font-size: 17px;
  margin-bottom: 6px;
}
.hod-dept {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #b8262f;
  font-weight: 600;
  font-size: 13.5px;
  margin-bottom: 2px;
}
.hod-desig {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #8b7355;
  font-size: 12.5px;
  font-weight: 500;
}
.hod-banner-frame img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  border-radius: 15px;
  display: block;
  border: 3px solid #fff;
  background: #fff;
  cursor: pointer;
}
/* ===== HODs / Jr. College Faculty Page - Banner ===== */
.hod-banner {
  position: relative;
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.hod-banner-content {
  text-align: center;
  color: #fff;
}
.hod-banner-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
/* Attractive gradient-bordered frame around the banner image */
.hod-banner-frame {
  display: inline-block;
  max-width: 620px;
  width: 100%;
  border-radius: 20px;
  padding: 6px;
  margin: 0 auto 26px;
  background: linear-gradient(135deg, #e8a324, #c6832c 45%, #8b0000 100%);
  box-shadow: 0 20px 45px rgba(0,0,0,0.4);
}
.hod-banner-frame img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  border-radius: 15px;
  display: block;
  border: 3px solid #fff;
  background: #fff;
  cursor: pointer;
}
.hod-banner-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.hod-banner-content p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.hod-breadcrumb a {
  color: #f3d27a;
  text-decoration: none;
  font-weight: 600;
}
.hod-breadcrumb span {
  color: #fff;
  opacity: 0.8;
  margin: 0 6px;
}
@media (max-width: 576px) {
  .hod-banner-frame img { max-height: 260px; }
  .hod-banner-content h1 { font-size: 26px; }
}
/* HOD / Faculty Cards Grid */
.hod-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 26px;
  margin-top: 20px;
}
.hod-card {
  background: #fff;
  border: 1px solid #f0dfb8;
  border-radius: 16px;
  padding: 26px 20px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(198,142,44,.12);
  transition: transform .3s ease, box-shadow .3s ease;
}
.hod-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(198,142,44,.22);
}
.hod-card-photo {
  width: 120px;
  height: 120px;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid transparent;
  background: linear-gradient(#fdf6ec,#fdf6ec) padding-box,
              linear-gradient(135deg,#e8a324,#c6832c,#8b0000) border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hod-card-photo i {
  font-size: 46px;
  color: #c6832c;
}
.hod-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hod-card h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #3b0a0f;
  font-size: 17px;
  margin-bottom: 6px;
}
.hod-dept {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #b8262f;
  font-weight: 600;
  font-size: 13.5px;
  margin-bottom: 2px;
}
.hod-desig {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #8b7355;
  font-size: 12.5px;
  font-weight: 500;
}
/* ===== HODs / Jr. College Faculty Page - Banner ===== */
.hod-banner {
  position: relative;
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.hod-banner-content {
  text-align: center;
  color: #fff;
}
.hod-banner-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
/* Attractive gradient-bordered frame around the banner image */
.hod-banner-frame {
  display: inline-block;
  max-width: 620px;
  width: 100%;
  border-radius: 20px;
  padding: 6px;
  margin: 0 auto 26px;
  background: linear-gradient(135deg, #e8a324, #c6832c 45%, #8b0000 100%);
  box-shadow: 0 20px 45px rgba(0,0,0,0.4);
}
.hod-banner-frame img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  border-radius: 15px;
  display: block;
  border: 3px solid #fff;
  background: #fff;
  cursor: pointer;
}
.hod-banner-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.hod-banner-content p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.hod-breadcrumb a {
  color: #f3d27a;
  text-decoration: none;
  font-weight: 600;
}
.hod-breadcrumb span {
  color: #fff;
  opacity: 0.8;
  margin: 0 6px;
}
@media (max-width: 576px) {
  .hod-banner-frame img { max-height: 260px; }
  .hod-banner-content h1 { font-size: 26px; }
}
/* HOD / Faculty Cards Grid */
.hod-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 26px;
  margin-top: 20px;
}
.hod-card {
  background: #fff;
  border: 1px solid #f0dfb8;
  border-radius: 16px;
  padding: 26px 20px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(198,142,44,.12);
  transition: transform .3s ease, box-shadow .3s ease;
}
.hod-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(198,142,44,.22);
}
.hod-card-photo {
  width: 120px;
  height: 120px;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid transparent;
  background: linear-gradient(#fdf6ec,#fdf6ec) padding-box,
              linear-gradient(135deg,#e8a324,#c6832c,#8b0000) border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hod-card-photo i {
  font-size: 46px;
  color: #c6832c;
}
.hod-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hod-card h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #3b0a0f;
  font-size: 17px;
  margin-bottom: 6px;
}
.hod-dept {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #b8262f;
  font-weight: 600;
  font-size: 13.5px;
  margin-bottom: 2px;
}
.hod-desig {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #8b7355;
  font-size: 12.5px;
  font-weight: 500;
}

/* ===== Junior College Courses Page ===== */
.jc-banner {
  position: relative;
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.jc-banner-content { text-align: center; color: #fff; }
.jc-banner-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.jc-banner-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.jc-banner-content p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.jc-breadcrumb a { color: #f3d27a; text-decoration: none; font-weight: 600; }
.jc-breadcrumb span { color: #fff; opacity: 0.8; margin: 0 6px; }

.jc-courses-section { padding: 60px 0; background: #fdfaf4; }
.jc-course-card {
  background: #fff;
  border: 1px solid #f0dfb8;
  border-radius: 16px;
  padding: 28px 30px;
  margin-bottom: 26px;
  box-shadow: 0 15px 35px rgba(198,142,44,.10);
}
.jc-course-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 26px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 2px dashed #f0dfb8;
}
.jc-course-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #3b0a0f;
  margin: 0;
}
.jc-meta {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #7a1d24;
  background: #fdf1e6;
  border: 1px solid #f0dfb8;
  padding: 5px 14px;
  border-radius: 30px;
}
.jc-meta strong { color: #b8262f; }
.jc-subjects {
  font-size: 15px;
  color: #4a4a4a;
  line-height: 1.7;
  margin: 0;
}
.jc-subject-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 6px 20px;
}
.jc-subject-list li {
  font-size: 14.5px;
  color: #4a4a4a;
  padding-left: 20px;
  position: relative;
}
.jc-subject-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #c6832c;
  position: absolute;
  left: 0;
  font-size: 12px;
  top: 3px;
}
.jc-bifocal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jc-bifocal-list li {
  font-size: 15px;
  color: #b8262f;
  font-weight: 600;
  padding: 6px 0 6px 26px;
  position: relative;
}
.jc-bifocal-list li::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #c6832c;
  position: absolute;
  left: 0;
}
.jc-section-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #3b0a0f;
  margin: 40px 0 18px;
}
@media (max-width: 576px) {
  .jc-banner-content h1 { font-size: 26px; }
  .jc-course-name { font-size: 19px; }
}
/* ===== HODs / Jr. College Faculty Page - Banner ===== */
.hod-banner {
  position: relative;
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.hod-banner-content {
  text-align: center;
  color: #fff;
}
.hod-banner-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
/* Attractive gradient-bordered frame around the banner image */
.hod-banner-frame {
  display: inline-block;
  max-width: 620px;
  width: 100%;
  border-radius: 20px;
  padding: 6px;
  margin: 0 auto 26px;
  background: linear-gradient(135deg, #e8a324, #c6832c 45%, #8b0000 100%);
  box-shadow: 0 20px 45px rgba(0,0,0,0.4);
}
.hod-banner-frame img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  border-radius: 15px;
  display: block;
  border: 3px solid #fff;
  background: #fff;
  cursor: pointer;
}
.hod-banner-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.hod-banner-content p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.hod-breadcrumb a {
  color: #f3d27a;
  text-decoration: none;
  font-weight: 600;
}
.hod-breadcrumb span {
  color: #fff;
  opacity: 0.8;
  margin: 0 6px;
}
@media (max-width: 576px) {
  .hod-banner-frame img { max-height: 260px; }
  .hod-banner-content h1 { font-size: 26px; }
}
/* HOD / Faculty Cards Grid */
.hod-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 26px;
  margin-top: 20px;
}
.hod-card {
  background: #fff;
  border: 1px solid #f0dfb8;
  border-radius: 16px;
  padding: 26px 20px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(198,142,44,.12);
  transition: transform .3s ease, box-shadow .3s ease;
}
.hod-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(198,142,44,.22);
}
.hod-card-photo {
  width: 120px;
  height: 120px;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid transparent;
  background: linear-gradient(#fdf6ec,#fdf6ec) padding-box,
              linear-gradient(135deg,#e8a324,#c6832c,#8b0000) border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hod-card-photo i {
  font-size: 46px;
  color: #c6832c;
}
.hod-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hod-card h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #3b0a0f;
  font-size: 17px;
  margin-bottom: 6px;
}
.hod-dept {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #b8262f;
  font-weight: 600;
  font-size: 13.5px;
  margin-bottom: 2px;
}
.hod-desig {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #8b7355;
  font-size: 12.5px;
  font-weight: 500;
}

/* ===== Junior College Courses Page ===== */
.jc-banner {
  position: relative;
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.jc-banner-content { text-align: center; color: #fff; }
.jc-banner-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.jc-banner-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.jc-banner-content p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.jc-breadcrumb a { color: #f3d27a; text-decoration: none; font-weight: 600; }
.jc-breadcrumb span { color: #fff; opacity: 0.8; margin: 0 6px; }

.jc-courses-section { padding: 60px 0; background: #fdfaf4; }
.jc-course-card {
  background: #fff;
  border: 1px solid #f0dfb8;
  border-radius: 16px;
  padding: 28px 30px;
  margin-bottom: 26px;
  box-shadow: 0 15px 35px rgba(198,142,44,.10);
}
.jc-course-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 26px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 2px dashed #f0dfb8;
}
.jc-course-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #3b0a0f;
  margin: 0;
}
.jc-meta {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #7a1d24;
  background: #fdf1e6;
  border: 1px solid #f0dfb8;
  padding: 5px 14px;
  border-radius: 30px;
}
.jc-meta strong { color: #b8262f; }
.jc-subjects {
  font-size: 15px;
  color: #4a4a4a;
  line-height: 1.7;
  margin: 0;
}
.jc-subject-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 6px 20px;
}
.jc-subject-list li {
  font-size: 14.5px;
  color: #4a4a4a;
  padding-left: 20px;
  position: relative;
}
.jc-subject-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #c6832c;
  position: absolute;
  left: 0;
  font-size: 12px;
  top: 3px;
}
.jc-bifocal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jc-bifocal-list li {
  font-size: 15px;
  color: #b8262f;
  font-weight: 600;
  padding: 6px 0 6px 26px;
  position: relative;
}
.jc-bifocal-list li::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #c6832c;
  position: absolute;
  left: 0;
}
.jc-section-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #3b0a0f;
  margin: 40px 0 18px;
}
@media (max-width: 576px) {
  .jc-banner-content h1 { font-size: 26px; }
  .jc-course-name { font-size: 19px; }
}

/* ===== UG Courses Page ===== */
.ug-banner {
  position: relative;
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.ug-banner-content { text-align: center; color: #fff; }
.ug-banner-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.ug-banner-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.ug-banner-content p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.ug-breadcrumb a { color: #f3d27a; text-decoration: none; font-weight: 600; }
.ug-breadcrumb span { color: #fff; opacity: 0.8; margin: 0 6px; }

.ug-courses-section { padding: 60px 0; background: #fdfaf4; }
.ug-table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(59,10,15,.25);
}
.ug-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  font-family: 'Poppins', sans-serif;
  background: #4d5c2e;
}
.ug-table thead th {
  background: #3b4a22;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 16px 18px;
  text-align: center;
  border: 1px solid #647339;
}
.ug-table tbody td {
  color: #f3f3e8;
  font-size: 14.5px;
  padding: 16px 18px;
  border: 1px solid #647339;
  vertical-align: middle;
}
.ug-table tbody td.ug-course-name {
  font-weight: 700;
  color: #fff;
}
.ug-table tbody td.ug-center {
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.ug-table tbody tr:nth-child(even) td {
  background: rgba(255,255,255,0.04);
}
.ug-table tbody tr.ug-group-first td {
  border-top: 3px solid #2f3a1a;
}
@media (max-width: 576px) {
  .ug-banner-content h1 { font-size: 26px; }
  .ug-table thead th, .ug-table tbody td { padding: 12px 10px; font-size: 13px; }
}
/* ===== HODs / Jr. College Faculty Page - Banner ===== */
.hod-banner {
  position: relative;
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.hod-banner-content {
  text-align: center;
  color: #fff;
}
.hod-banner-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
/* Attractive gradient-bordered frame around the banner image */
.hod-banner-frame {
  display: inline-block;
  max-width: 620px;
  width: 100%;
  border-radius: 20px;
  padding: 6px;
  margin: 0 auto 26px;
  background: linear-gradient(135deg, #e8a324, #c6832c 45%, #8b0000 100%);
  box-shadow: 0 20px 45px rgba(0,0,0,0.4);
}
.hod-banner-frame img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  border-radius: 15px;
  display: block;
  border: 3px solid #fff;
  background: #fff;
  cursor: pointer;
}
.hod-banner-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.hod-banner-content p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.hod-breadcrumb a {
  color: #f3d27a;
  text-decoration: none;
  font-weight: 600;
}
.hod-breadcrumb span {
  color: #fff;
  opacity: 0.8;
  margin: 0 6px;
}
@media (max-width: 576px) {
  .hod-banner-frame img { max-height: 260px; }
  .hod-banner-content h1 { font-size: 26px; }
}
/* HOD / Faculty Cards Grid */
.hod-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 26px;
  margin-top: 20px;
}
.hod-card {
  background: #fff;
  border: 1px solid #f0dfb8;
  border-radius: 16px;
  padding: 26px 20px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(198,142,44,.12);
  transition: transform .3s ease, box-shadow .3s ease;
}
.hod-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(198,142,44,.22);
}
.hod-card-photo {
  width: 120px;
  height: 120px;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid transparent;
  background: linear-gradient(#fdf6ec,#fdf6ec) padding-box,
              linear-gradient(135deg,#e8a324,#c6832c,#8b0000) border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hod-card-photo i {
  font-size: 46px;
  color: #c6832c;
}
.hod-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hod-card h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #3b0a0f;
  font-size: 17px;
  margin-bottom: 6px;
}
.hod-dept {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #b8262f;
  font-weight: 600;
  font-size: 13.5px;
  margin-bottom: 2px;
}
.hod-desig {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #8b7355;
  font-size: 12.5px;
  font-weight: 500;
}

/* ===== Junior College Courses Page ===== */
.jc-banner {
  position: relative;
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.jc-banner-content { text-align: center; color: #fff; }
.jc-banner-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.jc-banner-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.jc-banner-content p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.jc-breadcrumb a { color: #f3d27a; text-decoration: none; font-weight: 600; }
.jc-breadcrumb span { color: #fff; opacity: 0.8; margin: 0 6px; }

.jc-courses-section { padding: 60px 0; background: #fdfaf4; }
.jc-course-card {
  background: #fff;
  border: 1px solid #f0dfb8;
  border-radius: 16px;
  padding: 28px 30px;
  margin-bottom: 26px;
  box-shadow: 0 15px 35px rgba(198,142,44,.10);
}
.jc-course-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 26px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 2px dashed #f0dfb8;
}
.jc-course-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #3b0a0f;
  margin: 0;
}
.jc-meta {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #7a1d24;
  background: #fdf1e6;
  border: 1px solid #f0dfb8;
  padding: 5px 14px;
  border-radius: 30px;
}
.jc-meta strong { color: #b8262f; }
.jc-subjects {
  font-size: 15px;
  color: #4a4a4a;
  line-height: 1.7;
  margin: 0;
}
.jc-subject-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 6px 20px;
}
.jc-subject-list li {
  font-size: 14.5px;
  color: #4a4a4a;
  padding-left: 20px;
  position: relative;
}
.jc-subject-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #c6832c;
  position: absolute;
  left: 0;
  font-size: 12px;
  top: 3px;
}
.jc-bifocal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jc-bifocal-list li {
  font-size: 15px;
  color: #b8262f;
  font-weight: 600;
  padding: 6px 0 6px 26px;
  position: relative;
}
.jc-bifocal-list li::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #c6832c;
  position: absolute;
  left: 0;
}
.jc-section-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #3b0a0f;
  margin: 40px 0 18px;
}
@media (max-width: 576px) {
  .jc-banner-content h1 { font-size: 26px; }
  .jc-course-name { font-size: 19px; }
}

/* ===== UG Courses Page ===== */
.ug-banner {
  position: relative;
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.ug-banner-content { text-align: center; color: #fff; }
.ug-banner-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.ug-banner-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.ug-banner-content p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.ug-breadcrumb a { color: #f3d27a; text-decoration: none; font-weight: 600; }
.ug-breadcrumb span { color: #fff; opacity: 0.8; margin: 0 6px; }

.ug-courses-section { padding: 60px 0; background: #fdfaf4; }
.ug-table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(59,10,15,.25);
}
.ug-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  font-family: 'Poppins', sans-serif;
  background: #4d5c2e;
}
.ug-table thead th {
  background: #3b4a22;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 16px 18px;
  text-align: center;
  border: 1px solid #647339;
}
.ug-table tbody td {
  color: #f3f3e8;
  font-size: 14.5px;
  padding: 16px 18px;
  border: 1px solid #647339;
  vertical-align: middle;
}
.ug-table tbody td.ug-course-name {
  font-weight: 700;
  color: #fff;
}
.ug-table tbody td.ug-center {
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.ug-table tbody tr:nth-child(even) td {
  background: rgba(255,255,255,0.04);
}
.ug-table tbody tr.ug-group-first td {
  border-top: 3px solid #2f3a1a;
}
@media (max-width: 576px) {
  .ug-banner-content h1 { font-size: 26px; }
  .ug-table thead th, .ug-table tbody td { padding: 12px 10px; font-size: 13px; }
}

/* ===== PG Courses Page ===== */
.pg-banner {
  position: relative;
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.pg-banner-content { text-align: center; color: #fff; }
.pg-banner-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.pg-banner-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.pg-banner-content p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.pg-breadcrumb a { color: #f3d27a; text-decoration: none; font-weight: 600; }
.pg-breadcrumb span { color: #fff; opacity: 0.8; margin: 0 6px; }

.pg-courses-section { padding: 60px 0; background: #fdfaf4; }
.pg-table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(59,10,15,.25);
}
.pg-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  font-family: 'Poppins', sans-serif;
  background: #5b2f16;
}
.pg-table thead th {
  background: #3e1e0d;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 16px 18px;
  text-align: center;
  border: 1px solid #7a4526;
}
.pg-table tbody td {
  color: #f6ece2;
  font-size: 14.5px;
  padding: 16px 18px;
  border: 1px solid #7a4526;
  vertical-align: middle;
}
.pg-table tbody td.pg-course-name {
  font-weight: 700;
  color: #fff;
}
.pg-table tbody td.pg-center {
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.pg-subject-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: pg-counter;
}
.pg-subject-list li {
  counter-increment: pg-counter;
  padding-left: 22px;
  position: relative;
  margin-bottom: 4px;
}
.pg-subject-list li::before {
  content: counter(pg-counter) ".";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #f3d27a;
}
.pg-table tbody tr:nth-child(even) td {
  background: rgba(255,255,255,0.04);
}
@media (max-width: 576px) {
  .pg-banner-content h1 { font-size: 26px; }
  .pg-table thead th, .pg-table tbody td { padding: 12px 10px; font-size: 13px; }
}
/* ===== HODs / Jr. College Faculty Page - Banner ===== */
.hod-banner {
  position: relative;
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.hod-banner-content {
  text-align: center;
  color: #fff;
}
.hod-banner-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
/* Attractive gradient-bordered frame around the banner image */
.hod-banner-frame {
  display: inline-block;
  max-width: 620px;
  width: 100%;
  border-radius: 20px;
  padding: 6px;
  margin: 0 auto 26px;
  background: linear-gradient(135deg, #e8a324, #c6832c 45%, #8b0000 100%);
  box-shadow: 0 20px 45px rgba(0,0,0,0.4);
}
.hod-banner-frame img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  border-radius: 15px;
  display: block;
  border: 3px solid #fff;
  background: #fff;
  cursor: pointer;
}
.hod-banner-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.hod-banner-content p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.hod-breadcrumb a {
  color: #f3d27a;
  text-decoration: none;
  font-weight: 600;
}
.hod-breadcrumb span {
  color: #fff;
  opacity: 0.8;
  margin: 0 6px;
}
@media (max-width: 576px) {
  .hod-banner-frame img { max-height: 260px; }
  .hod-banner-content h1 { font-size: 26px; }
}
/* HOD / Faculty Cards Grid */
.hod-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 26px;
  margin-top: 20px;
}
.hod-card {
  background: #fff;
  border: 1px solid #f0dfb8;
  border-radius: 16px;
  padding: 26px 20px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(198,142,44,.12);
  transition: transform .3s ease, box-shadow .3s ease;
}
.hod-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(198,142,44,.22);
}
.hod-card-photo {
  width: 120px;
  height: 120px;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid transparent;
  background: linear-gradient(#fdf6ec,#fdf6ec) padding-box,
              linear-gradient(135deg,#e8a324,#c6832c,#8b0000) border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hod-card-photo i {
  font-size: 46px;
  color: #c6832c;
}
.hod-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hod-card h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #3b0a0f;
  font-size: 17px;
  margin-bottom: 6px;
}
.hod-dept {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #b8262f;
  font-weight: 600;
  font-size: 13.5px;
  margin-bottom: 2px;
}
.hod-desig {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #8b7355;
  font-size: 12.5px;
  font-weight: 500;
}

/* ===== Junior College Courses Page ===== */
.jc-banner {
  position: relative;
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.jc-banner-content { text-align: center; color: #fff; }
.jc-banner-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.jc-banner-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.jc-banner-content p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.jc-breadcrumb a { color: #f3d27a; text-decoration: none; font-weight: 600; }
.jc-breadcrumb span { color: #fff; opacity: 0.8; margin: 0 6px; }

.jc-courses-section { padding: 60px 0; background: #fdfaf4; }
.jc-course-card {
  background: #fff;
  border: 1px solid #f0dfb8;
  border-radius: 16px;
  padding: 28px 30px;
  margin-bottom: 26px;
  box-shadow: 0 15px 35px rgba(198,142,44,.10);
}
.jc-course-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 26px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 2px dashed #f0dfb8;
}
.jc-course-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #3b0a0f;
  margin: 0;
}
.jc-meta {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #7a1d24;
  background: #fdf1e6;
  border: 1px solid #f0dfb8;
  padding: 5px 14px;
  border-radius: 30px;
}
.jc-meta strong { color: #b8262f; }
.jc-subjects {
  font-size: 15px;
  color: #4a4a4a;
  line-height: 1.7;
  margin: 0;
}
.jc-subject-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 6px 20px;
}
.jc-subject-list li {
  font-size: 14.5px;
  color: #4a4a4a;
  padding-left: 20px;
  position: relative;
}
.jc-subject-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #c6832c;
  position: absolute;
  left: 0;
  font-size: 12px;
  top: 3px;
}
.jc-bifocal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jc-bifocal-list li {
  font-size: 15px;
  color: #b8262f;
  font-weight: 600;
  padding: 6px 0 6px 26px;
  position: relative;
}
.jc-bifocal-list li::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #c6832c;
  position: absolute;
  left: 0;
}
.jc-section-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #3b0a0f;
  margin: 40px 0 18px;
}
@media (max-width: 576px) {
  .jc-banner-content h1 { font-size: 26px; }
  .jc-course-name { font-size: 19px; }
}

/* ===== UG Courses Page ===== */
.ug-banner {
  position: relative;
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.ug-banner-content { text-align: center; color: #fff; }
.ug-banner-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.ug-banner-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.ug-banner-content p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.ug-breadcrumb a { color: #f3d27a; text-decoration: none; font-weight: 600; }
.ug-breadcrumb span { color: #fff; opacity: 0.8; margin: 0 6px; }

.ug-courses-section { padding: 60px 0; background: #fdfaf4; }
.ug-table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(59,10,15,.25);
}
.ug-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  font-family: 'Poppins', sans-serif;
  background: #4d5c2e;
}
.ug-table thead th {
  background: #3b4a22;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 16px 18px;
  text-align: center;
  border: 1px solid #647339;
}
.ug-table tbody td {
  color: #f3f3e8;
  font-size: 14.5px;
  padding: 16px 18px;
  border: 1px solid #647339;
  vertical-align: middle;
}
.ug-table tbody td.ug-course-name {
  font-weight: 700;
  color: #fff;
}
.ug-table tbody td.ug-center {
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.ug-table tbody tr:nth-child(even) td {
  background: rgba(255,255,255,0.04);
}
.ug-table tbody tr.ug-group-first td {
  border-top: 3px solid #2f3a1a;
}
@media (max-width: 576px) {
  .ug-banner-content h1 { font-size: 26px; }
  .ug-table thead th, .ug-table tbody td { padding: 12px 10px; font-size: 13px; }
}

/* ===== PG Courses Page ===== */
.pg-banner {
  position: relative;
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.pg-banner-content { text-align: center; color: #fff; }
.pg-banner-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.pg-banner-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.pg-banner-content p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.pg-breadcrumb a { color: #f3d27a; text-decoration: none; font-weight: 600; }
.pg-breadcrumb span { color: #fff; opacity: 0.8; margin: 0 6px; }

.pg-courses-section { padding: 60px 0; background: #fdfaf4; }
.pg-table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(59,10,15,.25);
}
.pg-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  font-family: 'Poppins', sans-serif;
  background: #5b2f16;
}
.pg-table thead th {
  background: #3e1e0d;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 16px 18px;
  text-align: center;
  border: 1px solid #7a4526;
}
.pg-table tbody td {
  color: #f6ece2;
  font-size: 14.5px;
  padding: 16px 18px;
  border: 1px solid #7a4526;
  vertical-align: middle;
}
.pg-table tbody td.pg-course-name {
  font-weight: 700;
  color: #fff;
}
.pg-table tbody td.pg-center {
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.pg-subject-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: pg-counter;
}
.pg-subject-list li {
  counter-increment: pg-counter;
  padding-left: 22px;
  position: relative;
  margin-bottom: 4px;
}
.pg-subject-list li::before {
  content: counter(pg-counter) ".";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #f3d27a;
}
.pg-table tbody tr:nth-child(even) td {
  background: rgba(255,255,255,0.04);
}
@media (max-width: 576px) {
  .pg-banner-content h1 { font-size: 26px; }
  .pg-table thead th, .pg-table tbody td { padding: 12px 10px; font-size: 13px; }
}

/* ===== Add-on / Value Added Courses Page ===== */
.avc-banner {
  position: relative;
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.avc-banner-content { text-align: center; color: #fff; }
.avc-banner-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.avc-banner-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.avc-banner-content p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.avc-breadcrumb a { color: #f3d27a; text-decoration: none; font-weight: 600; }
.avc-breadcrumb span { color: #fff; opacity: 0.8; margin: 0 6px; }

.avc-section { padding: 55px 0; background: #fdfaf4; }
.avc-year-block { margin-bottom: 55px; }
.avc-year-tag {
  display: inline-block;
  background: #b8262f;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 6px 22px;
  border-radius: 6px;
  margin-bottom: 16px;
}
.avc-table-wrap {
  overflow-x: auto;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(59,10,15,.12);
  border: 1px solid #ece3d3;
}
.avc-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
  font-family: 'Poppins', sans-serif;
  background: #fff;
}
.avc-table thead th {
  background: #f4f0e6;
  font-weight: 700;
  font-size: 12.5px;
  padding: 14px 12px;
  text-align: center;
  border: 1px solid #ece3d3;
  line-height: 1.4;
}
.avc-table tbody td {
  color: #3a3a3a;
  font-size: 13.5px;
  padding: 12px 12px;
  border: 1px solid #ece3d3;
  vertical-align: middle;
}
.avc-table tbody td.avc-center { text-align: center; font-weight: 600; }
.avc-table tbody tr:nth-child(even) td { background: #faf8f2; }

.avc-magenta thead th { color: #c2158d; }
.avc-blue thead th { color: #1b3fd6; }
.avc-green thead th { color: #1c7a2e; }
.avc-orange thead th { color: #d6600f; }
.avc-purple thead th { color: #7a1cb8; }

@media (max-width: 576px) {
  .avc-banner-content h1 { font-size: 24px; }
  .avc-year-tag { font-size: 14px; padding: 5px 16px; }
}
