.elementor-24602 .elementor-element.elementor-element-aa6af40:not(.elementor-motion-effects-element-type-background), .elementor-24602 .elementor-element.elementor-element-aa6af40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f8f8;}.elementor-24602 .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-24602 .elementor-element.elementor-element-aa6af40 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-24602 .elementor-element.elementor-element-aa6af40 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-24602 .elementor-element.elementor-element-7c1f370 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-24602 .elementor-element.elementor-element-7c1f370{padding:10px 0px 10px 0px;}.elementor-24602 .elementor-element.elementor-element-e41c1e9{margin-top:30px;margin-bottom:30px;padding:0px 0px 0px 0px;}.elementor-24602 .elementor-element.elementor-element-9143820{color:#000000;}.elementor-24602 .elementor-element.elementor-element-9143820 a{color:#5C8018;}.elementor-24602 .elementor-element.elementor-element-a0c3b1f > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-24602 .elementor-element.elementor-element-a0c3b1f{padding:0px 0px 0px 0px;}.elementor-24602 .elementor-element.elementor-element-937e715 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-24602 .elementor-element.elementor-element-937e715{padding:10px 0px 10px 0px;}.elementor-24602 .elementor-element.elementor-element-edb1814{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-24602 .elementor-element.elementor-element-edb1814 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-24602 .elementor-element.elementor-element-edb1814 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-24602 .elementor-element.elementor-element-002a6c8 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-24602 .elementor-element.elementor-element-002a6c8{padding:10px 0px 10px 0px;}.elementor-24602 .elementor-element.elementor-element-d29c3aa{width:100%;max-width:100%;}@media(max-width:767px){.elementor-24602 .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-24602 .elementor-element.elementor-element-5115fb4{width:100%;}.elementor-24602 .elementor-element.elementor-element-6f67cae{width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-24602 .elementor-element.elementor-element-6f67cae{width:100%;}}/* Start custom CSS for html, class: .elementor-element-1795b2c */:root {
    --food-primary: #5C8018;     /* UNIOSUN Green */
    --food-primary-dark: #4a6a14; /* Darker Green */
    --food-accent: #D4A017;       /* UNIOSUN Gold */
    --food-accent-dark: #b8890c;   /* Darker Gold */
    --food-soft: #f8fafc;          /* Light Gray */
    --food-dark: #1B3F5B;          /* UNIOSUN Navy */
    --food-gray: #475569;
    --food-light-gray: #94a3b8;
}

.food-hero {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 120px 0;
    padding-bottom: 50px;
}

/* Background Texture: Organic Grain Mesh - Updated to UNIOSUN colors */
.food-grain-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.09;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0c16.568 0 30 13.432 30 30S46.568 60 30 60 0 46.568 0 30 13.432 0 30 0zm0 10C18.954 10 10 18.954 10 30s8.954 20 20 20 20-8.954 20-20S41.046 10 30 10z' fill='%235C8018' fill-opacity='0.4'/%3E%3C/svg%3E");
    background-size: 40px;
    z-index: 1;
}

.f-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 5;
}

.f-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: center;
}

/* Path Tag */
.f-path-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.f-dot {
    width: 8px;
    height: 8px;
    background: var(--food-accent);
    border-radius: 50%;
    animation: pulseDot 1.5s infinite;
}

@keyframes pulseDot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
}

.f-path-tag span {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--food-primary);
}

.partner{
    margin-left: 20px;
}

/* Title & Text */
.f-title {
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    font-weight: 800;
    color: var(--food-dark);
    line-height: 1.1;
    margin-bottom: 24px;
    margin-top: 0px;
}

.f-highlight {
    color: var(--food-primary);
    position: relative;
    display: inline-block;
}

.f-highlight::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    z-index: -1;
}

.f-description {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--food-gray);
    max-width: 600px;
    margin-bottom: 32px;
}

/* Stats Row */
.f-stats-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}

.f-stat strong { 
    display: block; 
    font-size: 1.3rem; 
    color: var(--food-dark);
    font-weight: 800;
}
.f-stat span { 
    font-size: 0.7rem; 
    color: var(--food-light-gray); 
    font-weight: 600; 
    text-transform: uppercase; 
    letter-spacing: 0.5px;
}
.f-stat-line { 
    width: 1px; 
    height: 40px; 
    background: #e2e8f0; 
}

/* Buttons - Updated to UNIOSUN colors */
.f-actions { 
    display: flex; 
    gap: 20px; 
    flex-wrap: wrap;
}

