body {
  overflow-x: hidden !important;
}

.text1 {
  font-weight: bold;
  color: blue;
  padding-right: 15px;
}

.image1 {
  background-image: url("../hero-banner.jpg");
}

.nav-pills-rounded1 .nav-link1 {
  border-radius: 4px;
  padding: 4px 8px;
  border: 2px solid #ffffff !important;
  font-size: 16px;
  text-align: left;
  background-color: transparent;
  text-transform: capitalize !important;
  color: white;
  font-size: 13px;
  font-weight: 700;
}
.nav-link1:hover {
  background-color: #6c4ef6;
  border: 1px solid #6c4ef6;
  transition: 0.3s ease-in-out;
}
.small-text {
  font-size: 14px;
  color: white;
  font-weight: 500;
}

.big-text {
  font-size: 44px;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 769) {
  .big-text {
    font-size: 34px;
    font-weight: 500;
  }
}
.category-search-input {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 4px;
  max-width: 100%;
  position: relative;
}
/* Search form wrapper */
#search .input-group {
  background: #ffffff;
  border-radius: 4px !important;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Icon left side */
#search .banner-search-icon {
  background: #ffffff;
  border-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #999;
}

/* Search input */
#search input.form-control {
  border: none;
  background: #ffffff;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  color: #333;
}

#search input.form-control::placeholder {
  color: #aaa;
  font-weight: 400;
}

/* Search button */
#search button.btn {
  background: #6c4ef6;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  transition: background 0.3s ease;
}

#search button.btn:hover {
  background: #5937e6;
}

/* Trending searches section */
#defaultContent {
  margin-top: 15px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

#defaultContent h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

#defaultContent ul.nav-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 20px;
}

#defaultContent ul.nav-pills li {
  list-style: none;
}

#defaultContent ul.nav-pills li button {
  background-color: #f1f3f6;
  color: #333;
  font-weight: 500;
  border: none;
  border-radius: 20px;
  padding: 5px 15px;
  transition: all 0.3s ease;
}

#defaultContent ul.nav-pills li button:hover {
  background-color: #6c4ef6;
  color: #fff;
}

.spl {
  color: #ec741d;
  font-weight: 800;
}

/* ============================banner-box================ */

.stats-section {
  padding: 40px 0px 0px;
}

.stat-box {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  /* padding: 10px; */
  height: 123px;
  text-align: center;
  color: white;
  transition: 0.3s;
}

.stat-box:hover {
  transform: translateY(-5px);
}
.stat-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 32px;
  color: white;
  position: relative;
  bottom: 40px;
}

.stat-text {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  font-weight: bolder;
  bottom: 61px;
}

/* Individual box colors */
.colleges .stat-icon {
  background-color: rgb(12, 139, 207);
}

.university .stat-icon {
  background-color: rgb(204, 92, 13);
}

.exams .stat-icon {
  background-color: rgb(31, 123, 34);
}

.courses .stat-icon {
  background-color: rgb(19, 53, 106);
}

.results .stat-icon {
  background-color: rgb(99, 12, 105);
}

.cards-mover {
  background: #f9f9ff;
  padding: 20px;
  border-radius: 5px;
  /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03); */
  border: 2px solid #d6d6ff;
  /* max-width: 350px; */
}
.cards-mover:hover {
  transform: translateY(-15px);
  transition: 0.3s ease-in-out;
}
.college-list {
}

.college-list-title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
}

.college-list-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #7b8ab8;
  text-align: center;
  margin-bottom: 20px;
}

.college-list .college-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 2.2;
  font-weight: 500;
  color: #333;
}

.college-list .college-item i {
  color: #000000;
  font-size: 15px;

  margin-right: 10px;
}

.college-list .college-item a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
}

.college-list .college-item a:hover {
  color: #3498db;
}

.top-colleges-link {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #007bff;
  text-decoration: none;
}

.top-colleges-link:hover {
  text-decoration: underline;
}

.streams {
  background-color: #f9f9ff;
  border: 2px solid #dcdcff;
}

