.asset-form-card {
        border: 1px solid #e8e1d4;
        border-radius: 16px;
        background: #fffdf9;
        overflow: hidden;
    }

    .asset-form-card .card-header {
        padding: 20px 24px;
        border-bottom: 1px solid #ebe3d6;
        background: #fffdf9;
    }

    .asset-form-card .card-body {
        padding: 26px;
    }

    .asset-section {
        padding: 24px;
        margin-bottom: 28px;
        border: 1px solid #e5dfd3;
        border-radius: 14px;
        background: #ffffff;
    }

    .section-heading {
        padding-bottom: 15px;
        margin-bottom: 24px;
        border-bottom: 1px solid #eee8dd;
    }

    .section-heading h5 {
        margin: 0 0 5px;
        color: #123f36;
        font-size: 18px;
        font-weight: 700;
    }

    .section-heading p {
        margin: 0;
        color: #77746d;
        font-size: 13px;
    }

    .form-group-spacing {
        margin-bottom: 22px;
    }

    .form-label {
        margin-bottom: 8px;
        color: #173f38;
        font-size: 14px;
        font-weight: 600;
    }

    .form-control,
    .form-select {
        min-height: 46px;
        padding: 10px 13px;
        border-color: #dcd5c9;
        border-radius: 10px;
        background-color: #fffefa;
        box-shadow: none;
    }

    .form-control:focus,
    .form-select:focus {
        border-color: #174a40;
        box-shadow: 0 0 0 3px rgba(23, 74, 64, 0.10);
    }

    textarea.form-control {
        min-height: auto;
    }

    .field-help {
        display: block;
        margin-top: 6px;
        color: #8a857c;
        font-size: 12px;
    }

    .text-danger {
        font-size: 12px;
    }

    .image-preview {
        display: none;
        width: 170px;
        height: 115px;
        margin-top: 12px;
        border: 1px solid #ddd6c9;
        border-radius: 10px;
        object-fit: cover;
    }

    .form-actions {
        display: flex;
        justify-content: flex-end;
        gap: 12px;
    }

    .btn-save {
        padding: 10px 26px;
        border: 0;
        border-radius: 9px;
        background: #123f36;
        color: #ffffff;
    }

    .btn-save:hover {
        background: #0d332c;
        color: #ffffff;
    }

    .note-editor.note-frame {
        border-color: #dcd5c9;
        border-radius: 10px;
        overflow: hidden;
    }

    .note-toolbar {
        background: #f8f5ee;
    }

    select[multiple] {
        min-height: 125px;
    }

    @media (max-width: 767px) {
        .asset-form-card .card-body {
            padding: 15px;
        }

        .asset-section {
            padding: 17px;
        }
    }

    .asset-form-card {
        border: 1px solid #e8e1d4;
        border-radius: 16px;
        background: #fffdf9;
        overflow: hidden;
    }

    .asset-form-card .card-header {
        padding: 20px 24px;
        border-bottom: 1px solid #ebe3d6;
        background: #fffdf9;
    }

    .asset-form-card .card-body {
        padding: 26px;
    }

    .asset-section {
        padding: 24px;
        margin-bottom: 28px;
        border: 1px solid #e5dfd3;
        border-radius: 14px;
        background: #ffffff;
    }

    .section-heading {
        padding-bottom: 15px;
        margin-bottom: 24px;
        border-bottom: 1px solid #eee8dd;
    }

    .section-heading h5 {
        margin: 0 0 5px;
        color: #123f36;
        font-size: 18px;
        font-weight: 700;
    }

    .section-heading p {
        margin: 0;
        color: #77746d;
        font-size: 13px;
    }

    .form-group-spacing {
        margin-bottom: 22px;
    }

    .form-label {
        margin-bottom: 8px;
        color: #173f38;
        font-size: 14px;
        font-weight: 600;
    }

    .form-control,
    .form-select {
        min-height: 46px;
        padding: 10px 13px;
        border-color: #dcd5c9;
        border-radius: 10px;
        background-color: #fffefa;
        box-shadow: none;
    }

    .form-control:focus,
    .form-select:focus {
        border-color: #174a40;
        box-shadow: 0 0 0 3px rgba(23, 74, 64, 0.10);
    }

    textarea.form-control {
        min-height: auto;
    }

    .field-help {
        display: block;
        margin-top: 6px;
        color: #8a857c;
        font-size: 12px;
    }

    .text-danger {
        font-size: 12px;
    }

    .image-preview {
        width: 170px;
        height: 115px;
        margin-top: 12px;
        border: 1px solid #ddd6c9;
        border-radius: 10px;
        object-fit: cover;
    }

    .form-actions {
        display: flex;
        justify-content: flex-end;
        gap: 12px;
    }

    .btn-save {
        padding: 10px 26px;
        border: 0;
        border-radius: 9px;
        background: #123f36;
        color: #ffffff;
    }

    .btn-save:hover {
        background: #0d332c;
        color: #ffffff;
    }

    .note-editor.note-frame {
        border-color: #dcd5c9;
        border-radius: 10px;
        overflow: hidden;
    }

    .note-toolbar {
        background: #f8f5ee;
    }

    select[multiple] {
        min-height: 125px;
    }

    @media (max-width: 767px) {
        .asset-form-card .card-body {
            padding: 15px;
        }

        .asset-section {
            padding: 17px;
        }
    }

     .asset-list-card {
        border: 1px solid #e8e1d4;
        border-radius: 15px;
        background: #ffffff;
        overflow: hidden;
    }

    .asset-list-card .card-header {
        padding: 20px 24px;
        background: #fffdf9;
        border-bottom: 1px solid #ebe3d6;
    }

    .asset-list-card .card-body {
        padding: 22px;
    }

    .asset-image {
        width: 74px;
        height: 58px;
        object-fit: cover;
        border: 1px solid #e1ddd5;
        border-radius: 9px;
    }

    .asset-image-placeholder {
        width: 74px;
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px dashed #d5cec2;
        border-radius: 9px;
        background: #f8f6f1;
        color: #918b81;
        font-size: 11px;
        text-align: center;
    }

    .asset-title {
        margin-bottom: 4px;
        color: #123f36;
        font-size: 14px;
        font-weight: 700;
    }

    .asset-meta {
        color: #77746d;
        font-size: 12px;
        line-height: 1.6;
    }

    .classification-name {
        color: #243b35;
        font-size: 13px;
        font-weight: 600;
    }

    .classification-sub {
        margin-top: 4px;
        color: #77746d;
        font-size: 12px;
    }

    .type-badge {
        display: inline-block;
        margin-top: 6px;
        padding: 4px 9px;
        border-radius: 15px;
        background: #f0eee6;
        color: #535946;
        font-size: 11px;
        font-weight: 600;
    }

    .label-badge {
        display: inline-block;
        margin: 2px 2px 2px 0;
        padding: 4px 9px;
        border-radius: 14px;
        background: #edf4ef;
        color: #174a40;
        font-size: 11px;
        font-weight: 600;
    }

    .price-value {
        color: #123f36;
        font-size: 14px;
        font-weight: 700;
    }

    .price-tag {
        display: block;
        margin-top: 3px;
        color: #817b72;
        font-size: 11px;
    }

    .location-main {
        color: #243b35;
        font-size: 13px;
        font-weight: 600;
    }

    .location-sub {
        margin-top: 3px;
        color: #77746d;
        font-size: 12px;
        line-height: 1.5;
    }

    .status-badge {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 15px;
        font-size: 11px;
        font-weight: 600;
    }

    .status-active {
        background: #dcfce7;
        color: #166534;
    }

    .status-inactive {
        background: #fee2e2;
        color: #991b1b;
    }

    .inspection-text {
        color: #243b35;
        font-size: 12px;
        line-height: 1.5;
    }

    .action-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .action-wrapper .btn {
        padding: 5px 9px;
        border-radius: 6px;
        font-size: 12px;
    }

    .table thead th {
        padding: 13px 10px;
        border-color: #ded8cb;
        background: #676846;
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        white-space: nowrap;
        vertical-align: middle;
    }

    .table tbody td {
        padding: 13px 10px;
        border-color: #ece7de;
        font-size: 13px;
        vertical-align: middle;
    }

    .table tbody tr:hover {
        background: #fcfbf7;
    }

    .add-asset-btn {
        padding: 9px 18px;
        border: 0;
        border-radius: 8px;
        background: #123f36;
        color: #ffffff;
    }

    .add-asset-btn:hover {
        background: #0d332c;
        color: #ffffff;
    }

     .asset-view-card {
        border: 1px solid #e8e1d4;
        border-radius: 16px;
        background: #ffffff;
        overflow: hidden;
    }

    .asset-view-card .card-header {
        padding: 20px 24px;
        border-bottom: 1px solid #ebe3d6;
        background: #fffdf9;
    }

    .asset-view-card .card-body {
        padding: 26px;
    }

    .asset-section {
        padding: 24px;
        margin-bottom: 26px;
        border: 1px solid #e5dfd3;
        border-radius: 14px;
        background: #ffffff;
    }

    .asset-section:last-child {
        margin-bottom: 0;
    }

    .section-heading {
        padding-bottom: 14px;
        margin-bottom: 22px;
        border-bottom: 1px solid #eee8dd;
    }

    .section-heading h5 {
        margin: 0 0 4px;
        color: #123f36;
        font-size: 18px;
        font-weight: 700;
    }

    .section-heading p {
        margin: 0;
        color: #77746d;
        font-size: 13px;
    }

    .asset-main-image {
        width: 100%;
        max-height: 390px;
        border: 1px solid #e2ddd4;
        border-radius: 13px;
        object-fit: cover;
    }

    .asset-image-placeholder {
        width: 100%;
        min-height: 280px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px dashed #d3cdc2;
        border-radius: 13px;
        background: #faf8f3;
        color: #908a80;
        font-size: 14px;
    }

    .summary-title {
        margin-bottom: 8px;
        color: #123f36;
        font-size: 25px;
        font-weight: 700;
    }

    .summary-subtitle {
        margin-bottom: 18px;
        color: #77746d;
        font-size: 14px;
    }

    .detail-item {
        margin-bottom: 20px;
    }

    .detail-label {
        display: block;
        margin-bottom: 6px;
        color: #7b766d;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.4px;
        text-transform: uppercase;
    }

    .detail-value {
        color: #263c36;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.6;
        word-break: break-word;
    }

    .price-value {
        color: #123f36;
        font-size: 21px;
        font-weight: 700;
    }

    .price-tag {
        display: inline-block;
        margin-top: 5px;
        padding: 4px 9px;
        border-radius: 14px;
        background: #f0eee6;
        color: #686256;
        font-size: 11px;
        font-weight: 600;
    }

    .status-badge,
    .boolean-badge,
    .label-badge {
        display: inline-block;
        padding: 5px 11px;
        border-radius: 16px;
        font-size: 11px;
        font-weight: 600;
    }

    .status-active,
    .boolean-yes {
        background: #dcfce7;
        color: #166534;
    }

    .status-inactive,
    .boolean-no {
        background: #fee2e2;
        color: #991b1b;
    }

    .label-badge {
        margin: 2px 4px 2px 0;
        background: #edf4ef;
        color: #174a40;
    }

    .description-content {
        color: #374b45;
        font-size: 14px;
        line-height: 1.8;
    }

    .description-content p:last-child {
        margin-bottom: 0;
    }

    .action-btn {
        padding: 8px 15px;
        border-radius: 8px;
        font-size: 13px;
    }

    .contact-link {
        color: #123f36;
        text-decoration: none;
    }

    .contact-link:hover {
        text-decoration: underline;
    }

    @media (max-width: 767px) {
        .asset-view-card .card-body {
            padding: 15px;
        }

        .asset-section {
            padding: 17px;
        }

        .asset-view-card .card-header {
            align-items: flex-start !important;
            gap: 15px;
            flex-direction: column;
        }
    }

    .asset-form-card {
    border: 1px solid #e6dfd2;
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(18, 63, 54, 0.06);
}

