/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   HALAL HERO SEARCH  â€“  all selectors prefixed with .halal-
   Override the page-content line-height:1 reset for hero section.
   â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#page-content .halal-hero-section p,
#page-content .halal-hero-section a,
#page-content .halal-hero-section h1,
#page-content .halal-hero-section h2,
#page-content .halal-hero-section h4,
#page-content .halal-hero-section .btn {
    line-height: normal;
}

/* â”€â”€ Section shell â”€â”€ */
.halal-hero-section {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(150deg, #0d2217 0%, #1a3d26 35%, #285637 65%, #0a1b12 100%);
    overflow: hidden;
    padding: 90px 20px 70px;
    font-family: 'Poppins', sans-serif;
}

.halal-hero-section + .slideshow {
    margin-top: 16px;
}

/* Ambient glow blobs */
.halal-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(80px);
    opacity: 0.45;
}
.halal-glow-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(234,198,52,0.18) 0%, transparent 70%);
    top: -160px;
    right: -100px;
}
.halal-glow-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(40,86,55,0.45) 0%, transparent 70%);
    bottom: -120px;
    left: -80px;
}

/* â”€â”€ Content container â”€â”€ */
.halal-hero-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

/* â”€â”€ Hero text â”€â”€ */
.halal-hero-text {
    margin-bottom: 40px;
    animation: halalFadeUp 0.7s cubic-bezier(0.22,1,0.36,1) both;
}
.halal-hero-title {
    font-size: clamp(2rem, 5.5vw, 3.6rem);
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.025em;
    line-height: 1.12;
    margin-bottom: 16px;
    text-shadow: 0 2px 30px rgba(0,0,0,0.4);
}
.halal-hero-accent {
    color: #eac634;
    display: inline-block;
    position: relative;
}
.halal-hero-subtitle {
    font-size: clamp(0.95rem, 2.4vw, 1.2rem);
    color: rgba(255,255,255,0.72);
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0.01em;
}

/* â”€â”€ Search box (glassmorphism card) â”€â”€ */
.halal-search-box {
    background: rgba(255,255,255,0.11);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 22px;
    box-shadow:
        0 24px 64px rgba(0,0,0,0.38),
        0 1px 0 rgba(255,255,255,0.12) inset;
    padding: 26px 26px 22px;
    margin-bottom: 30px;
    animation: halalFadeUp 0.7s 0.1s cubic-bezier(0.22,1,0.36,1) both;
    transition: box-shadow 0.3s ease;
}
.halal-search-box:focus-within {
    box-shadow:
        0 28px 72px rgba(0,0,0,0.46),
        0 0 0 2px rgba(234,198,52,0.35),
        0 1px 0 rgba(255,255,255,0.12) inset;
}

/* â”€â”€ Main input row â”€â”€ */
.halal-search-row {
    display: flex;
    align-items: stretch;
    background: rgba(255,255,255,0.97);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.14);
    min-height: 64px;
}

/* â”€â”€ Vertical dividers â”€â”€ */
.halal-field-divider {
    width: 1px;
    background: rgba(0,0,0,0.1);
    margin: 12px 0;
    flex-shrink: 0;
    align-self: stretch;
}

/* â”€â”€ Individual fields â”€â”€ */
.halal-field {
    display: flex;
    align-items: center;
    padding: 0 18px;
    gap: 12px;
    flex: 1;
    min-width: 0;
    background: transparent;
    transition: background 0.2s ease;
}
.halal-field:hover {
    background: rgba(234,198,52,0.04);
}
.halal-keyword-field  { flex: 2.4; }
.halal-location-field { flex: 1.4; }
.halal-category-field {
    flex: 1.1;
    position: relative;
}

/* â”€â”€ Field icon â”€â”€ */
.halal-field-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.halal-field-icon ion-icon {
    font-size: 26px;
    color: #eac634;
}

