.page-id-1487 .elementor-element.elementor-element-ff4bcd5.e-con-full.elementor-hidden-tablet.elementor-hidden-mobile.e-flex.e-con.e-parent.e-lazyloaded {
    display: none !important;
}


.page-id-1487 .elementor-element.elementor-element-63b95b4.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    display: none !important;
}

.admin-sidebar {
    width: 260px;
    height: 100vh;
    background: #12356f;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    padding: 25px 18px;
    box-sizing: border-box;
    z-index: 9999;
}

.sidebar-user {
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 20px;
    background: #ffffff21;
}

.sidebar-logo {
    text-align: center;
    margin-bottom: 35px;
}

h1.project-head {
    color: #071123 !important;
    font-size: 40px !important;
    font-family: 'Plus Jakarta Sans' !important;
    text-transform: capitalize !important;
}

.sidebar-logo img {
    max-width: 150px;
    height: auto;
}

.sidebar-workspace {
    flex: 1;
}

.sidebar-workspace>span {
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    margin: 0 12px 12px;
    opacity: 0.8;
}

.sidebar-menu {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 15px;
    margin-bottom: 5px;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-size: 14px;
}

.sidebar-menu.active {
    background: #0d4aa5;
}

.sidebar-menu:hover {
    background: #0d4aa5;
    color: #fff;
}

.menu-icon {
    font-size: 16px;
}

.sidebar-user {
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    padding-top: 15px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.user-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #2877e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.user-details {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.user-details strong {
    font-size: 13px;
}

.user-details small {
    font-size: 11px;
    opacity: 0.7;
}

.settings-icon {
    font-size: 14px;
}

