@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
/*  font-family: "Plus Jakarta Sans", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*  font-family: "Poppins", sans-serif;*/
@import url(../fonts/fontawesome/css/fontawesome.min.css);
@import url(../fonts/fontawesome/css/all.min.css);

* {
  text-decoration: none;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.container-fluid {
  width: 94%;
  max-width: 100%;
}

.container {
  width: 94%;
  max-width: 100%;
}

/* Works on Chrome, Edge, Safari */


::-webkit-scrollbar {
  width: 7px;
  background: #ffffff94;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #ffffff94;
  border-radius: 7px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ef6e00, #ff9900);
  border-radius: 10px;
  transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ff8800, #ef6e00);
}


/* For Firefox */

img {
  max-width: 100%;
}

header {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.top-1 a:hover {
  color: #f4ff00 !important;
}

.top-1 {
  background: #d05f00;
  color: #fff;
  padding: 5px 0;
}

.top-1-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.top-1-left {
  position: relative;
  display: flex;
}


.top-1-right-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.top-1-right-wrapper ul li {
  display: inline-flex;
}

.language-switcher a {
  color: #fff;
  text-decoration: none;
}

.text-switcher {
  display: inline-flex;
  gap: 4px;
}

.text-switcher span {
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: unset;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: #ef6e00;
  color: #fff;
  border: 1px solid #ffffff9e;
}

.text-switcher span a {
  color: #fff;
}

.website-acess {
  display: inline-flex;
  gap: 8px;
}

.website-acess a i {
  color: #fff;
}

.color-switcher {
  display: inline-flex;
  gap: 3px;
}

.nav-con .nav-con .nav-link {
  padding: 10px 15px;
  font-weight: 500;
  color: #333 !important;
}

.top-1-left h5 {
  display: inline-flex;
  margin-bottom: 0;
  line-height: unset;
  text-transform: uppercase;
  font-size: 14px;
  background-image: url(../images/icons/announcemet-border.png);
  background-repeat: no-repeat;
  align-items: center;
  background-position: right center;
  padding-right: 28px;
}

a.annt-notic {
  padding: 0px 8px;
  display: inline-flex;
  font-size: 14px;
  align-items: center;
  width: 100px;
  color: #fff;
  background: #552700;
  justify-content: center;
  margin-left: 20px;
  border-radius: 3px;
}

.top-1-left marquee a img {
  width: 33px;
}

.top-1-left {
  position: relative;
  display: flex;
  align-items: center;
}

.top-1-left marquee a {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 0 0 15px;
  gap: 8px;
}


/*================================= Menu Start ====================================== */


.nav-con .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  padding: 5px 0px 5px 15px !important;
  transition: all 0.3s ease;
}

.nav-con .nav-link:hover {
  color: #d05f00 !important;
  transform: translateY(-2px);
}

/* 🔹 Active Menu Link */
.nav-con .nav-link.active,
.nav-con .nav-item.current-menu-item>.nav-link {
  color: #d05f00 !important;
  font-weight: 700;
}

/* Dropdown container */
.nav-con .dropdown-menu {
  border: none;
  border-radius: 2px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  background-color: #fff;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  position: absolute;
  z-index: 9999;
}

/* Show dropdown on hover */
.nav-con .dropdown:hover>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown items */
.nav-con .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  padding: 8px 16px;
  position: relative;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.nav-con .dropdown-menu .dropdown-item:hover {
  background-color: #f8f8f8;
  color: #d05f00 !important;
  padding-left: 20px;
}

/* ============================
   SUBMENU (2ND LEVEL & 3RD LEVEL)
============================ */

.nav-con .dropdown-submenu {
  position: relative;
}

.nav-con .dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  margin-top: -0.4rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.25s ease;
}

/* Show submenu on hover */
.nav-con .dropdown-submenu:hover>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Right arrow (▶) for submenus */
.nav-con .dropdown-submenu>.dropdown-item::after {
  content: "\f105";
  /* Font Awesome right chevron */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  transition: all 0.3s ease;
}

