    html.minimenu .nxl-navigation .logo-lg {
        display: block !important;
    }

    .nxl-navigation .navbar-content .nxl-micon {
        margin-right: 6px;
    }

    .nxl-navigation .navbar-content .nxl-navbar>.nxl-item.active>.nxl-link,
    .nxl-navigation .navbar-content .nxl-navbar>.nxl-item:hover>.nxl-link {
        background-color: #ffd57a;
    }

    .nxl-navigation .navbar-content .nxl-item.active>.nxl-link,
    .nxl-navigation .navbar-content .nxl-item:hover>.nxl-link {
        background-color: #ffd57a;
    }

    .radius-5 {
        border-radius: 5px;
    }

    .radius-10 {
        border-radius: 10px;
    }

    .radius-15 {
        border-radius: 15px;
    }

    .radius-20 {
        border-radius: 20px;
    }

    .radius-25 {
        border-radius: 25px;
    }

    .radius-30 {
        border-radius: 30px;
    }

    .radius-35 {
        border-radius: 35px;
    }

    .radius-40 {
        border-radius: 40px;
    }

    .radius-45 {
        border-radius: 45px;
    }

    .radius-50 {
        border-radius: 50px;
    }

    input::placeholder,
    textarea::placeholder {
        color: #313131;
        /* your desired color */
        opacity: 1;
        /* prevents lighter default look in some browsers */
    }

    /* Chrome, Edge, Safari */
    ::-webkit-input-placeholder {
        color: #313131;
    }

    /* Firefox */
    ::-moz-placeholder {
        color: #313131;
        opacity: 1;
    }

    /* Internet Explorer */
    :-ms-input-placeholder {
        color: #313131;
    }

    /* Standard */
    ::placeholder {
        color: #313131;
    }

    #projectList {
        /*display: inline-table;*/
    }

    .content-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @media only screen and (min-width: 1025px) {

        .table td,
        .table th {
            font-size: 13px;
            line-height: 21px;
        }

        .student-info-table table {
            width: max-content;
            /* or a fixed width like 1200px */
            border-collapse: collapse;
        }

        .student-info-table th {
            white-space: nowrap;
        }

        .student-info-table td {
            white-space: nowrap;
            padding: 6px 10px !important;
        }

        .student-info-table .table-scroll {
            width: 100%;
            overflow-x: auto;
        }

        .student-info-table {
            display: block;
            overflow-x: auto;
            white-space: nowrap;
        }

        .table-scroll::-webkit-scrollbar {
            height: 6px;
        }

        .table-scroll::-webkit-scrollbar-track {
            background: #e0e0e0;
        }

        .table-scroll::-webkit-scrollbar-thumb {
            background-color: #595959;
            border-radius: 5px;
        }

        .table-scroll::-webkit-scrollbar-thumb:hover {
            background-color: #111111;
        }
    }

    /* @media only screen and (min-width: 1025px) { */

    .pull-right {
        float: right;
    }

    .pull-left {
        float: left;
    }

    .h3,
    h3 {
        font-size: 20px;
        line-height: 30px;
    }

    img.responsive {
        width: auto;
        max-width: 100%;
    }

    .dropdown-header>.d-flex>div {
        white-space: normal;
    }

    /* Register Page CSS @start */
    /* .report-overview-cards .card-body {padding: 25px 10px !important;} */
    .nxl-container .nxl-content .main-content {
        /*background: #ff8e35;*/
    }

    .orange-light-bg {
        background-color: #fff1e6 !important;
        border: 1px solid #ffc99e;
    }

    .green-light-bg {
        background-color: #f4fff4 !important;
        border: 1px solid #03fb6f;
    }

    .blue-light-bg {
        background-color: #f4f9ff !important;
        border: 1px solid #03c4fb;
    }

    .red-light-bg {
        background-color: #fff9f9 !important;
        border: 1px solid #ff91c0;
    }

    .white-text {
        color: #ffffff !important;
    }

    .orange-color {
        color: #faa801 !important;
    }

    .text-capitalise {
        text-transform: capitalize;
    }

    .color-red {
        color: red;
    }

    .color-black {
        color: #000;
    }

    .bg-primary,
    .bg-danger {
        background-color: #fbad03 !important;
    }

    .nxl-navigation .m-header {
        justify-content: center;
        height: auto;
    }

    .nxl-header .header-wrapper {
        background: #fbad03;
    }

    .nxl-header .header-wrapper .dropdown.nxl-h-item h3 {
        color: #000000 !important;
    }

    .nxl-header .header-wrapper .nxl-navigation-toggle i {
        color: #000000 !important;
    }

    .nxl-header .header-wrapper h3 {
        color: #fff !important;
        font-weight: 500;
        font-family: "Quicksand", sans-serif !important;
        font-weight: 500;
    }

    .nxl-header .header-wrapper h6 {
        font-size: 12px;
        line-height: 15px;
        word-break: break-word;
        white-space: normal;
        margin: 0;
    }

    .nxl-header .header-wrapper h6 a {
        font-weight: 500 !important;
    }

    .nxl-header .header-wrapper h6 a i {
        position: relative;
        top: 2px;
        margin-right: 3px;
    }
    .dropdown-header {
        font-size: 12px !important;
    }
    .dropdown-menu.dropdown-menu-end .dropdown-header i {
        font-size: 12px !important;
    }
    .dropdown-menu.dropdown-menu-end .dropdown-header i.feather-map {
        position: relative;
        top: 3px;
    }
    .dropdown-menu.dropdown-menu-end .dropdown-header i.feather-message-square {
        position: relative;
        top: 3px;
    }
    div.district-name-top-header {
        float: right;
        padding: 5px 10px 6px;
        border-radius: 5px;
        border: 1px solid #fff;
        -webkit-border-radius: 7px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        height: 30px;
        position: absolute;
        right: 80px;
        top: 10px;
        color: #fbad03;
        background: #fff;
        font-size: 12px;
        font-weight: 600;
        border: 1px solid #ffaf00;
    }
    .header-wrapper h5.main-title {
        color: #ffffff !important;
        font-size: 13px;
        font-weight: 700 !important;
        margin-bottom: 0;
        line-height: 17px;
    }
    .dropdown-menu.dropdown-menu-end {
        padding: 0px 0 10px !important;
        border: 1px solid rgb(255, 55, 0);
        box-shadow: 0 10px 24px 0 rgba(62,57,107,.18);
        background: #ffffff;
    }
    .nxl-header .header-wrapper h6 .orange-color {
        color: #ea4d4d !important;
    }
    .nxl-header .header-wrapper .nxl-h-dropdown.nxl-user-dropdown {
        width: 330px;
    }
    .nxl-header .header-wrapper .nxl-h-dropdown .dropdown-header {
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
        border-bottom: 0px solid #e5e7eb;
    }

    input[type="checkbox"]:disabled {
        accent-color: #000000;
    }

    .checkbox {
        width: 15px;
        height: 15px;
        accent-color: black;
    }

    .form-control.uppercase {
        text-transform: uppercase;
    }

    .title-case {
        text-transform: capitalize;
    }

    .personal-details a {
        color: #faa801;
    }

    .personal-details a:hover {
        color: #000;
    }

    #specialization-page small.form-text {
        margin-bottom: 6px !important;
        display: inherit;
        font-size: 12px;
        margin: 0;
        color: #f5a800 !important;
    }

    span.small-font {
        font-size: 12px;
        line-height: 18px;
        color: #2a2a2a;
        display: inline-block;
        margin-top: 15px;
    }

    a.btn.btn-danger {
        display: inline-block;
    }

    .bg-white {
        background-color: #ffffff !important;
        border: 1px solid #fbad03;
    }

    .inline-block {
        display: inline-block !important;
    }

    .btn-danger,
    .btn.bg-soft-danger:focus,
    .btn-secondary {
        color: #fff !important;
        border-color: #4b4b4b !important;
        background-color: #4b4b4b !important;
        font-size: 14px;
        border-radius: 5px !important;
        padding: 4px 10px;
    }

    .btn {
        padding: 4px 10px;
        font-size: 12px;
        line-height: 20px;
        font-weight: 600;
        text-transform: capitalize !important;
        border-radius: 5px;
    }

    .btn-danger:hover,
    .btn.bg-soft-danger:hover {
        color: #fff !important;
        border-color: #c38600 !important;
        background-color: #ffb615 !important;
    }

    .assessment-page h3 {
        font-size: 20px;
        line-height: 36px;
    }

    .normal-button {
        border: 1px solid #4b4b4b;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 18px;
        display: inline-block !important;
        margin-bottom: 0;
        border-radius: 5px;
    }

    .normal-button:hover {
        background: #4b4b4b !important;
        color: #fff !important;
    }

    .assessment-page .normal-button {
        font-size: 14px;
        line-height: 16px;
        padding: 3px 10px 6px;
        border-radius: 4px;
        margin-left: 10px !important;
        display: inline-block !important;
    }

    .btn-danger.margin-auto {
        margin: auto;
    }

    .list-unstyled strong,
    .list-unstyled b {
        color: #ea4d4d;
    }

    .nxl-header .header-wrapper .nxl-lavel-mega-menu-toggle i,
    .nxl-header .header-wrapper .nxl-navigation-toggle i {
        color: #fff;
    }

    .btn-primary,
    .btn-primary:hover,
    .btn.bg-soft-primary:focus,
    .btn.bg-soft-primary:hover {
        color: #fff !important;
        border-color: #eb5834 !important;
        background-color: #eb5834 !important;
    }

    .login-page {
        margin: 0 50px !important;
    }

    .login-page h2 {
        font-size: 20px;
        line-height: 30px;
    }

    @media only screen and (max-width: 1370px) {
        .login-page {
            margin: 0 0px !important;
        }
    }

    .login-page .card-body {
        padding: 0px;
        margin: 0px;
        border-radius: 15px;
        border: 1px solid #ef8736;
    }

    .main-content ol li,
    .main-content ul li {
        font-size: 13px;
        line-height: 22px;
        color: #313131;
        margin-bottom: 12px;
    }

    p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 12px;
        color: #313131;
    }

    .table.table-bordered th {
        background: #4b4b4b;
        padding: 15px 10px;
        color: #f9f9f9;
    }

    .table.table-bordered th span {
        color: #313131;
        font-size: 14px;
        line-height: 21px;
        padding-right: 6px;
        display: inline-block;
    }

    .login-image-1 {
        border-radius: 0 0 50px 50px;
    }

    .page-heading {
        padding: 10px 15px;
        border-width: 1px 1px 1px 1px;
        border-style: solid;
        border-color: #ef8736 !important;
        border-radius: 10px 10px 0px 0px;
        border-bottom-width: 0px;
        background-color: #ef8736 !important;
        color: #ffffff !important;
        font-weight: 600 !important;
        font-size: 24px !important;
    }

    .page-heading h2 {
        color: #fff;
        font-weight: 500 !important;
        margin: 0 !important;
        font-size: 18px;
        line-height: 30px;
    }

    /* Page Details CSS */
    .orange-color {
        color: orange;
    }

    .text-right {
        text-align: right;
    }

    .text-left {
        text-align: left;
    }

    .col-md-6.mb-3 {
        margin-bottom: 50px !important;
    }

    #register .form-control:focus {
        border: 2px solid #ef8736 !important;
    }

    #register .form-control {
        border-width: 2px !important;
    }

    #register {
        text-align: left;
        padding: 15px 15px 15px;
    }

    #register .custom-file,
    #register .custom-select,
    #register .form-control,
    #register .form-select,
    #register input {
        margin-bottom: 10px;
        padding: 5px 35px 5px 5px;
    }

    #register .form-select {
        border-width: 2px !important;
    }

    #register .form-select:focus {
        border: 2px solid #ef8736 !important;
    }

    #register p {
        margin-bottom: 0px;
    }

    #register label {
        font-size: 12px !important;
        line-height: 22px !important;
        font-weight: 600;
        color: #313131;
        margin-top: 0 !important;
        margin-bottom: 5px;
    }

    #register textarea {
        min-height: 120px;
    }

    #register .btn-lg {
        padding: 5px 10px;
        font-size: 16px;
        line-height: 30px;
        border-radius: 5px;
    }

    #login p.error {
        color: red !important;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        padding-bottom: 0px;
        margin-bottom: 0px;
        padding-top: 10px !important
    }

    /* Register Page CSS @nd */

    /* PDF preview container used on student_details.php */
    .main-content .btn-primary,
    .main-content .btn-primary:hover,
    .main-content .btn.bg-soft-primary:focus,
    .main-content .btn.bg-soft-primary:hover {
        color: #fff !important;
        border-color: #fb4903 !important;
        background-color: #fb4903 !important;
    }

    .main-content .btn-primary {
        display: inline-block !important;
        padding: 4px 12px 5px !important;
        border-radius: 5px !important;
        font-size: 12px !important;
        border: 0px;
        letter-spacing: 0px;
    }

    .main-content .btn-primary:hover,
    .main-content .btn.bg-soft-primary:focus,
    .main-content .btn.bg-soft-primary:hover {
        border-color: #b93704 !important;
        background-color: #fb4903 !important;
    }

    .pdf-preview {
        border: 1px solid #e9ecef;
        background: #ffffff;
        padding: 5px;
        border-radius: 5px;
        margin-top: 0px;
        min-height: 120px;
        max-height: 120px;
        overflow: auto;
        max-width: 100%;
    }

    .pdf-preview object,
    .pdf-preview iframe {
        width: 100%;
        height: 350px;
        border: none;
        display: block;
    }

    /* Document thumbnails (images) */
    .document_thumbnail {
        max-width: 300px;
        height: auto;
        object-fit: contain;
        margin-top: 15px !important;
    }

    .document_thumbnail.student_thumbnail {
        max-width: 100%;
    }

    /* PHP notice/warning wrapper generated by config.php (classed so it can be hidden) */
    .php-notice,
    .php-warning {
        display: none;
        /* hidden by default; remove or change to show during debugging */
        background: #fff3cd;
        border: 1px solid #ffeeba;
        color: #856404;
        padding: 8px 12px;
        margin: 8px 0;
        border-radius: 4px;
        font-family: monospace;
        font-size: 13px;
    }

    h3.title {
        background: #FFF;
        color: #313131 !important;
        border: 1px solid #FFF;
        display: math;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 22px;
        width: fit-content;
        padding: 10px 25px;
        border-radius: 15px 15px 0 0;
        border-bottom: 4px solid #fbad03;
        font-weight: 700 !important;
        letter-spacing: 0.5px;
    }

    h3.title.greenbar {
        border-bottom: 4px solid #01c785;
    }

    .center-documents-section h4 {
        margin-bottom: 30px;
    }

    .center-documents-section h4 a {
        float: right;
    }

    .document-viewer-section {
        padding: 20px;
        border: 1px solid #dfdfdf;
        background: #f9f9f9;
        border-radius: 20px;
        border-left: 10px solid #cccccc;
        min-height: 220px;
    }

    .col-sm-2 .document-viewer-section {
        min-height: 420px;
        padding: 15px 10px;
    }

    .document-viewer-section h4 {
        font-size: 18px !important;
        line-height: 30px !important;
    }

    .document-viewer-section h4 a {
        margin-top: 10px;
        border-radius: 10px !important;
        font-size: 12px !important;
        padding: 8px 20px !important;
    }

    .document-viewer-section h4 a:hover {
        border-radius: 10px !important;
        font-size: 12px !important;
        padding: 8px 20px !important;
        background: #0d910d !important;
        border-color: #015701 !important;
    }

    .student-card {
        max-width: 100%;
        background: #ffffff;
        border-radius: 12px;
        padding: 20px 24px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        border-left: 10px solid #fbad03;
        margin-bottom: 30px;
    }

    .card {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
    }

    .card .card-header {
        border-bottom: 0px solid #e5e7eb;
    }

    .student-card h4 {
        margin: 0 0 16px;
        font-size: 1.4rem;
        font-weight: 600;
        color: #1f2937;
    }

    .student-card h4 span {
        color: #313131;
        font-weight: 600;
        text-transform: capitalize;
        font-size: 26px;
    }

    .student-info p {
        margin: 8px 0;
        font-size: 0.95rem;
        color: #374151;
        display: flex;
        gap: 6px;
    }

    .student-info strong {
        min-width: 70px;
        color: #313131;
        font-weight: 600;
    }

    /* List Pages */
    ul.list-unstyled {}

    ul.list-unstyled li {
        font-size: 13px;
        line-height: 20px;
        color: #313131;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 10px;
        text-transform: capitalize !important;
    }

    ul.list-unstyled-1 {
        margin: 0px;
        padding: 0 0 0 0px;
    }

    ul.list-unstyled-1 li {
        display: inline-block;
        padding-right: 30px;
    }

    .text-muted {}

    .border-bottom {
        border-bottom: 1px solid #dbdbdb !important;
    }

    .border-bottom-0 {
        border-bottom: 0px solid #fbad03 !important;
    }

    .border-top {
        border-top: 1px solid rgb(251, 173, 3) !important;
    }

    .table-responsive .table tfoot th:first-child,
    .table-responsive .table thead th:first-child {
        padding-left: 10px !important;
    }

    .table-responsive .table tr td:first-child {
        padding-left: 10px !important;
    }

    .table-responsive .table tr td {
        padding: 2px 10px !important;
        text-transform: capitalize;
        min-height: 32px;
        line-height: 32px !important;
    }

    .table-responsive .table tr.table-success td {
        height: 36px;
        min-height: 36px;
        overflow: hidden;
    }

    /*.table-responsive .parents-table.table tr td {}
#table-quotation .table-success {position: relative;}
#table-quotation .table-success td.view-section { position: relative; left: -50px; top: 0px;}*/


    .text-truncate-1-line {}

    .table-responsive .table thead th {
        font-weight: 700;
    }

    .table-responsive .table thead th,
    .text-truncate-1-line {
        font-size: 13px !important;
        line-height: 20px !important;
        text-transform: capitalize;
    }

    #projectList thead th,
    #projectList .text-truncate-1-line {
        font-size: 12px !important;
        line-height: 18px !important;
        /*text-transform: capitalize;*/
    }

    #projectList tbody td .card-text a {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    #projectList .badge.result {
        font-size: 8px;
        font-weight: 600;
        padding: 5px 5px;
        border-radius: 3px;
    }

    .table-responsive .table thead th {
        color: #ffffff;
    }

    .table> :not(caption)>*>* {
        padding: 6px 10px;
        color: #121212;
    }

    .text-truncate-2-line.width-200 {
        width: 350px;
    }

    .avatar-md * {
        font-size: 8px;
    }

    .avatar-md {
        width: 25px;
        height: 25px;
        max-width: 25px;
        max-height: 25px;
        min-width: 25px;
        min-height: 25px;
    }

    .avatar-text.avatar-md.btn-danger {
        padding: 10px 10px !important;
        border-color: #b5b5b5 !important;
        background-color: #b5b5b5 !important;
    }

    .orange-link a {
        color: #fbad03 !important;
    }

    .orange-link a:hover {
        color: #313131 !important;
    }

    .assessment-page h3 {
        margin-bottom: 0px;
        padding-right: 0px;
    }

    .assessment-page .btn-danger {
        padding: 10px 30px !important;
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #000000 !important;
        font-family: "Quicksand", sans-serif !important;
        font-weight: 500 !important
    }

    .select-course-table thead tr th:nth-child(1) {
        width: 70%;
    }

    .select-course-table thead tr th:nth-child(2) {
        width: 30%;
        text-align: right;
        padding-right: 50px !important;
    }

    .select-course-table.select-course-table-with-cities thead tr th:nth-child(2) {
        width: auto;
        text-align: left;
        padding-right: 50px !important;
    }

    .col-form-label,
    .form-label {
        color: #283c50 !important;
        font-size: 12px !important;
        line-height: 18px;
        font-weight: 500 !important;
    }

    .upload-document-section .form-label {
        line-height: 30px;
        min-height: 60px;
    }

    .select-course-table.select-course-table-with-cities .badge.bg-success {
        font-size: 10px !important;
    }

    /* Pagination */
    .active>.page-link,
    .page-link.active {
        background-color: #313131;
        border-color: #313131;
        s
    }

    .active>.page-link {
        background: #4b4b4b;
        color: #ffffff;
        border-color: #4b4b4b;
    }

    .page-link:hover {
        color: #313131;
    }

    .page-link {
        color: #313131;
    }

    li.active .page-link:hover {
        background: #fbad03;
        color: #ffffff;
        border-color: #fbad03;
    }

    textarea.form-control {
        min-height: 150px;
    }

    .webForm .custom-file,
    .webForm .custom-select,
    .webForm .form-control,
    .webForm .form-select,
    .webForm input {
        margin-bottom: 15px;
    }

    /*.webForm .form-select,*/
    form.status-form {
        margin-bottom: 0px !important;
    }

    .webForm .form-control:focus {
        border-color: red !important;
    }

    #filterForm .custom-file,
    #filterForm .custom-select,
    #filterForm .form-control,
    #filterForm .form-select,
    #filterForm input {
        margin-bottom: 0px;
        padding: 5px 15px;
    }

    .form-select {
        padding: 5px 35px 5px 10px !important;
        font-size: 13px;
        line-height: 21px;
    }

    .form-control.search-input {
        padding: 5px 10px;
    }

    .btn.search-button {
        border-radius: 5px !important;
        background-color: #4b4b4b !important;
        border-color: #4b4b4b !important;
    }

    .btn.search-button:hover {
        border-radius: 5px !important;
        background-color: #fbad03 !important;
        border-color: #fbad03 !important;
    }

    /* Pagination */


    @media only screen and (max-width: 1400px) {

        .h3,
        h3 {
            font-size: 20px;
        }

        .h4,
        h4 {
            font-size: 18px;
        }

        ul.list-unstyled li,
        ul.list-unstyled li strong,
        ul.list-unstyled li b {
            font-weight: 400 !important;
        }

        .table-responsive .table tr td {
            font-size: 13px;
        }

        .btn-danger,
        .btn.bg-soft-danger:focus,
        .btn-secondary {
            color: #fff !important;
            font-size: 12px;
            border-radius: 20px;
            padding: 5px 12px;
        }
    }

    /* @media only screen and (max-width: 1400px) { */

    @media only screen and (max-width: 767px) {
        .mobile-hide {
            display: none !important;
        }
    }

    /* Student Details */
    .row.list-six-to-ten-days {}

    .row.list-six-to-ten-days>div:nth-child(1) {
        display: none !important;
    }

    span.circle {
        background: #fbad03;
        display: inline-block;
        border-radius: 100px;
        padding: 4px 10px;
        color: #fff;
        min-width: 32px;
        text-align: center;
    }

    .text-center.view-documents a {
        display: inline-block;
        margin-bottom: 20px;
    }

    #student-documents {
        padding-bottom: 50px;
    }

    #center-documents-1 {
        padding-bottom: 50px;
    }

    #center-documents-6 {
        padding-bottom: 50px;
    }

    .nxl-content {
        position: relative;
    }

    #backToTop {
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 9999;
        background-color: #333;
        color: #fff;
        border: none;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
        cursor: pointer;
        transition: opacity 0.3s ease, transform 0.3s ease;
        text-align: center;
        vertical-align: middle;
    }

    #backToTop:hover {
        background-color: #555;
        transform: scale(1.1);
    }

    .address-line {
        min-height: 120px;
    }

    .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 20px !important;
    }

    .accordion .accordion-item .accordion-header .accordion-button {
        border-bottom: 2px solid #e5e7eb;
    }

    .accordion .accordion-item .accordion-body {
        border-bottom: 2px solid #e5e7eb;
    }

    .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        background-color: #fbad03 !important;
        color: #ffffff !important;
    }

    .accordion .accordion-item .accordion-header .accordion-button:after {
        width: 20px;
        height: 20px;
        background-size: 20px;
        filter: invert(0);
        font-size: 50px;
    }

    /*.accordion-header {
    margin-bottom: 0;
    border-top: 2px solid #c5c5c5;
    border-bottom: 0px;
    border-radius: 0px;
}*/

    .drone-policy-documents-section {}

    .drone-policy-documents-section label {}

    /* drone-upload-field */
    .drone-entry .document-viewer-section {
        background: #ffffff;
        margin-bottom: 40px;
    }

    .drone-upload-field {
        /*border-bottom: 1px solid #e1e1e1;*/
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .drone-policy-documents-section>.row>.drone-upload-field:last-child {
        border-bottom: 0px solid #e1e1e1 !important;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .drone-upload-field label {
        float: left;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 50px;
        min-width: 100%;
    }

    .drone-upload-field input {
        float: left;
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 0px !important;
    }

    .drone-upload-field .normal-button {
        padding: 5px 24px;
        border-radius: 5px;
        margin-left: 10px;
    }

    .normal-button.remove-button {
        padding: 5px 24px;
        border-radius: 5px;
        background: #fff;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 600;
    }

    #addDroneBtn {
        /*padding: 10px 30px;
    font-size: 18px;
    border-radius: 30px;
    float: left;
    margin-right: 15px;
    border-radius: 5px;*/
    }

    #addDroneBtn:hover {
        background-color: green !important;
    }

    .policy-buttons {}

    .policy-buttons .btn-danger.btn-sm {
        /*padding: 10px 30px;
    font-size: 18px;
    border-radius: 30px;
    float: left;
    margin-right: 15px;
    border-radius: 5px;*/
    }


    /* Drone Gallery button */
    #gallery-section .table-responsive .table tr td {
        padding: 10px 10px;
        white-space: nowrap;
        vertical-align: middle;
        border: 1px solid #ffe1c2 !important;
    }

    #addGalleryBtn {
        padding: 10px 30px !important;
        font-size: 18px;
        border-radius: 30px;
        float: left;
        margin-right: 15px;
        border-radius: 5px;
        background: #17c666 !important;
        border-radius: 5px !important;
    }

    #addGalleryBtn:hover {
        background-color: green !important;
    }

    #backToCenterSummaryBtn {
        padding: 10px 30px !important;
        font-size: 15px;
        line-height: 18px;
        border-radius: 30px;
        float: left;
        margin-right: 15px;
        border-radius: 5px;
        background: #ffb615 !important;
        border-radius: 5px !important;
    }

    #backToCenterSummaryBtn:hover {
        background-color: #f1a600 !important;
        border-color: #ffb615 !important;
    }

    .form-control.focus {
        border: 2px solid #fb0703 !important;
    }

    #parents_guardian {}

    #parents_guardian .custom-file,
    #parents_guardian .custom-select,
    #parents_guardian .form-control,
    #parents_guardian .form-select,
    #parents_guardian input {
        padding: 4px 5px;
        margin-bottom: 7px;
    }

    @media only screen and (max-width: 1024px) {
        .mobile-hide {
            display: none !important;
        }

        .page-header .page-header-right .page-header-right-open-toggle {
            display: none !important;
        }

        .select-course-table thead {
            display: none;
        }

        .select-course-table,
        .select-course-table tbody,
        .select-course-table tr,
        .select-course-table td {
            display: block;
            width: 100%;
        }

        .select-course-table tr.single-item {
            margin-bottom: 1rem;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            padding: 12px;
            background-color: #fff;
        }

        .select-course-table td {
            border: none;
            padding: 8px 0;
        }

        /* Title row */
        .select-course-table td:first-child {
            font-weight: 600;
            font-size: 16px;
            margin-bottom: 8px;
        }

        /* Action button alignment */
        .select-course-table td:last-child {
            text-align: left;
        }

        .select-course-table .btn {
            width: 100%;
        }

        table.table {
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        table.table table {
            min-width: 900px;
            /* adjust based on columns */
        }

        table.table::after {
            display: block;
            text-align: center;
            font-size: 12px;
            color: #999;
            margin-top: 5px;
        }

        .page-header {
            display: block;
            padding-top: 15px !important;
            padding-bottom: 15px !important;
        }

        .page-header .page-header-left {
            display: block !important;
        }

        .page-header .page-header-left .page-header-title {
            margin-bottom: 10px;
        }

        .view-current-button {
            float: left;
            margin-top: 15px;
            font-size: 14px;
            padding: 8px 25px;
        }
    }

    /*  @media only screen and (max-width: 1024px) { */


    @media (max-width: 768px) {
        .responsive-table thead {
            display: none;
        }

        .responsive-table,
        .responsive-table tbody,
        .responsive-table tr,
        .responsive-table td {
            display: block;
            width: 100%;
        }

        .responsive-table tr {
            margin-bottom: 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 10px;
            background: #fff;
        }

        .responsive-table td {
            text-align: left;
            padding: 8px 10px;
            position: relative;
        }

        .responsive-table td::before {
            content: attr(data-label);
            font-weight: bold;
            display: block;
            color: #555;
            margin-bottom: 4px;
        }

        .main-content .btn-primary {
            padding: 12px 20px !important;
            font-size: 14px !important;
        }

        .assessment-page.p-5 {
            padding: 1rem !important;
        }

        .table> :not(caption)>*>* {
            padding: 20px 10px;
            width: 100%;
            max-width: 100%;
            display: block;
        }

        .center_batch_view-table td {
            width: 100% !important;
            word-break: break-word;
            white-space: normal !important;
            line-height: 24px;
        }

        #enrollmentList thead {
            display: none !important;
        }

        .center_batches .page-header-left {
            margin-bottom: 8px;
        }

        .table-responsive .table tr td:first-child {
            border-top: 1px solid #ddd;
        }

        .table-responsive .table tr td:last-child {
            border-bottom: 1px solid #ddd;
        }

        .student-card h4 {
            color: red !important;
        }

        .student-card h4 span {
            font-size: 22px;
            display: block;
            color: #39828f;
            margin-bottom: 25px;
            margin-top: 15px;
        }

        .student-info .btn-danger,
        .student-info .btn.bg-soft-danger:focus,
        .student-info .btn-secondary {
            font-size: 12px;
            border-radius: 10px;
            padding: 15px 18px;
            line-height: 24px;
        }
    }

    /* @media (max-width: 768px) { */

    .info-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        border: 1px solid #ffe3d3;
    }

    .info-box {
        text-align: center;
        padding: 25px 15px;
        border-right: 1px solid #ffe3d3;
    }

    .info-box:last-child {
        border-right: none;
    }

    .info-box i {
        font-size: 32px;
        color: #ff6a00;
        margin-bottom: 10px;
    }

    .info-box h4 {
        font-size: 16px;
        font-weight: 600;
        color: #3b7a2a;
        margin: 5px 0;
    }

    .info-box p {
        font-size: 13px;
        color: #555;
        margin: 0;
    }

    /* Responsive tweak */
    @media (max-width: 768px) {
        .info-box {
            border-right: none;
            border-bottom: 1px solid #ffe3d3;
        }
    }

    .center-details-page h2.border-bottom {
        color: #ff6b35;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        border-bottom: 1px solid #ff6b35;
        padding-bottom: 10px;
        margin-bottom: 20px;
        clear: both;
        float: none;
        display: inline-block;
    }

    .center-details-page h5 {
        font-size: 20px;
        font-weight: 500;
    }

    .btn.btn-sm.btn-info {
        margin-bottom: 10px;
        display: inline-block;
    }

    .nxl-navigation .navbar-content .nxl-submenu .nxl-link {
        text-transform: capitalize;
    }

    /* Navigation */
    @media only screen and (min-width: 1025px) {
        .nxl-navigation .navbar-content .nxl-link {
            padding: 10px 10px;
            font-size: 11px;
            color: #283c50;
            font-weight: 600;
        }

        html:not(.minimenu) .nxl-navigation .nxl-link {
            margin: 3px 0px;
            border-radius: 0px;
        }

        .nxl-navigation .navbar-content .nxl-submenu .nxl-link {
            font-size: 11px;
            padding: 10px 10px;
            margin-left: 0px !important;
            margin-right: 0px !important;
        }

        .nxl-navigation {
            width: 180px;
        }

        .nxl-container {
            top: 50px;
            margin-left: 180px;
        }

        .nxl-header {
            left: 180px;
            min-height: 40px;
            border-bottom: 1px solid #e5e7eb;
        }

        .nxl-header .header-wrapper .nxl-h-item {
            min-height: 50px;
            display: flex;
            align-items: center;
            position: relative;
        }

        .nxl-header .header-wrapper .user-avtar {
            width: 25px;
            margin-right: 0px !important;
            border-radius: 50%;
        }

        .nxl-container .nxl-content .main-content {
            padding: 10px 10px 10px;
        }

        /* Student Table */
        .table>tbody {
            vertical-align: middle;
        }
    }

    /* Navigation */

    /* Student CSS */
    .email-text {
        text-transform: lowercase;
    }

    .admin-forms {}

    .admin-forms .custom-file,
    .admin-forms .custom-select,
    .admin-forms .form-control,
    .admin-forms .form-select,
    .admin-forms input {
        padding: 6px 10px !important;
        font-size: 12px !important;
    }

    .admin-forms .form-control,
    .admin-forms .custom-select {
        appearance: auto !important;
        -webkit-appearance: auto !important;
        -moz-appearance: auto !important;
    }

    .page-header {
        min-height: 40px;
    }

    .document-viewer-section.height-auto {
        min-height: auto;
    }

    .document-viewer-section.height-auto h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .report-overview-cards h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .webForm .form-control.browse-field {
        width: 90%;
        max-width: 90%;
        margin-bottom: 15px !important;
        display: block;
    }

    .permision.no {
        display: block !important;
    }

    .permision.yes {
        display: none !important;
    }

    /* Student CSS */

    .form-control {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
    }

    /* ------------------------------------ */
    .dashboardwrapper .report-overview-cards .card-body {
        padding: 10px !important;
    }

    .dashboardwrapper .document-viewer-section {
        background-color: #fff;
    }

    /* ----------------------------- */

    .record-view {
        border-radius: 8px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 120px;
        padding: 0px 15px;
    }

    .record-view h3 {
        background: #fbad03;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700 !important;
        margin: 0 0 15px 0;
        font-size: 20px !important;
        line-height: 1;
    }

    .record-view h4 {
        font-size: 16px !important;
        line-height: 24px !important;
        text-align: center;
        margin: 0;
        font-weight: 600 !important;
    }

    .record-view h4 span {
        font-size: 12px;
        display: block;
        margin-top: 5px;
    }

    .record-view.blue-light-bg h3 {
        background: #03c4fb3d;
    }

    .record-view.green-light-bg h3 {
        background: #03fb6f3d;
    }

    .record-view.red-light-bg h3 {
        background: #ff91c045
    }

    .searchbar.document-viewer-section {
        padding: 20px;
        border: 1px solid #fbad03;
        background: #fbad0308;
        border-radius: 20px;
        border-left: 10px solid #fbad03;
    }

    .totalstudents-card h3 {
        font-size: 45px;
        color: #fbad03 !important;
        margin: 10px 0 20px;
    }

    #filterForm .btn-g {
        margin-top: 44px;
    }

    .text-orange {
        color: #f59e0b !important;
    }

    .resultcount {
        font-size: 16px !important;
    }

    .nxl-trigger {
        background: #f9f9f9;
    }

    @media (max-width: 768px) {
        .record-view {
            margin-bottom: 10px;
        }
    }


    /* ------------- */
    .orangebar.document-viewer-section {
        border: 1px solid #fbad03;
        border-left: 10px solid #fbad03;
    }

    .orangebar.document-viewer-section.greenbar {
        border: 1px solid #2b2256;
        border-left: 10px solid #5342a3;
    }

    .course-specific-certificates .orangebar.document-viewer-section {
        margin-bottom: 30px;
    }

    @media only screen and (min-width: 1471px) and (max-width: 1760px) {
        .course-specific-certificates .document-viewer-section {
            min-height: 400px;
        }
    }

    @media only screen and (min-width: 1024px) and (max-width: 1470px) {
        .course-specific-certificates .document-viewer-section {
            min-height: 420px;
        }
    }

    @media only screen and (max-width: 1023px) {
        .course-specific-certificates .document-viewer-section {
            min-height: auto;
        }
    }

    /* @media only screen and (max-width: 1760px) { */

    .custom-file,
    .custom-select,
    .form-control,
    .form-select,
    input {
        padding: 5px 15px;
    }

    .reply_subject {
        text-transform: capitalize;
    }

    .border-left-orange {

        border-bottom: 1px solid #ffe5ae !important;
        border-left: 6px solid #fbad03;
        padding-left: 11px;
        padding-bottom: 30px;
    }

    .form-check-input:checked {
        background-color: #fbad03;
        border-color: #fbad03;
    }

    /* ----------------------------- */
    .googlecaptcha {
        margin: 15px 0;
    }

    .error {
        color: #eb5834;
        font-size: 14px;
        margin: 10px 0 !important;

    }

    .success {
        color: #28a745;
        font-size: 14px;
        margin: 10px 0 !important;
    }

    /* ------------------------ */


    /* ------ job_quotation ------------------ */
    .student-list {
        border: 1px solid #ddd;
        border-radius: 5px;
        max-height: 300px;
        overflow-y: auto;
        background: #f9f9f9;
    }

    .student-item {
        padding: 10px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

    .student-item:hover {
        background: #f0f0f0;
    }

    .student-item input[type="checkbox"] {
        margin-right: 10px;
    }

    .selected-students {
        margin-top: 15px;
        padding: 10px;
        background: #e8f5e9;
        border-radius: 5px;
        border-left: 4px solid #27ae60;
    }

    .badge {
        display: inline-block;
        padding: 5px 10px;
        margin: 5px 5px 5px 0;
        background: #27ae60;
        color: white;
        border-radius: 20px;
        font-size: 12px;
    }

    /* .badge:hover {
    color: #ffffff !important;
} */

    .badge .remove-student {
        margin-left: 5px;
        cursor: pointer;
    }

    .student-journey-card {
        border-radius: 12px;
        padding: 10px;
        color: #000;
        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
        border-left: 5px solid #fbad03;
        background: #fff8ef;
    }

    .journey-item {
        display: flex;
        flex-direction: column;
        margin-bottom: 18px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f7cd92;
    }

    .journey-item:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    .journey-label {
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fbad03;
        margin-bottom: 6px;
        display: block;
    }

    .journey-value {
        font-size: 15px;
        font-weight: 600;
        color: #000000;
        display: block;
        line-height: 1.6;
    }

    .show-student-journey .journey-value {
        font-size: 14px;
        font-weight: 400;
    }

    .journey-type {
        display: block;
        font-size: 13px;
        color: #fbad03;
        margin-top: 5px;
        font-weight: 500;
    }

    .journey-other {
        display: block;
        font-size: 12px;
        color: #000000;
        font-style: italic;
        margin-top: 3px;
        opacity: 0.9;
    }

    ul.list-unstyled.four-column-list {}

    ul.list-unstyled.four-column-list li {
        width: 46%;
        float: left;
        padding: 0 20px 15px 0;
    }

    #parents_guardian ul.list-unstyled.four-column-list li input {
        margin-bottom: 0px;
        margin-left: 5px;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .student-journey-card {
            margin-top: 15px;
        }

        .journey-label {
            font-size: 11px;
        }

        .journey-value {
            font-size: 14px;
        }
    }

    /* -------- job_quotation ---------------- */

    .editbox {
        background-color: #eff7ff;
        padding: 6px;
        border-radius: 6px;
        border: 1px solid #e0edfb;
        margin-bottom: 20px;
    }

    .sendemail {
        border: 1px solid #e0edfb;
        background: #fbad03;
        padding: 6px 10px 8px 10px;
        display: inline-block;
        box-shadow: 1px 2px 2px;
        border-radius: 3px;
        margin-left: 20px;
        color: #fff;
        line-height: 12px;
        border-radius: 4px;
    }

    .sendemail input {
        margin-bottom: 0;
    }

    ul.student-details-menu {
        border-bottom: none;
        margin-bottom: 0px;
        clear: both;
        overflow: visible;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 0;
        padding-left: 0px;
    }

    ul.student-details-menu li {
        margin-bottom: 0;
        float: none;
        width: 100%;
        display: inline;
    }

    ul.student-details-menu li a {
        color: #000;
        background-color: #f8f9fa;
        padding: 6px 8px;
        font-size: 0.85rem;
        display: block;
        font-weight: 500;
        transition: all 0.3s ease;
        width: 100%;
        text-align: left;
        border-radius: 5px;
        box-shadow: 1px 1px 1px #ccc;
        text-transform: capitalize;
    }

    ul.student-details-menu li {
        margin-bottom: 10px;
    }

    ul.student-details-menu li a:hover,
    ul.student-details-menu li a.active {
        color: #fff;
        background-color: #e87537;
    }

    .breadcrumb-item+.breadcrumb-item {
        font-weight: 600;
        color: #313131;
    }

    .batch-gallery-board {
        background: linear-gradient(135deg, #fff8ef 0%, #fff 40%, #f6f9ff 100%);
        border: 1px solid #f0e5d6;
        border-radius: 16px;
        padding: 18px;
    }

    .batch-gallery-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
        gap: 14px;
    }

    .day-card {
        border-radius: 14px;
        border: 1px solid #ece7dc;
        background: #ffffff;
        box-shadow: 0 8px 16px rgba(24, 39, 75, 0.06);
        overflow: hidden;
        transform: translateY(8px);
        opacity: 0;
        animation: dayCardIn 0.45s ease forwards;
    }

    .day-card-head {
        padding: 10px 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: linear-gradient(90deg, #fd7e14 0%, #ffa84a 100%);
        color: #fff;
        font-weight: 600;
    }

    .day-card-badge {
        font-size: 11px;
        border: 1px solid rgba(255, 255, 255, 0.45);
        border-radius: 999px;
        padding: 2px 9px;
    }

    .day-card-body {
        padding: 10px;
        min-height: 118px;
    }

    .thumb-wall {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 7px;
    }

    .thumb-wall img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 8px;
        border: 1px solid #e2e2e2;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .thumb-wall img:hover {
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.14);
    }

    .gallery-empty {
        border: 1px dashed #d8dbe3;
        border-radius: 8px;
        background: #f8f9fc;
        color: #778299;
        font-size: 12px;
        text-align: center;
        padding: 14px 8px;
    }

    @keyframes dayCardIn {
        from {
            transform: translateY(8px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    :root {
        --wf-bg-a: #fffaf2;
        --wf-bg-b: #e9f7f4;
        --wf-line: #ccd7d4;
        --wf-ink: #1f2a37;
        --wf-muted: #6b7280;
        --wf-active: #ea580c;
        --wf-done: #0f766e;
        --wf-lock: #94a3b8;
    }

    .workflow-shell {
        border: 1px solid #ffd4b6;
        border-radius: 14px;
        padding: 18px;
        background: linear-gradient(135deg, var(--wf-bg-a) 0%, var(--wf-bg-b) 100%);
        box-shadow: 0 8px 24px rgba(15, 118, 110, 0.08);
    }

    .workflow-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 14px;
    }

    .workflow-badge {
        display: inline-block;
        border-radius: 999px;
        background: #fff;
        color: var(--wf-ink);
        border: 1px solid #e6e6e6;
        padding: 6px 12px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.2px;
    }

    .workflow-stepper {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .workflow-step {
        border: 1px solid #dbe4e1;
        border-radius: 12px;
        background: #fff;
        min-height: 76px;
        padding: 10px;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        transition: transform 0.18s ease, box-shadow 0.18s ease;
    }

    .workflow-step.active {
        border-color: var(--wf-active);
        box-shadow: 0 6px 16px rgba(234, 88, 12, 0.22);
        transform: translateY(-1px);
    }

    .workflow-step.completed {
        border-color: var(--wf-done);
        background: #f2fffc;
    }

    .workflow-step.locked {
        opacity: 0.72;
    }

    .workflow-step .step-dot {
        width: 26px;
        height: 26px;
        min-width: 26px;
        border-radius: 50%;
        border: 2px solid var(--wf-line);
        color: var(--wf-muted);
        font-size: 12px;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff;
    }

    .workflow-step.completed .step-dot {
        border-color: var(--wf-done);
        color: #fff;
        background: var(--wf-done);
    }

    .workflow-step.active .step-dot {
        border-color: var(--wf-active);
        color: #fff;
        background: var(--wf-active);
    }

    .workflow-step .step-title {
        display: block;
        color: var(--wf-ink);
        font-size: 13px;
        line-height: 1.3;
        font-weight: 600;
    }

    .workflow-step .step-meta {
        color: var(--wf-muted);
        font-size: 11px;
    }

    .workflow-controls {
        margin-top: 14px;
        padding-top: 12px;
        border-top: 1px dashed #d1d5db;
    }

    @media (max-width: 992px) {
        .workflow-stepper {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 576px) {
        .workflow-stepper {
            grid-template-columns: 1fr;
        }
    }










































































































    .btn-small.new-button {
        font-size: 10px;
        display: inline-block;
        padding: 5px 10px;
        line-height: 13px;
    }

    .student-card h4 {
        margin: 0 0 16px;
        font-size: 1.4rem;
        font-weight: 600;
        color: #1f2937;
    }

    .student-card h4 span {
        color: #313131;
        font-weight: 600;
        text-transform: capitalize;
        font-size: 26px;
    }

    .student-info p {
        margin: 8px 0;
        font-size: 0.95rem;
        color: #374151;
        display: flex;
        gap: 6px;
    }

    .student-info strong {
        min-width: 70px;
        color: #313131;
        font-weight: 600;
    }

    /* List Pages */
    ul.list-unstyled {}

    ul.list-unstyled li {
        font-size: 13px;
        line-height: 20px;
        color: #313131;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 10px;
        text-transform: capitalize !important;
    }

    ul.list-unstyled-1 {
        margin: 0px;
        padding: 0 0 0 0px;
    }

    ul.list-unstyled-1 li {
        display: inline-block;
        padding-right: 30px;
    }

    .text-muted {}

    .border-bottom {
        border-bottom: 1px solid #dbdbdb !important;
    }

    .border-bottom-0 {
        border-bottom: 0px solid #e87537 !important;
    }

    .border-top {
        border-top: 1px solid rgb(251, 173, 3) !important;
    }

    .table-responsive .table tfoot th:first-child,
    .table-responsive .table thead th:first-child {
        padding-left: 10px !important;
    }

    .table-responsive .table tr td:first-child {
        padding-left: 10px !important;
    }

    .table-responsive .table tr td {
        padding: 2px 10px !important;
        text-transform: capitalize;
        min-height: 32px;
        line-height: 32px !important;
    }

    .table-responsive .table tr.table-success td {
        height: 36px;
        min-height: 36px;
        overflow: hidden;
    }

    /*.table-responsive .parents-table.table tr td {}
#table-quotation .table-success {position: relative;}
#table-quotation .table-success td.view-section { position: relative; left: -50px; top: 0px;}*/

    .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 20px !important;
    }

    .accordion .accordion-item .accordion-header .accordion-button {
        border-bottom: 2px solid #e5e7eb;
    }

    .accordion .accordion-item .accordion-body {
        border-bottom: 2px solid #e5e7eb;
    }

    .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        background-color: #e87537 !important;
        color: #ffffff !important;
    }

    .accordion .accordion-item .accordion-header .accordion-button:after {
        width: 20px;
        height: 20px;
        background-size: 20px;
        filter: invert(0);
        font-size: 50px;
    }

    /*.accordion-header {
    margin-bottom: 0;
    border-top: 2px solid #c5c5c5;
    border-bottom: 0px;
    border-radius: 0px;
}*/

    .drone-policy-documents-section {}

    .drone-policy-documents-section label {}

    /* drone-upload-field */
    .drone-entry .document-viewer-section {
        background: #ffffff;
        margin-bottom: 40px;
    }

    .drone-upload-field {
        /*border-bottom: 1px solid #e1e1e1;*/
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .drone-policy-documents-section>.row>.drone-upload-field:last-child {
        border-bottom: 0px solid #e1e1e1 !important;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .drone-upload-field label {
        float: left;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 50px;
        min-width: 100%;
    }

    .drone-upload-field input {
        float: left;
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 0px !important;
    }

    .drone-upload-field .normal-button {
        padding: 5px 24px;
        border-radius: 5px;
        margin-left: 10px;
    }

    .normal-button.remove-button {
        padding: 5px 24px;
        border-radius: 5px;
        background: #fff;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 600;
    }

    #addDroneBtn {
        /*padding: 10px 30px;
    font-size: 18px;
    border-radius: 30px;
    float: left;
    margin-right: 15px;
    border-radius: 5px;*/
    }

    #addDroneBtn:hover {
        background-color: green !important;
    }

    .policy-buttons {}

    .policy-buttons .btn-danger.btn-sm {
        /*padding: 10px 30px;
    font-size: 18px;
    border-radius: 30px;
    float: left;
    margin-right: 15px;
    border-radius: 5px;*/
    }


    /* Drone Gallery button */
    #gallery-section .table-responsive .table tr td {
        padding: 10px 10px;
        white-space: nowrap;
        vertical-align: middle;
        border: 1px solid #ffe1c2 !important;
    }

    #addGalleryBtn {
        padding: 10px 30px !important;
        font-size: 18px;
        border-radius: 30px;
        float: left;
        margin-right: 15px;
        border-radius: 5px;
        background: #17c666 !important;
        border-radius: 5px !important;
    }

    #addGalleryBtn:hover {
        background-color: green !important;
    }

    #backToCenterSummaryBtn {
        padding: 10px 30px !important;
        font-size: 15px;
        line-height: 18px;
        border-radius: 30px;
        float: left;
        margin-right: 15px;
        border-radius: 5px;
        background: #e87537 !important;
        border-radius: 5px !important;
    }

    #backToCenterSummaryBtn:hover {
        background-color: #f1a600 !important;
        border-color: #e87537 !important;
    }

    .form-control.focus {
        border: 2px solid #fb0703 !important;
    }

    #parents_guardian {}

    #parents_guardian .custom-file,
    #parents_guardian .custom-select,
    #parents_guardian .form-control,
    #parents_guardian .form-select,
    #parents_guardian input {
        padding: 4px 5px;
        margin-bottom: 7px;
    }

    @media only screen and (max-width: 1024px) {
        .mobile-hide {
            display: none !important;
        }

        .page-header .page-header-right .page-header-right-open-toggle {
            display: none !important;
        }

        .select-course-table thead {
            display: none;
        }

        .select-course-table,
        .select-course-table tbody,
        .select-course-table tr,
        .select-course-table td {
            display: block;
            width: 100%;
        }

        .select-course-table tr.single-item {
            margin-bottom: 1rem;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            padding: 12px;
            background-color: #fff;
        }

        .select-course-table td {
            border: none;
            padding: 8px 0;
        }

        /* Title row */
        .select-course-table td:first-child {
            font-weight: 600;
            font-size: 16px;
            margin-bottom: 8px;
        }

        /* Action button alignment */
        .select-course-table td:last-child {
            text-align: left;
        }

        .select-course-table .btn {
            width: 100%;
        }

        table.table {
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        table.table table {
            min-width: 900px;
            /* adjust based on columns */
        }

        table.table::after {
            display: block;
            text-align: center;
            font-size: 12px;
            color: #999;
            margin-top: 5px;
        }

        .page-header {
            display: block;
            padding-top: 15px !important;
            padding-bottom: 15px !important;
        }

        .page-header .page-header-left {
            display: block !important;
        }

        .page-header .page-header-left .page-header-title {
            margin-bottom: 10px;
        }

        .view-current-button {
            float: left;
            margin-top: 15px;
            font-size: 14px;
            padding: 8px 25px;
        }
    }

    /*  @media only screen and (max-width: 1024px) { */


    @media (max-width: 768px) {
        .responsive-table thead {
            display: none;
        }

        .responsive-table,
        .responsive-table tbody,
        .responsive-table tr,
        .responsive-table td {
            display: block;
            width: 100%;
        }

        .responsive-table tr {
            margin-bottom: 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 10px;
            background: #fff;
        }

        .responsive-table td {
            text-align: left;
            padding: 8px 10px;
            position: relative;
        }

        .responsive-table td::before {
            content: attr(data-label);
            font-weight: bold;
            display: block;
            color: #555;
            margin-bottom: 4px;
        }

        .main-content .btn-primary {
            padding: 12px 20px !important;
            font-size: 14px !important;
        }

        .assessment-page.p-5 {
            padding: 1rem !important;
        }

        .table> :not(caption)>*>* {
            padding: 20px 10px;
            width: 100%;
            max-width: 100%;
            display: block;
        }

        .center_batch_view-table td {
            width: 100% !important;
            word-break: break-word;
            white-space: normal !important;
            line-height: 24px;
        }

        #enrollmentList thead {
            display: none !important;
        }

        .center_batches .page-header-left {
            margin-bottom: 8px;
        }

        .table-responsive .table tr td:first-child {
            border-top: 1px solid #ddd;
        }

        .table-responsive .table tr td:last-child {
            border-bottom: 1px solid #ddd;
        }

        .student-card h4 {
            color: red !important;
        }

        .student-card h4 span {
            font-size: 22px;
            display: block;
            color: #39828f;
            margin-bottom: 25px;
            margin-top: 15px;
        }

        .student-info .btn-danger,
        .student-info .btn.bg-soft-danger:focus,
        .student-info .btn-secondary {
            font-size: 12px;
            border-radius: 10px;
            padding: 15px 18px;
            line-height: 24px;
        }
    }

    /* @media (max-width: 768px) { */










    .info-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        border: 1px solid #ffe3d3;
    }

    .info-box {
        text-align: center;
        padding: 25px 15px;
        border-right: 1px solid #ffe3d3;
    }

    .info-box:last-child {
        border-right: none;
    }

    .info-box i {
        font-size: 32px;
        color: #ff6a00;
        margin-bottom: 10px;
    }

    .info-box h4 {
        font-size: 16px;
        font-weight: 600;
        color: #3b7a2a;
        margin: 5px 0;
    }

    .info-box p {
        font-size: 13px;
        color: #555;
        margin: 0;
    }

    /* Responsive tweak */
    @media (max-width: 768px) {
        .info-box {
            border-right: none;
            border-bottom: 1px solid #ffe3d3;
        }
    }

    .center-details-page h2.border-bottom {
        color: #e87537;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        border-bottom: 1px solid #e87537;
        padding-bottom: 10px;
        margin-bottom: 20px;
        clear: both;
        float: none;
        display: inline-block;
    }

    .center-details-page h5 {
        font-size: 20px;
        font-weight: 500;
    }

    .btn.btn-sm.btn-info {
        margin-bottom: 10px;
        display: inline-block;
    }

    .nxl-navigation .navbar-content .nxl-submenu .nxl-link {
        text-transform: capitalize;
    }

    /* Navigation */
    @media only screen and (min-width: 1025px) {
        .nxl-navigation .navbar-content .nxl-link {
            padding: 10px 10px;
            font-size: 11px;
            color: #283c50;
            font-weight: 600;
        }

        html:not(.minimenu) .nxl-navigation .nxl-link {
            margin: 3px 0px;
            border-radius: 0px;
        }

        .nxl-navigation .navbar-content .nxl-submenu .nxl-link {
            font-size: 11px;
            padding: 10px 10px;
            margin-left: 0px !important;
            margin-right: 0px !important;
        }

        .nxl-navigation {
            width: 180px;
        }

        .nxl-container {
            top: 50px;
            margin-left: 180px;
        }

        .nxl-header {
            left: 180px;
            min-height: 40px;
            border-bottom: 1px solid #e5e7eb;
        }

        .nxl-header .header-wrapper .nxl-h-item {
            min-height: 50px;
            display: flex;
            align-items: center;
            position: relative;
        }

        .nxl-header .header-wrapper .user-avtar {
            width: 25px;
            margin-right: 0px !important;
            border-radius: 50%;
        }

        .nxl-container .nxl-content .main-content {
            padding: 10px 10px 10px;
        }

        /* Student Table */
        .table>tbody {
            vertical-align: middle;
        }
    }

    /* Navigation */

    /* Student CSS */
    .email-text {
        text-transform: lowercase;
    }

    .admin-forms {}

    .admin-forms .custom-file,
    .admin-forms .custom-select,
    .admin-forms .form-control,
    .admin-forms .form-select,
    .admin-forms input {
        padding: 6px 10px !important;
        font-size: 12px !important;
    }

    .admin-forms .form-control,
    .admin-forms .custom-select {
        appearance: auto !important;
        -webkit-appearance: auto !important;
        -moz-appearance: auto !important;
    }

    .page-header {
        min-height: 40px;
    }

    .document-viewer-section.height-auto {
        min-height: auto;
    }

    .document-viewer-section.height-auto h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .report-overview-cards h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .webForm .form-control.browse-field {
        width: 90%;
        max-width: 90%;
        margin-bottom: 15px !important;
        display: block;
    }

    .permision.no {
        display: block !important;
    }

    .permision.yes {
        display: none !important;
    }

    /* Student CSS */

    .form-control {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
    }

    /* ------------------------------------ */
    .dashboardwrapper .report-overview-cards .card-body {
        padding: 10px !important;
    }

    .dashboardwrapper .document-viewer-section {
        background-color: #fff;
    }

    /* ----------------------------- */

    .record-view {
        border-radius: 8px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 120px;
        padding: 0px 5px;
    }

    .record-view h3 {
        background: #e8753738;
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700 !important;
        margin: 0 0 15px 0;
        font-size: 20px !important;
        line-height: 1;
        padding: 6px 10px;
        display: inline-block;
        border-radius: 5px;
    }

    .record-view h4 {
        font-size: 14px !important;
        line-height: 20px !important;
        text-align: center;
        margin: 0;
        font-weight: 600 !important;
        letter-spacing: -0.75px;
    }

    .record-view h4 span {
        font-size: 12px;
        display: block;
        margin-top: 5px;
    }

    .record-view.blue-light-bg h3 {
        background: #03c4fb3d;
    }

    .record-view.green-light-bg h3 {
        background: #03fb6f3d;
    }

    .record-view.red-light-bg h3 {
        background: #ff91c045
    }

    .searchbar.document-viewer-section {
        padding: 20px;
        border: 1px solid #e87537;
        background: #e8753708;
        border-radius: 20px;
        border-left: 10px solid #e87537;
    }

    .totalstudents-card h3 {
        font-size: 45px;
        color: #e87537 !important;
        margin: 10px 0 20px;
    }

    #filterForm .btn-g {
        margin-top: 44px;
    }

    .text-orange {
        color: #e87537 !important;
    }

    .resultcount {
        font-size: 16px !important;
    }

    .nxl-trigger {
        background: #f9f9f9;
    }

    @media (max-width: 768px) {
        .record-view {
            margin-bottom: 10px;
        }
    }


    /* ------------- */
    .orangebar.document-viewer-section {
        border: 1px solid #e87537;
        border-left: 10px solid #e87537;
    }

    .orangebar.document-viewer-section.greenbar {
        border: 1px solid #2b2256;
        border-left: 10px solid #5342a3;
    }

    .course-specific-certificates .orangebar.document-viewer-section {
        margin-bottom: 30px;
    }

    @media only screen and (min-width: 1471px) and (max-width: 1760px) {
        .course-specific-certificates .document-viewer-section {
            min-height: 400px;
        }
    }

    @media only screen and (min-width: 1024px) and (max-width: 1470px) {
        .course-specific-certificates .document-viewer-section {
            min-height: 420px;
        }
    }

    @media only screen and (max-width: 1023px) {
        .course-specific-certificates .document-viewer-section {
            min-height: auto;
        }
    }

    /* @media only screen and (max-width: 1760px) { */

    .custom-file,
    .custom-select,
    .form-control,
    .form-select,
    input {
        padding: 5px 15px;
    }

    .reply_subject {
        text-transform: capitalize;
    }

    .border-left-orange {

        border-bottom: 1px solid #ffe5ae !important;
        border-left: 6px solid #e87537;
        padding-left: 11px;
        padding-bottom: 30px;
    }

    .form-check-input:checked {
        background-color: #e87537;
        border-color: #e87537;
    }

    /* ----------------------------- */
    .googlecaptcha {
        margin: 15px 0;
    }

    .error {
        color: #eb5834;
        font-size: 14px;
        margin: 10px 0 !important;

    }

    .success {
        color: #28a745;
        font-size: 14px;
        margin: 10px 0 !important;
    }

    /* ------------------------ */


    /* ------ job_quotation ------------------ */
    .student-list {
        border: 1px solid #ddd;
        border-radius: 5px;
        max-height: 300px;
        overflow-y: auto;
        background: #f9f9f9;
    }

    .student-item {
        padding: 10px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

    .student-item:hover {
        background: #f0f0f0;
    }

    .student-item input[type="checkbox"] {
        margin-right: 10px;
    }

    .selected-students {
        margin-top: 15px;
        padding: 10px;
        background: #e8f5e9;
        border-radius: 5px;
        border-left: 4px solid #27ae60;
    }

    .badge {
        display: inline-block;
        padding: 5px 10px;
        margin: 5px 5px 5px 0;
        background: #27ae60;
        color: white;
        border-radius: 20px;
        font-size: 12px;
    }

    .badge .remove-student {
        margin-left: 5px;
        cursor: pointer;
    }

    .student-journey-card {
        border-radius: 12px;
        padding: 10px;
        color: #000;
        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
        border-left: 5px solid #e87537;
        background: #fff8ef;
    }

    .journey-item {
        display: flex;
        flex-direction: column;
        margin-bottom: 18px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f7cd92;
    }

    .journey-item:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    .journey-label {
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #e87537;
        margin-bottom: 6px;
        display: block;
    }

    .journey-value {
        font-size: 15px;
        font-weight: 600;
        color: #000000;
        display: block;
        line-height: 1.6;
    }

    .show-student-journey .journey-value {
        font-size: 14px;
        font-weight: 400;
    }

    .journey-type {
        display: block;
        font-size: 13px;
        color: #e87537;
        margin-top: 5px;
        font-weight: 500;
    }

    .journey-other {
        display: block;
        font-size: 12px;
        color: #000000;
        font-style: italic;
        margin-top: 3px;
        opacity: 0.9;
    }

    ul.list-unstyled.four-column-list {}

    ul.list-unstyled.four-column-list li {
        width: 46%;
        float: left;
        padding: 0 20px 15px 0;
    }

    #parents_guardian ul.list-unstyled.four-column-list li input {
        margin-bottom: 0px;
        margin-left: 5px;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .student-journey-card {
            margin-top: 15px;
        }

        .journey-label {
            font-size: 11px;
        }

        .journey-value {
            font-size: 14px;
        }
    }

    /* -------- job_quotation ---------------- */

    #docVerificationCount,
    #detailVerification {
        /* font-size: 20px;
    font-weight: 600;
    margin-top: 20px; */
    }

    .editbox {
        background-color: #eff7ff;
        padding: 6px;
        border-radius: 6px;
        border: 1px solid #e0edfb;
        margin-bottom: 10px;
    }

    .editbox h4 {
        display: inline;
        margin-right: 10px;
        font-size: 16px;
        color: #121212;
    }

    .editbox input {
        margin-bottom: 0px;
    }

    .sendemail {
        border: 1px solid #e0edfb;
        background: #e87537;
        padding: 6px 10px 8px 10px;
        display: inline-block;
        box-shadow: 1px 2px 2px;
        border-radius: 3px;
        margin-left: 20px;
        color: #fff;
        line-height: 12px;
        border-radius: 4px;
    }

    .sendemail input {
        margin-bottom: 0;
    }

    /* ---------------------------add professional profile--------------------------------- */

    /* Custom Tab Styling */
    .submitbar {
        background-color: #fff;
        padding: 11px;
        text-align: center;
    }

    /* Beautiful File Upload Styling */
    .custom-file-upload {
        position: relative;
        display: flex;
        align-items: center;
        gap: 2px;
        flex-wrap: nowrap;
        padding: 2px;
    }

    .custom-file-upload .file-input {
        opacity: 0;
        position: absolute;
        z-index: -1;
        width: 0.1px;
        height: 0.1px;
    }

    .custom-file-upload .file-label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 6px 8px;
        background: #6c757d;
        color: #fff;
        border-radius: 6px;
        cursor: pointer;
        font-weight: 500;
        font-size: 12px;
        transition: all 0.3s ease;
        box-shadow: 0 1px 4px rgba(108, 117, 125, 0.2);
        margin: 0;
        min-width: 30px;
        height: 30px;
        flex-shrink: 0;
    }

    .custom-file-upload .file-label:hover {
        background: #5a6268;
        box-shadow: 0 2px 6px rgba(108, 117, 125, 0.4);
        transform: translateY(-1px);
    }

    .custom-file-upload .file-label:active {
        transform: translateY(0);
        box-shadow: 0 1px 3px rgba(108, 117, 125, 0.3);
    }

    .custom-file-upload .file-icon {
        font-size: 14px;
        line-height: 1;
    }

    .custom-file-upload .file-text {
        font-size: 12px;
    }

    .custom-file-upload .file-name {
        flex: 1;
        padding: 8px 12px;
        background: #f8f9fa;
        border: 1px solid #dee2e6;
        border-radius: 6px;
        color: #6c757d;
        font-size: 13px;
        min-width: 130px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all 0.3s ease;
    }

    .custom-file-upload .file-name.has-file {
        background: #e8f5e9;
        border-color: #4caf50;
        color: #2e7d32;
        font-weight: 500;
    }

    /* Focus state for accessibility */
    .custom-file-upload .file-input:focus+.file-label {
        outline: 2px solid #6c757d;
        outline-offset: 2px;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .custom-file-upload {
            flex-direction: column;
            align-items: stretch;
        }

        .custom-file-upload .file-label {
            justify-content: center;
        }

        .custom-file-upload .file-name {
            text-align: center;
        }
    }

    .custom-file.active,
    .custom-file.focus,
    .custom-file:active,
    .custom-file:focus,
    .custom-select.active,
    .custom-select.focus,
    .custom-select:active,
    .custom-select:focus,
    .form-control.active,
    .form-control.focus,
    .form-control:active,
    .form-control:focus,
    .form-select.active,
    .form-select.focus,
    .form-select:active,
    .form-select:focus,
    input.active,
    input.focus,
    input:active,
    input:focus {
        border-color: red;
    }

    #profileTabs {
        border-bottom: 2px solid #e9ecef;
        gap: 0;
        margin-bottom: 0 !important;
    }

    .corsedetails-section {
        padding: 10px;
    }

    .level-explanation li {
        font-size: 12px !important;
        line-height: 20px !important;
        color: #555;
    }

    .form-wrapper {
        background-color: #fff;
        padding: 10px;
        margin-bottom: 15px;
    }

    #profileTabs .nav-item {
        margin-bottom: -2px;
    }

    #profileTabsContent.tab-content {
        background-color: #f9f9f9;
        padding: 10px;
    }

    #profileTabs .nav-link {
        position: relative;
        color: #939393;
        font-weight: 500;
        font-size: 1rem;
        padding: 4px 28px;
        border: none;
        background: transparent;
        border-bottom: 3px solid transparent;
        transition: all 0.3s ease;
        border-radius: 0;
    }

    #profileTabs .nav-link:hover {
        color: #e87537;
        background-color: rgba(251, 173, 3, 0.08);
        border-bottom-color: rgba(251, 173, 3, 0.3);
    }

    #profileTabs .nav-link.active {
        color: #ffffff;
        font-weight: 600;
        border-bottom: 3px solid #e87537;
        background: #e87537;
        border-radius: 6px 6px 0px 0px;
    }

    #profileTabs .nav-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 3px;

        transform: translateX(-50%);
        transition: width 0.3s ease;
    }

    #profileTabs .nav-link:hover::before {
        width: 80%;
    }

    #profileTabs .nav-link.active::before {
        width: 100%;
    }

    /* Tab Content Animation */
    .tab-content {
        animation: fadeIn 0.4s ease-in;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
        #profileTabs {
            flex-direction: column;
            border-bottom: none;
        }

        #profileTabs .nav-item {
            width: 100%;
            margin-bottom: 0;
        }

        #profileTabs .nav-link {
            text-align: left;
            padding: 4px 20px;
            border-bottom: 1px solid #e9ecef;
            border-left: 3px solid transparent;
        }

        #profileTabs .nav-link.active {
            border-bottom: 1px solid #e9ecef;
            border-left: 3px solid #e87537;
            background-color: rgba(251, 173, 3, 0.1);
        }

        #profileTabs .nav-link:hover {
            border-left-color: rgba(251, 173, 3, 0.5);
        }

        #profileTabs .nav-link::before {
            display: none;
        }
    }

    /* Enhanced Card Sections within Tabs */
    .tab-pane .card-header {
        background: linear-gradient(135deg, rgba(251, 173, 3, 0.1) 0%, rgba(251, 173, 3, 0.05) 100%);
        border-left: 4px solid #e87537;
        padding-left: 16px;
        font-size: 1rem;
        padding: 18px 6px 2px 12px;
        line-height: 1rem;

    }

    /* Smooth transitions for tab switching */
    .tab-pane {
        transition: opacity 0.3s ease-in-out;
    }

    /* ------------------------------add professional profile-------------------------------------- */
    #jobAccordion {}

    #jobAccordion .accordion-item .accordion-header .accordion-button {
        font-size: 16px !important;
        padding: 10px 16px;
        color: #ffffff;
        background-color: #7c7c7c !important;
    }

    #jobAccordion .profile-section-card {

        /* border-radius: 14px;
        background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
        box-shadow: 0 10px 30px rgba(19, 48, 84, 0.06); */
    }

    #jobAccordion .profile-section-card .card-header {
        background: transparent;
        border-bottom: 1px solid #edf2f7;
        padding: 16px 20px 10px;
    }

    #jobAccordion .profile-section-card .card-header h3 {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 700;
        color: #17324d;
    }

    #jobAccordion .profile-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 14px;
    }

    #jobAccordion .profile-item {
        padding: 6px 10px;
        border-radius: 4px;
        background: #fff;
        border: 1px solid #eef3f8;
        min-height: 70px;
    }

    #jobAccordion .tab-content {
        background-color: #fff;
        padding: 10px;
        border-radius: 8px;
        border: 1px solid #e0e0e0;
    }

    #jobAccordion .profile-label {
        margin-bottom: 6px;
        font-size: 0.76rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #e87537;
    }

    #jobAccordion .nav-pills .nav-link.active,
    #jobAccordion .nav-pills .show>.nav-link {
        color: #fff;
        background-color: #e87537;
    }

    #jobAccordion .nav-pills .nav-link {
        color: #000;
        background-color: #f8f9fa;

        padding: 6px 8px;
        font-size: 0.85rem;
        display: block;
        font-weight: 500;
        transition: all 0.3s ease;
        width: 100%;
        text-align: left;
    }

    #jobAccordion .profile-value {
        font-size: 0.9rem;
        line-height: 1.5;
        color: #1f2d3d;
        word-break: break-word;
        white-space: pre-wrap;
    }

    /* ------------------------------------------------------------- */

    .headingnamecompany {
        background-color: #fefbf8;
        border: 1px solid #fae0d1;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
        display: flex;
        vertical-align: middle;
        align-items: center;
        gap: 10px;
    }

    /*  ----------------------------------------*/

    .portfolio .portfolio-filters-container {
        margin-bottom: 40px;
    }

    .portfolio .portfolio-filters {
        display: flex;
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .portfolio .portfolio-filters li {
        font-size: 15px;
        font-weight: 500;
        padding: 8px 20px;
        cursor: pointer;
        border-radius: 30px;
        background-color: color-mix(in srgb, #FFFFFF, transparent 50%);
        color: var(--default-color);
        transition: all 0.3s ease-in-out;
    }

    .portfolio .portfolio-filters li:hover {
        background-color: color-mix(in srgb, #e87537, transparent 85%);
        background-color: #e87537;
        color: #e87537;
        COLOR: #FFF;
        transform: translateY(-2px);
    }

    .portfolio .portfolio-filters li.filter-active {
        background-color: #e87537;
        background-color: #e87537;
        color: #FFFFFF;
        COLOR: #FFF;
    }

    .portfolio .portfolio-card {
        background-color: #FFFFFF;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease-in-out;
        border: 1px solid #ebebeb;
    }

    .portfolio .portfolio-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 35px rgba(0, 0, 0, 0.1);
    }

    .portfolio .portfolio-card:hover .portfolio-overlay {
        opacity: 1;
        visibility: visible;
    }

    .portfolio .portfolio-card:hover .portfolio-overlay .portfolio-actions {
        transform: translateY(0);
    }

    .portfolio .portfolio-card .portfolio-image {
        position: relative;
        overflow: hidden;
        aspect-ratio: 16/10;
        background: #f5f5f5;
        border-bottom: 1px solid #ebebeb;
    }

    .portfolio .portfolio-card .portfolio-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease-in-out;
    }

    .portfolio .portfolio-card .portfolio-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-in-out;
        display: flex;
        align-items: flex-end;
        padding: 20px;
    }

    .portfolio .portfolio-card .portfolio-overlay .portfolio-actions {
        transform: translateY(20px);
        transition: all 0.4s ease-in-out;
        display: flex;
        gap: 15px;
    }

    .portfolio .portfolio-card .portfolio-overlay .portfolio-actions a {
        width: 45px;
        height: 45px;
        background-color: #FFFFFF;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #e87537;
        font-size: 20px;
        transition: all 0.3s ease;
    }

    .portfolio .portfolio-card .portfolio-overlay .portfolio-actions a:hover {
        background-color: #e87537;
        color: #FFFFFF;
        transform: scale(1.1);
    }

    .portfolio .portfolio-card .portfolio-content {
        padding: 25px;
    }

    .portfolio .portfolio-card .portfolio-content .category {
        font-size: 14px;
        color: #e87537;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
        display: block;
        margin-bottom: 10px;
    }

    .portfolio .portfolio-card .portfolio-content h3 {
        font-size: 20px;
        margin: 0 0 15px;
        font-weight: 600;
        transition: color 0.3s ease;
    }

    .portfolio .portfolio-card .portfolio-content h3:hover {
        color: #e87537;
    }

    .portfolio .portfolio-card .portfolio-content p {
        font-size: 15px;
        color: color-mix(in srgb, var(--default-color), transparent 30%);
        margin: 0;
        line-height: 1.6;
    }

    @media (max-width: 768px) {
        .portfolio .portfolio-filters li {
            font-size: 14px;
            padding: 6px 15px;
        }

        .portfolio .portfolio-card .portfolio-content {
            padding: 20px;
        }

        .portfolio .portfolio-card .portfolio-content h3 {
            font-size: 18px;
        }

        .portfolio .portfolio-card .portfolio-content p {
            font-size: 14px;
        }
    }

    /* --------------------- */

    ul.one-page-navigation-section {
        list-style: none;
        margin: 0 0 22px;
        padding: 12px;
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        overflow-x: auto;
        border-radius: 16px;
        background: linear-gradient(120deg, #fff3e7 0%, #ffe3cf 100%);
        border: 1px solid #f2c59d;
        box-shadow: 0 10px 24px rgba(166, 98, 42, 0.12);
        scrollbar-width: thin;
        scrollbar-color: #d69461 transparent;
    }

    ul.one-page-navigation-section::-webkit-scrollbar {
        height: 6px;
    }

    ul.one-page-navigation-section::-webkit-scrollbar-thumb {
        background: #d69461;
        border-radius: 20px;
    }

    ul.one-page-navigation-section li {
        flex: 0 0 auto;
        margin-bottom: 0px !important;
    }

    ul.one-page-navigation-section li a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        color: #7a3f13;
        padding: 10px 16px;
        border-radius: 999px;
        border: 1px solid #ebb78d;
        background: #fff;
        transition: all 0.25s ease;
    }

    ul.one-page-navigation-section li a:hover,
    ul.one-page-navigation-section li a:focus-visible {
        color: #ffffff;
        border-color: #b65e24;
        background: linear-gradient(135deg, #de7b34 0%, #b65e24 100%);
        transform: translateY(-1px);
        box-shadow: 0 8px 18px rgba(182, 94, 36, 0.25);
        outline: none;
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
    }

    @media (max-width: 767px) {
        ul.one-page-navigation-section {
            padding: 10px;
            margin-bottom: 16px;
        }

        ul.one-page-navigation-section li a {
            font-size: 13px;
            padding: 9px 14px;
        }
    }