.btn-f-solid {
    background: var(--food-primary);
    color: white;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-f-solid:hover {
    background: var(--food-primary-dark);
    transform: translateY(-3px);
    gap: 14px;
    box-shadow: 0 10px 20px rgba(92, 128, 24, 0.2);
}

.btn-f-ghost {
    border: 2px solid var(--food-primary);
    color: var(--food-primary);
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-f-ghost:hover {
    background: rgba(92, 128, 24, 0.05);
    transform: translateY(-3px);
    gap: 14px;
}

/* VISUAL STACK MODULE */
.f-visual-stack {
    position: relative;
}

.f-main-card {
    background: white;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 20px 40px -12px rgba(27, 63, 91, 0.1);
    border: 1px solid #e2e8f0;
    position: relative;
}

.f-card-label {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--food-light-gray);
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.f-spectrum-bars {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    height: 140px;
    margin-bottom: 32px;
}

.s-bar {
    flex: 1;
    height: var(--h);
    background: var(--c);
    border-radius: 6px;
    position: relative;
    transition: 0.4s ease;
    cursor: pointer;
}

.s-bar:hover {
    transform: translateY(-5px);
    filter: brightness(1.1);
}

.s-bar::after {
    content: attr(data-label);
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.6rem;
    font-weight: 700;
    color: var(--food-gray);
    white-space: nowrap;
}

/* Update bar colors to UNIOSUN palette */
.s-bar[data-label="Bioactives"] { background: #5C8018; }
.s-bar[data-label="Safety"] { background: #D4A017; }
.s-bar[data-label="Processing"] { background: #1B3F5B; }
.s-bar[data-label="Engineering"] { background: #7BA834; }

.f-featured-topic {
    display: flex;
    gap: 15px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.f-featured-topic i { 
    color: var(--food-accent); 
    font-size: 1.2rem; 
    margin-top: 3px;
}
.f-featured-topic h6 { 
    font-size: 0.85rem; 
    margin-bottom: 5px; 
    color: var(--food-dark);
    font-weight: 700;
}
.f-featured-topic p { 
    font-size: 0.75rem; 
    color: var(--food-gray); 
    line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .f-grid { 
        grid-template-columns: 1fr; 
        text-align: center; 
        gap: 50px;
    }
    
    .f-path-tag { 
        justify-content: center; 
    }
    
    .f-stats-row { 
        justify-content: center; 
    }
    
    .f-actions { 
        justify-content: center; 
    }
    
    .f-description { 
        margin-left: auto; 
        margin-right: auto; 
    }
    
    .f-visual-stack { 
        display: none; 
    }
    
    .f-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .food-hero {
        padding: 120px 0;
        padding-bottom: 50px;
    }
    
    .f-container {
        padding: 0 24px;
    }
    
    .f-title {
        font-size: 2rem;
    }
    
    .f-description {
        font-size: 0.95rem;
    }
    
    .f-stats-row {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .f-stat-line {
        display: none;
    }
    
    .f-actions {
        flex-direction: column;
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        gap: 15px;
    }
    
    .btn-f-solid, .btn-f-ghost {
        width: 100%;
        justify-content: center;
        padding: 12px 24px;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .f-title {
        font-size: 1.8rem;
    }
    
    .f-stat strong {
        font-size: 1.1rem;
    }
    
    .f-stat span {
        font-size: 0.6rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2794af2 */.fst-main {
            background: #ffffff;
            position: relative;
        }

        /* Unique diagonal pattern */
        .fst-main::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: repeating-linear-gradient(135deg, rgba(92, 128, 24, 0.02) 0px, rgba(92, 128, 24, 0.02) 2px, transparent 2px, transparent 12px);
            pointer-events: none;
        }

        .fst-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 60px 24px;
            position: relative;
            z-index: 2;
        }

        /* ============================================ */
        /* INFO STRIP - Unique Design */
        /* ============================================ */
        
        .info-strip {
            background: linear-gradient(135deg, #1B3F5B, #0f2a3d);
            border-radius: 20px;
            padding: 20px 32px;
            margin-bottom: 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .info-strip-item {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .info-strip-item i {
            font-size: 1.5rem;
            color: #D4A017;
        }

        .info-strip-item .label {
            font-size: 0.7rem;
            color: #94a3b8;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .info-strip-item .value {
            font-size: 0.9rem;
            font-weight: 600;
            color: white;
        }

        /* ============================================ */
        /* WELCOME CARD - Fresh Design */
        /* ============================================ */
        
        .welcome-section {
            display: grid;
            grid-template-columns: 1.3fr 0.7fr;
            gap: 40px;
            margin-bottom: 70px;
        }

        .welcome-card {
            background: #f8fafc;
            border-radius: 28px;
            padding: 40px;
            position: relative;
            border: 1px solid #e2e8f0;
        }

        .welcome-card::after {
            content: '🍽️';
            position: absolute;
            bottom: 20px;
            right: 30px;
            font-size: 4rem;
            opacity: 0.05;
        }

        .welcome-card p {
            color: #475569;
            line-height: 1.75;
            margin-bottom: 20px;
        }

        .welcome-card p:last-child {
            margin-bottom: 0;
        }

        .partner-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: white;
            border-radius: 50px;
            padding: 6px 16px;
            font-size: 0.7rem;
            font-weight: 600;
            color: #5C8018;
            margin-top: 20px;
            border: 1px solid #e2e8f0;
        }

        /* Quick Info Card */
        .quick-info-card {
            background: linear-gradient(135deg, #5C8018, #4a6a14);
            border-radius: 28px;
            padding: 32px;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .quick-info-card::before {
            content: '\f0f5';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            bottom: -20px;
            right: -20px;
            font-size: 6rem;
            opacity: 0.08;
        }

        .quick-info-item {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 24px;
        }

        .quick-info-item:last-child {
            margin-bottom: 0;
        }

        .quick-info-icon {
            width: 45px;
            height: 45px;
            background: rgba(255,255,255,0.15);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .quick-info-icon i {
            font-size: 1.2rem;
            color: #D4A017;
        }

        .quick-info-text h4 {
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 4px;
            color: #FFFFFF;
        }

        .quick-info-text p {
            font-size: 0.7rem;
            color: #cbd5e1;
        }

        /* ============================================ */
        /* HISTORY TIMELINE - Stepped Design */
        /* ============================================ */
        
        .history-section {
            margin-bottom: 70px;
        }

        .section-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 30px;
        }

        .section-header i {
            font-size: 1.8rem;
            color: #5C8018;
        }

        .section-header h2 {
            font-size: 1.6rem;
            font-weight: 700;
            color: #1B3F5B;
        }

        .timeline-stepped {
            display: flex;
            justify-content: space-between;
            gap: 30px;
            flex-wrap: wrap;
        }

        .timeline-step {
            flex: 1;
            background: #f8fafc;
            border-radius: 20px;
            padding: 28px;
            text-align: center;
            position: relative;
            border: 1px solid #e2e8f0;
            transition: all 0.3s;
        }

        .timeline-step:hover {
            transform: translateY(-5px);
            border-color: #D4A017;
        }

        .step-year {
            font-size: 1.2rem;
            font-weight: 800;
            color: #D4A017;
            margin-bottom: 12px;
        }

        .step-icon {
            width: 50px;
            height: 50px;
            background: rgba(92, 128, 24, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 16px;
        }

        .step-icon i {
            font-size: 1.3rem;
            color: #5C8018;
        }

        .timeline-step h4 {
            font-size: 1rem;
            font-weight: 700;
            color: #1B3F5B;
            margin-bottom: 8px;
        }

        .timeline-step p {
            font-size: 0.8rem;
            color: #64748b;
            line-height: 1.5;
        }

        /* ============================================ */
        /* MISSION VISION - Flip Card Style */
        /* ============================================ */
        
        .mv-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 70px;
        }

        .mv-card {
            background: white;
            border-radius: 24px;
            padding: 36px;
            border: 1px solid #e2e8f0;
            transition: all 0.3s;
            position: relative;
        }

        .mv-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
        }

        .mv-icon {
            width: 55px;
            height: 55px;
            background: rgba(92, 128, 24, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
        }

        .mv-icon i {
            font-size: 1.5rem;
            color: #5C8018;
        }

        .mv-card h3 {
            font-size: 1.3rem;
            font-weight: 700;
            color: #1B3F5B;
            margin-bottom: 16px;
        }

        .mv-card p {
            color: #475569;
            line-height: 1.7;
        }

        /* ============================================ */
        /* ACADEMIC PROGRAMME - Minimalist */
        /* ============================================ */
        
        .academic-programme {
            background: #f8fafc;
            border-radius: 24px;
            padding: 32px;
            text-align: center;
            margin-bottom: 70px;
            border: 1px solid #e2e8f0;
        }

        .academic-programme i {
            font-size: 2.5rem;
            color: #D4A017;
            margin-bottom: 16px;
        }

        .academic-programme h3 {
            font-size: 1.5rem;
            font-weight: 800;
            color: #1B3F5B;
            margin-bottom: 8px;
        }

        .academic-programme p {
            color: #64748b;
        }

        /* ============================================ */
        /* RESEARCH AREAS - Accordion Style */
        /* ============================================ */
        
        .research-section {
            margin-bottom: 70px;
        }

        .research-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-top: 30px;
        }

        .research-category {
            background: #f8fafc;
            border-radius: 20px;
            padding: 24px;
            border: 1px solid #e2e8f0;
            transition: all 0.3s;
        }

        .research-category:hover {
            border-color: #5C8018;
        }

        .research-category-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 16px;
            padding-bottom: 12px;
            border-bottom: 2px solid #e2e8f0;
        }

        .research-category-header i {
            font-size: 1.3rem;
            color: #5C8018;
        }

        .research-category-header h4 {
            font-size: 1rem;
            font-weight: 700;
            color: #1B3F5B;
        }

        .research-list {
            list-style: none;
        }

        .research-list li {
            padding: 8px 0;
            font-size: 0.75rem;
            color: #64748b;
            display: flex;
            align-items: flex-start;
            gap: 8px;
            border-bottom: 1px dashed #e2e8f0;
        }

        .research-list li:last-child {
            border-bottom: none;
        }

        .research-list li i {
            color: #D4A017;
            font-size: 0.6rem;
            margin-top: 4px;
        }

        /* ============================================ */
        /* PRODUCT DEVELOPMENT - Featured Section */
        /* ============================================ */
        
        .products-section {
            background: linear-gradient(135deg, #f8fafc, #ffffff);
            border-radius: 28px;
            padding: 48px;
            margin-bottom: 70px;
            border: 1px solid #e2e8f0;
        }

        .products-header {
            text-align: center;
            margin-bottom: 32px;
        }

        .products-header h3 {
            font-size: 1.5rem;
            font-weight: 800;
            color: #1B3F5B;
            margin-bottom: 8px;
        }

        .products-header p {
            color: #64748b;
        }

        .products-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .product-item {
            background: white;
            border-radius: 20px;
            padding: 24px;
            text-align: center;
            transition: all 0.3s;
            border: 1px solid #e2e8f0;
        }

        .product-item:hover {
            transform: translateY(-5px);
            border-color: #D4A017;
        }

        .product-item i {
            font-size: 2rem;
            color: #5C8018;
            margin-bottom: 12px;
        }

        .product-item h4 {
            font-size: 0.9rem;
            font-weight: 700;
            color: #1B3F5B;
            margin-bottom: 6px;
        }

        .product-item p {
            font-size: 0.7rem;
            color: #64748b;
        }

        /* ============================================ */
        /* PARTNERSHIP BANNER */
        /* ============================================ */
        
        .partnership-banner {
            background: linear-gradient(135deg, #1B3F5B, #0f2a3d);
            border-radius: 28px;
            padding: 40px;
            text-align: center;
            margin-bottom: 40px;
            color: white;
        }

        .partnership-banner i {
            font-size: 2rem;
            color: #D4A017;
            margin-bottom: 16px;
        }

        .partnership-banner h3 {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 8px;
            color: #FFFFFF;
        }

        .partnership-banner p {
            color: #cbd5e1;
            margin-bottom: 20px;
        }

        .partner-logos {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }

        .partner-logos span {
            background: rgba(255,255,255,0.1);
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 0.8rem;
            font-weight: 600;
        }

        /* ============================================ */
        /* RESPONSIVE */
        /* ============================================ */
        
        @media (max-width: 1024px) {
            .welcome-section {
                grid-template-columns: 1fr;
            }
            .mv-section {
                grid-template-columns: 1fr;
            }
            .research-grid {
                grid-template-columns: 1fr;
            }
            .products-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .timeline-stepped {
                flex-direction: column;
            }
        }

        @media (max-width: 768px) {
            .fst-container {
                padding: 40px 20px;
            }
            .info-strip {
                flex-direction: column;
                text-align: center;
            }
            .products-grid {
                grid-template-columns: 1fr;
            }
            .welcome-card {
                padding: 28px 24px;
            }
            .section-header {
                flex-direction: column;
                text-align: center;
            }
            .timeline-step {
                padding: 24px;
            }
        }/* End custom CSS */