.skip-link {
                    background: #ca7c3c;
                    color: white;
                    font-weight: 700;
                    left: 50%;
                    padding: 5px 10px;
                    position: absolute;
                    transform: translateY(-500%);
                    transition: transform 0.3s;
                    z-index: 999;
                }
                a.skip-link:focus {
                    transform: translateY(00%);
                }#navbar_wrap #nav_main li a {font-family: 'Oswald';text-transform: uppercase;}#navbar_wrap #nav_main li a { color: #fff;}#navbar_wrap #nav_main li.active a { border-color: #fff;}#navbar_wrap.bgnav #nav_main li a {color: #fff;}#navbar_wrap.bgnav #nav_main li.active a {border-color: #fff;}#header-main.mobile-open #nav_main a {color: #fff;}#nav-main-toggle > .icon-bar { background-color: #000000;}#navbar_wrap #nav_main li:hover a { color: #c1c1c1; border-color: #c1c1c1;}#navbar_wrap #nav_main li.active:hover a { border-color: #c1c1c1;}#navbar_wrap.bgnav { background: #2f373b; background: rgba(47, 55, 59, 0.95);}#header-main.mobile-open .nav-bar, #header-main.mobile-open #nav-main-controls { background: #2f373b; background: rgba(47, 55, 59, 0.95);}#navbar_wrap.bgnav #nav_main li:hover a {color: #c1c1c1; border-color: #c1c1c1;}#navbar_wrap.bgnav #nav_main li.active:hover a {border-color: #c1c1c1;}.home-home-37145 .layout-3-bg-img-color{background-image: url('https://www.unoapp.com/app/source/resources/webbuilder/structure/3/home/layout_3.jpg');}.home-home-37145 .layout-3-logo-section{background-image: url('../source/images/logoplaceholder.png');}.home-home-37145 .layout-3-arrow-color{color:#fff;}@media only screen and (min-width: 1600px) { .home-home-37145 .layout-3-logo-padding{padding-top:495px !important;}}@media only screen and (max-width: 1600px) { .home-home-37145 .layout-3-logo-padding{padding-top:395px !important;}}.home-home-37148 .layout-3-bg-img-color{background-image: url('https://www.unoapp.com/app/source/resources/webbuilder/structure/3/home/layout_3.jpg');}.home-home-37148 .layout-3-logo-section{background-image: url('../source/images/logoplaceholder.png');}.home-home-37148 .layout-3-arrow-color{color:#fff;}@media only screen and (min-width: 1600px) { .home-home-37148 .layout-3-logo-padding{padding-top:495px !important;}}@media only screen and (max-width: 1600px) { .home-home-37148 .layout-3-logo-padding{padding-top:395px !important;}}.home-home-37152 .layout-3-bg-img-color{background-image: url('https://www.unoapp.com/app/source/resources/webbuilder/structure/3/home/layout_3.jpg');}.home-home-37152 .layout-3-logo-section{background-image: url('../source/images/logoplaceholder.png');}.home-home-37152 .layout-3-arrow-color{color:#fff;}@media only screen and (min-width: 1600px) { .home-home-37152 .layout-3-logo-padding{padding-top:495px !important;}}@media only screen and (max-width: 1600px) { .home-home-37152 .layout-3-logo-padding{padding-top:395px !important;}}.home-home-37154 .layout-3-bg-img-color{background-image: url('https://www.unoapp.com/app/source/resources/webbuilder/structure/3/home/layout_3.jpg');}.home-home-37154 .layout-3-logo-section{background-image: url('../source/images/logoplaceholder.png');}.home-home-37154 .layout-3-arrow-color{color:#fff;}@media only screen and (min-width: 1600px) { .home-home-37154 .layout-3-logo-padding{padding-top:495px !important;}}@media only screen and (max-width: 1600px) { .home-home-37154 .layout-3-logo-padding{padding-top:395px !important;}}.home-home-37150 .layout-3-bg-img-color{background-image: url('https://www.unoapp.com/app/source/resources/webbuilder/structure/3/home/layout_3.jpg');}.home-home-37150 .layout-3-logo-section{background-image: url('../source/images/logoplaceholder.png');}.home-home-37150 .layout-3-arrow-color{color:#fff;}@media only screen and (min-width: 1600px) { .home-home-37150 .layout-3-logo-padding{padding-top:495px !important;}}@media only screen and (max-width: 1600px) { .home-home-37150 .layout-3-logo-padding{padding-top:395px !important;}}.layout-3-footer-sub{background-color:rgb(60, 68, 72);}.layout-3-footer-bg{background-color:rgb(47, 55, 59);}@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ===============================================================
