.elementor-3206 .elementor-element.elementor-element-f581e68{--display:flex;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3206 .elementor-element.elementor-element-f581e68.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-3206 .elementor-element.elementor-element-e6a3c89{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:0px 0px 0px 1px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:1px;border-color:#EDEDED;--border-color:#EDEDED;--z-index:2;}.elementor-3206 .elementor-element.elementor-element-e6a3c89:not(.elementor-motion-effects-element-type-background), .elementor-3206 .elementor-element.elementor-element-e6a3c89 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAFAFA;}.elementor-3206 .elementor-element.elementor-element-c5363db{width:var( --container-widget-width, 300px );max-width:300px;--container-widget-width:300px;--container-widget-flex-grow:0;z-index:1;}.elementor-3206 .elementor-element.elementor-element-c5363db > .elementor-widget-container{padding:0px 0px 0px 0px;border-style:solid;border-width:0px 1px 0px 0px;border-color:#C1C1C1;}.elementor-3206 .elementor-element.elementor-element-2e32679{width:100%;max-width:100%;z-index:10;}/* Start custom CSS */* {
            box-sizing: border-box;
        }
        
        .property-list-container {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
            padding: 32px;
            max-width: 1400px;
            margin: 0 auto;
            background: #f5f7fa;
            min-height: 100vh;
        }
        
        .page-header {
            text-align: left;
            margin-bottom: 40px;
        }
        
        .page-header h1 {
            font-size: 24px;
            font-weight: 700;
            color: #1e293b;
            margin: 0 0 8px 0;
        }
        
        .page-subtitle {
            font-size: 16px;
            color: #64748b;
            margin: 0;
        }
        
        .filters-container {
            background: white;
            border-radius: 8px;
            padding: 28px;
            margin-bottom: 24px;
            animation: fadeInUp 0.6s ease 0.1s both;
        }
        
        .filters-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 20px;
            margin-bottom: 20px;
        }
        
        .filter-group {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        
        .filter-group label {
            font-size: 14px;
            font-weight: 600;
            color: #475569;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .filter-group label i {
            color: #3b82f6;
            font-size: 16px;
        }
        
        .filter-group select,
        .filter-group input[type="date"] {
            padding: 12px 16px;
            border-radius: 8px;
            border: 1px solid #e2e8f0;
            background: #f8fafc;
            font-size: 14px;
            color: #0f172a;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .filter-group select:hover,
        .filter-group input[type="date"]:hover {
            border-color: #cbd5e1;
            background: white;
        }
        
        .filter-group select:focus,
        .filter-group input[type="date"]:focus {
            outline: none;
            border-color: #3b82f6;
            background: white;
        }
        
        .filters-actions {
            display: flex;
            gap: 12px;
            justify-content: center;
            padding-top: 8px;
        }
        
        .btn-filter, .btn-reset, .btn-export {
            padding: 12px 24px;
            border-radius: 10px;
            border: none;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        
        .btn-filter {
            background: #3b82f6;
            color: white;
        }
        
        .btn-reset {
            background: white;
            color: #64748b;
            border: 1px solid #e2e8f0;
        }
        
        .btn-reset:hover {
            background: #f8fafc;
            border-color: #cbd5e1;
        }
        
        .btn-export {
            background: #10b981;
            color: white;
        }
        
        .results-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 16px;
            animation: fadeInUp 0.6s ease 0.2s both;
        }
        
        .results-info {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            color: #64748b;
            font-weight: 500;
        }
        
        .results-info i {
            color: #3b82f6;
        }
        
        .results-actions {
            display: flex;
            gap: 12px;
        }
        
        .table-loader {
            background: white;
            border-radius: 16px;
            padding: 60px;
            text-align: center;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            animation: fadeIn 0.3s ease;
        }
        
        .loader-spinner {
            width: 50px;
            height: 50px;
            border: 4px solid #e2e8f0;
            border-top-color: #3b82f6;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin: 0 auto 16px;
        }
        
        .table-loader p {
            color: #64748b;
            margin: 0;
        }
        
        @keyframes spin {
            to { transform: rotate(360deg); }
        }
        
        .property-table-wrapper {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            animation: fadeInUp 0.6s ease 0.3s both;
        }
        
        .property-table {
            width: 100%;
            border-collapse: collapse;
        }
        
        .property-table thead {
            background: #3b82f6;
        }
        
        .property-table th {
            padding: 16px;
            text-align: left;
            font-size: 13px;
            font-weight: 600;
            color: white;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }
        
        .th-content {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .property-table td {
            padding: 16px;
            font-size: 14px;
            color: #475569;
            border-bottom: 1px solid #f1f5f9;
        }
        
        .property-table tbody tr {
            transition: all 0.3s ease;
            animation: fadeIn 0.5s ease;
        }
        
        .property-table tbody tr:hover {
            background: #f8fafc;
        }
        
        .status-badge {
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            white-space: nowrap;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        
        .status-badge::before {
            content: '';
            width: 8px;
            height: 8px;
            border-radius: 50%;
            display: inline-block;
        }
        
        .status-a-vendre { 
            background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
            color: #166534;
        }
        .status-a-vendre::before { background: #16a34a; }
        
        .status-a-louer { 
            background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
            color: #1e40af;
        }
        .status-a-louer::before { background: #3b82f6; }
        
        .status-vendu { 
            background: linear-gradient(135deg, #fed7aa 0%, #fdba74 100%);
            color: #9a3412;
        }
        .status-vendu::before { background: #ea580c; }
        
        .status-loue { 
            background: linear-gradient(135deg, #e9d5ff 0%, #d8b4fe 100%);
            color: #6b21a8;
        }
        .status-loue::before { background: #9333ea; }
        
        .status-en-construction { 
            background: linear-gradient(135deg, #fecaca 0%, #fca5a5 100%);
            color: #991b1b;
        }
        .status-en-construction::before { background: #dc2626; }
        
        .status-reserve { 
            background: linear-gradient(135deg, #cffafe 0%, #a5f3fc 100%);
            color: #155e75;
        }
        .status-reserve::before { background: #06b6d4; }
        
        .actions-cell {
            display: flex;
            gap: 8px;
        }
        
        .btn-action {
            padding: 8px 14px;
            border-radius: 8px;
            border: 1px solid transparent;
            background: white;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        
        .btn-view {
            color: #3b82f6;
            border-color: #3b82f6;
        }
        
        .btn-view:hover {
            background: #3b82f6;
            color: white;
        }
        
        .btn-edit {
            color: #10b981;
            border-color: #10b981;
        }
        
        .btn-edit:hover {
            background: #10b981;
            color: white;
        }
        
        .empty-state {
            background: white;
            border-radius: 16px;
            padding: 80px 40px;
            text-align: center;
            animation: fadeIn 0.5s ease;
        }
        
        .empty-state i {
            font-size: 64px;
            color: #cbd5e1;
            margin-bottom: 20px;
        }
        
        .empty-state h3 {
            font-size: 24px;
            color: #475569;
            margin: 0 0 8px 0;
        }
        
        .empty-state p {
            font-size: 16px;
            color: #94a3b8;
            margin: 0;
        }
        
        .pagination-container {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 24px;
            animation: fadeInUp 0.6s ease 0.4s both;
        }
        
        .page-link {
            padding: 10px 16px;
            border-radius: 10px;
            border: 1px solid #e2e8f0;
            background: white;
            color: #475569;
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .page-link:hover {
            background: #f8fafc;
            border-color: #3b82f6;
            color: #3b82f6;
        }
        
        .page-link.active {
            background: #3b82f6;
            color: white;
            border-color: #3b82f6;
        }
        
        /* Modal */
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(8px);
            animation: fadeIn 0.3s ease;
        }
        
        .modal.active {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .modal-content {
            background: white;
            border-radius: 20px;
            max-width: 800px;
            width: 90%;
            max-height: 90vh;
            display: flex;
            flex-direction: column;
            animation: slideUp 0.3s ease;
        }
        
        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .modal-header {
            padding: 24px 28px;
            border-bottom: 2px solid #e2e8f0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
            border-radius: 20px 20px 0 0;
        }
        
        .modal-header h2 {
            margin: 0;
            font-size: 22px;
            font-weight: 700;
            color: #0f172a;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .modal-header h2 i {
            color: #3b82f6;
        }
        
        .modal-close {
            background: white;
            border: 2px solid #e2e8f0;
            font-size: 24px;
            color: #94a3b8;
            cursor: pointer;
            padding: 0;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            transition: all 0.3s ease;
        }
        
        .modal-close:hover {
            background: #fee2e2;
            border-color: #fca5a5;
            color: #dc2626;
            transform: rotate(90deg);
        }
        
        .modal-body {
            padding: 28px;
            overflow-y: auto;
            flex: 1;
        }
        
        .modal-footer {
            padding: 20px 28px;
            border-top: 2px solid #e2e8f0;
            display: flex;
            justify-content: flex-end;
            gap: 12px;
            background: #f8fafc;
            border-radius: 0 0 20px 20px;
        }
        
        .btn-cancel, .btn-save {
            padding: 12px 24px;
            border-radius: 10px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border: none;
        }
        
        .btn-cancel {
            background: white;
            border: 2px solid #e2e8f0;
            color: #64748b;
        }
        
        .btn-cancel:hover {
            background: #f8fafc;
            transform: translateY(-2px);
        }
        
        .btn-save {
            background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
            color: white;
        }
        
        .btn-save:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
        }
        
        .loader {
            text-align: center;
            padding: 40px;
            color: #94a3b8;
        }
        
        .form-field {
            margin-bottom: 24px;
        }
        
        .form-field label {
            display: block;
            font-size: 14px;
            font-weight: 600;
            color: #475569;
            margin-bottom: 8px;
        }
        
        .form-field input,
        .form-field select,
        .form-field textarea {
            width: 100%;
            padding: 12px 16px;
            border-radius: 10px;
            border: 2px solid #e2e8f0;
            font-size: 14px;
            color: #0f172a;
            transition: all 0.3s ease;
            background: #f8fafc;
        }
        
        .form-field input:focus,
        .form-field select:focus,
        .form-field textarea:focus {
            outline: none;
            border-color: #3b82f6;
            background: white;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }
        
        .form-field textarea {
            min-height: 100px;
            resize: vertical;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @media (max-width: 768px) {
            .property-list-container {
                padding: 16px;
            }
            
            .page-header h1 {
                font-size: 28px;
            }
            
            .filters-grid {
                grid-template-columns: 1fr;
            }
            
            .results-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 12px;
            }
            
            .property-table {
                font-size: 12px;
            }
            
            .property-table th,
            .property-table td {
                padding: 12px 8px;
            }
            
            .actions-cell {
                flex-direction: column;
            }
        }/* End custom CSS */