.asset-form-card .card-header {
    padding: 24px 28px;
    background: #fffdf9;
    border-bottom: 1px solid #ebe3d6;
}

.asset-form-card .card-header h4 {
    margin-bottom: 5px;
    color: #123f36;
    font-size: 21px;
    font-weight: 700;
}

.asset-form-card .card-header p {
    color: #77746d;
    font-size: 14px;
}

.asset-form-card .card-body {
    padding: 30px;
}

.asset-section {
    padding: 26px;
    margin-bottom: 30px;
    border: 1px solid #e7e0d5;
    border-radius: 16px;
    background: #fffefa;
}

.asset-section:last-of-type {
    margin-bottom: 24px;
}

.section-heading {
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee7dc;
}

.section-heading h5 {
    margin: 0 0 7px;
    color: #123f36;
    font-size: 19px;
    font-weight: 700;
}

.section-heading p {
    margin: 0;
    color: #77746d;
    font-size: 13px;
    line-height: 1.6;
}

.form-group-spacing {
    margin-bottom: 24px;
}

.form-label {
    display: block;
    margin-bottom: 9px;
    color: #173f38;
    font-size: 14px;
    font-weight: 600;
}

.form-control,
.form-select {
    width: 100%;
    min-height: 48px;
    padding: 11px 14px;
    border: 1px solid #dcd4c7;
    border-radius: 11px;
    background-color: #ffffff;
    color: #183d36;
    font-size: 14px;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control::placeholder {
    color: #a3a09a;
}

.form-control:focus,
.form-select:focus {
    border-color: #174a40;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(23, 74, 64, 0.10);
    outline: none;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

select[multiple] {
    min-height: 150px;
    padding: 10px;
}

select[multiple] option {
    padding: 8px 10px;
    margin-bottom: 3px;
    border-radius: 6px;
}

select[multiple] option:checked {
    background: #174a40;
    color: #ffffff;
}

.field-help {
    display: block;
    margin-top: 8px;
    color: #8a857c;
    font-size: 12px;
    line-height: 1.5;
}

.text-danger,
.invalid-feedback {
    display: block;
    margin-top: 6px;
    font-size: 12px;
}

.image-preview {
    width: 175px;
    height: 120px;
    margin-top: 14px;
    border: 1px solid #ddd5c9;
    border-radius: 12px;
    object-fit: cover;
}

.form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding-top: 4px;
}

.form-actions .btn {
    min-width: 120px;
    padding: 10px 22px;
    border-radius: 9px;
}

.btn-save {
    border: 0;
    background: #123f36;
    color: #ffffff;
}

.btn-save:hover {
    background: #0d332c;
    color: #ffffff;
}

.note-editor.note-frame {
    border: 1px solid #dcd4c7;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: none;
}

.note-editor.note-frame:focus-within {
    border-color: #174a40;
    box-shadow: 0 0 0 3px rgba(23, 74, 64, 0.10);
}

.note-toolbar {
    padding: 8px !important;
    background: #f8f5ee;
    border-bottom: 1px solid #e6dfd3;
}

.note-editable {
    min-height: 180px;
    padding: 14px !important;
    background: #ffffff;
}

.row {
    --bs-gutter-x: 1.5rem;
}

@media (max-width: 767px) {
    .asset-form-card .card-header {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 12px;
    }

    .asset-form-card .card-body {
        padding: 16px;
    }

    .asset-section {
        padding: 18px;
        margin-bottom: 22px;
    }

    .form-group-spacing {
        margin-bottom: 18px;
    }

    .form-actions {
        flex-direction: column-reverse;
    }

    .form-actions .btn {
        width: 100%;
    }
}

.asset-view-card {
    border: 1px solid #e7dfd2;
    border-radius: 16px;
    background: #ffffff;
    overflow: hidden;
}

.asset-view-card > .card-header {
    padding: 22px 26px;
    background: #fffdf9;
    border-bottom: 1px solid #ebe3d6;
}

.asset-view-card > .card-header h4 {
    color: #173f38;
    font-size: 21px;
    font-weight: 700;
}

.asset-view-card > .card-header p {
    font-size: 13px;
}

.asset-view-card > .card-body {
    padding: 26px;
}

.asset-view-card .asset-section {
    padding: 24px;
    margin-bottom: 26px;
    border: 1px solid #e7e0d5;
    border-radius: 14px;
    background: #fffefa;
}

.asset-view-card .asset-section:last-child {
    margin-bottom: 0;
}

.asset-view-card .section-heading {
    padding-bottom: 14px;
    margin-bottom: 22px;
    border-bottom: 1px solid #ece5da;
}

.asset-view-card .section-heading h5 {
    margin: 0 0 5px;
    color: #173f38;
    font-size: 18px;
    font-weight: 700;
}

.asset-view-card .section-heading p {
    margin: 0;
    color: #7a746b;
    font-size: 13px;
    line-height: 1.5;
}

.asset-view-card .asset-main-image {
    width: 100%;
    max-height: 380px;
    object-fit: cover;
    border: 1px solid #ded7cb;
    border-radius: 13px;
}

.asset-view-card .asset-image-placeholder {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #d5cec2;
    border-radius: 13px;
    background: #faf8f4;
    color: #8d877e;
    font-size: 14px;
}

.asset-view-card .summary-title {
    margin-bottom: 8px;
    color: #173f38;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
}

.asset-view-card .summary-subtitle {
    margin-bottom: 22px;
    color: #777168;
    font-size: 14px;
}

.asset-view-card .detail-item {
    margin-bottom: 22px;
}

.asset-view-card .detail-label {
    display: block;
    margin-bottom: 7px;
    color: #817b72;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.asset-view-card .detail-value {
    color: #263c36;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    word-break: break-word;
}

.asset-view-card .price-value {
    color: #173f38;
    font-size: 22px;
    font-weight: 700;
}

.asset-view-card .price-tag {
    display: inline-block;
    margin-top: 6px;
    padding: 5px 10px;
    border-radius: 15px;
    background: #f0eee7;
    color: #686257;
    font-size: 11px;
    font-weight: 600;
}

.asset-view-card .status-badge,
.asset-view-card .boolean-badge,
.asset-view-card .label-badge {
    display: inline-block;
    padding: 6px 11px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 700;
}

.asset-view-card .status-active,
.asset-view-card .boolean-yes {
    background: #dcfce7;
    color: #166534;
}

.asset-view-card .status-inactive,
.asset-view-card .boolean-no {
    background: #fee2e2;
    color: #991b1b;
}

.asset-view-card .label-badge {
    margin: 2px 4px 2px 0;
    background: #edf4ef;
    color: #174a40;
}

.asset-view-card .description-content {
    color: #374b45;
    font-size: 14px;
    line-height: 1.8;
}

.asset-view-card .description-content p:last-child {
    margin-bottom: 0;
}

.asset-view-card .action-btn {
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 13px;
}

.asset-view-card .contact-link {
    color: #174a40;
    font-weight: 600;
    text-decoration: none;
}

.asset-view-card .contact-link:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .asset-view-card > .card-header {
        padding: 18px;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 14px;
    }

    .asset-view-card > .card-body {
        padding: 15px;
    }

    .asset-view-card .asset-section {
        padding: 17px;
        margin-bottom: 20px;
    }

    .asset-view-card .summary-title {
        font-size: 21px;
    }
}

 .asset-form-card {
        border: 1px solid #e8e1d4;
        border-radius: 16px;
        background: #fffdf9;
        overflow: hidden;
    }

    .asset-form-card .card-header {
        padding: 20px 24px;
        border-bottom: 1px solid #ebe3d6;
        background: #fffdf9;
    }

    .asset-form-card .card-body {
        padding: 24px;
    }

    .asset-section {
        padding: 22px;
        margin-bottom: 24px;
        border: 1px solid #e5dfd3;
        border-radius: 14px;
        background: #ffffff;
    }

    .asset-section:last-child {
        margin-bottom: 0;
    }

    .section-heading {
        padding-bottom: 14px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee8dd;
    }

    .section-heading h5 {
        margin: 0 0 4px;
        color: #123f36;
        font-size: 18px;
        font-weight: 700;
    }

    .section-heading p {
        margin: 0;
        color: #77746d;
        font-size: 13px;
    }

    .form-group-spacing {
        margin-bottom: 20px;
    }

    .form-label {
        margin-bottom: 8px;
        color: #173f38;
        font-size: 14px;
        font-weight: 600;
    }

    .form-control,
    .form-select {
        min-height: 46px;
        padding: 10px 13px;
        border-color: #dcd5c9;
        border-radius: 10px;
        background-color: #fffefa;
        box-shadow: none;
    }

    .form-control:focus,
    .form-select:focus {
        border-color: #174a40;
        box-shadow: 0 0 0 3px rgba(23, 74, 64, 0.10);
    }

    textarea.form-control {
        min-height: auto;
    }

    .field-help {
        display: block;
        margin-top: 6px;
        color: #8a857c;
        font-size: 12px;
    }

    .text-danger {
        font-size: 12px;
    }

    .image-preview {
        display: none;
        width: 170px;
        height: 115px;
        margin-top: 12px;
        border: 1px solid #ddd6c9;
        border-radius: 10px;
        object-fit: cover;
    }

    .form-actions {
        display: flex;
        justify-content: flex-end;
        gap: 12px;
        padding-top: 4px;
    }

    .btn-save {
        padding: 10px 24px;
        border: 0;
        border-radius: 9px;
        background: #123f36;
        color: #ffffff;
    }

    .btn-save:hover {
        background: #0d332c;
        color: #ffffff;
    }

    .note-editor.note-frame {
        border-color: #dcd5c9;
        border-radius: 10px;
        overflow: hidden;
    }

    .note-toolbar {
        background: #f8f5ee;
    }

    select[multiple] {
        min-height: 125px;
    }

    @media (max-width: 767px) {
        .asset-form-card .card-body {
            padding: 15px;
        }

        .asset-section {
            padding: 16px;
        }
    }

    .asset-form-card .image-preview {
    display: block;
    width: 100%;
    max-width: 230px;
    height: 150px;
    margin-top: 12px;
    border: 1px solid #ddd6c9;
    border-radius: 10px;
    object-fit: cover;
}
/* ///////////// ASSET LISTING CSS ///////////////// */

        /* =====================================
           GLOBAL RESET
        ===================================== */

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --primary: #153f38;
            --primary-dark: #0b2d27;
            --primary-light: #28594f;

            --gold: #b88d2c;
            --gold-dark: #96701c;
            --gold-light: #f4ecd8;

            --text: #202c2a;
            --muted: #6f7775;
            --border: #dde4df;

            --white: #ffffff;
            --surface: #ffffff;
            --background: #f7f7f3;

            --container: 1320px;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            min-height: 100vh;
            overflow-x: hidden;

            background: var(--background);
            color: var(--text);

            font-family: "DM Sans", sans-serif;
        }

        button,
        select {
            font: inherit;
        }

        button,
        a {
            -webkit-tap-highlight-color: transparent;
        }

        img {
            max-width: 100%;
        }

        .main-container {
            width: min(var(--container), calc(100% - 48px));
            margin-inline: auto;
        }

        /* =====================================
           HERO SECTION
        ===================================== */

        .hospitality-hero {
            position: relative;
            overflow: hidden;

            padding: 82px 0 112px;

            background:
                radial-gradient(
                    circle at 90% 10%,
                    rgba(228, 177, 77, 0.24),
                    transparent 28%
                ),
                radial-gradient(
                    circle at 8% 90%,
                    rgba(255, 255, 255, 0.08),
                    transparent 30%
                ),
                linear-gradient(
                    135deg,
                    #0d2e27 0%,
                    #163e34 52%,
                    #214c40 100%
                );
        }

        .hospitality-hero::before {
            position: absolute;
            inset: 0;

            background-image:
                linear-gradient(
                    rgba(255, 255, 255, 0.025) 1px,
                    transparent 1px
                ),
                linear-gradient(
                    90deg,
                    rgba(255, 255, 255, 0.025) 1px,
                    transparent 1px
                );

            background-size: 44px 44px;

            content: "";
        }

        .hospitality-hero::after {
            position: absolute;
            top: -150px;
            right: -140px;

            width: 440px;
            height: 440px;

            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 50%;

            box-shadow:
                0 0 0 60px rgba(255, 255, 255, 0.018),
                0 0 0 120px rgba(255, 255, 255, 0.012);

            content: "";
        }

        .hero-content {
            position: relative;
            z-index: 2;
        }

        .hero-heading {
            max-width: 940px;
            margin: 0 auto;

            text-align: center;
        }

        .hero-label {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;

            padding: 10px 20px;

            border: 1px solid rgba(255, 255, 255, 0.16);
            border-radius: 50px;

            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(16px);

            color: #f2cc76;

            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1.8px;
            text-transform: uppercase;
        }

        .hero-label::before {
            width: 7px;
            height: 7px;

            border-radius: 50%;
            background: #e6b44e;

            box-shadow: 0 0 0 5px rgba(230, 180, 78, 0.13);

            content: "";
        }

        .hero-heading h1 {
            max-width: 900px;
            margin: 25px auto 18px;

            color: var(--white);

            font-family: "Playfair Display", serif;
            font-size: clamp(38px, 5vw, 62px);
            font-weight: 600;
            line-height: 1.08;
            letter-spacing: -1.5px;
        }

        .hero-heading h1 span {
            display: block;
            color: #e4b14d;
        }

        .hero-heading p {
            max-width: 760px;
            margin: 0 auto;

            color: rgba(255, 255, 255, 0.72);

            font-size: 16px;
            line-height: 1.8;
        }

        /* =====================================
           SEARCH BOX
        ===================================== */

        .premium-search-box {
            display: flex;
            align-items: stretch;
            gap: 12px;

            width: min(950px, 100%);
            margin: 40px auto 0;
            padding: 10px;

            border: 1px solid rgba(255, 255, 255, 0.18);
            border-radius: 22px;

            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(18px);

            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
        }

        .search-input {
            display: flex;
            flex: 1;
            align-items: center;
            gap: 14px;

            min-width: 0;
            padding: 0 22px;

            border-radius: 15px;
            background: var(--white);
        }

        .search-input i {
            flex-shrink: 0;

            color: var(--gold);
            font-size: 17px;
        }

        .search-input input {
            width: 100%;
            height: 58px;

            border: 0;
            outline: 0;
            background: transparent;

            color: var(--primary-dark);
            font-size: 15px;
        }

        .search-input input::placeholder {
            color: #89918e;
        }

        .search-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 9px;

            min-width: 170px;
            height: 58px;
            padding: 0 25px;

            border: 0;
            border-radius: 15px;

            background:
                linear-gradient(
                    135deg,
                    #d6a63f,
                    #b88220
                );

            color: var(--white);

            cursor: pointer;

            font-size: 14px;
            font-weight: 700;

            box-shadow: 0 14px 30px rgba(190, 137, 32, 0.28);

            transition:
                transform 0.3s ease,
                box-shadow 0.3s ease;
        }

        .search-button:hover {
            transform: translateY(-3px);

            box-shadow: 0 20px 38px rgba(190, 137, 32, 0.4);
        }

        /* =====================================
           FILTER SECTION
        ===================================== */

        .premium-filter-section {
            position: relative;
            z-index: 10;

            background: transparent;
        }

        .filter-wrapper {
            margin-top: -45px;
        }

        .filter-card {
            display: grid;
            grid-template-columns:
                repeat(5, minmax(0, 1fr))
                minmax(165px, 0.85fr);

            align-items: end;
            gap: 16px;

            padding: 25px;

            border: 1px solid #e8e1d3;
            border-radius: 22px;

            background: var(--white);

            box-shadow: 0 22px 60px rgba(14, 48, 41, 0.12);
        }

        .filter-item {
            display: flex;
            flex-direction: column;
            min-width: 0;
        }

        .filter-item label {
            margin: 0 0 9px 2px;

            color: var(--primary-dark);

            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .select-wrap {
            position: relative;
        }

        .select-wrap::after {
            position: absolute;
            top: 50%;
            right: 16px;

            color: var(--gold);

            font-family: "Font Awesome 6 Free";
            font-size: 11px;
            font-weight: 900;

            pointer-events: none;

            content: "\f078";

            transform: translateY(-50%);
        }

        .filter-item select {
            width: 100%;
            height: 52px;
            padding: 0 38px 0 15px;

            border: 1px solid #e3e1da;
            border-radius: 12px;

            appearance: none;
            outline: none;

            background: #fbfaf7;
            color: #46514e;

            cursor: pointer;
            font-size: 13px;

            transition:
                border-color 0.25s ease,
                box-shadow 0.25s ease,
                background 0.25s ease;
        }

        .filter-item select:hover,
        .filter-item select:focus {
            border-color: #c49a43;
            background: var(--white);

            box-shadow: 0 0 0 4px rgba(196, 154, 67, 0.1);
        }

        .filter-button-wrap {
            display: flex;
            align-items: flex-end;
        }

        .filter-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 9px;

            width: 100%;
            height: 52px;
            padding: 0 18px;

            border: 0;
            border-radius: 12px;

            background:
                linear-gradient(
                    135deg,
                    var(--primary-dark),
                    var(--primary-light)
                );

            color: var(--white);

            cursor: pointer;

            font-size: 13px;
            font-weight: 700;

            box-shadow: 0 12px 24px rgba(21, 63, 56, 0.18);

            transition:
                transform 0.3s ease,
                box-shadow 0.3s ease,
                background 0.3s ease;
        }

        .filter-button:hover {
            transform: translateY(-3px);

            background:
                linear-gradient(
                    135deg,
                    #d0a13d,
                    #ad7b1d
                );

            box-shadow: 0 17px 30px rgba(184, 141, 44, 0.26);
        }

        /* =====================================
           OPPORTUNITIES SECTION
        ===================================== */

        .opportunities-section {
            padding: 72px 0 90px;

            background:
                radial-gradient(
                    circle at top left,
                    rgba(182, 146, 46, 0.07),
                    transparent 26%
                ),
                linear-gradient(
                    180deg,
                    #f8f8f5 0%,
                    #f2f5f2 100%
                );
        }

        .section-header {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 30px;

            margin-bottom: 30px;
        }

        .section-heading {
            max-width: 760px;
        }

        .section-label {
            display: inline-flex;
            align-items: center;
            gap: 10px;

            margin-bottom: 12px;

            color: var(--gold-dark);

            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1.8px;
            text-transform: uppercase;
        }

        .section-label::before {
            width: 34px;
            height: 1px;

            background: var(--gold);

            content: "";
        }

        .section-heading h2 {
            margin-bottom: 10px;

            color: var(--primary-dark);

            font-family: "Playfair Display", serif;
            font-size: clamp(30px, 4vw, 43px);
            font-weight: 600;
            line-height: 1.18;
        }

        .section-heading p {
            max-width: 680px;

            color: var(--muted);

            font-size: 14px;
            line-height: 1.75;
        }

        .results-count {
            flex-shrink: 0;

            padding: 10px 16px;

            border: 1px solid #ddd8cc;
            border-radius: 50px;

            background: rgba(255, 255, 255, 0.7);

            color: #5e6865;

            font-size: 12px;
            font-weight: 600;
        }

        .results-count strong {
            color: var(--primary-dark);
        }

   /*=========================================
=            PREMIUM CARD - PART 1        =
=========================================*/

