.elementor-22227 .elementor-element.elementor-element-aa6af40:not(.elementor-motion-effects-element-type-background), .elementor-22227 .elementor-element.elementor-element-aa6af40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f8f8;}.elementor-22227 .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-22227 .elementor-element.elementor-element-aa6af40 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-22227 .elementor-element.elementor-element-aa6af40 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-22227 .elementor-element.elementor-element-7c1f370 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-22227 .elementor-element.elementor-element-7c1f370{padding:10px 0px 10px 0px;}.elementor-22227 .elementor-element.elementor-element-e41c1e9{margin-top:30px;margin-bottom:30px;padding:0px 0px 0px 0px;}.elementor-22227 .elementor-element.elementor-element-9143820{color:#000000;}.elementor-22227 .elementor-element.elementor-element-9143820 a{color:#5C8018;}.elementor-22227 .elementor-element.elementor-element-a0c3b1f > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-22227 .elementor-element.elementor-element-a0c3b1f{padding:0px 0px 0px 0px;}.elementor-22227 .elementor-element.elementor-element-937e715 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-22227 .elementor-element.elementor-element-937e715{padding:10px 0px 10px 0px;}.elementor-22227 .elementor-element.elementor-element-562985a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-22227 .elementor-element.elementor-element-562985a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-22227 .elementor-element.elementor-element-562985a > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-22227 .elementor-element.elementor-element-6a2e7a6 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-22227 .elementor-element.elementor-element-6a2e7a6{padding:10px 0px 10px 0px;}.elementor-22227 .elementor-element.elementor-element-6b86d37{width:100%;max-width:100%;}@media(max-width:767px){.elementor-22227 .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-22227 .elementor-element.elementor-element-5115fb4{width:100%;}.elementor-22227 .elementor-element.elementor-element-6f67cae{width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-22227 .elementor-element.elementor-element-6f67cae{width:100%;}}/* Start custom CSS for html, class: .elementor-element-1795b2c */.agro-hero {
            position: relative;
            background: linear-gradient(145deg, #0a3d2a 0%, #1a5a3a 30%, #0d2a1a 100%);
            overflow: hidden;
            box-shadow: 0 35px 60px -25px rgba(0,0,0,0.4);
        }

        /* Leaf pattern background */
        .agro-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.06"><path fill="white" d="M50,20 C55,25 58,32 55,40 C52,48 45,52 40,48 C35,44 35,35 38,28 C41,21 46,18 50,20 Z M70,50 C75,55 78,62 75,70 C72,78 65,82 60,78 C55,74 55,65 58,58 C61,51 66,48 70,50 Z M30,60 C35,65 38,72 35,80 C32,88 25,92 20,88 C15,84 15,75 18,68 C21,61 26,58 30,60 Z"/><circle cx="50" cy="50" r="2" fill="white"/><circle cx="75" cy="35" r="1.5" fill="white"/><circle cx="25" cy="75" r="1.5" fill="white"/></svg>');
            background-repeat: repeat;
            background-size: 60px;
            pointer-events: none;
        }

        /* Sunburst effect */
        .agro-hero::after {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(212, 225, 87, 0.08), transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }

        /* Top decorative line */
        .agro-hero-top {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: repeating-linear-gradient(90deg, #f9c234, #5C8018, #f9c234, #E8A317, #5C8018);
            background-size: 200% 100%;
            animation: slideBorder 6s linear infinite;
            z-index: 3;
        }

        @keyframes slideBorder {
            0% { background-position: 0% 0%; }
            100% { background-position: 200% 0%; }
        }

        .agro-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 */
        .agro-hero-content {
            flex: 1.2;
            min-width: 300px;
        }

        /* Leaf badge */
        .agro-badge {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: rgba(212, 225, 87, 0.12);
            backdrop-filter: blur(8px);
            border: 1px solid rgba(212, 225, 87, 0.3);
            border-radius: 60px;
            padding: 8px 22px 8px 18px;
            margin-bottom: 28px;
            font-size: 0.75rem;
            font-weight: 500;
            color: #f9c234;
            letter-spacing: 0.5px;
        }

        .agro-badge .leaf-icon {
            animation: leafFloat 2s ease-in-out infinite;
            display: inline-block;
        }

        @keyframes leafFloat {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-3px) rotate(5deg); }
        }

        .agro-badge .pulse-leaf {
            width: 8px;
            height: 8px;
            background: #f9c234;
            border-radius: 2px;
            margin-right: 6px;
            animation: pulseLeaf 1.5s infinite;
            transform: rotate(45deg);
        }

        @keyframes pulseLeaf {
            0%, 100% { opacity: 1; transform: rotate(45deg) scale(1); }
            50% { opacity: 0.4; transform: rotate(45deg) scale(0.7); }
        }

        /* Main Title */
        .agro-hero-title {
            font-size: 3.8rem;
            font-weight: 800;
            color: white;
            line-height: 1.1;
            margin-bottom: 20px;
            letter-spacing: -0.02em;
        }

        .agro-hero-title .title-leaf {
            color: #f9c234;
            position: relative;
            display: inline-block;
        }
        @keyframes sway {
            0%, 100% { transform: rotate(-5deg); }
            50% { transform: rotate(5deg); }
        }

        /* Tagline with wheat icon */
        .agro-tagline {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255,255,255,0.08);
            backdrop-filter: blur(4px);
            padding: 6px 18px;
            border-radius: 30px;
            font-size: 0.75rem;
            font-weight: 500;
            color: #f9c234;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }

        .agro-tagline i {
            animation: spinWheat 4s linear infinite;
        }

        @keyframes spinWheat {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .agro-hero-description {
            color: rgba(255,255,255,0.88);
            font-size: 1rem;
            line-height: 1.7;
            margin-bottom: 32px;
            max-width: 550px;
        }

        /* Stats with soil/dirt design */
        .agro-stats-row {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 36px;
        }

        .agro-stat-card {
            background: rgba(255,255,255,0.05);
            backdrop-filter: blur(8px);
            border-radius: 24px;
            padding: 16px 24px;
            min-width: 120px;
            border: 1px solid rgba(255,255,255,0.1);
            transition: all 0.3s ease;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .agro-stat-card::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, #f9c234, #5C8018);
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }

        .agro-stat-card:hover::before {
            transform: scaleX(1);
        }

        .agro-stat-card:hover {
            background: rgba(212, 225, 87, 0.1);
            transform: translateY(-3px);
        }

        .agro-stat-number {
            font-size: 1.8rem;
            font-weight: 600;
            color: #f9c234;
            line-height: 1.2;
        }

        .agro-stat-label {
            font-size: 0.65rem;
            color: rgba(255,255,255,0.7);
            letter-spacing: 0.5px;
            margin-top: 6px;
        }

        /* CTA Buttons */
        .agro-hero-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 18px;
        }

        .agro-btn-primary {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #f9c234;
            color: #0a2a1a;
            padding: 14px 34px;
            border-radius: 50px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 0.9rem;
            box-shadow: 0 8px 25px rgba(212, 225, 87, 0.3);
            position: relative;
        }

        .agro-btn-primary:hover {
            background: #5C8018;
            color: #FFFFFF;
            transform: translateY(-3px);
            gap: 16px;
            box-shadow: 0 12px 12px rgba(0, 0, 0, 0.4);
        }

        .agro-btn-secondary {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(8px);
            border: 1.5px solid rgba(255,255,255,0.3);
            color: white;
            padding: 12px 30px;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }

        .agro-btn-secondary:hover {
            background: rgba(212, 225, 87, 0.15);
            border-color: #f9c234;
            transform: translateY(-3px);
            gap: 14px;
        }

        /* Right Side - 3D Floating Cards */
        .agro-hero-right {
            flex: 0.9;
            min-width: 300px;
        }

        .agro-crops-container {
            background: rgba(255,255,255,0.04);
            backdrop-filter: blur(12px);
            border-radius: 40px;
            padding: 25px;
            border: 1px solid rgba(255,255,255,0.1);
            position: relative;
        }

        .crops-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 18px;
        }

        .crop-card {
            background: rgba(255,255,255,0.06);
            border-radius: 24px;
            padding: 18px 12px;
            text-align: center;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            cursor: pointer;
            border: 1px solid rgba(255,255,255,0.05);
        }

        .crop-card:hover {
            background: rgba(212, 225, 87, 0.12);
            transform: translateY(-8px) scale(1.02);
            border-color: rgba(212, 225, 87, 0.3);
        }

        .crop-emoji {
            font-size: 2.5rem;
            margin-bottom: 10px;
            display: block;
            transition: transform 0.3s;
        }

        .crop-card:hover .crop-emoji {
            transform: scale(1.1);
        }

        .crop-name {
            font-size: 0.75rem;
            color: rgba(255,255,255,0.8);
            font-weight: 500;
        }

        /* Floating particles */
        .floating-particle {
            position: absolute;
            font-size: 1.2rem;
            opacity: 0.25;
            animation: floatParticle 8s ease-in-out infinite;
        }

        @keyframes floatParticle {
            0%, 100% { transform: translateY(0px) translateX(0px); }
            25% { transform: translateY(-10px) translateX(5px); }
            50% { transform: translateY(-5px) translateX(-5px); }
            75% { transform: translateY(5px) translateX(3px); }
        }

        .particle-1 { top: 15px; right: 15px; animation-delay: 0s; }
        .particle-2 { bottom: 15px; left: 15px; animation-delay: 1s; }
        .particle-3 { top: 40%; right: -5px; animation-delay: 2s; }
        .particle-4 { bottom: 30%; left: -10px; animation-delay: 0.5s; }

        /* Soil texture at bottom */
        .soil-texture {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background: repeating-linear-gradient(45deg, rgba(92, 128, 24, 0.3), rgba(92, 128, 24, 0.3) 10px, rgba(212, 225, 87, 0.2) 10px, rgba(212, 225, 87, 0.2) 20px);
        }

        /* Scroll Indicator */
        .agro-scroll {
            position: absolute;
            bottom: 25px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 3;
            text-align: center;
            cursor: pointer;
        }

        .scroll-wheat {
            width: 28px;
            height: 44px;
            border: 2px solid rgba(255,255,255,0.4);
            border-radius: 20px;
            margin: 0 auto;
            position: relative;
        }

        .scroll-wheat::before {
            content: '\1F33E';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            font-size: 0.8rem;
            animation: scrollWheat 1.5s infinite;
        }

        @keyframes scrollWheat {
            0% { opacity: 1; top: 8px; }
            80% { opacity: 0; top: 20px; }
            100% { opacity: 0; top: 8px; }
        }

        /* Responsive */
        @media (max-width: 992px) {
            .agro-hero {
            }
            .agro-hero-container {
                padding: 100px 36px 100px 36px;
            }
            .agro-hero-title {
                font-size: 3rem;
            }
            .agro-hero-title .title-leaf::before {
                display: none;
            }
            .agro-hero-right{
                display: none;
            }
        }

        @media (max-width: 768px) {
            .agro-hero {
            }
            .agro-hero-container {
                flex-direction: column;
                text-align: center;
                padding: 100px 24px 100px 24px;
            }
            .agro-hero-description {
                margin-left: auto;
                margin-right: auto;
            }
            .agro-stats-row {
                justify-content: center;
            }
            .agro-hero-buttons {
                justify-content: center;
            }
            .agro-hero-title {
                font-size: 2.4rem;
            }
            .crops-grid {
                grid-template-columns: repeat(2, 1fr);
            }
             .agro-hero-right{
                display: none;
            }
        }

        @media (max-width: 480px) {
            .agro-hero {
            }
            .agro-hero-container {
                padding: 100px 18px 100px 18px;
            }
            .agro-hero-title {
                font-size: 1.8rem;
            }
            .agro-stat-card {
                padding: 12px 18px;
                min-width: 100px;
            }
            .agro-stat-number {
                font-size: 1.4rem;
            }
            .crop-emoji {
                font-size: 1.8rem;
            }
             .agro-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: 0 24px 60px 24px;
        }

        /* ============================================ */
        /* SECTION STYLES */
        /* ============================================ */
        .section {
            background: white;
            border-radius: 24px;
            padding: 36px 40px;
            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.8rem;
            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.6rem;
        }

        .section-content {
            color: #334155;
            line-height: 1.7;
        }

        .section-content p {
            margin-bottom: 16px;
        }

        /* ============================================ */
        /* OVERVIEW CARD */
        /* ============================================ */
        .overview-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);
        }

        .overview-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;
        }

        .overview-icon i {
            font-size: 1.5rem;
            color: #5C8018;
        }

        .overview-card p {
            color: #334155;
            line-height: 1.8;
            margin-bottom: 16px;
            font-size: 1rem;
        }

        .overview-card p:last-child {
            margin-bottom: 0;
        }

        /* ============================================ */
        /* TWO COLUMN LAYOUT */
        /* ============================================ */
        .two-columns {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 32px;
        }

        /* ============================================ */
        /* INFO CARDS */
        /* ============================================ */
        .info-card {
            background: #f8fafc;
            border-radius: 20px;
            padding: 28px;
            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: 32px;
            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;
        }

        .programme-desc {
            font-size: 0.9rem;
            color: #64748b;
            margin-top: 4px;
        }

        /* ============================================ */
        /* FACILITIES GRID */
        /* ============================================ */
        .facilities-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 16px;
            margin-top: 20px;
        }

        .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;
        }

        /* ============================================ */
        /* RESEARCH AREAS */
        /* ============================================ */
        .research-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 16px;
            margin-bottom: 30px;
        }

        .research-tag {
            background: rgba(92, 128, 24, 0.1);
            color: #5C8018;
            padding: 8px 18px;
            border-radius: 30px;
            font-size: 0.85rem;
            font-weight: 500;
            transition: all 0.2s;
        }

        .research-tag:hover {
            background: #5C8018;
            color: white;
            transform: translateY(-2px);
        }

        .research-facilities-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 16px;
            margin-top: 16px;
        }

        .research-facility-item {
            background: #f8fafc;
            padding: 12px 16px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.9rem;
            border: 1px solid #e2e8f0;
        }

        .research-facility-item i {
            color: #5C8018;
        }

        /* ============================================ */
        /* GRANTS LIST */
        /* ============================================ */
        .grants-list {
            list-style: none;
            padding: 0;
        }

        .grants-list li {
            padding: 18px;
            margin-bottom: 16px;
            background: #f8fafc;
            border-radius: 16px;
            border-left: 4px solid #5C8018;
            transition: all 0.2s;
        }

        .grants-list li:hover {
            background: #f1f5f9;
            transform: translateX(5px);
        }

        .grants-list li:last-child {
            margin-bottom: 0;
        }

        .grant-title {
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 8px;
            font-size: 1rem;
        }

        .grant-details {
            font-size: 0.85rem;
            color: #64748b;
        }

        /* ============================================ */
        /* COMMUNITY PROJECTS */
        /* ============================================ */
        .community-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            margin-top: 20px;
        }

        .community-card {
            background: linear-gradient(135deg, #f8fafc, #ffffff);
            border-radius: 20px;
            padding: 24px;
            text-align: center;
            border: 1px solid #eef2f6;
            transition: all 0.3s;
        }

        .community-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(92, 128, 24, 0.1);
            border-color: rgba(92, 128, 24, 0.2);
        }

        .community-icon {
            width: 70px;
            height: 70px;
            background: rgba(92, 128, 24, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
        }

        .community-icon i {
            font-size: 2rem;
            color: #5C8018;
        }

        .community-card h3 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 12px;
        }

        .community-card p {
            font-size: 0.85rem;
            color: #64748b;
            line-height: 1.6;
        }

        /* ============================================ */
        /* 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: 28px 20px;
            border-radius: 24px;
            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.3rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 8px;
        }

        .stat-label {
            font-size: 0.8rem;
            opacity: 0.9;
            letter-spacing: 0.5px;
        }

        /* ============================================ */
        /* CONTACT INFO BAR */
        /* ============================================ */
        .contact-info-bar {
            background: #0f172a;
            border-radius: 20px;
            padding: 24px 32px;
            margin-bottom: 32px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
        }

        .contact-email {
            display: flex;
            align-items: center;
            gap: 12px;
            color: white;
        }

        .contact-email i {
            font-size: 1.5rem;
            color: #f9c234;
        }

        .contact-email span {
            font-size: 1rem;
            font-weight: 500;
        }

        .contact-email a {
            color: #f9c234;
            text-decoration: none;
            font-weight: 600;
        }

        .contact-email a:hover {
            text-decoration: underline;
        }

        .contact-tagline {
            font-size: 0.85rem;
        }

        /* ============================================ */
        /* FOOTER */
        /* ============================================ */
        .contact-footer {
            background: linear-gradient(135deg, #1d4d6b 0%, #1d4d6b 100%);
            border-radius: 20px;
            padding: 32px 36px;
            margin-top: 32px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 30px;
            color: #FFFFFF;
        }

        .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: #5C8018;
        }

        .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: 0 20px 50px 20px;
            }
            .section-title {
                font-size: 1.5rem;
            }
            .two-columns {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            .stats-bar {
                grid-template-columns: repeat(2, 1fr);
            }
            .community-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .overview-card {
                padding: 28px 24px;
            }
            .section {
                padding: 28px 24px;
            }
            .grants-list li{
                margin-left: -35px;
            }
        }

        @media (max-width: 768px) {
            .stats-bar {
                grid-template-columns: repeat(2, 1fr);
            }
            .community-grid {
                grid-template-columns: 1fr;
            }
            .contact-info-bar {
                flex-direction: column;
                text-align: center;
            }
            .grants-list li{
                margin-left: -35px;
            }
        }

        @media (max-width: 640px) {
            .stats-bar {
                grid-template-columns: 1fr;
            }
            .facilities-grid {
                grid-template-columns: 1fr;
            }
            .research-facilities-grid {
                grid-template-columns: 1fr;
            }
            .contact-footer {
                flex-direction: column;
                text-align: center;
            }
            .section {
                padding: 24px 20px;
            }
            .overview-card {
                padding: 24px 20px;
            }
            .grants-list li{
                margin-left: -35px;
            }
        }

        /* Print Styles */
        @media print {
            body {
                background: white;
            }
            .section, .overview-card, .info-card {
                box-shadow: none;
                border: 1px solid #ddd;
                page-break-inside: avoid;
            }
            .stats-bar {
                background: #f0f0f0;
            }
            .contact-footer {
                background: #f0f0f0;
                color: black;
            }
            .grants-list li{
                margin-left: -35px;
            }
        }/* End custom CSS */