/* ! HERO SECTION (DESKTOP) */
.hero_container {
  min-height: 500px;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.5) 50%,
      #000 100%
    ),
    url("../img/about/hero-bg.png") no-repeat center;
  background-size: cover;
}

.hero_text {
  font-size: 12px;
}

/* ! TAB FEATURE SECTION  */
/* ? DROPDOWN PART */
.dropdown_container {
  width: 100%;
}

.dropdown_button {
  background: #d9d9d966 !important;
}

.dropdown_button i {
  padding: 8px 8px 6px 8px;
  background-color: var(--color-blue);
  color: white;
  font-size: 12px;
  transition: rotate 0.5s ease-in-out;
}

.dropdown_button i.active {
  rotate: 180deg;
}

.dropdown_content {
  max-height: 0px;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}

.dropdown_content button {
  color: #4e3629;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  transition: background-color 250ms ease-in-out;
}

.dropdown_content button:hover {
  background-color: #d9d9d966;
}

.dropdown_content .nav-item .nav-link.active {
  background-color: #d9d9d966;
}

.dropdown_content.active {
  max-height: 340px;
}

/* ? STYLING FOR TAB PANELS */
.research_heading {
  font-size: 24px;
  font-family: var(--ff-inter);
}

.research_heading.red {
  color: var(--color-red);
}
.academic_text {
  font-size: 14px;
  font-family: var(--ff-inter);
  line-height: 1.8;
}
.academic_text1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5%;
  width: 152%;
}

.research_text__small {
  font-size: 12px;
  padding: 10px 0;
}

.research_text__medium {
  font-size: 10px;
}

/* ? STYLING FOR TAB PANELS --> RESEARCH NEWS CONTAINER ( CardOne ) */
.research_news_container {
  padding: 20px 0;
}
.research_cardOne_container {
  max-height: 520px;
  overflow: hidden;
  transition: max-height 400ms ease-in-out;
}

.research_cardOne_container.active {
  max-height: 2000px;
}

.research_card__heading {
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--ff-inter);
}

.research_card__text {
  font-size: 14px;
  font-family: var(--ff-inter);
}

.cardOne_button__wrapper {
  translate: 0 -50%;
}

.research_cardOne_button {
  padding: 8px 0px !important;
  min-width: 180px;
  font-family: var(--ff-inter);
  background-color: white !important;
  font-size: 12px !important;
  border: 1px solid #f0f2f3;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.12);
}

.cardOne_button__wrapper {
  position: relative;
}

.cardOne_button__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 18px;
  left: 0;
  background-color: #f0f2f3;
  z-index: -1;
}

/* ? STYLING FOR TAB PANELS --> ACADEMIC CARDS TWO */
.newsByTopic_wrapper {
  padding: 3.75rem 0rem !important;
}

.newsByTopic_wrapper.second {
  padding: 2.5rem 0 !important;
}

.newsByTopic_swiper {
  padding: 1rem 1rem !important;
}

.academic_cardTwo.second img {
  filter: brightness(50%);
  aspect-ratio: 16/12;
  object-fit: cover;
  object-position: bottom;
}

.research_cardTwo__text {
  bottom: 25%;
  left: 8%;
  font-family: var(--ff-inter);
}

.research_cardTwo__text h3 {
  font-size: 21px;
  color: white;
  font-weight: bold;
}

.research_cardTwo__text a {
  text-decoration: underline;
  text-decoration-color: var(--color-yellow);
  text-underline-offset: 8px;
  color: white;
}

.academic_cardTwo p {
  font-size: 14px;
  font-family: var(--ff-inter);
}

.newsByTopic_prev {
  background-color: var(--color-yellow);
  width: fit-content;
  padding: 8px 14px;
  top: 0;
  position: absolute;
  left: 0;
  z-index: 1;
}

.newsByTopic_next {
  background-color: var(--color-yellow);
  width: fit-content;
  padding: 8px 14px;
  top: 0;
  position: absolute;
  right: 0px;
  z-index: 1;
}