.streamss {
  background-color: #f9f9ff;
  border: 2px solid #afafff !important;
}

.streamss:hover {
  background-color: #ffffff;
  border: 2px solid #cfcffb;
}

.fw-800 {
  font-weight: 800 !important;
}

.translate-up {
  transition: transform 0.3s ease;
}

.translate-up:hover {
  transform: translateY(-10px);
}

/* Card Style */
.card.streamss {
  border: none;
  min-height: 110px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card.streamss:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.card-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
  padding: 8px;
}

.category-image {
  width: 101px;
  height: 105px;
  object-fit: contain;
  padding: 10px 9px;
  border-radius: 20px;
  text-align: left;
  float: left;
}

.category-name {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0;
}

.category-count {
  font-size: 0.9rem;
  color: gray;
}

.card a {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

/* Hover effect */
.card:hover .category-name,
.card:hover .category-count {
  color: #007bff; /* Highlight text on hover */
}

.apply-btn {
  background-color: #ff6b00;
  color: rgb(255, 255, 255);
  font-weight: bold;
  border-radius: 4px;
}

/* ==================================table============================== */
/* ==================================table============================== */
/* ==================================table============================== */

.rating-stars {
  color: gold;
}
.table-custom {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
}
.table-custom thead th {
  background-color: #e3eaff;
  text-align: start;
  padding: 10px 0;
}
.table-custom tbody tr:nth-child(odd) {
  background: #ffffff;
}

.table-custom tbody tr:nth-child(even) {
  background: #e3eaff;
}

.table-custom tbody tr {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.table-custom tbody tr td {
  vertical-align: end;
  /* text-align: center; */
}
.apply-btn {
  background-color: #ff6b00;
  color: black;
  font-weight: bold;
  /* width: 175px; */
}
.compare-btn {
  background-color: #007bff;
  color: white;
  font-weight: bold;
  /* width: 127px; */
}

.table > :not(caption) > * > * {
  padding: 12px 0.5rem !important;
}

/* ========================================================= */

.roud {
  padding: 6px 9px;
  border-radius: 4px;
  color: black;
  font-weight: 800;
}

.bottom-box {
  background: linear-gradient(45deg, #04047c, #f500d2);
  border-radius: 5px;
  border: 2px solid white;
}

.bottom-box1 {
  background: linear-gradient(45deg, #f500d2, #04047c);
  border-radius: 5px;
  border: 2px solid white;
}

.box1 {
  background-color: #ff8000;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  color: #fff;
}

.box1:hover {
  background-color: #fff;
  color: #ff8000;
  transition: 0.3s ease-in-out;
}

.box2 {
  background-color: #fff;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  color: #ff8000;
}

.box2:hover {
  background-color: #ff8000;
  color: #fff;
  transition: 0.3s ease-in-out;
}

/* ======================new-footer===================== */

.footer {
  background-color: #1c1c2b;
  padding: 60px 0 20px;
  color: #dcdcdc;
  font-family: "Segoe UI", sans-serif;
}

.footer h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
}

.footer h4::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #6c63ff;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  color: #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer ul li a:hover {
  color: #ffffff;
  padding-left: 5px;
}

.footer .copyright {
  text-align: center;
  /*  padding-top: 20px; */
  font-size: 0.875rem;
  color: #888;
  /*   border-top: 1px solid #333;
  margin-top: 30px; */
}

.footer .copyright a {
  color: #6c63ff;
  text-decoration: none;
}

.footer .copyright a:hover {
  text-decoration: underline;
}

/* =========================college-header======================== */
/* =========================college-header======================== */
/* =========================college-header======================== */

.bg-linear {
  position: relative;
  overflow: hidden;
}

.bg-linear::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.674) 0%,
    rgba(30, 100, 220, 0.245) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.bg-linear > * {
  position: relative;
  z-index: 2;
}

.college-banner-card {
  color: #fff;
  background: linear-gradient(45deg, #04047c, #f500d2);
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  margin: 0 auto;
}

.college-banner-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.college-banner-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: rgb(0, 0, 0);
  flex: 1;
  padding-right: 10px;
  text-align: start;
  word-wrap: break-word;
}

.college-banner-logo {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  object-fit: cover;
}

.college-banner-card-body {
  margin-top: 10px;
}

.college-banner-location {
  font-size: 0.9rem;
  opacity: 0.8;
  color: rgb(255, 255, 255);
  font-weight: 400;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .college-banner-title {
    font-size: 1rem;
  }

  .college-banner-logo {
    width: 62px;
    height: 41px;
    margin-top: 22px;
  }

  .college-banner-location {
    font-size: 0.75rem;
  }
}

.location-container {
  color: #fff !important;
  background: linear-gradient(45deg, #04047c, #f500d2);
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}

.location-container h2 {
  margin-bottom: -5px;
  color: #fff;
  font-weight: 900;
  font-size: 30px;
}

.location {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .location-container {
    padding: 10px;
  }

  .location {
    font-size: 1.1rem;
  }

  .location-container h1 {
    font-size: 26px !important;
  }
}

@media (max-width: 480px) {
  .location-container {
    padding: 8px;
  }

  .location {
    font-size: 1rem;
  }

  .location-container h1 {
    font-size: 20px !important;
  }
}

/* ==========================mobiule-view+======================= */
/* ==========================mobiule-view+======================= */
/* ==========================mobiule-view+======================= */

@media (max-width: 468px) {
  .big-text {
    font-size: 35px;
  }
  .text-overlay {
    position: absolute;
    left: 55%;
  }
  .stats-section {
    margin-top: 7px !important;
  }
  #right-button {
    margin-right: 15px;
    margin-top: -14px;
  }
  #left-button {
    margin-top: -14px;
  }
  #outer {
    width: 84.8%;
  }
  #stream-right-button {
    margin-right: 15px;
  }
  #stream-left-button {
    margin-left: 5px;
  }
  #course-right-button {
    margin-right: 15px;
  }
  #course-left-button {
    margin-right: 5px;
  }
  .card a {
    gap: 10px;
    height: 45px;
  }
  #visualization {
    position: relative;
    right: 61px;
  }
  .mob-hide {
    display: none !important;
  }
  #colranking-outer {
    width: 100%;
  }
  #colranking-right-button {
    margin-right: 20px;
  }
  #colranking-left-button {
    margin-left: -20px;
  }
  .team-box-layout1 {
    width: 140px;
  }
  .card-content {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .big-text {
    font-size: 18px;
  }
  /* .stat-box {
    margin-top: 20px !important;
  } */
  .text-overlay {
    position: absolute;
    left: 65% !important;
    font-size: 12px;
    margin-top: 25px !important;
  }
  #right-button {
    margin-right: 20px !important;
  }
  #outer {
    width: 80% !important;
  }
  #stream-outer {
    width: 275px !important;
  }
  #course-outer {
    width: 283px !important;
  }
  #stream-right-button {
    margin-right: 21px !important;
    margin-top: 6px;
  }
  #course-right-button {
    margin-right: 21px !important;
    margin-top: 6px;
  }
}

