/* Footer Styles */
#main-footer {
    background-image: url('../../halu/footer.jpg');
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    font-family: 'Roboto';
}

#main-footer .footer-logo {
    max-width: 100%;
    height: auto;
}

#main-footer .footer-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: bold;
    color: white;
}

#main-footer .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #A7A7A7;
}

#main-footer .footer-list li {
    margin-bottom: 0.5rem;
}

#main-footer .footer-list a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

#main-footer .footer-list a:hover {
    color: #ffd700; /* Example hover color */
}

#main-footer .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

#main-footer .row {
    margin-bottom: 20px;
}

#main-footer .text-right {
    text-align: right;
}

#main-footer h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

#main-footer .social-icons img {
    margin-right: 10px;
    transition: transform 0.3s ease;
}

#main-footer .social-icons img:hover {
    transform: scale(1.1);
}

#main-footer .text-center {
    margin-top: 20px;
}

#main-footer p {
    margin: 0;
    font-size: 0.875rem;
}

#main-footer .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#main-footer .d-flex p {
    font-size: 0.875rem;
}

.btn-download {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    margin: 5px;
}

.btn-download:hover {
    background-color: white;
    color: black;
}

.btn-playstore {
    margin-bottom: 30px;
    margin-top: 30px;
}
