/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/
    .notification {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
}

.notification .success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.notification .error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
.slc-icon .term-icon .image-icon img {
    height: 44px;
    width: auto;
}



/* SOLD LABEL (Stamp Style) */
.sold-label-single {
    background-color: #e74c3c;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 4px 14px;
    border-radius: 15px;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 1px;
    font-family: 'Arial Black', sans-serif;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

/* SOLD Banner (Corner Label) */
.sold-banner-single {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(231, 76, 60, 0.9);
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase; 
    z-index: 10;
    pointer-events: none;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}



/* SOLD LABEL (Stamp Style) */
.sold-label-single.under-contract-single {
    background-color: #f39c12;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 4px 14px;
    border-radius: 15px;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 1px;
    font-family: 'Arial Black', sans-serif;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

/* SOLD Banner (Bottom Corner Label) */
.sold-banner.under-contract-single {
    position: absolute;
    bottom: 10px;  /* Moved to bottom */
    right: 10px;   /* Stays on the right */
    background-color: #f39c12;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    z-index: 10;
    pointer-events: none;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
/* SOLD & UNDER CONTRACT - Diagonal Full-Width Ribbon */
.sold-banner, .sold-banner.under-contract {
    position: absolute;
    top: 50%;
    left: -50%;
    width: 200%; /* Ensures it reaches beyond corners */
    text-align: center;
    background-color: #e74c3c; /* Red for SOLD */
    color: white;
    font-size: clamp(14px, 3vw, 18px); /* Responsive font size */
    font-weight: bold;
    padding: 8px 0;
    text-transform: uppercase;
    transform: rotate(-38deg) translateY(-50%);
    transform-origin: center;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 10;
    white-space: nowrap;
}

/* UNDER CONTRACT - Different color */
.sold-banner.under-contract {
    background-color: #f39c12; /* Orange for UNDER CONTRACT */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .sold-banner, .sold-banner.under-contract {
        left: -60%; /* Extends to cover smaller screens */
        width: 220%;
        font-size: clamp(12px, 2.5vw, 16px); /* Slightly smaller font on mobile */
        padding: 6px 0;
    }
}

@media (max-width: 480px) {
    .sold-banner, .sold-banner.under-contract {
        left: -70%; /* Adjusts for very small screens */
        width: 240%;
        font-size: clamp(10px, 2vw, 14px); /* Smaller text for better fit */
        padding: 5px 0;
        transform: rotate(-35deg) translateY(-50%);
    }
}


.lf-background {
    position: relative; 
}



.pf-body p{
	font-size: 16px;
}
.cobrokers-list ul {
    margin: 0;
    padding: 0;
}

.cobrokers-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cobrokers-list img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 10px;
}

.cobrokers-list span {
    font-size: 16px;
    font-weight: 500;
    font-color: #242429;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
}
.avatar img {
    width: 75px !important;
    height: auto !important;
}
.block-type-author .event-host a .avatar {
	width: 75px !important;
    height: auto !important;
}
.lf-contact.no-list-style {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; 
    align-items: center; 
}

.lf-contact.no-list-style li {
    display: flex;
    align-items: center; 
    margin-right: 5px;
    margin-bottom: 10px;
}

.lf-contact.no-list-style li i {
    margin-right: 8px; 
}

.lf-contact.no-list-style li .sm-icon {
    font-size: 16px; 
}

.lf-contact.no-list-style li i.icon-location-pin-4,
.lf-contact.no-list-style li i.mi.account_circle {
    font-size: 20px !important; 
}

.lf-type-2 .lf-item-info-2 {

    padding: 5px 5px 1px !important;

}
.lf-contact.no-list-style li:last-child {
    margin-bottom: 10px !important; 
}

.download-pdf-button {
	backgorund-color: none;
    
}

.download-pdf-button {
    background: none;         
    border: none;            
    padding: 0;               
    text-decoration: none;    
    color: inherit;          
    font: inherit;            
    cursor: pointer;        
    outline: none;           
    box-shadow: none;   
}

.radius .amount {
	font-weight: 500;
}

.cat-icon {
    background-color: #0c265b !important;
}
.finder-container {
    z-index: unset !important;
}
.form-group.fc-search {
    z-index: unset !important;
}
.finder-listings {
    z-index: unset !important;
}
.finder-map {
    z-index: unset !important;
}
.mapdrag-switch {
    z-index: unset !important;
}
.profile-cover {
    z-index: unset !important;
}
.owl-prev {
        position: absolute;
        top: 118px;
        left: 28px;
    
}
.owl-next {
        position: absolute;
        top: 118px;
        right: 24px;
}

.no-logo.has-tagline.has-info-fields .lf-item-info-2 {
    transform: none !important;
}

.lf-item-container .lf-item-info-2 {
    top: unset !important;
    bottom: unset !important;
    transform: none !important;
    transition: none !important;
}

.lf-type-2 .lf-item-info-2 {
    position: static !important;
    z-index: auto !important;
    transition: none !important;
    -webkit-transform: none !important;
}

.lf-item .overlay {
    z-index: unset !important;
}
.lf-item-info-2 h4 {
    font-size: 18px !important;
}
.i-section.listing-feed .section-body .results-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
}
.modal-dialog .lf-background {
    position: relative;
}

