.elementor-2218 .elementor-element.elementor-element-f6be34e{margin-top:0px;margin-bottom:0px;}.elementor-2218 .elementor-element.elementor-element-e74023f > .elementor-widget-container{background-color:var( --e-global-color-38a3c79 );}.elementor-2218 .elementor-element.elementor-element-edfda3e > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-2218 .elementor-element.elementor-element-edfda3e:not(.elementor-motion-effects-element-type-background), .elementor-2218 .elementor-element.elementor-element-edfda3e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-38a3c79 );}.elementor-2218 .elementor-element.elementor-element-edfda3e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-50px;margin-bottom:-50px;}.elementor-2218 .elementor-element.elementor-element-edfda3e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.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-2218 .elementor-element.elementor-element-28969e8 .elementor-heading-title{color:#000000;}.elementor-2218 .elementor-element.elementor-element-9c6f451{grid-column:span 1;grid-row:span 2;}body.elementor-page-2218:not(.elementor-motion-effects-element-type-background), body.elementor-page-2218 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-38a3c79 );}@media(max-width:767px){.elementor-2218 .elementor-element.elementor-element-e74023f{width:100%;max-width:100%;}.elementor-2218 .elementor-element.elementor-element-82f495a{width:100%;max-width:100%;}.elementor-2218 .elementor-element.elementor-element-ab70aee{width:100%;max-width:100%;}}/* Start custom CSS for column, class: .elementor-element-47edc93 *//* ============================================
   KNOCK SIDEBAR - STICKY ON DESKTOP
   ============================================ */
.knock-sidebar-widget {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    align-self: flex-start;
}

.knock-contact-section {
    background: linear-gradient(135deg, var(--michigan-blue) 0%, var(--michigan-light-blue) 100%);
    padding: 35px 25px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 39, 76, 0.2);
    text-align: center;
    color: white;
    border: 3px solid var(--michigan-maize);
}

.knock-contact-section h3 {
    color: white;
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 10px 0;
}

.knock-contact-section p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.knock-tour-button {
    background: white;
    color: var(--michigan-blue);
    border: none;
    padding: 16px 35px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.knock-tour-button:hover {
    background: var(--michigan-maize);
    color: var(--michigan-blue);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 203, 5, 0.4);
}

.knock-info {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    margin: 0;
}/* End custom CSS */
/* Start custom CSS *//* ========================================
   MOBILE RESPONSIVE FIX & ZILLOW-STYLE CSS
   ======================================== */

/* ====================
   MOBILE COLUMN STACKING
   ==================== */

/* Force columns to stack on mobile and tablet */
@media (max-width: 1024px) {
    .elementor-section.elementor-element-edfda3e .elementor-container {
        flex-direction: column !important;
    }
    
    .elementor-section.elementor-element-edfda3e .elementor-column {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px;
    }
    
    /* Make left column (66%) full width on mobile */
    .elementor-section.elementor-element-edfda3e .elementor-col-66 {
        width: 100% !important;
        flex: 0 0 100% !important;
        order: 1;
    }
    
    /* Make right column (33%) full width on mobile */
    .elementor-section.elementor-element-edfda3e .elementor-col-33 {
        width: 100% !important;
        flex: 0 0 100% !important;
        order: 2;
    }
    
    /* Reset any fixed widths */
    .elementor-col-66,
    .elementor-col-33 {
        max-width: none !important;
    }
}

/* ====================
   ZILLOW-STYLE CARD DESIGN
   ==================== */

/* Main section background and spacing */
.elementor-section.elementor-element-edfda3e {
    background-color: #f7f7f7 !important;
    padding: 40px 20px !important;
}

@media (min-width: 768px) {
    .elementor-section.elementor-element-edfda3e {
        padding: 60px 40px !important;
    }
}

/* Card styling - Zillow style with clean shadows */
.directorist-card {
    background: #ffffff;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #e8e8e8 !important;
    margin-bottom: 24px;
    transition: box-shadow 0.3s ease;
    overflow: hidden;
}

.directorist-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}

/* Card header styling */
.directorist-card__header {
    background: #ffffff !important;
    border-bottom: 2px solid #f0f0f0 !important;
    padding: 20px 24px !important;
}

.directorist-card__header__title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #2a2a33 !important;
    margin: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Card body styling */
.directorist-card__body {
    padding: 24px !important;
}

/* ====================
   PROPERTY DETAILS STYLING
   ==================== */

.directorist-details-info-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 10px 0;
}

.directorist-single-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background: #f9fafb;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.directorist-single-info:hover {
    background: #f0f2f5;
}

