:root{
    --menu-red:#e53935;
    --menu-green:#002147;
    --menu-text:#2f2f2f;
    --menu-muted:#6c757d;
    --menu-bg:#ffffff;
    --menu-shadow:0 18px 45px rgba(0,0,0,.12);
    --menu-radius:18px;
}

/* FIX: body selector was wrong */
body,
h1, h2, h3, h4, h5, h6,
p,
li,
span,
div,
button,
input,
textarea {
    font-family: "Montserrat", sans-serif !important;
}
p{line-height: 30px;
  text-align: justify;}
.breadcrumb-item.active a {
  color: #fff !important;
}
    
.ngo-section {
    background: #f8f9fa;
}
    
.ngo-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
}

.ngo-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    color:#002147;
}
    
.ngo-sidebar {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    height: 170px;
    font-family:"Montserrat", Sans-serif;
    /*margin-top: 25px;*/
}

.ngo-sidebar-header {
    padding: 15px 10px 10px 12px;
}

.ngo-sidebar-body {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ngo-sidebar-body li + li {
    border-top: 1px solid #ddd;
}

.ngo-sidebar-body li {
    margin: 0;
    padding: 0;
    border: none;
    transition: background 0.2s ease;
}

.ngo-sidebar-body li a {
    display: block;
    padding: 8px 0 8px 15px;
    text-decoration: none;
    color: #222;
    transition: transform 0.2s ease;
}

.ngo-sidebar-body li:hover,
.ngo-sidebar-body li:has(a.active) {
    background: #e9e9e9;
}

.ngo-sidebar-body li:hover a,
.ngo-sidebar-body li a:active {
    transform: translateX(5px);
}
    
.industrial-section {
    background: #f8f9fa;
}
    
.industrial-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
}

.industrial-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    color:#002147;
}
    
.ind-sidebar {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    height: 170px;
    font-family:"Montserrat", Sans-serif;
    /*margin-top: 25px;*/
}

.ind-sidebar-header {
    padding: 15px 10px 10px 12px;
}

.ind-sidebar-body {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ind-sidebar-body li + li {
    border-top: 1px solid #ddd;
}

.ind-sidebar-body li {
    margin: 0;
    padding: 0;
    border: none;
    transition: background 0.2s ease;
}

.ind-sidebar-body li a {
    display: block;
    padding: 8px 0 8px 15px;
    text-decoration: none;
    color: #222;
    transition: transform 0.2s ease;
}

.ind-sidebar-body li:hover,
.ind-sidebar-body li:has(a.active) {
    background: #e9e9e9;
}

.ind-sidebar-body li:hover a,
.ind-sidebar-body li a:active {
    transform: translateX(5px);
}

.institutional-section {
    background: #f8f9fa;
}
    
.institutional-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
}

.institutional-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    color:#002147;
}
    
.ins-sidebar {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    height: 170px;
    font-family:"Montserrat", Sans-serif;
    /*margin-top: 25px;*/
}

.ins-sidebar-header {
    padding: 15px 10px 10px 12px;
}

.ins-sidebar-body {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ins-sidebar-body li + li {
    border-top: 1px solid #ddd;
}

.ins-sidebar-body li {
    margin: 0;
    padding: 0;
    border: none;
    transition: background 0.2s ease;
}

.ins-sidebar-body li a {
    display: block;
    padding: 8px 0 8px 15px;
    text-decoration: none;
    color: #222;
    transition: transform 0.2s ease;
}

.ins-sidebar-body li:hover,
.ins-sidebar-body li:has(a.active) {
    background: #e9e9e9;
}

.ins-sidebar-body li:hover a,
.ins-sidebar-body li a:active {
    transform: translateX(5px);
}
    
.lib-act-det-section {
    background: #f8f9fa;
}


.lib-act-det-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
    /*font-size: 14px;*/
}

.lib-act-det-box.w-100 h3 {
  font-size: 18px;
  margin-bottom: 16px !important;
  font-weight: bold;
}

.lib-act-det-box{
    height: 100%;
}

.lib-act-det-box .owl-carousel{
    flex-grow: 1;
}

.lib-act-det-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color:#002147;
}

.lib-act-det-event-title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
    color:#0d6dfd;
}

/* Default → left */
.lib-act-det:nth-of-type(odd) .lib-act-det-carousel {
    float: left;
    margin-right: 15px;
}

/* Even → right */
.lib-act-det:nth-of-type(even) .lib-act-det-carousel {
    float: right;
    margin-left: 15px;
}

.lib-act-det::after {
    content: "";
    display: block;
    clear: both;
}

/* Float stays */
.lib-act-det-carousel {
    width: 35%;
}

/* Images behave normally */
.lib-act-det-carousel .lib-act-det-img {
    width: 100%;
    display: none;             
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

/* Videos behave normally */
.lib-act-det-carousel .lib-act-det-vid {
    width: 100%;
    display: none;             
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

/* Active image */
.lib-act-det-carousel .active {
    display: block;
    opacity: 1;
}

.lib-act-section {
    background: #f8f9fa;
}

.lib-act-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
    /*font-size: 14px;*/
}

.lib-act-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color:#002147;
}

.lib-act-section ul {
    list-style-type: square;
    padding-top: 10px;
    margin: 0;
    padding-left: 30px;
    margin-top: 30px;
}

.lib-act-content ul li {
    color: #0d6dfd;
}

.lib-act-content ul li a {
    text-decoration: none;
    font-size: 18px;
}

.lib-act-section li {
    /*margin-bottom: 15px;*/
    color: #002147;
    font-weight: 600;
}
    
.library-new-arrival-section {
    background: #f8f9fa;
}

.library-new-arrival-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
    /*font-size: 14px;*/
}

.library-new-arrival-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color:#002147;
}

.library-new-arrival-section ul {
    list-style-type: square;
    padding-top: 10px;
    margin: 0;
    padding-left: 30px;
    margin-top: 30px;
}

