.pricing-sec{
    padding:60px 0;
}
.pricing-content{
    max-width:750px;
    margin: 0 auto;
}
.pricing-content > .subtxt{
    text-align:center;
    color:#D7FB00;
}
.pricing-content > .rajdhani-txt{
    text-align:center;
}
.pricing-content > .title2{
    text-align:center;
    margin-bottom:30px;
}
.weekly-card {
  max-width:337px;
  margin: 0 auto;
}

.weekly-pass {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.membership-btn {
  margin-top: auto;
}
.weekly-pass {
  padding: 30px 25px;
  background:#202737;;
  border-radius: 16px;
}



.weekly-pass span {
  display: block;
  
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.fitness-option {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.fitness-option li {
  margin-bottom: 14px;
}

.fitness-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.weekly-card:hover .weekly-pass {
  opacity: 1;
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 20px 50px rgba(215, 251, 0, 0.35);
  z-index: 2;
}


@media (max-width: 991px) {
  .col-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}



/*.weekly-card{
    max-width:400px;
    background:#202737;
    border-radius:30px;
    margin: 0 auto;
}
.weekly-pass{
    padding:50px 10px 40px 40px;
    max-width:255px;
}
.pass-heading{
    font-size:20px;
    font-weight:bold;
    color:#fff;

}
.weekly-pass > span{
    font-size:35px;
    font-weight:500;
    color:#D7FB00;
    margin-bottom:20px;
}
.fitness-link > svg{
    margin-right:20px;
}*/