body {
  font-family: "Roboto", serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1.8 !important;
}

:root {
  --nkt-txt-primary: #D32F2E;
  --nkt-txt-secondary: #3b5998;
  --nkt-bg-primary: #3b5998;
  --nkt-bg-secondary: #E7E8E9;
  --nkt-bg-tertiry: #f8f9fa;
}

/*---------basics------------*/


.features-grid {
  padding: 20px 30px;
  background-color: #AD2012;
  color: #fff;
  text-align: center;
}

.features-grid a {
  color: #fff;
  font-size: 12px;
}

.features-grid .col-md-2 {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.features-grid .feature-title {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0px;
}

.features-grid .fas,
.features-grid .fa-solid {
  font-size: 60px;
  margin-bottom: 20px;
}

.nkt-pdf-icon {
  background-color: var(--nkt-txt-primary);
  color: #fff !important;
}

.form-control:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 .25rem rgba(183, 32, 46, 0.25) !important;
}

[class*=" pe-7s-"], [class^=pe-7s-] {
  line-height: unset !important;
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp-solid, .fa-solid, .fab, .far, .fas {
  line-height: unset !important;
}

/* end */

/* student registration form */


.nkt-txt-primary {
  color: var(--nkt-txt-primary) !important;
}

.nkt-txt-secondary {
  color: var(--nkt-txt-secondary) !important;
}

.nkt-bg-primary {
  background-color: var(--nkt-bg-primary) !important;
}

.nkt-bg-secondary {
  background-color: var(--nkt-bg-secondary) !important;
}

.nkt-bg-tertiry {
  background-color: var(--nkt-bg-tertiry) !important;
}

.btn-primary {
  background-color: var(--nkt-bg-primary) !important;
}

.main-container {
  max-width: 90%;
  padding: 40px 0 0 0;
  margin: auto;
}

.spacing-top .row.g-2.border-0 {
  display: block;
}

.spacing-top .row.g-2.border-0 .border.py-2 {
  display: flex;
  align-items: center;
}

.spacing-top .row.g-2.border-0 .col-lg-4.col-md-4.col-sm-6 {
  width: 100%;
}

.spacing-top .row.g-2.border-0 .text-decoration-none .nkt-pdf-text {
  margin-left: 10px;
}

.spacing-top {
  max-width: 90%;
  padding: 40px 0 0 0;
  margin: auto;
  text-align: justify;
}

.spacing-bottom {
  margin-bottom: 40px;
}

.main-container h1 {
  font-size: 25px;
  font-weight: 600;
}

.fa {
  color: #700524;
}

.my-custom-row {
  --bs-gutter-x: 3rem !important;
}

.prog-container {
  /*    background-color: #E7E8E9;*/
  padding: 20px 25px;
}

/* .about-container {
  padding-top: 20px;
} */

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

.nktlist .list-group-item-action:hover {
  background-color: transparent !important;
}

.nktlist .list-group-item {
  padding-left: 0 !important;
  border: 0px solid !important;
}

.college-magazine .card {
  min-height: 145px;
}

.code-of-conduct ol {
  padding-left: 1.2rem;
  font-weight: 500;
}

.code-of-conduct ol li {
  margin-bottom: 10px;
  line-height: 25px;
}

.nkt-pdf-con a {
  text-decoration: none;
}

.nkt-pdf-text {
  color: #000;
}

.nkt-pdf-icon {
  color: var(--nkt-txt-primary);
}

.nkt-table-responsive tr td {
  font-size: 12px;
}

/* ----------------------sidenav---------------------- */

.nkt-sidenav .bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}

.nkt-sidenav .dropdown-toggle {
  outline: 0;
}

.nkt-sidenav .nav-flush .nav-link {
  border-radius: 0;
}

.nkt-sidenav .btn-toggle {
  display: inline-flex;
  align-items: center;
  min-width: 100%;
  border: 1px solid !important;
  padding: .20rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}

.nkt-sidenav .btn-toggle:hover,
.nkt-sidenav .btn-toggle:focus {
  color: #fff;
  background-color: var(--nkt-txt-primary);
  transition: background-color .5s ease;
}

/* .nkt-sidenav .btn-toggle:hover,
.nkt-sidenav .btn-toggle:focus {
  color: #fff;
  background-color: var(--nkt-txt-secondary);
  transition: background-color .5s ease;
} */

.nkt-sidenav .btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.nkt-sidenav .btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}

.nkt-sidenav .btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.nkt-sidenav .btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}

.nkt-sidenav .btn-toggle-nav a:hover,
.nkt-sidenav .btn-toggle-nav a:focus {
  background-color: var(--nkt-txt-secondary);
  color: #fff;
}

.nkt-sidenav .scrollarea {
  overflow-y: auto;
}

.nkt-sidenav .fw-semibold {
  font-weight: 600;
}

.nkt-sidenav .lh-tight {
  line-height: 1.25;
}

.nkt-sidenav .bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .nkt-sidenav .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* ----------------------------contact-page------------ */
.contact-page {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-page .information p {
  margin: 0;
}

.contact-page input::placeholder,
.contact-page textarea::placeholder {
  color: #fff;
}

.contact-page .form {
  width: 100%;
  max-width: 950px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-page .social-media p {
  padding: 20px 10px;
}

.contact-page .social-media .social-icons {
  display: inline-flex;
  justify-content: space-around;
}

.contact-page .contact-form {
  background-color: var(--nkt-bg-primary);
  position: relative;
}

.contact-page .circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, var(--nkt-bg-secondary));
  position: absolute;
}

.contact-page .btn:hover {
  background-color: #fff;
  color: var(--nkt-txt-primary);
}

.contact-page .circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.contact-page .circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-page .contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: var(--nkt-bg-primary);
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

.contact-page form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.contact-page .title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.contact-page .input-container {
  position: relative;
  margin: 1rem 0;
}

.contact-page .input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

.contact-page textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.contact-page .input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.contact-page .input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.contact-page .btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: var(--nkt-txt-primary);
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.contact-page .input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.contact-page .input-container span:before,
.contact-page .input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: var(--nkt-txt-secondary);
  top: 50%;
  transform: translateY(-50%);
}

.contact-page .input-container span:before {
  left: 50%;
}

.contact-page .input-container span:after {
  right: 50%;
}