/* â”€â”€ Text inputs â”€â”€ */
.halal-field-input {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #111827 !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 20px 0 !important;
    height: auto !important;
    box-shadow: none !important;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.4 !important;
}
.halal-field-input::placeholder {
    color: #9ca3af !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
.halal-field-input:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

/* â”€â”€ Select / category dropdown â”€â”€ */
.halal-category-value {
    color: #111827;
    display: block;
    flex: 1;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    min-width: 0;
    overflow: hidden;
    padding: 20px 24px 20px 0;
    pointer-events: none;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.halal-category-chevron {
    color: #687385 !important;
    font-size: 18px !important;
    pointer-events: none;
    position: absolute;
    right: 16px;
}
.halal-field-select {
    border: none !important;
    cursor: pointer !important;
    inset: 0;
    opacity: 0;
    outline: none !important;
    position: absolute;
    width: 100% !important;
}
.halal-category-field:focus-within .halal-category-value {
    color: #0f5132;
}

/* â”€â”€ Primary search button â”€â”€ */
.halal-search-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    background: linear-gradient(135deg, #eac634 0%, #d4b020 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 16px 16px 0 !important;
    padding: 0 40px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.18s ease !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    min-width: 150px !important;
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    height: 100% !important;
    min-height: 64px !important;
}
.halal-search-btn:hover {
    background: linear-gradient(135deg, #d4b020 0%, #b89a18 100%) !important;
    box-shadow: 0 8px 28px rgba(234,198,52,0.5) !important;
    transform: none !important;
}
.halal-search-btn:active {
    transform: scale(0.97) !important;
}
.halal-search-btn:disabled {
    opacity: 0.75 !important;
    cursor: not-allowed !important;
}
.halal-btn-icon {
    font-size: 22px !important;
}

/* â”€â”€ Dine filter row â”€â”€ */
.halal-dine-row {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.15);
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    animation: halalFadeUp 0.3s ease both;
}
.halal-dine-label {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,0.82);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    padding-top: 6px;
}
.halal-dine-label ion-icon {
    font-size: 20px;
    color: #eac634;
}
.halal-dine-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.halal-dine-pill {
    padding: 7px 18px !important;
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(255,255,255,0.22) !important;
    border-radius: 50px !important;
    color: rgba(255,255,255,0.82) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1 !important;
}

.halal-book-pill {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    padding: 8px 12px;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
    white-space: nowrap;
}

.halal-book-pill:hover,
.halal-book-pill.active {
    background: #eac634;
    border-color: #eac634;
    color: #111827;
}
.halal-dine-pill:hover {
    background: rgba(244,165,28,0.22) !important;
    border-color: rgba(244,165,28,0.55) !important;
    color: #fff !important;
}
.halal-dine-pill.active {
    background: #eac634 !important;
    border-color: #eac634 !important;
    color: #1a1100 !important;
    font-weight: 700 !important;
}

/* â”€â”€ Validation error â”€â”€ */
.halal-search-error {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fca5a5;
    font-size: 13px;
    margin-top: 14px;
    padding: 0 4px;
    font-weight: 500;
}
.halal-search-error ion-icon {
    font-size: 18px;
    flex-shrink: 0;
}

/* â”€â”€ Spinner (loading state) â”€â”€ */
.halal-spinner {
    width: 20px;
    height: 20px;
    border: 2.5px solid rgba(255,255,255,0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: halalSpin 0.7s linear infinite;
    flex-shrink: 0;
}

/* â”€â”€ Quick category shortcuts â”€â”€ */
.halal-shortcuts {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 26px;
    animation: halalFadeUp 0.7s 0.2s cubic-bezier(0.22,1,0.36,1) both;
}
.halal-shortcut {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 18px 22px !important;
    background: rgba(255,255,255,0.09) !important;
    border: 1px solid rgba(255,255,255,0.16) !important;
    border-radius: 18px !important;
    color: rgba(255,255,255,0.88) !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.22,1,0.36,1) !important;
    min-width: 96px !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    font-family: 'Poppins', sans-serif !important;
    text-decoration: none !important;
}
.halal-shortcut:hover {
    background: rgba(244,165,28,0.18) !important;
    border-color: rgba(244,165,28,0.48) !important;
    color: #fff !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,0.22) !important;
}
.halal-shortcut.active {
    background: rgba(244,165,28,0.22) !important;
    border-color: #eac634 !important;
    color: #eac634 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2) !important;
}
.halal-shortcut-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease, transform 0.25s ease;
}
.halal-shortcut-icon ion-icon {
    font-size: 28px;
}
.halal-shortcut-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}
.halal-shortcut:hover .halal-shortcut-icon {
    background: rgba(244,165,28,0.22);
    transform: scale(1.08);
}
.halal-shortcut.active .halal-shortcut-icon {
    background: rgba(244,165,28,0.22);
}
.halal-shortcut-label {
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em !important;
}