.library-new-arrival-section li {
    margin-bottom: 15px;
    color: #002147;
    font-weight: 600;
}
    
.serv-fac-section {
    background: #f8f9fa;
}

.serv-fac-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
    /*font-size: 14px;*/
}

.serv-fac-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color:#002147;
}

.serv-fac-section ul {
    list-style-type: square;
    padding-top: 10px;
    margin: 0;
    padding-left: 20px;
    margin-top: 30px;
}

.serv-fac-section li {
    margin-bottom: 15px;
    color: #002147;
    font-weight: 600;
}

.serv-fac-section li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.collect-res-section {
    background: #f8f9fa;
}

.collect-res-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
    /*font-size: 14px;*/
}

.collect-res-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color:#002147;
}

.open-edures-section {
    background: #f8f9fa;
}

.open-edures-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
    /*font-size: 14px;*/
}

.open-edures-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color:#002147;
}
    
.n-list-section {
    background: #f8f9fa;
}


.n-list-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
    /*font-size: 14px;*/
}

.n-list-box.w-100 h3 {
  font-size: 18px;
  margin-bottom: 16px !important;
  font-weight: bold;
}

.n-list-box{
    height: 100%;
}

.n-list-box .owl-carousel{
    flex-grow: 1;
}

.n-list-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color:#002147;
}

.n-list-event-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 15px;
    color:#002147;
}

/* Default → left */
.n-list:nth-of-type(odd) .n-list-carousel {
    float: left;
    margin-right: 15px;
}

/* Even → right */
.n-list:nth-of-type(even) .n-list-carousel {
    float: right;
    margin-left: 15px;
}

.n-list::after {
    content: "";
    display: block;
    clear: both;
}

/* Float stays */
.n-list-carousel {
    width: 35%;
}

/* Images behave normally */
.n-list-carousel .n-list-img {
    width: 100%;
    display: none;             
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

/* Videos behave normally */
.n-list-carousel .n-list-vid {
    width: 100%;
    display: none;             
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

/* Active image */
.n-list-carousel .active {
    display: block;
    opacity: 1;
}

.web-opac-section {
    background: #f8f9fa;
}

.web-opac-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
    /*font-size: 14px;*/
}

.web-opac-box.w-100 h3 {
  font-size: 18px;
  margin-bottom: 16px !important;
  font-weight: bold;
}

.web-opac-box{
    height: 100%;
}

.web-opac-box .owl-carousel{
    flex-grow: 1;
}

.web-opac-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color:#002147;
}

.web-opac-event-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 15px;
    color:#002147;
}

/* Default → left */
.web-opac:nth-of-type(odd) .web-opac-carousel {
    float: left;
    margin-right: 15px;
}

/* Even → right */
.web-opac:nth-of-type(even) .web-opac-carousel {
    float: right;
    margin-left: 15px;
}

.web-opac::after {
    content: "";
    display: block;
    clear: both;
}

/* Float stays */
.web-opac-carousel {
    width: 35%;
}

/* Images behave normally */
.web-opac-carousel .web-opac-img {
    width: 100%;
    display: none;             
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

/* Videos behave normally */
.web-opac-carousel .web-opac-vid {
    width: 100%;
    display: none;             
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

/* Active image */
.web-opac-carousel .active {
    display: block;
    opacity: 1;
}

.slac-section {
    background: #f8f9fa;
}


.slac-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
    /*font-size: 14px;*/
}

.slac-box.w-100 h3 {
  font-size: 18px;
  margin-bottom: 16px !important;
  font-weight: bold;
}

.slac-box{
    height: 100%;
}

.slac-box .owl-carousel{
    flex-grow: 1;
}

.slac-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color:#002147;
}

.slac-event-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 15px;
    color:#002147;
}

/* Default → left */
.slac:nth-of-type(odd) .slac-carousel {
    float: left;
    margin-right: 15px;
}

/* Even → right */
.slac:nth-of-type(even) .slac-carousel {
    float: right;
    margin-left: 15px;
}

.slac::after {
    content: "";
    display: block;
    clear: both;
}

/* Float stays */
.slac-carousel {
    width: 35%;
}

/* Images behave normally */
.slac-carousel .slac-img {
    width: 100%;
    display: none;             
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

/* Videos behave normally */
.slac-carousel .slac-vid {
    width: 100%;
    display: none;             
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

/* Active image */
.slac-carousel .active {
    display: block;
    opacity: 1;
}

.lib-conduct-section {
    background: #f8f9fa;
}

.lib-conduct-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
    /*font-size: 14px;*/
}

.lib-conduct-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color:#002147;
}

.obj-section {
    background: #f8f9fa;
}

.obj-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
    /*font-size: 14px;*/
}

.obj-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color:#002147;
}

.magazine-wrapper {
    justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px; /* spacing */
}

.magazine-item {
  width: 400px;   /* ✅ fixed size */
  flex: 0 0 auto; /* prevents stretching */
}

/* Default → left */
.alumini:nth-of-type(odd) .alumini-carousel {
    float: left;
    margin-right: 15px;
}

/* Even → right */
.alumini:nth-of-type(even) .alumini-carousel {
    float: right;
    margin-left: 15px;
}

.alumini::after {
    content: "";
    display: block;
    clear: both;
}

/* Float stays */
.alumini-carousel {
    width: 35%;
}

