:root {
    --header-color: #fff;
    --header-top-color: #fff;
    --header-bot-color: #fff;
    --btn-color: #4b4c4e;
    --custom-fonts: Arial, sans-serif;
    font-size: 14px
}

body,
html {
    font-size: 1rem
}

body,
html,
button,
h2,
p,
span {
    font-family: var(--custom-fonts) !important;
    line-height: 1.2
}

.btn-success_74s3162dkl,
.survey_button_74s3162dkl,
.info-button_74s3162dkl {
    border-radius: 10px !important
}

.survey_button_74s3162dkl {
    border: 2px solid #f0f0f0 !important;
    color: #fff !important;
    padding: 5px 0 !important;
    margin: 5px 0 !important;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .74) !important
}

p.question_74s3162dkl,
.comments_face_74s3162dkl,
.p_modal_74s3162dkl p,
.btn-lg_74s3162dkl,
.intro-offer--review span {
    font-size: 1rem !important
}

.main-content_74s3162dkl h2 {
    font-size: 1.5rem !important;
    font-weight: bold !important;
    text-transform: none !important
}

.comment-status_74s3162dkl {
    font-size: .8rem !important
}

.comments_face_74s3162dkl .comment-status_74s3162dkl span,
.comments_face_74s3162dkl .name_74s3162dkl {
    color: #14357a !important
}

.all-content-wrapper_74s3162dkl {
    max-width: none;
    padding: 0
}

.content_74s3162dkl {
    background-color: #f2f6f7
}

p.name_74s3162dkl {
    font-weight: 700 !important
}

.main-content_74s3162dkl {
    background-color: #fff
}

.main-content_74s3162dkl h2 {
    font-weight: 300
}

.p_modal_74s3162dkl p {
    font-weight: 400 !important
}

.flex_74s3162dkl {
    display: flex;
    align-items: center
}

.grid {
    display: grid
}

.header_bcg_74s3162dkl {
    background-color: var(--header-color)
}

.the_header_74s3162dkl {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 38px;
    grid-template-areas: "ht" "hb"
}

/* .header--container_74s3162dkl {
    padding: 0 10px
} */

.header--top_container_74s3162dkl {
    grid-area: ht;
    background-color: var(--header-top-color)
}

.header--bot_container_74s3162dkl {
    grid-area: hb;
    background-color: var(--header-bot-color);
    border-top: 1px solid #ebebeb
}

.header_top_74s3162dkl,
.header_bot_74s3162dkl {
    height: 100%;
    flex-grow: 1;
    padding-left: 10px;
    padding-right: 10px;
    
}

.header_top_74s3162dkl {}

.header_bot_74s3162dkl {}

.header--split_74s3162dkl {
    flex-basis: 50%;
    height: 100%;
    color: #000;
    font-weight: 700
}

.header--split_74s3162dkl span {
    font-size: 12px
}

.header--split_left_74s3162dkl {}

.header--split_right_74s3162dkl {
    justify-content: flex-end
}

.logo_container_74s3162dkl {
    padding: 10px 0
}

.logo_74s3162dkl {
    width: 150px
}

.logo--img_74s3162dkl {
    width: 100%
}

.icons_74s3162dkl {
    height: 100%;
    justify-content: space-between;
    font-weight: 300;
    margin-left: auto
}

.icons--icon_element_74s3162dkl {
    cursor: pointer;
    justify-content: center
}

/* .icons--container_74s3162dkl {
    width: 25px
} */

.icon_74s3162dkl {
    width: 45px
}








/* ------------------new quiz------------------------------------------ */



.text-primary {
  color: #002b45 !important;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #002b45 !important;
  border: 1px solid #002b45 !important;
  color: #fff !important;
  text-align: center;
  font-size: 20px !important;
  font-weight: 600;
  padding: 10px 18px !important;
  border-radius: 10px !important;
  cursor: pointer;
}
.bg-primary-2 {
  background: #232F3E;
}
.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.card-body{
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

.question:first-child {
  display: block;
}
.question {
  display: none;
}

.question_74s3162dkl{
    margin-top: 0px !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
}


/* Better mobile button sizing */
@media (max-width: 768px) {
  .btn-primary, .btn-lg {
    font-size: 18px !important;
    padding: 15px 25px !important;
    min-height: 50px;
    touch-action: manipulation;
  }
  
  /* Larger tap targets for quiz buttons */
  .bq1, .bq2, .bq3, .bq4 {
    margin-bottom: 15px !important;
    font-size: 16px !important;
    padding: 12px 20px !important;
    min-height: 48px;
  }
  
  /* Better spacing on mobile */
  .card-body {
    padding: 20px 15px !important;
  }
  
  /* Optimize images for mobile */
  .offerimage {
    width: 80% !important;
    max-width: 300px;
  }
  
  .img__2 {
    width: 90% !important;
  }
  
  /* Better typography on mobile */
  h1 {
    font-size: 24px !important;
  }
  
  h2 {
    font-size: 20px !important;
  }
  
  .card-title {
    font-size: 18px !important;
  }
  
  /* Improve timer visibility */
  #countdownTimer {
    font-size: 24px !important;
    font-weight: bold !important;
  }
}

/* Prevent zoom on inputs (important for mobile UX) */
input, select, textarea {
  font-size: 16px !important;
}

/* Better loading states */
.fadeIn {
  animation: fadeInCustom 0.5s ease-in;
}

@keyframes fadeInCustom {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Improve CTA button visibility */
.btn-primary {
  box-shadow: 0 4px 15px rgba(226, 96, 48, 0.3);
  transform: translateY(0);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(226, 96, 48, 0.4);
}

/* Loading spinner optimization */
.spinner {
  width: 80px !important;
  height: 80px !important;
}

.spinner::after {
  width: 60px !important;
  height: 60px !important;
  border-width: 8px !important;
}

/* Urgency indicators */
.text-danger {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.7; }
  100% { opacity: 1; }
}

/* Better form field visibility */
.form-control:focus {
  border-color: #002b45 !important;
  box-shadow: 0 0 0 0.2rem rgba(226, 96, 48, 0.25) !important;
}











/* ------------------------------------------------------------- */

.nwcolor{
    padding: 0px !important;
   
    background-color: #002b45 !important;
}