@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");

/* Skip navigation link for accessibility (WCAG 2.4.1) */
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: var(--primary-color, #00383d);
  color: #fff;
  padding: 0.75rem 1.5rem;
  z-index: 10000;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 0 0 4px 0;
}

.skip-link:focus {
  top: 0;
}

:root {
  --navbar-text-color: #1f5862;
  --bg-color: #f7f7f7;
  --card-bg-color: #f9f9f9;
  --off-white: #e9e9e9;
  --bg-gradient: linear-gradient(90deg, #e9f1fa 0%, #cff0ea 62%, #c3edf0 100%);
  --primary-color: #00383d;
  --secondary-color: #cff0ea;
  --royal-blue: #1f4772;
  --link-color: #2866a8;
  --link-hover-color: #489cf7;
  --heading-text-color: #30265c;
  --body-text-color: #30265c;
  --light-text-color: #eee;
  --light-text-color-hover: #f9f9f9;
  --footer-bg-gradient: linear-gradient(45deg, #1a2d4ae4, #143d6de0),
    url(../images/banner2.png);
  --gold: #f6b843;
  --gold-hover: #f8e0b3;
  --sky-blue: #e1f0fc;
  --deep-teal: #135d62;
  --aside-bg-color: var(--deep-teal);
  --portal-grid-bg: var(--off-white);
  --portal-grid-bg-alt: var(--sky-blue);
  --portal-grid-text-color: var(--royal-blue);
  --table-row: #e4f0f1;
  --darkened-helpscout-purp: #6d6dcf;
}

/* HelpScout Beacon widget overflow fixes */
#beacon-container,
.beacon-container,
[data-beacon-article],
.beacon-frame,
.beacon-button {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

/* Ensure HelpScout widgets don't cause horizontal scroll */
.beacon-frame,
.beacon-frame *,
.beacon-button,
.beacon-button * {
  max-width: 100vw !important;
  box-sizing: border-box !important;
}

html,
body {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  background: var(--bg-color);
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: var(--body-text-color);
  margin: 0;
  padding: 0;

  transition: background-color 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  overflow-x: hidden;
  max-width: 100vw;
}

main {
  /* min-height: 100vh; */
  min-height: 75vh;
}

li a:link,
li a:visited {
  font-size: 16px;
  text-decoration: none;
  color: var(--link-color);
}

li a:hover,
li a:active {
  text-decoration: underline;
  color: var(--link-hover-color);
}

p {
  font-size: 18px;
}

footer p {
  font-size: 16px;
}

.header {
  /* position:fixed; */
  position: sticky;
  padding-left: 8px;
  padding-right: 8px;
}

/* #hcaLogo {
  background-color: #022d31e5;
  padding: 4px 8px;
  border-radius: 4px;
} */

.breadcrumb {
  margin-top: 8px;
}

.breadcrumb a:link,
.breadcrumb a:visited {
  color: var(--link-color);
}

.visit-website {
  color: var(--link-color);
}

.bx {
  font-size: 24px;
  color: var(--link-color);
}

.step-actions .btn-success {
  gap: 8px;
}

.step-actions .btn-success .bx {
  color: #fff;
}

.step-card .bx-right-arrow-alt {
  color: #fff;
}

.enrollment-option .option-icon .bx {
  color: #fff;
}

.portal-grid .bx {
  margin-bottom: 8px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.btn-primary {
  border: none;
}

img.state-seal {
  max-width: 126px;
}

/* HEADER STYLES */
.header-div {
  position: fixed;
  z-index: 1000;
  width: 100%;
  max-width: 100vw;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: var(--bg-color);
  gap: 8px;
}

header.nav-open {
  z-index: 1000;
}

header h1 {
  padding: 22px 0;
  margin: 0;
  font-family: "DM Serif Display", serif;
}

h1.display-5,
h1.display-4,
h1.display-3,
h2.display-4 {
  font-family: "DM Serif Display", serif;
}

.lrg-btn-header {
  font-family: "DM Serif Display", serif;
}

header.container-lg {
  justify-content: flex-start;
  max-width: 1200px;
  gap: 24px;
}

aside {
  border: none;
}

.navbar {
  font-size: 16px;
}

.navbar-expand-lg .navbar-collapse {
  text-align: center;
  justify-content: center;
  width: 100%;
}

.navbar-expand-lg .navbar-nav {
  max-width: 1200px;
  justify-content: space-between;
  gap: 18px;
}

.navbar .nav-item .nav-link {
  text-transform: uppercase;
  padding: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  letter-spacing: -0.5px;
  /* color: var(--link-color); */
  text-decoration: none;
}

.navbar .nav-item .nav-link:hover {
  color: rgb(230, 160, 32);
  text-decoration: underline;
}

/* NEW HEADER OVERRIDES */
header {
  display: flex;
  justify-content: space-between;
  height: 132px;
  background: var(--bg-gradient);
}

.brand-box {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 72px;
}

.brand {
  color: var(--navbar-text-color);
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  font-size: 26px;
}

#seal {
  width: 88px;
}

#group-benefits-plan {
  font-size: 36px;
}

header img {
  width: 120px;
}

.navbar-links {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  padding: 0;
  margin: 0;
}

.navbar {
  padding: 8px;
  margin-right: 8px;
}

.navbar-links li {
  list-style-type: none;
}

.navbar-links li a:link,
.navbar-links li a:visited {
  text-decoration: none;
  color: var(--navbar-text-color);
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  text-wrap: nowrap;
  font-weight: 700;
}

.navbar-links li a:hover,
.navbar-links li a:active {
  color: var(--gold);
}

#theme-toggle {
  background: none;
  font-size: 24px;
  border: none;
  color: var(--navbar-text-color);
  display: flex;
  justify-content: center;
  align-items: center;

  /* for now until i figure out dark theme localStorage */
  display: none;
}

.btn-mobile-nav {
  background: none;
  border: none;
  cursor: pointer;

  display: none;
}

.btn-mobile-nav:focus-visible {
  outline: 2px solid var(--link-color);
  outline-offset: 2px;
}

.icon-mobile-nav {
  height: 48px;
  width: 48px;
  color: #1f5862;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
  color: #1f5862;
}

/* SWIPER NEWSBANNER & MODAL STYLES MOVED TO SEPARATE FILE */

/* "CLICK HERE TO UPDATE HOME ADDRESS" ANIMATION */
.floater-box {
  display: block;
  width: 100%;
  /* max-width: 960px; */
  margin: 0 auto;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 28px;
  animation: slidein 1s ease-in-out;
}

.floater-box a:link,
.floater-box a:visited {
  text-decoration: none;
  font-size: 22px;
  color: red;
  font-weight: 700;
  margin: 0 auto;
}

.floater-box a:hover,
.floater-box a:active {
  text-decoration: underline;
  color: rgb(253, 76, 76);
}

@keyframes slidein {
  0% {
    transform: translateX(100%);
  }

  80% {
    transform: translateX(-10%);
  }

  100% {
    transform: translateX(0%);
  }
}

/* quicklinks boxes */
.quicklinks-container {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 58px;
  margin-bottom: 58px;
}

.btn.btn-primary.quicklink {
  padding: 64px 32px;
  border-radius: 4px;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;

  transition: all 0.2s ease-in-out;
}

.btn.btn-primary.quicklink:hover {
  transform: scale(1.05);
}

.btn-primary.quicklink {
  min-width: 224px;
}

.flexbox-links-container {
  display: flex;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 32px;
  justify-content: center;
}

.flexbox-link:link,
.flexbox-link:visited {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid #c3edf0;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .flexbox-links-container {
    flex-direction: column;
  }
}

