/* Navbar Main */
.custom-navbar {
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    height: 80px;
    display: flex;
    align-items: center;
    z-index: 1000;
}

.navbar-container {
    height: 80px;
}

.sticky-top {
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
}

/* Logo */
.logo-img {
    width: 195px;
    height: auto;
}

/* Nav Links */
.nav-links .nav-link {
    color: #4B5563;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
    margin-right: 10px;
}

.nav-links .nav-link:hover {
    color: #001EFE;
}

/* Login Button */
.login-btn {
    padding: 6px 20px;
    background: #06A358;
    color: #ffffff;
    font-size: 14px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    white-space: nowrap;
    text-decoration: none;
}

.login-btn:hover {
    background: #001EFE;
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

/* Prodigy Logo */
.prodigy-logo {
    width: 145px;
    height: auto;
}

/* Mobile Menu Styling */

@media (max-width: 1200px) {

    .custom-navbar {
        height: 100%;
    }

    .navbar-collapse {
        background: #ffffff;
        padding: 20px;
        margin-top: 10px;
        border-top: 1px solid #f1f1f1;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    }
}

@media (max-width: 991px) {

    .custom-navbar {
        height: 100%;
    }

    .navbar-collapse {
        background: #ffffff;
        padding: 20px;
        margin-top: 10px;
        border-top: 1px solid #f1f1f1;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    }

    .nav-links {
        margin-bottom: 20px;
    }

    .nav-links .nav-link {
        padding: 10px 0;
        border-bottom: 1px solid #f5f5f5;
    }

    .navbar-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .login-btn {
        width: 100%;
        text-align: center;
        border-radius: 8px;
    }

    .prodigy-logo {
        width: 130px;
    }
}

/* header style end  */


/* main style  */

html {
    font-family: "Inter", sans-serif;
}

body {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", "Noto Sans", "Liberation Sans",
        Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji";
}

a {
    text-decoration: none;
    color: #001EFE;
}

a:hover {
    color: #06A358;
    transition: all 350ms ease-in-out;
}

.bi,
.si {
    display: inline-block;
    width: 1.1em;
    vertical-align: middle;
    position: relative;
    top: -0.15em;
    text-align: center;
    stroke-width: 0;
    overflow: visible;
}

.transition-all {
    transition: all 350ms ease-in-out;
}

li span {
    font-size: 17px;
}

/* to top btn start */
#to-top-btn {
    opacity: 0;
    pointer-events: none;
    transform: translateY(45px);
}

#to-top-btn.top-top-btn-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    z-index: 999;
}

.scroll_top_bfc_events_blog {
    background-color: #001EFE;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* to top btn end */



/* error 404 page style  */

.error_404_blog_bfc {
    font-size: 100%;
    line-height: 1.5;
    padding: 1% 0% !important;
}

.error_404_image {
    width: 30%;
}

.error-404 {
    margin-bottom: 2%;
}

.button_error_page {
    border: 0 !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    outline: transparent !important;
    padding: 10px 18px !important;
    text-align: center !important;
    transition: box-shadow .2s ease-in-out !important;
    background-color: #06A358 !important;
    border-radius: 25px;
    text-decoration: none;
    font-size: 15px;
}

/* error 404 style end */

/* footer style start */
.foot-logo {
    max-width: 260px !important;
}

.footer-section {
    background: linear-gradient(0deg, #CFE4F3 0%, #FAFAFA 68.29%);
    padding: 50px 0;
    color: #334155;
}

.footer-logo .logo-img {
    width: 220px;
    margin-bottom: 15px;
}

.footer-col {
    margin-bottom: 40px;
}

.section-heading {
    font-size: 16px;
    font-weight: 700;
    color: #44475B;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sub-title {
    font-size: 15px;
    font-weight: 700;
    color: #44475B;
    margin-top: 20px;
}

.footer-text p {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #44475B;
}

.footer-text a {
    color: inherit;
    text-decoration: none;
}

.footer-text a:hover {
    color: #001EFE;
}

.social-icons {
    margin-top: 30px;
}

.social-icons img {
    width: 36px;
    margin-right: 15px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.social-icons img:hover {
    transform: scale(1.1);
}

.quick-links {
    list-style: none;
    padding: 0;
}

.quick-links li {
    margin-bottom: 3px;
}

.quick-links a {
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s ease;
    color: #44475B;
}

.quick-links a:hover {
    color: #001EFE;
}

.footer-disclaimer {
    margin-top: 20px;
}

.footer-disclaimer h4 {
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-disclaimer p {
    font-size: 15px;
    color: #44475B;
}

.footer-bottom {
    margin-top: 19px;
    padding-top: 19px;
    border-top: 1px solid rgb(142 174 201 / 37%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    color: #44475B;
}

.footer-links a {
    margin-left: 20px;
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #001EFE;
}


@media screen and (max-width: 768px) {
    .section-heading {
        font-size: 15px;
    }

    .footer-text p {
        font-size: 14px;
        line-height: 1.1;
    }

    .section-heading {
        font-size: 15px;
    }

    .footer-col {
        margin-bottom: 10px;
    }

    .quick-links {
        margin-bottom: 0;
    }

    .social-icons {
        margin-top: 22px;
        margin-bottom: 16px;
    }
}

/* footer style end */

/* index style start */

main {
    background: #FAFAFA;
}

.events_banner_text h1 {
    text-align: center;
}

.events_banner_text {
    position: absolute;
    bottom: 10%;
    width: 100%;
}

.events_banner_text h1 {
    color: #fff !important;
    font-family: "Inter", sans-serif;
}

.events_banner {
    background-blend-mode: color-burn;
    background-image: url("../img/events-banners.webp") !important;
    background-color: rgba(48, 56, 94, 0) !important;
    background-repeat: no-repeat;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-blend-mode: color-burn;
}

@media (max-width: 768px) {
    .events_banner {
        height: 200px;
    }
}

.events_cards {
    overflow: hidden;
    padding: 10px 8px;
}

.events_post_date h5 {
    font-size: 14px;
    padding: 5px 0px;
    font-weight: 500;
    color: #001EFE;
    font-family: "Inter", sans-serif;
}

.events_post_title a h4 {
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 25px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.events_post_title p {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 22px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
}

.events_post_images {
    overflow: hidden;
}

.events_post_images a img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.event_title_header {
    font-family: "Inter", sans-serif;
    padding: 5px;
}

.hover_images_area {
    box-shadow: #10182817 0px 1px 3px 1px;
}

/* .hover_images_area:hover img {
    transform: scale(1.1);
    transition: 0.5s;
    background-color: #001efec4;
} */

.events_details_btn a {
    transition: 0.5s;
    font-family: "Inter", sans-serif;
    /* background-color: #06A358; */
    border: 1px solid #06A358;
    color: #06A358;
    border-radius: 15px;
    overflow: hidden;
}

.events_details_btn a:hover {
    background-color: #001EFE;
    color: #fff;
    transition: 0.5s;
    border: 1px solid #001EFE;
}

.border_btn {
    font-size: 13px;
    padding: 5px 10px;
    color: #fff;
    font-family: "Inter", sans-serif;
}

.hover_images_area:hover .border_btn {
    color: #fff !important;
    background-color: #001EFE;
    border: 1px solid #001EFE;
}

.hover_images_area:hover .events_post_title a h4 {
    color: #001EFE !important;
}

.events_banner_text h1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
    height: 1px;
    background-color: #06A358;
}

.events_banner_text h1::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 75px;
    height: 3px;
    background-color: #001EFE;
}

.pagination_bfc_events .pagination .page-item .page-link {
    color: #001EFE;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
    border: 1px solid #001EFE;
    border-radius: 15px;
    margin: 0 5px;
    transition: 0.5s;
}

.pagination_bfc_events .page-numbers:hover {
    background-color: #001EFE;
    color: #fff;
    transition: 0.5s;
}

.pagination_bfc_events .pagination .page-item.active .page-link {
    background-color: #001EFE;
    color: #fff;
    transition: 0.5s;
}

@media (min-width:768px) and (max-width: 1024px) {
    .events_post_images a img {
        height: 152px;
    }
}

@media (min-width:320px) and (max-width: 600px) {
    .events_post_images a img {
        height: 86px;
    }

    .events_post_title a h4 {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        margin: 0px;
    }

    .events_post_title p {
        margin: 0px;
        margin-top: 10px;
    }

    .events_details_btn a {
        padding: 5px !important;
        font-size: 10px;
    }
}

@media (max-width: 768px) {

/*     .events_post_title a h4 {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
    } */

    .border_btn {
        font-size: 12px;
        padding: 3px 9px;
    }

    .events_post_date h5 {
        font-size: 12px;
    }

    .pagination_bfc_events .pagination .page-item .page-link {
        color: #001EFE;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-weight: 500;
        padding: 5px 10px;
        border: 1px solid #001EFE;
        border-radius: 15px;
        margin: 0 5px;
        transition: 0.5s;
    }
}

.owl-item {
    margin: 20px 0px;
}

/* index style end */

/* single page style start */


.bfc_events_sidbar_sticky .searchform input {
    border-radius: 25px;
    background-color: #fff;
}

.bfc_events_sidbar_sticky .searchform button {
    border-radius: 25px;
    background-color: #06A358;
    color: #fff;
}

.bfc_events_sidbar_sticky .searchform button svg {
    color: #fff;
    font-size: 13px;
}

.searchform .form-control:focus,
.form-select:focus {
    border-color: unset;
    box-shadow: unset;
}

.searchform .form-control:focus {
    border-color: #06A358;
    box-shadow: unset;
}

.sr-only {
    display: none;
}

.events_single_heading h2 {
    font-size: 27px;
    font-family: "Inter", sans-serif;
    color: #44475B;
}

.events_single_paragraph p {
    font-size: 16px;
    color: #44475B;
    line-height: 25px;
}

.events_single_paragraph span {
    font-size: 16px;
    color: #44475B;
    line-height: 25px;
}

.bfc_events_sidbar_sticky {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    color: #44475B;
    top: 100px;
}

.bfc_events_sidbar_sticky .events_post_title a h4 {
    font-size: 17px;
    font-family: "Inter", sans-serif;
    color: #001EFE;
    line-height: 20px;
}

.bfc_events_sidbar_sticky .events_post_date h5 {
    font-size: 14px;
    padding: 5px 0px;
    font-weight: 500;
    color: #001EFE;
    font-family: "Inter", sans-serif;
}

.events_single_paragraph .collapsed {
    background-color: #001efece;
    color: #fff;
    font-size: 15px !important;
    font-family: "Inter", sans-serif;
}

.events_single_paragraph .collapsed:hover {
    background-color: #001efece;
    color: #fff;
    font-size: 15px !important;
    font-family: "Inter", sans-serif;
}

#sp-ea-324.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon {
    float: left;
    color: #fff;
    font-size: 15px;
}

#sp-ea-292.sp-easy-accordion>.sp-ea-single {
    background: #06A358;
    color: #fff;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    box-shadow: none;
}

#sp-ea-292.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon {
    float: left;
    color: #fff;
    font-size: 15px;
}

.sp-ea-one .sp-easy-accordion .ea-expand {
    background-color: #06A358 !important;
    color: #fff;
}

#sp-ea-299.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon {
    float: left;
    color: #fff;
    font-size: 16px;
}

/* single page style end */