

.session-pack-img-wraper {
    position: relative;
    width: 100%;
    height: 100%;
}

.sessions-card {
    border-radius: 30px;
    height: 250px;
    margin-top: -14px;
    box-shadow: 0px 3px 35px -22px rgba(40, 183, 235, 1);
    cursor: pointer;
}

.sessions-card .details {
    border-top: 1px solid #fff;
    text-align: left;
    font-size: 13px;
    padding-top: 7px;
    margin-top: 7px;
    justify-content: space-between;
}

.booking-events-swiper .swiper-slide{
    width: 250px;
}

.booking-events-swiper .swiper-wrapper{
    margin: 25px 0;
        justify-content: center;
            gap: 50px;
    flex-wrap: wrap;
    
}
.booking-events-swiper  {
    overflow: hidden;
}
.session-pack-info h5,
.summary-pack-title h5{
    font-weight: 600;
    margin-bottom: 6px;
    text-align: center;
}

.sessions-card .price-info{
font-weight: 600;
color: var(--blue-color);
text-align: center;
}

.session-pack-info,
.summary-pack-title {
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), rgba(17.53, 17.53, 17.53, 0.50);
    color: #fff;
    padding: 15px;
    width: 100%;
    font-size: 14px;
    border-radius: 0 0 30px 30px;
}

.swiper-wrapper .swiper-slide:has(input[type="radio"]:checked) .sessions-card {
    outline: 4px solid var(--blue-color);
    filter: brightness(1);
}
.swiper-wrapper:has(input[type="radio"]:checked) .sessions-card {
    filter: brightness(0.7);
}
.summary-image img.session-pack-img{
    object-fit: cover;
    border-radius: 30px;
    height: 100%;
}
.summary-image .session-pack-img-wraper {
        width: 250px;
    height: 250px;
    margin: 0 auto;
}

.summary-content {
    display: flex;
    justify-content: space-between;
    text-align: left;
    gap: 7%;
    align-items: initial;
}

.radio-session-pack-input {
    display: none;
}
.radio-session-pack-input {
    margin-left: -9px;
}
.swiper-slide input.radio-session-pack-input:checked + label::before {
    background-color: var(--blue-color);
    border-color: var(--blue-color);
    box-shadow: inset 0 0 0 4px white;
}

.time-card .price-info{
    min-height: 25px;
}

#event-time-slots{
    max-width: 920px;
    margin: 10px auto;
}