/* Images behave normally */
.alumini-carousel .alumini-img {
    width: 100%;
    display: none;             
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

/* Videos behave normally */
.alumini-carousel .alumini-vid {
    width: 100%;
    display: none;             
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

/* Active image */
.alumini-carousel .active {
    display: block;
    opacity: 1;
}

.aluminireg-form label {
    font-weight: 600;
    font-size: 17px;
    color: #002147;
    margin-top: 7px;
}

.aluminireg-form input,
.aluminireg-form select {
    margin-left: 10px;
    width: 250px;
}


.form-check-label {
    margin-left: 5px !important;
    font-size: 15px !important;
}

.form-check-input {
    margin-left: 0 !important;
    width: 15px !important;
    margin-top: 10px;
    border: 1px solid #666;
}

.join-us {
    margin-left: 20px;
    text-decoration: none;
}

.join-us li a {
    color: #111;
    font-weight: 600;
    text-decoration: none;
}

.aluminiMoM-section {
    background: #f8f9fa;
}

.aluminiMoM-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
    /*font-size: 14px;*/
}

.aluminiMoM-box ul {
    list-style-type: square;
    font-weight: 600;
}

.aluminiMoM-box li a {
    color: #002147;
    font-size: 18px;
}

/* Default → left */
.melafair:nth-of-type(odd) .melafair-carousel {
    float: left;
    margin-right: 15px;
}

/* Even → right */
.melafair:nth-of-type(even) .melafair-carousel {
    float: right;
    margin-left: 15px;
}

.melafair::after {
    content: "";
    display: block;
    clear: both;
}

/* Float stays */
.melafair-carousel {
    width: 35%;
}

/* Images behave normally */
.melafair-carousel .melafair-img {
    width: 100%;
    display: none;             
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

/* Active image */
.melafair-carousel .carousel-img.active {
    display: block;
    opacity: 1;
}

.melafair-table {
    max-width: 600px;
    text-align: center;
}

.ths {
    width: 100px;
}

.thc {
    width: 380px;
}

.intern-card {
  border: 1px solid #ddd; /* optional */
  padding: 20px;
  max-width: 700px; /* optional */
  font-family: Arial, sans-serif;
  border-radius: 25px;
}

.intern-header {
  display: flex;
  align-items: center; /* vertical alignment */
  gap: 15px; /* space between image and text */
}

.intern-img {
  width: 120px; /* image size */
  height: 130px;
  object-fit: cover;
  border-radius: 60%; /* optional: circular image */
}

.intern-info {
  display: flex;
  flex-direction: column;
}

.intern-name {
  font-weight: bold;
    font-size: 18px;
}

.intern-profile {
  color: #222;
  font-weight: 600;
  font-size: 19px;
}

.intern-card p {
  margin-top: 15px; 
  line-height: 1.5;
  font-size: 14px;
}

/* Default → left */
.activity:nth-of-type(odd) .activity-carousel {
    float: left;
    margin-right: 15px;
}

/* Even → right */
.activity:nth-of-type(even) .activity-carousel {
    float: right;
    margin-left: 15px;
}

.activity::after {
    content: "";
    display: block;
    clear: both;
}

/* Float stays */
.activity-carousel {
    width: 35%;
}

/* Images behave normally */
.activity-carousel .activity-img {
    width: 100%;
    display: none;             
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

/* Active image */
.activity-carousel .carousel-img.active {
    display: block;
    opacity: 1;
}

.placeind-img {
    width: 35%;
    float: left;
}

.placeind-card {
  padding: 20px;
}

.placeind-header {
  display: flex;
  align-items: center; /* vertical alignment */
  gap: 15px; /* space between image and text */
}

.placeind-info {
  display: flex;
  flex-direction: column;
}

.placeind-name {
  font-weight: bold;
    font-size: 18px;
}

.placeind-designation {
  color: #555;
  font-size: 14px;
}

.placecom-card p {
  margin-top: 15px; 
  line-height: 1.5;
}

.placecom-card {
  border: 1px solid #ddd; /* optional */
  padding: 20px;
  max-width: 700px; /* optional */
  font-family: Arial, sans-serif;
  border-radius: 25px;
}

.placecom-header {
  display: flex;
  align-items: center; /* vertical alignment */
  gap: 15px; /* space between image and text */
}

.placecom-img {
  width: 120px; /* image size */
  height: 130px;
  object-fit: cover;
  border-radius: 60%; /* optional: circular image */
}

.placecom-info {
  display: flex;
  flex-direction: column;
}

.placecom-name {
  font-weight: bold;
    font-size: 18px;
}

.placecom-designation {
  color: #555;
  font-size: 14px;
}

.placecom-card p {
  margin-top: 15px; 
  line-height: 1.5;
}


.peer-section {
    background: #f8f9fa;
}

.peer-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
}

.peer-img {
    width: 390px;
    height: auto;
    margin-bottom: 30px;
}

.certificate-card {
  border: 1px solid #ddd; /* optional */
  padding: 10px;
  max-width: 700px; /* optional */
  font-family: Arial, sans-serif;
  border-radius: 5px;
    text-align: center; /* optional: center everything */
    align-items: center;
}

.certificate-img {
  width: 450px; /* image size */
  height: 280px;
  object-fit: cover;
  border-radius: 5px; /* optional: circular image */
}

.certificate-doc {
    display: block;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    color: #002147;
}

/* Default → left */
.facdev:nth-of-type(odd) .facdev-carousel {
    float: left;
    margin-right: 15px;
}

/* Even → right */
.facdev:nth-of-type(even) .facdev-carousel {
    float: right;
    margin-left: 15px;
}

.facdev::after {
    content: "";
    display: block;
    clear: both;
}

/* Float stays */
.facdev-carousel {
    width: 35%;
}

/* Images behave normally */
.facdev-carousel .facdev-img {
    width: 100%;
    display: none;             
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

/* Active image */
.facdev-carousel .carousel-img.active {
    display: block;
    opacity: 1;
}

.facdev-doc {
    font-size: 18px;
}

.doc-section {
    background: #f8f9fa;
}

.doc-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
    /*font-size: 14px;*/
}

.doc-box ul {
    list-style-type: square;
    font-weight: 600;
}

.doc-box li a {
    color: #002147;
    font-size: 17px;
}

.audit-section {
    background: #f8f9fa;
}

.audit-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
    /*font-size: 14px;*/
}

.audit-box ul {
    list-style-type: square;
    font-weight: 600;
}

.audit-box li a {
    color: #002147;
    font-size: 17px;
}

.iqac-card {
    max-height: 350px;
}

.iqac-card .list-group-item.active {
    background-color: #e9e9e9 !important;
    border-color: #e9e9e9 !important;
}

.iqac-card .list-group-item.active a {
    color: #222 !important;
}

.member-card {
  border: 1px solid #ddd; /* optional */
  padding: 20px;
  max-width: 700px; /* optional */
  font-family: Arial, sans-serif;
  border-radius: 25px;
}

.member-header {
  display: flex;
  align-items: center; /* vertical alignment */
  gap: 15px; /* space between image and text */
}

.member-img {
  width: 120px; /* image size */
  height: 130px;
  object-fit: cover;
  border-radius: 60%; /* optional: circular image */
}

.member-info {
  display: flex;
  flex-direction: column;
}

.member-name {
  font-weight: bold;
    font-size: 18px;
}

.member-designation {
  color: #555;
  font-size: 14px;
}

.member-card p {
  margin-top: 15px; 
  line-height: 1.5;
}

.program {
    display: none;
}

.program.active {
    display: block;
}

.scholarship-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
}