#adminLetters li {
  display: flex;
  align-items: flex-start;
}

/* ABOUT US */
#aboutUs {
  display: flex;
  width: 100%;
  gap: 6px;
  background-color: var(--bg-color);
  max-width: 1350px;
  margin: 32px auto;
}

#aboutUs .text-content {
  padding: 0 12px;
}

#aboutUs .text-content h3 {
  font-family: "DM Serif Display", serif;
  color: var(--heading-text-color);
}

#aboutUs .text-content p {
  font-size: 18px;
}

#aboutUs .text-content p.lead {
  font-style: italic;
  color: var(--bs-gray-600);
  font-family: serif;
}

/* new hire */
.list-and-content {
  display: flex;
  padding: 0;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
}

.list-and-content div.container.p-2.pt-0 {
  max-width: 1000px;
  margin-top: 100px;
  margin-left: 290px;
}

.list-and-content .card {
  width: 100%;
  box-shadow: 0 4px 12px #a8a8a854;
  border: none;
}

.list-and-content .card-heading {
  font-size: 36px;
  font-family: "Roboto Serif", serif;
  color: #44446d;
}

.list-and-content .card-heading-2 {
  font-size: 26px;
  font-family: "Roboto Serif", serif;
  color: #74748d;
  margin-top: 36px;
}

.list-and-content .card.active {
  padding-top: 101px;
}

/* end new hire section */

.info-list {
  list-style: none;
  padding-left: 0;
}

.info-list li,
.info-list a:link {
  font-size: 18px;
}

.info-list li {
  position: relative;
  padding-left: 30px;
}

.info-list li::before {
  content: "\f05a";
  /* Unicode character for the icon (in this case, Font Awesome's "info" icon) */
  font-family: "Font Awesome 5 Free";
  /* Include the appropriate font family */
  position: absolute;
  left: 0;
  margin-right: 10px;
  font-weight: 900;
  color: #44446d;
}

.info-list li i {
  font-size: 24px;
}

.call-to-action:link,
.call-to-action:visited {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1f4772;
  color: var(--light-text-color);
  width: 363px;
  height: 84px;
  font-size: 22px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.list-and-content .card li {
  margin-bottom: 10px;
}

.list-and-content .card .link-list {
  padding-left: 24px;
}

.list-and-content .card .link-list a:link,
.list-and-content .card .link-list a:visited {
  font-size: 18px;
  color: var(--link-color);
}

.list-and-content .card .link-list i {
  font-size: 22px;
  color: var(--link-color);
}

.card .side-by-side {
  gap: 24px;
}

.uppercase {
  text-transform: uppercase;
}

/* SIDENAV */
.left-vertical-nav {
  position: fixed;
  left: 0;
  background-color: var(--royal-blue);
  width: 33%;
  max-width: 420px;
  margin-top: 0px;
  height: 100vh;
}

.left-vertical-nav li {
  cursor: default;
  color: var(--light-text-color);
  font-size: 18px;
  font-weight: 600;
  /* text-transform: uppercase; */
  margin-bottom: 8px;
  line-height: 1.25;
}

.left-vertical-nav li a:link,
.left-vertical-nav li a:visited {
  cursor: pointer;
  color: var(--light-text-color-hover);
  font-size: 18px;
}

.left-vertical-nav li a:hover,
.left-vertical-nav li a:active {
  text-decoration: underline;
}

/* FOOTER */
footer {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  color: var(--light-text-color);
  background-image: var(--footer-bg-gradient);
  background-size: cover;
  position: relative;
  z-index: 100;
}

footer a:link,
footer a:visited {
  color: var(--gold);
}

footer a:hover,
footer a:active {
  color: var(--gold-hover);
}

footer div.container {
  display: flex;
  justify-content: space-evenly;
  /* gap: 12px; */
}

footer a.centered-link:link,
footer a.centered-link:visited,
footer h4 {
  text-transform: uppercase;
}

.contact-box {
  width: 25%;
}

.contact-box h6 {
  font-weight: 700;
}

.centered-link {
  display: block;
  margin-bottom: 24px;
}

.container.erisa-credits {
  width: 100%;
  justify-content: space-between;
  margin-top: 42px;
}

.footer-credit-logo {
  width: 64px;
}

.hca .footer-credit-logo {
  width: 88px;
}

.footer-credit-text {
  max-width: 224px;
  line-height: 1.25;
  font-size: 16px;
}

.erisa-credits a:link {
  text-decoration: none;
}

/* NEW FOOTER OVERRIDES */
.container.erisa-credits {
  margin-top: 24px;
}

.footer-credit-logo {
  width: 64px;
}

.footer-credit-text {
  max-width: 224px;
  line-height: 1.25;
  font-size: 16px;
}

.footer-credit-text span {
  text-decoration: none;
}

.footer-brands {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.erisa-credits .easi {
  display: flex;
  justify-content: flex-end;
}

/* Open Enrollment pg */
.container.opener {
  max-width: 1000px;
}

/* CARRIER INFO CARDS */

/* .carriers-grid .card img {
  height: 120px;
  width: auto;
} */

.volben-quicklink {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  max-height: 140px;
}

.volben-quicklink img {
  width: 100%;
}

.about-volben-container {
  max-width: 1200px;
}

.volben-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.volben-carrier {
  /* height: 1400px; */
  /* width: 23%; */
  max-width: 989px;
  padding: 6px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 12px;

  background-color: var(--bg-color);
}

.volben-carrier-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 12px;
}

.volben-carrier .list-box {
  width: 100%;
  padding: 12px 24px;
}

.imgHeight {
  display: block;
  /* height: 140px; */
  line-height: 140px;
  width: 240px;
}

.volben-carrier .website-btn i {
  font-size: 18px;
  margin-right: 6px;
}

.btn.btn-light {
  color: #aaa;
}

.btn.btn-light:hover {
  color: #000;
}

#carrierInfoGrid .row .col-sm-4 {
  padding: 0;
}

