<?xml version="1.0" encoding="UTF-8"  ?>

<rss version="2.0"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>

<channel>
	<atom:link href="https://www.pbf.hr/feed/rss.php" rel="self" type="application/rss+xml" />
	<title> - Food Technology</title>
	<link>/en/faculty/what-sets-us-apart/food-technology</link>
	<description></description>
	<language></language>
	<copyright></copyright>
	<webMaster> (Webmaster)</webMaster>
	<managingEditor> (Webmaster)</managingEditor>
	<ttl>240</ttl>

		<item>
		<title>Food Technology</title>
		<pubDate>Tue, 21 Apr 2026 10:25:28 GMT</pubDate>
		<category>Content</category>
		<description>
		&lt;table border="0" width="100%"&gt;&lt;tr&gt;&lt;td&gt;
		
					&lt;div class="pbf-intro-section mb-3"&gt;
&lt;p style="line-height: 1.6; color: black; font-family: Calibri, sans-serif; margin-bottom: 0px; text-align: justify;"&gt;&lt;img alt="Prehrambena tehnologija" height="302" src="/images/site_0/front-view-woman-working-beer-factory.jpg" style="margin-left:20px; border:medium; float:right" width="453" /&gt; Food Technology develops, optimises, and manages processes that transform raw materials into products of the highest standards in terms of yield, &lt;strong&gt;nutritional value, and stability&lt;/strong&gt;, with &lt;strong&gt;food safety&lt;/strong&gt; as a constant priority throughout the system. It is grounded in a thorough understanding of the chemical and physical composition of food and engineering principles, employing modern and innovative processing methods. It includes advanced extraction technologies for isolating bioactive compounds and developing &lt;strong&gt;functional foods, plant-based alternatives, and personalised products&lt;/strong&gt;, while balancing nutritional and sensory quality. It incorporates &lt;strong&gt;digitalisation, automation, and the smart factory concept &lt;/strong&gt;to increase efficiency and flexibility, and to reduce the carbon footprint. Through a systematic approach, it establishes &lt;strong&gt;highly efficient and economically viable bioprocess systems,&lt;/strong&gt; minimising energy and resource consumption. By applying advanced analytical methods, it ensures microbiological and chemical safety and develops food defence protocols. It is essential for developing an environmentally and socially sustainable food system through the valorisation of by-products and waste, the application of Life Cycle Assessment (LCA), and the integration of market aspects into product development.&lt;/p&gt;

&lt;div style="clear: both;"&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;

&lt;section class="mb-5"&gt;
&lt;div class="row row-cols-1 row-cols-md-3 g-4"&gt;
&lt;div class="col d-flex"&gt;
&lt;div class="card card-pbf-custom shadow-sm flex-fill border-0"&gt;
&lt;div class="card-body d-flex flex-column p-4"&gt;&lt;span class="pbf-study-type text-muted"&gt;Undergraduate study&lt;/span&gt;

&lt;div class="divider-pbf-yellow"&gt;&amp;nbsp;&lt;/div&gt;

&lt;h4 class="pbf-study-name"&gt;Food Technology&lt;/h4&gt;

&lt;div class="mt-auto pt-3"&gt;&lt;a class="btn btn-custom w-100" href="/en/studies/undergraduate-studies/food-technology"&gt;Learn more&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="col d-flex"&gt;
&lt;div class="card card-pbf-custom shadow-sm flex-fill border-0"&gt;
&lt;div class="card-body d-flex flex-column p-4"&gt;&lt;span class="pbf-study-type text-muted"&gt;Graduate study&lt;/span&gt;

&lt;div class="divider-pbf-yellow"&gt;&amp;nbsp;&lt;/div&gt;

&lt;h4 class="pbf-study-name"&gt;Food Engineering&lt;/h4&gt;

&lt;div class="mt-auto pt-3"&gt;&lt;a class="btn btn-custom w-100" href="/en/studies/graduate-studies/food-engineering"&gt;Learn more&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="col d-flex"&gt;
&lt;div class="card card-pbf-custom shadow-sm flex-fill border-0"&gt;
&lt;div class="card-body d-flex flex-column p-4"&gt;&lt;span class="pbf-study-type text-muted"&gt;Graduate study&lt;/span&gt;

&lt;div class="divider-pbf-yellow"&gt;&amp;nbsp;&lt;/div&gt;

&lt;h4 class="pbf-study-name"&gt;Food Safety Management&lt;/h4&gt;

&lt;div class="mt-auto pt-3"&gt;&lt;a class="btn btn-custom w-100" href="/en/studies/graduate-studies/food-safety-management"&gt;Learn more&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;style type="text/css"&gt;:root {
        --pbf-blue: #25439f;
        --pbf-yellow: rgb(238, 225, 93);
        --pbf-soft-gray: #f4f5f7;
    }

    /* Linija koja boji strong tekst u plavo unutar uvodne sekcije */
    .pbf-intro-section strong {
        color: var(--pbf-blue);
    }

    .card-pbf-custom {
        background-color: var(--pbf-soft-gray) !important;
        border: 1px solid #eeeeee !important;
        transition: all 0.3s ease-in-out !important;
    }

    .card-pbf-custom:hover {
        transform: translateY(-5px) !important;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08) !important;
    }

    .pbf-study-name {
        color: var(--pbf-blue) !important;
        font-size: 1.55rem !important;
        font-weight: 800 !important;
        margin-top: 5px;
        line-height: 1.2;
    }

    .pbf-study-type {
        font-size: 1rem;
        font-weight: 500;
    }

    .divider-pbf-yellow {
        width: 50px;
        height: 3px;
        background-color: var(--pbf-yellow);
        margin: 8px 0;
    }

    .btn-custom {
        background-color: var(--pbf-blue) !important;
        color: white !important;
        border: none !important;
        padding: 12px 15px !important;
        border-radius: 50rem !important;
        font-weight: 600 !important;
        text-decoration: none !important;
        transition: all 0.3s ease;
        text-align: center;
        display: block;
    }

    .btn-custom:hover {
        background-color: var(--pbf-yellow) !important;
        color: #212529 !important;
    }
&lt;/style&gt;

				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://www.pbf.hr/en/faculty/what-sets-us-apart/food-technology#content___4927</link>
			<guid>https://www.pbf.hr/en/faculty/what-sets-us-apart/food-technology#content___4927</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
	</channel>
</rss>
