
.swiper2 {
  background-image: url('https://4bigha.com/wp-content/uploads/2024/11/Untitled-design-4.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.jv-cards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:25px;
  margin-top:40px;
}

.jv-card{
  background:#fff;
  padding:30px 25px;
  border-radius:16px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  transition:0.3s;
}

.jv-card h4{
  color:#0d47a1;
  margin-bottom:10px;
}

.jv-card p{
  color:#555;
  font-size:15px;
}

.jv-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(0,0,0,0.12);
}
