

<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>In the News Archives - Berengarra School</title>
	<atom:link href="https://berengarra.vic.edu.au/press_kind/news/feed/" rel="self" type="application/rss+xml" />
	<link>https://berengarra.vic.edu.au/press_kind/news/</link>
	<description>Hope Belonging Nurturing Success</description>
	<lastBuildDate>Mon, 15 Jun 2026 02:52:55 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://berengarra.vic.edu.au/wp-content/uploads/2022/12/cropped-android-chrome-512x512-2-32x32.png</url>
	<title>In the News Archives - Berengarra School</title>
	<link>https://berengarra.vic.edu.au/press_kind/news/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Victoria’s education fail: Parents demand change to help neurodiverse kids</title>
		<link>https://berengarra.vic.edu.au/press/victorias-education-fail/</link>
		
		<dc:creator><![CDATA[Berengarra Marketing]]></dc:creator>
		<pubDate>Wed, 06 May 2026 04:51:48 +0000</pubDate>
				<guid isPermaLink="false">https://berengarra.vic.edu.au/?post_type=press_item&#038;p=9929</guid>

					<description><![CDATA[<p>Behind Paywall &#124; &#8216;While a number of schools exist to support students with ADHD and Autism, including The Currajong School in Malvern East and Berengarra School in Melbourne&#8217;s east, advocacy [&#8230;]</p>
<p>The post <a href="https://berengarra.vic.edu.au/press/victorias-education-fail/">Victoria’s education fail: Parents demand change to help neurodiverse kids</a> appeared first on <a href="https://berengarra.vic.edu.au">Berengarra School</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><strong>Behind Paywall</strong> |</p>



<p class="wp-block-paragraph">&#8216;While a number of schools exist to support students with ADHD and Autism, including The Currajong School in Malvern East and Berengarra School in Melbourne&#8217;s east, advocacy group founder Pauline Aquilina said too many families were competing for a limited number of highly specialised placements.&#8217;</p>



<p class="wp-block-paragraph">Vulnerable neurodivergent students are being caught in an impossible gap between mainstream and specialist education, leaving them bullied and excluded. Parents and advocates are calling for action to address the “missing middle” crisis.</p>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://berengarra.vic.edu.au/press/victorias-education-fail/">Victoria’s education fail: Parents demand change to help neurodiverse kids</a> appeared first on <a href="https://berengarra.vic.edu.au">Berengarra School</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Watching the spark return: A parent’s view</title>
		<link>https://berengarra.vic.edu.au/press/watching-the-spark-return-a-parents-view/</link>
		
		<dc:creator><![CDATA[Berengarra School]]></dc:creator>
		<pubDate>Fri, 24 Apr 2026 01:32:34 +0000</pubDate>
				<guid isPermaLink="false">https://berengarra.vic.edu.au/?post_type=press_item&#038;p=9593</guid>

					<description><![CDATA[<p>Watching the spark return: A parent&#8217;s view Watching the spark return: A parent&#8217;s view When the right school changes everything Watching the spark return: A parent&#8217;s view When the right [&#8230;]</p>
<p>The post <a href="https://berengarra.vic.edu.au/press/watching-the-spark-return-a-parents-view/">Watching the spark return: A parent’s view</a> appeared first on <a href="https://berengarra.vic.edu.au">Berengarra School</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<!doctype html>
<html lang="en">
 <head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Watching the spark return: A parent&#8217;s view</title>
  <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&amp;display=swap" rel="stylesheet">
  <style>
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Montserrat', sans-serif;
      background-color: #ffffff;
      color: #202a54;
      line-height: 1.8;
    }

    html, body {
      height: 100%;
      width: 100%;
    }

    .container {
      width: 100%;
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
    }

    /* Wavy Header Section */
    .header-wrapper {
      position: relative;
      width: 100%;
      background-color: #202a54;
      padding: 60px 40px;
      overflow: hidden;
      min-height: 280px;
      display: flex;
      align-items: center;
    }

    .wave {
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 80px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,50 Q300,0 600,50 T1200,50 L1200,120 L0,120 Z" fill="%23ffffff"/></svg>') repeat-x;
      background-size: 600px 120px;
      animation: wave 8s linear infinite;
    }

    @keyframes wave {
      0% { background-position: 0 0; }
      100% { background-position: 600px 0; }
    }

    .header-content {
      position: relative;
      z-index: 2;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
      gap: 60px;
    }

    .header-text h1 {
      color: #fff;
      font-size: 48px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 8px;
    }

    .header-text .subtitle {
      color: rgba(255, 255, 255, 0.85);
      font-size: 20px;
      font-weight: 400;
    }

    .header-icon {
      flex-shrink: 0;
    }

    .icon-pulse {
      width: 120px;
      height: 120px;
      background: rgba(211, 113, 41, 0.15);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      animation: pulse 2.5s ease-in-out infinite;
    }

    @keyframes pulse {
      0%, 100% { transform: scale(1); opacity: 0.8; }
      50% { transform: scale(1.1); opacity: 1; }
    }

    .icon-pulse svg {
      width: 60px;
      height: 60px;
      color: #d37129;
    }

    /* Main Content */
    .main-content {
      max-width: 1000px;
      margin: 0 auto;
      padding: 80px 40px;
    }

    .article-text {
      flex: 1;
      font-size: 18px;
      color: #202a54;
    }

    .article-text h2 {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 8px;
      color: #202a54;
    }

    .article-text .subtitle {
      font-style: italic;
      color: #666;
      margin-bottom: 32px;
      font-size: 18px;
    }

    .article-text p {
      margin-bottom: 24px;
    }

    .article-text h3 {
      font-size: 24px;
      font-weight: 700;
      margin-top: 48px;
      margin-bottom: 16px;
      color: #202a54;
      border-left: 4px solid #d37129;
      padding-left: 16px;
    }

    .article-text a {
      color: #d37129;
      text-decoration: none;
      font-weight: 600;
      transition: opacity 0.3s ease;
    }

    .article-text a:hover {
      opacity: 0.8;
    }

    .story-cta {
      background: #ffffff;
      border-left: 5px solid #d37129;
      border-radius: 8px;
      padding: 32px;
      margin: 48px 0;
      box-shadow: 0 2px 8px rgba(32, 42, 84, 0.08);
      transition: box-shadow 0.3s ease, transform 0.3s ease;
    }

    .story-cta:hover {
      box-shadow: 0 4px 12px rgba(32, 42, 84, 0.12);
      transform: translateY(-2px);
    }

    .story-cta p:first-child {
      font-size: 12px;
      font-weight: 700;
      color: #d37129;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 8px;
    }

    .story-title {
      font-size: 20px;
      font-weight: 700;
      color: #202a54;
      margin-bottom: 16px !important;
      line-height: 1.4;
    }

    .story-link {
      display: inline-block;
      background: transparent;
      color: #202a54;
      padding: 0;
      border-radius: 0;
      font-weight: 600;
      transition: opacity 0.3s ease;
      text-decoration: none;
    }

    .story-link:hover {
      background: transparent;
      opacity: 0.7;
    }



    /* Responsive */
    @media (max-width: 1024px) {
      .main-content {
        flex-direction: column;
        gap: 40px;
      }

      .plant-container {
        position: static;
      }

      .header-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
      }

      .header-text h1 {
        font-size: 36px;
      }
    }

    @media (max-width: 768px) {
      .header-wrapper {
        padding: 40px 20px;
      }

      .header-text h1 {
        font-size: 28px;
      }

      .header-text .subtitle {
        font-size: 16px;
      }

      .main-content {
        padding: 40px 20px;
      }

      .article-text {
        font-size: 16px;
      }

      .article-text h2 {
        font-size: 24px;
      }

      .article-text h3 {
        font-size: 20px;
      }
    }
  </style>
  <style>body { box-sizing: border-box; }</style>
  <script src="https://cdn.tailwindcss.com/3.4.17" type="text/javascript"></script>
  <script src="https://cdn.jsdelivr.net/npm/lucide@0.263.0/dist/umd/lucide.min.js" type="text/javascript"></script>
  <script src="/_sdk/data_sdk.js" type="text/javascript"></script>
  <script src="/_sdk/element_sdk.js" type="text/javascript"></script>
 </head>
 <body>
  <div class="container">
   <!-- Wavy Header -->
   <div class="header-wrapper">
    <div class="header-content">
     <div class="header-text">
      <h1>Watching the spark return: A parent&#8217;s view</h1>
      <div class="subtitle">
       When the right school changes everything
      </div>
     </div>
     <div class="header-icon">
      <div class="icon-pulse">
       <svg viewbox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
        <path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z" /> <path d="M12 11c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z" fill="#fafaf8" opacity="0.3" />
       </svg>
      </div>
     </div>
    </div>
    <div class="wave"></div>
   </div><!-- Main Content -->
   <div class="main-content">
    <div class="article-text">
     <h2>Watching the spark return: A parent&#8217;s view</h2>
     <div class="subtitle">
      When the right school changes everything
     </div>
     <p>A recent story on the Independent Schools Victoria blog shares how Berengarra School helped a child rediscover their love of learning. This is just one example. Many families have had similar experiences, with students regaining confidence and enthusiasm thanks to Berengarra School&#8217;s supportive approach. The story makes a clear point: once students feel safe and understood, they are ready to learn.</p>
     <p>The article explains how a personalised and caring approach helped a young person regain confidence and reconnect with school. This is consistent with Berengarra School&#8217;s model, which removes barriers and puts wellbeing first, alongside learning. At Berengarra, students receive regular check-ins, on-site counselling, and a flexible curriculum that fits with their strengths and needs. Parents can expect small-group learning, personalised goals, and staff who work closely with students and families to help with any challenges.</p>
     <p>At Berengarra, students learn in flexible, trauma-informed classrooms, in small groups and with strong staff relationships. These are important for helping students re-engage and succeed. When a new student arrives, they get a transition plan made just for them. This includes an orientation, chances to meet other students, and regular check-ins with staff to help them feel comfortable from the start. Families stay informed throughout, making the transition smooth and reassuring.</p>
     <div class="story-cta">
      <p>Read the full story</p>
      <p class="story-title">&#8216;Watching the spark return: Why the right school environment matters&#8217;</p><a href="https://is.vic.edu.au/blog/watching-the-spark-return-why-the-right-school-environment-matters/" target="_blank" rel="noopener noreferrer" class="story-link">Read on Independent Schools Victoria →</a>
     </div>
     <h3>Why it matters</h3>
     <p>Finding the right school can change a young person&#8217;s confidence, wellbeing, and future. Families at Berengarra School have shared stories of students moving on to further study, training, and jobs. Many former students say they have higher self-esteem, stronger friendships, and are better at setting and achieving their goals. This shows that Berengarra School&#8217;s approach assists students both during school and after they graduate. You can read more parent and student testimonials <a href="https://berengarra.vic.edu.au/testimonials/">here</a>.</p>
    </div>
   </div>
  </div>
 <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9f116ee9d67a6c9e',t:'MTc3Njk5NTE3Ni4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
</html>
<p>The post <a href="https://berengarra.vic.edu.au/press/watching-the-spark-return-a-parents-view/">Watching the spark return: A parent’s view</a> appeared first on <a href="https://berengarra.vic.edu.au">Berengarra School</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>If school has become a crisis point</title>
		<link>https://berengarra.vic.edu.au/press/school-crisis/</link>
		
		<dc:creator><![CDATA[Berengarra Marketing]]></dc:creator>
		<pubDate>Tue, 17 Mar 2026 03:06:50 +0000</pubDate>
				<guid isPermaLink="false">https://berengarra.vic.edu.au/?post_type=press_item&#038;p=6521</guid>

					<description><![CDATA[<p>This article, authored by Mitzi Sneesby, Berengarra School’s Head of Teaching &#38; Learning, was published on Melbourne Schools to share professional insights into supporting students with ADHD, autism, anxiety, trauma [&#8230;]</p>
<p>The post <a href="https://berengarra.vic.edu.au/press/school-crisis/">If school has become a crisis point</a> appeared first on <a href="https://berengarra.vic.edu.au">Berengarra School</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">This article, authored by Mitzi Sneesby, Berengarra School’s Head of Teaching &amp; Learning, was published on <em>Melbourne Schools</em> to share professional insights into supporting students with ADHD, autism, anxiety, trauma histories, or complex emotional needs, for when school becomes a point of crisis.</p>



<p class="wp-block-paragraph">The piece reflects Berengarra School&#8217;s educational philosophy and practical experience in creating inclusive, relationship‑based learning environments for children and families.</p>



<p class="wp-block-paragraph"><em>This article was published as sponsored content.</em></p>
<p>The post <a href="https://berengarra.vic.edu.au/press/school-crisis/">If school has become a crisis point</a> appeared first on <a href="https://berengarra.vic.edu.au">Berengarra School</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Berengarra School named among Victoria&#8217;s best schools supporting neurodivergent students</title>
		<link>https://berengarra.vic.edu.au/press/victorias-best-schools/</link>
		
		<dc:creator><![CDATA[Berengarra School]]></dc:creator>
		<pubDate>Tue, 17 Mar 2026 02:55:17 +0000</pubDate>
				<guid isPermaLink="false">https://berengarra.vic.edu.au/?post_type=press_item&#038;p=6517</guid>

					<description><![CDATA[<p>Behind Paywall &#124; Berengarra School has also been recognised by the Herald Sun as one of Victoria’s leading schools supporting neurodivergent students. This recognition highlights our ongoing commitment to inclusive [&#8230;]</p>
<p>The post <a href="https://berengarra.vic.edu.au/press/victorias-best-schools/">Berengarra School named among Victoria&#8217;s best schools supporting neurodivergent students</a> appeared first on <a href="https://berengarra.vic.edu.au">Berengarra School</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><strong>Behind Paywall</strong> | </p>



<p class="wp-block-paragraph">Berengarra School has also been recognised by the <em>Herald Sun</em> as one of Victoria’s leading schools supporting neurodivergent students.</p>



<p class="wp-block-paragraph">This recognition highlights our ongoing commitment to inclusive education, small learning environments, and individualised support for students and families.</p>
<p>The post <a href="https://berengarra.vic.edu.au/press/victorias-best-schools/">Berengarra School named among Victoria&#8217;s best schools supporting neurodivergent students</a> appeared first on <a href="https://berengarra.vic.edu.au">Berengarra School</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Berengarra School recognised among Australia&#8217;s top schools supporting neurodivergent students</title>
		<link>https://berengarra.vic.edu.au/press/australias-top-schools/</link>
		
		<dc:creator><![CDATA[Berengarra Marketing]]></dc:creator>
		<pubDate>Tue, 17 Mar 2026 02:47:15 +0000</pubDate>
				<guid isPermaLink="false">https://berengarra.vic.edu.au/?post_type=press_item&#038;p=6513</guid>

					<description><![CDATA[<p>Behind Paywall &#124; Berengarra School has been recognised by the Herald Sun for its commitment to supporting neurodivergent students. This acknowledgement reflects our focus on inclusive, relationship‑based learning environments and [&#8230;]</p>
<p>The post <a href="https://berengarra.vic.edu.au/press/australias-top-schools/">Berengarra School recognised among Australia&#8217;s top schools supporting neurodivergent students</a> appeared first on <a href="https://berengarra.vic.edu.au">Berengarra School</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Behind Paywall</strong> |</p>



<p class="wp-block-paragraph">Berengarra School has been recognised by the <em>Herald Sun</em> for its commitment to supporting neurodivergent students.</p>



<p class="wp-block-paragraph">This acknowledgement reflects our focus on inclusive, relationship‑based learning environments and tailored support that meets each child where they are.</p>
</blockquote>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://berengarra.vic.edu.au/press/australias-top-schools/">Berengarra School recognised among Australia&#8217;s top schools supporting neurodivergent students</a> appeared first on <a href="https://berengarra.vic.edu.au">Berengarra School</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