/* Hover animation for submenu arrow */
.nav-con .dropdown-submenu:hover>.dropdown-item::after {
  color: #d05f00;
  transform: translateY(-50%) translateX(3px);
}

/* Dropdown item spacing */
.nav-con .dropdown-menu .dropdown-item {
  position: relative;
  padding-right: 30px;
}

/* ============================
   ARROWS (MAIN DROPDOWN + SUBMENU)
============================ */

/* ▼ Down arrow for main dropdowns */
.nav-con .dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  /* Or 7 if loaded */
  font-weight: 900;
  display: inline-block;
  margin-left: .35em;
  vertical-align: middle;
  border: none;
  transition: transform 0.3s ease;
}

/* Rotate arrow when open */
.nav-con .dropdown:hover>.dropdown-toggle::after {
  transform: rotate(180deg);
  color: #d05f00;
}

/* Keep submenus open while hovering inside */
.nav-con .dropdown-menu:hover {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Change main link color when dropdown active */
.nav-con .dropdown:hover>.nav-link {
  color: #d05f00 !important;
}

/* ============================
   RESPONSIVE FIXES
============================ */
@media (max-width: 991px) {
  .nav-con .dropdown-menu {
    position: static;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    margin: 0;
  }

  .nav-con .dropdown-submenu>.dropdown-menu {
    left: 0;
    margin-left: 0;
  }

  .nav-con .dropdown-submenu>.dropdown-item::after {
    display: none;
    /* Hide arrows on mobile for clarity */
  }
}


/*================================= Menu End ====================================== */

/* Admisiion Page Start */
section.admission-section-1 {
  padding: 100px 0;
  background: #f1f1f1;
}

.admission-notices {
  color: white;
  position: relative;
  background: linear-gradient(135deg, rgb(107, 52, 16) 0%, rgb(139, 69, 19) 100%);
  border-radius: 15px;
  padding: 30px;
  overflow: hidden;
}

.admission-notices::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/admission-crud-btn.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 181px;
}

.admission-notices .view-all-link.notice-view-all {
  position: absolute;
  top: 10px;
  right: 20px;
}

.admission-notices h5 {
  font-weight: normal;
  margin-bottom: 30px;
}

.admission-notices h5 span {
  border-radius: 25px;
  padding: 7px 21px;
  margin-right: 10px;
  background-color: #f1f1f1;
  color: #ffffff;
  border: none;
  background: #ef6e00;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}

.admission-documents {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}

.admission-document-card a {
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 1%);
  transition: transform 0.3s, box-shadow 0.3s;
  background: #fff;
  display: flex;
  color: inherit;
  text-decoration: none;
  gap: 10px;
  align-items: center;
  font-weight: 600;
}

.admission-document-card a:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.admission-document-icon img {
  height: 34px;
}

.notice-item-new img{
  width: 40px;
}

section.admission-sec-2 {
  padding: 100px 0;
  position: relative;
	background-image: url(../images/admission-sec-2-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.admission-notices .notice-item h6 a {
  color: #fff;
  text-decoration: none;
  margin: 10px 5px 5px 5px;
  display: inline-block;
}

.admission-notices .notice-item h6 span:last-child {
  color: transparent;
}

.program-card {
  background: #b7e0fc;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}

.program-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.program-card::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/program-card-bg.png);
  background-size: cover;
}

.program-card a {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px 20px;
  color: inherit;
  text-decoration: none;
  gap: 15px;
  min-height: 221px;
}

.program-card-icon img {
  height: 70px;
  width: auto;
}


section.admission-sec-2 .row .col-md-3:nth-child(4n + 2) .program-card {
  background: #f1d8c0;
  /* 2nd card color */
}

section.admission-sec-2 .row .col-md-3:nth-child(4n + 3) .program-card {
  background: #d6edc1;
  /* 3rd card color */
}

section.admission-sec-2 .row .col-md-3:nth-child(4n + 4) .program-card {
  background: #e2e9a6;
  /* 4th card color */
}

section.admission-sec-3 {
  padding: 100px 0;
  background: #f1f1f1;
}


section.admission-sec-3 div#admission_page_alumni .owl-nav button {
  padding: 0;
  margin: 0;
  border: none;
  line-height: 16px;
  color: #da8b26 !important;
  width: 40px;
  height: 40px;
  background: #ffffffd1 !important;
  border-radius: 50%;
  position: absolute;
  font-size: 20px !important;
  top: 0;
  bottom: 0;
  margin: auto;
}