.contact-page .input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.contact-page .input-container.focus span:before,
.contact-page .input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-page .contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-page .contact-info .title {
  color: var(--nkt-txt-secondary);
}

.contact-page .text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.contact-page .information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.contact-page .information i {
  color: var(--nkt-txt-secondary);
}

.contact-page .icon {
  width: 28px;
  margin-right: 0.7rem;
}

.contact-page .social-media {
  padding: 2rem 0 0 0;
}

.contact-page .social-media p {
  color: #333;
  font-size: 18px;
}

.contact-page .social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.contact-page .social-icons a {
  width: 40px;
  height: 30px;
  border-radius: 5px;
  /* background-color: var(--nkt-txt-secondary); */
  color: var(--nkt-txt-primary);
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.contact-page .social-icons a:hover {
  transform: scale(1.05);
}

.contact-page .contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid var(--nkt-txt-primary);
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.contact-page .big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, var(--nkt-txt-secondary), var(--nkt-bg-primary));
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.contact-page .big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.contact-page .square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .contact-page .form {
    grid-template-columns: 1fr;
  }

  .contact-page .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-page {
    padding: 0;
  }

  /* .contact-page .btn {
      width: 92%;
  } */
  /* .contact-page .information{
      margin: 0;
  } */

  .contact-page .information {
    max-width: 270px;
  }

  .contact-page .information p {
    margin: 0;
  }

  .contact-page .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .contact-page .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  /* .contact-page .input {
      width: 92%;
  }  */
  .contact-page .social-media p {
    padding: 20px 10px;
  }

  /* .contact-page .social-media {
      display: inline-flex;
  } */
  .contact-page .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .contact-page .text {
    margin: 1rem 0 1.5rem 0;
  }

  .contact-page .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .contact-page {
    padding: 0;
  }

  .contact-page .contact-info:before {
    display: none;
  }

  .contact-page .square,
  .contact-page .big-circle {
    display: none;
  }

  .contact-page form,
  .contact-page .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .contact-page .text,
  .contact-page .information,
  .contact-page .social-media p {
    font-size: 0.8rem;
  }

  .contact-page .title {
    font-size: 1.15rem;
  }

  .contact-page .social-icons a {
    width: 37px;
    height: 30px;
    line-height: 10px;
  }

  .contact-page .icon {
    width: 23px;
  }

  .contact-page .input {
    padding: 0.45rem 1.2rem;
  }

  .contact-page .btn {
    padding: 0.45rem 1.2rem;
  }
}

/* ----------syllabus-section---------------- */

.syllabus-section .nav-tabs .nav-item.show .nav-link,
.syllabus-section .nav-tabs .nav-link.active {
  color: #fff;
  background-color: var(--nkt-txt-primary);
  border-color: var(--nkt-txt-secondary);
}

.syllabus-section .nav-tabs .nav-link {
  color: #000;
}

.syllabus-section .nav-tabs {
  border-bottom: 1px solid var(--nkt-txt-primary);
}

.syllabus-section .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--nkt-txt-primary) !important;
}

/* ------------------breadcrums----------------------- */
.nkt-breadcrum .bc-icons-2 .breadcrumb-item+.breadcrumb-item::before {
  content: none !important;
}

.nkt-breadcrum .nkt-bg-secondary {
  background-color: #fff !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  ;
}

.spacing-top.nkt-breadcrum {
  padding-top: 0 !important;
}

.nkt-breadcrum .bc-icons-2 .breadcrumb-item+.breadcrumb-item.active::before {
  content: none !important;
}

.nkt-breadcrum .bc-icons-2 .breadcrumb-item.active {
  color: #a0a4a6;
}

.nkt-breadcrum a {
  color: #000;
  text-decoration: none;
}

/* --------------------nep-nav-blink-------------- */
/* Blinking animation */
@keyframes blink {

  0%,
  100% {
    opacity: 1;
    background-color: var(--nkt-txt-secondary);
    color: #fff;
  }

  50% {
    opacity: 0;
  }
}

/* Apply the animation to nav-link */
.nav-link.blink {
  animation: blink 2s infinite;
}

/*---------------carousel----------------*/

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}


.carousel-control-next,
.carousel-control-prev {
  width: 3% !important;
}

/*--------------Slider-Below-News--------------------*/

.nkt-news-section {
  color: #FFFFFF;
  padding: 20px;
  border-radius: 10px;
  /*      width: 90%;*/
  max-width: 800px;
  /*      margin: 20px auto;*/
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.nkt-news-section a {
  color: #fff;
  text-decoration: none;
}

.nkt-news-section a:hover {
  color: #fff;
  text-decoration: none;
}

.nkt-news-section h2 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 25px;
}

.nkt-news-container {
  height: 270px;
  /* Adjust height as needed */
  overflow: hidden;
  position: relative;
}

.nkt-news-container:hover .nkt-news-list {
  animation-play-state: paused;
}

.nkt-news-list {
  list-style: disc;
  padding-left: 20px;
  /*      padding: 0;*/
  margin: 0;
  position: relative;
  animation: scrollUp 10s linear infinite;
  /* Fixed timing: 20 seconds */
}

.nkt-news-list li {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.5;
}

/* Keyframes for smooth scrolling */
@keyframes scrollUp {
  0% {
    transform: translateY(50%);
  }

  100% {
    transform: translateY(-100%);
    /* Scroll through 2x the visible height */
  }
}

/* ----------------------Examination-news---------------------------- */

.nkt-news a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.nkt-news .close-now {
  background-color: #000;
  color: #fff;
}

.blinkable {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  70% {
    opacity: 0;
  }
}


/*    --------------------------Upcoming-Section-----------------------*/

.nkt-events-section {
  padding: 20px;
  border-radius: 10px;
  max-width: 800px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.nkt-events-section a {
  color: #000;
  text-decoration: none;
}

.nkt-events-section a:hover {
  color: #000;
  text-decoration: none;
}

.nkt-events-section h2 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 25px;
}

.nkt-events-container {
  height: 270px;
  /* Adjust height as needed */
  overflow: hidden;
  position: relative;
}

.nkt-events-container:hover .nkt-events-list {
  animation-play-state: paused;
}

.nkt-events-list {
  list-style: disc;
  margin: 0;
  position: relative;
  animation: scrollUpcoming 30s linear infinite;
  /* Fixed timing: 20 seconds */
}

.nkt-events-list li {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.5;
}

