.logo{
    padding-bottom: 25px;
}


body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-weight: normal;
  background: #EEEAE2;
  color: #0F0002; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

a {
  color: #004285;
  text-decoration: underline;
  background-color: transparent; }
  a:hover {
    color: #0D3F0D;
    text-decoration:underline; }

h1, h2, h3, h4, h5
.h1, .h2, .h3, .h4, .h5 {
  margin-top: 0;
  margin-bottom: 0.1rem;
  line-height: 1.2; }

h1, .h1 {
  font-size: 48.83px; 
  font-weight: 700;  }

h2, .h2 {
  font-size: 39.06px;
  font-weight: 600;  }

h3, .h3 {
  font-size: 31.25px; 
  font-weight: 500; }

h4, .h4 {
  font-size: 25px;
  font-weight: 400;}

h5, .h5 {
  font-size: 20px;
  font-weight: 700; }


h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1;
  font-family: 'Josefin Sans', sans-serif;
  color: #0F0002; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }




 #nav-icon1 span{
  display: block;
  margin:2px;
  height: 3px;
  width:20px;
  background: #E3DAC9;
  border-radius: 2px;
}


/*.collapse:not(.show) {
  display: none; }
*/
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }


.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #010123;
  text-align: inherit;
  white-space: nowrap;
  background-color: #EEEAE2;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #E1B347; }
  .dropdown-item.active, .dropdown-item:active {
    color: #EEEAE2;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #010123;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

 .pt-6,
.py-6 {
  padding-top: 3.5rem !important; }
*/

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #010123;
  color: #E3DAC9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; }
#sidebar.active {
    margin-left: -250px; }
 #sidebar.active .custom-menu {
      margin-right: -50px; }
  #sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1.5rem; }
 #sidebar h1 .logo {
      color: #E3DAC9; 
        }
  #sidebar ul.components {
    padding: 0; }

  #sidebar ul li {
    font-size: 20px; 
    font-weight: 600;
    text-decoration: none;
    }




    #sidebar ul li > ul {
      margin-left: 10px; }

      #sidebar ul li > ul li {
        font-size: 17px;
        font-weight: 500;}

    #sidebar ul li a {
      padding: 10px 0;
      display: block;
      color: rgba(255, 255, 255, 0.8);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
      text-decoration: none;
}


      #sidebar ul li a:hover {
        color: #E1B347;
        text-decoration: underline;}

    #sidebar ul li.active > a {
      background: transparent;
      color: #E1B347;
    text-decoration: underline;}
  @media (max-width: 850px) {
    #sidebar {
      margin-left: -250px; }
      #sidebar.active {
        margin-left: 0; }
      #sidebar .custom-menu {
        margin-right: -50px !important;
        top: 10px !important; } }
  #sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (prefers-reduced-motion: reduce) {
      #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }

/*Side Menu Main Toggle*/
    #sidebar .custom-menu .btn {
      width: 40px;
      height: 40px;
      border-radius: 10%; }
      #sidebar .custom-menu .toggle-btn {
        background: #010123;
        border-color: #E3DAC9; }
      #sidebar .custom-menu .toggle-btn:hover, #sidebar .custom-menu .btn:focus {
          background: #0C0C38 !important;
          border-color: #E1B347 !important; }


/*Side Menu Toggles*/
a[data-toggle="collapse"] {
  position: relative; }

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (max-width: 850px) {
  #sidebarCollapse span {
    display: block; } }

/*Keeps the side bar background at 100% height*/
#content {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }


/*.page-item .page-link {
    z-index: 3;
    color: #343a40;
    border-color: #343a40;
}
*/
.page-item.active .page-link {
    z-index: 3;
    color: #E3DAC9;
    background-color: #343a40;;
    border-color: #343a40;
}

.page-link{
  color: #343a40;
}





/*Homepage Photo borrowed from Dana Ardell's Setup*/
.me-3 {
  margin-right: 1rem !important;
}

.float-start {
  float: left !important;
}
/* end Homepage Photo*/












/* Type Hierarchy*/


.hier-intro {
  padding: 40px 0 60px 0;
  text-align: center;
}


.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  padding-bottom: 50px;
}

.row-color {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  padding-bottom: 0px;
}


hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
  border-top: 1px solid;
  opacity: .25;
}


.col-lg-6 {
  flex: 0 0 auto;
  width: 50%;
}


.specs {
  padding-top: 0;
  display: flex;
  align-items: center;
 
}

code {
  font-size: 87.5%;
  color: #0D3F0D;
  word-wrap: break-word;
}
/*Type Hierarchy End*/









