.footer-section {
    background-color: #121212;
    color: #f5f5f5;
    padding: 50px 0;
}

.footer-heading {
    font-size: 1.4rem;
    font-weight: 700;
    color: #dfb84d;
    margin-bottom: 15px;
}

.footer-section p,
.footer-links li {
    color: #dfb84d;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.footer-section .row .footer-links {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.footer-section .row .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
}

.footer-links li {
    margin-bottom: 8px;
    font-size: 1.1rem;
    color: #dfb84d;
}

.footer-logo img {
    height: 200px;
    width: auto;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 8px rgba(223, 184, 77, 0.8));
}

.social-icons {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 20px;
}

.social-icons a {
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-icons a:hover {
    transform: scale(1.2);
    opacity: 0.8;
}

.social-icons img {
    width: 40px;
    height: 40px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li:hover {
    color: #fff;
}

.opening-time {
    border: 1px solid #dfb84d;
    padding: 15px;
    font-size: 1.1rem;
    line-height: 2;
    text-align: left;
}

.opening-time .footer-heading {
    position: relative;
    display: inline-block;
}

.opening-time .footer-heading::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #dfb84d;
    margin-top: 1px;
}

.opening-time p {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.opening-time p span.day-text {
    color: #f5f5f5;
    font-weight: 700;
}

.opening-time p span.time-text {
    color: #dfb84d;
    margin-left: 20px;
    text-align: right;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 0.85rem;
    color: rgba(245, 245, 245, 0.6);
    border-top: 1px solid rgba(245, 245, 245, 0.1);
    margin-top: 30px;
}

.contact-link {
    color: #dfb84d;
    text-decoration: none;
    font-size: 1.2rem;
    transition: color 0.3s ease, transform 0.3s ease;
}

.contact-link:hover {
    color: #fff;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .footer-logo {
        text-align: center;
        padding-left: 0;
    }

    .footer-heading {
        font-size: 1.2rem;
        text-align: center;
        padding-left: 0;
    }

    .footer-logo img {
        height: 150px;
        width: auto;
        align-items: center;
        padding-left: 0;
    }

    .footer-section .footer-services {
        display: grid;
        grid-template-columns: 1fr 1fr;
        font-size: 0.8rem;
        gap: 20px;
        text-align: left;
    }

    .footer-section .footer-contact {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-top: 20px;
    }

    .opening-time {
        margin-top: 30px;
        text-align: center;
        padding: 10px;
    }

    .opening-time p {
        justify-content: space-between;
        font-size: 1rem;
    }

    .footer-bottom {
        margin-top: 20px;
        text-align: center;
    }

    .social-icons {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-bottom: 10px;
    }

    .social-icons a {
        font-size: 1.2rem;
    }
}
