/*
Theme Name: HBL
Theme URI: https://herveybay.com
Author: HBL Team
Author URI: https://herveybay.com
Description: A modern, Bootstrap-powered theme fully compatible with Elementor for Hervey Bay Directory website. Built with Bootstrap 5.3 and optimized for local business directory content.
Version: 1.2.36
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hbl
Tags: elementor, bootstrap, business, directory, local, modern, responsive, accessibility-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/* =====================================================
   Theme Foundation - Bootstrap 5.3
   ===================================================== */

/* Bootstrap is loaded via functions.php for proper dependency management */

/* =====================================================
   SMOOTH SCROLLING
   ===================================================== */
html {
    scroll-behavior: smooth;
}

/* =====================================================
   Theme Variables
   ===================================================== */

   :root {
    /* Colors - Extracted from Figma Design */
    --hbl-primary: #191919;          /* Main dark color */
    --hbl-secondary: #414042;        /* Secondary dark */
    --hbl-accent: #F9532A;           /* Accent orange */
    --hbl-teal: #008080;             /* Teal accent */
    --hbl-sand: #E9C46A;             /* Sand/beige */
    --hbl-peach: #F4A261;            /* Peach accent */
    --hbl-light: #FFFFFF;            /* White */
    --hbl-gray-light: #EEEEEE;       /* Light gray background */
    
    /* Semantic Colors */
    --hbl-text-primary: #191919;
    --hbl-text-secondary: #414042;
    --hbl-bg-primary: #FFFFFF;
    --hbl-bg-secondary: #EEEEEE;
    --hbl-overlay: rgba(0, 0, 0, 0.3);
    --hbl-overlay-light: rgba(0, 0, 0, 0.1);

    /* Spacing */
    --hbl-spacing-xs: 8px;
    --hbl-spacing-sm: 12px;
    --hbl-spacing-base: 16px;
    --hbl-spacing-md: 24px;
    --hbl-spacing-lg: 32px;
    --hbl-spacing-xl: 48px;
    --hbl-spacing-2xl: 64px;
    --hbl-spacing-3xl: 96px;
    --hbl-spacing-4xl: 128px;
    
    /* Transitions */
    --hbl-transition-fast: 0.15s ease;
    --hbl-transition-base: 0.3s ease;
    --hbl-transition-slow: 0.5s ease;
    
    /* Shadows */
    --hbl-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
    --hbl-shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
    --hbl-shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.15);
    --hbl-shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* =====================================================
   Bootstrap Override for Theme Consistency
   ===================================================== */

.btn-primary {
    transition: var(--hbl-transition-base);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border: none !important;
}



.container {
    max-width: var(--hbl-container-max-width);
}

/* Remove Bootstrap container horizontal padding */
.container, 
.container-fluid, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl, 
.container-xxl {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* =====================================================
   Utility Classes
   ===================================================== */
/* =====================================================
   Custom Elementor Widgets Styles
   ===================================================== */

/* HBL Directorist Widget Styles */
.hbl-directorist-widget {
    width: 100%;
}

/* Filters Section */
.hbl-filters-section {
    padding: var(--hbl-spacing-2xl) 0;
}

/* Hide filters padding when hide toggle UI is on */
.hbl-filters-section.hide-toggle-ui {
    padding: 0;
}

/* Alphabetical Filter */
.hbl-alphabetical-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--hbl-spacing-xl);
}

.hbl-filter-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.hbl-letter-btn {
    min-width: auto;
    padding: 0 0 17px;
    border: none;
    border-bottom: 2px solid transparent;
    background: transparent;
    cursor: pointer;
    transition: var(--hbl-transition-base);
}

.hbl-letter-btn:hover,
.hbl-letter-btn.active {
    border-bottom-color: var(--hbl-accent);
}

/* Filter Divider */
.hbl-filter-divider {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: var(--hbl-spacing-xl);
}

/* Filters Bar */
.hbl-filters-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--hbl-spacing-xl);
    margin-bottom: 60px;
}

.hbl-filters-left {
    display: flex;
    align-items: center;
    gap: var(--hbl-spacing-xl);
}

.hbl-filters-title {
    margin: 0;
}

.hbl-filter-dropdowns {
    display: flex;
    gap: 30px;
}

.hbl-filter-dropdown {
    flex: 0 0 auto;
}

.hbl-filter-dropdown:first-child .form-select {
    min-width: 216px;
}

.hbl-filter-dropdown:not(:first-child) .form-select {
    min-width: 214px;
}

.hbl-filter-dropdown .form-select {
    padding: 20px;
    background: var(--hbl-light);
    border: 1px solid rgba(65, 64, 66, 0.25);
    border-radius: var(--hbl-border-radius);
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4' fill='none'%3E%3Cpath d='M1 0.5L4 3.5L7 0.5' stroke='%23F9532A' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px 4px;
    cursor: pointer;
}

.hbl-view-toggle {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hbl-view-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
    transition: var(--hbl-transition-base);
}

.hbl-view-btn:hover {
    background: rgba(65, 64, 66, 0.05);
}

.hbl-view-btn.btn:hover {
    background: rgba(65, 64, 66, 0.05) !important;
}

.hbl-view-icon {
    width: 29.17px;
    height: 29.17px;
    transition: var(--hbl-transition-base);
}

/* View Toggle Active State */
.hbl-view-btn.active {
    background-color: rgba(65, 64, 66, 0.05);
    color: #414042 !important;
}

/* Listings Container */
.hbl-listings-container {
    display: grid;
    gap: var(--hbl-spacing-lg);
}

/* Grid View - Default (Mobile First) */
.hbl-listings-container[data-view="grid"] {
    grid-template-columns: 1fr;
}

/* List View - Horizontal Layout */
.hbl-listings-container[data-view="list"] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    gap: 25px;
}

/* Add extra gap between Silver and Bronze listings in List View */
.hbl-listings-container[data-view="list"] .hbl-listing-card.hbl-plan-silver ~ .hbl-bronze-card-wrapper,
.hbl-listings-container[data-view="list"] .hbl-listing-card.hbl-plan-silver ~ .hbl-first-bronze-after-silver,
.hbl-listings-container[data-view="list"] .hbl-first-bronze-after-silver {
    margin-top: 50px;
}

/* Add 20px gap between Bronze listings in List View */
.hbl-listings-container[data-view="list"] .hbl-bronze-card-wrapper + .hbl-bronze-card-wrapper {
    margin-top: 20px !important;
}

/* List View Card Layout - Horizontal */
.hbl-listings-container[data-view="list"] .hbl-listing-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* List View Card Header - Horizontal Layout */
.hbl-listings-container[data-view="list"] .hbl-card-header {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

/* Left Section: Logo, Social, Rating */
.hbl-listings-container[data-view="list"] .hbl-card-header-left {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: left;
    min-width: 50%;
}

/* Vertical divider */
.hbl-listings-container[data-view="list"] .hbl-card-header-divider {
    width: 1px;
    align-self: stretch;
    margin: 0 32px;
}

/* Center Section: Business Details */
.hbl-listings-container[data-view="list"] .hbl-card-header-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 42px;
}

/* Business Info in List View */
.hbl-listings-container[data-view="list"] .hbl-listing-details {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

/* Business Meta Layout in List View */
.hbl-listings-container[data-view="list"] .hbl-listing-meta {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hbl-listings-container[data-view="list"] .hbl-meta-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hbl-listings-container[data-view="list"] .hbl-meta-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hbl-listings-container[data-view="list"] .hbl-meta-item:first-child {
    flex: 1;
}

.hbl-listings-container[data-view="list"] .hbl-meta-item:last-child {
    width: 219px;
}

/* Action Buttons in List View */
.hbl-listings-container[data-view="list"] .hbl-card-actions {
    display: flex;
    flex-direction: row;
    gap: 15px;
    height: 52px;
}

.hbl-listings-container[data-view="list"] .hbl-card-actions .btn {
    white-space: nowrap;
    width: 164px;
}

/* Show/Hide sections based on view mode */

/* Grid View: Hide list-specific sections */
.hbl-listings-container[data-view="grid"] .hbl-card-header-left,
.hbl-listings-container[data-view="grid"] .hbl-card-header-divider,
.hbl-listings-container[data-view="grid"] .hbl-card-header-center {
    display: none;
}

/* List View: Hide grid-specific sections */
.hbl-listings-container[data-view="list"] .hbl-card-bottom {
    display: none;
}

/* Gallery images in list view */
.hbl-listings-container[data-view="list"] .hbl-gallery-item img {
    min-height: 285px;
    max-height: 285px;
    object-fit: cover;
}

/* Section image in list view */
.hbl-listings-container[data-view="list"] .hbl-section-image {
    max-width: 100%;
}

/* Divider above expandable sections in list view */
.hbl-listings-container[data-view="list"] .hbl-expandable-section::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 40px;
}

/* Hide existing expandable dividers in list view to prevent duplicates */
.hbl-listings-container[data-view="list"] .hbl-expandable-divider {
    display: flex;
}

/* Remove border-top from expandable sections in list view */
.hbl-listings-container[data-view="list"] .hbl-expandable-section {
    border-top: none;
}

/* All cards in list view start collapsed */
.hbl-listings-container[data-view="list"] .hbl-listing-card .hbl-card-expandable {
    display: none;
}

/* Listing Card */
.hbl-listing-card {
    border: 1.5px solid var(--hbl-teal);
    overflow: hidden;
    transition: var(--hbl-transition-base);
    width: 705px;
    max-width: 100%;
}

/* Grid view - override fixed width */
.hbl-listings-container[data-view="grid"] .hbl-listing-card {
    width: 100%;
    max-width: 100%;
}

.hbl-listing-card.hbl-featured-listing {
    box-shadow: 0 0 0 2px var(--hbl-accent);
}

/* Card Header */
.hbl-card-header {
    padding: 75px 15px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* Grid view - ensure card header respects container */
.hbl-listings-container[data-view="grid"] .hbl-card-header {
    box-sizing: border-box;
}

/* Two Column Bottom Section */
.hbl-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
}

/* Grid view - ensure card bottom respects container */
.hbl-listings-container[data-view="grid"] .hbl-card-bottom {
    box-sizing: border-box;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}

/* Grid view - ensure listing details respects container */
.hbl-listings-container[data-view="grid"] .hbl-listing-details {
    flex: 1;
    min-width: 0;
}

/* Grid view - ensure card actions respects container */
.hbl-listings-container[data-view="grid"] .hbl-card-bottom .hbl-card-actions {
    flex-shrink: 0;
    min-width: 0;
}

/* Logo */
.hbl-listing-logo {
    width: 323px;
    height: 58.73px;
    overflow: hidden;
}

/* Grid view - make logo responsive */
.hbl-listings-container[data-view="grid"] .hbl-listing-logo {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.hbl-listing-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hbl-logo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: var(--hbl-border-radius);
}

/* Social Icons */
.hbl-social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 30px;
}

.hbl-social-icons a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--hbl-transition-fast);
}

.hbl-social-icons a:hover {
    opacity: 0.8;
}

