:root {
    --primary: #a3cf3c;
    --primary-rgb: 163, 207, 60;
    --primary--100: #99c92a;
    --primary--200: #99c92a;
    --primary-inverse: #fff;
    /*--primary-300: #99c92a;
    --primary--100: #206bbe;
    --primary--200: #2172c9;
    --primary--300: #2378d4;
    --primary-rgba-0: rgba(28, 95, 168, 0);
    --primary-rgba-10: rgba(28, 95, 168, 0.1);
    --primary-rgba-20: rgba(28, 95, 168, 0.2);
    --primary-rgba-30: rgba(28, 95, 168, 0.3);
    --primary-rgba-40: rgba(28, 95, 168, 0.4);
    --primary-rgba-50: rgba(28, 95, 168, 0.5);
    --primary-rgba-60: rgba(28, 95, 168, 0.6);
    --primary-rgba-70: rgba(28, 95, 168, 0.7);
    --primary-rgba-80: rgba(28, 95, 168, 0.8);
    --primary-rgba-90: rgba(28, 95, 168, 0.9);
    --secondary: #3073bc;
    --secondary-100: #2b67a8;
    --secondary-200: #28609e;
    --secondary-300: #265a93;
    --secondary--100: #3980cc;
    --secondary--200: #4386cf;
    --secondary--300: #4d8dd2;
    --secondary-rgba-0: rgba(48, 115, 188, 0);
    --secondary-rgba-10: rgba(48, 115, 188, 0.1);
    --secondary-rgba-20: rgba(48, 115, 188, 0.2);
    --secondary-rgba-30: rgba(48, 115, 188, 0.3);
    --secondary-rgba-40: rgba(48, 115, 188, 0.4);
    --secondary-rgba-50: rgba(48, 115, 188, 0.5);
    --secondary-rgba-60: rgba(48, 115, 188, 0.6);
    --secondary-rgba-70: rgba(48, 115, 188, 0.7);
    --secondary-rgba-80: rgba(48, 115, 188, 0.8);
    --secondary-rgba-90: rgba(48, 115, 188, 0.9);
    --tertiary: #084b94;
    --tertiary-100: #073f7c;
    --tertiary-200: #063970;
    --tertiary-300: #053264;
    --tertiary--100: #0957ac;
    --tertiary--200: #0a5db8;
    --tertiary--300: #0b64c4;
    --tertiary-rgba-0: rgba(8, 75, 148, 0);
    --tertiary-rgba-10: rgba(8, 75, 148, 0.1);
    --tertiary-rgba-20: rgba(8, 75, 148, 0.2);
    --tertiary-rgba-30: rgba(8, 75, 148, 0.3);
    --tertiary-rgba-40: rgba(8, 75, 148, 0.4);
    --tertiary-rgba-50: rgba(8, 75, 148, 0.5);
    --tertiary-rgba-60: rgba(8, 75, 148, 0.6);
    --tertiary-rgba-70: rgba(8, 75, 148, 0.7);
    --tertiary-rgba-80: rgba(8, 75, 148, 0.8);
    --tertiary-rgba-90: rgba(8, 75, 148, 0.9);
    --quaternary: #383f48;
    --quaternary-100: #2d323a;
    --quaternary-200: #272c32;
    --quaternary-300: #22262b;
    --quaternary--100: #434c56;
    --quaternary--200: #49525e;
    --quaternary--300: #4e5865;
    --quaternary-rgba-0: rgba(56, 63, 72, 0);
    --quaternary-rgba-10: rgba(56, 63, 72, 0.1);
    --quaternary-rgba-20: rgba(56, 63, 72, 0.2);
    --quaternary-rgba-30: rgba(56, 63, 72, 0.3);
    --quaternary-rgba-40: rgba(56, 63, 72, 0.4);
    --quaternary-rgba-50: rgba(56, 63, 72, 0.5);
    --quaternary-rgba-60: rgba(56, 63, 72, 0.6);
    --quaternary-rgba-70: rgba(56, 63, 72, 0.7);
    --quaternary-rgba-80: rgba(56, 63, 72, 0.8);
    --quaternary-rgba-90: rgba(56, 63, 72, 0.9);
    --dark: #212529;
    --dark-100: #16181b;
    --dark-200: #101214;
    --dark-300: #0a0c0d;
    --dark--100: #2c3237;
    --dark--200: #32383e;
    --dark--300: #383f45;
    --dark-rgba-0: rgba(33, 37, 41, 0);
    --dark-rgba-10: rgba(33, 37, 41, 0.1);
    --dark-rgba-20: rgba(33, 37, 41, 0.2);
    --dark-rgba-30: rgba(33, 37, 41, 0.3);
    --dark-rgba-40: rgba(33, 37, 41, 0.4);
    --dark-rgba-50: rgba(33, 37, 41, 0.5);
    --dark-rgba-60: rgba(33, 37, 41, 0.6);
    --dark-rgba-70: rgba(33, 37, 41, 0.7);
    --dark-rgba-80: rgba(33, 37, 41, 0.8);
    --dark-rgba-90: rgba(33, 37, 41, 0.9);
    --light: #fff;
    --light-100: #f2f2f2;
    --light-200: #ececec;
    --light-300: #e6e6e6;
    --light--100: #ffffff;
    --light--200: #ffffff;
    --light--300: #ffffff;
    --light-rgba-0: rgba(255, 255, 255, 0);
    --light-rgba-10: rgba(255, 255, 255, 0.1);
    --light-rgba-20: rgba(255, 255, 255, 0.2);
    --light-rgba-30: rgba(255, 255, 255, 0.3);
    --light-rgba-40: rgba(255, 255, 255, 0.4);
    --light-rgba-50: rgba(255, 255, 255, 0.5);
    --light-rgba-60: rgba(255, 255, 255, 0.6);
    --light-rgba-70: rgba(255, 255, 255, 0.7);
    --light-rgba-80: rgba(255, 255, 255, 0.8);
    --light-rgba-90: rgba(255, 255, 255, 0.9); */
}
/* Skin Colors - Inverse */
/* :root {
    --primary-inverse: #fff;
    --secondary-inverse: #fff;
    --tertiary-inverse: #fff;
    --quaternary-inverse: #fff;
    --dark-inverse: #fff;
    --light-inverse: #777;
} */
/* Force active state to match hover */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--primary--200) !important;
    border-color: var(--primary--200) !important;
    color: var(--primary-inverse) !important;
}

.btn-primary {
    -webkit-tap-highlight-color: transparent;
}

.btn-primary:focus {
    outline: none !important;
    box-shadow: none !important;
}

.modal-header {
    background-color: var(--primary);
}

.modal-title {
    color: var(--primary-inverse);
}

@media (min-width: 992px) {
    #header .header-nav-main nav.collapse {
        visibility: visible !important;
    }
}

.page-header-custom {
    background-color: #221e1f !important;
}

.page-header-custom h1,
.page-header-custom .breadcrumb,
.page-header-custom .breadcrumb a,
.page-header-custom .breadcrumb li.active {
    color: #a3cf3c !important;
}

h2 {
    font-size: 2rem !important;
    line-height: 1.3 !important;
}

/* Simple custom accordion behavior */
.faq-collapse {
    display: none;
}

.faq-collapse.show {
    display: block;
}

/* Optional: visual cue when open */
.faq-toggle[aria-expanded="true"] {
    color: var(--primary);
}