.nkt-events .nkt-event-single {
  margin-top: 20px;
}

/* Keyframes for smooth scrolling */
@keyframes scrollUpcoming {
  0% {
    transform: translateY(20%);
  }

  100% {
    transform: translateY(-100%);
    /* Scroll through 2x the visible height */
  }
}


.nkt-un-news-section {
  padding: 20px;
  border-radius: 10px;
  max-width: 800px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.nkt-un-news-section a {
  color: #000;
  text-decoration: none;
}

.nkt-un-news-section a:hover {
  color: #000;
  text-decoration: none;
}

.nkt-un-news-section h2 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 25px;
}

.nkt-un-news-container {
  height: 350px;
  overflow: hidden;
  position: relative;
}

.nkt-un-news-container:hover .nkt-un-news-list {
  animation-play-state: paused;
}

.nkt-un-news-list {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
  position: relative;
  animation: scrollUpcomingUn 20s linear infinite;
}

.nkt-un-news-list li {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.5;
}

.nkt-un-news .nkt-event-single {
  margin-top: 20px;
}

/* Keyframes for smooth scrolling */
@keyframes scrollUpcomingUn {
  0% {
    transform: translateY(20%);
  }

  100% {
    transform: translateY(-100%);
    /* Scroll through 2x the visible height */
  }
}


/*    -------------------------------top-header----------------------*/
.nkt-logo-txt {
  line-height: 25px;
}

.nkt-logo-txt p {
  margin-bottom: 0 !important;
  font-size: 15px;
}

.nkt-logo-txt p small {
  font-size: 12px;
  font-weight: 600;
}

.top-nav-container .header-logo {
  max-height: 140px;
}

.first-menu-mobile a {
  color: #fff;
  background-color: var(--nkt-txt-primary);
  text-decoration: none;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 700;
}

