#vlc > div.action-wraper.p-center > div.action-inner-wraper {
    background-color: #ffffff30;
}

#vlc > div.action-wraper.p-center > div.action-inner-wraper * {
    opacity: 1 !important;
}

/* ===== Cards ===== */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 280px;
  min-height: 320px;
  background: #fff;
  border: 1px solid rgba(58, 74, 99, 0.15);
  border-radius: 6px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  color: #3a4a63;
  font-family: system-ui, sans-serif;
  margin: 1rem;
  box-sizing: border-box;
}

/* Image container */
.card > div:first-child {
  background: linear-gradient(135deg, rgba(58, 74, 99, 0.95), rgba(40, 55, 80, 0.95));
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:rem;
  border-radius: 6px 6px 0 0;
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

/* Image */
.card > div:first-child img {
  max-height: 200px;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
  transition: transform 0.3s ease;
  margin: 0 auto;
  display: block;
}

.card:hover > div:first-child img {
  transform: scale(1.05);
}

/* Description container */
.card > :nth-child(2) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #fff;
  padding: 1rem 1.5rem 0.8rem 1.25rem; /* less bottom padding */
  flex-grow: 1;
  border-radius: 0 0 6px 6px;
  color: #3a4a63;
  box-sizing: border-box;
  position: relative;
}

/* Text wrapper inside description */
.card > :nth-child(2) > a {
  flex-grow: 1;
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Title */
.card > :nth-child(2) h4 {
  font-weight: 700;
  margin: 0 0 0.25rem 0;
  font-size: 1.1rem;
  color: #111;
}

/* Description text */
.card > :nth-child(2) p {
  font-weight: 400;
  font-size: 0.9rem;
  color: #7a8ba6;
  margin: 0;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: hori;
}

/* Three dots button container */
.card > :nth-child(2) > div {
  margin-left: 0.5rem;
  display: flex;
  align-items: flex-start;
}

/* Three dots button */
.card > :nth-child(2) button.btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #f0f3fa;
  border: none;
  color: #7a8ba6;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.card > :nth-child(2) button.btn:hover {
  background-color: #d9e0f7;
  color: #405a90;
}

/* Card hover effect */
.card:hover {
  box-shadow: 0 8px 24px rgba(40, 55, 80, 0.2);
  transform: translateY(-4px);
}

/* Active card highlight */
.card.Active,
.card.Active:hover {
  background: linear-gradient(45deg, #405a90, #7ea1d6);
  color: white !important;
  border-color: #405a90;
  box-shadow: 0 0 16px 4px #7ea1d6;
}

/* ===== Responsive adjustments ===== */
@media (max-width: 480px) {
  .card {
    width: 90vw;
    min-height: auto;
  }
  
  .card > div:first-child {
    height: 140px;
  }
  
  .card > div:first-child img {
    max-height: 120px;
  }
}/* ===== Navbar ===== */
.navbar-wrapper {
  background: linear-gradient(to bottom, rgba(58, 74, 99, 0.85), rgba(230, 240, 250, 0.3));
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-bottom: 1px solid rgba(58, 74, 99, 0.15);
  box-shadow: 0 6px 20px rgba(58, 74, 99, 0.15);
  padding: 0.8rem 1.2rem;
  border-radius: 0;
  color: #3a4a63;
}

.navbar-container {
  background: transparent;
  padding: 0;
}

.navbar-wrapper a,
.navbar-wrapper .nav-link {
  color: #3a4a63 !important;
  font-weight: 600;
  text-shadow: 0 0 1.5px rgba(0, 0, 0, 0.15);
}

.navbar-wrapper a:hover,
.navbar-wrapper .nav-link:hover {
  color: #2e3a54 !important;
}

/* ===== Buttons ===== */
.btn-light.vmiE5uZo6zxbg-Bq3BFVjg\=\= {
  background: rgba(230, 240, 250, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(58, 74, 99, 0.3);
  color: #3a4a63;
  box-shadow: 0 6px 16px rgba(58, 74, 99, 0.15);
  transition: all 0.3s ease;
  border-radius: 12px;
}

.btn-light.vmiE5uZo6zxbg-Bq3BFVjg\=\=:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(58, 74, 99, 0.3);
}



/* Pagination buttons */
._0WEoDJWwo1S8v2\+RKydAAg\=\= .btn {
  background: rgba(230, 240, 250, 0.4);
  border: none;
  color: #3a4a63;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 12px;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  box-shadow: none;
}

/* Active pagination button */
._0WEoDJWwo1S8v2\+RKydAAg\=\= .btn-primary {
  background: linear-gradient(45deg, #405a90, #7ea1d6);
  color: white;
  box-shadow: 0 0 20px 6px rgba(126, 161, 214, 0.7);
}

/* Pagination hover */
._0WEoDJWwo1S8v2\+RKydAAg\=\= .btn:hover:not(.btn-primary) {
  background: rgba(230, 240, 250, 0.7);
  color: #2e3a54;
  box-shadow: 0 6px 16px rgba(58, 74, 99, 0.3);
}