.balpuraskar-section {
  background-color: #fff;
  font-family:  "OpenSans-Regular";
}

/* Title: Pradhan Mantri + Rashtriya Bal Puraskar */
.balpuraskar-title {
  
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0;
}

.balpuraskar-highlight {
  color: #F58634;
  display: block;
  margin-bottom: 0;
  line-height: 44px;
}

.balpuraskar-main {
  color: #001A53;
  display: block;
  margin-top: 12px;
  line-height: 44px;
}

/* Subtitle: Ministry text */
.balpuraskar-subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  margin-top: 1rem;
  color: #181818;
}

/* Description paragraph */
.balpuraskar-description {
   font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #5C5C5C;
  max-width: 800px;
  margin-top: 1rem;
}

/* Nomination Box */
.balpuraskar-nominate-box {
   
  background-image:Layer;
  background-color: #001A53;
  color: #fff;
  border-radius: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  width: 240px;
  height: 260px;
  margin: 0 auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);

  /* Center content vertically */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ✅ New class to add spacing between text and button */
.balpuraskar-nominate-text {
  margin-bottom: 20px;
  line-height: 1.4;
}

/* Nominate Link */
.balpuraskar-nominate-link {
  background-color: white;
  color: #001f5c;
  font-weight: bold;
  padding: 10px 20px;
  margin-top: 40px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;

  /* Ensure link text stays visible */
  white-space: nowrap;
  overflow: visible;
  text-overflow: unset;
  max-width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* Video Cards */
.balpuraskar-video-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.balpuraskar-video-img {
  width: 100%;
  height: auto;
}

.balpuraskar-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: red;
  text-decoration: none;
}

.balpuraskar-duration {
  position: absolute;
  bottom: 10px;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9rem;
}
.balclose{
  position: absolute;
  top: -10px;
    right: -10px;
    padding: 2px 10px;
    background-color: #fff;
    color: #001A53;
    border-color: #001A53;
    outline: none;
    border-radius: 25px;
    border-style: none;
    z-index: 9;
}



/* ------------------ Responsive Media Queries ------------------ */

/* Mobile Devices (up to 575px) */
@media (max-width: 575.98px) {
  .balpuraskar-nominate-box {
    width: 220px;
    height: 250px;
    font-size: 1.2rem;
    border-radius: 25px;
    padding: 20px;
  }

  .balpuraskar-nominate-link {
    padding: 8px 16px;
     margin-top: 40px;
    font-size: 0.85rem;
  }

  /* ✅ Mobile spacing tweak */
  .balpuraskar-nominate-text {
    margin-bottom: 16px;
  }
}

/* Tablets (576px to 768px) */
@media (min-width: 576px) and (max-width: 768.98px) {
  .balpuraskar-nominate-box {
    width: 230px;
    font-size: 1.4rem;
    border-radius: 35px;
    padding: 25px 20px 0 20px;
  }

  .balpuraskar-nominate-link {
    padding: 10px 20px;
     margin-top: 40px;
    font-size: 1rem;
  }
}

/* Small Desktops (769px to 992px) */
@media (min-width: 769px) and (max-width: 991.98px) {
  .balpuraskar-nominate-box {
    width: 240px;
    height: 260px;
    font-size: 1.5rem;
    border-radius: 40px;
    padding: 30px;
  }

  .balpuraskar-nominate-link {
    padding: 12px 24px;
     margin-top: 40px;
    font-size: 1.05rem;
  }
}