section.admission-sec-3 div#admission_page_alumni button.owl-next {
  left: unset;
  right: 0;
}

section.admission-sec-3 .alumni-card {
  background: #ebebeb;
}

section.admission-sec-3 .scholars-list {
  height: 425px;
}

section.admission-sec-3 .scholar-title {
  font-style: normal;

}

.success-documents .admission-document-card a {
  margin-bottom: 15px;
}

.success-documents .admission-document-icon img {
  height: 58px;
}

.success-documents .admission-document-heading {
  font-size: 18px;
  padding-left: 20px;
}

.success-documents .notice-date {
  color: #ffd972;
}


/* Admisiion Page End */


.notices-section {
  background: linear-gradient(135deg, #6b3410 0%, #8b4513 100%);
  border-radius: 15px;
  padding: 30px;
  color: white;
  overflow: hidden;
  position: relative;

}

.notice-item-wrapper {
  height: 286px;
  overflow: auto;
  padding-right: 18px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.notices-section .tab-content {
  position: relative;
}

.notices-section::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/notice-tender-btn.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 181px;
}

.notices-section * {
  position: relative;
}

.notices-section .nav-tabs .nav-link {
  border-radius: 25px;
  padding: 7px 21px;
  margin-right: 10px;
  background-color: #f1f1f1;
  color: #000000;
  border: none;
  font-weight: 600;
}

.notices-section .nav-tabs .nav-link.active,
.notices-section .nav-tabs .nav-link:hover {
  background-color: #ef6e00;
  color: white;
}

.admission-notices .notice-item {
  padding-left: 0;
  transition: all 0.3s;
  border-bottom: 1px solid #825229;
  padding-bottom: 10px;
  position: relative;
  padding-right: 41px;
}

.notices-section .notice-item {
  padding-left: 0;
  transition: all 0.3s;
  border-bottom: 1px solid #825229;
  padding-bottom: 10px;
}

.notices-section .notice-item h6 a {
  color: #fff;
  text-decoration: none;
  margin: 10px 5px 5px 5px;
  display: inline-block;
}

.notices-section .notice-item h6 span:last-child {
  color: transparent;
}

.notice-item:hover {
  border-left-color: #fff;
  padding-left: 20px;
}

.notice-date {
  color: #ffd972;
  font-size: 0.9rem;
  margin-top: 5px;
  font-style: italic;
}

.view-all-link {
  color: #ff8c42;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.view-all-link span {
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  background: #ef6e00;
  border-radius: 50%;
  color: #fff;
  line-height: 14px;
}

.view-all-link.notice-view-all {
  position: absolute;
  top: -82px;
  right: 0;
}

/*=============Top 2*/
.top-2 {
    overflow-x: clip;
    overflow-y: visible;
    background: #ffffff87;
    transition: all 0.3s ease;
}

.top-2-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.top-2.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.top-2.sticky .logo img {
  width: 12%;
}

.top-2.sticky .logo a h4 {
  font-size: 12px;
}

.logo {

  position: relative;
}

.logo::before {
  content: '';
  position: absolute;
  width: 100000000000px;
  height: 100%;
  right: 100%;
  /* background: #ffffffc7;*/
  top: 0;
}

.logo a {
  display: inline-flex;
  gap: 10px;
  position: relative;
  text-decoration: none;
  align-items: center;
  color: #000;
  padding: 10px 35px 10px 0;
}

.logo a:before,
.logo a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffffc7;
  top: 0;
  left: -68px;
}

.logo a:after {
  right: 0;
  left: unset;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  width: 68px;
}

.logo a img,
.logo-caption {
  position: relative;
  z-index: 1;
}

.logo a h4 {
  font-size: 16px;
  margin-bottom: 3px;
  max-width: 335px;
}