/* Rating */
.hbl-rating {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hbl-stars {
    gap: 6px;
}

.hbl-stars i.bi-star-fill {
    width: 25px;
    height: 24px;
}

.hbl-stars i.bi-star {
    width: 24px;
}

/* Listing Details */
.hbl-listing-details {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.hbl-listing-title {
    margin: 0;
}

/* Removed tagline styling as it's not in the Figma design */

.hbl-listing-meta {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hbl-meta-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hbl-meta-item i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hbl-meta-item a {
    text-decoration: none;
}

.hbl-meta-item a:hover {
    text-decoration: underline;
}

/* Action Buttons */
.hbl-card-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-shrink: 0;
}

.hbl-card-actions .btn {
    width: 100%;
    padding: 15px 25px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid var(--hbl-accent);
    transition: var(--hbl-transition-base);
    text-decoration: none;
    display: inline-block;
}

.hbl-card-actions .btn-outline-primary {
    background: transparent;
}

.hbl-card-actions .btn-outline-primary:hover {
    background: var(--hbl-accent);
}

/* Card Section Divider */
.hbl-card-divider {
    width: 100%;
    max-width: 628px;
    height: 0.5px;
    background: var(--hbl-secondary);
    margin: 0 auto;
}

/* Expandable Content */
.hbl-card-expandable {
    padding: 0 40px 40px 40px;
    display: none;
    box-sizing: border-box;
}

/* Grid view - ensure expandable content respects container */
.hbl-listings-container[data-view="grid"] .hbl-card-expandable {
    width: 100%;
    max-width: 100%;
}

.hbl-expandable-divider {
    width: 100%;
    height: 0.5px;
    background: var(--hbl-secondary);
    margin: 40px 0;
}

.hbl-expandable-section {
    padding: 40px 0;
    border-top: 0.5px solid var(--hbl-secondary);
}

.hbl-expandable-section:first-child {
    border-top: none;
    padding-top: 0;
}

.hbl-expandable-section h4 {
    margin: 0 0 25px 0;
}

.hbl-section-content {
    display: flex;
    gap: var(--hbl-spacing-xl);
}

.hbl-section-text {
    flex: 1;
}

.hbl-section-image {
    flex: 0 0 auto;
    max-width: 265px;
}

.hbl-section-image img {
    width: 100%;
    height: auto;
    border-radius: var(--hbl-border-radius);
}

/* Photo Gallery */
.hbl-gallery-section {
    border-top: none !important;
    padding-top: 0 !important;
}

.hbl-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.hbl-gallery-item {
    position: relative;
    overflow: hidden;
    height: 220px !important;
    min-height: 220px;
    max-height: 220px;
}

.hbl-gallery-item img {
    display: block;
    width: 100% !important;
    height: 220px !important;
    min-height: 175px;
    max-height: 175px;
    object-fit: cover;
    object-position: center;
    transition: transform var(--hbl-transition-base);
}

.hbl-gallery-item:hover img {
    transform: scale(1.05);
}

/* Two Column Section - Services & Pricing */
.hbl-two-column-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 40px 0;
    border-top: 0.5px solid var(--hbl-secondary);
}

.hbl-services-section,
.hbl-pricing-section {
    flex: 1;
}

.hbl-two-column-section h4 {
    margin: 0 0 25px 0;
}

/* Services List - with checkmarks */
.hbl-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hbl-services-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.hbl-services-list i {
    margin-top: 2px;
    flex-shrink: 0;
}

/* Pricing List - with bullets */
.hbl-pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hbl-pricing-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 20px;
    position: relative;
}

.hbl-pricing-list li:before {
    content: '•';
    position: absolute;
    left: 0;
}

/* Forms */
.hbl-contact-section,
.hbl-review-form-section {
    background: transparent;
}

.hbl-form-group {
    margin-bottom: 15px;
}

.hbl-form-group label {
    display: block;
    margin-bottom: 10px;
}

.hbl-form-group .form-control {
    width: 100%;
    padding: 20px;
    background: #FFFFFF;
    border: 0.5px solid rgba(65, 64, 66, 0.5);
    border-radius: var(--hbl-border-radius);
}

.hbl-form-group .form-control:focus {
    outline: none;
}

.hbl-form-group textarea.form-control {
    min-height: 100px;
    resize: vertical;
}

.hbl-form-group small {
    display: block;
    margin-top: 5px;
}

.hbl-form-note {
    margin-bottom: 15px;
}

/* Star Rating Input */
.hbl-rating-input {
    display: flex;
    align-items: center;
    gap: var(--hbl-spacing-base);
}

.hbl-star-rating {
    display: flex;
    flex-direction: row-reverse;
    gap: 6px;
}

.hbl-star-rating input {
    display: none;
}

.hbl-star-rating label {
    cursor: pointer;
    margin: 0;
}

