/* Add your custom styles here */
:root {
  --theme-primary: #0570C3;
  --theme-secondary: #13D7CB;

}
/*----- Suisse Intl Font family ------*/
@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-Regular.woff2') format('woff2'),
      url('../fonts/SuisseIntl-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-Medium.woff2') format('woff2'),
      url('../fonts/SuisseIntl-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-SemiBold.woff2') format('woff2'),
      url('../fonts/SuisseIntl-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-Bold.woff2') format('woff2'),
      url('../fonts/SuisseIntl-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}
body {
    font-family: "Suisse Intl";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    background-color: #eff5ff;
    transition: 0.35s;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Suisse Intl";
}
img {
  max-width: 100%;
}
a,
button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  outline: none;
  background: none;
}
/*---------  Outer Button ------*/
.common-btn {
	padding: 6px 6px 6px 15px;
	border-radius: 100px;
	font-size: 16px;
	font-weight: 400;
	transition: 0.5s all ease-in-out;
	overflow: hidden;
	position: relative;
	border: none;
	display: inline-flex;
	background: var(--theme-primary);
	color:#fff;
	align-items: center;
	gap: 15px;
	width: fit-content;
}
.common-btn:hover {
  background: var(--theme-secondary);
  color: #fff;
}
.btn-arrow {
  width:35px;
  height:35px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-secondary);
  color:#fff;
  font-size: 18px;
  transition: 0.5s all ease-in-out;
  z-index: 1;
  overflow: hidden;
}
.common-btn:hover .btn-arrow {
  background: var(--theme-primary);
  color: #fff;
}
.btn-arrow::after {
  background: var(--theme-primary);
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  border-radius: 50%;
  z-index: -1;
  right: 0;
  transition: 0.5s all ease-in-out;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.common-btn:hover .btn-arrow::after {
  width: 100%;
  height: 100%;
  top: 0;
}
.common-btn:focus, .common-btn:hover:focus {
	background: var(--theme-secondary);
}
.common-btn:focus span, .common-btn:hover:focus span {
	color:#fff;
}
.common-btn:focus .btn-arrow, .common-btn:hover:focus .btn-arrow {
	color:#fff;
  background: var(--theme-secondary);
}
 #iq-info-start:focus i::after {
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
}

/*--- Back Button ---*/
.common-btn.back-button {
	padding: 6px 20px;
  background: var(--theme-secondary);
}
.common-btn.back-button span {
	transition: 0.5s all ease-in-out;
}
.common-btn.back-button:focus, .common-btn.back-button:hover, .common-btn.back-button:hover:focus {
	background: var(--theme-primary);
}
/*-- Header section --*/
header#site-header {
	padding: 10px 20px 10px;
	text-align: center;
	box-shadow: 7px 9px 17px -12px #5152532b;
	max-width: 100%;
}
.custom-logo {
	width: 125px;
}