.logout-btn {
    display: block;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    padding: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.logout-btn:hover {
    background: #fff;
    color: #12356f;
}




/* =========================================================
   PROJECT DASHBOARD
========================================================= */

.dashboard-layout {
    width: 100%;
    min-height: 100vh;
}


/* =========================================================
   MAIN CONTENT
========================================================= */

.projects-dashboard {
    margin-left: 100px;
    min-height: 100vh;
    padding: 30px 20px 60px;
    box-sizing: border-box;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.project-head {
    color: #071123;
}

/* =========================================================
   HEADER
========================================================= */

.projects-header {
    margin-bottom: 28px;
}

.dashboard-label {
    display: block;

    margin-bottom: 7px;

    color: #61728d;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.8px;
}

.dashboard-label h1 {
    color: #071123;
}

.projects-heading h1 {
    margin: 0;

    color: #0b2858;

    font-size: 34px;
    font-weight: 700;

    line-height: 1.05;
}

.projects-heading p {
    margin: 6px 0 0;

    color: #697991;

    font-size: 13px;

    line-height: 1.5;
}


/* =========================================================
   STATISTICS
========================================================= */

.project-stat-grid {
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 15px;

    margin-bottom: 28px;
}


.project-stat-card {
    min-height: 100px;

    padding: 19px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    box-sizing: border-box;

    border: 1px solid rgba(210, 225, 237, 0.65);

    border-radius: 21px;

    background: linear-gradient(120deg,
            #eef9ff 0%,
            #d9f6ff 48%,
            #edf9ff 100%);

    box-shadow: 0 8px 22px rgba(27, 73, 117, 0.04);
}


.stat-content {
    display: flex;
    flex-direction: column;

    gap: 8px;
}


.stat-title {
    color: #62718a;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 1.4px;
}


.stat-number {
    color: #102f68;

    font-size: 36px;
    font-weight: 700;

    line-height: 1;
}


.stat-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    box-shadow: 0 5px 16px rgba(38, 88, 133, 0.10);
}


.stat-icon svg {
    width: 19px;
    height: 19px;

    fill: none;

    stroke: #0c4da3;

    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   TOOLBAR
========================================================= */

.projects-toolbar {
    width: 100%;

    min-height: 70px;

    display: grid;

    grid-template-columns: minmax(0, 1fr) 170px 160px;

    gap: 9px;

    align-items: center;

    padding: 9px;

    margin-bottom: 16px;

    box-sizing: border-box;

    border: 1px solid #e4ebf2;

    border-radius: 20px;

    background: #ffffff;

    box-shadow: 0 5px 22px rgba(23, 59, 91, 0.04);
}


/* Search */

.project-search {
    height: 43px;

    display: flex;
    align-items: center;

    gap: 10px;

    padding: 0 14px;

    box-sizing: border-box;

    border: 1px solid #dce5ee;

    border-radius: 22px;

    background: #ffffff;
}


.project-search svg {
    width: 17px;
    height: 17px;

    flex: 0 0 auto;

    fill: none;

    stroke: #65748a;

    stroke-width: 1.7;

    stroke-linecap: round;
}


.project-search input {
    width: 100%;
    height: 100%;

    padding: 0;

    border: 0 !important;
    outline: 0 !important;

    background: transparent !important;

    color: #263650;

    font-size: 13px;

    box-shadow: none !important;
}


.project-search input::placeholder {
    color: #718096;
}


/* Filters */

.project-filter,
.project-sort {
    height: 43px;

    display: flex;
    align-items: center;

    gap: 9px;

    padding: 0 12px;

    box-sizing: border-box;

    border: 1px solid #dce5ee;

    border-radius: 22px;

    background: #ffffff;
}


.project-filter svg,
.project-sort svg {
    width: 16px;
    height: 16px;

    flex: 0 0 auto;

    fill: none;

    stroke: #64748b;

    stroke-width: 1.7;

    stroke-linecap: round;

    stroke-linejoin: round;
}


.project-filter select,
.project-sort select {
    width: 100%;
    height: 100%;

    padding: 0;

    border: 0 !important;

    outline: 0 !important;

    background: transparent !important;

    color: #263650;

    font-size: 12px;

    cursor: pointer;

    box-shadow: none !important;
}


/* =========================================================
   PROJECT GRID
========================================================= */

.projects-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 15px;

    align-items: start;
}


/* =========================================================
   PROJECT CARD
========================================================= */

.project-card {
    min-width: 0;

    overflow: hidden;

    border: 1px solid #dfe7ef;

    border-radius: 21px;

    background: #ffffff;

    box-shadow: 0 7px 18px rgba(20, 49, 80, 0.05);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


.project-card:hover {
    transform: translateY(-2px);

    box-shadow: 0 12px 28px rgba(20, 49, 80, 0.09);
}


/* =========================================================
   PROJECT IMAGE
========================================================= */

.project-image {
    position: relative;

    width: 100%;

    height: 242px;

    overflow: hidden;

    background: #eaf1f6;
}


.project-image>img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.3s ease;
}


.project-card:hover .project-image>img {
    transform: scale(1.025);
}


/* =========================================================
   BADGES
========================================================= */

.project-status,
.project-progress {
    position: absolute;

    top: 11px;

    display: inline-flex;
    align-items: center;

    min-height: 24px;

    padding: 0 11px;

    box-sizing: border-box;

    border-radius: 20px;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 0.4px;

    line-height: 1;

    white-space: nowrap;
}


.project-status {
    left: 11px;

    color: #34445b;

    background: rgba(255, 255, 255, 0.94);
}


.project-status.published::before {
    content: "";

    width: 5px;
    height: 5px;

    margin-right: 5px;

    border-radius: 50%;

    background: #1454ac;
}


.project-progress {
    right: 11px;

    color: #ffffff;

    background: rgba(24, 57, 103, 0.90);
}


/* =========================================================
   CARD BODY
========================================================= */

.project-body {
    padding: 19px 18px 14px;
}


.project-body h2 {
    margin: 0 0 8px;

    color: #111f37;

    font-size: 16px;
    font-weight: 700;

    line-height: 1.3;
}


.project-body>p {
    min-height: 40px;

    margin: 0 0 10px;

    color: #6c7a90;

    font-size: 12px;

    line-height: 1.45;
}


/* =========================================================
   META
========================================================= */

.project-meta {
    display: flex;
    align-items: center;

    gap: 12px;

    margin-bottom: 11px;

    color: #65748a;

    font-size: 10px;
}


.project-meta span {
    display: inline-flex;
    align-items: center;

    gap: 5px;

    min-width: 0;
}


.project-meta svg {
    width: 14px;
    height: 14px;

    flex: 0 0 auto;

    fill: none;

    stroke: #2271d4;

    stroke-width: 1.7;

    stroke-linecap: round;

    stroke-linejoin: round;
}


/* =========================================================
   THUMBNAILS
========================================================= */

.project-thumbnails {
    display: flex;
    align-items: center;

    gap: 6px;

    min-height: 38px;

    margin-bottom: 13px;
}


.project-thumbnails img {
    width: 37px;
    height: 37px;

    display: block;

    object-fit: cover;

    border-radius: 50%;

    border: 2px solid #ffffff;

    box-shadow: 0 1px 5px rgba(22, 50, 80, 0.15);
}


/* =========================================================
   ACTIONS
========================================================= */

.project-actions {
    min-height: 48px;

    display: grid;

    grid-template-columns: 1fr 1fr 40px;

    align-items: center;

    gap: 5px;

    padding-top: 7px;

    border-top: 1px solid #e6edf3;
}


.project-action {
    height: 35px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    padding: 0 8px;

    border: 0 !important;

    border-radius: 7px;

    background: transparent !important;

    color: #17253a !important;

    font-size: 11px;
    font-weight: 500;

    cursor: pointer;

    box-shadow: none !important;
}


.project-action:hover {
    background: #f3f7fb !important;

    color: #124f9f !important;
}


.project-action svg {
    width: 15px;
    height: 15px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.7;

    stroke-linecap: round;

    stroke-linejoin: round;
}


.project-action.delete-project {
    color: #f23c43 !important;
}


.project-action.delete-project:hover {
    background: #fff0f0 !important;

    color: #e51d28 !important;
}


/* =========================================================
   EMPTY STATE
========================================================= */

.projects-empty {
    display: none;

    padding: 60px 20px;

    text-align: center;
}


.empty-icon {
    margin-bottom: 10px;

    font-size: 30px;
}


.projects-empty h3 {
    margin: 0 0 5px;

    color: #17253a;

    font-size: 18px;
}


.projects-empty p {
    margin: 0;

    color: #718096;

    font-size: 13px;
}


/* =========================================================
   HIDDEN CARD
========================================================= */

.project-card.project-hidden {
    display: none;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1200px) {

    .projects-dashboard {
        padding: 32px 25px 50px;
    }

    .project-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .projects-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   SMALL TABLET
========================================================= */

@media (max-width: 900px) {

    .projects-dashboard {
        margin-left: 230px;
    }

    .projects-toolbar {
        grid-template-columns: 1fr 1fr;
    }

    .project-search {
        grid-column: 1 / -1;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .projects-dashboard {
        margin-left: 0;

        padding: 25px 16px 45px;
    }

    .projects-heading h1 {
        font-size: 29px;
    }

    .project-stat-grid {
        grid-template-columns: 1fr 1fr;

        gap: 10px;
    }

    .project-stat-card {
        min-height: 90px;

        padding: 15px;
    }

    .stat-number {
        font-size: 29px;
    }

    .stat-icon {
        width: 35px;
        height: 35px;
    }

    .projects-grid {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 500px) {

    .project-stat-grid {
        grid-template-columns: 1fr;
    }

    .projects-toolbar {
        grid-template-columns: 1fr;
    }

    .project-search {
        grid-column: auto;
    }

    .project-image {
        height: 220px;
    }

    .project-meta {
        flex-wrap: wrap;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 360px) {

    .projects-dashboard {
        padding-left: 12px;
        padding-right: 12px;
    }

    .project-body {
        padding-left: 14px;
        padding-right: 14px;
    }

    .project-image {
        height: 190px;
    }

}




/* =========================================================
   FIX: keep content margin in sync with sidebar width
========================================================= */
.projects-dashboard {
    margin-left: 260px;
    /* was wrongly 100px — now matches sidebar width */
}

/* =========================================================
   HAMBURGER TOGGLE (hidden on desktop, shown on mobile)
========================================================= */
.sidebar-toggle-btn {
    display: none;
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 10001;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 12px;
    background: #12356f;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
}

.sidebar-toggle-btn span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

.sidebar-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(7, 17, 35, 0.45);
    z-index: 9998;
}

.sidebar-overlay.active {
    display: block;
}

/* =========================================================
   1600px
========================================================= */
@media (max-width:1600px) {
    .admin-sidebar {
        width: 230px;
        padding: 22px 16px;
    }

    .projects-dashboard {
        margin-left: 230px;
        padding: 28px 30px 55px;
    }

    .project-stat-grid {
        gap: 14px;
    }

    .projects-grid {
        gap: 14px;
    }
}

/* =========================================================
   1440px
========================================================= */
@media (max-width:1440px) {
    .admin-sidebar {
        width: 250px;
    }

    .projects-dashboard {
        margin-left: 220px;
    }

    .projects-heading h1 {
        font-size: 31px;
    }

    .stat-number {
        font-size: 32px;
    }
}

/* =========================================================
   1366px
========================================================= */
@media (max-width:1366px) {
    .admin-sidebar {
        width: 250px;
        padding: 20px 14px;
    }

    .projects-dashboard {
        margin-left: 210px;
        padding: 26px 24px 50px;
    }

    .sidebar-menu {
        font-size: 13px;
        padding: 12px 12px;
    }
}

/* =========================================================
   1280px
========================================================= */
@media (max-width:1280px) {
    .admin-sidebar {
        width: 250px;
    }

    .projects-dashboard {
        margin-left: 200px;
    }

    .project-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .projects-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =========================================================
   1200px (existing — kept as-is, already correct)
========================================================= */
@media (max-width:1200px) {
    .projects-dashboard {
        padding: 32px 25px 50px;
    }

    .project-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .projects-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =========================================================
   1024px
========================================================= */
@media (max-width:1024px) {
    .admin-sidebar {
        width: 190px;
        padding: 18px 12px;
    }

    .projects-dashboard {
        margin-left: 190px;
        padding: 26px 20px 46px;
    }

    .projects-heading h1 {
        font-size: 27px;
    }

    .project-stat-card {
        min-height: 90px;
        padding: 16px;
    }

    .stat-number {
        font-size: 28px;
    }
}

/* =========================================================
   900px (existing — this one had the bad 230px value, now fixed by
   letting 1024px rule above cascade down; overriding cleanly here)
========================================================= */
@media (max-width:900px) {
    .admin-sidebar {
        transform: translateX(-100%);
        transition: transform .25s ease;
        width: 260px;
    }

    .admin-sidebar.open {
        transform: translateX(0);
    }

    .sidebar-toggle-btn {
        display: flex;
    }

    .projects-dashboard {
        margin-left: 0;
        padding-top: 70px;
    }

    .projects-toolbar {
        grid-template-columns: 1fr 1fr;
    }

    .project-search {
        grid-column: 1/-1;
    }
}

/* =========================================================
   800px
========================================================= */
@media (max-width:800px) {
    .projects-dashboard {
        padding: 24px 18px 45px;
        padding-top: 68px;
    }

    .projects-toolbar {
        grid-template-columns: 1fr;
        height: auto;
        padding: 12px;
        gap: 10px;
    }

    .project-filter,
    .project-sort {
        height: 40px;
    }
}

/* =========================================================
   767px (existing — kept, mobile card layout)
========================================================= */
@media (max-width:767px) {
    .projects-dashboard {
        margin-left: 0;
        padding: 25px 16px 45px;
        padding-top: 68px;
    }

    .projects-heading h1 {
        font-size: 29px;
    }

    .project-stat-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .project-stat-card {
        min-height: 90px;
        padding: 15px;
    }

    .stat-number {
        font-size: 29px;
    }

    .stat-icon {
        width: 35px;
        height: 35px;
    }

    .projects-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   480px
========================================================= */
@media (max-width:480px) {
    .projects-dashboard {
        padding: 20px 14px 40px;
        padding-top: 64px;
    }

    .projects-heading h1 {
        font-size: 25px;
    }

    .project-stat-grid {
        grid-template-columns: 1fr;
    }

    .project-image {
        height: 210px;
    }

    .project-body {
        padding: 16px 14px 12px;
    }

    .project-actions {
        grid-template-columns: 1fr 1fr 36px;
    }
}

/* =========================================================
   414px
========================================================= */
@media (max-width:414px) {
    .project-body h2 {
        font-size: 15px;
    }

    .project-body>p {
        font-size: 11.5px;
        min-height: auto;
    }

    .project-meta {
        flex-wrap: wrap;
        gap: 8px;
    }

    .sidebar-toggle-btn {
        top: 12px;
        left: 12px;
        width: 38px;
        height: 38px;
    }
}

/* =========================================================
   500px (existing — kept as-is)
========================================================= */
@media (max-width:500px) {
    .project-stat-grid {
        grid-template-columns: 1fr;
    }

    .projects-toolbar {
        grid-template-columns: 1fr;
    }

    .project-search {
        grid-column: auto;
    }

    .project-image {
        height: 220px;
    }

    .project-meta {
        flex-wrap: wrap;
    }
}

/* =========================================================
   390px
========================================================= */
@media (max-width:390px) {
    .projects-dashboard {
        padding-left: 12px;
        padding-right: 12px;
    }

    .project-action {
        font-size: 10px;
        padding: 0 6px;
    }

    .admin-sidebar {
        width: 240px;
    }
}

/* =========================================================
   360px (existing — kept, extended slightly)
========================================================= */
@media (max-width:360px) {
    .projects-dashboard {
        padding-left: 12px;
        padding-right: 12px;
    }

    .project-body {
        padding-left: 14px;
        padding-right: 14px;
    }

    .project-image {
        height: 190px;
    }

    .admin-sidebar {
        width: 220px;
        padding: 18px 12px;
    }

    .project-stat-card {
        padding: 12px;
    }

    .stat-number {
        font-size: 24px;
    }
}