.outfit-uniquifier {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.inter-uniquifier {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}
.inter-uniquifier-home {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
.crimson-pro-uniquifier {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

.crimson-pro-uniquifier-bsit {
  font-family: "Crimson Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

.jost-uniquifier {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.jost-uniquifier-home {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
}

.outfit-uniquifier-news-para {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
}

.outfit-uniquifier-news-heading {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
}

.outfit-uniquifier-news-paragraph {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
}

.crimson-pro-uniquifier-news-span {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  color: #000000 !important;
}

.crimson-pro-uniquifier-news-small {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  
  color: #000000 !important;
}

.crimson-pro-uniquifier-lorem {
  font-family: "Crimson Pro", serif;
}
.crimson-pro-uniquifier-gallery {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-size: 20px !important;
  color: #000000 !important;
}

.plus-jakarta-sans-news-page {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  color: #17012C !important;
}

.plus-jakarta-sans-news-paragraph {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 14px !important;
  color: #17012C !important;
}

.plus-jakarta-sans-news-400 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 13px !important; 
  color: #17012C !important;
}

.plus-jakarta-sans-news-span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 14px !important; 
  color: #17012C !important;
}

.plus-jakarta-sans-news-500 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 15px !important;
  
  color: #504E4E !important;
}

.plus-jakarta-sans-news-spancolor {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 14px !important; 
  color: #504E4E !important;
}


.outfit-uniquifier-news-fontsize {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 15px;
  font-style: normal;
}

.inter-islamic-ethics {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

.outfit-font-vcpage {
  font-family: "Outfit", sans-serif !important;
}

.outfit-uniquifier-gallery {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
}

/* search input font-family start*/

.crimson-pro-uniquifier-italic {
  font-family: "Crimson Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-size: 70px;
  color: #ffffff !important;
}
.crimson-pro-uniquifier-regular {
  font-family: "Crimson Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 70px;
  color: #ffffff !important;
}
.plus-jakarta-sans-news-500-white {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 15px !important;
  color: #ffffff !important;
}


/*  search input font-family end */



/* home-page start */
.header {
  position: relative;
  height: 100vh; /* Full screen height */
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 68% !important;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* dark overlay */
  z-index: 0;
}

#headerCarousel,
.carousel-inner,
.carousel-item {
  height: 100%;
  width: 100%;
}


.header #headerCarousel  .carousel-item img,
.header #headerCarousel .bg-video {
  position: absolute;
  top: 38%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover; 
  z-index: -1; 
}
#headerCarousel .carousel-control-prev,
#headerCarousel .carousel-control-next {
  top: 30%; 
  transform: translateY(-50%);
}
.header .main {
  position: absolute !important;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1 !important;
  color: white !important;
}
.mega-dropdown {
  position: static !important;
}

.mega-dropdown .dropdown-menu {
  width: 100vw;                      
  left: 0;                           
  right: 0;                          
  border-radius: 0;
  border: none;
  margin-top: 0;
  padding: 0;
  transform: translateX(0) !important;
}

.mega-dropdown:hover > .dropdown-menu {
  display: block;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3) !important;
  transform: translateY(-4px) !important;
}
.mega-dropdown .dropdown-menu .row {
  margin: 0;        
}
.mega-img {
  height: 170px;
  width: 330px;
  /* object-fit: cover;
  padding: 6px; */
}
.mega-text {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: 300;
}

.read-more-btn {
  text-decoration: none; 
  background: #004cd4;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 50px;
  transition: 0.3s;
  font-size: clamp(0.625rem, 0.0148rem + 0.9843vw, 0.9375rem);
  border: none;
}

.read-more-btn:hover{
  color: white;
  background: #003bb0 !important;
}
.mega-link {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.mega-link:hover {
  color: #004cd4;
}
.top-bar {
  background: #004cd4;
  color: #ffffff;
  font-size: clamp(0.625rem, 0.5313rem + 0.5vw, 1.125rem);
  z-index: 1000;
  position: relative;
}
.top-bar-aboutpg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #004cd4;
  z-index: 0;
  display: flex;
  align-items: center;
  padding: 0 15px;
  transition: top 0.3s ease; 
}


.announcement-bar {
  background: #FFFBA8;
  color: #004cd4;
  font-size: clamp(0.75rem, 0.6rem + 0.6vw, 1rem);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1030;
  width: 100%;
  padding: 6px 0 !important;
}
.announcement-rich-text .rich-text, 
.announcement-rich-text p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    display: inline; 
}

.announcement-rich-text a {
    text-decoration: underline;
    font-weight: bold;
    color: inherit; 
}
.announcement-bar:hover .scrolling-wrapper,
.announcement-bar:hover .scrolling-text {
  animation-play-state: paused;
}
.scrolling-wrapper {
  display: inline-flex;
  gap: 0; 
  animation: scrollLeft 15s linear infinite;
}
/* .scrolling-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0;
  animation: scrollLeft 15s linear infinite; 
} */

.scrolling-text {
  display: inline-block;
  /* animation: scrollLeft 15s linear infinite; */
}

@keyframes scrollLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-140%);
  }
}

/* .announcement-bar:hover .scrolling-wrapper,
.announcement-bar:hover .scrolling-text {
  animation-play-state: paused;
} */

@media (max-width: 991px) {
  .scrolling-wrapper {
    animation-duration: 30s !important; 
  }
}

@media (max-width: 576px) {
  .scrolling-wrapper {
    animation-duration: 30s !important; 
  }
}

@media (max-width: 768px) {
  .announcement-bar {
    font-size: 0.85rem;
  }
  @keyframes scrollLeft {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
  }
  .scrolling-wrapper,
  .scrolling-text {
    animation-duration: 1s; 
  }
}

.alert-dismissible .btn-close {
    position: absolute;
    top: -12px !important;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.btn-close {
  filter: invert(18%) sepia(92%) saturate(7480%) hue-rotate(2deg) contrast(110%);
}

.btn-close:hover {
  outline: none !important;
  box-shadow: none !important;
}

@media (min-width: 320px) and (max-width: 450px) {
  .alert-dismissible .btn-close { 
    position: absolute;
    top: -12px !important;
    right: -11px;
    z-index: 2;
    padding: 1.25rem 1rem;
  }
}


/* .top-bar-about-page {
  background: #004cd4;
  color: #ffffff;
  font-size: clamp(0.625rem, 0.5313rem + 0.5vw, 1.125rem);
  z-index: 1000;
  position: relative;
} */
 .top-bar-about-page {
  position: fixed !important; 
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #004cd4;
  z-index: 1030; 
  display: flex;
  align-items: center;
  /* padding: 0 15px; */
}

.lang-dropdown .btn {
  background: none !important; 
  color: #fff !important; 
  border: none;
  box-shadow: none; 
}
.lang-dropdown .btn:focus {
  outline: none;
  box-shadow: none;
}
.lang-dropdown .dropdown-menu {
  min-width: 120px;
}
.lang-dropdown .dropdown-item {
  display: flex;
  align-items: center;
}
.lang-dropdown .dropdown-item span {
  margin-right: 8px;
}
.top-list {
  list-style: none;
}
.top-list a {
  text-decoration: none;
  color: #ffffff;
}

.homepage .navbar-nav .nav-link {
  color: #fff !important;
  margin-right: 5px;
}
.homepage .navbar-nav .dropdown-menu {
  background: #fff;
}
.nav-link:hover {
  text-decoration: underline;
}
.mega-link:hover {
  text-decoration: underline !important;
}
/* .homepage .search-box {
  display: none;
  transition: all 0.3s ease;
}
.homepage .search-box.active {
  display: inline-block;
} */

/*  */

/* search input styling start */

.searchBar-box input::placeholder{
  color: #ffffff74 !important;
}
.searchBar-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; 
  height: 75%; 
  background-color: #004CD4;
  display: none; 
  z-index: 99;
  animation: searchBar-fade 0.3s ease;

}

#searchBar-toggle:checked + label + .searchBar-modal {
  display: flex; 
}
.searchBar-box input {
  background: #004CD4;
  width: 380px;
  outline: none;
}
.searchBar-modal-close {
  border: 2px solid white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 28px;
  font-weight: 300;
  display: flex; 
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  background: transparent;
  transition: transform 0.3s ease, color 0.3s ease;
}
.searchBar-modal-close:hover {
  transform: scale(1.1); 
}
.filter-border{
  border: 1px solid #004CD4;
}

.text-filter{
  color: #57595F;

}
.instagram-color i {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.instagram-color:hover i {
    opacity: 0.8;
}
.search-icon {
  color: #fff !important;
  padding-left: 10px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.search-icon:hover {
  transform: scale(1.2);
  color: #0d6efd; 
}
.site-icon{
  transition: transform 0.3s ease, color 0.3s ease;
}

.site-icon:hover {
  transform: scale(1.2);
  
}
@media (min-width: 992px) {
  .search-icon {
    color: #000 !important;
     padding-left: 0;
  }
}


/* .searchBar-modal-close{
  border: 2px solid white;
  border-radius: 50%;
  padding: 0px 5px !important;
  font-size: 30px;
  font-weight: 200;
} */

@media (max-width: 786px) {
  .searchBar-content {
    width: 90%;
    max-width: 350px; 
    margin: auto; 
  }

  .searchBar-box input {
    width: 100%; 
  }
}

@keyframes searchBar-fade {
  from { 
    opacity: 0; 
    transform: translateY(-20%); 
  }
  to { 
    opacity: 1; 
    transform: translateY(0);
  }
}
/* SearchBar styling end */
/*  */





.homepage .apply-btn {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 12px;
  border-radius: 50px;
  transition: 0.3s;
  font-size: clamp(0.625rem, 0.0148rem + 0.9843vw, 0.9375rem);
}
.homepage .apply-btn:hover {
  /* background: #003bb0 !important; */
  background: #007bff;
  /* color: #fff; */
  /* border-color: #007bff; */
}
.homepage .navbar-toggler {
  border: none;
}
.homepage .navbar-toggler:focus {
  box-shadow: none;
}
.aboutPage .navbar {
  position: fixed !important;
  top: 38px;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
  background: #ffffff !important; 
  box-shadow: none;
}
.aboutPage .navbar .nav-link:hover{
  color: #004CD4 !important;
}
.homepage .navbar .nav-link:hover{
  color: #004CD4 !important;
}
@media (min-width:320px) and (max-width:991px) {
  .aboutPage .navbar .nav-link.active {
  color: white !important;
  font-weight: 600;
  text-decoration: underline;
}
.homepage .navbar .nav-link.active {
  color: white !important;
  font-weight: 600;
  text-decoration: underline;
}
.homepage .navbar .nav-link:hover{
  color: white !important;

}
.aboutPage .navbar .nav-link:hover{
  color: white !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #30302f;
    background-color: white;
}
.dropdown-item.active, .dropdown-item:active {
    color: #30302f;
    text-decoration: none;
    background-color: white;
}
}
/* .aboutPage .navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
  background: #ffffff !important;
  box-shadow: none;
} */
.aboutPage .navbar.scrolled {
  background: rgba(255, 255, 255, 0.8) !important; 
   top: 0 !important; 
  /* white with transparency */
  /* backdrop-filter: blur(2px) !important; */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* optional shadow */
}
.aboutPage .nav-con {
  width: 75%;
}
.aboutPage .navbar-nav .nav-link {
  color: #30302f !important;
  margin-right: 5px;
}
.aboutPage .navbar-nav .dropdown-menu {
  background: #ffffffcc;
}
/* .aboutPage .search-box {
  display: none;
  transition: all 0.3s ease;
}
.aboutPage .search-box.active {
  display: inline-block;
}
.aboutPage .search-icon {
  color: #30302f !important;
} */
 /* AboutPage SearchBar start */ 
.aboutPage .searchBar-box input::placeholder {
  color: #ffffff74 !important;
}

.aboutPage .searchBar-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75vh !important; 
  /* background-color: #0047ff; */
  display: none;
  z-index: 2000 !important; /* above fixed navbar */
  animation: searchBar-fade 0.3s ease;
  background: rgba(0, 76, 212, 0.50);   
  backdrop-filter: blur(10px);          
  -webkit-backdrop-filter: blur(10px);
}
.aboutPage #searchBar-toggle:checked + label + .searchBar-modal {
  display: flex;
}
.aboutPage .searchBar-box input {
  background: transparent;
  width: 370px;
  outline: none;
}
.icon-topbar a i{
  transition: transform 0.3s ease, color 0.3s ease;
}

