@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype'); /* Path relative to your CSS file */
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: Poppins;
} 
body {
    font-family: Poppins;
}
.navbar {
    background-color: #f8f9fa;
}
.header_sec {
    color: rgb(255, 255, 255);
    background-color: #002B5C;
    border-bottom: 4px solid rgb(255, 222, 89);
}
.hero-section {
    text-align: center;
    padding: 50px 20px;
}
.hero-section h1 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 700;
    line-height: 82px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #004AAD;
}
.featured-post {
    background-color: #fff;
    padding: 64px;
    border-radius: 10px;
    margin: 10px 0px;
}
.card-title {
    color: #004AAD;
    font-weight: bold;
}
.footer {
    background-color: #004AAD;
    color: white;
    padding: 40px 0;
}
.footer a {
    color: #ffffff;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.filter-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.filter-section .form-control, .filter-section .form-select {
    width: 100%;
}
.filter-container {
    display: flex;
    gap: 15px;
    width: 100%;
}
.cta_section {
    padding: 50px 120px;
    background-color: #004AAD;
}
 h2.featured_heading {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #004AAD;
}
.trending_post{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1D2130;
    background-color: #eee;
    padding: 4px 12px;
}
.featured_text_container {
    margin: 24px 0px;
}

.custom_post_grid.card img {
    min-height: 256px;
    height: 256px;
}
.all_post_heading {
    text-align: center;
    margin-bottom: 60px;
}
.custom_post_grid a {
    text-decoration: none;
}
.view_more_btn button {
    color: #004AAD;
    padding: 16px 40px;
    border: 1px solid #004AAD;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    text-transform: uppercase;
    background: none;
}
.view_more_btn {
    margin: 50px 0px 20px;
}
.cta_section h2 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.go_back button {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    border: none;
    background: none;
    color: #004AAD;
    text-transform: uppercase;
}
.go_back {
    margin: 46px 0px;
}
header.entry-header {
    text-align: center;
}
.footer_Bg{
    padding-top: 40px;
    padding-bottom: 40px;
    background: rgb(12, 39, 84) !important;
    color: rgb(255, 255, 255);
}
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    background: #f8f9fa;
    padding: 10px 0;
    display: flex;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
}
.marquee-wrapper {
    display: flex;
    animation: marquee 40s linear infinite;
    width: max-content;
}
.marquee-wrapper img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.marquee-wrapper::after {
    content: "";
    display: flex;
}

.dropdown-item {
    padding: 0.5rem 1rem;
}
.nav-link {
    color: #fff;
}
ul.top_right_menu li a {
    font-size: 12px;
    padding: 0px 10px;
    margin-bottom: 0;
    line-height: 14px;
}
.btn-custom:hover {
    background-color: #0056b3;
}
footer.main_footer_sec .container-fluid {
    padding: 0px 30px;
}
.footer-menu li a:hover, .footer-menu li a:focus {
    color: #eee;
    text-decoration: underline;
}

.footer-menu li {
    line-height: 25px;
}
.footer-menu li a {
    color: #fff;
    text-decoration: none;
}
@media (max-width: 768px) {
    .filter-container {
        flex-direction: column;
    }
}
.desk_topMenu {
    display: none;
}
.mobile_menu{
    display: block;
}
/* Custom styling for mobile menu */
.offcanvas {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 10px -5px, rgba(0, 0, 0, 0.14) 0px 16px 24px 2px, rgba(0, 0, 0, 0.12) 0px 6px 30px 5px;
    overflow-y: auto;
    width: 100% !important;
}

.offcanvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.offcanvas-title img {
    height: 55px; /* Adjust logo size */
}
.offcanvas-body {
    overflow-y: unset;
}
.offcanvas-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.mobile_menu ul.dropdown-menu {
    width: 300px;
}
.mobile_menu li.dropdown-submenu .dropdown-menu {
    border: none;
    padding: 0;
}
.mobile_menu .dropdown ul > li {
    border: none;
}
.mobile_menu ul.dropdown-menu {
    padding: 10px;
}
.offcanvas-body ul li a {
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
    display: block;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.75;
    letter-spacing: 0.02857em;
}
.offcanvas-body ul > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 5px 0px;
}
.header_sec .navbar-toggler {
    display: block;
}
.dropdown-toggle::after {
    display: none !important; /* Hides default Bootstrap arrow */
}