.card {
  /* height: 286px; */
  width: 96%;
}

#carrierInfoGrid .card {
  height: 286px;
}

.card img {
  max-width: 100%;
  height: 100%;
  max-height: 180px;
  object-fit: contain;
  /* height: auto; */
}

.card .btn-primary {
  width: 100%;
  /* Make the button span the whole width of the card */
}

.card .card-title {
  font-size: 18px;
  margin-bottom: 16px;
}

.card-img-top {
  max-width: 80%;
}

.card-body {
  display: flex;
  flex-direction: column;
  height: 75%;
}

.recipesContainer {
  margin-top: 48px;
  margin-bottom: 48px;
}

.recipesContainer p.card-text {
  font-size: 16px;
}

.recipesContainer .card-text:last-child {
  margin-bottom: 12px;
}

.recipesContainer .card img {
  object-fit: cover;
  width: 286px;
  height: 286px;
}

.recipesContainer .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

h5.modal-title {
  font-size: 36px;
  font-weight: 200;
  padding-left: 6px;
  line-height: 1.2;
}

.modal-header {
  display: flex;
  align-items: flex-start;
}

.modal-header img {
  max-height: 69px;
  max-width: 120px;
}

.modal-body .flexbox {
  display: flex;
  gap: 12px;
}

.modal-body h6 {
  font-size: 20px;
}

.modal-body ul {
  padding-left: 0;
}

.modal-body ul li {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.modal-body .bx {
  font-size: 18px;
}

.modal-body a:link,
.modal-body a:visited {
  font-size: 18px;
}

.select-one-box {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.select-one-box .btn {
  background-color: var(--secondary-color);
  color: var(--royal-blue);
  width: 45%;
  height: 48px;
  border-radius: 2px;
  line-height: 1;
  border: none;
  transition: background-color 0.3s ease-in-out;
}

.select-one-box .btn:hover {
  background-color: var(--gold);
  color: #fff;
}

.select-one-box .btn:focus {
  border: 2px dashed #f39c12;
}

.select-one-box .btn.on {
  background-color: var(--gold);
  color: #fff;
  font-weight: 700;
}

.modal-body a.webinar-link:link,
.modal-body a.webinar-link:visited {
  line-height: 1.05;
  font-size: 18px;
  margin-bottom: 8px;
}

.webinar-description {
  font-size: 16px;
  margin-left: 24px;
  font-style: italic;
  color: gray;
}

.modal-body .two-link-event {
  margin-left: 36px;
}

#colorectalModal .bxs-right-arrow {
  font-size: 18px;
  margin-top: 4px;
}

/* Portal Grid */
.portal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.portal-grid .btn.btn-primary.quicklink {
  flex-direction: column;
  align-self: center;
  align-items: center;
  justify-content: center;
  background-color: var(--portal-grid-bg);
  color: var(--portal-grid-text-color);
  font-weight: 700;
  border: 1px solid #d1d1d379;
  min-height: 246px;
}

.portal-grid i {
  color: var(--portal-grid-text-color);
}

.portal-grid .btn.btn-primary.quicklink:nth-child(2n),
.portal-grid .btn.btn-primary.quicklink:nth-child(2n) i {
  background-color: var(--portal-grid-bg-alt);
}

#state-ee-grid,
#LPB-ee-grid {
  display: none;
}

.side-by-side {
  /* width: 80vw; */
  margin: 0 auto;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.list-box {
  width: 49%;
  padding: 12px;
  /* border: 1px solid #eee; */
  border-radius: 11px;
  background: var(--card-bg-color);

  box-shadow: 0px 5px 11.1px 3px rgba(0, 0, 0, 0.05);
}

.list-box ul {
  padding: 0;
}

.list-box li {
  line-height: 1.2;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
}

.list-box li i {
  font-size: 28px;
  align-self: flex-start;
}

.list-box li a:link {
  font-size: 18px;
  text-decoration: none;
}

.list-box li span a:link {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.card-container {
  padding: 32px;
  box-shadow: #e8e8e8 0px 0px 6px 2px;
  background-color: #fff;
}

.stateAgencyEE .modal-body ul li,
.localPublicBodyEE .modal-body ul li {
  display: block;
  margin-bottom: 12px;
  line-height: 1.2;
  font-size: 18px;
}

#adminLetters ul li {
  line-height: 1.5;
  /* line-height: 2; */
}

#adminLetters a:link,
#adminLetters a:visited {
  font-size: 18px;
}

.premium-calculator {
  border: 1px solid #ddd;
  padding: 12px;
}

.premium-calculator .row {
  margin-bottom: 24px;
  padding: 24px 8px;
}

.premium-calculator .row:nth-child(2n) {
  background-color: var(--table-row);
}

.premium-calculator .date-input {
  border: none;
  padding: 8px;
}

