@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --brand: #00c6af;
}

/*********Custom Css File*******************/
form#clientdetailsform {
  width: 100%;
}
body,
html {
  font-family: "Poppins", sans-serif;
  min-height: 100%;
  height: auto;
  background: #f8fafc;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
.mar-80 {
  margin-top: 80px !important;
}
.custom-container {
  padding: 0 140px;
}
.main-body {
  min-height: calc(100vh - 192px);
  display: flex;
  /* animation: lc; */
  align-items: center;
  justify-content: center;
}
.mainBody-inner {
  width: 10;
  width: 100%;
}

/* header */
.header-wrap {
  background: #1c242c;
  padding: 26px 0px;
}
.stepFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand-logo img,
.feefo-logo img {
  max-width: 200px;
  width: 100%;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h5 {
  font-size: 25px;
  margin-bottom: 0;
  font-weight: bold;
  margin-bottom: 30px;
}
.card-choice {
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  cursor: pointer;
  border-radius: 1rem;
  border: 2px solid var(--brand);
}
.card-choice:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}
.step {
  display: none;
}
.step.active {
  display: block;
  animation: fadeIn 0.18s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* .stepInner {
  max-width: 593px;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
} */
.stepInner .btn-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}
.btnContinue .btn-primary:hover {
  background: #1c242c;
  border-color: #1c242c;
}
.btnContinue .btn-primary {
  width: 100%;
  min-height: 60px;
  font-weight: bold;
  background: var(--brand);
  border-color: var(--brand);
}
.pill {
  font-size: 0.8rem;
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  background: #eef2ff;
  color: var(--brand);
}
.answer-btn {
  min-width: 120px;
}
.footer-note {
  font-size: 0.875rem;
  color: #000;
}
footer .footer-note {
  max-width: 930px;
}
footer {
  background: #1c242c;
}
.footer-note.footer-link a {
  display: inline-flex;
  margin-right: 19px;
}
.footer-note.footer-link a:last-child {
  margin-right: 0;
}
.progress {
  height: 0.6rem;
}
.link-like {
  background: transparent;
  border: none;
  padding: 0;
  color: var(--brand);
  text-decoration: underline;
  cursor: pointer;
}
.result-card {
  border-left: 6px solid var(--brand);
  border-radius: 0.75rem;
}
.footer_links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_links a {
  font-size: 15px;
  color: #1c242c;
  font-weight: bold;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
}
.footer_links a:hover {
  color: var(--brand);
}
.footer_links li:last-child a {
  margin-right: 0;
}

.footer_links li:last-child a:after {
  display: none;
}
.footer_links a:after {
  content: "";
  position: absolute;
  right: 0;
  top: -8px;
  width: 1px;
  height: 41px;
  background: #1c242c;
}

/* custom-radio */
.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.form-group {
  margin-bottom: 15px;
}
.col-md-6.col-lg-6 {
  margin-top: 0;
}
.custom-radio [type="radio"] {
  display: none;
}
.custom-radio:first-child {
  margin-right: 30px;
}
.custom_label {
  font-size: 15px !important;
  color: #000;
  margin-bottom: 3px;
  font-weight: 600 !important;
}

.form-control {
  height: 50px;
  padding: 10px 20px;
  font-size: 14px;
  color: #000;
  border: 1px solid #1c242c61;
  box-shadow: none;
  border-radius: 10px !important;
  background: #fff;
  font-weight: 600 !important;
}
.custom_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/select-done.svg) !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position-x: calc(100% - 10px) !important;
  background-position-y: center !important;
  color: #000;
}
.custom-radio label {
  display: block;
  padding: 20px 60px;
  background: transparent;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  min-width: 100%;
  white-space: nowrap;
  width: 100%;
  position: relative;
  transition: 0.4s ease-in-out 0s;
  border: 2px solid var(--brand) !important;
  color: var(--brand) !important;
}
.custom-radio label:after,
.custom-radio label:before {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.custom-radio label:after {
  height: 30px;
  width: 30px;
  border: 2px solid var(--brand);
  left: 19px;
  transform: translateY(-50%);
  top: 50%;
}
.custom-radio label:before {
  background: white;
  height: 34px;
  width: 34px;
  left: 17px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out 0s;
  top: 50%;
  transform: translate(10px, 10px);
  transform: translateY(-50%);
}
.form-control:focus {
  border-color: var(--brand);
  outline: 0;
  box-shadow: none;
}
.custom-radio [type="radio"]:checked ~ label {
  border-color: var(--brand) !important;
  background: var(--brand) !important;
  color: white !important;
}
.custom-radio [type="radio"]:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.custom-radio label.btn-outline-primary:hover {
  background: var(--brand) !important;
  color: white !important;
  border-color: var(--brand) !important;
}
.custom-radio label.btn-outline-primary:hover:before {
  background: white;
  opacity: 1;
  visibility: visible;
}
.back-btn {
  background: black;
  padding: 9px 28px;
  color: white;
  text-decoration: none;
  border-radius: 50px;
}
.back-btn:hover {
  background: var(--brand);
  color: white;
  text-decoration: none;
}
.step {
  max-width: 800px;
  margin: 50px auto;
}
.step.thankYou-wrap {
  max-width: 800px;
  margin: 50px auto;
  min-height: calc(100vh - 292px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.maineHading {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 24px;
}
.card {
  position: relative;
}
.main-body {
  background: url(../images/banner-bg.png) no-repeat center;
  background-size: cover;
}
.btn-danger {
  border-radius: 50px;
}
.card {
  border-radius: 20px;
}
.stepFooter button,
.back-btn {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  font-size: 14px;
  font-weight: 600;
}
.btn-primary:hover {
  background: var(--brand);
  border-color: var(--brand);
}

@media (max-width: 1580px) {
  .custom-container {
    padding: 0 100px;
  }
  .brand-logo img,
  .feefo-logo img {
    max-width: 146px;
    width: 100%;
  }
  footer .footer-note {
    max-width: 782px;
  }
}
@media (max-width: 1280px) {
  .custom-container {
    padding: 0 70px;
  }
}
@media (max-width: 992px) {
  .custom-container {
    padding: 0 30px;
  }

  .maineHading {
    font-size: 32px;
  }
  .brand-logo img,
  .feefo-logo img {
    max-width: 101px;
    width: 100%;
  }
  footer .footer-note {
    max-width: 782px;
    text-align: center;
    margin-bottom: 20px;
  }
  .header-wrap {
    background: #1c242c;
    padding: 17px 0px;
  }
  .card {
    border-radius: 14px;
  }
  .h5 {
    font-size: 20px;
    margin-bottom: 17px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .card.card-choice {
    margin-bottom: 20px;
    border-radius: 12px !important;
  }
  .card.card-choice .card-body {
    padding: 9px 13px !important;
  }
  .card.card-choice .card-body .fw-semibold {
    font-size: 14px;
  }
  .card.card-choice .text-secondary.small {
    font-size: 12px;
  }
  .stepFooter button,
  .back-btn {
    width: 75px;
    min-height: 29px;
    font-size: 10px;
    padding: 0;
  }
  .custom_label {
    font-size: 13px !important;
  }
  .form-control {
    height: 38px;
    padding: 5px 20px;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .custom-container {
    padding: 0 16px;
  }
  .btnContinue .btn-primary {
    width: 100%;
    min-height: 48px;
  }
  .footer-note.footer-link a {
    display: block;
    margin: 0 0 10px 0;
  }
  .footer-note.footer-link a:last-child {
    margin: 0;
  }
  .footer_links a {
    padding: 0 10px;
    font-size: 13px;
  }
  .maineHading {
    font-size: 25px;
  }
  .main-body {
    min-height: calc(100vh - 281px);
  }
  .stepInner .btn-group {
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(2, 1fr) !important;
    gap: 15px;
  }
  .custom-radio:first-child {
    margin-right: 0;
  }
  .custom-radio label {
    display: block;
    padding: 15px 60px;
    font-size: 16px;
  }
  .btn-danger {
    border-radius: 50px;
    font-size: 12px;
  }
  .back-btn {
    font-size: 12px;
  }
  .h5 {
    font-size: 19px;
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
  }
  .form-control {
    padding: 5px 14px;
    font-size: 12px;
  }
}
.choose_another_option p {
  text-align: left;
  margin-top: 20px;
}
.btn_choose .btn {
  min-height: 56px;
  font-weight: bold;
  font-size: 18px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}
.choose_another_option {
  text-align: center;
  margin-top: 10px;
}
.btn_choose {
  justify-content: center;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--brand);
  --bs-btn-border-color: var(--brand);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--brand);
  --bs-btn-hover-border-color: var(--brand);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--brand);
  --bs-btn-active-border-color: var(--brand);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--brand);
  --bs-btn-disabled-border-color: var(--brand);
}
.btn-primary:hover {
  background: none;
  color: var(--brand);
}
.btn-outline-primary {
  --bs-btn-color: var(--brand);
  --bs-btn-border-color: var(--brand);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--brand);
  --bs-btn-hover-border-color: var(--brand);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--brand);
  --bs-btn-active-border-color: var(--brand);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--brand);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--brand);
  --bs-gradient: none;
}
.main-body {
  position: relative;
}
.main-body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffffab;
  z-index: 1;
  height: 100%;
}
.btnContinue .btn-primary:hover {
  color: white !important;
}
.card {
  position: relative;
  z-index: 99;
}
.card.border-0.shadow-sm {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px !important;
}
.mainBody-inner {
  position: relative;
  z-index: 2;
}
.card.card-choice {
  border-radius: 10px;
}
.btn.btn-primary.btn_next:hover {
  color: white;
}