.icon-topbar a:hover i{
    transform: scale(1.2);
  
}
.aboutPage .searchBar-modal-close {
   border: 2px solid white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 28px;
  font-weight: 300;
  display: flex; 
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  background: transparent;
  /* border: 2px solid white;
  border-radius: 50%;
  padding: 0px 5px !important;
  font-size: 30px;
  font-weight: 200;
  top: 20px !important;  */
}

/* Responsive */
@media (max-width: 786px) {
  .aboutPage .searchBar-content {
    width: 90%;
    max-width: 350px;
    margin: auto;
  }

  .aboutPage .searchBar-box input {
    width: 100%;
  }
}

/* Animation */
@keyframes searchBar-fade {
  from {
    opacity: 0;
    transform: translateY(-20%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* AboutPage SearchBar end */
.aboutPage .apply-btn {
  background: #004cd4;
  border: #004cd4;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 50px;
  transition: 0.3s;
  font-size: clamp(0.625rem, 0.0148rem + 0.9843vw, 0.9375rem);
}
.aboutPage .apply-btn:hover {
  background: #003bb0;
  color: #fff;
}
.aboutPage .navbar-toggler {
  border: none;
}
.aboutPage .navbar-toggler:focus {
  box-shadow: none;
}
/* .aboutPage .navbar .nav-link.active {
  color: #004CD4 !important;
  font-weight: 600;
} */
.about-main {
  background: url("../images/About-Background.png");
  background-repeat: no-repeat;
  /* background-position: inherit; */
  background-size: cover;
  height: 60vh;
  /* background-color: #00000080 !important; */
}
/* .about-hero {
  padding-top: 80px;
} */
.about-us{
  padding-top: 40px;
}
.about-us-p {
  color: #ffffff;
  font-weight: 300 !important ;
  border-left: 1px solid #ffffff33;
}
.about-us-h {
  color: #ffffff;
  font-weight: 700 !important ;
  /*font-size: clamp(2.5rem, 2.0673rem + 1.9231vw, 4.375rem);*/
  font-size: clamp(1rem, 1.2rem + 2vw, 4.375rem);

}
.recent-font {
  color: #0A1D3A !important;
}
.main {
  color: #ffffff;
}
.ad-heading{
  color: white;
  font-weight: 600px;
  font-size: clamp(28px, 5vw, 60px) !important;
}
.enroll-btn {
  background: #004cd4;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 15px;
  font-size: clamp(0.625rem, 0.4911rem + 0.4286vw, 1rem);
}
.enroll-btn:hover {
  color: white !important;
  background: #003bb0 !important;
}

.service {
  background: #004cd4;
}

.card-top {
  background: #fff;
  text-align: center;
  padding: 40px 20px 40px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.custom-card:hover .card-top {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  /* padding: 20px 20px 40px; */
  padding-top: 25px;
  padding-bottom: 25px;
  cursor: pointer;
  transform: translateY(20px);
  transition: 0.3s ease-in-out;
}
.card-top i {
  font-size: 40px;
  color: #0066ff;
  margin-bottom: 15px;
}
.card-top h5 {
  font-weight: 600;
  color: #161613;
}
.arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 5px solid #0066ff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -20px auto 0;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.dep-card {
  position: relative;
  display: flex;
  justify-content: center;
}
.arrow-btn-cs {
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    position: absolute;
  bottom: 14px;
  left: 50%;
  top: 90%;
  transform: translateX(-50%);
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #004CD4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}
.custom-card:hover .arrow-btn {
  width: 50px;
  height: 50px;
  border: 8px solid #0066ff;
  margin-top: 0px;
}
.card-bottom {
  color: #ffffffcc;
  text-align: center;
  padding: 20px 0px;
  font-size: 14px;
  font-weight: 300 !important;
  line-height: 1.5;
}

.best-university {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  transition: transform 0.3s ease, color 0.3s ease;
}
.best-university:hover {
  color: #ffffff;
    transform: scale(1.02); 
}
.trusted {
  color: #ffffffcc;
  font-size: 14px;
}
/* About-Section */
.year-all {
  display: inline-block; 
  color: white;
  transition: transform 0.3s ease, color 0.3s ease;
}

.year-all:hover {
  color: white;
  transform: scale(1.02);
}
.about {
  background: #f6f4ee;
}
.left-img {
  width: 55%;
  border-radius: 23px;
}

.woman-img {
  position: absolute;
  right: 0;
  top: 20%;
  width: 65%;
  max-width: 100%;
  border-radius: 23px !important;
}

.badge-box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #F6F4EE99;
  border: 1px solid #57595F1A;
  padding: 8px 16px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 500;
  backdrop-filter: blur(10px);
}
.mask {
  color: #004cd4;
  font-weight: 500 !important;
}
.about-title {
  color: #004cd4;
}
.about-para {
  color: #57595f;
  font-weight: 300 !important;
  border-left: 2px solid #004cd4;
  font-size: 16px;
}
.about-university h1 {
  color: #161613;
  font-weight: 600 !important;
}
.uni {
  color: #004cd4 !important;
}
.underline {
  position: relative;
  display: inline-block;
  line-height: 60px;
}
.underline svg {
  position: absolute;
  left: 0;
  bottom: -8px; /* adjust gap */
  width: 100%;
  height: 20px; /* height of curve */
}
.underline path {
  stroke: #161613; /* underline color */
  stroke-width: 4;
  fill: transparent;
}
.underlined {
  position: relative;
  margin-right: 1rem;
}
.underlined:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 7px;
  width: 100%;
  border: solid 2px #cb1829;
  border-color: #cb1829 transparent transparent transparent;
  border-radius: 100%;
}
/* .vector-1 {
  border: 1px solid #57595F1A;
  border-radius: 100%;
  padding: 10px;
} */
.vector-1 {
  border: 1px solid #57595F1A;
  border-radius: 50px;
  padding: 15px;
}
.building {
  font-size: 18px;
  font-weight: 600 !important;
  color: #161613;
}
.trust {
  font-size: 14px;
  font-weight: 300 !important;
  color: #57595f;
}

/* New Section */
.news {
  background: #f6f4ee;
}
.news-con {
  padding-left: 1rem;
  padding-right: 1rem;
}
.blog {
  color: #004cd4;
  font-size: 15px;
  font-weight: 500 !important;
  text-align: center;
}
.latest {
  color: #0a1d3a !important;
  text-align: center;
  font-weight: 600 !important;
}
.latest span {
  color: #004cd4;
}
.news-top {
  background: #fff;
  text-align: center;
  padding: 10px 10px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.news-top h5 {
  font-weight: 600;
  color: #161613;
}
.news-top p {
  font-weight: 400 !important;
  color: #004cd4;
}
.news-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 8px solid #f6f4ee;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -20px auto 0;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.news-btn:hover {
  width: 60px;
  height: 60px;
}
.news-bottom {
  color: #ffffffcc;
  text-align: center;
  padding: 20px 0px;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.5;
}
.user {
  font-size: 13px;
  color: #84807b;
}
.recent {
  color: #0a1d3a;
}
.not-le {
  color: #004cd4;
}
/* ====== STATS SECTION ====== */
.stats-box {
  background: #004cd4 url("../images/Vector.png") no-repeat center center/cover;
  color: white;
  border-radius: 10px;
  padding: 20px 20px;
  text-align: center;
  margin-bottom: 50px;
}
.state-m {
  border-right: 1px solid #ffffff24;
}
.state-p {
  color: #ffffffb2;
  font-weight: 400 !important;
}

/* .stats-box h3 {
  font-size: 2rem;
  margin-bottom: 5px;
} */

/* ====== HEADING ====== */
.heading {
  color: #161613;
  font-size: 55px;
  font-weight: 600 !important;
}

.highlight {
  color: #004CD4;
}

.sub-heading {
  font-size: 16px;
  font-weight: 300;
  color: #57595f;
}

/* ====== PROGRAM CARDS ====== */
.program-card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 15px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.program-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.program-card img {
  width: 100%;
  border-radius: 8px;
  /* height: 180px; */
  object-fit: cover;
}

.program-card h5 {
  margin-top: 15px;
  font-weight: 600 !important;
  font-size: 18px;
  color: #161613 !important;
}

.program-card p {
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #57595f;
}

.tag-box {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
}

.tag-box img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  padding: 2px;
}

/* ====== APPLY BUTTON ====== */
.apply-btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 8px 20px;
  text-align: center;
  /* border: 1px solid #0d6efd; */
  border-radius: 14px;
  background: white;
  color: #0d6efd;
  text-decoration: none;
  font-weight: 500;
}

.apply-btn2:hover {
  background: #004cd4;
  color: white;
}

.apply-btn3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 8px 20px;
  text-align: center;
  /* border: 1px solid #0d6efd; */
  border-radius: 14px;
  background: #004cd4;
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.apply-btn3:hover {
  background: #003bb0;
  color: white;
}
/* ====== CAROUSEL DOTS ====== */
.custom-dots {
  position: relative;
  margin-top: 20px;
  justify-content: center;
}

