.offcanvas-menu {
    width: 290px;
}

.offcanvas-project {
    width: 55%;
}

.img-logo-offcan {
    width: 200px;
}

.pro-info {
    width: 132px;
}

.offcan-project-footer {
    background-color: #009896;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 15px;
    margin: 10px;
    border-radius: 7px;
}

.tag-skill {
    font-size: 10px;
    font-weight: 700;
    border: 1px solid #e89a48;
    width: auto;
    display: inline-block;
    color: #f5b26b;
    padding: 2px;
    margin: 4px 0;
}

.alert-show-project {
    font-size: 14px;
    color: #ff0909;
    padding: 5px;
    background-color: #fff1f1;
    margin: 25px 0;
}

.box-login .btn-login {
    background-color: #009896;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    border-radius: .25rem;
    width: 100%;
    margin: 15px 0;
}

.cur-pointer {
    cursor: pointer;
}

.box-role {
    border: 1px solid #ececec;
    margin-bottom: 15px;
    padding: 7px 10px;
    border-radius: 5px;
}

.text-rule {
    font-size: 13px;
}

.modal-header {
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
}

.form-check-label {
    margin-right: 5px;
}

.item-tag-skill {
    margin-bottom: 5px;
    display: inline-block;
    background-color: #FAAF3A;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}

.dash-board-list.green .dash-widget {
    background-color: rgba(48, 255, 30, 0.1);
}

.dash-board-list.green .icon-col {
    background-color: rgba(19, 231, 1, 0.14);
}

.modal-header .btn-close {
    margin: 0;
}

.footer-sub-text {
    text-align: justify;
}

.br-9 {
    border-radius: 9px !important;
}

.slide-categories {
    padding-left: 0;
    margin-top: 40px;
}

.categories-box {
    position: relative;
    background-color: #fff;
    border-radius: 9px;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #e3e7ee;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-slide .item{
    width: 580px;
    height: 280px;
}
.first-item-padding {
    padding-right: 100px !important;
    width: 680px !important;
}
.categories-box img {
    border-radius: 9px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categories-box .item-text {
    padding: 15px 0 0 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.categories-box .txt-title {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.categories-box .txt-content {
    font-weight: 700;
    font-size: 1.25rem;
    margin: 16px 0;
    flex-grow: 1;
}

.categories-box .btn-category {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 5px;
    background-color: var(--bs-primary);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}


.categories-box .i-left {
    width: 45px;
    height: 40px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 50%;
    background: #232323;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    z-index: 100;
    color: #fff;
}

.slider-btn.prev {
    right: 20px;
}

.slider-btn.next {
    left: 20px;
}

.btn-category.color-0 {
    background-color: #009896;
    color: #fff;
}

.color-0 .i-left {
    color: #009896;
}

.btn-category.color-1 {
    background-color: #FF875A;
    color: #fff;
}

.color-1 .i-left {
    color: #FF875A;
}

.btn-category.color-2 {
    background-color: #03213D;
    color: #fff;
}
.color-2 .i-left {
    color: #03213D;
}

table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    background:#fff;
    overflow:hidden;
    border-radius:18px;
    border: 1px solid #f0f0f0;
}

thead th{
    background:var(--primary-color);
    color:#fff;
    padding:18px 20px;
    font-size:15px;
    font-weight:600;
    text-align:right;
    position:sticky;
    top:0;
}

tbody td{
    padding:16px 20px;
    color:#374151;
    border-bottom:1px solid #edf2f7;
    transition:.25s;
}

tbody tr{
    transition:.25s;
}

tbody tr:nth-child(even){
    background:#fafbff;
}

tbody tr:hover{
    background:#eef4ff;
    box-shadow:0 5px 18px rgba(37,99,235,.08);
}

tbody tr:last-child td{
    border-bottom:none;
}

thead th:first-child{
    border-top-right-radius:18px;
}
thead th:last-child{
    border-top-left-radius:18px;
}

tbody tr:last-child td:first-child{
    border-bottom-right-radius:18px;
}

tbody tr:last-child td:last-child{
    border-bottom-left-radius:18px;
}



/* ===== Bottom Mobile Navbar ===== */
.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid var(--border-color);
    box-shadow: 0 -4px 12px rgba(0,0,0,0.06);
    z-index: 9999;
    height: 60px;
    right: 0;
}

.mobile-bottom-nav .nav-item {
    width: 25%;
    text-align: center;
    padding: 8px 0 6px;
    text-decoration: none;
    color: #777;
    font-size: 12px;
}

.mobile-bottom-nav .icon {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto 3px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mobile-bottom-nav .nav-item.active {
    color: #00b3a6;
}

.mobile-bottom-nav .nav-item.active .icon {
    stroke-width: 2.2;
}

.blog-content blockquote {
    border-right: 3px solid #28c156;
    padding: 12px 15px;
    background-color: #efefef;
}

.fl-main-container .fl-container.fl-flasher .fl-message, .fl-main-container .fl-container.fl-flasher .fl-title {
    display: block ruby !important;
}

.content-w-h-c{
    display: flex;
    align-items: center;
    justify-content: center;
}

.ltr{
    direction: ltr;
}
.otp-input{
    width: 50px;
    border: 1px solid #acacac;
    border-radius: 7px;
    height: 50px;
}

.upload-box{
    background-color: #f8fafc;
    transition: 0.3s;
    cursor: pointer;
    border-style: dashed !important;
}

.upload-box .box-item-file{
    border: dashed 2px #009895 !important;
    background-color: #f0fff6;
    text-align: right;
    padding: 15px;
}


.project-title h4{
    color: var(--primary-color);
    font-size: 20px;
    font-weight: bolder;
}

.project-card {
    background: #fff;
    border: 1px solid #eef0f3;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,.03);
}
.project-card .project-title a {
    font-weight: 700;
    font-size: 18px;
    color: #222;
}
.project-card .meta-box {
    background: #f7f8fa;
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.project-card .status-badge {
    border-radius: 8px;
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 600;
}
.status-open        { background:#e8f8ee; color:#1aa053; }
.status-pending     { background:#fff5e0; color:#c98a08; }
.status-in_progress { background:#e7f0ff; color:#2f6fed; }
.status-completed   { background:#e7f0ff; color:#2f6fed; }
.status-reject,
.status-cancelled   { background:#fdeaea; color:#e04b4b; }

.project-card .tags .badge-tag {
    background: #f2f3f5;
    color: #444;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 13px;
    margin-left: 6px;
    margin-bottom: 6px;
    display: inline-block;
}
.project-card .desc-toggle-btn {
    width: 100%;
    text-align: center;
    border: none;
    background: transparent;
    color: #2f6fed;
    font-size: 14px;
    padding-top: 10px;
    border-top: 1px solid #f0f1f3;
    margin-top: 10px;
}
.project-card .desc-toggle-btn i {
    transition: transform .2s ease-in-out;
}
.project-card .desc-toggle-btn[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.text-justify{
    text-align: justify;
}


.box-relation {
    animation: colorChange 1s infinite;
    padding: 0;
    background-color: #38dbf4;
    color: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.box-relation img {
    width: 135px !important;
    margin-left: 20px;
}

.box-relation p {
    margin: 0;
}

.box-relation .box-text p:nth-child(2) {
    margin-right: 90px;
}

.box-relation .box-text p:nth-child(1) a {
    color: #fff !important;
}
.box-relation .box-text p:nth-child(2) a {
    color: #343434 !important;
}
.box-relation .box-text p:nth-child(2) a:hover {
    color: #e1e816 !important;
}

@keyframes colorChange {
    0% {
        background-color: #38dbf4;
    }
    50% {
        background-color: #11bad5;
    }
    100% {
        background-color: #38dbf4;
    }
}



@media (max-width: 700px) {

    .box-relation p {
        font-size: 13px !important;
    }
    .box-relation img {
        width: 110px !important;
        margin-left: 5px;
    }
    .box-relation .box-text p:nth-child(2) {
        margin-right: 25px;
    }

    .category-slide .item{
        width: 300px;
        height: 230px;
    }
    .back-to-top-icon{
        display: none !important;
    }
    .mobile-bottom-nav {
        display: flex;
    }


    .first-item-padding {
        padding-right: 35px !important;
        width: 335px !important;
    }

    .slide-categories {
        margin-top: 0;
    }

    .categories-box .btn-category {
        height: 45px;
    }

    .categories-box .item-text {
        padding: 20px 0 10px 0;
    }

    .categories-box .txt-title {
        font-weight: 700;
    }

    .categories-box .txt-content {
        font-weight: 700;
        font-size: 13px;
        margin: 10px 0;
    }

    .categories-box .btn-category {
        font-size: 13px;
        height: 45px;
    }

    .categories-box .i-left {
        width: 35px;
        height: 30px;
    }

    .offcanvas-project {
        width: 80%;

    }
}
