.zen-footer .footer-menu-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.zen-footer .footer_right_ul_cont {
    flex: 1;
    min-width: 180px;
    /* ensures equal space */
}

.zen-footer {
    background: #32080d !important;
    ;
    color: #ccc;
    padding: 50px 20px 30px 20px;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

/* Left Section (Logo & Socials) */
.zen-footer .footer_left_logo_ord {
    text-align: center;
    margin-bottom: 30px;
}

.zen-footer .footer_left_logo_ord img {
    max-width: 180px;
    margin-bottom: 20px;
}

.zen-footer .social_iconn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}


.zen-footer .social_iconn a img {
    width: 33px;
    height: 33px;
}


/* Footer Links */
.zen-footer .foot_right_link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 0 20px;
}

.zen-footer .footer_right_ul_cont {
    flex: 1;
    min-width: 180px;
    margin-bottom: 20px;
}

.zen-footer .footer_right_ul_cont ul {
    list-style: none;
    padding: 0;
}

.zen-footer .footer_right_ul_cont ul li {
    margin-bottom: 10px;
}

.zen-footer .footer_right_ul_cont ul li a {
    text-decoration: none;
    color: #bbb;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: 15px;
}

.zen-footer .footer_right_ul_cont ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

/* Headings */
.zen-footer .li_hed a {
    font-weight: 600;
    color: #fff !important;
    font-size: 16px;
    margin-bottom: 12px;
    display: inline-block;
    border-bottom: 2px solid #32080d;
    padding-bottom: 4px;
}

/* Mobile View */
.zen-footer .mob-view {
    display: none;
}

/* Bottom bar */
.zen-footer .footer-bottom {
    text-align: center;
    color: #777;
    font-size: 14px;
    border-top: 1px solid #333;
    margin-top: 20px;
    padding-top: 15px;
}

#time-brigade-enq {
    font-size: 30px;
    display: none;
}

#time-brigade-enq1 {
    font-size: 30px;
    display: none;
}

#time-brigade-enq2 {
    font-size: 30px;
    display: none;
}

#time-brigade-enq3 {
    font-size: 30px;
    display: none;
}

#time-brigade-enq4 {
    font-size: 30px;
    display: none;
}

#time-brigade-enq5 {
    font-size: 30px;
    display: none;
}

#time-brigade-enq6 {
    font-size: 30px;
    display: none;
}

#time-brigade-enq7 {
    font-size: 30px;
    display: none;
}

#time-brigade-enq8 {
    font-size: 30px;
    display: none;
}

#timer-brigade {
    cursor: pointer;
}