.ug-table-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
}

.ug-search-box{
    display:flex;
    align-items:center;
    gap:8px;
}

.ug-search-box label{
    font-weight:600;
}

.ug-search-box input{
    width:250px;
    padding:8px 10px;
    border:1px solid #ccc;
    border-radius:4px;
    outline:none;
}

.ug-search-box input:focus{
    border-color:#007bff;
}

.alumni-aims-section{
    padding:50px 0;
}

.alumni-aims-section .section-title{
    font-size:30px;
    color:#0d4d8b;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
}

.alumni-aims-section .section-title::after{
    content:"";
    width:70px;
    height:3px;
    background:#f39c12;
    display:block;
    margin-top:10px;
}

.alumni-aims-section .aims-list{
    padding-left:22px;
}

.alumni-aims-section .aims-list li{
    margin-bottom:14px;
    line-height:1.8;
    color:#555;
    text-align:justify;
}

.top-campus-collage {
  width: 100%;
  line-height: 0;
}
.top-collage-img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  filter: none;
}

.college-hero-banner {
  position: relative;
  padding: 28px 0 24px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.college-hero-banner .container {
  position: relative;
  z-index: 2;
}
.chb-content {
  text-align: center;
  color: #fff;
}
.chb-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;
}
.chb-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 6px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.chb-content p {
  font-size: 15px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 10px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.chb-breadcrumb a {
  color: #f3d27a;
  text-decoration: none;
  font-weight: 600;
}
.chb-breadcrumb span {
  color: #fff;
  opacity: 0.8;
  margin: 0 6px;
}
@media (max-width: 768px) {
  .college-hero-banner { padding: 80px 0 60px; }
  .chb-content h1 { font-size: 30px; }
}

.college-intro { padding: 70px 0 50px; background: #fdf6ec; }
    .ci-eyebrow {
      display: inline-block;
      color: #b8262f;
      font-weight: 700;
      font-size: 13px;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 8px;
    }
    .college-intro .section-heading h2 {
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      font-size: 30px;
      color: #3b0a0f;
      letter-spacing: 0.3px;
    }
    .ci-para {
      font-family: 'Poppins', sans-serif;
      color: #3b241a;
      font-size: 16.5px;
      font-weight: 600;
      line-height: 1.95;
      margin-bottom: 16px;
    }
    .ci-para strong { color: #b8262f; font-weight: 800; }
    .ci-stat {
      text-align: center;
      background: #fff;
      border: 1px solid #f0dfb8;
      border-radius: 14px;
      padding: 22px 10px;
      box-shadow: 0 8px 20px rgba(198,142,44,.10);
      height: 100%;
    }
    .ci-stat h3 {
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      font-size: 30px;
      color: #c6832c;
      margin-bottom: 6px;
    }
    .ci-stat span {
      display: block;
      font-size: 13px;
      font-weight: 600;
      color: #6b5a45;
    }

.college-courses { padding: 70px 0; background: #fff; }
    .college-courses .section-heading h2 {
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      color: #3b0a0f;
    }
    .cc-group-title {
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      color: #c6832c;
      font-size: 20px;
      margin: 34px 0 16px;
      padding-left: 14px;
      border-left: 4px solid #c6832c;
    }
    .cc-group-title:first-of-type { margin-top: 0; }
    .cc-accordion { display: flex; flex-direction: column; gap: 12px; }
    .cc-item {
      background: #fdf6ec;
      border: 1px solid #f0dfb8;
      border-radius: 10px;
      padding: 4px 18px;
      transition: box-shadow .25s ease;
    }
    .cc-item[open] { box-shadow: 0 8px 20px rgba(198,142,44,.15); }
    .cc-item summary {
      list-style: none;
      cursor: pointer;
      padding: 14px 0;
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      color: #3b0a0f;
      font-size: 15.5px;
      display: flex;
      align-items: center;
      gap: 10px;
      position: relative;
    }
    .cc-item summary::-webkit-details-marker { display: none; }
    .cc-item summary::after {
      content: '\f078';
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      margin-left: auto;
      color: #c6832c;
      transition: transform .25s ease;
    }
    .cc-item[open] summary::after { transform: rotate(180deg); }
    .cc-item summary i { color: #c6832c; width: 20px; text-align: center; }
    .cc-count {
      font-weight: 600;
      font-size: 12px;
      color: #8b7355;
      background: #fff;
      border: 1px solid #e8d9b5;
      padding: 2px 10px;
      border-radius: 20px;
      margin-left: 6px;
    }
    .cc-item p {
      font-family: 'Poppins', sans-serif;
      color: #4a3b2a;
      font-size: 14.5px;
      font-weight: 500;
      line-height: 1.8;
      padding: 0 0 16px 30px;
      margin: 0;
    }

.college-recognition { padding: 70px 0; background: #fdf6ec; }
    .college-recognition .section-heading h2 {
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      color: #3b0a0f;
    }
    .acc-card {
      height: 100%;
      background: #fff;
      border-radius: 14px;
      padding: 28px 20px;
      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;
    }
    .acc-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 14px 30px rgba(198,142,44,.22);
    }
    .acc-icon {
      width: 60px;
      height: 60px;
      margin: 0 auto 16px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg,#e8a324,#c6832c);
      color: #fff;
      font-size: 24px;
    }
    .acc-card h5 {
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      color: #3b0a0f;
      margin-bottom: 6px;
    }
    .acc-card p {
      font-family: 'Poppins', sans-serif;
      color: #5a4530;
      font-weight: 600;
      font-size: 13.5px;
      margin: 0;
    }

.college-facilities { padding: 70px 0; background: #fff; }
    .college-facilities .section-heading h2 {
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      color: #3b0a0f;
    }
    .fac-card {
      height: 100%;
      background: #fdf6ec;
      border: 1px solid #f0dfb8;
      border-radius: 14px;
      padding: 26px 14px;
      text-align: center;
      transition: transform .3s ease, box-shadow .3s ease;
    }
    .fac-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 24px rgba(198,142,44,.18);
    }
    .fac-card i {
      display: block;
      font-size: 28px;
      color: #c6832c;
      margin-bottom: 12px;
    }
    .fac-card span {
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      color: #3b0a0f;
      font-size: 14px;
    }

.college-location {
      position: relative;
      padding: 70px 0;
      background: linear-gradient(135deg,#3b0a0f,#7a1d24);
    }
    .college-location .section-heading h2 {
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      color: #fff;
    }
    .loc-para {
      font-family: 'Poppins', sans-serif;
      color: #f2e3d0;
      font-weight: 600;
      font-size: 16px;
      line-height: 1.9;
      margin-bottom: 18px;
    }
    .loc-para strong { color: #f3d27a; }
    .loc-list { list-style: none; padding: 0; margin: 0; }
    .loc-list li {
      font-family: 'Poppins', sans-serif;
      color: #f2e3d0;
      font-weight: 600;
      font-size: 15px;
      padding: 10px 0;
      border-bottom: 1px solid rgba(255,255,255,0.12);
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .loc-list li:last-child { border-bottom: none; }
    .loc-list li i {
      color: #e8a324;
      font-size: 16px;
      width: 20px;
      text-align: center;
    }
    .loc-list strong { color: #fff; }
    .loc-map-wrap {
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 15px 35px rgba(0,0,0,0.35);
      border: 4px solid rgba(255,255,255,0.15);
    }
    
    
    /*index html */
    
    
    .bg-slider-arrow:hover {
    background: #c6832c !important;
    border-color: #c6832c !important;
}
@media (max-width: 768px) {
    .bg-slider-arrow { width: 36px !important; height: 36px !important; font-size: 16px !important; }
    .bg-slider-arrow-left { left: 10px !important; }
    .bg-slider-arrow-right { right: 10px !important; }
    .bg-slider{
        height: 320px;
    }

    .bg-slider-item{
        height: 320px;
        background-size: 125% auto;
        background-position: center;
    }
    .main-banner{
        height: 360px ;
        min-height: 360px;
    }

}

/* ===== Notes / News Board Section ===== */
.board-scroll {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.board-scroll-track {
    display: flex;
    flex-direction: column;
    animation: board-scroll-up 12s linear infinite;
}
.board-scroll:hover .board-scroll-track {
    animation-play-state: paused;
}
@keyframes board-scroll-up {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}
.board-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    margin: 6px 0;
    background: #ffffff;
    border-left: 4px solid #e8a324;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(198,142,44,.08);
    color: #4a3b2a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    transition: all .25s ease;
}
.board-item:hover {
    background: #fff8ec;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(198,142,44,.2);
}
.board-item .icon {
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1;
}
.news-board-item {
    border-left-color: #b8262f;
    box-shadow: 0 2px 6px rgba(155,32,32,.08);
}
.news-board-item:hover {
    box-shadow: 0 4px 12px rgba(155,32,32,.2);
}
.badge-new {
    display: inline-block;
    background: #d63333;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
    margin-bottom: 6px;
    letter-spacing: .5px;
}
.board-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.board-header .pulse-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-dot 1.4s infinite;
}
@keyframes pulse-dot {
    0% { box-shadow: 0 0 0 0 rgba(255,255,255,.6); }
    70% { box-shadow: 0 0 0 8px rgba(255,255,255,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
.board-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #f0dfb8;
    transition: transform .3s ease, box-shadow .3s ease;
}
.board-card:hover {
    transform: translateY(-4px);
}

/* ===== Paper News (Owl Carousel) ===== */
.our-courses .owl-courses-item .item {
    cursor: pointer;
    height: 220px;
    overflow: hidden;
}
.our-courses .owl-courses-item .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== Useful Websites Section ===== */
.useful-websites {
    position: relative;
    background-image: url('assets/images/single-meeting.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #3b0a0f; /* fallback color, footer se match, white gap na dikhe */
    overflow: hidden;
    padding: 60px 0 70px;
    margin: 0;
    min-height: 350px;
}

@media (max-width: 768px) {
    .useful-websites {
        background-attachment: scroll;
    }
}

.useful-websites .uw-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1%;
    background: linear-gradient(135deg, rgba(59,10,15,0.75), rgba(139,0,0,0.55) 50%, rgba(212,175,55,0.35));
    z-index: 1;
}

.useful-websites .container {
    position: relative;
    z-index: 2;
}

.useful-websites .section-heading h2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

.useful-websites-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.useful-websites-slider {
    display: flex;
    overflow: hidden;
    gap: 20px;
    scroll-behavior: smooth;
    padding: 10px;
    flex: 1;
}

.useful-websites-slider .item {
    flex: 0 0 auto;
    width: 150px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 15px 10px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.useful-websites-slider .item:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.3);
}

.useful-websites-slider .logo-box {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.useful-websites-slider .logo-box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.useful-websites-slider .item p {
    margin: 0;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.uw-arrow {
    background: #8b0000;
    color: #fff;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    z-index: 3;
    flex-shrink: 0;
    transition: background .25s;
}

.uw-arrow:hover {
    background: #d4af37;
}

.uw-prev {
    margin-right: 15px;
}

.uw-next {
    margin-left: 15px;
}

.pd-section { padding: 70px 0; background: #fdf6ec; }
.pd-eyebrow {
  display: block;
  text-align: center;
  color: #b8262f;
  font-weight: 800;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 40px;
}
.pd-photo-wrap {
  max-width: 640px;
  margin: 0 auto 45px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(198,142,44,.28);
  border: 3px solid #fff;
  outline: 1px solid #f0dfb8;
}
.pd-photo-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.pd-content {
  font-family: 'Poppins', sans-serif;
}
.pd-para {
  color: #3b241a;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 18px;
  text-align: justify;
}
.pd-para strong { color: #b8262f; font-weight: 700; }
.pd-signature {
  text-align: right;
  margin-top: 30px;
}
.pd-signature h4 {
  font-weight: 800;
  color: #3b0a0f;
  font-size: 18px;
  margin-bottom: 2px;
}
.pd-signature span {
  color: #c6832c;
  font-weight: 700;
  font-size: 14px;
}




.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;
}
.cp-card {
  background: #fff;
  border: 1px solid #f0dfb8;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(198,142,44,.12);
}
.cp-rules {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
}
.cp-rules li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-family: 'Poppins', sans-serif;
  color: #3b241a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  padding: 16px 0;
  border-bottom: 1px solid #f0dfb8;
  transition: background .2s ease;
}
.cp-rules li:last-child { border-bottom: none; }
.cp-rules li:hover { background: #fdf6ec; }
.cp-rules li i {
  color: #c6832c;
  font-size: 18px;
  margin-top: 3px;
  flex-shrink: 0;
}
.cp-pdf-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  background: #fdf6ec;
  border: 1px solid #f0dfb8;
  border-radius: 14px;
  padding: 22px 28px;
}
.cp-pdf-info { display: flex; align-items: center; gap: 16px; }
.cp-pdf-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg,#b8262f,#7a1d24);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.cp-pdf-info h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #3b0a0f;
  font-size: 16px;
  margin-bottom: 2px;
}
.cp-pdf-info 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: 12px 26px;
  border-radius: 30px;
  transition: transform .25s ease, box-shadow .25s ease;
  white-space: nowrap;
}
.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-box { flex-direction: column; align-items: flex-start; }
  .cp-pdf-btn { width: 100%; justify-content: center; }
}

.gb-hero {
  position: relative;
  padding: 40px 0 34px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.gb-hero-content { text-align: center; color: #fff; }
.gb-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;
}
.gb-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);
}
.gb-hero-content p {
  font-size: 15px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 10px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.gb-hero-breadcrumb a {
  color: #f3d27a;
  text-decoration: none;
  font-weight: 600;
}
.gb-hero-breadcrumb span {
  color: #fff;
  opacity: 0.8;
  margin: 0 6px;
}

.gb-section { padding: 70px 0; background: #fdf6ec; }
.gb-society-name {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #b8262f;
  margin-bottom: 6px;
}
.gb-society-address {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #7a1d24;
  margin-bottom: 40px;
}
.gb-table-wrap {
  background: #fff;
  border: 1px solid #f0dfb8;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(198,142,44,.12);
}
.gb-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Poppins', sans-serif;
}
.gb-table thead th {
  background: #fdf6ec;
  color: #7a1d24;
  font-weight: 800;
  font-size: 14.5px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 16px 18px;
  border-bottom: 2px solid #e8a324;
  text-align: left;
  white-space: nowrap;
}
.gb-table tbody td {
  padding: 14px 18px;
  font-size: 14.5px;
  font-weight: 600;
  color: #7a1d24;
  border-bottom: 1px solid #f0dfb8;
  vertical-align: middle;
}
.gb-table tbody tr:nth-child(even) { background: #fdf9f2; }
.gb-table tbody tr:last-child td { border-bottom: none; }
.gb-table tbody tr:hover { background: #fdf0d8; }
.gb-sr { text-align: center; color: #3b0a0f; font-weight: 800; width: 60px; }
.gb-name { color: #b8262f; }
.gb-desig {
  color: #3b0a0f;
  font-weight: 700;
}
@media (max-width: 767px) {
  .gb-table-wrap { overflow-x: auto; }
  .gb-table { min-width: 720px; }
}

.gb-hero {
  position: relative;
  padding: 40px 0 34px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.gb-hero-content { text-align: center; color: #fff; }
.gb-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;
}
.gb-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);
}
.gb-hero-content p {
  font-size: 15px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 10px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.gb-hero-breadcrumb a {
  color: #f3d27a;
  text-decoration: none;
  font-weight: 600;
}
.gb-hero-breadcrumb span {
  color: #fff;
  opacity: 0.8;
  margin: 0 6px;
}

.gb-section { padding: 70px 0; background: #fdf6ec; }
.gb-society-name {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #b8262f;
  margin-bottom: 6px;
}
.gb-society-address {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #7a1d24;
  margin-bottom: 40px;
}

/* Documents grid */
.doc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.doc-card {
  background: #fff;
  border: 1px solid #f0dfb8;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(198,142,44,.12);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.doc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(198,142,44,.2);
}
.doc-card a { display: block; }
.doc-thumb-wrap {
  padding: 18px;
  background: #fdf6ec;
}
.doc-thumb-wrap img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}
.doc-card-caption {
  padding: 14px 12px 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14.5px;
  color: #7a1d24;
  border-top: 1px solid #f0dfb8;
}

@media (max-width: 991px) {
  .doc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .doc-grid { grid-template-columns: 1fr; }
}
.gb-hero {
  position: relative;
  padding: 40px 0 34px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.gb-hero-content { text-align: center; color: #fff; }
.gb-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;
}
.gb-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);
}
.gb-hero-content p {
  font-size: 15px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 10px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.gb-hero-breadcrumb a {
  color: #f3d27a;
  text-decoration: none;
  font-weight: 600;
}
.gb-hero-breadcrumb span {
  color: #fff;
  opacity: 0.8;
  margin: 0 6px;
}

.gb-section { padding: 70px 0; background: #fdf6ec; }
.gb-society-name {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #b8262f;
  margin-bottom: 6px;
}
.gb-society-address {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #7a1d24;
  margin-bottom: 40px;
}

/* Infrastructure specific */
.infra-card {
  background: #fff;
  border: 1px solid #f0dfb8;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(198,142,44,.12);
  padding: 40px;
  max-width: 850px;
  margin: 0 auto;
}
.infra-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 15.5px;
  line-height: 1.9;
  color: #3b0a0f;
  font-weight: 500;
  margin-bottom: 0;
}
.infra-btn-wrap {
  text-align: center;
  margin-top: 30px;
}
.infra-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #b8262f;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14.5px;
  text-decoration: none;
  padding: 13px 30px;
  border-radius: 30px;
  transition: background 0.25s ease, transform 0.25s ease;
}
.infra-btn:hover {
  background: #7a1d24;
  color: #fff;
  transform: translateY(-3px);
}

@media (max-width: 767px) {
  .infra-card { padding: 24px; }
}

.gb-hero {
  position: relative;
  padding: 40px 0 34px;
  background: linear-gradient(135deg, #3b0a0f, #7a1d24 55%, #b8262f);
  overflow: hidden;
}
.gb-hero-content { text-align: center; color: #fff; }
.gb-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;
}
.gb-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);
}
.gb-hero-content p {
  font-size: 15px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 10px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.65);
}
.gb-hero-breadcrumb a {
  color: #f3d27a;
  text-decoration: none;
  font-weight: 600;
}
.gb-hero-breadcrumb span {
  color: #fff;
  opacity: 0.8;
  margin: 0 6px;
}

.gb-section { padding: 70px 0; background: #fdf6ec; }
.gb-society-name {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #b8262f;
  margin-bottom: 6px;
}
.gb-society-address {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #7a1d24;
  margin-bottom: 40px;
}

/* Organogram specific */
.gb-chart-wrap {
  background: #fff;
  border: 1px solid #f0dfb8;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(198,142,44,.12);
  padding: 30px;
  text-align: center;
}
.gb-chart-wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.gb-chart-caption {
  margin-top: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #7a1d24;
  opacity: 0.85;
}

@media (max-width: 767px) {
  .gb-chart-wrap { padding: 16px; 
      
  }
  