.scholarship-section ul {
    list-style-type: square;
    padding-top: 10px;
    margin: 0;
    padding-left: 20px;
    margin-top: 30px;
}

.scholarship-section li {
    margin-bottom: 15px;
}

.scholarship-section li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.scholarship-section {
    text-decoration: none;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    background: #f8f9fa;
}

.scholarship-list ul {
    list-style-type: square;
    margin: 0;
    padding-left: 0;  
    list-style-position: inside; 
}

.scholarship-list  li a {
    background: #fff;
    color: #002147;
    font-size: 18px;
    font-weight: bold;
    display: inline;
    width: auto;
}

.scholarship-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
}

.scholarship-section ul {
    list-style-type: square;
    padding-top: 10px;
    margin: 0;
    padding-left: 20px;
    margin-top: 30px;
}

.grievance-section li {
    margin-bottom: 15px;
}

.grievance-section li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.grievance-section {
    text-decoration: none;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    background: #f8f9fa;
}

.grievance-list ul {
    list-style-type: square;
    margin: 0;
    padding-left: 0;  
    list-style-position: inside; 
}

.grievance-list  li a {
    background: #fff;
    color: #002147;
    font-size: 18px;
    font-weight: bold;
    display: inline;
    width: auto;
}

.report-section {
    text-decoration: none;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.report-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
}

.report-section ul {
    list-style-type: square;
    margin: 0;
    margin-top: 30px;
}

.report-section li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.report-list ul {
    list-style-type: square;
    margin: 0;
    padding-left: 0;  
    list-style-position: inside; 
}

.report-list  li a {
    background: #fff;
    color: #002147;
    font-size: 16px;
    font-weight: bold;
    display: inline;
    width: auto;
}

.ATR-section {
    text-decoration: none;
    margin-bottom: 10px;
}

.ATR-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
    /*font-size: 14px;*/
}

.ATR-section ul {
    list-style-type: square;
    margin: 0;
    margin-top: 30px;
}

.ATR-section li a {
    text-decoration: none;
}

.ATR-list ul {
    list-style-type: square;
    margin: 0;
    padding-left: 0;  
    list-style-position: inside; 
}

.ATR-list  li a {
    background: #fff;
    text-transform: uppercase;
    font-weight: 600;
    color: #002147;
    font-size: 16px;
    display: inline;
    width: auto;
}

.MoM-section {
    text-decoration: none;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.MoM-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
}

.MoM-section ul {
    list-style-type: square;
    margin: 0;
    margin-top: 30px;
}

.MoM-section li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.MoM-list ul {
    list-style-type: square;
    margin: 0;
    padding-left: 0;  
    list-style-position: inside; 
}

.MoM-list  li a {
    background: #fff;
    color: #002147;
    font-size: 16px;
    font-weight: bold;
    display: inline;
    width: auto;
}

.srgc-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
}

.srgc-section ul {
    list-style-type: square;
    padding-top: 10px;
    margin: 0;
    padding-left: 20px;
    margin-top: 30px;
}

.srgc-section li {
    margin-bottom: 15px;
}