/* ? STYLING FOR TAB PANELS --> ACADEMICS RESEARCH IMAGE */
.researchPublication_container {
  padding-bottom: 60px;
}

.researchPublication_textHeading {
  font-size: 18px;
  font-family: var(--ff-inter);
}

.researchPublication_text p {
  font-size: 14px;
  font-family: var(--ff-inter);
  padding-right: 20px;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.researchPublication_text a {
  background-color: var(--color-red);
  color: white;
  font-size: 14px;
  padding: 12px 20px;
  letter-spacing: 1.5px;
}

/* ? STYLING FOR ACADMIC CALENDER */
.academic_calender__wrapper {
  padding-top: 3rem;
}

.academic_calender {
  background: #f8f7f5;
  font-family: var(--ff-inter);
}

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

.academic_calender p {
  font-size: 14px;
  line-height: 1.8;
}

.academic_calender a {
  font-size: 12px;
  color: var(--color-red);
  letter-spacing: 1.124px;
}

/* ? STYLING FOR TAB PANELS --> CARD SLIDER THREE */
.cardSlide_three_wrapper {
  padding: 3rem 0 0 1rem !important;
}
.cardSlide_three {
  background: #f9fafb;
}

.cardSlide_three_image {
  aspect-ratio: 16/9;
  background: #d9d9d9;
}

.cardSlide_three__one {
  font-size: 10px;
  color: var(--color-red);
  line-height: 1.7;
}

.cardSlide_three__two {
  font-size: 12px;
  line-height: 1.7;
}

.cardSlide_three__two span {
  line-height: 1.7;
  color: var(--color-red);
}

.cardSlide_three__three {
  font-size: 10px;
}

.cardSlide_three_prev {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #3a3a3ab2;
  padding: 10px 8px;
  z-index: 1;
  color: white;
}

.cardSlide_three_next {
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #3a3a3ab2;
  padding: 10px 8px;
  z-index: 1;
  color: white;
}

/* ? STYLING FOR TAB PANELS (RESEARCH BOARD) --> MEMBERS OF RESEARCH BORAD */
.mem_research___board {
  padding-top: 3rem;
}

.MRB_heading {
  font-size: 18px;
  background-color: var(--color-red);
  color: white;
  width: fit-content;
}

.mem_researchCard__container {
  padding: 2rem 0 0 0;
  gap: 3rem;
}

.mem_researchCard__name {
  background-color: var(--color-blue);
  color: white;
  padding: 6px 24px;
  clip-path: polygon(1% 0, 100% 0, 100% 100%, 0 98%, 2.5% 41%);
  border-radius: 10px 6px 6px 6px;
}

/* ? STYLING FOR TAB PANELS (RESEARCH BOARD) --> BOARD ACCORDION STYLING */

.board_acccordion_container {
  padding: 2rem 0;
}

.indicator {
  float: right;
}

.accordion-button {
  border: none !important;
  border-bottom: 1px solid rgba(192, 4, 4, 0.2);
}

.accordion-button::after {
  background-image: url(../img/research/plus-icon.svg) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/research/minus-icon.svg) !important;
}

