/* Adjust Logo */
.md-header__button.md-logo img {
    height: 50px; /* Adjust size */
    width: auto;
    border-radius: 8px; /* Optional: rounded corners */
    /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); */
}

/* Improve Navigation Bar */
.md-header {
    background: linear-gradient(135deg, #007bff, #0056b3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Style Navigation Links */
.md-tabs {
    background: #0056b3;
}
.md-tabs__link {
    color: white !important;
    font-weight: bold;
}

/* Footer Styling */
.md-footer {
    background: rgba(29, 28, 28, 0.895);
    color: white;
    text-align: center;
}

.md-footer a:hover {
    color: #ffffff !important;
}

a[href="https://squidfunk.github.io/mkdocs-material/"] {
    display: none !important;
}

/* Hiding the "Made with" text if it’s directly inside .md-copyright */
.md-copyright {
    font-size: 0; /* Hide text elements inside */
}

.md-copyright__highlight {
    font-size: initial; /* Keep copyright text visible */
}
