.cta-main-effect {
    background: #f26d21;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 10px;
}

.cta-main-effect:hover {
    background: #a54107;
}

.entry-title {
    display: none;
}

ul#primary-menu-list {
    display: flex;
    background: #f3f8fe !important;
}

.demo-header a {
    color: #fff !important;
}

.nav-border {
    padding: 20px 0px;
    position: sticky;
    top: 0px;
    z-index: 1;
    background: #f3f8fe !important;
}

.primary-menu-container {
    position: relative;
    background: #fff;
    font-family: sans-serif;
}

.menu-wrapper {
    list-style: none;
    display: flex;
    gap: 0px;
    padding: 0;
    margin: 0;
}

.menu-wrapper>li {
    position: relative;
}

.menu-wrapper>li>a {
    padding: 12px 16px;
    display: inline-block;
    text-decoration: none !important;
    color: #333;
    font-weight: 600;
}

.menu-wrapper>li:hover>a,
.menu-wrapper>li>a:focus {
    color: #0073e6;
}

.sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    padding: 10px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.menu-item-has-children:hover>.sub-menu {
    display: block;
}

.sub-menu li {
    width: 100%;
}

.sub-menu li a {
    margin: 10px;
    border-radius: 5px;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
}

.sub-menu li a:hover {
    background-color: #eaf6fb;
    color: #0f2235;
}

/* Remove the toggle button */
.sub-menu-toggle {
    display: none !important;
}

ul#primary-menu-list li {
    padding: 0px;
}

.demo-header {
    background: #f26d21;
    color: #fff;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
}

.demo-header {
    border-radius: 10px;
}

.demo-header a {
    color: #fff !important;
}

.demo-header {
    border-radius: 10px;
}

#menu-item-62:hover {
    background: #ce5814;
}

.sign-in-header a {
    color: #2196f3 !important;
}

.menu-list .menu-item-has-children>a::after {
    content: '';
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #5b7083;
}

.menu-list .menu-item-has-children:hover>a::after {
    border-top-color: #1a1a1a;
}

li a {
    text-decoration: none !important;
}

.menu-button-container {
    display: none;
}

.container.nav {
    justify-content: space-between;
}

.entry-title {
    display: none;
}

< !-- footer -->

.text-uppercase.text-muted {
    color: #ababab !important;
    font-size: 18px;
}

.list-unstyled li a {
    color: #fff;
    font-weight: 400;
}

#menu-footer1 li a {
    text-decoration: none;
}

#menu-footer2resources li a {
    text-decoration: none;
}

#menu-footer3support li a {
    text-decoration: none;
}

.footer-main {
    background: #070F18 !important;
    padding: 50px 0px 25px;
}

.footer-main .text-uppercase.text-muted {
    color: #ababab !important;
}

.footer-main .text-muted.small {
    color: #fff !important;
}

#menu-footer1 li {
    line-height: 30px;
}
    .error-container {
        text-align: center;
        padding: 60px 20px;
    }

    .error-container h1 {
        font-size: 36px;
        color: #1a1a1a;
        font-weight: 700;
    }

    .error-code {
        font-size: 160px;
        font-weight: 800;
        color: #007BFF;
        margin: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .error-code img {
        width: 800px !important;
        max-width: 100%;
    }

    .error-container p {
        font-size: 18px;
        margin: 20px 0;
    }

    .home-button {
        background-color: #0e2b5c;
        color: #fff;
        padding: 12px 24px;
        border: none;
        font-size: 16px;
        border-radius: 6px;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 30px;
    }

    .suggestions {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 170px;
        margin: 40px;
    }
    
    h1.text-center.fs-1.fw-bloder {
    margin-top: 10px;
   }

    .suggestion-box {
        text-align: center;
        font-size: 16px;
    }

    .suggestion-box img {
        height: 110px;
        margin-bottom: 10px;
    }
    
    p.text-center.fs-3.fw-blod {
    font-weight: 500 !important;
    }
    
    .suggestion-box a {
    font-size: 25px;
    text-align: center;
    }

    .suggestion-box a {
        text-decoration: none;
        color: #000;
        font-weight: 600;
    }