/* Card Footer */
.hbl-card-footer {
    width: 100%;
    height: 42px;
    background: var(--hbl-teal);
    padding: 15px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hbl-toggle-btn {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: var(--hbl-transition-base);
}

.hbl-toggle-btn:hover {
    opacity: 0.8;
}

.hbl-toggle-icon {
    transition: transform var(--hbl-transition-base);
}

.hbl-toggle-btn[data-action="collapse"] .hbl-toggle-icon,
.hbl-toggle-icon {
    transition: transform 0.3s ease;
}

.hbl-toggle-icon.rotate {
    transform: rotate(180deg);
}

/* Review Styling */
.directorist-content-active .directorist-card__header{
    padding: 0 !important;
    border-bottom: none !important;
    border-radius: none !important;
}

.directorist-content-active .directorist-card{
    border-radius: 0 !important; 
    background-color: none !important; 
    -webkit-box-shadow: none !important; 
    box-shadow: none !important; 
    border: none !important;
}

.directorist-review-submit{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background-color: none !important;
    border-radius: none !important;
    border: none !important;
}

.directorist-review-submit__form:not(.directorist-form-comment-edit) {
    padding: 25px 0 !important;
}

/* Responsive Styles */
@media (min-width: 992px) {
    /* 2-column layout using flexbox for better control */
    .hbl-listings-container[data-view="grid"] {
        display: flex;
        gap: var(--hbl-spacing-lg);
        align-items: flex-start;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* Left column container - single card that can expand/collapse */
    .hbl-listings-container[data-view="grid"] .hbl-listing-card:first-child {
        flex: 0 0 calc(50% - var(--hbl-spacing-lg) / 2);
        align-self: flex-start;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    /* Right column wrapper for stacked cards */
    .hbl-listings-container[data-view="grid"] .hbl-right-column {
        flex: 0 0 calc(50% - var(--hbl-spacing-lg) / 2);
        display: flex;
        flex-direction: column;
        gap: 0;
        min-width: 0;
        padding: 0;
        margin: 0;
    }

    /* Right column cards - reset all margins */
    .hbl-listings-container[data-view="grid"] .hbl-right-column > .hbl-listing-card,
    .hbl-listings-container[data-view="grid"] .hbl-right-column .hbl-listing-card {
        width: 100%;
        max-width: 100%;
        margin: 0 !important;
        align-self: stretch;
        min-width: 0;
        flex-shrink: 0;
        position: relative;
    }
    
    /* Bronze card wrapper - handles spacing - FIXED SOLUTION */
    .hbl-listings-container[data-view="grid"] .hbl-right-column .hbl-bronze-card-wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        flex-shrink: 0;
        box-sizing: border-box;
    }
    
    /* Force margin-top on bronze wrappers except the first one in right column */
    .hbl-listings-container[data-view="grid"] .hbl-right-column .hbl-bronze-card-wrapper:not(:first-child) {
        margin-top: 20px !important;
    }
    
    /* Add spacing between silver cards and first bronze wrapper */
    .hbl-listings-container[data-view="grid"] .hbl-right-column .hbl-listing-card.hbl-plan-silver ~ .hbl-bronze-card-wrapper,
    .hbl-listings-container[data-view="grid"] .hbl-right-column .hbl-listing-card.hbl-plan-gold ~ .hbl-bronze-card-wrapper {
        margin-top: 20px !important;
    }
    
    /* Ensure bronze cards inside wrapper have proper border */
    .hbl-listings-container[data-view="grid"] .hbl-right-column .hbl-bronze-card-wrapper .hbl-listing-card.hbl-plan-bronze {
        margin: 0 !important;
        border: 1.5px solid var(--hbl-teal);
        position: relative;
        z-index: 0;
        box-shadow: none !important;
        outline: none !important;
        width: 100%;
        max-width: 100%;
    }
    
    /* Fix overlay border doubling issue for bronze cards */
    .hbl-listings-container[data-view="grid"] .hbl-right-column .hbl-bronze-card-wrapper .hbl-plan-bronze .hbl-card-link-overlay {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        overflow: hidden;
        box-sizing: border-box;
    }
    
    /* Silver and Gold cards in right column */
    .hbl-listings-container[data-view="grid"] .hbl-right-column .hbl-listing-card.hbl-plan-silver,
    .hbl-listings-container[data-view="grid"] .hbl-right-column .hbl-listing-card.hbl-plan-gold {
        margin: 0 !important;
        box-shadow: none !important;
    }
    
    /* Fix overlay border doubling issue for bronze cards - ensure overlay is contained */
    .hbl-listings-container[data-view="grid"] .hbl-right-column .hbl-plan-bronze .hbl-card-link-overlay {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        overflow: hidden;
        box-sizing: border-box;
    }
    
    /* Ensure card header contains overlay properly */
    .hbl-listings-container[data-view="grid"] .hbl-right-column .hbl-plan-bronze .hbl-card-header {
        position: relative;
        overflow: visible; /* Allow overlay to cover header */
        isolation: isolate;
    }
    
    /* Grid view card actions - ensure proper layout */
    .hbl-listings-container[data-view="grid"] .hbl-card-actions {
        display: flex;
        flex-direction: row;
        gap: 15px;
        flex-shrink: 0;
        width: 100%;
    }
    
    .hbl-listings-container[data-view="grid"] .hbl-card-actions .btn {
        width: auto;
        flex: 1;
        min-width: 120px;
    }

    /* First card expanded by default in grid view on desktop */
    .hbl-listings-container[data-view="grid"] .hbl-listing-card:first-child .hbl-card-expandable {
        display: block;
    }

    /* Other cards collapsed by default in grid view on desktop */
    .hbl-listings-container[data-view="grid"] .hbl-listing-card:not(:first-child) .hbl-card-expandable {
        display: none;
    }

    /* All toggle buttons should be visible and functional */
    .hbl-listings-container[data-view="grid"] .hbl-listing-card .hbl-toggle-btn {
        display: flex;
    }
}

@media (max-width: 1199px) {

    .hbl-filter-buttons {
        gap: 30px;
    }
}

@media (max-width: 1366px) {
    .hbl-listings-container[data-view="list"] .hbl-card-header-left {
        display: flex;
        flex-direction: column;
        gap: 25px;
        align-items: left;
        min-width: 27%;
    }

    .hbl-listings-container[data-view="list"] .hbl-card-header {
        flex-direction: column;
        gap: 25px;
        padding: 75px 15px;
    }

    .hbl-filters-bar{
        flex-direction: column;
    }
}

@media (max-width: 991px) {

    .hbl-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .hbl-two-column-section {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hbl-filter-buttons {
        flex-wrap: wrap;
        gap: 20px;
    }

    .hbl-filters-title,

    /* Grid view on mobile - same as list view */
    .hbl-listings-container[data-view="grid"] {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    
    .hbl-listings-container[data-view="grid"] .hbl-right-column {
        display: flex;
        flex-direction: column;
        gap: 0;
        flex: none;
        width: 100%;
    }
    
    .hbl-listings-container[data-view="grid"] .hbl-listing-card:first-child,
    .hbl-listings-container[data-view="grid"] .hbl-right-column .hbl-listing-card {
        flex: none;
        width: 100%;
        margin-bottom: 15px;
    }
    
    /* Grid view on mobile - use list view layout */
    .hbl-listings-container[data-view="grid"] .hbl-card-header-left,
    .hbl-listings-container[data-view="grid"] .hbl-card-header-divider,
    .hbl-listings-container[data-view="grid"] .hbl-card-header-center {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .hbl-listings-container[data-view="grid"] .hbl-card-bottom {
        display: none;
    }
    
    .hbl-listings-container[data-view="grid"] .hbl-card-header {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    
    .hbl-listings-container[data-view="grid"] .hbl-listing-details {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }
    
    .hbl-listings-container[data-view="grid"] .hbl-listing-meta {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .hbl-listings-container[data-view="grid"] .hbl-meta-row {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .hbl-listings-container[data-view="grid"] .hbl-card-actions {
        flex-wrap: wrap;
        height: auto;
    }

    .hbl-card-bottom {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 40px;
    }

    .hbl-listing-details {
        width: 100%;
    }

    .hbl-two-column-section {
        flex-direction: column;
    }

    .hbl-filters-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--hbl-spacing-md);
    }
}

@media (max-width: 767px) {

    .hbl-filter-buttons {
        gap: 15px;
    }

    .hbl-letter-btn {
        padding: 0 0 12px;
    }

    .hbl-filters-title,

    .hbl-filter-dropdowns {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .hbl-filter-dropdown .form-select {
        width: 100%;
        min-width: auto !important;
    }

    /* Mobile: Switch to single column layout */
    .hbl-listings-container[data-view="grid"] {
        display: flex;
        flex-direction: column;
        gap: var(--hbl-spacing-base);
    }

    /* Reset flexbox properties on mobile */
    .hbl-listings-container[data-view="grid"] .hbl-listing-card:first-child {
        flex: none;
        width: 100%;
    }

    .hbl-listings-container[data-view="grid"] .hbl-right-column {
        flex: none;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: var(--hbl-spacing-base);
    }

    .hbl-listings-container[data-view="grid"] .hbl-listing-card:not(:first-child) {
        width: 100%;
    }

    /* All cards collapsed on mobile */
    .hbl-listings-container[data-view="grid"] .hbl-listing-card .hbl-card-expandable {
        display: none;
    }

    /* Show toggle button for all cards on mobile */
    .hbl-listings-container[data-view="grid"] .hbl-listing-card .hbl-toggle-btn {
        display: flex;
    }

/* Mobile List View Adjustments */
@media (max-width: 991px) {
    .hbl-expandable-section{
        padding: 0px;
    }

    .hbl-listings-container[data-view="list"] .hbl-card-header-left {
        min-width: auto;
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .hbl-listings-container[data-view="list"] .hbl-card-header-divider {
        display: none;
    }

    .hbl-listings-container[data-view="list"] .hbl-card-header-center {
        height: auto;
        gap: 25px;
    }

    .hbl-listings-container[data-view="list"] .hbl-meta-row {
        flex-direction: column;
        gap: 10px;
    }

    .hbl-listings-container[data-view="list"] .hbl-card-actions {
        flex-wrap: wrap;
        height: auto;
    }

    .hbl-listings-container[data-view="list"] .hbl-card-actions .btn {
        width: auto;
        flex: 1;
        min-width: 120px;
    }
}

.hbl-listings-container[data-view="list"] .hbl-listing-logo {
    width: 100%;
    height: 100%;
}

    .hbl-section-content {
        flex-direction: column;
    }

    .hbl-section-image {
        max-width: 100%;
    }

    .hbl-gallery-grid {
        grid-template-columns: 1fr;
    }

    .hbl-listing-logo {
        width: 100%;
    }
}

@media (max-width: 576px) {

    .hbl-alphabetical-filter {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .hbl-filter-buttons {
        justify-content: flex-start;
        padding: 0 var(--hbl-spacing-base);
    }

    .hbl-filters-left {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .hbl-view-toggle {
        align-self: flex-end;
        width: 100%;
        justify-content: space-between;
    }

    .hbl-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .hbl-gallery-item {
        height: 180px !important;
        min-height: 180px;
        max-height: 180px;
    }

    .hbl-gallery-item img {
        height: 180px !important;
        min-height: 180px;
        max-height: 180px;
    }

    .hbl-card-expandable {
        padding: 0 20px 20px 20px;
    }

    .hbl-expandable-divider {
        margin: 20px 0;
    }
}

@media (max-width: 480px) {

    .hbl-filter-buttons {
        gap: 12px;
    }

    .hbl-letter-btn {
        padding: 0 0 10px;
    }

    .hbl-filters-title,

    .hbl-filters-section {
        padding: var(--hbl-spacing-xl) 0;
    }

    .hbl-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .hbl-gallery-item {
        height: 150px !important;
        min-height: 150px;
        max-height: 150px;
    }

    .hbl-gallery-item img {
        height: 150px !important;
        min-height: 150px;
        max-height: 150px;
    }
}

@media (max-width: 375px) {

    .hbl-filter-buttons {
        gap: 10px;
    }

    .hbl-letter-btn {
        padding: 0 0 8px;
    }

    .hbl-filters-title,

    .hbl-view-btn {
        width: 30px;
        height: 30px;
    }

    .hbl-view-icon {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 250px) {

    .hbl-alphabetical-filter {
        margin-bottom: var(--hbl-spacing-md);
    }

    .hbl-filter-buttons {
        gap: 8px;
        padding: 0 10px;
    }

    .hbl-letter-btn {
        padding: 0 0 6px;
    }

    .hbl-filter-divider {
        margin-bottom: var(--hbl-spacing-md);
    }

    .hbl-filters-bar {
        gap: var(--hbl-spacing-sm);
    }

    .hbl-filters-left {
        gap: var(--hbl-spacing-sm);
    }

    .hbl-filters-title,

    .hbl-filter-dropdowns {
        gap: 10px;
    }

    .hbl-view-toggle {
        gap: 10px;
    }

    .hbl-view-btn {
        width: 25px;
        height: 25px;
    }

    .hbl-view-icon {
        width: 20px;
        height: 20px;
    }

    .hbl-filters-section {
        padding: var(--hbl-spacing-base) 0;
    }
}

/* ==========================================================================
   HBL Directorist Reviews Section Styles
   ========================================================================== */

/* Two column layout for services and reviews */
.hbl-two-column-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

/* Services and Pricing section styling */
.hbl-services-section h4,
.hbl-pricing-section h4,
.hbl-reviews-section-full h4 {
    margin-bottom: 25px;
}

.hbl-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hbl-services-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.hbl-services-list li i {
    flex-shrink: 0;
}

/* Pricing section styling */
.hbl-pricing-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* Reviews section (full width below services & pricing) styling */
.hbl-reviews-section-full {
    margin-bottom: 40px;
}

.hbl-reviews-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.hbl-reviews-rating .hbl-stars {
    display: flex;
    gap: 6px;
}

.hbl-review-content p {
    margin: 0 0 15px 0;
}

.hbl-no-reviews p {
    margin: 0;
}

.hbl-pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hbl-pricing-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.hbl-pricing-list li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
    .hbl-two-column-section {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .hbl-services-section h4,
    .hbl-pricing-section h4,
    .hbl-reviews-section-full h4 {
        margin-bottom: 20px;
    }
}


/* =====================================================
   Pricing Plan Tier Variations
   ===================================================== */

/* Bronze Plan (Free/Basic) - Button-based navigation */

/* Bronze Plan: Buttons styling */
.hbl-plan-bronze .hbl-card-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Ensure buttons are properly sized */
.hbl-plan-bronze .hbl-card-actions .btn {
    flex: 1;
    min-width: 120px;
    white-space: nowrap;
}

/* Silver and Gold Plans */
.hbl-plan-silver .hbl-listing-card,
.hbl-plan-gold .hbl-listing-card {
    cursor: default;
}

/* Silver and Gold Plans - Enable positioning for premium badge */
.hbl-plan-silver,
.hbl-plan-gold {
    position: relative;
    overflow: visible; /* Ensure badge can overflow container */
}

/* Premium Badge for Silver and Gold Plans - Elementor can override these */
.hbl-plan-silver::before,
.hbl-plan-gold::before {
    /* Essential properties to make pseudo-element work */
    content: 'PREMIUM'; /* Default text - Elementor overrides this */
    display: inline-block;
    position: absolute;
    z-index: 10;
}

/* Bronze Plan: Entire card clickable, nested links disabled */
.hbl-plan-bronze .hbl-card-header {
    position: relative;
}

.hbl-plan-bronze .hbl-card-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-decoration: none;
    cursor: pointer;
    width: 100% !important;
    background: transparent;
    border: none;
    outline: none;
}

/* Grid view - ensure bronze cards have proper spacing and no border doubling */
.hbl-listings-container[data-view="grid"] .hbl-right-column > .hbl-listing-card.hbl-plan-bronze,
.hbl-listings-container[data-view="grid"] .hbl-right-column .hbl-listing-card.hbl-plan-bronze,
.hbl-listings-container[data-view="grid"] .hbl-right-column .hbl-bronze-card-wrapper .hbl-listing-card.hbl-plan-bronze {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    border: 1.5px solid var(--hbl-teal);
    position: relative;
    z-index: 0;
    box-shadow: none !important;
    outline: none !important;
    background-clip: padding-box;
    isolation: isolate;
}

/* CRITICAL: Bronze cards that follow another card get spacing - works regardless of container structure */
.hbl-listings-container[data-view="grid"] .hbl-right-column .hbl-listing-card.hbl-plan-bronze + .hbl-listing-card,
.hbl-listings-container[data-view="grid"] .hbl-right-column .hbl-listing-card + .hbl-listing-card.hbl-plan-bronze,
.hbl-listings-container[data-view="grid"] .hbl-right-column .hbl-listing-card.hbl-plan-bronze + .hbl-listing-card.hbl-plan-bronze {
    margin-top: 20px !important;
}

.hbl-listings-container[data-view="grid"] .hbl-right-column > .hbl-listing-card.hbl-plan-bronze .hbl-card-link-overlay {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    overflow: hidden;
    box-sizing: border-box;
}

/* Ensure overlay never appears on Silver/Gold cards (safeguard) */
.hbl-plan-silver .hbl-card-link-overlay,
.hbl-plan-gold .hbl-card-link-overlay {
    display: none !important;
}

/* Ensure all interactive elements in Silver/Gold cards are clickable */
.hbl-plan-silver .hbl-card-actions,
.hbl-plan-gold .hbl-card-actions,
.hbl-plan-silver .hbl-social-icons,
.hbl-plan-gold .hbl-social-icons,
.hbl-plan-silver .hbl-meta-item a,
.hbl-plan-gold .hbl-meta-item a {
    pointer-events: auto;
    position: relative;
    z-index: auto;
}

/* Disable ALL nested links in Bronze cards except Call Now button */
.hbl-plan-bronze .hbl-social-icons a,
.hbl-plan-bronze .hbl-meta-item a,
.hbl-plan-bronze .hbl-listing-logo a {
    pointer-events: none;
    cursor: default;
}

/* Keep Call Now button visible with higher z-index (but disabled) */
.hbl-plan-bronze .hbl-card-actions .hbl-btn-call,
.hbl-plan-bronze .hbl-btn-call.hbl-btn-disabled,
.hbl-plan-bronze button.hbl-btn-call {
    position: relative !important;
    z-index: 2 !important;
    pointer-events: none !important;
    width: 164px !important;
    min-width: 164px !important;
    max-width: 164px !important;
    opacity: 1 !important;
    flex: 0 0 164px !important;
    /* Keep same size and colors, just disable clicking */
}

/* Hide Book Online and Get Directions buttons in Bronze listings */
.hbl-plan-bronze .hbl-card-actions .hbl-btn-book-online,
.hbl-plan-bronze .hbl-card-actions .hbl-btn-book,
.hbl-plan-bronze .hbl-card-actions .hbl-btn-directions,
.hbl-plan-bronze .btn-book-online,
.hbl-plan-bronze .btn-book,
.hbl-plan-bronze .btn-directions {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}

/* Hide expandable content for Bronze */
.hbl-plan-bronze .hbl-card-expandable {
    display: none !important;
}

.hbl-plan-bronze .hbl-expand-btn {
    display: none !important;
}

/* Enhanced Rating Display */
.hbl-reviews-rating {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.hbl-rating-point {
    color: var(--hbl-accent);
    line-height: 1;
}

.hbl-rating-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hbl-rating-overall {
    color: var(--hbl-text-secondary);
}

/* Directorist Rating Stars Compatibility */

.directorist-review-submit__form .directorist-review-criteria__single__label{
    width: 50px !important;
}

.hbl-directorist-widget .directorist-rating-stars {
    display: flex;
    align-items: center;
    gap: 4px;
}

.hbl-directorist-widget .directorist-rating-stars i,
.hbl-directorist-widget .directorist-rating-stars .directorist-rate-active,
.hbl-directorist-widget .directorist-rating-stars span {
    color: var(--hbl-sand);
}

.hbl-directorist-widget .directorist-rating-stars .directorist-rate-active::before {
    color: var(--hbl-sand);
}

/* Ensure Directorist star icons work with both icon systems */
.hbl-directorist-widget .directorist-rating-stars .la,
.hbl-directorist-widget .directorist-rating-stars .las {
    font-size: inherit;
    width: auto;
    height: auto;
}

/* Override Directorist's default star styling in our widget */
.hbl-directorist-widget .directorist-rating-stars .directorist-rate-active,
.hbl-directorist-widget .directorist-rating-stars .directorist-rate-half,
.hbl-directorist-widget .directorist-rating-stars .directorist-rate {
    color: var(--hbl-sand) !important;
}

.hbl-directorist-widget .directorist-rating-stars .directorist-rate-active::before,
.hbl-directorist-widget .directorist-rating-stars .directorist-rate-half::before {
    color: var(--hbl-sand) !important;
}

/* Responsive Quick View */
@media (max-width: 767px) {
    .hbl-quick-view-content {
        max-width: 100%;
        max-height: 95vh;
    }
    
    .hbl-quick-view-body {
        padding: 30px 20px;
    }
    
    .hbl-quick-view-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .hbl-quick-view-actions {
        flex-direction: column;
    }
    
    .hbl-quick-view-actions .btn {
        width: 100%;
    }
    
    .hbl-reviews-rating {
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .hbl-quick-view-gallery {
        grid-template-columns: 1fr;
    }
    
    .hbl-quick-view-gallery img {
        height: 250px;
    }
    
    .hbl-reviews-rating {
        gap: 12px;
    }
}

/* ==========================================================================
   HBL Search Widget Styles
   ========================================================================== */

.hbl-search-widget {
    background: transparent;
    width: 557px;
}

.hbl-search-form {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
}

/* First Row: Button + Input */
.hbl-search-form-row-1 {
    display: flex;
    flex-direction: row;
}

/* Second Row: Filters (if enabled) */
.hbl-search-form-row-2 {
    display: flex;
    flex-direction: row;
    border-top: 1px solid rgba(65, 64, 66, 0.1);
}

/* Search Button Wrapper (Left Side) */
.hbl-search-button-wrapper {
    position: relative;
    flex-shrink: 0;
}

/* Search Button */
.hbl-search-button {
    padding: 20px 25px;
    border: none;
    border-radius: 5px 5px 5px 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    white-space: nowrap;
    height: 100%;
    min-height: 52px;
}

/* Loading Indicator */
.hbl-search-loading {
    padding: 40px 20px;
    text-align: center;
}

.hbl-spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto 15px;
    border: 4px solid rgba(249, 83, 42, 0.2);
    border-top-color: var(--hbl-accent);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Search Input Container (Right Side - fills available space) */
.hbl-search-input-container {
    flex: 1;
    display: flex;
    align-items: stretch;
    border-radius: 0 5px 0 0;
    transition: background 0.3s ease;
    margin: 0;
}

.hbl-search-input-container:focus-within {
    background: rgba(249, 83, 42, 0.05);
}

/* Search Input Field */
.hbl-search-input {
    width: 100%;
    height: 100%;
    text-align: center;
    min-height: 52px;
    padding: 15px 20px;
    border: none;
    outline: none;
    background: transparent;
    border-radius: inherit;
    transition: all 0.3s ease;
}

/* Filter Wrappers in Second Row */
.hbl-search-filter-wrapper {
    position: relative;
    flex: 1; /* Filters share equal width in second row */
    min-width: 0; /* Allow flex shrinking */
    border-radius: 0 0 5px 5px;
    transition: background 0.3s ease;
    display: flex;
    align-items: stretch;
}

.hbl-search-filter-wrapper:first-child {
    border-radius: 0 0 0 5px;
    padding: 5px;
}

.hbl-search-filter-wrapper:last-child {
    border-radius: 0 0 5px 5px;
}

.hbl-search-filter-wrapper:only-child {
    border-radius: 0 0 5px 5px;
}

.hbl-search-filter-wrapper:focus-within {
    background: rgba(249, 83, 42, 0.05);
}

.hbl-search-filter {
    width: 100%;
    min-height: 52px;
    padding: 15px 40px 15px 20px;
    border: none;
    border-radius: inherit;
    outline: none;
    background: transparent;
    cursor: pointer;
    appearance: none;
    transition: all 0.3s ease;
}

.hbl-filter-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
}

/* Search Results */
.hbl-search-results {
    margin-top: 40px;
}

.hbl-search-results-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hbl-results-title {
    margin-bottom: 30px;
}

.hbl-result-item {
    padding: 25px;
    border: 1px solid rgba(65, 64, 66, 0.2);
    border-radius: 5px;
    transition: all 0.3s ease;
}

.hbl-result-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.hbl-result-title {
    margin: 0 0 10px 0;
}

.hbl-result-title a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.hbl-result-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.hbl-result-type-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 3px;
    text-transform: uppercase;
}

.hbl-result-address i {
    margin-right: 5px;
}

.hbl-no-results {
    padding: 60px 20px;
    text-align: center;
}

.hbl-no-results p {
    margin: 0;
}

/* Responsive Design */

/* Tablet (768px and below) */
@media (max-width: 768px) {
    .hbl-search-widget {
        max-width: 100%;
    }

    .hbl-search-form {
        padding: 0px;
        gap: 8px;
    }

    .hbl-search-button {
        padding: 15px 20px;
        min-height: 48px;
    }

    .hbl-search-input {
        padding: 12px 15px;
    }

    .hbl-search-filter {
        padding: 12px 35px 12px 15px;
    }

    .hbl-filter-icon {
        right: 12px;
    }
}

/* Mobile Landscape (576px and below) */
@media (max-width: 576px) {
    .hbl-search-form {
        gap: 6px;
        padding: 0px;
    }

    .hbl-search-button {
        padding: 12px 18px;
        min-height: 44px;
    }

    .hbl-search-input {
        padding: 10px 12px;
    }
}

/* Mobile Portrait (480px and below) */
@media (max-width: 480px) {
    .hbl-search-form {
        gap: 0;
    }

    .hbl-search-form-row-1 {
        flex-direction: column;
    }

    .hbl-search-button-wrapper {
        width: 100%;
        order: 2; /* Move button below input on mobile */
    }

    .hbl-search-input-container {
        width: 100%;
        order: 1;
    }

    .hbl-search-button {
        width: 100%;
        padding: 15px 20px;
        min-height: 48px;
    }

    .hbl-search-form-row-2 {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
    }

    .hbl-search-filter-wrapper {
        width: 100%;
    }

    .hbl-search-filter {
        width: 100%;
    }
}

/* Extra Small Mobile (375px and below) */
@media (max-width: 375px) {
    .hbl-search-form-row-2 {
        padding: 8px;
        gap: 8px;
    }

    .hbl-search-button {
        padding: 12px 16px;
        min-height: 44px;
    }

    .hbl-search-input {
        padding: 12px;
    }

    .hbl-search-filter {
        padding: 10px 30px 10px 12px;
    }
}

/* Very Small Screens (320px and below) */
@media (max-width: 320px) {
    .hbl-search-form-row-2 {
        padding: 6px;
        gap: 6px;
    }

    .hbl-search-button {
        padding: 10px 14px;
        min-height: 40px;
    }

    .hbl-search-input {
        padding: 10px;
    }
}

/* ==========================================================================
   HBL Search Results Page Styles
   ========================================================================== */

.hbl-search-results-page {
    padding: 60px 0;
    min-height: 60vh;
}

.hbl-search-results-page .page-header {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--hbl-accent);
}

.hbl-search-results-page .page-title {
    margin: 0;
}

.hbl-results-count {
    margin-bottom: 30px;
    padding: 15px 20px;
    background: rgba(249, 83, 42, 0.1);
    border-radius: 5px;
}

.hbl-search-results-container {
    margin-top: 30px;
}

.hbl-result-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hbl-result-link:hover {
    gap: 12px;
}

.hbl-result-phone a {
    text-decoration: none;
}

.hbl-result-phone a:hover {
    text-decoration: underline;
}

/* No Results Message */
.no-results.not-found {
    padding: 60px 20px;
    text-align: center;
}

.no-results .page-header {
    border-bottom: none;
}

.no-results .page-content {
    margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .hbl-search-results-page {
        padding: 40px 0;
    }

    .hbl-result-item {
        padding: 20px;
    }

    .hbl-result-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* ==========================================================================
   HBL Listings Grid Widget
   Uses .hbl-grid- prefix to avoid conflicts
   ========================================================================== */

.hbl-grid-wrapper {
    width: 100%;
}

.hbl-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 50px;
    width: 100%;
}

/* Grid Card */
.hbl-grid-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    border-radius: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hbl-grid-card:hover {
    transform: translateY(-5px);
}

/* Image Wrapper */
.hbl-grid-image-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.hbl-grid-image-link {
    display: block;
    width: 100%;
    text-decoration: none;
}

.hbl-grid-image {
    width: 100%;
    height: 297px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    transition: transform 0.3s ease;
    position: relative;
}

.hbl-grid-card:hover .hbl-grid-image {
    transform: scale(1.05);
}

.hbl-grid-no-image {
    background: rgba(65, 64, 66, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hbl-grid-no-image-text {
    opacity: 0.5;
}

/* Content Area */
.hbl-grid-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-self: stretch;
}

/* Title */
.hbl-grid-title {
    margin: 0;
    padding: 0;
}

.hbl-grid-title a {
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.hbl-grid-title a:hover {
    opacity: 0.8;
}

/* Excerpt */
.hbl-grid-excerpt {
    margin: 0;
}

/* Category Icon */
.hbl-grid-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 12px;
    background: #F9532A;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    flex-shrink: 0;
}

.hbl-grid-icon:hover {
    background: #d94523;
}

.hbl-grid-icon svg {
    width: 10px;
    height: 10px;
    stroke-width: 2.43px;
    transition: transform 0.3s ease;
}

.hbl-grid-icon:hover svg {
    transform: translate(2px, -2px);
}

/* No Listings Message */
.hbl-grid-no-listings {
    width: 100%;
    padding: 60px 20px;
    text-align: center;
    background: rgba(65, 64, 66, 0.05);
    border-radius: 5px;
}

/* Tablet Screens (768px - 1199px) */
@media (max-width: 1199px) {
    .hbl-grid-container {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 25px;
        row-gap: 40px;
    }

    .hbl-grid-card {
        max-width: 100%;
    }
}

/* Mobile Screens (below 768px) */
@media (max-width: 767px) {
    .hbl-grid-container {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 40px;
    }

    .hbl-grid-card {
        max-width: 100%;
    }

    .hbl-grid-image {
        height: 250px;
    }

    .hbl-grid-content {
        gap: 20px;
    }
}

/* Small Mobile (below 480px) */
@media (max-width: 480px) {
    .hbl-grid-container {
        row-gap: 30px;
    }

    .hbl-grid-image {
        height: 200px;
    }

    .hbl-grid-content {
        gap: 15px;
    }

    .hbl-grid-icon {
        width: 36px;
        height: 36px;
        padding: 10px;
    }

    .hbl-grid-icon svg {
        width: 9px;
        height: 9px;
    }
}

/* ==========================================================================
   HBL Listings Grid Slider Styles (Mobile/Tablet)
   ========================================================================== */

/* Mobile Slider Container */
.hbl-mobile-slider {
    position: relative;
    padding-bottom: 0;
    display: none;
}

.hbl-mobile-slider .swiper-wrapper {
    align-items: stretch;
}

.hbl-mobile-slider .swiper-slide {
    height: auto;
    display: flex;
}

.hbl-mobile-slider .hbl-grid-card {
    height: 100%;
    width: 100%;
}

/* Slider Navigation Arrows */
.hbl-mobile-slider .swiper-button-next,
.hbl-mobile-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Desktop Grid Display */
.hbl-desktop-grid {
    display: grid !important;
}

.hbl-mobile-slider {
    display: none !important;
}

/* Tablet and Mobile: Show Slider, Hide Grid */
@media (max-width: 1024px) {
    .hbl-desktop-grid {
        display: none !important;
    }

    .hbl-mobile-slider {
        display: block !important;
    }
}

/* Desktop: Show Grid, Hide Slider */
@media (min-width: 1025px) {
    .hbl-desktop-grid {
        display: grid !important;
    }

    .hbl-mobile-slider {
        display: none !important;
    }
}

/* Responsive Slider Adjustments */
@media (max-width: 767px) {
    .hbl-mobile-slider {
        padding-bottom: 0;
    }

    .hbl-mobile-slider .swiper-button-next,
    .hbl-mobile-slider .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 480px) {
    .hbl-mobile-slider {
        padding-bottom: 0;
    }

    .hbl-mobile-slider .swiper-button-next,
    .hbl-mobile-slider .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
}

/* ==========================================================================
   HBL Static Grid Widget (Grid of Listing)
   Uses .static-grid- prefix to avoid conflicts
   ========================================================================== */

.static-grid-wrapper {
    width: 100%;
}

.static-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 50px;
    width: 100%;
}

/* Grid Card */
.static-grid-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    border-radius: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.static-grid-card:hover {
    transform: translateY(-5px);
}

/* Image Wrapper */
.static-grid-image-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.static-grid-image-link {
    display: block;
    width: 100%;
    text-decoration: none;
}

.static-grid-image {
    width: 100%;
    height: 297px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    transition: transform 0.3s ease;
    position: relative;
}

.static-grid-card:hover .static-grid-image {
    transform: scale(1.05);
}

.static-grid-no-image {
    background: rgba(65, 64, 66, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.static-grid-no-image-text {
    opacity: 0.5;
}

/* Content Area */
.static-grid-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-self: stretch;
}

/* Title */
.static-grid-title {
    margin: 0;
    padding: 0;
}

.static-grid-title a {
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.static-grid-title a:hover {
    opacity: 0.8;
}

/* Description */
.static-grid-description {
    margin: 0;
}

/* Arrow Icon */
.static-grid-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 12px;
    background: #F9532A;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    flex-shrink: 0;
}

.static-grid-icon:hover {
    background: #d94523;
}

.static-grid-icon svg {
    width: 10px;
    height: 10px;
    stroke-width: 2.43px;
    transition: transform 0.3s ease;
}

.static-grid-icon:hover svg {
    transform: translate(2px, -2px);
}

/* No Items Message */
.static-grid-no-items {
    width: 100%;
    padding: 60px 20px;
    text-align: center;
    background: rgba(65, 64, 66, 0.05);
    border-radius: 5px;
}

/* Tablet Screens (768px - 1199px) */
@media (max-width: 1199px) {
    .static-grid-container {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 25px;
        row-gap: 40px;
    }

    .static-grid-card {
        max-width: 100%;
    }
}

/* Mobile Screens (below 768px) */
@media (max-width: 767px) {
    .static-grid-container {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 40px;
    }

    .static-grid-card {
        max-width: 100%;
    }

    .static-grid-image {
        height: 250px;
    }

    .static-grid-content {
        gap: 20px;
    }
}

/* Small Mobile (below 480px) */
@media (max-width: 480px) {
    .static-grid-container {
        row-gap: 30px;
    }

    .static-grid-image {
        height: 200px;
    }

    .static-grid-content {
        gap: 15px;
    }

    .static-grid-icon {
        width: 36px;
        height: 36px;
        padding: 10px;
    }

    .static-grid-icon svg {
        width: 9px;
        height: 9px;
    }
}

/* ==========================================================================
   HBL Static Grid Slider Styles (Mobile/Tablet)
   ========================================================================== */

/* Mobile Slider Container */
.static-mobile-slider {
    position: relative;
    padding-bottom: 0;
    display: none;
}

.static-mobile-slider .swiper-wrapper {
    align-items: stretch;
}

.static-mobile-slider .swiper-slide {
    height: auto;
    display: flex;
}

.static-mobile-slider .static-grid-card {
    height: 100%;
    width: 100%;
}

/* Slider Navigation Arrows */

.swiper-button-next{
    right: 0px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.swiper-button-prev{
    left: 0px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.static-mobile-slider .swiper-button-next,
.static-mobile-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Desktop Grid Display */
.static-desktop-grid {
    display: grid !important;
}

.static-mobile-slider {
    display: none !important;
}

/* Tablet and Mobile: Show Slider, Hide Grid */
@media (max-width: 1024px) {
    .static-desktop-grid {
        display: none !important;
    }

    .static-mobile-slider {
        display: block !important;
    }
}

/* Desktop: Show Grid, Hide Slider */
@media (min-width: 1025px) {
    .static-desktop-grid {
        display: grid !important;
    }

    .static-mobile-slider {
        display: none !important;
    }
}

/* Responsive Slider Adjustments */
@media (max-width: 767px) {
    .static-mobile-slider {
        padding-bottom: 0;
    }

    .static-mobile-slider .swiper-button-next,
    .static-mobile-slider .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 480px) {
    .static-mobile-slider {
        padding-bottom: 0;
    }

    .static-mobile-slider .swiper-button-next,
    .static-mobile-slider .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
}

/* Static Grid Slider - Container Setup */
.static-mobile-slider {
    position: relative;
}

.static-mobile-slider .static-grid-card {
    position: relative;
}

.static-mobile-slider .static-grid-image-wrapper {
    position: relative;
}

/* Static Grid Slider - Navigation Arrows */
.static-mobile-slider .swiper-button-next,
.static-mobile-slider .swiper-button-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    z-index: 10;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.static-mobile-slider .swiper-button-prev {
    left: 0px;
}

.static-mobile-slider .swiper-button-next {
    right: 0px;
}

.static-mobile-slider .swiper-button-next:hover,
.static-mobile-slider .swiper-button-prev:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.static-mobile-slider .swiper-button-next.swiper-button-disabled,
.static-mobile-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

/* Position arrows to center on the image specifically */
.static-mobile-slider .swiper-slide {
    position: relative;
}

.static-mobile-slider .swiper-wrapper {
    position: relative;
}

/* Static Grid Slider - Pagination */
.static-mobile-slider .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    text-align: center;
}

.static-mobile-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    margin: 0 8px;
    transition: all 0.3s ease;
}

.static-mobile-slider .swiper-pagination-bullet-active {
    transform: scale(1.3);
}

/* Better centering approach - using transform */
.static-mobile-slider .swiper-button-next,
.static-mobile-slider .swiper-button-prev {
    transform: translateY(-275%);
}

.static-mobile-slider .swiper-button-next:hover,
.static-mobile-slider .swiper-button-prev:hover {
    transform: translateY(-50%) scale(1.1);
}

/* Responsive adjustments for navigation arrows */
@media (max-width: 767px) {
    .static-mobile-slider .swiper-button-next,
    .static-mobile-slider .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .static-mobile-slider .swiper-button-prev {
        left: 0px;
    }

    .static-mobile-slider .swiper-button-next {
        right: 0px;
    }
}

/* ==========================================================================
   HBL CTA Section Widget
   ========================================================================== */

.hbl-cta-section {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    width: 100%;
    background: #008080;
    padding: 25px 100px;
    gap: 65px;
}

/* CTA Item */
.hbl-cta-item {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}

.hbl-cta-item:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* CTA Item Inner Container */
.hbl-cta-item-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

/* CTA Icon */
.hbl-cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.hbl-cta-icon svg {
    width: 30px;
    height: 30px;
}

.hbl-cta-item:hover .hbl-cta-icon {
    transform: scale(1.1);
}

/* CTA Text */
.hbl-cta-text {
    white-space: nowrap;
    transition: color 0.3s ease;
}

/* Vertical Dividers (Desktop) */
.hbl-cta-divider.vertical {
    width: 1px;
    height: 40px;
    align-self: center;
    flex-shrink: 0;
}

/* Horizontal Dividers (Mobile) */
.hbl-cta-divider.horizontal {
    display: none;
    width: 100%;
    height: 1px;
}

/* Tablet Screens (992px and below) */
@media (max-width: 992px) {
    .hbl-cta-section {
        padding: 20px 60px;
        gap: 50px;
    }

    .hbl-cta-icon {
        width: 28px;
        height: 28px;
    }

    .hbl-cta-icon svg {
        width: 28px;
        height: 28px;
    }
}

/* Tablet Screens (768px and below) */
@media (max-width: 768px) {
    .hbl-cta-section {
        flex-direction: column;
        padding: 25px 50px;
        gap: 0;
    }

    .hbl-cta-item {
        padding: 25px 0;
    }

    .hbl-cta-item-inner {
        gap: 15px;
    }

    /* Hide vertical dividers on mobile */
    .hbl-cta-divider.vertical {
        display: none;
    }

    /* Show horizontal dividers on mobile */
    .hbl-cta-divider.horizontal {
        display: block;
    }

    .hbl-cta-icon {
        width: 26px;
        height: 26px;
    }

    .hbl-cta-icon svg {
        width: 26px;
        height: 26px;
    }
}

/* Mobile Screens (576px and below) */
@media (max-width: 576px) {
    .hbl-cta-section {
        padding: 20px 30px;
    }

    .hbl-cta-item {
        padding: 20px 0;
    }

    .hbl-cta-icon {
        width: 24px;
        height: 24px;
    }

    .hbl-cta-icon svg {
        width: 24px;
        height: 24px;
    }
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
    .hbl-cta-section {
        padding: 15px 20px;
    }

    .hbl-cta-item {
        padding: 15px 0;
    }

    .hbl-cta-item-inner {
        gap: 12px;
    }

    .hbl-cta-icon {
        width: 22px;
        height: 22px;
    }

    .hbl-cta-icon svg {
        width: 22px;
        height: 22px;
    }
}

/* Extra Small Mobile (375px and below) */
@media (max-width: 375px) {
    .hbl-cta-section {
        padding: 12px 15px;
    }

    .hbl-cta-item {
        padding: 12px 0;
    }

    .hbl-cta-icon {
        width: 20px;
        height: 20px;
    }

    .hbl-cta-icon svg {
        width: 20px;
        height: 20px;
    }
}

/* =================================================================
   HBL BLOGS SECTION
   ================================================================= */

.hbl-blogs-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 51px;
    padding: 50px 0;
    width: 100%;
}

/* Header Section */
.hbl-blogs-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.hbl-blogs-header-text {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.hbl-blogs-subtitle {
    margin: 0;
}

.hbl-blogs-title {
    margin: 0;
}

.hbl-blogs-header-button {
    display: flex;
    align-items: center;
    gap: 31px;
}

.hbl-blogs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 25px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.hbl-blogs-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(249, 83, 42, 0.3);
}

/* Blog Grid */
.hbl-blogs-grid {
    display: grid;
    grid-template-columns: 662px 1fr;
    gap: 75px;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
}

/* Right Column Container */
.hbl-blogs-right-column {
    display: flex;
    flex-direction: column;
    gap: 52px;
    width: 100%;
    min-width: 0;
}

/* Featured Blog Card (Large Card) */
.hbl-blog-featured {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 50px;
    padding: 45px;
    width: 662px;
    min-height: 608px;
    height: 608px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.hbl-blog-featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
}

.hbl-blog-featured .hbl-blog-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.hbl-blog-featured .hbl-blog-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 407px;
}

.hbl-blog-featured .hbl-blog-date {
    margin: 0;
}

.hbl-blog-featured .hbl-blog-card-title {
    margin: 0;
}

.hbl-blog-featured .hbl-blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
}

.hbl-blog-featured .hbl-blog-read-more svg {
    transition: transform 0.3s ease;
}

.hbl-blog-featured .hbl-blog-read-more:hover svg {
    transform: translateX(5px);
}

/* Standard Blog Card (Right Column Cards) */
.hbl-blog-standard {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 75px;
    width: 100%;
}

.hbl-blog-image {
    width: 291px;
    min-width: 291px;
    max-width: 291px;
    height: 278px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    flex-shrink: 0;
}

.hbl-blog-standard .hbl-blog-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
    flex: 1;
    min-width: 0;
}

.hbl-blog-standard .hbl-blog-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hbl-blog-standard .hbl-blog-date {
    margin: 0;
}

.hbl-blog-standard .hbl-blog-card-title {
    margin: 0;
}

.hbl-blog-standard .hbl-blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
}

.hbl-blog-standard .hbl-blog-read-more svg {
    transition: transform 0.3s ease;
}

.hbl-blog-standard .hbl-blog-read-more:hover svg {
    transform: translateX(5px);
}

/* Wide Screens - Keep Figma proportions */
@media (min-width: 1440px) {
    .hbl-blogs-section {
        max-width: 1920px;
        margin: 0 auto;
    }
}

/* Large Screens Adjustment */
@media (max-width: 1439px) {
    .hbl-blogs-grid {
        grid-template-columns: minmax(500px, 662px) 1fr;
        gap: 60px;
    }

    .hbl-blog-featured {
        width: 100%;
        max-width: 662px;
    }

    .hbl-blog-standard {
        gap: 50px;
    }

    .hbl-blog-image {
        width: 260px;
        min-width: 260px;
        max-width: 260px;
        height: 250px;
    }
}

@media (max-width: 1200px) {
    .hbl-blogs-grid {
        grid-template-columns: minmax(450px, 475px) 1fr;
        gap: 50px;
    }

    .hbl-blog-featured {
        width: 100%;
        min-height: 550px;
        height: auto;
    }

    .hbl-blog-standard {
        gap: 40px;
    }

    .hbl-blog-image {
        width: 240px;
        min-width: 240px;
        max-width: 240px;
        height: 230px;
    }
}

/* Tablet Styles (768px to 991px) */
@media (max-width: 991px) {
    .hbl-blogs-section {
        gap: 40px;
        padding: 40px 0;
    }

    .hbl-blogs-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .hbl-blogs-header-button {
        display: none;
    }

    .hbl-blogs-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .hbl-blogs-right-column {
        gap: 40px;
    }

    .hbl-blog-featured {
        min-height: 500px;
        padding: 35px;
        max-width: 100%;
    }

    .hbl-blog-standard {
        gap: 40px;
    }

    .hbl-blog-image {
        width: 250px;
        min-width: 250px;
        height: 240px;
    }
}

/* Mobile Styles (below 768px) */
@media (max-width: 767px) {
    .hbl-blogs-section {
        gap: 50px;
        padding: 50px 0;
    }

    .hbl-blogs-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .hbl-blogs-header-text {
        align-items: center;
    }

    .hbl-blogs-subtitle {
        text-align: center;
    }

    .hbl-blogs-title {
        text-align: center;
    }

    .hbl-blogs-header-button {
        display: none;
    }

    .hbl-blogs-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .hbl-blogs-right-column {
        gap: 40px;
    }

    .hbl-blog-featured {
        min-height: 608px;
        padding: 45px;
        max-width: 100%;
    }

    .hbl-blog-featured .hbl-blog-text {
        max-width: 100%;
    }

    .hbl-blog-standard {
        flex-direction: column;
        gap: 25px;
    }

    .hbl-blog-image {
        width: 100%;
        min-width: 100%;
        height: 278px;
    }
}

/* Mobile Button Styles */
.hbl-blogs-mobile-button {
    display: none;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.hbl-blogs-mobile-button .hbl-blogs-button {
    width: 50%;
    justify-content: center;
}

/* Show mobile button on tablet and mobile */
@media (max-width: 991px) {
    .hbl-blogs-mobile-button {
        display: flex;
    }
}

/* Small Mobile (below 480px) */
@media (max-width: 480px) {
    .hbl-blogs-section {
        gap: 40px;
        padding: 40px 0;
    }

    .hbl-blogs-button {
        padding: 15px 20px;
    }

    .hbl-blogs-grid {
        gap: 40px;
    }

    .hbl-blogs-right-column {
        gap: 30px;
    }

    .hbl-blog-featured {
        min-height: 500px;
        padding: 30px;
        gap: 30px;
    }

    .hbl-blog-featured .hbl-blog-content {
        gap: 30px;
    }

    .hbl-blog-standard {
        gap: 20px;
    }

    .hbl-blog-standard .hbl-blog-content {
        gap: 30px;
    }
}

/* Extra Small Mobile (below 375px) */
@media (max-width: 375px) {

    .hbl-blog-featured {
        min-height: 450px;
        padding: 25px;
    }
}

/* ============================================
   HBL ROW SEARCH WIDGET STYLES
   ============================================ */

.hbl-row-search-wrapper {
    display: flex;
    width: 100%;
}

.hbl-row-search-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    width: 100%;
}

/* Search Input Field */
.hbl-row-search-field {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.hbl-row-search-input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
}

.hbl-row-search-input::placeholder {
    opacity: 1;
}

/* Dropdowns */
.hbl-row-search-dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.hbl-row-search-dropdown-label {
    flex: 1;
}

.hbl-row-search-dropdown-icon {
    flex-shrink: 0;
    fill: none;
    transition: transform 0.3s ease;
}

.hbl-row-search-dropdown.active .hbl-row-search-dropdown-icon {
    transform: rotate(180deg);
}

/* Dropdown Menu */
.hbl-row-search-dropdown-menu {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.hbl-row-search-dropdown.active .hbl-row-search-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.hbl-row-search-dropdown-option {
    padding: 12px 20px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.hbl-row-search-dropdown-option:hover {
    background-color: rgba(249, 83, 42, 0.1);
}

.hbl-row-search-dropdown-option.selected {
    background-color: rgba(249, 83, 42, 0.15);
}

/* Search Button */
.hbl-row-search-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.hbl-row-search-button:hover {
    transform: translateY(-2px);
}

/* Responsive - Mobile */
@media (max-width: 767px) {
    .hbl-row-search-container {
        flex-direction: column;
    }

    .hbl-row-search-field,
    .hbl-row-search-dropdown,
    .hbl-row-search-button {
        width: 100%;
    }

    .hbl-row-search-dropdown {
        align-self: stretch;
    }
}

/* ========================================
   HBL FAQs Widget Styles
   ======================================== */

.hbl-faqs-wrapper {
    width: 100%;
}

/* FAQ Item */
.hbl-faq-item {
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Question */
.hbl-faq-question {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
    position: relative;
}

.hbl-faq-question.icon-left {
    flex-direction: row;
}

.hbl-faq-question.icon-right {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.hbl-faq-question-text {
    flex: 1;
    transition: color 0.3s ease;
}

/* FAQ Icon */
.hbl-faq-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.hbl-faq-item.active .hbl-faq-icon {
    transform: rotate(0deg);
}

/* Answer Wrapper */
.hbl-faq-answer-wrapper {
    overflow: hidden;
    transition: all 0.3s ease;
}

.hbl-faq-answer {
    line-height: 1.8;
}

.hbl-faq-answer p {
    margin: 0 0 10px 0;
}

.hbl-faq-answer p:last-child {
    margin-bottom: 0;
}

.hbl-faq-answer ul,
.hbl-faq-answer ol {
    margin: 10px 0;
    padding-left: 20px;
}

.hbl-faq-answer li {
    margin-bottom: 5px;
}

.hbl-faq-answer a {
    color: #F9532A;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hbl-faq-answer a:hover {
    color: #191919;
    text-decoration: underline;
}

/* Animation Classes */
.hbl-faq-answer-wrapper.expanding {
    animation: expandAnswer 0.3s ease forwards;
}

.hbl-faq-answer-wrapper.collapsing {
    animation: collapseAnswer 0.3s ease forwards;
}

@keyframes expandAnswer {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 1000px;
    }
}

@keyframes collapseAnswer {
    from {
        opacity: 1;
        max-height: 1000px;
    }
    to {
        opacity: 0;
        max-height: 0;
    }
}

/* =====================================================
   HBL Search Column Widget
   ===================================================== */

.hbl-search-column-widget {
    width: 100%;
    max-width: 488px;
}

.hbl-search-column-form {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 100%;
}

.hbl-search-column-field {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hbl-search-column-label {
    color: #FFFFFF;
    text-align: left;
}

.hbl-search-column-select-wrapper {
    position: relative;
    width: 100%;
}

.hbl-search-column-select-wrapper.hbl-has-icon {
    position: relative;
}

.hbl-search-column-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--hbl-accent);
    z-index: 2;
    pointer-events: none;
}

.hbl-search-column-select {
    width: 100%;
    padding: 20px;
    background: #EEEEEE;
    border: none;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.25);
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6' fill='none'%3E%3Cpath d='M1 1L6 5L11 1' stroke='%23F9532A' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px 6px;
    cursor: pointer;
    transition: var(--hbl-transition-base);
}

.hbl-search-column-select.hbl-with-icon {
    padding-left: 60px;
}

.hbl-search-column-select:focus {
    outline: none;
    box-shadow: 0 0 0 2px var(--hbl-accent);
}

.hbl-search-column-button {
    width: 100%;
    padding: 20px 25px;
    background: var(--hbl-accent);
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    transition: var(--hbl-transition-base);
}

.hbl-search-column-button:hover {
    background: var(--hbl-primary);
}

/* Responsive Styles for Search Column */

/* Tablet */
@media (max-width: 991px) {
    .hbl-search-column-widget {
        max-width: 400px;
    }
}

/* Mobile Large */
@media (max-width: 767px) {
    .hbl-search-column-widget {
        max-width: 100%;
    }

    .hbl-search-column-form {
        gap: 25px;
    }

    .hbl-search-column-field {
        gap: 12px;
    }

    .hbl-search-column-select {
        padding: 18px;
    }

    .hbl-search-column-select.hbl-with-icon {
        padding-left: 55px;
    }

    .hbl-search-column-icon {
        left: 18px;
    }

    .hbl-search-column-button {
        padding: 18px 22px;
    }
}

/* Mobile Medium */
@media (max-width: 576px) {
    .hbl-search-column-form {
        gap: 20px;
    }

    .hbl-search-column-field {
        gap: 10px;
    }

    .hbl-search-column-select {
        padding: 15px;
    }

    .hbl-search-column-select.hbl-with-icon {
        padding-left: 50px;
    }

    .hbl-search-column-icon {
        left: 15px;
    }

    .hbl-search-column-button {
        padding: 15px 20px;
    }
}

/* Mobile Small */
@media (max-width: 480px) {
    .hbl-search-column-form {
        gap: 18px;
    }

    .hbl-search-column-select {
        padding: 12px;
    }

    .hbl-search-column-select.hbl-with-icon {
        padding-left: 45px;
    }

    .hbl-search-column-icon {
        left: 12px;
    }

    .hbl-search-column-button {
        padding: 12px 18px;
    }
}

/* Mobile Extra Small */
@media (max-width: 375px) {
    .hbl-search-column-form {
        gap: 15px;
    }

    .hbl-search-column-field {
        gap: 8px;
    }

    .hbl-search-column-select {
        padding: 10px;
    }

    .hbl-search-column-select.hbl-with-icon {
        padding-left: 40px;
    }

    .hbl-search-column-icon {
        left: 10px;
    }

    .hbl-search-column-button {
        padding: 10px 15px;
    }
}

/* =====================================================
   HBL Calendar Widget Styles
   ===================================================== */

.hbl-calendar-widget {
    display: flex;
    flex-direction: column;
    gap: 100px;
    width: 100%;
}

.hbl-calendar-top-section {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}

.hbl-calendar-main-title {
    color: #191919;
    margin: 0;
}

.hbl-calendar-month-title {
    color: #008080;
    margin: 0;
}

.hbl-calendar-wrapper {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
    width: 100%;
}

.hbl-calendar-left-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 950px;
}

.hbl-calendar-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: rgba(30, 30, 30, 0.5);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.hbl-calendar-grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(30, 30, 30, 0.5);
    z-index: 0;
    pointer-events: none;
}

.hbl-calendar-grid > * {
    position: relative;
    z-index: 1;
}

.hbl-calendar-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 100px;
}

.hbl-calendar-featured-events {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
    width: 460px;
}

.hbl-calendar-featured-event {
    width: 100%;
}

.hbl-calendar-featured-event-bg {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    overflow: hidden;
}

.hbl-calendar-featured-event-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(25, 25, 25, 0.63);
    z-index: 1;
}

.hbl-calendar-featured-event-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 41px;
    padding: 50px 40px;
    text-align: center;
}

.hbl-calendar-featured-event:first-child .hbl-calendar-featured-event-bg {
    min-height: auto;
    height: auto;
}

.hbl-calendar-featured-event:first-child .hbl-calendar-featured-event-content {
    min-height: auto;
    height: auto;
}

.hbl-calendar-featured-event:last-child .hbl-calendar-featured-event-bg {
    flex: 1;
    min-height: 0;
}

.hbl-calendar-featured-event:last-child .hbl-calendar-featured-event-content {
    min-height: auto;
    height: 100%;
}

.hbl-calendar-featured-event-title {
    color: #EEEEEE;
    margin: 0;
    max-width: 335px;
}

.hbl-calendar-featured-event-description {
    color: #EEEEEE;
    margin: 0;
    max-width: 288px;
}

.hbl-calendar-featured-event-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 25px;
    background-color: #F9532A;
    color: #EEEEEE;
    text-decoration: none;
    border-radius: 5px;
    transition: opacity 0.3s ease;
}

