body {
  overflow-x: hidden;
}

/* header */
/* =====================================
   RESPONSIVE HEADER
   BOOTSTRAP FRIENDLY
   DESIGN SAME RAHEGA
===================================== */
.text-aligment {
  text-align: justify;
}

.search-input {
  color: #fff;
  border: none;
  outline: none;
}

.search-input::placeholder {
  color: #d9d9d9;
  /* Apna color yahan change karo */
  opacity: 1;
  font-size: 20px;
}

.search-input:focus {
  box-shadow: none;
  border: none;
}

/* Small helper to trigger hover instead of click, as seen in the video */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* desktop */
header {
  z-index: 9999;
}

header .row {
  row-gap: 10px;
}

/* =========================
   LARGE SCREEN
========================= */
@media (max-width:1200px) {

  header .col-md-2 .d-flex {
    margin-left: 10px !important;
  }

  header .col-md-5 {
    padding-left: 20px !important;
  }

  header a {
    font-size: 15px !important;
  }

  .hero-text {
    font-size: 14px !important;
  }
}

/* =========================
   TABLET
========================= */
@media (max-width:991px) {

  header {
    display: none !important;
  }

  header .row {
    justify-content: center;
    text-align: center;
    gap: 15px;
  }

  /* social icons */
  header .col-md-2 .d-flex {
    justify-content: center;
    margin-left: 0 !important;
  }

  /* contact */
  header .col-md-5 {
    padding-left: 0 !important;
  }

  header .col-md-5 a {
    display: block;
    margin-left: 0 !important;
    font-size: 15px !important;
    margin-bottom: 8px;
  }

  /* buttons */
  header .col-md-5.text-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .hero-text {
    font-size: 14px !important;
    padding: 8px 16px !important;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width:576px) {

  header {
    padding: 10px 0 !important;
  }

  /* social icons */
  header .d-flex {
    gap: 14px !important;
  }

  header .d-flex a {
    font-size: 16px !important;
  }

  /* contact text */
  header a {
    font-size: 14px !important;
    line-height: 1.7;
  }

  /* buttons */
  header .col-md-5.text-center {
    flex-direction: column;
    align-items: center;
  }

  .hero-text {
    width: 100%;
    max-width: 220px;
    font-size: 14px !important;
  }
}

/* =========================
   EXTRA SMALL
========================= */
@media (max-width:400px) {

  header a {
    font-size: 13px !important;
  }

  .hero-text {
    max-width: 200px;
    font-size: 13px !important;
  }
}

/* header-end */
/* navbar */
/* Default navbar over banner */
.custom-navbar {
  top: 70px;
  left: 0;
  z-index: 999;
  background: transparent;
  transition: all 0.4s ease;
}

/* Navbar after scroll */
.custom-navbar.scrolled {
  position: fixed !important;
  top: 0 !important;
  background: #fff !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

/* Optional: dark text after scroll */
.custom-navbar.scrolled .nav-link,
.custom-navbar.scrolled i {
  color: #25304d !important;
}

/* Optional logo resize on scroll */
.custom-navbar.scrolled .navbar-brand img {
  width: 80px;
  transition: 0.3s;
}

.border-left {
  border-left: 2px solid blue;

}

.program-btn {
  color: #25304d;
  border: 1px solid #b99549;
}

.program-btn:hover {
  color: #b99549;
  background-color: #25304d;
}

.text-color {
  color: #25304d;
}

.hearder-color-link {
  color: #25304d;
}

.icon-color-link {
  color: #25304d;
}

.icon-color-link-bc {
  background-color: white;
}

.gold-icon {
  color: #b99549;
}

.gold-icon-bg {
  color: #b99549;
}

.top-class {
  top: 75%;
}

.link-card {
  background-color: #b99549;
  color: #16332a;
}

.link-card:hover {
  background-color: #16332a;
  color: #b99549;
  transition: all 0.5s ease;
  transform: translateY(-10px) scale(1.03);
}

.contact-menu li {
  font-size: 12px;
}

.contact-menu li a {
  color: white;
}

.logo-slider {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.logo-track {
  display: flex;
  width: calc(200px * 10);
  animation: scroll 25s linear infinite;
}

.logo-track img {
  width: 150px;
  margin: 0 30px;
}


.logo-track img:hover {
  animation-play-state: paused;
}

.logo-slider:hover .logo-track {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.logo-slider:hover .logo-track {
  animation-play-state: paused;
}

.contact-wrapper {
  max-width: 500px;
  margin: auto;
  padding: 20px;
}

/* timeline style */
.contact-line {
  position: relative;
  padding-left: 40px;
}

/* Vertical line */
.contact-line::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #b99549;
}

.contact-line-item {
  position: relative;
  margin-bottom: 30px;
}

/* Outer circle */
.contact-line-item::before {
  content: "";
  position: absolute;
  left: -29px;
  top: 0;
  width: 20px;
  height: 20px;
  border: 3px solid;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* Inner dot */
.contact-line-item::after {
  content: "";
  position: absolute;
  left: -29px;
  top: 0;
  width: 6px;
  height: 6px;
  background: #b99549;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #f1f5f9;
  border-radius: 50%;
  margin-right: 8px;
  color: #333;
  text-decoration: none;
}

.social a :hover {
  color: blue;
}


.button-color-link {
  background-color: transparent;
  color: #25304d;
  border: 2px solid #25304d;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button-color-link:hover {
  background-color: #25304d;
  color: white;
  transition: all 0.3s ease;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width:992px) {

  h1 {
    font-size: 32px;
  }

  .contact-wrapper {
    margin-bottom: 30px;
  }

}

@media (max-width:768px) {

  .timeline {
    padding-left: 30px;
  }

  .timeline::before {
    left: 6px;
  }

  .timeline-item::before {
    left: -26px;
  }

  .social a {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

}

@media (max-width:576px) {

  h1 {
    font-size: 26px;
  }

  .timeline-item h3 {
    font-size: 18px;
  }

  .timeline-item p {
    font-size: 14px;
  }

  .form-control-lg,
  .form-select-lg {
    font-size: 14px;
    padding: 10px;
  }

  button.btn-lg {
    padding: 10px;
  }
}


.topbar {
  background-color: #dc3545;
  color: white;
  font-size: 0.95rem;
}

.navbar-brand span {
  font-size: 2.1rem;
  font-weight: bold;
}

.enquire-btn {
  right: 20px;
  bottom: 20px;
}

.eval-form {
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
  background: #198754;
  padding: 12px 20px;
  border-radius: 0 8px 8px 0;
  writing-mode: vertical-rl;
  font-weight: 500;
}

/* main navbar */
.navbar {
  top: 70px;
}

.just-contant {
  justify-items: baseline;
}

.hover-card {
  transition: transform 0.3s ease;
  color: black;
}

.hover-card:hover {
  transform: translateX(10px);
  color: red !important;
}

.text-bg-img {
  background-image: url('../img/media-color.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
}

/* Dropdown Button */
.dropbtn {

  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {}

.fit-100 {
  height: 220px;
}

.research-100 {
  height: 250px;
}

.research-50 {
  height: 200px;
}

@media (min-width: 992px) {
  .dropdown-about { margin-left: 18% !important; }
  .dropdown-admin { margin-left: 22% !important; }
  .dropdown-faculties { margin-left: 29% !important; }
  .dropdown-process { margin-left: 41% !important; }
  .dropdown-applicant { margin-left: 50% !important; }
  .dropdown-student { margin-left: 65% !important; }
}

/* navbar-end */
/*extera-css*/
.font-class {
  font-size: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/*extera-css*/


/* About-section */
/* section-1 */
.share-box {
  background: #eef4fc;
  border: 1px solid #cfd8e6;
  border-radius: 18px;
  padding: 18px 28px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.share-left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 500;
  color: #4b5563;
}

.share-left i {
  font-size: 20px;
}

.share-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-item {
  position: relative;
}

.social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  transition: .3s;
}

.social-icon:hover {
  transform: scale(1.1);
}

.facebook {
  background: #1877F2;
}

.whatsapp {
  background: #25D366;
}

.twitter {
  background: #000;
}

.linkedin {
  background: #0A66C2;
}

.tumblr {
  background: #36465D;
}

.tooltip-text {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: #28a745;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
  white-space: nowrap;

  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #28a745;
}

.social-item:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}

@media(max-width:768px) {

  .share-box {
    flex-direction: column;
    gap: 18px;
    text-align: center;
  }

  .share-right {
    justify-content: center;
    flex-wrap: wrap;
  }

}

/* section-1-end */
/* About-us-header */
.About-us-header {
  background-color: #f1f7fd;
}

/* About-us-header-end */
/* About-section-end */

/* Regulatory documentation-section */
.edit-anuker {
  text-decoration: none;
  color: #36465D;
}

/* Regulatory documentation-section-end */

/* Administration-section*/
.notice-card {
  border: 1px solid #d7dde5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
  transition: .4s ease;
  background: #fff;
}

.notice-img-box {
  overflow: hidden;
  padding: 18px 18px 0;
}

.notice-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
  transition: .5s;
}

.notice-title {
  color: #183f2d;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.notice-text {
  color: #444;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 8px;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.notice-link {
  color: #1b5e20;
  font-size: 17px;
  font-weight: 600;
  transition: .3s;
}

/* Hover */

.notice-card:hover {
  transform: translateY(-8px);
  border: 1px solid #198754;
  box-shadow: 0 18px 35px rgba(0, 0, 0, .18);
}

.notice-card:hover .notice-img {
  transform: scale(1.12);
}

.notice-card:hover .notice-link {
  color: #198754;
}

/* Responsive */

@media(max-width:768px) {

  .notice-img {
    height: 200px;
  }

  .notice-title {
    font-size: 18px;
  }

  .notice-text {
    font-size: 15px;
  }

}

@media(max-width:576px) {

  .notice-img {
    height: 180px;
  }

}

/* Administration-section-end */

/* home-page-css */
/* section-4 */
.partners-section {
  background: #eef4fb;
  overflow-x: hidden;
  /* stop tooltip bleed from creating a page scrollbar */
  overflow-y: visible;
  height: auto;
}

.section-title {
  color: #0f3b3d;
  font-weight: 700;
}

.title-line {
  width: 80px;
  height: 4px;
  background: #1fa34a;
  margin: 15px auto;
  border-radius: 20px;
}

.carousel-item .row,
.carousel-item [class*="col-"] {
  overflow: visible;
  /* let tooltip escape column/row bounds too */
}

.carousel-inner {
  overflow-x: hidden;
  padding-bottom: 70px;
  /* space so tooltip below the card never gets cut off */
}

.partner-card {
  border-radius: 10px;
  overflow: visible;
  /* tooltip must escape the card, never be clipped */
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s;
  cursor: pointer;
  padding: 14px;
}

.partner-card img {
  border-radius: 5px;
  min-width: 120%;
  min-height: 100%;
  transition: .4s;
}

@media (max-width: 768px) {
  .partner-card img {
    min-width: 100%;
    max-width: 100%;
    object-fit: contain;
  }
}

.partner-card:hover {

  box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
}

.partner-card:hover img {
  transform: scale(1.05);
}

/* Brand-matched background colors, from reference screenshot */
/* .partner-white{ background:#ffffff; border:1px solid #e3e8f0; }
.partner-teal{ background:#2f4858; }
.partner-navy{ background:#0b1465; }
.partner-red{ background:#e2222a; } */


/* Hover tooltip — applies to EVERY card the same way */
.partner-hover {
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
  background: #22a745;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  width: 220px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  transition: .35s;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.partner-hover::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #22a745;
}

.partner-card:hover .partner-hover {
  bottom: -55px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media(max-width:768px) {

  .partner-card {
    height: 85px;
  }

  .partner-hover {
    width: 180px;
    font-size: 12px;
  }

}

/* section-4-end */
/* section-2 */

.icon-spacing-class {
  margin: 0 auto;
  font-size: 35px;
  color: green;
  background-color: white;
  border-radius: 5px;
  width: 65px;
}

.card-color-class {
  background-color: #13ab45;
  transition: all 0.4s ease;
  height: 100%;
}

.card-color-class:hover {
  background-color: rgb(2, 24, 6);

}

/* section-2-end */
/* home-page-css-end */

/* form */
.modal-content {
  border-radius: 15px;
}

.form-control {
  height: 50px;
  border-radius: 8px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #25304d;
}

.btn-primary {
  background: #25304d;
  border: none;
}

.btn-primary:hover {
  background: #1b2338;
}

.modal-dialog {
  margin-top: 80px;
}

.modal-content {
  border-radius: 15px;
  overflow: hidden;
}

.modal-header {
  background: #25304d;
  color: #b99549;
}

.modal-body {
  padding: 30px;
}

.modal-backdrop {
  z-index: 1040;
}

.modal {
  z-index: 1055;
}

/* form-end */

/* section-1 applicant cards hover effect */
.card.shadow-sm {
  transition: transform 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
}

.card.shadow-sm:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.13) !important;
}

/* section-1 applicant cards hover effect-end */

/* ===== Comment Form (matches reference image) ===== */
.cf-card {
  background-color: #e8eef6;
  border-radius: 18px;
  padding: 24px 24px 28px;
  margin-top: 8px;
}

/* Label above each input */
.cf-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #3a3a3a;
  margin-bottom: 6px;
}

/* Shared style for input and textarea */
.cf-control {
  display: block;
  width: 100%;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #d4dce8;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.cf-control::placeholder {
  color: #b0bac7;
}

.cf-control:focus {
  border-color: #22a745;
  box-shadow: 0 0 0 3px rgba(34, 167, 69, 0.12);
}

/* Textarea specific */
.cf-textarea {
  resize: vertical;
  min-height: 130px;
}

/* Green pill button */
.cf-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #22a745;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 11px 28px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.2s ease;
}

.cf-btn:hover {
  background-color: #198f3a;
  transform: translateY(-2px);
}

/* ===== Comment Form End ===== */

/* Hero Banner Responsive Height */
#mainHeroCarousel .carousel-item img {
  height: 80vh;
  min-height: 500px;
  object-fit: cover;
}

@media (max-width: 991px) {
  #mainHeroCarousel .carousel-item img {
    height: 60vh;
    min-height: 400px;
  }
}

@media (max-width: 576px) {
  #mainHeroCarousel .carousel-item img {
    height: 50vh;
    min-height: 350px;
  }
  #mainHeroCarousel .carousel-item h1 {
    font-size: 2.2rem;
  }
}

/* Google Translate UI Overrides */
.goog-te-banner-frame.skiptranslate,
.goog-te-banner-frame,
#goog-gt-tt {
  display: none !important;
}
body {
  top: 0px !important;
}
.goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}