.carousel-indicators [data-bs-target] {
  background-color: #DDDBD6; /* blue dots */
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.carousel-indicators .active {
  background-color: #004CD4; /* active dot dark */
}

.notice-box {
  padding: 15px 20px;
  border-bottom: 1px solid #010f1c1a;
}
.notice-date {
  font-size: 67.5px;
  font-weight: 300;
  font-style: italic;
  color: #004cd4;
  line-height: 1.2;
}

.notice-month {
  font-size: 14px;
  color: #57595F;
}

/* .notice-title {
  font-weight: 600;
  color: #161613;
} */

/* .notice-details {
  font-size: 14px;
  color: #84807B
;
} */

.notice-detail-bg {
  background: url("../images/notice-detail-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 60vh;
}

.see-btn {
  background: #004cd4;
  color: #FFFFFF;
  border-radius: 30px;
  padding: 8px 20px;
  border: none;
  font-size: clamp(0.675rem, 0.4911rem + 0.4286vw, 1rem);
}

.see-btn:hover {
  color: white !important;
  background: #003bb0 !important;
}

.arrow {
  font-size: 20px;
  color: #57595F;
}
/* .vc-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: url("../images/vc-background.png") no-repeat center center/cover;
  opacity: 0.7;
  z-index: 0;
}
.vc-section > * {
  position: relative;
  z-index: 1;
} */


.vc-section {
  display: flex;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.vc-button{
      white-space: nowrap !important;
    background-color: #004cd4 !important;
    width: 20%;
}

.vc-button:hover {
  
  color: white !important;
  background: #003bb0 !important;

}
.vc-left-1 {
  flex: 7;
  background: url("../images/university.png") no-repeat center center/cover;
  opacity: 0.5;
}
.vc-left {
  flex: 7;
  background: url("../images/vc-background.png")
    no-repeat center center/cover !important;
  opacity: 0.7 !important;
}
.vc-right {
  flex: 3;
  background: #004cd4 url("../images/Vector2.png") no-repeat center center/cover !important;
}
.vc-left2 {
  flex: 6;
  /* background: url("../images/university.png")
    no-repeat center center/cover !important; */
    opacity: 0.5 !important;
}

.vc-right2 {
  flex: 4;
  background: #004cd4 url("../images/Vector2.png") no-repeat center center/cover !important;
}
.vc-box {
  position: absolute;
  top: 0;
  left: 24%;
  /* transform: translate(-50%, -50%); */
  max-width: 950px;
  width: 880px;
  z-index: 2;
}
.vc-slide {
  display: flex;
  /* align-items: center; */
}
.vc-photo {
  flex: 0 0 200px;
  margin-right: 50px;
  margin-top: 110px;
  /* background: white; */
  border-radius: 11px;
}
.vc-photo img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  object-fit: cover;
  background: #f6f4ee; 
}
.vc-content {
  flex: 1; 
  background: #fefdfc;
  padding: 40px;
  /* border-radius: 25px; */
    border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
 /* background: white;

  padding: 40px;
  border-radius: 25px; */
} 
.vc-content h5 {
  font-weight: 600;
  color: #161613;
  font-size: clamp(1.25rem, 0.5vw + 1rem, 1.5rem) !important;
  /* font-size: 30px; */
  margin-bottom: 30px;
}
.vc-content h6 {
  color: #004CD4;
  font-weight: 600;
  font-size: clamp(1.1875rem, 0.5vw + 1rem, 1.5rem) !important;
  /* font-size: 24px; */
  margin-bottom: 5px;
}
.vc-content i {
  display: inline-block;
  margin-bottom: 15px;
  color: #57595F;
  font-style: normal;
}
.vc-content p {
  font-size: 14px !important;
  color: #57595F;
  line-height: 20px;
  font-weight: 300 !important;
}
.quote-icon {
  position: absolute;
  top: 50px;
  right: 40px;
  width: 50px;
  height: auto;
}
.quote-icon-vcpage {
  position: absolute;
  top: 10px;
  right: 140px;
  width: 50px;
  height: auto;
}
/* Custom Arrows */
.vc-arrows {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 16px;
  z-index: 3;
}
.vc-arrows button {
  border: 1px solid #010F1C1A;
  background: white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.vc-arrows button:hover {
  background: #f0f0f0;
}

/* home-page end */

/* About-page start */
/* About Al-Kawthar University  */
.about-al-kawthar {
  background: #f6f4ee;
}
.about-al-kawthar h1 {
  font-weight: 500 !important;
  color: #161613;
  font-size: clamp(1.875rem, 1.5865rem + 1.2821vw, 3.125rem);
  margin-bottom: 25px;
}
.about-al-kawthar p {
  font-weight: 300 !important;
  color: #3e4047;
  letter-spacing: 0;
  margin-bottom: 25px;
  /* font-size: clamp(0.625rem, 0.4808rem + 0.641vw, 1.25rem); */
  font-size: 16px;
}
.des-top {
  background: #F6F4EE;
  text-align: center;
  padding: 40px 20px; 
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 14.84px 14.84px 29.69px 0px #24020729;
  /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1); */
  backdrop-filter: blur(7.421320915222168px);
  height: 200px !important;  
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: center; 
  transition: 0.3s;
}

.des-top:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  padding-top: 50px;   
  padding-bottom: 50px;
  cursor: pointer;
  transform: translateY(5px);
  transition: 0.3s ease-in-out; 
}

.des-top h5{
    font-weight: 600;
    color: #161613;
}
.notice-news{
  padding: 15px 20px;
}
.border-right-short {
  position: relative;
}

.border-right-short::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;              
  height: 74%;           
  width: 1px;
  background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) { 
  .border-right-short::after {
    display: none;
  }
}
.apply-btn-2 {
  background: #004cd4;
  border: 1px solid #fff;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 50px;
  transition: 0.3s;
  font-size: clamp(0.625rem, 0.5385rem + 0.3846vw, 1rem);
}
.play-btn {
  border: none;
  background: none;
  font-size: clamp(0.625rem, 0.5385rem + 0.3846vw, 1rem);
}
.play-btn:hover {
color: #0d6efd !important;
text-decoration: underline;
}
.about-dummy{
  width:210px; 
  /* height:130px; */
 
  border: 4.47px solid #EAEAEA;
  border-radius: 16px;
     display: block;
    margin: 0 auto;
}
 .faculty-img {
    width: 500px;
    height: 350px;
    /* object-fit: cover; */
    border-radius: 44px;
    display: block;
    margin: 0 auto;
  }
  .faculties-img {
    width: 500px;
    border-radius: 44px;
    display: block;
    margin: 0 auto;
  }
/* state-section */
.state {
  background: #f6f4ee;
}
.stats-box-2 {
  background: url("../images/state-bg.jpg") no-repeat center center/cover;
  color: white;
  border-radius: 10px;
  padding: 20px 20px;
  text-align: center;
}
.state-m {
  border-right: 1px solid #ffffff24;
}
.state-p {
  color: #ffffffb2;
  font-weight: 400 !important;
}

/* mission & value section */
.mission {
  background: #f6f4ee;
  position: relative;
  z-index: 2;
}
.mission-value h1 {
  color: #161613;
}
.mission-value p {
  color: #3e4047;
  font-weight: 300 !important;
}

.mission-card {
  background: #ffffff;
  border-radius: 10px;
}
.mission-card img {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  height: 220px;
  width: 220px;
  object-fit: cover;
  object-position: center;
}
.mission-card h3 {
  color: #161613;
  font-weight: 600 !important;
}
.mission-card p {
  width: 70%;
}
.learn-more-1 {
  background: #004cd4;
  border: 1px solid #fff;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 50px;
  transition: 0.3s;
  font-size: clamp(0.625rem, 0.5385rem + 0.3846vw, 1rem);
}
.learn-more-2 {
  background: #161613;
  border: 1px solid #fff;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 50px;
  transition: 0.3s;
  font-size: clamp(0.625rem, 0.5385rem + 0.3846vw, 1rem);
}
.sticky-img {
  position: sticky;
  top: 100px;
}

/* Years Section */
.years {
  background: linear-gradient(180deg, #0446bc 0%, #004cd4 100%);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mission-cards {
  margin-bottom: -100px; /* overlap only cards */
  position: relative;
  z-index: 2;
}
.teachers-con {
  background: url("../images/years-bg.png") no-repeat center center/contain;
}
.years-h-1 h1 {
  font-weight: 200 !important;
  font-size: clamp(5rem, 3.9904rem + 4.4872vw, 9.375rem);
  color: #ffffff;
}
.years-h-2 h1 {
  font-weight: 600 !important;
  font-size: clamp(5rem, 3.9904rem + 4.4872vw, 9.375rem);
  color: #ffffff;
}
.teacher-img {
  width: 300px;
}
.Courses {
  width: 50% !important;
}
.Courses h5 {
  color: #ffffff;
  font-weight: 600 !important;
}
.Courses p {
  color: #ffffffcc;
  font-weight: 300 !important;
  letter-spacing: 0;
  /* font-size: clamp(0.625rem, 0.5096rem + 0.5128vw, 1.125rem); */
  font-size: 16px;
}

/* Chancellor’s Section */
.chancellar {
  background-color: #ffffff;
}
.profile-card-1 {
  background: #9c9791; 
  border-radius: 12px;
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
  /* height: 400px !important; */
}

.profile-card-1 h3 {
  font-size: 20px;
  color: #ffffff;

  font-weight: 600 !important;
}

.profile-card-1 p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 400 !important;
}
.btn-linkedin:hover{
  color: #004cd4;
}
.profile-card-1 img {
  width: 100%;
  /* height: 300px; */
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-top: auto;
  display: block;
}
.profile-card-2 {
  background: #89a0ae; /* card background color */
  border-radius: 12px;
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
  /* height: 400px; */
}

.profile-card-2 h3 {
  font-size: 20px;
  color: #ffffff;

  font-weight: 600 !important;
}

.profile-card-2 p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 400 !important;
}

.profile-card-2 img {
  width: 100%;
  /* height: 300px; */
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-top: auto;
  display: block;
}
.profile-card-3 {
  background: #b3aa9b; /* card background color */
  border-radius: 12px;
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
  /* height: 400px; */
}

.profile-card-3 h3 {
  font-size: 20px;
  color: #ffffff;

  font-weight: 600 !important;
}

.profile-card-3 p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 400 !important;
}

.profile-card-3 img {
  width: 100%;
  /* height: 300px; */
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-top: auto;
  display: block;
}
.view-button{
  border-radius: 50px;
  transition: transform 0.3s ease, color 0.3s ease;
}
.view-button:hover{
transform: scale(1.05);

}
.view-button:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none;
}
.view-all {
  display: inline-block; 
  color: #004CD4;
  transition: transform 0.3s ease, color 0.3s ease;
}

.view-all:hover {
  color: #003bb0;
  transform: scale(1.02);
}
/* About-page End */

/* 404 page button */
.back-btn{
  background-color: #5169F1; 
  color: white; 
  border-radius: 50px; 
  padding:12px 30px; 
  text-decoration: none; 
  font-weight: 600; 
}
.back-btn:hover {
  background: #1e4fc2;
  color: white !important;
}
/* 404 page button */

/* BSIT Css start */

.program-hero {
  background-color: #494EF1;
  height: 60vh;
  /* ADD THESE LINES TO CENTER VERTICALLY */
  display: flex;
  align-items: center;
}
.show-content {
  background-color: #494EF1;
}

.hero-inner {
  /* Remove or reduce padding so true centering works */
  /* padding: 70px 0; */ 
  
  /* Ensure this takes full width so the container inside stays centered */
  width: 100%; 
}

.bs-logo {
  height: 150px;
}

.bsit {
  font-size: 50px;
}

.detail-icon {
  width: 30px;
  height: auto;
}

.bs-btn {
  background: none;
  /* border: 1px solid #fff; */
  color: black;
  padding: 5px 12px;
  border-radius: 50px;
  transition: 0.3s;
  font-size: clamp(0.625rem, 0.0148rem + 0.9843vw, 0.9375rem);
}
.bs-btn:hover{
  background-color: #004cd4 !important;
  color: white !important;
}

.newsletter button:hover {
    color: white !important;
    background: #003bb0 !important;
}

.aboutPage .apply-btn-2:hover {
  background-color: #003bb0 !important;
  color: white;
} 

.learn-more-1:hover{
   background-color: #003bb0 !important;
  color: white;
}

.learn-more-2:hover{
   background-color: white !important;
  color: black;
  border: 1px solid black;
}
.social-icons a:hover {
  background-color: #e0d9d9; 
}
.top-list a:hover {
  text-decoration: underline;
}
.topbar-phone a{
  text-decoration: none;
}
.topbar-phone a:hover{
  text-decoration: underline;
}
.footer-phone a {
  text-decoration: none;
  font-weight: 500 !important;
}

.footer-phone a:hover {
  text-decoration: underline;
}
.whatsappBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;

  width: 45px;
  height: 45px;

  background-color: #25D366;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;
  transition: transform 0.3s ease, color 0.3s ease;
}


#scrollTopBtn {
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 1000;
  font-size: 16px;
   width: 45px;
  height: 45px;
  background-color: #004CD4;
  color: #fff;
  border: none;
  padding: 10px 12px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  transition: background 0.3s;
}

#scrollTopBtn:hover {
  background-color: #003bb0;
}
.whatsappBtn:hover {
  transform: scale(1.1);
  color: #fff;
}
.mail-font {
    color: #004CD4 !important;
}
.mail-font:hover{
      
    color: #003bb0 !important;
}
.left-gradient-bg {
  background: linear-gradient(
    90deg,
    #F6F4EE 0%,
    rgba(246, 244, 238, 0.98) 40%,
    rgba(246, 244, 238, 0) 65%
  );
}

.bsit-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;   
  height: 100%;
  pointer-events: none;

  background: linear-gradient(
    90deg,
    #F6F4EE 0%,
    rgba(246, 244, 238, 0.98) 8%,
    rgba(246, 244, 238, 0) 90%
  );
}

.bg-leftside{
  background:  #F6F4EE;
}

.bsit-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.v-line {
  height: 50px;
  width: 1px;
  background-color: #d9d9d9;
}

.detail-paragraph {
  font-size: 20px;
  color: #161613;
  line-height: 1.6;
  font-weight: 300 !important;
}

.detail-box h6 {
  font-size: 20px;
}

.detail-box p {
  margin: 0;
  color: #000000B2;
  font-size: 16px;
}

