/* REMOVE CLOSE BUTTON FROM MODALS */
.modal .btn.btn--close {
  display: none !important;
}

#regula-container {
  z-index: 100;
  position: fixed !important;
  width: 100%;
  height: 100%;
  top: 0 !important;
}

blinkid-in-browser {
  width: 0;
  height: 0;
  overflow: hidden;
}

.modal-max-height {
  top: 10%;
  max-height: 75vh;
  overflow-y: auto;
}

#google-translate-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.google-translate-popup-container {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
.google-translate-popup-content {
  background-color: #fefefe;
  padding: 32px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}
.google-translate-popup-content ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.google-translate-popup-content li {
  padding-top: 0 !important;
}
.google-translate-popup-content li {
  padding: 0 !important;
}
.google-translate-icon-language {
  margin-right: 8px;
  stroke: white; /* SVG stroke color */
  background: white;
  background-size: 14px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  padding: 6px;
}
.google-translate-dialog__header-container {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
}
.google-translate-heading-1 {
  font-style: italic;
  font-weight: 800;
  line-height: .95;
  text-transform: uppercase;
}
.google-translate-dialog__title{
  font-size: 2rem;
}
.google-translate-dialog__button--close{
  background-color: #f2f2f2;
  border-radius: 0px !important;
  font-size: 30px;
  font-weight: 400;
  width: 48px;
  height: 48px;
  border: none;
  color: black;
}
#open-google-translate {
  color: white;
  text-decoration: none;
}
#open-google-translate:hover {
  text-decoration: underline;
}
/* Container */
#nch-landing-div.container--full {
  background: #ffffff;
  border-radius: 16px;
  padding: 0px 0px;
  margin: 0 auto;
}

/* Ordered list reset */
.nch-landing-large-list-block__list {
  list-style: none;
  counter-reset: step;
  padding: 0;
  margin-bottom: 150px !important;
}

/* Each list item */
.nch-landing-large-list-block__list-item {
  counter-increment: step;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #0b2a5b;
  line-height: 2.8;
  position: relative;
}
@media (max-width: 767px) {
  .nch-landing-large-list-block__list-item {
    line-height: 1.8; /* or 1.5 for readability */
  }
}
/* Blue number circle */
.nch-landing-large-list-block__list-item::before {
  content: counter(step);
  width: 52px;
  height: 52px;
  min-width: 52px;          /* keeps it perfectly round */
  border-radius: 50%;
  background-color: #0a76c7;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
}

.nch-landing-large-list-block__list-item .list-text {
  display: inline;
}

.nch-landing-large-list-block__list-item .pdf-link {
  margin-left: 6px;           /* space after sentence */
  font-size: 20px;
  color: #0a76c7;
  text-decoration: none;
  border-bottom: none;
  display: inline;
}
/* Buttons wrapper */
.nch-landing-flex--col-reverse {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

@media (min-width: 768px) {
  .nch-landing-flex--col-reverse {
    flex-direction: row;
    justify-content: center;
  }
}
.nch-landing-flex--col-reverse {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;              /* clean spacing between buttons */
}
/* Step layout */
.nch-landing-large-list-block__list-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 20px;
  align-items: start;
}

@media (max-width: 767px) {
  .nch-landing-flex--col-reverse button {
    width: 240px;          /* SAME width */
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;   /* hard center */
  }
}
.nch-landing-flex--col-reverse {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#nch-landing-button-wrapper {
  margin-top: 100px;
}
.nch-landing-large-list-block__list-item .pdf-link,
.nch-landing-large-list-block__list-item .pdf-link:visited,
.nch-landing-large-list-block__list-item .pdf-link:hover,
.nch-landing-large-list-block__list-item .pdf-link:focus {
  text-decoration: none;
  border-bottom: none;
}

