        .layer {
            background: url(../images/bg24.png) no-repeat center 37% / 100% auto;
        }


        .section-box__content {
            max-width: 100% !important;
            padding-bottom: 0 !important;
        }

        .ee-three-cols {
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            align-items: stretch;
        }

        .ee-three-cols__item {
            flex: 1 1 260px;
            max-width: 100%;
            background: #ffffff;
            border-radius: 12px;
            padding: calc(18 * var(--px)) calc(16 * var(--px));
            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);
        }

        .ee-three-cols__item--qrcode {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        /* --- Heading Hierarchy & Sizes --- */

        /* H2: Main Section Titles (approx 36px) */
        .section-box .section-box__content h2.title,
        .section-box .section-box__content h2 {
            font-size: calc(36 * var(--px)) !important;
            font-weight: 800;
            margin-bottom: calc(24 * var(--px));
            color: #223f99;
            /* Primary Blue consistent with theme */
        }

        /* H3: Sub-sections (approx 26px) */
        .section-box .section-box__content h3,
        .section-box .section-box__content h3.ugedu-subtitlep-follow {
            font-size: calc(26 * var(--px)) !important;
            font-weight: 700;
            margin-top: calc(24 * var(--px));
            margin-bottom: calc(12 * var(--px));
            color: var(--thirdary);
            line-height: 1.3;
        }

        /* H4: Item Headers (approx 20px) */
        .section-box .section-box__content h4,
        .section-box .section-box__content h4.ugedu-subtitlep-main {
            font-size: calc(20 * var(--px)) !important;
            font-weight: 700;
            margin-top: calc(18 * var(--px));
            margin-bottom: calc(8 * var(--px));
            color: #000;
            line-height: 1.4;
        }

        /* Standard paragraph spacing to separate from headers */
        .section-box .section-box__content p {
            margin-bottom: calc(16 * var(--px));
        }

        /* Redesigned Stats Grid */
        .ee-stats-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-top: 30px;
            margin-bottom: 30px;
        }

        .ee-stats-card {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
            padding: 30px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-top: 4px solid var(--thirdary);
            /* Accent color border */
            display: flex;
            flex-direction: column;
        }

        .ee-stats-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }

        .ee-card-title {
            font-size: 22px;
            font-weight: 700;
            color: #333;
            margin-bottom: 25px;
            position: relative;
            display: inline-block;
        }

        /* Optional underline for title */
        .ee-card-title::after {
            content: '';
            display: block;
            width: 40px;
            height: 3px;
            background: var(--thirdary);
            margin: 10px auto 0;
            border-radius: 2px;
        }

        .ee-stats-items {
            display: flex;
            flex-direction: row;
            gap: 12px;
            justify-content: center;
            align-items: flex-start;
            flex-wrap: wrap;
            width: 100%;
        }

        .ee-stat-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1 1 30%;
            /* Allow items to take about 1/3 width but wrap if needed */
            min-width: auto;
            position: relative;
            padding: 0 4px;
        }

        /* Separator removed for more natural look */
        .ee-stat-item:not(:last-child)::after {
            display: none;
        }

        .ee-stat-number {
            font-size: 28px;
            /* Slightly smaller for better fit */
            line-height: 1.2;
            font-weight: 800;
            color: var(--thirdary);
            font-family: Arial, sans-serif;
            white-space: nowrap;
        }

        .ee-stat-label {
            font-size: 13px;
            color: #666;
            margin-top: 4px;
            font-weight: 500;
            line-height: 1.4;
            max-width: none;
            /* Allow full width */
        }

        /* Pure CSS Icons for Decorations */
        .ee-card-icon {
            width: 48px;
            height: 48px;
            margin: 0 auto 15px;
            position: relative;
        }

        /* Faculty Icon: Abstract Scholar */
        .ee-icon-faculty::before {
            content: '';
            position: absolute;
            top: 2px;
            left: 50%;
            transform: translateX(-50%);
            width: 16px;
            height: 16px;
            background: transparent;
            border: 2px solid var(--thirdary);
            border-radius: 50%;
        }

        .ee-icon-faculty::after {
            content: '';
            position: absolute;
            bottom: 4px;
            left: 50%;
            transform: translateX(-50%);
            width: 30px;
            height: 16px;
            background: transparent;
            border: 2px solid var(--thirdary);
            border-bottom: none;
            border-radius: 20px 20px 0 0;
        }

        /* Year Icon: Cycle/Clock */
        .ee-icon-year {
            border: 2px solid #ddd;
            border-radius: 50%;
        }

        .ee-icon-year::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            border: 2px solid var(--thirdary);
            border-radius: 50%;
            border-left-color: transparent;
            border-bottom-color: transparent;
            transform: rotate(-45deg);
        }

        .ee-icon-year::after {
            content: '';
            position: absolute;
            top: 22px;
            left: 22px;
            width: 12px;
            height: 2px;
            background: var(--thirdary);
            transform-origin: left center;
            transform: rotate(-90deg);
        }

        .ee-card-icon.ee-icon-year .hand-minute {
            position: absolute;
            top: 22px;
            left: 22px;
            width: 16px;
            height: 2px;
            background: var(--thirdary);
        }

        /* Served Icon: Abstract Globe/Network */
        .ee-icon-served {
            border: 2px solid var(--thirdary);
            border-radius: 50%;
        }

        .ee-icon-served::before {
            content: '';
            position: absolute;
            top: 6px;
            left: 2px;
            right: 2px;
            bottom: 6px;
            border: 2px solid transparent;
            border-top: 2px solid var(--thirdary);
            border-bottom: 2px solid var(--thirdary);
            border-radius: 50%;
        }

        .ee-icon-served::after {
            content: '';
            position: absolute;
            top: 2px;
            bottom: 2px;
            left: 16px;
            width: 12px;
            border: 2px solid transparent;
            border-left: 2px solid var(--thirdary);
            border-right: 2px solid var(--thirdary);
            border-radius: 50%;
        }


        @media (max-width: 900px) {
            .ee-stats-grid {
                grid-template-columns: 1fr;
            }
        }

        .ee-three-cols__item--qrcode img {
            display: block;
            max-width: 160px;
            height: auto;
            margin-top: 12px;
        }

        @media (max-width: 768px) {
            .ee-three-cols__item {
                flex: 1 1 100%;
            }
        }

        .ugedu-fullwidth {
            width: 100%;
            max-width: 100%;
        }

        .ugedu-subtitle-main {
            display: block;
            margin-top: 12px;
            margin-bottom: 6px;
            font-weight: 700;
            color: var(--thirdary);
            font-size: calc(20 * var(--px));
        }

        .ugedu-subtitle-small {
            display: block;
            margin-top: 10px;
            margin-bottom: 4px;
            font-weight: 700;
            color: var(--thirdary);
            font-size: calc(20 * var(--px));
        }

        .ugedu-subtitle-follow {
            display: block;
            margin-top: 14px;
            margin-bottom: 4px;
            font-weight: 700;
            color: var(--thirdary);
            font-size: calc(20 * var(--px));
        }

        .ugedu-subtitlep-main {
            margin-top: 12px;
            margin-bottom: 4px;
            font-weight: 700;
            color: var(--thirdary);
            font-size: calc(20 * var(--px));
        }

        .ugedu-subtitlep-follow {
            margin-top: 14px;
            margin-bottom: 4px;
            font-weight: 700;
            color: var(--thirdary);
            font-size: calc(20 * var(--px));
        }

        .ugedu-apply-wrap {
            border-top: 1px solid rgba(0, 0, 0, 0.06);
            margin-top: calc(20 * var(--px));
            padding-top: calc(28 * var(--px));
            background: linear-gradient(180deg, rgba(244, 244, 244, 0.5), #ffffff);
        }

        .ugedu-apply-flex {
            display: flex;
            gap: 32px;
            flex-wrap: wrap;
            align-items: stretch;
        }

        .ugedu-apply-card {
            flex: 1 1 320px;
            max-width: 100%;
            border: 1px solid rgba(0, 0, 0, 0.08);
            border-radius: 12px;
            padding: calc(22 * var(--px)) calc(20 * var(--px));
            background: #ffffff;
            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);
        }

        .ee-stats-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 24px 32px;
            margin-top: calc(12 * var(--px));
            width: 100%;
        }

        .ee-stats-block {
            padding: calc(14 * var(--px)) calc(12 * var(--px));
            border-radius: 12px;
            border: 1px solid rgba(0, 0, 0, 0.08);
            background: linear-gradient(135deg, rgba(0, 56, 140, 0.03), rgba(0, 0, 0, 0.01));
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
            display: flex;
            flex-direction: column;
        }

        .ee-stats-block p {
            margin: 0;
        }

        /* Layout adjustment for Faculty block with less content */
        .ee-stats-block--faculty p:not(.ee-stats-title) {
            margin-top: auto;
            margin-bottom: auto;
            line-height: 1.8;
            /* Slightly increase line height for better balance */
        }

        .ee-stats-title {
            position: relative;
            padding-left: calc(42 * var(--px));
            /* Space for icon */
            font-weight: 700;
            color: var(--thirdary);
            margin-bottom: 6px;
            min-height: calc(30 * var(--px));
            display: flex;
            align-items: center;
        }

        /* --- CSS Icons for Stats --- */

        /* 1. Faculty: Professor/Person Icon */
        .ee-stats-block--faculty .ee-stats-title::before {
            content: "";
            position: absolute;
            left: calc(10 * var(--px));
            top: calc(50% - 9 * var(--px));
            width: calc(10 * var(--px));
            height: calc(10 * var(--px));
            background: #00388c;
            /* Fudan Blue */
            border-radius: 50%;
            box-shadow: 0 0 0 2px rgba(0, 56, 140, 0.1);
        }

        .ee-stats-block--faculty .ee-stats-title::after {
            content: "";
            position: absolute;
            left: calc(4 * var(--px));
            top: calc(50% + 3 * var(--px));
            width: calc(22 * var(--px));
            height: calc(10 * var(--px));
            background: #00388c;
            border-radius: 12px 12px 4px 4px;
        }

        /* 2. Year: Calendar Icon */
        .ee-stats-block--year .ee-stats-title::before {
            content: "";
            position: absolute;
            left: calc(6 * var(--px));
            top: 50%;
            transform: translateY(-50%);
            width: calc(22 * var(--px));
            height: calc(22 * var(--px));
            border: 2px solid #fd9728;
            /* Orange */
            border-radius: 4px;
            /* Header bar using gradient */
            background: linear-gradient(to bottom, #fd9728 30%, transparent 30%);
            box-sizing: border-box;
        }

        .ee-stats-block--year .ee-stats-title::after {
            content: "";
            position: absolute;
            left: calc(11 * var(--px));
            top: calc(50% + 1 * var(--px));
            width: calc(12 * var(--px));
            height: calc(2 * var(--px));
            background: #fd9728;
            box-shadow: 0 calc(5 * var(--px)) 0 #fd9728;
            /* Second line */
            opacity: 0.5;
        }

        /* 3. Served: Bar Chart Icon */
        .ee-stats-block--served .ee-stats-title::before {
            content: "";
            position: absolute;
            left: calc(4 * var(--px));
            top: 50%;
            transform: translateY(-50%);
            width: calc(24 * var(--px));
            height: calc(24 * var(--px));
            /* Draw 3 bars with gradient */
            background:
                linear-gradient(to top, #00a360 40%, transparent 40%) 0 100% / 25% 100% no-repeat,
                linear-gradient(to top, #00a360 90%, transparent 90%) 37.5% 100% / 25% 100% no-repeat,
                linear-gradient(to top, #00a360 65%, transparent 65%) 75% 100% / 25% 100% no-repeat;
        }

        .ee-topics-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 20px 32px;
            margin-top: calc(10 * var(--px));
        }

        .ee-topic-card {
            padding: calc(14 * var(--px)) calc(12 * var(--px));
            border-radius: 12px;
            background: #ffffff;
            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);
        }

        .ee-topic-card p {
            margin: 0;
        }

        .ee-contact-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
            align-items: stretch;
            margin-top: calc(12 * var(--px));
        }

        .ee-contact-info {
            flex: 1 1 260px;
            min-width: 0;
            padding: calc(16 * var(--px)) calc(14 * var(--px));
            border-radius: 12px;
            border: 1px solid rgba(0, 0, 0, 0.08);
            background: linear-gradient(135deg, rgba(0, 56, 140, 0.03), rgba(0, 0, 0, 0.01));
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
        }

        .ee-contact-qr {
            flex: 0 0 auto;
            padding: calc(10 * var(--px));
            border-radius: 12px;
            border: 1px solid rgba(0, 0, 0, 0.06);
            background: #ffffff;
            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);
            text-align: center;
        }

        .ee-contact-qr img {
            display: block;
            max-width: 180px;
            height: auto;
        }

        .ee-contact-line {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            margin-bottom: 6px;
        }

        .ee-contact-icon {
            width: calc(32 * var(--px));
            height: calc(32 * var(--px));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            background: linear-gradient(135deg, #326fd9, #0e459d);
            box-shadow: 0 4px 10px rgba(14, 69, 157, 0.2);
            position: relative;
            flex-shrink: 0;
        }

        /* Phone: Smartphone silhouette */
        .ee-contact-line--tel .ee-contact-icon::before {
            content: '';
            box-sizing: border-box;
            width: calc(12 * var(--px));
            height: calc(18 * var(--px));
            border: 2px solid #ffffff;
            border-radius: 3px;
        }

        .ee-contact-line--tel .ee-contact-icon::after {
            content: '';
            position: absolute;
            bottom: calc(9 * var(--px));
            width: calc(4 * var(--px));
            height: 2px;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 1px;
        }

        /* Mail: Envelope */
        .ee-contact-line--mail .ee-contact-icon::before {
            content: '';
            box-sizing: border-box;
            width: calc(16 * var(--px));
            height: calc(11 * var(--px));
            border: 2px solid #ffffff;
            border-radius: 2px;
            z-index: 1;
        }

        .ee-contact-line--mail .ee-contact-icon::after {
            content: '';
            position: absolute;
            top: calc(10 * var(--px));
            width: 0;
            height: 0;
            border-left: calc(5 * var(--px)) solid transparent;
            border-right: calc(5 * var(--px)) solid transparent;
            border-top: calc(5 * var(--px)) solid #ffffff;
            z-index: 2;
        }

        /* Address: Pin location */
        .ee-contact-line--addr .ee-contact-icon::before {
            content: '';
            box-sizing: border-box;
            width: calc(12 * var(--px));
            height: calc(12 * var(--px));
            border: 2px solid #ffffff;
            border-radius: 50% 50% 50% 0;
            transform: rotate(-45deg);
            margin-top: calc(-2 * var(--px));
        }

        .ee-contact-line--addr .ee-contact-icon::after {
            content: '';
            position: absolute;
            width: calc(2 * var(--px));
            height: calc(2 * var(--px));
            background: #ffffff;
            border-radius: 50%;
            top: calc(14 * var(--px));
        }



        .ee-contact-text,
        .ee-contact-text a {
            display: block;
            color: #333;
            text-decoration: none;
            font-size: calc(18 * var(--px));
            margin-left: calc(6 * var(--px));
        }

        @media (max-width: 768px) {

            /* 1. Mobile Layout Adjustments */
            .contact-container {
                flex-direction: column;
                align-items: center;
                /* Center Items */
                gap: 30px;
                text-align: left;
                /* Keep text aligned left for readability */
            }

            .contact-info {
                width: 100%;
            }

            .contact-qrcode {
                margin: 0 auto;
                /* Center helper */
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 100%;
            }

            .contact-qrcode img {
                max-width: 140px;
            }

            .ee-stats-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .section-box__content {
                padding-left: 10px !important;
                padding-right: 10px !important;
            }

            /* 2. Normalize Typography for Mobile 
               - Using px instead of calc(var(--px)) to avoid scaling issues
               - Targeting relevant classes and tags 
            */

            /* H2 Main Title */
            .section-box .section-box__content h2.title,
            .section-box .section-box__content h2 {
                font-size: 24px !important;
                margin-bottom: 18px;
                line-height: 1.25;
            }

            /* H3 Subtitles */
            .section-box .section-box__content h3,
            .section-box .section-box__content h3.ugedu-subtitlep-follow {
                font-size: 18px !important;
                margin-top: 20px;
                margin-bottom: 10px;
                line-height: 1.35;
            }

            /* H4 Small Headers */
            .section-box .section-box__content h4,
            .section-box .section-box__content h4.ugedu-subtitlep-main {
                font-size: 15px !important;
                margin-top: 16px;
                margin-bottom: 8px;
                line-height: 1.4;
            }

            /* Body Text */
            .section-box .section-box__content p {
                font-size: 13px !important;
                line-height: 1.6;
                margin-bottom: 14px;
                text-align: justify;
                /* Better reading block */
            }

            /* 3. Stats Card Mobile Fixes */
            .ee-stats-card {
                padding: 18px 12px;
            }

            .ee-card-title {
                font-size: 16px;
                margin-bottom: 16px;
            }

            .ee-stats-items {
                gap: 10px;
                justify-content: space-between;
            }

            .ee-stat-item {
                flex: 0 1 48%;
                /* 2 items per row essentially */
                margin-bottom: 10px;
            }

            .ee-stat-number {
                font-size: 22px;
            }

            .ee-stat-label {
                font-size: 12px;
            }
        }

        /* Contact Us Section Styling (From Career Page) */
        .contact-container {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 40px;
        }

        .contact-info {
            flex: 1;
        }

        .contact-item {
            position: relative;
            padding-left: 30px;
            margin-bottom: 20px;
            font-size: 16px;
            line-height: 1.6;
            color: #333;
        }

        .contact-item a {
            color: inherit;
        }

        /* Pure CSS Icons */
        .c-icon {
            position: absolute;
            left: 0;
            top: 0;
            display: inline-block;
            box-sizing: border-box;
            width: 24px;
            height: 24px;
            background-position: center;
            background-repeat: no-repeat;
        }

        /* Phone Icon: SVG */
        .c-icon-phone {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f0a000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E");
            background-size: 18px 18px;
        }

        /* Mail Icon: Envelope (Updated to SVG for better rendering) */
        .c-icon-mail {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f0a000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'%3E%3C/rect%3E%3Cpath d='m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7'%3E%3C/path%3E%3C/svg%3E");
            background-size: 20px 16px;
        }

        /* Pin Icon: SVG */
        .c-icon-pin {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f0a000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E");
            background-size: 18px 18px;
        }

        /* c-icon-pin::before removed */

        .contact-qrcode {
            text-align: center;
            flex-shrink: 0;
        }
/* --- Accordion Styles --- */
.ee-accordion {
    margin-top: 24px;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.ee-accordion-toggle {
    width: 100%;
    text-align: left;
    background: linear-gradient(to right, #f9fafc, #ffffff);
    border: none;
    padding: 16px 24px;
    font-size: calc(20 * var(--px)); /* Match H4 size approx */
    font-weight: 700;
    color: var(--thirdary); 
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
}

.ee-accordion-toggle:hover {
    background: #f0f4f9;
    padding-left: 28px; /* Subtle movement */
}

.ee-accordion-toggle .toggle-icon {
    font-size: 14px;
    transition: transform 0.3s ease;
    color: #999;
}

.ee-accordion-toggle.active .toggle-icon {
    transform: rotate(180deg);
    color: var(--thirdary);
}

.ee-accordion-content {
    display: none;
    padding: 24px;
    border-top: 1px solid rgba(0,0,0,0.05);
    background: #fff;
}

@media (max-width: 768px) {
    .ee-accordion-toggle {
        font-size: 16px !important;
        padding: 14px 16px;
    }
    
    .ee-accordion-content {
        padding: 16px;
    }
}


/* --- Accordion Icon Updates --- */
.ee-acc-flex-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Topic Icon (Left) */
.ee-icon-topic {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23223f99%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22><line x1=%228%22 y1=%226%22 x2=%2221%22 y2=%226%22></line><line x1=%228%22 y1=%2212%22 x2=%2221%22 y2=%2212%22></line><line x1=%228%22 y1=%2218%22 x2=%2221%22 y2=%2218%22></line><line x1=%223%22 y1=%226%22 x2=%223.01%22 y2=%226%22></line><line x1=%223%22 y1=%2212%22 x2=%223.01%22 y2=%2212%22></line><line x1=%223%22 y1=%2218%22 x2=%223.01%22 y2=%2218%22></line></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

/* Arrow Icon (Right) - Replcaing text with SVG */
.ee-accordion-toggle .toggle-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #f0f2f5;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.ee-accordion-toggle .toggle-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: translate(-50%, -60%) rotate(45deg);
    transition: all 0.3s ease;
}

/* Active State for Arrow */
.ee-accordion-toggle.active .toggle-icon {
    background-color: var(--thirdary); /* Highlight Color */
    transform: none; /* Cancel previous rotation logic if any, handle inner arrow */
}

.ee-accordion-toggle.active .toggle-icon::after {
    border-color: #fff;
    transform: translate(-50%, -40%) rotate(225deg); /* Flip arrow up */
}


/* --- Career Page Specific Styles --- */

/* Career Swiper Styling */
.career-swiper {
    width: 100%;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.career-swiper .swiper-slide img {
    width: 100%;
    height: 240px; /* Fixed height for uniformity */
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.career-swiper .swiper-pagination-bullet-active {
    background-color: var(--thirdary);
}

.career-swiper .swiper-button-next,
.career-swiper .swiper-button-prev {
    color: var(--thirdary);
}

/* UL LI Arrow List Styling */
.career-list-arrow {
    padding: 0;
    margin: 0;
    list-style: none;
}

.career-list-arrow li {
    position: relative;
    padding-left: calc(20 * var(--px));
    margin-bottom: calc(10 * var(--px));
    font-size: calc(18 * var(--px));
    line-height: 1.5;
    color: #333;
}

/* Small Arrow using CSS border */
.career-list-arrow li::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(9 * var(--px)); /* Align with text */
    width: 0;
    height: 0;
    border-top: calc(5 * var(--px)) solid transparent;
    border-bottom: calc(5 * var(--px)) solid transparent;
    border-left: calc(8 * var(--px)) solid var(--thirdary); /* Arrow color */
}

.career-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 calc(40 * var(--px));
}

/* Horizontal variation for Perception section */
.career-list-pipe {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: calc(10 * var(--px)) 0 calc(20 * var(--px)) 0;
    list-style: none;
    font-size: calc(20 * var(--px));
    color: var(--thirdary);
    font-weight: 700;
}

.career-list-pipe li:not(:last-child)::after {
    content: '|';
    margin: 0 calc(15 * var(--px));
    color: #ccc;
    font-weight: 400;
}

@media (max-width: 768px) {
    .career-services-grid {
        grid-template-columns: 1fr;
    }

    .career-list-arrow.horizontal {
        flex-direction: column;
        gap: 10px;
    }
}


/* --- Career Stats Grid Redesign --- */
.career-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.career-stat-card {
    background: #fff;
    border-radius: 8px;
    padding: 24px 16px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.career-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.08);
}

.career-stat-num {
    font-size: calc(36 * var(--px));
    font-weight: 800;
    color: var(--thirdary); /* Using the theme highlight color */
    line-height: 1;
    margin-bottom: 8px;
    font-family: 'Arial', sans-serif;
}

.career-stat-text {
    font-size: calc(16 * var(--px));
    color: #555;
    font-weight: 500;
}

@media (max-width: 900px) {
    .career-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .career-stats-grid {
        grid-template-columns: 1fr;
    }
    .career-stat-num {
        font-size: 32px;
    }
}


/* --- Mobile Typography Fixes for Career Page --- */
@media (max-width: 768px) {
    /* Fix lists font size to match body text */
    .career-list-arrow li {
        font-size: 13px !important;
        margin-bottom: 8px;
    }

    /* Fix pipe list */
    .career-list-pipe {
        font-size: 14px !important;
        margin: 10px 0 15px 0;
    }
    
    .career-list-pipe li:not(:last-child)::after {
        margin: 0 8px;
    }

    /* Fix Stats Card text */
    .career-stat-text {
        font-size: 12px !important;
    }
    
    .career-stat-num {
        font-size: 28px !important; /* Slightly smaller to balance */
    }

    /* Fix Contact items */
    .contact-item {
        font-size: 13px !important;
        padding-left: 24px;
        margin-bottom: 14px;
    }

    /* Fix Contact icons size if needed */
    .c-icon {
        transform: scale(0.9);
        top: 3px;
    }
}


/* --- Career Long Title Optimization --- */
.career-title-suffix {
    display: inline;
}

@media (max-width: 768px) {
    .desktop-hyphen {
        display: none;
    }
    
    .career-title-suffix {
        display: block;
        margin-top: 8px;
        font-size: 0.75em; /* Relative to the H2 size (24px -> ~18px) */
        line-height: 1.4;
        color: #555; /* Slightly lighter than main title */
        font-weight: 600;
    }
}

