body,
html {
  overflow-x: hidden;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #f8f9fa;
  margin: 0;
  padding: 0;
}

header {
  background-color: rgb(8 102 255 / 17%);
  color: #0866ff;
  width: 100%;
  padding: 1rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  /* display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px; */
}

.logo {
  height: 75px;
}

main {
  max-width: 600px;
  margin: 2rem auto;
  background: #ffffff;
  padding: 2.5rem 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  text-align: center;
}

.headline {
  font-size: 1.5rem;
  color: #0866ff;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.subtext {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 2.5rem;
}

.progress-container {
  background-color: #e0e0e0;
  border-radius: 50px;
  height: 12px;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background-color: #0866ff;
  transition: width 0.4s ease-in-out;
}

.quiz-box {
  padding: 1rem;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #fefefe;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.question {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: #333;
}

button {
  background-color: #0866ff;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  margin: 0.5rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s ease;
}

button:hover {
  background-color: #304a80;
}

.back-button {
  background-color: transparent;
  color: #0866ff;
  font-size: 0.9rem;
  margin-top: 1rem;
  border: none;
  cursor: pointer;
  text-decoration: underline;
}

.result {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #d9534f;
}

.phone-button {
  display: inline-block;
  background-color: #0866ff;
  color: white;
  padding: 0.75rem 1.25rem;
  margin-top: 1rem;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
}

.disclaimer {
  font-size: 0.75rem;
  color: #888;
  margin-top: 2rem;
  text-align: center;
}

.footer {
  font-size: 0.875rem;
  color: #555;
  text-align: center;
  margin-top: 3rem;
  padding-bottom: 2rem;
}

.footer a {
  margin: 0 10px;
  color: #0866ff;
  text-decoration: none;
}

#message {
  max-width: 1170px;
  margin: 50px auto 50px;
}

.number-link {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}

.number-link svg {
  height: 53px;
  width: 53px;
  display: block;
  /*filter: brightness(0) invert(1);*/
}

.number-link a {
  text-decoration: none;
}

.number-link .number {
  font-size: 33px;
  font-weight: 600;
  line-height: 1;
  transition: all .1s ease-in-out;
  align-items: center;
  color: #0866ff !important;
  display: flex;
  gap: 5px;
  text-decoration: none;
  margin-bottom: 0px;
}

.number-link:hover .number,
.number-link:focus .number {
  color: #c4301b !important;
}

.number-link .text-tagline {
  font-size: 16px;
  letter-spacing: .2px;
  text-align: center;
  color: #1f1c1d;
}

/*.about-list .icon-bg img{
      filter: brightness(0) saturate(100%) invert(81%) sepia(60%) saturate(4893%) hue-rotate(9deg) brightness(103%) contrast(104%);
}*/
.number-link.btn-callus {
  align-items: center;
  background-color: #0866ff;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 25px 36px;
  position: relative;
  text-decoration: none !important;
  transition: all .1s ease-in-out;
  width: -moz-max-content;
  width: max-content;
}

.number-link.btn-callus svg {
  filter: none;
  fill: #fff;
}
.number-link:hover svg, .number-link:focus svg{
  fill: #c4301b !important;
}

.number-link.btn-callus .number {
  color: #fff !important;
}

.number-link.btn-callus:hover,
.number-link.btn-callus:focus {
  background-color: #202020;
}


.header-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}

.heading-sec {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5rem;
}
.heading-sec h2 {
    color: #333;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 35px;
    display: inline-block;
}
.heading-sec .action-button {
    background: linear-gradient(90deg, #1e40af, #3b82f6);
    color: white;
    padding: 16px 15px;
    border-radius: 8px;
    font-weight: bold;
    width: 48%;
    margin: 0.5rem 1%;
    transition: transform 0.2s;
    font-size: 30px;
    text-decoration: none;
}
.heading-sec .action-button:hover {
    transform: translateY(-2px);
}
.tos-section {
background: #002562;
  color: #fff;
  padding: 1rem;
  text-align: center;
  font-size: 13px;
  width: 100%;
  margin-top: auto;
  line-height: 20px;
}

.tos-section a{color: #ff1200;}

@media (max-width: 767px) {
  .number-link .number {
    font-size: 22px;
  }

  .number-link {
    gap: 15px;
    justify-content: center;
  }

  .number-link svg {
    height: 30px;
    width: 30px;
  }

  .number-link.btn-callus {
    padding: 10px;
  }

  .services .title-section h3 {
    min-height: auto;
  }

  .services-item {
    text-align: center;
  }

  .number-link.btn-callus {
    margin: 0 auto;
  }

  .header-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    flex-wrap: wrap;
    gap: 15px;
  }

  header {
    padding: 10px 0;
  }
  #message{margin: 30px auto 30px; padding: 0 15px;}
}

  @media (max-width: 768px) {
  .heading-sec h2{font-size: 20px; display: block;}
  .action-button{font-size: 20px !important;}
  .heading-sec{margin-bottom: 3rem;}
  .tos-section{padding: 15px; width: 90%;}
}