@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --rt-primary: #890C25;
  --rt-primary-1: #B71A34;
  --rt-primary-2: #890C25;
  --rt-secondary: #110C2D;
  --rt-footer: #181818;
  --rt-body: #737477;
  --rt-heading: #262626;
  --rt-white: #fff;
  --rt-rating: var(--rt-primary);
  --rt-border: #D9D9D9;
  --rt-line: #eee;
  --rt-hover: #AF0E2E;
  --copyright-border: #242424;
  --rt-radius: 3px;
  --rt-radius-none: none;
  --rt-none: none;
  --footer-bg: #291973;

  --f-light: 300;
  --f-regular: 400;
  --f-medium: 500;
  --f-semi-bold: 600;
  --f-bold: 700;
  --f-extra-bold: 800;
  --f-black: 900;
  --translate: translate(-50%, -50%);
  --transition: all 0.4s ease;
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Inter", sans-serif;
  --font-hind: "Hind", sans-serif;
  --fontawesome: "fontawesome", sans-serif;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 64px;
  --h2: 48px;
  --h3: 40px;
  --h4: 36px;
  --h5: 24px;
  --h6: 20px;
  --p-l: 24px;
  --p-m: 20px;
  --p-s: 16px;
  --p-xs: 14px;
}

/*==== canela font =======*/
* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: var(--p-s);
  line-height: var(--line-height-b2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-primary);
  color: var(--rt-body);
  font-weight: var(--f-regular);
  position: relative;
}


body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.05;
}

.opacity-5 {
  opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: var(--font-secondary);
  line-height: 1.2;
  color: var(--rt-heading);
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 91px;
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 1.23;
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: 54px;
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 1.25;
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 1.24;
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 1.25;
}

.font-32 {
  font-size: 32px;
  line-height: 40px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  h1,
  .h1 {
    font-size: 38px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {

  h1,
  .h1 {
    font-size: 34px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 20px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: var(--f-regular);
}

p {
  font-size: var(--p-s);
  line-height: var(--line-height-b2);
  font-weight: var(--f-regular);
  color: var(--rt-body);
  margin: 0 auto 20px;
  font-family: var(--font-primary);
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 26px;
  }
}




a {
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: var(--rt-primary);
  transition: all 0.3s ease;
}

a:focus {
  outline: none;
}


img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

form {
  margin: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

caption,
th,
td {
  font-weight: normal;
}

th {
  font-weight: 500;
  text-transform: uppercase;
}


#scrollUp {
  width: 70px;
  height: 80px;
  right: 100px;
  bottom: 60px;
  text-align: center;
  z-index: 9811 !important;
  text-decoration: none;
  background: #fff;
  line-height: 80px;
  color: #757589;
  font-size: 15px;
  font-weight: 400;
  transition: var(--transition);
  display: inline-block;
  background: #ffffff;
}

.header2 .nav-link {
  text-transform: uppercase;
  font-size: 13px;
  color: white !important;
  padding: 0px 15px !important;
  font-weight: 600;
}

.header2 .dropdown-toggle::after {
  display: none;
}

.header2 .dropdown:hover .dropdown-menu {
  display: block;
}

.header2 .dropdown-item {
  font-size: 14px;
}

.header2.dark .nav-link {
  color: white !important;
}

.header2.dark .nav-link.active {
  font-weight: 700;
}

.header2 .nav-link.active {
  font-weight: 700 !important;
}


.topHeaderSection .topArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 30px;
  background: #eaeaea;
  margin-bottom: 15px;
}

.topHeaderSection .topArea .leftPart a {
  text-decoration: none;
  color: black;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 500;
}

.topHeaderSection .topArea .leftPart a i {
  color: #890c25;
}

.topHeaderSection {
  padding-bottom: 15px;
}

#header {
  width: 100%;
  top: -175px;
  left: 0px;
  background: white;
  z-index: 11;
}

#header.scrolled {
  position: fixed;
  top: 0;
  box-shadow: 8px 5px 20px 5px #00000078;
  animation: slideDown 0.5s ease forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

#header.scrolled .topHeaderSection {
  display: none;
}


.topHeaderSection .container-fluid {
  display: flex;
  align-items: center;
  justify-content: center;
}

.topHeaderSection h2 {
  font-size: 16px;
  font-weight: bold;
  color: #890c25;
  margin-bottom: 0px;
}

.topHeaderSection p {
  margin-bottom: 0px;
  font-size: 16px;
  margin-top: 5px;
  /* word-spacing: 10px; */
  letter-spacing: 2px;
}

.topHeaderSection .left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.topHeaderSection .left img {
  width: 80px;
}



.topHeaderSection .right {
  color: black;
  font-weight: bold;
}

.topHeaderSection .right ul {
  padding: 0px;
  margin: 0px;
}

.topHeaderSection .right ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.topHeaderSection .right ul li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: white;
}

.topHeaderSection .right ul li .fa-facebook-f {
  background: #3b5998;
}

.topHeaderSection .right ul li .fa-x-twitter {
  background: #000;
}

.topHeaderSection .right ul li .fa-linkedin {
  background: #0a66c2;
}

.topHeaderSection .right ul li .fa-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}


.header2 {
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 10px 0px;
  z-index: 111;
  background: #890c25;
}


.hero2 {
  position: relative;
  overflow: hidden;
}

.hero2 .heroImg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.hero2 .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.hero2 video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: brightness(0.8);
}

.hero2 h1 {
  color: white;
  text-align: center;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0px;
  position: relative;
  font-size: 60px;
  font-weight: 500;
}

.hero2 h1 .left {
  position: relative;
  top: -30px;
  left: 10px;
  z-index: 1;
}

.hero2 h1 .right {
  position: relative;
  bottom: -30px;
  right: 10px;
  z-index: 1;
}

.about2 {
  padding: 80px 0px;
  position: relative;
}

/* .about2::before{
  content: '';
  width: 300px;
  height: 40px;
  background: repeating-linear-gradient(45deg, #fff, #fff 8px, #890c25 8px, #890c25 11px);
  position: absolute;
  bottom: 0px;
  right: 0px;
} */

.about2 h2 {
  font-family: "Inter", sans-serif;;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.about2 h2 span{
  font-size: 28px;
  display: block;
  margin-top: 5px;
}

.about2 p {
  margin-bottom: 30px;
}

.btn-readmore {
  color: white;
  font-size: 14px;
  border: 1px solid;
  display: inline-block;
  width: unset;
  padding: 8px 20px;
  border-radius: 8px;
  background: #890c25;
  font-weight: 600;
}

.btn-readmore:focus {
  border: 1px solid #fff !important;
}

.btn-readmore:hover {
  background: black;
  color: white;
}

/* ===== Expert Talk Series ===== */
.expertTalkSeries {
  overflow: hidden;
}

.expertTalkSeries h2 {
  font-family: "Inter", sans-serif;
  font-size: 35px;
  color: var(--rt-heading);
}

.expertTalkSliderWrap {
  margin-left: calc((100% - 1320px) / 2);
  overflow: hidden;
}

.expertTalkSwiper .swiper-slide img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px !important;
}

/* Expert Card */
.expert-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.expert-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.expert-card-img {
  position: relative;
  overflow: hidden;
}

.expert-card-img img {
  width: 100%;
  /* height: 220px; */
  object-fit: cover;
  border-radius: 0 !important;
}

.expert-card-body {
  padding: 20px;
}

.expert-card-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--rt-primary, #890c25);
  margin-bottom: 6px;
}

.expert-card-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--rt-heading, #1a1a1a);
  margin-bottom: 6px;
  line-height: 1.3;
}

.expert-card-designation {
  font-size: 13px;
  color: #666;
  margin-bottom: 14px;
  line-height: 1.5;
}

.expert-card-topic {
  font-size: 14px;
  font-weight: 500;
  color: var(--rt-heading, #1a1a1a);
  margin-bottom: 14px;
  line-height: 1.5;
}

.expert-card-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 14px;
  border-top: 1px solid #eee;
}

.expert-card-meta span {
  font-size: 13px;
  color: #555;
}

.expert-card-meta span i {
  color: var(--rt-primary, #890c25);
  margin-right: 8px;
  width: 14px;
  text-align: center;
}

.expertTalk-prev,
.expertTalk-next {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rt-heading) !important;
  transition: var(--transition);
  font-size: 16px;
}

.expertTalk-prev:hover,
.expertTalk-next:hover {
  background: var(--rt-primary) !important;
  border-color: var(--rt-primary) !important;
  color: #fff !important;
}

@media (max-width: 1199px) {
  .expertTalkSliderWrap {
    margin-left: calc((100% - 960px) / 2);
  }
}

@media (max-width: 991px) {
  .expertTalkSliderWrap {
    margin-left: calc((100% - 720px) / 2);
  }
}

@media (max-width: 767px) {
  .expertTalkSeries h2 {
    font-size: 24px;
  }

  .expertTalkSliderWrap {
    margin-left: 12px;
  }

}

