
.hero .img-fluid {
    max-height: 580px;
}

.stats-grid{
    box-shadow: .0 4px 15px rgba(0,0,0,0.08);
    border-radius: 12.5px;
}

.divider {
    width: 1px;
    height: 40px;
    background: #ccc;
}

.stat {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 5px;
}

/* Features Section */
.features{
    z-index: 2;
}

.features .feature-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features .feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.features .icon-circle {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
/* No Books Section */
.no-books {
  background: var(--color-light); /* Light Gray #F7F9FB for separation */
}

.no-books-box {
  position: relative;
}

.no-books-title {
  display: inline-flex;
  align-items: center;
}

.no-books img {
  max-width: 280px;
  margin: -1rem auto 0 auto;
  display: block;
}


.course-card {
  border-radius: 12px;
  background: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
}

.course-banner a{
    height: 175px;
    display: block;
}

.border-bottom-peach{
    border-bottom: 8px solid var(--color-peach);
}

.shadow-sm.course-card{
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.2) !important;
}

.small-icons{
    width: 12px;
    height: 12px;
    object-fit: contain;
    margin-right: 5px;
}

.course-details{
    justify-content: space-between;
    height: calc(100% - 175px);
}
.course-banner img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 175px;
  object-fit: cover;
}

.heading-underline {
  display: block;
  height: 4px;
  width: 60%;
  margin: 8px auto 0;
  border-radius: 2px;
}

.test-series .card{
    border: 1px solid rgba(212, 207, 202, 1) !important;
}



.waf-frame {
    border: 2px solid var(--color-dark);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
    transition: box-shadow .18s ease;
    /* no translate bounce */
}

.waf-figure {
    position: relative;
    margin: 0;
    height: 275px;
}

@media (max-width: 768px) {
  .stat-box {
    min-width: 120px;
    padding: 0.8rem 1rem;
  }
}