.hbl-calendar-featured-event-cta:hover {
    opacity: 0.9;
}

.hbl-calendar-weekdays {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.hbl-calendar-weekday {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16.12px 20.14px;
    background-color: #008080;
    color: #EEEEEE;
    text-align: center;
}

.hbl-calendar-weekday:last-child {
    text-align: center;
}

.hbl-calendar-dates {
    display: flex;
    flex-direction: column;
}

.hbl-calendar-week {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.hbl-calendar-date-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hbl-calendar-date-wrapper.other-month .hbl-calendar-date {
    opacity: 0.3;
}

.hbl-calendar-date {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16.12px 20.14px;
    width: 135.71px;
    height: 147.46px;
    border: 0.4px solid #EEEEEE;
    background-color: transparent;
    color: #EEEEEE;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.hbl-calendar-date.empty {
    cursor: default;
    border-color: #EEEEEE;
}

.hbl-calendar-date:hover:not(.empty):not(.active) {
    background-color: rgba(0, 128, 128, 0.3);
}

.hbl-calendar-date.active {
    background-color: #008080;
}

.hbl-calendar-date.has-events {
    position: relative;
}

.hbl-calendar-date.has-events::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background-color: #F9532A;
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.hbl-calendar-date.has-events.active::after {
    opacity: 1;
}


.hbl-calendar-nav-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    color: #191919;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.3s ease;
}

.hbl-calendar-nav-btn:hover {
    opacity: 0.7;
}

.hbl-calendar-nav-btn svg {
    width: 8px;
    height: 11px;
    stroke: currentColor;
}

.hbl-calendar-prev {
    flex-direction: row-reverse;
}

.hbl-calendar-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.5);
}

