/* Premium Design System - Inspired by Naukri.com */
body, p, div:not(.fa):not(.fas):not(.far):not(.fab):not(.material-icons):not(.material-symbols-outlined), span:not(.fa):not(.fas):not(.far):not(.fab):not(.material-icons):not(.material-symbols-outlined), label, input, textarea, select { font-family: 'Inter', sans-serif !important; }
h1, h2, h3, h4, h5, h6, .navbar-brand, .btn, a:not(.fa):not(.fas):not(.far):not(.fab) { font-family: 'Outfit', sans-serif !important; }

:root {
    --primary-color: #f39200;
    --secondary-color: #8cc63f;
    --text-dark: #1e293b;
    --text-muted: #64748b;
    --bg-light: #f8fafc;
    --white: #ffffff;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);
    --shadow-md: 0 10px 30px rgba(0,0,0,0.08);
}

body {
    background-color: #fcfcfc;
    color: var(--text-dark);
}

/* Header Modernization */
#siteheader {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
    position: sticky;
    top: 0;
    z-index: 1000;
}


#siteheader .logo img {
    height: 40px;
    width: auto;
}

.navbar-nav .nav-link {
    color: #1e293b !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin: 0 5px;
    border-bottom: none !important;
    transition: all 0.3s !important;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
}

.navbar-nav .register a {
    background: var(--primary-color) !important;
    color: var(--white) !important;
    border-radius: 50px !important;
    padding: 12px 30px !important;
    font-weight: 700 !important;
    margin-left: 15px !important;
    box-shadow: 0 10px 20px var(--primary-soft) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: none !important;
    display: flex !important;
    align-items: center;
}

.navbar-nav .register a:hover {
    background: #e08600 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 30px var(--primary-soft) !important;
}

.navbar-nav .nav-item.loginlink a {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    border: 2px solid rgba(3, 87, 233, 0.1) !important;
    border-radius: 50px !important;
    padding: 10px 28px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    background: rgba(3, 87, 233, 0.03) !important;
    display: flex !important;
    align-items: center;
}

.navbar-nav .nav-item.loginlink a:hover {
    background: rgba(3, 87, 233, 0.08) !important;
    border-color: var(--primary-color) !important;
    transform: translateY(-3px) !important;
}


/* Hero & Search Section */
.searchwrap {
    background: linear-gradient(135deg, #f8fbff 0%, #edf2f7 100%) !important;
    padding: 120px 0 100px !important;
    position: relative;
    overflow: hidden;
}

.searchwrap::after {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 40%;
    height: 60%;
    background: radial-gradient(circle, rgba(3, 87, 233, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.searchwrap .container {
    position: relative;
    z-index: 1;
}

.searchwrap h1 {
    font-size: 48px !important;
    font-weight: 800 !important;
    color: #0f172a;
    margin-bottom: 25px !important;
    text-align: center;
    letter-spacing: -1.5px;
    line-height: 1.1;
}

.searchwrap p {
    text-align: center;
    color: #64748b;
    font-size: 18px;
    margin-bottom: 50px !important;
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.6;
}


.searchbar .input-group {
    background: #fff !important;
    border-radius: 100px !important;
    padding: 10px 10px 10px 35px !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06) !important;
    border: 1px solid #e2e8f0 !important;
    max-width: 950px;
    margin: 0 auto !important;
    transition: all 0.3s;
}

.searchbar .input-group:focus-within {
    box-shadow: 0 20px 60px rgba(3,87,233,0.1) !important;
    border-color: var(--primary-color) !important;
}

.searchbar .form-control {
    height: 55px !important;
    background: transparent !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #1e293b !important;
}

.searchbar select.form-control {
    border-left: 1px solid #e2e8f0 !important;
    border-radius: 0 !important;
    margin-left: 15px !important;
    padding-left: 25px !important;
}

.searchbar .btn {
    border-radius: 100px !important;
    background: var(--primary-color) !important;
    padding: 0 50px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    transition: all 0.3s !important;
    color: #fff !important;
}

.searchbar .btn:hover {
    background: #004dc7 !important;
    transform: scale(1.02);
}

/* Category Chips */
.category-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.category-chip {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(4px);
    border: 1px solid #e2e8f0 !important;
    color: #475569 !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05) !important;
}

.category-chip:hover {
    background: #0357e9 !important;
    color: #fff !important;
    border-color: #0357e9 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 15px -3px rgba(3, 87, 233, 0.3) !important;
}

.category-chip i {
    font-size: 14px;
    transition: all 0.3s;
    color: inherit !important;
}

.category-chip:hover i {
    color: #fff !important;
    transform: scale(1.2);
}


/* Job Detail Modernization (Naukri Style) */
.listpgWraper { background: #f4f7fa !important; padding: 40px 0 !important; }
.jobPagetitle { 
    background: #fff !important; 
    padding: 35px !important; 
    border-radius: 20px !important; 
    box-shadow: 0 10px 35px rgba(0,0,0,0.03) !important; 
    margin-bottom: 25px !important; 
    border: 1px solid #edf2f7 !important;
}
.jobinfo h2 { 
    font-size: 28px !important; 
    font-weight: 800 !important; 
    color: #1e293b !important; 
    margin-bottom: 15px !important;
    letter-spacing: -0.5px !important;
}
.jobinfo .company-name {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0357e9 !important;
    margin-bottom: 20px !important;
    display: block !important;
}
.job-vitals {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    margin: 25px 0 !important;
    padding: 20px 0 !important;
    border-top: 1px solid #f1f5f9 !important;
    border-bottom: 1px solid #f1f5f9 !important;
}
.vital-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #475569 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.vital-item i {
    color: #94a3b8 !important;
    font-size: 18px !important;
}
.vital-item strong { color: #1e293b !important; margin-left: 5px !important; }

.job-header { 
    background: #fff !important; 
    border-radius: 20px !important; 
    padding: 35px !important; 
    border: 1px solid #edf2f7 !important; 
    box-shadow: 0 5px 20px rgba(0,0,0,0.02) !important; 
    margin-bottom: 25px !important; 
}
.job-header h3 { 
    font-size: 20px !important; 
    font-weight: 800 !important; 
    color: #1e293b !important; 
    margin-bottom: 25px !important;
    padding-bottom: 15px !important;
    border-bottom: 2px solid #f1f5f9 !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}
.job-header h3 i { color: #0357e9 !important; font-size: 20px !important; }

.job-description-content {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #475569 !important;
}
.job-description-content p { margin-bottom: 15px !important; }
.job-description-content ul { padding-left: 20px !important; margin-bottom: 20px !important; }
.job-description-content li { margin-bottom: 10px !important; position: relative; }

.skills-tags .badge {
    background: #f1f5f9 !important;
    color: #475569 !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.3s !important;
}
.skills-tags .badge:hover {
    background: #0357e9 !important;
    color: #fff !important;
    border-color: #0357e9 !important;
}

.apply-card-sticky {
    background: #fff !important;
    padding: 25px !important;
    border-radius: 20px !important;
    border: 1px solid #edf2f7 !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05) !important;
}
.applybox .btn.apply {
    background: #0357e9 !important;
    padding: 18px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 8px 25px rgba(3,87,233,0.3) !important;
}

/* AI Match Score Card */
.ai-match-score-card {
    background: linear-gradient(135deg, var(--primary-color) 0%, #d68100 100%) !important;
    color: #fff !important;
    border: none !important;
}
.ai-match-score-card h5 { color: #fff !important; }
.ai-badge-sm { background: rgba(255,255,255,0.2) !important; color: #fff !important; }
.score-display h1 { color: #fff !important; text-shadow: 0 4px 10px rgba(0,0,0,0.1) !important; }
.match-score-body p { color: rgba(255,255,255,0.8) !important; }

/* Company Info Card */
.companyinfo { 
    background: #fff !important; 
    border-radius: 20px !important; 
    padding: 30px !important; 
}
.companylogo { border-radius: 16px !important; }

/* General Polish */
body { font-family: 'Inter', 'Outfit', sans-serif !important; }
h1, h2, h3, h4, h5, h6 { font-family: 'Outfit', sans-serif !important; }

/* Mobile Responsiveness Fixes */
@media (max-width: 991px) {
    /* Header adjustments */
    #siteheader { padding: 12px 0 !important; min-height: 70px !important; display: flex !important; align-items: center !important; }
    #siteheader .logo img { height: 50px !important; width: auto !important; }
    
    /* Release navbar from column constraints */
    .navbar {
        position: static !important;
    }
    
    /* Reset and position the toggler */
    /* Reset and position the toggler */
    .navbar-toggler {
        position: absolute !important;
        top: 50% !important;
        right: 20px !important;
        transform: translateY(-50%) !important;
        width: 44px !important;
        height: 44px !important;
        border-radius: 12px !important;
        background: #f8fafc !important;
        border: 1px solid #e2e8f0 !important;
        color: #0f172a !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 20px !important;
        z-index: 1010 !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
    }
    .navbar-toggler:hover {
        background: rgba(3, 87, 233, 0.08) !important;
        color: var(--primary-color) !important;
        border-color: rgba(3, 87, 233, 0.2) !important;
        transform: translateY(-50%) scale(1.05) !important;
    }
    .navbar-toggler:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    /* Mobile Menu - Premium Slide-out Drawer */
    #nav-main {
        position: fixed !important;
        top: 0 !important;
        right: -320px !important; /* Hide off-screen to the right */
        width: 320px !important;
        max-width: 85vw !important;
        height: 100vh !important;
        max-height: 100vh !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
        z-index: 10050 !important;
        padding: 30px 24px !important;
        box-shadow: -10px 0 40px rgba(15, 23, 42, 0.12) !important;
        margin: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        transform: none !important;
        transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s ease-in-out !important;
        display: block !important;
        border-radius: 24px 0 0 24px !important;
        border: none !important;
        border-left: 1px solid rgba(226, 232, 240, 0.8) !important;
        visibility: hidden !important;
    }

    #nav-main.show {
        right: 0 !important;
        visibility: visible !important;
    }

    /* Mobile Menu Backdrop */
    .navbar-backdrop {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(15, 23, 42, 0.3) !important;
        backdrop-filter: none !important;
        z-index: 10040 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: opacity 0.3s ease, visibility 0.3s ease !important;
    }
    .navbar-backdrop.show {
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* Close Button in Mobile Drawer */
    .navbar-close-btn {
        width: 38px !important;
        height: 38px !important;
        border-radius: 50% !important;
        background: rgba(241, 245, 249, 0.8) !important;
        border: 1px solid #e2e8f0 !important;
        color: #475569 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        opacity: 1 !important;
        font-size: 16px !important;
    }
    .navbar-close-btn:hover {
        background: #ef4444 !important;
        border-color: #ef4444 !important;
        color: #fff !important;
        transform: rotate(90deg) !important;
    }

    #nav-main .navbar-nav {
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
    }
    #nav-main .nav-item {
        width: 100% !important;
        margin: 0 !important;
    }
    #nav-main .nav-link {
        padding: 14px 18px !important;
        border-bottom: none !important;
        width: 100% !important;
        color: #334155 !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        display: flex !important;
        align-items: center !important;
        border-radius: 12px !important;
        margin-bottom: 8px !important;
        transition: all 0.25s ease !important;
        border-left: 3px solid transparent !important;
    }
    #nav-main .nav-link:hover {
        background: rgba(3, 87, 233, 0.04) !important;
        color: var(--primary-color) !important;
        padding-left: 24px !important;
        border-left-color: var(--primary-color) !important;
    }
    #nav-main .active .nav-link {
        background: var(--primary-soft) !important;
        color: var(--primary-color) !important;
        border-left: 4px solid var(--primary-color) !important;
        border-radius: 12px !important;
        padding-left: 24px !important;
    }
    #nav-main .nav-link i {
        width: 30px !important;
        color: inherit !important;
        font-size: 18px !important;
        opacity: 0.8 !important;
    }
    
    /* Sign in button in mobile drawer */
    #nav-main .nav-item a[data-bs-target="#headlogin"], 
    #nav-main .nav-item a[data-target="#headlogin"] {
        background-color: #22c55e !important; /* Green */
        border-color: #22c55e !important;
        color: #fff !important;
        border-radius: 50px !important;
        font-weight: 700 !important;
        text-align: center !important;
        justify-content: center !important;
        padding: 13px !important;
        margin-top: 20px !important;
        border: none !important;
        box-shadow: 0 4px 12px rgba(34, 197, 94, 0.15) !important;
        transition: all 0.3s ease !important;
    }
    #nav-main .nav-item a[data-bs-target="#headlogin"]:hover, 
    #nav-main .nav-item a[data-target="#headlogin"]:hover {
        background-color: #16a34a !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 16px rgba(34, 197, 94, 0.25) !important;
    }

    /* Register button in mobile drawer */
    #nav-main .nav-item a[data-bs-target="#headregister"], 
    #nav-main .nav-item a[data-target="#headregister"] {
        background-color: #0357e9 !important; /* Blue */
        border-color: #0357e9 !important;
        color: #fff !important;
        border-radius: 50px !important;
        font-weight: 700 !important;
        text-align: center !important;
        justify-content: center !important;
        padding: 13px !important;
        margin-top: 12px !important;
        border: none !important;
        box-shadow: 0 4px 12px rgba(3, 87, 233, 0.15) !important;
        transition: all 0.3s ease !important;
    }
    #nav-main .nav-item a[data-bs-target="#headregister"]:hover, 
    #nav-main .nav-item a[data-target="#headregister"]:hover {
        background-color: #0246bc !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 16px rgba(3, 87, 233, 0.25) !important;
    }
    
    /* Remove cross/close option if requested */
    .close-toggler { display: none !important; }
}

