* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background: #f8fbff;
}

.navbar {
    background-color: #f8fbff;
    border-bottom: 1px solid #e5e5e5;
}

.navbar-brand img {
    height: 34px;
}

.nav-link {
    font-weight: 600;
    color: #000;
    margin: 5px 7px;
    font-size: 13px;
}

.nav-link:hover {
    color: #d71920;
}

.nav-link.active {
    color: #d71920;
}

.login-btn {
    border: 1px solid #999;
    border-radius: 20px;
    padding: 6px 18px;
    font-weight: 500;
    background: #fff;
}

.login-btn:hover {
    background: #f1f1f1;
}

.hero_wrapper {
    padding: 50px 0;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.hero_wrapper h2 {
    font-size: 45px;
    line-height: 40px;
    font-weight: 400;
    color: #191b1f;
    display: flex;
    align-items: center;
    padding: 0 0 10px;
    justify-content: center;
}

.hero_wrapper h2 span {
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    margin: 0 4px;
}

.webinar_wrapper {
    margin: 60px 0;
    background: url(https://filebaba.com/_next/static/media/bg2.d7246037.webp);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.webinar_right {
    position: sticky;
    top: 100px
}

.webinar-card {
    border: 1px solid #e6eaf0;
    border-radius: 16px;
    padding: 24px;
    margin: 0 0 20px;
}

.webinar-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.webinar-tag {
    font-size: 14px;
    color: #6b7280;
}

.webinar-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    font-family: "DM Sans", sans-serif;
}

.webinar-desc {
    color: #4b5563;
    font-size: 13px;
}

.webinar-date {
    color: #6b7280;
    font-size: 14px;
}

.speaker-img {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #cbb7ff
}

.speaker-name {
    font-weight: 600;
    font-size: 12px;
    color: #5532a1;
}

.speaker-role {
    font-size: 11px;
    color: #696969;
    font-weight: 500;
}

.watch-btn {
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: 500;
    width: fit-content;
    font-size: 14px;
}

.watch-btn:hover {
    background-color: #532fa3;
}

.share-link {
    font-size: 11px;
    color: #6b7280;
    text-decoration: none;
    border: 1px solid #bfbacd;
    border-radius: 20px;
    padding: 2px 10px;
    color: #623fbc;
    font-weight: 600;
}

.share-link:hover {
    text-decoration: underline;
}

.divide_hr {
    margin: 20px 0 0;
    border-top: 1px solid #ccc;
    margin-top: 26px;
    text-align: center;
    border-image: linear-gradient(90deg, #dad7d7, #514444, #fff);
    border-image-slice: 1;
}



.category-filter {
    margin-bottom: 25px;
    padding: 15px;
}

.category-btn {
    margin: 0 5px 10px;
    padding: 4px 20px;
    border-radius: 20px;
    border: 1px solid #bfbacd;
    background: white;
    color: #5a6c7d;
    font-weight: 500;
    transition: all 0.3s ease;
}

.category-btn:hover,
.category-btn.active {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    border-color: #2575fc;
}

.pagination-container {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.pagination-btn {
    margin: 0 5px;
    padding: 8px 15px;
    border: 1px solid #dee2e6;
    background: white;
    color: #495057;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-btn:hover:not(.disabled) {
    background: #2575fc;
    color: white;
    border-color: #2575fc;
}

.pagination-btn.active {
    background: #5532a1;
    color: white;
    border-color: #5532a1;
}

.pagination-btn.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.no-webinars {
    text-align: center;
    padding: 50px;
    color: #6c757d;
    font-size: 18px;
}

.loading-spinner {
    text-align: center;
    padding: 50px;
    font-size: 18px;
    color: #6c757d;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    margin-bottom: 20px;
}

.form_image h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    font-family: "DM Sans", sans-serif;
    padding: 20px 0 0;
}

input::placeholder,
textarea::placeholder {
    font-size: 12px;
    height: 40px;
}

.submit_btn {
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: 500;
    width: fit-content;
    font-size: 14px;
    background: #5549a4;
    border: 1px solid #fff;
}


.webinar-section {
    background-color: #f1f3f5;
    border-radius: 20px;
    padding: 40px;
}

.stat-title {
       font-size: 50px;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.stat-text {
    font-size: 0.95rem;
    color: #6c757d;
}

.cta-btn {
    padding: 10px 28px;
    border-radius: 30px;
}

.webinar-image img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.host_title {
    font-size: 30px;
    line-height: 1.3;
    font-family: "DM Sans", sans-serif;
    padding: 0 0 20px;
    font-weight: 900;

}

.host_inner {
    min-height: 179px;
    border: 1px solid #e6eaf0;
    border-radius: 16px;
    padding: 16px;
    margin: 0 0 5px;
    box-shadow: rgb(0 0 0 / 3%) 0px 1px 4px;
    background: #fff;
}


.news-title {
    font-weight: 700;
}

.title-underline {
    width: 30px;
    height: 4px;
    background-color: #0d6efd;
    margin: 8px auto 30px;
    border-radius: 2px;
}

.news-item {
    padding: 20px 0;
    height: 100%;
}

.news-item h6 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
}

.news-thumb {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    object-fit: cover;
}

/* Grid borders */
.news-col {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.news-col:nth-child(3n) {
    border-right: none;
}

.news-col:nth-last-child(-n + 3) {
    border-bottom: none;
}

.news-item a {
    text-decoration: none;
    color: #000;
}

.menu li {
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #000;
    list-style: none;
}

.menu {
    margin: 0 0 25px 0;
    padding-left: 0px;
}

.menu li a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
}

.social-icon i {
    color: #000;
    margin: 20px 0 0;
}

.widget_title {
    color: #000000;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    font-family: "DM Sans", sans-serif;
}

.footer_desc {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    text-align: center;
}

.copyright-wrap {
    padding: 5.5px 0;
    border-top: 1px solid #444A56;
    background: white !important;
}

.copyright-layout p{
        color: #000000;
    font-size: 14px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
}

.footer-area{
      background: url(./assets_newportal/footer_bg.jpg);
    padding: 30px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.webinar-desc{
    display: none;
}

@media (max-width: 991px) {
    .news-col:nth-child(2n) {
        border-right: none;
    }

    .news-col:nth-child(3n) {
        border-right: 1px solid #e5e5e5;
    }

    .news-col:nth-last-child(-n + 3) {
        border-bottom: 1px solid #e5e5e5;
    }
}

@media only screen and (max-width:575px) {
    .speakers-container {
        margin-top: 30px;
    }

    .news-col {
        border-right: none !important;
    }
    .webinar-section{
        padding: 40px 0;
    }
    .webinar-title{
            font-size: 17px;
    }
}