.elementor-144 .elementor-element.elementor-element-3cbd030{--display:flex;--min-height:300px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;border-style:solid;--border-style:solid;border-width:1px 0px 0px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#C7A125;--border-color:#C7A125;--border-radius:0px 0px 0px 0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-144 .elementor-element.elementor-element-3cbd030:not(.elementor-motion-effects-element-type-background), .elementor-144 .elementor-element.elementor-element-3cbd030 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #FFFFFF00 10%, #F4D229 91%);}.elementor-144 .elementor-element.elementor-element-f50c636{--display:flex;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-144 .elementor-element.elementor-element-3f7cdde > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-144 .elementor-element.elementor-element-3f7cdde{text-align:center;}.elementor-144 .elementor-element.elementor-element-3f7cdde .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:50px;font-weight:600;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#000000;}.elementor-144 .elementor-element.elementor-element-150e32e{--display:flex;--margin-top:3em;--margin-bottom:3em;--margin-left:0em;--margin-right:0em;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-144 .elementor-element.elementor-element-3cbd030{--min-height:200px;--justify-content:center;}.elementor-144 .elementor-element.elementor-element-3cbd030.e-con{--align-self:center;}.elementor-144 .elementor-element.elementor-element-3f7cdde > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-144 .elementor-element.elementor-element-3f7cdde{text-align:center;}.elementor-144 .elementor-element.elementor-element-3f7cdde .elementor-heading-title{font-size:25px;line-height:1.5em;}.elementor-144 .elementor-element.elementor-element-150e32e{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for container, class: .elementor-element-150e32e *//* Directory Filters Styling */
.directory-filters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
    padding: 0 15px;
}

.directory-filters select {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background-color: #ffffff;
    font-size: 16px;
    color: #333333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px auto;
    cursor: pointer;
    transition: all 0.3s ease;
}

.directory-filters select:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .directory-filters {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .directory-filters select {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Flexbox Alternative */
.directory-filters {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.directory-filters select {
    flex: 1;
    min-width: 200px;
}

@media (max-width: 768px) {
    .directory-filters select {
        flex: 100%;
    }
}

/* ==========================================
   Directory Filters
   ========================================== */
.directory-filters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
    padding: 15px;
    background-color: #552137;
    border-radius: 8px;
}

.directory-filters select {
    width: 100%;
    padding: 5px 15px;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    background-color: #fff;
    font-size: 15px;
    color: #212529;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    transition: all 0.3s ease;
}

.directory-filters select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

/* ==========================================
   Directory Grid Layout
   ========================================== */
.directory-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px 0;
}

.directory-card {
    border: solid 1px #ddd;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.directory-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

/* ==========================================
   Directory Image & Title
   ========================================== */
.directory-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.directory-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
    background-color: #f8f9fa;
}

.directory-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.directory-title {
    margin: 5px 20px 20px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
    color: #212529;
    transition: color 0.3s ease;
}

.directory-link:hover .directory-title {
    color: #007bff;
}

/* ==========================================
   Directory Meta Information
   ========================================== */
.directory-content {
    padding: 0 20px 20px;
}

.directory-location,
.directory-type,
.directory-products {
    margin: 5px 20px;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #6c757d;
}

.label {
    display: inline-block;
    min-width: 60px;
    font-weight: 500;
    color: #495057;
}

/* ==========================================
   Responsive Design
   ========================================== */
@media (max-width: 1200px) {
    .directory-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .directory-filters {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .directory-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .directory-card {
        margin-bottom: 15px;
    }
    
    .directory-title {
        font-size: 1.1rem;
        margin: 15px 15px 10px;
    }
    
    .directory-content {
        padding: 0 15px 15px;
    }
}

/* ==========================================
   No Results Message
   ========================================== */
.no-directories {
    text-align: center;
    grid-column: 1 / -1;
    padding: 40px 20px;
    font-size: 1.1rem;
    color: #6c757d;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin: 20px 0;
}

/* ==========================================
   Loading Animation
   ========================================== */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.directory-card {
    animation: fadeIn 0.4s ease forwards;
}
.directory-type-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: yellow;
    color: white;
    padding: 0px 10px;
    border-radius: 3px;
    font-size: 0.9em;
    color:#000;
}/* End custom CSS */