/*
 * Custom Override Stylesheet
 * -----------------
 * For small tweaks and utility classes. Loaded last.
 */

/* A simple utility class to visually stand out */
.text-highlight {
    background-color: #f0eaff; /* A light version of our primary color */
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
}

.site-title a {
    font-size: 5rem;
    font-family: var(--font-heading);
    font-weight: 800;
    letter-spacing: 5px;
    text-decoration: none;
    color: var(--color-text);
}

input,
textarea,
select {
  font-size: 14px !important;
  font-family: 'Outfit' !important;
}

/* Margin Utilities */
.m-0 { margin: 0.0rem !important; }
.m-0 { margin: 0.0rem !important; }
.mt-0 { margin-top: 0.0rem !important; }
.mb-0 { margin-bottom: 0.0rem !important; }
.ml-0 { margin-left: 0.0rem !important; }
.mr-0 { margin-right: 0.0rem !important; }
.mx-0 { margin-left: 0.0rem !important; margin-right: 0.0rem !important; }
.my-0 { margin-top: 0.0rem !important; margin-bottom: 0.0rem !important; }
.m-1 { margin: 0.5rem !important; }
.m-1 { margin: 0.5rem !important; }
.mt-1 { margin-top: 0.5rem !important; }
.mb-1 { margin-bottom: 0.5rem !important; }
.ml-1 { margin-left: 0.5rem !important; }
.mr-1 { margin-right: 0.5rem !important; }
.mx-1 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
.my-1 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.m-2 { margin: 1.0rem !important; }
.m-2 { margin: 1.0rem !important; }
.mt-2 { margin-top: 1.0rem !important; }
.mb-2 { margin-bottom: 1.0rem !important; }
.ml-2 { margin-left: 1.0rem !important; }
.mr-2 { margin-right: 1.0rem !important; }
.mx-2 { margin-left: 1.0rem !important; margin-right: 1.0rem !important; }
.my-2 { margin-top: 1.0rem !important; margin-bottom: 1.0rem !important; }
.m-3 { margin: 1.5rem !important; }
.m-3 { margin: 1.5rem !important; }
.mt-3 { margin-top: 1.5rem !important; }
.mb-3 { margin-bottom: 1.5rem !important; }
.ml-3 { margin-left: 1.5rem !important; }
.mr-3 { margin-right: 1.5rem !important; }
.mx-3 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
.my-3 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.m-4 { margin: 2.0rem !important; }
.m-4 { margin: 2.0rem !important; }
.mt-4 { margin-top: 2.0rem !important; }
.mb-4 { margin-bottom: 2.0rem !important; }
.ml-4 { margin-left: 2.0rem !important; }
.mr-4 { margin-right: 2.0rem !important; }
.mx-4 { margin-left: 2.0rem !important; margin-right: 2.0rem !important; }
.my-4 { margin-top: 2.0rem !important; margin-bottom: 2.0rem !important; }
.m-5 { margin: 2.5rem !important; }
.m-5 { margin: 2.5rem !important; }
.mt-5 { margin-top: 2.5rem !important; }
.mb-5 { margin-bottom: 2.5rem !important; }
.ml-5 { margin-left: 2.5rem !important; }
.mr-5 { margin-right: 2.5rem !important; }
.mx-5 { margin-left: 2.5rem !important; margin-right: 2.5rem !important; }
.my-5 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; }
.m-6 { margin: 3.0rem !important; }
.m-6 { margin: 3.0rem !important; }
.mt-6 { margin-top: 3.0rem !important; }
.mb-6 { margin-bottom: 3.0rem !important; }
.ml-6 { margin-left: 3.0rem !important; }
.mr-6 { margin-right: 3.0rem !important; }
.mx-6 { margin-left: 3.0rem !important; margin-right: 3.0rem !important; }
.my-6 { margin-top: 3.0rem !important; margin-bottom: 3.0rem !important; }
.m-7 { margin: 3.5rem !important; }
.m-7 { margin: 3.5rem !important; }
.mt-7 { margin-top: 3.5rem !important; }
.mb-7 { margin-bottom: 3.5rem !important; }
.ml-7 { margin-left: 3.5rem !important; }
.mr-7 { margin-right: 3.5rem !important; }
.mx-7 { margin-left: 3.5rem !important; margin-right: 3.5rem !important; }
.my-7 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; }
.m-8 { margin: 4.0rem !important; }
.m-8 { margin: 4.0rem !important; }
.mt-8 { margin-top: 4.0rem !important; }
.mb-8 { margin-bottom: 4.0rem !important; }
.ml-8 { margin-left: 4.0rem !important; }
.mr-8 { margin-right: 4.0rem !important; }
.mx-8 { margin-left: 4.0rem !important; margin-right: 4.0rem !important; }
.my-8 { margin-top: 4.0rem !important; margin-bottom: 4.0rem !important; }
.m-9 { margin: 4.5rem !important; }
.m-9 { margin: 4.5rem !important; }
.mt-9 { margin-top: 4.5rem !important; }
.mb-9 { margin-bottom: 4.5rem !important; }
.ml-9 { margin-left: 4.5rem !important; }
.mr-9 { margin-right: 4.5rem !important; }
.mx-9 { margin-left: 4.5rem !important; margin-right: 4.5rem !important; }
.my-9 { margin-top: 4.5rem !important; margin-bottom: 4.5rem !important; }
.m-10 { margin: 5.0rem !important; }
.m-10 { margin: 5.0rem !important; }
.mt-10 { margin-top: 5.0rem !important; }
.mb-10 { margin-bottom: 5.0rem !important; }
.ml-10 { margin-left: 5.0rem !important; }
.mr-10 { margin-right: 5.0rem !important; }
.mx-10 { margin-left: 5.0rem !important; margin-right: 5.0rem !important; }
.my-10 { margin-top: 5.0rem !important; margin-bottom: 5.0rem !important; }
.m-11 { margin: 5.5rem !important; }
.m-11 { margin: 5.5rem !important; }
.mt-11 { margin-top: 5.5rem !important; }
.mb-11 { margin-bottom: 5.5rem !important; }
.ml-11 { margin-left: 5.5rem !important; }
.mr-11 { margin-right: 5.5rem !important; }
.mx-11 { margin-left: 5.5rem !important; margin-right: 5.5rem !important; }
.my-11 { margin-top: 5.5rem !important; margin-bottom: 5.5rem !important; }
.m-12 { margin: 6.0rem !important; }
.m-12 { margin: 6.0rem !important; }
.mt-12 { margin-top: 6.0rem !important; }
.mb-12 { margin-bottom: 6.0rem !important; }
.ml-12 { margin-left: 6.0rem !important; }
.mr-12 { margin-right: 6.0rem !important; }
.mx-12 { margin-left: 6.0rem !important; margin-right: 6.0rem !important; }
.my-12 { margin-top: 6.0rem !important; margin-bottom: 6.0rem !important; }
.m-13 { margin: 6.5rem !important; }
.m-13 { margin: 6.5rem !important; }
.mt-13 { margin-top: 6.5rem !important; }
.mb-13 { margin-bottom: 6.5rem !important; }
.ml-13 { margin-left: 6.5rem !important; }
.mr-13 { margin-right: 6.5rem !important; }
.mx-13 { margin-left: 6.5rem !important; margin-right: 6.5rem !important; }
.my-13 { margin-top: 6.5rem !important; margin-bottom: 6.5rem !important; }
.m-14 { margin: 7.0rem !important; }
.m-14 { margin: 7.0rem !important; }
.mt-14 { margin-top: 7.0rem !important; }
.mb-14 { margin-bottom: 7.0rem !important; }
.ml-14 { margin-left: 7.0rem !important; }
.mr-14 { margin-right: 7.0rem !important; }
.mx-14 { margin-left: 7.0rem !important; margin-right: 7.0rem !important; }
.my-14 { margin-top: 7.0rem !important; margin-bottom: 7.0rem !important; }
.m-15 { margin: 7.5rem !important; }
.m-15 { margin: 7.5rem !important; }
.mt-15 { margin-top: 7.5rem !important; }
.mb-15 { margin-bottom: 7.5rem !important; }
.ml-15 { margin-left: 7.5rem !important; }
.mr-15 { margin-right: 7.5rem !important; }
.mx-15 { margin-left: 7.5rem !important; margin-right: 7.5rem !important; }
.my-15 { margin-top: 7.5rem !important; margin-bottom: 7.5rem !important; }

