.online-courses-style2__top-title {
    padding-bottom: 30px;
}
.single-event-two__text-box p {
    line-height: 22px;
}
.single-news-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgb(var(--thm-base-rgb), .30);
}
.single-news-box:hover {
    border-bottom: 1px dashed rgb(var(--thm-base-rgb), 1)
}
.single-news-box:last-child {
    border: none
}
.single-news-box .date {
    width: 75px;
    height: 75px;
    border: 1px dashed var(--thm-base);
    padding: 5px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.single-news-box .date h3 {
    color: #fff;
    font-size: 30px;
    margin-top: 5px;
}
.single-news-box .date p {
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}
.single-news-box .date:before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border: 1px solid #e7ece9;
    border-radius: 6px;
    background: var(--thm-base);
    font-size: 30px;
    line-height: 30px;
    content: '';
    z-index: -1;
}
.single-news-box .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
}
.single-news-box .text a {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 9px;
    color: #333;
}
.single-news-box .text p {
    margin: 0;
    line-height: 20px;
    margin-bottom: 0
}
.space-between {
    justify-content: space-between
}
.quick-link li {
    padding-left: 30px;
    position: relative
}
.quick-link li a {
    color: #333;
}
.quick-link li span {
    position: absolute;
    display: block;
    top: 6px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 2px solid var(--thm-base);
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    transition: all 300ms ease;
}
.approval {
    display: flex;
    align-items: center;   /* vertical alignment */
    gap: 6px;
    flex-wrap: wrap;       /* prevent overflow */
    justify-content: center;
}
.approval img {
    height: 80px;
    border: 1px dashed var(--thm-base);
    border-radius: 6px
}
.shadow-dark {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(64, 64, 64, .4) !important;
}
.card {
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06)
}
.card[data-animation=true] .card-header {
    transform: translateZ(0);
    transition: all .3s cubic-bezier(.34, 1.61, .7, 1)
}
.card:hover[data-animation=true] .card-header {
    transform: translate3d(0, -50px, 0)
}
.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: #fff;
    border-bottom: 0 solid rgba(0, 0, 0, .125);
}
.card .card-header {
    padding: 1.5rem
}
.card .card-body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    padding: 1.5rem
}
.card.card-plain {
    background-color: transparent;
    box-shadow: none
}
.card .card-footer {
    padding: 1.5rem;
    background-color: transparent
}
.icon-shape {
    width: 48px;
    height: 48px;
    background-position: 50%;
    border-radius: .5rem;
}
.opacity-10 {
    opacity: 1 !important;
}
.icon-lg {
    width: 64px;
    height: 64px;
}
.icon-lg i {
    top: 31%;
    font-size: 2.5rem;
}
.icon-shape i {
    color: #fff;
    opacity: .8;
    top: 11px;
    position: relative;
}
.mt-n4 {
    margin-top: -2.5rem !important;
}
.bg-gradient-dark {
    background-image: linear-gradient(195deg, #42424a, #191919)
}
hr.horizontal.dark {
    background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, .4), transparent);
}
hr.horizontal {
    background-color: transparent;
    border: none;
}
.card>hr {
    margin-right: 0;
    margin-left: 0;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
ul.appruvals {
    position: relative;
    display: block;
}
ul.appruvals li {
    position: relative;
    display: block;
    padding-left: 20px;
}
ul.appruvals li a {
    color: #333;
}
ul.appruvals li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border: 1px solid var(--thm-base);
    border-radius: 50%;
    margin: 9px 0;
    transition: all 500ms ease;
}
ul.appruvals li:hover::before {
    background-color: var(--thm-base);
}
.courses {
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    font-size: 16px;
}
.courses:hover, .courses:focus {
    text-transform: uppercase;
    color: #333;
    text-decoration: none
}
.text-primary {
    color: var(--thm-primary) !important;
}
.seats {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.seats::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: all 500ms ease;
    background: rgb(255,255,255);
    background: linear-gradient(240deg, rgba(255,255,255,1) 0%, rgba(50,61,110,1) 100%);
}
.academy-statements-area {
    counter-reset: count; /* Reset counter at the start */
}
.academy-statements-area .headding {
    position: relative;
    padding-left: 30px;
}
.academy-statements-area .headding:before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0;
    color: transparent;
    -webkit-text-stroke: 1px var(--thm-primary);
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
    transition: all 100ms linear;
    transition-delay: 0.1s;
    font-family: var(--thm-font-4);
    counter-increment: count;
    content: "0" counter(count);
}
.academic-calender {
    background: #f8f8f8
}
.card-counter {
    box-shadow: 2px 2px 10px #DADADA;
    margin-bottom: 25px;
    padding: 20px 10px;
    background-color: #fff;
    height: 90px;
    border-radius: 5px;
    transition: .3s linear all;
    overflow: hidden
}
.card-counter:hover {
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
}
.card-counter i {
    font-size: 5em;
    opacity: 0.2;
}
.card-counter .count-numbers {
    position: absolute;
    right: 35px;
    top: 30px;
    font-size: 24px;
    display: block;
    font-weight: bold;
}
.card-counter .count-numbers a {
    color: #333;
    font-family: var(--thm-font-4);
}
.card-counter .count-name {
    position: absolute;
    right: 35px;
    top: 55px;
    text-transform: capitalize;
    opacity: 0.8;
    display: block;
    font-size: 18px;
}
.at-icon-box {
    position: relative;
    padding: 37px 20px;
}
.at-icon-box .at-icon-box-icon {
    color: #002e5b;
    margin: 0 0 8px;
    vertical-align: bottom;
}
.at-icon-box.at-icon-left .at-icon-box-icon {
    float: left;
}
.at-icon-box.at-icon-right .at-icon-box-icon {
    float: right;
}
.at-icon-box.at-icon-right {
    text-align: right;
}
.at-icon-box.at-icon-left .at-icon-text, .at-icon-box.at-icon-right .at-icon-text {
    overflow: hidden;
}
.at-icon-box.at-icon-left h5, .at-icon-box.at-icon-right h5 {
    color: #002e5b;
    font-size: 26px;
    font-weight: 700;
    padding-top: 0;
    margin-top: 0;
    line-height: 22px;
    font-family: var(--thm-font-4);
    text-transform: uppercase
}
.at-icon-box.at-icon-left p, .at-icon-box.at-icon-right p {
    font-size: 18px;
    line-height: 24px;
}
.at-icon-box .at-icon-box-icon i {
    background: #002e5b none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}
.at-icon-box .at-icon-box-icon::after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.at-icon-box:hover {
    background: #f6f6f6 none repeat scroll 0 0;
}
.at-icon-box:hover .at-icon-box-icon {
    padding: 20px 0;
}
.at-icon-box:hover .at-icon-box-icon::before {
    height: 15px;
}
.at-icon-box:hover .at-icon-box-icon::after {
    height: 15px;
}
.at-icon-box h5 {
    margin-bottom: 11px;
}
.at-icon-box .at-icon-text p:last-child {
    margin: 0;
}
.at-icon-box .at-icon-box-icon {
    transition: all 0.3s ease 0s;
}
.at-icon-box .at-icon-box-icon i {
    position: relative;
}
.at-icon-box .at-icon-box-icon::before {
    background: #fde428 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 0;
    left: 29px;
    position: absolute;
    top: -3px;
    transition: all 0.3s ease 0s;
    width: 6px;
}
.at-icon-box .at-icon-box-icon::after {
    background: #fde428 none repeat scroll 0 0;
    bottom: -3px;
    content: "";
    display: block;
    height: 0;
    left: 29px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 6px;
}
.at-icon-box .at-icon-box-icon {
    position: relative;
}
.at-icon-box .at-icon-box-icon i {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #002e5b;
    height: 55px;
    line-height: 55px;
    width: 64px;
}
.at-icon-box .at-icon-box-icon i::after {
    content: "";
    font-family: "FontAwesome";
    font-size: 55px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    left: 12px;
    line-height: 1;
    position: absolute;
    text-transform: none;
    top: 3px;
}
.customulli ul {
    position: relative;
    display: block;
}
.customulli ul li {
    position: relative;
    display: block;
    padding-left: 20px;
}
.customulli ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border: 1px solid var(--thm-base);
    border-radius: 50%;
    margin: 9px 0;
    transition: all 500ms ease;
}
.customulli ul li:hover::before {
    background-color: var(--thm-base);
}
.customulli ul li+li {
    margin-top: 12px;
}
.customulli ul li a {
    color: #676c7c;
    font-size: 17px;
    font-weight: 500;
    transition: all 500ms ease;
}
.customulli ul li:hover a {
    color: var(--thm-base);
}
.gallery {
    position: relative;
    display: block;
    padding-top: 6px;
}
.gallery ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.gallery ul li {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    min-height: 80px;
    padding: 0 7.5px 15px;
}
.gallery ul li .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.gallery ul li .img-box img {
    width: 100%;
}
.gallery ul li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 10px;
    background-color: rgba(var(--thm-base-rgb), 0.8);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: scale(0.9) translateY(-100%);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.gallery ul li:hover .img-box .overlay-content {
    opacity: 1;
    transform: scale(1.0) translateY(0px);
}
.gallery ul li .img-box .overlay-content a {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 15px;
    line-height: 15px;
    opacity: 0;
    transform: scale(0.9) translateY(10px);
    transition: all 500ms ease 100ms;
}
.gallery ul li:hover .img-box .overlay-content a {
    opacity: 1.0;
    transform: scale(1.0) translateY(0px);
    transition: all 700ms ease 600ms;
}
.policy li a, .policy li {
    color: #333;
    font-size: 14px;
}
  .sdropdown {
      position: relative;
      display: inline-block;
    }
    .sdropdown img {
      cursor: pointer;
    }
    .sdropdown-menu {
      display: none;
      position: absolute;
      bottom: 80px;
      left: 0;
	  right: 0;
      background-color: white;
      min-width: 150px;
      box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
      z-index: 1000;
      border-radius: 5px;
    }
    .sdropdown-menu.show {
      display: block;
    }
    .sdropdown-menu a {
      padding: 5px 15px;
      display: block;
      text-decoration: none;
      color: #333;
    }
    .sdropdown-menu a:hover {
      background-color: #f1f1f1;
    }