.modal-dialog .lf-background::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    pointer-events: none; 
    z-index: 1;
}
.quick-view-modal .quick-view-alternate .mc-left>div:nth-child(2) {
    max-height: 100% !important;
    
}
.lf-item-info>h4 {
    font-size: 28px !important;
}


.lf-item-info>ul li {
    font-size: 17px !important;
}
.quick-view-modal .quick-view-alternate .mc-left>div:nth-child(3) {
     display: none;
}
.lf-item-info-2 h6 {
     display: none;

}
.price-or-date .lmb-label {
    font-size: 18px;
}

.price-or-date .value {
  font-size: 25px;
  white-space: wrap !important;
}
.cta-843d0a {
    display: none;
}

.lmb-calltoaction.ml-track-btn a {
    display: none;
}
.container.tab-template-sidebar-content .row .col-md-5 {
    background-color: #f0f0f0 !important;
}

.row.cts-column-wrapper.cts-left-column {
    margin-bottom: 0px;
    border-radius: 0px;
}
.element.related-listing-block {
    margin-bottom: 0px;
    background: unset;
    border-radius: unset !important;
    box-shadow: unset;
}
.element.table-block {
    margin-bottom: 0px;
    border-radius: unset !important;
    background: unset;
    box-shadow: unset;
}
.element.content-block {
    background: unset;    
}
.extra-details li:first-child {
    padding-top: 0;
    padding-left: 26px;
}
.extra-details li:nth-child(2) {
    border-bottom: none;
    padding-left: 26px;
    word-wrap: break-word;
}
.extra-details li:last-child {
    border-bottom: none;
    padding-left: 26px;
    word-wrap: break-word;
}
.col-md-12.block-type-code .element.content-block .pf-body p {
    padding:0px 26px; 
}
.col-md-12.block-type-code .element.content-block {
    box-shadow: unset;
}
.lf-contact.no-list-style li i {
    margin-right: 0 !important;
}





/*listing feed styles*/
#custom-feed {
    display: flex;
    width: 100%;
    gap: 5px;
    box-sizing: border-box;
}

.search-icon {
    cursor: pointer;
    font-size: 18px;
}
#filter-section {
    width: 20%;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 40px;
    position: sticky;
    top: 20px;
    height: 100vh;
}
#feed-results-box {
	width: 80%;
}

#feed-results {
    width: 100%;
    padding: 15px;
}

.filter-item {
    padding: 15px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; 
    flex-wrap: wrap;
    background: #BF9B30;
    color: #FFFFFF;
    margin-bottom: 3px;
}