.srgc-section li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.srgc-section {
    text-decoration: none;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.srgc-list ul {
    list-style-type: square;
    margin: 0;
    padding-left: 0;  
    list-style-position: inside; 
}

.srgc-list  li a {
    background: #fff;
    color: #002147;
    font-size: 18px;
    font-weight: bold;
    display: inline;
    width: auto;
}

/*Bridge Course*/
.bridge-section ul {
    list-style-type: square;
    margin: 0;
}

.bridge-section li a {
    text-decoration: none;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.bridge-list ul {
    list-style-type: square;
    margin: 0;
    padding-left: 0;  
    list-style-position: inside; 
}

.bridge-list  li a {
    background: #fff;
    color: #002147;
    font-size: 16px;
    font-weight: bold;
    display: inline;
    width: auto;
}

/* Default → left */
.event:nth-of-type(odd) .event-carousel {
    float: left;
    margin-right: 15px;
}

/* Even → right */
.event:nth-of-type(even) .event-carousel {
    float: right;
    margin-left: 15px;
}

.event::after {
    content: "";
    display: block;
    clear: both;
}


/* Default → left */
.accolade:nth-of-type(odd) .accolade-carousel {
    float: left;
    margin-right: 15px;
}

/* Even → right */
.accolade:nth-of-type(even) .accolade-carousel {
    float: right;
    margin-left: 15px;
}

.accolade::after {
    content: "";
    display: block;
    clear: both;
}

/* Float stays */
.accolade-carousel {
    width: 35%;
}

/* Images behave normally */
.accolade-carousel .accolade-img {
    width: 100%;
    display: none;             
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

/* Active image */
.accolade-carousel .carousel-img.active {
    display: block;
    opacity: 1;
}

/* Default → left */
.program:nth-of-type(odd) .program-carousel {
    float: left;
    margin-right: 15px;
}

/* Even → right */
.program:nth-of-type(even) .program-carousel {
    float: right;
    margin-left: 15px;
}

.program::after {
    content: "";
    display: block;
    clear: both;
}

.carousel .abc-img {
    float: left;          
    width: 25%;
    margin-bottom: 15px;
    margin-right: 15px;
}

.carousel .book-img {
    float: left;          
    width: 25%;
    margin-bottom: 15px;
    margin-right: 15px;
}

.carousel .sup-img {
    float: left;          
    width: 25%;
    margin-bottom: 15px;
    margin-right: 15px;
}

.carousel {
    position: relative;
}

.carousel-images {
    position: relative;
}

.carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

/* visible image */
.carousel-img.active {
    opacity: 1;
    position: relative; /* keeps layout height natural */
}

/* Float stays */
.event-carousel {
    width: 35%;
}

/* Images behave normally */
.event-carousel .event-img {
    width: 100%;
    display: none;             
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

/* Active image */
.event-carousel .carousel-img.active {
    display: block;
    opacity: 1;
}

/* Float stays */
.program-carousel {
    width: 35%;
}

/* Images behave normally */
.program-carousel .program-img {
    width: 100%;
    display: none;             
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

/* Active image */
.program-carousel .carousel-img.active {
    display: block;
    opacity: 1;
}

.time-table {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color:#002147;
}
    
.list-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color:#002147;
}

.sup-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
}

.sup-section ul {
    list-style-type: square;
    padding-top: 10px;
    margin: 0;
    padding-left: 20px;
}

.sup-section li {
    margin-bottom: 10px;
}

.sup-section li a {
    text-decoration: none;
    font-weight: 600;
}

.pol-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
}

.pol-section ul {
    list-style-type: square;
    padding-top: 10px;
    margin: 0;
    padding-left: 20px;
}

.pol-section li {
    margin-bottom: 10px;
}

.pol-section li a {
    text-decoration: none;
    font-weight: 600;
}

.policy li {
  list-style-type: square;
}
.pros-click {
  color: #002147;
  text-decoration: none;
  width: 100%;
  display: block;
  padding-bottom: 7px;
  font-size: 16px !important;
  font-weight: bold;
}
.policy li a {
  color: #002147;
  font-size: 16px;
  font-weight: bold;
  text-decoration: navajowhite;
  margin-top: 10px;
  margin-left: 10px;
}
.top-header-area {
    background-color: #002147;
    padding-top: 6px;
    padding-bottom: 6px;
    color:#fff;
    font-size:14px;
}

.top-header-area {
    color:#fff;
}

.top-header-area{
    position: relative;
    z-index: 1100;
}

.custom-fixed-nav{
    position: fixed;
    top: 54px; /* adjust to your top header height */
    left: 0;
    width: 100%;
    z-index: 1050;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

.custom-fixed-nav.scrolled{
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* push page content down so navbar doesn't overlap */


/* NAVBAR */
header{
    overflow: visible;
}

.mr-4 {
    margin-right:40px;
}

.navbar{
    background:#fff;
    box-shadow:0 2px 12px rgba(0,0,0,.06);
    z-index:1050;
    width:100%;
    overflow: visible;
}

.navbar.scrolled{
    box-shadow:0 6px 18px rgba(0,0,0,0.12);
}

.navbar .container-fluid,
.navbar .collapse,
.navbar-nav{
    overflow: visible;
}

.mega-menu{
    z-index:1060;
}

.navbar-brand{
    font-size:2rem;
    font-weight:500;
    color:#111;
}

.navbar .nav-link {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  padding: 1rem .5rem !important;
  position: relative;
  transition: .25s ease;
  cursor: pointer;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus{
    color:var(--menu-green);
}

.navbar .dropdown-toggle::after{
    margin-left:.35rem;
    transition:transform .25s ease;
}

.navbar .menu-open > .nav-link.dropdown-toggle::after,
.navbar .dropdown:hover > .nav-link.dropdown-toggle::after{
    transform:rotate(180deg);
}

/* IMPORTANT */
.mega-dropdown{
    position: static !important;
}

.navbar .container{
    position: relative;
    overflow: visible;
}

.mega-menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    right: auto;
    border: none !important;
    border-radius: 0 0 var(--menu-radius) var(--menu-radius);
    background: transparent !important;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
    padding: 0;
    margin-top: 0;
    z-index: 1060;
}

.mega-dropdown.menu-open > .mega-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.mega-menu-inner{
    background:var(--menu-bg);
    border-radius:0 0 var(--menu-radius) var(--menu-radius);
    box-shadow:var(--menu-shadow);
    padding:26px 26px 20px;
    max-height:70vh;
    overflow:auto;
}

.mega-title{
    font-size:14px;
    color:var(--menu-green);
    font-weight:700;
    margin-bottom:.9rem;
    border-bottom:1px solid #ebedf0;
    padding-bottom:.55rem;
}

.mega-links{
    list-style:none;
    padding:0;
    margin:0;
}

.mega-links li{
    margin-bottom:.34rem;
}

.mega-links a{
    color:var(--menu-text);
    text-decoration:none;
    display:block;
    padding:.26rem 0;
    font-size:14px;
    line-height:1.35rem;
    transition:all .2s ease;
}

.mega-links a:hover{
    color:var(--menu-green);
    transform:translateX(4px);
}

.mega-note{
    color:var(--menu-muted);
    font-size:.92rem;
    line-height:1.45;
}

.mega-badge{
    display:inline-block;
    font-size:.72rem;
    font-weight:700;
    color:#fff;
    background:var(--menu-green);
    border-radius:999px;
    padding:.2rem .55rem;
    margin-left:.35rem;
    vertical-align:middle;
}

.menu-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.18);
    opacity:0;
    visibility:hidden;
    transition:.25s ease;
    z-index:1040;
}

.menu-overlay.active{
    opacity:1;
    visibility:visible;
}

.submenu-card{
    background:#fafbfc;
    border:1px solid #edf0f2;
    border-radius:14px;
    padding:14px 14px 10px;
    height:100%;
}

.submenu-card .mega-title{
    margin-bottom:.7rem;
}

/* DESKTOP */
@media (min-width: 992px){
    .navbar .container-fluid{
        position:relative;
    }

    .navbar .collapse{
        position:static;
    }

    .navbar-nav{
        position:static;
    }
}

/* MOBILE */
@media (max-width: 991.98px){
    .mega-menu{
        position:static;
        opacity:1 !important;
        visibility:visible !important;
        transform:none !important;
        pointer-events:auto !important;
        padding:0;
        display:none !important;
        width:100%;
        box-shadow:none;
        background:#fff !important;
    }

    .mega-dropdown.menu-open > .mega-menu{
        display:block !important;
    }

    .mega-menu-inner{
        box-shadow:none;
        border-radius:0;
        padding:12px 10px 14px;
        max-height:none;
    }

    .menu-overlay{
        display:none;
    }

    .navbar .nav-link{
        padding:.8rem .35rem !important;
    }
}

/* Marquee Bar */
.marquee-bar{
    background:#002147;
    padding:8px 0;
    text-align:center;
}

.marquee-text{
    color:#fff;
    font-size:15px;
    font-weight:500;
}

/* HERO SECTION */
.hero {
    position: relative;
    width: 100%;
    height: 74vh;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 572px;
    z-index:1;
    overflow:hidden;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}
        
.hero-breadcrumb {
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 2;
}
    
.breadcrumb-item + .breadcrumb-item::before {
    color: #8c98cc;
}

/*.hero-breadcrumb .breadcrumb-item.active,*/
/*.hero-breadcrumb .breadcrumb-item.active a {*/
/*    color: #8c98cc !important;*/
/*}*/

/* GLASS BUTTON */
.glass-btn{
    padding:12px 30px;
    border:1px solid white;
    color:white;
    background:rgba(255, 255, 255, 0.1);
    backdrop-filter:blur(5px);
    text-decoration:none;
    border-radius:30px;
    margin-top:20px;
    display:inline-block;
}

/* SCROLL INDICATOR */
.scroll-down{
    position:absolute;
    bottom:30px;
    left:50%;
    transform:translateX(-50%);
    color:white;
    z-index:3;
    font-size:14px;
}

/* slider images */
.slider-img {
  /*max-height: 600px;*/
  /*object-fit: cover;*/
  /*border-radius: 10px;*/
  /*padding: 50px;*/
  /*width: 100%;*/
  border-radius: 10px;
  padding: 100px 0px 50px 250px;
  width: 80%;
}
.btn-primary {
  color: #fff;
  background-color: #002147!important;
  border-color: #002147!important;
}
.btn-primary:hover {
  color: #fff;
  background-color: #002147!important;
  border-color: #002147!important;
}
.navbar .container{
    padding-top:0;
    padding-bottom:0;
}
.card-header.bg-primary.text-white.fw-semibold{color: #fff;
  background-color: #002147!important;
  border-color: #002147!important;}
  
  .btn-outline-primary {
  color: #002147!important;
  border-color: #002147!important;
 
}
 .btn-outline-primary:hover {
  color: #fff!important;
  border-color: #002147!important;
   background-color: #002147!important;
 
}
.info-section {
    background: #f8f9fa;
}

.info-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    font-family:"Montserrat", Sans-serif;
    /*font-size: 14px;*/
}

.section-title {
    font-weight: 700;
    color: #002147;
    font-family: "Montserrat", Sans-serif;
    font-size: 22px;
}

/* COUNTER */
.counter-card h1 {
    font-size: 28px;
    font-weight: bold;
    color: #002147;
}

.counter-card p {
    font-size: 14px;
    margin-top: 5px;
}

/* ACADEMIC */
.today {
    text-align: center;
}

.today .date {
    background: rgb(237, 29, 36);
    color: #fff;
    padding: 6px;
    font-weight: bold;
}

.today .year {
    font-size: 10px;
    padding: 4px 0;
}

.newacade p {
    font-size: 14px;
    margin: 0;
}

.about-section {
    background: #eef3f8;
}

/* IMAGE COLLAGE */
.about-images {
    position: relative;
    width: 100%;
    height: 350px;
}

.about-images img {
    border-radius: 20px;
    width: 90%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* IMAGE POSITIONS */
.img1 {
    top: 0;
    left: 0;
    z-index: 2;
}

.img2 {
    top: 20px;
    right: 0;
    width: 50%;
}

.img3 {
    bottom: 0;
    left: 20%;
    width: 55%;
}

/* CONTENT */
.sub-title {
    color: #002147;
    font-weight: 600;
}

.main-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color:#002147;
}

.mag-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    color:#002147;
}

.event-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 15px;
    color:#002147;
}

