@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:wght@400;700&display=swap');

* {
  padding: 0;
  margin: 0;
}

body {
  background-color: white;
}




.header-wrapper {
  display: flex;
  flex-wrap: wrap;


}

.logo-section {
  background-color: #f4f4f4;
  width: 350px;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  /* padding: 20px; */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.logo-section img {
  max-height: 100px;
  width: auto;
}

.content-section {
  flex: 1;
  min-width: 0;
}

.top-bar {
  background-color: #c70000;
  color: white;
  padding: 5px 20px;
  z-index: 1;
  margin-left: -70px;
  padding-left: 80px !important;
}

.top-bar a {
  color: white;
  text-decoration: none;
  margin-right: 15px;
}

.top-bar .btn-counseling {
  background-color: #ff3e3e;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 20px;
}

.main-navbar {
  background-color: #0b014d;
  margin-left: -50px;
  padding-left: 80px !important;
}

.main-navbar .nav-link {
  color: yellow;
  font-weight: bold;
}

.main-navbar .nav-link:hover {
  color: white;
}

@media (max-width: 768px) {
  .header-wrapper {
    flex-direction: column;
  }

  .logo-section {
    width: 70%;
    clip-path: none;
    /* padding: 10px; */
  }

  .logo-section img {
    max-height: 50px;
  }
  /* .carousel-item{
   height: 100% !important;
   width: 100% !important;
  } */
}




.hero-section {
  /* background-color: #fff; */
  /* padding: 60px 20px; */
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  /* color: #1e047d; */
  background: linear-gradient(180deg, #3C2B99 0%, #11006D 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.highlight-line {
  color: #AE1305;
font-family: "Be Vietnam Pro";
  text-decoration: underline;
  font-weight: 600;
  font-size: 34px;
}

.medical {
  color: #0C5B5A;
font-family: "Be Vietnam Pro";
  font-weight: 700;
  font-size: 34px;
}

.engg {
  color: #2F2F2F;
font-family: "Be Vietnam Pro";
  font-weight: 700;
  font-size: 34px;
}

.admi{
  color: #3C2B99;
  font-family: "Be Vietnam Pro";
  font-weight: 600;
  font-size: 34px;
}

.sub-text {
  color: #DD2B1C;

font-family: "Be Vietnam Pro";

font-style: normal;
font-weight: 400;
  font-size: 1.1rem;

  margin-top: 15px;

}

.btn-counsellor {
  color: white;
  font-weight: bold;
  border-radius: 6px;
  padding: 10px 25px;
  border: none;
}

.btn-youtube {
  border: 1.5px solid #d60000;
  color: #d60000;
  background: white;
  padding: 10px 25px;
  border-radius: 6px;
  font-weight: 600;
  margin-left: 10px;
}

.btn-youtube i {
  margin-right: 5px;
}




.btn-youtube .ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 0.7s linear;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  z-index: 2;
}

@keyframes ripple {
  to {
    transform: scale(-5);
    opacity: 0;
  }
}

.btn-youtube {
  position: relative;
  overflow: hidden;
  background: #ff0000;
  color: #fff;
  border: none;
  padding: 10px 28px 10px 18px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  transition:
    box-shadow 0.2s,
    opacity 0.3s,
    transform 0.3s;
  cursor: pointer;
  outline: none;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(255, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-youtube .fab {
  font-size: 1.2em;
}

.btn-youtube .btn-youtube-text {
  display: inline-block;
  transition: transform 0.3s, opacity 0.7s;
}

.btn-youtube:hover {
  opacity: 0.9;
}




.btn-youtube .btn-youtube-text {
  animation: youtube-text-pulse 3s linear infinite;
  opacity: 0.9;
}

@keyframes youtube-text-pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

/* Ripple effect */
.btn-youtube .ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple-yt 0.6s linear;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  z-index: 2;
}

@keyframes ripple-yt {
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}

.btn-counsellor {
  position: relative;
  overflow: hidden;
  background: transparent;
  /* initial color */
  color: #0b047e;
  z-index: 1;
  transition: color 0.9s;
  border: 1px solid #0b047e;
}

.btn-counsellor::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  /* background: linear-gradient(90deg, #4a90e2, #e74c3c);  */
  background: linear-gradient(to right, #d60000, #0b047e);
  z-index: -1;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);

}

.btn-counsellor:hover::before {
  width: 100%;
}

.btn-counsellor:hover {
  color: #fff;
  /* keep text visible */
}



.feature-circle {
 width: 60px;
height: 60px;
padding-bottom: 10px;
}

.feature-text {
  font-size: 0.95rem;
  text-align: center;
  /* margin-top: 10px; */
}






@media (max-width: 768px) {




.highlight-line {

  font-size: 1.5rem;
}

.medical {

  font-size: 1.5rem;
}

.engg {

  font-size: 1.5rem;
}

.admi{

  font-size: 1.5rem;
}

  .btn-youtube {
    position: relative;
    overflow: hidden;
    background: #ff0000;
    color: #fff;
    border: none;
    padding: 7px 5px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    transition:
      box-shadow 0.2s,
      opacity 0.3s,
      transform 0.3s;
    cursor: pointer;
    outline: none;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(255, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 5px;
  }


  @keyframes youtube-text-pulse {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.3);
    }

    100% {
      transform: scale(1);
    }
  }


  .btn-counsellor {

    color: #0b047e;
    font-weight: 600;
    border-radius: 6px;
    padding: 7px 5px;

    border: 1px solid #0b047e;
  }

  .hero-title {
    font-size: 2rem;
    text-align: center;
  }

  .btn-group {
    /* flex-direction: column; */
    gap: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .btn-youtube {
    margin-left: 0;
  }

  .feature-text {
    font-size: 0.85rem;
  }

  /* .carousel-inner img {
    height: 250px;
  } */

  .hero-title {
    font-size: 1.9rem !important;
    font-weight: 700;
    color: #1e047d;
  }

  .hero-section {
    /* background-color: #fff; */
    padding: 10px 10px;
  }
}





.about-section {
  background: linear-gradient(90deg, #E13F31, #3C2B99);
  color: #fff;
  padding: 5px 2px;
}

.about-section h4 {
  color: #fff;
  font-weight: 600;


}

.about-section p {
  font-size: 1.1rem;
  color: #FBE116;
  text-align: start;
}

.about-section strong {
  color: #fcd900;
  font-weight: bold;
}

.about-section .checklist {
  color: #d6d6ff;
  font-size: 1rem;
  margin-top: 15px;
}



.about-section .highlight {
  font-weight: bold;
  color: #fcd900;
  font-size: 1.4rem;
}

.about-section .note {
  color: #cfe3ff;
  font-size: 1.1rem;
  font-weight: 500;
}

.about-section .emoji {
  font-size: 1.4rem;
  margin-right: 5px;
}

.about-img {
  border: 3px solid red;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: -8px;
}

@media (max-width: 768px) {

  .about-section .note {

  font-size: 1rem;

}

  .about-section .highlight {

  font-size: 1rem;
}

.about-section p {
  font-size: 1rem;

}


.about-section .checklist li {
font-size: 16px;
align-items: start;
  margin-bottom: 5px;
}

.about-img {
 
  margin-left: 0px;
}
  .about-section {
    text-align: center;
  }

  .about-img {
    margin-bottom: 20px;
  }
}





.why-choose {
  background-color: #eaf0ff;
  padding: 60px 20px 40px;
  color: #333;
}

.why-choose h2 {
  font-weight: 700;
  font-size: 1.8rem;
}

.why-choose .red {
  color: #d60000;
}

.why-choose .blue {
  color: #011e63;
}

.key-point {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 12px;

  transition: 
    background 0.35s cubic-bezier(.4,0,.2,1),
    transform 0.25s cubic-bezier(.4,0,.2,1),
    box-shadow 0.35s cubic-bezier(.4,0,.2,1);
  cursor: pointer;
}

.key-point:hover {
  background: #ffffff95;
  transform: scale(1.06) translateY(-2px);
  /* box-shadow: 0 8px 24px rgba(174,19,5,0.10), 0 1.5px 6px rgba(0,0,0,0.06); */
  z-index: 2;
}

.key-point img {
  width: 35px;
  height: 35px;
  margin-right: 12px;
}



.key-point span{
  color: #646464;
font-family: "Be Vietnam Pro";
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.stats-box {
  text-align: center;
  margin-bottom: 40px;

}

.stats-box h3 {
  color: #b30000;
  font-size: 2rem;
  font-weight: bold;
}

.stats-box p {
  color: #011e63;
  font-size: 1.1rem;
  margin-top: 10px;
}

.cta-box {
  margin-top: 30px;
}

.btn-yellow {
  background: #fcd900;
  color: #d60000;
  font-weight: bold;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
}
.btn-yellow:hover {
 background: #FBE116;
 
}


.btn-blue {
  background: #2b1e92;
  color: #fcd900;
  font-weight: bold;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  margin-left: 15px;
}
.btn-blue:hover {
  background: #3C2B99;
 
}

@media (max-width: 768px) {

  .key-point span{
  color: #646464;
font-family: "Be Vietnam Pro";
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

  .stats-box {
  margin-bottom: 20px;
}

.stats-box h3 {
  font-size: 1.5rem;
}
.stats-box p{
  font-size: 1rem;
}


  .btn-yellow {

  padding: 10px 5px;

}

.btn-blue{
    padding: 10px 5px;

}



.key-point {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 5px 2px;
  border-radius: 12px;

  transition: 
    background 0.35s cubic-bezier(.4,0,.2,1),
    transform 0.25s cubic-bezier(.4,0,.2,1),
    box-shadow 0.35s cubic-bezier(.4,0,.2,1);
  cursor: pointer;
}

  .why-choose {
  background-color: #eaf0ff;
  padding: 15px 5px;
  color: #333;
}

  .why-choose .red {
  font-size: 1.3rem !important;
}

  .why-choose .blue {
  font-size: 1.1rem !important;
}
  .key-point {
    flex-direction: row;
  }

  .cta-box {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .btn-blue {
    margin-left: 0;
  }
}





.new_card_college-section {
  background: linear-gradient(135deg, #c60000 0%, #8b0000 50%, #4a0080 100%);
  padding: 40px 20px;
  color: white;
  min-height: 80vh;
}

.new_card_college-section h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
  color: #ff6b6b;
  font-size: 2.5rem;
}

.new_card_state-list {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 20px;
  backdrop-filter: blur(10px);
}

.new_card_state-list li {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.new_card_state-list li:hover {
  transform: translateX(10px);
  color: #ffeb3b;
}

.new_card_state-list li span {
  color: #ffeb3b;
  font-weight: bold;
  margin-right: 10px;
}

.new_card_search-container {
  position: relative;
  max-width: 400px;
  margin-bottom: 20px;
}

.new_card_search-input {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  padding: 12px 50px 12px 20px;
  color: white;
  font-size: 1rem;
  width: 100%;
  backdrop-filter: blur(10px);
}

.new_card_search-input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.new_card_search-input:focus {
  outline: none;
  border-color: #ffeb3b;
  box-shadow: 0 0 20px rgba(255, 235, 59, 0.3);
}

.new_card_search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 1.1rem;
  cursor: pointer;
}

.new_card_filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.new_card_filter-btn {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.new_card_filter-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  color: white;
  transform: translateY(-2px);
}

.new_card_filter-btn i {
  margin-right: 5px;
}

.new_card_college-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  transition: all 0.3s ease;
  height: auto;
}

.new_card_college-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.new_card_college-content {
  display: flex;
  align-items: stretch;
  min-height: 140px;
}

.new_card_college-logo {
  width: 120px;
  min-width: 120px;
  background: linear-gradient(135deg, #ffeb3b, #ff9800);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.new_card_college-logo img {
  max-width: 60px;
  max-height: 60px;
  z-index: 2;
}

.new_card_college-logo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
}

.new_card_college-details {
  padding: 15px;
  color: #2d2d2d;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.new_card_college-details h5 {
  color: #4a0080;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.new_card_college-details p {
  margin-bottom: 5px;
  font-size: 0.85rem;
}

.new_card_college-details .new_card_established {
  color: #666;
  font-style: italic;
  font-size: 0.8rem;
}

.new_card_college-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.new_card_college-info-item i {
  margin-right: 6px;
  color: #4a0080;
  width: 14px;
  font-size: 0.8rem;
}

.new_card_college-info-item span {
  font-size: 0.8rem;
}

.new_card_college-footer {
  background: linear-gradient(135deg, #c60000, #8b0000);
  color: white;
  font-size: 0.8rem;
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}

.new_card_college-footer i {
  margin-right: 5px;
}

.new_card_college-actions {
  display: flex;
  /* padding: 10px 15px; */
  gap: 8px;
}

.new_card_btn-visit {
  background: #4a0080;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
  flex: 1;
  font-size: 0.85rem;
}

.new_card_btn-visit:hover {
  background: #3a0060;
  transform: translateY(-2px);
}

.new_card_btn-apply {
  background: #1e88e5;
  color: white;
  border: none;
  padding: 8px 52px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
  flex: 1;
  font-size: 0.85rem;
  max-width:300px;
}

.new_card_btn-apply:hover {
  background: #1565c0;
  transform: translateY(-2px);
}

.new_card_view-all-link {
  text-align: center;
  margin-top: 30px;
}

.new_card_view-all-link a {
  color: #ffeb3b;
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.new_card_view-all-link a:hover {
  color: white;
  text-shadow: 0 0 10px rgba(255, 235, 59, 0.5);
}

.new_card_learn-more-link {
  color: #ffeb3b;
  text-decoration: underline;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.new_card_learn-more-link:hover {
  color: white;
  text-shadow: 0 0 10px rgba(255, 235, 59, 0.5);
}

/* Responsive Design */
@media (max-width: 768px) {
  .new_card_college-section {
    padding: 40px 10px;
  }

  .new_card_college-section h2 {
    font-size: 2rem;
  }

  .new_card_state-list li {
    font-size: 1.1rem;
  }

  .new_card_filter-buttons {
    justify-content: center;
  }

  .new_card_filter-btn {
    padding: 8px 15px;
    font-size: 0.9rem;
  }

  .new_card_college-card {
    margin-bottom: 20px;
  }

  .new_card_college-actions {
    /* flex-direction: column; */
    /* gap: 6px; */
  }

  .new_card_btn-visit,
  .new_card_btn-apply {
    padding: 10px;
    font-size: 0.8rem;
  }

  .new_card_college-content {
    flex-direction: column;
    min-height: auto;
  }

  .new_card_college-logo {
    width: 100%;
    min-width: auto;
    height: 80px;
  }

  .new_card_college-logo img {
    max-width: 40px;
    max-height: 40px;
  }

  .new_card_college-details {
    padding: 10px;
  }

  .new_card_college-details h5 {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .new_card_college-section h2 {
    font-size: 1.8rem;
  }

  .new_card_state-list {
    padding: 15px;
  }

  .new_card_state-list li {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .new_card_search-input {
    padding: 10px 40px 10px 15px;
    font-size: 0.9rem;
  }

  .new_card_filter-btn {
    padding: 6px 12px;
    font-size: 0.8rem;
  }

  .new_card_college-details {
    padding: 12px;
  }

  .new_card_college-details h5 {
    font-size: 0.95rem;
  }

  .new_card_college-footer {
    padding: 8px 12px;
    font-size: 0.75rem;
  }

  .new_card_college-actions {
    /* padding: 8px 12px; */
  }

  .new_card_college-content {
    flex-direction: column;
    min-height: auto;
  }

  .new_card_college-logo {
    width: 100%;
    min-width: auto;
    height: 70px;
  }

  .new_card_college-logo img {
    max-width: 35px;
    max-height: 35px;
  }


.highlight-red {
color: #E13F31;
font-family: Poppins;
font-size: 1.6rem !important;
font-style: normal;
font-weight: 600;
}

.highlight-blue {
 color: #3C2B99;
font-family: poppins;
font-size: 1.6rem !important;
font-style: normal;
font-weight: 600;

}

.query-button {
font-size: 12px;
  padding: 2px 2px !important;
  border: none;
  border-radius: 0px !important;
  border-end-end-radius: 12px !important;
  border-top-right-radius: 12px !important;
}


.query-input {

  padding: 2px 2px !important;

}


}





.highlight-red {
color: #E13F31;
font-family: Poppins;
font-size: 44px;
font-style: normal;
font-weight: 600;
/* line-height: 54px;  */
letter-spacing: 0.44px;
}

.highlight-blue {
 color: #3C2B99;
font-family: poppins;
font-size: 44px;
font-style: normal;
font-weight: 600;
/* line-height: 54px; */
letter-spacing: 0.44px;
}

.info-card {
  background: white;
  border-radius: 16px;
  padding: 25px;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
}

.nav-link:focus{
  color: #ffffff !important;
}

.contact-query-section {
 background: linear-gradient(90deg, #C41000 0%, #0E005A 100%);
}

.query-form {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 16px;
border: 1px solid rgba(255, 255, 255, 0.20);
}

.query-input {
  flex: 1;
  min-width: 220px;
  max-width: 400px;
  border-radius: 12px;
  /* padding: 12px 16px; */
  border: 1px solid #ccc;
}

.query-form input::placeholder{
  color: #ffffff;
}

.query-button {
  padding: 12px 10px;
  color: white;
  border: none;
  border-radius: 0px !important;
  border-end-end-radius: 12px !important;
  border-top-right-radius: 12px !important;
background: #E9A516;
box-shadow: 0px 2px 4px 0px rgba(138, 92, 0, 0.32), 0px 0px 0px 2px rgba(255, 182, 37, 0.16);

}

.query-button:hover {
background: #f6af15;
  /* color: black; */
  box-shadow: 0px 2px 4px 0px rgba(138, 92, 0, 0.32), 0px 0px 0px 2px rgba(255, 182, 37, 0.16);
}





.footer-section {
  background-color: #3C2B99;
  color: #ffffff;
}

.footer-section h6 {
  color: #8ed8ff;
  font-weight: 600;
}

.footer-section a {
  color: #ffffff;
  text-decoration: none;
}

.footer-section .form-control {
  /* border: 2px solid #ff5b39; */
  border-radius: 4px;
}

.form-control:focus {
  box-shadow: none !important;
}

.footer-section .btn-light {
  /* border: 2px solid #ff5b39; */
  color: #3C2B99;
}

.social-icons i {
  font-size: 20px;
  color: #fff;

}




.college-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,92,146,0.1);
    padding: 10px;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e3f0ff;
}

.college-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,92,146,0.15);
}

.college-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.college-header img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-right: 12px;
    object-fit: cover;
}

.college-title {
    font-size: 12px;
    font-weight: 600;
    color: #005C92;
    margin-bottom: 4px;
    line-height: 1.3;
}

.college-location {
    font-size: 12px;
    color: #666;
}

.college-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 12px;
}

.college-info {
    margin-bottom: 16px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    padding: 4px 0;
}

.info-label {
    font-size: 13px;
    color: #000000;
    font-weight: 700;
    flex: 1;
}

.info-value {
    font-size: 11px;
    color: #333;
    font-weight: 600;
    flex: 1;
    text-align: right;
}

.college-type {
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.college-type.government {
    background: #e8f5e8;
    color: #2e7d32;
}

.college-type.private {
    background: #fff3e0;
    color: #f57c00;
}

.college-buttons {
    display: flex;
    gap: 8px;
}

.college-buttons .btn {
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-primary {
    border: 1px solid #005C92;
    color: #005C92;
    background: transparent;
}

.btn-outline-primary:hover {
    background: #005C92;
    color: white;
}

.btn-apply {
    background: #EA6124;
    color: white;
    border: 1px solid #EA6124;
}

.btn-apply:hover {
    background: #d55620;
    border-color: #d55620;
}

@media (max-width: 768px) {
    .college-card {
        padding: 12px;
    }
    
    .college-title {
        font-size: 13px;
    }
    
    .college-img {
        height: 100px;
    }
    
    .info-label,
    .info-value {
        font-size: 10px;
    }

     .feature-box {
      padding: 2px !important;
     }
}






/* css for card */


/* Add to your CSS file or <style> section */

.college-cards-scroller-wrapper {
  width: 100%;
  max-height: 600px; /* Adjust as needed */
  overflow-y: auto;
  overflow-x: hidden;
  /* padding-right: 8px; */


}

.college-cards-scroller {
  display: flex;
  flex-direction: column; /* Stack cards vertically */
  gap: 24px;
  padding-bottom: 10px;
   padding-top: 10px;
}

.college-card-block {
  width: 100%;
  max-width: 100%;
}

.college-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  padding: 18px 16px 16px 16px;
  margin-bottom: 0;
  transition: transform 0.25s cubic-bezier(.4,0,.2,1), box-shadow 0.25s cubic-bezier(.4,0,.2,1);
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



.college-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.college-header img {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  object-fit: contain;
  background: #f7f7f7;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.college-title {
  font-weight: 700;
  font-size: 1.08rem;
  color: #2d2d2d;
  margin-bottom: 2px;
}

.college-location {
  font-size: 0.97rem;
  color: #6c757d;
}

.college-info {
  margin: 10px 0 0 0;
}

.info-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.97rem;
  margin-bottom: 4px;
}

.info-label {
  color: #888;
  font-weight: 500;
}

.info-value {
  color: #222;
  font-weight: 600;
}

.college-type.government {
  color: #388e3c;
}

.college-type.private {
  color: #e65100;
}

.new_card_college-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.new_card_btn-visit,
.new_card_btn-apply {
  flex: 1;
  padding: 10px 10px;
  border-radius: 6px;
  border: none;
  font-weight: 600;
  font-size: 0.98rem;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  cursor: pointer;
}

.new_card_btn-visit {
  background: #4a0080;
  color: #fff;
}

.new_card_btn-visit:hover {
  background: #2d004d;
}

.new_card_btn-apply {
  background: #1e88e5;
  color: #fff;
}

.new_card_btn-apply:hover {
  background: #1565c0;
}

.college-cards-scroller-wrapper {
  scrollbar-width: thin;
  scrollbar-color: #4a0080 #f0f0f0;
}
.college-cards-scroller-wrapper::-webkit-scrollbar {
  width: 8px;
}
.college-cards-scroller-wrapper::-webkit-scrollbar-thumb {
  background: #4a0080;
  border-radius: 4px;
}

/* Responsive: stack cards on mobile */
@media (max-width: 600px) {
  .college-card-block {
    flex: 0 0 85vw;
    max-width: 85vw;
  }
}



.state-filter:hover{
  color: yellow !important;
  cursor: pointer;
}



#stateFilterList .state-filter.active-state {
  color: yellow !important;
  font-weight: bold;
 
}






 .feature-box {
      text-align: center;
      padding: 10px;
      border-radius: 12px;
      transition: all 0.3s ease;
    }



    .feature-box:hover {
      /* background-color: #f0f8ff; */
      transform: translateY(-3px);
    }

    .feature-title {
      font-size: 1rem;
      color: #005C92;
      font-weight: 500;
      
    }

    .features-section {
      background-color: #E1EEFF;
      /* padding: 40px 7px; */
    }
 



    .carousel-indicators [data-bs-target] {
     background-color: #011e63 !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;

}


.carousel-indicators {

    margin-bottom: -2rem !important;

}



 .carousel-control-prev-icon {
border-radius: 50%;
    background-color: #011e63 !important;
    color: #011e63 !important;
    margin-right: 60px !important;
      padding: 5px !important;
    padding-right: 10px !important;

   
}



.carousel-control-prev {
    left: -16px !important;
}
.carousel-control-next {
    right: -16px !important;
}
.carousel-control-next-icon{
  border-radius: 50%;
  background-color: white;
  color: #011e63;
  margin-left: 60px !important;
}



.carousel-control-icon2{
  border-radius: 50%;
  background-color: white !important;
  color: lightgray !important;
  margin-left: 65% !important;
  padding: 5px 10px !important;
  font-weight: 800 !important;
}


.carousel-control-icon3{
  border-radius: 50%;
  background-color: white !important;
  color: lightgray !important;
  margin-right: 65% !important;
  padding: 5px 10px !important;
    font-weight: 800 !important;
}



/* Add this CSS for a cool looking "Learn More" button */
.learn-more-btn {
    background: linear-gradient(90deg, #002065 0%, #AE1305 100%);
    color: #fff;
    font-weight: 600;
    padding: 8px 20px;
    border: none;
    border-radius: 30px;
    box-shadow: 0 4px 16px rgba(174, 19, 5, 0.15);
    font-size: 12px;
    letter-spacing: 1px;
    transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}





/* Typewriter Notice Styles */
.typewriter-notice {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    padding: 8px 15px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    display: flex;
    align-items: center;
}

.notice-badge {
    background: #0B014D;
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    margin-right: 10px;
    letter-spacing: 0.5px;
    animation: pulse 1.5s infinite;
}

.typewriter-text {
    color: #002065;
    font-weight: 500;
    font-size: 14px;
    min-height: 20px;
    position: relative;
}

.typewriter-text::after {
    content: "|";
    position: absolute;
    right: -2px;
    color: #AE1305;
    font-weight: bold;
    animation: blink 0.7s infinite;
}

.typewriter-text2 {
    color: #002065;
    font-weight: 500;
    font-size: 14px;
    min-height: 20px;
    position: relative;
}

.typewriter-text2::after {
    content: "|";
    position: absolute;
    right: -2px;
    color: #AE1305;
    font-weight: bold;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@media (max-width: 768px) {
    .d-flex.justify-content-start {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .typewriter-notice {
        margin-top: 10px;
        margin-left: 0 !important;
        width: 100%;
        max-width: 100%;
    }
}



