  .webinar-main-page {
    padding-top: 70px;
    font-family: 'Gilroy', sans-serif;
}


.webinar_0001_hero {
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%); */
   background-image: url("../../assets/img/webinars_icon_images/webinar-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.webinar_0001_hero_title {
    font-size: 64px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    line-height: 1 !important;
    font-family: Gilroy, sans-serif !important;
}

.webinar_0001_hero_subtitle {
    font-size: 20px;
    margin-bottom: 30px;
    color: white;
    padding: 1rem 0;
    font-family: Gilroy, sans-serif !important;
    line-height: 1.4;
}

.webinar_0001_form_container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 1rem;
    position: sticky;
    background: rgba(243, 246, 249, 0.15);
    padding: 15px;
    border-radius: 12px;
}

.webinar_0001_dropdown {
    flex: 0 0 190px;
    padding: 17px 10px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    color: #565656;
    text-align: center;
    font-family: Gilroy, sans-serif !important;
}

.webinar_0001_input {
    flex: 1;
    border-color: #bfbcbc;
    border-radius: 8px;
    font-size: 16px;
    border-width: 1px;
    padding: 17px 10px 17px 38px;
    font-family: Gilroy, sans-serif !important;
    color: #565656;
}

.webinar_0001_section {
    padding: 30px 0px;
    background-color: #f8f9fa;
}

.webinar_0001_section_title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
    color: rgb(49, 66, 89, 1);
}

.webinar_0001_section_desc {
    color: rgb(144, 146, 163, 1);

    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.webinar_0001_section_desc2 {
    font-size: 15px;
    color: rgb(49, 66, 89, 1);
    text-align: center;
    font-family: system-ui;
    font-weight: 400;
    margin: 45px 0 0;

}

.webinar_0001_section_desc3 {
    font-size: 15px;
    color: rgb(49, 66, 89, 1);
    text-align: center;
    font-family: system-ui;
    font-weight: 400;

}

.webinar_0001_card {
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid rgb(229, 231, 235, 1);
}

.webinar_0001_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
}

.webinar_0001_card_image {
    width: 100%;
    height: auto;
    background: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.webinar_0001_card_image img {
    border-radius: 12px;
    width: 100%;
}

/* .webinar_0001_card_badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: white;
            color: #333;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
        } */

/* .webinar_0001_card_date {
            position: absolute;
            bottom: 15px;
            left: 15px;
            background: rgba(255,255,255,0.95);
            padding: 8px 15px;
            border-radius: 5px;
            font-size: 13px;
            font-weight: 600;
            color: #333;
        } */

/* .webinar_0001_card_views {
            position: absolute;
            bottom: 15px;
            right: 15px;
            background: rgba(255,255,255,0.95);
            padding: 8px 15px;
            border-radius: 5px;
            font-size: 12px;
            color: #666;
        } */

.webinar_0001_card_content {
    padding: 15px 5px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.webinar_0001_card_title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}

.webinar_0001_card_speakers {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 20px;
    margin-top: auto;
}

.webinar_0001_card_link {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    font-size: 0.95rem;
}

.webinar_0001_card_link:hover {
    color: #764ba2;
}

.webinar_0001_filter_bar {
    margin-bottom: 30px;
    text-align: right;
}

.webinar_0001_filter_select {
    padding: .5rem;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    font-size: 14px;
    background-color: white;
    cursor: pointer;
    max-width: max-content;
    font-family: Gilroy, sans-serif;
    color: rgb(119 131 147);
}

.webinar_0001_view_more {
    text-align: center;
    margin-top: 40px;
}

.webinar_0001_view_more_link {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
}

.webinar_0001_view_more_link:hover {
    color: #764ba2;
}

@media (max-width: 768px) {
    .webinar_0001_hero_title {
        font-size: 1.8rem;
    }

    .webinar_0001_form_container {
        flex-direction: column;
    }

    .webinar_0001_dropdown {
        flex: 1;
    }

    .webinar_0001_section_title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .webinar-main-page {
        padding-top: 28px;
    }

    .webinar_0001_hero_title {
        font-size: 34px !important;
    }

    .webinar_0001_hero_subtitle {
        font-size: 16px;
        line-height: 1.4;
    }

    .webinar_0001_section_title {
        font-size: 30px;
    }

    .webinar_0001_section_desc {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .webinar_0001_hero {
        padding: 50px 0px;
    }

    .webinar_0001_section {
        padding: 40px 0px;
    }
}
.search_icon_0001_kdk{
color: #bfbcbc;
    position: absolute;
    left: 30px;
    top: 33px;
}
.error_message_content01{
        color: black;
    font-size: 16px;
    font-weight: 600;
}