/* Colors */
.color1 {
  background-color: var(--dark-blue);
  border: var(--dark-grey);
  border-width: 2px;
}
.color1, .color2, .color3, .color4, .color5, .color6, .color7, .color8, .color9, .color10, .color11, .color12 {
  width: 75%;
  height: 175px;
  border-radius: 300px;  
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}


.color1 {
  background-color: #0C0C38;
  border: var(--dark-grey);
  border-width: 2px;
}

.color2 {
  background-color: #0F0002;
  border: var(--dark-grey);
  border-width: 2px;
}

.color3 {
  background-color: #EEEAE2;
  border: 2px solid #D5CCB8;
}


.color4 {
  background-color: #010123;
  border: var(--dark-grey);
  border-width: 2px;
}


.color5 {
  background-color: #E1B347;
  border: var(--dark-grey);
  border-width: 2px;
}

.color6 {
  background-color: #0D3F0D;
  border: var(--dark-grey);
  border-width: 2px;
}

/* Colors End */



/*Cards for Logo*/
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #E4C08A;
  background-clip: border-box;
  border: 1px solid #0C0C38;
  border-radius: 1rem;
}

.card-rosewood {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #010123;
  background-clip: border-box;
  border: 1px solid #0C0C38;
  border-radius: 1rem;
}

.card-text-rosewood{
   color: #EEEAE2;
}

.card-title-rosewood{
   color: #EEEAE2;
}






/* BUTTONS */

.mb-4 {
  margin-bottom: .5rem !important;
    align-items: center;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}


.btn-primary {
  background-color: #0C0C38;
  color: #E1B347;
  border: 0;
}


button, .btn {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding: 13px 20px;
  border-radius: 20px;
}


/*.btn-secondary, .btn-secondary:hover {
  background-color: #E1B347;
  color: #0F0002;
  border: 0;
}*/


/*.btn-inverse, .btn-inverse:hover {
  background-color: #ffffff;
  color: var(--dark-blue);
  border: 2px solid var(--dark-blue);
}*/


.btn-primary.btn-hover {
  background-color: #E1B347;
  color: #0C0C38;
  box-shadow: 0px 1px 6px var(--dark-blue);
}


/*.btn-secondary.btn-hover {
  background-color: #E1B347;
  color: #0F0002;
  box-shadow: 0px 1px 6px var(--dark-blue);
}*/


.btn-secondary, .btn-secondary:hover {
  background-color: #E1B347;
  color: #ffffff;
  border: 0;
}


.btn-inverse.btn-hover {
  background-color: #dddddd;
  color: #E1B347;
  border: 2px solid var(--dark-blue);
  box-shadow: 0px 1px 6px var(--dark-blue);
}


.btn-primary:disabled {
  background-color: #EEEAE2;
  color: #0F0002;
  border: 2px solid #0F0002;
  opacity: 0.6;
}

.btn-primary:disabled:hover {
  background-color: #EEEAE2;
  color: #0F0002;
  border: 2px solid #0F0002;
  opacity: 0.6;
}

.btn-primary:hover {
  background-color: #E1B347;
  color: #0F0002;
}

.btn-active {
  background-color: #0C0C38;
  color: #E1B347;
  border: 0;
}

.btn:active {
  background-color: #0C0C38;
  color: #E1B347;
  border: 0;
}

.btn-text-center{
	text-align: center;	
}

/* accessible focus ring for keyboard users */
.btn:focus-visible {    
  outline: 3px solid rgba(225,179,71,0.95);
  outline-offset: 6px;
  border-radius: 26px;
}




/*NEO CARDS*/
.card-neo {
border-radius: 26px;
background: #EEEAE2;
box-shadow:  8px 8px 13px #706e6a,
             -8px -8px 13px #ffffff;
}

.card-neo:hover {
border-radius: 26px;
background: linear-gradient(310deg, #fffaf2, #ebd9b1);
box-shadow:  8px 8px 13px #706e6a,
             -8px -8px 13px #ffffff;
}

.card-neo:active {
border-radius: 26px;
background: linear-gradient(310deg, #fffaf2, #ebd9b1);
box-shadow: inset 8px 8px 13px #706e6a,
            inset -8px -8px 13px #ffffff;
}

/* accessible focus ring for keyboard users */
.card-neo:focus-visible {
  outline: 3px solid rgba(225,179,71,0.95);
  outline-offset: 6px;
  border-radius: 26px;
}

/* Make card links look like cards, not text links */
.card-neo {
  text-decoration: none;
  color: inherit;
}

.card-neo h5,
.card-neo p,
.card-neo .card-title,
.card-neo .card-text {
  color: inherit;
  text-decoration: none;
}

/* If your <a> has text inside that shouldn't underline on hover/focus */
.card-neo:hover,
.card-neo:focus,
.card-neo:active {
  text-decoration: none;
  color: inherit;
}





/* NAVBAR */
.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-toggler-border-color: #010123;
}




.navbar-nav {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
}


.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #E1B347;
}