.detail-col {
  position: relative;
}

.download-border {
  border: 1px solid #004CD4;
  color: #004CD4;
}

.download-border:hover{
 border: 1px solid #004CD4;
  color: white;
  background-color: #004CD4;

}

@media (min-width: 320px) and (max-width: 768px) {
    .detail-box {
        margin-bottom: 20px;   
    }
}


@media (min-width: 992px) {
  .detail-col:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 90px;
    width: 1px;
    background: #d9d9d9;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
    .bsit-loremtext {
      font-size: 16px !important;
    font-weight: 300;
    line-height: 30px !important;
}
}


/* lorem css  */

.gradient-overlay {
      
    background:linear-gradient(
        90deg,
        #F6F4EE 0%,
        rgba(246, 244, 238, 0.97) 40%,
        rgba(246, 244, 238, 0) 70%
    );
  }


  /* Gradient on the RIGHT image */

.number-circle {
            width: 70px;
            height: 70px;
            border: 1.44px solid #004CD4;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 400;
            color: #000000;
            margin-right: 15px;
            flex-shrink: 0;
            font-size: 28px;
            
        }

        .lorem-text{
          color: #3E3E3A;
          font-size: 16px;
          font-weight: 300;
        }

        .lorem-bgcolor{
          background: #F6F4EE;

        }

        .bsit-loremtext{
          color: #3E3E3A;
          font-size: 22px;
          font-weight: 300;
          line-height: 33px;
        }

        .lorem-h{
          font-size: 50px;
          color: #000000;
        }

        .bs-height {
          height: 350px;
          width: 100%;
          object-fit: cover;
        }

        .lorem-new {
          font-size: 30px !important;
        }

        .classroom-bs{
  width: 100%;
  height: 80% !important;
  object-fit: cover;           
}
.classroom-bs iframe { 
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
 #toggleBtn:focus,
#toggleBtn:active,
#toggleBtn:focus-visible {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}
/* When the button is expanded, rotate the icon 180 degrees */
.toggle-button-custom[aria-expanded="true"] #toggleIcon {
    transform: rotate(180deg); /* Flip it */
}

/* Default state (Closed) */
.toggle-button-custom[aria-expanded="false"] #toggleIcon {
    transform: translateY(3px); /* Keep your original alignment */
}
.career-box {
    border: 1px solid #D2BFBF;
    /* background: #ffffff; */
    transition: 0.2s ease;
}

.career-box:hover {
    /* border-color: #004CD4;
    background: #f8faff; */
    cursor: pointer;
}

.add-color {
  color: #004CD4 ;
}

.plus-square {
    width: 20px;
    height: 20px;
    border: 1px solid #004CD4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 3px;
    font-weight: 400;
    font-size: 16px;
    color: #004CD4;


}

.accordion-button:focus {
    box-shadow: none; 
    outline: none;
}









@media (max-width: 991px) {
  .topbar-bs {
    text-align: center;
    flex-direction: column;
    gap: 20px;
  }
  .box-logo {
    width: 75px;
    height: 75px;
    font-size: 26px;
  }
  .bs-logo{
    height: 100px;
  }
  
        .lorem-h{
          font-size: 40px;
        }
         .lorem-new {
          font-size: 30px;
        }
        .bsit{
  font-size: 35px;
}


}

@media (max-width: 576px) {
  .program-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .box-logo {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
  .bs-logo{
    height: 100px;
  }
       .lorem-h{
          font-size: 35px;
        }
        
        .lorem-text{
          font-size: 14px;
        }
         .lorem-new {
          font-size: 23px !important;
        }
            .bsit{
  font-size: 20px;
}

.number-circle {
            width: 50px;
            height: 50px;
          }
}
/* contact-page start */
/* form-section */
.form-sec {
  background: url("../images/contact-vec.png") no-repeat center center/contain;
}
.get-in-touch {
  font-weight: 600 !important;
  font-size: clamp(1.5625rem, 1.0208rem + 4.1667vw, 2.5rem);
  color: #031F42;
}
.answer-p {
  font-weight: 300 !important;
  font-size: 16px;
  color: #57595f;
}
.contact-form {
  max-width: 800px;
  margin: 50px auto;
  padding: 40px;
  /* background: rgba(255, 255, 255, 0.8) !important;  */
  backdrop-filter: blur(5px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 48.97%);


  border-radius: 20px;
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); */
box-shadow: 0px 0px 16.9px 0px #0000000D inset;

}
.contact-form h3 {
  font-weight: 600 !important;
  margin-bottom: 20px;
  color: #031f42;
}
.input-group{
  border: 1px solid #004CD4;
  border-radius: 9px;
}
input:focus {
  outline: none !important;
  border: 1px solid #E6E8F0 !important;
  box-shadow: none !important;
}
select:focus {
  outline: none !important;
    border: 1px solid #E6E8F0 !important;
  box-shadow: none !important;
}
.form-select {
  border-radius: 6px;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #E6E8F0 !important;
  box-shadow:
    0px 1px 3px 1px #3036510F inset,
    0px 1px 1px 0px #3036510F !important;  
}

.form-control {
  border-radius: 9px;
  padding: 12px;
  font-size: 14px;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #E6E8F0 !important;
  box-shadow:
    0px 1px 3px 1px #3036510F inset,
    0px 1px 1px 0px #3036510F !important;  
}
.form-label {
  font-weight: 400;
  color: #303651;
}
.form-check-label {
  font-weight: 300 !important;
  font-size: 14px;
  color: #57595f;
  /* white-space: nowrap; */
}
.btn-submit {
  background: #004cd4;
  color: #ffffff;
  border-radius: 50px;
  box-shadow:
  0px 1px 2px 0px #09209740,
  0px 0px 1px 0px #092097;
  padding: 10px 25px;
  font-weight: 600 !important;
  border: none;
  transition: 0.3s ease-in-out;
}
.btn-submit:hover {
  background: #003bb0;
  color: white !important;
}
.input-news{
  border: 1px solid #004CD4;
  border-radius: 9px;
}
.button-news{
  background-color: #004CD4;
  color: white;
}
.button-news:hover{
  color: white;
}

.button-filters{
  border: 1px solid #004CD4;
  /* border-radius: 9px; */

}

.search-placeholder::placeholder {
  color: #57595F !important;
}
/* help-section */
.help-h {
  font-weight: 500 !important;
  font-size: clamp(1.125rem, 1.0096rem + 0.5128vw, 1.625rem);
  color: #031f42;
}
.info-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e6e8f0;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  /* height: 100%; */
   border: 1px solid #E6E8F0 !important;
  box-shadow:
    0px 1px 3px 1px #3036510F inset,
    0px 1px 1px 0px #3036510F !important;
}
.info-card:hover {
  transform: translateY(-5px);
}
.info-icon {
  font-size: 28px;
  /* padding: 12px; */
  border-radius: 10px;
  color: #2563eb;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid #e6e8f0;
}
.info-card h5 {
  font-weight: 500 !important;
  margin-bottom: 10px;
  color: #031f42;
}
.info-card p {
  font-weight: 300 !important;
  font-size: 14px;
  color: #727378;
  margin-bottom: 8px;
}
.info-card a {
  text-decoration: none;
  color: #031f42;
  font-weight: 400 !important;
}
.info-card a:hover {
  text-decoration: underline;
}
.info-card h6 {
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  color: #031f42;
  font-size: 16px;
}
/* contact-page End */

