@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

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

ol {
  margin: 0;
  padding-left: 15px;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

img {
  max-width: 100%;
}

.lobster-regular {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
}

.title-box {
  text-align: center;
  margin-bottom: 20px;
}
.title-box .common-title {
  font-size: 35px;
  color: #3c3a3a;
  font-weight: 600;
}
.title-box .common-title span {
  font-family: "Lobster", sans-serif;
  color: #C9A227;
}

.common-btn {
  position: relative;
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #0B0C10;
  border: 1px solid #C9A227;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.35s;
  z-index: 1;
  display: inline-block;
}
.common-btn:focus {
  box-shadow: none;
}

.common-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #C9A227;
  transition: 0.35s;
  z-index: -1;
}

.common-btn:hover {
  color: #0B0C10;
}

.common-btn:hover::before {
  height: 100%;
}

.space {
  padding: 30px 0;
}

.top-bar {
  background: #C9A227;
  padding: 10px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top-bar:after {
  content: "";
  background: #3c3a3a;
  position: absolute;
  right: -26px;
  top: 0;
  width: 20%;
  height: 100%;
  z-index: -1;
  transform: skewX(-50deg);
}
.top-bar .topbar-mmbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-bar .top-bar-right {
  display: flex;
  gap: 15px;
}
.top-bar .top-bar-right a {
  display: inline-block;
}
.top-bar .top-bar-right a:hover i {
  background-color: #E6C75A;
}
.top-bar .top-bar-right a i {
  display: inline-block;
  background-color: #C9A227;
  padding: 5px 8px;
  color: #000;
  border-radius: 50%;
  font-size: 15px;
}
.top-bar .top-bar-right .fa-search{
    font-size: 14px;
    padding: 6px;
}
.top-bar .top-bar-right a .fa-youtube {
  padding: 5px !important;
}
.top-bar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.top-bar ul li a {
  display: inline-block;
  color: #0B0C10;
}

.logo-section {
  padding: 10px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.logo-section .logo {
  width: 100px;
}
.logo-section .naac {
  text-align: center;
}
.logo-section .naac img {
  width: 100px;
}
.logo-section .logobar {
  display: flex;
  gap: 10px;
}
.logo-section .clg-name {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  word-spacing: 5px;
  color: #3c3a3a;
  text-shadow: 1px 1px 2px rgba(108, 117, 125, 0.7607843137);
}
.logo-section .logo-txt p {
  font-weight: 600;
  padding-top: 5px;
}
.logo-section .logo-txt p a {
  display: inline-block;
  font-weight: bold;
  color: #0B0C10;
}
.logo-section .logo-txt p a:hover {
  color: #C9A227;
}
.logo-section .right-bar {
  text-align: right;
}
.logo-section .right-bar ul {
  display: flex;
  justify-content: end;
}
.logo-section .right-bar ul li {
  display: inline-block;
  text-align: center;
}
.logo-section .right-bar ul li a {
  color: #3c3a3a;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  padding: 10px;
}
.logo-section .right-bar ul li a:hover span {
  background-color: #C9A227;
  color: #0B0C10;
  border-color: #3c3a3a;
  transform: rotate(360deg);
}
.logo-section .right-bar ul li a span {
  border-radius: 50%;
  border: 3px solid #C9A227;
  padding: 8px 11px;
  background: #3c3a3a;
  color: #FFFFFF;
  font-size: 15px;
  transition: all 0.3s linear;
  display: inline-block;
}
.logo-section .right-bar ul li a .fa-book, .logo-section .right-bar ul li a .fa-clipboard-list {
  padding: 4px 2px;
}
.logo-section .right-bar ul li a p {
  display: block;
  margin-top: 10px;
  /* border: 1px solid; */
  font-size: 11px;
  box-shadow: 0 0 10px -2px #34495e;
  padding: 4px;
  border-radius: 5px;
  background: #3c3a3a;
  color: #FFFFFF;
}

.wrapper .banner-slider {
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.wrapper .title-box {
  margin-bottom: 7px;
}
.wrapper .banner-slider .item {
  position: relative;
}
.wrapper .banner-slider img {
  width: 100%;
  height: 525px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 10px;
}
.wrapper {
  /* overlay */
}
.wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(44, 62, 80, 0.11), rgba(52, 73, 94, 0.09));
  border-radius: 10px;
}
.wrapper {
  /* text content */
}
.wrapper .banner-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  max-width: 600px;
}
.wrapper .banner-content h1 {
  font-size: 50px;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(40px);
  transition: 1s;
}
.wrapper .banner-content p {
  font-size: 20px;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: 1.2s;
}
.wrapper .banner-content a {
  background: #fff;
  color: #2C3E50;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  opacity: 0;
  transform: translateY(40px);
  transition: 1.4s;
}
.wrapper {
  /* animation active */
}
.wrapper .owl-item.active .banner-content h1,
.wrapper .owl-item.active .banner-content p,
.wrapper .owl-item.active .banner-content a {
  opacity: 1;
  transform: translateY(0);
}
.wrapper {
  /* navigation */
}
.wrapper .owl-nav button {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #1A1A2E 0%, #16213E 50%, #4f4f50 100%) !important;
  color: #fff !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 16px !important;
}
.wrapper .owl-nav button:hover {
  background: #C9A227 !important;
  color: #0B0C10 !important;
}
.wrapper .owl-prev {
  left: 20px;
}
.wrapper .owl-next {
  right: 20px;
}
.wrapper .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.wrapper .common-btn {
  margin: 5px 0;
}
.wrapper .notice {
  background-color: #FFF;
  box-shadow: 0px 12px 5px -5px rgb(82, 82, 82);
  padding: 10px;
  box-shadow: 1px -1px 10px 0px rgba(0, 0, 0, 0.3803921569);
}
.wrapper .notice .event-box2 {
  display: grid;
  grid-template-columns: 20% 80%;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  border-bottom: 1px solid rgba(52, 73, 94, 0.3882352941);
}
.wrapper .notice .event-box2 .event-date {
  padding: 2px;
  text-align: center;
  margin: 8px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4196078431);
  border-radius: 5px;
  background-color: #16213E;
  color: #FFFFFF;
  border-bottom: 2px solid #C9A227;
  height: 50px;
}
.wrapper .news-inner {
  height: 400px;
  overflow-y: scroll;
  padding: 10px 0;
}
.wrapper .event-date h5 {
  font-size: 18px;
}
.wrapper .event-text-box a {
  color: #0B0C10;
  font-weight: 600;
  font-size: 13px;
}
.wrapper .event-text-box a:hover {
  color: #C9A227;
  font-weight: bold;
}