/*============Top 2 End*/



/*Home Page banner*/

section.home-page-slider {
  position: relative;
}

.banner-btm {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}

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

.carousel-caption-home {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  background: url(../images/slider-caption-bg.png);
  background-size: 100%;
  background-position: left bottom;
  color: #fff;
}

.carousel-caption-wrapper {
  position: relative;
  z-index: 1;
}

.carousel-caption-home h5 {
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 5px;
  position: relative;
  padding-left: 58px;
}

.carousel-caption-home h5:before {
  content: '';
  position: absolute;
  width: 41px;
  height: 1px;
  background: #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}

.carousel-caption-home h2 {
  font-size: 50px;
  max-width: 595px;
  margin-bottom: 0;
}

/*Home Page Banner End*/
section.home-page-section {
  padding: 100px 0;
}

/*Home AboutSection
==============*/
section.home-page-section.section-1 {
  background: #f1f1f1;
  background-image: url(../images/abou-section-bg.png);
  background-size: cover;
}

.about-left {
  height: 380px;
  border: 10px solid #ffffff;
  box-shadow: 0px 0px 12px 10px #b8b8b829;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.about-left:hover {
  transform: translateY(-5px);
  box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.15);
}

.about-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
}

.about-left:hover img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

@keyframes floatUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.about-left {
  animation: floatUpDown 6s ease-in-out infinite;
}


.heading-1 {
  background: url(../images/heading-border.png);
}

.heading-1 {
  background: url(../images/heading-border.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.about-right-content {
  text-align: justify;
}

.read-more-btn {
  display: inline-flex;
  background: #ef6e00;
  text-decoration: none;
  color: #fff;
  padding: 7px 24px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.read-more-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ff9900, #ef6e00);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 0;
}

.read-more-btn:hover::before {
  transform: scaleX(1);
}

.read-more-btn:hover {
  color: #fff;
  box-shadow: 0 4px 12px rgba(239, 110, 0, 0.5);
}

.read-more-btn span {
  position: relative;
  z-index: 1;
}

.counter-sec {
  padding: 60px 0 0;
}

.counter-wrapper.card img {
  height: 70px;
}

.counter-wrapper.card {
  padding: 30px 0px;
  background: #fff;
  border-color: #dddddd7d;
}

.counter-wrapper {
  display: flex;
  position: relative;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.counter-wrapper::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: linear-gradient(45deg, transparent, #dddddd, transparent);
  right: 0;
}

.counter-sec .col-md-3:nth-child(4) .counter-wrapper::before {
  display: none;
}

.counter-number {
  font-size: 46px;
  line-height: 40px;
  margin-top: 10px;
  color: #5c5c5c;
}

.counter-con p {
  margin-bottom: 0;
}

/*============== 
Home AboutSection End*/

/*Notice Tender Section
==============*/
.section-2 {
  background: #fcefe3;
}

/*==============
Notice Tender Section End*/

.events-section h2 {
  color: #333;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.events-section h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ff8c42 0%, #ffb366 100%);
  border-radius: 2px;
}

.event-card-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.event-card {
  background: white;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 1%);
  transition: transform 0.3s, box-shadow 0.3s;
}

.event-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.event-date {
  color: #dedede;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 4px;
  display: flex;
  gap: 10px;
}

.event-date span {
  color: #787878;
  position: relative;
}

.event-title a {
  color: #333;
  text-decoration: none;
  display: inline-flex;
  height: 51px;
  overflow: hidden;
}



/*===============================*/
.scholars-container {
  background: #c5e3f7;
  border-radius: 15px;
  padding: 20px;
  max-width: 550px;
  position: relative;
  overflow: hidden;
}

.scholars-container.projects-list {
  background: linear-gradient(45deg, #e6e0d7, #e9ddb2, #f0cdba);
}

.scholars-container::before {
  content: '';
}

.scholars-container::before {
  content: '';
  background: url(../images/scholars-curv.png);
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: right top;
  top: 0;
  left: 0;
  background-size: 199px;
}

.scholars-container .scholars-header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}

.scholars-container .title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}

.scholars-header-section .title h5 {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.scholars-container .scholar-icon {
  font-size: 2rem;
}

.view-more-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #ef6e00;
  color: #fff;
  padding: 5px 7px;
  border-radius: 30px;
  position: relative;
}

.view-more-btn span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #ef6e00;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.view-more-btn:hover {
  background-color: #e67a2e;
  color: white;
}