/* Acedmic-Page started */
h2 {
  color: #161613;
  font-weight: bold;
  margin-bottom: 20px;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.image-container {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container img {
  width: 1026px;
  height: 573px;
}
/* program header start*/
.program-header {
  background: url("../images/program-header.jpg") no-repeat center center;
  background-size: cover;
  width: 1314px;
  height: 64px;
  border-radius: 14px;
  opacity: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #fff;
  font-weight: 500;
  font-size: clamp(17px, 4vw, 22px);
  /* font-size: 30px; */
}

.program-header i {
  font-size: 22px;
  margin-right: 10px;
}

.fontsize-new {
  font-size: 42px !important;
  color: #161613;
  font-weight: 500 !important;
}

.academic-para {
  font-size: 16px;
  color: #3e4047;
  /* line-height: 28px; */
  font-weight: 300 !important;
}
.academic-image{
  border-radius: 22px;
}
.hover-underline:hover {
        text-decoration: underline !important;
        color: #0d6efd !important; /* Optional: Change color to blue on hover */
    }
.academic-btn {
  background: #004cd4;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 15px;
  font-size: clamp(0.625rem, 0.4911rem + 0.4286vw, 1rem);
  font-weight: 500 !important;
  text-decoration: none;
}
.academic-btn:hover {
      color: white !important;
    background: #003bb0 !important;
}
/* Acedmic-Page Ended */
/* fee-Page Started */
.accordian-btn {
  color: #004cd4 !important;
  font-weight: 600 !important;
  font-size: 20px !important;
}

.accordion-item {
  border-radius: 6px !important;
  margin-bottom: 10px;
  border: none !important;   
  overflow: hidden;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid #dee2e6; 
}
.accordion-button {
  font-weight: 600;
  font-size: 18px;
  background-color: #f9f9ff;
  color: #1a237e;
}
.accordion-button,
.accordion-button:not(.collapsed) {
    background: #FFFFFF;  
    color: #004cd4 !important;          
    font-weight: 600;
    font-size: 18px;
    box-shadow: none !important;         
}
.accordion-item .accordion-body {
    background-color: #fff !important;  
    color: #161613;
                     
}
@media (max-width: 576px) {
  .custom-table th,
  .custom-table td {
    font-size: 14px;
    padding: 6px 8px; 
  }
}
@media (max-width: 576px) {
  .table-font {
    font-size: 15px !important;

  }
  .table-h6{
    margin-top: 10px !important;
    font-size: 16px;
  }
}
/* .table {
  border-collapse: separate !important;   
  border-spacing: 0;                      
} */

.table thead {
  background-color: #E4EDFF;

}
/* .table thead tr {
    border: none !important;       
    border-radius: 6px !important;   
} */

.border-fees{
  border-top: none !important;
}




.font-span {
  font-weight: 600 !important;
  font-size: 20px;
  color: #004cd4 !important;
}

.table-custom {
  border-collapse: collapse;
  width: 100%;
}

.table-custom th
 {

  border: 1px solid #E4EDFF;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  color: #161613;   
}
.table-custom td {
  /* border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6; */
  border: 1px solid #E4EDFF;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  color: #3E3E3A;
  font-weight: 300 !important;
}
/* fee-Page Ended */

/* Quility-Page Started */
.fontweight-p {
  font-weight: 300 !important;
  color: #FFFFFF !important;
}

.fontweight-para {
  color: #3e4047 !important;
  font-weight: 300 !important;
}

.h2font {
  font-size: 50px;
}
/* Quility-Page Ended */

/* 404-Page Started */
.heading-color-h {
  color: #161613;
  font-weight: 500;
  font-size: 40px;
}
.text-color-p {
  color: #3e4047;
  font-size: 16px;
  font-weight: 300 !important;
  margin-bottom: 25px !important;
}
/* 404-Page Ended */

/* ====== Footer Section ====== */
.footer-top {
  background: #004cd4 url("../images/Vector.png") no-repeat center center/cover;
  color: white;
  padding: 20px 20px;
  /* padding: 60px 20px; */  /* footer-top committed code*/
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

 .cta-bg-image {
  background-image: url("../images/cta-shape.png"); 
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 57px 0;
}

.footer-btn2{
  background-color: white; 
  color: #004CD4; 
  border-radius: 50px; 
  padding:12px 30px; 
  text-decoration: none; 
  font-weight: 700; 
  border: 2px solid #004CD4
}

.footer-btn2:hover{
  background-color: rgb(238, 227, 227); 
  color: #004CD4; 
}

.footer-phone{
  color:#004CD4 !important; 
  font-size: clamp(18px, 2vw, 24px) !important;
  font-weight: 500 !important;
}



.footer-main {
  background: #F6F4EE;
  padding: 60px 20px 30px;
  border-top: 1px solid #eee;
}

.footer-main h5 {
  font-size: 20px;
  font-weight: 600 !important;
  margin-bottom: 20px;
  color: #010f1c;
}

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

.footer-main ul li {
  margin-bottom: 10px;
}

.footer-main ul li a {
  color: #55585b;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400 !important;
}

.footer-main ul li a:hover {
  text-decoration: underline;
}

.footer-main p {
  color: #57595f;
  font-size: 16px;
  font-weight: 400 !important
}

.footer-main-text{
  font-size: clamp(14px, 1vw + 10px, 16px);
  color:#55585B;
  margin-bottom: 31px;
}

.footer-bottom {
  background: #f9f9f9;
  text-align: center;
  padding: 15px;
  font-size: 14px;

  border-top: 1px solid #eee;
}

.footer-copyright {
  color: #57595f;
  font-size: clamp(12px, calc(3px + 1.5625vw), 16px) !important;
  /*font-size: clamp(12px, 1.2vw + 8px, 16px) !important;*/
  font-weight: 400 !important;
}

.background-copyright {
  background: #efede7;
}

/* Newsletter */
.newsletter input {
  /* border: 2px solid #E4E2DC;
  border-radius: 20px 0 0 20px; */
  padding: 8px 15px;
  width: 70%;
  outline: none;
  border: none;
  outline: none;
  color: #95999d;
  background: #F6F4EE;
}

.newsletter {
  border: 2px solid #e4e2dc;
  border-radius: 50px;
  padding: 3px 8px 3px 10px;
}

.newsletter button {
  border: none;
  background: #004cd4;
  color: white;
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 500 !important;
  font-size: 16px !important;
}

.social-icons {
  display: flex;
  gap: 3px;
}
.social-icons a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #F6F4EE;
  border: 1px solid #e4e2dc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #444;
  transition: 0.3s;
  text-decoration: none;
  margin-top: 30px;
}

.social-icons .facebook-color {
  color: #337fff;
}
.social-icons .twitter-color {
  color: #33ccff;
}
.social-icons .linkedin-color {
  color: #006699;
}
.social-icons .youtube-color {
  color: #ff3000;
}


    /*  */

h1.outfit-uniquifier {
  font-size: 35px;
}
.font-size-uniquifier{
  font-size: 40px;
}

/* Modal Styles */
.modal-content {
  border-radius: 12px;
  border: none;
}

.modal-header {
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  border-bottom: none;
  background: #f6f4ee;
}

.modal-header .btn-close {
  display: none;
}

.modal-title {
  font-weight: 700;
  font-size: 1.5rem;
}

.clear-link {
  font-weight: 500;
  color: #3E4047 !important;
  text-decoration: underline;
  text-decoration-color:#004CD4;
  cursor: pointer;
}

.calendar-heading {
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  padding: 0 1.5rem;
}
.calendar-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 1.5rem;
  margin-bottom: 1rem;
}
.calendar-nav-btn {
  background: #004CD4;
  border: 1px solid transparent;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
}

.calendar-grid {
  padding: 0 1.5rem 1rem 1.5rem;
}
.calendar-grid table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.calendar-grid th {
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem;
  padding-bottom: 8px;
  color: #495057;
}

.calendar-grid td {
  text-align: center;
  font-size: 0.9rem;
  height: 40px;
  cursor: pointer;
  border: 1px solid #dee2e6;
  transition: background-color 0.1s;
}

.calendar-grid .day-cell {
  color: #212529;
}
.calendar-grid .day-disabled {
  color: #adb5bd;
}
.calendar-grid .day-selected {
  background-color: #212529;
  color: white;
  font-weight: 700;
}

.modal-footer {
  padding: 0;
  border-top: none;
}

.modal-footer>* {
    margin: 0;
}

.modal-footer-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1.5rem;
  background-color: #004CD4;
  color: white;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.show-results-btn {
  background-color: #004CD4;
  color: white;
  border: 1px solid white;
  padding: 0.5rem 1rem;
  font-weight: 400;
  border-radius: 6px;
}
.show-results-btn:hover {
    background-color: white;
  color: black;
}
.clear-all-text {
  font-weight: 300;
  cursor: pointer;
  text-decoration: none;
  color: white !important;
  border-bottom: 1px solid #FFFFFF;
}

/* notice modal css end */
.notice-body-header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.notice-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px;
}
.notice-date {
  text-align: center;
  width: 70px;
  font-weight: 300;
}
.notice-news-date {
  font-size: 43px;
  font-weight: 300;
  font-style: italic;
  color: #004cd4;
  line-height: 1.2;
}
.notice-news-box {
  padding: 11px 20px;
  border-bottom: 1px solid #010f1c1a;
}
.notice-date span {
  display: block;
  font-size: 13px;
  color: gray;
}
.quality-dummy{

  width: 300px; 
  height:150px;
  border: 4.47px solid #EAEAEA;
  border-radius: 36px;
  display: block;
  margin: 0 auto;
  
}
/* .notice-details {
  flex: 1;
  text-align: left;
} */
.notice-time {
  font-size: 13px;
  color: gray;
}


.btn.btn-outline-primary:hover {
  background-color: transparent ;
}

/* notice  page*/
.notice-bg-color {
  background: #f6f4ee;
}
.filter-svg-icon {
  width: 1.25em;
  height: 1.25em;
}
.filter-svg-icon path {
  stroke: currentColor;
}

.date-block {
  color: #0d6efd;
  text-align: center;
  line-height: 1.1;
  font-size: 1.1rem;
  width: 70px;
}
.date-block strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}

.notice-list {
  max-width: 90%;
}

.notice-row {
  border-bottom: 1px solid #010f1c1a;
  cursor: pointer;
}
.notice-row:hover {
  background-color: #f8f9fa;
}

.notice-row:last-child {
  border-bottom: none;
}

.notice-title {
  font-size: 18px;
  font-weight: 600;
  color: #161613;
}
.text-muted-font{
  color: #3E4047;
}
.text-muted-news{
  color: #17012C;
  font-weight: 400 !important;
}
.notice-details {
  color: #84807B;
  font-size: 0.9rem;
}

/* .notice-container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
} */

.pagination-container-wrapper {

  margin-left: auto;
  margin-right: auto;
}

.pagination .page-item .page-link {
  border: none;
  background-color: transparent;
  box-shadow: none !important;
  color: #343a40;
}

.page-link-custom {
  padding: 0.375rem 0.75rem;
  margin: 0 5px;
  font-weight: 600;
}

.pagination-dots {
  color: #6c757d;
}

.page-link-custom.active {
  color: #0d6efd;
  border-bottom: 2px solid #0d6efd;
  border-radius: 0;
}

.page-link-custom:not(.active):not(.pagination-dots):hover {
  color: #000;
}

.pagination .page-item .page-link.page-link-nav {
  border: 1px solid #0d6efd;
  color: #0d6efd;
  border-radius: 5px;
  margin: 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  text-decoration: none;
}

.pagination .page-item .page-link.page-link-nav:hover {
  background-color: #f0f6ff;
  color: #0b5ed7;
}

/* notice css end */

/* Notice Detail */

.notice-detail-content {
  margin: 0 auto;
}
.notice-detail-content h1{
  color: #161613 !important;
}
.notice-top-text {
  font-size: 16px;
  color: #3e4047;
  /* line-height: 20px; */
  text-align: justify;
  font-style: light;
  font-weight: 300;
}

.notice-detail-content .img-fluid {
  width: 100%;
  height: auto;
}

.notice-actions-bar {
  padding: 0 10px;
  display: flex;
  gap: 10px;
}
.detail-page-button {
  background-color: transparent;
  color: #004CD4;
  border: 1px solid #2673FE;
  padding: 6px 20px;
  border-radius: 50px;
  font-weight: 500 !important;
  height: 40px;
  width: 140px;
}
.detail-page-button:hover{
  background-color: #004CD4;
  color: white;
}
/*  */

    /* Academic css */

        .academic-paragraph {
          font-size: 16px;
          font-weight: 400;
          color: #010F1C !important;
          margin: 0;
          
          font-style: italic;
        }
        .academic-para.lead {
  font-size: 1.25rem; /* ~20px */
  font-weight: 300;
}

/* This rule applies the "Small (Fine Print)" size */
.academic-para.small {
  font-size: 0.875rem; /* ~14px */
}

/* Academic css */

/* ========================= */
/*       RESPONSIVE CSS      */
/* ========================= */

/* 📱 Tablet */
@media (max-width: 992px) {
  .heading {
    font-size: 40px;
  }

  .stats-box {
    padding: 30px 15px;
  }

  /* .stats-box h3 {
    font-size: 1.6rem;
  } */

  /* .program-card img {
    height: 160px;
  } */

  .program-card p {
    font-size: 15px;
  }
}

/* 📱 Mobile */
@media (max-width: 768px) {
  .heading {
    font-size: 32px;
  }

  .sub-heading {
    font-size: 15px;
  }

  .stats-box {
    padding: 20px 10px;
    margin: 0px 1px;
  }

  /* .stats-box h3 {
    font-size: 1.4rem;
  } */

  .program-card {
    padding: 12px;
  }

  /* .program-card img {
    height: 150px;
  } */

  .program-card h5 {
    font-size: 16px;
  }

  .program-card p {
    font-size: 14px;
  }

  .homepage .apply-btn {
    font-size: 14px;
    padding: 6px 15px;
  }
  .aboutPage .apply-btn {
    font-size: 14px;
    padding: 6px 15px;
    border: 1px solid #fff;
  }
  .font-span {
    font-weight: 600 !important;
    font-size: 16px;
    color: #004cd4;
  }
  .fontsize-new {
    font-size: 23px !important;
  }
}

@media (max-width: 768px){
  .noticeArrow{
    display: none !important;
}
}

/* 📱 Extra Small (very small phones) */
@media (max-width: 480px) {
  .heading {
    font-size: 26px;
  }

  .sub-heading {
    font-size: 14px;
  }

  .stats-box {
    padding: 15px 8px;
  }

  /* .stats-box h3 {
    font-size: 1.2rem;
  } */

  /* .program-card img {
    height: 130px;
  } */

  .program-card h5 {
    font-size: 15px;
  }

  .program-card p {
    font-size: 13px;
  }

  .homepage .apply-btn {
    font-size: 13px;
    padding: 6px 12px;
  }

  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }
  h2.outfit-uniquifier {
    font-size: 24px !important;
  }

  .notice-date {
    font-size: 32px;
  }

  .notice-title {
    font-size: 14px;
  }

  .notice-details {
    font-size: 12px;
  }
  .footer-top {
    padding: 40px 15px;
  }

  .footer-top img {
    height: 80px !important;
    width: 80px !important;
  }

  .footer-top h3 {
    font-size: 22px !important;
  }

  .footer-top h6 {
    font-size: 14px !important;
  }

  .footer-bottom {
    font-size: 12px;
  }
}





/* ------------------- RESPONSIVE ------------------- */

