
 .price-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
    
    
    
#top {
	height: 150px;
    background-color: #4DA8DA;

}
#top h4{
     padding-left: 5px;
    padding-right: 5px;
}
.pricing-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;

}
.pricing-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    text-align: center;
    padding: 30px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15);
}

.pricing-header {
    background: #007bff;
    color: #fff;
    padding: 20px;
    border-radius: 15px 15px 0 0;
    font-size: 20px;
    font-weight: bold;
}

.pricing-price {
    font-size: 32px;
    color: #007bff;
    font-weight: bold;
    margin: 15px 0;
}

.pricing-duration {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.pricing-features li {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
} 


.btn-gradient {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.btn-gradient:hover {
    background: linear-gradient(135deg, #0056b3, #003580);
    transform: scale(1.05);
}
.set-bg{
    padding-top: 220px;

}
    .gym-banner {
        position: relative;
        background-size: cover;
        background-position: center;
        height: 60vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: white;
        padding-top: 220px;
    }

     .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6); 
    }

    .content {
        position: relative;
        z-index: 2;
        max-width: 600px;
        margin-bottom: 100px;
    }

    .content h1 {
        font-size: 3rem;
        font-weight: bold;
        color: white;
    }

    .content p {
        font-size: 1.2rem;
        margin-bottom: 20px;
        color: white;

    }
    .btn {
        display: inline-block;
        padding: 12px 24px;
        background: #ff5733;
        color: white;
        font-size: 1rem;
        text-transform: uppercase;
        border-radius: 5px;
        text-decoration: none;
        transition: 0.3s ease;
    }

    .section-title p{
        color:black;
    }
  