/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Mobile Header Part---
------------------------------------------------------------------------------------------------------------*/
.mobile-header {
    background: #ffffff;
    padding: 10px 0px;
}
@media (max-width: 640px) {
    .header-links {
        margin-bottom: 8px !important;
    }

    .header-links a {
        padding: 0 8px;
        font-size: 13px;
    }

    .icon-button {
        width: 28px;
        height: 28px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Header Part---
------------------------------------------------------------------------------------------------------------*/
.header-section {
    background: #222439;
}
.top-header {
    background: #0a1b2a;
    padding: 10px 0;
}
.icon-button {
    width: 30px;
    height: 30px;
    color: #fffdfd !important;
}
.social-media-text h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.header-links a {
    position: relative;
    padding: 0 12px;
}
.header-links a:not(:last-child)::after {
    content: "•";
    position: absolute;
    right: -2px;
    color: #999;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-logo img {
    height: 50px;
}
.main-menu {
    padding: 16px 0px 16px 0px;
    background: #ffffff;
    border-radius: 30px 30px 0px 0px;
    box-shadow: rgba(2, 2, 2, .06) 0 0 50px;
}
.main-navbar-nav {
    display: flex;
}
.navbar-item li a {
    font-size: 18px;
    font-weight: 600;
    color: #3e3e3e;
    padding: 15px 15px 15px 15px;
    line-height: 28px;
}
.navbar-item li a:hover {
    color: #ad0909;
}
.dropdown-box {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    min-width: 165px;
    padding: 11px;
    top: 66px !important;
    border-radius: 0 0 7px 7px;
}
.dropdown-navbar-item li a {
    font-size: 14px;
    color: #3e3e3e;
    padding: 0;
}
.dropdown-navbar-item li a:hover {
    color: #ad0909;
    padding: 0;
    background: none;
}
.uk-sticky-fixed {
    top: 0 !important;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.search-area .search-text {
    font-size: 17px;
    font-weight: 400;
    color: #272e39;
}
.search-area a {
    background: #ffffff;
    padding: 5px 8px;
    display: inline-block;
    color: #272e39;
    border-radius: 2px;
}
.search-area a:hover,
.search-text:hover {
    background: #e2efff;
    color: #064193;
}
.menu-area img {
    height: 29px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6, .feat span {
    font-family: "Urbanist", sans-serif;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #ff4e02;
}
.news-tag a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    background: #e4efff;
    border-radius: 24px;
    margin-bottom: 13px;
    padding: 2px 10px;
    margin-right: 1px;
    color: #064193;
}
.read-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #222222;
    border-radius: 6px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.read-more-btn svg {
    color: white;
    fill: white;
    transition: all 0.4s ease;
}
.overlay-default {
    background: #012364d9;
}
.about-us-background:hover .read-more-btn {
    background: white;
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}
.about-us-background:hover .read-more-btn svg {
    color: #d90000 !important;
    fill: #d90000 !important;
}
.about-chairman-background {
    background: #efefef;
}
.about-us-background {
    transition: 1s;
}
.about-us-background:hover {
    background: #064193;
    cursor: pointer;
}
.view-more-links-button a {
    background: #064193;
    padding: 15px 27px;
    display: inline-block;
    color: #ffffff;
    border-radius: 4px;
    font-size: 17px;
}
.view-more-links-button a:hover {
    background: #ad0909;
    color: white;
}
.investment-portfolio {
    background: #fff;
}
.portfolio-grid > div {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.portfolio-grid > div:nth-child(4n) {
    border-right: none;
}
.portfolio-item {
    height: 180px;
    padding: 30px;
    transition: all .3s ease;
}
.portfolio-item img {
    max-height: 60px;
    max-width: 160px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .85;
    transition: all .3s ease;
}
.portfolio-item:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.05);
}
.our-work-section {
    background: #064193;
    padding: 40px 0px 0px 0px;
}
.timeline {
    position: relative;
    padding-left: 40px;
    margin: 0;
}
.timeline::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #e5e5e5;
}
.timeline-content ul {
    margin: 0;
    padding: 0;
}
.timeline-content ul li {
    position: relative;
    padding: 0 0 35px 10px;
    list-style: none;
    font-size: 17px;
    color: #ffffff;
}
.timeline-content ul li::before {
    content: "";
    position: absolute;
    left: -33px;
    top: 6px;
    width: 12px;
    height: 12px;
    background: #ad0909;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #e7f1ff;
}
.timeline-content ul li:last-child {
    padding-bottom: 0;
}
.learn-more-links-button a {
    background: #bcd8ff;
    padding: 8px 25px;
    display: inline-block;
    color: #064193;
    font-weight: 500;
    border-radius: 5px;
}
.team-card {
    background: #f2f7ff;
    border-radius: 2rem 0.5rem 2rem 0.5rem;
    box-shadow: 5px 5px 0 #b5e2ff;
    transform: rotate(var(--rot, -0.5deg));
    color: #2a2b1e;
}
.abou-us-card {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    color: white;
    font-weight: 200;
}
.abou-us-card p {
    font-size: 20px;
    margin: 0;
    line-height: 34px;
}
.stat-card {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    border-radius: 20px;
    padding: 20px;
    width: 320px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.decorative-lines {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
}
.line {
    height: 6px;
    border-radius: 3px;
}
.line-white {
    width: 60px;
    background: #ffffff;
}
.line-red {
    width: 30px;
    background: #cb1b1b;
}
.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 10px;
}
.stat-label {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}
.stat-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
}
@media (max-width: 640px) {
    .stat-card {
        padding: 11px;
    }
    .stat-number {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .stat-label {
        margin-bottom: 5px;
    }
    .stat-description {
        font-size: 12px;
    }
    .decorative-lines {
        margin-bottom: 15px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
.about-us-background:hover .card-body .sub-heading-text, .about-us-background:hover .about-us-excerpt p, .about-us-background:hover .arrow {
    color: white !important;
    filter: brightness(0) invert(1);
}
.about-us-excerpt p {
    font-size: 18px;
    color: #202020;
    font-weight: 400;
    margin-bottom: 0;
}
.published-date span {
    font-size: 13px;
    color: #101010;
}
.news-byline a {
    font-size: 13px;
    color: #101010;
}
.content-excerpt p {
    font-size: 15px;
    line-height: 22px;
    color: #323232;
    margin: 0;
}
@media (max-width: 640px) {
    .abou-us-card p {
        font-size: 14px;
        margin: 0;
        line-height: 27px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
.xxxsmall-thumbnail {
    height: 110px;
}
.extra-large-height {
    height: 555px !important;
}
.extra-large {
    height: 745px;
}
.team-thumbnail {
    border-radius: 33px 0px 0px 9px;
}
@media (max-width: 640px) {
    .extra-large-height, .uk-height-large {
        height: auto;
    }
    .extra-large {
        height: 960px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.sub-heading {
    position: relative;
    display: inline-block;
    font-family: 'Urbanist', sans-serif;
    padding-left: 25px;
    padding-top: 7px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.sub-heading:before {
    position: absolute;
    content: '';
    background: #e4efff;
    width: 25px;
    height: 25px;
    left: 0px;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}
.sub-heading .sub-heading-text {
    color: #064193;
    font-size: 17px;
    font-weight: 600;
}
.heading-text h1 {
    color: #064193;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    font-size: 23px;
}
.heading-text h1:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #ad0909;
}
.team-details h1 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 8px;
}
.team-details h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #4fa8dd;
}
.more-btn.icon-bg {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1a202c;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 0;
}

.more-btn.icon-bg .icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #e2e8f0;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.more-btn.icon-bg:hover .icon-wrapper {
    background: #3b82f6;
    color: white;
    transform: rotate(90deg);
}
.more-btn.icon-bg:hover {
    color: #3b82f6;
}
.heading-text h2 {
    font-size: 58px;
    line-height: 62px;
    font-weight: 800;
    color: white;
    margin: 0;
}
.heading-text .red {
    color: #cb1b1b;
}
@media (max-width: 640px) {
    .heading-text h2 {
        font-size: 40px;
        line-height: 43px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer Part---
------------------------------------------------------------------------------------------------------------*/
.footer-section {
    background: #2b4053;
    padding: 20px 0px 20px 0px;
}
.quick-contact-text h4 {
    margin: 0;
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
}
.quick-contact-text h5 {
    margin: 0;
    font-size: 15px;
    color: #ffffff;
}
.footer-links a {
    font-size: 14px;
    text-transform: none;
    color: white;
}
.footer-icon-thumnail img {
    height: 55px;
    background: #e1e3e7;
    padding: 7px;
    border-radius: 5px;
}
.footer-heading {
    margin-top: 0px;
    margin-bottom: 70px !important;
}
.footer-heading span:before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #4fa8dd;
    width: 50%;
    bottom: 5px;
}
.footer-border {
    border-bottom: 1px solid #4fa8dd;
    margin-bottom: 25px;
    margin-top: 25px;
}
.footer-text p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 15px;
}
.footer-heading span {
    color: #dfdfdf;
    font-size: 20px;
    line-height: 50px;
    font-weight: 600;
    position: absolute;
    display: inline-block;
    z-index: 0;
}
.social-media-section {
    background: #484848;
    padding: 15px 0px 15px 0px;
}
.copyright-section {
    background: #4fa8dd;
    padding: 15px 0px;
}
.copyright-content img {
    height: 16px;
}
.copyright-content p {
    color: #d3d3d3;
    margin: auto;
    font-weight: 500;
}
.wave-section {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.wave-section .waveTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: url(../images/wave.png) repeat-x;
    background-size: 50% 100px;
    animation: move-wave 6s linear infinite;
    background-position: 0 bottom;
}
@keyframes move-wave {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.back-to-top-buttom {
    position: fixed;
    right: 20px;
    bottom: 25px;
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #0a1b2a, #123d6b);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    transition: all 0.35s ease;
    z-index: 999;
}
.back-to-top-buttom svg {
    width: 18px;
}
.back-to-top-buttom:hover {
    transform: translateY(-6px);
    background: linear-gradient(135deg, #123d6b, #1e88e5);
    box-shadow: 0 15px 35px rgba(30, 136, 229, 0.45);
    color: white;
}
.back-to-top-buttom::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.15);
    opacity: 0;
    transition: 0.35s;
}

.back-to-top-buttom:hover::after {
    opacity: 1;
}
@media (max-width: 640px) {
    .back-to-top-buttom {
        right: 15px;
        bottom: 20px;
        width: 42px;
        height: 42px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Single Page---
------------------------------------------------------------------------------------------------------------*/
.news-title-section {
    background-image: url(../images/title-bg.png);
    padding: 50px 0 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}
.title-tag-box span {
    background: #9bb3d3;
    padding: 4px 17px;
    color: #064193;
    font-size: 16px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 400;
}
.single-news-title h1 {
    font-size: 50px;
    font-weight: 500;
}
.single-news-byline img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #cbcbcb;
    padding: 3px;
}
.single-news-byline a {
    font-size: 15px;
    color: #424242;
}
.news-publish-date span {
    font-size: 15px;
    color: #424242;
}
.single-content p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: 400;
}
.sub-title-text h4 {
    font-size: 20px;
    font-weight: 500;
}
.single-content a {
    color: #005674;
    text-decoration: underline;
}
.single-content>ul>li::marker {
    color: #249b43;
}
.single-content ul>:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}
blockquote {
    background: #3496d71f;
    padding: 20px;
    border-radius: 10px;
    float: left;
    width: 387px;
    margin-right: 25px;
    overflow: hidden;
}
blockquote p {
    font-size: 21px !important;
    color: #333;
    line-height: 30px !important;
    font-weight: 500 !important;
}
blockquote:before {
    content: "\f10d";
    font-family: fontawesome;
    color: #ed1c24;
    font-size: 39px;
}
blockquote:after {
    content: "\f10e";
    font-family: fontawesome;
    color: #ed1c24;
    font-size: 39px;
}
.feature-image-caption {
    font-size: 14px;
    font-style: italic;
}
figcaption {
    background: #f8f9fa;
    padding: 4px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
}
.trending-tags {
    overflow: auto;
    white-space: nowrap;
}
.trending-tags a {
    background: #d9eeff;
    margin-right: 13px;
    padding: 3px 11px;
    font-size: 12px;
    border-radius: 12px;
    font-weight: 500;
    color: #008eff;
    text-decoration: none !important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Team---
------------------------------------------------------------------------------------------------------------*/
.team-card-body {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: white;
    position: relative;
    padding: 20px;
}
.team-card-body:hover {
    transform: translateY(-8px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.team-thumbnails {
    position: relative;
}
.team-thumbnails img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.team-card-body:hover .team-thumbnails img {
    transform: scale(1.03);
    border-color: #ad0909;
}
.deam-details {
    padding: 15px 20px;
}
.deam-details h3 a {
    color: #074293;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.deam-details h4 {
    color: #ad0909;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Offcanvas Bar---
------------------------------------------------------------------------------------------------------------*/
.offcanvas-menu {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ecf0f1;
    padding: 20px; 
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); 
    width: 300px; 
}

.offcanvas-menu .uk-offcanvas-close {
    color: #ecf0f1;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}
.offcanvas-menu .uk-offcanvas-close:hover {
    background: rgba(255, 255, 255, 0.2);
}
.offcanvas-menu .uk-nav {
    margin: 0;
    padding: 0;
}
.offcanvas-menu .uk-nav > li {
    margin-bottom: 10px; 
}
.offcanvas-menu .uk-nav > li > a {
    color: #ecf0f1;
    text-decoration: none;
    padding: 12px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
    display: block;
}
.offcanvas-menu .uk-nav > li > a:hover,
.offcanvas-menu .uk-nav > li.uk-open > a {
    background: rgba(255, 255, 255, 0.1);
    color: #3498db; 
}
.offcanvas-menu .uk-nav-sub {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-top: 10px;
    padding: 10px 0;
}
.offcanvas-menu .uk-nav-sub li a {
    color: #bdc3c7;
    padding: 8px 20px;
    font-size: 0.9em;
    transition: color 0.3s ease;
}
.offcanvas-menu .uk-nav-sub li a:hover {
    color: #3498db;
}
.offcanvas-menu .uk-nav > li > a:before {
    content: "•"; 
    margin-right: 10px;
    color: #3498db;
}
@media (max-width: 480px) {
    .offcanvas-menu {
        width: 250px; 
        padding: 15px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Modal---
------------------------------------------------------------------------------------------------------------*/
.search_box {
    background: #dbdbdb;
    border-radius: 8px;
}
.heading-text h4 {
    margin: 0;
    font-size: 27px;
    font-weight: 700;
    color: #064193;
}
.search-form-box {
    width: 100%;
}
.search-input-box {
    height: 61px !important;
    border-radius: 16px;
    background: white !important;
}
.search-icon-box {
    background: #ad0909;
    border-radius: 0px 16px 16px 1px;
    width: 65px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #064193;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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%;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----404 Blade---
------------------------------------------------------------------------------------------------------------*/
.home-button-links a {
    background: #22408c;
    font-size: 15px;
    padding: 10px 25px;
    color: white;
    border-radius: 4px;
    display: inline-block;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Pagination---
------------------------------------------------------------------------------------------------------------*/
.web-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Vesper Libre';
    margin: 20px 0;
    background-color: transparent;
    border-radius: 8px;
}
.web-pagination li {
    margin: 0 5px;
    list-style: none;
}
.web-pagination li a, .web-pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s ease;
    background-color: #d7d7d7;
}
.web-pagination li a:hover {
    background-color: #0066b3;
    color: #fff;
}
.web-pagination li.uk-active a {
    background-color: #d2232a;
    color: #fff;
    font-weight: bold;
    cursor: default;
}
.web-pagination li.uk-disabled span {
    color: #999;
    background-color: #e5e5e5;
    cursor: not-allowed;
}
.web-pagination .prev-button, .web-pagination .next-button {
    padding: 0 10px;
    font-weight: 500;
}
.web-pagination .prev-button:hover,
.web-pagination .next-button:hover {
    background-color: #0056b3; /* Darker shade on hover */
    color: #fff;
}
@media (max-width: 600px) {
    .web-pagination li a, .web-pagination li span {
        min-width: 10px;
        height: 35px;
        font-size: 14px;
    }
    .web-pagination .prev-button,
    .web-pagination .next-button {
        padding: 0 10px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Table---
------------------------------------------------------------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

th, td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

tr:hover {
  background-color: #f1f1f1;
}