.hbl-calendar-events-section {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}

.hbl-calendar-section-title {
    color: #008080;
    margin: 0;
}

.hbl-calendar-events-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}

.hbl-calendar-event-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 76px;
    padding: 60px;
    width: 1440px;
    max-width: 100%;
    min-height: 446px;
    background-color: #EEEEEE;
    border: 1.5px solid #008080;
    border-radius: 0;
}

.hbl-calendar-event-image {
    width: 599px;
    max-width: 100%;
    height: 326px;
    min-width: 0;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    object-fit: cover;
}

.hbl-calendar-event-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
    flex: 1;
}

.hbl-calendar-event-title {
    color: #191919;
    margin: 0;
}

.hbl-calendar-event-excerpt {
    color: #191919;
    margin: 0;
}

.hbl-calendar-event-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #191919;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.hbl-calendar-event-link:hover {
    opacity: 0.7;
}

.hbl-calendar-event-link svg {
    width: 8px;
    height: 11px;
    stroke: currentColor;
}

.hbl-calendar-no-events {
    color: #191919;
    text-align: center;
    padding: 40px;
}

/* Responsive Styles for Calendar Widget */

/* Desktop Large (1440px+) */
@media (max-width: 1600px) {
    .hbl-calendar-left-section {
        width: 100%;
    }

    .hbl-calendar-wrapper {
        flex-wrap: wrap;
    }

    .hbl-calendar-featured-events {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .hbl-calendar-featured-event {
        flex: 1;
        min-width: 300px;
    }

    .hbl-calendar-event-card {
        width: 100%;
        max-width: 1440px;
        /* Keep row layout on desktop */
    }

    .hbl-calendar-event-image {
        width: 100%;
        max-width: 599px;
        min-width: 0;
        flex-shrink: 0;
        height: auto;
        aspect-ratio: 599 / 326;
    }
}

/* Desktop (1200px - 1439px) */
@media (max-width: 1439px) {
    .hbl-calendar-widget {
        gap: 80px;
    }

    .hbl-calendar-event-card {
        padding: 50px;
        min-height: auto;
    }
}

/* Tablet (768px - 1199px) */
@media (max-width: 1199px) {
    .hbl-calendar-widget {
        gap: 60px;
    }

    .hbl-calendar-top-section {
        gap: 40px;
    }

    .hbl-calendar-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .hbl-calendar-grid {
        width: 100%;
    }

    .hbl-calendar-date {
        width: auto;
        height: 120px;
    }

    .hbl-calendar-featured-events {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .hbl-calendar-featured-event {
        flex: 1;
        min-width: 300px;
    }

    .hbl-calendar-event-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px;
        gap: 40px;
    }

    .hbl-calendar-event-image {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 250px;
        min-height: 250px;
        flex-shrink: 0;
    }
}

/* Mobile (below 768px) */
@media (max-width: 767px) {
    .hbl-calendar-widget {
        gap: 50px;
    }

    .hbl-calendar-top-section {
        gap: 30px;
    }

    .hbl-calendar-main-title {
        text-align: center;
    }

    .hbl-calendar-month-title {
        text-align: center;
    }

    .hbl-calendar-section-title {
        text-align: center;
    }

    .hbl-calendar-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .hbl-calendar-grid {
        width: 100%;
    }

    .hbl-calendar-weekday {
        padding: 12px 8px;
        position: relative;
    }

    /* Hide full weekday names and show abbreviated versions on mobile */
    .hbl-calendar-weekday:nth-child(1) {
        text-indent: -9999px;
        overflow: hidden;
    }
    .hbl-calendar-weekday:nth-child(1)::before {
        content: 'MON';
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
    }

    .hbl-calendar-weekday:nth-child(2) {
        text-indent: -9999px;
        overflow: hidden;
    }
    .hbl-calendar-weekday:nth-child(2)::before {
        content: 'TUE';
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
    }

    .hbl-calendar-weekday:nth-child(3) {
        text-indent: -9999px;
        overflow: hidden;
    }
    .hbl-calendar-weekday:nth-child(3)::before {
        content: 'WED';
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
    }

    .hbl-calendar-weekday:nth-child(4) {
        text-indent: -9999px;
        overflow: hidden;
    }
    .hbl-calendar-weekday:nth-child(4)::before {
        content: 'THU';
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
    }

    .hbl-calendar-weekday:nth-child(5) {
        text-indent: -9999px;
        overflow: hidden;
    }
    .hbl-calendar-weekday:nth-child(5)::before {
        content: 'FRI';
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
    }

    .hbl-calendar-weekday:nth-child(6) {
        text-indent: -9999px;
        overflow: hidden;
    }
    .hbl-calendar-weekday:nth-child(6)::before {
        content: 'SAT';
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
    }

    .hbl-calendar-weekday:nth-child(7) {
        text-indent: -9999px;
        overflow: hidden;
    }
    .hbl-calendar-weekday:nth-child(7)::before {
        content: 'SUN';
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
    }

    .hbl-calendar-date {
        width: auto;
        height: 80px;
        padding: 10px 8px;
    }


    .hbl-calendar-navigation {
        flex-direction: column;
        gap: 20px;
    }

    .hbl-calendar-featured-events {
        width: 100%;
        flex-direction: column;
    }

    .hbl-calendar-featured-event-bg {
        min-height: 250px;
    }

    .hbl-calendar-featured-event-content {
        padding: 40px 30px;
        gap: 30px;
    }

    .hbl-calendar-featured-event-cta {
        padding: 18px 22px;
    }

    .hbl-calendar-events-section {
        gap: 40px;
    }

    .hbl-calendar-event-card {
        flex-direction: column;
        padding: 30px 20px;
        gap: 30px;
        width: 100%;
        min-height: auto;
    }

    .hbl-calendar-event-image {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 200px;
        min-height: 200px;
        flex-shrink: 0;
    }

    .hbl-calendar-event-content {
        gap: 20px;
    }
}

/* Mobile Small (below 480px) */
@media (max-width: 479px) {
    .hbl-calendar-weekday {
        padding: 10px 6px;
        position: relative;
    }

    /* Hide full weekday names and show abbreviated versions on small mobile */
    .hbl-calendar-weekday:nth-child(1) {
        text-indent: -9999px;
        overflow: hidden;
    }
    .hbl-calendar-weekday:nth-child(1)::before {
        content: 'MON';
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
    }

    .hbl-calendar-weekday:nth-child(2) {
        text-indent: -9999px;
        overflow: hidden;
    }
    .hbl-calendar-weekday:nth-child(2)::before {
        content: 'TUE';
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
    }

    .hbl-calendar-weekday:nth-child(3) {
        text-indent: -9999px;
        overflow: hidden;
    }
    .hbl-calendar-weekday:nth-child(3)::before {
        content: 'WED';
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
    }

    .hbl-calendar-weekday:nth-child(4) {
        text-indent: -9999px;
        overflow: hidden;
    }
    .hbl-calendar-weekday:nth-child(4)::before {
        content: 'THU';
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
    }

    .hbl-calendar-weekday:nth-child(5) {
        text-indent: -9999px;
        overflow: hidden;
    }
    .hbl-calendar-weekday:nth-child(5)::before {
        content: 'FRI';
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
    }

    .hbl-calendar-weekday:nth-child(6) {
        text-indent: -9999px;
        overflow: hidden;
    }
    .hbl-calendar-weekday:nth-child(6)::before {
        content: 'SAT';
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
    }

    .hbl-calendar-weekday:nth-child(7) {
        text-indent: -9999px;
        overflow: hidden;
    }
    .hbl-calendar-weekday:nth-child(7)::before {
        content: 'SUN';
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
    }

    .hbl-calendar-date {
        height: 70px;
        padding: 8px 6px;
    }

    .hbl-calendar-event-card {
        padding: 25px 15px;
    }

    .hbl-calendar-event-image {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 180px;
        min-height: 180px;
        flex-shrink: 0;
    }

    .hbl-calendar-featured-event-bg {
        min-height: 200px;
    }

    .hbl-calendar-featured-event:first-child .hbl-calendar-featured-event-bg {
        min-height: auto;
    }

    .hbl-calendar-featured-event-content {
        padding: 30px 20px;
        gap: 25px;
        min-height: 200px;
    }

    .hbl-calendar-featured-event:first-child .hbl-calendar-featured-event-content {
        min-height: auto;
    }

    .hbl-calendar-featured-event-title {
        max-width: 100%;
    }

    .hbl-calendar-featured-event-description {
        max-width: 100%;
    }

    .hbl-calendar-featured-event-cta {
        padding: 16px 20px;
    }
}

/* =====================================================
   HBL Explore By Category Widget Styles
   ===================================================== */

.hbl-explore-category-widget {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.hbl-explore-category-title {
    color: #008080;
    margin: 0;
}

.hbl-explore-category-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.5);
}