ROOT SYSTEM
=============================================================== */
/* (Change your colours and fonts under this section) */
:root {
    --brand01: #31843F;
    --brand02: #f9f9f9;
    --brand03: #000000;
    --brand04: #ffffff;


    --text-primary: #000000;
    --text-secondary: #333333;
    --text-brand: var(--brand01);
    --text-brand-2: var(--brand02);
    --text-cta-btn: #ffffff;
    --text-membership: #ffffff;

    --border-primary: var(--brand02);

    --surface-primary: #ffffff;
    --surface-secondary: #f1f1f1;
    --surface-tetriary: #ffffff;
    --surface-brand: var(--brand01);
    --surface-brand-2: var(--brand02);

    --font-title: 'Poppins', sans-serif;
    --font-subtitle: 'Poppins', sans-serif;
    --font-body: 'Poppins', sans-serif;

    --title-case: uppercase;
    --hero-background: url('https://unoapp.com/img2135730');
}

/* ===============================================================
TYPOGRAPHY SETTINGS
=============================================================== */
*,
html,
body {
    font-size: 16px;
    margin: 0;
}

html {
    background: var(--surface-primary);
}

body,
html,
p,
a,
b,
i,
u,
em {
    font-family: var(--font-body);
    color: inherit;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-title);
    font-weight: 800;
    margin: 0;
    padding: 0;
}

h1 {
    line-height: 1;
    font-size: 3vw;
}

h2 {
    line-height: 1;
    font-size: 28px;
}

h3 {
    line-height: 1.2;
    font-size: 24px;
}

h4 {
    line-height: 1.2;
    font-size: 20px;
}

h5 {
    line-height: 1.2;
    font-size: 18px;
}
h6 {
    font-size: 14px;
    line-height: 1.2 !important;
}
p,
li {
    line-height: 1.5;
    font-weight: 300;
    color: var(--text-primary);
}

.p-sm {
    font-size: 14px;
}

.p-lg {
    font-size: 18px;
}

b {
    font-weight: bold;
    color: inherit;
}

a:hover {
    opacity: 0.8;
    color: inherit;
}

i.fa {
    font-family: 'FontAwesome' !important;
}
@media screen and (max-width: 1200px) {
    h1 {font-size: 8vw}

}
@media screen and (max-width: 600px) {
    *,
    html,
    body {
        font-size: 14px;
    }

}
/* === END OF FONT SETTING === */

/* ===============================================================
GENERAL SETTINGS
=============================================================== */

/* global div */
section {scroll-margin-top: 100px;}
div.widget-section {
    background: var(--surface-primary);
    background-size: contain !important;
    background-repeat: repeat;
    background-attachment: fixed !important;
}
.skip {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.main-container img {max-width: 100%; width: 100%; border-radius: 8px;}
.main-container.first_section {
    padding-top: 120px;
}
.main-container {
    padding: 48px 16px;
    background: var(--surface-primary);
}

.main-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .main-container.first_section {padding-top: 96px;}
}
@media screen and (max-width: 640px) {
    .main-container {padding: 24px 16px;}
}

.container-col {
    display: grid;
    grid-gap: 24px;
    align-items: center;
}
.col-two {grid-template-columns: repeat(2, 1fr);}

@media screen and (max-width: 768px) {
    .col-two {grid-template-columns: 1fr;}
}
/* global buttons */
.button {
    font-family: var(--font-title);
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 120px;
}

.primary-btn {
    padding: 8px 16px;
    background: var(--surface-brand);
    color: var(--text-cta-btn);
}
.primary-btn:hover {
    opacity: 0.8;
    color: var(--text-cta-btn);
    box-shadow: 0 0 10px var(--surface-brand);
}

.secondary-btn {
    padding: 8px 16px;
    border: 1px solid var(--surface-brand);
    color: var(--text-brand);
}
.secondary-btn:hover {
    opacity: 0.8;
    color: var(--text-primary);
    box-shadow: 0 0 10px var(--surface-brand);
}

.tertiary-btn {
    font-weight: normal;
    color: var(--text-brand);
    border-radius: 0;
}
.tertiary-btn:hover {
    text-decoration: underline;
}

.cta_button {display: flex; gap: 8px;}
@media screen and (max-width: 640px) {
    .button {
        width: 100%;
    }
    .cta_button {flex-direction: column;}
}
/*AODA: NOTICEABLE OUTLINE FOR KEYBOARD FOCUS*/
a:focus,
a:active,
button:focus,
button:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 1px solid #000000;
    box-shadow: none;
}

/* Global Titles */
.centered {text-align: center;}
.lefted {text-align: left;}

.section-title {
    margin: 0 auto 24px;
}
.section-title h2 {
    color: var(--text-brand);
    text-transform: var(--title-case);
}