/*------------------------------
Grid
------------------------------*/

.opportunities-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:28px;
    align-items:stretch;
}

/*------------------------------
Card
------------------------------*/

.opportunity-card{

    position:relative;
    display:flex;
    flex-direction:column;

    overflow:hidden;

    border:1px solid rgba(20,62,54,.10);
    border-radius:24px;

    background:#fff;

    box-shadow:
        0 8px 18px rgba(16,44,38,.05),
        0 18px 42px rgba(16,44,38,.08);

    transition:.45s ease;
}

.opportunity-card:hover{

    transform:translateY(-10px);

    border-color:#ccb26c;

    box-shadow:
        0 18px 35px rgba(16,44,38,.10),
        0 35px 70px rgba(16,44,38,.16);

}

/*------------------------------
Header
------------------------------*/

.card-top{

    position:relative;

    display:flex;
    align-items:flex-start;
    justify-content:space-between;

    min-height:148px;

    padding:18px 18px 20px;

    overflow:hidden;

    background:
    linear-gradient(135deg,#173d37 0%,#19463f 50%,#1a5048 100%);
}

/* diagonal premium texture */

.card-top::before{

    content:"";

    position:absolute;
    inset:0;

    background-image:
    repeating-linear-gradient(
    -60deg,
    rgba(255,255,255,.03) 0px,
    rgba(255,255,255,.03) 1px,
    transparent 1px,
    transparent 12px);

    opacity:.75;
}

/* golden glow */

.card-top::after{

    content:"";

    position:absolute;

    right:-110px;
    top:-110px;

    width:260px;
    height:260px;

    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(214,181,103,.18),
    transparent 70%);
}

