<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

article, aside, details, figcaption, figure, footer, header, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 1.515;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #999;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

input {
    line-height: normal;
    *overflow: visible;
    width: 100%;
    border: 1px solid #FFFFFF;
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 5px;
}

table button, table input {
    *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    background-color: #f2f2f2;
    width: 100%;
    border: 1px solid #FFFFFF;
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 5px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

.ind {
    text-indent: 35px;
}

img.right {
    float: right;
    border: 1px solid #333;
    margin-left: 15px;
    margin-bottom: 10px;
}

img.left {
    float: left;
    border: 1px solid #333;
    margin-right: 15px;
    margin-bottom: 10px;
}

.Points {
    width: 40px;
    padding-top: 5px;
    padding-bottom: 9px;
}

.link {
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    white-space: nowrap;
}


h1, h2, h3, h4, h5, p, body {
    margin: 0;
    color: var(--text-colorD)
}

h1, h2, h3, h4, #topMid {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

h4, h5, p, body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    /*font-family: 'Roboto', sans-serif;*/
}

h1 {
    font-size: clamp(2.4em, 7vw, 3rem);
}

h2 {
    font-size: clamp(1.3rem, 7vw, 2.7rem);
}

h3 {
    font-size: clamp(1.1rem, 7vw, 2rem);
}

h4 {
    font-size: clamp(1.1rem, 7vw, 1.5rem);
}

h5 {
    font-size: clamp(1.2rem, 7vw, 1.3rem);
}

p {
    line-height: 1.75;
    font-size: 15px;
}

body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000000;
}

.pb1rem {
    padding-bottom: 1rem;
}

.pt2rem {
    padding-top: 2rem;
}

.lavaLampWithImage {
    display: none;
}

header {
    background: #222;
    color: #fff;
    padding: 10px 0;
}

.container, #navMenu{
    width: 90%;
    margin: auto;
    max-width: 1200px;
}

.logo {
    width: 150px;
}

nav {
    float: right;
}

.hero {
    background: url('../assets/hero-bg.jpg') no-repeat center center/cover;
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.btn, button{
    background: #89b761;
    color: #000000;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    border: none;
}
a{
    color: #FFFFFF;

}
.services {
    padding: 50px 0;
    background: #f9f9f9;
    text-align: center;
}

.services-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.service-item {
    background: #fff;
    padding: 20px;
    flex: 1 1 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.footerLogo{
    background: url(footer-logo.png) center center no-repeat;
    width: 80px;
    height: 55px;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.popup-content button {
    background: #ff9900;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin-top: 15px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}

.hidden {
    display: none;
}

.hamburger {
    padding-top: 10px;
    color: white;
    cursor: pointer;
}

/* Base nav styles */
#navMenu {
    width: 100%;
    background: #111;
    text-align: center;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    height: 100vh;
}
nav ul {
    display: none;
}

nav ul.active {
    display: flex; /* or block */
    flex-direction: column;
}

/* Navigation links */
.nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-links li {
    padding: 15px 0;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #1abc9c; /* Nice modern teal on hover */
}

.activeMenu {
    max-height: 500px;
    position: fixed;
    top: 61px;
    z-index: 1000;
    display: block;
    right: 0px;
    background-color: #1c1c1c;
    padding: 2rem;
    width: 30%;
    min-width: 200px;
}

/* Hide menu on small screens */
@media (max-width: 768px) {
    nav ul {
        display: none;
        flex-direction: column;
        background: #222;
        width: 100%;
    }

    nav ul.active {
        display: flex;
    }

    .hamburger {
        display: block;
    }
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #000 url(bg.jpg) center top no-repeat;
}

#headerCntr {
    margin: 30px auto;
    max-width: 700px;
    width: 94%;
    text-align: center;
}

#headerCntr h1 a {
    display: block;
    width: 100%;
    aspect-ratio: 6 / 1;
    background: url(logo.png) center center no-repeat;
    background-size: contain;
    text-indent: -9999px;
}
.nav-links li {
    margin-left: 20px;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.phone_fw {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.phone_vf {
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.navigationBox {
    text-align: center;
    width: 24.5%;
    color: #FFFFFF;
}

.navigation {
    /*color: #FFFFFF;*/
    text-decoration: none;
    font-weight: bold;
    padding: 20px 0;
    cursor: pointer;
}

.navigationAct {
    background-color: #FFFFFF;
    border-radius: 5px;
    color: #0E0E0E;
}

.navigationWrap {
    max-width: 500px;
    margin: 0 auto;
}

#menu-navigation {
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    padding: 0;
}

.navigationBox {
    position: relative;
}

.navigation {
    display: block;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

#menu-navigation .animation {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100px;
    background: white;
    border-radius: 8px;
    transition: all 0.4s ease;
    z-index: 0;
    color: #0E0E0E;
}

.split_image {
    background-image: url('lkjooll.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px; /* or whatever height you want */
}

.contentWrap {
    margin: 50px auto 50px auto;
    max-width: 700px;
    width: 80%;
    position: relative;
    box-sizing: border-box;
}

.contentBox {
    padding: 2.5rem;
    color: #FFFFFF;
    border-radius: 25px;
    background: linear-gradient(to bottom, #48702a, #012d00);
}

.fw {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.leftHand, .rightHand {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 100px;
    z-index: 1;
    position: absolute;
}

.leftHand {
    background-image: url('left-hand.png');
    left: -41px;
    top: 30%;
}

.rightHand {
    background-image: url('right-hand.png');
    right: -41px;
    top: 34%;
}

/* Fade-in animation */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.mainText {
    width: 100%;
}

.displayDesktop {
    display: none;
}

@media only screen and (min-width: 850px) {
    .lavaLampWithImage {
        position: relative;
        overflow: hidden;
        width: 700px;
        float: left;
        height: 60px;
        display: unset;
        background: url(nav-bg.png) center top no-repeat;
    }

    .contentWrap {
        margin: 120px auto 50px auto;
    }

    .displayDesktop {
        display: unset;
    }

    .displayPhone {
        display: none;
    }

    .left_50 {
        width: 52%;
    }

    .right_50 {
        width: 46%;
    }
}</pre></body></html>