@import url(./global.css);
@import url(./navbar.css);
@import url(./news-scroll.css);
@import url(./tabber.css);
@import url(./table.css);
@import url(./ul-li.css);
/* @import url(./photo-gallery.css); */
@import url(./profile.css);

* {
  padding: 0;
  margin: 0;
  font-family: var(--main-font3);
}

body {
  background-color: var(--light-background);
}

a {
  text-decoration: none !important;
}

.flex-box-two {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.flex-box-two p {
  margin: 0%;
}

.flex-box-two a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0 10px 0 10px;
  border-right: 1px solid white;
}

.flex-box-two-left {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.flex-box-two-left i {
  color: white;
  margin-right: 5px;
}

.flex-box-two-right {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex-box-two-right a:first-child {
  border-right: 1px solid white;
}

.flex-box-two-right a {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0 10px 0 10px;
  border-left: 1px solid white;
  border-right: none;
}

.flex-box-two-right i {
  color: white;
  margin-right: 5px;
}

.flex-box-two-right form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 100%; */
  color: white;
  border-left: 1px solid white;
  font-size: 0.8rem;
  padding: 0 0 0 10px;
}

.flex-box-two-right form select {
  font-size: 0.7rem;
  margin: 0 0 0 5px;
  color: white;
  background: transparent;
}

.text-size {
  margin: 0 10px;
  /* padding: 0 0 0 10px; */
  /* border-left: 1px solid white; */
  cursor: pointer;
}

.text-size-dropdown {
  display: none;
}

.text-size:hover .text-size-dropdown {
  display: block;
  list-style: none;
  position: absolute;
  background: var(--main-color);
  color: white;
  width: max-content;
  /* padding: 5px; */
  /* font-size: .3rem; */
  z-index: 1;
}

.text-size-dropdown li {
  color: white;
  border-right: none;
}

.text-size-dropdown li a {
  color: white;
  /* width: 100%; */
  font-size: 0.7rem;
  padding: 8px;
  text-decoration: none;
  border-left: none;
  border-right: none !important;
  /* border-bottom: 1px solid white; */
}

.flex-box-two a:hover {
  color: var(--active-color);
}

.flex-box-two a:hover i {
  color: var(--active-color);
}

.header-background {
  background: var(--main-color);
  min-height: 2px;
  max-height: 100%;
}

.middle-background {
  background:
    url(../images/Untitled-2.jpg);
  background-size: 100%;
  /* background-blend-mode: overlay; */
  background-repeat: no-repeat;
  background-position: right;
}


.sambalpuri-border {
  height: 19px;
  background-color: var(--main-color);
  background-image: url(../icons/smbl.png);
  background-repeat: repeat-x;
  background-size: 150px;
  background-position: top;
}

.sambalpuri-border2 {
  height: 18px;
  background-color: var(--light-background);
  background-image: url(../icons/blue.png);
  background-repeat: repeat-x;
  background-size: 90px;
  background-position: top;
}

.sambalpuri-border3 {
  height: 21px;
  background-color: var(--main-color);
  background-image: url(../icons/WHITE.png);
  background-repeat: repeat-x;
  background-size: 32px;
  border-top: 2px solid #c9c9c9;
  border-bottom: 2px solid #c9c9c9;
  background-position: top;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /* padding: 10px 0; */
}

.left-header {
  /* border: 1px solid; */
  width: 65%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.logo {
  width: 85px;
  /* border: solid; */
  margin: 8px 6px
}

.logo img {
  width: 100%;
  height: auto;
  /* margin: 6px 0; */
}

.university-name {
  padding: 5px 0;
}

.odia {
  font-size: 1.1rem;
  font-weight: bold;
  color: #076d97;
  margin: 0 0 3px;
  font-family: var(--heading-font);
}

.hindi {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--dark);
  margin: 0 0 4px;
  font-family: var(--heading-font);
}

.english {
  font-size: 1.37rem;
  font-weight: bold;
  color: var(--dark);
  margin: 0;
  font-family: var(--heading-font);
}

.right-header {
  /* border: 1px solid; */
  width: 35%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: flex-end;
  gap: 35px;
}

.header-image {
  position: absolute;
  /* top: 5px; */
  width: 400px;
  padding: 5px 40px;
  border-radius: 10000px;
  border: 2px solid #0c2d617a;
  right: 50px;
  background: #ffffffb3;
}

.header-image img {
  width: 100%;
  /* height: auto; */
}

.backgrund-img-png {
  position: absolute;
  z-index: -1;
  width: 800px;
  right: 0;
  top: 45px;
}

.headings {
  font-size: 1.3rem;
  font-weight: bold;
  color: black;
  font-family: var(--heading-font);
  width: 100%;
  padding: 2px 15px 0px 2px;
  border-bottom: 2px solid var(--main-color);
  /* border-left: 30px solid var(--main-color); */
  position: relative;
}

.view-all-btn {
  font-size: 0.7rem;
  float: right;
  font-weight: normal;
  margin: 0;
  color: white;
  padding: 2px 10px;
  border: 2px solid var(--active-color);
  background: var(--main-color);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.view-all-btn:hover {
  background: var(--active-color);
  color: rgb(0, 0, 0);
  border: 2px solid var(--main-color);
  text-decoration: none;
  transition: 0.3s;
}

/* .headings::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../icons/sambl.png);
  background-size: cover;
  background-repeat: no-repeat;
} */

.paragraph {
  text-align: justify;
  text-indent: 4rem;
  font-size: 1.1rem;
}

.youtube-frame {
  width: 100%;
  background-color: var(--light-background);
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.background-image {
  position: absolute;
  left: 35%;
  width: 335px;
  opacity: 0.3;
  visibility: 0.7;
  z-index: -1;
  top: 14%;
}

.quick-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.style-btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.style-btns li {
  list-style-type: none;
  width: 250px;
  margin-bottom: 20px;
  height: 50px;
  background: var(--light-background);
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.style-btns li a {
  text-decoration: none;
  color: var(--main-color);
  font-weight: bold;
  font-size: 0.9rem;
}

.main-banner-header {
  width: 100%;
  display: flex;
  /* align-items: center; */
}

.left-banner {
  width: 75%;
  /* border: 1px solid red; */
}

.right-banner {
  width: 25%;
  position: relative;
  /* border: 1px solid red; */
}

.right-banner .back-img {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
  width: 110%;
}

.news-and-buton {
  position: relative;
}

.news-and-buton .news-and-button-img {
  position: absolute;
  z-index: -1;
  width: 100%;
}

.profiles {
  padding: 10px 11px 10px 55px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  justify-content: space-evenly;
}

.single-cards {
  border: 2px solid #e1e1e1;
  position: relative;
  border-radius: 0 10px 10px 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  background: var(--main-color);
  padding: 0 0 0 25px;
  /* margin: 0 0 25px 0; */
}

.single-cards .top-highlight-absolute {
  position: absolute;
  color: #f8ee85;
  top: -36%;
}

.single-cards .images-p {
  border: 2px solid #ffffff;
  /* background-image: url(../image/back.jpg); */
  background-size: 100%;
  position: absolute;
  width: 70px;
  border-radius: 50%;
  height: 70px;
  left: calc(0% - 45px);
  top: calc(50% - 35px);
  overflow: hidden;
  background-color: white;
}

.images-p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-cards h2 {
  font-size: 0.9rem;
  margin: 5px;
  color: white;
  font-family: var(--heading-font);
}

.single-cards p {
  font-size: 0.7rem;
  color: white;
  font-style: italic;
  margin-bottom: 6px;
}

.single-cards a {
  text-decoration: none;
  border: 2px solid #e3e3e3;
  color: #000000;
  background: #e3e3e3;
  padding: 2px 10px;
  font-weight: bold;
  font-size: 0.67rem;
  position: absolute;
  bottom: -50%;
  right: 5%;
  border-radius: 0px 0 10px 10px;
}

.main-devider {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.right-btns {
  /* border: 1px solid red; */
  width: 50%;
}

.slider-btns {
  width: 150px;
  height: 100px;
  padding: 0;
  /* margin-right: 0rem; */
  /* border: 1px solid red; */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slider-btns img {
  width: 35px;
  height: auto;
}

.slider-btns h2 {
  font-size: 0.8rem;
  color: white;
  text-align: center;
}

.splide__arrow svg {
  fill: var(--main-color);
  height: 0.7em;
  width: 0.7em;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: var(--active-color);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  width: 1rem;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  z-index: 1;
}

.notices {
  list-style: none;
  /* display: flex
; */
  /* border: 1px solid red; */
  /* flex-direction: row; */
  /* align-items: center; */
  /* justify-content: space-between; */
}

/* .notices li:first-child {
  padding: 5px;
} */

.notices li {
  display: flex;
  /* border: 1px solid rgb(0 71 147); */
  flex-direction: row;
  align-items: center;
  padding: 5px;
  border-bottom: 1px solid #004793a1;
  justify-content: space-between;
}

.date {
  width: 50px;
  height: 40px;
  border: 1px solid var(--main-color);
  display: flex;
  flex-direction: column;
}

.upper-date {
  display: flex;
  height: 60%;
  background: white;
  /* border: 1px solid red; */
  align-content: center;
  align-items: baseline;
  justify-content: space-evenly;
}

.lower-date {
  height: 40%;
  background: var(--main-color);
}

.day {
  color: var(--main-color);
  font-size: 1rem;
  /* text-align: center; */
  margin: 0;
  /* font-family: var(--heading-font); */
  font-weight: bold;
}

.month {
  color: var(--main-color);
  font-size: 0.75rem;
  /* text-align: center; */
  margin: 0;
  /* font-family: var(--heading-font); */
  font-weight: bold;
}

.lower-date .year-l {
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 0.73rem;
  /* font-family: var(--heading-font); */
  text-align: center;
  margin: 0;
}

.notice-content {
  width: 85%;
  padding: 0 0 0 6px;
  /* border: 1px solid #28a745; */
}

.notice-content a {
  font-size: .95rem;
  font-weight: bold;
  color: #000;
}

.notice-content a:hover {
  text-decoration: none;
  color: var(--main-color);
}

.download-icon i {
  font-size: 1.2rem;
  color: darkred;
}

.download-icon i:hover {
  color: darkred;
}

.news-boxes {
  width: 290px;
  /* border: 1px solid red; */
  position: relative;
  padding: 10px;
  margin: auto;
}

.center {
  margin: 5px 39% 0 0;
}

.center i {
  color: white;
}

.center:hover i {
  color: black;
}

.news-boxes p {
  font-size: 0.9rem;
  color: black;
  font-weight: bold;
  margin: 0;
  /* padding: 0; */
  /* text-align:justify; */
  /* background: var(--main-color); */
  /* padding: 5px; */
  /* border-radius: 0 0 10px 10px;/ */
}


.splide__pagination__page.is-active {
  background: var(--active-color);
  transform: scale(1.4);
  border: 1px solid var(--main-color);
  z-index: 1;
}

.splide__pagination__page {
  border: 1px solid var(--main-color);
}

.news-image {
  width: 100%;
  height: 200px;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dates {
  background: var(--active-color);
  width: fit-content;
  font-size: 0.75rem;
  /* z-index: 99999999; */
  top: 0%;
  left: 0%;
  position: absolute;
  padding: 5px;
  text-align: center;
}

.slider-container {
  width: 100%;
}

.news-boxes2 {
  width: 230px;
  /* padding: 10px; */
  margin: auto;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid var(--main-color);
  cursor: pointer;
}

.news-boxes2 p {
  position: absolute;
  font-size: 0.9rem;
  top: 70%;
  right: 0;
  display: flex;
  left: 0;
  bottom: 0;
  padding: 10px 10px 5px 10px;
  color: #ffffff;
  /* background-color: #000; */
  background: linear-gradient(to bottom, transparent 40%, #000000 100%);
  font-weight: bold;
  margin: 0;
  /* padding: 0; */
  /* text-align: justify; */
  /* background: var(--main-color); */
  /* padding: 5px; */
  align-items: flex-end;
}

.news-boxes2 .news-image {
  width: 100%;
  height: 160px;
}

#splide2 .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  width: 1rem;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

#splide2 .splide__arrow svg {
  fill: var(--main-color);
  height: 1.7em;
  width: 1.7em;
}

#splide2 .splide__arrow--next {
  right: 0em;
}

#splide2 .splide__arrow--prev {
  left: 0em;
}

#splide3 .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  width: 1rem;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

#splide3 .splide__arrow svg {
  fill: var(--main-color);
  height: 1.7em;
  width: 1.7em;
}

#splide3 .splide__arrow--next {
  right: 0em;
}

#splide3 .splide__arrow--prev {
  left: 0em;
}

.rankandreco {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-evenly;
}

.rankandreco li {
  /* overflow: hidden; */
  width: 120px;
  display: flex;
  padding: 5px;
  height: 120px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 3px;
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  background-image: url(../images/background/12151159_4880206.png);
  background-size: 200%;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.rankandreco li:hover {
  transition: .3s;
  scale: 1.05;
}

.rankandreco li h2 {
  font-size: 0.8rem;
  text-align: center;
  color: black;
  font-weight: bold;
}

.rankandreco-image {
  width: 100%;
  height: 100%;
}

.rankandreco-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.arcives {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 230px;
  /* margin-bottom: 500rem !important; */
}

.arcives::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/Untitled-1.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.arcives::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: var(--main-color);
  opacity: 0.7;
}

.main-box-a {
  z-index: 1;
  position: absolute;
  width: 97%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

.single-box-a {
  width: 20%;
}

.single-box-a img {
  width: 6rem;
  margin: auto;
  /* padding: 1rem; */
  border-radius: 50%;
  display: flex;
  border: 1px solid white;
  height: 6rem;
  /* background: white; */
  align-content: center;
  justify-content: center;
  align-items: center;
}

.single-box-a .numbers {
  color: white;
  font-weight: bolder;
  width: 100%;
  padding-top: 0.2rem;
  text-align: center;
  /* border: 1px solid red; */
}

.single-box-a .name-a {
  color: white;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.iframe-border {
  width: 100%;
}

.quick {
  list-style: none;
}

.quick li {
  position: relative;
  color: var(--main-color);
  font-weight: bold;
  margin-bottom: 15px;
  list-style-type: none;
}

.quick li a,
.quick li a:visited,
.quick li a:link {
  color: #000;
}

.quick li::before {
  content: "";
  background-image: url(../icons/next.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.f-back {
  background: linear-gradient(to bottom, #004791 0%, #021a34 100%);
}

.f-left {
  width: 100%;
  display: flex;
  height: max-content;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  background: #ffffffa6;
  padding: 10px;
  border: 2px solid gray;
  border-radius: 10px;
  margin-bottom: 10px;
}

.f-left img {
  width: 18%;
}

.f-left .odia {
  color: white;
}

.f-left .english {
  color: white;
  font-weight: normal;
}

.f-left .hindi {
  color: white;
  font-weight: normal;
}

.f-left p {
  color: #f7cb78;
}

.footer-icons {
  display: flex;
  margin-bottom: 10px;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}

.footer-icons a {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.footer-icons i {
  font-size: 20px;
  color: white;
}

.footer-icons a:hover {
  background-color: white;
  transition: 0.5s;
  text-decoration: none;
}

.footer-icons a:hover i {
  color: var(--main-color);
  transition: 0.5s;
}

footer .headings {
  color: white;
  font-weight: normal;
  border-bottom: 2px solid lightgray;
}

.link {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.link ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-links {
  width: 49%;
}

.footer-links li a {
  color: white;
  font-size: 0.9rem;
}

.footer-links li::before {
  content: "";
  background-image: url(../icons/right-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.real-footer {
  width: 100%;
  margin: 25px auto 0;
  display: flex;
  border-bottom: 1px solid var(--active-color);
  border-top: 1px solid var(--active-color);
  justify-content: space-between;
}

.real-footer p {
  margin: 10px 0;
  font-size: 0.7rem;
  color: white;
}

.yellow-border {
  height: 40px;
  padding: 4px 0;
  background: var(--active-color);
}

.blue-background {
  width: 40%;
  position: relative;
  background: var(--main-color);
  height: 100%;
}

.blue-background .trngle {
  position: absolute;
  width: 32px;
  top: 0;
  right: -32px;
}

.weather {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  align-content: center;
  gap: 20px;
}

.weather p {
  color: white;
  margin: 0;
  font-weight: bold;
  letter-spacing: 1px;
}

.weather img {
  width: 35px;
  height: 35px;
}

.contacts-ft {
  width: 100%;
  /* border: 1px solid; */
  /* float: right; */
  margin-top: -28px;
  display: flex;
  padding: 0 0 0 40%;
  justify-content: space-around;
}

.contacts-ft a {
  color: black;
  font-size: 1rem;
  font-weight: bold;
}

.inner-banner {
  width: 100%;
  position: relative;
}

.inner-banner img {
  width: 100%;
}

.page-navigation {
  width: fit-content;
  height: 40px;
  background: var(--greed-one);
  /* border-top: 1px solid white; */
  position: relative;
  /* font-weight: bold; */
  color: white;
  gap: 10px;
  display: flex;
  padding: 10px 10px 10px 2rem;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  /* color: white; */
  transition: 0.3s ease-in-out;
}

.page-navigation i {
  color: white;
}

.page-navigation:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 40px solid #0b549a;
  border-bottom: 20px solid transparent;
}

.main-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
}

.single-flex {
  width: 250px;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  background-image: url(../images/background/34825063_2_asdasdwasda.jpg);
  background-size: 100%;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.single-flex:hover {
  transition: 0.3s ease-in-out;
  scale: 1.03;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.icon {
  width: 50px;
  height: 50px;
  /* background: var(--main-color); */
  /* display: flex */
}

.icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.single-flex h1 {
  width: 60%;
  text-decoration: none;
  font-size: 1rem;
  /* font-weight: bold; */
  color: #151515;
  margin: 0;
  font-family: var(--heading-font);
}

.list {
  list-style: none;
}

.list li {
  position: relative;
  list-style-type: none;
}

.list li::before {
  content: "";
  background-image: url(../icons/next.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

.people-vssut {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.single-ppl {
  border: 2px solid var(--active-color);
  display: flex;
  background: var(--main-color);
  align-items: center;
  gap: 10px;
  padding: 3px 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.single-ppl h2 {
  font-size: 1rem;
  color: white;
  margin: 0;
}

.single-ppl i {
  color: var(--active-color);
  /* background-color: var(--active-color); */
  padding: 0px;
  display: flex;
  border: 2px solid var(--active-color);
  width: 30px;
  font-size: 0.9rem;
  border-radius: 50%;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.single-ppl:hover {
  cursor: pointer;
  border: 2px solid var(--main-color);
  background-color: #e2efff;
  transition: 0.3s;
}

.single-ppl:hover h2 {
  color: var(--main-color);
  transition: 0.3s;
}

.single-ppl:hover i {
  color: var(--main-color);
  transition: 0.3s;
  border: 2px solid var(--main-color);
}

.hidden-border {
  display: none;
}

.button-quick {
  position: relative;
  width: 100%;
  height: fit-content;
  cursor: pointer;
  padding: 8px 45px 8px 0px;
  display: flex;
  align-items: center;
  border: 2px solid var(--active-color);
  background-color: var(--main-color);
  text-decoration: none;
}

.button-quick,
.button__icon,
.button__text {
  transition: all 0.3s;
}

.button-quick .button__text {
  transform: translateX(10px);
  color: #fff;
  font-weight: 600;
}

.button-quick .button__icon {
  position: absolute;
  height: 100%;
  width: 39px;
  background-color: var(--active-color);
  display: flex;
  align-items: center;
  right: 0;
  justify-content: center;
}

.button-quick .svg {
  width: 30px;
  stroke: #fff;
}

.button-quick:hover {
  background: var(--main-color);
}

.button-quick:active .button__icon {
  background-color: var(--active-color);
}

.button-quick:active {
  border: 2px solid var(--active-color);
}

.quicklinks {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.button-quick .button__text {
  transform: translateX(10px);
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}

.main-sub-banner {
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
  /* margin: auto; */
}

.images-grid {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  gap: 10px;
}

.main-sub-banner h1 {
  font-size: 1.4rem;
  text-align: center;
  /* font-weight: bold; */
  color: white;
  font-family: var(--heading-font);
  letter-spacing: 1px;
}

.main-sub-banner h2 {
  font-size: 2rem;
  text-align: center;
  /* font-weight: bold; */
  color: white;
  font-family: var(--heading-font);
  letter-spacing: 1px;
}

.dip-name {
  position: absolute;
  left: 45%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.dip-name h2 {
  font-size: 1.5rem;
  /* text-align: center; */
  /* font-weight: bold; */
  color: white;
  font-family: var(--heading-font);
  letter-spacing: 1px;
}

.dip-name h1 {
  font-size: 2.2rem;
  /* text-align: center; */
  /* font-weight: bold; */
  color: white;
  font-family: var(--heading-font);
  letter-spacing: 1px;
}

.department-heading {
  /* text-transform: lowercase; */
  display: flex;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  color: var(--main-color);
  font-family: var(--heading-font);
  width: fit-content;
  padding: 0 2px 3px 25px;
  z-index: 1;
  background: url(../icons/flask.png);
  background-size: 20px;
  background-repeat: no-repeat;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.department-heading::after {
  position: absolute;
  content: "";
  top: 90%;
  bottom: 0;
  left: 0;
  right: 70%;
  border-radius: 500px;
  background-color: var(--active-color);
}

.faculty-grid-box {
  width: 100%;
  height: fit-content;
  padding: 1rem;
  margin: 0 auto 30px;
  border: 1px solid #b9b9b9;
  display: flex;
  border-radius: 5px;
  background: url(../images/71570436_SL-072923-62010-11.jpg);
  background-size: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  position: relative;
}

.image-dept {
  width: 175px;
  height: 175px;
  border-radius: 5%;
  border: 2px solid var(--main-color);
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* .image-dept {
  width: 175px;
  height: 175px;
  border-radius: 5%;
  border-width: 20px; 
  border-style: solid;
  border-image-source: url('../icons/sambl.png');
  border-image-slice: 30; 
  border-image-repeat: round; 
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
} */

.image-dept img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right-dept {
  /* border: 1px solid red; */
  margin-left: 2rem;
  padding: 5px;
  width: 56%;
}

.right-dept h3 {
  font-size: 1.5rem;
  font-family: "Castoro", serif;
  font-weight: bold;
  color: var(--main-color);
  letter-spacing: 1px;
}

.right-dept h4 {
  font-size: 1.2rem;
  font-family: "Castoro", serif;
  /* font-weight: bold; */
  color: #121212d1;
  font-style: italic;
}

.right-dept p {
  font-size: 1.2rem;
  font-weight: normal;
  color: var(--main-color);
  margin: 5px 0;
}

.right-dept p {
  font-size: 0.95rem;
  font-weight: normal;
  color: var(--main-color);
  margin: 5px 0;
}

.right-dept i {
  margin-right: 5px;
}

.cssbuttons-io-button {
  background: var(--main-color);
  color: white;
  font-family: inherit;
  padding: 5px;
  padding-left: 20px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em var(--main-color);
  overflow: hidden;
  position: relative;
  height: fit-content;
  padding-right: 3.3em;
  cursor: pointer;
  position: absolute;
  right: 2%;
  top: 42%;
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  color: var(--main-color);
  font-size: 1rem;
  padding-left: 5px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5em;
  width: 1.5em;
  border-radius: 5px;
  box-shadow: 0.1em 0.1em 0.6em 0.2em var(--main-color);
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: var(--main-color);
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}

.contacts-depts {
  width: 100%;
  display: flex;
  gap: 20px;
}

.contacts-depts a {
  text-decoration: none;
  color: var(--main-color);
}

.contacts-depts i {
  color: var(--main-color);
}

.sambalpuri-bullet {
  width: 100%;
  margin: auto;
  list-style: none;
}

.sambalpuri-bullet li {
  margin-bottom: 10px;
}

.sambalpuri-bullet li::before {
  content: "";
  background-image: url(../icons/sambl.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

.slider-container-dept {
  display: flex;
}

.events {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.left-big-events {
  width: 49%;
  background: white;
  border: 1px solid #dbdbdb;
  padding: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.image-width-events {
  width: 100%;
  height: 187px;
}

.image-width-events img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events h3 {
  color: var(--main-color);
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.events h6 {
  color: #3e3e3e;
}

.events a {
  color: darkred;
}

.right-events {
  width: 47%;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.bg-box {
  padding: 10px;
  width: 100%;
  background: white;
  border: 1px solid #dbdbdb;
  padding: 5px;
  display: flex;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  justify-content: space-between;
}

.image-boxes {
  width: 30%;
  /* border: 1px solid; */
  height: 121px;
}

.image-boxes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right-contents-event {
  width: 65%;
}

.right-contents-event h4 {
  color: var(--main-color);
  font-size: 1rem;
}

.right-contents-event h6 {
  font-size: 1rem;
}

.events i {
  color: var(--main-color);
  margin-right: 1rem;
}

.right-contents-event a {
  font-size: 0.8rem;
  color: rgb(155, 0, 0);
}

.right-btn {
  width: fit-content;
  float: right;
  margin: 1rem 0rem;
}

.no-bullet {
  list-style: none;
}

.no-bullet li {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px dotted lightgray;
}

.no-bullet li a {
  color: black;
}

.dept-date {
  font-weight: bold;
  color: darkred;
  margin: 0;
  font-size: 0.9rem;
}

.events h6 {
  color: #3e3e3e;
  margin-top: 5px;
}

.department-heading .view-all-btn {
  font-size: 0.7rem;
  float: right;
  font-weight: normal;
  margin: 0;
  color: white;
  padding: 2px 10px;
  /* float: right; */
  margin-left: 20px;
  border: 2px solid var(--active-color);
  background: var(--main-color);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* 

.alumni-list {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: #ffffff;
  border-radius: 15px;
  padding: 2rem;
  margin: 1.5rem auto;
  max-width: 600px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  border-left: 5px solid #2c3e50;
  position: relative;
  overflow: hidden;
}

.alumni-list:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-left-color: #3498db;
}

.image-almn {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #ecf0f1;
  padding: 5px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.image-almn:hover {
  transform: scale(1.05);
  border-color: #3498db;
}

.image-almn img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.text-alumni {
  position: relative;
  z-index: 1;
}

.text-alumni h1 {
  color: #2c3e50;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-family: 'Segoe UI', sans-serif;
  font-weight: 700;
}

.text-alumni p {
  color: #7f8c8d;
  font-size: 1.1rem;
  margin-bottom: 0;
  font-family: 'Georgia', serif;
  font-style: italic;
  position: relative;
  padding-left: 25px;
}

.text-alumni p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: #3498db;
}

.alumni-list::after {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  background: #3498db22;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.alumni-list:hover::after {
  transform: scale(1.8);
  opacity: 0.1;
} */

.alumni-list {
  position: relative;
  width: 280px;
  min-height: 305px;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px;
  margin: 1rem;
  /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); */
  transition: all 0.4scubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: auto;
  border: 1px solid #e1e1e1;
}

.alumni-list:hover {
  /* transform: translateY(-8px); */
  /* box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15); */
}

.alumni-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2c3e50 0%, #3498db 100%);
}

.image-almn {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px solid #3498db;
  padding: 4px;
  margin-bottom: .8rem;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

.image-almn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}



.image-almn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}



.text-alumni h1 {
  color: #2c3e50;
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.8rem;
}

.text-alumni h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #3498db;
}

.text-alumni p {
  color: #000000;
  font-size: 1rem;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* Decorative corner element */
.alumni-list::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  color: #3498db;
  font-size: 1.4rem;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.alumni-list:hover::after {
  opacity: 0.8;
}

.low-paragraph p {
  margin-bottom: 0.5rem;
}

.upside-down-scroll li a,
.upside-down-scroll li a:link,
.upside-down-scroll li a:visited {
  color: #212529;
}

.glry-grid {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-grid-img-box {
  position: relative;
  width: 200px;
  height: 131px;
  border-radius: 0px;
  overflow: hidden;
  transition: 0.4s ease;
  border: 2px solid var(--main-color);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: white;
  padding: 10px;
}

.main-grid-img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-grid-img-box::after {
  content: "+";
  z-index: 999;
  color: rgb(255 255 255);
  font-size: 10rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s ease;
  transform-origin: center;
  background-color: rgba(0, 0, 0, 0.503);
}

.main-grid-img-box:hover {
  scale: 1.05;
  transition: 0.4s ease;
  cursor: pointer;
}

.main-grid-img-box:hover::after {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s, transform 0.5s ease;
}

.news-boxes2 a {
  color: white;
}

.single-ppl a {
  color: white;
}

.single-ppl:hover a {
  color: var(--main-color);
}

.news-boxes2 .news-image {
  width: 100%;
  height: 330px;
}

.news-boxes2 {
  width: 100%;
  /* padding: 10px; */
  margin: auto;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid var(--main-color);
}

.creative-card-1 {
  width: 100%;
  border: 1px solid lightgray;
  background: rgba(255, 255, 255, 0.9) url(assets/icons/single.png);
  background-size: 10%;
  background-blend-mode: lighten;
  /* Adjust as needed */
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.card-image-1 {
  width: 150px;
  height: 150px;
  border-radius: 5px;
  border: 2px solid #014692;
  margin: auto;
  overflow: hidden;
}

.card-content-1 {
  text-align: center;
}

.card-content-1 .name {
  color: var(--main-color);
  font-size: 1.2rem;
  font-weight: bold;
  margin: 12px auto 0px;
  /* letter-spacing: 1px; */
  text-align: center;
  font-family: var(--heading-font);
}

.card-content-1 .name::after {
  display: none;
}

.card-content-1 .role {
  color: #1c0000eb;
  font-size: .9rem;
  font-weight: bold;
}

.card-content-1 .contact {
  border: 2px solid var(--active-color);
  margin: 8px;
  background: var(--main-color);
  padding: 3px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 15px;
}

.card-content-1 a {
  color: white;
  text-decoration: none;
}

.card-image-1 img {
  width: 100%;
}

.sambalpuri-bullet a {
  color: var(--main-color);
}

.button__icon i {
  color: var(--main-color);
}

.page-contents ul {
  width: 100%;
  margin: auto;
  list-style: none;
}


.page-contents ul li {
  margin-bottom: 10px;
}

.page-contents ul li::before {
  content: "";
  background-image: url(../icons/sambl.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

.page-contents ol li {
  margin-left: 1.2rem;
}

.page-contents h2 {
  /* text-transform: lowercase; */
  display: flex;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  color: var(--main-color);
  font-family: var(--heading-font);
  width: fit-content;
  padding: 0 2px 3px;
  z-index: 1;
  /* background: url(../icons/single.png); */
  background-size: 25px;
  background-repeat: no-repeat;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.page-contents h2::after {
  position: absolute;
  content: "";
  top: 90%;
  bottom: 0;
  left: 0;
  right: 70%;
  border-radius: 500px;
  background-color: var(--active-color);
}

.address-info {
  background: #f3f8ff;
  padding: 25px;
  margin-top: 10px;
  box-shadow: 0px 0px 7px 0px #d6d5d5;
}

.address-info h5 {
  font-weight: 700;
  margin-bottom: 0px;
  color: var(--main-color);
  font-family: var(--heading-font);
  font-size: 1.4rem;
  word-spacing: 3px;
  letter-spacing: 1px;
}

.address-info-add {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px !important;
  padding-bottom: 5px;
  color: black;
}

.address-info p {
  margin-bottom: 0px;
  font-weight: 600;
}

.address-info .footer-icons {
  margin-top: 20px;
}

.address-info .footer-icons a {
  width: 40px;
  height: 40px;
  border: 2px solid var(--main-color);
  border-radius: 0px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  justify-content: center;
}

.address-info .footer-icons i {
  font-size: 20px;
  color: var(--main-color);
}

.map {
  width: 100%;
  box-shadow: 0px 0px 7px 0px #d6d5d5;
}

.page-contents table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  border: none;
}

.page-contents table td, th {
  border: 1px solid #9a9a9b;
  padding: 6px 10px;
  color: black;
  font-size: 1rem;
}

.page-contents table td, th:first-child {
  text-align: left;
}

.page-contents table tr:nth-child(odd) {
  background-color: var(--light-background);
}

.page-contents table tr:hover {
  background-color: #ddd;
  /* cursor: pointer; */
  cursor: pointer;
  transition: .5s;
}

.page-contents table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--main-color);
  color: rgb(255, 255, 255);
}

.page-contents table a {
  color: var(--main-color);
}

.department {
  box-shadow: 0px 1px 19px -3px #d2d2d2;
  margin-top: 16px;
  position: relative;
}

.hod {
  display: grid;
  grid-template-columns: 20% 80%;
  background-image: url(../images/background/4775334_19366.jpg);
  background-size: 100%;
}

.hod-dp {
  padding: 0px 10px 0px 13px;
  width: 100%;
}

.hod-dp img {
  width: 100%;
  position: relative;
  top: 0px;
  border-radius: 6px;
  box-shadow: 2px 2px 18px 0px #e6dddd;
  border: 2px solid #ddd;
  padding: 2px;
  margin: 10px 0px;
}

.faculties-browse-profile {
  margin: 2px 10px;
}

.faculties-browse-profile a {
  color: #ffffff;
  background: #eaa346;
  padding: 2px 5px;
  font-weight: 600;
  margin-bottom: 8px;
  display: inherit;
  border: 1px solid #eaa346;
  border-radius: 5px;
}

.hod-details {
  padding: 0px 9px 9px 0px;
}

.hod-details h4 {
  padding-top: 13px;
  font-size: 23px;
  font-weight: 700;
  color: #334878;
  margin-bottom: 0px;
}

.hod-details h4 span {
  font-size: 14px;
  color: #d07e14;
}

.hod-details p a {
  color: #000;
  border-left: 2px solid #eaa346;
  padding-left: 10px;
  padding-right: 5px;
}

.hod-details p a i {
  color: #334878;
  font-size: 18px;
  margin-right: 5px;
}

.faculties-profile-details tbody tr td {
  padding: 6px 0px;
  border-bottom: 1px dotted #ddd;
}

.faculties-profile-details tbody tr td {
  padding: 6px 0px;
  border-bottom: 1px dotted #ddd;
}




.research .notice-content {
  width: 100%;
  position: relative;
  color: var(--main-color);
  height: auto;
  /* Auto height for flexible content */
  font-size: 0.9rem;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  /* overflow: hidden; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Adjust this for 2 or 3 lines */
  -webkit-box-orient: vertical;
}

.research .notice-content .inner-c {
  white-space: normal;
  /* Allows text wrapping */
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Show at most 3 lines */
  -webkit-box-orient: vertical;
}


/* Tooltip - Full Text on Hover */
.popup-containt {
  display: none;
  position: absolute;
  left: 5%;
  bottom: 80%;
  width: 90%;
  background: rgb(1 70 146 / 94%);
  color: #fff;
  padding: 10px;
  border: 2px solid var(--active-color);
  font-size: 0.9rem;
  border-radius: 5px;
  text-align: justify;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  white-space: normal;
  z-index: 9999;
}

/* Show tooltip on hover */
.notice-content:hover .popup-containt {
  display: block;
}

.card-image-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#carouselExampleControls2 .carousel-control-prev-icon {
  background-color: var(--main-color);
  border-radius: 50%;

}

#carouselExampleControls2 .carousel-control-next-icon {
  background-color: var(--main-color);
  border-radius: 50%;

}

.image-incu {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 5px;
  border: 2px solid var(--main-color);
}

.pc-vc {
  width: 100%;
  background: white;
  display: flex;
  border: 1px solid lightgray;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-top: 15px;
}

.pc-vc .left-pc {
  width: 30%;
  display: flex;
  padding: 10px;
  align-items: center;
}

.pc-vc .left-pc img {
  width: 100%;
  border: 2px solid var(--main-color);
  border-radius: 5px;
  overflow: hidden;
}

.pc-vc .right-pc {
  width: 70%;
  padding: 10px;
}

.pc-vc .right-pc p {
  margin: 0px;
}

.pc-vc .right-pc .name {
  color: var(--main-color);
  font-size: 1.17rem;
  font-family: var(--heading-font);
}

.pc-vc .right-pc .role {
  color: rgba(0, 0, 0, 0.92);
  font-size: .9rem;
  font-weight: bold;
}

.pc-vc .right-pc .contact a {
  color: var(--main-color);
}

.pc-vc .right-pc .contact {
  color: var(--main-color);
  font-size: .9rem;
  font-weight: bold;
  margin-bottom: 2px;
}

.pc-vc .right-pc .contact i {
  color: var(--main-color);
  font-size: .9rem;
  margin-right: 5px;
}

.book-thumb {
  width: 200px;
  height: 250px;
  border: 1px solid black;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}





/* Notification Box */
.info-box {
  background-color: #d9edf7;
  color: #284b60;
  border: 1px solid #90c1cb;
  padding: 5px 5px;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  width: fit-content;
  width: 100%;
  font-size: .85rem;
  font-weight: bold;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

/* Alert Box (for Notes) */
.info-box.alert {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #8d4d55;
}

/* Icon Style */
.info-box i {
  font-size: .85;
  margin-top: 4px;
}

/* List inside the info-box */
.info-box ul {
  margin: 5px 0 0 0;
  padding-left: 0px;
  list-style-type: none;
}

.info-box ul li {
  font-size: .85rem;
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 8px;
}

ol li {
  margin-left: 2rem;
}

.committee-container {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

.committee-card {
  background: white;
  border-radius: 5px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  padding: 1rem;
  width: 50%;
}

.committee-title {
  color: black;
  border-bottom: 2px solid var(--main-color);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-family: var(--heading-font);
}

.member-list {
  list-style: none;
  counter-reset: member-counter;
}

.member-item {
  counter-increment: member-counter;
  display: flex;
  align-items: center;
  padding: 1rem;
  margin-bottom: 1rem;
  background: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  transition: transform 0.2s ease;
}

.member-item:hover {
  transform: translateX(5px);
}

.member-item::before {
  content: counter(member-counter) ".";
  font-weight: bold;
  color: #3498db;
  min-width: 2rem;
  margin-right: 0rem;
}

.member-photo {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 1.5rem;
  border: 2px solid var(--main-color);
}

.member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-info {
  flex-grow: 1;
}

.member-name {
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 0.25rem;
  font-size: 1.1rem;
}

.member-details {
  color: black;
  font-size: 0.9rem;
  font-style: italic;
}

.member-role {
  color: #27ae60;
  font-weight: 600;
  margin-left: 2rem;
  white-space: nowrap;
}

.profile-btn {
  background: var(--main-color);
  color: white;
  padding: 0.3rem .8rem;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.77rem;
  margin-left: 1rem;
  transition: background 0.3s ease;
  /* width: 100px; */
}

.profile-btn:hover {
  background: var(--active-color);
  color: black;
}

.committee-card ol li {
  margin: 0 0 1rem 0;
}

@media (max-width: 768px) {


  .member-item {
    flex-wrap: wrap;
    padding: 1.5rem;
  }

  .member-role, .profile-btn {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}


.right-buttons-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* padding: 20px; */
  width: 100%;
}

img.button-icon-full {
  width: 100%;
}

.info-button {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-decoration: none;
  color: #2c3e50;
  border: 1px solid #e3e3e3;
  transition: transform 0.3s ease;
}

.info-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.button-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.button-icon {
  width: 40px;
  height: 40px;
}

.button-text h3 {
  margin: 0;
  font-size: 1.1em;
  color: #1a237e;
}

.button-text p {
  margin: 4px 0 0;
  font-size: 0.9em;
  color: #666;
}

/* Color accents */
.timing {
  border-left: 4px solid var(--main-color);
}

.onos {
  border-left: 4px solid var(--main-color);
}

.inflibnet {
  border-left: 4px solid var(--main-color);
}


.container-ebook {
  max-width: 400px;
  margin: 2rem auto;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 35%);
  text-align: center;
  transition: transform 0.2s ease;
}

.ebook__image {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 2px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.ebook__title {
  color: #2d3748;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  line-height: 1.3;
  min-height: 3.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

.ebook__link {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #4a90e2;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

/* Hover states */
.container-ebook:hover {
  transform: translateY(-5px);
}

.ebook__link:hover {
  background-color: #357abd;
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.ebook__link:focus {
  outline: 2px solid var(--main-color);
  outline-offset: 2px;
}

/* Responsive Design */
@media (max-width: 480px) {
  .container-ebook {
    margin: 1rem;
    padding: 1rem;
  }

  .ebook__title {
    font-size: 1.25rem;
    min-height: auto;
    padding: 0 0.5rem;
  }

  .ebook__link {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
  }
}

.resource-category {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f5f5f5;
  border-left: 5px solid var(--main-color);
  border-radius: 5px;
}

.resource-category h3 {
  color: var(--main-color);
  font-size: 18px;
  margin-bottom: 10px;
}

.resource-category ul {
  /* list-style-type: none; */
  padding: 0;
  margin: 0 0 0 20px;
}

.resource-category ul li {
  margin-bottom: 5px;
}

.resource-category ul li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
}

.resource-category ul li a:hover {
  color: var(--main-color);
}

.notices {
  list-style: none;
  background: white;
  height: 360px;
  border: 2px solid var(--active-color);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.names {
  /* font-family: 'Segoe UI', sans-serif; */
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.paragraph {
  color: black;
}

.know-more-btn {
  color: darkred;
  font-weight: bold;
  position: absolute;
  right: 2%;
  bottom: 1%;
}

.csd {
  height: 22.3rem;
  border: 2px solid var(--main-color);
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.csd .carousel-item {
  height: 100%;
  width: 100%;
}

.csd .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.carousel-caption {
  /* width: fit-content; */
  background-color: #00072ca3;
  backdrop-filter: blur(2px);
  padding: 1rem 1rem;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.carousel-caption p {
  font-style: italic;
  color: white;
  /* opacity: .9; */
}

.sambalpuri-border {
  height: 19px;
  background-color: var(--main-color);
  background-image: url(../icons/smbl.png);
  background-repeat: repeat-x;
  background-size: 150px;
  background-position: top;
  margin-bottom: 10px;
}

.profile {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  background-color: transparent;
}

.left-column {
  width: 30%;
  background: linear-gradient(135deg, #2c3e50, #3498db);
  color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  align-self: flex-start;
}

.right-column {
  width: 70%;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.profile-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid white;
  margin: 0 auto 20px;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.profile h1 {
  font-size: 28px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
}

.profile h2 {
  font-size: 22px;
  color: #2c3e50;
  border-bottom: 2px solid #3498db;
  padding-bottom: 5px;
  margin-top: 30px;
}

.profile h3 {
  font-size: 18px;
  color: white;
  margin-top: 25px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.profile h3 i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.contact-info {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.contact-info i {
  margin-right: 10px;
  width: 20px;
}

.social-media {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.social-media a {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-media a:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
}

.section {
  margin-bottom: 25px;
}

.publication-item,
.award-item,
.conference-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
}

.publication-item:last-child,
.award-item:last-child,
.conference-item:last-child {
  border-bottom: none;
}

.pub-title,
.award-title,
.conference-title {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 5px;
}

.pub-details,
.award-details,
.conference-details {
  font-size: 14px;
  color: #666;
}

.year {
  background: #3498db;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  margin-right: 8px;
}

.tag {
  display: inline-block;
  background: #e0f2fe;
  color: #0369a1;
  padding: 3px 10px;
  border-radius: 15px;
  font-size: 12px;
  margin-right: 5px;
  margin-top: 5px;
}

.main-links-prof {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.main-links-prof a {
  background: #3498db;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.main-links-prof a:hover {
  background: #17547d;
  transform: translateY(-3px);
}