.input-group {
  flex-direction: column;
}

#resultsTbl tr {
  height: 69px;
}

#resultsTbl input {
  color: #31383a;
  font-weight: 600;
}

@media (max-width: 800px) {
  #resultsTbl input {
    width: 100%;
  }
}

/* modal grid for content */
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.modal-body .grid .cell {
  border-left: 3px solid #255c25;
  padding: 6px 12px;
}

/* SIDENAV STYLING */
.page-with-sidenav {
  display: flex;
  font-family: "Roboto Serif", serif;
  margin: 0;
  gap: 24px;

  /* height: 100vh; */
}

aside {
  width: 364px;
  background-color: var(--aside-bg-color);
  padding: 20px;
  /* border-right: 1px solid #ccc; */
  font-family: Arial, Helvetica, sans-serif;
  min-height: 80vh;
  height: 100%;
  border-radius: 4px;
}

main {
  flex-grow: 1;
  padding: 20px;
}

.sidenav ul {
  list-style: none;
  padding: 0;
}

.sidenav ul li {
  cursor: pointer;
  margin-bottom: 10px;
  list-style: none;
}

.sidenav ul li a {
  text-decoration: none;
  color: var(--off-white);
}

.sidenav ul li a:hover {
  text-decoration: underline;
}

/* Specific styles for the carrier list links */
.sidenav #carrier-list a:link,
.sidenav #carrier-list a:visited {
  color: #fff;
}

.sidenav-item a:hover,
.sidenav-item a:active {
  text-decoration: underline;
}

.matched-content-heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

.matched-content-heading h2 {
  margin: 0;
}

.matched-content-heading img {
  background-color: #fff;
}

#carrier-main-info div {
  margin-bottom: 36px;
}

#carrier-main-info i {
  font-size: 22px;
}

#carrier-main-info p {
  line-height: 1;
  max-width: 600px;
}

#carrier-main-info p a:link,
#carrier-main-info p a:visited {
  text-decoration: none;
  color: var(--link-color);
}

#carrier-main-info p a:hover,
#carrier-main-info p a:active {
  text-decoration: underline;
  color: var(--link-hover-color);
}

.sidenav-item img {
  background-color: #fff;
  padding: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 1008px) {
  .sidenav-item img {
    width: 64px;
  }
}

#newsModal h6,
#virtaModal h6 {
  font-weight: 600;
  font-size: 1.2rem;
  color: #090988;
}

#newsModal a.btn:link,
#newsModal a.btn:visited,
#virtaModal a.btn:link,
#virtaModal a.btn:visited {
  text-decoration: none;
  color: #fff;
  background-color: #090988;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  max-width: 70%;
  text-align: center;
}

#newsModal a.btn:hover,
#newsModal a.btn:active,
#virtaModal a.btn:hover,
#virtaModal a.btn:active {
  background-color: #20489f;
}

/* virta feature */
.illustration-img-sm {
  max-width: 140px;
}

.selling-points-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.selling-point {
  max-width: 600px;
}

.selling-point-heading {
  font-size: 1.3rem;
  font-weight: 700;
  color: #20489f;
}

.selling-point p {
  margin-bottom: 0;
}

.headsup {
  color: #c20000;
  font-weight: 600;
}

/* Document Cards Layout - New Styles for PDF Lists */
.document-section {
  margin-bottom: 3rem;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "DM Serif Display", serif;
  color: var(--heading-text-color);
  font-size: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--secondary-color);
  padding-bottom: 0.5rem;
}

.section-heading i {
  color: var(--link-color);
  font-size: 1.8rem;
}

.section-description {
  color: var(--body-text-color);
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.document-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.document-card {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  background: var(--card-bg-color);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  min-height: 140px;
  cursor: pointer;
  position: relative;
}

.document-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border-color: var(--link-color);
}

.document-card:focus {
  outline: 2px solid var(--link-color);
  outline-offset: 2px;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border-color: var(--link-color);
}

.document-card:focus:not(:focus-visible) {
  outline: none;
}

.document-card:focus-visible {
  outline: 2px solid var(--link-color);
  outline-offset: 2px;
}

.document-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--secondary-color);
  border-radius: 8px;
  color: var(--link-color);
}

.document-icon i {
  font-size: 2rem;
}

.document-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.document-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
}