.missonVission {
  background: #890c25;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.missonVission::before{
  content: '';
  width: 350px;
  height: 50px;
  background: repeating-linear-gradient(45deg, #890c25, #890c25 8px, #ffffff 8px, #890c25 11px);
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.missonVission h5 {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
}

.missonVission p {
  color: white;
  max-width: 80%;
  margin-left: 0;
}

.directorMessage {
  margin-top: 80px;
}

.directorMessage .row {
  background-color: #fffbd6;
  background-image: repeating-linear-gradient(45deg, #ffffff00, #ffffff00 10px, #ffef1c 11px, #ffffff00 11px);
  padding: 50px;
  border-radius: 20px;
  margin-bottom: 60px;
}

.directorMessage .row h2 {
  font-weight: 600;
}

.directorMessage .row img {
  border-radius: 10px;
}

.directorMessage .row p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.chairPersonMsg .msgWrapper {
  background-color: var(--rt-primary);
  height: 100%;
  padding: 40px;
  color: white;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.chairPersonMsg .msgWrapper h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 40px;
}

.chairPersonMsg .msgWrapper h5 {
  font-family: "Inter", sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.chairPersonMsg .msgWrapper p {
  font-size: 15px;
}

.chairPersonMsg .rts-video-section img {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.aboutProgram {
  padding: 80px 0px;
}

.aboutProgram h2 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.whyApply {
  padding: 80px 0px;
  background: #F5F5F5;
}

.whyApply .card {
  box-shadow: 0px 4px 10px 0px #0000001c;
  padding: 30px;
  border-radius: 15px;
  height: 100%;
  border: none;
}

.whyApply .card.active {
  background: var(--rt-primary);
  color: white;
}

.whyApply .card.active h5 {
  color: white;
}

.whyApply .card.active p {
  color: white;
}


.whyApply .card:hover {
  background: var(--rt-primary);
  color: white;
}

.whyApply .card:hover h5 {
  color: white;
}

.whyApply .card:hover p {
  color: white;
}

.whyApply h2 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  margin-bottom: 0px;
  font-weight: 600;
}

.whyApply .card p {
  margin-bottom: 0px;
  font-size: 14px;
}

.whyApply .card h5 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.whyUs {
  padding: 80px 0px;
}

.whyUs .title {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  margin-bottom: 0px;
  font-weight: 600;
}

.whyUs .card {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: row;
  padding: 30px;
  background: #F5F5F5;
  height: 100%;
  border-radius: 15px;
  border: none;
  cursor: pointer;
}

.whyUs .card:hover {
  background: var(--rt-primary);
  color: white;
}

.whyUs .card:hover h6 {
  color: white;
}

.whyUs .card:hover i {
  color: white;
}

.whyUs .card h6 {
  margin-bottom: 0px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.whyUs .card i {
  font-size: 25px;
  color: var(--rt-primary);
}

.whatExpect {
  padding: 80px 0px;
  background: #F5F5F5;
}

.whatExpect .title {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 600;
}

.whatExpect .wrapper {
  background: white;
  box-shadow: 0px 4px 10px 0px #0000001c;
  border-radius: 15px;
  padding: 30px;
}

.whatExpect .wrapper .single {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

.whatExpect .wrapper .single:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.whatExpect .wrapper .single p {
  margin-bottom: 0px;
  font-size: 16px;
  color: black;
}

.whatExpect .wrapper .single h5 {
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
  font-weight: 600;
  color: #890c25;
}

.whatExpect .wrapper .single ul {
  padding: 0px;
  margin: 0px;
}

.whatExpect .wrapper .single ul li {
  font-size: 16px;
  color: black;
  list-style: none;
  margin-top: 10px;
}

.whatExpect .wrapper .single ul li i {
  color: var(--rt-primary);
}

.learningPedology {
  padding: 80px 0px;
}

.learningPedology .title {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  margin-bottom: 20px;
}

.learningPedology .table{
  width: calc(100% - 25px);
  min-height: 410px;
  margin-bottom: 25px !important;
}



.learningPedology .table th{
  background: #890c25;
  color: white;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
}

.learningPedology .table td{
  font-size: 14px;
  vertical-align: middle;
}




.admissionSection {
  padding: 80px 0px;
  background: #F5F5F5;
}

.admissionSection .table-bordered>:not(caption)>*>* {
  border: 1px solid #000;
  font-size: 13px;
  vertical-align: middle;
}

.admissionSection table {
  min-height: 460px;
  width: calc(100% - 25px);
  margin-bottom: 30px !important;
}

.admissionSection table th {
  font-weight: 600;
}


.admissionSection h2 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.admissionSection .addmissonWrap {
  position: sticky;
  top: 20px;
}

.admissionSection .addmissonWrap h2 {
  color: var(--rt-primary);
  font-family: "Inter", sans-serif;
  font-weight: bold;
  margin-top: 20px;
}

.admissionSection ul {
  padding: 0px;
  margin: 0px;
}

 .admissionSection ul li {
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    position: relative;
  }

  .admissionSection ul li::before{
    content: "\f336";
    font-family: "Font Awesome 6 Sharp";
    color: var(--rt-primary);
    font-weight: 900;
    font-size: 20px;
  }

.admissionSection ul li i {
  color: var(--rt-primary);
}

.admissionSection h6 {
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
}

.facultyMemberSection {
  padding: 80px 0px;
  overflow-x: hidden;
}

.facultyMemberSection .singleProfessor {
  position: relative;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
}

.facultyMemberSection .singleProfessor:hover .textarea {
  bottom: 0px;
}

.facultyMemberSection .singleProfessor::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(0deg, #000, transparent, transparent);
  border-radius: 10px;
}

.facultyMemberSection .singleProfessor img {
  width: 100%;
  border-radius: 10px;
  height: 350px;
  object-fit: contain;
  object-position: top;
}

.facultyMemberSection .singleProfessor h5 {
  margin-bottom: 10px;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

.facultyMemberSection .singleProfessor p {
  margin-bottom: 10px;
  color: white;
  font-size: 13px;
  line-height: 1.2;
}

.facultyMemberSection .singleProfessor small {
  color: white;
  font-size: 12px;
  opacity: 0.7;
}

.facultyMemberSection .singleProfessor .textarea {
  position: absolute;
  width: 100%;
  bottom: -42px;
  padding: 20px;
  transition: 0.3s;
}

.facultyMemberSection .singleProfessor .btn {
  color: white;
  width: unset;
  padding: 0px 6px;
  background: #9a1818;
  font-size: 13px;
  font-weight: 600;
}

.facultyMemberSection .nav-pills .nav-item .nav-link {
  color: black;
  padding: 8px 20px;
  border-radius: 7px;
}

.facultyMemberSection .nav-pills .nav-item .nav-link.active {
  background: #890c25;
  color: white;
}

.research {
  overflow-x: hidden;
}

.facultyMemberSection .title {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 45px;
  margin-bottom: 30px;
  font-weight: 600;
}

.facultyMemberSection .singleFacultyMemeber {
  padding: 30px;
  box-shadow: 0px 4px 10px 0px #00000026;
  border-radius: 10px;

}

.facultyMemberSection .singleFacultyMemeber img {
  width: 151px;
  height: 151px;
  border-radius: 8px;
  border: 1px solid #000;
  display: block;
  object-fit: contain;
  margin: auto;
  margin-bottom: 25px;
}

.facultyMemberSection .singleFacultyMemeber h5 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.facultyMemberSection .singleFacultyMemeber small {
  color: black;
}

.facultyMemberSection .singleFacultyMemeber p {
  font-size: 14px;
  color: black;
  margin-bottom: 15px;
  min-height: 50px;
}

.facultyMemberSection .singleFacultyMemeber ul {
  padding: 0px;
  margin: 0px;
}

.facultyMemberSection .singleFacultyMemeber ul li {
  list-style: none;
  font-size: 14px;
  margin-top: 5px;
  color: black;
}

.facultyMemberSection .singleFacultyMemeber .btn {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.facultyMemberSection .singleFacultyMemeber .btn:focus {
  box-shadow: none;
  border: none;
}

.studentDemography {
  padding-top: 80px;
  background: #F5F5F5;
}

.studentDemography .title {
  font-family: "Inter", sans-serif;
  font-size: 45px;
  margin-bottom: 30px;
  font-weight: 600;
}

.studentDemography .batchText {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  margin-bottom: 0px;
}

.studentDemography img {
  width: 850px;
  margin: auto;
  display: block;
  margin-top: 40px;
}


.researchAndAchievement {
  padding: 80px 0px;
  overflow-x: hidden;
  /* background: #f5f5f5; */
}

.researchAndAchievement img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.researchAndAchievement .nav-pills {
  margin-bottom: 50px;
}

.researchAndAchievement .nav-pills .nav-item .nav-link.active {
  background: #890c25;
  color: white;
}

.researchAndAchievement .nav-pills .nav-item .nav-link {
  color: black;
  padding: 8px 30px;
  border-radius: 7px;
}

.researchAndAchievement .title {
  font-family: "Inter", sans-serif;
  font-size: 35px;
  margin-bottom: 30px;
  font-weight: 600;
  /* text-align: center; */
}

.researchAndAchievement .singleResearchAndAchievement {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 14px 0px #0000002b;
  display: flex;
  align-items: center;
}

.researchAndAchievement .singleResearchAndAchievement .blogContent {
  padding: 25px;
  font-size: 14px;
}

.researchAndAchievement .singleResearchAndAchievement .blogContent h5 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 45px;
}

.researchAndAchievement .singleResearchAndAchievement .blogContent p {
  font-size: 14px;
  margin-bottom: 10px;

}

.researchAndAchievement .singleResearchAndAchievement .blogContent span {
  font-size: 14px;
}

.ourFacultySection {
  padding: 60px 0px;
  background: #F5F5F5;
}

.ourFacultySection .nav-pills .nav-link {
  padding: 10px 20px;
  border-radius: 8px;
  color: #000;
}

.ourFacultySection .nav-pills .nav-link.active {
  border: 1px solid #000;
  color: #fff !important;
  background: transparent;
  background: #890c25;
}

.ourFacultySection h2 {
  font-family: "Inter", sans-serif;
  font-size: 45px;
  color: var(--rt-primary);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.ourFacultySection .subText {
  font-size: 22px;
  color: black;
  max-width: 90%;
}

.studentDetails {
  padding: 60px 0px;
  background: #F5F5F5;
}

.studentDetails .wrapper {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px 0px #0000001c;
}

.studentDetails .wrapper .toparea {
  background: var(--rt-primary);
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 25px;
}

.studentDetails .wrapper .toparea small {
  color: white;
}

.studentDetails .wrapper .toparea h2 {
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.studentDetails .wrapper .toparea p {
  color: white;
}

.studentDetails .wrapper .toparea ul {
  padding: 0px;
  margin: 0px;
}

.studentDetails .wrapper .toparea ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  color: white;
  font-weight: 600;
  font-size: 18px;
}

.studentDetails .wrapper .toparea ul li a:hover {
  color: white;
}

.studentDetails .wrapper .toparea img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  background: white;
  border-radius: 10px;
  border: 1px solid #000;
}

.studentDetails .wrapper ul {
  padding: 0px;
  margin: 0px;
}

.studentDetails .wrapper ul li {
  list-style: none;
  margin-bottom: 10px;
  color: black;
}

.studentDetails .wrapper .singleContent {
  padding: 20px 30px;
  border-bottom: 1px dashed #ddd;
}

.studentDetails .wrapper .singleContent p {
  color: black;
}

.studentDetails .wrapper .singleContent h5 {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.studentDetails .wrapper .singleContent .shortDescription li {
  font-weight: 600;
}

.studentDetails .wrapper .singleContent .shortDescription li i {
  color: var(--rt-primary);
}

.studentDetails .wrapper .singleContent .nav-link {
  color: black;
  padding: 8px 20px;
  border: 1px solid;
  border-radius: 6px;
}

.studentDetails .wrapper .singleContent .nav-link.active {
  background: #890c25;
  border: 1px solid #000;
  color: white;
  font-weight: bold;
}

.ch_cir_l {
  padding: 0px;
  margin: 0px;
}

.ch_cir_l li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  list-style: none;
  color: black;
  font-weight: 600;
  /* border-bottom: 1px solid #c9c9c9; */

}

.ch_cir_l li a {
  text-decoration: underline;
  color: #890c25;
}

.ch_cir_l li::before {
  content: "\f058";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  display: inline-block;
  color: #890c25;
  vertical-align: middle;
  background-position: -290px 0px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 20px;
}


.single-staff {
  border: 1px solid var(--rt-line);
  padding: 20px;
  transition: var(--transition);
  background: white;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 6px 16px;
  margin-bottom: 20px;
}

.single-staff__content {
  display: flex;
  gap: 30px;
  align-items: center;
}

.single-staff__content .staf-image img {
  min-width: 150px;
  height: 150px;
  width: 150px;
  border-radius: 15px;
  object-fit: cover;
  object-position: top;
}

.single-staff__content .staf-info .name {
  margin-bottom: 0px;
  font-family: "Hind", sans-serif;
  font-weight: bold;
}

.single-staff__content .staf-info .designation {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.single-staff__content .staf-info .email-contact,
.single-staff__content .staf-info .phone-contact {
  display: flex;
  gap: 10px;
  margin-bottom: 0px;
  font-size: 14px;
}

.rts-nbg-btn {
  font-weight: 500;
  position: relative;
  color: var(--rt-primary-1);
  text-transform: capitalize;
}

.studentDetails .wrapper .single-staff h5 {
  font-size: 20px;
}

.studentDetails .wrapper .single-staff a {
  font-size: 12px;
}


.studentDetails .single-staff__content .staf-image img {
  min-width: 130px;
  height: 130px;
  width: 130px;
}


.ourFacultySection .title {
  font-family: "Inter", sans-serif;
  font-size: 60px;
  margin-bottom: 0px;
  color: var(--rt-primary);
}

.ourFacultySection .next {
  width: 100px;
}

.ourFacultySection .singleFacultyPageMember img {
  width: 305px;
  height: 305px;
  border-radius: 153px 153px 153px 0px;
  border: 1px solid #000;
  margin-bottom: 20px;
  object-fit: contain;
  background: white;
}

.ourFacultySection .singleFacultyPageMember small {
  display: block;
  font-size: 16px;
}

.ourFacultySection .singleFacultyPageMember h5 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
  margin-top: 10px;
}

.research .title {
  font-family: "Inter", sans-serif;
  font-size: 45px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}

.studentList {
  padding: 60px 0px;
  background: #F5F5F5;
}

.studentList .topHeadingArea {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.studentList .topHeadingArea .selectBox {
  width: 210px;
  color: black;
  font-size: 17px;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 7px;
}

.studentList .topHeadingArea .dropdown .btn {
  background: var(--rt-primary);
  color: white;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 6px;
}

.studentList .topHeadingArea .dropdown a {
  font-size: 14px;
}

.studentList .singleStudent {
  border-radius: 10px;
  overflow: hidden;
  border: none;
  flex-direction: row;
}

.studentList .singleStudent img {
  width: 140px;
  height: 150px;
  object-fit: cover;
}

.studentList .singleStudent h5 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.studentList .singleStudent p {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
}

.studentList .singleStudent .btn {
  width: unset;
  font-size: 14px;
  padding: 4px 13px;
  border-radius: 6px;
  font-weight: 500;
}

.studentList .topHeading {
  font-family: "Inter", sans-serif;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
  color: var(--rt-primary);
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 0px;
}

.studentList .topHeading select {
  font-size: 35px;
  background-color: transparent;
  border: none;
}

.contactPage ul {
  padding: 0px;
  margin: 0px
}

.contactPage ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.contactPage ul li h6 {
  margin-bottom: 0px;
  font-weight: 700;
  color: #870c24;
}

.contactPage ul li a {
  font-size: 20px;
  font-weight: 500;
}

.contactPage ul li i {
  width: 60px;
  height: 60px;
  min-width: 60px;
  line-height: 60px;
  text-align: center;
  background: #870c24;
  border-radius: 50%;
  color: white;
  font-size: 25px;
}

.contactPage form .form-control {
  padding: 7px 15px;
  border: none;
  border-radius: 5px;
  background: #f2f2f2;
  font-size: 14px;
}

.contactPage form label {
  font-weight: 600;
  color: black;
  font-size: 14px;
}

.contactPage form {
  padding: 30px;
  border: 1px solid #b4b4b4;
  border-radius: 20px;
}

.overflow-visable {
  overflow: visible !important
}


.singlePerson {
  display: flex
  ;
      align-items: center;
      gap: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 15px;
}

.singlePerson:last-child{
  border-bottom: none;
}

.singlePerson:last-child {
  margin-bottom: 0px;
}

.singlePerson .text p {
  font-size: 18px;
  color: black;
  font-weight: 500;
}

.singlePerson i {
  width: 45px;
  min-width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: var(--rt-primary);
  color: white;
  text-align: center;
  font-size: 16px
}

.singlePerson .fa-phone{
  background: #291973;
  width: 55px;
  height: 55px;
  line-height: 55px;
}

.singlePerson h6 {
  margin-bottom: 5px;
  font-weight: 600
}

.rts-breadcrumb {
  position: relative;
  overflow: hidden;
}


.rts-breadcrumb>* {
  position: relative;
  z-index: 1;
}

.rts-breadcrumb .carousel .carousel-item img {
  height: 100%;
  object-fit: cover
}

.rts-breadcrumb .breadcrumb-content .breadcrumb {
  margin-top: 0px
}

.tabsSwiper .swiper-wrapper {
  transform: translate3d(0px, 0px, 0px)
}

.pt--80 {
  padding-top: 80px !important;
}

.pt--100 {
  padding-top: 100px !important;
}

.mb--30 {
  margin-bottom: 30px !important;
}

.mb--35 {
  margin-bottom: 35px !important;
}

.mb--15 {
  margin-bottom: 15px !important;
}

.pb--100 {
  padding-bottom: 100px !important;
}

.pt--70 {
  padding-top: 70px !important;
}

.pb--30 {
  padding-bottom: 30px !important;
}

.mb--20 {
  margin-bottom: 20px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.mt--40 {
  margin-top: 40px !important;
}

.mt--30 {
  margin-top: 30px !important;
}


.rts-section-padding {
  padding: 80px 0;
}

.rts__light {
  background: #f6f6f6;
}

.rts__section--wrapper.v__5 {
  justify-content: center;
  margin-bottom: 40px;
}

.rts__section--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.rts__section--wrapper.v__5 .rts__section--title {
  text-transform: capitalize;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  font-size: var(--p-s);
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  outline: none;
  border: var(--border-width) solid var(--rt-border);
  border-radius: var(--rt-radius-none);
}

.rts-event-details .event-sidebar .event-information,
.rts-event-details .event-sidebar .event-venue {
  background: #f6f6f6;
  border: 1px solid var(--rt-primary-2);
  padding: 40px;
  border-radius: 10px;
}

.rts-event-details .event-sidebar .event-information .rts-section-title,
.rts-event-details .event-sidebar .event-venue .rts-section-title {
  margin-bottom: 30px;
}

.rts-section-title {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.2;
  /* margin-top: -15px; */
}

.rts-event-details .event-sidebar .event-information .single-info .info-repeat:not(:last-child),
.rts-event-details .event-sidebar .event-venue .single-info .info-repeat:not(:last-child) {
  border-bottom: 1px solid #890c25;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.rts-event-details .event-sidebar .event-information .single-info .info-repeat .left-side,
.rts-event-details .event-sidebar .event-venue .single-info .info-repeat .left-side {
  display: flex;
  gap: 15px;
  align-items: center;
}

.rts-event-details .event-sidebar .event-information .single-info .info-repeat .left-side,
.rts-event-details .event-sidebar .event-venue .single-info .info-repeat .left-side {
  display: flex;
  gap: 15px;
  align-items: center;
}

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

.rts-breadcrumb .breadcrumb-content {
  color: #890c25;
  font-size: 45px;
  padding-top: 50px;
}

.rts-breadcrumb .breadcrumb-content .breadcrumb {
  color: var(--rt-white);
  margin-bottom: 15px;
  justify-content: center;
  margin-top: 0px;
}

.rts-breadcrumb .breadcrumb-content .breadcrumb li {
  margin: 0;
  padding: 0;
}

.rts-breadcrumb .breadcrumb-content .breadcrumb li a {
  color: var(--rt-white);
}

.rts-breadcrumb .breadcrumb-content .breadcrumb-item.active {
  color: var(--rt-white);
  text-transform: capitalize;
}

.rts-breadcrumb .breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  content: "\f054";
  font-family: var(--fontawesome);
  font-weight: 100;
  font-size: 14px;
}

.rts-breadcrumb .breadcrumb-content .section-title {
  font-size: 35px;
  color: #291973;
}

.eventTitleSection .eventInfoNew{
  display: flex
  ;
      align-content: center;
      gap: 30px;
      /* border-bottom: 1px solid #000; */
      padding-bottom: 20px;
}

.eventTitleSection .eventInfoNew p{
  margin: unset;
}

#aboutCoEPPLG{
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #e8e8e8 11px, #ffffff 11px);
  position: relative;
}

#aboutIITKgp::before{
  content: '';
  width: 353px;
  height: 50px;
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 8px, #890c25 8px, #ffffff 11px);
  position: absolute;
  right: 0px;
  bottom: 0px;
}

#aboutIITKgp .aboutImgWrapper{
  position: relative;
}

#aboutIITKgp .aboutImgWrapper img{
  height: 450px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

#aboutIITKgp .aboutImgWrapper::before{
  content: '';
  width: 300px;
  height: 300px;
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 8px, #890c25 8px, #ffffff 11px);
  position: absolute;
  left: -30px;
  bottom: -30px;
  z-index: -1;
}



.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding-top: 10px;
}


.marquee-content {
  display: inline-block;
  animation: marquee-scroll 20s linear infinite;
}

@keyframes marquee-scroll {
  from {
      transform: translateX(100%);
  }
  to {
      transform: translateX(-100%);
  }
}


.galleryThumbnails .singleThumbnail{
  display: block;
  transition: 0.2s;
  margin-bottom: 20px;
}

.galleryThumbnails .singleThumbnail .wrapper{
  position: relative;
}

.galleryThumbnails .singleThumbnail .wrapper span{
  position: absolute;
  left: 20px;
  bottom: 25px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 2px 15px;
  font-size: 13px;
  border-radius: 6px;
  font-weight: 600;
}

.galleryThumbnails .singleThumbnail:hover img{
  filter: brightness(0.9);
}

.galleryThumbnails .singleThumbnail:hover {
  text-decoration: underline;
}

.galleryThumbnails .singleThumbnail:hover span{
  background: #890c25;
}

.galleryThumbnails .singleThumbnail:hover h5{
  color: #870c24;
}

.galleryThumbnails .singleThumbnail img{
  border-radius: 10px;
  margin-bottom: 10px;
  height: 227px;
  width: 100%;
  object-fit: cover;
}

.galleryThumbnails .singleThumbnail h5{
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
          line-clamp: 2; 
  -webkit-box-orient: vertical;
}


@media only screen and (max-width: 1280px) {
  .header2 .nav-link {
    padding: 10px 10px !important;
  }
}




@media only screen and (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}

#scrollUp::before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 2, 72, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
  filter: blur(50px);
}

#scrollUp::after {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 60px;
    line-height: 60px;
  }
}

#scrollUp span.text {
  position: relative;
  display: inline-block;
  margin-top: 7px;
}