.hbl-explore-category-grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    flex-wrap: wrap;
}

.hbl-explore-category-card {
    width: 460px;
    max-width: 100%;
    position: relative;
    border-radius: 5px;
}

.hbl-explore-category-card-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
    position: relative;
    gap: 20px;
}

.hbl-explore-category-card-image-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.hbl-explore-category-card-image {
    width: 100%;
    height: 297.26px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    transition: transform 0.3s ease;
    position: relative;
}

.hbl-explore-category-card:hover .hbl-explore-category-card-image {
    transform: scale(1.05);
}

.hbl-explore-category-card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    width: 100%;
}

.hbl-explore-category-card-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    flex-shrink: 0;
}

.hbl-explore-category-card-icon svg {
    width: 45px;
    height: 45px;
    fill: currentColor;
}

.hbl-explore-category-card-title {
    color: #191919;
    margin: 0;
}

.hbl-explore-category-card-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #191919;
    flex-wrap: wrap;
}

.hbl-explore-category-card-separator {
    color: #191919;
}

.hbl-explore-category-card-date,
.hbl-explore-category-card-venue {
    color: inherit;
}

/* See All Market Button */
.hbl-explore-category-see-all-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.hbl-explore-category-see-all-btn {
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hbl-explore-category-see-all-btn:hover {
    opacity: 0.9;
}

.hbl-explore-category-see-all-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Tablet (768px - 1199px) */
@media (max-width: 1199px) {
    .hbl-explore-category-grid {
        gap: 20px;
    }
    
    .hbl-explore-category-card {
        width: calc(50% - 10px);
    }
    
    .hbl-explore-category-card-image {
        height: 250px;
    }
    
    .hbl-explore-category-card-content {
        gap: 10px;
    }
}

/* Mobile (below 768px) */
@media (max-width: 767px) {
    .hbl-explore-category-widget {
        gap: 20px;
    }
    
    .hbl-explore-category-grid {
        flex-direction: column;
        gap: 20px;
    }
    
    .hbl-explore-category-card {
        width: 100%;
    }
    
    .hbl-explore-category-card-image {
        height: 250px;
    }
    
    .hbl-explore-category-card-content {
        gap: 10px;
    }
}

/* Mobile Small (below 480px) */
@media (max-width: 479px) {
    .hbl-explore-category-card-image {
        height: 200px;
    }
    
    .hbl-explore-category-card-content {
        gap: 8px;
    }
}

/* ============================================
   HBL PRICING PLAN WIDGET
   ============================================ */

/* Pricing Plan Wrapper */
.hbl-pricing-plan-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
    width: 100%;
}