@media (max-width: 767px) {
    .searchwrap { padding: 40px 0 !important; }
    .searchwrap h1 { font-size: 24px !important; margin-bottom: 10px !important; }
    .searchwrap p { font-size: 14px !important; margin-bottom: 25px !important; }
    .searchbar .input-group {
        flex-direction: column;
        border-radius: 15px !important;
        padding: 15px !important;
        gap: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
    }
    .searchbar .form-control {
        width: 100% !important;
        border: none !important;
        font-size: 14px !important;
        height: 45px !important;
        margin-bottom: 5px !important;
    }
    .searchbar .btn {
        width: 100% !important;
        border-radius: 8px !important;
        height: 45px !important;
        font-size: 14px !important;
        margin-top: 5px !important;
    }
    .category-chips { margin-top: 30px !important; gap: 8px !important; }
    .category-chip { padding: 6px 12px !important; font-size: 12px !important; }
    
    /* Registration Toggle Mobile */
    .registration-toggle { flex-direction: column; width: 100%; border-radius: 12px !important; overflow: hidden; }
    .registration-toggle .toggle-btn { width: 100%; border-radius: 0 !important; }

    /* General Mobile Polish */
    .userMaininfo { flex-direction: column; align-items: center; text-align: center; margin-top: -60px; padding: 25px; }
    .userPic img { width: 120px; height: 120px; }
    .userlinkstp { justify-content: center; }
    .userdetailbox { padding: 20px; }
}

@media (max-width: 767px) {
    /* Company Detail Premium Mobile */
    .company-hero { padding-top: 80px !important; }
    .company-logo-wrap { 
        width: 100px !important; 
        height: 100px !important; 
        padding: 15px !important; 
        margin: 0 auto 20px !important;
    }
    .company-basic-info { text-align: center; }
    .company-basic-info h1 { font-size: 28px !important; justify-content: center; }
    .action-buttons { margin-top: 30px !important; }
    .social-stats-card { background: rgba(255,255,255,0.05) !important; border: 1px solid rgba(255,255,255,0.1) !important; }
    .mt-n5 { margin-top: 0 !important; }
    .premium-card { border-radius: 20px !important; padding: 25px !important; }
}

