/* Hide Top Navigation Bar */
.navbar.header {
    display: none !important;
}

/* Ensure Catalog Header is Visible (previously hidden) */
.catalog-header {
    display: block !important;
}

/* Style Enquire Now button as WhatsApp button */
.btn-enquire-main {
    background-color: #25d366 !important;
    color: #ffffff !important;
}

.btn-enquire-main:hover {
    background-color: #1da851 !important;
    color: #ffffff !important;
}

.btn-enquire-main i::before {
    content: "\f232" !important;
    /* WhatsApp icon */
    font-family: "Font Awesome 6 Brands" !important;
}