/*-----------------------------------------------------------------------------------------------------------
                                    ----Dashboard Menu---
------------------------------------------------------------------------------------------------------------*/
.dashboard-menu {
    background: #111827;
}
.dashboard-navbar-item a {
    font-size: 14px;
    font-weight: 500;
    color: #525252;
}
.dashboard-alert {
    padding: 0;
    margin-bottom: 0;
}
.dashboard-navbar {
    display: flex;
    margin: 14px 0;
    padding: 9px;
    list-style: none;
    gap: 25px;
    background: #1f2937;
    border-radius: 11px;
}
.dashboard-dropdown-navbar-item a {
    font-size: 13px;
    line-height: 31px;
    font-weight: 500;
    padding: 0px 8px !important;
    display: block !important;
}
.dashboard-dropdown-navbar-item a:hover {
    background: #111827;
    color: white !important;
}
.dashboard-user img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px dotted #046fbc;
    padding: 2px;
    margin-right: 4px;
}
.dashboard-dropdown-box {
    background: #1f2937;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    min-width: 165px;
    top: 63px !important;
    border-radius: 0 0 7px 7px;
    padding: 0;
}
.dashboard-alert a:not([class]) {
    text-decoration: none;
}
.dashboard-alert a:not([class]):hover {
    text-decoration: none;
    color: #12aa98;
}
.close-button {
    padding: 8px;
    color: #666d7b;
    border-radius: 4px;
    opacity: unset;
    background: black;
}
.close-button:hover {
    background: #374151;
    color: #666d7b;
}
.dashboard-list-divider>:nth-child(n+2) {
    border-top: 1px solid #18212c;
    margin-top: 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Header Part---
------------------------------------------------------------------------------------------------------------*/
.top-header {
    background: #ffffff00;
    padding: 15px 0px;
    border-bottom: 1px solid #D2D2D2;
}
.social-media a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #363636;
}
.social-media i {
    color: #2477af;
}
.Login-signup-links-button a {
    background: #ffffff;
    padding: 7px 15px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #626262;
    display: inline-block;
}
.Login-signup-links-button a:hover {
    background: #163f7b;
    color: white;
}
.donate-button-links a {
    background: #bf0a30;
    padding: 7px 6px;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: white;
}
.donate-button-links a:hover {
    background: #a50929;
    color: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-logo {
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-logo img {
    height: 80px;
}
.main-menu {
    z-index: 999;
    position: relative;
    background: #ffffff;
    box-shadow: rgba(2, 2, 2, .06) 0 0 50px;
}
.navigation-bar {
    display: flex;
    gap: 30px;
}
.navigation-item a {
    font-size: 16px;
    font-weight: 600;
    color: #020202;
    line-height: 53px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}
.navigation-item a:hover {
    color: #012e6e;
}
.navigation-lines::before {
    content: "";
    position: absolute;
    top: 53px;
    left: 0px;
    right: 100%;
    border-bottom: 7px solid #012e6e;
    transition: 1s;
}
.navigation-lines:focus::before, .navigation-lines:hover::before {
    right: 0px;
}
.navigation-lines {
    position: relative;
}
.navigationn-item a {
    font-size: 16px;
    font-weight: 600;
    color: #020202;
    line-height: 35px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}
.navigation-dropdown-box {
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .08);
    min-width: 165px;
    top: 95px !important;
    border-radius: 0 0 7px 7px;
    padding: 0;
}
.dropdown-navigation-item a {
    padding: 4px 11px !important;
    font-size: 14px;
    font-weight: 500;
    transition: .25s linear;
    display: block !important;
    line-height: 28px;
    color: #5a5a5a ! IMPORTANT;
}
.dropdown-navigation-item a:hover {
    color: #005da4 !important;
}
.dropdown-list-divider>:nth-child(n+2) {
    border-top: 1px solid #e5e5e5;
    margin-top: 0;
}
.uk-sticky-fixed .main-menu {
    border-top: none;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Body Part---
------------------------------------------------------------------------------------------------------------*/
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6, .feat span {
    font-family: "DM Sans", sans-serif;
}
.uk-link, a {
    color: #100f0f;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #2f77be;
}
.links-button a {
    background: #ffb83d;
    padding: 9px 25px;
    display: inline-block;
    border-radius: 50px;
    font-size: 15px;
    color: #2e2e2e;
    font-weight: 700;
}
.links-button a:hover {
    background: #002244;
    color: white;
}
.button-links a {
    background: #a3aecd;
    padding: 10px 25px;
    display: inline-block;
    font-size: 19px;
    font-family: 'Oswald';
    border: 1px solid #012e6e;
    border-radius: 5px;
    color: #012e6e;
}
.button-links a:hover {
    background: #012e6e;
    color: white;
}
.about-us-thumbnails {
    padding: 0px 63px 83px 0px;
    background-image: url(../image/about-bg.png);
    background-position: 245px 165px;
    background-repeat: no-repeat;
    background-size: auto;
}
.donate-section {
    background-image: url(../image/donate-bg.jpg);
    padding: 41px 0px;
}
.popup-trigger-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: #bf0a30;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(255, 77, 109, 0.4);
    position: relative;
    z-index: 10;
}
.popup-trigger-icon i {
    font-size: 2.5rem;
    color: white;
    animation: heartbeat 1.5s ease-in-out infinite;
}
@keyframes heartbeat {
    0% { transform: scale(1); }
    5% { transform: scale(1.1); }
    10% { transform: scale(1); }
    15% { transform: scale(1.15); }
    20% { transform: scale(1); }
    100% { transform: scale(1); }
}
.donate-links-button a {
    background: #ffffff00;
    padding: 10px 36px;
    font-size: 17px;
    display: inline-block;
    border: 2px solid #bf0a30;
    border-radius: 2px;
    color: white;
}
.donate-links-button a:hover {
    background: #66666636;
}
.bg-red {
    background: #bf0a30;
}
.our-partners-card {
    background: #ffffff;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 6px -2px, rgba(0, 0, 0, 0.05) 0px 2px 2px -1px;
    border-radius: 9px;
    cursor: pointer;
    transition: transform 0.3s ease-out;
    border: 1px solid #ededed;
}
.dotted-border-botton {
    border-bottom: 2px dotted #ff8da5;
}
.events-section {
    background: #F9F9F9;
    padding: 40px 0px;
}
.events-card {
    background: #ffffff;
    box-shadow: rgba(2, 2, 2, .06) 0 0 50px;
    padding: 35px 30px;
    border-radius: 10px;
}
.event-date-area .event-date {
    background: #ffeef1;
    padding: 20px 20px 20px 20px;
}
.event-date-area .event-time {
    padding: 5px 20px 5px 20px;
    background: #bf0a30;
    border-radius: 0px 0px 10px 10px;
    font-size: 14px;
    color: white;
    font-weight: 500;
}
.event-date-area .event-date {
    background: #ffeef1;
    padding: 20px 20px 15px 20px;
    font-size: 19px;
    font-weight: 300;
    color: #4c4c4c;
}
.time-icon span svg {
    background: #bf0a30;
    position: absolute;
    margin-top: -17px;
    border-radius: 0% 50% 50% 50%;
    height: 30px;
    width: 30px;
    padding: 4px;
    transform: rotate(222deg);
    margin-left: 34px;
    color: white;
}
.details-links a {
    font-size: 15px;
    font-weight: 600;
    border-bottom: 3px solid #bf0a30;
    color: #bf0a30;
}
.news-publish-date span {
    display: inline-block;
    position: relative;
    left: 14px;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transition: all .3s ease-in-out;
    background: #bf0a30;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
.page-excerpt p {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    margin: 0;
    text-align: justify;
}
.heading-excerpt p {
    color: white;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Thumbnail---
------------------------------------------------------------------------------------------------------------*/
.news-thumbnail {
    height: 280px;
}
.zoom-container {
    overflow: hidden;
}
.zoom-image {
    transition: transform 0.3s ease;
}
.zoom-image:hover {
    transform: scale(1.1);
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.heading-text h5 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    color: #012e6e;
}
.heading-text h1 {
    font-size: 40px;
    font-family: Oswald, sans-serif;
    font-weight: 600;
    margin: 0;
}
.donate-text-heading h1 {
    font-family: 'Oswald';
    text-align: center;
    color: #FFFFE0;
    font-weight: 500;
    line-height: 49px;
    margin-bottom: 20px;
}
.donate-text-heading h2 {
    font-family: 'Oswald';
    text-align: center;
    color: white;
    font-weight: 600;
    line-height: 49px;
    margin-bottom:20px;
}
.donate-text-heading h5 {
    text-align: center;
    margin: 0;
    font-family: 'Oswald';
    color: white;
}

.contact-section {
    background: white;
}
.contact-text p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 23px;
    color: #100f0f;
}
.contact-heading-text h5{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color:#201d1d;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.footer-section {
    background:#4e6099;
    padding: 20px 0px 0px 0px;
}
.footer-logo img {
    height: 105px;
    background: #ffffff;
    border-radius: 50%;
    width: 105px;
}
.footer-header{
    font-size: 1.5rem;
}
.footer-heading-text h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
.contact-box {
    background: #19307d;
    padding: 15px;
    margin: -70px 0px 0px 0px;
    border-radius: 20px 20px 0px 0px;
    box-shadow: rgba(2, 2, 2, .06) 0 0 50px;
}
.footer-text p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 23px;
    color: #ffffff;
}
.read-more-links a {
    background: #0162a2;
    padding: 9px 18px;
    display: inline-block;
    font-size: 16px;
    color: white;
    border-radius: 7px;
}
.footer-links a {
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
}
.copyright-section {
    background: #19307d;
    padding: 15px 0px;
}
.copyright-content p {
    color: white;
    margin: auto;
    text-align: center;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Single Page---
------------------------------------------------------------------------------------------------------------*/
.single-title-heading h1 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    margin: 0;
}
.publish-date {
    font-size: 16px !important;
    color: #525252 !important;
    font-weight: 600;
}
.feature-image-caption {
    font-size: 14px;
    font-style: italic;
}
.attach-cap {
    background: #f8f9fa;
    display: block;
    padding: 2px 8px;
    font-style: italic;
    text-align: center;
    font-size: 15px;
}
figcaption {
    background: #f8f9fa;
    padding: 4px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
}
blockquote {
    background: #f1642024;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}
blockquote p {
    font-size: 20px !important;
    color: #333;
    line-height: 30px !important;
    font-weight: 500 !important;
    font-style: italic !important;
    margin-bottom: 16px !important;
}
blockquote:before {
    background-image: url(/assets/icon/quote-left.png);
    content: " ";
    display: inline-block;
    width: 53px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
}
blockquote:after {
    background-image: url(/assets/icon/quote-right.png);
    content: " ";
    display: inline-block;
    width: 53px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
}
.single-news-content p {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
}
.search-releted-news-column {
    display: flex;
    align-items: center;
    background: #245fb905;
    padding: 7px;
    border: 1px solid #245fb914;
    border-radius: 4px;
}
.search-releted-news-thumbnail {
    height: 80px;
    width: 80px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 3px;
}
.search-releted-news-title {
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 600;
}
.categoty-links a {
    color: #2c77be;
    font-size: 15px;
}
.tag-box {
    background: #f4e0d7;
    border: 1px solid #ffc6ab;
    border-radius: 9px;
    padding: 15px;
}
.trending-tags {
    overflow: auto;
    white-space: nowrap;
}
.trending-tags a {
    background: white;
    margin-right: 13px;
    padding: 3px 11px;
    font-size: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    border-radius: 12px;
    display: inline-block;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Byline---
------------------------------------------------------------------------------------------------------------*/
.byline-area {
    display: flex;
    align-items: center;
}
.byline-thumbnail {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    margin-left: -15px;
    background: #fff;
}
.byline-thumbnail:first-child {
    margin-left: 0;
}
.byline-thumbnail img {
    width: 100%;
    height: 100%;
}
.byline-name a {
    font-size: 16px;
    font-weight: 600;
}
.news-byline img {
    height: 26px;
    width: 25px;
    border-radius: 50%;
    margin-right: 3px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Offcanvas Bar---
------------------------------------------------------------------------------------------------------------*/
.menu-offcanvas-bar {
    padding: 0;
    background: #ffffff;
    box-shadow: rgba(34, 96, 191, 0.24) 0 0 48px;
    width: 200px;
}
.navbar-logo-area {
    background: #ffffff;
    padding: 23px;
}
.offcanvas-bar-close button {
    background: #dc1e3d;
    padding: 7px;
    color: white !important;
    border-radius: 50%;
}
.sidebar-nav-area {
    background: #ffffff;
}
.searchInput {
    height: 49px !important;
    background: #0e5dae !important;
    border: none !important;
}
.searchIcon {
    background: #d70304;
    width: 44px !important;
    color: #ffffff !important;
}
.sidebar-nav-item a {
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    color: #505050;
    padding: 0px 8px;
    display: block;
}
.sidebar-nav-item a:hover {
    background: #e21a22;
    color: white;
}
.sidebar-nav-item-dropdown a {
    padding: 0px 8px !important;
    font-size: 18px;
    color: #505050 !important;
    line-height: 50px;
    font-weight: 600;
    display: block;
}
.sidebar-nav-item-dropdown a:hover {
    background: #e21a22;
    color: white !important;
}
.sidebar-dropdown-child-category a {
    font-size: 13px;
    line-height: 35px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Modal---
------------------------------------------------------------------------------------------------------------*/
.search_box {
    background: #dbdbdb;
    border-radius: 8px;
}
.heading-text h4 {
    margin: 0;
    font-size: 27px;
    font-weight: 700;
    color: #22408c;
}
.search-form-box {
    width: 100%;
}
.search-input-box {
    height: 61px !important;
    border-radius: 16px;
    background: white !important;
}
.search-icon-box {
    background: #ed1c24;
    border-radius: 0px 16px 16px 1px;
    width: 65px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #c90008;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Blade---
------------------------------------------------------------------------------------------------------------*/
.search-news-thumbnail {
    height: 100px;
    width: 120px;
}
.news-links a {
    color: #0e5dae;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Notification---
------------------------------------------------------------------------------------------------------------*/
.uk-notification-message {
    position: relative;
    padding: 11px;
    background: #f8f8f8;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    border-radius: 3px;
}
.uk-notification-close {
    position: absolute;
    top: 8px;
    right: 15px;
    background: #e75625;
    padding: 6px;
    color: #ffffff !important;
    border-radius: 50%;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Byline Blade---
------------------------------------------------------------------------------------------------------------*/
.byline-thumnail img {
    height: 100px;
    width: 100px;
    border-radius: 50px;
    border: 2px solid #ff4e02;
    padding: 5px;
}
.byline-description {
    background: #d5f0ff;
    padding: 9px;
    border: 1px solid #73cdff;
    border-radius: 10px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----404 Blade---
------------------------------------------------------------------------------------------------------------*/
.home-button-links a {
    background: #22408c;
    font-size: 15px;
    font-family: 'Rubik';
    padding: 10px 25px;
    color: white;
    border-radius: 4px;
    display: inline-block;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Paginate Part---
------------------------------------------------------------------------------------------------------------*/
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    align-items: center;
}
.pagination li {
    margin: 0 5px;
}
.pagination a {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #003f80;
    border-radius: 5px;
    color: #003f80;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    font-size: 15px;
}
.pagination a:hover {
    background-color: #003f80;
    color: #fff;
}
.pagination .active span {
    background-color: #003f80;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
.pagination .prev-button, .pagination .next-button {
    font-size: 15px;
    font-weight: 400;
}
.pagination .disabled span {
    color: #ccc;
    padding: 10px 15px;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Skip Advertisement---
------------------------------------------------------------------------------------------------------------*/
#skip-advertisement {
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 999999;
    margin: auto;
    position: fixed;
    text-align: center;
    background: #fff;
    left: 0;
    overflow: auto;
}
.advertisement-container {
    max-width: 850px;
    margin: 35px auto;
    background: #fff;
    padding: 20px;
    position: relative;
}
.skip-button {
    background: #d90000;
    border: none;
    font-size: 12px;
    padding: 9px 21px;
    border-radius: 4px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}
.skip-button:hover {
    background: #01356f;
    color: #ffffff;
}
.advertisement-title {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #565656;
    margin: 0;
}
.desktop-skip-advertisement img, .mobile-skip-logo img {
    max-height: 45px;
}
.skip-advertisement-thumnail img, .mobile-skip-advertisement-thumnail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}

/* ---------- Static Banner Styling ---------- */
.banner-wrapper {
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.banner-img {
    width: 100%;
    height: 140px;              /* Adjust height as desired */
    object-fit: cover;
    object-position: center;
    display: block;
}