/* Tablet */
@media (max-width: 992px) {
  h2.outfit-uniquifier {
    font-size: 40px !important;
  }

  .notice-date {
    font-size: 50px;
  }

  .notice-title {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .d-flex.justify-content-between.align-items-center.mb-4 {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .see-btn {
    /* width: 60% !important; */
    margin-top: 10px;
    

  }

  h2.outfit-uniquifier {
    font-size: 30px !important;
  }

  .notice-box {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }

  .notice-date {
    font-size: 40px;
  }

  .notice-title {
    font-size: 15px;
  }

  .notice-details {
    font-size: 13px;
  }

  .arrow {
    align-self: flex-end;
  }
}

/*  Responsive */
@media (max-width:992px){
    .vc-new {
    position: relative;
    z-index: 1;
    overflow: hidden; 
  }

  .vc-new::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url("../images/university.png") no-repeat center center/cover !important; */
  }
}
@media (max-width: 992px) {

   .vc-section {
    position: relative;
    z-index: 1;
    overflow: hidden; 
  }

  .vc-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url("../images/vc-background.png") no-repeat center center/cover; */
    opacity: 0.6 !important; 
    z-index: -1; 
  }

  


/* 
  .vc-section {
    flex-direction: column;
    height: auto;
    background: url("../images/vc-background.png")
      no-repeat center center/cover;
      opacity: 0.7 !important;
  } */
  /* hide split backgrounds */
  .vc-left,
  .vc-right,
  .vc-left-1 {
    display: none;
    flex: 0;
  }
  .vc-left2,
  .vc-right2 {
    display: none;
    flex: 0;
  }
  .vc-box {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    margin: 20px auto 40px auto;
    width: 90%;
  }
  .vc-slide {
    flex-direction: column;
    text-align: center;
  }
  .vc-photo {
    margin: 0 auto 15px auto;
    flex: unset;
    width: 120px;
  }
  .vc-photo img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
  .vc-content {
    padding: 6px;
    background: white; 
    border-radius: 12px;
  }
  .quote-icon {
    display: none;
  }
  /* arrows center */
  .vc-arrows {
    position: relative;
    margin: 20px auto 0 auto;
    justify-content: center;
    right: unset;
    bottom: unset;
  }
}
@media (min-width: 320px) and (max-width: 992px) {
    .vc-button{
      margin: 0 auto;
      width: 100px;

}
}
/* ========================= */
/*       RESPONSIVENESS      */
/* ========================= */

/* Tablet */
@media (max-width: 992px) {
  .footer-top {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }

  .footer-top img {
    height: 100px !important;
    width: 100px !important;
  }

  .footer-top h6 {
    font-size: 18px !important;
  }

  .footer-top h3 {
    font-size: 32px !important;
  }

  .newsletter input {
    width: 65%;
  }
}

/* Mobile */
@media (max-width: 768px) {
  /* .footer-main {
    text-align: center;
  }

  .footer-main .col-md-4,
  .footer-main .col-md-2 {
    text-align: center;
  } */

  /* .newsletter {
    flex-direction: column;
    gap: 10px;
  } */

  .newsletter input {
    width: 100%;
    border-radius: 20px;
  }

  .newsletter button {
    width: 50%;
    border-radius: 20px;
  }

  .footer-top h3 {
    font-size: 26px !important;
  }

  .footer-top h6 {
    font-size: 16px !important;
  }
}

/* media-Query */

/* Show dropdown menu on hover (desktop only) */
@media (min-width: 992px) { 
  .navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 14px;
    background-color: white !important;
    border-radius: 0px;
  }

  .navbar .nav-item.dropdown .dropdown-menu {
    margin-top: 0;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
/* 
   .navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link.dropdown-toggle:hover {
  color: #004cd4 !important;
} */

/* .navbar-nav .nav-link {
  transition: color 0.3s ease !important;
} */


}