.navbar-dark .navbar-nav .nav-link {
  color: #EEEAE2;
}

.nav-link:active{
color: #E1B347;
}




.nav-link {
    text-decoration: none;
}

.nav-item{
    padding-left: 10px;
    padding-right: 10px;
}



.nav-item:active{
    color: #E1B347;
  
}

.nav-link:hover {
    text-decoration: underline;
}

/* ensure a clear keyboard focus outline */
.navbar-nav .nav-link:focus-visible {
  outline: 3px solid #E1B347;
  outline-offset: 4px;
}


.bg-dark {
  --bs-bg-opacity: 1;
  background-color: #010123 !important;
}



.navbar-toggler {
  border: var(--bs-border-width) #E1B347;
}

.navbarNavDropdown {
    float: right;
}



.navbar-dark.navbar-toggler {
  color: #E1B347;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
    background-image: none;
    background-size: auto;
  background-size: 100% 100%;
    color: #E1B347;
}

.nav-item-socials{
    padding-left: 20px;
  
}







/* PAGINATION TABS*/
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs {
  border-bottom: 1px solid #D5CCB8;
    margin-bottom: 10px;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #010123;
  background-color: #EEEAE2;
  border-color: #D5CCB8 #D5CCB8 transparent;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
    border-top-color:  transparent;
    border-right-color: transparent;
    border-bottom-color: #D5CCB8;
    border-left-color: transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:hover {
  border: 1px solid transparent;
    border-top-color:  #D5CCB8;
    border-right-color: #D5CCB8;
    border-bottom-color: #D5CCB8;
    border-left-color: #D5CCB8;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.img-responsive {
  vertical-align: middle;
  border: 1px solid #D5CCB8;
}






/* Footer CSS (full) */
.site-footer {
  --footer-bg: #010123;     /* deep maroon */
  --footer-cream: #EEEAE2;  /* cream text / badge background */
  --footer-accent: #E1B347; /* hover / accent color */

  background: var(--footer-bg);
  color: var(--footer-cream);
  padding: 1.25rem 0;
  font-family: "Josefin Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Left text */
.site-footer .footer-name {
  font-weight: 700;
  font-size: clamp(1rem, 2.6vw, 1.75rem);
  letter-spacing: 0.5px;
  line-height: 1;
  display: inline-block;
}

/* Circular logo badge */
.site-footer .footer-logo {
  width: 96px;
  height: 96px;
  min-width: 72px;
  min-height: 72px;
  object-fit: contain;
  border-radius: 50%;
  padding: 6px; /* space inside circular badge for logo artwork */
  display: inline-block;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
  vertical-align: middle;
}

/* Footer link (right) */
.site-footer .footer-link {
  color: inherit;                 /* inherit cream color */
  font-weight: 600;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
  font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  display: inline-block;
  line-height: 1;
  -webkit-tap-highlight-color: rgba(225,179,71,0.12);
}

/* Hover, focus, and focus-visible states */
.site-footer .footer-link:hover,
.site-footer .footer-link:focus {
  color: var(--footer-accent);
  text-decoration: none;
  transform: translateY(-1px);
}

/* Accessible focus-visible ring while keeping visual style */
.site-footer .footer-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(225, 179, 71, 0.14);
  border-radius: 4px;
}

/* Spacing for grid columns (small vertical padding for stacked view) */
.site-footer .col-md-4 {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

/* Tweak sizes on larger screens */
@media (min-width: 768px) {
  .site-footer .footer-logo {
    width: 120px;
    height: 120px;
    padding: 10px;
  }
}

/* Tweak sizes for very small screens */
@media (max-width: 420px) {
  .site-footer .footer-logo {
    width: 80px;
    height: 80px;
  }

  .site-footer .footer-name {
   /* min, preferred (fluid), max */
  font-size: clamp(1rem, 1.6vw + 0.5rem, 1.75rem);
  }
}

/* Optional small visual polish: subtle rule separator on larger screens */
@media (min-width: 768px) {
  .site-footer .container {
    border-top: 0;
  }
}

/* Ensure footer links remain readable when visited */
.site-footer a:visited {
  color: inherit;
}

/* If you want the year to be visually slightly muted */
.site-footer .footer-year {
  color: rgba(245, 239, 232, 0.9);
  font-weight: 600;
}

/* End of footer CSS */



/* Separator: a decorative dot between links on md+ screens, hidden when stacked */
.footer-links .footer-link + .footer-link::before {
  content: "•";                    /* separator character (change to "|" or "·" if you prefer) */
  display: none;                   /* hidden by default (small screens where links stack) */
  color: var(--footer-accent);     /* uses your accent color (#E1B347) */
  margin: 0 0.6rem;                /* spacing around separator */
  font-size: 1.05em;
  vertical-align: middle;
  line-height: 1;
}

/* Show the separator only when links are in a row (md and up) */
@media (min-width: 768px) {
  .footer-links .footer-link + .footer-link::before {
    display: inline-block;
  }
}








.navbar-brand {
  display: inline-block;
  transition: transform .18s cubic-bezier(.2,.8,.2,1), filter .18s;
  will-change: transform, filter;
}

/* Hover and keyboard focus-visible (must match) */
.navbar-brand:hover,
.navbar-brand:focus-visible {
  transform: translateY(-3px) scale(1.03);
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.12));
}

