html{
    font-family: sans-serif;
}

.intro-text {
    font-size: 1.2em;
    text-indent: 50px;
}

.home-page-img {
    width: 100%; 
    padding: 10px;
}

.into-section {
    padding-bottom: 40px;
}
.questions-text {
    font-size: 1.2em;
}

.question{
    font-size: 1.2em;
}

.footer-section {
  background-color: #212529; 
  padding: 30px;
  margin-top: 40px;
}

.footer-link {
  color: #adb5bd; 
  padding: 20px 30px;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.stakeholder-nav-link {
  display: block;
  padding: 6px 10px;
  color: #6c757d;
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
  border-radius: 0 4px 4px 0;
}

.stakeholder-nav-link:hover {
  color: #212529;
  background-color: #f8f9fa;
}

.stakeholder-nav-link.active {
  color: #212529;
  font-weight: 600;
  border-left-color: #212529;
  background-color: #f8f9fa;
}

.stakeholder-text {
    font-size: 1.2em;
    text-indent: 50px;
}

.money-button{
  height: 80%

}

.hidden {
  background-color: rgba(101, 101, 101, 0.5); 
  z-index: 10;
}

.mon-text {
  font-size: 1.2em;
  /* text-indent: 50px; */
  position: relative;
  color: #000000;
}

.card.mon{ 
  position: relative;
}

.hidden-overlay {
  position: absolute;
  inset: 0;                             
  background: rgba(125, 125, 125, 0.99); 
  border-radius: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  color:#000000;
  border: none;
  outline: none;
}
.hidden-overlay:hover {
  background: rgba(125, 125, 125, 0.98); 
  color:#000000;
}

.hidden-overlay:focus-visible {
  outline: 2px solid;
  outline-offset: -2px;
}

.hidden-overlay:active {
  background: rgb(55, 55, 55); 
}

.hidden {
  display: none;
}

.mon-text-card {
  padding-bottom: 40px;
}



.ad-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.ad-overlay.hidden {
  display: none;
}

.ad-popup {
  position: relative;
  max-width: 500px;
  width: 90%;
  z-index: 10000;
}

.ad-img {
  width: 100%;
  display: block;
  border-radius: 4px;
}

.ad-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}

.ad-close.hidden {
  display: none;
}