@media only screen and (max-width: 767px) {
  #scrollUp span.text {
    margin-top: 3px;
  }
}

#scrollUp span.text::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent var(--rt-primary) transparent;
  position: absolute;
  content: "";
  left: 50%;
  top: 21%;
  transform: translateX(-50%);
}

#scrollUp:hover span.text {
  color: var(--rt-primary);
}





.researchSection .nav-pills .nav-item .nav-link.active {
  background: #890c25;
  color: white;
}

.researchSection .nav-pills .nav-item .nav-link {
  color: black;
  padding: 8px 30px;
}

.research .nav-pills .nav-item .nav-link.active {
  background: #890c25;
  color: white;
}

.research .nav-pills .nav-item .nav-link {
  color: black;
  padding: 8px 30px;
  border-radius: 7px;
}


.research .research-project {
  padding: 30px;
  border-radius: 10px;
  min-height: 180px;
  box-shadow: 0px 4px 14px 0px #0000002b;
  transition: 0.3s;
}

.research .research-project:hover {
  background: #890c25;
  color: white;
}

.research .research-project:hover p{
  color: white;
}

.research .research-project:hover h4 {
  color: white;
}

.research .research-project:hover a:hover{
  color: white;
}

.research .research-project:hover h4::before {
  color: white;
}



