.elementor-7671 .elementor-element.elementor-element-5e30891{--e-image-carousel-slides-to-show:1;}/* Start custom CSS for image-carousel, class: .elementor-element-5e30891 */.swiper-slide img.swiper-slide-image {
    width: 100%;
}

.page-id-7671 section.main-banner {
    display: none;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-15273b9 */.pbx-webinar-card {

    margin-bottom: 30px !important;
}/* End custom CSS */
/* Start custom CSS */.page-id-7671  section.main-banner {
display: none !important;
}

.pbx-webinar-list{
    max-width:1400px;
    margin:auto;
    padding:20px;
}

.pbx-webinar-card{
    display:flex;
    background:#fff;
    border:1px solid #e7e7e7;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

/* IMAGE */

.pbx-speaker-image{
    width:180px;
    position:relative;
    flex-shrink:0;
}

.pbx-speaker-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.pbx-date-badge{
    position:absolute;
    top:0;
    left:0;
    width:58px;
    background:#0c4b33;
    color:#fff;
    text-align:center;
    padding:10px 5px;
    border-radius:0 0 8px 0;
    z-index:2;
}

.pbx-date-badge span{
    display:block;
    font-size:28px;
    font-weight:700;
    line-height:1;
}

.pbx-date-badge small{
    font-size:11px;
    line-height:1.4;
}

.pbx-live-tag{
    position:absolute;
    bottom:15px;
    left:12px;
    background:#0c4b33;
    color:#fff;
    padding:7px 14px;
    border-radius:4px;
    font-size:12px;
    font-weight:600;
}

/* CONTENT */

.pbx-webinar-content{
    flex:1;
    padding:25px;
    border-right:1px solid #eee;
}

.pbx-webinar-content h2{
    font-size:32px;
    line-height:1.3;
    color:#222;
    margin-bottom:15px;
    font-weight:700;
}

.pbx-category{
    display:inline-block;
    padding:8px 14px;
    border:1px solid #d7c7a3;
    border-radius:5px;
    color:#7f6530;
    font-size:13px;
    margin-bottom:15px;
}

.pbx-webinar-content h4{
    font-size:18px;
    margin:15px 0 5px;
    color:#222;
}

.pbx-designation{
    color:#666;
    margin-bottom:15px;
}

.pbx-description{
    color:#444;
    line-height:1.8;
    font-size:15px;
}

/* FEATURES */

.pbx-features-box{
    width:240px;
    padding:25px;
    border-right:1px solid #eee;
}

.pbx-features-box ul{
    list-style:none;
    margin:0;
    padding:0;
}

.pbx-features-box li{
    padding:12px 0;
    font-size:15px;
    color:#333;
    border-bottom:1px solid #f3f3f3;
}

.pbx-features-box li:last-child{
    border-bottom:none;
}

/* PRICE */

.pbx-price-box{
    width:220px;
    text-align:center;
    padding:25px;
}

.pbx-price-title{
    font-size:16px;
    font-weight:600;
    color:#333;
}

.pbx-price-box h3{
    font-size:48px;
    color:#0c4b33;
    margin:12px 0;
    font-weight:700;
}

.pbx-validity{
    display:block;
    color:#666;
    margin-bottom:20px;
    font-size:14px;
}

.pbx-book-btn{
    display:block;
    text-decoration:none;
    background:#0c4b33;
    color:#fff;
    padding:14px;
    border-radius:6px;
    font-weight:600;
    transition:.3s;
}

.pbx-book-btn:hover{
    background:#083423;
    color:#fff;
}

.pbx-regular-price{
    margin-top:18px;
    color:#555;
    font-size:14px;
}

/* MOBILE */

@media(max-width:991px){

    .pbx-webinar-card{
        flex-direction:column;
    }

    .pbx-speaker-image{
        width:100%;
        height:320px;
    }

    .pbx-features-box,
    .pbx-price-box{
        width:100%;
        border-right:none;
        border-top:1px solid #eee;
    }

    .pbx-webinar-content{
        border-right:none;
    }
}

@media(max-width:767px){

    .pbx-webinar-content h2{
        font-size:24px;
    }

    .pbx-price-box h3{
        font-size:40px;
    }
}/* End custom CSS */