/*------------------------------
Header Content
------------------------------*/

.top-content{

    position:relative;
    z-index:2;

    width:100%;
}

/* Category */

.category{

    display:block;

    margin-bottom:16px;

    color:#d8b56d;

    font-size:11px;
    font-weight:700;
    letter-spacing:1.6px;

    text-transform:uppercase;
}

/*------------------------------
Header Icon
------------------------------*/

.top-content::after{

    content:"\f6c0";

    font-family:"Font Awesome 6 Free";
    font-weight:900;

    position:absolute;

    left:50%;
    top:56px;

    transform:translateX(-50%);

    font-size:38px;

    color:#d8b56d;

    opacity:.95;
}

/*------------------------------
Title
------------------------------*/

.card-title{

    margin:72px 0 10px;

    color:#ffffff;

    font-family:"Playfair Display",serif;

    font-size:28px;
    font-weight:600;
    line-height:1.25;

    letter-spacing:.2px;
}

/*------------------------------
Location
------------------------------*/

.location{

    display:flex;
    align-items:center;
    gap:8px;

    color:rgba(255,255,255,.78);

    font-size:13px;
}

.location i{

    color:#d8b56d;
}

/*------------------------------
Score Box
------------------------------*/

.score-box{

    position:absolute;

    top:14px;
    right:14px;

    z-index:5;

    width:52px;
    height:52px;

    border-radius:14px;

    background:#f6f0e5;

    border:1px solid rgba(255,255,255,.55);

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    box-shadow:
    0 8px 20px rgba(0,0,0,.15);
}

