
.site-footer {
    border-top: #0d1b2a solid 4px;
    width: 100%;
    background: #f4f9fa;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 40px;
   
}

.footer-top {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.footer-logo img {
    max-height: 40px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 15px;
}

.footer-menu li a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.footer-menu li a:hover {
    color: #0D85BF;
    text-decoration: underline;
}

.editor {
    font-weight: 600;
    font-size: 14px;
}

.contact-info {
    font-size: 13px;
    color: #444;
    margin-top: 10px;
}

.footer-bottom {
      position: fixed;
      width: 100%;
    bottom: 0;
    z-index: 5000;
    background: #0d1b2a;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    font-size: 13px;
}

.footer-bottom a {
    color: #ffd700;
    text-decoration: underline;
}

.ok-btn {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    margin-left: 8px;
    cursor: pointer;
}
.ok-btn:hover {
    background: #fff;
    color: #0d1b2a;
}