.faq__accordian-main-wrapper {
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
  background-color: #FFFFFF;
  margin-top: 10px !important;
  border-radius: 10px;
}

.neWs_date {
  padding: 2px;
  text-align: center;
  margin: 8px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4196078431);
  border-radius: 5px;
  background-color: #3c3a3a;
}

#faq__accordian-main-wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.event-box2 {
  display: grid;
  grid-template-columns: 20% 80%;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  border-bottom: 1px solid rgba(44, 62, 80, 0.368627451);
}

.event-box2 .event-date {
  padding: 2px;
  text-align: center;
  margin: 8px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4196078431);
  border-radius: 5px;
  background-color: #3c3a3a;
  border-bottom: 2px solid #C9A227;
  color: #FFFFFF;
}

.event-date h5 {
  font-weight: 900 !important;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 0;
}

.faq__accordian-heading:nth-last-child(5) {
  margin-bottom: 0;
}

.faq__accordian-heading {
  background: #3c3a3a;
  padding: 10px 30px 10px 10px;
  display: block;
  margin-bottom: 2px;
  position: relative;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 10px;
}

.faq__accordian-heading:hover {
  color: #FFFFFF;
}

.faq__accordian-heading::before {
  content: "\f0d7";
  color: #ffffff;
  font-family: fontawesome;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: 0.3s linear all;
  transform: translateY(-50%) rotate(0deg);
}