.score-number{

    font-family:"Playfair Display",serif;

    color:#175046;

    font-size:20px;
    font-weight:700;

    line-height:1;
}

.score-status{

    margin-top:4px;

    color:#245448;

    font-size:8px;
    font-weight:700;

    text-transform:uppercase;
}

/*------------------------------
Header Bottom Curve
------------------------------*/

.card-top .header-divider{

    position:absolute;

    bottom:0;
    left:0;

    width:100%;
    height:14px;

    background:
    linear-gradient(to bottom,
    transparent,
    rgba(255,255,255,.08));
}

/*------------------------------
Image/Icon Area
------------------------------*/

.card-top svg,
.card-top img{

    max-width:54px;
}

/*------------------------------
Hover
------------------------------*/

.opportunity-card:hover .score-box{

    transform:scale(1.06);

    transition:.35s;
}

.opportunity-card:hover .top-content::after{

    transform:translateX(-50%) scale(1.08);

    transition:.35s;
}

/*=========================================
=         PREMIUM CARD - PART 2           =
=========================================*/

/*------------------------------
Card Body
------------------------------*/

.card-body{

    display:flex;
    flex:1;
    flex-direction:column;

    padding:18px 18px 16px;

    background:
    radial-gradient(circle at top right,
    rgba(206,178,110,.10),
    transparent 42%),
    #ffffff;
}