.scholars-container .view-more-btn {
  margin-top: -10px;
}

.scholars-list {
  position: relative;
  height: 244px;
  overflow-y: auto;
  padding-right: 10px;
}

.scholars-list::-webkit-scrollbar {
  width: 8px;
}

.scholars-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

.scholars-list::-webkit-scrollbar-thumb {
  background: #ff8833;
  border-radius: 10px;
}

.scholar-card {
  padding: 0 0 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 2px dashed #a8c1d27d;
  transition: all 0.3s;
}

.scholar-card:hover {
  transform: translateX(5px);
}

.scholar-avatar {
  width: 54px;
  height: 54px;
  border-radius: 5px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 5px;
  overflow: hidden;
}

.scholar-avatar img {
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
}

.scholar-avatar svg {
  width: 35px;
  height: 35px;
  fill: #999;
}

.scholar-name {
  margin-bottom: 0;
  font-size: 18px;
}

.scholar-name {
  margin-bottom: 3px;
  font-size: 18px;
}

.scholar-title {
  color: #666;
  font-style: italic;
  line-height: 16px;
  font-size: 14px;
}

.scroll-indicator {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #ff8833;
  border-radius: 10px;
  opacity: 0.7;
}

.scholars-list.projects-list .scholar-title {
  font-style: normal;
}



.publications-container {
  background: #dcdcdc;
  border-radius: 15px;
  padding: 20px;
  max-width: 550px;
  position: relative;
  overflow: hidden;
  min-height: 340px;
}

div#publicationsCarousel {
  background: #fff;
  padding: 15px;
  border-radius: 10px 0 10px 10px;
  position: relative;
  min-height: 265px;
}

.publication-item {
  display: grid;
  gap: 10px;
  grid-template-columns: 190px auto;
  align-items: center;
  list-style: gujarati;
  justify-content: center;
}

.book-cover {
  display: flex;
  padding: 0 10px;
  text-align: center;
  border-radius: 7px;
  justify-content: center;
  border: 1px solid #bdbdbd;
}

.book-title {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  height: 108px;
  overflow: hidden;
}

.book-title a {
  color: inherit;
  text-decoration: none;
}

.book-description {
  font-size: 12px;
  line-height: 17px;
  color: #7b7b7b;
  height: 50px;
  overflow: hidden;
}

.read-more-link {
  font-size: 14px;
  color: #dc8f2b;
  text-decoration: none;
  font-style: italic;
  display: inline-flex;
  margin-top: 10px;
}

/*==============================*/



section.home-page-section.section-3 {
  background: #f2f2f2;
  position: relative;
}

.heading-1.text-center {
  background-position: bottom center;
}

section.home-page-section.section-3 .container-fluid {
  position: relative;
}

section.home-page-section.section-3::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/section-3-bg.png);
  top: 0;
  left: 0;
}

/* Notable Alumni Section */
section.home-page-section.section-4 {
  position: relative;
  padding: 0;
}

section.home-page-section.section-4 .container-fluid {
  position: relative;
}

section.home-page-section.section-4::before {
  content: '';
  position: absolute;
  width: 40%;
  height: 100%;
  background: #ffefda;
  right: 0;
}

/* Optional: improve modal nav button visibility */
#prevBtn,
#nextBtn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 1.5rem;
  opacity: 0.85;
  transition: opacity 0.3s;
}

#prevBtn:hover,
#nextBtn:hover {
  opacity: 1;
}

#closeBtn {
  padding: 6px 18px;
  font-size: 1rem;
  border-radius: 20px;
}

div#photoModal button.btn-close {
  z-index: 1;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 1.5rem;
  opacity: 0.85;
  transition: opacity 0.3s;
  background-color: #fff;
  background-size: 14px;
}

