.elementor-22067 .elementor-element.elementor-element-aa6af40:not(.elementor-motion-effects-element-type-background), .elementor-22067 .elementor-element.elementor-element-aa6af40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f8f8;}.elementor-22067 .elementor-element.elementor-element-aa6af40{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-22067 .elementor-element.elementor-element-aa6af40 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-22067 .elementor-element.elementor-element-aa6af40 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-22067 .elementor-element.elementor-element-7c1f370 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-22067 .elementor-element.elementor-element-7c1f370{padding:10px 0px 10px 0px;}.elementor-22067 .elementor-element.elementor-element-e41c1e9{margin-top:30px;margin-bottom:30px;padding:0px 0px 0px 0px;}.elementor-22067 .elementor-element.elementor-element-9143820{color:#000000;}.elementor-22067 .elementor-element.elementor-element-9143820 a{color:#5C8018;}.elementor-22067 .elementor-element.elementor-element-a0c3b1f > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-22067 .elementor-element.elementor-element-a0c3b1f{padding:0px 0px 0px 0px;}.elementor-22067 .elementor-element.elementor-element-937e715 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-22067 .elementor-element.elementor-element-937e715{padding:10px 0px 10px 0px;}.elementor-22067 .elementor-element.elementor-element-3770753{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-22067 .elementor-element.elementor-element-3770753 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-22067 .elementor-element.elementor-element-3770753 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-22067 .elementor-element.elementor-element-43a65ee > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-22067 .elementor-element.elementor-element-43a65ee{padding:10px 0px 10px 0px;}.elementor-22067 .elementor-element.elementor-element-7beedc7{width:100%;max-width:100%;}@media(max-width:767px){.elementor-22067 .elementor-element.elementor-element-6f67cae > .elementor-element-populated{margin:0px 0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-22067 .elementor-element.elementor-element-5115fb4{width:100%;}.elementor-22067 .elementor-element.elementor-element-6f67cae{width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-22067 .elementor-element.elementor-element-6f67cae{width:100%;}}/* Start custom CSS for html, class: .elementor-element-1795b2c */.extension-hero {
        position: relative;
        background: linear-gradient(120deg, #0f2b1a 0%, #1e3a2e 50%, #0d2818 100%);
        margin-bottom: 0px;
        overflow: hidden;
    }

    /* Wave divider at bottom */
    .extension-hero-wave {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        line-height: 0;
        z-index: 1;
    }

    .extension-hero-wave svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 60px;
    }

    /* Overlay pattern */
    .extension-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: radial-gradient(circle at 20% 40%, rgba(212, 225, 87, 0.05) 2px, transparent 2px);
        background-size: 30px 30px;
        pointer-events: none;
    }

    /* Top accent bar */
    .extension-hero-top-bar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #f9c234, #5C8018, #f9c234, #5C8018);
        background-size: 300% 100%;
        animation: shimmer 3s ease infinite;
    }

    @keyframes shimmer {
        0% { background-position: 0% 0%; }
        100% { background-position: 100% 0%; }
    }

    .extension-hero-container {
        position: relative;
        z-index: 2;
        padding: 120px 56px 80px 56px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 50px;
    }

    /* Left Content */
    .extension-hero-content {
        flex: 1.2;
        min-width: 300px;
    }

    /* Floating badge */
    .extension-floating-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: rgba(212, 225, 87, 0.12);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(212, 225, 87, 0.25);
        border-radius: 60px;
        padding: 6px 18px 6px 12px;
        margin-bottom: -200px;
        font-size: 0.75rem;
        font-weight: 500;
        color: #f9c234;
        letter-spacing: 0.5px;
    }

    .extension-floating-badge i {
        font-size: 0.9rem;
    }

    .extension-floating-badge .pulse-dot {
        width: 8px;
        height: 8px;
        background: #f9c234;
        border-radius: 50%;
        margin-right: 6px;
        animation: pulse 1.5s infinite;
    }

    @keyframes pulse {
        0%, 100% { opacity: 1; transform: scale(1); }
        50% { opacity: 0.5; transform: scale(0.8); }
    }

    .extension-hero-title {
        font-size: 3.2rem;
        font-weight: 800;
        color: white;
        line-height: 1.15;
        margin-bottom: 20px;
        letter-spacing: -0.02em;
        margin-top: 2px;
    }

    .extension-hero-title .title-highlight {
        color: #f9c234;
        position: relative;
        display: inline-block;
    }

    .extension-hero-title .title-highlight::after {
        content: '';
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 100%;
        height: 8px;
        border-radius: 4px;
        z-index: -1;
    }

    .extension-hero-tagline {
        display: inline-block;
        font-size: 1rem;
        font-weight: 500;
        color: #f9c234;
        margin-bottom: 16px;
        letter-spacing: 1px;
    }

    .extension-hero-description {
        color: rgba(255,255,255,0.85);
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 32px;
        max-width: 550px;
    }

    /* Feature Pills */
    .extension-feature-pills {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 32px;
    }

    .feature-pill {
        background: rgba(255,255,255,0.08);
        backdrop-filter: blur(4px);
        padding: 6px 16px;
        border-radius: 40px;
        font-size: 0.75rem;
        color: rgba(255,255,255,0.85);
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border: 1px solid rgba(255,255,255,0.1);
    }

    .feature-pill i {
        color: #f9c234;
        font-size: 0.7rem;
    }

    /* Stats Cards - New horizontal card design */
    .extension-stats-row {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 36px;
    }

    .extension-stat-card {
        background: rgba(255,255,255,0.05);
        backdrop-filter: blur(8px);
        border-radius: 20px;
        padding: 16px 24px;
        min-width: 130px;
        border: 1px solid rgba(255,255,255,0.1);
        transition: all 0.3s ease;
        text-align: center;
    }

    .extension-stat-card:hover {
        background: rgba(212, 225, 87, 0.1);
        transform: translateY(-3px);
        border-color: rgba(212, 225, 87, 0.3);
    }

    .extension-stat-number {
        font-size: 2rem;
        font-weight: 600;
        color: #f9c234;
        line-height: 1.1;
    }

    .extension-stat-label {
        font-size: 0.7rem;
        color: rgba(255,255,255,0.7);
        letter-spacing: 0.5px;
        margin-top: 4px;
    }

    /* CTA Buttons - New style */
    .extension-hero-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
    }

    .ext-btn-primary {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #f9c234;
        color: #0a2a1a;
        padding: 14px 32px;
        border-radius: 50px;
        font-weight: 700;
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 0.9rem;
        box-shadow: 0 8px 20px rgba(212, 225, 87, 0.25);
    }

    .ext-btn-primary:hover {
        background: #5C8018;
        transform: translateY(-3px);
        box-shadow: 0 1px 12px rgba(212, 225, 87, 0.35);
        gap: 14px;
        color: #FFFFFF;
    }

    .ext-btn-secondary {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: rgba(255,255,255,0.1);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255,255,255,0.25);
        color: white;
        padding: 12px 28px;
        border-radius: 50px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 0.9rem;
    }

    .ext-btn-secondary:hover {
        background: rgba(255,255,255,0.2);
        border-color: #f9c234;
        transform: translateY(-3px);
    }

    /* Right Side - New Circular Stats Design */
    .extension-hero-right {
        flex: 0.9;
        min-width: 280px;
    }

    .hero-stats-ring {
        background: rgba(255,255,255,0.04);
        backdrop-filter: blur(8px);
        border-radius: 40px;
        padding: 28px;
        border: 1px solid rgba(255,255,255,0.1);
    }

    .ring-stats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        text-align: center;
    }

    .ring-stat-item {
        padding: 16px;
        border-radius: 24px;
        background: rgba(255,255,255,0.03);
        transition: all 0.3s;
    }

    .ring-stat-item:hover {
        background: rgba(212, 225, 87, 0.08);
    }

    .ring-stat-circle {
        width: 70px;
        height: 70px;
        margin: 0 auto 12px;
        background: rgba(212, 225, 87, 0.12);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ring-stat-circle i {
        font-size: 2rem;
        color: #f9c234;
    }

    .ring-stat-number {
        font-size: 1.4rem;
        font-weight: 600;
        color: white;
    }

    .ring-stat-label {
        font-size: 0.65rem;
        color: rgba(255,255,255,0.65);
        margin-top: 4px;
    }

    .hero-quote {
        margin-top: 24px;
        padding-top: 20px;
        border-top: 1px solid rgba(255,255,255,0.1);
        font-size: 0.8rem;
        color: rgba(255,255,255,0.6);
        font-style: italic;
        text-align: center;
    }

    .hero-quote i {
        color: #f9c234;
        margin-right: 6px;
    }

    /* Responsive */
    @media (max-width: 992px) {
        .extension-hero-container {
            padding: 150px 32px 150px 32px;
        }
        .extension-hero-title {
            font-size: 2.8rem;
        }
        .extension-hero-right{
            display: none;
        }
    }

    @media (max-width: 768px) {
        .extension-hero-container {
            flex-direction: column;
            text-align: center;
            padding: 150px 24px 150px 24px;
        }
        .extension-hero-description {
            margin-left: auto;
            margin-right: auto;
        }
        .extension-feature-pills {
            justify-content: center;
        }
        .extension-stats-row {
            justify-content: center;
        }
        .extension-hero-buttons {
            justify-content: center;
        }
        .extension-hero-title {
            font-size: 2.2rem;
        }
        .ring-stats-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        .extension-hero-right{
            display: none;
        }
    }

    @media (max-width: 480px) {
        .extension-hero-container {
            padding: 150px 20px 150px 20px;
        }
        .extension-hero-title {
            font-size: 1.8rem;
        }
        .extension-stat-card {
            padding: 12px 18px;
            min-width: 100px;
        }
        .extension-stat-number {
            font-size: 1.5rem;
        }
        .ring-stat-circle {
            width: 55px;
            height: 55px;
        }
        .ring-stat-circle i {
            font-size: 1.5rem;
        }
        .ring-stat-number {
            font-size: 1.1rem;
        }
        .extension-hero-right{
            display: none;
        }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2794af2 */.department-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 40px 24px 20px 24px;
        }

        /* ============================================ */
        /* PAGE HEADER (Simple, no hero) */
        /* ============================================ */
        .page-header {
            text-align: center;
            margin-bottom: 48px;
            padding-bottom: 24px;
            border-bottom: 3px solid #5C8018;
        }

        .university-badge {
            display: inline-block;
            background: #5C8018;
            color: white;
            padding: 6px 18px;
            border-radius: 30px;
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 1px;
            margin-bottom: 20px;
        }

        .page-header h1 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 12px;
            letter-spacing: -0.5px;
        }

        .page-header h1 span {
            color: #5C8018;
        }

        .page-subtitle {
            font-size: 1rem;
            color: #64748b;
            max-width: 700px;
            margin: 0 auto;
        }

        /* ============================================ */
        /* WELCOME CARD (HOD Message) */
        /* ============================================ */
        .welcome-card {
            background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
            border-radius: 24px;
            padding: 32px 36px;
            margin-bottom: 32px;
            border-left: 5px solid #5C8018;
            box-shadow: 0 4px 15px rgba(0,0,0,0.03);
        }

        .welcome-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(92, 128, 24, 0.1);
            border-radius: 50%;
            width: 50px;
            height: 50px;
            margin-bottom: 20px;
        }

        .welcome-icon i {
            font-size: 1.5rem;
            color: #5C8018;
        }

        .welcome-card p {
            color: #334155;
            line-height: 1.8;
            margin-bottom: 16px;
            font-size: 1rem;
        }

        .welcome-card p:last-child {
            margin-bottom: 0;
        }

        .hod-signature {
            margin-top: 20px;
            padding-top: 16px;
            border-top: 1px dashed #e2e8f0;
            font-style: italic;
            color: #5C8018;
            font-weight: 500;
        }

        /* ============================================ */
        /* SECTION STYLES */
        /* ============================================ */
        .section {
            background: white;
            border-radius: 20px;
            padding: 32px 36px;
            margin-bottom: 32px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
            transition: box-shadow 0.2s;
        }

        .section:hover {
            box-shadow: 0 8px 25px rgba(0,0,0,0.08);
        }

        .section-title {
            font-size: 1.6rem;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 24px;
            padding-bottom: 12px;
            border-bottom: 3px solid #5C8018;
            display: inline-block;
        }

        .section-title i {
            color: #5C8018;
            margin-right: 12px;
            font-size: 1.4rem;
        }

        .section-content {
            color: #334155;
            line-height: 1.7;
        }

        .section-content p {
            margin-bottom: 16px;
        }

        /* ============================================ */
        /* TWO COLUMN LAYOUT */
        /* ============================================ */
        .two-columns {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 32px;
        }

        /* ============================================ */
        /* INFO CARDS (Location, Philosophy) */
        /* ============================================ */
        .info-card {
            background: #f8fafc;
            border-radius: 16px;
            padding: 24px;
            border-left: 4px solid #5C8018;
            height: 100%;
        }

        .info-card h3 {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 16px;
            color: #0f172a;
        }

        .info-card h3 i {
            color: #5C8018;
            margin-right: 10px;
        }

        .info-card p {
            color: #475569;
            line-height: 1.7;
        }

        /* ============================================ */
        /* VISION & MISSION CARDS */
        /* ============================================ */
        .vision-card, .mission-card {
            background: white;
            border-radius: 20px;
            padding: 28px;
            height: 100%;
            box-shadow: 0 4px 12px rgba(0,0,0,0.04);
            border: 1px solid #eef2f6;
            transition: transform 0.2s;
        }

        .vision-card:hover, .mission-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 24px rgba(92, 128, 24, 0.08);
        }

        .vision-card .card-icon, .mission-card .card-icon {
            width: 60px;
            height: 60px;
            background: rgba(92, 128, 24, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .vision-card .card-icon i, .mission-card .card-icon i {
            font-size: 1.6rem;
            color: #5C8018;
        }

        .vision-card h3, .mission-card h3 {
            font-size: 1.4rem;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 16px;
        }

        .vision-card p, .mission-card p {
            color: #475569;
            line-height: 1.7;
        }

        /* ============================================ */
        /* PROGRAMMES LIST */
        /* ============================================ */
        .programmes-list {
            list-style: none;
            padding: 0;
        }

        .programmes-list li {
            padding: 14px 0;
            border-bottom: 1px solid #e2e8f0;
            display: flex;
            align-items: flex-start;
            gap: 14px;
        }

        .programmes-list li:last-child {
            border-bottom: none;
        }

        .programmes-list li i {
            color: #5C8018;
            font-size: 1.2rem;
            margin-top: 3px;
        }

        .programmes-list strong {
            color: #0f172a;
            font-weight: 700;
        }

        .programmes-list .programme-desc {
            font-size: 0.9rem;
            color: #64748b;
            margin-top: 4px;
        }

        /* ============================================ */
        /* FACILITIES GRID */
        /* ============================================ */
        .facilities-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 16px;
            margin-top: 16px;
        }

        .facility-item {
            background: #f1f5f9;
            padding: 14px 18px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 0.9rem;
            transition: all 0.2s;
        }

        .facility-item:hover {
            background: #e8edf2;
            transform: translateX(5px);
        }

        .facility-item i {
            color: #5C8018;
            width: 24px;
            font-size: 1.1rem;
        }

        .future-facilities {
            margin-top: 24px;
            padding-top: 20px;
            border-top: 1px dashed #cbd5e1;
        }

        .future-facilities h4 {
            color: #0f172a;
            margin-bottom: 16px;
            font-size: 1rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .future-facilities h4 i {
            color: #5C8018;
        }

        /* ============================================ */
        /* RESEARCH CARD */
        /* ============================================ */
        .research-card {
            background: #f8fafc;
            border-radius: 16px;
            padding: 24px;
            border: 1px solid #e2e8f0;
            transition: all 0.2s;
        }

        .research-card:hover {
            border-color: rgba(92, 128, 24, 0.3);
            box-shadow: 0 4px 12px rgba(0,0,0,0.04);
        }

        .research-card h4 {
            font-size: 1.1rem;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .research-card h4 i {
            color: #5C8018;
        }

        /* ============================================ */
        /* STATS BAR */
        /* ============================================ */
        .stats-bar {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
            margin-bottom: 40px;
        }

        .stat-item {
            background: linear-gradient(135deg, #5C8018 0%, #7BA834 100%);
            color: white;
            text-align: center;
            padding: 24px 16px;
            border-radius: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            transition: transform 0.2s;
        }

        .stat-item:hover {
            transform: translateY(-5px);
        }

        .stat-number {
            font-size: 2.2rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 8px;
        }

        .stat-label {
            font-size: 0.8rem;
            opacity: 0.9;
            letter-spacing: 0.5px;
        }

        /* ============================================ */
        /* SDG BANNER */
        /* ============================================ */
        .sdg-banner {
            background: linear-gradient(135deg, #0f2b1a 0%, #1a3a2a 100%);
            border-radius: 24px;
            padding: 32px 40px;
            margin-top: 32px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
        }

        .sdg-content {
            flex: 2;
        }

        .sdg-content h3 {
            color: #D4E157;
            font-size: 1.3rem;
            margin-bottom: 12px;
        }

        .sdg-content p {
            color: rgba(255,255,255,0.85);
            font-size: 0.9rem;
        }

        .sdg-icons {
            display: flex;
            gap: 20px;
            flex: 1;
            justify-content: flex-end;
        }

        .sdg-icon {
            text-align: center;
        }

        .sdg-icon i {
            font-size: 2.2rem;
            color: #D4E157;
        }

        .sdg-icon span {
            display: block;
            font-size: 0.7rem;
            color: rgba(255,255,255,0.7);
            margin-top: 5px;
        }

        /* ============================================ */
        /* FOOTER CONTACT */
        /* ============================================ */
        .contact-footer {
           background: linear-gradient(135deg, #5C8018 0%, #7BA834 100%);
           color: #ffffff !important;
            border-radius: 20px;
            padding: 32px 36px;
            margin-top: 32px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 30px;
        }

        .contact-info h4, .quick-links h4 {
            color: #FFFFFF;
            margin-bottom: 16px;
            font-size: 1rem;
        }

        .contact-info p {
            color: #FFFFFF;
            font-size: 0.85rem;
            margin-bottom: 8px;
        }

        .contact-info i {
            width: 28px;
            color: #FFFFFF;
        }

        .quick-links a {
            display: block;
            color: #94a3b8;
            text-decoration: none;
            font-size: 0.85rem;
            margin-bottom: 10px;
            transition: color 0.2s;
        }

        .quick-links a:hover {
            color: #D4E157;
        }

        .copyright {
            text-align: center;
            padding-top: 24px;
            margin-top: 24px;
            border-top: 1px solid #334155;
            color: #64748b;
            font-size: 0.75rem;
        }

        /* ============================================ */
        /* RESPONSIVE */
        /* ============================================ */
        @media (max-width: 992px) {
            .department-container {
                padding: 30px 20px 50px 20px;
            }
            .page-header h1 {
                font-size: 2rem;
            }
            .section-title {
                font-size: 1.4rem;
            }
            .two-columns {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            .stats-bar {
                grid-template-columns: repeat(2, 1fr);
            }
            .welcome-card {
                padding: 28px 24px;
            }
            .section {
                padding: 28px 24px;
            }
        }

        @media (max-width: 640px) {
            .page-header h1 {
                font-size: 1.6rem;
            }
            .stats-bar {
                grid-template-columns: 1fr;
            }
            .facilities-grid {
                grid-template-columns: 1fr;
            }
            .sdg-banner {
                flex-direction: column;
                text-align: center;
            }
            .sdg-icons {
                justify-content: center;
            }
            .contact-footer {
                flex-direction: column;
                text-align: center;
            }
            .section {
                padding: 24px 20px;
            }
            .welcome-card {
                padding: 24px 20px;
            }
        }

        /* Print Styles */
        @media print {
            body {
                background: white;
            }
            .section, .welcome-card, .info-card {
                box-shadow: none;
                border: 1px solid #ddd;
                page-break-inside: avoid;
            }
            .stats-bar {
                background: #f0f0f0;
            }
            .contact-footer {
                background: #f0f0f0;
                color: black;
            }
        }/* End custom CSS */