.filter-item:hover {
    border: 1px solid #0C265B;
    
}

.arrow {
    font-weight: bold;
    font-size: 12px;
    margin-left: auto; 
}
/* Popup Styling */
#popup-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-height: 80vh; 
    overflow-y: auto; 
    background: white;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1000;
    border-radius: 8px;
}
.popup-contents {
    text-align: center;
    position: relative;
}
.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 22px;
}
#clear-filters,
#apply-filter {
    margin: 10px 5px;
    padding: 10px 15px;
    border: none;
    background: #bf9b30;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

#clear-filters {
    background: #bf9b30;
}

#clear-filters:hover,
#apply-filter:hover {
    opacity: 0.8;
}

.search-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 300px; /* Adjust width as needed */
}

.search-container form {
    display: flex;
    align-items: center;
    width: 100%;
}

#search-text {
    flex: 1;
    border: none;
    outline: none;
    padding: 8px;
    font-size: 16px;
}

.search-icon {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 5px;
}
@media (max-width: 600px) {
    #custom-feed {
        flex-direction: column;
        gap: 10px;
    }
    #feed-results-box {
	width: 100%;
}
    #filter-section {
        width: 100%;
        padding: 10px;
        border-right: none;
        background: #f1f1f1;
        position: relative !important;
        height: auto !important;
        margin-top: 0px !important;
    }
    #feed-results {
        width: 100%;
    }
    #popup-form {
        width: 90%;
        padding: 20px;
    }
}
.filter-heading {
    font-size: 22px;
    font-weight: bold;
    color: #0C265B;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px;
    border-bottom: 3px solid #0C265B;
    text-transform: uppercase;
    letter-spacing: 1px;
}
label {
    font-size: 16px;
    font-weight: 600;
    color: #0C265B;
    display: block;
    margin-bottom: 5px;
}
@media (min-width: 601px) and (max-width: 1024px) {
    #filter-section {
        width: 20%;
    }
    #feed-results-box {
	width: 100%;
}
    #feed-results {
        width: 100%;
    }
    #popup-form {
        width: 80%;
    }
}
@media (min-width: 1025px) and (max-width: 1440px) {
    #filter-section {
        width: 25%;
    }
    #feed-results-box {
	width: 100%;
}
    #feed-results {
        width: 100%;
    }
    #popup-form {
        width: 60%;
    }
}
@media (min-width: 1441px) {
    #filter-section {
        width: 20%;
    }
    #feed-results {
        width: 100%;
    }
    #popup-form {
        width: 50%;
    }
}

.input-box {
    display: flex;
    align-items: center;
    gap: 10px; 
    justify-content: space-between;
    width: 100%;
    max-width: 400px; 
    margin: 0 auto;
    
}
.input-box input {
    width: 50%; 
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}
@media (max-width: 768px) {
    .input-box {
        flex-direction: column;
    }

    .input-box input {
        width: 100%;
    }
}
.icon {
    cursor: pointer;
    font-size: 18px;
}
.industry-checkboxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px; 
    padding: 10px 0;
}
.industry-option {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    
    padding: 10px;
    border-radius: 6px;
    transition: background 0.3s ease;
    cursor: pointer;
}
.industry-option:hover {
    background: #e1e1e1;
}
.industry-option input[type="checkbox"] {
    accent-color: #007bff;
    transform: scale(1.2); 
}
.location-checkboxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px 20px;
    padding: 10px 0;
}

.location-option {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    
    padding: 10px;
    border-radius: 6px;
    transition: background 0.3s ease;
    cursor: pointer;
}
.location-option:hover {
    background: #e1e1e1;
}

.location-option input[type="checkbox"] {
    accent-color: #007bff;
    transform: scale(1.2);
}

hr{
    border: 1px solid #ddd;
    margin: 30px 0 !important; /* Adds space above and below hr */
}
.listing-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.listing-card img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.listing-card h3 {
    margin: 5px 15px;
    font-size: 16px;
    text-align: left;
}
.listing-card p {
    font-size: 14px;
    color: #555;
}
.view-details {
    display: inline-block;
    padding: 8px 15px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}