/************* home page banner **************/
.main-banner {
    padding: 20px 0;
}
.activeJobOption .main-banner {
    display: none;
}
.user-mobile-image {
	width: 100%;
	margin-top: -90px;
}
.user-mobile-image img {
	height: 300px;
	width: auto;
}
.user-mobile-image img {
	height: 184px;
	width: auto;
}
.banner-content {
	max-width: 700px;
	margin: 0 auto;
}
.banner-heading {
	font-size: calc(28px + (50 - 28) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 600;
  margin-top: 0;
}
.section-text {
	margin-bottom: 50px;
	font-size: 14px;
}
.hero-banner .hash-tags-wrapper {
	position: relative;
	text-align: center;
	list-style: none;
	margin: auto;
	padding: 0;
	width: 100%;
	height: clamp(142px, 12.812vw, 332px);
	flex-shrink: 0;
}
.hash-tags {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	padding: 8px 16px;
}
.hash-tags-1 {
  position: absolute;
  left: 0;
  top: 20px;
  background: #8aa2fc;
  transform: rotate(4deg);
  -webkit-animation-name: float-bob-y-1;
  animation-name: float-bob-y-1;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.hash-tags-2 {
	position: absolute;
	right: 0;
	top: 20px;
	background: #e2acff;
	transform: rotate(-10deg);
	-webkit-animation-name: float-bob-y-2;
	animation-name: float-bob-y-2;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.hash-tags-3 {
	position: absolute;
	left: 0;
	top: 81px;
	background: #ffc3a0;
	transform: rotate(-12deg);
	-webkit-animation-name: float-bob-y-3;
	animation-name: float-bob-y-3;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	right: 0;
	margin: 0 auto;
	width: fit-content;
}
.hash-tags-4 {
	position: absolute;
	left: 0;
	top: 131px;
	background: #6df5fc;
	transform: rotate(4deg);
	-webkit-animation-name: float-bob-y-4;
	animation-name: float-bob-y-4;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.hash-tags-5 {
	position: absolute;
	right: 0;
	top: 132px;
	background: #8fff58;
	transform: rotate(13deg);
	-webkit-animation-name: float-bob-y-5;
	animation-name: float-bob-y-5;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.hash-tags-6 {
	position: absolute;
	right: 0;
	top: 180px;
	background: #fee079;
	transform: rotate(-6deg);
	-webkit-animation-name: float-bob-y-6;
	animation-name: float-bob-y-6;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	left: 0;
	margin: 0 auto;
	width: fit-content;
}
.subtitle {
	margin: 0;
}
@-webkit-keyframes float-bob-y-1 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(5px) translateX(5px) rotate(5deg);
    transform: translateY(5px) translateX(5px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes float-bob-y-1 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(5px) translateX(5px) rotate(5deg);
    transform: translateY(5px) translateX(5px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes float-bob-y-2 {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  50% {
    transform: translateY(10px) translateX(-10px) rotate(15deg);
  }
  100% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
}
@keyframes float-bob-y-3 {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) translateX(10px) rotate(-20deg);
  }
  100% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
}
@keyframes float-bob-y-4 {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  50% {
    transform: translateY(15px) translateX(-5px) rotate(-10deg);
  }
  100% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
}
@keyframes float-bob-y-5 {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) translateX(5px) rotate(-14deg);
  }
  100% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
}
@keyframes float-bob-y-6 {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  50% {
    transform: translateY(8px) translateX(-8px) rotate(22deg);
  }
  100% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
}
/************* Select Job banner **************/
.select-job-section {
    padding: 20px 0;
    display: none;
}
.activeJobOption .select-job-section {
    display: block;
}
.iq-role-banner {
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: "Suisse Intl";
	background: transparent;
	color: #000;
	position: relative;
}
.section-title {
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
}
.iq-root {
	max-width: 100%;
	padding: 0;
	border: none;
	background: transparent;
	box-shadow: none;
	margin: 0;
}
.iq-role-card {
	border: 1px solid transparent;
	padding: 15px;
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
	transition: all 0.2s ease;
	box-shadow: 0 10px 40px #0e64d714;
	height: 100%;
}
.iq-role-card:hover {
	transform: translateY(-5px);
}
.iq-role-card h3 {
	margin: 0 0 10px;
	font-size: 17px;
}
.iq-role-card.selected {
	border-color: #bce1ff;
	background: #e9f4ff;
	box-shadow: none;
}
.iq-role-cards {
	gap: 15px 0;
}
.development-title {
	font-size: 17px;
	color: var(--theme-primary);
	background: #f7f9fd;
	border-radius: 5px;
	padding: 9px 10px;
	width: 100%;
  transition: 0.5s all ease-in-out;
}
.iq-role-card.selected .development-title, .iq-role-card:hover .development-title {
	background: var(--theme-primary);
	color: #fff;
}
.skills-title {
	float: left;
	font-weight: 600;
	font-size: 16px;
}
.iq-role-skills {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	padding-left: 15px;
}
li.job-category {
	background: #dcf6fc;
	color: #069cd0;
	position: relative;
	font-size: 13px;
	line-height: 15px;
	padding: 5px 10px;
	border-radius: 5px;
}
li.job-category:nth-child(5n+1) {
	background: #dcf6fc;
	color: #069cd0;
}
li.job-category:nth-child(5n+2) {
	background: rgba(52, 168, 83, 0.15);
	color: #34a853;
}
li.job-category:nth-child(5n+3) {
	background: rgba(249, 171, 0, 0.15);
	color: #f9ab00;
}
li.job-category:nth-child(5n+4) {
	background: rgba(17, 45, 193, 0.15);
	color: #6e84fd;
}
li.job-category:nth-child(5n+5) {
	background: rgba(251, 120, 90, 0.15);
	color: #ff5f35;
}

.iq-role-desc {
	font-size: 14px;
	border-top: 1px dashed #a2a2a2;
	padding: 10px 0 0 !important;
	margin: 10px 0 0;
}

/************* Job Profile Form Details **************/
.job-form-details {
	background: #fff;
	padding: 15px;
	box-shadow: 0 10px 40px #0e64d714;
	border-radius: 10px;
	margin-bottom: 30px;
	display: grid;
	gap: 10px;
}
.selected-role {
	font-weight: 700;
	text-decoration: underline;
	color: var(--theme-primary);
}
.candidate-instructions-title {
	font-size: 20px;
	color: var(--theme-primary);
	margin: 0 0 10px;
}
.highlight-text {
	margin: 10px 0 20px;
	padding: 10px !important;
}
.iq-instructions li {
    color: #333232;
    line-height: normal;
    margin-bottom: 10px;
}
.iq-instructions li b {
	color: #000;
}
.iq-instructions p {
	margin: 7px 0 !important;
}
.job-form-details .job-input {
	padding: 13px !important;
	border: 1px solid #e2e9f7 !important;
	border-radius: 8px !important;
	background: #f7f9fd;
	transition: 0.5s all ease-in-out;
	font-family: "Suisse Intl";
	margin: 0 !important;
}
.job-input:focus-visible {
	box-shadow: none;
	border: 1px solid var(--theme-primary) !important;
	outline: none;
}
/************* Quiz Question Answer Details **************/
#iq-progress-bar {
	background: #fff;
	box-shadow: 1px 1px 10px 2px #e8f0fd
}
#iq-question-area {
	background: #fff;
	padding: 15px;
	box-shadow: 0 10px 40px #0e64d714;
	border-radius: 10px;
	margin: 15px 0 0;
}
.iq-q {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px;
	font-family: "Suisse Intl";
	color: #353535;
}
#iq-question-area .row {
	gap: 10px 0;
}
.iq-choice {
	margin:0
}
.iq-choice-btn {
	padding: 13px;
	border: 2px solid #e2e9f7 !important;
	border-radius: 8px;
	background: #f7f9fd;
	transition: 0.5s all ease-in-out;
	font-family: "Suisse Intl";
	width: 100%;
	text-align: left;
	color: #000;
}
.iq-choice-btn:hover {
	background: #eff5ff;
	color: var(--theme-primary);
	border: 2px solid #c0d8ff !important;
}
.iq-choice-btn.selected {
	background: var(--theme-primary);
	border: 2px solid transparent !important;
  color: #fff;
}
.answer-incorrect {
  border: 2px solid #fb5c5c !important;
	background: #ce1d1d !important;
	color: #fff;
}
.answer-correct, .answer-correct:hover {
	border: 2px solid #2b972f !important;
	background: #4caf50 !important;
	color: #fff;
}
.iq-result-success, .iq-result-failed {
	padding: 35px 20px 10px !important;
	border-radius: 10px;
	text-align: center;
	position: relative;
}
.iq-result-success {
	background: linear-gradient(0deg, var(--theme-primary) 0%, #40ceee 100%);
}

.iq-result-success::before, .iq-result-failed::before {
	width: 94%;
	height: 100%;
	position: absolute;
	bottom: -9px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	z-index: -1;
	border-radius: 10px;
}
.iq-result-success::before {
	background: #298fdb;

}
.iq-result-success::after, .iq-result-failed::after {
  	width: 89%;
	height: 100%;
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	z-index: -2;
	border-radius: 10px;
}
.iq-result-success::after {
	background: #3d9ee6;
}
.success-image, .failed-image {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	margin: 0px auto 35px;
	animation: box_ripple 1.5s linear infinite;
	border-radius: 50%;
}
.success-image::before {
	background: #f0d9c4;
	width: 90px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	border-radius: 100%;
	z-index: -1;
}
.success-wrapper .section-title {
  color: #fff;
}
.success-image img {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
.success-score {
	color: #fff;
	font-size: 18px;
	padding: 10px;
	border-radius: 5px;
	position: relative;
}

.success-score::before {
  content: "";
  /* background: linear-gradient( 45deg, #2ba9de, #1079ca, #117ccb, #39c2e9, #27a1db, #2ba8de ); */
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
  z-index: 0;
  border: 2px solid #72caeb87;
}
.success-score span, .failed-score span {
  position: relative;
  z-index: 1;
}
 .success-score span b, .failed-score span b {
  font-size: 20px;
}
@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes box_ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.22),
      0 0 0 10px hsla(0, 0%, 100%, 0.22), 0 0 0 20px hsla(0, 0%, 100%, 0.22);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.22),
      0 0 0 10px hsla(0, 0%, 100%, 0.22), 0 0 0 20px hsla(0, 0%, 100%, 0.22);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px hsla(0, 0%, 0%, 0.22),
      0 0 0 20px hsla(0, 0%, 0%, 0.22), 0 0 30px hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0.22),
      0 0 0 20px hsla(0, 0%, 100%, 0.22), 0 0 0 30px hsla(0, 0%, 100%, 0);
  }
}