.research .research-project h4 {
  margin-bottom: 0px;
  display: -webkit-box;
  overflow: hidden;
  text-decoration: none;
  -webkit-line-clamp: var(--heading-max-lines, 5);
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-family: var(--font-primary);
  font-weight: 400;
  position: relative;
  padding-left: 50px;
  min-height: 40px;
}

.research .research-project h4::before {
  content: "\f058";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  display: inline-block;
  color: #890c25;
  vertical-align: middle;
  background-position: -290px 0px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 30px;
}

.research .research-project h4 p a{
  text-decoration: underline;
}


.research .research-project hr {
  margin-bottom: 15px;
}


.research .research-project .desc {
  margin-bottom: 20px;
  min-height: 136px;
}

.research .research-project .date-box {
  margin-top: 15px;
  font-size: 14px;
}

.research .research-project h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
}

.research .research-project .btn {
  width: 100%;
  background: #890c25;
  color: white;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 7px;
}

.p-static {
  position: static !important;
}

.facultyPage .sidebar {
  background: #f7f3ec;
  padding: 20px;
}

.facultyPage .sidebar h5 {
  color: #890c25;
  font-family: "Hind", sans-serif;
  font-weight: bold;
}

.facultyPage .sidebar ul {
  padding: 0px;
  margin: 0px;
}

.facultyPage .sidebar ul li {
  list-style: none;
}

.facultyPage .sidebar ul li a {
  font-size: 14px;
  color: #880c25;
  font-weight: 500;
}

.facultyPage .nav-item {
  margin-right: 20px;
}

.facultyPage .nav-item .nav-link {
  color: #880c25;
  padding: 10px 20px;
  border: 1px solid #880c25;
  border-radius: 6px;
}

.facultyPage .nav-item .nav-link.active {
  background: #880c25;
  color: white;
}

.facultyPage .single-staff__content .staf-info .name {
  font-size: 20px;
}

.facultyPage .searchBox {
  position: relative;
}

.facultyPage .searchBox i {
  position: absolute;
  right: 15px;
  top: 13px;
}

.facultyPage .searchBox input {
  padding: 6px 20px;
}


.facultyPage .student .single-staff__content .staf-image img {
  min-width: 100px;
  height: 100px;
  width: 100px;
}

.facultyPage .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #880c25;
  font-size: 40px;
}

.facultyPage .title a {
  font-size: 20px;
  color: #880c25;
  font-family: "Hind", sans-serif;
  font-weight: bold;
}

.text-main {
  color: #890c25 !important;
}

.pb--130 {
  padding-bottom: 130px !important;
}

.pt--40 {
  padding-top: 40px !important;
}



.rts-breadcrumb.breadcrumb-height .carousel {
  height: 500px;
}



.mw-100 {
  width: 100%;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}



.rts-footer.v_1 {
  background: var(--footer-bg);
  padding-bottom: 80px;
}

.rts-footer.v_2 {
  background: var(--footer-bg);
}

.rts-footer.v_2 a {
  color: white;
  opacity: 0.6;
  width: 32%;
  display: inline-block;
  font-size: 14px;
  padding-left: 0px;
}

.rts-footer.v_2 .w-35{
  width: 35%;
  display: inline-block;
}

.rts-footer.v_2 .w-48{
  width: 51%;
  display: inline-block;
}

.rts-footer.v_2 p {
  color: white;
  opacity: 0.6;
}

.rts-footer.v_2 .rts-footer-newsletter {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #242424;
  padding-bottom: 50px;
  margin-bottom: 60px;
}

.rts-footer.v_2.rts-footer-padding {
  padding-top: 50px;
  padding-bottom: 40px;
}

.rts-footer.v_2 .rts-newsletter-box-content {
  display: flex;
  align-items: center;
}

.rts-footer.v_2 .rts-newsletter-box-content h4 {
  color: var(--rt-white);
  margin-bottom: 0;
}

.rts-footer.v_2 .rts-newsletter-box-content .newsletter-form form input[type=email] {
  border-color: var(--rt-primary-2);
  border-radius: 0;
}

.rts-footer.v_2 .rts-newsletter-box-content .newsletter-form form button {
  color: var(--rt-secondary);
  border-radius: 0;
}

.rts-footer.v_2 .rts-newsletter-box-content .newsletter-form form button:hover {
  color: var(--rt-white);
}

.rts-footer.v_2 .rts-newsletter-box-content .newsletter-form form button.rts-nbg-btn::before {
  background: var(--rt-primary-2);
}

.rts-footer.rts-footer-padding {
  padding: 100px 0;
}

@media screen and (max-width: 992px) {
  .rts-footer-widget.ml--30 {
    margin-left: 0 !important;
  }
}

.rts-footer-widget h6 {
  color: var(--rt-white);
  margin-bottom: 15px;
  font-family: var(--font-primary);
}

.rts-footer-widget .rts-contact-link a {
  display: block;
  transition: var(--transition);
}

.rts-footer-widget .rts-contact-link a:not(:last-child) {
  margin-bottom: 15px;
}

.rts-footer-widget .rts-contact-link a:hover {
  opacity: 1;
}

.rts-footer-widget .rts-footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.rts-footer-widget .rts-footer-menu ul li a {
  transition: var(--transition);
}

.rts-footer-widget .rts-footer-menu ul li a:hover {
  opacity: 1;
}

