/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 June 2026 09:35:17
*/


/* Global */


.content-container .content h2 {
    color: var(--secondary-color);
    font-size: 2rem;
}

.content-container .content a {
    color: var(--tertiary-color);
}

.content-container .content a:hover {
     color: var(--secondary-color);
}

.animated-text, .banner h1 {
    display: inline-block;
    animation: fadeInUp 1.5s ease-out;
}

main .news-listing-grid h2 {
    animation: fadeInUp 1.5s ease-out;
}

.content-container .content img {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    padding: 10px;
}

input.search-widget__submit {
    background-color: var(--secondary-color);
}
ul.quicklinks-widget--list a:hover, ul.quicklinks-widget--list a:focus, ul.quicklinks-widget--list a.is-selected {
        background: var(--secondary-color);
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (min-width: 1200px) {
    .content-container {
        padding-top: 64px;
        padding-bottom: 25px;
    }
}


@media screen and (min-width: 768px) {
    .banner h1, h1 {
        font-size: 40px !important;
        color: var(--secondary-color);
        text-shadow: 2px 2px 2px #e4e2e2;
    }
}

/* End Global */

/* Homepage */

button.search-widget__submit {
    border-radius: 0px 10px 10px 0px;
    background-color: var(--secondary-color);
}

input.search-widget__field {
    border-radius: 10px 0px 0px 10px;
}

.responsive-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.responsive-column {
    flex: 1 1 300px;
    min-width: 300px;
    box-sizing: border-box;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



@media (max-width: 700px) {
    .container {
        flex-direction: column;
    }
}

div#component_1178608 {
    margin-bottom: 26px;
}

.brochure-images {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: nowrap;
}

.brochure-images img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 0px !important;
}

.brochure-images img:hover {
    transform: scale(1.08);
    z-index: 1;
}

@media (max-width: 700px) {
    .brochure-images {
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
    }

    .brochure-images img {
        margin-bottom: 20px;
        width: 90vw;
        max-width: 400px;
    }
}

.orders-section {
    padding: 30px 0;
    margin-top: 30px;
}

.orders-section h2 {
    text-align: center;
}

.orders-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.orders-btn {
    padding: 10px 30px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    background: var(--secondary-color);
    color: #fff !important;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.orders-btn:hover {
    background: var(--tertiary-color);
    transform: scale(1.07);
}

main .news-listing-grid__content {
    height:auto;
}

main .news-listing-grid__link {
    height:220px;
}

main .news-listing-grid {
    padding-top:2em;
    padding-bottom:2em;
}

main .news-listing-grid__items {
    padding-top:15px;
}

@media screen and (min-width: 1200px) {
    .quicklinks-widget:not(:only-child):not(:first-child) {
        margin-top: -30px;
    }
}

/* End Homepage */

/* Header */

.top-nav {
    background: var(--secondary-color);
}

.search-input__field {
    border-radius: 10px;
}

/* End Header */

/* Inside Page */

.news-listing-grid__item {
    border-top: 10px solid;
    border-image: linear-gradient(to right, #00C3B9, #1B535A) 1;
    background-size: 100% .5rem;
    background-repeat: no-repeat;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-listing-grid__item:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.18), 0 1.5px 6px rgba(172,208,64,0.15);
    transform: scale(1.03);
    z-index: 1;
}

.landing .main:not(.no-banner)>.content-container:nth-child(2) {
    padding-top: 30px;
    padding-bottom: 26px;
}


.feature-item__text h4, .feature-item__text span {
    color: var(--secondary-color) ;
}

main .news-listing-grid__content .news-listing-grid__headline:hover {
    color: var(--tertiary-color);
}

.current-nav>a {
    background: var(--secondary-color);
    color: #fff;
}

.aboutus {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.aboutusarea {
    flex: 1 1 180px;
    max-width: 220px;
    min-width: 140px;
    background: #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    text-align: center;
    padding: 1.2rem 0.5rem;
  /*  transition: transform 0.25s cubic-bezier(.4,2,.3,1), box-shadow 0.25s; */
 
}

.aboutusarea img {
    width: 48px;
    height: 48px;
    box-shadow: none !important;
}

.aboutusarea:hover {
   /* box-shadow: 0 6px 24px rgba(0,180,255,0.12);
    transform: scale(1.18);*/
}


@media (max-width: 900px) {
    .aboutusarea {
        flex: 1 1 45%;
        max-width: 48%;
    }
}
@media (max-width: 600px) {
    .aboutus {
        flex-direction: column;
        align-items: center;
    }
    .aboutusarea {
        max-width: 90vw;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .banner h1, h1 {
        font-size: 40px !important;
        color: white;
        text-shadow: 2px 2px 2px black;
    }
}

.content-container .content .accordion__item .accordion__heading button {
    font-size: larger;
}


.dateinline {
    color: #000000;
}

/* End Inside Page */

/* Footer */

footer {
    background: #156082;
}

@media screen and (min-width: 1200px) {
    .footer-bottom-links {
        width: calc(80% - 30px) !important;
        float: left;
        margin-left: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .content_container_1175376 {
        width: calc(80% - 30px) !important;
        float: left;
        margin-left: 20px;
        
    }
}

@media screen and (min-width: 1200px) {
    .footer-columns__col:nth-child(1) {
        width: 885px;
    }
}
/* End Footer */