.dept_table::-webkit-scrollbar {
  display: none;
}
.dept_table {
  overflow: scroll !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.dropdown_content .nav-item .nav-link.active {
  background-color: #d9d9d966;
}

.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

/* ? STYLING FOR TAB PANEL (RESEARCH SCHOLAR) --> RESEARCH SUPERVISORS CARD */
.supervisors_card__container {
  padding: 100px 0 50px 0;
  row-gap: 100px;
}

/* element.style {
} */
/* @media (min-width: 992px)
.ps-lg-5 {
    padding-left: 3rem!important;
} */
/* @media (min-width: 992px) */
/* .justify-content-lg-between {
    justify-content: space-between!important;
} */

.supervisors_card {
  border: 1px solid #d9d9d9;
  max-width: 300px !important;
  margin: 0 auto;
}

.supervisors_image {
  width: 120px;
  height: 120px;
  background-color: #d9d9d9;
  padding: 3px;
  transform: translate(0, -50%);
}

.supervisors_text {
  background-color: var(--color-blue);
  width: 100%;
  margin-bottom: 13%;
  padding: 4px 0;
  transform: translate(0, -13%);
}

@media (min-width: 576px) {
  /* ? STYLING FOR TAB PANELS --> ACADEMIC RESEARCH IMAGE  */
  .researchPublication_container {
    padding-bottom: 0px;
    margin-bottom: 60px;
  }

  .linearGradient_bg {
    width: 92%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 61px;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 70%);
  }

  .researchPublication_text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding-bottom: 0;
  }
  .researchPublication_textHeading {
    font-size: 24px;
    color: white;
  }

  .researchPublication_text p {
    font-size: 14px;
    max-width: 400px;
    color: white;
  }

  .researchPublication_text a {
    font-size: 14px;
    background-color: white;
    color: var(--color-red);
  }

  /* ? STYLING FOR TAB PANELS --> ACADEMIC CALENERS */
  .academic_calender h4 {
    font-size: 24px;
  }

  .academic_calender p {
    font-size: 14px;
  }

  .academic_calender a {
    font-size: 12px;
  }

  /* ? STYLING FOR TAB PANEL (RESEARCH BOARD) --> RESEARCH BOARD TEAM */
  .mem_research___board {
    padding-top: 5rem;
  }

  .mem_researchCard__container {
    padding: 3rem 0 0 0;
    gap: 5rem;
  }
}