.rts-footer-widget .rts-post-widget ul {
  margin: 0;
}

.rts-footer-widget .rts-post-widget ul .single-post {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}

.rts-footer-widget .rts-post-widget ul .single-post:not(:last-child) {
  padding-bottom: 25px;
}

.rts-footer-widget .rts-post-widget ul .single-post .blog-thumb img {
  height: 80px;
  max-width: 80px;
  transform: scale(1);
  object-fit: cover;
}

.rts-footer-widget .rts-post-widget ul .single-post .post-content span.rt-date {
  display: block;
  margin-bottom: 5px;
}

.rts-footer-widget .rts-post-widget ul .single-post .post-content a {
  color: var(--rt-white);
  font-size: 18px;
  transition: var(--transition);
  font-family: var(--font-secondary);
}

.rts-footer-widget .rts-post-widget ul .single-post .post-content a:hover {
  color: var(--rt-primary-2);
}

.rts-footer-copy-right.v_1 .rt-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rts-footer-copy-right.v_1 .rt-center p {
  margin: unset;
  font-size: 14px;
  color: white;
  opacity: 0.6;
}

 .socialMedias {
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.socialMedias li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

.socialMedias li a{
  opacity: 1 !important;
}

.socialMedias li i {
  /* width: 35px;
  height: 35px; */
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
}

/* .socialMedias li .fa-facebook-f {
  background: #3b5998;
}

.socialMedias li .fa-x-twitter {
  background: #000;
}

.socialMedias li .fa-linkedin {
  background: #0a66c2;
}

.socialMedias li .fa-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
} */

.rts-video-section.height-500 {
  height: 100%;
}

.rts-video-section::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.2);
}

.chairPersonMsg .rts-video-section img {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rts-video-section img {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -1;
  left: 0px;
  top: 0px;
  border-radius: 15px;
}

.rts-video-section {
  position: relative;
  z-index: 1;
}

.rts-footer-copy-right.v_1 ul li a {
  color: white;
}

.rts-footer-copy-right.v_1 {
  padding: 16px 0;
  background: var(--footer-bg);
  border-top: 1px solid #434343;
}

.rts-footer-copy-right.v_1 a {
  color: white;
  text-decoration: underline;
}

/*===== Footer CSS ======*/
.footer {
  background: var(--footer-bg);
  padding: 100px 0;
}

.footer__widget--logo {
  margin-bottom: 50px;
}

.footer__widget--description {
  max-width: 320px;
  margin-left: 0;
}

.footer__widget--social .social {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}

.footer__widget--social .social li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid var(--rt-white);
  background: transparent;
  transition: var(--transition);
}

.footer__widget--social .social li a i {
  color: var(--rt-white);
}

.footer__widget--social .social li a:hover {
  background: var(--rt-primary-1);
  border-color: var(--rt-primary-1);
}

.footer__widget--title {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-primary);
  color: var(--rt-white);
  margin-bottom: 40px;
}

.footer__widget--menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__widget--menu ul li {
  margin-top: 0;
  margin-bottom: 0;
}

.footer__widget--menu ul li:not(:last-child) {
  margin-bottom: 15px;
}

.footer__widget--menu ul li a {
  transition: var(--transition);
}

.footer__widget--menu ul li a:hover {
  color: var(--rt-hover);
}

.footer__widget--button {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__widget--button .cta__button {
  padding: 14px 30px;
  text-align: center;
  border: 1px solid var(--rt-white);
  color: var(--rt-white);
  border-radius: 30px;
  transition: var(--transition);
  text-transform: capitalize;
}

.footer__widget--button .cta__button:hover,
.footer__widget--button .cta__button.active {
  background: var(--rt-primary-1);
  border-color: var(--rt-primary-1);
}

/*======== Footer Copyright =========*/
.copyright {
  border-top: 1px solid var(--copyright-border);
  background: var(--footer-bg);
}

.copyright__wrapper {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyright__wrapper p a {
  color: var(--rt-primary-1);
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  box-shadow: 0px 1px 5px 10px rgba(0, 0, 0, 0.041);
}

.progress-wrap::after {
  position: absolute;
  font-family: var(--fontawesome);
  content: "\f077";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--rt-primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  border: 0px solid var(--rt-primary);
  box-shadow: none;
  border-radius: 50% !important;
  border-radius: 5px;
}

.progress-wrap:hover::after {
  opacity: 1;
  content: "\f077";
  border: 0px solid var(--rt-primary);
}

.progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "\f077";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: var(--rt-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 0;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg {
  color: var(--rt-primary);
  border-radius: 50%;
  background: #fff;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--rt-primary);
  stroke-width: 0px;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.home-blue .progress-wrap svg.progress-circle path {
  stroke: var(--rt-primary-2);
}

.home-blue .progress-wrap::after {
  border-color: var(--rt-primary-2);
  box-shadow: 0px 3px 20px 6px #0742e952;
  color: var(--rt-primary-2);
}

.rts-contact-info .contact-information .single-contact {
  background: #f6f6f6;
  text-align: center;
  padding: 50px;
}

.fs-xss {
  font-size: 12px;
}

.ml--30 {
  margin-left: 30px !important;
}

@media screen and (max-width: 1200px) {
  .rts-contact-info .contact-information .single-contact {
    padding: 25px;
  }
}

.rts-contact-info .contact-information .single-contact__single .icon {
  margin-bottom: 30px;
}

.rts-contact-info .contact-information .single-contact__single .icon i {
  font-size: 64px;
  color: var(--rt-primary-1);
}

.rts-contact-info .contact-information .single-contact__single p {
  color: var(--rt-secondary);
  font-weight: 500;
  line-height: 30px;
}

.rts-contact-info .contact-information .single-contact__single p.rt-regular {
  font-weight: 400 !important;
}

.rts-contact-info .contact-information .single-contact__single .method {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rts-contact-info .contact-information .single-contact__single .method a {
  font-size: 20px;
  font-weight: 500;
  color: var(--rt-secondary);
}

.contact-method__single {
  position: relative;
}

.contact-method__single::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}

.contact-method__single .contact-img-bg img {
  min-height: 370px;
  max-height: 370px;
  width: 100%;
  object-fit: cover;
}

.contact-method__single .contact-text {
  padding: 60px 50px;
  position: absolute;
  top: 0;
  min-height: 100%;
  width: 100%;
  color: var(--rt-white);
}

.contact-method__single .contact-text h3.contact-title {
  color: var(--rt-white);
  margin-bottom: 20px;
}

.contact-method__single .contact-text .description {
  color: var(--rt-white);
  font-size: 20px;
  font-weight: 500;
}

.contact-method__single .contact-text .contact-link {
  position: absolute;
  bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-method__single .contact-text .contact-link a {
  color: var(--rt-white);
  display: block;
  font-size: 20px;
  font-weight: 500;
}

.contact-map {
  height: 470px;
  filter: grayscale(1);
}

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 380px;
  padding: 40px 35px;
  padding-top: 50px;
  height: 100%;
  display: block;
  background-color: white;
  backdrop-filter: blur(7px);
  z-index: 1900;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}

.single-gallery img{
  border-radius: 10px;
  height: 228px;
  width: 100%;
  object-fit: cover;
}

.EventList .swiper-button-next i:hover, .EventList .swiper-button-prev i:hover{
  background: black;
  color: white;
}

@media only screen and (max-width: 575px) {

  .galleryThumbnails .singleThumbnail img{
    height: 150px;
  }
  .side-bar {
    width: 315px;
  }

  .galleryThumbnails .singleThumbnail h5{
    font-size: 16px;
  }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
  display: flex;
  justify-content: center;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
  width: 60%;
  margin: auto;
}

.side-bar .inner-main-wrapper-desk .inner-content {
  margin-top: 30px;
}

.side-bar .inner-main-wrapper-desk .inner-content ul {
  padding: 0px;
  margin: 0px;
}

.side-bar .inner-main-wrapper-desk .inner-content ul li {
  list-style: none;
  margin-bottom: 15px;
}

.side-bar .inner-main-wrapper-desk .inner-content ul li a {
  font-size: 14px;
}

.side-bar .inner-main-wrapper-desk .inner-content p {
  max-width: 100%;
  text-align: center;
  margin: auto;
  font-size: 14px;
}

.side-bar .inner-main-wrapper-desk .inner-content .title {
  font-weight: 600;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer {
  padding-top: 50px;
  margin-top: 40px;
  border-top: 1px solid #e8e8e8;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .title {
  font-weight: 500;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer a.rts-btn {
  margin: auto;
}

.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar {
  margin-top: 50px;
}

.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .title {
  margin-bottom: 20px;
  font-size: 24px;
}

.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .single-info {
  margin: 15px 0;
}

.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .single-info a:hover {
  color: var(--color-primary);
}

.side-bar.show {
  right: 0;
  overflow-y: auto;
}

.side-bar button {
  max-width: max-content;
  margin-right: auto;
  margin-left: -55px;
  margin-top: 0;
  position: absolute;
  border: 0;
}

.side-bar button i {
  color: #ffffff;
  height: 50px;
  width: 50px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  margin-top: -53px;
  font-size: 27px;
  background: var(--rt-primary-2);
}



#anywhere-home.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}

.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}

.index-three .side-bar .inner-main-wrapper-desk {
  display: none !important;
}

.index-three .side-bar .mobile-menu-main {
  display: block !important;
}

.offcanvase__banner--content {
  position: relative;
}

.offcanvase__banner--content img {
  width: 100%;
}

.offcanvase__banner--content .rts-theme-btn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%);
  font-size: 14px;
  padding: 8px 30px;
  border-radius: 4px;
}

.offcanvase__info {
  margin-top: 50px;
}

.offcanvase__info--content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}

.offcanvase__info--content a {
  display: flex;
  gap: 10px;
  transition: var(--transition);
}

.offcanvase__info--content a:hover {
  color: var(--rt-secondary);
}

.offcanvase__info--content a span {
  color: var(--rt-secondary);
}

.offcanvase__info--content--social {
  display: flex;
  align-items: center;
  gap: 20px;
}

.offcanvase__info--content--social>p {
  text-align: left;
  margin: 0 !important;
}

.offcanvase__info--content--social .social__links {
  display: flex;
  gap: 10px;
}

.search-input-area {
  transition: all 500ms ease;
  visibility: hidden;
  transform: translateY(-100%);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 57px 0;
  background: white;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-input-area.show {
  visibility: visible;
  transform: inherit;
  opacity: 1;
}

.search-input-area .search-input-inner {
  display: flex;
  align-items: center;
  position: relative;
}

.search-input-area .search-input-inner .input-div {
  width: 80%;
  display: flex;
  align-items: center;
  margin: auto;
}

.search-input-area .search-input-inner .input-div input {
  background: #F7F7F7;
  border-radius: 5px;
  height: 55px;
  border: 1px solid transparent;
}

.search-input-area .search-input-inner .input-div input:focus {
  border: 1px solid var(--rt-primary);
}

.search-input-area .search-input-inner .input-div button {
  max-width: max-content;
  padding: 18px 21px;
  background: var(--rt-primary);
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: block;
  margin-left: -9px;
  border-radius: 0 5px 5px 0;
  font-size: var(--p-s);
}

.search-input-area .search-close-icon {
  cursor: pointer;
  position: absolute;
  right: 38px;
  top: 22px;
}

.search-input-area .search-close-icon i {
  position: relative;
  z-index: 1;
  color: var(--rt-primary);
  transition: 0.3s;
  font-size: 18px;
}

.search-input-area .search-close-icon i:hover {
  color: #F7F7F7;
}

.search-input-area .search-close-icon i:hover::after {
  background: var(--rt-primary);
}

.search-input-area .search-close-icon i::after {
  position: absolute;
  height: 45px;
  width: 45px;
  content: "";
  border-radius: 5px;
  background: #553cdf14;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.3s;
}

#anywhere-home {
  cursor: url(../images/banner/shape/close.html), auto;
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

#anywhere-home.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}


.studentDetails .sidebarFaculty {
  background: white;
  padding: 30px;
  border-radius: 10px;
  position: sticky;
  top: 20px;
  box-shadow: 0px 4px 10px 0px #0000001c;
}

.studentDetails .sidebarFaculty ul {
  padding: 0px;
  margin: 0px;
}

.studentDetails .sidebarFaculty ul li {
  list-style: none;
  margin-bottom: 10px;
  color: black;
}

.studentDetails .sidebarFaculty .searchBox {
  position: relative;
  margin-bottom: 30px;
}

.studentDetails .sidebarFaculty .searchBox input {
  border: 1px solid #ddd;
  padding: 6px 10px;
}

.studentDetails .sidebarFaculty .searchBox i {
  position: absolute;
  right: 10px;
  top: 12px;
}

.studentDetails .sidebarFaculty h5 {
  color: var(--rt-primary);
  font-weight: 600;
  margin-bottom: 10px;

}


.line-li li {
  display: inline-block;
  margin-right: 30px
}

.opacity-0 {
  opacity: 0 !important
}


.galleryPage {
  padding: 100px 0px;
}

.galleryPage .title {
  font-weight: bold;
}

.mobileSocialMedias {
  display: none;
}

/* ===== Student Page ===== */
.studentPage__title {
  font-family: var(--font-primary);
  font-size: var(--h2);
  font-weight: var(--f-bold);
  color: var(--rt-primary);
  line-height: 1.2;
}

.studentPage__subtitle {
  font-family: var(--font-primary);
  font-size: var(--h2);
  font-weight: var(--f-bold);
  color: var(--rt-primary);
}

.studentPage__intro {
  font-size: 17px;
  line-height: 1.8;
  color: var(--rt-body);
}

.studentPage__image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.studentPage__image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 12px;
}

.studentPage__activities ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.studentPage__activities ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--rt-border);
  border-radius: 10px;
  transition: var(--transition);
}