/* Job Detail Page Modernization */
.jobPagetitle { background: #fff; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); margin-bottom: 30px; border: 1px solid #f0f0f0; }
.jobPagetitle h2 { font-weight: 700; color: #1e293b; margin-bottom: 10px; }
.jobinfo .salary { font-size: 18px; color: #007bff; font-weight: 600; margin-top: 15px; }
.job-header { background: #fff; border-radius: 15px; padding: 25px; border: 1px solid #f0f0f0; box-shadow: 0 5px 15px rgba(0,0,0,0.02); margin-bottom: 25px; }
.job-header h3 { font-size: 20px; font-weight: 600; color: #334155; border-bottom: 2px solid #f1f5f9; padding-bottom: 15px; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.job-header h3 i { color: #007bff; }
.jbdetail li { margin-bottom: 20px !important; }
.jbitlist { display: flex; align-items: flex-start; gap: 12px; }
.jbitlist .material-symbols-outlined { background: #f8fafc; padding: 8px; border-radius: 10px; color: #64748b; font-size: 20px; }
.jbitdata strong { display: block; font-size: 12px; text-transform: uppercase; color: #94a3b8; letter-spacing: 0.5px; }
.jbitdata span { font-size: 15px; color: #1e293b; font-weight: 500; }
.companyinfo { background: #fff; padding: 30px; border-radius: 15px; border: 1px solid #f0f0f0; box-shadow: 0 5px 15px rgba(0,0,0,0.02); }
.companyinfo .companylogo { width: 80px; height: 80px; border-radius: 12px; overflow: hidden; border: 1px solid #eee; margin-bottom: 15px; }
.companyinfo .title a { font-size: 20px; font-weight: 700; color: #1e293b; text-decoration: none; }
.companyinfo .opening a { color: #007bff; font-weight: 600; font-size: 14px; text-decoration: none; }
.skillslist li { background: #f1f5f9; color: #475569; padding: 6px 15px; border-radius: 20px; font-size: 13px; font-weight: 500; margin-right: 8px; margin-bottom: 8px; display: inline-block; }
.applybox .btn.apply { background: #007bff; color: #fff; padding: 12px 30px; border-radius: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s; border: none; width: 100%; display: block; text-align: center; }
.applybox .btn.apply:hover { background: #0056b3; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,123,255,0.3); }
.relatedJobs h3 { font-weight: 700; color: #1e293b; margin-bottom: 25px; }
.jobint { background: #fff; padding: 20px; border-radius: 12px; border: 1px solid #f1f5f9; transition: all 0.3s; height: 100%; }
.jobint:hover { border-color: #007bff; box-shadow: 0 10px 25px rgba(0,0,0,0.05); }

/* Inner Top Search Modernization */
.pageSearch { background: #f8fafc; padding: 50px 0; border-bottom: 1px solid #e2e8f0; }
.pageSearch h3 { font-weight: 700; color: #1e293b; font-size: 24px; text-align: center; margin-bottom: 25px; }
.pageSearch .input-group { background: #fff; padding: 8px; border-radius: 50px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); border: 1px solid #e2e8f0; }
.pageSearch .form-control { border: none !important; padding-left: 25px !important; font-size: 15px !important; height: 45px !important; }
.pageSearch .btn { border-radius: 50px !important; padding: 0 25px !important; background: #007bff; color: #fff; height: 45px; }
.pageSearch .btn:hover { background: #0056b3; }

/* Job List & Sidebar Modernization */
.sidebar .widget { background: #fff; border-radius: 12px; padding: 20px; border: 1px solid #f1f5f9; margin-bottom: 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.02); }
.sidebar .widget-title { font-size: 16px; font-weight: 700; color: #1e293b; margin-bottom: 15px; border-bottom: 1px solid #f1f5f9; padding-bottom: 10px; }
.optionlist li { position: relative; padding-left: 30px; margin-bottom: 10px; font-size: 14px; color: #475569; display: flex; align-items: center; justify-content: space-between; }
.optionlist li input[type='checkbox'] { position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 4px; border: 2px solid #cbd5e1; cursor: pointer; accent-color: #007bff; }
.optionlist li span { background: #f8fafc; padding: 2px 8px; border-radius: 20px; font-size: 11px; font-weight: 600; color: #64748b; }
.jobreqbtn .btn { width: 100%; border-radius: 10px; padding: 12px; font-weight: 600; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 0.5px; }
.jobreqbtn .btn-job-alert { background: #f0f9ff; color: #007bff; border: 1px solid #bae6fd; }
.jobreqbtn .btn-job-alert:hover { background: #e0f2fe; }
.jobreqbtn .btn:not(.btn-job-alert) { background: #007bff; color: #fff; box-shadow: 0 4px 15px rgba(0,123,255,0.2); }
.jobreqbtn .btn:not(.btn-job-alert):hover { background: #0056b3; transform: translateY(-2px); }
.featuredlist .jobint { border: 1px solid #f1f5f9; border-radius: 15px; padding: 20px; background: #fff; transition: all 0.3s; position: relative; overflow: hidden; height: 100%; display: flex; flex-direction: column; }
.featuredlist .jobint:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,0.08); border-color: #007bff; }
.featuredlist .jobint .badge { position: absolute; top: 15px; right: 15px; border-radius: 20px; padding: 5px 12px; font-weight: 600; }
.featuredlist .jobint h4 { font-size: 17px; font-weight: 700; color: #1e293b; margin-bottom: 8px; line-height: 1.4; }
.featuredlist .jobint .salary { font-weight: 600; color: #007bff; font-size: 14px; }
.jobcompany { margin-top: auto; padding-top: 15px; border-top: 1px solid #f1f5f9; display: flex; align-items: center; justify-content: space-between; }
.ftjobcomp span { display: block; font-size: 11px; color: #94a3b8; }
.ftjobcomp a { font-size: 13px; font-weight: 600; color: #475569; text-decoration: none; }
.company-logo img { width: 40px; height: 40px; border-radius: 8px; border: 1px solid #eee; }

/* Pagination Modernization */
.pagination { display: flex; gap: 8px; justify-content: flex-end; }
.page-item .page-link { border: 1px solid #e2e8f0; border-radius: 8px !important; color: #64748b; padding: 8px 16px; font-weight: 600; transition: all 0.3s; }
.page-item.active .page-link { background: #007bff; border-color: #007bff; color: #fff; box-shadow: 0 4px 10px rgba(0,123,255,0.2); }
.page-item .page-link:hover { background: #f1f5f9; color: #007bff; }

/* Company Listing Modernization */
.compnysidebarserch { background: #fff; border-radius: 12px; padding: 25px; border: 1px solid #f1f5f9; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.compnysidebarserch h4 { font-size: 18px; font-weight: 700; color: #1e293b; margin-bottom: 20px; border-bottom: 1px solid #f1f5f9; padding-bottom: 15px; }
.compnysidebarserch label { font-size: 13px; font-weight: 600; color: #64748b; margin-bottom: 8px; }
.comfilter .btn { width: 100%; border-radius: 10px; background: #007bff; color: #fff; padding: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 4px 12px rgba(0,123,255,0.2); }
.compnaieslist .empint { border-radius: 15px; border: 1px solid #f1f5f9; background: #fff; transition: all 0.3s; padding: 20px; height: 100%; box-shadow: 0 2px 8px rgba(0,0,0,0.02); }
.compnaieslist .empint:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,0.08); border-color: #007bff; }
.compnaieslist .empint a { text-decoration: none; display: block; height: 100%; }
.compnaieslist .comimg { width: 70px; height: 70px; border-radius: 12px; overflow: hidden; border: 1px solid #eee; margin: 0 auto 15px; background: #fff; display: flex; align-items: center; justify-content: center; }
.compnaieslist .comimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.compnaieslist h4 { font-size: 16px; font-weight: 700; color: #1e293b; text-align: center; margin-bottom: 8px; }
.compnaieslist .indst { font-size: 13px; color: #64748b; text-align: center; margin-bottom: 5px; }
.compnaieslist .emloc { font-size: 12px; color: #94a3b8; text-align: center; margin-bottom: 15px; }
.cm-info-bottom { background: #f8fafc; border-radius: 10px; padding: 8px; text-align: center; transition: all 0.3s; }
.compnaieslist .empint:hover .cm-info-bottom { background: #007bff; }
.cm-info-bottom span { font-size: 13px; font-weight: 600; color: #007bff; }
.compnaieslist .empint:hover .cm-info-bottom span { color: #fff; }

/* Contact Page Modernization */
.contact-wrap { background: #fff; padding: 40px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.05); border: 1px solid #f1f5f9; margin-bottom: 50px; }
.contact-now .contact { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 25px; padding: 20px; background: #f8fafc; border-radius: 12px; transition: all 0.3s; border: 1px solid transparent; }
.contact-now .contact:hover { background: #fff; border-color: #007bff; box-shadow: 0 5px 15px rgba(0,123,255,0.1); transform: translateX(5px); }
.contact-now .contact span { background: #007bff; color: #fff; width: 45px; height: 45px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.contact-now .information strong { display: block; font-size: 13px; text-transform: uppercase; color: #94a3b8; letter-spacing: 1px; margin-bottom: 5px; }
.contact-now .information p { margin: 0; font-size: 15px; color: #1e293b; font-weight: 500; line-height: 1.5; }
.contact-now .information a { color: #1e293b; text-decoration: none; }
.contact-now .information a:hover { color: #007bff; }
.contact-form .titleTop h3 { font-size: 28px; font-weight: 700; color: #1e293b; margin-bottom: 30px; }
.contact-form .form-control { background: #f8fafc !important; border: 1px solid #e2e8f0 !important; border-radius: 10px !important; padding: 12px 20px !important; font-size: 14px !important; color: #1e293b !important; }
.contact-form .form-control:focus { background: #fff !important; border-color: #007bff !important; box-shadow: 0 0 0 3px rgba(0,123,255,0.1) !important; }
.contact-form textarea.form-control { min-height: 150px !important; }
.contact-form button#submit { background: #007bff; color: #fff; border: none; padding: 12px 35px; border-radius: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s; box-shadow: 0 4px 15px rgba(0,123,255,0.2); width: auto; }
.contact-form button#submit:hover { background: #0056b3; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,123,255,0.3); }
.googlemap iframe { border-radius: 20px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }

/* Thanks Page Styling */
.contact-wrap .title h2 { font-size: 32px; font-weight: 700; color: #007bff; margin-bottom: 20px; }
.contact-wrap .title p { font-size: 16px; color: #475569; line-height: 1.8; max-width: 700px; margin: 0 auto; }

/* Modal/Popup Modernization - Premium Overhaul */
.mypremodal .modal-content { 
    border-radius: 28px; 
    border: 1px solid rgba(255, 255, 255, 0.2); 
    box-shadow: 0 40px 100px -20px rgba(0, 0, 0, 0.3); 
    overflow: hidden; 
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
}

.modal-backdrop.show {
    opacity: 0.7;
    backdrop-filter: blur(8px);
    background-color: #0f172a;
}

.mypremodal .btn-close { 
    position: absolute; 
    right: 25px; 
    top: 25px; 
    z-index: 10; 
    background-color: #f1f5f9; 
    border-radius: 50%; 
    padding: 12px; 
    font-size: 10px; 
    transition: all 0.3s;
    border: 1px solid #e2e8f0;
}

.mypremodal .btn-close:hover {
    background-color: #e2e8f0;
    transform: rotate(90deg);
}

.preuserinfo { 
    padding: 50px 40px; 
    text-align: center; 
}

.preuserinfo h3 { 
    font-size: 32px; 
    font-weight: 800; 
    color: #0f172a; 
    margin-bottom: 12px; 
    letter-spacing: -1px;
}

.preuserinfo p { 
    color: #64748b; 
    font-size: 16px; 
    margin-bottom: 40px; 
}

.role-selection {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.role-card { 
    flex: 1; 
    min-width: 200px;
    padding: 40px 25px; 
    border-radius: 24px; 
    border: 2px solid #f1f5f9; 
    background: #fff; 
    text-decoration: none !important; 
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    gap: 15px; 
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); 
    position: relative;
    overflow: hidden;
}

.role-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(3, 87, 233, 0.05) 0%, rgba(3, 87, 233, 0) 100%);
    opacity: 0;
    transition: all 0.5s;
}

.role-card:hover { 
    border-color: #0357e9; 
    background: #fff; 
    transform: translateY(-12px); 
    box-shadow: 0 25px 50px -12px rgba(3, 87, 233, 0.15); 
}

.role-card:hover::before {
    opacity: 1;
}

.icon-wrap { 
    width: 80px; 
    height: 80px; 
    background: #f0f7ff; 
    border-radius: 24px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-bottom: 15px; 
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); 
    z-index: 1;
}

.role-card:hover .icon-wrap { 
    background: #0357e9; 
    transform: scale(1.1) rotate(5deg); 
    box-shadow: 0 10px 20px rgba(3, 87, 233, 0.2);
}

.role-card i { 
    font-size: 36px; 
    color: #0357e9; 
    transition: all 0.3s; 
}

.role-card:hover i { 
    color: #fff; 
}

.role-card span { 
    font-weight: 800; 
    color: #0f172a; 
    font-size: 20px; 
    letter-spacing: -0.5px; 
    z-index: 1;
}

.role-card p { 
    font-size: 14px; 
    color: #64748b; 
    margin: 0; 
    font-weight: 500; 
    z-index: 1;
}


/* Auth Pages Modernization */
.authpages { background: #f8fafc; padding: 100px 0; min-height: 80vh; display: flex; align-items: center; }
.useraccountwrap { background: #fff; border-radius: 24px; padding: 50px 40px; box-shadow: 0 20px 60px rgba(0,0,0,0.05); border: 1px solid #f1f5f9; }
.useraccountwrap h5 { font-size: 26px; font-weight: 800; color: #1e293b; margin-bottom: 35px; letter-spacing: -0.5px; }
.useraccountwrap .form-control { background: #f8fafc !important; border: 1px solid #e2e8f0 !important; border-radius: 12px !important; padding: 15px 20px !important; font-size: 15px !important; height: auto !important; margin-bottom: 20px; transition: all 0.3s; }
.useraccountwrap .form-control:focus { border-color: #007bff !important; background: #fff !important; box-shadow: 0 0 0 4px rgba(0,123,255,0.1) !important; }
.useraccountwrap .btn { width: 100%; padding: 15px; border-radius: 12px; background: #007bff; color: #fff; font-weight: 700; font-size: 16px; text-transform: uppercase; letter-spacing: 1px; border: none; margin-top: 10px; box-shadow: 0 10px 20px rgba(0,123,255,0.2); transition: all 0.3s; }
.useraccountwrap .btn:hover { background: #0056b3; transform: translateY(-2px); box-shadow: 0 15px 30px rgba(0,123,255,0.3); }
.newuser { margin-top: 30px; text-align: center; color: #64748b; font-size: 14px; }
.newuser a { color: #007bff; font-weight: 700; text-decoration: none; margin-left: 5px; }
.newuser a:hover { text-decoration: underline; }

/* User Dashboard Modernization */
.usernavwrap {
    background: #ffffff !important;
    border-radius: 20px !important;
    border: 1px solid #f1f5f9 !important;
    padding: 20px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03) !important;
}

.usernavdash {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.usernavdash li {
    margin-bottom: 8px !important;
}

.usernavdash li a {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 12px 18px !important;
    border-radius: 14px !important;
    color: #475569 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid transparent !important;
}

.usernavdash li a i {
    font-size: 18px !important;
    width: 24px !important;
    text-align: center !important;
    color: #94a3b8 !important;
    transition: all 0.3s !important;
}

.usernavdash li a:hover {
    background: #f8fafc !important;
    color: #007bff !important;
    border-color: #e2e8f0 !important;
    transform: translateX(5px) !important;
}

.usernavdash li a:hover i {
    color: #007bff !important;
    transform: scale(1.1) !important;
}

.usernavdash li.active a {
    background: #007bff !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(0,123,255,0.2) !important;
    border-color: #007bff !important;
}

.usernavdash li.active a i {
    color: #fff !important;
}

.switchbox {
    background: #f1f5f9 !important;
    border-radius: 16px !important;
    padding: 18px !important;
    margin-bottom: 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border: 1px solid #e2e8f0 !important;
}

.switchbox .txtlbl {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #1e293b !important;
}
.featuredprofile { background: linear-gradient(135deg, #1e293b 0%, #334155 100%); color: #fff; border-radius: 16px; padding: 25px; margin-bottom: 25px; position: relative; overflow: hidden; }
.featuredprofile::before { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: rgba(255,255,255,0.05); border-radius: 50%; }
.featuredprofile h5 { font-size: 18px; font-weight: 800; margin-bottom: 15px; color: #fbbf24; }
.featprice { font-size: 24px; font-weight: 800; margin-bottom: 15px; }
.featprice span { font-size: 12px; font-weight: 400; color: #cbd5e1; margin-left: 5px; }
.pckfeatlist { list-style: none; padding: 0; margin: 0 0 20px 0; }
.pckfeatlist li { font-size: 13px; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; color: #e2e8f0; }
.pckfeatlist li i { color: #fbbf24; font-size: 12px; }
.featuredprofile .order a { display: block; width: 100%; padding: 12px; border-radius: 10px; background: #fbbf24; color: #1e293b; font-weight: 700; text-align: center; text-decoration: none; text-transform: uppercase; font-size: 13px; letter-spacing: 0.5px; transition: all 0.3s; margin-top: 10px; }
.featuredprofile .order a:hover { background: #fbbf24; opacity: 0.9; transform: scale(1.02); }

/* Profile Form Modernization */
.userccount { background: #fff; border-radius: 16px; border: 1px solid #f1f5f9; padding: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); margin-bottom: 30px; }
.userccount h5 { font-size: 18px; font-weight: 800; color: #1e293b; margin-bottom: 25px; display: flex; align-items: center; gap: 10px; }
.userccount h5::before { content: ''; width: 4px; height: 18px; background: #007bff; border-radius: 10px; }
.formrow label { font-weight: 700; color: #475569; font-size: 13px; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
.userimgupbox { background: #f8fafc; border-radius: 12px; padding: 20px; border: 1px solid #e2e8f0; text-align: center; margin-bottom: 25px; transition: all 0.3s; }
.userimgupbox:hover { border-color: #007bff; background: #fff; }
.userimgupbox img { border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); margin-bottom: 15px; border: 3px solid #fff; }
.userimgupbox .btn-default { background: #fff; border: 1px solid #e2e8f0; padding: 8px 15px; border-radius: 8px; font-weight: 700; color: #1e293b; font-size: 12px; cursor: pointer; transition: all 0.3s; }
.userimgupbox .btn-default:hover { background: #1e293b; color: #fff; border-color: #1e293b; }
.userccount .btn { padding: 15px 30px; border-radius: 12px; background: #007bff; color: #fff; font-weight: 700; font-size: 15px; border: none; box-shadow: 0 10px 20px rgba(0,123,255,0.2); transition: all 0.3s; }
.userccount .btn:hover { background: #0056b3; transform: translateY(-2px); box-shadow: 0 15px 30px rgba(0,123,255,0.3); }

/* Candidate Dashboard Modernization */
.profilestat { list-style: none; padding: 0; margin-bottom: 30px; }
.profilestat .inbox { background: #fff; border-radius: 16px; padding: 25px 20px; display: flex; align-items: center; gap: 15px; border: 1px solid #f1f5f9; transition: all 0.3s; text-decoration: none; box-shadow: 0 4px 15px rgba(0,0,0,0.02); height: 100%; }
.profilestat .inbox:hover { transform: translateY(-5px); border-color: #007bff; box-shadow: 0 10px 25px rgba(0,0,0,0.05); }
.profilestat .inbox i { width: 50px; height: 50px; background: #f0f7ff; color: #007bff; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.profilestat .inbox h6 { margin: 0; font-size: 20px; font-weight: 800; color: #1e293b; line-height: 1; }
.profilestat .inbox h6 strong { display: block; font-size: 12px; font-weight: 600; color: #94a3b8; text-transform: uppercase; margin-top: 5px; }
.usercoverphoto { position: relative; height: 250px; border-radius: 20px; overflow: hidden; margin-bottom: 80px; }
.usercoverphoto img { width: 100%; height: 100%; object-fit: cover; }
.usercoverphoto a { position: absolute; right: 20px; bottom: 20px; background: rgba(255,255,255,0.9); width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #1e293b; transition: all 0.3s; }
.usercoverphoto a:hover { background: #fff; transform: scale(1.1); }
.profileban { margin-top: -120px; position: relative; z-index: 5; padding: 0 30px; }
.abtuser { background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); border-radius: 20px; padding: 30px; box-shadow: 0 15px 40px rgba(0,0,0,0.08); border: 1px solid rgba(255,255,255,0.5); }
.uavatar img { width: 120px; height: 120px; border-radius: 20px; border: 5px solid #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.abtuser h4 { font-size: 24px; font-weight: 800; color: #1e293b; margin-bottom: 10px; }
.userdata { list-style: none; padding: 0; display: flex; gap: 20px; flex-wrap: wrap; }
.userdata li { font-size: 14px; color: #64748b; display: flex; align-items: center; gap: 8px; font-weight: 500; }
.userdata li i { color: #007bff; }
.appliedjobswrap, .profbox { background: #fff; border-radius: 20px; padding: 30px; border: 1px solid #f1f5f9; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); position: relative; }
.appliedjobswrap h3, .profbox h3 { font-size: 18px; font-weight: 800; color: #1e293b; margin-bottom: 25px; display: flex; align-items: center; justify-content: space-between; padding-left: 15px; }
.appliedjobswrap h3::before, .profbox h3::before { content: ''; width: 4px; height: 18px; background: #007bff; border-radius: 10px; position: absolute; left: 30px; }

/* Premium Featured Profile Sidebar Card */
.featuredprofile {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
    color: #fff !important;
    border-radius: 20px !important;
    padding: 25px !important;
    margin-bottom: 25px !important;
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,0.05) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2) !important;
}

.featuredprofile::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(251,191,36,0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.featuredprofile h5 {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #fbbf24 !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.featuredprofile .featprice {
    font-size: 32px !important;
    font-weight: 900 !important;
    color: #fff !important;
    margin-bottom: 5px !important;
    letter-spacing: -1px !important;
}

.featuredprofile .featprice span {
    font-size: 14px !important;
    color: rgba(255,255,255,0.6) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

.pckfeatlist {
    list-style: none !important;
    padding: 0 !important;
    margin: 15px 0 !important;
}

.pckfeatlist li {
    font-size: 13px !important;
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: rgba(255,255,255,0.8) !important;
}

.pckfeatlist li i {
    color: #fbbf24 !important;
    font-size: 14px !important;
}

.featuredprofile .order a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 14px !important;
    border-radius: 12px !important;
    background: #fbbf24 !important;
    color: #1e293b !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(251,191,36,0.2) !important;
}

.featuredprofile .order a:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(251,191,36,0.4) !important;
    background: #fcd34d !important;
}

.featuredprofile .order a.stripe-btn {
    background: #6366f1 !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(99,102,241,0.2) !important;
}

.featuredprofile .order a.stripe-btn:hover {
    background: #818cf8 !important;
    box-shadow: 0 8px 25px rgba(99,102,241,0.4) !important;
}

/* Recommended Jobs Grid */
.featuredlist { display: flex !important; flex-wrap: wrap !important; list-style: none !important; padding: 0 !important; margin: 0 -15px !important; }
.featuredlist li { padding: 0 15px !important; margin-bottom: 30px !important; }
.featuredlist .jobint { background: #fff !important; border-radius: 16px !important; padding: 20px !important; border: 1px solid #f1f5f9 !important; transition: all 0.3s !important; height: 100% !important; display: flex !important; flex-direction: column !important; position: relative !important; box-shadow: 0 2px 8px rgba(0,0,0,0.02) !important; }
.featuredlist .jobint:hover { transform: translateY(-5px) !important; border-color: #007bff !important; box-shadow: 0 12px 30px rgba(0,0,0,0.08) !important; }
.featuredlist .jobint h4 { font-size: 16px !important; font-weight: 700 !important; color: #1e293b !important; margin: 15px 0 10px !important; }
.featuredlist .jobint h4 a { color: inherit !important; text-decoration: none !important; }
.featuredlist .jobint .salary { font-size: 13px !important; color: #007bff !important; font-weight: 600 !important; }
.promotepof-badge { position: absolute !important; top: 15px !important; right: 15px !important; background: #fbbf24 !important; color: #fff !important; width: 24px !important; height: 24px !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; font-size: 12px !important; }

/* Public Profile Modernization */
.usercoverimg { height: 350px; border-radius: 0 0 30px 30px; overflow: hidden; position: relative; }
.usercoverimg img { width: 100%; height: 100%; object-fit: cover; }
.userMaininfo { margin-top: -100px; position: relative; z-index: 10; background: rgba(255,255,255,0.95); backdrop-filter: blur(15px); border-radius: 24px; padding: 40px; box-shadow: 0 20px 50px rgba(0,0,0,0.1); border: 1px solid rgba(255,255,255,0.5); display: flex; gap: 30px; align-items: flex-end; margin-bottom: 40px; }
.userPic img { width: 150px; height: 150px; border-radius: 24px; border: 6px solid #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.userMaininfo .title h3 { font-size: 28px; font-weight: 800; color: #1e293b; margin-bottom: 8px; }
.userMaininfo .title h3 span { font-size: 16px; color: #64748b; font-weight: 500; }
.userMaininfo .desi { font-size: 15px; color: #64748b; display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.userMaininfo .membersinc { font-size: 13px; color: #94a3b8; margin-top: 5px; }
.userlinkstp { display: flex; gap: 15px; margin-bottom: 40px; flex-wrap: wrap; }
.userlinkstp .btn { border-radius: 12px; padding: 12px 25px; font-weight: 700; display: flex; align-items: center; gap: 10px; transition: all 0.3s; border: none; }
.userlinkstp .btn i { font-size: 18px; }
.userlinkstp .btn:not(.btn-warning):not(.btn-danger) { background: #007bff; color: #fff; }
.userlinkstp .btn:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,123,255,0.3); }
.userdetailbox { background: #fff; border-radius: 24px; padding: 35px; border: 1px solid #f1f5f9; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.userdetailbox h3 { font-size: 20px; font-weight: 800; color: #1e293b; margin-bottom: 25px; border-left: 4px solid #007bff; padding-left: 15px; }
.profileskills { list-style: none; padding: 0; display: flex; gap: 12px; flex-wrap: wrap; }
.profileskills li { background: #f8fafc; border: 1px solid #e2e8f0; padding: 10px 20px; border-radius: 12px; font-weight: 600; color: #1e293b; transition: all 0.3s; cursor: default; }
.profileskills li:hover { background: #007bff; color: #fff; border-color: #007bff; transform: translateY(-2px); }

/* Dashboard Stats Modernization */
.profilestat { list-style: none; padding: 0; margin: 0 -10px 30px !important; }
.profilestat .inbox { 
    background: #fff !important; 
    border-radius: 20px !important; 
    padding: 20px !important; 
    display: flex !important; 
    align-items: center !important; 
    gap: 15px !important; 
    border: 1px solid #f1f5f9 !important; 
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important; 
    text-decoration: none !important; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.02) !important; 
    height: 100% !important; 
}
.profilestat .inbox:hover { 
    transform: translateY(-8px) !important; 
    border-color: #007bff !important; 
    box-shadow: 0 20px 40px rgba(0,123,255,0.1) !important; 
}
.profilestat .inbox i { 
    width: 50px !important; 
    height: 50px !important; 
    background: #f0f7ff !important; 
    color: #007bff !important; 
    border-radius: 15px !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    font-size: 20px !important; 
    flex-shrink: 0 !important; 
    transition: all 0.3s !important;
}
.profilestat .inbox:hover i {
    background: #007bff !important;
    color: #fff !important;
    transform: rotate(10deg) !important;
}
.profilestat .inbox h6 { 
    margin: 0 !important; 
    font-size: 22px !important; 
    font-weight: 800 !important; 
    color: #1e293b !important; 
    line-height: 1 !important; 
}
.profilestat .inbox h6 strong { 
    display: block !important; 
    font-size: 11px !important; 
    font-weight: 700 !important; 
    color: #94a3b8 !important; 
    text-transform: uppercase !important; 
    margin-top: 6px !important; 
    letter-spacing: 0.5px !important;
}

/* AI Profile Card Premium */
.ai-profile-strength-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%) !important;
    border-radius: 24px !important;
    padding: 30px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03) !important;
}
.ai-tips-box {
    background: rgba(0, 123, 255, 0.03) !important;
    border-radius: 20px !important;
    padding: 20px !important;
    border: 1px dashed #007bff !important;
}

/* Applied Jobs Table Modernization */
.appliedjobswrap {
    background: #fff !important;
    border-radius: 24px !important;
    padding: 30px !important;
    border: 1px solid #f1f5f9 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02) !important;
}
.appliedjobswrap .table thead th {
    background: #f8fafc !important;
    border: none !important;
    color: #475569 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 15px 20px !important;
}
.appliedjobswrap .table tbody td {
    padding: 20px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #f1f5f9 !important;
}
.appliedjobswrap .table tbody tr:last-child td {
    border-bottom: none !important;
}
.appliedjobswrap .table tbody tr:hover {
    background: #fcfdfe !important;
}

/* Recommended Jobs Grid Premium */
.jobint {
    background: #fff !important;
    border-radius: 20px !important;
    padding: 25px !important;
    border: 1px solid #f1f5f9 !important;
    transition: all 0.3s !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02) !important;
}
.jobint:hover {
    transform: translateY(-8px) !important;
    border-color: #007bff !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08) !important;
}
.jobint h4 { font-size: 17px !important; font-weight: 800 !important; color: #1e293b !important; margin: 15px 0 10px !important; }
.jobint .salary { background: #f0f7ff !important; color: #007bff !important; padding: 6px 12px !important; border-radius: 8px !important; display: inline-block !important; font-size: 13px !important; font-weight: 700 !important; }

/* Followings List Premium */
.empint {
    background: #fff !important;
    border-radius: 20px !important;
    padding: 25px !important;
    border: 1px solid #f1f5f9 !important;
    transition: all 0.3s !important;
}
.empint:hover {
    transform: translateY(-5px) !important;
    border-color: #007bff !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05) !important;
}
.comimg img { border-radius: 12px !important; box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important; }

/* Soft Badges */
.bg-info-soft { background-color: rgba(0, 123, 255, 0.1) !important; }
.bg-success-soft { background-color: rgba(16, 185, 129, 0.1) !important; }
.bg-danger-soft { background-color: rgba(239, 68, 68, 0.1) !important; }
.bg-warning-soft { background-color: rgba(245, 158, 11, 0.1) !important; }

/* Table Elements */
.comp-logo-small img { width: 35px; height: 35px; border-radius: 8px; object-fit: cover; }
.modern-table thead th { border-top: none !important; border-bottom: 2px solid #f1f5f9 !important; }
.job-title-cell h5 a:hover { color: #007bff !important; }

/* Profile Tabs Premium */
.modern-pills { background: #fff !important; border: 1px solid #f1f5f9 !important; }
.modern-pills .nav-link { 
    color: #64748b !important; 
    padding: 12px 25px !important; 
    transition: all 0.3s !important; 
    border: 1px solid transparent !important;
}
.modern-pills .nav-link:hover { background: #f8fafc !important; color: #1e293b !important; }
.modern-pills .nav-link.active { 
    background: #007bff !important; 
    color: #fff !important; 
    box-shadow: 0 10px 20px rgba(0,123,255,0.2) !important; 
}
.modern-tab-content { animation: fadeIn 0.4s ease-in-out; }
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Profile Form Modernization */
.profile-card {
    background: #fff !important;
    border-radius: 24px !important;
    padding: 30px !important;
    border: 1px solid #f1f5f9 !important;
    margin-bottom: 25px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02) !important;
}
.profile-card h5 {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    margin-bottom: 25px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}
.profile-card h5 i { color: #007bff !important; }

/* Profile Image Upload UI */
.profile-img-wrap { position: relative; width: 150px; height: 150px; margin: 0 auto; }
.profile-img-wrap img { width: 150px !important; height: 150px !important; border-radius: 24px !important; border: 4px solid #fff !important; box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important; object-fit: cover !important; }
.img-edit-btn { position: absolute; bottom: -5px; right: -5px; width: 40px; height: 40px; background: #007bff; color: #fff; border-radius: 12px; display: flex; align-items: center; justify-content: center; cursor: pointer; border: 3px solid #fff; transition: all 0.3s; }
.img-edit-btn:hover { background: #1e293b; transform: scale(1.1); }

/* Public Profile Sidebar & Detail Cards */
.job-header { background: #fff !important; border-radius: 24px !important; padding: 30px !important; border: 1px solid #f1f5f9 !important; margin-bottom: 25px !important; box-shadow: 0 4px 15px rgba(0,0,0,0.02) !important; }
.job-header h3 { font-size: 18px !important; font-weight: 800 !important; color: #1e293b !important; margin-bottom: 25px !important; border-left: 4px solid #007bff !important; padding-left: 15px !important; }

.jbdetail { list-style: none !important; padding: 0 !important; }
.jbdetail li { margin-bottom: 20px !important; padding-bottom: 15px !important; border-bottom: 1px solid #f8fafc !important; }
.jbdetail li:last-child { border-bottom: none !important; margin-bottom: 0 !important; padding-bottom: 0 !important; }
.jbitlist { display: flex !important; align-items: center !important; gap: 15px !important; }
.jbitlist span.material-symbols-outlined { font-size: 24px !important; color: #007bff !important; background: #f0f7ff !important; width: 45px !important; height: 45px !important; border-radius: 12px !important; display: flex !important; align-items: center !important; justify-content: center !important; }
.jbitdata strong { display: block !important; font-size: 11px !important; color: #94a3b8 !important; text-transform: uppercase !important; letter-spacing: 0.5px !important; }
.jbitdata span { font-size: 14px !important; font-weight: 700 !important; color: #1e293b !important; }

.candidateinfo .loctext { margin-bottom: 12px !important; display: flex !important; align-items: center !important; gap: 12px !important; font-size: 14px !important; color: #475569 !important; }
.candidateinfo .loctext i { color: #007bff !important; width: 20px !important; text-align: center !important; }
.candidateinfo .loctext a { color: inherit !important; text-decoration: none !important; transition: color 0.3s !important; }
.candidateinfo .loctext a:hover { color: #007bff !important; }

/* Download CV Button Modern */
.userlinkstp .btn-outline-primary { border-radius: 14px !important; padding: 12px 25px !important; font-weight: 800 !important; border-width: 2px !important; transition: all 0.3s !important; }
.userlinkstp .btn-outline-primary:hover { background: #007bff !important; color: #fff !important; transform: translateY(-3px) !important; box-shadow: 0 10px 20px rgba(0,123,255,0.2) !important; }

/* Employer Dashboard Modernization */
.talent-search-widget {
    background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%) !important;
    border-radius: 24px !important;
    padding: 35px !important;
    border: 1px solid #e2e8f0 !important;
    position: relative;
    overflow: hidden;
}
.talent-search-widget::after { content: '\f0c0'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; right: -20px; bottom: -20px; font-size: 120px; color: rgba(0, 123, 255, 0.03); transform: rotate(-15deg); pointer-events: none; }

/* Pricing Cards Premium */
.boxes {
    background: #fff !important;
    border-radius: 24px !important;
    padding: 40px 30px !important;
    border: 1px solid #f1f5f9 !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-align: center !important;
    position: relative !important;
    height: 100% !important;
    list-style: none !important;
}
.boxes:hover {
    transform: translateY(-12px) !important;
    border-color: #007bff !important;
    box-shadow: 0 25px 50px rgba(0,0,0,0.08) !important;
}
.plan-name { 
    font-size: 14px !important; 
    font-weight: 800 !important; 
    color: #007bff !important; 
    text-transform: uppercase !important; 
    letter-spacing: 1.5px !important; 
    margin-bottom: 20px !important; 
}
.main-plan { margin-bottom: 30px !important; }
.plan-price1-1 { font-size: 20px !important; font-weight: 600 !important; color: #1e293b !important; display: inline-block !important; }
.plan-price1-2 { font-size: 48px !important; font-weight: 900 !important; color: #1e293b !important; display: inline-block !important; letter-spacing: -2px !important; }

.plan-pages { 
    font-size: 14px !important; 
    color: #64748b !important; 
    margin-bottom: 12px !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    gap: 10px !important; 
}
.plan-pages i { color: #10b981 !important; }

.order.paypal .reqbtn {
    background: #1e293b !important;
    color: #fff !important;
    border-radius: 14px !important;
    padding: 15px 30px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    display: block !important;
    margin-top: 30px !important;
    transition: all 0.3s !important;
}
.order.paypal .reqbtn:hover { background: #007bff !important; transform: scale(1.05) !important; box-shadow: 0 10px 20px rgba(0,123,255,0.2) !important; }

/* Dashboard Header & Search */
.pageSearch { background: #f8fafc; position: relative; overflow: hidden; }
.pageSearch::before { content: ''; position: absolute; top: -100px; left: -100px; width: 300px; height: 300px; background: rgba(0, 123, 255, 0.05); border-radius: 50%; }
.search-hero h2 { letter-spacing: -1px; }
.modern-search-form .input-group-text { font-size: 18px; }
.modern-search-form .btn-primary { padding: 12px 40px; font-size: 15px; }

/* Cover & Profile Banner */
.usercoverphoto { border-radius: 24px; overflow: hidden; height: 280px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.cover-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, transparent 100%); }
.edit-cover-btn { position: absolute; right: 30px; bottom: 30px; background: rgba(255,255,255,0.9); backdrop-filter: blur(10px); padding: 10px 20px; border-radius: 12px; color: #1e293b; font-weight: 700; font-size: 13px; text-decoration: none; transition: all 0.3s; }
.edit-cover-btn:hover { background: #fff; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }

.profileban { margin-top: -100px; position: relative; z-index: 10; padding: 0 30px; }
.glass-morphism { background: rgba(255,255,255,0.9) !important; backdrop-filter: blur(15px) !important; border: 1px solid rgba(255,255,255,0.5) !important; }
.uavatar img { width: 140px; height: 140px; border-radius: 24px; border: 6px solid #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.online-status { position: absolute; bottom: 10px; right: 10px; width: 18px; height: 18px; background: #10b981; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.2); }

/* Utility Classes */
.fw-black { font-weight: 900; }
.online-status { animation: pulse-green 2s infinite; }
@keyframes pulse-green {
	0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
	70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(16, 185, 129, 0); }
	100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}
.profileskills li span { display: block; font-size: 11px; color: #64748b; font-weight: 500; margin-top: 2px; }
.profileskills li:hover span { color: rgba(255,255,255,0.8); }
.experienceList { list-style: none; padding: 0; position: relative; }
.experienceList::before { content: ''; position: absolute; left: 7px; top: 10px; bottom: 10px; width: 2px; background: #e2e8f0; }
.experienceList li { padding-left: 35px; position: relative; margin-bottom: 40px; }
.experienceList li:last-child { margin-bottom: 0; }
.exdot { position: absolute; left: 0; top: 8px; width: 16px; height: 16px; background: #fff; border: 3px solid #007bff; border-radius: 50%; z-index: 2; }
.expbox h4 { font-size: 18px; font-weight: 800; color: #1e293b; margin-bottom: 8px; }
.excity, .expcomp { font-size: 14px; color: #64748b; margin-bottom: 5px; display: flex; align-items: center; gap: 8px; font-weight: 500; }
.excity i, .expcomp i { color: #007bff; width: 16px; text-align: center; }
.expbox p { margin-top: 15px; color: #475569; line-height: 1.7; }
.job-header { background: #fff; border-radius: 24px; padding: 30px; border: 1px solid #f1f5f9; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.jobdetail h3 { font-size: 18px; font-weight: 800; color: #1e293b; margin-bottom: 25px; }
.candidateinfo .loctext { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; font-size: 14px; color: #475569; font-weight: 500; }
.candidateinfo .loctext i { width: 35px; height: 35px; background: #f0f7ff; color: #007bff; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.candidateinfo .loctext a { color: inherit; text-decoration: none; }
.jbdetail { list-style: none; padding: 0; margin: 0; }
.jbdetail li { margin-bottom: 15px !important; }
.jbdetail .jbitlist { display: flex !important; align-items: center !important; gap: 12px !important; padding: 15px !important; background: #f8fafc !important; border-radius: 16px !important; transition: all 0.3s !important; border: 1px solid transparent !important; }
.jbdetail .jbitlist:hover { background: #fff !important; border-color: #e2e8f0 !important; box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important; }
.jbdetail .jbitlist .material-symbols-outlined { font-size: 24px !important; color: #007bff !important; background: #fff !important; width: 45px !important; height: 45px !important; border-radius: 12px !important; display: flex !important; align-items: center !important; justify-content: center !important; box-shadow: 0 4px 10px rgba(0,0,0,0.03) !important; flex-shrink: 0 !important; }

/* Portfolio Grid Modernization */
.userPortfolio { list-style: none !important; padding: 0 !important; margin: 0 -10px !important; }
.userPortfolio li { margin-bottom: 20px !important; }
.userPortfolio .imgbox { border-radius: 16px !important; overflow: hidden !important; position: relative !important; box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important; aspect-ratio: 1 !important; background: #f8fafc !important; }
.userPortfolio .imgbox img { width: 100% !important; height: 100% !important; object-fit: cover !important; transition: transform 0.5s !important; }
.userPortfolio .imgbox:hover img { transform: scale(1.1) !important; }
.userPortfolio .itemHover { position: absolute !important; inset: 0 !important; background: rgba(0,123,255,0.9) !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; opacity: 0 !important; transition: all 0.3s !important; padding: 20px !important; text-align: center !important; color: #fff !important; }
.userPortfolio .imgbox:hover .itemHover { opacity: 1 !important; }
.userPortfolio .zoombox a { width: 45px !important; height: 45px !important; background: #fff !important; color: #007bff !important; border-radius: 50% !important; display: flex !items: center !justify-content: center !important; font-size: 18px !important; margin-bottom: 15px !important; transition: all 0.3s !important; text-decoration: none !important; }
.userPortfolio .zoombox a:hover { transform: scale(1.1) !important; background: #f0f7ff !important; }
.userPortfolio .itemtitle h5 { font-size: 16px !important; font-weight: 700 !important; margin-bottom: 5px !important; color: #fff !important; }
.userPortfolio .itemtitle p { font-size: 12px !important; opacity: 0.8 !important; margin: 0 !important; line-height: 1.4 !important; }

/* Category Cards Modernization */
.catecard { background: #fff !important; border-radius: 20px !important; padding: 25px !important; border: 1px solid #f1f5f9 !important; transition: all 0.3s !important; display: block !important; text-decoration: none !important; text-align: center !important; }
.catecard:hover { border-color: #0357e9 !important; transform: translateY(-8px) !important; box-shadow: 0 15px 35px rgba(0,0,0,0.05) !important; }
.iconcircle { width: 60px !important; height: 60px !important; background: #f0f7ff !important; border-radius: 15px !important; display: flex !important; align-items: center !important; justify-content: center !important; margin: 0 auto 20px !important; }
.iconcircle img { width: 30px !important; height: 30px !important; object-fit: contain !important; }
.catedata h3 { font-size: 16px !important; font-weight: 700 !important; color: #1e293b !important; margin-bottom: 10px !important; }
.catedata .badge { background: #f8fafc !important; color: #64748b !important; padding: 6px 12px !important; border-radius: 10px !important; font-size: 12px !important; font-weight: 600 !important; border: 1px solid #e2e8f0 !important; }
.categorylisting-controls button { width: 40px !important; height: 40px !important; border-radius: 50% !important; background: #fff !important; border: 1px solid #e2e8f0 !important; color: #1e293b !important; display: flex !important; align-items: center !important; justify-content: center !important; transition: all 0.3s !important; cursor: pointer !important; }
.categorylisting-controls button:hover { background: #0357e9 !important; color: #fff !important; border-color: #0357e9 !important; }

/* Employer Dashboard Modernization */
.four-plan h3 { font-size: 20px; font-weight: 800; color: #1e293b; margin-bottom: 25px; border-left: 4px solid var(--primary-color); padding-left: 15px; }
.boxes { background: #fff !important; border-radius: 24px !important; padding: 35px !important; border: 1px solid #f1f5f9 !important; transition: all 0.3s !important; height: 100% !important; list-style: none !important; margin: 0 !important; display: flex !important; flex-direction: column !important; position: relative !important; overflow: hidden !important; }
.boxes:hover { transform: translateY(-10px) !important; box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important; border-color: var(--primary-color) !important; }
.plan-name { font-size: 24px !important; font-weight: 800 !important; color: #1e293b !important; margin-bottom: 15px !important; text-align: center !important; }
.main-plan { text-align: center !important; margin-bottom: 25px !important; border-bottom: 1px solid #f1f5f9 !important; padding-bottom: 25px !important; }
.plan-price1-1 { font-size: 20px !important; font-weight: 600 !important; color: #94a3b8 !important; display: inline-block !important; vertical-align: top !important; margin-top: 5px !important; }
.plan-price1-2 { font-size: 48px !important; font-weight: 800 !important; color: #1e293b !important; display: inline-block !important; letter-spacing: -1px !important; }
.plan-pages { font-size: 15px !important; color: #475569 !important; margin-bottom: 15px !important; display: flex !important; align-items: center !important; gap: 12px !important; font-weight: 500 !important; }
.plan-pages i { color: var(--primary-color) !important; font-size: 18px !important; flex-shrink: 0 !important; }
.reqbtn { display: block !important; background: var(--primary-color) !important; color: #fff !important; padding: 15px !important; border-radius: 12px !important; text-align: center !important; font-weight: 700 !important; text-decoration: none !important; transition: all 0.3s !important; margin-top: auto !important; box-shadow: 0 4px 12px rgba(3,87,233,0.2) !important; border: none !important; }
.reqbtn:hover { background: #004dc7 !important; transform: scale(1.02) !important; color: #fff !important; }

/* Table Modernization */
.instoretxt h3 { font-size: 20px; font-weight: 800; color: #1e293b; margin-bottom: 25px; border-left: 4px solid var(--primary-color); padding-left: 15px; }
.table-responsive { border-radius: 20px !important; overflow: hidden !important; border: 1px solid #f1f5f9 !important; box-shadow: 0 10px 30px rgba(0,0,0,0.03) !important; }
.table thead.table-dark { background: #1e293b !important; }
.table thead th { border: none !important; font-weight: 700 !important; font-size: 14px !important; padding: 20px !important; text-transform: uppercase !important; letter-spacing: 0.5px !important; }
.table tbody td, .table tbody th { padding: 20px !important; vertical-align: middle !important; border-color: #f1f5f9 !important; font-size: 15px !important; color: #475569 !important; }
.table tbody th { color: #1e293b !important; font-weight: 700 !important; }

/* Alert Modernization */
.userprofilealert { background: #f0fdf4 !important; border: 1px solid #bbf7d0 !important; border-radius: 16px !important; padding: 20px !important; margin-bottom: 30px !important; }
.userprofilealert h5 { color: #166534 !important; font-size: 16px !important; font-weight: 700 !important; margin: 0 !important; display: flex !important; align-items: center !important; gap: 12px !important; }
.userprofilealert i { background: #166534 !important; color: #fff !important; width: 28px !important; height: 28px !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; font-size: 12px !important; }

/* Package Highlight */
.boxes.highlight { background: #fff9e6 !important; border-color: #facc15 !important; box-shadow: 0 15px 35px rgba(250, 204, 21, 0.15) !important; }
.boxes.highlight .plan-name { color: #854d0e !important; }
.boxes.highlight .plan-price1-2 { color: #854d0e !important; }
.boxes.highlight .reqbtn { background: #854d0e !important; }

/* Icon Font Fixes */
.fas, .far, .fa { font-family: "Font Awesome 5 Free" !important; font-weight: 900 !important; }
.fab { font-family: "Font Awesome 5 Brands" !important; font-weight: 400 !important; }
.material-symbols-outlined { font-family: 'Material Symbols Outlined' !important; }

/* Select2 Tagging UI */
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 5px;
    min-height: 45px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #2563eb !important;
    color: white !important;
    border-radius: 50px !important;
    padding: 3px 12px !important;
    margin-top: 5px !important;
    border: none !important;
    font-size: 13px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white !important;
    margin-right: 8px !important;
    border-right: 1px solid rgba(255,255,255,0.2) !important;
    float: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: transparent !important;
    color: #ff4d4d !important;
}

/* Profile Styles */
.profile-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 2rem;
    margin-bottom: 2rem;
    border: 1px solid #f0f0f0;
}

.profile-card h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.profile-card h5 i {
    color: #0d6efd;
    font-size: 1.1rem;
}

.formrow label {
    font-weight: 600;
    color: #444;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
}

/* Kanban Board Premium Overhaul */
.kanban-board {
    display: flex !important;
    gap: 24px !important;
    padding: 20px 0 !important;
    overflow-x: auto !important;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) #f1f5f9;
}

.kanban-board::-webkit-scrollbar {
    height: 6px;
}

.kanban-board::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

.kanban-board .column {
    flex: 1 !important;
    min-width: 320px !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 24px !important;
    padding: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03) !important;
    min-height: 600px !important;
    transition: all 0.3s ease !important;
}

.kanban-board .column h2 {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    margin-bottom: 25px !important;
    padding-bottom: 15px !important;
    border-bottom: 2px solid rgba(0,0,0,0.05) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

/* Column Themes */
#applied h2 { color: var(--primary-color) !important; border-bottom-color: rgba(3, 87, 233, 0.2) !important; }
#rejected h2 { color: #ef4444 !important; border-bottom-color: rgba(239, 68, 68, 0.2) !important; }
#shortlist h2 { color: #f59e0b !important; border-bottom-color: rgba(245, 158, 11, 0.2) !important; }
#hired h2 { color: #10b981 !important; border-bottom-color: rgba(16, 185, 129, 0.2) !important; }

.kanban-board .task {
    background: #fff !important;
    border-radius: 20px !important;
    padding: 20px !important;
    margin-bottom: 15px !important;
    border: 1px solid #f1f5f9 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: grab !important;
    position: relative !important;
}

.kanban-board .task:active { cursor: grabbing !important; }

.kanban-board .task:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 25px rgba(0,0,0,0.06) !important;
    border-color: var(--primary-color) !important;
}

.kanban-board .task h3 {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    margin-bottom: 8px !important;
}

.kanban-board .task .location {
    font-size: 12px !important;
    color: #64748b !important;
    font-weight: 500 !important;
}

.kanban-board .task .minsalary {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: var(--primary-color) !important;
    margin-top: 12px !important;
    padding-top: 12px !important;
    border-top: 1px dashed #e2e8f0 !important;
}

.kanban-board .task .minsalary span {
    font-size: 11px !important;
    color: #94a3b8 !important;
    font-weight: 500 !important;
}

.jobskrbtnact {
    margin-top: 15px !important;
    gap: 8px !important;
}

.profbtn {
    background: var(--bg-light) !important;
    color: var(--primary-color) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
}

.profbtn:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.move-btn {
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
    border: 1px solid #e2e8f0 !important;
    background: #fff !important;
    color: #64748b !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s !important;
    cursor: pointer !important;
}

.move-btn:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color) !important;
}

/* Dragging State */
.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8 !important;
    cursor: grabbing !important;
    transform: rotate(3deg) !important;
}

.gu-transit {
    opacity: 0.2 !important;
    border: 2px dashed var(--primary-color) !important;
}

.nodatabox-kanban {
    text-align: center !important;
    padding: 40px 20px !important;
    background: rgba(255,255,255,0.3) !important;
    border-radius: 20px !important;
    border: 1px dashed rgba(0,0,0,0.1) !important;
}

.nodatabox-kanban h4 {
    font-size: 14px !important;
    color: #94a3b8 !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

.form-control.shadow-none {
    border-radius: 10px;
    padding: 0.75rem 1rem;
    border: 1.5px solid #eee;
    transition: all 0.3s ease;
    background-color: #fafafa;
}

.form-control.shadow-none:focus {
    border-color: #0d6efd;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1) !important;
}

.btn-primary.rounded-pill {
    padding: 0.8rem 2.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary.rounded-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

.profile-img-wrap {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto 2rem;
}

.profile-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.img-edit-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #0d6efd;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 3px solid #fff;
    transition: all 0.3s ease;
}

.img-edit-btn:hover {
    background: #0056b3;
    transform: scale(1.1);
}

/* Modern Header Styles */
.header {
    background: #fff !important;
    box-shadow: 0 2px 15px rgba(0,0,0,0.02) !important;
    padding: 8px 0 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1050 !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.header .logo img {
    height: 45px !important;
    width: auto !important;
}

.topbar {
    background: #f8fafc !important;
    padding: 4px 0 !important;
    border-bottom: 1px solid rgba(0,0,0,0.03) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.topbar a {
    color: #64748b !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
}

.topbar a:hover {
    color: var(--primary-color) !important;
}

.navbar-nav {
    display: flex !important;
    align-items: center !important;
}

.navbar-nav .nav-item {
    margin: 0 5px !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

.navbar-nav .nav-link {
    font-weight: 600 !important;
    color: #475569 !important;
    font-size: 14px !important;
    padding: 8px 16px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    transition: all 0.2s ease !important;
    height: auto !important;
    line-height: 1 !important;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
    background: #f8fafc !important;
}

.navbar-nav .active .nav-link {
    background: rgba(3, 87, 233, 0.05) !important;
    color: var(--primary-color) !important;
    font-weight: 700 !important;
}

/* Post Job Button */
.btn-post-job {
    background: var(--primary-color) !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 8px 18px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 10px rgba(3, 87, 233, 0.15) !important;
    border: none !important;
    transition: all 0.2s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
}

.btn-post-job:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 15px rgba(3, 87, 233, 0.2) !important;
    filter: brightness(1.1) !important;
}

/* Switch Button */
.btn-switch {
    background: rgba(13, 202, 240, 0.1) !important;
    color: #0dcaf0 !important;
    border: 1px solid rgba(13, 202, 240, 0.2) !important;
    font-weight: 700 !important;
    padding: 8px 16px !important;
    border-radius: 50px !important;
    font-size: 13px !important;
    transition: all 0.2s !important;
}

.btn-switch:hover {
    background: #0dcaf0 !important;
    color: #fff !important;
}

/* User Dropdown */
.user-dropdown-toggle {
    background: #f8fafc !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 12px !important;
    padding: 5px 12px 5px 5px !important;
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
}

.user-dropdown-toggle:hover {
    border-color: var(--primary-color) !important;
    background: #fff !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
}

.user-avatar-mini {
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    margin-right: 10px !important;
    border: 2px solid #fff !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
}

/* Resume Section Cards */
.newcvcard {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 2rem;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

.cardhead {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fafafa;
}

.cardhead h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.cardhead a {
    background: #0d6efd;
    color: #fff !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.cardhead a:hover {
    transform: rotate(90deg) scale(1.1);
    background: #0056b3;
}

.cardintbody {
    padding: 1.5rem;
}

.cv-item {
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    position: relative;
}

.cv-item:hover {
    border-color: #0d6efd;
    background: #fcfdfe;
    transform: translateX(5px);
}

.cv-item h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.cv-item .item-meta {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cv-item .item-meta i {
    color: #0d6efd;
    width: 16px;
    text-align: center;
}

.cv-item p {
    font-size: 0.9rem;
    color: #444;
    margin-top: 0.75rem;
    line-height: 1.5;
}

.cv-item .cvnewbxedit {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    gap: 0.5rem;
}

.cvnewbxedit a {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    transition: all 0.2s ease;
}

.cvnewbxedit a.text-dark:hover {
    background: #e9ecef;
    color: #0d6efd !important;
}

.cvnewbxedit a.text-danger:hover {
    background: #fee2e2;
}

/* Timeline Style for Lists */
ul.experienceList, ul.educationList {
    padding: 0;
    list-style: none;
    position: relative;
}

ul.experienceList::before, ul.educationList::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #f0f0f0;
}

ul.experienceList li, ul.educationList li {
    padding-left: 2rem;
    position: relative;
}

.exdot {
    position: absolute;
    left: 0;
    top: 1.5rem;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #0d6efd;
    z-index: 1;
}




/* Premium Skill Badges */
.premium-skill-badge {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 12px 20px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}
.premium-skill-badge:hover {
    border-color: #0357e9;
    box-shadow: 0 8px 24px rgba(3, 87, 233, 0.08);
    transform: translateY(-2px);
}
.premium-skill-badge .skill-name {
    font-weight: 800;
    color: #1e293b;
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
}
.skill-exp-dropdown {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 8px;
    color: #475569;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s;
    outline: none;
}
.skill-exp-dropdown:hover, .skill-exp-dropdown:focus {
    border-color: #0357e9;
    background: #fff;
    color: #0357e9;
}
.premium-skill-badge .delete-skill {
    color: #94a3b8;
    font-size: 14px;
    transition: all 0.2s;
    padding: 5px;
}
.premium-skill-badge .delete-skill:hover {
    color: #ef4444;
    transform: scale(1.2);
}

/* Select2 Premium Customization */
.select2-container--default .select2-selection--multiple {
    border: 1px solid #f0f2f8 !important;
    border-radius: 12px !important;
    padding: 5px !important;
    min-height: 50px !important;
    background: #fcfdfe !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #0357e9 !important;
    box-shadow: 0 0 0 4px rgba(3, 87, 233, 0.1) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0357e9 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 4px 12px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    margin: 4px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    margin-right: 5px !important;
    border: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: rgba(255,255,255,0.2) !important;
    color: #fff !important;
}

/* Card Header Fixes */
.cardhead h4 {
    cursor: pointer;
    transition: color 0.3s;
}
.cardhead h4:hover {
    color: #0357e9;
}

/* Modern Switch */
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-color: #0d6efd;
    border-color: #0d6efd;
}

/* Premium Profile Cards */
.premium-card {
    background: #ffffff !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 20px !important;
    padding: 25px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03) !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

.premium-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 25px rgba(0,0,0,0.08) !important;
    border-color: #0357e9 !important;
}

.cvnewbxedit {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    display: flex !important;
    gap: 10px !important;
    z-index: 10 !important;
}

.btn-edit-premium, .btn-delete-premium {
    width: 32px !important;
    height: 32px !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    transition: all 0.2s !important;
    text-decoration: none !important;
}

.btn-edit-premium {
    background: #f0f7ff !important;
    color: #0357e9 !important;
}

.btn-edit-premium:hover {
    background: #0357e9 !important;
    color: #fff !important;
}

.btn-delete-premium {
    background: #fff5f5 !important;
    color: #ef4444 !important;
    cursor: pointer;
}

.btn-delete-premium:hover {
    background: #ef4444 !important;
    color: #fff !important;
}

.project-img-container {
    height: 140px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background: #f8fafc !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.project-img-container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Soft Badges */
.bg-soft-info {
    background-color: #e0f2fe !important;
    color: #0369a1 !important;
}

.bg-soft-success {
    background-color: #dcfce7 !important;
    color: #15803d !important;
}

.bg-soft-primary {
    background-color: #eff6ff !important;
    color: #1d4ed8 !important;
}

.bg-soft-warning {
    background-color: #fef9c3 !important;
    color: #a16207 !important;
}

.badge {
    padding: 6px 12px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    font-size: 12px !important;
}

.no-records {
    text-align: center;
    padding: 40px;
    color: #94a3b8;
    font-style: italic;
    background: #f8fafc;
    border-radius: 15px;
    border: 2px dashed #e2e8f0;
}

/* Premium Modal Modernization */
.modal-content {
    border-radius: 24px !important;
    border: none !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15) !important;
    overflow: hidden !important;
}

.modal-header {
    background: #fff !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding: 25px 30px !important;
}

.modal-title {
    font-weight: 800 !important;
    color: #1e293b !important;
    font-size: 20px !important;
    letter-spacing: -0.5px !important;
}

.modal-body {
    padding: 30px !important;
}

.modal-footer {
    background: #f8fafc !important;
    border-top: 1px solid #f1f5f9 !important;
    padding: 20px 30px !important;
}

.formrow {
    margin-bottom: 20px !important;
    position: relative;
}

.input-icon-wrap {
    position: relative;
}

.input-icon-wrap i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 16px;
    transition: all 0.3s;
    z-index: 5;
}

.input-icon-wrap .form-control {
    padding-left: 50px !important;
    height: 52px !important;
    border-radius: 14px !important;
    border: 1px solid #e2e8f0 !important;
    background: #fff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    transition: all 0.3s;
}

.input-icon-wrap .form-control:focus {
    border-color: #0357e9 !important;
    box-shadow: 0 0 0 4px rgba(3, 87, 233, 0.1) !important;
}

.input-icon-wrap .form-control:focus + i {
    color: #0357e9;
}

.modal-footer .btn-primary {
    padding: 12px 30px !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    box-shadow: 0 10px 20px rgba(3, 87, 233, 0.2) !important;
    transition: all 0.3s !important;
}

.modal-footer .btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 15px 30px rgba(3, 87, 233, 0.3) !important;
}

/* Dropzone Modernization */
.uploadphotobx {
    border: 2px dashed #e2e8f0 !important;
    border-radius: 20px !important;
    background: #f8fafc !important;
    transition: all 0.3s !important;
    padding: 40px !important;
    text-align: center !important;
}

.uploadphotobx:hover {
    border-color: #0357e9 !important;
    background: #f0f7ff !important;
}

.uploadphotobx i {
    font-size: 32px !important;
    color: #94a3b8 !important;
    margin-bottom: 15px !important;
}

.dz-message {
    font-weight: 600 !important;
    color: #64748b !important;
    font-size: 14px !important;
}

/* UI/UX Refinements */
.project-preview-img img {
    max-height: 120px !important;
    width: auto !important;
    border-radius: 10px !important;
}

.custom-switch .form-check-input {
    cursor: pointer;
    width: 3em !important;
    height: 1.5em !important;
}

.custom-switch .form-check-label {
    cursor: pointer;
    margin-left: 10px;
    padding-top: 3px;
}

.help-block {
    font-size: 12px !important;
    color: #ef4444 !important;
    margin-top: 5px !important;
    display: block !important;
    font-weight: 500 !important;
}

/* Premium Badge Items (Skills, Languages, etc) */
.premium-badge-item {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 10px 15px;
    border-radius: 16px;
    margin-right: 12px;
    margin-bottom: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
    position: relative;
    overflow: hidden;
}

.premium-badge-item:hover {
    border-color: #0357e9;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(3,87,233,0.08);
}

.badge-content {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 15px;
}

.badge-icon {
    width: 36px;
    height: 36px;
    background: #f0f7ff;
    color: #0357e9;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s;
}

.premium-badge-item:hover .badge-icon {
    background: #0357e9;
    color: #fff;
    transform: rotate(10deg);
}

.badge-text {
    display: flex;
    flex-direction: column;
}

.badge-title {
    font-weight: 700;
    color: #1e293b;
    font-size: 14px;
    line-height: 1.2;
}

.badge-subtitle {
    font-size: 11px;
    color: #64748b;
    font-weight: 500;
    margin-top: 2px;
}

.badge-actions {
    display: flex;
    gap: 8px;
    border-left: 1px solid #f1f5f9;
    padding-left: 15px;
    margin-left: auto;
}

.badge-actions a {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.2s;
    text-decoration: none !important;
}

.edit-action {
    background: #f8fafc;
    color: #64748b;
}

.edit-action:hover {
    background: #0357e9;
    color: #fff;
}

.delete-action {
    background: #fff5f5;
    color: #ef4444;
}

.delete-action:hover {
    background: #ef4444;
    color: #fff;
}

/* Modal Enhancements */
.premium-modal-header {
    background: linear-gradient(135deg, #0357e9 0%, #023da3 100%);
    border-bottom: none;
}

.modal-icon-box {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    backdrop-filter: blur(5px);
}

.premium-input-group .input-group-text {
    border-radius: 12px 0 0 12px !important;
    border: 1px solid #e2e8f0;
    border-right: none;
    color: #64748b;
}

.premium-input-group .form-control {
    border-radius: 0 12px 12px 0 !important;
    border: 1px solid #e2e8f0;
    border-left: none;
}

.premium-input-group .form-control:focus {
    border-color: #e2e8f0 !important;
    box-shadow: none !important;
}

.premium-input-group:focus-within .input-group-text,
.premium-input-group:focus-within .form-control {
    border-color: #0357e9 !important;
}

.premium-save-btn {
    background: var(--primary-color);
    border: none;
    box-shadow: 0 8px 20px rgba(3,87,233,0.3);
    transition: all 0.3s;
}

.premium-save-btn:hover {
    background: #004dc7;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(3, 87, 233, 0.4);
}

/* Modal Overlap & Z-Index Fixes */
.modal {
    z-index: 100000 !important;
}
.modal-backdrop {
    z-index: 99999 !important;
}
.select2-container--open {
    z-index: 100001 !important;
}

/* Ensure modal dialog doesn't get cut off and background doesn't bleed through */
.modal-dialog {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.modal-content {
    border-radius: 24px !important;
    border: none !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

/* Make long modals scrollable properly - Using Bootstrap native way if possible, 
   but this fallback ensures we don't break Select2 dropdowns */
.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: visible !important; /* Changed from auto to visible to fix Select2 dropdown positioning */
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto !important;
}

/* body.modal-open .listpgWraper {
    filter: blur(3px);
    opacity: 0.8;
    transition: all 0.3s ease;
} */

/* Ensure modal content is fully opaque and on top */
body.modal-open .modal {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Final Overlap & Z-Index Nuclear Fix */
body.modal-open .select2-container {
    display: none !important;
}

body.modal-open .modal .select2-container {
    display: inline-block !important;
    z-index: 100002 !important;
}

/* Premium Save Button Styling */
.btn-primary, .btn-save-premium {
    background: linear-gradient(135deg, #0357e9 0%, #004dc7 100%) !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 8px 20px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    text-transform: none !important;
    font-size: 14px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 12px rgba(3, 87, 233, 0.2) !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: auto !important;
}

.btn-primary:hover, .btn-save-premium:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(3, 87, 233, 0.25) !important;
    filter: brightness(1.1) !important;
}

.modal-footer {
    border-top: 1px solid #f1f5f9 !important;
    padding: 20px 30px !important;
    background: #f8fafc !important;
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
}

.modal-backdrop.show {
    opacity: 0.5 !important;
    background-color: #000 !important;
    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
}

/* Unified Action Section Modernization */
.unified-action-section {
    margin-top: -60px;
    position: relative;
    z-index: 100;
}

.action-card {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 30px !important;
    padding: 40px !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.action-card:hover {
    transform: translateY(-15px) !important;
    border-color: #0357e9 !important;
    box-shadow: 0 40px 80px -15px rgba(3, 87, 233, 0.15) !important;
}

.action-badge {
    padding: 6px 16px !important;
    font-size: 12px !important;
    background: rgba(3, 87, 233, 0.1) !important;
    color: #0357e9 !important;
    border-radius: 50px !important;
    margin-bottom: 20px !important;
}

.action-content h3 {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 12px !important;
    letter-spacing: -0.5px !important;
}

.action-content p {
    font-size: 16px !important;
    color: #64748b !important;
    line-height: 1.6 !important;
}

.action-btn {
    margin-top: 25px !important;
    font-size: 16px !important;
    gap: 12px !important;
}

.action-icon img {
    width: 100px !important;
    transition: all 0.5s ease !important;
}

.action-card:hover .action-icon img {
    transform: scale(1.1) rotate(-5deg) !important;
}

/* Onboarding & Registration Flow Modernization */
.onboarding-flow { 
    background: linear-gradient(135deg, #f8fbff 0%, #edf2f7 100%) !important; 
    padding: 80px 0 !important; 
    min-height: 100vh !important; 
}

.onboarding-card { 
    border-radius: 32px !important; 
    border: 1px solid rgba(255, 255, 255, 0.5) !important; 
    overflow: hidden; 
    background: #fff !important;
    box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 0.05) !important;
}

.onboarding-header { 
    background: #fff; 
    padding: 60px 40px 40px !important;
}

.onboarding-progress { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-bottom: 50px !important;
}

.progress-step { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    position: relative; 
    z-index: 1; 
    width: 80px;
}

.progress-step span { 
    width: 45px; 
    height: 45px; 
    border-radius: 50%; 
    background: #f1f5f9; 
    color: #94a3b8; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-weight: 800; 
    font-size: 16px;
    margin-bottom: 12px; 
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); 
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #e2e8f0;
}

.progress-step label { 
    font-size: 11px; 
    font-weight: 800; 
    color: #94a3b8; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    white-space: nowrap;
}

.progress-line { 
    flex: 1; 
    height: 3px; 
    background: #f1f5f9; 
    margin: -32px 0 0; 
    max-width: 60px; 
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.progress-line::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--primary-color);
    transition: width 0.4s ease;
}

.progress-step.active span { 
    background: var(--primary-color); 
    color: #fff; 
    box-shadow: 0 10px 20px rgba(3, 87, 233, 0.2); 
    transform: scale(1.1);
    border-color: var(--primary-color);
}

.progress-step.active label { 
    color: var(--primary-color); 
}

.progress-step.completed span { 
    background: #10b981; 
    color: #fff; 
    border-color: #10b981;
}

.progress-step.completed label { 
    color: #10b981; 
}

.onboarding-form {
    padding: 0 60px 60px !important;
}

.onboarding-form .form-label {
    margin-bottom: 10px !important;
    display: block !important;
    font-size: 13px !important;
    color: #64748b !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.onboarding-form .input-group {
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.3s;
}

.onboarding-form .input-group:focus-within {
    background: #fff;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(3, 87, 233, 0.1);
}

.onboarding-form .input-group-text {
    border: none !important;
    background: transparent !important;
    padding-left: 20px !important;
    color: #94a3b8;
}

.onboarding-form .form-control {
    border: none !important;
    background: transparent !important;
    height: 55px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    padding-right: 20px !important;
}

.onboarding-form .form-control:focus {
    box-shadow: none !important;
}

.onboarding-footer {
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
    padding: 30px !important;
    border-radius: 0 0 32px 32px !important;
}

/* Role Selection Cards for Employer/Consultancy */
.role-toggle {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.role-option {
    flex: 1;
    position: relative;
}

.role-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.role-option label {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 15px;
    background: #fff;
    border: 2px solid #f1f5f9;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    margin-bottom: 0 !important;
}

.role-option label i {
    font-size: 24px;
    color: #94a3b8;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.role-option label span {
    font-weight: 700;
    color: #64748b;
    font-size: 14px;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.role-option input[type="radio"]:checked + label {
    border-color: var(--primary-color);
    background: rgba(3, 87, 233, 0.02);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(3, 87, 233, 0.08);
}

.role-option input[type="radio"]:checked + label i {
    color: var(--primary-color);
    transform: scale(1.1);
}

.role-option input[type="radio"]:checked + label span {
    color: var(--primary-color);
}


/* --- Unified Profile Section Overrides --- */
.newcvcard { 
    background: #ffffff !important; 
    border-radius: 24px !important; 
    border: 1px solid rgba(0, 0, 0, 0.05) !important; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important; 
    margin-bottom: 35px !important; 
    overflow: hidden !important; 
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important; 
}
.newcvcard:hover { 
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important; 
    transform: translateY(-5px) !important; 
}
.cardhead { 
    padding: 24px 30px !important; 
    background: linear-gradient(to right, #f8faff, #ffffff) !important; 
    border-bottom: 1px solid #f1f5f9 !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: space-between !important; 
}
.cardhead h4 { 
    font-family: 'Outfit', sans-serif !important; 
    font-weight: 700 !important; 
    color: #1e293b !important; 
    font-size: 1.25rem !important; 
    display: flex !important; 
    align-items: center !important; 
    gap: 15px !important; 
    margin: 0 !important; 
    cursor: pointer !important; 
}
.cardhead h4 i { 
    color: #2563eb !important; 
    background: rgba(37, 99, 235, 0.1) !important; 
    width: 42px !important; 
    height: 42px !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    border-radius: 12px !important; 
}
.cardintbody { 
    padding: 30px !important; 
}
.cv-item.premium-card { 
    position: relative !important; 
    padding: 25px !important; 
    background: #ffffff !important; 
    border: 1px solid #e2e8f0 !important; 
    border-radius: 20px !important; 
    transition: all 0.3s ease !important; 
    margin-bottom: 20px !important; 
}
.cv-item.premium-card:hover { 
    border-color: #2563eb !important; 
    background: #f8fbff !important; 
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.05) !important; 
}
.experienceList, .educationList { 
    list-style: none !important; 
    padding: 0 !important; 
    position: relative !important; 
}
.experienceList li, .educationList li { 
    position: relative !important; 
    padding-left: 45px !important; 
    margin-bottom: 30px !important; 
}
.exdot { 
    position: absolute !important; 
    left: 0 !important; 
    top: 15px !important; 
    width: 18px !important; 
    height: 18px !important; 
    background: #fff !important; 
    border: 3px solid #2563eb !important; 
    z-index: 1 !important; 
    box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.1) !important; 
}

/* --- Modal & Datepicker Fixes --- */
.modal { 
    z-index: 100002 !important; 
}
.modal-backdrop { 
    z-index: 100001 !important; 
    background-color: #000 !important;
    opacity: 0.5 !important;
    backdrop-filter: blur(3px) !important;
}
.modal-content {
    border-radius: 20px !important;
    border: none !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

/* Datepicker Fixes */
.datepicker {
    z-index: 100003 !important; /* Above Modal */
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
    padding: 10px !important;
}
.datepicker table tr td.active, 
.datepicker table tr td.active:hover, 
.datepicker table tr td.active.disabled, 
.datepicker table tr td.active.disabled:hover {
    background-color: #0357e9 !important;
    background-image: none !important;
    border-radius: 8px !important;
}
.datepicker table tr td.today {
    background-color: #f1f5f9 !important;
    border-radius: 8px !important;
}
.datepicker .datepicker-switch:hover, 
.datepicker .prev:hover, 
.datepicker .next:hover, 
.datepicker tfoot tr th:hover {
    background: #f1f5f9 !important;
    border-radius: 8px !important;
}

/* Select2 Modal Fixes */
.select2-container {
    z-index: 1000001 !important;
}
.select2-dropdown {
    z-index: 1000005 !important;
}
.select2-container--open {
    z-index: 1000005 !important;
}
.select2-search__field {
    outline: none !important;
}

/* Premium Select2 Styling */
.select2-container--default .select2-selection--multiple {
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    padding: 8px 12px !important;
    min-height: 54px !important;
    transition: all 0.3s ease !important;
    background-color: #f8fafc !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #0357e9 !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 4px rgba(3, 87, 233, 0.1) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: linear-gradient(135deg, #0357e9 0%, #0244b8 100%) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 4px 15px !important;
    margin-top: 6px !important;
    margin-right: 8px !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    box-shadow: 0 2px 4px rgba(3, 87, 233, 0.2) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255, 255, 255, 0.8) !important;
    margin-right: 8px !important;
    border: none !important;
    font-weight: bold !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff !important;
    background: transparent !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 10px !important;
    font-family: 'Inter', sans-serif !important;
    color: #475569 !important;
}
/* Global Responsive Utilities & Fixes */
@media (max-width: 991px) {
    .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .display-1 { font-size: 3.5rem; }
    .display-2 { font-size: 3rem; }
    .display-3 { font-size: 2.5rem; }
    .display-4 { font-size: 2rem; }
}

@media (max-width: 767px) {
    .premium-card {
        border-radius: 20px !important;
    }
    
    .section-title {
        font-size: 1.75rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    .btn-lg {
        padding: 12px 25px !important;
        font-size: 1rem !important;
    }
    
    .modal-dialog {
        margin: 0.5rem;
    }
    
    .modal-body {
        padding: 1.5rem !important;
    }

    /* Target simple selection modals to center and scroll properly on mobile */
    .mypremodal {
        overflow: hidden !important;
    }
    #headlogin .modal-dialog,
    #headregister .modal-dialog {
        margin: 0.5rem auto !important;
    }
    #headlogin .modal-content,
    #headregister .modal-content {
        max-height: calc(100vh - 2rem) !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
    }
    #headlogin .modal-body,
    #headregister .modal-body {
        overflow-y: auto !important;
        max-height: none !important;
        flex: 1 !important;
        padding-top: 3.5rem !important;
    }
    
    .role-selection {
        gap: 15px !important;
    }
    
    .role-card {
        display: flex !important;
        align-items: center !important;
        text-align: left !important;
        padding: 15px 20px !important;
        min-width: 0 !important;
        background: #ffffff !important;
        border-color: #f1f5f9 !important;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03) !important;
    }
    
    .role-card:hover {
        background: #f8fafc !important;
        border-color: #e2e8f0 !important;
        transform: translateY(-2px);
    }
    
    .role-card span {
        font-size: 15px !important;
        font-weight: 700 !important;
    }
    
    .role-card .icon-wrap {
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 16px !important;
        flex-shrink: 0 !important;
        width: 48px !important;
        height: 48px !important;
    }
    
    .role-card .icon-wrap i {
        font-size: 18px !important;
    }
    
    .role-card::after {
        content: '\f105' !important;
        font-family: 'Font Awesome 5 Free' !important;
        font-weight: 900 !important;
        margin-left: auto !important;
        color: #94a3b8 !important;
        font-size: 18px !important;
        transition: all 0.2s ease !important;
    }
    
    .role-card:hover::after {
        color: #0357e9 !important;
        transform: translateX(4px) !important;
    }

    /* Momentum scrolling on iOS for modals */
    #headlogin .modal-body,
    #headregister .modal-body {
        -webkit-overflow-scrolling: touch !important;
    }
    
    /* Clean custom scrollbar for mobile scrollable elements */
    #nav-main::-webkit-scrollbar,
    #headlogin .modal-body::-webkit-scrollbar,
    #headregister .modal-body::-webkit-scrollbar {
        width: 5px !important;
        height: 5px !important;
    }
    #nav-main::-webkit-scrollbar-thumb,
    #headlogin .modal-body::-webkit-scrollbar-thumb,
    #headregister .modal-body::-webkit-scrollbar-thumb {
        background: rgba(3, 87, 233, 0.2) !important;
        border-radius: 10px !important;
    }
    #nav-main::-webkit-scrollbar-track,
    #headlogin .modal-body::-webkit-scrollbar-track,
    #headregister .modal-body::-webkit-scrollbar-track {
        background: transparent !important;
    }
}

@media (max-width: 575px) {
    .useraccountwrap {
        padding: 30px 20px !important;
    }
    
    .onboarding-progress {
        margin-bottom: 2rem !important;
    }
    
    .form-label {
        font-size: 12px !important;
    }
    
    .input-group-premium .form-control-premium {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        font-size: 14px !important;
    }
}

/* Fix for overlapping elements on small screens */
.overflow-x-hidden { overflow-x: hidden !important; }
.w-xs-100 { @media (max-width: 575px) { width: 100% !important; } }

/* Premium Job List & Card Styling */
.search-results-header {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
}
.premium-job-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    overflow: hidden;
}
.premium-job-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px -12px rgba(3, 87, 233, 0.12) !important;
    border-color: rgba(3, 87, 233, 0.3) !important;
}
.badge-featured {
    position: absolute;
    top: 15px;
    right: -30px;
    background: #fbbf24;
    color: #fff;
    padding: 5px 35px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    transform: rotate(45deg);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 2;
}
.bg-primary-soft { background-color: rgba(3, 87, 233, 0.08) !important; }
.bg-success-soft { background-color: rgba(16, 185, 129, 0.08) !important; }
.hover-primary:hover { color: #0357e9 !important; }
.company-logo-sm img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.pagination-modern .pagination {
    margin: 0;
}
.pagination-modern .page-item .page-link {
    border-radius: 12px !important;
    margin: 0 3px;
    border: 1px solid #f1f5f9;
    color: #64748b;
    font-weight: 600;
    padding: 10px 16px;
}
.pagination-modern .page-item.active .page-link {
    background: #0357e9;
    border-color: #0357e9;
    color: #fff;
    box-shadow: 0 8px 15px rgba(3, 87, 233, 0.2);
}
.job-ad-container {
    background: url('https://www.transparenttextures.com/patterns/cubes.png'), #f8fafc;
}

/* Hero Text Reveal Animation */
.reveal-shutter {
    display: block;
    clip-path: inset(0 100% 0 0);
    animation: revealShutter 1.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    transform-origin: left;
}

.reveal-shutter-delayed {
    display: block;
    clip-path: inset(0 100% 0 0);
    animation: revealShutter 1.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation-delay: 0.5s;
    transform-origin: left;
    opacity: 0;
}

@keyframes revealShutter {
    0% { 
        clip-path: inset(0 100% 0 0);
        transform: scaleX(0.9) translateX(-20px);
        opacity: 0;
    }
    100% { 
        clip-path: inset(0 0 0 0);
        transform: scaleX(1) translateX(0);
        opacity: 1;
    }
}

/* Promo Offer Styles */
.promo-badge {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
    padding: 8px 15px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    margin-top: 15px;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(16, 185, 129, 0.2);
    animation: pulse-green 2s infinite;
}

.boxes:has(.promo-badge) {
    border: 2px solid #10b981 !important;
    background: #f0fdf4 !important;
}

.boxes:has(.promo-badge)::before {
    content: 'PRIVATE OFFER';
    position: absolute;
    top: 15px;
    right: -30px;
    background: #10b981;
    color: #fff;
    padding: 5px 40px;
    transform: rotate(45deg);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    z-index: 10;
}

.transition-3d {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.transition-3d:hover {
    transform: translateY(-2px);
}

/* Dropdown Positioning Fix */
.navbar-nav .dropdown-menu {
    top: 100% !important;
    margin-top: 12px !important;
    transform: none !important;
}

/* Hover bridge to prevent closing when moving to dropdown */
.navbar-nav .nav-item.dropdown::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 15px;
    display: none;
}

.navbar-nav .nav-item.dropdown:hover::after {
    display: block;
}

/* Redefine Animation to be stable */
@keyframes fadeInUpStable {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate__fadeInUp {
    animation-name: fadeInUpStable !important;
}

/* Hero Search Banner Dark Overlay and Background Image */
.searchwrap {
    background-image: linear-gradient(rgba(15, 23, 42, 0.75), rgba(15, 23, 42, 0.85)), url('../images/search-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 140px 0 120px !important;
}
.searchwrap h1 {
    color: #ffffff !important;
}
.searchwrap p {
    color: rgba(255, 255, 255, 0.8) !important;
}
/* Quick Actions Hero Buttons */
.btn-hero-action {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: none !important;
}
.btn-hero-action:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
}
/* Cards Hover Lift Animations */
.premium-employer-card, .premium-job-card, .premium-category-card, .premium-candidate-card, .premium-testimonial-card, .premium-blog-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #f1f5f9 !important;
}
.premium-employer-card:hover, .premium-job-card:hover, .premium-category-card:hover, .premium-candidate-card:hover, .premium-testimonial-card:hover, .premium-blog-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(3, 87, 233, 0.1) !important;
    border-color: rgba(3, 87, 233, 0.2) !important;
}
/* Specific Category Card Icon Hover Animation */
.premium-category-card:hover .iconcircle {
    background: #0357e9 !important;
    transform: scale(1.1) rotate(5deg) !important;
}
.premium-category-card:hover .iconcircle img {
    filter: brightness(0) invert(1) !important;
}
/* City Cards zoom layout */
.city-card {
    position: relative;
    overflow: hidden;
}
.city-img {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.city-card:hover .city-img {
    transform: scale(1.1) !important;
}
.city-overlay {
    z-index: 2;
}
/* Blog image hover zoom */
.premium-blog-card:hover .blog-img {
    transform: scale(1.08) !important;
}
/* Custom stars color and alignment */
.ratinguser .fa-star {
    color: #f59e0b !important;
}
/* Country pill buttons hover states */
.countryinfobox {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.countryinfobox:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 20px rgba(3, 87, 233, 0.08) !important;
    border-color: #0357e9 !important;
    background-color: #f0f7ff !important;
}
.countryinfobox:hover h4 {
    color: #0357e9 !important;
}
/* Industry chips hover shadows */
.popularind a {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.popularind a:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 16px rgba(3, 87, 233, 0.08) !important;
    border-color: #0357e9 !important;
    color: #0357e9 !important;
}
