@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
  font-family: "Lato", sans-serif;
  color: #000;
}

body {
  background: #e4edf4;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.bg-silhouettes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg-silhouettes img.bg-desktop {
  display: block;
}

.bg-silhouettes img.bg-mobile {
  display: none;
}

@media (max-width: 576px) {
  .bg-silhouettes img.bg-desktop {
    display: none;
  }

  .bg-silhouettes img.bg-mobile {
    display: block;
  }
}

.navbar-custom {
  background: #E4EDF4 !important;
  box-shadow: 0px 4px 134px 0px #00000012 !important;
  z-index: 10;
}

.navbar-center {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.navbar-center .navbar-brand {
  pointer-events: auto;
}

.navbar-brand img {
  height: 40px;
}

.policy-stances-title {
  color: #000;
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}

.open-end-response{
  margin-top: -130px !important;
  margin-bottom: 140px;
  color: #000;
  max-width: 600px;
  width: 90%;
  font-style: italic;
  font-size: 16px !important;
  line-height: 20px;
}

.policy-stances-list {
    padding-left: 20px;
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
}

.open-ended-response-text {
  color: #000;
  font-size: 14px !important;
  margin: 0;
}

.search-box {
  background: #F1F6F9;
  border-radius: 5px;
  padding: 0 7px;
  display: flex;
  align-items: center;
  width: 193px;
  border-radius: 3px;
  height: 32px;
}

.search-box input {
  border: none;
  background: transparent;
  outline: none;
  width: 120px;
  font-size: 1rem;
}

.search-box input::placeholder {
  color: #131415;
}

.search-box img {
  width: 18px;
  margin-right: 5px;
}

.btn-quiz {
  background: #dbe6f1;
  border-radius: 20px;
  padding: 10px 40px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  transition: 0.2s;
  outline: none;
  border-radius: 75px;
  border-color: #B6CBDD;
  border-width: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 457px;
  max-width: 90vw;
}

.cancels{
  margin-top: -3px;
  padding-right: 2px;
}

.ballot-btn {
  width: 300px;
  background-color: #189AD1;
  color: #fff;
  font-weight: bold;
  padding: 16px 0;
  margin-top: 50px !important;
}

.ballot-btn:hover {
  background-color: #189AD1 !important;
  color: #fff !important;
}

.result-page-logo-wrapper {
  display: flex;
  justify-content: center;
  background-color: #E4EDF4;
  padding-top: 25px;
}

.result-page-logo {
  display: block;
  text-align: center;
  mix-blend-mode: multiply;
  width: 150px;
  height: 57px;
}

.btn-quiz.begin_button {
  box-shadow: inherit;
}

.btn-quiz:hover {
  background: #c7d8ea;
}

.main-title {
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 700;
  font-size: 57px;
  letter-spacing: 1%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 34px;
}

.header-bg-styled {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
  opacity: 1;
}

.nav-relative {
  position: relative;
}

.nav-toolbar {
  height: 56px;
}

.nav-hamburger {
  width: 28px;
}

.nav-brand-bg {
  background: #e4edf4;
}

.navbar.navbar-expand-lg.d-none.d-lg-block .nav-logo-img {
  width: 248px;
  height: 59px;
  opacity: 1;
  mix-blend-mode: multiply;
}

.navbar.d-block.d-lg-none .nav-logo-img {
  width: 220px;
  height: auto;
  mix-blend-mode: multiply;
}

.nav-search-form {
  height: 56px;
}

.mobile-nav-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.nav-toolbar-mobile {
  height: 56px;
  width: 100%;
}

.hero-content {
  min-height: 87vh;
  position: relative;
  z-index: 1;
}

.hero-text {
  margin-top: 60px;
}

.begin-quiz-link {
  text-decoration: none;
}


.profile-card {
  background: #e4edf4;
}

.profile-card-img {
  max-width: 220px;
  width: 100%;
  height: auto;
  opacity: 1;
  mix-blend-mode: multiply;
}

.profile-card-name {
  font-size: 44px;
  margin-bottom: 0;
}

.profile-card-demographic {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 35px;
}

.profile-show-views-btn {
  width: 480px;
  height: 41px;
  opacity: 1;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background: #F8FCFE;
  font-size: 16px;
  padding: 20px 20px;
  color: #000;
}

.profile-show-views-btn:hover,
.profile-show-views-btn:focus {
  background-color: #F8FCFE;
}

.profile-views-list {
  width: 482px;
  border-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #F8FCFE;
}

.profile-views-item {
  background: #F8FCFE;
}

.profile-question {
  font-size: 20px;
  margin-top: 50px !important;
}

.results-card {
  background: #e4edf4;
  border-radius: 18px;
}

.footer-text {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin-top: -40px;
}

.result-headline {
  font-size: 23px;
  width: 90%;
  max-width: 540px;
  margin-bottom: 0;
  line-height: 28px !important;
}

.big-score {
  font-size: 78px;
  font-weight: 900;
  display: block;
  margin-top: 40px !important;
}

.results-card-img {
  max-width: 90px;
  width: 100%;
  height: auto;
  opacity: 1;
  mix-blend-mode: multiply;
  margin-right: 20px;
}

.results-card-name {
  font-size: 18px;
  padding-left: 15px;
}

.results-card-demographic {
  font-size: 12px;
  color: #000;
  padding-left: 15px;
}

.results-card-answer {
  background: #EFF8FF;
  border-radius: 25px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.answer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-left: 10px;
}

.answer-icon--correct {
  background: #9CDCB7;
}

.answer-icon--wrong {
  background: #EABFAF;
}


.quiz-content-container {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.quiz-subtitle {
  font-size: 29px;
  font-weight: 700;
}

.results-section-hero {
  background: #d3dee7;
  margin-top: 27px;
  height: 370px;
  padding-top: 70px;
}

.results-title {
  font-size: 44px;
}

.see-results-btn-custom {
  background: #EFF8FF;
  border-radius: 75px;
  max-width: 500px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  padding: 12px 0;
}

/* Optional: finer disabled style during loading */
.see-results-btn-custom[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

.progress-tracker-container {
  background: #f6fbff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  max-width: 860px;
  position: fixed;
  bottom: 20px;
  right: 0;
  left: 0;
  z-index: 9999;
}

.results-grid-wrapper {
  display: none;
  margin-top: 56px;
  margin-bottom: 71px;
}

.results-grid-container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
  overflow-x: hidden;
}

.results-share-section-custom {
  background: #d3dee7;
  margin-top: 0;
  height: 300px;
  display: none;
}

.profile-question-btns {
  margin-bottom: 140px;
}

.share-prompt {
  font-size: 20px;
  font-weight: bold;
  padding-top: 50px !important;
}

.share-results-title {
  font-size: 44px;
  color: #000;
}

.share-results-score {
  font-size: 60px;
}

.share-button-custom {
  background: #EFF8FF;
  border-radius: 75px;
  max-width: 500px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  padding: 12px 0;
}

.share-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  backdrop-filter: blur(2px);
}

.share-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e4edf4;
  border-radius: 7px;
  padding: 40px;
  text-align: center;
  max-width: 689px;
  height: 315px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.share-modal-title {
  font-size: 30px;
  color: #000;
}

.copy-link-button {
  background: #0081C3;
  border: none;
  border-radius: 25px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  width: 250px;
  outline: none;
  border: none;
}

.copy-link-button:hover,
.copy-link-button:focus {
  background-color: #0081C3;
  outline: none;
  border: none;
  box-shadow: none !important;
}

.social-icons-row {
  gap: 10px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #ddd;
}

.social-icon-img {
  width: 20px;
  height: 20px;
}

@media (max-width: 576px) {
  .display-3 {
    font-size: 2rem;
  }

  .display-4 {
    font-size: 1.5rem;
  }
.result-headline {
  line-height: 23px !important;
  font-size: 20px !important;
}
.big-score {
  margin-top: 40px !important;
}
    
  .navbar-center {
    left: 50%;
    transform: translateX(-50%);
  }

  .main-title {
    font-size: 2rem;
    line-height: 2.3rem;
    width: 90%;
  }

  .btn-quiz {
    width: 90vw;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-center .navbar-brand img {
    width: 140px !important;
    height: auto !important;
  }
}

.show-views-btn {
  border-radius: 5px !important;
  transition: border-radius 0.2s;
}

.show-views-btn.active,
.show-views-btn[aria-expanded="true"] {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.vote-btn {
  background: #CEDDE9;
  border-radius: 25px !important;
  border-color: #B6CBDD;
  border-width: 1px;
  font-weight: 400;
  font-size: 16px;
  color: #000 !important;
  padding: 8px 32px !important;
  margin: 0 8px 8px 8px !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
  outline: none !important;
  transition: 0.2s;
}

.vote-btn:focus,
.vote-btn:active {
  box-shadow: none !important;
  outline: none !important;
}

@media (max-width: 576px) {
  .show-views-btn {
    width: 90% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .collapse.w-100 {
    width: 90% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .list-group.mb-2.mx-auto {
    width: 90% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #see-results-btn,
  #share,
  #share-1 {
    width: 90% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #results-grid .row>[class*='col-'] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #results-grid .d-flex.align-items-center.p-3 {
    justify-content: center !important;
  }

  .d-flex.justify-content-center.flex-wrap.gap-2.mt-3 {
    flex-direction: column !important;
    align-items: center !important;
    width: 90% !important;
  }

  .vote-btn {
    width: 100% !important;
    margin: 4px 0 !important;
  }

  .progress-box {
    font-size: 8px !important;
    width: 40px !important;
    height: 20px !important;
    border-radius: 2px !important;
  }
}

.banner_area {
  display: none !important;
}
@media (min-width: 1200px) {
  .application_content {
  width:1150px;
  max-width:100%;
  margin:auto
}

}