/* Padding Utilities */
.p-0 { padding: 0.0rem !important; }
.p-0 { padding: 0.0rem !important; }
.pt-0 { padding-top: 0.0rem !important; }
.pb-0 { padding-bottom: 0.0rem !important; }
.pl-0 { padding-left: 0.0rem !important; }
.pr-0 { padding-right: 0.0rem !important; }
.px-0 { padding-left: 0.0rem !important; padding-right: 0.0rem !important; }
.py-0 { padding-top: 0.0rem !important; padding-bottom: 0.0rem !important; }
.p-1 { padding: 0.5rem !important; }
.p-1 { padding: 0.5rem !important; }
.pt-1 { padding-top: 0.5rem !important; }
.pb-1 { padding-bottom: 0.5rem !important; }
.pl-1 { padding-left: 0.5rem !important; }
.pr-1 { padding-right: 0.5rem !important; }
.px-1 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.py-1 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.p-2 { padding: 1.0rem !important; }
.p-2 { padding: 1.0rem !important; }
.pt-2 { padding-top: 1.0rem !important; }
.pb-2 { padding-bottom: 1.0rem !important; }
.pl-2 { padding-left: 1.0rem !important; }
.pr-2 { padding-right: 1.0rem !important; }
.px-2 { padding-left: 1.0rem !important; padding-right: 1.0rem !important; }
.py-2 { padding-top: 1.0rem !important; padding-bottom: 1.0rem !important; }
.p-3 { padding: 1.5rem !important; }
.p-3 { padding: 1.5rem !important; }
.pt-3 { padding-top: 1.5rem !important; }
.pb-3 { padding-bottom: 1.5rem !important; }
.pl-3 { padding-left: 1.5rem !important; }
.pr-3 { padding-right: 1.5rem !important; }
.px-3 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.py-3 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.p-4 { padding: 2.0rem !important; }
.p-4 { padding: 2.0rem !important; }
.pt-4 { padding-top: 2.0rem !important; }
.pb-4 { padding-bottom: 2.0rem !important; }
.pl-4 { padding-left: 2.0rem !important; }
.pr-4 { padding-right: 2.0rem !important; }
.px-4 { padding-left: 2.0rem !important; padding-right: 2.0rem !important; }
.py-4 { padding-top: 2.0rem !important; padding-bottom: 2.0rem !important; }
.p-5 { padding: 2.5rem !important; }
.p-5 { padding: 2.5rem !important; }
.pt-5 { padding-top: 2.5rem !important; }
.pb-5 { padding-bottom: 2.5rem !important; }
.pl-5 { padding-left: 2.5rem !important; }
.pr-5 { padding-right: 2.5rem !important; }
.px-5 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
.py-5 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
.p-6 { padding: 3.0rem !important; }
.p-6 { padding: 3.0rem !important; }
.pt-6 { padding-top: 3.0rem !important; }
.pb-6 { padding-bottom: 3.0rem !important; }
.pl-6 { padding-left: 3.0rem !important; }
.pr-6 { padding-right: 3.0rem !important; }
.px-6 { padding-left: 3.0rem !important; padding-right: 3.0rem !important; }
.py-6 { padding-top: 3.0rem !important; padding-bottom: 3.0rem !important; }
.p-7 { padding: 3.5rem !important; }
.p-7 { padding: 3.5rem !important; }
.pt-7 { padding-top: 3.5rem !important; }
.pb-7 { padding-bottom: 3.5rem !important; }
.pl-7 { padding-left: 3.5rem !important; }
.pr-7 { padding-right: 3.5rem !important; }
.px-7 { padding-left: 3.5rem !important; padding-right: 3.5rem !important; }
.py-7 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
.p-8 { padding: 4.0rem !important; }
.p-8 { padding: 4.0rem !important; }
.pt-8 { padding-top: 4.0rem !important; }
.pb-8 { padding-bottom: 4.0rem !important; }
.pl-8 { padding-left: 4.0rem !important; }
.pr-8 { padding-right: 4.0rem !important; }
.px-8 { padding-left: 4.0rem !important; padding-right: 4.0rem !important; }
.py-8 { padding-top: 4.0rem !important; padding-bottom: 4.0rem !important; }
.p-9 { padding: 4.5rem !important; }
.p-9 { padding: 4.5rem !important; }
.pt-9 { padding-top: 4.5rem !important; }
.pb-9 { padding-bottom: 4.5rem !important; }
.pl-9 { padding-left: 4.5rem !important; }
.pr-9 { padding-right: 4.5rem !important; }
.px-9 { padding-left: 4.5rem !important; padding-right: 4.5rem !important; }
.py-9 { padding-top: 4.5rem !important; padding-bottom: 4.5rem !important; }
.p-10 { padding: 5.0rem !important; }
.p-10 { padding: 5.0rem !important; }
.pt-10 { padding-top: 5.0rem !important; }
.pb-10 { padding-bottom: 5.0rem !important; }
.pl-10 { padding-left: 5.0rem !important; }
.pr-10 { padding-right: 5.0rem !important; }
.px-10 { padding-left: 5.0rem !important; padding-right: 5.0rem !important; }
.py-10 { padding-top: 5.0rem !important; padding-bottom: 5.0rem !important; }
.p-11 { padding: 5.5rem !important; }
.p-11 { padding: 5.5rem !important; }
.pt-11 { padding-top: 5.5rem !important; }
.pb-11 { padding-bottom: 5.5rem !important; }
.pl-11 { padding-left: 5.5rem !important; }
.pr-11 { padding-right: 5.5rem !important; }
.px-11 { padding-left: 5.5rem !important; padding-right: 5.5rem !important; }
.py-11 { padding-top: 5.5rem !important; padding-bottom: 5.5rem !important; }
.p-12 { padding: 6.0rem !important; }
.p-12 { padding: 6.0rem !important; }
.pt-12 { padding-top: 6.0rem !important; }
.pb-12 { padding-bottom: 6.0rem !important; }
.pl-12 { padding-left: 6.0rem !important; }
.pr-12 { padding-right: 6.0rem !important; }
.px-12 { padding-left: 6.0rem !important; padding-right: 6.0rem !important; }
.py-12 { padding-top: 6.0rem !important; padding-bottom: 6.0rem !important; }
.p-13 { padding: 6.5rem !important; }
.p-13 { padding: 6.5rem !important; }
.pt-13 { padding-top: 6.5rem !important; }
.pb-13 { padding-bottom: 6.5rem !important; }
.pl-13 { padding-left: 6.5rem !important; }
.pr-13 { padding-right: 6.5rem !important; }
.px-13 { padding-left: 6.5rem !important; padding-right: 6.5rem !important; }
.py-13 { padding-top: 6.5rem !important; padding-bottom: 6.5rem !important; }
.p-14 { padding: 7.0rem !important; }
.p-14 { padding: 7.0rem !important; }
.pt-14 { padding-top: 7.0rem !important; }
.pb-14 { padding-bottom: 7.0rem !important; }
.pl-14 { padding-left: 7.0rem !important; }
.pr-14 { padding-right: 7.0rem !important; }
.px-14 { padding-left: 7.0rem !important; padding-right: 7.0rem !important; }
.py-14 { padding-top: 7.0rem !important; padding-bottom: 7.0rem !important; }
.p-15 { padding: 7.5rem !important; }
.p-15 { padding: 7.5rem !important; }
.pt-15 { padding-top: 7.5rem !important; }
.pb-15 { padding-bottom: 7.5rem !important; }
.pl-15 { padding-left: 7.5rem !important; }
.pr-15 { padding-right: 7.5rem !important; }
.px-15 { padding-left: 7.5rem !important; padding-right: 7.5rem !important; }
.py-15 { padding-top: 7.5rem !important; padding-bottom: 7.5rem !important; }