.view-details:hover {
    background: #0056b3;
}

#feed-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 10px;
}

@media (max-width: 1024px) {
    #feed-results {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    #feed-results {
        grid-template-columns: repeat(1, 1fr);
    }
}

.listing-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
   
}


.listing-image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.listing-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.listing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.listing-number {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
    border: 1.5px solid hsla(0, 0%, 100%, 0.3);
}

.featured-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1.5px solid transparent; 
}

.featured-tag.promoted {
    color: #fff47c;
    border-color: #fff47c;
    background: none;
    z-index: 100;
}

.featured-tag.featured {
    color: #a4daff;
    border-color: #a4daff;
    background: none;
    z-index: 100;
}

h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    color: #0C265B;
}

h3 a {
    text-decoration: none;
    color: inherit;
}

.listing-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    gap: 10px;
}

.detail-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #444;
    flex-wrap: wrap;
    word-break: break-word;
    white-space: normal;
}

.detail-item i {
    width: 16px;
    height: 16px;
    background: #0c265b;
    color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 10px;
    flex-wrap: wrap;
    word-break: break-word;
    white-space: normal;
}
.listing-actions {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    border-top: 1px solid #eee;
    background: #f9f9f9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.action-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 5px;
    transition: 0.3s ease;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.action-btn i {
    color: #0C265B;
}

.action-btn:hover {
    transform: scale(1.2);
}

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px 0;
}
#view_by_value {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-left: 5px;
    display: inline-block;
    padding: 4px 8px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.Sort-by-option {
    display: flex;
    align-items: center;
    gap: 12px; 
    padding: 10px 0;
    justify-content: flex-end;
}

.Sort-by-option label {
    font-weight: 500;
    color: #333;
    white-space: nowrap; 
}

.Sort-by-option select,
.Sort-by-option input {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: white;
    color: #333;
}

.Sort-by-option select {
    cursor: pointer;
}

.Sort-by-option input {
    width: 60px;
    text-align: center;
}
#sort-form {
    display: flex;
    align-items: center;
    gap: 15px;
}
#sort_by {
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.Sort-by-option select:hover,
.Sort-by-option input:hover {
    border-color: #007bff;
}

.Sort-by-option select:focus,
.Sort-by-option input:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

@media (max-width: 600px) {
    .Sort-by-option {
        flex-wrap: wrap;
        gap: 10px;
    }

    .Sort-by-option select,
    .Sort-by-option input {
        width: 100%;
    }
}
.sbf-title {
	text-align: left !important;	
}
.sbf-title a {
	font-size: 19px !important;

}
.sbf-container {
	height: 600px !important;

}
.listing-details {
	align-items: flex-end !important;

}

 /* listing details pop styles */
.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.popup-content {
    display: flex;
    flex-direction: column;
    width: 95%;
    height: 98%;
    max-width: 1200px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}
.popup-container {
    display: flex;
    width: 100%;
    height: 100%;
}
.popup-image {
    width: 60%;
    position: relative;
}