@media (max-width: 390px) {
  .big-text {
    font-size: 22px !important;
  }

  .stat-box {
    margin-top: 5px !important;
  }
  .text-overlay {
    position: absolute;
    left: 65% !important;
    font-size: 14px;
  }
  #right-button {
    margin-right: 20px !important;
  }
  #outer {
    width: 80% !important;
  }
  #stream-outer {
    width: 265px !important;
  }
  #course-outer {
    width: 265px !important;
  }
  #stream-right-button {
    margin-right: 21px !important;
    margin-top: 6px;
  }
  #course-right-button {
    margin-right: 21px !important;
    margin-top: 6px;
  }
}

/* =================================scroll-colle-====================== */
/* =================================scroll-colle-====================== */
/* =================================scroll-colle-====================== */

.menu-box {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.menu-item {
  flex-shrink: 0;
  margin: 0 8px;
  padding: 7px 13px;
  font-size: 11px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}

.menu-item:hover {
  background: white;
  color: #2575fc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}

.menu-item.active {
  background: white;
  color: #6a11cb;
  border: 2px solid #6a11cb;
}

.menu-box::-webkit-scrollbar {
  height: 6px;
}

.menu-box::-webkit-scrollbar-thumb {
  background: #6a11cb;
  border-radius: 10px;
}

.menu-box::-webkit-scrollbar-track {
  background: #e0e0e0;
}
.nav-box {
  cursor: pointer;
}

.nav-menu {
  display: none;
  background: white;
  padding: 10px;
  list-style: none;
  z-index: 1000;
}

.nav-item:hover .nav-menu {
  display: block;
  position: fixed;
  /*   margin-top: -202px; */
}

.scrollable-nav-container {
  display: flex;
  align-items: center;
  width: 100%;
}

.scroll-btn {
  background-color: #6c4af2;
  border: none;
  padding: 12px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 27px;
  height: 35px;
  transition: background-color 0.3s;
}

.scroll-btn:hover {
  background-color: #9e00c2;
}
.left-btn {
  margin-right: 10px;
}

.right-btn {
  margin-left: 10px;
}

.btn-pos {
  position: relative;
  bottom: 7px;
}
.scrollable-nav {
  overflow-x: auto;
  overflow-y: visible;
  position: inline-block;
  display: flex;
  max-width: 88%;
  white-space: nowrap;
  scroll-behavior: smooth;
}

.nav-item {
  position: relative;
}

.scrollable-nav::-webkit-scrollbar {
  display: none;
}

.scrollable-nav .navbar-nav {
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 768px) {
  .scrollable-nav-container {
    width: 100%;
  }

  .scrollable-nav {
    display: inline-flex;
  }
  .scrollable-nav .navbar-nav {
    display: contents;
  }
}

.nav-item--scroll {
  display: inline-block;
}

.facility-container {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.facility {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.icon img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.details h2 {
  margin: 0 0 10px;
  color: #333;
  font-size: 18px;
  float: left;
}

.details p {
  margin: 0 0 5px;
  color: #555;
  float: left;
}

.additional-facilities {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.additional-facilities img {
  width: 50px;
  height: 50px;
  transition: transform 0.2s ease;
}

.additional-facilities img:hover {
  transform: scale(1.1);
}

.scroll-link {
  border-radius: 4px !important;
  /* border: 1px solid #6c4af2 !important; */
  background-color: #eee !important;
  color: #000;
}

/* Wrapper Card */
.college-card-wrapper {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #ddd;
  overflow: hidden;
  transition: all 0.3s ease;
}

.college-card-wrapper:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Content Layout */
.college-card-content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .college-card-content {
    flex-direction: row;
  }
}

/* Image */
.college-card-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 180px;
}

@media (min-width: 768px) {
  .college-card-image {
    width: 40%;
    height: 100%;
    max-height: 200px;
  }
}

/* Info */
.college-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.college-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.college-card-location,
.college-card-course,
.college-card-fees {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
  color: #555;
}

.college-card-fees {
  color: #28a745;
  font-weight: 600;
}

/* Action Buttons */
.college-card-actions {
  display: flex;
  gap: 10px;
}

@media (min-width: 768px) {
  .college-card-actions {
    /* flex-direction: column; */
    gap: 15px;
  }
  .mob-view {
    display: flex !important;
    flex-direction: column !important;
  }
}

.btn-view-courses,
.btn-brochure {
  padding: 8px 18px;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease-in-out;
}

.btn-view-courses {
  background-color: #007bff;
  color: #fff !important;
  padding: 6px 20px;
  border: 1px solid #007bff;
}

.btn-view-courses:hover {
  background-color: #fff;
  color: #007bff !important;
  border-color: #007bff;
}

.btn-brochure {
  background-color: #fff;
  color: #ff5722 !important;
  padding: 6px 20px;
  border: 1px solid #ff5722;
}

.btn-brochure:hover {
  background-color: #ff5722;
  color: #fff !important;
}