/* CSS Variables for customizable gutters */
:root {
  --bs-gutter-x: 30px; /* Bootstrap 4.6 default gutter width (15px per side) */
  --bs-gutter-y: 0;
}

/* Container: Fixed-width, centered container with responsive max-widths */
.container {
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-right: auto;
  margin-left: auto;
}

/* Responsive breakpoints for container */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Custom xxl breakpoint (not in Bootstrap 4.6) */
@media (min-width: 1400px) {
  .container {
    max-width: 1440px;
  }
}

/* Container-fluid: Full-width container with padding */
.container-fluid {
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-right: auto;
  margin-left: auto;
}

/* Row: Flexbox container for columns */
.row {
  display: flex;
  flex-wrap: wrap;

}

/* No-gutters utility to remove padding */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* Base column styles */
[class*="col-"] {
  position: relative;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-top: calc(var(--bs-gutter-y) / 2);
  padding-bottom: calc(var(--bs-gutter-y) / 2);
}

/* Auto-layout columns */
.col { flex: 1 0 0%; }
.col-auto { flex: 0 0 auto; width: auto; max-width: 100%; }

/* Column classes for extra small screens (default) */
.col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

/* Small screens (sm, ≥576px) */
@media (min-width: 576px) {
  .col-sm { flex: 1 0 0%; }
  .col-sm-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-sm-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-sm-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-sm-3 { flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-sm-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-sm-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-sm-9 { flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-sm-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
}

/* Medium screens (md, ≥768px) */
@media (min-width: 768px) {
  .col-md { flex: 1 0 0%; }
  .col-md-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-md-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-md-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-md-3 { flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-md-9 { flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-md-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}

/* Large screens (lg, ≥992px) */
@media (min-width: 992px) {
  .col-lg { flex: 1 0 0%; }
  .col-lg-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-lg-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-lg-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-lg-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
}

/* Extra large screens (xl, ≥1200px) */
@media (min-width: 1200px) {
  .col-xl { flex: 1 0 0%; }
  .col-xl-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-xl-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-xl-2territ: .col-xl-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-xl-3 { flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-xl-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-xl-6 { flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-xl-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-xl-9 { flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-xl-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-xl-12 { flex: 0 0 100%; max-width: 100%; }
}

/* Extra extra large screens (xxl, ≥1400px, custom) */
@media (min-width: 1400px) {
  .col-xxl { flex: 1 0 0%; }
  .col-xxl-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-xxl-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-xxl-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-xxl-3 { flex: 0 0 25%; max-width: 25%; }
  .col-xxl-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-xxl-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-xxl-6 { flex: 0 0 50%; max-width: 50%; }
  .col-xxl-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-xxl-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-xxl-9 { flex: 0 0 75%; max-width: 75%; }
  .col-xxl-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-xxl-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-xxl-12 { flex: 0 0 100%; max-width: 100%; }
}

/* Offset classes for margin adjustments */
@media (min-width: 576px) {
  .offset-sm-0 { margin-left: 0; }
  .offset-sm-1 { margin-left: 8.333333%; }
  .offset-sm-2 { margin-left: 16.666667%; }
  .offset-sm-3 { margin-left: 25%; }
  .offset-sm-4 { margin-left: 33.333333%; }
  .offset-sm-5 { margin-left: 41.666667%; }
  .offset-sm-6 { margin-left: 50%; }
  .offset-sm-7 { margin-left: 58.333333%; }
  .offset-sm-8 { margin-left: 66.666667%; }
  .offset-sm-9 { margin-left: 75%; }
  .offset-sm-10 { margin-left: 83.333333%; }
  .offset-sm-11 { margin-left: 91.666667%; }
}

/* Add similar offset classes for md, lg, xl, and xxl breakpoints */
@media (min-width: 768px) {
  .offset-md-0 { margin-left: 0; }
  .offset-md-1 { margin-left: 8.333333%; }
  .offset-md-2 { margin-left: 16.666667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.333333%; }
  .offset-md-5 { margin-left: 41.666667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.333333%; }
  .offset-md-8 { margin-left: 66.666667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.333333%; }
  .offset-md-11 { margin-left: 91.666667%; }
}

@media (min-width: 992px) {
  .offset-lg-0 { margin-left: 0; }
  .offset-lg-1 { margin-left: 8.333333%; }
  .offset-lg-2 { margin-left: 16.666667%; }
  .offset-lg-3 { margin-left: 25%; }
  .offset-lg-4 { margin-left: 33.333333%; }
  .offset-lg-5 { margin-left: 41.666667%; }
  .offset-lg-6 { margin-left: 50%; }
  .offset-lg-7 { margin-left: 58.333333%; }
  .offset-lg-8 { margin-left: 66.666667%; }
  .offset-lg-9 { margin-left: 75%; }
  .offset-lg-10 { margin-left: 83.333333%; }
  .offset-lg-11 { margin-left: 91.666667%; }
}

@media (min-width: 1200px) {
  .offset-xl-0 { margin-left: 0; }
  .offset-xl-1 { margin-left: 8.333333%; }
  .offset-xl-2 { margin-left: 16.666667%; }
  .offset-xl-3 { margin-left: 25%; }
  .offset-xl-4 { margin-left: 33.333333%; }
  .offset-xl-5 { margin-left: 41.666667%; }
  .offset-xl-6 { margin-left: 50%; }
  .offset-xl-7 { margin-left: 58.333333%; }
  .offset-xl-8 { margin-left: 66.666667%; }
  .offset-xl-9 { margin-left: 75%; }
  .offset-xl-10 { margin-left: 83.333333%; }
  .offset-xl-11 { margin-left: 91.666667%; }
}

@media (min-width: 1400px) {
  .offset-xxl-0 { margin-left: 0; }
  .offset-xxl-1 { margin-left: 8.333333%; }
  .offset-xxl-2 { margin-left: 16.666667%; }
  .offset-xxl-3 { margin-left: 25%; }
  .offset-xxl-4 { margin-left: 33.333333%; }
  .offset-xxl-5 { margin-left: 41.666667%; }
  .offset-xxl-6 { margin-left: 50%; }
  .offset-xxl-7 { margin-left: 58.333333%; }
  .offset-xxl-8 { margin-left: 66.666667%; }
  .offset-xxl-9 { margin-left: 75%; }
  .offset-xxl-10 { margin-left: 83.333333%; }
  .offset-xxl-11 { margin-left: 91.666667%; }
}

/* Flexbox utilities for row alignment */
.row {
  --bs-align-items: stretch;
  --bs-justify-content: flex-start;
  align-items: var(--bs-align-items);
  justify-content: var(--bs-justify-content);
}

.align-items-start { --bs-align-items: flex-start; }
.align-items-center { --bs-align-items: center; }
.align-items-end { --bs-align-items: flex-end; }

.justify-content-start { --bs-justify-content: flex-start; }
.justify-content-end { --bs-justify-content: flex-end; }
.justify-content-center { --bs-justify-content: center; }
.justify-content-between { --bs-justify-content: space-between; }
.justify-content-around { --bs-justify-content: space-around; }



/* Base text alignment classes */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}



/* Small (≥576px) */
@media (min-width: 576px) {
  .text-sm-left   { text-align: left !important; }
  .text-sm-right  { text-align: right !important; }
  .text-sm-center { text-align: center !important; }
}

/* Medium (≥768px) */
@media (min-width: 768px) {
  .text-md-left   { text-align: left !important; }
  .text-md-right  { text-align: right !important; }
  .text-md-center { text-align: center !important; }
}

/* Large (≥992px) */
@media (min-width: 992px) {
  .text-lg-left   { text-align: left !important; }
  .text-lg-right  { text-align: right !important; }
  .text-lg-center { text-align: center !important; }
}

/* Extra Large (≥1200px) */
@media (min-width: 1200px) {
  .text-xl-left   { text-align: left !important; }
  .text-xl-right  { text-align: right !important; }
  .text-xl-center { text-align: center !important; }
}


/* Base display utilities */
.d-none { display: none !important; }
.d-block { display: block !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }
.d-grid { display: grid !important; }
.d-inline-grid { display: inline-grid !important; }
.d-table { display: table !important; }
.d-table-row { display: table-row !important; }
.d-table-cell { display: table-cell !important; }

/* Responsive display utilities */

@media (min-width: 576px) {
  .d-sm-none { display: none !important; }
  .d-sm-block { display: block !important; }
  .d-sm-inline { display: inline !important; }
  .d-sm-inline-block { display: inline-block !important; }
  .d-sm-flex { display: flex !important; }
  .d-sm-inline-flex { display: inline-flex !important; }
  .d-sm-grid { display: grid !important; }
  .d-sm-inline-grid { display: inline-grid !important; }
  .d-sm-table { display: table !important; }
  .d-sm-table-row { display: table-row !important; }
  .d-sm-table-cell { display: table-cell !important; }
}

@media (min-width: 768px) {
  .d-md-none { display: none !important; }
  .d-md-block { display: block !important; }
  .d-md-inline { display: inline !important; }
  .d-md-inline-block { display: inline-block !important; }
  .d-md-flex { display: flex !important; }
  .d-md-inline-flex { display: inline-flex !important; }
  .d-md-grid { display: grid !important; }
  .d-md-inline-grid { display: inline-grid !important; }
  .d-md-table { display: table !important; }
  .d-md-table-row { display: table-row !important; }
  .d-md-table-cell { display: table-cell !important; }
}

@media (min-width: 992px) {
  .d-lg-none { display: none !important; }
  .d-lg-block { display: block !important; }
  .d-lg-inline { display: inline !important; }
  .d-lg-inline-block { display: inline-block !important; }
  .d-lg-flex { display: flex !important; }
  .d-lg-inline-flex { display: inline-flex !important; }
  .d-lg-grid { display: grid !important; }
  .d-lg-inline-grid { display: inline-grid !important; }
  .d-lg-table { display: table !important; }
  .d-lg-table-row { display: table-row !important; }
  .d-lg-table-cell { display: table-cell !important; }
}

@media (min-width: 1200px) {
  .d-xl-none { display: none !important; }
  .d-xl-block { display: block !important; }
  .d-xl-inline { display: inline !important; }
  .d-xl-inline-block { display: inline-block !important; }
  .d-xl-flex { display: flex !important; }
  .d-xl-inline-flex { display: inline-flex !important; }
  .d-xl-grid { display: grid !important; }
  .d-xl-inline-grid { display: inline-grid !important; }
  .d-xl-table { display: table !important; }
  .d-xl-table-row { display: table-row !important; }
  .d-xl-table-cell { display: table-cell !important; }
}

@media (min-width: 1400px) {
  .d-xxl-none { display: none !important; }
  .d-xxl-block { display: block !important; }
  .d-xxl-inline { display: inline !important; }
  .d-xxl-inline-block { display: inline-block !important; }
  .d-xxl-flex { display: flex !important; }
  .d-xxl-inline-flex { display: inline-flex !important; }
  .d-xxl-grid { display: grid !important; }
  .d-xxl-inline-grid { display: inline-grid !important; }
  .d-xxl-table { display: table !important; }
  .d-xxl-table-row { display: table-row !important; }
  .d-xxl-table-cell { display: table-cell !important; }
}