.top-nav-container .header-links {
  display: flex;
  justify-content: flex-end;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.top-nav-container .header-links a {
  color: black;
  text-decoration: none;
  padding: 0 5px;
}

.top-nav-container .header-links a:hover {
  text-decoration: underline;
}

.top-nav-container {
  max-width: 95%;
  margin: auto;
}

.nkt-header-notification {
  background-color: var(--nkt-txt-secondary);
}

.nkt-header-notification .nav-link {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.nkt-header-notification .auth-bg {
  background-color: var(--nkt-txt-primary);
}

.nkt-header-notification .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.dropdown-toggle {
  color: #fff !important;
}

.nkt-header-notification .width-container {
  max-width: 95%;
  margin: auto;
}

.nkt-header-notification .nav-link:hover {
  color: #fff;
}

.nkt-header-notification .blink-bg {
  background-color: #D32F2E;
  color: white;
  animation: bgBlink 1s infinite alternate;
}

@keyframes bgBlink {

  0%,
  100% {
    background-color: #D32F2E;
  }

  50% {
    background-color: transparent;
  }
}

.nkt-header-notification .blinking,
.first-menu-mobile .blinking {
  color: yellow;
  animation: blink 1s infinite;
  /* Runs forever */
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  /* Visible */
  50% {
    opacity: 0;
  }

  /* Hidden */
}


/*    ----------------------President-Section----------------*/

/* .pre-container .img-container {
  text-align: center;
} */

/* .pre-container img {
  max-width: 90%;
  margin: auto;
} */

.nkt-home-att {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.pre-container h2 {
  color: var(--nkt-txt-secondary);
}

.pre-container h4 {
  font-weight: 600;
}

.pre-container .txt-container {
  margin-top: 20px;
}

.pre-container .img-thumbnail {
  border: 1px solid #cca952;
}

/*------------------------Programmes--------------------*/

.prog-container .accordion-button:not(.collapsed) {
  background-color: #700524 !important;
  color: #fff;
}

.prog-container .accordion-button.collapsed {
  background-color: #f8f9fa;
}

/* .prog-container .accordion-button {
  background-color: #6c757d;
  color: #fff;
} */

.prog-container .accordion-button:focus {
  box-shadow: none !important;
  outline: none;
}

/*------------Home cards----------*/
.row1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

/* Card styles */

.hover-card a {
  text-decoration: none;
  /* Remove underline */
  color: inherit;
  /* Inherit color from parent */
}

.hover-card a:hover {
  color: inherit;
  /* Prevent color change on hover */
  text-decoration: none;
  /* Keep no underline on hover */
}

.icon {
  width: 80px;
}

.icon-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

/* Circular icon styles */
.icon-circled {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  display: inline-block;
  background-color: #f5f5f5;
  color: #fff;
  margin-bottom: 15px;
  transition: background-color 0.3s ease;
}

.icon-circled:hover {
  background-color: #444;
  /* Darken hover effect */
}

/* Title styles */
.icon-box-title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.icon-box-title:hover {
  color: #555;
  /* Subtle hover color */
}

/* Modal button styles (optional) */
.modal-header button.close {
  outline: none;
  background: transparent;
  border: none;
  font-size: 20px;
  color: #333;
  transition: color 0.2s;
}

.modal-header button.close:hover {
  color: #999;
}

.nkt-modal-dialog {
  width: 700px !important;
  max-width: 700px !important;
}

/* .nkt-modal-dialog .modal-header .btn-close {
  margin-top: -90px !important;
} */

/* Colors for specific icons */
[data-bg-color="#FC9928"] {
  background-color: #FC9928 !important;
}

[data-bg-color="#43B14B"] {
  background-color: #43B14B !important;
}

[data-bg-color="#00C3CB"] {
  background-color: #00C3CB !important;
}

[data-bg-color="#EF5861"] {
  background-color: #EF5861 !important;
}

/*------------------------------Notify------------------------*/
.notify-container h2 {
  font-size: 28px;
}

.notify-container .carousel {
  background-color: #E7E8E9;
}

@media screen and (min-width: 992px) {
  .notify-container {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .notify-container .notify-txt {
    margin: 0 auto;
  }

  .notify-container .carousel {
    max-width: 100%;
    margin: 0 auto;
  }

  .notify-container .textual-content {
    padding: 30px;
  }
}

.nkt-footer-section {
  background-image: linear-gradient(to right top, #051937, #0d152b, #0f1020, #0c0b15, #050505);
  padding: 30px 20px 20px 20px;
  margin-top: 50px;
  color: #fff;
}

.nkt-footer-section .footer-last-col li {
  border: 1px solid;
  padding: 10px 0;
  text-align: center;
}

.nkt-footer-section .footer-last-col h5 {
  margin-bottom: 0;
}

.nkt-footer-section .footer-last-col li {
  margin-bottom: 20px;
}

.nkt-footer-section p,
.nkt-footer-section ul li {
  font-size: 14px;
}

.nkt-footer-section .nkt-ul-lh li {
  line-height: 2.5;
}

.nkt-footer-section h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.nkt-footer-section ul {
  list-style: none;
  padding: 0;
}

/*
  .nkt-footer-section ul li {
    margin-bottom: 10px;
  }*/

.nkt-footer-section ul li a {
  color: #fff;
  text-decoration: none;
}

.nkt-footer-section ul li a:hover {
  text-decoration: underline;
}

.social-icons {
  font-size: 30px;
}

.nkt-footer-section .nkt-copyright {
  text-align: center;
}

.nkt-footer-section .nkt-copyright p {
  color: #fff;
}

.nkt-social-icons a {
  margin-right: 15px;
  color: #000;
  text-decoration: none !important;
}

.nkt-footer-section .fa-facebook-f {
  color: #3a5999;
}

.nkt-footer-section .fa-twitter {
  color: #5BAAE5;
}

.nkt-footer-section .fa-instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nkt-footer-section .fa-youtube {
  color: #FE0000
}

.nkt-footer-section .fa-linkedin-in {
  color: #03649A;
}

.nkt-social-icons a:hover {
  color: #007bff;
}

.nkt-footer-bottom {
  font-size: 12px;
  text-align: center;
  color: #555;
}

/*    ---------------------Search--------------------------*/
.nkt-search {
  max-width: 90%;
  margin: auto;
}

.nkt-search .programme-section {
  background-color: #fff;
  /* Light background for left */
  padding: 3rem;
}

.nkt-search .stats-section {
  background-color: #6c757d;
  /* Grey background for right */
  color: white;
  padding: 2rem;
}

.nkt-search .btn {
  background-color: #58595B;
  color: #fff;
}

.nkt-search h2 {
  font-size: 24px;
}

.nkt-search .stats-section h1 {
  font-size: 3rem;
  margin: 0;
}

.nkt-search .stats-section p {
  margin: 0;
}

.nkt-search-back-att {
  background-size: cover;
  background-position: center;
  width: 100%;
  background-attachment: fixed;
}

.nkt-search-back-att .overlay {
  padding: 70px 0;
  background: rgba(33, 35, 49, 0.4);
  /* background: rgba(255, 255, 255, 0.7); */
}


/* .nkt-search-back-att::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
}

.nkt-search {
  position: relative; 
  z-index: 1;
  color: white;
} */


/*    ---------------------------Header--------------------------*/

.nkt_menu_wrapper .navbar {
  padding: 0.1rem 0 !important;
}

/* Open dropdown on hover */
/*    @media screen and(min-width: 768px){*/
/*.nkt_menu_wrapper .dropdown:hover .megamenu {
          display: block;
          left: 0;
      }
      .nkt_menu_wrapper .dropdown:hover .hover-show {
          display: block;
      }
      .nkt_menu_wrapper .dropend .dropdown:hover .hover-show-child {
          display: block;
      }*/
/*    }*/

/* Optional: Add smooth transition */
/*.nkt_menu_wrapper .dropdown-menu {
          margin-top: 0;
          transition: 0.2s ease-in-out;
      }*/
.nkt_menu_wrapper .dropdown-item {
  line-height: 20px;
  font-size: 14px;
}

.nkt-header-notification .nav-icons a {
  color: #000;
  background-color: #fff;
  padding: 2px;
}

.nkt-header-notification .nav-icons a .fab, .nkt-header-notification .nav-icons a .fa-solid {
  width: 20px;
}


.nkt_menu_wrapper .dropdown-item:focus,
.nkt_menu_wrapper .dropdown-item:hover,
.nkt_menu_wrapper .dropdown-item:active {
  color: #fff;
  transition: background-color 0.5s;
  background-color: #df4553;
}

.nkt_menu_wrapper .dropdown-item.active {
  color: #fff;
  transition: background-color 0.5s;
  background-color: #df4553 !important;
}

.nkt_menu_wrapper .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 14px;
}

.nkt_menu_wrapper button:focus,
navbar-toggler:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

@media screen and (min-width: 767px) {
  .nkt_menu_wrapper {
    background-color: #AD2012;
  }

  .nkt_menu_wrapper .navbar-nav .nav-link {
    color: #fff;
  }
}

.nkt_menu_wrapper .navbar-expand-lg .navbar-nav .dropdown-menu {
  border: 0px solid !important;
  border-radius: 0;
  margin-top: -0.1px;
}

.nkt_menu_wrapper .nkt-header-container {
  max-width: 97%;
  margin: auto;
}

.nkt_menu_wrapper .nkt-header-container .service-img {
  max-width: 95%;
  margin: auto;
}

.nkt_menu_wrapper .nkt-header-container span.seperator {
  padding: 0.5% 0;
}

.top-nav-container .header-logo {
  max-width: 280px;
}

.top-nav-container .header-logo-txt {
  max-width: 400px;
}

.nkt_menu_wrapper .navbar-nav .nav-item {
  margin: 0 1px;
}

.nkt_menu_wrapper .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  display: inline-block;
}

.nkt_menu_wrapper .navbar-nav .nav-link.show {
  background-color: var(--nkt-txt-primary);
  color: #fff !important;
  transition: background-color 1s;
}

/*.nkt_menu_wrapper .dropdown-menu .dropdown-item{
    margin-bottom: 10px;
  }*/
/*.nkt_menu_wrapper .dropdown-menu .dropdown-item:hover{
     transition: background-color 1s;
    }*/
/* .nkt_menu_wrapper .dropdown-item.active,
.dropdown-item:active {
  background-color: inherit !important;
  color: inherit !important;
} */

.nkt_menu_wrapper .dropdown-mega .dropdown-menu {
  width: 100%;
}

.nkt_menu_wrapper .dropdown-mega h5 {
  padding-bottom: 12px;
  /*      border-bottom: 1px solid rgba(0, 0, 0, 0.125);*/
  margin: 0;
}

.nkt_menu_wrapper .list-group-item {
  font-size: 16px;
  border: 0;
  /*      border-bottom: 1px solid rgba(0, 0, 0, 0.125);*/
  padding: 8px 0;
}

.nkt_menu_wrapper .btn {
  background-color: red;
  color: #fff;
}

/* ------------------------Modal-popup-home---------------------- */
.nkt-home-modal a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.nkt-home-modal .close-now {
  background-color: #000;
  color: #fff;
}

.nkt-modal-dialog .modal-logo {
  max-width: 120px;
}

.blinkable {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  70% {
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .nkt_menu_wrapper .navbar-nav .nav-item {
    margin: 5px 10px;
  }

  .nkt_menu_wrapper form {
    margin: 30px 0;
  }
}

/*    ---------------------Mobile-Topbar---------------------------*/

.nkt_scroll-container {
  padding: 0 20px;
  background-color: var(--nkt-bg-primary)
}

.nkt_scroll-container .fa {
  font-size: 14px !important;
}

.nkt_scroll-container a {
  color: #fff;
  font-size: 14px;
}

/* .nkt_scroll-container .scroll-text {
  display: inline-block;
  white-space: nowrap;
  padding: 2px 0;
  color: #fff;
  font-size: 1rem;
  animation: nktmobscroll-right-left 15s linear infinite;
}

.nkt_scroll-container .scroll-text span {
  margin-right: 20px;
} */

.nkt_scroll-container .scroll-text span a {
  color: #fff;
  text-decoration: none;
}

/* Keyframes for animation */
@keyframes nktmobscroll-right-left {
  0% {
    transform: translateX(50%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/*------------------------supporting-initiatives------------------*/
.nkt-initiatives {
  margin-top: 40px;
}

.nkt-initiatives .section-title {
  font-size: 2rem;
  font-weight: bold;
  color: var(--nkt-txt-primary);
  margin-bottom: 10px;
}

.nkt-initiatives .section-subtitle {
  color: gray;
  font-size: 1rem;
  margin-bottom: 20px;
}

.nkt-initiatives .initiative-link {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  min-height: 100%;
  min-width: 100%;
  padding: 10px;
  color: var(--nkt-txt-secondary);
  text-decoration: none;
  font-weight: bold;
}

.nkt-initiatives .initiative-link:hover {
  text-decoration: none;
}


/*    ------------------------fixed-buttons--------------------*/
/* Button Container */
.nkt-fixed-btn .fixed-buttons {
  position: fixed;
  right: 0;
  top: 65%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

/* Button Styles */
.nkt-fixed-btn .fixed-buttons a {
  min-height: 110px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 5px;
  writing-mode: vertical-rl;
  /* Rotates text vertically */
  transform: rotate(180deg);
  /* Adjust text direction */
  font-size: 14px;
  border-radius: 5px;
}


.nkt-fixed-btn .apply-now {
  background-color: var(--nkt-txt-primary);
}

.nkt-fixed-btn .enquire-now {
  background-color: var(--nkt-txt-secondary);
}

/* Hover Effects */
.nkt-fixed-btn .fixed-buttons a:hover {
  opacity: 0.9;
}

/*---------------Faculty Profile CSS---------------*/

.faculty-title {
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

/* Department Section Styles */
.faculty-department {
  margin-bottom: 40px;
}

.department-title {
  font-size: 22px;
  font-weight: bold;
  color: var(--nkt-txt-secondary);
  margin-bottom: 20px;
  text-align: left;
  border-bottom: 2px solid var(--nkt-txt-secondary);
  padding-bottom: 5px;
}

.nkt-sidenav .nav-link.active {
  background-color: var(--nkt-txt-primary);
  color: #fff;
  transition: background-color .5s ease;
}

/* Faculty Card Styles */
/* Faculty Card Styles */
.faculty-card {
  min-height: 300px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding: 15px;
  background-color: var(--nkt-bg-tertiry);
  cursor: pointer;
  /* Set default cursor for the whole card */
}


/* Prevent pointer cursor on paragraphs or text */
.card-description,
.card-title {
  cursor: default;
  /* Remove pointer cursor */
}

/* Image Styling */
.nkt-faculty .card-image {
  background-color: #f5f5f5;
  /* Cream color */
  cursor: pointer;
}

.nkt-faculty .card-image img {
  width: 120px;
  height: 155px;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid var(--nkt-txt-secondary);
}

.nkt-faculty.nkt-faculty-below .card-image img {
  border-radius: 0;
}

.nkt-faculty.nkt-faculty-below .card-description {
  font-size: 12px;
  line-height: 1.2;
}

.nkt-faculty.nkt-faculty-below .card-title {
  margin-bottom: 5px;
}

/* Card Title */
.nkt-faculty .card-title {
  font-size: 14px;
  font-weight: bold;
  color: var(--nkt-txt-primary);

}

/* Card Description */
.nkt-faculty .card-description {
  font-size: 12px;
  line-height: 1.5;
  color: #555;
  background-color: #f5f5f5;
  /* Cream color */
}

/* --------------------gallery------------------------- */
.nkt-gallery .horizontal-list li a {
  color: #000;
}

.nkt-gallery .horizontal-list li a:hover {
  background-color: var(--nkt-txt-primary);
  color: #fff;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.nkt-gallery .horizontal-list li a.active {
  background-color: var(--nkt-txt-primary);
  color: #fff;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.nkt-department .card .card-body {
  min-height: 300px !important;
}

.image-fixed {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}


/*-------announcement-bar--------*/

.announcement-bar {
  display: flex;
  align-items: center;
  background-color: var(--nkt-bg-secondary);
  padding: 10px 15px;
  overflow: hidden;
  position: relative;
}

.announcement-bar .carousel-control-prev,
.announcement-bar .carousel-control-next,
.announcement-bar .carousel-control-prev:hover,
.announcement-bar .carousel-control-next:hover,
.announcement-bar .carousel-control-prev:focus,
.announcement-bar .carousel-control-next:focus {
  opacity: 1 !important;
  color: red;
}

/* .announcement-bar .carousel-control-prev:hover, .announcement-bar .carousel-control-next:hover{
  opacity: 1 !important;
  color: red;
} */

/* Permanent Announcement Tag */
.announcement-bar .announcement-tag {
  background-color: var(--nkt-bg-primary);
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 15px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Announcement Content Container */
.announcement-bar .announcement-content {
  flex: 1;
  position: relative;
}

/* Announcement Text */
.announcement-bar .announcement-content p {
  margin: 0;
  font-size: 1rem;
  color: var(--nkt-txt-secondary);
  text-align: center;
  padding: 0 50px;
  /* Add some horizontal padding so the text doesn't overlap the controls */
}

.announcement-bar .announcement-content p a {
  color: #000;
}

/* Refined Carousel Control Buttons */
.announcement-bar .carousel-control-prev,
.announcement-bar .carousel-control-next {
  width: auto;
  background: none;
  border: none;
  outline: none;
  opacity: 0.6;
  /* Subtler opacity */
  transition: opacity 0.3s, transform 0.3s ease;
  /* Smoother transitions */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* Positioning of the Prev/Next buttons with slight offset for balance */
.announcement-bar .carousel-control-prev {
  left: 15px;
  /* Slightly increased spacing from left edge */
}

.announcement-bar .carousel-control-next {
  right: 15px;
  /* Slightly increased spacing from right edge */
}

/* Style the icon spans within the controls with more space inside the circle */
.announcement-bar .carousel-control-prev-icon,
.announcement-bar .carousel-control-next-icon {
  background-color: var(--nkt-txt-primary);
  border-radius: 50%;
  padding: 8px;
  /* Increased padding for more space around the arrow */
  width: 35px;
  /* Slightly larger size for better visual balance */
  height: 35px;
  /* Consistent size */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Arrow styling inside the circle */
.announcement-bar .carousel-control-prev-icon::after,
.announcement-bar .carousel-control-next-icon::after {
  content: "";
  display: block;
  width: 12px;
  /* Adjusted size for the arrows */
  height: 2px;
  /* Adjusted width of the arrows */
  background-color: #fff;
  /* Arrow color */
  position: absolute;
}

.announcement-bar .carousel-control-prev-icon::after {
  transform: rotate(135deg);
  /* Adjust rotation for the prev arrow */
}

.announcement-bar .carousel-control-next-icon::after {
  transform: rotate(-45deg);
  /* Adjust rotation for the next arrow */
}

/* Hover effect for the icons */
.announcement-bar .carousel-control-prev-icon:hover,
.announcement-bar .carousel-control-next-icon:hover {
  background-color: var(--nkt-txt-primary);
}

.announcement-bar .carousel-control-prev:hover,
.announcement-bar .carousel-control-next:hover {
  opacity: 1;
}

/*    ----------------------------Media-Queries------------------*/


@media screen and (max-width: 768px) {
  .main-container {
    max-width: 90%;
    padding: 50px 10px 0 10px;
  }

  .pre-container {
    text-align: center;
    margin-bottom: 40px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 5% !important;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 1rem !important;
    height: 1rem !important;
  }

  .carousel-indicators {
    margin-bottom: 10px !important;
  }

  .notify-container .notify-txt {
    margin-top: 30px;
    padding: 0px 20px;
  }

  .notify-container .txt {
    padding: 20px;
  }

  .nkt-footer-section {
    padding: 20px 20px;
    margin-top: 50px;
  }

  .social-icons {
    font-size: 35px;
  }

  .nkt-footer-section h5 {
    margin-top: 20px;
  }

  .nkt-footer-section .footer-last-col h5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .notify-container .carousel-indicators {
    top: 150px;
  }

  .about-container {
    padding-top: 0;
  }

  .row>* {
    padding-left: 5px !important;
    /* Adjust as needed */
    padding-right: 5px !important;
    /* Adjust as needed */
  }

  .row {
    padding-left: -5px !important;
    /* Adjust as needed */
    padding-right: -5px !important;
    /* Adjust as needed */
  }

  .nkt-events-list {
    padding-left: 10px;
  }

  .prog-container {
    padding: 10px 15px;
  }

  .nkt-search-back-att {
    /* background-color: #f8f9fa; */
    padding: 50px 0;
    margin-top: 0;
  }


  .nkt_menu_wrapper .nkt-header-container {
    max-width: 100%;
  }

  .nkt-un-news-section {
    margin-top: 20px;
  }

  .nkt-initiatives {
    margin-top: 50px;
    padding: 0 10px;
    margin-bottom: 45px;
  }

  .nkt-fixed-btn .fixed-buttons {
    top: auto;
    bottom: -22px;
    /* Stick to bottom */
    right: 0;
    left: 0;
    flex-direction: row;
    justify-content: center;
    gap: 0;
  }

  .nkt-fixed-btn .fixed-buttons a {
    min-height: auto;
    writing-mode: horizontal-tb;
    /* Normal text direction */
    transform: none;
    /* Remove rotation */
    flex: 1;
    /* Equal spacing for buttons */
    text-align: center;
    padding: 12px;
    font-size: 12px;
    border-radius: 0;
    /* Remove border radius for full-width */
  }

  .nkt-footer-bottom {
    margin-bottom: 60px;
  }

  .nkt_menu_wrapper .navbar-nav .nav-link {
    padding: 0 10px;
  }

  .nkt_scroll-container .scroll-text {
    font-size: 12px;
  }

  .nkt_scroll-container .fa {
    font-size: 10px !important;
  }

  .nkt_scroll-container {
    height: 30px;
  }

  .nkt_scroll-container .scroll-text {
    padding: 0;
  }

  .notify-container {
    margin-top: 40px;
  }

  .spacing-top {
    max-width: 100%;
    padding: 30px 15px 0 15px;
  }

  .faculty-card {
    padding: 10px;
    min-height: auto;
  }

  .nkt-modal-dialog {
    width: auto !important;
    max-width: 600px !important;
  }

  .nkt-modal-dialog .modal-header .btn-close {
    margin-top: -70px !important;
    margin-right: -15px;
  }

  .nkt-modal-dialog .modal-logo {
    max-width: 70px;
  }

  .college-magazine .card {
    min-height: auto;
  }

  .nkt-department .card .card-body {
    min-height: auto;
  }

  .nkt_menu_wrapper .nkt-header-container .header-logo {
    max-width: 90px;
  }

  .nkt_menu_wrapper .nkt-header-container .header-logo-txt {
    max-width: 220px;
  }

  .nkt_menu_wrapper {
    background-color: transparent;
  }

  .announcement-bar {
    flex-direction: column;
    text-align: center;
    padding: 10px;
  }

  .announcement-bar .announcement-tag {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .announcement-bar .announcement-content p {
    padding: 0 40px;
    /* Adjust if needed for smaller screens */
  }

  /* Adjust button placement on small screens if necessary */
  .announcement-bar .carousel-control-prev {
    left: 2px;
  }

  .announcement-bar .carousel-control-next {
    right: 2px;
  }

  .features-grid {
    padding: 20px 20px;
  }

  .nkt-header-notification .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show,
  .navbar-nav .nav-link.dropdown-toggle {
    color: #000 !important;
  }
  .nkt-logo-txt-mobile{
    font-size: 8px !important;
    max-width: 240px;
    text-align: center;
  }
  .nkt-logo-txt-mobile p{
    margin-bottom: 0;
    line-height: 9px;
    text-wrap: auto;
  }
}


/* Individual feedback card */
.feedback-card {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  /* Light border */
  border-radius: 8px;
  /* Rounded corners */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Light shadow for depth */
}

/* Styling for the headings (e.g., Student, Teacher) */
.feedback-card h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  /* Dark color for the title */
}

/* Styling for paragraph texts */
.feedback-card p {
  font-size: 1rem;
  color: #555;
  /* Slightly lighter text */
  margin-bottom: 15px;
  /* Space before button */
}

/* Button styling */
.feedback-card .btn-primary {
  background-color: var(--nkt-bg-primary);
  /* Primary theme color */
  border-color: var(--nkt-txt-primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  /* Rounded pill shape */
  text-decoration: none;
  /* No underline on the link */
  transition: background-color 0.3s ease;
  /* Smooth transition for hover effect */
}

/* Button hover effect */
.feedback-card .btn-primary:hover {
  background-color: var(--nkt-txt-primary);
  /* Darker shade of primary color on hover */
  border-color: var(--nkt-txt-primary);
  cursor: pointer;
}

/* Responsive styling */
@media (max-width: 768px) {
  .feedback-card {
    padding: 15px;
    /* Less padding on small screens */
  }

  .nkt-feedback .row {
    flex-direction: column;
    /* Stack the feedback cards on smaller screens */
  }

  .col-md-6 {
    width: 100%;
    /* Full width on small screens */
  }
}

/* Unique styles for Committee Modal */
.nkt-committee-modal a {
  color: var(--nkt-bg-primary);
  text-decoration: none;
  font-size: 14px;
}

.nkt-committee-modal a:hover {
  text-decoration: underline;
  color: var(--nkt-txt-primary);
}

.nkt-committee-modal .close-now {
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}

.nkt-committee-modal .modal-logo {
  max-width: 120px;
  margin-bottom: 10px;
}

.nkt-committee-modal .nkt-modal-title {
  /* font-size: 18px; */
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.nkt-committee-modal .modal-header {
  padding: 20px;
  border-bottom: none;
}

.nkt-committee-modal .modal-body {
  padding: 20px;
  line-height: 1.6;
  font-size: 14px;
}

.nkt-committee-modal .nkt-section {
  margin-bottom: 20px;
}

.nkt-committee-modal .nkt-section-heading {
  font-size: 16px;
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
}

/* Unique styles for Dnyansagar Modal */
.dnyansagar-modal .modal-header {
  padding: 20px;
  border-bottom: none;
  background-color: #f8f9fa;
}

.dnyansagar-modal .dnyansagar-title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  margin: 0;
}

.dnyansagar-modal .close-now {
  color: #fff;
  padding: 5px 10px;
  border-radius: 50%;
  font-size: 12px;
}

.dnyansagar-modal .modal-body {
  padding: 20px;
}

.dnyansagar-modal .pdf-card {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
}

.dnyansagar-modal .pdf-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.dnyansagar-modal .dnyansagar-pdf-icon {
  color: var(--nkt-txt-secondary);
}

.dnyansagar-modal .dnyansagar-pdf-text {
  color: var(--nkt-txt-primary);
  text-decoration: none;
  font-size: 14px;
}

.dnyansagar-modal .dnyansagar-pdf-text:hover {
  color: var(--nkt-bg-primary);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .dnyansagar-modal .pdf-card {
    margin-bottom: 20px;
  }

  .nkt-sidenav .list-unstyled {
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
  }
}

/* Unique styles for NIRF/AISHE Modal */
.nirf-modal .modal-header {
  padding: 20px;
  border-bottom: none;
  background-color: #f8f9fa;
}

.nirf-modal .nirf-title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  margin: 0;
}

.nirf-modal .close-now {
  padding: 5px 10px;
  border-radius: 50%;
  font-size: 12px;
}

.nirf-modal .modal-body {
  padding: 20px;
}

/* Card Styles */
.nirf-modal .nirf-card {
  border-radius: 10px;
  padding: 30px 15px;
  color: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
}

.nirf-modal .nirf-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.nirf-modal .nirf-card-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.nirf-modal .nirf-know-more {
  color: var(--nkt-bg-tertiry);
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}

.nirf-modal .nirf-know-more:hover {
  text-decoration: underline;
}

/*Departments Styling*/
/* DEPARTMENTS SECTION */
.departments-section {
  padding: 50px 15px;
}

.departments-section h2,
.departments-section h4 {
  font-weight: bold;
  text-transform: uppercase;
}

.departments-section .department-card {
  border: none;
  border-radius: 10px;
  background-color: #f8f9fa;
  /* Light background for contrast */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.departments-section .department-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.departments-section .department-card .card-body {
  padding: 20px;
}

.departments-section .department-card .department-img {
  width: 100%;
  max-width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.departments-section .department-card:hover .department-img {
  transform: scale(1.1);
}

.departments-section .department-card h6 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.departments-section .department-card a {
  text-decoration: none;
  color: inherit;
}

.departments-section .department-card a:hover h6 {
  color: var(--nkt-bg-primary);
  /* Bootstrap primary link color */
}

/*Admission page css*/


/* Each card's container */
.nkt-admission-card {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.nkt-admission-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  /* Elevated shadow effect */
}

/* Card link style */
.nkt-card-link {
  text-decoration: none;
  color: var(--nkt-bg-primary);
}

.nkt-card-title {
  text-decoration: none;
  color: var(--nkt-bg-primary);
}

/* Icon style inside each card */
.nkt-card-icon {
  color: var(--nkt-txt-primary);
  margin-bottom: 15px;
  /* Space between icon and text */
}

/* Card title style */
.nkt-card-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  transition: color 0.3s ease;
}

.nkt-card-title:hover {
  color: var(--nkt-bg-primary);
  /* Hover color change */
}

/* Margin between cards in different screen sizes */
.mb-4 {
  margin-bottom: 1.5rem;
}

/* Responsive column layout (bootstrap grid) */
@media (max-width: 768px) {
  .col-lg-4 {
    flex: 1 1 100%;
  }
}

/*Archive Page Styles*/

#archiveTabs .nav-link {
  color: var(--nkt-txt-primary);
  /* Default text color for all tabs */
  background-color: transparent;
  /* Ensure no background color by default */
  border: none;
  /* Remove any border from the tabs */
  border-radius: 50px;
  /* Rounded edges for tabs */
  padding: 0.5rem 1rem;
  /* Padding for comfortable spacing */
  font-weight: 600;
  /* Slightly bold font */
}

/* Active tab styling */
#archiveTabs .nav-link.active {
  background-color: var(--nkt-bg-primary);
  /* Background for active tab */
  color: white !important;
  border-radius: 50px;
  /* Keep rounded corners */
}

/* Hover effect for tabs */
#archiveTabs .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--nkt-txt-primary);
}

#archiveTabs .nav-link.active:hover {
  color: var(--nkt-bg-secondary);
  background-color: var(--nkt-txt-primary);
}

/*------------------------Library--------------------*/

.lib-container .accordion-button:not(.collapsed) {
  background-color: #700524;
  color: #fff;
}

.lib-container .a
/* .lib-container .accordion-button {
  background-color: #6c757d;
  color: #fff;
} */

.lib-container .accordion-button:focus {
  box-shadow: none !important;
  outline: none;
}

#libraryTabs .nav-link {
  color: var(--nkt-txt-primary);
  /* Default text color for all tabs */
  background-color: transparent;
  /* Ensure no background color by default */
  border: none;
  /* Remove any border from the tabs */
  border-radius: 50px;
  /* Rounded edges for tabs */
  padding: 0.5rem 1rem;
  /* Padding for comfortable spacing */
  font-weight: 600;
  /* Slightly bold font */
}

/* Active tab styling */
#libraryTabs .nav-link.active {
  background-color: var(--nkt-bg-primary);
  /* Background for active tab */
  color: white !important;
  border-radius: 50px;
  /* Keep rounded corners */
}

/* Hover effect for tabs */
#libraryTabs .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--nkt-txt-primary);
}

#libraryTabs .nav-link.active:hover {
  color: var(--nkt-bg-secondary);
  background-color: var(--nkt-txt-primary);
}

/* Tab icons */
#libraryTabs .nav-link .fas {
  margin-right: 8px;
  /* Space between icon and text */
}

/* Add styles for unselected tabs with nkt-txt-secondary */
#libraryTabs .nav-link:not(.active) {
  color: var(--nkt-txt-secondary);
  /* Lighter color for inactive tabs */
}

/* Ensure the nav items are spaced and centered */
#libraryTabs {
  margin-bottom: 30px;
  /* Space below the tab menu */
}

/*-------announcement-bar--------*/

.announcement-bar {
  display: flex;
  align-items: center;
  background-color: var(--nkt-bg-secondary);
  padding: 10px 15px;
  overflow: hidden;
  position: relative;
}

/* Permanent Announcement Tag */
.announcement-bar .announcement-tag {
  background-color: var(--nkt-bg-primary);
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 15px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Announcement Content Container */
.announcement-bar .announcement-content {
  flex: 1;
  position: relative;
}

/* Announcement Text */
.announcement-bar .announcement-content p {
  margin: 0;
  font-size: 1rem;
  color: var(--nkt-txt-secondary);
  text-align: center;
  padding: 0 50px;
  /* Add some horizontal padding so the text doesn't overlap the controls */
}

/* Refined Carousel Control Buttons */
.announcement-bar .carousel-control-prev,
.announcement-bar .carousel-control-next {
  width: auto;
  background: none;
  border: none;
  outline: none;
  opacity: 0.6;
  /* Subtler opacity */
  transition: opacity 0.3s, transform 0.3s ease;
  /* Smoother transitions */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* Positioning of the Prev/Next buttons with slight offset for balance */
.announcement-bar .carousel-control-prev {
  left: 15px;
  /* Slightly increased spacing from left edge */
}

.announcement-bar .carousel-control-next {
  right: 15px;
  /* Slightly increased spacing from right edge */
}

/* Style the icon spans within the controls with more space inside the circle */
.announcement-bar .carousel-control-prev-icon,
.announcement-bar .carousel-control-next-icon {
  background-color: var(--nkt-txt-primary);
  border-radius: 50%;
  padding: 8px;
  /* Increased padding for more space around the arrow */
  width: 35px;
  /* Slightly larger size for better visual balance */
  height: 35px;
  /* Consistent size */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Arrow styling inside the circle */
.announcement-bar .carousel-control-prev-icon::after,
.announcement-bar .carousel-control-next-icon::after {
  content: "";
  display: none;
  width: 12px;
  /* Adjusted size for the arrows */
  height: 2px;
  /* Adjusted width of the arrows */
  background-color: #fff;
  /* Arrow color */
  position: absolute;
}

.announcement-bar .carousel-control-prev-icon::after {
  transform: rotate(135deg);
  /* Adjust rotation for the prev arrow */
}

.announcement-bar .carousel-control-next-icon::after {
  transform: rotate(-45deg);
  /* Adjust rotation for the next arrow */
}

/* Hover effect for the icons */
.announcement-bar .carousel-control-prev-icon:hover,
.announcement-bar .carousel-control-next-icon:hover {
  background-color: var(--nkt-txt-primary);
}

.announcement-bar .carousel-control-prev:hover,
.announcement-bar .carousel-control-next:hover {
  opacity: 1;
}


/* Responsive Styles */
@media (max-width: 768px) {
  .announcement-bar {
    flex-direction: column;
    text-align: center;
    padding: 10px;
  }

  .announcement-bar .announcement-tag {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .announcement-bar .announcement-content p {
    padding: 0 40px;
    /* Adjust if needed for smaller screens */
  }

  /* Adjust button placement on small screens if necessary */
  .announcement-bar .carousel-control-prev {
    left: 2px;
  }

  .announcement-bar .carousel-control-next {
    right: 2px;
  }
}