/* â”€â”€ Nearby map button â”€â”€ */
.halal-nearby-wrap {
    animation: halalFadeUp 0.7s 0.3s cubic-bezier(0.22,1,0.36,1) both;
}
.halal-nearby-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    color: rgba(255,255,255,0.72) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    padding: 11px 28px !important;
    border: 1px solid rgba(255,255,255,0.24) !important;
    border-radius: 50px !important;
    transition: all 0.25s ease !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    font-family: 'Poppins', sans-serif !important;
}
.halal-nearby-btn:hover {
    color: #fff !important;
    border-color: rgba(255,255,255,0.5) !important;
    background: rgba(255,255,255,0.1) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2) !important;
    text-decoration: none !important;
}
.halal-nearby-btn ion-icon {
    font-size: 22px;
    color: #eac634;
}

/* â”€â”€ Keyframes â”€â”€ */
@keyframes halalFadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes halalShake {
    0%,100% { transform: translateX(0); }
    20%     { transform: translateX(-8px); }
    40%     { transform: translateX(8px); }
    60%     { transform: translateX(-5px); }
    80%     { transform: translateX(5px); }
}
@keyframes halalSpin {
    to { transform: rotate(360deg); }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• RESPONSIVE â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Tablet  768â€“991 */
@media (min-width: 768px) and (max-width: 991px) {
    .halal-hero-section  { min-height: 560px; padding: 70px 20px 55px; }
    .halal-search-row    { flex-wrap: wrap; border-radius: 16px; }
    .halal-field         { flex-basis: calc(50% - 0.5px); border-bottom: 1px solid rgba(0,0,0,0.08); }
    .halal-keyword-field { flex-basis: 100%; }
    .halal-category-field{ border-right: none; }
    .halal-field-divider { display: none; }
    .halal-search-btn    {
        flex-basis: 100% !important;
        border-radius: 0 0 16px 16px !important;
        min-width: unset !important;
        padding: 0 !important;
        min-height: 56px !important;
    }
}

/* Mobile  <768 */
@media (max-width: 767px) {
    .halal-hero-section  { min-height: 500px; padding: 55px 14px 44px; }
    .halal-search-box    { padding: 16px 14px 14px; border-radius: 18px; }
    .halal-search-row    {
        flex-direction: column;
        border-radius: 14px;
    }
    .halal-field {
        flex-basis: 100% !important;
        flex: unset !important;
        border-bottom: 1px solid rgba(0,0,0,0.08) !important;
        padding: 0 14px;
    }
    .halal-field:last-of-type { border-bottom: none !important; }
    .halal-field-input   { padding: 16px 0 !important; font-size: 14px !important; }
    .halal-category-value { padding: 16px 24px 16px 0; font-size: 14px; }
    .halal-field-icon ion-icon { font-size: 22px; }
    .halal-field-divider { display: none; }
    .halal-search-btn {
        border-radius: 12px !important;
        padding: 0 !important;
        min-height: 54px !important;
        width: 100% !important;
        min-width: unset !important;
        border-radius: 14px !important;
        margin-top: 10px !important;
    }
    .halal-shortcuts     { gap: 8px; }
    .halal-shortcut      { padding: 14px 16px !important; min-width: 78px !important; }
    .halal-shortcut-icon { width: 44px; height: 44px; }
    .halal-shortcut-icon ion-icon { font-size: 24px; }
    .halal-shortcut-label { font-size: 12px !important; }
    .halal-dine-options  { gap: 6px; }
    .halal-dine-pill     { font-size: 12px !important; padding: 6px 12px !important; }
    .halal-nearby-btn    { font-size: 14px !important; padding: 10px 22px !important; }
}

/* Homepage directory sections */
.halal-home-page {
    background: #f4f5ef;
    color: #172033;
    font-family: 'Poppins', sans-serif;
}

.halal-home-page :where(h1, h2, h3, h4, h5, h6, p, a, span, strong, small, label, input, select, button, textarea, li) {
    font-family: 'Poppins', sans-serif !important;
}

.halal-home-container {
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 22px;
    width: 100%;
}

#page-content.halal-home-page p,
#page-content.halal-home-page a,
#page-content.halal-home-page h2,
#page-content.halal-home-page h3,
#page-content.halal-home-page button {
    line-height: 1.35;
}

.halal-directory-section {
    padding: 42px 0 32px;
}

.halal-directory-head {
    align-items: flex-end;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 26px;
}

.halal-directory-copy {
    display: grid;
    flex: 1 1 auto;
    min-height: 72px;
}

.halal-directory-copy-panel {
    grid-area: 1 / 1;
}

.halal-directory-head h2,
.halal-home-faq h2 {
    color: #172033;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 800;
    margin: 0 0 4px;
}

.halal-directory-head p,
.halal-faq-intro {
    color: #77808f;
    font-size: 13px;
    margin: 0;
}