@media (min-width: 992px) {
  .custom-width {
    width: 75%;
  }
  .header {
    height: 90vh;
  }
  .custom-card {
    /* margin-top: -120px;  */
    /* Pull section upwards */
    /* Prevent cards from being cut */
    position: relative;
    z-index: 5; /* Keeps cards above video & overlay */
  }
  .custom-card.pull-up-card {
    margin-top: -120px;
  }
  .about {
    height: 680px;
    background-image: url("../images/about-shape-1.jpg.png");
    background-position: 76px calc(100% - 105px);
    /* background-position-y: bottom; */
    background-repeat: no-repeat;
  }
  .about-con {
    background-image: url("../images/about-shape-2.jpg.png");
    background-repeat: no-repeat;
    background-position: top left; /* 👈 image ko top-right pe fix karega */
    background-size: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .about-para {
    width: 75%;
  }
  .trust {
    width: 75%;
  }

  .service {
  position: relative;
  background-color: #004CD4;
}
.service::before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 80px;
  height: 78px;
  background-image: url("../images/service-icon\ \(2\).png");
  background-size: contain;
  background-repeat: no-repeat;
}


  /* .service {
    background-image: url("../images/service-icon-2.svg\ fill.png");
    background-position: 40px calc(100% - 40px);

    background-repeat: no-repeat;
  } */
   /* .service {
  position: relative;
}

.bg-icon {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 120px;
  opacity: 0.4;
  filter: grayscale(80%); 
  pointer-events: none;
    z-index: 0; 
}

.service .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 400px) {
  .bg-icon {
    display: none !important;
    visibility: hide !important;
  }
} */

  .stats-box {
    margin-top: -120px; /* Pull section upwards */
    /* Prevent cards from being cut */
    position: relative;
    z-index: 5; /* Keeps cards above video & overlay */
  }
  .state-con {
    padding-left: 40px;
    padding-right: 40px;
  }
  .recent {
    width: 35%;
  }
  .notice-con {
    width: 75%;
  }
  .state-c {
    border-right: 1px solid #ffffff24;
  }
}
@media (min-width: 768px) {
  .custom-width {
    width: 75%;
  }

  .state-c {
    border-right: 1px solid #ffffff24;
  }
   .card-top{
    height: 200px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  /* .badge-box {
  position: relative;
  bottom: 20px;
  right: 20px;
} */
  .badge-box{
    position: absolute;
  bottom: -20px;
  right: 5px;
  background: #F6F4EE99;
  border: 1px solid #57595F1A;
  padding: 6px 12px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 500;
  backdrop-filter: blur(10px);
}
  .aboutPage .nav-con {
    width: 100%;
  }
  .about-hero{
    padding-top: 0;
  }
  /* .aboutPage .custom-sm-width {
    width: 100%;
    height: 50px;
  } */
  .custom-width {
    width: 100%;
  }
  .about-university {
    margin-top: 90px;
  }
  /* .homepage .custom-sm-width {
    width: 250px;
    height: 70px;
  } */
  .mission-card img {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    height: 220px;
    width: 100%;
    margin-top: 10px;
  }
  .mission-card {
    padding-top: 20px;
  }
  .Courses {
    width: 100% !important;
  }
  .mission-card p {
    width: 100%;
  }
  .newsletter input {
    width: 50% ;
    border-radius: 20px;
  }

  .newsletter button {
    width: 50%;
    border-radius: 20px;
  }

  .footer-top h3 {
    font-size: 26px !important;
  }

  .footer-top h6 {
    font-size: 16px !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .about-university {
    margin-top: 100px;
  }
}
@media (min-width: 1080px) {
  .homepage .nav-con {
    width: 75% !important;  /*commit navbar width on lg*/
  }
}
@media (min-width: 576px) {
  .news-con {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .top-con {
    width: 75%;  /* top bar committed code on lg */
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  /* Mobile collapse ko hamburger ke neeche dropdown ki tarah banane ke liye */
  .homepage .navbar-collapse {
    position: absolute; 
    top: 100%; 
     left: 0;              
    /* transform: translateX(-50%);  */
    background: #004cd4; 
    width: 250px; 
    border-radius: 0 0 8px 8px;
    transition: all 0.3s ease-in-out;
    z-index: 999;
  }

  /* .homepage .navbar-collapse .dropdown-toggle::after {
    margin-left: 40px; 
} */

  .homepage .navbar-collapse.collapsing {
    height: auto !important;
    transition: all 0.3s ease-in-out;
  }

  .homepage .navbar-collapse.show {
    display: block;
  }

  /* Links ko vertical stack banado */
  .homepage .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }

  .homepage .navbar-nav .nav-link {
    color: #fff !important;
    padding: 8px 12px;
    width: 100%;
  }
  .homepage .apply-btn {
    margin-top: 15px;
  }
  .custom-toggler .fa-bars {
  font-size: 24px;
  transition: 0.3s ease;
}

.custom-toggler.active .fa-bars::before {
  content: "\f00d"; /* FontAwesome close icon (X) */
}

  .aboutPage .navbar-collapse {
    position: absolute; /* relative to navbar */
    top: 100%; /* navbar ke neeche open hoga */
    left: 0; /* right side se align */
    background: #004cd4; /* background color */
    width: 250px; /* width jitni chahiye */
    border-radius: 0 0 8px 8px;
    transition: all 0.3s ease-in-out;
    z-index: 999;
  }

  @media (max-width: 768px) {
  .aboutPage .navbar {
      top: 0 !important;
  }
}

.splide__track {
  transition: transform 1.5s ease !important;
}

  /* @media (min-width:992) and (max-width: 1190px) {
  .aboutPage .nav-number {
      display: none !important;
  }
} */


  .aboutPage .navbar-collapse.collapsing {
    height: auto !important;
    transition: all 0.3s ease-in-out;
  }

  .aboutPage .navbar-collapse.show {
    display: block;
  }

  /* Links ko vertical stack banado */
  .aboutPage .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }

  .aboutPage .navbar-nav .nav-link {
    color: #fff !important;
    padding: 8px 12px;
    width: 100%;
  }
  .aboutPage .apply-btn {
    margin-top: 15px;
  }
  .aboutPage .navbar-toggler .fa-bars {
    color: #000; /* black */
  }
  .aboutPage .search-icon {
    color: #ffffff !important;
  }
  .teacher-img {
    width: 100% !important;
  }
  .footer-top {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }

  .footer-top img {
    height: 100px !important;
    width: 100px !important;
  }

  .footer-top h6 {
    font-size: 18px !important;
  }

  .footer-top h3 {
    font-size: 32px !important;
  }

  .newsletter input {
    width: 65%;
  }
}

@media (min-width: 600px) and (max-width: 1060px) {
  .image-container img {
    width: 700px;
    height: 400px;
  }
}

@media (min-width: 640px) and (max-width: 768px) {
  .image-container img {
    width: 600px;
    height: 300px;
  }
}

@media (min-width: 410px) and (max-width: 640px) {
  .image-container img {
    width: 400px;
    height: 250px;
  }
}

@media (min-width: 360px) and (max-width: 410px) {
  .image-container img {
    width: 350px;
    height: 250px;
  }
}

@media (min-width: 300px) and (max-width: 360px) {
  .image-container img {
    width: 310px;
    height: 250px;
  }
}

/* image container media queries end */

/* academic para media queries start */

@media (max-width: 768px) {
  .academic-para {
    font-size: 16px;
    color: #3e4047;
    /* line-height: 28px; */
    /* text-align: justify; */
  }
}
@media (max-width: 1400px) {
  .program-header {
    width: 100%;
  }
}

/* news css start*/

@media (max-width: 1400px) {
  .program-header {
    .news-main {
      /* 1. Set the background image path */
      background-image: url("../images/Background.png");

      /* 2. Prevent the image from tiling/repeating */
      background-repeat: no-repeat;

      /* 3. Scale the image to cover the entire element */
      background-size: cover;

      /* 4. Center the image horizontally and vertically */
      /* This is generally better than 'inherit' for 'cover' */
      background-position: center center;

      /* 5. Set the height of the element */
      height: 60vh;

      /* Optional: Specify background-attachment if you want a fixed background */
      /* background-attachment: fixed; */
    }
    width: 100%;
  }
}

/* news andd event  */
.news-main {
    background-image: url("../images/Background.png");
    background-repeat: no-repeat;
    background-position: top center;
    height: 60vh;
}
.news-us-p {
  color: #ffffff;
  font-weight: 300 !important ;
  border-left: 1px solid #ffffff33;
}
.news-us-h {
  color: #ffffff;
  font-weight: 700 !important ;
  font-size: clamp(2.5rem, 2.0673rem + 1.9231vw, 4.375rem);
}

.page-heading {
  text-align: center;
  padding: 60px 0 30px;
  background-color: #f9f8f6;
}

/* .page-heading h2 {
      font-weight: 600;
      font-size: 2.2rem;
      font-family: "Crimson Pro", serif;
     
    } */

/* .page-heading span {
      font-style: italic;
      font-weight: 300;
      color: #000000;
      font-family: outfit;
    } */

.search-bar {
  margin: 20px 0 50px;
}

.news-card {
  /* background: #fff;
  border: 1px solid #eaeaea; */
  /* border-radius: 8px; */
  overflow: hidden;
  transition: all 0.3s ease;
}

.news-card .card-body .outfit-uniquifier-news-heading {
  /* This is the max number of lines for the title */
  -webkit-line-clamp: 2;

  height: 2.8em;

  /* --- Magic ellipsis properties --- */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* --- Fixes the card summaries --- */
.news-card .card-body .outfit-uniquifier-news-para {
  /* This is the max number of lines for the summary */
  -webkit-line-clamp: 3;

  height: 4.5em;

  /* --- Magic ellipsis properties --- */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}



.activities-color{
  color: #004CD4 !important;
}

.news-card:hover {
  /* box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08); */
  transform: translateY(-4px);
}

.news-card img {
  width: 100%;
  /* height: 180px; */
  object-fit: cover;
  border-radius: 8.15px;
}

.news-card .card-body {
  padding: 16px;
}

.news-card h5 {
  /* font-size: 1.25rem; */
  font-size: clamp(1rem, 0.8vw + 0.9rem, 1.25rem);
  font-weight: 500;
  margin-bottom: 10px;
  color: #010F1C;
}

.news-card p {
  font-size: 1rem;
  color: #57595F;
  margin-bottom: 10px;
  font-weight: 300;
}

.news-meta {
  font-size: 0.8rem;
  color: #777;
  display: flex;
  align-items: center;
  gap: 6px;
}

.news-meta i {
  font-size: 0.9rem;
}

.icon-size2{
  font-size: 1rem !important;
}

.icon-size2-news-page{
  color: #635AD9 !important;
}


/* @media (max-width: 991px) {
  .news-card img {
    height: 160px;
  }
} */

@media (max-width: 767px) {
  .page-heading h2 {
    font-size: 1.8rem;
  }
}

/* pagination */

/* CUSTOM CSS FOR MINIMAL PAGINATION STYLE                                      */
/* -------------------------------------------------------------------------- */

.minimal-pagination {
  /* Center the pagination links */
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
}

/* Page Numbers Container (e.g., "1 2 3 ... 30") */
.page-numbers-group {
  list-style: none;
  padding: 0;
  margin: 0 40px; /* Space between controls and numbers */
  display: flex;
  align-items: center;
}

.page-numbers-group .page-item {
  margin: 0 5px; /* Spacing between numbers */
}

.page-numbers-group .page-link {
  /* Minimal Page Number Styling */
  color: #6c757d; /* Gray text color */
  font-size: 1.5rem;
  padding: 5px 8px;
  font-family: outfit;
  font-weight: 400;
  background-color: transparent;
  border: none;
  line-height: 1; /* Adjust line height for underline alignment */
  transition: color 0.15s ease-in-out;
}

.page-numbers-group .page-item:hover .page-link {
  color: #000; /* Darken text on hover */
}

/* Active State Styling (Underline) */
.page-numbers-group .page-item.active .page-link {
  color: black; /* Blue text for active page */
  text-decoration: underline;
  text-underline-offset: 5px; /* Space between text and underline */
  text-decoration-thickness: 2px;
  text-decoration-color: #007bff; /* Blue underline color */
}

/* Ellipsis "..." Styling */
.page-numbers-group .ellipsis {
  color: #6c757d;
  padding: 5px 8px;
  font-size: 1.1rem;
}

/* Controls Container (e.g., "<< <" and "> >>") */
.control-group {
  display: flex;
  align-items: center;
  gap: 10px; /* Space between the two control buttons */
  font-size: 1.5rem;
}

/* Individual Control Button Styling */
.control-link {
  /* Blue Bordered Box */
  display: flex;
  align-items: center !important;
  justify-content: center;
  width: 35px;
  height: 40px;
  border: 1px solid #004CD4; /* Blue border */
  color: #004CD4; /* Blue icon/text color */
  border-radius: 4px;
  background-color: transparent;
  transition: background-color 0.2s, color 0.2s;
  text-decoration: none;
  font-size: 2rem;

 
}

.control-link:hover {
  background-color: #004cd4; /* Blue background on hover */
  color: white; /* White icon/text on hover */
  text-decoration: none;
}
@media (max-width: 440px) {
  .control-link {
    width: 30px; /* Reduced from 35px */
    height: 30px; /* Reduced from 35px */
    font-size: 0.9rem; /* Slightly smaller icon/text */
  }

  .page-numbers-group .page-link,
  .page-numbers-group .ellipsis {
    padding: 5px 4px; /* Reduced horizontal padding from 8px */
    font-size: 1rem; /* Slightly smaller font */
  }
  .control-group {
    gap: 5px; /* Reduced from 10px */
  }
}

/*VC page caraousel */

/* --- 1. CUSTOM DATE BADGE STYLING (Top Image) --- */
/* .image-with-badge-wrapper {
    display: block; 
    overflow: hidden; 
}

.image-with-badge-wrapper img {
   
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
 
}

.custom-date-badge {
    position: absolute;
    top: 15px; 
    left: 15px; 
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    border-radius: 6px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.day-wrapper {
   
    background-color: #007bff !important;
    padding: 5px 10px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
}

.month-wrapper {
  
    background-color: white !important;
    padding: 3px 10px;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
} */

/* --- 2. SECOND VIDEO PLACEHOLDER STYLING (Blue/White Play Sign) --- */
.video-placeholder {
  position: relative;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  background-color: #e9ecef;
  overflow: hidden;
}

.video-placeholder img {
  /* Ensure the thumbnail covers the placeholder area */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-play-sign {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px; /* Outer circle size */
  height: 60px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 15;
  cursor: pointer;
}

.custom-play-sign i {
  /* Blue play icon inside the white circle */
  font-size: 2rem;
  color: #007bff;
}

/* --- SIDEBAR (RIGHT) STYLING --- */

/* Sidebar background color (Light Grey) */
.sidebar-card.bg-light {
  background-color: #ECF3FF !important;
}

/* Adjustments for badges and placeholders inside the light grey sidebar */
.sidebar-content-col .bg-white {
  background-color: white !important;
  color: #495057 !important;
}

.related-news-list li:last-child,
.category-list li:last-child {
  border-bottom: none !important;
}
.category-font a{
  font-size: 14px !important;
  color: #17012C;
}
.category-font span{
  font-size: 14px !important;
}
.badge.bg-primary {
  background-color: #007bff !important;
  color: white !important;
}

.custom-badge-tag {
  transition: all 0.3s ease; /* Smooth transition for hover effect */
  cursor: pointer;
}

/* For badges that start as white, turn them blue on hover */
.custom-badge-tag.bg-white:hover {
  background-color: #007bff !important; /* Bootstrap primary blue */
  color: white !important;
}

/* Ensure blue badges remain blue on hover, in case there's an override */
.custom-badge-tag.bg-primary:hover {
  background-color: #007bff !important;
  color: white !important;
}

/* --- DATE BADGE ON IMAGE SECTION --- */

/* --- 1. CUSTOM DATE BADGE STYLING (Top Image) - FINAL FIX --- */

.image-with-badge-wrapper {
  /* Crucial for making the badge relative to the image and clipping corners */
  display: block;
  overflow: hidden;
  border-radius: 8px; /* Apply rounded corners to the wrapper */
  position: relative; /* Ensure position relative for the badge */
}

.main-article-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.custom-date-badge {
  position: absolute;
  top: 15px; /* Adjust spacing from the top edge */
  left: 15px; /* Adjust spacing from the left edge */
  display: flex;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  border-radius: 6px; /* Rounded corners for the badge container */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Slightly darker shadow */
  z-index: 10;
}

.day-wrapper {
  /* Blue background for the day (07) */
  background-color: #007bff; /* Primary blue */
  padding: 10px 12px; /* Increased padding for better width/height ratio */
  font-family: "Outfit", sans-serif; /* Ensure correct font is applied */
  font-size: 1.4rem; /* Larger font size */
  font-weight: 700;
  line-height: 1;
}

.month-wrapper {
  /* White background for the month (Oct) */
  background-color: white;
  padding: 5px 12px; /* Consistent horizontal padding */
  font-family: "Outfit", sans-serif; /* Ensure correct font is applied */
  font-size: 0.8rem; /* Smaller font size for the month */
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #495057 !important; /* Darker text color */
}

/* vc page  */
.vc-section {
  /* position: relative;
  overflow: hidden;
  background-color: #fff; */
  /* padding: 80px 0; */
}
.vc-new {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  /* padding: 80px 0; */
}
/* ==== LEFT SIDE ==== */
.vc-left {
  position: relative;
  background: url("../images/university.png") no-repeat center center/cover;
  opacity: 0.5 !important;
  height: 100%;
  min-height: 450px;
}

.vc-photo-wrapper {
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.vc-photo-wrapper img {
  width: 260px;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  opacity: 1 !important;
  transition: all 0.3s ease;
}

/* ==== RIGHT SIDE ==== */
.vc-right {
  position: relative;
  /* min-height: 450px; */
  background: url("../images/Group 1.png") no-repeat center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding: 40px 60px; */
}

.vc-right::before {
        content: "";
        position: absolute;
        top: 60px;
        right: 35px;
        width: 60px;
        height: 46px;
        background-image: url("../images/service-icon (2).png");
        background-size: contain;
        background-repeat: no-repeat;
    }

.vc-right h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #000;
}

.vc-right h5 {
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}

.vc-right p {
  color: #555;
  line-height: 1.8;
  font-size: 1rem;
  max-width: 600px;
}
.vc-right2 {
  position: relative;
  /* min-height: 450px; */
  background: url("../images/Group 1.png") no-repeat center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding: 40px 60px; */
}

.vc-right2::before {
        content: "";
        position: absolute;
        top: 60px;
        right: 35px;
        width: 60px;
        height: 46px;
        background-image: url("../images/service-icon (2).png");
        background-size: contain;
        background-repeat: no-repeat;
    }
/*  */

/* vc page  */
 .vc-section {
      /* position: relative;
      overflow: hidden;
      background-color: #fff; */
      /* padding: 80px 0; */
    }

    /* ==== LEFT SIDE ==== */
    .vc-left1 {
      position: relative;
      background: url("../images/university.png") no-repeat center center/cover;
      opacity: 1 !important;
      /* height: 100%; */
      min-height: 950px;

    }

    .vc-photo-wrapper1 {
      position: absolute;
      top: 35%;
      left: 56%;
      transform: translate(-50%, -50%);
      text-align: center;
      width: 100%;
    }

    .vc-photo-wrapper1 img {
        width: 250px;
        height: 300px;
        object-fit:fill;
        border-radius: 15px;
        background: #F6F4EE;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        opacity: 2 !important;
        transition: all 0.3s ease;
    }

   

    /* ==== RIGHT SIDE ==== */
    .vc-right1 {
      position: relative;
     background-position: right;
      /* background: url("../images/Group 1.png") no-repeat center; */
      background-size: contain;
      padding: 40px 60px;
          /* margin-top: 100px; */
    }

    .vc-style{
    background-color: white;
    height: 93%;
    position: absolute;
    left: -12%;
    top: 36px;
    width: 117px;
}

.vc-style-1{
  padding: 20px; 
  position: relative;
  left: -23%;
  width: 132%;

}
    .vc-right1 h2 {
      font-family: 'Outfit', sans-serif;
      font-weight: 500;
      font-size: 36px;
      /* margin-bottom: 40px; */
      color: #161613;
   

    }

    .vc-right1 h5 {
      font-weight: 400;
      color: #57595F;
      margin-bottom: 20px;
          font-family: 'Outfit';
          font-size: 24px;
          /* margin-top: 100px; */
    }

    .vc-right1 p {
      color: #57595F;
      font-size: 18px;
        font-family: 'Outfit';
        font-weight: 300;
    }

 /* ==== RESPONSIVE (TABLET & MOBILE) ==== */
@media (max-width: 992px) {
  .vc-section1 {
    padding: 40px 0;
  }
.container-fluid{
  padding: 0!important;
}
  /* hide large bg images */
  .vc-left1 {
    background: none !important;
    opacity: 1 !important;
    min-height: auto;
  }

  .vc-right1 {
    background: none !important;
    height: auto;
    padding: 0;
  }

  /* structure new responsive stacking */
  .vc-photo-wrapper1 {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto;
    text-align: center;
  }

  /* new top + bottom division */
  .vc-top1 {
    background: url("../images/university.png") no-repeat center center/cover;
    padding: 40px 0;
  }

  .vc-photo-wrapper1 img {
    width: 200px;
    height: 240px;
    margin-top: 40px;
  }

  .vc-bottom1 {
    background: #fff;
    text-align: center;
    padding: 30px 20px;
  }

  .vc-bottom1 h2 {
    font-size: 1.6rem;
    font-weight: 600;
  }

  .vc-bottom1 h5 {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .vc-bottom1 p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
  }
  .vc-right::before {
    display: none !important;
  }
}
   


/* caraouosel section VC */

.img-box img{
  width: 100%;
  max-width: 577px;
  border-radius: 20px;
  /* height: 390px;
  object-fit: cover; */
}


/*  */




/* ==== RESPONSIVE (TABLET & MOBILE) ==== */
@media (max-width: 992px) {
  .vc-section {
    padding: 40px 0;
  }
  .container-fluid {
    padding: 0 !important;
  }
  /* hide large bg images */
  .vc-left {
    background: none !important;
    opacity: 1 !important;
    min-height: auto;
  }

  .vc-right {
    background: none !important;
    height: auto;
    padding: 0;
  }

  /* structure new responsive stacking */
  .vc-photo-wrapper {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto;
    text-align: center;
  }

  /* new top + bottom division */
  .vc-top {
    background: url("../images/university.png") no-repeat center center/cover;
    padding: 40px 0;
  }

  .vc-photo-wrapper img {
    width: 200px;
    height: 240px;
  }

  .vc-bottom {
    background: #fff;
    text-align: center;
    padding: 30px 20px;
  }

  .vc-bottom h2 {
    font-size: 1.6rem;
    font-weight: 600;
  }

  .vc-bottom h5 {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .vc-bottom p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
  }
}

/* news css end*/

/* Research 2 page media queries */

.responsive-width {
  width: 100%;
}

@media (min-width: 992px) {
  .responsive-width {
    width: 75% !important;
  }
}
/* Only apply this to Desktop (screens wider than 992px) */
@media (min-width: 992px) {
    
    /* 1. Open the menu when hovering over the parent LI */
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; /* pulls the menu up to touch the nav bar */
    }

    /* 2. THE BRIDGE FIX */
    /* This creates an invisible layer above the menu to fill any remaining gap */
    .dropdown-menu::before {
        content: "";
        display: block;
        position: absolute;
        
        /* This moves the invisible bridge UP by 20px to connect with the navbar */
        top: -20px; 
        left: 0;
        width: 100%;
        height: 20px; 
        background: transparent; /* Keep it invisible */
    }
}
/* leadership page css started */
.chancellar {
  background-color: #F6F4EE;
}
.chancellar .chancellar-search {
  border-radius: 11px;
}
.chancellar .chancellar-search-input{
  box-shadow: inset 0 0 4px rgba(0,0,0,0.15);
}

/* leadership page css ended */

/* gallery section css started */
.classroom-card {
  text-align: left;
}

.classroom-img {
  width: 100%;                 
  aspect-ratio: 4 / 3;         
  background: #f1f1f1;
  border: 4.47px solid #EAEAEA;
  border-radius: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.classroom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;           
  border-radius: 30px;
}

.classroom-title {
  color: #000000;
  border-left: 3px solid #004CD4;
  padding-left: 8px;
  margin: 0;
}

.classroom-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;           
}
.classroom-video iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}
.classroom-video-title {
  color: #000000;
  border-left: 3px solid #FF3000;
  padding-left: 8px;
  margin: 0;
}
@media (min-width: 768px) {
  #videoGallerySplide .splide__arrow--prev {
    left: -45px !important;   
  }
  #videoGallerySplide .splide__arrow--next {
    right: -45px !important;  
  }
}
/*slider image popup*/

