        /* ===== Employer Page Specific Styles ===== */

        /* About / Intro Section */
        .employer-about {
            padding: 80px 0;
        }
        .employer-about img {
            width: 100%;
            border-radius: 12px;
        }
        .employer-about .section-title span {
            display: block;
            margin-bottom: 10px;
        }
        .employer-about p.mb30 {
            margin-bottom: 30px;
        }
        .employer-about p.mb50 {
            margin-bottom: 50px;
        }
        .align {
            text-align: justify;
        }

        /* Hiring Solutions */
        .hiring-solutions {
            padding: 80px 0;
            background: #f8f9fc;
        }
        .hiring-solutions .section-title {
            text-align: center;
            margin-bottom: 50px;
        }
        .solution-card {
            background: #fff;
            border-radius: 12px;
            padding: 35px 30px;
            margin-bottom: 30px;
            box-shadow: 0 4px 24px rgba(13,95,249,0.07);
            transition: all 0.3s ease;
            height: 100%;
            position: relative;
            overflow: hidden;
        }
        .solution-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 40px rgba(13,95,249,0.13);
        }
        .solution-card .s-number {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 48px;
            font-weight: 700;
            color: #0D5FF9;
            opacity: 0.08;
            line-height: 1;
            font-family: 'Urbanist', sans-serif;
        }
        .solution-card .s-icon {
            width: 56px;
            height: 56px;
            background: #e8f0fe;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }
        .solution-card .s-icon i {
            font-size: 24px;
            color: #0D5FF9;
        }
        .solution-card h4 {
            font-size: 18px;
            font-weight: 700;
            color: #1a1a2e;
            margin-bottom: 12px;
        }
        .solution-card p {
            font-size: 15px;
            color: #666;
            margin: 0;
            line-height: 1.7;
        }

        /* Why Choose */
        .why-choose-employers {
            padding: 50px 0;
        }
        .why-choose-employers .section-title {
            text-align: center;
            margin-bottom: 50px;
        }
        .why-item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            padding: 22px 20px;
            background: #fff;
            border-radius: 10px;
            margin-bottom: 20px;
            box-shadow: 0 2px 16px rgba(13,95,249,0.06);
            transition: all 0.3s ease;
        }
        .why-item:hover {
            box-shadow: 0 6px 30px rgba(13,95,249,0.12);
            transform: translateX(4px);
        }
        .why-item .why-icon {
            width: 46px;
            height: 46px;
            min-width: 46px;
            background: linear-gradient(135deg, #0D5FF9, #3b82f6);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .why-item .why-icon i {
            color: #fff;
            font-size: 18px;
        }
        .why-item h5 {
            font-size: 16px;
            font-weight: 600;
            color: #1a1a2e;
            margin: 0;
            line-height: 1.4;
        }

        /* Industries */
        .industries-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #0D5FF9 0%, #1a3a6b 100%);
            position: relative;
            overflow: hidden;
        }
        .industries-section::before {
            content: '';
            position: absolute;
            top: -60px;
            right: -60px;
            width: 300px;
            height: 300px;
            background: rgba(255,255,255,0.04);
            border-radius: 50%;
        }
        .industries-section::after {
            content: '';
            position: absolute;
            bottom: -80px;
            left: -40px;
            width: 250px;
            height: 250px;
            background: rgba(255,255,255,0.03);
            border-radius: 50%;
        }
        .industries-section .section-title {
            text-align: center;
            margin-bottom: 50px;
        }
        .industries-section .section-title h2 {
            color: #fff;
        }
        .industries-section .section-title span {
            color: rgba(255,255,255,0.7);
        }
        .industry-pill {
            display: inline-flex;
            width: 280px;
            align-items: center;
            gap: 10px;
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.2);
            border-radius: 50px;
            padding: 14px 24px;
            margin: 8px;
            transition: all 0.3s ease;
            cursor: default;
        }
        .industry-pill:hover {
            background: rgba(255,255,255,0.2);
            border-color: rgba(255,255,255,0.4);
            transform: translateY(-2px);
        }
        .industry-pill i {
            color: #a5cb43;
            font-size: 18px;
        }
        .industry-pill span {
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            font-family: 'Urbanist', sans-serif;
        }
        .industries-wrapper {
            text-align: center;
        }

        /* How It Works */
        .how-it-works-employers {
            padding: 80px 0;
            background: #f8f9fc;
        }

        /* Post a Job CTA */
        .post-job-cta {
            padding: 70px 0;
            background: #fff;
        }
        .post-job-box {
            background: linear-gradient(135deg, #f0f5ff 0%, #e8f0fe 100%);
            border-radius: 16px;
            padding: 60px 50px;
            text-align: center;
            border: 2px solid #dbeafe;
        }
        .post-job-box h3 {
            font-size: 30px;
            font-weight: 700;
            color: #1a1a2e;
            margin-bottom: 16px;
        }
        .post-job-box p {
            font-size: 16px;
            color: #555;
            margin-bottom: 30px;
            max-width: 560px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Partner CTA */
       
        .partner-section img {
            width: 100%;
            border-radius: 12px;
        }
        .partner-section .section-title span {
            display: block;
            margin-bottom: 10px;
        }
        .partner-section p.mb30 {
            margin-bottom: 30px;
        }

        /* Final CTA */
        .final-cta {
            padding: 80px 0;
        }
        .final-cta .bbtns {
            display: flex;
            gap: 16px;
        }