.chevron_down img {
  width: 26px;
}
.chevron_down {
  width: 50px;
  height: 50px;
  display: flex;
  animation: c;
  justify-content: center;
  background: #01c0ac;
  border-radius: 50px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: jump 2s infinite;
  animation: jump 2s infinite;
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(17px);
    transform: translateY(17px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 1480px) {
  .brand-logo img,
  .feefo-logo img {
    max-width: 110px;
    width: 100%;
  }
  .header-wrap {
    padding: 15px 0px;
  }
  .card-choice .card-body {
    padding: 10px;
  }
  .card-choice .card-body .fw-semibold {
    font-size: 13px;
  }
  .card-body.p-4.p-md-5 {
    padding: 29px 30px !important;
  }
  .chevron_down {
    width: 36px;
    height: 36px;
    top: -30px;
  }
  .text-secondary.small {
    font-size: 10px;
  }
  .footer-note p {
    font-size: 12px !important;
  }
  footer .footer-note {
    max-width: 710px;
  }
  .main-body {
    min-height: calc(100vh - 141px);
  }
  .step {
    max-width: 650px;
  }
  .card-choice {
    border: 1px solid var(--brand);
  }
  .custom-radio label {
    padding: 11px 60px;
    font-size: 16px;
    border: 1px solid var(--brand) !important;
  }
  .custom-radio label:before {
    height: 26px;
    width: 26px;
  }
  .custom-radio label:after {
    height: 22px;
    width: 22px;
  }
  .h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .stepFooter button,
  .back-btn {
    width: 78px;
    min-height: 30px;
    font-size: 11px;
    padding: 0;
  }
  .maineHading {
    font-size: 30px;
  }
  .chevron_down img {
    width: 21px;
  }
  .form-control {
    height: 40px;
    padding: 6px 12px;
    font-size: 11px;
  }
  .custom_label {
    font-size: 11px !important;
  }
  .form-group {
    margin-bottom: 6px;
  }
  .btnContinue .btn-primary {
    width: 100%;
    min-height: 45px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  footer .footer-note {
    max-width: 538px;
  }
}
@media (max-width: 768px) {
  footer .footer-note {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .btn_choose {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .btn_choose .btn {
    font-size: 16px;
  }
  .chevron_down {
    width: 38px;
    height: 38px;
    top: -37px;
  }
  .chevron_down img {
    width: 20px;
  }
  .main-body {
    min-height: calc(100vh - 244px);
  }
  .card-body.p-4.p-md-5 {
    padding: 23px 18px !important;
  }
  .maineHading {
    font-size: 24px !important;
  }
}

.loader-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000e6;
  z-index: 999;
}

.loader {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

/* Big Central Circle (with percentage) */
.central-circle {
  position: absolute;
  width: 80px;
  height: 80px;
  background: var(--brand);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0 0 20px rgba(108, 92, 231, 0.4);
  z-index: 2;
}
.card {
  border-radius: 6px;
}
/* Small Orbiting Circle */
.orbiting-circle {
  position: absolute;
  width: 26px;
  height: 26px;
  background: white;
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: orbit 2s linear infinite;
  z-index: 1;
}

/* Pulse Ring Effect */
.pulse-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px var(--brand);
  border-radius: 50%;
  opacity: 0;
  animation: pulse 2s ease-out infinite;
}

/* Animations */
@keyframes orbit {
  0% {
    transform: translateX(-50%) rotate(0deg) translateY(60px) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg) translateY(60px) rotate(-360deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.step.thankYou-wrap {
  padding: 0 25px;
}
::placeholder {
  color: #e7e9eb;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #e7e9eb;
}

.btnContinue a {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Validation feedback styles */
.error {
  color: #dc3545 !important; /* Bootstrap red */
  font-size: 12px;
  margin-top: 2px;
  display: block;
}
.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.25);
}
.is-valid {
  border-color: #28a745 !important;
  box-shadow: 0 0 0 0.1rem rgba(40, 167, 69, 0.25);
}

.progress-bar {
  background-color: var(--brand) !important;
}
.text-primary {
  color: var(--brand) !important;
}

/* step after */
/* .mainBody-inner {
  position: relative;
}
.mainBody-inner::after {
  content: "";
  background: url(../images/pointing-woman.png);
  position: absolute;
  width: 461px;
  height: 540px;
  bottom: -211px;
  z-index: 99;
}
.main-body {
  overflow: hidden;
} */

.stepInner h2 {
    text-align: center;
    max-width: 572px;
    margin: 0 auto 25px;
}
#result-claim h2 {
    max-width: 100%;
}
.do_a_tax_return button:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: 100%;
    max-width: 372px;
}
.choose_another_option p { 
    margin-bottom: 23px !important;
}
span.text-red.block,
span.text-green.block {
    display: block;
    font-size: 19px;
    color: red;
    margin-bottom: 10px;
}
/* span.text-green.block
{
  color:red;
  display: block;
    font-size: 19px;
     margin-bottom: 10px;
} */



@media (max-width: 576px) {
  .do_a_tax_return button:last-child { 
    width: 100%;
    max-width: 100%;
}
}