.studentPage__activities ul li:hover {
  border-color: var(--rt-primary);
  box-shadow: 0 8px 24px rgba(137, 12, 37, 0.1);
}

.studentPage__activities ul li .icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  line-height: 50px;
  text-align: center;
  background: var(--rt-primary);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
}

.studentPage__activities ul li span:last-child {
  font-size: 15px;
  line-height: 1.7;
  color: var(--rt-heading);
  font-weight: var(--f-medium);
}

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

.studentPage__skills li {
  position: relative;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--rt-body);
  border-bottom: 1px solid var(--rt-line);
}

.studentPage__skills li:last-child {
  border-bottom: none;
}

.studentPage__skills li::before {
  content: "\f00c";
  font-family: var(--fontawesome);
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 10px;
  color: var(--rt-primary);
  font-size: 14px;
}

.mb--50 {
  margin-bottom: 50px !important;
}

@media only screen and (max-width: 991px) {
  .studentPage__activities ul {
    grid-template-columns: 1fr;
  }

  .studentPage__image {
    margin-top: 30px;
  }

  .studentPage .order-lg-1 {
    margin-top: 30px;
  }

  .studentPage__title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 764px) {
  .studentPage__title {
    font-size: 28px;
  }

  .studentPage__subtitle {
    font-size: 22px;
  }

  .studentPage__image img {
    height: 280px;
  }

  .studentPage__activities ul li {
    padding: 18px;
  }
}