.program-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 15px;
    color:#002147;
}

/* LINKS */
.about-links span {
    display: inline-block;
    margin-right: 20px;
    font-weight: 500;
    cursor: pointer;
}

.slider {
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
}

.placements-box {
    padding: 20px;
}

.infra-section ul {
  list-style-type: square;
  margin: 0;
  padding: 10px 10px 0px;
}
.tab-content.mt-3 li {
  font-size: 18px;
  font-weight: 500;
}

.infra-section li a {
  text-decoration: none;
  color: rgb(0, 33, 71),var(--bs-link-opacity,1));
  background: none;
  display: block;
  margin-bottom: 0px !important;
  padding: 5px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.nav.nav-tabs {
  list-style-type: none;
}
.nav-link.active {
  background: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important;
}
.info-box.w-100 h3 {
  font-size: 18px;
  margin-bottom: 16px !important;
  font-weight: bold;
}

/* TEXT FIX */
.placement-text {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    color: #444;
    font-family:"Montserrat", Sans-serif;
}

/* LIST FIX */
.placement-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 40px;
    padding-left: 0;
}

.placement-list li {
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.placement-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: green;
}

.courses-area {
    background: #ffffff;
}

.section-title h2 {
    font-weight: 700;
    color: #002147;
}

.single-courses-card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-courses-card img {
    max-height: 102px;
    width: auto;
    object-fit: contain;
}