/* Pricing Plan Title */
.hbl-pricing-plan-title {
    margin: 0;
    text-align: center;
}

/* Pricing Plan Table */
.hbl-pricing-plan-table {
    width: 100%;
    max-width: 1440px;
    border-collapse: collapse;
    overflow: hidden;
}

/* Header Row */
.hbl-pricing-plan-header-row {
    display: grid;
    grid-template-columns: 373px repeat(auto-fit, minmax(300px, 1fr));
    width: 100%;
    border: 1.5px solid;
    border-bottom: none;
}

.hbl-pricing-plan-header-cell {
    display: flex;
    align-items: center;
    padding: 30px 42px;
    border-right: 1.5px solid;
    min-height: 120px;
}

.hbl-pricing-plan-header-cell:last-child {
    border-right: none;
}

.hbl-pricing-plan-header-cell.highlight {
    position: relative;
}

.hbl-pricing-plan-header-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hbl-pricing-plan-name {
    display: block;
    line-height: 1.3;
}

.hbl-pricing-plan-subtitle {
    display: block;
    line-height: 1.3;
}

.hbl-pricing-plan-header-text {
    display: block;
}

/* Feature Rows */
.hbl-pricing-plan-row {
    display: grid;
    grid-template-columns: 373px repeat(auto-fit, minmax(300px, 1fr));
    width: 100%;
    border-left: 1.5px solid;
    border-right: 1.5px solid;
    border-bottom: 1.5px solid;
}

.hbl-pricing-plan-row:last-child {
    border-bottom: 1.5px solid;
}

/* Feature Column */
.hbl-pricing-plan-feature-column {
    border-right: 1.5px solid;
    padding: 20px 42px;
}

.hbl-pricing-plan-feature-name {
    display: block;
    line-height: 1.3;
}

/* Plan Columns */
.hbl-pricing-plan-column {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 42px;
    border-right: 1.5px solid;
}

.hbl-pricing-plan-column:last-child {
    border-right: none;
}