/* Clear visible focus ring for keyboard users */
.navbar-brand:focus-visible {
  outline: 3px solid #E1B347; /* adjust to your brand accent */
  outline-offset: 4px;
  border-radius: 4px;
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .navbar-brand { transition: none; transform: none; filter: none; }
  .navbar-brand:focus-visible { outline: 3px solid #E1B347; outline-offset: 3px; }
}






/* Footer — icon + text social links */
.site-footer .footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;                   /* space between icon and text */
  font-size: 1rem;               /* matches .footer-name baseline */
  padding: .4rem .65rem;         /* increases the hit area */
  min-height: 44px;              /* touch target minimum */
  border-radius: .5rem;
  text-decoration: none;
  color: inherit;
  transition: transform .16s ease, box-shadow .16s ease, background-color .12s;
}

/* slightly larger on bigger screens */
@media (min-width: 768px) {
  .site-footer .footer-link {
  font-size: 1.25rem;   /* noticeable text size */
  padding: .55rem 1rem; /* more breathing room */
  min-height: 52px;     /* larger touch target */
  gap: .75rem;
} }

/* Bootstrap icon sizing inside the link */
.site-footer .footer-link .bi {
  font-size: 1.8rem;   /* icon size; adjust to taste */
  line-height: 1;
  vertical-align: middle;
}

/* subtle hover + keyboard focus visuals */
.site-footer .footer-link:hover,
.site-footer .footer-link:focus-visible {
  background-color: rgba(0,0,0,0.04);   /* light highlight */
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}

/* distinct keyboard focus ring for accessibility */
.site-footer .footer-link:focus-visible {
  outline: 3px solid rgba(225,179,71,0.95);
  outline-offset: 4px;
  border-radius: .5rem;
}



/* Keep motion minimal for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .site-footer .footer-link { transition: none; transform: none; box-shadow: none; }
}





/* Styling for the read-more-link (add in your CSS file or inside <style> tag) */
.read-more-link {
  color: #004285;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  font-size: 1rem;
  cursor: pointer;
  font-family: inherit;
}
.read-more-link:hover,
.read-more-link:focus-visible {
  color: #0D3F0D;
  text-decoration: underline wavy;
  outline: 2px solid #E1B347;
  outline-offset: 2px;
}






/* =========================
   CLICKABLE CARD STYLING
   ========================= */

/* Prevent card link text from turning blue */
.card-neo[role="link"] {
  color: inherit; /* Keeps original text color */
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.card-neo[role="link"]:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-neo[role="link"]:focus {
  outline: 2px solid #E1B347; /* Gold focus outline */
  outline-offset: 4px;
}

/* Ensure card title stays the original color */
.card-neo[role="link"] .card-title {
  color: inherit;
}

/* Ensure card text stays the original color */
.card-neo[role="link"] .card-text {
  color: inherit;
}

/* Remove text truncation - show full text */
.card-text {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
  text-overflow: clip;
}





.skip-link:focus {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1rem;
  background: #000;
  color: #fff;
  z-index: 9999;
}




.visually-hidden-focusable {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.visually-hidden-focusable:focus {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 1rem;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background: #000;
  color: #fff;
  z-index: 9999;
}