.faq__accordian-heading.active {
  background: #C9A227;
  color: #0B0C10;
  font-weight: 600;
}

.faq__accordian-heading.active::before {
  transition: 0.3s linear all;
  transform: translateY(-50%) rotate(360deg);
}

.faq__accordian-heading.active::before {
  color: #0B0C10;
}

.faq__accordion-content {
  display: none;
}

.view-btn {
  text-align: right;
}

.notice-content {
  height: 270px;
  background-color: #eee;
  padding: 10px;
  border-radius: 10px;
  overflow-y: scroll;
}

.qiick-links ul li {
  position: relative;
  min-height: 60px;
}

.qiick-links ul li a {
  font-size: 14px;
  color: #000;
  display: block;
  font-weight: 400;
  padding-top: 0;
  padding-left: 75px;
}
.qiick-links ul li a:hover {
  color: #3c3a3a;
  font-weight: 600;
}

.latest-news .news-bar {
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #1A1A2E 0%, #16213E 50%, #4f4f50 100%);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}
.latest-news {
  /* breaking label */
}
.latest-news .breaking {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg, #a5891b 0%, rgba(219, 176, 4, 0.9) 50%, #f7c315 100%);
  padding: 6px;
  font-weight: 700;
  color: #0B0C10;
  letter-spacing: 1px;
  white-space: nowrap;
  font-size:14px;
}
.latest-news {
  /* blinking dot */
}
.latest-news .live-dot {
  width: 10px;
  height: 10px;
  background: #0B0C10;
  border-radius: 50%;
  animation: blink 1s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.latest-news {
  /* ticker area */
}
.latest-news .ticker-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.latest-news .ticker {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: newsScroll 65s linear infinite;
}
.latest-news .ticker a {
  color: white;
  font-size: 13px;
  margin: 0 10px;
  font-weight: bold;
}
.latest-news .ticker a:hover {
  color: #C9A227;
  font-weight: bold;
}
.latest-news {
  /* animation */
}
@keyframes newsScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.latest-news {
  /* pause on hover */
}
.latest-news .ticker-wrapper:hover .ticker {
  animation-play-state: paused;
}
.latest-news {
  /* responsive */
}
@media (max-width: 768px) {
  .latest-news .breaking {
    padding: 12px 18px;
    font-size: 12px;
  }
  .latest-news .ticker span {
    font-size: 13px;
    margin: 0 25px;
  }
}

.about-clg {
  background: #eee;
  margin-top:20px;
}
.about-clg .about-clg-inner {
  padding: 10px;
  overflow: hidden;
}
.about-clg .about-clg-inner .title-box {
  text-align: left;
  margin-bottom: 5px;
}
.about-clg .about-clg-inner .about-img {
  width: 320px;
  height: 270px;
  float: left;
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 5px;
  margin: 5px 10px 0 0;
}
.about-clg .about-clg-inner p {
  text-align: justify;
  padding-bottom: 10px;
  color: #0B0C10;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1803921569);
}
.about-clg .principal-desk {
  background-color: #3c3a3a;
  border-radius: 20px;
  padding: 40px 31px 20px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.6509803922);
  position: relative;
  margin-top: 155px;
  height: 342px;
}
.about-clg .principal-desk .title-box {
  text-align: right;
  margin-bottom: 10px;
}
.about-clg .principal-desk .title-box .common-title {
  color: #FFFFFF;
}
.about-clg .principal-desk .principal-img {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -118px;
  border-radius: 50%;
  border: 5px solid #3c3a3a;
}
.about-clg .principal-desk .common-btn {
  color: #FFFFFF !important;
}
.about-clg .principal-desk .common-btn:hover {
  color: #0B0C10 !important;
}
.about-clg .principal-details-box {
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.about-clg .inner-princ p {
  text-align: justify;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1803921569);
}

.academic-details .links {
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.academic-details .links ul li a {
  display: block;
  padding: 10px;
  margin-bottom: 5px;
  background: linear-gradient(135deg, #1A1A2E 0%, #16213E 50%, #4f4f50 100%);
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 12.5px;
  font-weight: 600;
}
.academic-details .links ul li a:hover {
  background: #C9A227;
  color: #0B0C10;
}
.academic-details .links ul li a:hover i {
  background: #3c3a3a;
  color: #FFFFFF;
}
.academic-details .links ul li a i {
  background: #C9A227;
  border-radius: 50%;
  padding: 4px 5px;
  font-size: 10px;
}

.navs-section {
  background: #eee;
}
.navs-section .left-tbs-box .nav-tabs {
  border-bottom: 0;
  flex-direction: column;
  background: linear-gradient(135deg, #1A1A2E 0%, #16213E 50%, #4f4f50 100%);
  padding: 10px;
  border-radius: 10px;
  gap: 10px;
}
.navs-section .left-tbs-box .nav-tabs .nav-link {
  width: 100%;
  text-align: left;
  font-size: 18px;
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #0B0C10;
  font-weight: 500;
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navs-section .left-tbs-box .nav-tabs .nav-item.show .nav-link,
.navs-section .left-tbs-box .nav-tabs .nav-link.active {
  background-color: #C9A227;
  border: 0;
  color: #0B0C10;
}
.navs-section .left-tbs-box .nav-tabs .nav-link.active span {
  background: linear-gradient(135deg, #1A1A2E 0%, #16213E 50%, #4f4f50 100%);
  border: 2px solid #F5F7FA;
  color: #FFFFFF;
}
.navs-section .left-tbs-box span {
  background: #E6C75A;
  padding: 5px 9px;
  border-radius: 50%;
  color: #0B0C10;
  border: 2px solid rgba(0, 0, 0, 0.3411764706);
}
.navs-section .left-tbs-box span i {
  font-size: 16px !important;
}
.navs-section .left-tbs-box .bk {
  padding: 5px 11px !important;
}
.navs-section .tab-content {
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 20px;
  background-color: #FFFFFF;
  margin-top: 60px;
  border-radius: 10px;
}
.navs-section .tab-inner-box {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
.navs-section .in-left-box {
  overflow: hidden;
}
.navs-section .in-left-box img {
  border-radius: 10px;
  transition: all 0.4s ease;
}
.navs-section .in-left-box:hover img {
  transform: scale(1.08);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.navs-section .in-right-box {
  width: 70%;
}
.navs-section .in-right-box h2 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #FFFFFF;
  background: linear-gradient(135deg, #1A1A2E 0%, #16213E 50%, #4f4f50 100%);
  text-align: center;
  padding: 5px;
  border-radius: 10px;
}
.navs-section .in-right-box p {
  text-align: justify;
}
.navs-section .in-right-box ul {
  margin-top: 10px;
}
.navs-section .in-right-box ul li {
  padding-top: 10px;
  position: relative;
  padding-left: 25px;
}
.navs-section .in-right-box ul li::before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  content: "\f058";
  color: #0B0C10;
  position: absolute;
  left: 0;
  top: 12px;
}

.highlighted-area .inner {
  text-align: center;
  padding: 50px 25px;
  border-radius: 15px;
  background: #ffffff;
  color: #03204d;
  transition: 0.4s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.highlighted-area .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background: linear-gradient(90deg, #C9A227, #E6C75A);
  transition: 0.4s;
}
.highlighted-area .inner:hover::before {
  width: 100%;
}
.highlighted-area .inner:hover {
  transform: translateY(-12px);
}
.highlighted-area .inner span {
  font-size: 40px;
  margin-bottom: 15px;
  color: #3c3a3a;
  background: linear-gradient(135deg, #C9A227, #E6C75A);
  padding: 10px 15px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
  border: 3px solid #3c3a3a;
}
.highlighted-area .calnd {
  padding: 10px 24px !important;
}
.highlighted-area .inner:hover i {
  transform: rotate(360deg) scale(1.1);
}
.highlighted-area .counter {
  font-size: 38px;
  font-weight: bold;
  margin: 15px 0 10px;
  color: #3c3a3a;
}
.highlighted-area .inner h3 {
  font-size: 16px;
  letter-spacing: 1px;
  color: #555;
  font-weight: bold;
}

.gallery {
  background: #eee;
}
.gallery .video-gallery {
  border: 5px solid transparent;
  border-radius: 20px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #3c3a3a, #16213E, #C9A227) border-box;
}
.gallery .video-gallery iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.gallery .video-gallery img {
  width: 100%;
  height: 350px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.gallery .common-btn {
  margin-top: -23px;
  width: 100%;
  border: 0;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  line-height: 2.1;
  background: linear-gradient(135deg, #1A1A2E 0%, #16213E 50%, #4f4f50 100%);
  color: #FFFFFF;
}
.gallery .common-btn:hover {
  color: #0B0C10;
}

.college-footer {
  background: linear-gradient(135deg, #1A1A2E 0%, #16213E 50%, #4f4f50 100%);
  color: #fff;
  padding: 50px 20px 30px;
  position: relative;
  overflow: hidden;
}
.college-footer::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  top: -100px;
  left: -100px;
  filter: blur(80px);
}
.college-footer {
  /* Glass Cards */
}
.college-footer .footer-box {
  background: rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  transition: 0.4s;
  height: 100%;
}
.college-footer .footer-box p {
  text-align: justify;
}
.college-footer .footer-box:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.1);
}
.college-footer {
  /* Titles */
}
.college-footer .footer-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}
.college-footer .footer-subtitle {
  margin-bottom: 20px;
  position: relative;
  font-size: 22px;
}
.college-footer .cont-dtls li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 20px;
}
.college-footer .cont-dtls i {
  position: absolute;
  left: 0;
  top: 5px;
}
.college-footer {
  /* Animated underline */
}
.college-footer .footer-subtitle::after {
  content: "";
  width: 0%;
  height: 3px;
  background: #C9A227;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: 0.4s;
}
.college-footer .footer-box:hover .footer-subtitle::after {
  width: 100%;
}
.college-footer {
  /* Links */
}
.college-footer .footer-links {
  list-style: none;
  padding: 0;
}
.college-footer .footer-links li {
  margin-bottom: 12px;
}
.college-footer .footer-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ddd;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 8px;
  transition: 0.3s;
}
.college-footer {
  /* Icon badge */
}
.college-footer .footer-links a i {
  width: 25px;
  height: 25px;
  background: #C9A227;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0B0C10;
  font-size: 14px;
  transition: 0.3s;
}
.college-footer {
  /* Hover */
}
.college-footer .footer-links a:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(8px);
  color: #fff;
}
.college-footer .footer-links a:hover i {
  transform: rotate(360deg);
}
.college-footer {
  /* Social Icons */
}
.college-footer .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border-radius: 50%;
  background: #C9A227;
  color: #0B0C10;
  transition: 0.4s;
}
.college-footer .social-icons a:hover {
  transform: translateY(-8px) scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.college-footer {
  /* Contact Icons */
}
.college-footer .contact-info i {
  margin-right: 8px;
  color: #c9a227;
}
.college-footer {
  /* Bottom */
}
.college-footer .footer-bottom {
  text-align: center;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
}
.college-footer .footer-bottom a {
  color: #FFFFFF;
  font-weight: bold;
}
.college-footer .footer-bottom a:hover {
  color: #C9A227;
}

/* Sidebar box */
.master-page .sidebar-menu {
  background: linear-gradient(135deg, #1A1A2E 0%, #16213E 50%, #4f4f50 100%);
  backdrop-filter: blur(12px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  padding: 15px;
  border-radius: 14px;
}

/* Title */
.master-page .tittle_menu {
  color: #FFFFFF;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

/* Menu */
.sidebar-menu nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu nav ul li {
  position: relative;
}

/* Links */
.sidebar-menu nav ul li a {
  font-size: 15px;
  padding: 10px 15px 10px 40px;
  margin: 8px 0;
  color: #333;
  background: #f5f7fa;
  border-radius: 30px;
  display: block;
  text-decoration: none;
  position: relative;
  transition: 0.4s ease;
  font-weight: 600;
}

/* Arrow icon */
.sidebar-menu nav ul li a::before {
  content: "\f0a4";
  /* correct unicode with backslash */
  font-family: "Font Awesome 5 Free";
  /* or 6 Free */
  font-weight: 900;
  /* required for solid icons */
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #0B0C10;
  transition: 0.4s;
}

/* Hover */
.sidebar-menu nav ul li a:hover {
  background: #C9A227;
  color: #0B0C10;
  transform: translateX(10px);
  box-shadow: 0 5px 15px rgba(17, 29, 94, 0.5);
}

.sidebar-menu nav ul li a:hover::before {
  color: #0B0C10;
}

/* Active */
.sidebar-menu nav ul li a.active {
  background: #C9A227;
  color: #0B0C10;
  box-shadow: 0 5px 15px #4b3a01;
}

.sidebar-menu nav ul li a.active::before {
  color: #0B0C10;
}

/* Dropdown icon */
.drop2x {
  position: absolute;
  right: 20px;
  top: 12px;
  color: #777;
  font-size: 14px;
}

/* Submenu */
.submenu2 {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.4s ease;
  padding-left: 15px;
}

/* Submenu open */
.sidebar-menu nav ul li:hover .submenu2 {
  max-height: 15000000px;
  opacity: 1;
  transform: scaleY(1);
}

/* Submenu links */
.submenu2 a {
  background: #e8ebf1;
  font-size: 14px;
  padding-left: 50px;
}

.master-page .master-content {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
  border-radius: 10px;
}

.master-page .master-content .master-title {
  text-align: center;
}

.master-page .master-content .inner {
  padding: 10px;
  margin: 5px 0;
}

.master-page .master-content .inner p {
  text-align: justify;
  padding: 5px 0;
  color: #1A1A1A;
}

.master-page .table {
  margin-top: 10px;
  color: #1A1A1A;
  background-color: #fff;
  text-align: center;
}

.master-page .table tr,
.master-page .table td,
.master-page .table th {
  border: 1px solid #888888;
}

.master-page .table thead {
  background-color: rgba(0, 0, 0, 0.2);
  color: #000;
}

.master-page .table thead th {
  border-bottom: 0;
}

.master-page .table i {
  font-size: 22px;
  color: #111d5e;
}

.master-page .table i:hover {
  color: #111d5e;
}

.master-page .nav-tabs {
  flex-direction: column;
  border: 0;
}

.master-page .nav-tabs .nav-link {
  font-size: 15px;
  padding: 10px 15px 10px 40px;
  margin: 8px 0;
  color: #333;
  background: #f5f7fa;
  border-radius: 30px;
  display: block;
  text-decoration: none;
  position: relative;
  transition: 0.4s ease;
  position: relative;
  border: 0;
  font-weight: bold;
}

.master-page .nav-tabs .nav-link::before {
  content: "\f0a4";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #0B0C10;
  transition: 0.4s;
}

.master-page .nav-tabs .nav-link.active {
  background: #C9A227;
  color: #0B0C10;
  box-shadow: 0 5px 15px rgba(17, 29, 94, 0.5);
}

.master-page .nav-tabs .nav-link:hover {
  background: #C9A227;
  color: #0B0C10;
  border: 0;
}

.master-page .nav-tabs .nav-link.active::before {
  color: #0B0C10;
}

.master-page .nav-tabs .nav-link:hover::before {
  color: #0B0C10;
}

.master-page .sidebar-menu nav ul {
  list-style: none;
  padding-left: 0;
}

.master-page {
  padding: 50px 0;
}

.right-page-content {
  background: #fff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(22, 33, 62, 0.85);
  position: relative;
}

.master-banner .ban-inner {
  position: relative;
  z-index: 1;
}
.master-banner .ban-inner img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.master-banner .ban-inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3c3a3a;
  opacity: 0.91;
}
.master-banner .master-title-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.master-banner .master-title-box .master-title {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(90deg, #ffffff, #F59E0B, #ffffff);
  background-size: 200% auto;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: textFlow 4s linear infinite;
  text-transform: uppercase;
  width: 100%;
}
@keyframes textFlow {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

.master-page .inner-subttl {
  font-size: 25px;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  font-weight: bold;
  color: #3c3a3a;
  position: relative;
  padding-bottom: 10px;
}
.master-page .inner-subttl::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -31px;
  transform: translate(-50%, 0);
  width: 250px;
  height: 30px;
  background-image: url(../img/shapes012.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.master-page .parabx p {
  text-align: justify;
  padding-bottom: 10px;
}
.master-page .mst-ul {
  list-style: disc;
  padding-left: 20px;
}
.master-page .mst-ul li {
  padding-bottom: 10px;
}
.master-page .mst-ol {
  list-style: auto;
  padding-left: 20px;
}
.master-page .mst-ol li {
  padding-bottom: 10px;
}
.master-page .master-tble .table thead {
  background: linear-gradient(135deg, #1A1A2E 0%, #16213E 50%, #4f4f50 100%);
  color: #FFFFFF;
}
.master-page body {
  background: #ffffff;
  font-family: Arial, sans-serif;
}
.master-page {
  /* Section */
}
.master-page .teacher-profile {
  padding-top: 20px;
}
.master-page {
  /* Card */
}
.master-page .teacher-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  margin-bottom: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
}
.master-page {
  /* Top gradient line */
}
.master-page .teacher-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(120deg, #3c3a3a, #E6C75A);
  transition: 0.4s;
}
.master-page .teacher-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.master-page {
  /* Image */
}
.master-page .teacher-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #f1f1f1;
  transition: 0.4s;
}
.master-page .teacher-card:hover .teacher-img img {
  transform: scale(1.1);
  border-color: #3c3a3a;
}
.master-page {
  /* Text */
}
.master-page .teacher-info h4 {
  margin-top: 15px;
  color: #222;
  font-size: 20px;
  font-weight: 600;
}
.master-page .teacher-info p {
  color: #777;
  font-size: 14px;
}
.master-page {
  /* Social */
}
.master-page .teacher-social {
  margin: 15px 0;
}
.master-page .teacher-social a {
  display: inline-block;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #f1f1f1;
  color: #555;
  transition: 0.3s;
}
.master-page .teacher-social a:hover {
  background: #C9A227;
  color: #0B0C10;
  transform: translateY(-3px);
}
.master-page {
  /* Button */
}
.master-page .view-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 20px;
  border-radius: 30px;
  background: linear-gradient(120deg, #C9A227, #E6C75A);
  color: #0B0C10;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}
.master-page .view-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 114, 255, 0.3);
}

.master-desk .innerdsk {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(22, 33, 62, 0.85);
  position: relative;
}
.master-desk p {
  text-align: justify;
  padding-bottom: 10px;
}
.master-desk .left-p-box {
  max-width: 350px;
  text-align: center;
  box-shadow: 0 0 10px #000;
  padding: 5px;
  float: left;
  margin: 5px 10px 0 0;
  border-bottom: 5px solid #3c3a3a;
  border-radius: 10px;
}
.master-desk .left-p-box p {
  text-align: center !important;
  padding: 0 !important;
}
.master-desk .left-p-box img {
  width: 100%;
  height: 285px;
  border-radius: 10px;
}
.master-desk .princinm {
  font-size: 20px;
  font-weight: bold;
  color: #0B0C10;
  padding: 10px 0;
}

.galleryssr .innerdsk {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(22, 33, 62, 0.31);
  position: relative;
}
.galleryssr .fancy-box {
  position: relative;
  border: 1px solid #002c54;
  padding: 5px;
  display: block;
  margin-top: 10px;
}
.galleryssr .single-img {
  position: relative;
}
.galleryssr .image {
  display: block;
  width: 100%;
  height: 250px;
}
.galleryssr .img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(201, 162, 39, 0.83);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
.galleryssr .single-img:hover .img-overlay {
  height: 100%;
}
.galleryssr .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}

.contact-us {
  margin: 30px 0;
  /* BIG CARD */
}
.contact-us .contact-main {
  background: #fff;
  border-radius: 25px;
  padding: 50px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.contact-us {
  /* decorative glow */
}
.contact-us .contact-main::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: #C9A227;
  border-radius: 50%;
  top: -120px;
  right: -120px;
  opacity: 0.1;
}
.contact-us {
  /* TITLE */
}
.contact-us .contact-title {
  text-align: center;
  margin-bottom: 40px;
}
.contact-us .contact-title h2 {
  font-weight: 700;
  color: #3c3a3a;
}
.contact-us {
  /* INFO BOX */
}
.contact-us .contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  border-radius: 15px;
  transition: 0.3s;
  background: #fafafa;
  margin-bottom: 20px;
}
.contact-us .contact-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.contact-us {
  /* ICON */
}
.contact-us .contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #3c3a3a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contact-us .contact-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #C9A227;
  transform: scale(1.2);
}
.contact-us .contact-icon i {
  color: #C9A227;
  font-size: 22px;
}
.contact-us .contact-text {
  width: 73%;
}
.contact-us {
  /* TEXT */
}
.contact-us .contact-text h5 {
  margin: 0;
  font-weight: 600;
  color: #222;
  font-size: 18px;
}
.contact-us .contact-text p {
  margin: 0;
  color: #666;
  font-size: 14px;
}
.contact-us {
  /* MAP */
}
.contact-us .map {
  border-radius: 20px;
  overflow: hidden;
}
.contact-us {
  /* SOCIAL */
}
.contact-us .social-links {
  text-align: center;
  margin-top: 0;
  display: flex;
  align-items: center;
}
.contact-us .social-links a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 8px;
  border-radius: 50%;
  background: #3c3a3a;
  color: #C9A227;
  transition: 0.3s;
}
.contact-us .social-links a:hover {
  background: #C9A227;
  color: #fff;
  transform: translateY(-5px);
}

/*.search-btn {
  padding: 10px 20px;
  background: #1a1a2e;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
}*/
.search-btn:focus{
    outline:0;
}
.fa-search{
    font-size: 14px;
    padding: 6px;
}
/* Overlay */
.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.search-box {
    width: 60%;
    max-width: 600px;
    border: 2px solid white;
    padding: 10px;
    border-radius: 30px;
    background: transparent; 
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.search-box::placeholder{
    color:#fff;
}
.search-box:focus-visible{
    outline:0;
}

.menu-items {
  margin-top: 30px;
  width: 300px;
}

.menu-items .over-menu-items {
    width: 100%;
    margin: 10px 0;
    padding: 12px;
    border: 1px solid white;
    background: transparent;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    display: inline-block;
    text-align: center;
}


.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
.txt-bx i{
    color: #42a2d5;;
}

/*home-popup*/
.modal-header{
  background: linear-gradient(135deg, #1A1A2E 0%, #16213E 50%, #4f4f50 100%);
  color: #fff;
}

.modal-content{
  border-radius: 16px;
  overflow: hidden;
  border: none;
}

.btn-close{
  filter: invert(1);
}
.mod-adm-btn{
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    /* border-radius: 8px; */
    text-decoration: none;
    font-weight: 500;
    color: #000;
    background: linear-gradient(135deg, #1a1a2e54, #35373b4f);
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Hover lift + glow */
.mod-adm-btn:hover{
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(109,67,90,0.4);
  color:#000;
}

/* Shine animation */
.mod-adm-btn::before{
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255,255,255,0.25);
  transform: skewX(-25deg);
}

/* Animate shine on hover */
.mod-adm-btn:hover::before{
  animation: shine 0.8s ease;
}

@keyframes shine{
  0% { left: -75%; }
  100% { left: 125%; }
}
#welcomeModal .modal-title{
    font-size:25px;
}
.about-teacher .nav-tabs .nav-link{
    background:#C9A227;
}