.popup-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}
.popup-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.popup-overlay {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    z-index: 2;
}
.popup-overlay h2 {
    font-size: 32px;
    margin: 0 0 8px 0;
    font-weight: bold;
    color: #fff;
    text-align: left;
}
.popup-details {
    font-size: 18px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.popup-details span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.popup-details span a {
    color: #fff;
}
.popup-info {
    width: 40%;
    justify-content: center;
    font-size: 14px;
    padding: 20px;
}

.blog-content {
    height: 500px;
    overflow-y: auto; 
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    
    border-radius: 5px;
   
}
.blog-content::-webkit-scrollbar {
    width: 6px;
}

.blog-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.blog-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.popup-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.popup-heading i {
    font-size: 20px;
    color: #007bff;
}

.large-icon {
    font-size: 30px;
}
.small-icon {
    position: absolute;
    font-size: 6px;
    top: 9px;
    right: 12px; 
    color: white;
}
@media screen and (max-width: 768px) {
    .popup-content {
        width: 95%;
    }

    .popup-container {
        flex-direction: column;
    }

    .popup-image {
        width: 100%;
        height: 250px;
    }
    .popup-image img {
        width: 100%;
        height: 250px;
    }

    .popup-overlay {
        bottom: 5px;
        padding: 10px;
    }

    .popup-overlay h2 {
        font-size: 24px;
    }

    .popup-details {
        font-size: 14px;
        gap: 10px;
    }

    .popup-info {
        width: 100%; 
        padding: 15px;
        text-align: center;
    }

    .blog-content {
        height: 300px;
        font-size: 13px;
    }

    .popup-heading {
        font-size: 16px; 
        gap: 5px;
    }
}


.selected-price-range, 
.selected-industries, 
.selected-locations {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;    
    width: 100%;    
}

.selected-price, 
.selected-industry, 
.selected-location,.selected-sub-industry {
    color: #fff;
    padding: 5px 0px;
    border-radius: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.remove-price, 
.remove-industry, 
.remove-location,.remove-sub-industry {
    cursor: pointer;
    
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.remove-price:hover, 
.remove-industry:hover, 
.remove-location:hover,.remove-sub-industry:hover {
    background-color: #cc0000;
    color: #242429;
}
.no-listings {
    text-align: center;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    font-size: 18px;
    color: #333;
}

.no-listings .explore-link {
    color: #0073e6;
    font-weight: bold;
    text-decoration: none;
}

.no-listings .explore-link:hover {
    text-decoration: underline;
}

#feed-results-box{
    width: 100%;
}
.blog-footer .row {
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.blog-footer {
	margin: 0px !important;
}

.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 8px;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.slider-item {
    flex: 0 0 calc(33.333% - 10px); 
    max-width: calc(33.333% - 10px);
    box-sizing: border-box;
    margin-right: 15px;
}

.slider-item:last-child {
    margin-right: 0;
}

.slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 12px;
    z-index: 10;
    border-radius: 50%; /* Makes the button circular */
    width: 30px; /* Set a fixed width */
    height: 30px; /* Set a fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-button:hover {
    background: #BF9B30;
}   

.slider-button.prev {
    left: 7px;
}

.slider-button.next {
    right: 14px;
}

/* RESPONSIVE FIXES */
@media (max-width: 767px) {
    .slider-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .slider-item {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (min-width: 1025px) {
    .slider-item {
        flex: 0 0 calc(33.333% - 10px);
        max-width: calc(33.333% - 10px);
    }
}
.filter-header {
    justify-content: space-between;
    align-items: center;
    
    border-radius: 5px;
    
}

.remove-all-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    cursor: pointer;
}

.filter-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.btn-reset {
    cursor: pointer;
    color: #d9534f;
    font-weight: bold;
    font-size: 14px;
}

.btn-reset:hover {
    text-decoration: underline;
}

.Filter_title_hr_line {
    margin: 10px 0px !important;
}
.single-job-listing .element {
	margin-bottom: 0 !important;
}

.sbf-container .listing-details {
	display: none !important;
}
.row.tags-list {
    display: block !important;
}

.extra-info {
    font-size: 12px;
    color: #ffffff;
    display: block;
    margin-top: 2px;
}
.bookmark-photo img {
    width: auto !important;
    height: auto !important;
    object-fit: cover;
    border-radius: 0% !important;

}
.elementor-nav-menu {
    z-index: 200 !important;
}
#search-text-universal{
	margin-bottom: 0 !important;
}
#search-form #search-icon{
	padding: 0 !important;
}
.nfd-sp-insecure-password-notice {
    display: none !important;
}
.Login-page-wp-hide-class {
    display: none !important;
}