@media (min-width: 1200px) {
    .header_sec .navbar-toggler {
        display: none;
    }
    .mobile_menu{
        display: none;
    }
    
    .desk_topMenu {
        display: block;
    }
    /** Main menu css **/
    ul.row_col > li > a {
        font-size: 17px;
        text-decoration: none;
        color: rgba(0, 0, 0, 0.87);
    }
    .dropdown-menu {
        width: 1024px;
        right: 0 !important;
        left: inherit !important;
        max-width: 90vw;
        overflow: hidden;
        position: fixed !important;
        top: 75px !important;
        max-height: 80vh; /* Restrict height */
        overflow-y: auto; /* Enable vertical scrolling */

    }
    .mega-menu {
        display: flex;
        padding: 0px 20px 20px 20px;
        flex-wrap: wrap;
    }
    .mega-menu .custom_col:first-child {
        width: 20%;
    }
    .mega-menu .custom_col:last-child {
        width: 80%;
    }
    .row-item {
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }
    .arrow {
        cursor: pointer;
    }
    .row_col {
        display: flex;
        justify-content: space-between;
        padding: 0;
        list-style: none;
    }

    .row_col li {
        width: 200px; /* Ensure each menu item has the same width as submenu */
        position: relative; /* Needed for absolute positioning of submenu */
        line-height: 32px;
    }

    .submenu_dropdown {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        background: white;
        width: 200px; /* Ensure submenu has a fixed width */
        z-index: 1000;
        padding: 0px 0px 20px 0px;
    }

    .submen {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 200px; /* Match the submenu width */
        padding: 10px;
        text-align: left;
        position: relative;
        white-space: nowrap;
    }

    .submen .arrow {
        margin-left: auto; /* Pushes the arrow to the right */
        cursor: pointer;
    }

    /* Ensure row-item height auto adjusts */
    .row-item {
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }
    .mega-menu .nav-link  {
        color: #000;
    }
    .custom_btn {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(255, 255, 255) !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    background-color: rgb(12, 39, 84);
    border-radius: 0px;
    padding: 0.8rem;
    }
    .custom_btn:hover, .custom_btn:focus{
    text-decoration: none;
    background-color: rgb(21, 101, 192);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
    }
    .submenu_dropdown li a {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.87);
    font-size: 17px;
    line-height: 40px;
    }
    .btn_container {
        margin: 28px 0px;
    }
    .right_topbar ul li a {
        color: #fff;
        text-decoration: none;
    }
    /* Ensure the right_topbar is placed above main_ul */
    .right_topbar {
        display: flex;
        justify-content: flex-end; /* Aligns items to the right */
        width: 100%;
        padding: 10px 0;
        position: absolute; /* Position it above main_ul */
        top: 0;
        right: 40px;
    }

    .top_right_menu {
        display: flex;
        gap: 15px; /* Adjust spacing between menu items */
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .top_right_menu li {
        display: inline-block;
    }

    /* Adjust header layout */
    .header_sec {
        position: relative;
    }

    /* Ensure main_ul is positioned below */
    .main_ul {
        margin-top: 20px;
    }

    .header_sec .container-fluid {
        padding: 8px 40px;
    }
    /** Main menu css **/
}
.post_container h4 {
    color: #004AAD;
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 41.6px;
    letter-spacing: 2%;
}
.post_container .entry-content {
    max-width: 950px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 0px;
}

header.entry-header {
    max-width: 980px;
    margin: 0 auto;
}

header.entry-header h1 {
    color: #004AAD;
    font-family: Poppins;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
}

.entry-meta p {
    color: #004AAD;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    border-bottom: 2px solid #FBED21;
    display: inline;
}
header.entry-header .entry-meta {
    margin: 20px 0px 35px 0px
}
.featured_image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
}
.trending_img img {
    width: 100%;
}
.trending_link_heading {
    text-decoration: none;
}
.css-e1m1lk {
    display: flex;
    flex-wrap: wrap;
  }
  
  .css-16od8h9 {
    user-select: none;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 2.1875rem;
    background-color: rgb(255, 255, 255);
    color: rgb(12, 39, 84);
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .MuiBox-root.css-1ebnygn img {
    object-fit: contain;
    width: 90%;
}
.css-1ebnygn {
    padding-bottom: 16px;
}

.css-1ev4w12 {
    -webkit-box-pack: justify;
    justify-content: space-between;
}
@media (min-width: 0px){
    .css-e1m1lk {
         gap: 0.5rem;
     } 
}

@media (min-width: 600px){
    .css-1ev4w12 {
        display: flex;
        gap: 2rem;
        padding-left: 0rem;
    }
}
@media (min-width: 900px){
.css-e1m1lk {
        padding-left: 4rem;
        padding-right: 4rem;
        gap: 0.2rem;
    } 
    .css-elhdmt {
        flex-basis: 100%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 100%;
    }
    .css-1ev4w12 {
        gap: 0rem;
    } 
}
@media (min-width: 1200px){
    .css-e1m1lk {
      padding-left: 0px;
      padding-right: 0px;
      gap: 0.5rem;
  }  
  .css-1ev4w12 {
    display: block;
    padding-left: 0.5rem;
}
}