/* CARD LAYOUT */
.achievement-card {
    display: flex;
    flex-direction: column; /* 🔥 this is the main change */
    gap: 10px;
}

.achievement-img {
    width: 100%;
}

.achievement-img img {
    width: 100%;
    height: 180px; /* increase height for better look */
    object-fit: cover;
    border-radius: 8px;
}

.achievement-content {
    width: 100%;
}

.achievement-content h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.achievement-content h4 {
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
}

.achievement-content p {
    font-size: 13px;
    margin: 0;
}


.info-section .row > div{
    display: flex;
}

.info-box{
    height: 100%;
}

/* Right box content spacing */
.info-box .owl-carousel{
    flex-grow: 1;
}

/* Make achievement card stretch nicely */

@media (max-width: 767px){
    .info-section .row > div{
        display: block;
    }

    .info-box{
        height: auto;
    }
    .img-fluid{width:100px!important;}
    .hero {
  height: 25vh;
}
.img1 {
  width: 100% !important;
}
.missionp {
  width: 100% !important;
}
.placement-stats p {
  text-align: center;
}
.col-md-3.mb-6.map iframe {
  width: 100%;
}
.mb-0.tagline {
  padding: 0px 49px;
  text-align: center;
}
.top-header-area {
  display: grid;
    padding-left: 14px;
}
.video-background {
  position: absolute;
  top: -68px!important;
  left: 0;
  width: 128%!important;
  height: 572px;
  z-index: 1;
  overflow: hidden;
}
.slider-img {
 
  padding: 45px 0px 50px 19px!important;
  width: 89%!important;
}
.contact_info {
  display:inline-grid!important;
}
.exr {
 
  margin-left: 175px!important;
    top: -71px!important;
}
.atkt {
  
  margin-left: 24px!important;
  top: 16px !important;
}
.marquee-container {
  overflow:visible!important;
  padding-top: 31px!important;
}
.top-header-area {
  
  padding-top: 16px!important;
  padding-bottom: 0px!important;
  
}
.admission2223{
right: 0%!important;
  top: 0px!important;
  position: absolute!important;
  padding: 10px!important;
}
.img-fluid.vismis-img{width:100%!important;}
.milestone-img {
  width: 100% !important;
}
        .tablewrp {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


.tablewrp table {
  width: 100%;
  overflow: scroll !important;
}

}

/* BACKGROUND IMAGE + PARALLAX */
.recruiter-bg {
    position: relative;
    background: url('../nmfcontent/aboutus/1656781238.jpeg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0;
    z-index: 1;
}
.copy-right.develop {
  text-align: right;
}
/* BLUE OVERLAY */
.recruiter-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 25, 80, 0.75);
    z-index: -1;
}

/* MAKE TEXT WHITE */
.recruiter-bg .section-title h2,
.recruiter-bg .section-title p {
    color: #fff;
}

/* LOGO CARDS */
.recruiter-bg .single-courses-card {
    border-radius: 10px;
}

.infra-left-img {
    position: relative;
    display: inline-block;
}

.infra-left-img::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: #0b2c5f;
    border-radius: 50%;
    top: -20px;
    left: -20px;
    z-index: -1;
}

.infra-left-img::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: #f4b400;
    border-radius: 50%;
    bottom: -30px;
    right: -20px;
    z-index: -1;
}

.infra-card {
    width: 100%;
}

.infra-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 15px;
}

.infra-left-img img {
    border-radius: 175px;
    width: 400px;
}

footer h2 {
    font-size:22px;
    font-weight:700;
}


.site-footer{
    position: relative;
    background-size: cover;
    padding: 60px 0 20px;
    color: #fff;
    z-index: 1;
    background-color: #002147;
}

/* OVERLAY */
.site-footer::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 35, 90, 0.6);
    z-index: -1;
}

/* TEXT */
.site-footer h5,
.site-footer p,
.site-footer a{
    color: #fff;
    text-decoration: none;
    font-size:14px;
}

.site-footer p{
  font-size: 14px;
  text-align: justify;
  padding-right: 50px;
}