/*------------------------------
Title
------------------------------*/

.card-title{

    margin:0 0 8px;

    color:#b6872c;

    font-size:15px;
    font-weight:700;
    font-family:inherit;

    text-transform:uppercase;
    letter-spacing:.5px;
}

/*------------------------------
Description
------------------------------*/

.description{

    margin:0 0 10px;

    color:#243b35;

    font-family:"Playfair Display",serif;

    font-size:18px;
    font-weight:500;
    line-height:1.35;

    text-align:left;
}

/*------------------------------
Specification
------------------------------*/

.feature-row{

    display:flex;
    flex-wrap:wrap;

    gap:8px;

    margin-bottom:14px;
}

.feature-row:first-of-type{

    margin-bottom:16px;

    color:#6f7b77;

    font-size:14px;
}

/*------------------------------
Verification
------------------------------*/

.verification-row{

    display:flex;
    flex-wrap:wrap;

    gap:8px;

    margin-bottom:12px;
}

/*------------------------------
Badges
------------------------------*/

.badge{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    gap:5px;

    height:26px;

    padding:0 12px;

    border-radius:999px;

    font-size:12px;
    font-weight:600;

    white-space:nowrap;

    transition:.30s;
}

.badge i{

    font-size:10px;
}

/* Excellent */

.badge-verified{

    background:#2f7d69;
    color:#fff;
}

/* Docs */

.badge-gold{

    background:#edf4ef;

    color:#2f6e63;

    border:1px solid #d7e5dd;
}

/* Neutral */

.badge-neutral{

    background:#f1ede3;

    color:#36433f;
}

/* Sale */

.badge-sale{

    background:transparent;

    color:#666;

    padding:0;

    height:auto;

    border-radius:0;

    font-size:14px;

    font-weight:500;
}

/*------------------------------
Qty & Location
------------------------------*/

.access-info{

    display:flex;
    flex-wrap:wrap;

    gap:8px;

    margin-top:2px;
    margin-bottom:18px;
}

.access-info i{

    display:none;
}

.access-info .badge{

    background:#f1ede3;

    color:#2c3935;

    font-size:13px;
}

/*------------------------------
Divider
------------------------------*/

.card-divider{

    width:100%;
    height:1px;

    margin:2px 0 16px;

    background:#e6dfd3;
}

/*------------------------------
Footer
------------------------------*/

.card-footer{

    display:flex;
    align-items:center;
    justify-content:space-between;

    margin-bottom:14px;
}

.decision-score{

    color:#173d37;

    font-size:15px;

    font-weight:700;

    line-height:1.4;
}

.decision-score small{

    color:#7d807d;

    font-size:13px;

    font-weight:500;
}

/*------------------------------
Button
------------------------------*/

.card-button{

    display:flex;
    align-items:center;
    justify-content:center;

    gap:10px;

    width:max-content;

    margin-left:auto;

    padding:11px 20px;

    border:1.5px solid #173d37;

    border-radius:40px;

    background:#fff;

    color:#173d37;

    font-size:15px;
    font-weight:700;

    text-decoration:none;

    transition:.35s;
}

.card-button i{

    transition:.35s;
}

.card-button:hover{

    background:#173d37;

    color:#fff;

    box-shadow:
    0 12px 25px rgba(23,61,55,.20);
}

.card-button:hover i{

    transform:translateX(5px);
}

/*------------------------------
Hover
------------------------------*/

.opportunity-card:hover .badge{

    transform:translateY(-2px);
}

.opportunity-card:hover .description{

    color:#173d37;
}

.opportunity-card:hover .card-button{

    border-color:#173d37;
}

/*------------------------------
Responsive
------------------------------*/

@media(max-width:1100px){

.opportunities-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.opportunities-grid{

grid-template-columns:1fr;

}

.card-top{

min-height:140px;

}

.description{

font-size:17px;

}

.card-button{

width:100%;

margin-left:0;

}

.card-footer{

flex-direction:column;
align-items:flex-start;
gap:12px;

}

}
        /* =====================================
           RESPONSIVE
        ===================================== */

        @media (max-width: 1200px) {
            .filter-card {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }

            .opportunities-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 820px) {
            .main-container {
                width: min(100% - 32px, var(--container));
            }

            .hospitality-hero {
                padding: 62px 0 100px;
            }

            .premium-search-box {
                flex-direction: column;

                padding: 9px;
                border-radius: 18px;
            }

            .search-input,
            .search-button {
                width: 100%;
            }

            .search-button {
                min-width: 0;
            }

            .filter-wrapper {
                margin-top: -40px;
            }

            .filter-card {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                padding: 20px;
            }

            .section-header {
                align-items: flex-start;
                flex-direction: column;
                gap: 16px;
            }

            .results-count {
                align-self: flex-start;
            }
        }

        @media (max-width: 680px) {
            .main-container {
                width: min(100% - 24px, var(--container));
            }

            .hospitality-hero {
                padding: 50px 0 90px;
            }

            .hero-label {
                padding: 9px 14px;

                font-size: 9px;
                letter-spacing: 1.1px;
            }

            .hero-heading h1 {
                margin-top: 21px;

                font-size: 34px;
                letter-spacing: -0.6px;
            }

            .hero-heading p {
                font-size: 14px;
                line-height: 1.7;
            }

            .premium-search-box {
                margin-top: 30px;
            }

            .search-input {
                padding: 0 16px;
            }

            .search-input input,
            .search-button {
                height: 54px;
            }

            .filter-card {
                grid-template-columns: 1fr;
                gap: 14px;

                padding: 17px;
                border-radius: 18px;
            }

            .opportunities-section {
                padding: 55px 0 70px;
            }

            .opportunities-grid {
                grid-template-columns: 1fr;
            }

            .section-header {
                margin-bottom: 24px;
            }
        }

        @media (max-width: 400px) {
            .card-top,
            .card-body {
                padding-left: 18px;
                padding-right: 18px;
            }

            .card-footer {
                align-items: stretch;
                flex-direction: column;
            }

            .card-button {
                width: 100%;
            }

            .description {
                text-align: left;
            }
        }
  
       /* =====================================
   ASSET CARD — COMPACT FEATURED DESIGN
===================================== */

.opportunities-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.asset-opportunity-card {
    display: flex;
    min-width: 0;
    min-height: 340px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #d8ded9;
    border-radius: 18px;
    background: #fffdf8;
    box-shadow: none;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.asset-opportunity-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(18, 54, 46, 0.11);
}

/* Header */

.asset-card-cover {
    position: relative;
    min-height: 98px;
    padding: 13px 14px;
    overflow: hidden;
    background-color: #123f36;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.asset-card-cover::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            rgba(8, 53, 44, 0.78),
            rgba(8, 53, 44, 0.88)
        );
    content: "";
}

.asset-card-cover::after {
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(
            115deg,
            transparent 0,
            transparent 14px,
            rgba(255, 255, 255, 0.035) 15px,
            rgba(255, 255, 255, 0.035) 16px
        );
    content: "";
    pointer-events: none;
}