.popup-img {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.popup-img:hover {
  transform: scale(1.05);
}

.popup-center-img {
  max-height: 100vh;
  width: auto;
  object-fit: contain;
  margin: auto;
}

.modal-prev,
.modal-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  border: none;
  width: 35px;
  height: 35px;
  /* padding: 12px 12px; */
  cursor: pointer;
  color: white;
  font-size: 20px;
  border-radius: 50%;
  z-index: 10;
}

.modal-prev { left: 20px; }
.modal-next { right: 20px; }

.modal-prev:hover,
.modal-next:hover {
  background: black;
}

/* @media (max-width: 576px) {
  .modal-prev, .modal-next { display: none !important; }
} */


.fullscreen-modal {
  max-width: 100% !important;
  width: 100%;
  height: 100%;
  margin: 0;
}

.fullscreen-modal .modal-content {
  height: 100%;
  background: rgba(0,0,0,0.9) !important;
}

.fullscreen-modal .modal-body {
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.btn-close {
  z-index: 999999 !important;
  pointer-events: auto !important;
  opacity: 1 !important;
}

.modal-content {
  pointer-events: auto !important;
  position: relative !important;
  z-index: 1;
}

.modal-dialog.fullscreen-modal {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}






/* gallery section css ended */



/* Vision and Mission start */

 .vision-card-section{
  background-color: #F6F4EE;

 }
.vision-container{
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}
 .vision-title{
  color: #004CD4;
  font-size: 20px;
  font-weight: 500 !important;
 }
 .vision-description{
font-size: clamp(20px, 2vw + 14px, 45px);  font-weight: 500 !important;
  line-height: 60px;
  color: #161613;
 }
.vision-container-cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 140px;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.vision-card img {
  border-radius: 16px;
  margin-bottom: 20px;
}
.vision-card h6 {
  font-size: 40px;
  color: #161613 !important;
  font-weight: 500 !important;
    line-height: 60px;
}
.vision-card p {
  font-size: 16px !important;
  color: #3E4047 !important;
  line-height: 24px;
  font-weight: 300 !important;
  font-style: light;
}
.left-card img,
.right-card img {
  width: 240px;
}
.left-card,
.right-card {
  width: 240px;
}
.center-card img {
  width: 250px;
}
.center-card {
  width: 250px;
}

.center-card {
  margin-top: 70px;
}

@media (max-width: 991px) {
  .vision-container-cards {
    flex-direction: column;
    align-items: center;
  }

  .center-card {
    margin-top: 0;
  }

  .vision-card {
    width: 250px;
  }
  .vision-card img {
    width: 250px;
    margin: 0 auto 20px;
  }
  .aboutPage .apply-btn {
    font-size: 14px;
    padding: 6px 15px;
    border: 1px solid #fff;
  }
}

@media (max-width:1124px) {
  .vision-description{
    line-height: 55px;
  }
}
@media (max-width:526px) {
  .vision-description{
    line-height: 35px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
    .custom-notice {
        margin-top: 3rem !important; 
    }
}

@media (max-width: 768px){
  .noticeArrow{
    display: none !important;
}
}
/* Vision and Mission end */

/* 
//
.classroom-card {
  text-align: left;
}

.classroom-img {
  width: 100%;
  aspect-ratio: 4 / 3;  
  height: 260px;          
  background: #f1f1f1;
  border: 4.47px solid #EAEAEA;
  border-radius: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.classroom-img::after {
  
  opacity: 0.25;         
  width: 60px;
  height: 60px;
}

.classroom-title {
  font-size: 14px;
  color: #333;
  border-left: 2px solid #004CD4;
  padding-left: 8px;
  margin: 0;
} */

.card-img-top{
  width: 40px;
  height: 40px;
}

.social-heading{
  font-size: 18px;
  font-weight: 600;
  color: #161613;
}

.social-small{
  font-size: 16px;
  color: #57595F;
  font-weight: 400 !important;
}

.card-social {
  border: none;
    background: #fff;
  border-radius: 10px;
  padding: 15px 18px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  padding-bottom: 10px;  
  display: flex;
  flex-direction: column;
  height: 438px;
}

.social-para{
  font-size: 15px;
  color: #3E4047;
  font-weight: 300 !important;
  padding-top: 10px;
  padding-bottom: 10px;
   flex-grow: 0.1; 

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
}

.fb-post-img {
  width: 100%;
  height: 300px;
  display: block;
  border-radius: 8px;
  object-fit: cover;
   object-position: center;
}




.fb-color{
  color: #1778F2;
  font-size: 22px;
}

.insta-gradient-card {
  font-size: 22px;
  background:
    radial-gradient(89.25% 42.03% at 15.32% 3.11%, #7837F9 0%, rgba(120, 55, 249, 0.9) 27.76%, rgba(120, 55, 249, 0) 100%),
    radial-gradient(68.46% 43.06% at 24.22% 97.93%, #FFD702 0%, rgba(255, 215, 2, 0) 100%),
    radial-gradient(18.32% 26.5% at 102.07% 89.96%, rgba(211, 0, 197, 0.7) 0%, rgba(211, 0, 197, 0) 100%),
    radial-gradient(62.11% 34.65% at 94.2% 7.25%, #D300C5 0%, rgba(211, 0, 197, 0) 100%),
    radial-gradient(41.61% 21.67% at 0% 41.2%, #D300C5 0%, rgba(211, 0, 197, 0) 100%),
    linear-gradient(180deg, #FE02B7 27%, #FC2278 46%, #FF2160 61%, #FF5234 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.youtube-color{
  color: #FF0004;
  font-size: 22px;

}

.icons-social i {
  font-size: 20px;
  margin-left: 15px;
  cursor: pointer;
  color: #161613; /* Overrides inline classes when inactive */
  transition: color 0.3s ease;
}

.icons-social h3{
  color: #161613;
  font-weight: 400;
    cursor: pointer;
}

.icons-social h3.active {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #004CD4;
}


.icons-social i.active,
.icons-social i:hover {
  /* color: #0d6efd; */
  /* text-decoration: underline !important; */
  padding-bottom: 10px !important;
}

/* .icons-social i.active {
  color: #1778F2; 
  text-decoration: underline !important;
} */

.icons-social i.fb-color.active {
  color: #1778F2 !important;
  text-decoration: none; /* Icons usually don't look good with underlines, but keep if you prefer */
  border-bottom: 2px solid #1778F2; /* Better looking underline for icons */
  padding-bottom: 5px;
}

.icons-social i.insta-gradient.active {
  background: -webkit-linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 2px solid #c13584;
  padding-bottom: 5px;
}

.icons-social i.youtube-color.active {
  color: #FF0004 !important;
  border-bottom: 2px solid #FF0004;
  padding-bottom: 5px;
}

.social-btn{
    background: #004CD4;
  border: 1px solid #fff;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 50px;
  transition: 0.3s;
  font-size: clamp(0.625rem, 0.0148rem + 0.9843vw, 0.9375rem);
}

.social-btn:hover {
  background: #003bb0;
  color: #fff;

}

.outfit-uniquifier-post {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.minimal-pagination .control-link.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.page-numbers-group .page-item.active .page-link {
    /* background-color: #004CD4;  */
    color: #6c757d;
    border-radius: 5px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background: none !important;
    border-color: #0d6efd;
}

.faculty-card {
  background: #F6F4EE;
  border-radius: 20px;
  padding: 11px;
  height: 275px;
  width: 275px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
  box-shadow: 14.84px 14.84px 29.69px 0px #24020729;
  backdrop-filter: blur(7.421320915222168px);
}

.faculty-card:hover {
  transform: translateY(-6px);
}

.image-wrapper {
  position: relative;
  height: 100%;
  border-radius: 19px;
  overflow: hidden;
}

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

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.7),
    rgba(0,0,0,0.2),
    rgba(0,0,0,0)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.overlay h5 {
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  font-size: 22px;
}

.arrow-btn-faculty {
  position: absolute;
  bottom: 14px;
  left: 50%;
  top: 90%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  border: 6px solid #004CD4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}