/* Bottom Navigation Styling */
.bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #0a66c2;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #ccc;
}

.bottom-nav button {
    flex: 1;
    padding: 10px;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #fbfbfb;
}

.bottom-nav button i {
    font-size: 18px;
}

/* Responsive Design */
@media (min-width: 768px) {
   
}