.alumniCarouselIndicator {
  position: absolute;
  top: 0;
  height: max-content;
  display: flex;
  justify-content: space-between;
  bottom: 0;
  margin: auto;
  width: 100%;
  padding: 0 5px;
}

.alumniCarouselIndicator button {
  padding: 0;
  margin: 0;
  border: none;
  line-height: 16px;
  color: #da8b26;
  width: 40px;
  height: 40px;
  background: #ffffffd1;
  border-radius: 50%;
}

.alumni-section {
  background: white;
  padding: 100px 0;
  border-radius: 20px;
  margin-bottom: 40px;
}

div#alumniCarousel {
  background: #cbe2ff;
  border-radius: 10px;
  padding: 10px 0 0;
  position: relative;
}

.alumni-card {
  border-radius: 20px;
  position: relative;
  margin: 0;
}

.alumni-card-pic {
  padding: 15px 15px 0;
}

.alumni-info {
  background: #ffffffeb;
  border-radius: 0 10px 10px 0;
  padding: 20px 36px 20px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: 10px;
  max-width: 90%;
}

.alumni-name {
  margin-bottom: 6px;
}

.alumni-description {
  font-size: 13px;
  line-height: 17px;
  color: #5c5c5c;
}

.alumni-arrow {
  position: absolute;
  right: 8px;
  top: 22px;
  color: #ff8833;
  font-size: 29px;
  font-weight: bold;

  text-decoration: none;
  transition: all ease-in-out 0.3s;
}

.alumni-arrow span {
  transform: rotate(325deg);
  display: inline-block;
}

.alumni-arrow:hover {
  transform: translateY(10);
}

.publicationsCarouselIndicator {
  display: inline-flex;
  position: absolute;
  top: -20px;
  right: 0;
  background: #fff;
  padding: 10px;
  border-radius: 0 10px 0 0;
  min-width: 136px;
  justify-content: right;
  gap: 10px;
}

.publicationsCarouselIndicator::before {
  content: '';
  position: absolute;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #fff;
  width: 16px;
  height: 20px;
  left: -15px;
  top: 0;
}

.publicationsCarouselIndicator button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  line-height: 16px;
  color: #da8b26;
}

/* Photo Gallery Section */
.gallery-section {
  padding: 30px 0 30px 30px;
}

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

.video-gallery-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  border: none;
  padding: 0;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.video-gallery-btn:hover {
  color: #000000;
  transform: translateY(-2px);
}

.play-icon {
  width: 30px;
  height: 30px;
  background-color: #ff8833;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.9rem;
}

.video-gallery-btn:hover .play-icon {
  background-color: white;
  color: #cc6820;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.photo-item {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
  transition: transform 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.photo-item:hover {
  transform: scale(1.05);
}

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

.view-all-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
}

.view-all-icon {
  width: 40px;
  height: 40px;
  background: #fffffff7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 1.5rem;
  color: #d78214;
}

.view-all-text {
  font-size: 1.2rem;
  font-weight: 600;
}


/* gallery Secation */

.galleris-section {
  color: white;
  overflow: hidden;
  position: relative;
  /* background: linear-gradient(135deg, #fff5e6 0%, #ffe8cc 100%); */
  padding: 30px 0px;
}

.galleris {
  color: white;
  overflow: hidden;
  position: relative;
  background: linear-gradient(270deg, #ffefda 0%, #ffe8cc 100%);
  padding: 30px 0px;
}

.galleris-section .tab-content {
  position: relative;
}

.galleris-section .nav-tabs .nav-link {
  border-radius: 25px;
  padding: 10px 60px;
  margin-right: 10px;
  background-color: #ffb355;
  color: #000000;
  border: none;
  font-weight: 600;
}

.galleris-section .nav-tabs .nav-link.active,
.galleris-section .nav-tabs .nav-link:hover {
  background-color: #ef6e00;
  color: white;
}


.galleris-section .notice-item {
  padding-left: 0;
  transition: all 0.3s;
  border-bottom: 1px solid #825229;
  padding-bottom: 10px;
}

.galleris-section .notice-item h6 a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
  display: inline-block;
}