.iq-result-failed {
	background: linear-gradient(0deg, #a41220 0%, #bd1629 21%, #ea1d13 100%) !important;
	border: none !important;
}
.iq-result-failed::before {
	background: #c52b3d
}
.iq-result-failed::after {
	background: #f77c8a;
}
#iq-step-result .section-title {
  text-align: center;
}
.iq-result-failed .section-title {
	color: #fff !important;
}
.iq-result-failed p {
	color: #fff !important;
}
.failed-score {
	padding: 10px;
	border-radius: 5px;
	position: relative;
}
.failed-score::before {
	content: "";
	/* background: linear-gradient( 45deg, #a61221, #ff6e05, #aa1322, #d34619, #de1b19, #a51220 ); */
	position: absolute;
	top: -2px;
	left: -2px;
	background-size: 400%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	animation: glowing 20s linear infinite;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	border-radius: 10px;
	z-index: 0;
	border: 2px solid #fb9930bd;
}
.spinner-border {
	width: 20px !important;
	height: 20px !important;
	position: relative;
	top: 2px;
}
#iq-next-question {
	height: 47px;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media (min-width:420px) {
#iq-step-result {
	max-width: 309px;
	margin: 0 auto;
}
}
@media (min-width:576px) {
  .main-banner {
	padding: 40px 0;
}
.user-mobile-image {
	display: block;
	width: 100%;
	margin-top: 30px;
}
.user-mobile-image img {
	height: 300px;
}
.iq-role-cards {
    gap: 24px 0;
}
}
@media (max-width:767px) {
#iq-role-next {
	position: fixed;
	bottom: 0;
	z-index: 1;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	border-radius: 0;
	display: flex;
	justify-content: center;
	padding: 6px 36px;
}
}
@media (min-width:768px) {
.main-banner {
    padding: 28px 0 5px;
}
}
@media (min-width:768px) {
  .custom-logo {
	width: 200px;
}
 .select-job-section {
	padding: 60px 0;
}
.section-title {
	font-size: 24px;
}
.section-text {
	font-size: 18px;
}

.hero-banner .hash-tags-wrapper {
    width: clamp(746px, 57.396vw, 1232px);
    height: clamp(142px, 12.812vw, 332px);
}
.hash-tags-1 {
	left: 174px;
	top: 40px;
}
.hash-tags-2 {
	left: 376px;
	top: 0;
	right: unset;
}
.hash-tags-3 {
	left: 0;
	right: auto;
	top: 170px;
}
.hash-tags-4 {
	left: 330px;
	top: 170px;
}
.hash-tags-5 {
	right: 73px;
	top: 90px;
}
.hash-tags-6 {
	right: 0;
	left: auto;
}
.iq-role-card {
	padding: 20px;
}
.iq-role-card h3 {
	font-size: 20px;
}
.iq-role-desc {
	font-size: 16px;
	margin: 20px 0 0;
}
.job-form-details {
	gap: 20px;
	grid-template-columns: auto auto;
}
.highlight-text {
    font-size: 18px;
}
#iq-question-area {
	margin: 30px 0 0;
}
#iq-question-area .row {
	gap: 22px 0;
}
.job-form-details, #iq-question-area {
	padding: 30px;
}
}
@media (min-width:992px) {
.job-form-details {
	grid-template-columns: auto auto auto;
}
.hash-tags-1, .hash-tags-2 {
	top: 0;
}
.hash-tags-3 {
	top: 75px;
}
.hash-tags-4 {
	top: 70px;
}
.hash-tags-5 {
	top: 0;
}
.hash-tags-6 {
	top: 68px;
}
.user-mobile-image {
	display: none;
}
}
@media (min-width:1400px) {
  .hash-tags-2 {
	left: 54%;
}
.hash-tags-3 {
	top: 100px;
}
.hash-tags-4 {
	top: 146px;
}
.hash-tags-5 {
	right: 0;
}
.hash-tags-6 {
	top: 140px;
}
}

/* --------------+ */
.job-form-requirements-details {
	background: #fff;
	padding: 15px;
	box-shadow: 0 10px 40px #0e64d714;
	border-radius: 10px;
	margin-bottom: 30px;
}
.rating-group {
    margin: 20px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.rating-label {
	font-weight: bold;
	margin-bottom: 8px;
	display: block;
}
.radio-wrapper {
	display: inline-block;
	margin-right: 8px;
	position: relative;
}
.radio-wrapper input[type="radio"] {
	display: none;
}
.radio-custom {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #888;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #555;
	cursor: pointer;
	transition: all 0.3s ease;
}
.radio-wrapper input[type="radio"]:checked + .radio-custom {
	background: #4CAF50;
	color: white;
	border-color: #4CAF50;
}

ul.scale-requirement.mb-3 {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 10px;
}
ul.scale-requirement li {
    list-style: decimal;
}