/* LP Scholarship  Section css Start*/
 .lpu-banner-container {
            background-color: #fceeb5;
            border: 1px solid #333;
            border-radius: 15px;
            padding: 15px 40px;
            display: flex;
            justify-content: space-between;
            /* Spreads items out */
            align-items: center;
            /* Vertically centers items */
            gap: 20px;
            width: 100%;
            max-width: 1100px;
            /* Prevents it from getting too wide on huge screens */
            margin: 0 auto;
            /* Centers the banner on the page */

        }

        /* --- Text Styling --- */
        .banner-text {
            font-size: 22px;
            font-weight: 900;
            /* Extra bold */
            color: #000;
            flex: 1;
            /* Allows text to take available space */
            white-space: nowrap;
            /* Tries to keep text on one line if possible */
        }

        /* --- Logo Styling --- */
        .banner-logo {
            flex: 1;
            display: flex;
            justify-content: center;
        }

        .banner-logo img {
            max-height: 60px;
            /* Limits logo height so it fits */
            width: auto;
            object-fit: contain;
        }

        /* --- Button Styling --- */
        .banner-cta {

            display: flex;
            justify-content: flex-end;
            /* Aligns button to the right */
        }

        .apply-btn-nest {
            background-color: #000;
            color: #fff;
            text-decoration: none;
            padding: 12px 30px;
            border-radius: 10px;
            /* Pill shape for button */
            font-weight: bold;
            font-size: 18px;
            transition: background-color 0.3s ease;
            white-space: nowrap;
        }

        .apply-btn-nest:hover {
            background-color: #333;
            /* Dark grey on hover */
        }

       

        @media (max-width: 900px) {
            .lpu-banner-container {
                flex-direction: column;
                /* Stack vertically */
                border-radius: 20px;
                /* Less rounded corners on mobile */
                padding: 30px 20px;
                text-align: center;
            }



            .banner-text {
                white-space: normal;
                /* Allow text to wrap on mobile */
                margin-bottom: 20px;
                font-size: 20px;
                text-align: center;
            }

            .banner-logo {
                margin-bottom: 20px;
                width: 100%;
            }

            .banner-logo img {
                max-height: 80px;
                /* Slightly larger logo on mobile stack */
            }

            .banner-cta {
                justify-content: center;
                /* Center button on mobile */
                width: 100%;
            }

            .apply-btn-nest {
                width: 100%;
                /* Full width button on mobile feels better */
                text-align: center;
                max-width: 300px;
            }
        }
    
        .brand .announcement-bar {
            background: #080708 !important;
            color: #ffffff !important;
        }

        .brand .announcement-bar .topbar-slider a {
            color: #ffffff !important;
        }
.scholarships-upto {
            border-top: 1px solid #252525;
            border-bottom: 1px solid #252525;
            font-size: 35px;
            padding-top: 10px;
            padding-bottom: 10px;
            display: inline;
            font-weight: 400;
        }

        /* --- Mobile Responsiveness --- */

      
.lp-scholarship {
  background: #fff8f2;
  width: 100%;
  padding: 80px 0;
  position: relative;
}

.lp-scholarship::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(26, 26, 46, 0.1),
    transparent
  );
}

.lp-scholarship .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.lp-scholarship .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.lp-scholarship .section-title {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.lp-scholarship .section-description {
  max-width: 900px;
  margin: 20px auto 60px;
  font-weight: 500;
}

.lp-scholarship .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
  margin-bottom: 80px;
}

.lp-scholarship .stat-card {
  background: white;
  padding: 40px 32px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ffd966, #ff9966);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.lp-scholarship .stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.lp-scholarship .stat-card:hover::before {
  transform: scaleX(1);
}

.lp-scholarship .stat-value {
  font-size: 45px;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.lp-scholarship .stat-label {
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1a1a2e;
  margin-bottom: 8px;
}

.lp-scholarship .stat-description {

  font-size: 0.9rem;
}

.lp-scholarship .currency {
  font-size: 0.5em;
  margin-right: 4px;
}

.lp-scholarship .categories-header {
  text-align: center;
  margin-bottom: 50px;
}

.lp-scholarship .categories-title {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a2e;
}

.lp-scholarship .categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  margin-bottom: 48px;
}