.document-title a {
  color: var(--link-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

.document-title a:hover,
.document-title a:focus {
  color: var(--link-hover-color);
  text-decoration: underline;
}

.document-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

.document-type {
  background: var(--sky-blue);
  color: var(--royal-blue);
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.8rem;
}

.document-date {
  color: #888;
  font-style: italic;
}

.document-description {
  margin: 0;
  font-size: 0.95rem;
  color: var(--body-text-color);
  line-height: 1.4;
}

/* Dark theme overrides for document cards */
[data-theme="dark"] .document-card {
  background: var(--card-bg-color);
  border-color: #444;
}

[data-theme="dark"] .document-icon {
  background: var(--secondary-color);
  color: var(--light-text-color);
}

[data-theme="dark"] .document-type {
  background: var(--royal-blue);
  color: var(--light-text-color);
}

[data-theme="dark"] .document-date {
  color: #ccc;
}

[data-theme="dark"] .document-description {
  color: var(--light-text-color);
}

/* Mobile responsiveness for document cards */
@media screen and (max-width: 768px) {
  .document-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .document-card {
    padding: 1rem;
    min-height: auto;
  }

  .document-icon {
    width: 50px;
    height: 50px;
  }

  .document-icon i {
    font-size: 1.5rem;
  }

  .document-title {
    font-size: 1.1rem;
  }

  .section-heading {
    font-size: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .section-heading i {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .document-card {
    flex-direction: column;
    text-align: center;
  }

  .document-icon {
    align-self: center;
  }

  .document-meta {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* Info Cards for POP Waivers and similar pages */
.info-section {
  margin-bottom: 3rem;
}

.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.info-card {
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  background: var(--card-bg-color);
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-color: var(--link-color);
}

.info-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--link-color);
}

.info-icon i {
  font-size: 2rem;
}

.info-content {
  flex: 1;
}

.info-content h3 {
  color: var(--heading-text-color);
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.info-content p {
  color: var(--body-text-color);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

/* Dark theme overrides for info cards */
[data-theme="dark"] .info-card {
  background: var(--card-bg-color);
  border-color: #444;
}

[data-theme="dark"] .info-icon {
  background: var(--secondary-color);
  color: var(--light-text-color);
}

[data-theme="dark"] .info-content h3 {
  color: var(--light-text-color);
}

[data-theme="dark"] .info-content p {
  color: var(--light-text-color);
}

/* Mobile responsiveness for info cards */
@media screen and (max-width: 768px) {
  .info-cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .info-card {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }

  .info-icon {
    align-self: center;
  }
}

@media screen and (max-width: 480px) {
  .info-card {
    padding: 1rem;
  }

  .info-icon {
    width: 50px;
    height: 50px;
  }

  .info-icon i {
    font-size: 1.5rem;
  }

  .info-content h3 {
    font-size: 1.1rem;
  }
}

/* New Hire Enrollment Flow Styles */
.user-type-selector {
  max-width: 1200px;
  margin: 0 auto;
}

.user-type-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.user-type-card {
  background: var(--card-bg-color);
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
}

.user-type-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-color: var(--link-color);
}

.user-type-icon {
  width: 80px;
  height: 80px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--link-color);
}

.user-type-icon i {
  font-size: 2.5rem;
}

.user-type-card h3 {
  color: var(--heading-text-color);
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.user-type-card p {
  color: var(--body-text-color);
  margin-bottom: 0;
  line-height: 1.6;
}

.user-type-card .btn {
  background-color: var(--link-color);
  width: 100%;
}

[data-theme="dark"] .user-type-card .btn {
  background-color: var(--secondary-color);
}

.user-type-card .btn:hover {
  background-color: var(--link-hover-color);
}

[data-theme="dark"] .user-type-card .btn:hover {
  background-color: #00383d;
}

/* Enrollment Flow Styles */
.enrollment-flow {
  max-width: 1000px;
  margin: 0 auto;
}

.flow-header {
  margin-bottom: 2rem;
}

.step-progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  position: relative;
}

.step-progress::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #e0e0e0;
  z-index: 1;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  background: var(--bg-color);
  padding: 0 1rem;
}

.step .step-number {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* .step.active .step-number {
  box-shadow: 0 8px 10px 4px rgba(0, 0, 0, 0.1);
} */

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e0e0e0;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
}

.step.active .step-number {
  background: var(--link-color);
  color: white;
}

[data-theme="dark"] .step.active .step-number {
  background: var(--secondary-color);
  color: var(--light-text-color);
}

.step.completed .step-number {
  background: #dd931b;
  color: white;
}

.step-label {
  font-size: 0.9rem;
  color: #666;
  text-align: center;
  font-weight: 500;
}

.step.active .step-label {
  color: var(--link-color);
  font-weight: 600;
}

.step.completed .step-label {
  color: #dd931b;
  font-weight: 600;
}

/* Step Content */
.step-content {
  display: none;
}

.step-content.active {
  display: block;
}

.step-card {
  background: var(--card-bg-color);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.step-card h3 {
  color: var(--heading-text-color);
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.info-item {
  text-align: center;
  padding: 1.5rem;
  background: var(--bg-color);
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.info-item i {
  font-size: 2rem;
  color: var(--link-color);
  margin-bottom: 1rem;
}

.info-item h4 {
  color: var(--heading-text-color);
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.info-item p {
  color: var(--body-text-color);
  margin: 0;
  font-size: 0.95rem;
}

/* Benefits Grid */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.benefit-card {
  background: var(--bg-color);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: var(--link-color);
}

.benefit-icon {
  width: 60px;
  height: 60px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: var(--link-color);
}

.benefit-icon i {
  font-size: 1.8rem;
}

.benefit-card h4 {
  color: var(--heading-text-color);
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.benefit-card p {
  color: var(--body-text-color);
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

/* Enrollment Options */
.enrollment-options {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.enrollment-option {
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  background: var(--bg-color);
  transition: all 0.3s ease;
}

.enrollment-option.primary {
  border-color: var(--link-color);
  background: linear-gradient(
    135deg,
    var(--secondary-color) 0%,
    var(--bg-color) 100%
  );
}

.enrollment-option:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.option-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: var(--link-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.option-icon i {
  font-size: 1.8rem;
}

.option-content {
  flex: 1;
}

.option-content h4 {
  color: var(--heading-text-color);
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.option-content p {
  color: var(--body-text-color);
  margin-bottom: 1rem;
}

.option-content ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.option-content li {
  color: var(--body-text-color);
  margin-bottom: 0.25rem;
}

/* Required Forms */
.required-forms {
  display: grid;
  gap: 1.5rem;
  margin: 2rem 0;
}

.form-card {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: var(--bg-color);
  transition: all 0.3s ease;
}

.form-card.required {
  border-left: 4px solid var(--gold);
  background: linear-gradient(
    135deg,
    rgba(246, 184, 67, 0.1) 0%,
    var(--bg-color) 100%
  );
}

.form-card.optional {
  border-left: 4px solid var(--link-color);
}

.form-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--link-color);
}

.form-icon i {
  font-size: 1.5rem;
}

.form-content {
  flex: 1;
}

.form-content h4 {
  color: var(--heading-text-color);
  margin-bottom: 0.25rem;
  font-size: 1.1rem;
}

.form-content p {
  color: var(--body-text-color);
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

/* Step Actions */
.step-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0;
}

.step-actions .btn.btn-lg {
  background: #00383d;
}

/* Legislator Flow */
.legislator-info {
  background: var(--card-bg-color);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.legislator-actions {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

.action-card {
  padding: 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: var(--bg-color);
  text-align: center;
}

.action-card.primary {
  border-color: var(--link-color);
  background: linear-gradient(
    135deg,
    var(--secondary-color) 0%,
    var(--bg-color) 100%
  );
}

.action-card h4 {
  color: var(--heading-text-color);
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.action-card p {
  color: var(--body-text-color);
  margin-bottom: 1rem;
}

/* Completion Summary */
.completion-summary {
  margin: 2rem 0;
}

.completion-summary .alert {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.completion-summary .alert i {
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.completion-summary .alert strong {
  white-space: nowrap;
}

[data-theme="dark"] .completion-summary .bx {
  color: var(--secondary-color);
}

/* Dark Theme Overrides */
[data-theme="dark"] .user-type-card {
  background: var(--card-bg-color);
  border-color: #444;
}

[data-theme="dark"] .user-type-icon {
  background: var(--secondary-color);
  color: var(--light-text-color);
}

[data-theme="dark"] .step-card {
  background: var(--card-bg-color);
}

[data-theme="dark"] .info-item {
  background: var(--card-bg-color);
  border-color: #cae3ff4d;
}

[data-theme="dark"] .benefit-card {
  background: var(--card-bg-color);
  border-color: #444;
}

[data-theme="dark"] .enrollment-option {
  background: var(--card-bg-color);
  border-color: #444;
}

[data-theme="dark"] .form-card {
  background: var(--card-bg-color);
  border-color: #444;
}

[data-theme="dark"] .action-card {
  background: var(--card-bg-color);
  border-color: #444;
}

[data-theme="dark"] .legislator-info {
  background: var(--card-bg-color);
}

/* Mobile Responsiveness */
@media screen and (max-width: 768px) {
  .user-type-cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .user-type-card {
    padding: 1.5rem;
  }

  .step-progress {
    flex-direction: column;
    gap: 1rem;
  }

  .step-progress::before {
    display: none;
  }

  .step {
    background: transparent;
    padding: 0;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .enrollment-option {
    flex-direction: column;
    text-align: center;
  }

  .form-card {
    flex-direction: column;
    text-align: center;
  }

  .step-actions {
    flex-direction: column;
    gap: 1rem;
  }

  .step-actions .btn {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .step-card {
    padding: 1.5rem;
  }

  .user-type-icon {
    width: 60px;
    height: 60px;
  }

  .user-type-icon i {
    font-size: 2rem;
  }

  .step-number {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }
}

/* Clean button overrides for this page */
.localPublicBodyEE {
  --btn-primary-bg: var(--link-color);
  --btn-primary-hover: var(--link-hover-color);
  --btn-primary-text: white;
  --btn-outline-border: var(--royal-blue);
  --btn-outline-text: var(--royal-blue);
  --btn-outline-hover-bg: var(--royal-blue);
  --btn-outline-hover-text: white;
}

.localPublicBodyEE .btn-primary {
  background-color: var(--btn-primary-bg) !important;
  border-color: var(--btn-primary-bg) !important;
  color: var(--btn-primary-text) !important;
}

.localPublicBodyEE .btn-primary:hover,
.localPublicBodyEE .btn-primary:focus,
.localPublicBodyEE .btn-primary:active {
  background-color: var(--btn-primary-hover) !important;
  border-color: var(--btn-primary-hover) !important;
  color: var(--btn-primary-text) !important;
}

.localPublicBodyEE .btn-outline-secondary {
  background-color: transparent !important;
  border-color: var(--btn-outline-border) !important;
  color: var(--btn-outline-text) !important;
}

.localPublicBodyEE .btn-outline-secondary:hover,
.localPublicBodyEE .btn-outline-secondary:focus,
.localPublicBodyEE .btn-outline-secondary:active {
  background-color: var(--btn-outline-hover-bg) !important;
  border-color: var(--btn-outline-hover-bg) !important;
  color: var(--btn-outline-hover-text) !important;
}

/* Dark theme overrides */
[data-theme="dark"] .localPublicBodyEE {
  --btn-primary-bg: var(--secondary-color);
  --btn-primary-hover: var(--gold);
  --btn-primary-text: var(--royal-blue);
  --btn-outline-border: var(--light-text-color);
  --btn-outline-text: var(--light-text-color);
  --btn-outline-hover-bg: var(--light-text-color);
  --btn-outline-hover-text: var(--royal-blue);
}

/* Simple button text fix for this page */
.localPublicBodyEE .btn-primary {
  color: white !important;
}

/* Fix for outline buttons in dark theme */
[data-theme="dark"] .localPublicBodyEE .btn-outline-primary {
  color: var(--light-text-color) !important;
}

/* Fix for outline-primary buttons in light theme */
.localPublicBodyEE .btn-outline-primary {
  background-color: transparent !important;
  border-color: var(--link-color) !important;
  color: var(--link-color) !important;
}

.localPublicBodyEE .btn-outline-primary:hover,
.localPublicBodyEE .btn-outline-primary:focus,
.localPublicBodyEE .btn-outline-primary:active {
  background-color: var(--link-color) !important;
  border-color: var(--link-color) !important;
  color: white !important;
}

/* Make all buttons consistent with brand colors */
.localPublicBodyEE .btn-success {
  background-color: var(--link-color) !important;
  border-color: var(--link-color) !important;
  color: white !important;
}

.localPublicBodyEE .btn-success:hover,
.localPublicBodyEE .btn-success:focus,
.localPublicBodyEE .btn-success:active {
  background-color: var(--link-hover-color) !important;
  border-color: var(--link-hover-color) !important;
  color: white !important;
}

.localPublicBodyEE .btn-secondary {
  background-color: var(--royal-blue) !important;
  border-color: var(--royal-blue) !important;
  color: white !important;
}

.localPublicBodyEE .btn-secondary:hover,
.localPublicBodyEE .btn-secondary:focus,
.localPublicBodyEE .btn-secondary:active {
  background-color: var(--link-hover-color) !important;
  border-color: var(--link-hover-color) !important;
  color: white !important;
}

/* Dark theme overrides for all buttons */
[data-theme="dark"] .localPublicBodyEE .btn-success {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  /* color: var(--royal-blue) !important; */
}

[data-theme="dark"] .localPublicBodyEE .btn-success:hover,
[data-theme="dark"] .localPublicBodyEE .btn-success:focus,
[data-theme="dark"] .localPublicBodyEE .btn-success:active {
  background-color: var(--gold) !important;
  border-color: var(--gold) !important;
  color: white !important;
}

[data-theme="dark"] .localPublicBodyEE .btn-secondary {
  background-color: var(--light-text-color) !important;
  border-color: var(--light-text-color) !important;
  color: var(--royal-blue) !important;
}

[data-theme="dark"] .localPublicBodyEE .btn-secondary:hover,
[data-theme="dark"] .localPublicBodyEE .btn-secondary:focus,
[data-theme="dark"] .localPublicBodyEE .btn-secondary:active {
  background-color: var(--gold) !important;
  border-color: var(--gold) !important;
  color: white !important;
}

/* Employer Resources Page Styles */
.employer-resources-main {
  padding: 2rem 0;
}

/* Hero Section */
.hero-section {
  background: var(--bg-gradient);
  padding: 4rem 0;
  text-align: center;
  margin-bottom: 3rem;
}

.hero-title {
  font-family: "DM Serif Display", serif;
  font-size: 3rem;
  color: var(--heading-text-color);
  margin-bottom: 1rem;
  font-weight: 600;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: var(--body-text-color);
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
}

/* Section Headers */
.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-header h2 {
  font-family: "DM Serif Display", serif;
  font-size: 2.5rem;
  color: var(--heading-text-color);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.section-header h2 i {
  color: var(--link-color);
  font-size: 2rem;
}

.section-header p {
  font-size: 1.1rem;
  color: var(--body-text-color);
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.8;
}

/* Quick Access Section */
.quick-access-section {
  margin-bottom: 5rem;
}

.quick-access-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.quick-access-card {
  background: var(--card-bg-color);
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
}

.quick-access-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-color: var(--link-color);
}

.quick-access-card .card-icon {
  width: 80px;
  height: 80px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--link-color);
}

.quick-access-card .card-icon i {
  font-size: 2.5rem;
}

.quick-access-card h3 {
  color: var(--heading-text-color);
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.quick-access-card p {
  color: var(--body-text-color);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.quick-access-card .btn {
  background-color: var(--link-color);
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.quick-access-card .btn:hover {
  background-color: var(--link-hover-color);
  transform: translateY(-2px);
}

/* Forms Section */
.forms-section {
  margin-bottom: 5rem;
}

.forms-grid {
  display: grid;
  gap: 3rem;
}

.form-category {
  background: var(--card-bg-color);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-category h3 {
  color: var(--heading-text-color);
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
}

.form-category h3 i {
  color: var(--link-color);
  font-size: 1.3rem;
}

/* Resources Section */
.resources-section {
  margin-bottom: 5rem;
}

.resources-grid {
  display: grid;
  gap: 3rem;
}

.resource-category {
  background: var(--card-bg-color);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.resource-category h3 {
  color: var(--heading-text-color);
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
}

.resource-category h3 i {
  color: var(--link-color);
  font-size: 1.3rem;
}

/* LPB Section */
.lpb-section {
  margin-bottom: 5rem;
}

.lpb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.lpb-card {
  background: var(--card-bg-color);
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
}

.lpb-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-color: var(--link-color);
}

.lpb-card .card-icon {
  width: 70px;
  height: 70px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--link-color);
}

.lpb-card .card-icon i {
  font-size: 2rem;
}

.lpb-card h3 {
  color: var(--heading-text-color);
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.lpb-card p {
  color: var(--body-text-color);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.lpb-card .btn {
  background-color: var(--link-color);
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.lpb-card .btn:hover {
  background-color: var(--link-hover-color);
  transform: translateY(-2px);
}

/* Additional Resources Section */
.additional-section {
  margin-bottom: 3rem;
}

.additional-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.additional-card {
  background: var(--card-bg-color);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.additional-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border-color: var(--link-color);
}

.additional-card .card-icon {
  width: 50px;
  height: 50px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: var(--link-color);
}

.additional-card .card-icon i {
  font-size: 1.5rem;
}

.additional-card h3 {
  color: var(--heading-text-color);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.additional-card p {
  color: var(--body-text-color);
  margin-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.4;
}

.additional-card .btn {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}

/* Dark Theme Overrides */
[data-theme="dark"] .hero-section {
  background: var(--bg-gradient);
}

[data-theme="dark"] .quick-access-card,
[data-theme="dark"] .form-category,
[data-theme="dark"] .resource-category,
[data-theme="dark"] .lpb-card,
[data-theme="dark"] .additional-card {
  background: var(--card-bg-color);
  border-color: #444;
}

[data-theme="dark"] .quick-access-card .card-icon,
[data-theme="dark"] .lpb-card .card-icon,
[data-theme="dark"] .additional-card .card-icon {
  background: var(--secondary-color);
  color: var(--light-text-color);
}

[data-theme="dark"] .quick-access-card .btn,
[data-theme="dark"] .lpb-card .btn {
  background-color: var(--secondary-color);
  color: var(--royal-blue);
}

[data-theme="dark"] .quick-access-card .btn:hover,
[data-theme="dark"] .lpb-card .btn:hover {
  background-color: var(--gold);
  color: white;
}

[data-theme="dark"] .additional-card .btn-outline-primary {
  color: var(--light-text-color);
  border-color: var(--light-text-color);
}

[data-theme="dark"] .additional-card .btn-outline-primary:hover {
  background-color: var(--light-text-color);
  color: var(--royal-blue);
}

/* Mobile Responsiveness */
@media screen and (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .section-header h2 {
    font-size: 2rem;
    flex-direction: column;
    gap: 0.5rem;
  }

  .section-header h2 i {
    font-size: 1.5rem;
  }

  .quick-access-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .quick-access-card {
    padding: 1.5rem;
    min-height: auto;
  }

  .form-category,
  .resource-category {
    padding: 1.5rem;
  }

  .lpb-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .lpb-card {
    padding: 1.5rem;
    min-height: auto;
  }

  .additional-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .hero-section {
    padding: 2rem 0;
  }

  .hero-title {
    font-size: 1.5rem;
  }

  .section-header h2 {
    font-size: 1.5rem;
  }

  .quick-access-card .card-icon,
  .lpb-card .card-icon {
    width: 60px;
    height: 60px;
  }

  .quick-access-card .card-icon i,
  .lpb-card .card-icon i {
    font-size: 2rem;
  }

  .additional-card .card-icon {
    width: 40px;
    height: 40px;
  }

  .additional-card .card-icon i {
    font-size: 1.2rem;
  }
}

/* Creditable Coverage Page Styles */
.creditable-coverage-main {
  padding: 2rem 0;
}

/* Info Section */
.info-section {
  margin-bottom: 4rem;
}

.info-card {
  background: var(--card-bg-color);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.info-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--link-color);
}

.info-icon i {
  font-size: 2rem;
}

.info-content h3 {
  color: var(--heading-text-color);
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.info-content p {
  color: var(--body-text-color);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.info-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.detail-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.detail-item i {
  flex-shrink: 0;
  margin-top: 0.25rem;
  font-size: 1.2rem;
}

.detail-item i.bx-check-circle {
  color: #28a745;
}

.detail-item i.bx-x-circle {
  color: #dc3545;
}

.detail-item span {
  color: var(--body-text-color);
  line-height: 1.5;
}

/* Notices Section */
.notices-section {
  margin-bottom: 4rem;
}

.notices-grid {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.notice-card {
  background: var(--card-bg-color);
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.notice-card.primary {
  border-color: var(--link-color);
  background: linear-gradient(
    135deg,
    var(--secondary-color) 0%,
    var(--card-bg-color) 100%
  );
}

.notice-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.notice-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: var(--link-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.notice-icon i {
  font-size: 1.8rem;
  color: white;
}

.notice-content {
  flex: 1;
}

.notice-content h3 {
  color: var(--heading-text-color);
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.notice-content p {
  color: var(--body-text-color);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.notice-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.notice-actions .btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}

.notice-actions .btn i {
  color: white;
}

/* Historical Section */
.historical-section {
  margin-bottom: 4rem;
}

.year-tabs {
  margin-top: 2rem;
}

.tab-buttons {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.tab-btn {
  background: var(--card-bg-color);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  color: var(--body-text-color);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 80px;
}

.tab-btn:hover {
  background: var(--secondary-color);
  border-color: var(--link-color);
  color: var(--link-color);
}

.tab-btn.active {
  background: var(--link-color);
  border-color: var(--link-color);
  color: white;
}

.tab-content {
  background: var(--card-bg-color);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.year-notices {
  display: grid;
  gap: 1.5rem;
}

.notice-item {
  background: var(--bg-color);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.notice-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: var(--link-color);
}

.notice-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.notice-year {
  background: var(--link-color);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
}

.notice-type {
  background: var(--secondary-color);
  color: var(--link-color);
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
}

.notice-item h4 {
  color: var(--heading-text-color);
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.notice-links {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.notice-links .btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}

/* Quick Download Section */
.quick-download-section {
  margin-bottom: 3rem;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.download-card {
  background: var(--card-bg-color);
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
}

.download-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-color: var(--link-color);
}

.download-card .card-icon {
  width: 70px;
  height: 70px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--link-color);
}

.download-card .card-icon i {
  font-size: 2rem;
}

.download-card h3 {
  color: var(--heading-text-color);
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.download-card p {
  color: var(--body-text-color);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.download-actions .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 600;
  width: 100%;
}

/* Dark Theme Overrides */
[data-theme="dark"] .info-card,
[data-theme="dark"] .notice-card,
[data-theme="dark"] .tab-content,
[data-theme="dark"] .notice-item,
[data-theme="dark"] .download-card {
  background: var(--card-bg-color);
  border-color: #444;
}

[data-theme="dark"] .info-icon,
[data-theme="dark"] .download-card .card-icon {
  background: var(--secondary-color);
  color: var(--light-text-color);
}

[data-theme="dark"] .notice-icon {
  background: var(--secondary-color);
  color: var(--light-text-color);
}

[data-theme="dark"] .tab-btn {
  background: var(--card-bg-color);
  border-color: #444;
  color: var(--light-text-color);
}

[data-theme="dark"] .tab-btn:hover {
  background: var(--secondary-color);
  border-color: var(--link-color);
  color: var(--light-text-color);
}

[data-theme="dark"] .tab-btn.active {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--royal-blue);
}

[data-theme="dark"] .notice-item {
  background: var(--bg-color);
  border-color: #444;
}

[data-theme="dark"] .notice-year {
  background: var(--secondary-color);
  color: var(--royal-blue);
}

[data-theme="dark"] .notice-type {
  background: var(--royal-blue);
  color: var(--light-text-color);
}

/* Mobile Responsiveness */
@media screen and (max-width: 768px) {
  .info-card {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }

  .info-icon {
    align-self: center;
  }

  .notice-card {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }

  .notice-icon {
    align-self: center;
  }

  .notice-actions {
    justify-content: center;
  }

  .tab-buttons {
    gap: 0.25rem;
  }

  .tab-btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    min-width: 70px;
  }

  .tab-content {
    padding: 1.5rem;
  }

  .download-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .download-card {
    padding: 1.5rem;
    min-height: auto;
  }
}

@media screen and (max-width: 480px) {
  .info-icon,
  .notice-icon,
  .download-card .card-icon {
    width: 50px;
    height: 50px;
  }

  .info-icon i,
  .notice-icon i,
  .download-card .card-icon i {
    font-size: 1.5rem;
  }

  .tab-buttons {
    flex-direction: column;
    align-items: center;
  }

  .tab-btn {
    width: 100%;
    max-width: 200px;
  }

  .notice-meta {
    flex-direction: column;
    gap: 0.5rem;
  }

  .notice-links {
    flex-direction: column;
  }

  .notice-links .btn {
    width: 100%;
  }
}

/* Reduced motion support (WCAG 2.3.3) */
@media (prefers-reduced-motion: reduce) {
  .floater-box {
    animation: none;
  }

  .btn.btn-primary.quicklink,
  .document-card,
  .form-card,
  .resource-card,
  .portal-card,
  .portal-grid-item {
    transition: none;
  }

  .btn.btn-primary.quicklink:hover,
  .document-card:hover,
  .form-card:hover,
  .resource-card:hover,
  .portal-card:hover {
    transform: none;
  }
}