.site-footer ul{
    font-size: 16px;
    font-weight: 600;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-links a{
    color: #ddd;
}

.footer-links a:hover{
    color: #f4b400;
}

.site-footer hr{
    border-color: rgba(255,255,255,0.3);
}

.vision-mission-section {
    padding: 60px 0;
}

.vm-box {
    background: #f9f9ff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.vm-title {
    color: #002147;
    font-weight: bold;
    margin-bottom: 20px;
    font-size:22px;
}

.vm-list {
    padding-left: 20px;
}

.vm-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.vm-text {
    font-size: 16px;
    line-height: 1.7;
}

.vm-img {
    max-height: 250px;
}

.organogram-section {
    padding: 40px 20px; /* top-bottom & left-right spacing */
}

.organogram-img {
    width: 100%;
    border-radius: 10px; /* optional nice look */
}

.page-banner {
    background: #002147; /* your theme blue */
    padding: 40px 0;
    color: #fff;
}

.page-title {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
}
/*breadcrumb css */
.breadcrumb-nav {
    margin-top: 8px;
    font-size: 14px;
}

.breadcrumb-nav a {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.breadcrumb-nav a:hover {
    opacity: 1;
    text-decoration: underline;
}

.breadcrumb-nav span {
    font-weight: 600;
}

/*iqac*/
.iqac-section {
    padding: 60px 0;
}

.iqac-title {
    color: #002147;
    font-weight: 700;
    font-size: 22px;
}

.iqac-subtitle {
    font-size: 14px;
    color: #333;/*activity*/}
.activity-box{
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.slider {
    position: relative;
    /*padding:50px;*/
     background: #f9f9f9;
}
.slide {
    /*display: none;*/
    width: 100%;
    border-radius: 10px;
}
.slide.active {
    display: block;
}

.iqac-table th {
    background: #002147;
    color: #fff;
    text-align: center;
}

.iqac-table td {
    text-align: center;
    font-size: 14px;
}
#milestones {
  text-align: center!important;
}
.iqac-table tr:hover {
    background: #f5f7ff;
}


 /*tree1*/

  .tree ul {
    padding-top: 20px;
    position: relative;
    display: inline-block;
  }

  .tree li {
    list-style-type: none;
    text-align: center;
    position: relative;
    padding: 20px 5px 0 5px;
    display: inline-block;
  }

  /* Lines */
  .tree li::before, .tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 2px solid #000;
    width: 50%;
    height: 20px;
  }

  .tree li::after {
    right: auto;
    left: 53%;
    border-left: 2px solid #000;
  }

  .tree li:only-child::before,
  .tree li:only-child::after {
    display: none;
  }

  .tree li:only-child {
    padding-top: 0;
  }
.tree {
  text-align: center;
}
  .tree li:first-child::before,
  .tree li:last-child::after {
    border: 0 none;
  }

  .tree li:last-child::before {
    border-right: 2px solid #000;
    border-radius: 0 5px 0 0;
  }

  .tree li:first-child::after {
    border-radius: 5px 0 0 0;
  }

  /* Vertical line */
  .tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid #000;
    width: 0;
    height: 20px;
  }

  /* Boxes */
  .box {
    /*display: inline-block;*/
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: bold;
  }

  .top {
    background-color: #f4b400;
  }

  .child {
    background-color: #6aa84f;
  }
  
/*tree2*/

 .diagram {
  width: 900px;
  margin: 100px auto;
  text-align: center;
  position: relative;
}

/* Top Box */
.top-box {
  background-color: #f4b400;
  color: black;
  padding: 15px 30px;
  display: inline-block;
  font-weight: bold;
}

/* Vertical line */
.line {
  width: 2px;
  height: 40px;
  background-color: green;
  margin: 0 auto;
}

/* Bottom row */
.bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  top: 20px;
}

/* Horizontal connector line */
.bottom-row::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 5%;
  width: 90%;
  height: 2px;
  background-color: green;
}

/* Boxes */
.boxnew {
  background-color: #6aa84f;
  color: black;
  padding: 15px;
  width: 180px;
  text-align: center;
  position: relative;
}

/* Vertical connectors for each box */
.boxnew::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 2px;
  height: 20px;
  background-color: green;
  transform: translateX(-50%);
}

/* Smaller text box */
.small-text {
  font-size: 12px;
}
/*table tree*/
.container.firstnew{
    width:700px;
    margin:80px auto;
    text-align:center;
    position:relative;
}

/* Boxes */

.boxfirst{
    padding:15px;
    color:#000;
    font-weight:500;
    border-radius:4px;
}

.topfirst{
    background:#f4b400;
    width:220px;
    margin:0 auto;
}

.green{
    background:#6aa84f;
    width:180px;
}

.blue{
    background:#6fa8dc;
    width:200px;
}

.small{
    font-size:12px;
}

/* Layout */

.middle{
    display:flex;
    justify-content:center;
    gap:80px;
    margin-top:40px;
}

.bottom{
    display:flex;
    justify-content:center;
    gap:80px;
    margin-top:60px;
}

/* Lines */

.line.vertical{
    width:2px;
    height:40px;
    background:#999;
    margin:0 auto;
}

.line.horizontal{
    height:2px;
    width:350px;
    background:#999;
    margin:30px auto;
}
.imgvm {
  width: 100%!important;
}
.admission2223 {
  position: fixed;
  right: 0;
  top: 250px;
  background: #FC0;
  padding: 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 1000;
  color: #222;
  font-weight: bold;
}
.atkt {
  position: relative;
  right: 0;
  top: 8px;
  background: #FC0;
  padding: 10px;
  border-radius: 10px;
  z-index: 1000;
  color: #222;
  font-weight: bold;
  margin-right: 40px;
}
.exr {
  position: relative;
  right: 0;
  top: 8px;
  background: #FC0;
  padding: 10px;
  border-radius: 10px;
  z-index: 1000;
  color: #222;
  font-weight: bold;
 margin-left:40px;
}
.alumni-area.pt-100.pb-70.adpage {
  padding: 100px 0px;
}
.pot li {
  line-height: 33px;
  margin-left: 15px;
}
.course strong {
  font-size: 19px;
}
.activity-desc h2 {
  font-size: 26px;
  font-weight: 700;
  color: #0d6efd;
}
.tablewrp table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.tablewrp table th,
.tablewrp table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.tablewrp table th {
    background-color: #f5f5f5;
    font-weight: 600;
}

.tablewrp table tr:nth-child(even) {
    background-color: #fafafa;
}

.tablewrp table tr:hover {
    background-color: #f1f1f1;
}
.tablewrp table {
    width: 100%;
    border-collapse: collapse;
}

.tablewrp th,
.tablewrp td {
    border: 1px solid #dee2e6;
    padding: 10px;
    text-align: left;
}

.tablewrp th {
    background-color: #f1f1f1;
    font-weight: bold;
}

.tablewrp tr:nth-child(even) {
    background-color: #f9f9f9;
}
   #myTab {
  list-style-type: none;
  
  display: inline-flex;
}
   #myTab li {
  margin-right:15px;
}