/* ===============================================================
FAUX-FOOTER (.faux-footer)
=============================================================== */
.faux-footer .main-content .row {
  display: flex;
  justify-content: space-between;
}
.faux-footer .row div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faux-footer .footer-logo {
  width: 170px !important;
  max-width: 100%;
  width: fit-content;
}
.faux-footer h2 {font-size: inherit;}
.faux-footer .row.powered_by {
    justify-content: center !important;
}
.faux-footer .row.powered_by p {display: flex; line-height: 1.3; margin: 24px auto;}
.faux-footer .powered_by img {
    height: 20px !important;
    width: auto !important;
}

.faux-footer .banners {
  text-align: center;
}
.faux-footer .banners img {
    max-width: 420px;
}
@media screen and (max-width: 768px) {
    .faux-footer .row div {
        flex-direction: column;
    }

    .faux-footer .main-content .row {
      flex-direction: column;
      gap: 24px;
      align-items: center;
      text-align: center;
    }

    .faux-footer .banners img {max-width: 100%;}

    .faux-footer .row.powered_by p {
      display: flex;
      line-height: 1.3;
    }
}
/* ===============================================================
V2 DEFAULT SETTINGS
=============================================================== */
/* Default Nav Bar*/
#header_wrap,
#header_wrap #social,
#soc_med_bar,
.footer {
    display: none !important;
}

#navbar_wrap {
    background-color: var(--surface-primary) !important;
    z-index: 49 !important;
}
.wrapper {
  display: flex;
  align-items: center;
}

#nav_main li a {
    color: var(--text-primary) !important;
    font-size: 1rem !important;
    font-family: var(--font-title) !important;
    font-weight: bold;
}

#nav-main-toggle>.icon-bar {
    background: var(--text-cta-btn) !important;
}

#header-main.mobile-open .nav-bar,
#header-main.mobile-open #nav-main-controls {
    background: var(--surface-brand) !important;
}

#header-main.mobile-open #nav_main a span {font-size: initial !important;}

/*#header-main li:last-child a {
    background: var(--surface-primary);
    color: var(--text-brand) !important;
    width: fit-content !important;
    margin: 0 auto;
    padding: 8px 16px !important;
    display: block;
    border-radius: 64px !important;
}

#header-main li:last-child a span {
    font-size: 20px !important;
}
*/
@media screen and (max-width: 991px) {
/*    #header-main li:last-child a  {width: 90% !important;}*/
    #navbar_wrap.bgnav {
        box-shadow: none !important;
    }

    #navbar_wrap .logo-header {
        display: block;
        margin: -10px auto;
        max-width: 100%;
        width: 100%;
    }
    .wrapper {
        flex-direction: column;
    }
}

@media screen and (min-width: 992px) {
    #nav_main li:first-child {
        display: none !important;
    }
}

/* === End of  Misc. V2-Default Stuff === */


/* ===============================================================
SHOP BY CATEGORY (#shop_category)
=============================================================== */
.shop_category {
    background: /* Top Layer: The 50% black overlay */
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        /* Bottom Layer: Your actual image */
        var(--hero-background);

    /* Set the blend mode to 'multiply' to darken the image below. */
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;

    /* Your original layout styles */
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shop_category .main-content {display: flex; flex-direction: column; align-items: center; justify-content: center;}
.shop_category h1 {
    text-transform: var(--title-case);
    color: var(--text-cta-btn);
}
.hero_btn {
    font-size: 24px;
    margin-top: 24px;
    padding: 16px 48px;
}

@media screen and (max-width:460px) {
    .shop_category {height: 42vh;}
    .hero_btn {padding: 8px 24px;}
}
/* ===============================================================
ABOUT US (#about_us)
=============================================================== */
.about_us > div > div:first-child {padding: 24px 48px;}
.about_us p {margin: 0 auto 16px;}
@media screen and (max-width: 640px) {
    .about_us > div > div:first-child {padding: 24px;}
}

/* ===============================================================
LOCATIONS (#our_locations)
=============================================================== */
/* --- Styles for New Province Tabs --- */

.province-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--border-primary);
}
.province-tab {
    padding: 15px 25px;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--text-primary);
    position: relative;
    bottom: -1px; /* Aligns with bottom border */
    border-bottom: 3px solid transparent;
}
.province-tab.active {
    color: var(--text-brand); /* Matching green from image */
    border-bottom-color: var(--surface-brand);
}
.province-panel.hidden {
    display: none;
}

/* Main Layout Container */
.locations-container {
    display: flex;
    gap: 40px;
}

/* Left Column: Location Tabs */
.location-list {
    flex: 0 0 40%; /* Takes up 45% of the width, doesn't grow or shrink */
    display: flex;
    flex-direction: column;
    max-height: 600px;
    overflow: auto;
    scrollbar-color: var(--surface-brand) var(--surface-secondary);
    scrollbar-width: thin;
}

.location-tab {
    padding: 24px 16px;
    border-bottom: 1px solid var(--border-primary);
    cursor: pointer;
    display: flex; 
    flex-direction: column;
    gap: 4px;
}