@media only screen and (max-width: 764px) {

  .facultyPage .title{
    font-size: 25px;
  }

  .learningPedology .table{
    width: calc(100% - 0px);
    min-height: unset;
  }
  .rts-video-section.height-500 {
    height: 250px;
  }

  .chairPersonMsg .rts-video-section img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .mobileSocialMedias {
    display: block;
    padding: 0px;
    margin: 0px
  }

  .mobileSocialMedias li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
  }

  .mobileSocialMedias li i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
  }

  .mobileSocialMedias li a {
    color: white;
  }

  .mobileSocialMedias li .fa-facebook-f {
    background: #3b5998;
  }

  .mobileSocialMedias li .fa-twitter {
    background: #1DA1F2;
  }

  .mobileSocialMedias li .fa-linkedin {
    background: #0a66c2;
  }

  .mobileSocialMedias li .fa-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  }


  .chairPersonMsg .msgWrapper {
    padding: 20px;
  }

  .topHeaderSection {
    padding-top: 15px;
    height: 123px;
  }

  .pl--50 {
    padding-left: 15px !important;
  }

  .hero2 h1 {
    font-size: 32px;
    line-height: 1.5;
  }

  .hero2 h1 br {
    display: none;
  }

  .hero2 h1 .left {
    width: 20px;
  }

  .hero2 h1 .right {
    width: 20px;
  }

  .header2 {
    position: static;
    padding: 10px 0px;
  }

  .header2 .navbar-toggler {
    color: black;
    font-size: 23px;
    width: unset;
  }

  .header2 .navbar-toggler .navbar-toggler-icon {
    height: unset;
  }

  .header2 .nav-link {
    color: white;
    padding: 10px 10px !important;
  }

  .hero2 .heroImg {
    min-height: 155px;
  }

  .about2 h2 {
    font-size: 20px;
    margin-top: 0px !important;
  }

  .about2 h2 span{
    font-size: 25px;
  }

  .aboutProgram p {
    margin-bottom: 30px !important;
  }


  .chairPersonMsg .rts-video-section img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .chairPersonMsg .msgWrapper {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .chairPersonMsg .msgWrapper h2 {
    font-size: 25px;
  }

  .chairPersonMsg .msgWrapper h5 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .missonVission h5 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .aboutProgram h2 {
    font-size: 25px;
  }

  .whyApply h2 {
    font-size: 30px;
    margin-bottom: 30px !important;
    text-align: center;
  }

  .whyApply .card h5{
    margin-bottom: 10px;
  }

  .whyUs .title {
    font-size: 25px;
  }

  .whatExpect .title {
    font-size: 25px;
  }

  .learningPedology {
    height: unset;
  }


  .learningPedology .title {
    font-size: 25px;
  }

  .admissionSection h2 {
    font-size: 25px;
  }

  .facultyMemberSection .title {
    font-size: 25px;
  }

  .studentDemography .title {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .research .title {
    font-size: 25px;
  }

  .researchAndAchievement .title {
    font-size: 25px;
    text-align: center;
  }

  .studentList .singleStudent img {
    height: 130px;
    width: 100%;
  }

  .studentList .topHeading {
    display: block;
    margin-bottom: 20px;
  }

  .studentList .topHeading select {
    font-size: 20px;
  }

  .studentDetails .wrapper .toparea {
    flex-direction: column;
  }

  .studentDetails .wrapper .toparea h2 {
    font-size: 35px;
  }

  .studentDetails .wrapper .toparea ul li {
    display: block;
  }

  .single-staff__content .staf-image img {
    height: 130px;
    object-fit: contain;
    border: 1px solid #000;
  }

  .ourFacultySection .subText {
    margin-bottom: 30px !important;
    font-size: 18px;
    max-width: 100%;
  }

  .ourFacultySection h2 {
    font-size: 35px;
  }

  .sidebarFaculty {
    display: none;
  }

  .studentList .topHeadingArea {
    display: block;
  }

  .facultyMemberSection .col {
    width: 100%;
    max-width: 100%;
    min-width: 50%;
    margin-bottom: 15px;
  }

  .facultyMemberSection .singleProfessor img {
    height: 300px;
  }

  .rts-footer-copy-right.v_1 .rt-center {
    display: block;
    text-align: left;
  }

  .rts-footer-copy-right.v_1 ul li {
    margin-left: 0px;
    margin-right: 25px;
  }

  .directorMessage .row {
    padding: 30px 20px;
  }

  .directorMessage .row img {
    margin-bottom: 30px;
  }

  .directorMessage .row p {
    font-size: 16px;
  }

  .contactPage p {
    display: none;
  }

  .contactPage ul li i {
    width: 50px;
    height: 50px;
    min-width: 50px;
    line-height: 50px;
    font-size: 22px;
  }

  .contactPage ul li a {
    font-size: 18px;
  }

  .studentList .singleStudent {
    flex-direction: column;
  }

  .studentList .singleStudent h5 {
    font-size: 15px;
  }

  .studentList .singleStudent p {
    font-size: 12px;
  }


  .topHeaderSection .right {
    display: none !important;
  }

  .topHeaderSection h2 {
    font-size: 12px !important;
  }

  .topHeaderSection p {
    margin-bottom: 0px;
    font-size: 12px !important;
    margin-top: 5px;
    text-align: left;
    line-height: 1;
  }

  .topHeaderSection .left img {
    width: 75px !important;
  }

  .topHeaderSection .topArea {
    display: none;
  }

  #header {
    top: -123px;
  }

  #aboutIITKgp {
    padding-bottom: 0px !important;
    padding-top: 60px;
  }

  .missonVission {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .missonVission p {
    max-width: 100%;
  }

  .missonVission p {
    margin-bottom: 40px;
  }

  .about2 {
    padding: 60px 0px;
  }

  .directorMessage {
    margin-top: 60px;
  }

  .aboutProgram {
    padding: 60px 0px;
  }

  .whyApply {
    padding: 60px 0px;
  }

  .whyUs {
    padding: 60px 0px;
  }

  .whatExpect {
    padding: 60px 0px;
  }

  .whatExpect .title {
    margin-bottom: 30px;
  }

  .learningPedology {
    padding: 60px 0px;
  }

  .admissionSection {
    padding: 60px 0px;
  }

  .facultyMemberSection {
    padding: 60px 0px;
  }

  .research {
    overflow-x: hidden;
    padding-bottom: 60px !important;
    padding-top: 20px !important;
  }

  .studentDemography {
    padding-top: 60px;
  }

  .researchAndAchievement {
    padding: 60px 0px;
  }

  .rts-footer-copy-right.v_1 ul {
    margin-top: 20px;
  }

  .rts-footer.v_2.rts-footer-padding {
    padding-bottom: 40px;
  }

  .rts-footer.v_2 p {
    margin-top: 0px !important;
  }

  /* .row {
  margin-left: -15px;
  margin-right: -15px;
} */

  .facultyMemberSection .nav-pills {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }

  .studentDemography img {
    margin-top: 20px;
  }

  .studentDemography .batchText {
    font-size: 20px;
  }

  .facultyMemberSection .mobile-nav-link {
    color: black;
    padding: 8px 14px;
    border-radius: 7px;
  }

  .facultyMemberSection .mobile-nav-link.active {
    background: #890c25;
    color: white;
  }

  .tabsSwiper .swiper-slide {
    width: unset !important;
  }

  .single-staff {
    padding: 10px;
    height: calc(100% - 20px);
  }

  .single-staff__content {
    gap: 15px;
  }

  .single-staff__content .staf-info .name {
    font-size: 15px;
  }

  .single-staff__content .staf-info .email-contact,
  .single-staff__content .staf-info .phone-contact {
    display: flex;
    gap: 5px;
    margin-bottom: 0px;
    font-size: 11px;
  }

  .rts-nbg-btn {
    font-size: 14px;
    margin-top: 0px !important;
  }

  .single-staff__content .staf-info .designation {
    font-size: 12px;
  }

  .single-staff__content {
    flex-wrap: wrap;
  }

  .whyApply .card {
    margin-bottom: 20px;
    height: unset;
  }

  .whyUs .title {
    margin-bottom: 0px;
  }

  .whyUs .card{
    padding: 20px;
  }

  .whyUs .card h6{
    font-size: 18px;
  }

  .admissionSection table {
    width: calc(100% - 0px);
    min-height: unset;
  }

  .facultyMemberSection .singleProfessor .textarea{
    bottom: 0px;
  }

  .contactPage{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .rts-gallery{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .mfp-image-holder .mfp-content{
    width: 95%;
  }

  .missonVission::before{
    width: 250px;
    height: 30px;
  }

  .rts-footer.v_2 a{
    width: 48%;
    margin-bottom: 8px;
  }
  .rts-footer.v_2 .w-35{
    width: 100%;
  }
  .rts-footer.v_2 .w-48{
    width: 100%;
  }

  .rts-footer-copy-right.v_1 .rt-center p {
    font-size: 12px;
    margin-top: 20px;
}

#aboutIITKgp .aboutImgWrapper img{
  height: unset;
}

.researchAndAchievement img{
  display: none;
}

.eventTitleSection .eventInfoNew{
  display: block;
}

.rts-breadcrumb .breadcrumb-content .section-title{
  font-size: 30px;
}
}

/* Global Loader */
.page-loader,
.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  width: 100%;
}

.page-loader .spinner-border,
.loader .spinner-border {
  width: 40px;
  height: 40px;
  border-width: 3px;
  border-color: #e0e0e0;
  border-top-color: var(--rt-primary);
}

@keyframes loaderSpin {
  to {
    transform: rotate(360deg);
  }
}

/* Global No Data / Empty State */
.no-data {
  text-align: center;
  padding: 80px 20px;
  width: 100%;
  background: #efefef;
  border-radius: 10px;
}

.no-data i {
  font-size: 48px;
  color: #880c25;
  margin-bottom: 20px;
  display: block;
}

.no-data h5 {
  font-weight: 600;
  color: var(--rt-heading);
  margin-bottom: 8px;
}

.no-data p {
  color: var(--rt-body);
  font-size: 15px;
  margin-bottom: 0;
  text-align: center;
}

/* ========== Event Detail Page ========== */
.evt-detail-page {
  padding: 40px 0 0px;
}

.evt-detail-header {
  margin-bottom: 32px;
}

.evt-detail-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--rt-heading);
  line-height: 1.3;
  margin-bottom: 16px;
}

.evt-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.evt-detail-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: var(--rt-body);
  font-weight: 500;
}

.evt-detail-meta-item i {
  color: var(--rt-primary);
  font-size: 16px;
}

.evt-detail-gallery {
  margin-bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
}

.evt-detail-gallery .carousel-item img {
  width: 100%;
  height: 450px;
  object-fit: contain;
  background: gainsboro;
}

.evt-detail-gallery .carousel-control-prev,
.evt-detail-gallery .carousel-control-next {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.evt-detail-gallery .carousel-control-prev {
  left: 16px;
}

.evt-detail-gallery .carousel-control-next {
  right: 16px;
}

.evt-detail-gallery .carousel-control-prev-icon,
.evt-detail-gallery .carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

.evt-detail-desc {
  font-size: 16px;
  line-height: 1.8;
  color: var(--rt-body);
  margin-bottom: 40px;
}

.evt-detail-desc p {
  margin-bottom: 16px;
}

.evt-detail-desc img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.evt-detail-section {
  margin-top: 36px;
}

.evt-detail-section-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--rt-heading);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f0f0;
}

.evt-detail-people {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.evt-detail-person {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 16px 20px;
  min-width: 240px;
}

.evt-detail-person-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--rt-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.evt-detail-person-icon--contact {
  background: #2a7d4f;
}

.evt-detail-person h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--rt-heading);
  margin-bottom: 4px;
}

.evt-detail-person p {
  font-size: 14px;
  color: var(--rt-body);
  margin-bottom: 2px;
  line-height: 1.5;
}

/* Event Detail - Mobile */
@media (max-width: 768px) {
  .evt-detail-page {
    padding: 24px 0 0px;
  }

  .evt-detail-title {
    font-size: 24px;
  }

  .evt-detail-meta {
    gap: 12px;
  }

  .evt-detail-meta-item {
    font-size: 14px;
  }

  .evt-detail-gallery .carousel-item img {
    height: 260px;
  }

  .evt-detail-gallery .carousel-control-prev,
  .evt-detail-gallery .carousel-control-next {
    width: 36px;
    height: 36px;
  }

  .evt-detail-gallery .carousel-control-prev {
    left: 10px;
  }

  .evt-detail-gallery .carousel-control-next {
    right: 10px;
  }

  .evt-detail-person {
    min-width: 100%;
  }
}

/* ========================================
   News & Events Page - Revamped Design
   All classes prefixed with "nev-"
   ======================================== */

.nev-page-wrapper {
  padding: 80px 0 100px;
  background: linear-gradient(135deg, #fafafa 0%, #f0f0f5 100%);
  min-height: 70vh;
}

.nev-page-header {
  text-align: center;
  margin-bottom: 40px;
}

.nev-page-title {
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: var(--rt-heading);
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}


.nev-page-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: var(--rt-body);
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
}

/* Tabs */
.nev-tab-pills {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.nev-tab-btn {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 32px;
  border: 2px solid var(--rt-primary);
  border-radius: 8px;
  background: transparent;
  color: var(--rt-primary);
  cursor: pointer;
  transition: all 0.3s ease;
}

.nev-tab-btn:hover {
  background: rgba(137, 12, 37, 0.08);
}

.nev-tab-btn.active {
  background: var(--rt-primary);
  color: #fff;
}

/* Toolbar (tabs + search in one row) */
.nev-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

/* Search Box */
.nev-search-box {
  position: relative;
  width: 320px;
  flex-shrink: 0;
}

.nev-search-box .nev-search-input {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  padding: 12px 44px 12px 18px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  height: auto;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.nev-search-box .nev-search-input:focus {
  outline: none;
  border-color: var(--rt-primary);
  box-shadow: 0 0 0 3px rgba(137, 12, 37, 0.1);
}

.nev-search-box .nev-search-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 15px;
  pointer-events: none;
}

/* Events Grid - 3 columns */
.nev-events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Event Card */
.nev-event-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.nev-event-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

/* Card Image */
.nev-card-image-wrap {
  position: relative;
  width: 100%;
  /* height: 220px; */
  overflow: hidden;
}

.nev-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.nev-event-card:hover .nev-card-img {
  transform: scale(1.05);
}

/* Card Body */
.nev-card-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Date (inside card body, before title) */
.nev-card-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--rt-primary);
  margin-bottom: 12px;
}