.halal-status-row {
    align-items: center;
    color: #2b5d37;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 800;
    gap: 20px;
    min-height: 24px;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.halal-status-row.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(6px);
}

.halal-status-row span {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.halal-status-row i {
    background: #10a94f;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px;
}

.halal-trending {
    color: #8992a0;
}

.halal-listing-toolbar {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.halal-tabs,
.halal-tools {
    align-items: center;
    display: flex;
    gap: 8px;
}

.halal-tabs a,
.halal-tabs button,
.halal-tools button {
    align-items: center;
    background: #fff;
    border: 1px solid #dfe3d8;
    border-radius: 8px;
    color: #556070;
    display: inline-flex;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 800;
    gap: 7px;
    min-height: 40px;
    padding: 0 16px;
    text-decoration: none;
}

.halal-tabs button,
.halal-tools button {
    cursor: pointer;
}

.halal-tabs a.active,
.halal-tabs button.active,
.halal-tools button.active {
    background: #165229;
    border-color: #165229;
    color: #fff;
}

.halal-filter-panel {
    align-items: center;
    background: #fff;
    border: 1px solid #dfe3d8;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: -4px 0 18px;
    padding: 12px 14px;
}

.halal-filter-panel[hidden] {
    display: none !important;
}

.halal-filter-panel label {
    align-items: center;
    color: #435064;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 8px;
    margin: 0;
}

.halal-filter-panel input {
    accent-color: #165229;
    height: 15px;
    width: 15px;
}

.halal-filter-panel button {
    background: #f3f5f1;
    border: 1px solid #dfe3d8;
    border-radius: 7px;
    color: #556070;
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
    min-height: 32px;
    padding: 0 12px;
}

.halal-place-card[hidden] {
    display: none !important;
}

.halal-restaurant-grid.is-list-view {
    grid-template-columns: minmax(0, 1fr);
}

.halal-restaurant-grid.is-list-view .halal-place-card {
    display: grid;
    grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
}

.halal-restaurant-grid.is-list-view .halal-place-image {
    aspect-ratio: auto;
    min-height: 190px;
}

.halal-restaurant-grid.is-list-view .halal-place-body {
    align-content: center;
    display: grid;
    padding: 20px 22px;
}
.halal-account-banner {
    align-items: center;
    background: #fff;
    border: 1px solid #e3e5dd;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 14px 18px;
}

.halal-account-banner strong {
    color: #344050;
    display: block;
    font-size: 13px;
    font-weight: 800;
}

.halal-account-banner span {
    color: #8a93a2;
    display: block;
    font-size: 11px;
    margin-top: 2px;
}

.halal-account-banner a {
    background: #d64131;
    border-radius: 8px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 10px 18px;
    text-decoration: none;
}

.halal-restaurant-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.halal-place-card {
    background: #fff;
    border: 1px solid #e2e5dd;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(23, 32, 51, 0.05);
    opacity: 0;
    animation: halalFadeUp 0.5s ease forwards;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}

.halal-place-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(23, 32, 51, 0.12);
}

.halal-place-image {
    aspect-ratio: 16 / 9;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.halal-place-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform 0.4s ease;
}

.halal-place-card:hover .halal-place-image img {
    transform: scale(1.05);
}

.halal-score,
.halal-open-state,
.halal-verified,
.halal-favorite {
    position: absolute;
    z-index: 1;
}

.halal-score {
    background: #165229;
    border-radius: 999px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    left: 12px;
    padding: 5px 8px;
    top: 12px;
}

.halal-favorite {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border: 0;
    border-radius: 50%;
    color: #9aa2ad;
    display: flex;
    height: 30px;
    justify-content: center;
    right: 12px;
    top: 12px;
    width: 30px;
}

.halal-open-state {
    border-radius: 999px;
    bottom: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    left: 12px;
    padding: 5px 8px;
}

.halal-open-state.is-open {
    background: #0fbf69;
}

.halal-open-state.is-closed {
    background: #697386;
}

.halal-verified {
    align-items: center;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 999px;
    bottom: 10px;
    color: #176038;
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    gap: 5px;
    padding: 5px 8px;
    right: 10px;
}

.halal-verified i {
    background: #0fbf69;
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

.halal-place-body {
    padding: 14px 16px 15px;
}

.halal-place-body h3 {
    color: #172033;
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 5px;
}

.halal-place-body h3 a {
    color: inherit;
    text-decoration: none;
}

.halal-place-body h3 a:hover {
    color: #166534;
}

.halal-place-body p {
    align-items: center;
    color: #8a93a2;
    display: flex;
    font-size: 11px;
    gap: 5px;
    margin: 0 0 8px;
}

.halal-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.halal-tags span {
    background: #f3f5f1;
    border-radius: 6px;
    color: #7b8493;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 8px;
}

.halal-card-meta {
    align-items: center;
    color: #a0a8b3;
    display: flex;
    font-size: 11px;
    justify-content: space-between;
}

.halal-stars {
    color: #f5aa1c;
    font-weight: 800;
}

.halal-stars b {
    color: #3b4656;
    margin-left: 5px;
}

.halal-empty-listing {
    background: #fff;
    border: 1px solid #e2e5dd;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
}

.halal-map-cta {
    margin: 34px 0 38px;
    text-align: center;
}

.halal-map-cta a {
    align-items: center;
    background: #165229;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 10px;
    min-height: 48px;
    padding: 0 32px;
    text-decoration: none;
}

.halal-promo-band {
    align-items: center;
    background: #12451f;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    min-height: 175px;
    overflow: hidden;
    padding: 32px;
}

.halal-promo-band span {
    color: #5fd37f;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 5px;
}

.halal-promo-band h2 {
    color: #fff;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 900;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.halal-promo-band a {
    background: #f2a51f;
    border-radius: 8px;
    color: #183118;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    padding: 11px 20px;
    text-decoration: none;
}

.halal-promo-images {
    align-items: center;
    display: flex;
    gap: 18px;
}

.halal-promo-images img {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    height: 76px;
    object-fit: cover;
    width: 116px;
}

.halal-home-faq {
    background: #fff;
    padding: 58px 0 68px;
}

.halal-faq-container {
    max-width: 900px;
}

.halal-faq-intro {
    max-width: 760px;
}

.halal-home-faq h3 {
    color: #172033;
    font-size: 18px;
    font-weight: 800;
    margin: 34px 0 18px;
}

.halal-faq-list {
    border-top: 1px solid #ecefeb;
}

.halal-faq-item {
    border-bottom: 1px solid #ecefeb;
}

.halal-faq-item button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #3a4656;
    cursor: pointer;
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 800;
    justify-content: space-between;
    padding: 18px 0;
    text-align: left;
    width: 100%;
}

.halal-faq-item button ion-icon {
    color: #98a1ad;
    flex: 0 0 auto;
    transition: transform .2s ease;
}

.halal-faq-item button:not(.collapsed) ion-icon {
    transform: rotate(180deg);
}

.halal-faq-item p {
    color: #7a8494;
    font-size: 13px;
    margin: 0;
    padding: 0 0 18px;
}

.halal-more-faq {
    align-items: center;
    color: #2d7442;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 7px;
    margin-top: 24px;
    text-decoration: none;
}

.halal-tab-enter,
.halal-tab-leave {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.halal-tab-enter-start,
.halal-tab-leave-end {
    opacity: 0;
    transform: translateY(12px);
}

.halal-tab-enter-end,
.halal-tab-leave-start {
    opacity: 1;
    transform: translateY(0);
}


@media (max-width: 991px) {
    .halal-directory-head,
    .halal-listing-toolbar,
    .halal-account-banner,
    .halal-promo-band {
        align-items: flex-start;
        flex-direction: column;
    }

    .halal-restaurant-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .halal-promo-images {
        width: 100%;
    }

    .halal-directory-copy {
        min-height: 0;
        width: 100%;
    }

    .halal-directory-copy-panel {
        grid-area: auto;
    }
}

@media (max-width: 767px) {
    .halal-listing-toolbar {
        gap: 12px;
    }

    .halal-tabs,
    .halal-tools,
    .halal-status-row {
        overflow-x: auto;
        padding-bottom: 2px;
        width: 100%;
    }

    .halal-tabs a,
    .halal-tabs button,
    .halal-tools button,
    .halal-status-row span {
        flex: 0 0 auto;
    }

    .halal-restaurant-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .halal-filter-panel {
        align-items: stretch;
        flex-direction: column;
    }

    .halal-filter-panel button {
        width: 100%;
    }

    .halal-restaurant-grid.is-list-view .halal-place-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .halal-restaurant-grid.is-list-view .halal-place-image {
        aspect-ratio: 16 / 9;
        min-height: 0;
    }
    .halal-account-banner a {
        text-align: center;
        width: 100%;
    }

    .halal-promo-band {
        padding: 26px 20px;
    }

    .halal-promo-images {
        gap: 10px;
    }

    .halal-promo-images img {
        height: 66px;
        width: 33%;
    }

    .halal-home-faq {
        padding: 46px 0 56px;
    }
}