.location-tab:last-child {
    border-bottom: none;
}
.location-tab p {margin: 0;}
.location-tab .cta_button {
    display: flex;
    justify-content: flex-end;
}

/* Right Column: Map Panels */
.map-panels {
    flex: 1; /* Takes up the remaining space */
}

.tab-panel {
    width: 100%;
    height: 100%;
    min-height: 450px; /* Ensure map has a good height */
}

.tab-panel iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 8px;
}
/* Active/Hidden States */
.hidden {
    display: none;
}

.location-tab.active {
    background: #EDF5EE;
}

/* Responsive Styles */
@media (max-width: 900px) {
    .main-content.locations-container {
        flex-direction: column-reverse;
        gap:8px;
    }
    .location-list {
        flex-basis: 100%;
    }
    .tab-panel iframe {
        min-height: 500px;
    }
}


/* ===============================================================
MEMBERSHIP
=============================================================== */
.membership {background: var(--surface-brand);}
.white-container {background: var(--surface-primary); padding: 32px; border-radius: 8px;}
.membership .container-col {grid-template-columns: 2fr 3fr;}
.membership h2 {color: var(--text-brand);}
.membership-card h3, .membership-card p {
    color: var(--text-membership);
}
.membership-card {
    /* This establishes the card as a scaling container */
    container-type: inline-size;
    container-name: member-card;
    
    /* Responsive sizing for the card itself */
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 400 / 230;

    background-color: var(--surface-brand);
    color: var(--text-membership);
    border-radius: 15px;
    /* Padding now scales with the card's width */
    padding: clamp(15px, 6cqi, 25px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.membership-card h3 {
    margin: 0 0 10px 0;
    font-size: clamp(0.8rem, 5cqi, 1.25rem);
}

.membership-card .points {
    margin: 0;
    font-weight: 700;
    font-size: clamp(0.75rem, 4.5cqi, 1.1rem);
}

.membership-card .conversion {
    margin: 10px 0 0 0;
    font-weight: 700;
    font-size: clamp(0.6rem, 3.5cqi, 0.9rem);
}

.card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
}

.card-bottom img {
    width: 30%;
    max-width: 120px;
    height: auto;
}

.badges {
    text-align: right;
}

.badges p {
    margin: 0;
    font-size: clamp(0.6rem, 3.5cqi, 0.9rem);
}

.badges .badge-count {
    font-weight: 700;
    font-size: clamp(1.2rem, 8cqi, 2rem);
}

.badges .total {
    opacity: 0.8;
    font-size: clamp(0.7rem, 4cqi, 1rem);
}


.membership-info {
  gap: 8px;
  display: flex;
  flex-direction: column;
}

/* Responsive Styles */
@media (max-width: 900px) {
    .main-content.locations-container {
        flex-direction: column;
    }
    .location-list {
        flex-basis: 100%;
    }
     .membership .container-col {grid-template-columns: 1fr;}
     .membership-card {margin: 0 auto;}
}
.home-home-37145 .content-social h1, .home-home-37145 .headline h1 {font-family: 'Oswald'; font-size: 32px; color: #fff; margin: 0px;font-weight: normal;}.home-home-37145 .content-social h2, .home-home-37145 .headline h2 {font-family: 'Oswald'; font-size: 24px; color: #fff; margin: 0px;font-weight: normal;}.home-home-37148 .content-social h1, .home-home-37148 .headline h1 {font-family: 'Oswald'; font-size: 32px; color: #fff; margin: 0px;font-weight: normal;}.home-home-37148 .content-social h2, .home-home-37148 .headline h2 {font-family: 'Oswald'; font-size: 24px; color: #fff; margin: 0px;font-weight: normal;}.home-home-37150 .content-social h1, .home-home-37150 .headline h1 {font-family: 'Oswald'; font-size: 32px; color: #fff; margin: 0px;font-weight: normal;}.home-home-37150 .content-social h2, .home-home-37150 .headline h2 {font-family: 'Oswald'; font-size: 24px; color: #fff; margin: 0px;font-weight: normal;}.home-home-37152 .content-social h1, .home-home-37152 .headline h1 {font-family: 'Oswald'; font-size: 32px; color: #fff; margin: 0px;font-weight: normal;}.home-home-37152 .content-social h2, .home-home-37152 .headline h2 {font-family: 'Oswald'; font-size: 24px; color: #fff; margin: 0px;font-weight: normal;}.home-home-37154 .content-social h1, .home-home-37154 .headline h1 {font-family: 'Oswald'; font-size: 32px; color: #fff; margin: 0px;font-weight: normal;}.home-home-37154 .content-social h2, .home-home-37154 .headline h2 {font-family: 'Oswald'; font-size: 24px; color: #fff; margin: 0px;font-weight: normal;}