/* gallery Secation end */


.footer-section {
  background-image: url("../images/footer-image.jpg");
  padding: 100px 0 0;
  font-size: 14px;
  color: #e3e3e3;
  position: relative;
  background-size: 100%;
}

.footer-title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}

.footer-title::before {
  content: '';
  background: #e89c39;
  width: 116px;
  height: 1px;
  position: absolute;
  bottom: -1px;
}

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



.footer-links a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
  font-size: 14px;
  color: #e3e3e3;
}

.footer-links a:hover {
  color: #ff8833;
  padding-left: 5px;
}

.footer-links a::before {
  content: '→';
  font-size: 1.2rem;
}

.contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.contact-icon {
  color: #ff8833;
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 3px;
}

.contact-text {
  line-height: 20px;
}

.contact-text a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.contact-text a:hover {
  color: #ff8833;
}

.contact-note {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 5px;
}

.map-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  height: 250px;
  background: #d0f0e0;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.map-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #d0f0e0 0%, #c5e8d5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.map-marker {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #ff3333;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  left: 60%;
  top: 35%;
}

.map-marker::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.copyright-section {
  padding: 20px 0;
  margin-top: 40px;
  border-top: 1px solid rgb(255 255 255 / 22%);
}

.copyright-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  margin: 0;
}

.social-links {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

.social-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-size: 1.3rem;
  transition: transform 0.3s;
}

.social-icon:hover {
  transform: scale(1.1);
}

.social-icon.facebook {
  background: #1877f2;
}

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

.social-icon.youtube {
  background: #ff0000;
}

.social-icon.twitter {
  background: #1da1f2;
}


/*Theme Color Switcher====================*/
.color-switcher {
  height: 18px;
}

.color-switcher span {
  color: transparent !important;
  width: 18px;
  height: 18px;
  background: #0d0d0d;
  box-shadow: none;
  border: 1px solid white;
  cursor: pointer;
}

.color-switcher .dark-a {
  color: transparent;
  background: #0d0d0d !important;
  box-shadow: none;
}

.color-switcher .light-a {
  background: #fff !important;
  border: 1px solid #000000;
}

/* dark mode style start  */
body.dark-mode,
body.dark-mode .top-1,
body.dark-mode .top-2,
body.dark-mode .card,
body.dark-mode .notices-section,
body.dark-mode .section-1,
body.dark-mode .section-2,
body.dark-mode .section-3,
body.dark-mode .section-4,
body.dark-mode .section-4::before,
body.dark-mode .alumni-section,
body.dark-mode .gallery-section,
body.dark-mode .footer-section,
body.dark-mode p,
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6,
body.dark-mode span,
body.dark-mode li,
body.dark-mode td,
body.dark-mode a {
  background-color: #000;
  background: #000;
  color: rgb(217, 255, 0) !important;
}

body.dark-mode .top-1,
body.dark-mode .top-2,
body.dark-mode .section-1,
body.dark-mode .section-2,
body.dark-mode .section-3,
body.dark-mode .section-4,
body.dark-mode .alumni-section,
body.dark-mode .gallery-section,
body.dark-mode .footer-section,
body.dark-mode .event-card {
  border-bottom: 1px solid #898989;
}

body.dark-mode .top-2.sticky,
body.dark-mode .event-card,
body.dark-mode .logo a:after,
body.dark-mode .logo a:before {
  background-color: #000;
  background: #000;
  color: rgb(217, 255, 0);
}

body.dark-mode img {
  filter: grayscale(1);
}


/*Theme Normal*/
.theme-white .inner-page-banner-btm {
  background: url(../images/white-curve-bg.png);
}

/*Theme Normal End*/


/*==================Theme Color Switcher End*/


@media (min-width: 992px) {
  .nav-con .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove the gap */
  }
}


@media (max-width: 768px) {
  .photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .footer-section {
    padding: 40px 0 20px;
  }

  .social-links {
    justify-content: center;
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .photo-grid {
    grid-template-columns: 1fr;
  }
}