.directorist-single-info__label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #444;
    font-size: 15px;
}

.directorist-single-info__label-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0066cc;
}

.directorist-single-info__value {
    font-size: 18px;
    font-weight: 700;
    color: #2a2a33;
}

/* ====================
   SCHEDULE A TOUR WIDGET - ZILLOW STYLE
   ==================== */

.knock-sidebar-widget {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    border: 1px solid #e8e8e8;
    overflow: hidden;
    position: sticky;
    top: 20px;
}

@media (max-width: 1024px) {
    .knock-sidebar-widget {
        position: relative !important;
        top: 0 !important;
        margin-bottom: 20px;
    }
}

.knock-contact-section {
    padding: 28px;
    text-align: center;
}

.knock-contact-section h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #2a2a33 !important;
    margin: 0 0 12px 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.knock-contact-section p {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
    margin: 0 0 20px 0;
}

.knock-tour-button {
    width: 100%;
    padding: 14px 24px;
    background: #0066cc !important;
    color: #ffffff !important;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: none;
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.2);
}

.knock-tour-button:hover {
    background: #0052a3 !important;
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
    transform: translateY(-1px);
}

.knock-tour-button:active {
    transform: translateY(0);
}

.knock-info {
    font-size: 13px !important;
    color: #2d7a3e !important;
    margin-top: 12px !important;
    font-weight: 500 !important;
}

/* ====================
   LOCATION MAP SECTION
   ==================== */

.directorist-single-map__location {
    padding: 20px;
    background: #f9fafb;
    border-radius: 8px;
    margin-top: 15px;
}

.directorist-single-map__address {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.directorist-single-map__direction a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.2s ease;
}

.directorist-single-map__direction a:hover {
    color: #0052a3;
    text-decoration: underline;
}

/* ====================
   LISTING HEADER IMPROVEMENTS
   ==================== */

.directorist-single-listing-header-wrap {
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    padding: 24px 0;
}

.directorist-single-listing-header__listing-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #2a2a33 !important;
    margin-bottom: 16px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

@media (max-width: 768px) {
    .directorist-single-listing-header__listing-title {
        font-size: 24px !important;
    }
}

/* Badge styling */
.directorist-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 8px;
    margin-bottom: 8px;
}

.directorist-badge-popular {
    background: #fff3e0;
    color: #e65100;
}

.directorist-badge-new {
    background: #e8f5e9;
    color: #2d7a3e;
}

/* Pricing */
.directorist-listing-price {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #2a2a33 !important;
}

.directorist-pricing-period {
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

/* Location info */
.directorist-listing-location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 15px;
}

.directorist-listing-location ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 6px;
}

.directorist-listing-location li::after {
    content: ",";
}

.directorist-listing-location li:last-child::after {
    content: "";
}

.directorist-listing-location a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.2s ease;
}

.directorist-listing-location a:hover {
    color: #0052a3;
    text-decoration: underline;
}

/* ====================
   RELATED LISTINGS
   ==================== */

.directorist-related-listing {
    padding: 40px 20px;
}

@media (min-width: 768px) {
    .directorist-related-listing {
        padding: 60px 40px;
    }
}

/* ====================
   MOBILE OPTIMIZATIONS
   ==================== */

@media (max-width: 768px) {
    /* Reduce padding on mobile */
    .directorist-card__body,
    .directorist-card__header {
        padding: 16px !important;
    }
    
    .knock-contact-section {
        padding: 20px;
    }
    
    /* Stack property details vertically */
    .directorist-details-info-wrap {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    /* Full width button on mobile */
    .knock-tour-button {
        width: 100%;
    }
}

/* ====================
   GENERAL IMPROVEMENTS
   ==================== */

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Better text rendering */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Container improvements */
.elementor-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* Remove default margins */
.elementor-widget-container > *:last-child {
    margin-bottom: 0;
}

/* ====================
   ACCESSIBILITY
   ==================== */

/* Focus states for keyboard navigation */
.knock-tour-button:focus,
.directorist-single-map__direction a:focus {
    outline: 2px solid #0066cc;
    outline-offset: 2px;
}

/* Skip to main content */
.skip-to-content {
    position: absolute;
    top: -40px;
    left: 0;
    background: #0066cc;
    color: white;
    padding: 8px;
    text-decoration: none;
    z-index: 100;
}

.skip-to-content:focus {
    top: 0;
}

/* Hide Popular and New badges */
.directorist-info-item-badges {
    display: none !important;
}/* End custom CSS */