.elementor-1618 .elementor-element.elementor-element-14f7368{width:var( --container-widget-width, 114.767% );max-width:114.767%;--container-widget-width:114.767%;--container-widget-flex-grow:0;}.elementor-1618 .elementor-element.elementor-element-14f7368 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1618 .elementor-element.elementor-element-5af0b1b{width:var( --container-widget-width, 94.529% );max-width:94.529%;--container-widget-width:94.529%;--container-widget-flex-grow:0;}.elementor-1618 .elementor-element.elementor-element-5af0b1b > .elementor-widget-container{margin:0px -33px 0px 0px;padding:0px -11px -1px 0px;}@media(min-width:768px){.elementor-1618 .elementor-element.elementor-element-7cf1379{width:28.067%;}.elementor-1618 .elementor-element.elementor-element-af525ba{width:71.598%;}}/* Start custom CSS for shortcode, class: .elementor-element-f69e6e3 *//* Business Listing Grid */
.business-listing-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    justify-content: center;
    align-items: stretch;
}

/* Business Card Styling */
.business-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.business-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Image Styling - Maintain Fixed Height & Width */
.business-image img {
    width: 100%;
    height: 180px; /* Set a fixed height */
    object-fit: cover; /* Crop & maintain aspect ratio */
    border-bottom: 3px solid #007bff;
}

/* Business Title */
.business-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 10px 15px;
    min-height: 60px; /* Ensure uniform title height */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Business Meta */
.business-meta {
    font-size: 14px;
    color: #666;
    text-align: center;
    padding: 10px;
    flex-grow: 1;
}

/* Tags */
.business-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
}

.business-tags .tag {
    background: #f1f1f1;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    color: #444;
    text-decoration: none;
}

.business-tags .category { background: #ff5722; color: white; }
.business-tags .thana { background: #007bff; color: white; }
.business-tags .address { background: #4caf50; color: white; }

/* View Details Button */
.business-button {
    display: block;
    background: #007bff;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    margin: 15px;
    transition: background 0.3s;
}

.business-button:hover {
    background: #0056b3;
}

/* Load More Button */
#loadMoreBtn {
    background: #28a745;
    color: white;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

#loadMoreBtn:hover {
    background: #218838;
}

/* Responsive Design */
@media (max-width: 768px) {
    .business-listing-container {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        .hide-featured-section .custom-featured-tag {
    display: none !important;

/* Hide the Featured tag globally */
.featured-tag {
    display: none !important;
}

/* If you want to hide it conditionally, you can apply a specific condition, like on a specific page */
body.page-id-XX .featured-tag {
    display: none !important;
}

/* Hide Featured tag in sections with the class 'hide-featured-tag-section' */
.hide-featured-tag-section .featured-tag {
    display: none !important;
}
.elementor-section .featured-tag {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5af0b1b *//* Business Listing Grid */
.custom-listing-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    justify-content: center;
    align-items: stretch;
}

/* Business Card Styling */
.custom-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Image Styling - Maintain Fixed Height & Width */
.custom-image img {
    width: 100%;
    height: 180px;
    object-fit: cover; /* Crop & maintain aspect ratio */
    border-bottom: 3px solid #007bff;
}

/* Business Title */
.custom-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 10px 15px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Business Meta */
.custom-meta {
    font-size: 14px;
    color: #666;
    text-align: center;
    padding: 10px;
    flex-grow: 1;
}

/* Tags */
.custom-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
}

.custom-tags .tag {
    background: #f1f1f1;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    color: #444;
    text-decoration: none;
}

.custom-tags .category {
    background: #ff5722;
    color: white;
}

.custom-tags .thana {
    background: #007bff;
    color: white;
}

.custom-tags .address {
    background: #4caf50;
    color: white;
}

/* View Details Button */
.custom-button {
    display: block;
    background: #007bff;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    margin: 15px;
    transition: background 0.3s;
}

.custom-button:hover {
    background: #0056b3;
}

/* Load More Button */
#customLoadMoreBtn {
    background: #28a745;
    color: white;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 20px auto;
}

#customLoadMoreBtn:hover {
    background: #218838;
}

/* Hide Featured Tag */
.custom-hide-featured .custom-featured-tag {
    display: none !important;
}

/* Hide the Featured tag globally */
.custom-featured-tag {
    display: none !important;
}

/* Hide Featured tag in sections with the class 'custom-hide-featured-tag-section' */
.custom-hide-featured-tag-section .custom-featured-tag {
    display: none !important;
}

/* Elementor Specific Fix */
.elementor-section .custom-featured-tag {
    display: none !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .custom-listing-container {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
}/* End custom CSS */