/* Set initial WhatsApp icon style */
.whatsapp i:before {
    font-size: 30px;
    color: #045600;
}
/* WhatsApp button background (before/after pseudo-elements) */
.academy-slogan-content-one__inner .btns-box.whatsbutton .btn-one:before,
.academy-slogan-content-one__inner .btns-box.whatsbutton .btn-one:after {
    background-color: #25D366;
}
/* Hover state: change icon to white */
.academy-slogan-content-one__inner .btns-box.whatsbutton:hover a.whatsapp i {
    color: #fff !important;
}
/* Optional: make link text white on hover */
.academy-slogan-content-one__inner .btns-box.whatsbutton a:hover {
    color: #fff !important;
}
.ticker {
  height: 42px;
  overflow: hidden;
  line-height: 42px;
}
ul.ticker li span {
  margin-right: 6px;
  font-size: 20px;
}
.ticker a:hover,
.ticker li:hover {
  color: #D8D8D8;
}
.ticker a,
.ticker li {
  font-size: 15px;
  list-style: none;
}
.notice{   padding-left: 3rem;}
.menu-trigger {
    position: relative;
    z-index: 9999;
    cursor: pointer;
}
.feedback-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
}
.feedback-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}
.icon-box {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    color: #fff;
    font-size: 22px;
}
.feedback-card h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.feedback-card p {
    margin: 5px 0 10px;
    font-size: 13px;
    color: #777;
}
.btn-view {
    display: inline-block;
    font-size: 13px;
    padding: 5px 12px;
    background: #222;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
}
.btn-view:hover {
    background: #4466a6;
    color: #fff;
}
.feedback-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.feedback-list li {
    margin-bottom: 12px;
}
.feedback-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: #f8f9fc;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: 0.3s;
}
.feedback-list li a i {
    color: #e74c3c;
    font-size: 16px;
}
.feedback-list li a:hover {
    background: #2f4b8f;
    color: #fff;
    transform: translateX(6px);
}
.feedback-list li a:hover i {
    color: #fff;
}
.custom-download-list li {
    padding: 8px 10px;
    transition: 0.3s;
    border-radius: 6px;
}
.custom-download-list li:hover {
    background: #f5f7fb;
    transform: translateX(5px);
}
.custom-download-list i {
    color: #e74c3c;
    margin-right: 6px;
}
.custom-download-list a {
    text-decoration: none;
    font-weight: 500;
}
.custom-download-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: #f8f9fc;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: 0.3s;
}
.custom-download-list a:hover {
    color: #2f4b8f;
}
/* ---------------------------------------------- */
/* =========================
   MOBILE MENU BUTTON
========================= */
/* Hide button on desktop */
.department-menu {
    display: none;
}
/* Mobile styles */
@media (max-width: 991px) {
    /* Show button */
    .department-menu {
        display: block;
        width: 100%;
        padding: 14px 15px;
        background: #02172e;
        color: #fff;
        border: none;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        cursor: pointer;
        margin-bottom: 10px;
        border-radius: 5px;
    }
    /* Hide sidebar menu by default */
    .academy-statements-tab__button {
        display: none;
        border-radius: 5px;
        overflow: hidden;
    }
    /* Show when active */
    .academy-statements-tab__button.active {
        display: block;
    }
    /* Make layout full width */
    .academy-statements-area .row {
        display: flex;
        flex-direction: column;
    }
    .academy-statements-area .col-xl-3,
    .academy-statements-area .col-xl-9 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    /* Fix spacing */
    .tabs-content-box {
        margin-top: 10px;
    }
    /* Image responsive */
    .instructor-details-img-box img {
        width: 100%;
        height: auto;
    }
    /* Table scroll */
    table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}
