

footer a {
    color: #09ff00;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
    color: #ffffff; /* Hover হলে সোনালী রঙ */
}

footer h5 {
    color: #fff;
    font-weight: 600;
}

footer p, 
footer li {
    font-size: 14px;
}

footer ul li {
    margin-bottom: 5px;
}

/* Bottom Bar */
footer .bg-dark {
    background-color: #FF0000 !important; /* গাঢ় লাল */
    font-size: 13px;
}

/* ডিফল্ট অবস্থা */
footer a .text-warning{
  color: #1cff07 !important;                 /* Bootstrap warning */
  transition: color .25s ease, text-shadow .25s ease, text-decoration-color .25s ease;
  text-decoration: none;
}

/* হোভার অবস্থায় */
footer a:hover .text-warning{
  color: #ffffff !important;                 /* হোভার হলে সাদা বা আপনার পছন্দ */
  text-decoration: underline;
  
  /* চাইলে একটু glow:
  text-shadow: 0 0 8px rgba(255,255,255,.5);
  */
}

.red-box {
    background-color: red;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
}
.red-box a {
    color: #fff !important;
}
.round-img {
    border-radius: 50%;
    overflow: hidden;
}