.hbl-pricing-plan-column.highlight {
    position: relative;
}

/* Icon Styles */
.hbl-pricing-plan-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: block;
}

.hbl-pricing-plan-checkmark {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: block;
}

.hbl-pricing-plan-cross {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: block;
}

.hbl-pricing-plan-linebar {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: block;
}

/* Feature Value Wrapper (checkmark + text) */
.hbl-pricing-plan-feature-value-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.hbl-pricing-plan-feature-value {
    display: block;
    text-align: center;
    line-height: 1.7;
}

/* Buttons Container - Aligned below plan columns */
.hbl-pricing-plan-buttons-wrapper {
    width: 100%;
    max-width: 1440px;
    margin-top: 0;
}

.hbl-pricing-plan-buttons {
    display: grid;
    grid-template-columns: 373px repeat(auto-fit, minmax(300px, 1fr));
    width: 100%;
    gap: 0;
}

.hbl-pricing-plan-button-column {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 42px;
}

.hbl-pricing-plan-button-column.hbl-pricing-plan-feature-column-spacer {
    visibility: hidden;
    padding: 0;
}

.hbl-pricing-plan-button-column.highlight {
    position: relative;
}

.hbl-pricing-plan-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 25px;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.hbl-pricing-plan-button:hover {
    transform: translateY(-2px);
}

/* Tablet (768px - 1199px) */
@media (max-width: 1199px) {
    .hbl-pricing-plan-wrapper {
        gap: 40px;
    }
    
    .hbl-pricing-plan-table {
        max-width: 100%;
    }
    
    .hbl-pricing-plan-header-row,
    .hbl-pricing-plan-row {
        grid-template-columns: 250px repeat(auto-fit, minmax(200px, 1fr));
    }
    
    .hbl-pricing-plan-buttons {
        grid-template-columns: 250px repeat(auto-fit, minmax(200px, 1fr));
    }
    
    .hbl-pricing-plan-header-cell,
    .hbl-pricing-plan-feature-cell {
        padding: 20px 30px;
    }
    
    .hbl-pricing-plan-button-column {
        padding: 20px 30px;
    }
    
    .hbl-pricing-plan-icon,
    .hbl-pricing-plan-checkmark,
    .hbl-pricing-plan-cross,
    .hbl-pricing-plan-linebar {
        width: 40px;
        height: 40px;
    }
    
    .hbl-pricing-plan-button {
        padding: 18px 22px;
    }
}

/* Mobile (below 768px) */
@media (max-width: 767px) {
    .hbl-pricing-plan-wrapper {
        gap: 50px;
        padding: 50px 0;
    }
    
    .hbl-pricing-plan-table {
        max-width: 100%;
        overflow-x: auto;
    }
    
    .hbl-pricing-plan-header-row,
    .hbl-pricing-plan-row {
        grid-template-columns: 177px repeat(auto-fit, minmax(100px, 1fr));
        min-width: 400px;
    }
    
    .hbl-pricing-plan-buttons {
        display: flex;
        flex-direction: column;
    }
    
    .hbl-pricing-plan-header-row {
        min-height: 54px;
    }
    
    .hbl-pricing-plan-header-cell {
        padding: 21px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        min-height: 54px;
    }
    
    .hbl-pricing-plan-header-content {
        gap: 0;
    }
    
    .hbl-pricing-plan-feature-column {
        padding: 21px;
    }
    
    .hbl-pricing-plan-column {
        padding: 21px;
        justify-content: center;
    }
    
    .hbl-pricing-plan-icon,
    .hbl-pricing-plan-checkmark,
    .hbl-pricing-plan-cross,
    .hbl-pricing-plan-linebar {
        width: 20px;
        height: 20px;
    }
    
    .hbl-pricing-plan-feature-value-wrapper {
        gap: 5px;
    }
    
    .hbl-pricing-plan-button-column {
        padding: 15px;
    }
    
    .hbl-pricing-plan-button {
        width: 100%;
        padding: 20px 25px;
        justify-content: center;
    }
}

/* Mobile Small (below 480px) */
@media (max-width: 479px) {
    .hbl-pricing-plan-wrapper {
        gap: 40px;
        padding: 40px 0;
    }
    
    .hbl-pricing-plan-header-row,
    .hbl-pricing-plan-row {
        min-width: 350px;
    }
    
    .hbl-pricing-plan-buttons {
        min-width: 350px;
    }
    
    .hbl-pricing-plan-header-cell,
    .hbl-pricing-plan-feature-cell {
        padding: 15px;
    }
    
    .hbl-pricing-plan-button-column {
        padding: 15px;
    }
    
    .hbl-pricing-plan-icon,
    .hbl-pricing-plan-checkmark,
    .hbl-pricing-plan-cross,
    .hbl-pricing-plan-linebar {
        width: 18px;
        height: 18px;
    }
    
    .hbl-pricing-plan-buttons {
        padding: 0 15px;
    }
    
    .hbl-pricing-plan-button {
        padding: 18px 20px;
    }
}

/* ============================================
   HBL NOTICEBOARD WIDGET
   ============================================ */

/* Noticeboard Wrapper */
.hbl-noticeboard-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

/* Noticeboard Header */
.hbl-noticeboard-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
    text-align: center;
}

.hbl-noticeboard-title {
    margin: 0;
}

.hbl-noticeboard-subtitle {
    margin: 0;
}

/* Noticeboard Grid */
.hbl-noticeboard-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    max-width: 1440px;
    justify-content: center;
}

/* Noticeboard Card */
.hbl-noticeboard-card {
    display: flex;
    flex-direction: column;
    width: 460px;
    border-radius: 5px;
    overflow: hidden;
}

/* Card Image */
.hbl-noticeboard-card-image {
    width: 100%;
    height: 297.26px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.hbl-noticeboard-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Card Button */
.hbl-noticeboard-card-button {
    display: flex;
    flex-direction: column;
    background-color: #008080;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 0 0 5px 5px;
    border: none;
    cursor: pointer;
    width: 100%;
}

.hbl-noticeboard-card-button-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 25px;
}

.hbl-noticeboard-card-button-text {
    display: inline-block;
}

.hbl-noticeboard-card-button-icon {
    width: 6px;
    height: 12px;
    flex-shrink: 0;
    stroke: currentColor;
    stroke-width: 2;
}

/* Card Description */
.hbl-noticeboard-card-description {
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
    text-align: center;
}

/* Tablet (768px - 1199px) */
@media (max-width: 1199px) {
    .hbl-noticeboard-grid {
        gap: 25px;
    }

    .hbl-noticeboard-card {
        width: calc(50% - 12.5px);
        max-width: 460px;
    }
}

/* Mobile (below 768px) */
@media (max-width: 767px) {
    .hbl-noticeboard-wrapper {
        padding: 50px 0;
    }

    .hbl-noticeboard-header {
        gap: 14px;
        padding: 0 20px;
    }

    .hbl-noticeboard-grid {
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
    }

    .hbl-noticeboard-card {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .hbl-noticeboard-card-image {
        height: 297px;
    }

    .hbl-noticeboard-card-button {
        padding: 15px 25px;
        height: 42px;
        min-height: 42px;
    }
}

/* Mobile Small (below 480px) */
@media (max-width: 479px) {
    .hbl-noticeboard-wrapper {
        padding: 40px 0;
    }

    .hbl-noticeboard-header {
        padding: 0 15px;
    }

    .hbl-noticeboard-grid {
        gap: 25px;
    }

    .hbl-noticeboard-card {
        max-width: 100%;
    }

    .hbl-noticeboard-card-button {
        padding: 12px 20px;
    }
}

/* ============================================
   HBL SIGNUP FORM WIDGET
   ============================================ */

/* Signup Form Wrapper */
.hbl-signup-form-wrapper {
    width: 100%;
}

.hbl-signup-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    width: 100%;
    flex-wrap: wrap;
}

.hbl-signup-form-input {
    width: 347px;
    max-width: 100%;
    padding: 20px;
    background-color: #FFFFFF;
    border: none;
    border-radius: 5px;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.hbl-signup-form-input::placeholder {
    color: rgba(0, 0, 0, 0.25);
}

.hbl-signup-form-input:focus {
    outline: none;
}

.hbl-signup-form-button {
    padding: 20px 25px;
    background-color: #F9532A;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.hbl-signup-form-button:hover {
    opacity: 0.9;
}

.hbl-signup-form-button:active {
    transform: translateY(1px);
}

/* Tablet (768px - 1199px) */
@media screen and (max-width: 1199px) {
    .hbl-signup-form-wrapper .hbl-signup-form {
        gap: 12px;
    }

    .hbl-signup-form-wrapper .hbl-signup-form-input {
        width: calc(50% - 6px);
        max-width: calc(50% - 6px);
        padding: 18px;
    }

    .hbl-signup-form-wrapper .hbl-signup-form-button {
        padding: 18px 22px;
    }
}

/* Mobile (below 768px) */
@media screen and (max-width: 767px) {
    .hbl-signup-form-wrapper .hbl-signup-form {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .hbl-signup-form-wrapper .hbl-signup-form-input {
        width: 100% !important;
        max-width: 100% !important;
        padding: 20px;
    }

    .hbl-signup-form-wrapper .hbl-signup-form-button {
        width: 100% !important;
        padding: 20px 25px;
    }
}

/* Mobile Small (below 480px) */
@media screen and (max-width: 479px) {
    .hbl-signup-form-wrapper .hbl-signup-form {
        gap: 12px;
    }

    .hbl-signup-form-wrapper .hbl-signup-form-input {
        padding: 18px;
    }

    .hbl-signup-form-wrapper .hbl-signup-form-button {
        padding: 18px 22px;
    }
}

/* ============================================
   HBL ALL ABOUT HB WIDGET
   ============================================ */

/* All About HB Wrapper */
.hbl-all-about-hb-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* Header */
.hbl-all-about-hb-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
    text-align: center;
}

.hbl-all-about-hb-subtitle {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;
    color: #414042;
}

.hbl-all-about-hb-title {
    margin: 0;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.5em;
    color: #008080;
}

/* Grid */
.hbl-all-about-hb-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    justify-content: center;
}

/* Card */
.hbl-all-about-hb-card {
    display: flex;
    flex-direction: column;
    width: 460px;
    gap: 20px;
    text-decoration: none;
    color: inherit;
}

.hbl-all-about-hb-card-image {
    width: 100%;
    height: 297px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.hbl-all-about-hb-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hbl-all-about-hb-card-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}

.hbl-all-about-hb-card-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F9532A;
    flex-shrink: 0;
}

.hbl-all-about-hb-card-icon svg {
    width: 45px;
    height: 45px;
    fill: currentColor;
}

.hbl-all-about-hb-card-icon svg path {
    stroke: currentColor;
    fill: currentColor;
}

.hbl-all-about-hb-card-title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3em;
    color: #191919;
}

/* Tablet (768px - 1199px) */
@media screen and (max-width: 1199px) {
    .hbl-all-about-hb-wrapper {
        gap: 40px;
    }

    .hbl-all-about-hb-grid {
        gap: 25px;
    }

    .hbl-all-about-hb-card {
        width: calc(50% - 12.5px);
        max-width: 460px;
    }

    .hbl-all-about-hb-title {
        font-size: 42px;
    }
}

/* Mobile (below 768px) */
@media screen and (max-width: 767px) {
    .hbl-all-about-hb-wrapper {
        gap: 50px;
        padding: 50px 0;
    }

    .hbl-all-about-hb-header {
        gap: 14px;
        padding: 0 20px;
    }

    .hbl-all-about-hb-subtitle {
        font-size: 24px;
    }

    .hbl-all-about-hb-title {
        font-size: 40px;
        line-height: 1.2em;
    }

    .hbl-all-about-hb-grid {
        flex-direction: column;
        align-items: stretch;
        gap: 50px;
        padding: 0 20px;
    }

    .hbl-all-about-hb-card {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        gap: 20px;
    }

    .hbl-all-about-hb-card-image {
        height: 297px;
    }

    .hbl-all-about-hb-card-content {
        gap: 25px;
    }

    .hbl-all-about-hb-card-title {
        font-size: 32px;
    }
}

/* Mobile Small (below 480px) */
@media screen and (max-width: 479px) {
    .hbl-all-about-hb-wrapper {
        padding: 40px 0;
        gap: 40px;
    }

    .hbl-all-about-hb-header {
        padding: 0 15px;
    }

    .hbl-all-about-hb-grid {
        gap: 40px;
        padding: 0 15px;
    }

    .hbl-all-about-hb-card {
        max-width: 100%;
    }
}