.program-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0px 5px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 3px;
}
/* .program-card:hover {
    transform: translateY(-8px);
} */
/* Badge */
.program-badge {
    display: inline-block;
    background: #02172e;
    color: #fff;
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}
/* Title */
.program-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
}
/* Duration */
.program-card .duration {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}
/* Info */
.program-info {
    display: flex;
    justify-content: space-between;
}
.program-info span {
    font-size: 12px;
    color: #999;
}
.program-info h5 {
    margin: 0;
    font-size: 18px;
}
/* Color variations */
.program-card.ug {
    border: 5px solid #007bff;
}
.program-card.pg {
    border: 5px solid #28a745;
}
.program-card.diploma {
    border: 5px solid #ff9800;
}
/* Mobile */
@media (max-width: 576px) {
    .program-card {
        padding: 20px;
    }
    .program-card h3 {
        font-size: 18px;
    }
}
.finance-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0px 2px rgba(0,0,0,1);
    height: 100%;
    transition: 0.3s;
}
.finance-card:hover {
    transform: translateY(-5px);
}
/* Title */
.finance-card .title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #02172e;
}
/* Rows */
.finance-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
/* Header */
.finance-row.header {
    font-weight: 600;
    border-bottom: 2px solid #02172e;
}
/* Amount highlight */
.amount {
    font-weight: bold;
    color: #007bff;
}
/* Mobile */
@media (max-width: 576px) {
    .finance-row {
        font-size: 14px;
    }
}
.lab-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}
.lab-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
}
.lab-card:hover {
    transform: translateY(-6px);
}
.lab-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.lab-content {
    padding: 20px;
    position: relative;
}
.lab-number {
    position: absolute;
    top: -15px;
    left: 20px;
    background: #02172e;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
}
.lab-content h4 {
    margin-top: 10px;
    font-size: 18px;
}
.lab-content ul {
    padding-left: 18px;
}
.lab-content ul li {
    font-size: 14px;
    margin-bottom: 5px;
}
.rnd-section {
    padding: 40px 0;
}
.section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
}
/* GRID */
.rnd-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}
/* CARD */
.rnd-card {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}
.rnd-card:hover {
    transform: translateY(-5px);
}
/* Highlight (best year) */
.rnd-card.highlight {
    border: 2px solid #007bff;
}
/* Year */
.rnd-card h4 {
    margin-bottom: 15px;
    color: #02172e;
}
/* Item */
.rnd-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.rnd-item span {
    font-size: 14px;
}
.rnd-item strong {
    color: #007bff;
}
/* Mobile */
@media (max-width: 576px) {
    .section-title {
        font-size: 22px;
    }
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 15px;
}
.gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 0.4s;
}
.gallery-item:hover img {
    transform: scale(1.1);
}
.gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    opacity: 0;
    transition: 0.3s;
}
.gallery-item:hover::after {
    opacity: 1;
}
@media (max-width: 576px) {
    .gallery-item img {
        height: 160px;
    }
}
#lightbox {
    position: fixed;
    display: none;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.95);
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
#lightbox img {
    max-width: 90%;
    max-height: 85%;
    border-radius: 10px;
}
#lightbox .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}
.btn-one:focus{
    color: #333;
}
/* CARD */
.year-card{
    background:#fff;
    border-radius:12px;
    margin-bottom:25px;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
    display:flex;
    overflow:hidden;
}
/* LEFT YEAR */
.year-left{
    background:#243d80;
    color:#fff;
    min-width:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:600;
}
/* RIGHT CONTENT */
.year-right{
    flex:1;
    padding:20px;
}
/* LIST */
.pdf-list{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:10px;
}
.pdf-item{
    background:#f8fafc;
    padding:10px 12px;
    border-radius:8px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    transition:0.2s;
}
.pdf-item:hover{
    background:#eef2ff;
}
/* TEXT */
.pdf-item span{
    font-size:14px;
    font-weight: 500;
}
/* LINK */
.pdf-item a{
    font-size:12px;
    text-decoration:none;
    background:rgba(36, 61, 128, .1);
    color:#243d80;
    padding: 0 6px; border-radius: 6px;
    font-weight: 600;
}
.pdf-item a:hover{
    background:rgba(36, 61, 128, 1);
    color:#fff;
}
/* RESPONSIVE */
@media(max-width:600px){
    .year-card{
        flex-direction:column;
    }
    .year-left{
        width:100%;
        padding:10px;
    }
}
/* Tabs */
.tabs-box  .nav-tabs {
   padding: 20px; margin-bottom: 20px;
}
.tabs-box .nav-tabs .nav-link{
    border:none;
    border-radius:10px;
    margin-right:10px;
    padding:12px 18px;
    font-weight:500;
    color:#555;
    transition:0.3s;
}
.tabs-box .nav-tabs .nav-link:hover{
    background:#f1f7ff;
    color:#0d6efd;
}
/* Active */
.tabs-box .nav-tabs .nav-link.active{
    background:linear-gradient(45deg,#0d6efd,#6ea8fe);
    color:#fff;
    box-shadow:0 5px 15px rgba(13,110,253,0.3);
}
/* Content */
.tabs-box .tab-content{
    margin-top:20px;
    padding:20px;
}
/* Icons */
.tabs-box .nav-link i{
    margin-right:8px;
}
.partners img {
    border: 1px dashed #ccc;
    margin: 0 3px;
    margin-bottom: 10px;
}
.features-style1__bottom-text{
    margin:40px 0;
}
/* -------------------------------------------------- */
.academy-slogan-content-one {
    position: relative;
    overflow: hidden;
    background-color: #0b1c2c; /* fallback color */
}
.academy-slogan-content-one__bg {
    background: url('../images/resources/location-image.jpg') no-repeat center;
}
/* Content above map */
.academy-slogan-content-one__inner {
    position: relative;
    z-index: 2;
    color: #fff;
}
.academy-slogan-content-one__bg:after{
    opacity: .5;
}
.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}
/* Responsive Grid */
.feedback-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    align-items: center;
}
/* Center content always stays centered */
.center-content {
    text-align: center;
}
/* Buttons */
.feedback-btn {
    display: block;
    border: 2px solid #2e5aac;
    padding: 14px;
    margin-bottom: 12px;
    text-align: center;
    text-decoration: none;
    color: #2e5aac;
    font-weight: 600;
    background: #fff;
    transition: all 0.3s ease;
    font-size: 14px;
}
.feedback-btn:hover {
    background: #2e5aac;
    color: #fff;
}
/* Image responsiveness */
.center-content img {
    max-width: 100%;
    height: auto;
}
/* Tablet tweak */
@media (max-width: 992px) {
    .feedback-grid {
        grid-template-columns: 1fr 1fr;
    }
}
/* Mobile */
@media (max-width: 576px) {
    .feedback-grid {
        grid-template-columns: 1fr;
    }
}
/* --------------------------------------------------------------------- */
.feedback-title {
    text-align: center;
    margin-bottom: 40px;
    color: #2e5aac;
}
/* GRID */
.feedback-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 30px;
    align-items: center;
}
/* LIST STYLE */
.feedback-list {
    display: flex;
    flex-direction: column;
}
/* ITEM */
.feedback-item {
    margin-bottom: 12px;
}
.feedback-item a {
    display: block;
    padding: 14px 18px;
    background: #fff;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    border-left: 4px solid #2e5aac;
    transition: 0.3s;
    background: #e7eef5;
}
.feedback-item.left {
   text-align: right;
}
.feedback-item.left a {
    border-right: 4px solid #2e5aac;
    border-left: none;
}
.feedback-item a:hover {
    background: #2e5aac;
    color: #fff;
    transform: translateX(5px);
}
/* CENTER IMAGE */
.feedback-center {
    text-align: center;
}
.feedback-center img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}
.feedback-center h3 {
    margin-top: 15px;
    color: #333;
}
/* RESPONSIVE */
@media (max-width: 992px) {
    .feedback-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .feedback-grid {
        grid-template-columns: 1fr;
    }
    .feedback-center {
        order: -1;
    }
}
.conferences-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}
.conferences-card{
    background:#fff;
    border-radius:12px;
    padding:25px;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    transition:0.3s;
    position:relative;
}
.conferences-card:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}
/* TITLE */
.conferences-card h3{
    margin:0 0 10px;
    font-size:20px;
    color:#003366;
}
/* YEAR TAG */
.conferences-year{
    display:inline-block;
    background:#e6f0ff;
    color:#0059b3;
    font-size:12px;
    padding:5px 10px;
    border-radius:20px;
    margin-bottom:15px;
}
/* BUTTON */
.conferences-btn{
    display:inline-block;
    margin-top:15px;
    padding:10px 18px;
    background:#0059b3;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
    font-size:14px;
    transition:0.3s;
}
.conferences-btn:hover{
    background:#003366;
}
.single-event-two {
    padding: 10px;
}
.single-event-two__inner {
    padding: 14px 20px 13px;
}
.meta-info{
    position: relative;
}
.meta-info ul{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap:10px;
    flex-wrap:wrap;
    font-size:12px;
    text-align: center;
}
.meta-info li{
    display:flex;
    align-items:center;
    gap:6px;
    color:#555;
}
/* Intake label */
/* .meta-info .label{
    font-weight:600;
    color:#0b3d91;
} */
.single-online-courses-style2 .text-holder .meta-info ul li{font-size:12px; line-height: 16px}
.course{ text-align: center; border-radius: 3px;}
.intake{ position: absolute; top:16px; left: 4%; background: #fff; color: #002e5b; padding: 6px; border-radius: 6px; z-index: 2; font-size: 12px; line-height: 16px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);}
.single-online-courses-style2 .text-holder {
    padding: 31px 15px 0;
}
.single-online-courses-style2 .text-holder .meta-info ul li+li {
     margin-left: 0px;
}
.meta-info li:not(.label){
    border-left:1px solid #ddd;
    padding-left:5px;
}
.single-online-courses-style2 .text-holder .meta-info:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -16px;
    bottom: 1px;
    right: -16px;
    border-top: 1px solid #e6ebe8;
    background-color: #f0f7f3;
    z-index: -1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
 /* ─── Design tokens ─── */
    :root {
        --nit-navy: #0B1D3A;
        --nit-blue: #1452A8;
        --nit-accent: #E8A020;
        --nit-light: #F4F7FC;
        --nit-border: #DDE4EF;
        --nit-text: #1C2B45;
        --nit-muted: #6B7A94;
        --nit-white: #FFFFFF;
        --radius-sm: 6px;
        --radius-md: 10px;
        --radius-lg: 16px;
        --font-head: 'Sora', sans-serif;
        --font-body: 'DM Sans', sans-serif;
    }
    /* ─── Page hero ─── */
    .cs-hero {
        background: var(--nit-navy);
        padding: 60px 0 48px;
        position: relative;
        overflow: hidden;
    }
    .cs-hero::before {
        content: '';
        position: absolute;
        top: -60px;
        right: -80px;
        width: 420px;
        height: 420px;
        border-radius: 50%;
        background: rgba(20, 82, 168, 0.18);
    }
    .cs-hero::after {
        content: '';
        position: absolute;
        bottom: -40px;
        left: 10%;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: rgba(232, 160, 32, 0.10);
    }
    .cs-hero .container {
        position: relative;
        z-index: 2;
    }
    .cs-hero__eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(232, 160, 32, 0.15);
        border: 1px solid rgba(232, 160, 32, 0.35);
        color: var(--nit-accent);
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        padding: 5px 14px;
        border-radius: 40px;
        margin-bottom: 20px;
    }
    .cs-hero__title {
        font-family: var(--font-head);
        font-size: clamp(28px, 4vw, 46px);
        font-weight: 700;
        color: #fff;
        line-height: 1.18;
        margin-bottom: 14px;
    }
    .cs-hero__title span {
        color: var(--nit-accent);
    }
    .cs-hero__sub {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.62);
        max-width: 520px;
        line-height: 1.65;
    }
    /* ─── Breadcrumb ─── */
    .cs-breadcrumb {
        background: var(--nit-light);
        border-bottom: 1px solid var(--nit-border);
        padding: 12px 0;
        font-size: 13px;
        color: var(--nit-muted);
    }
    .cs-breadcrumb a {
        color: var(--nit-blue);
        text-decoration: none;
    }
    .cs-breadcrumb a:hover {
        text-decoration: underline;
    }
    .cs-breadcrumb .sep {
        margin: 0 8px;
        opacity: 0.45;
    }
    /* ─── Main layout ─── */
    .cs-layout {
        display: grid;
        grid-template-columns: 270px 1fr;
        gap: 0;
        align-items: start;
        min-height: 70vh;
    }
    /* ─── Sidebar nav ─── */
    .cs-sidebar {
    background: #002e5b;
    padding: 20px;
    position: sticky;
    top: 0;
    max-height: 100vh;
    overflow-y: auto;
    /* Hide scrollbar */
    scrollbar-width: none; /* Firefox */
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-radius: 20px;
}
/* Chrome, Edge, Safari */
.cs-sidebar::-webkit-scrollbar {
    display: none;
}
    .cs-sidebar__label {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #fff;
        padding: 0 24px;
        margin-bottom: 10px;
    }
    .cs-sidebar__group {
        margin-bottom: 28px;
    }
    .cs-nav-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 9px 24px;
        font-size: 13.5px;
        font-weight: 500;
        color: #ddd;
        cursor: pointer;
        border-left: 3px solid transparent;
        transition: all 0.18s;
        text-decoration: none;
        line-height: 1.3;
    }
    .cs-nav-item:hover {
        background: rgba(20, 82, 168, 0.06);
        color: var(--nit-blue);
        border-left-color: rgba(20, 82, 168, 0.3);
        text-decoration: none;
    }
    .cs-nav-item.active {
        background: rgba(0, 91, 219, 0.5);
        color: #fff;
        border-left-color: #fff;
        font-weight: 600;
    }
    .cs-nav-item .nav-dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: currentColor;
        flex-shrink: 0;
        opacity: 0.5;
    }
    .cs-nav-item.active .nav-dot {
        opacity: 1;
    }
    /* ─── Content area ─── */
    .cs-content {
        padding: 40px 48px 80px;
    }
    /* ─── Section ─── */
    .cs-section {
        display: none;
    }
    .cs-section.active {
        display: block;
    }
    /* ─── Section header ─── */
    .cs-section-header {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 32px;
        padding-bottom: 24px;
        border-bottom: 1px solid var(--nit-border);
    }
    .cs-section-icon {
        width: 48px;
        height: 48px;
        border-radius: var(--radius-md);
        background: var(--nit-blue);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        font-size: 20px;
        color: #fff;
    }
    .cs-section-header h2 {
        font-family: var(--font-head);
        font-size: 22px;
        font-weight: 700;
        color: var(--nit-navy);
        margin-bottom: 4px;
    }
    .cs-section-header p {
        font-size: 13.5px;
        color: var(--nit-muted);
        line-height: 1.5;
    }
    /* ─── Program block ─── */
    .cs-program-block {
        margin-bottom: 32px;
    }
    .cs-program-label {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 14px;
    }
    .cs-program-label h3 {
        font-family: var(--font-head);
        font-size: 14px;
        font-weight: 700;
        color: var(--nit-navy);
        text-transform: uppercase;
        letter-spacing: 0.07em;
    }
    .cs-badge {
        display: inline-block;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        padding: 3px 10px;
        border-radius: 40px;
    }
    .cs-badge--ug {
        background: #E8F0FC;
        color: #1452A8;
        border: 1px solid #C3D3F5;
    }
    .cs-badge--pg {
        background: #FEF3E2;
        color: #9B6000;
        border: 1px solid #F5D8A0;
    }
    .cs-badge--dip {
        background: #EAF7F0;
        color: #1A7A4A;
        border: 1px solid #B5E5CD;
    }
    /* ─── Regulation pills ─── */
    .cs-regs {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .cs-reg-pill {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 8px 16px;
        background: #fff;
        border: 1px solid var(--nit-border);
        border-radius: var(--radius-sm);
        font-size: 13px;
        font-weight: 500;
        color: var(--nit-text);
        text-decoration: none;
        transition: all 0.16s;
        line-height: 1;
    }
    .cs-reg-pill:hover {
        background: var(--nit-blue);
        border-color: var(--nit-blue);
        color: #fff;
        text-decoration: none;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(20, 82, 168, 0.18);
    }
    .cs-reg-pill:hover .cs-reg-icon {
        color: rgba(255, 255, 255, 0.8);
    }
    .cs-reg-icon {
        font-size: 11px;
        color: var(--nit-muted);
        transition: color 0.16s;
    }
    .cs-reg-pill--latest {
        border-color: var(--nit-accent);
        background: #FFFBF3;
    }
    .cs-reg-pill--latest::after {
        content: 'NEW';
        font-size: 9px;
        font-weight: 700;
        letter-spacing: 0.06em;
        color: var(--nit-accent);
        margin-left: 2px;
    }
    .cs-reg-pill--latest:hover {
        color: #fff;
    }
    .cs-reg-pill--latest:hover::after {
        color: rgba(255, 255, 255, 0.9);
    }
    /* ─── Divider ─── */
    .cs-divider {
        border: none;
        border-top: 1px dashed var(--nit-border);
        margin: 28px 0;
    }
    /* ─── Mobile responsiveness ─── */
    @media (max-width: 900px) {
        .cs-layout {
            grid-template-columns: 1fr;
        }
        .cs-sidebar {
            position: static;
            height: auto;
            border-right: none;
            border-bottom: 1px solid var(--nit-border);
            padding: 12px 0;
            overflow-x: auto;
            display: flex;
            gap: 0;
        }
        .cs-sidebar__group {
            margin-bottom: 0;
            display: inline-flex;
            align-items: center;
            flex-shrink: 0;
        }
        .cs-sidebar__label {
            display: none;
        }
        .cs-nav-item {
            border-left: none;
            border-bottom: 3px solid transparent;
            padding: 8px 16px;
            white-space: nowrap;
            display: inline-flex;
        }
        .cs-nav-item.active {
            border-left: none;
            border-bottom-color: var(--nit-blue);
        }
        .cs-nav-item:hover {
            border-left: none;
            border-bottom-color: rgba(20, 82, 168, 0.3);
        }
        .cs-content {
            padding: 28px 20px 60px;
        }
    }
/* Row Card */
.nirf-row {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
    background: #f1f4f9;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    transition: 0.3s;
}
.nirf-row:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}
/* Year */
.nirf-year {
    background: linear-gradient(135deg, #1f4a8a, #2d6cdf);
    color: #fff;
    padding: 18px 25px;
    font-size: 18px;
    font-weight: 600;
    min-width: 120px;
    text-align: center;
}
/* Files */
.nirf-files {
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
/* Links */
.nirf-files a {
    text-decoration: none;
    color: #1f4a8a;
    font-weight: 500;
    background: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid #d6dbe6;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s;
}
/* PDF Icon using CSS */
.nirf-files a::before {
    content: "📄";
    font-size: 14px;
}
/* Hover */
.nirf-files a:hover {
    background: #1f4a8a;
    color: #fff;
    border-color: #1f4a8a;
}
/* Responsive */
@media (max-width: 600px) {
    .nirf-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .nirf-year {
        width: 100%;
        text-align: left;
    }
}
.nirf-info-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    margin: 25px auto;
    max-width: 400px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    text-align: center;
}
/* Heading */
.nirf-info-box h3 {
    margin-bottom: 15px;
    color: #1f4a8a;
    font-weight: 600;
    font-size: 22px;
}
/* Button */
.nirf-btn {
    display: inline-block;
    padding: 12px 20px;
    background: linear-gradient(135deg, #1f4a8a, #2d6cdf);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: 0.3s;
    font-size: 15px;
}
.nirf-btn:hover {
    background: #163a6b;
}
/* Contact */
.nirf-contact {
    margin-top: 15px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
.nirf-contact a {
    color: #1f4a8a;
    text-decoration: none;
    font-weight: 500;
}
.nirf-contact a:hover {
    text-decoration: underline;
}
/* 🔽 RESPONSIVE DESIGN */
/* Tablet */
@media (max-width: 768px) {
    .nirf-info-box {
        padding: 20px;
        margin: 20px 10px;
    }
    .nirf-info-box h3 {
        font-size: 20px;
    }
    .nirf-btn {
        width: 100%;
        display: block;
    }
}
/* Mobile */
@media (max-width: 480px) {
    .nirf-info-box {
        padding: 18px 15px;
        border-radius: 10px;
    }
    .nirf-info-box h3 {
        font-size: 18px;
    }
    .nirf-btn {
        font-size: 14px;
        padding: 10px;
    }
    .nirf-contact {
        font-size: 13px;
    }
}
/* -------------------------------------------- */
/* Cards */
.iqacnaac-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.iqacnaac-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: 0.3s;
}
.iqacnaac-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}
.iqacnaac-card h2 {
    color: #1f4a8a;
    margin-bottom: 10px;
}
.iqacnaac-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}
/* Buttons */
.iqacnaac-card .btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 16px;
    background: #1f4a8a;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
    font-size: 14px;
}
.iqacnaac-card .btn:hover {
    background: #163a6b;
}
/* Responsive */
@media (max-width: 768px) {
    .iqacnaac-grid {
        grid-template-columns: 1fr;
    }
}
.naac-section {
    max-width: 900px;
    margin: 30px auto;
    padding: 0 15px;
}
/* Title */
.naac-title {
    text-align: center;
    color: #1f4a8a;
    margin-bottom: 25px;
}
/* Cycle Card */
.naac-cycle {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: 0.3s;
}
.naac-cycle:hover {
    transform: translateY(-3px);
}
/* Header */
.cycle-header {
    background: linear-gradient(135deg, #1f4a8a, #2d6cdf);
    color: #fff;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 16px;
}
/* Content */
.cycle-content {
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
/* Links */
.cycle-content a {
    text-decoration: none;
    background: #f1f4f9;
    padding: 8px 14px;
    border-radius: 6px;
    color: #1f4a8a;
    font-size: 14px;
    border: 1px solid #d6dbe6;
    transition: 0.3s;
}
.cycle-content a:hover {
    background: #1f4a8a;
    color: #fff;
}
/* Responsive */
@media (max-width: 600px) {
    .cycle-content {
        flex-direction: column;
    }
    .cycle-content a {
        width: 100%;
    }
}
/* -------------------------------------------------- */
      .nitnaaac .nav-tabs {
            display: flex;
            flex-wrap: wrap;
            gap: 0.7rem;
            justify-content: center;
            background: white;
            padding: 1.2rem;
            border-radius: 16px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            margin-bottom: 2rem;
            font-size: 14px;
        }
        .nitnaaac .tab-btn {
            padding: 0.25rem .5rem;
            background: #f1f5f9;
            border: none;
            border-radius: 10px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            white-space: nowrap;
        }
        .nitnaaac .tab-btn.active {
            background: #1e40af;
            color: white;
        }
        .nitnaaac .section {
            background: white;
            margin-bottom: 1.8rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        }
        .nitnaaac .section-header {
            background: linear-gradient(to right, #1e40af, #3b82f6);
            color: white;
            padding: 1.4rem 2rem;
            font-size: 1.55rem;
            font-weight: 700;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .nitnaaac .section-content {
            padding: 1.8rem 2rem;
            display: none;
        }
        .nitnaaac .section-content.active { display: block; }
        .nitnaaac .doc-list {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
            gap: 10px;
        }
        .nitnaaac .doc-item {
            padding: 1rem 1.2rem;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            transition: all 0.25s;
        }
        .nitnaaac .doc-item:hover {
            background: #f0f9ff;
            border-color: #1e40af;
            transform: translateX(8px);
        }
        .nitnaaac .doc-link {
            color: #333;
            text-decoration: none;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .nitnaaac .doc-link:hover { color: #2563eb; text-decoration: underline; }
        .ieee-section {
            margin: 0 auto;
        }
        .ieee-about {
            background: #f8fafc;
        }
        .ieee-about-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }
        .ieee-chapters {
            background: white;
        }
        .ieee-section-title {
            text-align: center;
            font-size: 2.4rem;
            margin-bottom: 3rem;
            color: #003366;
        }
        .ieee-chapters-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1.5rem;
        }
        .ieee-chapter-card {
            background: white;
            border: 2px solid #e5e7eb;
            border-radius: 16px;
            padding: 2rem;
            transition: all 0.3s;
            text-align: center;
        }
        .ieee-chapter-card:hover {
            border-color: #004080;
            transform: translateY(-10px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
        }
        .ieee-chapter-card i {
            font-size: 3rem;
            color: #004080;
            margin-bottom: 1rem;
        }
.ieee-gallery {
    display: grid;
     grid-template-columns: repeat(5, 1fr); /* 5 per row */
    gap: 15px;
    margin-top: 30px;
}
/* Images */
.ieee-gallery img {
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px dashed #ccc;
}
/* Hover Effect */
.ieee-gallery img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}
/* Mobile */
@media (max-width: 480px) {
    .ieee-gallery img {
        height: 180px;
    }
}
:root {
    --rt-theme: #09A24F;
    --rt-primary: #036a3a;
    --rt-primary-1: #84c328;
    --rt-white: #ffffff;
    --translate: translate(-50%, -50%);
    --transition: all 0.4s ease;
}
.rts-notice-section .rts-tab .nav {
    margin: 0;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.rts-notice-section .rts-tab .nav-item .nav-link {
  padding: 7px 15px;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  transition: var(--transition);
  font-weight: 500;
  line-height: 18px;
}
.rts-notice-section .rts-tab .nav-item .nav-link:hover {
  background: var(--thm-base);
  color: var(--rt-white);
}
.rts-notice-section .rts-tab .nav-item .nav-link.active {
  background: var(--thm-base);
  color: var(--rt-white);
}
.header-top-style3-right .jis-logo img{
    max-width:60px;
    /* filter: brightness(0) invert(1); */
}