.asset-card-cover .top-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-right: 55px;
}

.asset-card-cover .category {
    display: block;
    margin: 0;
    color: #e2c477;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 1.3;
    text-transform: uppercase;
}

.asset-placeholder-icon {
    position: absolute;
    z-index: 3;
    top: 48px;
    left: 50%;
    color: #dbbd73;
    font-size: 29px;
    transform: translate(-50%, -50%);
}

.asset-card-cover .score-box {
    position: absolute;
    z-index: 4;
    top: 10px;
    right: 10px;
    display: flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 12px;
    background: #fffaf0;
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.13);
}

.asset-card-cover .score-number {
    color: #2e7163;
    font-family: "Playfair Display", serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
}

.asset-card-cover .score-status {
    max-width: 37px;
    margin-top: 3px;
    overflow: hidden;
    color: #2e7163;
    font-size: 5px;
    font-weight: 800;
    letter-spacing: 0.2px;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Body */

.asset-opportunity-card .card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 14px 15px 12px;
    background: #fffdf8;
}

.asset-type-label {
    display: block;
    margin-bottom: 4px;
    color: #bb8528;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.3;
    text-transform: uppercase;
}

.asset-card-title {
    display: -webkit-box;
    min-height: 38px;
    margin: 0 0 3px;
    overflow: hidden;
    color: #173f37;
    font-family: "Playfair Display", serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.asset-specification {
    min-height: 17px;
    margin: 0 0 9px;
    overflow: hidden;
    color: #6d7672;
    font-size: 9px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Badge rows */

.asset-opportunity-card .verification-row,
.asset-opportunity-card .feature-row,
.asset-opportunity-card .asset-badge-row,
.asset-opportunity-card .asset-information-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
    min-height: auto;
    margin-bottom: 8px;
}

.asset-opportunity-card .badge {
    display: inline-flex;
    width: auto;
    min-height: 21px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 5px 7px;
    border-radius: 50px;
    font-size: 7px;
    font-weight: 600;
    line-height: 1.15;
    white-space: nowrap;
}

.asset-opportunity-card .badge i {
    flex-shrink: 0;
    font-size: 6px;
}

.asset-opportunity-card .badge-condition {
    background: #3d816e;
    color: #ffffff;
}

.asset-opportunity-card .badge-verified {
    border: 1px solid #d6e6df;
    background: #eaf3ef;
    color: #2e7163;
}

.asset-opportunity-card .badge-neutral {
    background: #eee8da;
    color: #35423e;
}

/* Spacer and price */

.asset-card-spacer {
    flex: 1;
    min-height: 8px;
}

.asset-price-line {
    min-height: 23px;
    margin: 7px 0 10px;
    color: #56625e;
    font-size: 9px;
    line-height: 1.4;
}

.asset-price-line::first-letter {
    color: #173f37;
}

.asset-opportunity-card .card-divider {
    width: 100%;
    height: 1px;
    margin: 0 0 10px;
    background: #dddcd5;
}

/* Footer */

.asset-card-footer {
    display: flex;
    min-height: 32px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.asset-sale-label {
    color: #65706c;
    font-size: 8px;
    font-weight: 500;
    line-height: 1.3;
}

.asset-opportunity-card .card-button {
    display: inline-flex;
    min-width: 104px;
    min-height: 29px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 6px 10px;
    border: 1px solid #16483f;
    border-radius: 50px;
    background: transparent;
    color: #173f38;
    font-size: 8px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.asset-opportunity-card .card-button i {
    font-size: 7px;
}

.asset-opportunity-card .card-button:hover {
    background: #16483f;
    color: #ffffff;
}

/* Responsive */

@media (max-width: 1100px) {
    .opportunities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .opportunities-grid {
        grid-template-columns: 1fr;
    }

    .asset-opportunity-card {
        min-height: auto;
    }
}

/* ==========================================
   FINAL ASSET CARD DESIGN
   Reference screenshot style
========================================== */

.opportunities-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    align-items: stretch !important;
}

/* Card */

.asset-opportunity-card {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: 100% !important;
    flex-direction: column !important;
    overflow: hidden !important;

    border: 1px solid #d7ddd8 !important;
    border-radius: 18px !important;

    background: #fffdf8 !important;

    box-shadow: none !important;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease !important;
}

.asset-opportunity-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 34px rgba(18, 54, 46, 0.11) !important;
}

/* ==========================================
   TOP IMAGE SECTION
========================================== */

.asset-opportunity-card .asset-card-cover {
    position: relative !important;

    display: block !important;

    width: 100% !important;
    min-height: 148px !important;
    height: 148px !important;
    padding: 18px 20px !important;

    overflow: hidden !important;

    background-color: #123f36 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* Dark image overlay */

.asset-opportunity-card .asset-card-cover::before {
    position: absolute !important;
    z-index: 1 !important;
    inset: 0 !important;

    background:
        linear-gradient(
            rgba(7, 49, 41, 0.80),
            rgba(7, 49, 41, 0.86)
        ) !important;

    content: "" !important;
}

/* Diagonal texture */

.asset-opportunity-card .asset-card-cover::after {
    position: absolute !important;
    z-index: 2 !important;
    inset: 0 !important;

    background-image:
        repeating-linear-gradient(
            115deg,
            transparent 0,
            transparent 16px,
            rgba(255, 255, 255, 0.035) 17px,
            rgba(255, 255, 255, 0.035) 18px
        ) !important;

    content: "" !important;
    pointer-events: none !important;
}

/* Remove old second icon */

.asset-opportunity-card .top-content::after {
    display: none !important;
    content: none !important;
}

/* Top content */

.asset-opportunity-card .asset-card-cover .top-content {
    position: relative !important;
    z-index: 3 !important;

    display: block !important;

    width: 100% !important;
    padding: 0 58px 0 0 !important;
}

/* Category */

.asset-opportunity-card .asset-card-cover .category {
    display: block !important;

    margin: 0 !important;

    color: #dfc077 !important;

    font-family: "DM Sans", sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    line-height: 1.4 !important;
    text-transform: uppercase !important;
}

/* Single center icon */

.asset-opportunity-card .asset-placeholder-icon {
    position: absolute !important;
    z-index: 4 !important;
    top: 57% !important;
    left: 50% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    color: #dec07b !important;

    font-size: 37px !important;

    transform: translate(-50%, -50%) !important;
}

.asset-opportunity-card .asset-placeholder-icon i {
    font-size: inherit !important;
}

/* Score box */

.asset-opportunity-card .score-box {
    position: absolute !important;
    z-index: 5 !important;
    top: 13px !important;
    right: 13px !important;

    display: flex !important;

    width: 56px !important;
    height: 58px !important;
    padding: 5px !important;

    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;

    border: 1px solid rgba(255, 255, 255, 0.75) !important;
    border-radius: 15px !important;

    background: #fffaf0 !important;

    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.14) !important;

    text-align: center !important;
}

.asset-opportunity-card .score-number {
    color: #2d7163 !important;

    font-family: "Playfair Display", serif !important;
    font-size: 23px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.asset-opportunity-card .score-status {
    display: block !important;

    max-width: 45px !important;
    margin-top: 5px !important;

    overflow: hidden !important;

    color: #2d7163 !important;

    font-size: 7px !important;
    font-weight: 800 !important;
    letter-spacing: 0.3px !important;
    line-height: 1 !important;
    text-overflow: ellipsis !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

/* ==========================================
   CARD BODY
========================================== */

.asset-opportunity-card .card-body {
    display: flex !important;
    flex: 1 !important;
    flex-direction: column !important;

    min-height: 345px !important;
    padding: 20px 21px 17px !important;

    background:
        radial-gradient(
            circle at top right,
            rgba(199, 164, 83, 0.06),
            transparent 38%
        ),
        #fffdf8 !important;
}

/* Asset subcategory */

.asset-opportunity-card .asset-type-label {
    display: block !important;

    margin: 0 0 5px !important;

    color: #b88326 !important;

    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    line-height: 1.35 !important;
    text-transform: uppercase !important;
}

/* Asset title */

.asset-opportunity-card .asset-card-title {
    display: -webkit-box !important;

    min-height: 30px !important;
    margin: 0 0 5px !important;

    overflow: hidden !important;

    color: #163e36 !important;

    font-family: "Playfair Display", serif !important;
    font-size: 21px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;

    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

/* Brand model year */

.asset-opportunity-card .asset-specification {
    min-height: 20px !important;
    margin: 0 0 15px !important;

    overflow: hidden !important;

    color: #69736f !important;

    font-size: 12px !important;
    line-height: 1.5 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

/* ==========================================
   BADGES
========================================== */

.asset-opportunity-card .verification-row,
.asset-opportunity-card .feature-row,
.asset-opportunity-card .asset-badge-row,
.asset-opportunity-card .asset-information-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;

    min-height: auto !important;
    gap: 7px !important;
    margin: 0 0 11px !important;
}

.asset-opportunity-card .badge {
    display: inline-flex !important;

    width: auto !important;
    min-height: 29px !important;
    height: auto !important;
    padding: 7px 11px !important;

    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;

    border-radius: 50px !important;

    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;

    transform: none !important;
}

.asset-opportunity-card .badge i {
    flex-shrink: 0 !important;
    font-size: 9px !important;
}

/* Condition */

.asset-opportunity-card .badge-condition {
    border: 0 !important;
    background: #347e6b !important;
    color: #ffffff !important;
}

/* Verified */

.asset-opportunity-card .badge-verified {
    border: 1px solid #d6e6df !important;
    background: #e8f2ee !important;
    color: #2d7163 !important;
}

/* Inspection, transport, quantity */

.asset-opportunity-card .badge-neutral {
    border: 0 !important;
    background: #eee8db !important;
    color: #33413d !important;
}

/* ==========================================
   SPACER AND PRICE
========================================== */

.asset-opportunity-card .asset-card-spacer {
    flex: 1 !important;
    min-height: 15px !important;
}

.asset-opportunity-card .asset-price-line {
    min-height: 27px !important;
    margin: 12px 0 15px !important;

    color: #53605c !important;

    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.asset-opportunity-card .asset-price-line strong {
    color: #173f37 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

/* Divider */

.asset-opportunity-card .card-divider {
    width: 100% !important;
    height: 1px !important;
    margin: 0 0 15px !important;

    background: #deddd6 !important;
}

/* ==========================================
   FOOTER
========================================== */

.asset-opportunity-card .asset-card-footer {
    display: flex !important;

    min-height: 42px !important;

    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;

    margin: 0 !important;
}

.asset-opportunity-card .asset-sale-label {
    color: #66716d !important;

    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

.asset-opportunity-card .card-button {
    display: inline-flex !important;

    width: auto !important;
    min-width: 142px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 9px 16px !important;

    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;

    border: 1px solid #16483f !important;
    border-radius: 50px !important;

    background: transparent !important;
    color: #173f38 !important;

    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.asset-opportunity-card .card-button i {
    font-size: 10px !important;
}

.asset-opportunity-card .card-button:hover {
    background: #16483f !important;
    color: #ffffff !important;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 1100px) {
    .opportunities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 680px) {
    .opportunities-grid {
        grid-template-columns: 1fr !important;
    }

    .asset-opportunity-card .card-body {
        min-height: auto !important;
    }

    .asset-opportunity-card .asset-card-footer {
        align-items: stretch !important;
        flex-direction: column !important;
    }

    .asset-opportunity-card .card-button {
        width: 100% !important;
    }
}
/* Asset body height compact */
.asset-opportunity-card .card-body {
    min-height: 300px !important;
    padding: 18px 20px 15px !important;
}

/* Excellent ke turant baad remaining badges */
.asset-opportunity-card .verification-row,
.asset-opportunity-card .feature-row,
.asset-opportunity-card .asset-badge-row {
    margin-bottom: 8px !important;
}

.asset-opportunity-card .verification-row + .feature-row,
.asset-opportunity-card .asset-badge-row + .feature-row {
    margin-top: 0 !important;
}

/* Badges thode compact */
.asset-opportunity-card .badge {
    min-height: 28px !important;
    padding: 6px 10px !important;
}

/* Extra empty space reduce */
.asset-opportunity-card .asset-card-spacer {
    min-height: 4px !important;
}

/* Price line bold */
.asset-opportunity-card .asset-price-line {
    margin: 8px 0 12px !important;
    color: #173f37 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

/* Whole lot / negotiable slightly lighter */
.asset-opportunity-card .asset-price-line {
    letter-spacing: 0 !important;
}

/* Footer spacing compact */
.asset-opportunity-card .card-divider {
    margin-bottom: 12px !important;
}

.asset-opportunity-card .asset-card-footer {
    min-height: 38px !important;
}

/* Asset info section exact compact layout */

.asset-opportunity-card .asset-type-label {
    margin-bottom: 5px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}

.asset-opportunity-card .asset-card-title {
    min-height: auto !important;
    margin-bottom: 5px !important;
    font-size: 21px !important;
    line-height: 1.25 !important;
}

.asset-opportunity-card .asset-specification {
    min-height: auto !important;
    margin-bottom: 13px !important;
    font-size: 12px !important;
}

/* Excellent + Docs + Inspection + Transport same row */
.asset-opportunity-card .verification-row,
.asset-opportunity-card .feature-row {
    display: contents !important;
}

.asset-opportunity-card .card-body {
    display: flex !important;
    flex-direction: column !important;
}

.asset-opportunity-card .asset-badge-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    margin-bottom: 9px !important;
}

/* All first badges on one continuous row */
.asset-opportunity-card .verification-row.asset-badge-row,
.asset-opportunity-card .feature-row.asset-badge-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    margin-bottom: 8px !important;
}

/* Remove forced full-width breaks */
.asset-opportunity-card .verification-row.asset-badge-row + 
.feature-row.asset-badge-row {
    margin-top: -37px !important;
    margin-left: 90px !important;
    padding-left: 0 !important;
}

/* Quantity and location next row */
.asset-opportunity-card .asset-information-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.asset-opportunity-card .badge {
    min-height: 29px !important;
    padding: 7px 11px !important;
    font-size: 10px !important;
}

.asset-opportunity-card .asset-placeholder-icon {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}