@media (min-width: 992px) {
  /* ! HERO SECTION */
  .hero_container {
    min-height: 600px;
  }

  .hero_pause__icon {
    bottom: 5%;
    right: 2%;
    color: white;
    padding: 10px 12px;
    transition: 300ms ease-in-out;
    border-radius: 50%;
  }

  .hero_pause__icon:hover {
    background-color: white;
    color: black;
  }

  /* ! TAB FEATURE SECTION */
  .dropdown_content {
    max-height: 390px;
    border-bottom-width: 0 !important;
  }

  .tab_feature__container {
    padding: 4rem 0;
  }

  /* ? STYLING FOR TAB PANELS -->  */
  .academic_top__header {
    margin-bottom: 3rem;
  }
  .academic_top__header a {
    color: black;
    font-size: 15px;
    font-family: var(--ff-inter);
  }

  .academic_top__header i {
    font-size: 10px;
  }
  .academic_text {
    padding: 0 10%;
  }

  .academic_text1 {
    padding: 5% 0;
  }
  .academic_text.ul {
    padding: 0 13%;
  }

  .research_heading.red {
    padding: 0 10%;
    font-size: 28px;
    position: relative;
  }

  .research_heading::before {
    content: "";
    top: calc(50% - 2px);
    left: 0;
    width: 45px;
    height: 4px;
    background-color: #f0f2f3;
    position: absolute;
  }

  /* ? STYLING FOR TAB PANELS --> ACADEMIC ACHIEVEMENTS */
  .academic_achievements {
    padding: 2.5rem 0;
    margin: 3rem 0 !important;
  }

  /* ? STYLING FOR TAB PANELS --> STYLING FOR RESARCH CARD ONE */
  .research_news_container {
    padding: 40px 0;
  }

  .research_cardOne {
    padding-bottom: 1.5rem;
  }

  /* ? STYLING FOR TAB PANELS --> STYLING FOR CARD TWO */
  .academic_cardTwo i {
    color: #c00404;
    border: 1px solid #c00404;
    width: fit-content;
    padding: 4px 4px 2px 4px;
    margin-top: 1rem;
  }

  .academic_cardTwo.second img {
    aspect-ratio: unset;
  }

  .research_cardTwo__text {
    bottom: 10%;
    left: 10%;
  }

  .research_cardTwo__text h3 {
    font-size: 22px;
  }

  /* ? STYLING FOR TAB PANELS --> STYLING FOR RESEARCH */
  .researchPublication_text {
    bottom: 40px;
    left: 40px;
  }

  /* ? STYLING FOR TAB PANEL (RESEARCH BOARD) --> RESEARCH BOARD TEAM */
  .MRB_heading {
    font-size: 22px;
  }

  .mem_researchCard__container {
    gap: 2rem;
  }

  /* ? STYLING FOR TAB PANELS (RESEARCH BOARD) --> BOARD ACCORDION STYLING */

  .board_acccordion_container {
    padding: 0rem 0;
  }

  /* ? STYLING FOR TAB PANELS (RESEARCH SCHOLAR_ --> BOARD SUPERVISORS STYLING */
  .supervisors_card {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  /* ! HERO SECTION */
  .hero_container {
    min-height: 700px;
  }

  /* ! TAB SECTION */
  .research_heading {
    font-size: 32px;
  }
  /* ? STYLING FOR TAB SECTION --> ACADEMIC TOP HEADER */
  .academic_top__header {
    margin-bottom: 64px !important;
  }

  .academic_achievements {
    margin: 4rem 0 !important;
  }
  /* ? STYLING FOR TAB SECTION --> RESEARCH CARD ONE */
  .research_news_container {
    padding: 50px 0;
  }

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

  .research_card__text {
    font-size: 14px;
  }

  /* ? STYLING FOR TAB SECTION --> ACADEMICS RESEARCH IMAGE */
  .researchPublication_text {
    bottom: 60px;
    left: 60px;
  }

  .researchPublication_text p {
    max-width: 500px;
  }

  /* ? STYLING FOR TAB PANELS --> STYLING FOR CARD TWO */
  .research_cardTwo__text h3 {
    font-size: 24px;
  }

  .research_cardTwo__text a {
    font-size: 14px;
  }

  /* ? STYLING FOR TAB SECTION --> ACADEMIC CALENDER */
  .academic_calender__wrapper {
    padding-top: 5.6rem;
  }

  /* ? STYLING FOR TAB SECTION --> CARD SLIDE THREE */
  .cardSlide_three__one {
    font-size: 12px;
  }

  .cardSlide_three__two {
    font-size: 14px;
  }

  .cardSlide_three__three {
    font-size: 12px;
  }

  /* ? STYLING FOR TAB PANEL (RESEARCH BOARD) --> RESEARCH BOARD TEAM */
  .MRB_heading {
    font-size: 24px;
  }

  .mem_researchCard__container {
    gap: 3rem;
  }

  /* ? STYLING FOR TAB PANELS (RESEARCH SCHOLAR_ --> BOARD SUPERVISORS STYLING */
  .supervisors_card {
    margin: 0;
    max-width: 172px !important;
  }

  /* .supervisors_text {
    font-size: 12px;
  } */
}

@media (min-width: 1400px) {
  /* ? STYLING FOR TAB PANELS (RESEARCH SCHOLAR_ --> BOARD SUPERVISORS STYLING */
  .supervisors_card {
    margin: 0;
    max-width: 198px !important;
  }
}

.scholarship_heading_table {
  background-color: var(--color-red) !important;
  color: white !important;
  font-size: 0.9rem !important;
  text-align: center;
  vertical-align: middle;
}
.scholarship_heading_table1 {
  background-color: var(--color-red) !important;
  color: white !important;
  font-size: 0.9rem !important;
  text-align: center;
  vertical-align: middle;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: #1414a0;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

.accordion-button.btn::after {
  background-image: url(../img/research/ko.png) !important;
  color: white;
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item1 {
  margin-top: -4%;
}

/* @media (min-width: 992px)
{
.ps-lg-10per {
    padding-left: 10%;
} */
@media (min-width: 992px) {
  .ps-lg-10per {
    padding-left: 10%;
  }
}
@media (max-width: 550px) {
	.academic_text1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5%;
    width: 100%;
}
}
.accordion-button.lig:not(.collapsed) {
    background-color: white !important;
    color: red !important;
}
.accordion-button:not(.collapsed) {
    background-color: white !important;
    color: black !important;
}
.accordion-button.black:not(.collapsed) {
    background-color: white !important;
    color: black !important;
}