.nev-card-date svg {
  flex-shrink: 0;
}

.nev-card-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--rt-heading);
  line-height: 1.5;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Speakers */
.nev-speakers {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.nev-speakers-label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--rt-body);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nev-speakers-avatars {
  display: flex;
  align-items: center;
}

.nev-speakers-avatars .nev-speaker-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  display: block;
}

.nev-speakers-avatars .nev-speaker-tip + .nev-speaker-tip {
  margin-left: -8px;
}

.nev-speakers-avatars .nev-speaker-tip:first-child .nev-speaker-img {
  margin-left: 0;
}

/* Speaker Tooltip */
.nev-speaker-tip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.nev-speaker-tip::after {
  content: attr(data-nev-tip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  background: var(--rt-secondary);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10;
}

.nev-speaker-tip::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  border: 5px solid transparent;
  border-top-color: var(--rt-secondary);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10;
}

.nev-speaker-tip:hover::after,
.nev-speaker-tip:hover::before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

/* Read More Link */
.nev-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--rt-primary);
  text-decoration: none;
  margin-top: auto;
  transition: gap 0.3s ease, color 0.3s ease;
}

.nev-read-more:hover {
  color: var(--rt-hover);
  gap: 12px;
}

.nev-read-more svg {
  transition: transform 0.3s ease;
}

.nev-read-more:hover svg {
  transform: translateX(4px);
}

/* No Results Empty State */
.nev-no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: var(--rt-body);
  background: white;
  border-radius: 10px;
}

.nev-no-results svg {
  color: #ccc;
  margin-bottom: 20px;
}

.nev-no-results h4 {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--rt-heading);
  margin-bottom: 8px;
}

.nev-no-results p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: var(--rt-body);
  max-width: 400px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
}

/* ========================================
   Responsive - News & Events Page
   ======================================== */

@media only screen and (max-width: 991px) {
  .nev-page-wrapper {
    padding: 60px 0 80px;
  }

  .nev-page-title {
    font-size: 34px;
  }

  .nev-page-header {
    margin-bottom: 30px;
  }

  .nev-events-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  /* .nev-card-image-wrap {
    height: 200px;
  } */
}

@media only screen and (max-width: 767px) {
  .nev-events-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .nev-page-wrapper {
    padding: 50px 0 60px;
  }

  .nev-page-title {
    font-size: 28px;
  }

  .nev-page-subtitle {
    font-size: 14px;
  }

  /* .nev-card-image-wrap {
    height: 200px;
  } */

  .nev-card-body {
    padding: 18px;
  }

  .nev-card-title {
    font-size: 15px;
  }

  .nev-tab-btn {
    padding: 8px 22px;
    font-size: 14px;
  }

  .nev-search-box {
    width: 100%;
  }
}

/* ========================================
   Event Detail Page - Static
   All classes prefixed with "nevd-"
   ======================================== */

.nevd-page-wrapper {
  padding: 40px 0 72px;
  background: #f5f6f8;
  min-height: 70vh;
}

/* Back Link */
.nevd-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--rt-primary);
  text-decoration: none;
  margin-bottom: 20px;
  padding: 6px 14px 6px 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
}

.nevd-back-link:hover {
  gap: 12px;
  color: var(--rt-hover);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Banner */
.nevd-banner {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  position: relative;
}

.nevd-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, rgba(0,0,0,0.25), transparent);
  pointer-events: none;
}

.nevd-banner-img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 420px;
}

/* Status Badge - overlaid on banner top-left */
.nevd-status-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 14px;
  border-radius: 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.nevd-status-active {
  background: rgba(16, 185, 129, 0.85);
  color: #fff;
}

.nevd-status-past {
  background: rgba(107, 114, 128, 0.85);
  color: #fff;
}

/* Content Card */
.nevd-content-card {
  background: #fff;
  border-radius: 0 0 16px 16px;
  padding: 32px 40px 36px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}

/* Title */
.nevd-title {
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: var(--rt-heading);
  line-height: 1.35;
  margin-bottom: 18px;
  letter-spacing: -0.3px;
}

/* Meta Row */
.nevd-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.nevd-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--rt-body);
  background: #f0f2f5;
  padding: 5px 12px;
  border-radius: 20px;
}

.nevd-meta-item svg {
  color: var(--rt-primary);
  flex-shrink: 0;
  width: 13px;
  height: 13px;
}

/* Divider */
.nevd-divider {
  border: none;
  border-top: 1px solid #e8eaed;
  margin: 22px 0 4px;
}

/* Sections */
.nevd-section {
  margin-bottom: 28px;
}

.nevd-section:last-child {
  margin-bottom: 0;
}

.nevd-section-title {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--rt-heading);
  margin-bottom: 14px;
  padding-bottom: 0;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nevd-section-title::before {
  content: "";
  width: 3px;
  height: 18px;
  background: var(--rt-primary);
  border-radius: 2px;
  flex-shrink: 0;
}

.nevd-section-body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: var(--rt-body);
}

.nevd-section-body p {
  margin-bottom: 10px;
}

.nevd-section-body p:last-child {
  margin-bottom: 0;
}

/* Highlights List */
.nevd-highlights-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.nevd-highlights-list li {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: var(--rt-body);
  padding: 12px 16px;
  background: #f8f9fb;
  border-radius: 10px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.nevd-highlights-list li:hover {
  border-color: #e0e3e8;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.nevd-highlights-list li::before {
  content: "\2713";
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: var(--rt-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  line-height: 1;
}

/* Info Grid */
.nevd-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.nevd-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background: #f8f9fb;
  border-radius: 12px;
  border: 1px solid #eef0f3;
  transition: all 0.2s ease;
}

.nevd-info-item:hover {
  border-color: #dde0e5;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.nevd-info-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--rt-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nevd-info-icon svg {
  width: 18px;
  height: 18px;
}

.nevd-info-item h6 {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9ca3af;
  margin-bottom: 3px;
}

.nevd-info-item p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--rt-heading);
  margin-bottom: 0;
  line-height: 1.4;
}

/* People Grid (Speakers/Coordinators) */
.nevd-people-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.nevd-person-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f8f9fb;
  border-radius: 12px;
  padding: 14px 20px;
  min-width: 220px;
  border: 1px solid #eef0f3;
  transition: all 0.2s ease;
}

.nevd-person-card:hover {
  border-color: #dde0e5;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.nevd-person-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nevd-person-info h6 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--rt-heading);
  margin-bottom: 2px;
}

.nevd-person-info p {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 0;
}

/* Table Styles */
.nevd-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.nevd-table thead th {
  background: #f8fafc;
  padding: 10px 16px;
  text-align: left;
  font-weight: 600;
  color: var(--rt-heading);
  border-bottom: 2px solid #e2e8f0;
  font-size: 13px;
}

.nevd-table tbody td {
  padding: 10px 16px;
  border-bottom: 1px solid #f1f5f9;
  color: var(--rt-body);
}

.nevd-table tbody tr:hover {
  background: #f8fafc;
}

/* Other Events Section */
.nevd-other-events {
  margin-top: 44px;
}

.nevd-other-events-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--rt-heading);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nevd-other-events-title::before {
  content: "";
  width: 3px;
  height: 20px;
  background: var(--rt-primary);
  border-radius: 2px;
  flex-shrink: 0;
}

.nevd-other-events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Bottom Nav */
.nevd-bottom-nav {
  margin-top: 32px;
  text-align: center;
}

.nevd-btn-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--rt-primary);
  background: #fff;
  padding: 11px 28px;
  border-radius: 10px;
  text-decoration: none;
  border: 1.5px solid var(--rt-primary);
  transition: all 0.25s ease;
}

.nevd-btn-back:hover {
  background: var(--rt-primary);
  color: #fff;
  gap: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

/* ========================================
   Responsive - Event Detail Page
   ======================================== */

@media only screen and (max-width: 991px) {
  .nevd-page-wrapper {
    padding: 28px 0 52px;
  }

  .nevd-content-card {
    padding: 24px 24px 28px;
  }

  .nevd-title {
    font-size: 22px;
  }

  .nevd-highlights-list {
    grid-template-columns: 1fr;
  }

  .nevd-info-grid {
    grid-template-columns: 1fr;
  }

  .nevd-banner-img {
    max-height: 320px;
  }

  .nevd-other-events-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .nevd-page-wrapper {
    padding: 16px 0 40px;
  }

  .nevd-banner {
    border-radius: 12px 12px 0 0;
  }

  .nevd-content-card {
    padding: 20px 16px 24px;
    border-radius: 0 0 12px 12px;
  }

  .nevd-title {
    font-size: 19px;
  }

  .nevd-meta {
    gap: 8px;
  }

  .nevd-meta-item {
    font-size: 11.5px;
    padding: 4px 10px;
  }

  .nevd-section-title {
    font-size: 15px;
  }

  .nevd-section-body {
    font-size: 13px;
  }

  .nevd-banner-img {
    max-height: 200px;
  }

  .nevd-status-badge {
    display: none;
  }

  .nevd-person-card {
    min-width: 100%;
  }

  .nevd-info-item {
    padding: 12px;
  }

  .nevd-other-events-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nevd-other-events-title {
    font-size: 18px;
  }

  .nevd-btn-back {
    width: 100%;
    justify-content: center;
  }
}