:root,[data-bs-theme=light] {
    --bs-primary: #00006a;
    --bs-secondary: #ed1b24;
    --bs-light: #f8f8f8;
    --bs-dark: #0d0d0d;
    --bs-primary-rgb: 0, 0, 106;
    --bs-secondary-rgb: 237, 27, 36;
    --bs-light-rgb: 248,248,248;
    --bs-dark-rgb: 44,44,44;
    --bs-primary-text-emphasis: #664903;
    --bs-secondary-text-emphasis: #3a3a3a;
    --bs-primary-bg-subtle: #fff0cd;
    --bs-secondary-bg-subtle: #e9e9e9;
    --bs-light-bg-subtle: #fcfcfc;
    --bs-dark-bg-subtle: #acacac;
    --bs-primary-border-subtle: #ffe29c;
    --bs-secondary-border-subtle: #d3d3d3;
    --bs-light-border-subtle: #dfdfdf;
    --bs-dark-border-subtle: #929292;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: "Noto Sans", sans-serif;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1.08rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #2c2c2c;
    --bs-body-color-rgb: 44,44,44;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(44,44,44,.75);
    --bs-secondary-color-rgb: 44,44,44;
    --bs-secondary-bg: #dfdfdf;
    --bs-secondary-bg-rgb: 223,223,223;
    --bs-heading-color: inherit;
    --bs-link-color: #ffb607;
    --bs-link-color-rgb: 237, 27, 36;
    --bs-link-decoration: none;
    --bs-link-hover-color: #cc9206;
    --bs-link-hover-color-rgb: 204,146,6;
    --bs-code-color: #5f9ca2;
    --bs-highlight-color: #2c2c2c;
    --bs-highlight-bg: #fff0cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #c5c5c5;
    --bs-border-color-translucent: rgba(0,0,0,.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0,0,0,.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0,0,0,.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0,0,0,.075);
}


.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: 217,155,6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc539;
    --bs-btn-active-border-color: #ffbd20;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffb607;
    --bs-btn-disabled-border-color: #ffb607;
}

.navbar-brand img {
    max-width: 375px;
    width: 100%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  PRICING PACKAGES
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.pricing-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.package .ribbon {
    background-color: var(--bs-primary);
    border-radius: 3px;
    color: white;
    padding: 10px 16px;
    width: calc(100% + 30px);
    font-size: 0.95rem;
    position: absolute;
    top: 105px;
    right: -15px;
}
.package .ribbon::before , .package .ribbon::after  {
    content: "";
    position: absolute;
    border-style: solid;
    border-radius: 3px;
}
.package .ribbon::before {
    bottom: -13px;
    border-width: 7px;
    border-radius: 0;
    left: 0;
    border-color: #0a0a36 #0a0a36 transparent transparent;
}

.package .ribbon::after {
    right: 0;
    border-width: 7px;
    border-color: #0a0a36 transparent transparent #0a0a36;
    bottom: -13px;
}


.pricing-subtitle {
    text-align: center;
    padding: 0 5rem;
    margin-bottom: 1rem;
}

.packages {
    padding: 4.5rem 0rem 3rem;
    justify-content: center;
}

.package .blue {
    margin: -2rem -1.5rem;
    padding: 2rem 2.5rem;
    border-radius: 15px 15px 0 0;
    background: var(--bs-dark);
    position: relative;
}

.package .blue :is(h2, p) {
   color: #fff;
}

.package {
    flex-basis: 45%;
    flex-grow: 1;
    max-width: 400px;
    padding: 2rem 1.5rem;
    text-align: center;
    margin: 0 .875rem 2rem;
    background: #fff;
    border-radius: 15px;
    border: 2px solid var(--bs-primary);
    box-shadow: 0px 2px 6px rgb(15 27 47 / 33%);
}

 .package h2 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.75rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid rgb(255 255 255 / 21%);
}

.package .price {
    font-size: 2rem;
    font-weight: 700;
    padding: 0 0rem;
}

.subtext {
    font-size: 1rem;
    font-weight: 700;
    padding: 3rem 0 0rem;
}

.package .price span {
   font-size: 1.25rem;
   font-weight: 500;
}

.package ul {
    text-align: left;
    padding-left: 1.5rem;
    list-style: none;
    margin: 2rem 0;
}

.package li {
  margin: 0.5rem 0;
  font-size: 1rem;
  text-align: center;
}

.package .fas {
  margin-right: 8px;
}

.package p {
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
    font-weight: 700;
}

.package a.btn {
    border: 2px solid var(--bs-dark);
}

#faqs button {
    border: none;
    background: none;
    text-align: left;
    padding: 1.5rem 0.5rem 1.5rem 0;
}

#faqs h2 {
    font-size: 1.5rem;
    text-align: left;
}

#faqs h2:hover button {
  color: var(--bs-secondary);
}

#faqs .accordion-body {
    margin-bottom: 1rem;
    background: #eeeeee;
    padding: 1.5rem 1rem;
}


#footer {overflow:hidden;}