    #block-22:hover {
        box-shadow: 0px 0px 8px #ddd;
    }

    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    #closeBtn {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 24px;
        cursor: pointer;
        display: none;
        /* Hidden by default */
        z-index: 10;
    }

    .popup {
        position: relative;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        width: 600px;
        max-width: 90%;
        max-height: 100vh;
        overflow-y: auto;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .step {
        display: none;
    }

    .step.active {
        display: block;
    }


    #progressText {
        margin: 10px 0px;
        color: #1E1E1E;
    }

    /* Progress text */

    .buttons {
        margin-top: 15px;
    }



    .buttons button:disabled {
        background: #ccc;
        cursor: not-allowed;
    }

    .progress-bar-btn-main {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .inner-step-main h2 {
        font-size: 24px;
        color: #1e1e1e;
        margin: 30px 0px 20px;
        font-weight: 600;
    }

    .inner-step-main {
        text-align: center;
    }

    .inner-step-new h4 {
        font-size: 20px;
        color: #1e1e1e;
        margin: 20px 0px 30px;
        text-align: center;
        font-weight: 600;
    }

    .inner-step-main p {
        font-size: 16px;
        color: #1e1e1e;
        font-weight: 400;
    }

    span#skipText {
        margin: 16px 0px 8px;
        color: #666666;
        font-size: 16px;
        cursor: pointer;
    }


    .upload-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 30px 0px 30px;
        position: relative;
        z-index: 1 !important;
    }

    .cropper-modal {
        background-color: #000;
        opacity: inherit;
        z-index: 2 !important;
    }

    .cropper-canvas,
    .cropper-crop-box,
    .cropper-drag-box,
    .cropper-modal,
    .cropper-wrap-box {
        z-index: 999 !important;
    }


    .profile-pic {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background-color: #E6F0FA;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 50px;
        color: #002D72;
    }

    .btn-upload {
        background-color: #001F72;
        color: #fff;
        border: none;
        padding: 8px 16px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
    }

    .upload-btn:hover {
        background-color: #0044aa;
    }

    .file-input {
        display: none;
    }

    .for-slign {
        display: flex;
        justify-content: space-between;
    }

    .inner-structure-main {
        display: flex;
        gap: 25px;
        margin-bottom: 30px;
    }

    .inner-structure-main a {
        color: #666666;
        font-size: 16px;
        font-weight: 500;
    }

    .inner-structure-main .active {
        color: #1E1E1E;
        position: relative;
        font-weight: 600;
    }

    .inner-structure-main .active:before {
        position: absolute;
        bottom: -5px;
        width: 100%;
        height: 1px;
        background-color: #1E1E1E;
        content: '';
    }

    .progress-bar-btn-main .buttons.for-slign {
        order: -1;
        margin-bottom: 10px;
    }

    .buttons #nextBtn {
        padding: 8px 18px;
        border: none;
        background-color: #001F72;
        color: #fff;
        border-radius: 8px;
        cursor: pointer;
        margin-top: 15px;
        border: 1px solid #E1DFDF;
    }

    .for-slign button {
        padding: 8px 18px;
        border: none;
        background-color: #fff !important;
        color: #1E1E1E !important;
        border-radius: 8px;
        cursor: pointer;
        margin-top: 15px;
        border: 1px solid #E1DFDF;
    }


    .search-box input {
        width: 100%;
        padding: 8px;
        border: 1px solid #EEEFF0;
        border-radius: 8px;
        margin-bottom: 10px;
        background-color: #EEEFF0;
        font-size: 14px;
        background-repeat: no-repeat;
        background-position: right;
    }

    .search-box input::placeholder {
        color: #666666;
        font-size: 14px;
    }


    .selected-skills-box {
        border: 1px solid #E1DFDF;
        min-height: 56px;
        margin: 18px 0px 10px;
        border-radius: 8px;
        padding: 8px;
    }

    .skills-container h3 {
        font-size: 14px;
        color: #000000;
        margin: 46px 0px 20px;
    }

    .info-text {
        font-size: 12px;
        color: #666666;
        margin-bottom: 15px;
        font-weight: 500;
    }

    .skills-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding: 5px;
    }

    .skills-container {
        margin-top: 30px;
    }

    .skill {
        background: #E1DFDF;
        padding: 5px 9px;
        border-radius: 20px;
        font-size: 12px;
        color: #1E1E1E;
        font-weight: 400;
        margin: 2px;
        display: inline-block;
        cursor: pointer;
    }

    .tech-color {
        background: #001F72 !important;
        color: #fff !important;
    }

    .safety-color {
        background: #FFBE41 !important;
    }

    .license-form-iner {
        margin: 20px 0px;
    }

    .license-form-iner label {
        display: block;
    }

    .license-form-iner select,
    .license-form-iner input,
    .license-form-iner textarea {
        width: 100%;
        padding: 8px;
        background-color: #EEEFF0;
        border-radius: 8px;
        border: none;
        color: #666666;
        font-size: 14px;
        font-weight: 400;
    }

    .license-form-iner input::placeholder,
    .license-form-iner textarea::placeholder {
        color: #666666;
        font-size: 14px;
        font-weight: 400;
    }

    .license-form {
        border: 1px solid #E1DFDF;
        border-radius: 8px;
        padding: 10px 14px 20px;
        position: relative;
    }

    span.cross-licence-upload {
        font-size: 26px;
        color: #666666;
        position: absolute;
        right: 7px;
        top: 0;
    }

    .license-form-iner label {
        display: block;
        font-size: 14px;
        margin: 8px 0px 8px;
        color: #000;
        font-weight: 400;
    }

    /* popup newsfeed css end here  */



    .upload-licence {
        text-align: center;
    }

    .upload-box {
        display: block;
        padding: 10px 30px;
        border: 1px solid #E1DFDF;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 400;
        color: #1E1E1E;
        cursor: pointer;
        transition: all 0.3s ease;
        background: #fff;
    }

    .upload-box:hover {
        border-color: #666;
        background: #f9f9f9;
    }

    /* Image Cropper Modal Styles */
    .cropper-modal {
        /* position: fixed; */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        align-items: start;
        justify-content: center;
        z-index: 9999;
    }

    .cropper-container {
        background: white;
        border-radius: 10px;
        width: 100%;
        max-width: 620px;
        max-height: 80vh;
        overflow: hidden;
    }

    .cropper-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
    }

    .cropper-header h5 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        flex: 1;
    }

    .cropper-info {
        flex: 1;
        text-align: center;
    }

    .close-cropper {
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        color: #666;
    }

    .close-cropper:hover {
        color: #000;
    }

    .cropper-body {
        padding: 20px;
        max-height: 400px;
        overflow: auto;
    }

    #cropper-area {
        width: 100%;
        height: 300px;
        background: #f5f5f5;
        border: 2px dashed #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cropper-footer {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        padding: 15px 20px;
        border-top: 1px solid #eee;
    }

    .btn-cancel {
        padding: 8px 16px;
        border: 1px solid #ddd;
        background: white;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
    }

    .btn-cancel:hover {
        background: #f5f5f5;
    }

    .btn-crop {
        padding: 8px 16px;
        border: none;
        background: #001F72;
        color: white;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
    }

    /* .btn-crop:hover:not(:disabled) {
                                                background: #0044aa;
                                            } */

    .btn-crop:disabled {
        background: #ccc;
        cursor: not-allowed;
    }

    /* Upload Action Buttons */
    .upload-actions {
        display: flex;
        gap: 10px;
        justify-content: center;
    }

    .btn-crop-action {
        padding: 8px 16px;
        border: 1px solid #001F72;
        background: white;
        color: #001F72;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
        transition: all 0.3s ease;
    }

    .btn-crop-action:hover {
        background: #001F72;
        color: white;
    }

    /* .btn-upload-action {
                                                padding: 8px 16px;
                                                border: none;
                                                background: #001F72;
                                                color: white;
                                                border-radius: 5px;
                                                cursor: pointer;
                                                font-size: 14px;
                                                transition: all 0.3s ease;
                                            } */

    /* .btn-upload-action:hover:not(:disabled) {
                                                background: #0044aa;
                                            } */

    /* .btn-upload-action:disabled {
                                                background: #ccc;
                                                cursor: not-allowed;
                                            } */

    /* Cropper Control Buttons */
    .cropper-controls {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .btn-control {
        width: 40px;
        height: 40px;
        border: 1px solid #ddd;
        background: white;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .btn-control:hover {
        background: #f5f5f5;
        border-color: #001F72;
    }

    .btn-control i {
        font-size: 14px;
        color: #666;
    }

    .btn-control:hover i {
        color: #001F72;
    }

    .upload-box svg {
        margin-right: 5px;
    }

    .upload-licence input[type="file"] {
        display: none;
    }

    .add-btn {
        display: inline-block;
        margin-top: 20px;
        padding: 8px 20px;
        border: 1px solid #E1DFDF;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 400;
        color: #1E1E1E;
        cursor: pointer;
        transition: all 0.3s ease;
        background: #fff;
        width: 100%;
    }

    .for-big-width {
        width: 1024px;
    }

    .for-big-width .license-form-iner {
        margin: 15px 0px;
        position: relative;
    }

    .upload-pic-design {
        padding: 20px 0px;
        min-height: 150px;
        border: 1px dashed #001F72;
        border-radius: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .upload-pic-design .upload-box {
        display: block;
        border: none !important;
        width: 100%;
    }

    .for-srch-icon {
        position: absolute;
        top: 38px;
        right: 10px;
    }

    .additional-info {
        font-size: 12px;
        color: #666666;
        font-weight: 300;
        margin-top: 12px;
        display: inline-block;
    }

    /* Profile Picture Upload Styles */
    .btn-upload.uploading {
        background-color: #ccc;
        cursor: not-allowed;
        opacity: 0.7;
    }

    .profile-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .error-message,
    .success-message {
        text-align: center;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 500;
    }

    .error-message {
        color: #dc3545;
    }

    .success-message {
        color: #28a745;
    }

    /* Skills Selection Styles */
    .skill {
        cursor: pointer;
        transition: all 0.3s ease;
        user-select: none;
    }

    .skill:hover {
        transform: translateY(-2px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .skill.selected {
        background: #001F72 !important;
        color: #fff !important;
        transform: scale(1.05);
    }

    .safety-color {
        background: #FFBE41 !important;
        color: #1E1E1E !important;
    }

    .safety-color.selected {
        background: #FFBE41 !important;
        color: #1E1E1E !important;
        border: 2px solid #FFBE41;
    }

    .no-skills-selected {
        text-align: center;
        color: #666666;
        font-style: italic;
        padding: 20px;
    }

    .selected-skills-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .selected-skill {
        background: #001F72;
        color: #fff;
        padding: 4px 8px;
        border-radius: 12px;
        font-size: 12px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .remove-skill-btn {
        background: none;
        border: none;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        padding: 0;
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: background-color 0.2s ease;
    }

    .remove-skill-btn:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .info-text.error {
        color: #dc3545;
    }

    .skill-error-message {
        color: #dc3545;
        text-align: center;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 500;
    }

    .skill-success-message {
        color: #28a745;
        text-align: center;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 500;
    }

    .skills-list {
        overflow-y: auto;
        padding-right: 10px;
    }

    .skills-list::-webkit-scrollbar {
        width: 6px;
    }

    .skills-list::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }

    .skills-list::-webkit-scrollbar-thumb {
        background: #001F72;
        border-radius: 3px;
    }

    .skills-list::-webkit-scrollbar-thumb:hover {
        background: #0044aa;
    }

     #upload-image {
                width: 300px;
                height: 300px;
                padding-bottom: 25px;
                text-align: center;
                margin: 0 auto;
            }

            #upload-cover-image {
                width: 900px;
                height: 450px;
                padding-bottom: 25px;
                text-align: center;
                margin: 0 auto;
            }

            .croppie-container .cr-vp-circle {
                border-radius: 50% !important;
            }




            /* onload-popup.blade */

              /* Enhanced Skills Validation Styling */
        .validation-status-container {
            margin: 15px 0;
            padding: 15px;
            border-radius: 8px;
            background-color: #f8f9fa;
            border: 1px solid #e9ecef;
        }

        .validation-message {
            margin-bottom: 15px;
        }

        .validation-error .error-message {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #dc3545;
            font-weight: 500;
        }

        .validation-success .success-message {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #198754;
            font-weight: 500;
        }

        .error-text,
        .success-text {
            flex: 1;
        }

        .skill-count {
            font-weight: 600;
            background-color: rgba(0, 0, 0, 0.1);
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 12px;
        }

        .skill-progress-container {
            margin-top: 10px;
        }

        .progress-label {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 8px;
            font-size: 14px;
            font-weight: 500;
            color: #495057;
        }

        .progress-percentage {
            font-weight: 600;
            color: #007bff;
        }

        .progress-bar {
            width: 100%;
            height: 8px;
            background-color: #e9ecef;
            border-radius: 4px;
            overflow: hidden;
        }

        .progress-fill {
            height: 100%;
            transition: width 0.3s ease, background-color 0.3s ease;
            border-radius: 4px;
        }

        .progress-warning {
            background: linear-gradient(90deg, #ffc107 0%, #fd7e14 100%);
        }

        .progress-success {
            background: linear-gradient(90deg, #198754 0%, #20c997 100%);
        }

        /* Enhanced skill count badges */
        .skill-count-badge {
            padding: 4px 8px;
            border-radius: 12px;
            font-size: 12px;
            font-weight: 600;
            margin-left: 8px;
        }

        .badge-success {
            background-color: #d1edff;
            color: #0c63e4;
            border: 1px solid #0c63e4;
        }

        .badge-warning {
            background-color: #fff3cd;
            color: #856404;
            border: 1px solid #ffc107;
        }

        /* Tab validation indicators */
        .inner-structure-main a.validated {
            border-left: 4px solid #198754;
            background-color: #f8fff9;
        }

        .inner-structure-main a:not(.validated) {
            border-left: 4px solid #ffc107;
            background-color: #fffdf5;
        }

        /* Real-time skill selection feedback */
        .skill {
            transition: all 0.2s ease;
            cursor: pointer;
        }

        .skill:hover {
            transform: translateY(-1px);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .skill.selected {
            transform: scale(1.02);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        /* Animation for validation updates */
        .validation-status-container {
            animation: fadeIn 0.3s ease-in-out;
        }

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

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

        /* Success/Error message styling */
        .error-message {
            background-color: #f8d7da;
            color: #721c24;
            padding: 10px 15px;
            border-radius: 6px;
            border: 1px solid #f5c6cb;
            margin: 10px 0;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .success-message {
            background-color: #d1edff;
            color: #0c63e4;
            padding: 10px 15px;
            border-radius: 6px;
            border: 1px solid #0c63e4;
            margin: 10px 0;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        /* Skill removal animation */
        .skill-removing {
            animation: skillRemove 0.3s ease-out forwards;
        }

        @keyframes skillRemove {
            0% {
                opacity: 1;
                transform: scale(1);
            }

            50% {
                opacity: 0.5;
                transform: scale(0.95);
            }

            100% {
                opacity: 0;
                transform: scale(0.8);
                height: 0;
                margin: 0;
                padding: 0;
            }
        }


        /* onload-popup.blade.css end here */


         .skill.selected {
        background-color: #007bff !important;
        color: white !important;
        border-color: #007bff !important;
    }

    .skill {
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .skill:hover {
        background-color: #f8f9fa;
        border-color: #007bff;
    }

    .btn-save-skills:disabled {
        background-color: #6c757d !important;
        cursor: not-allowed !important;
    }

    .skill-error-message {
        color: #dc3545;
        font-size: 14px;
        margin-top: 10px;
    }

    .skill-success-message {
        color: #28a745;
        font-size: 14px;
        margin-top: 10px;
    }

    .info-text .fa-spinner {
        margin-right: 5px;
    }

    /* Enhanced Skills Management Styles */
    .skills-analytics {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 20px;
        border: 1px solid #dee2e6;
    }

    .analytics-card {
        display: flex;
        justify-content: space-around;
        margin-bottom: 15px;
    }

    .analytics-item {
        text-align: center;
        padding: 10px;
    }

    .analytics-number {
        display: block;
        font-size: 24px;
        font-weight: bold;
        color: #001F72;
        margin-bottom: 5px;
    }

    .analytics-label {
        font-size: 12px;
        color: #6c757d;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .skills-insights {
        background: #fff3cd;
        border: 1px solid #ffeaa7;
        border-radius: 8px;
        padding: 15px;
    }

    .skills-insights h5 {
        color: #856404;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .skills-insights ul {
        margin: 0;
        padding-left: 20px;
    }

    .skills-insights li {
        color: #856404;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .skill-item {
        transition: all 0.3s ease;
        border-radius: 8px;
        padding: 12px 15px;
        margin-bottom: 8px;
        border: 2px solid transparent;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .skill-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    .skill-item.skill-removing {
        animation: slideOut 0.3s ease-out forwards;
    }

    @keyframes slideOut {
        to {
            opacity: 0;
            transform: translateX(-100%);
        }
    }

    .skill-name {
        display: flex;
        align-items: center;
        font-weight: 500;
    }

    .skill-name i {
        margin-right: 8px;
        color: #28a745;
    }

    .skill-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 8px;
    }

    .skill-proficiency {
        font-size: 11px;
        background: #e9ecef;
        padding: 2px 6px;
        border-radius: 4px;
        color: #6c757d;
        text-transform: capitalize;
    }

    .skill-usage {
        font-size: 11px;
        color: #6c757d;
        margin-left: 8px;
    }

    .skill-text {
        font-weight: 500;
    }

    /* Project Skills Styles */
    .project-skills-search {
        position: relative;
    }

    .project-skills-search input {
        padding-right: 40px;
    }

    .search-icon {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
    }

    .recent-skills,
    .search-results {
        margin: 15px 0;
    }

    .recent-label,
    .search-results-label {
        font-size: 12px;
        color: #6c757d;
        margin-bottom: 8px;
        display: block;
    }

    .skill-suggestion {
        cursor: pointer;
        transition: all 0.2s ease;
        border: 1px solid #dee2e6;
    }

    .skill-suggestion:hover {
        background: #007bff !important;
        color: white !important;
        border-color: #007bff !important;
        transform: scale(1.05);
    }

    .no-results {
        color: #6c757d;
        font-style: italic;
        padding: 10px;
        text-align: center;
    }

    .skills-category {
        margin-bottom: 20px;
    }

    .category-label {
        font-weight: 600;
        color: #495057;
        margin-bottom: 10px;
        display: block;
    }

    .skill-count {
        font-weight: normal;
        color: #6c757d;
        font-size: 12px;
    }

    .selected-skills-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    /* Cover Photo Styles */
    .upload-cover-wrapper {
        margin-top: 20px;
    }

    .upload-cover-box {
        width: 100%;
        height: 200px;
        border: 2px dashed #dee2e6;
        border-radius: 12px;
        margin-bottom: 20px;
        background: #f8f9fa;
        overflow: hidden;
    }

    .upload-cover-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .btn-upload-cover {
        display: inline-block;
        background: #007bff;
        color: white;
        padding: 12px 24px;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .btn-upload-cover:hover {
        background: #0056b3;
        transform: translateY(-2px);
    }

    .file-input-cover {
        display: none;
    }

    .image-upload-bkups {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 15px;
        margin-top: 20px;
    }

    .img-box {
        border: 2px solid #dee2e6;
        border-radius: 8px;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.3s ease;
        aspect-ratio: 16/9;
    }

    .img-box:hover {
        border-color: #007bff;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
    }

    .img-box.clicked {
        border-color: #007bff;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
    }

    .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .upload-actions {
        display: flex;
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .btn-upload-action {
        background: #28a745;
        color: white;
        border: none;
        padding: 8px 16px;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .btn-upload-action:hover {
        background: #218838;
        transform: translateY(-1px);
    }

    .btn-upload-action.btn-remove {
        background: #dc3545;
    }

    .btn-upload-action.btn-remove:hover {
        background: #c82333;
    }

    /* Cover Photo Error/Success Messages */
    .cover-photo-message {
        margin-top: 10px;
        padding: 10px;
        border-radius: 6px;
        font-size: 14px;
    }

    .cover-photo-message.error {
        background: #f8d7da;
        color: #721c24;
        border: 1px solid #f5c6cb;
    }

    .cover-photo-message.success {
        background: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
    }



    .selected-skill-badge {
        transition: all 0.2s ease;
        position: relative;
    }

    .selected-skill-badge:hover {
        transform: scale(1.05);
    }

    .selected-skill-badge .btn-close {
        opacity: 0.7;
        transition: opacity 0.2s ease;
    }

    .selected-skill-badge:hover .btn-close {
        opacity: 1;
    }

    /* Enhanced Search Box */
    .search-box {
        position: relative;
        margin-bottom: 20px;
    }

    .search-box input {
        padding-right: 40px;
        border-radius: 8px;
        border: 2px solid #e9ecef;
        transition: border-color 0.3s ease;
    }

    .search-box input:focus {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .search-box .search-icon {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
    }

    /* Enhanced Skills List */
    .skills-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 10px;
        margin-top: 15px;
    }

    .skill {
        padding: 12px 15px;
        border: 2px solid #e9ecef;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        background: white;
        text-align: center;
        font-weight: 500;
        position: relative;
        overflow: hidden;
    }

    .skill:hover {
        border-color: #007bff;
        background: #f8f9fa;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .skill.selected {
        background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
        color: white;
        border-color: #007bff;
        transform: scale(1.05);
    }

    .skill.selected::before {
        content: '✓';
        position: absolute;
        top: 5px;
        right: 8px;
        font-weight: bold;
        font-size: 12px;
    }

    /* Auto-save indicators */
    .auto-save-indicator {
        padding: 10px 15px;
        border-radius: 8px;
        margin-top: 15px;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .auto-save-indicator.saving {
        background-color: #e3f2fd;
        color: #1976d2;
        border: 1px solid #bbdefb;
    }

    .auto-save-indicator.success {
        background-color: #e8f5e8;
        color: #2e7d32;
        border: 1px solid #c8e6c9;
    }

    .auto-save-indicator.error {
        background-color: #ffebee;
        color: #c62828;
        border: 1px solid #ffcdd2;
    }

    /* Reference Form Styles */
    .step-description {
        color: #6c757d;
        font-size: 0.9rem;
        margin-top: 0.5rem;
        text-align: center;
    }

    .existing-references-display {
        margin-bottom: 2rem;
        padding: 1rem;
        background-color: #f8f9fa;
        border-radius: 0.5rem;
        border: 1px solid #dee2e6;
    }

    .existing-references-display h5 {
        margin-bottom: 1rem;
        color: #495057;
        font-size: 1rem;
        font-weight: 600;
    }

    .references-list {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .reference-item {
        background-color: white;
        border: 1px solid #e9ecef;
        border-radius: 0.375rem;
        padding: 0.75rem;
    }

    .reference-info strong {
        display: block;
        color: #212529;
        margin-bottom: 0.25rem;
    }

    .reference-contact {
        font-size: 0.875rem;
        color: #6c757d;
        margin-bottom: 0.5rem;
    }

    .reference-contact span {
        display: block;
        margin-bottom: 0.25rem;
    }

    .reference-note {
        font-size: 0.875rem;
        color: #495057;
        font-style: italic;
        background-color: #f8f9fa;
        padding: 0.5rem;
        border-radius: 0.25rem;
        border-left: 3px solid #007bff;
    }

    .reference-form-section {
        margin-top: 1rem;
    }

    .license-form-iner input.error,
    .license-form-iner textarea.error {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

    .error-message {
        color: #dc3545;
        font-size: 0.875rem;
        margin-top: 0.25rem;
        display: block;
    }

    .form-messages {
        margin: 1rem 0;
    }

    .alert {
        padding: 0.75rem 1rem;
        border-radius: 0.375rem;
        margin-bottom: 1rem;
    }

    .alert-success {
        background-color: #d1edff;
        border: 1px solid #bee5eb;
        color: #0c5460;
    }

    .alert-error {
        background-color: #f8d7da;
        border: 1px solid #f5c6cb;
        color: #721c24;
    }

    .alert-info {
        background-color: #d1ecf1;
        border: 1px solid #bee5eb;
        color: #0c5460;
    }

    .form-actions {
        display: flex;
        gap: 1rem;
        justify-content: flex-end;
        margin-top: 2rem;
    }

    .btn {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        user-select: none;
        border: 1px solid transparent;
        padding: 0.5rem 1rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: all 0.15s ease-in-out;
        cursor: pointer;
        text-decoration: none;
    }

    .btn:disabled {
        opacity: 0.65;
        cursor: not-allowed;
    }

    .btn-primary {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:hover:not(:disabled) {
        color: #fff;
        background-color: #0056b3;
        border-color: #0056b3;
    }

    .btn-secondary {
        color: #6c757d;
        background-color: #fff;
        border-color: #6c757d;
    }

    .btn-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    /* Additional styles for new steps */
    .upload-container {
        text-align: center;
        margin: 20px 0;
    }

    .profile-pic,
    .banner-pic {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin: 0 auto 15px;
        overflow: hidden;
        border: 3px solid #e9ecef;
    }

    .banner-pic {
        width: 100%;
        height: 200px;
        border-radius: 8px;
    }

    .profile-pic img,
    .banner-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .btn-upload {
        display: inline-block;
        padding: 10px 20px;
        background-color: #007bff;
        color: white;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .btn-upload:hover {
        background-color: #0056b3;
    }

    .btn-upload.uploading {
        background-color: #6c757d;
        cursor: not-allowed;
    }

    .file-input {
        display: none;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .form-group label {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

    .completion-step {
        padding: 2rem;
    }

    .completion-step i {
        color: #28a745;
    }

    /* Disabled button styles */
    .btn:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

    .btn:disabled:hover {
        opacity: 0.6;
    }

    /* Loading spinner styles */
    .fa-spinner {
        margin-right: 5px;
    }

    /* Company Logo Cropper Styles */
    .cropper-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cropper-container {
        background: white;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        max-width: 95vw;
        max-height: 100%;
        width: 1200px;
        overflow: hidden;
    }

    .cropper-header {
        padding: 20px;
        border-bottom: 1px solid #e9ecef;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cropper-header h5 {
        margin: 0;
        color: #001F72;
        font-weight: 600;
    }

    .cropper-info {
        margin-top: 5px;
    }

    .close-cropper {
        background: none;
        border: none;
        font-size: 24px;
        color: #666;
        cursor: pointer;
        padding: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .close-cropper:hover {
        color: #001F72;
    }

    .cropper-body {
        padding: 20px;
        max-height: 100%;
        overflow: auto;
    }

    #onload-company-logo-cropper-area {
        width: 100%;
        height: 400px;
        background: #f8f9fa;
        border: 2px dashed #dee2e6;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

    .cropper-controls {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 15px;
    }

    .btn-control {
        background: #001F72;
        color: white;
        border: none;
        border-radius: 6px;
        padding: 8px 12px;
        cursor: pointer;
        font-size: 14px;
        transition: background-color 0.2s;
    }

    .btn-control:hover {
        background: #001a5e;
        color: white;
    }

    .btn-control:disabled {
        background: #ccc;
        color: white;
        cursor: not-allowed;
    }

    .cropper-footer {
        padding: 20px;
        border-top: 1px solid #e9ecef;
        display: flex;
        justify-content: flex-end;
        gap: 10px;
    }

    .btn-cancel {
        background: #6c757d;
        color: white;
        border: none;
        border-radius: 6px;
        padding: 10px 20px;
        cursor: pointer;
        font-size: 14px;
        transition: background-color 0.2s;
    }

    .btn-cancel:hover {
        background: #5a6268;
        color: white;
    }

    .btn-crop {
        background: #001F72;
        color: white;
        border: none;
        border-radius: 6px;
        padding: 10px 20px;
        cursor: pointer;
        font-size: 14px;
        transition: background-color 0.2s;
    }

    .btn-crop:hover:not(:disabled) {
        background: #001a5e;
    }

    .btn-crop:disabled {
        background: #ccc;
        cursor: not-allowed;
    }

    .internal_contact_details {
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.4);
    /* margin-top: 15px; */
    /* margin-bottom: 15px; */
    max-width: 258px;
}

.profile_card-details {
    align-items: flex-start !important;
}
          
.new-post-content .np-inner-cntnt .content_cstm_internal_div {
    margin: 24px 0px;
    display: inline-block;
 
}

.new-post-content .np-inner-cntnt-new {
    margin-top: 0px;
}
.new-post-content .np-inner-cntnt .action-new {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
    
}

.new-post-content .np-inner-cntnt-new {
    margin-top: 0px;
}

.see-all-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    width: 100%;
}

.see-all a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}


#contactInfoModal .modal-dialog.contact-model-main {
    max-width: 20vw !important;   /* use viewport width for predictable sizing */
    width: 16vw !important;
}

@media (max-width: 768px) {
    #contactInfoModal .modal-dialog.contact-model-main {
        max-width: 95vw !important;
        width: 95vw !important;
        margin: 0 2.5vw; /* small side gutter */
    }
}

.contact_details .contact-cstm-icon {
    cursor: pointer;
}

@media (max-width: 480px) {
    .landing-banner-sec-new {
        background-image: url(/assets/img/Hero-Section-bg-mobile.png) !important;
    }
    
    #google_translate_element::before {
        background-image: url(/assets/img/earth-vcto.svg) !important;
    }
}