.site-footer {
    background-color: #2c2f36;
    color: #ccc;
    padding: 40px 0 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer-col {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-col h5 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
}

.footer-col p, .footer-col li, .footer-col a {
    color: #ccc;
    line-height: 1.8;
    text-decoration: none;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col li a:hover {
    color: #00c3ff;
}

.footer-col i {
    color: #00c3ff;
    margin-right: 8px;
}

hr {
    border: 0;
    height: 1px;
    background: #444;
    margin-bottom: 20px;
}

.footer-bottom {
    text-align: center;
    color: #aaa;
}

.social-icons {
    margin-bottom: 10px;
}

.social-icons a {
    color: #ccc;
    margin: 0 10px;
    font-size: 22px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #00c3ff;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-col {
        margin-bottom: 30px;
    }
}
.footer-right{
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.footer-right{
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.powered-by-ilham img{
  height: 100px;
  display: block;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,.35));
  margin-right: 40px;
}
.site-footer {
    background-color: #2c2f36;
    color: #ccc;
    padding: 40px 0 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    position: relative;   /* ✅ add this line */
}