.lp-scholarship .category-card {
  padding: 20px;
  border-radius: 24px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
}

.lp-scholarship .category-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.lp-scholarship .category-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.lp-scholarship .category-card:hover::after {
  opacity: 1;
}

.lp-scholarship .category-card.academic {
  background: #ffd966;
}

.lp-scholarship .category-card.entrance {
  background: #fff4cc;
}

.lp-scholarship .category-card.merit {
  background: #fff9e6;
}

.lp-scholarship .category-card.financial {
  background: #fffbf0;
}

.lp-scholarship .category-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.lp-scholarship .category-icon svg {
  width: 100%;
  height: 100%;
}

.lp-scholarship .category-header {
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.lp-scholarship .category-title {
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 4px;
  line-height: 1.3;
}

.lp-scholarship .category-list {
  list-style: none;
  position: relative;
  z-index: 1;
}

.lp-scholarship .category-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;

  font-size: 0.95rem;
  line-height: 1.5;
  transition: all 0.3s ease;
}

.lp-scholarship .category-list li:hover {
  transform: translateX(4px);
  color: #1a1a2e;
}

.lp-scholarship .category-list li::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  background: rgba(26, 26, 46, 0.9);
  color: white;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 2px;
}

.lp-scholarship .disclaimer {
  text-align: center;

  font-size: 0.875rem;
  line-height: 1.6;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  opacity: 0.8;
}

.lp-scholarship .note {
  text-align: right;

  font-size: 0.8rem;
  font-style: italic;
  margin-top: -48px;
  margin-bottom: 60px;
  opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .lp-scholarship {
    padding: 60px 0;
  }

  .lp-scholarship .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 60px;
  }

  .lp-scholarship .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .lp-scholarship .category-card {
    padding: 36px 28px;
  }

  .lp-scholarship .note {
    margin-top: -36px;
    margin-bottom: 48px;
  }
}

@media (max-width: 640px) {
  .lp-scholarship .lp-scholarship {
    padding: 48px 0;
  }

  .lp-scholarship .container {
    padding: 0 20px;
  }

  .lp-scholarship .section-header {
    margin-bottom: 40px;
  }

  .lp-scholarship .section-description {
    margin-bottom: 40px;
  }

  .lp-scholarship .stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 48px;
  }

  .lp-scholarship .stat-card {
    padding: 32px 24px;
  }

  .lp-scholarship .categories-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lp-scholarship .category-card {
    padding: 32px 24px;
  }

  .lp-scholarship .category-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .lp-scholarship .categories-header {
    margin-bottom: 36px;
  }

  .lp-scholarship .note {
    margin-top: 0;
    margin-bottom: 32px;
    text-align: center;
  }

  .lp-scholarship .disclaimer {
    padding-top: 16px;
  }
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lp-scholarship .stat-card {
  animation: fadeInUp 0.6s ease backwards;
}

.lp-scholarship .stat-card:nth-child(1) {
  animation-delay: 0.1s;
}
.lp-scholarship .stat-card:nth-child(2) {
  animation-delay: 0.2s;
}
.lp-scholarship .stat-card:nth-child(3) {
  animation-delay: 0.3s;
}
.lp-scholarship .stat-card:nth-child(4) {
  animation-delay: 0.4s;
}

.lp-scholarship .category-card {
  animation: fadeInUp 0.7s ease backwards;
}

.lp-scholarship .category-card:nth-child(1) {
  animation-delay: 0.1s;
}
.lp-scholarship .category-card:nth-child(2) {
  animation-delay: 0.2s;
}
.lp-scholarship .category-card:nth-child(3) {
  animation-delay: 0.3s;
}
.lp-scholarship .category-card:nth-child(4) {
  animation-delay: 0.4s;
}

/* LP Scholarship  Section css end */
  @media (max-width: 1320px) {
            .scholarships-upto {
                display: block;
            }
        }
