.bais-wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	color: #1a1a2e;

}

.bais-wrapper *,
.bais-wrapper *::before,
.bais-wrapper *::after {
	box-sizing: inherit;
}

.bais-progress-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	max-width: 1017px;
	margin: 0 auto 60px;
}

.bais-progress-step:last-child {
	width: auto;
}

.bais-progress-step {
	display: flex;
	align-items: center;
	width: 100%;
}

.bais-progress-step {
	display: flex;
	align-items: center;
}

.bais-step-circle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #C8C8C8;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
	color: #4A4A4A;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
}

.bais-progress-step.active .bais-step-circle {
	border-color: #FF4800;
	color: #FF4800;
	box-shadow: 0 0 0 5px rgba(255, 72, 0, 0.10);
}

.bais-progress-step.completed .bais-step-circle {
	font-size: 0;
	border-color: #FF4800;
	color: transparent;
	background: linear-gradient(180deg, #FF4800 0%, #FF7037 100%);
	box-shadow: 0 4.95px 4.95px 0 rgba(255, 72, 0, 0.30), 0 -9.552px 19.105px 0 rgba(0, 0, 0, 0.10) inset;
}

.bais-progress-step.completed .bais-step-circle::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 14px;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M15.6282 0.387378C15.1332 -0.129289 14.3293 -0.128963 13.8336 0.387378L5.75659 8.80632L2.1667 5.06464C1.671 4.54797 0.867479 4.54797 0.371777 5.06464C-0.123926 5.58131 -0.123926 6.41881 0.371777 6.93548L4.85894 11.6124C5.10663 11.8706 5.43143 12 5.75625 12C6.08107 12 6.40617 11.8709 6.65387 11.6124L15.6282 2.25819C16.1239 1.74188 16.1239 0.904012 15.6282 0.387378Z' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

.bais-step-line {
	width: 80px;
	transition: background-image 0.3s ease;
	flex: 1;
	border-top: 2px dashed #4a4a4a;
	margin: 0 15px;
	z-index: 1;
	position: relative;
}

.bais-progress-step.active .bais-step-line {
	border-top: 2px dashed #f2542d;
}

.bais-progress-step.completed+.bais-progress-step .bais-step-line,
.bais-progress-step.completed .bais-step-line {
	background-image: repeating-linear-gradient(to right,
			#e8541a 0,
			#e8541a 5px,
			transparent 5px,
			transparent 11px);
}


.bais-questions-col {
	padding: 30px;
	background: #F8F5EE;
	border-radius: 30px;
	display: flex;
	gap: 30px;

}
.bais-step-nav {
    padding-top: 10px;
}	

.bais-questions-col-inner {
	width: 100%;
}

.bais-questions-col {
	flex: 1;
	min-width: 0;
}

.bais-sidebar-col {
	width: 407px;
	flex-shrink: 0;
}

.bais-sidebar-card {
	padding: 25px;
	background-color: #fff;
	border-radius: 20px;
}

.bais-step-header {
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.bais-wrapper .bais-step-header h2,
.bais-wrapper .bais-step-header h1 {
	font-size: 42px;
	font-weight: 700;
	line-height: 120%;
	margin: 0;
	text-align: center;
}

.bais-wrapper .bais-highlight {
	color: #FF4800;
}

.bais-wrapper .bais-step-subtitle,
.bais-wrapper .bais-results-subtitle,
.bais-breakdown-subtitle,
.bais-results-footer {
	color: #4A4A4A;
	font-size: 18px;
	font-weight: 500;
	line-height: 140%;
	text-align: center;
}

.bais-wrapper .bais-question {
	margin-bottom: 30px;
}

.bais-wrapper .bais-question-text {
	font-weight: 600;
	margin: 0 0 20px;
}

.bais-radios {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.bais-checkboxes {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.bais-option-label {
	display: flex;
	align-items: center;
	gap: 15px;
	cursor: pointer;
	font-size: 16px;
	color: #152638;
	line-height: 120%;
	font-weight: 400;
	transition: color 0.15s ease;
}

.bais-option-label:hover {
	color: #1a1a2e;
}

.bais-custom-input {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.bais-custom-input input[type="radio"],
.bais-custom-input input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
}

.bais-input-ui {
	display: block;
	width: 22px;
	height: 22px;
	border: 1px solid #4A4A4A;
	background: #fff;
	transition: border-color 0.2s ease, background 0.2s ease;
	position: relative;
}

.bais-custom-radio .bais-input-ui {
	border-radius: 50%;
}

.bais-custom-checkbox .bais-input-ui {
	border-radius: 4px;
}

.bais-custom-checkbox input:checked~.bais-input-ui {
	background: #FF4800;
	border-color: #FF4800;
}

.bais-custom-radio input:checked~.bais-input-ui {
	background: transparent;
	border-color: #FF4800;
}
h3.bais-breakdown-title {
    text-align: center;
    font-weight: 600;
}

.bais-custom-radio input:checked~.bais-input-ui::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #FF4800;
}

.bais-custom-checkbox input:checked~.bais-input-ui::after {	
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FF4800;
	border: 1px solid #FF4800;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M15.6282 0.387378C15.1332 -0.129289 14.3293 -0.128963 13.8336 0.387378L5.75659 8.80632L2.1667 5.06464C1.671 4.54797 0.867479 4.54797 0.371777 5.06464C-0.123926 5.58131 -0.123926 6.41881 0.371777 6.93548L4.85894 11.6124C5.10663 11.8706 5.43143 12 5.75625 12C6.08107 12 6.40617 11.8709 6.65387 11.6124L15.6282 2.25819C16.1239 1.74188 16.1239 0.904012 15.6282 0.387378Z' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}


.bais-validation-error {
	display: none;
	color: #c0392b;
	font-size: 16px;
	font-weight: 500;
	margin: 8px 0 0;
	padding: 8px 12px;
	background: #fff0ee;
	border-left: 3px solid #c0392b;
	border-radius: 0 4px 4px 0;
	margin-bottom: 10px;
}


.bais-sidebar-image {
	text-align: center;
	margin-bottom: 20px;
}



.bais-sidebar-title {
	font-weight: 600;
	margin: 0 0 20px;
	line-height: 130%;
}

.bais-sidebar-content {
	font-size: 16px;
	color: #152638;
	line-height: 140%;
	margin: 0;
	padding-bottom: 12px;
}

.bais-sidebar-image img {
	aspect-ratio: 1 / 0.844;
	object-fit: cover;
	width: 100%;
	border-radius: 20px !important;
}


.bais-wrapper .loader {
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform-origin: center;
    z-index: 1;
}
.bais-wrapper .loader::before{
	display: none;
}
.ai_assemment_steps .elementor-widget-shortcode{
	min-height: 650px;
}

.bais-wrapper .loader::after {
	border: 5px solid #FF4800;
}

.bais-contact-layout {
	max-width: 1062px;
	margin: 0 auto;
}


.bais-contact-header .bais-step-title {
	font-size: 28px;
}



.bais-cf7-wrapper {
	padding: 50px;
	border-radius: 40px;
	background: linear-gradient(265deg, rgba(255, 255, 255, 0.20) -69.05% -69.05%, rgba(255, 255, 255, 0.20) 93.04%), #FFF;
	box-shadow: 0 -16.867px 16.867px 0 rgba(164, 179, 255, 0.28) inset, 0 16.867px 16.867px 0 rgba(255, 255, 255, 0.28) inset;
	filter: drop-shadow(0 -1px 34px rgba(164, 179, 255, 0.20));
	backdrop-filter: blur(11.807229995727539px);
}

.bais-cf7-wrapper .bais-cf7-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 16px;
}

.bais-cf7-wrapper .wpcf7-form-control-wrap,
.bais-cf7-wrapper p {
	display: block;
	margin: 0;
}


.bais-cf7-wrapper .get-in-touch .tb_btn_wrapper .custom-submit-btn:hover {
	background-color: #FF4800 !important;
	cursor: pointer;
}

.bais-step-contact .wpcf7-response-output {
	display: none !important;
}

.bais-cf7-notice {
	text-align: center;
	color: #999;
	font-style: italic;
	padding: 20px 0;
}


.bais-results-header {
	text-align: center;
	margin-bottom: 40px;
}

.bais-results-title {
		font-weight: 700;
	margin: 0 0 10px;
}

.bais-results-subtitle {
	font-size: 14px;
	color: #777;
	margin: 0;
}

.bais-gauge-container {
	position: relative;
	justify-content: center;
	display: flex;
}

.bais-percentage-circle {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}


.bais-wrapper .bais-score-pct {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	color: var(--HubSpot-Orange, #FF4800);
	font-family: "Outfit", Sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
}




.bais-wrapper .bais-score-card {
	padding: 40px 50px;
	display: flex;
	align-items: center;
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0 -1px 34px 0 rgba(164, 179, 255, 0.20), 0 -16.867px 16.867px 0 rgba(164, 179, 255, 0.28) inset, 0 16.867px 16.867px 0 rgba(255, 255, 255, 0.28) inset;
	backdrop-filter: blur(11.807229995727539px);
	margin-bottom: 80px;
	gap: 20px;
}

.bais-score-card-text {
	flex: 1;
}

.bais-score-level-title {
	font-weight: 600;
	margin: 0 0 10px;
}

.bais-score-level-desc,
.bais-insight-desc {
	font-size: 16px;
	color: #152638;
	line-height: 140%;
	margin: 0;
}

.bais-score-card-right {
	min-width: 367px;
	max-width: 367px;
	padding-left: 10px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	border-left: 1px solid #F0F0F0;
	margin-left: auto;
}

.bais-score-pct-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 100px;
}

.bais-score-pct {
	font-size: 52px;
	font-weight: 800;
	color: #e8541a;
	line-height: 1;
	letter-spacing: -1px;
}

.bais-gauge-label {
	font-size: 12px;
	color: #4A4A4A;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.bais-gauge-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 3px;
	background: #FF4800;
	flex-shrink: 0;
}


.bais-insight-cards .back_img_color {
    position: relative !important;
    height: 30px !important;
    width: 100% !important;
}


.bais-insight-cards {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 80px;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 55px;
}
.bais-insight-cards .bais-insight-card {
    width: 31.5%;
    display: flex;
    flex-direction: column;
}

.bais-results .bais-dynamic-btn {
	width: max-content !important;
	margin: 30px auto 0 auto !important;
}

.bais-breakdown-section .vacancy_card_content {

	padding: 6px 30px 30px 30px;
}


.bais-insight-icon {
	margin-bottom: 25px;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(268.5deg, rgba(255, 255, 255, 0.2) -0.06%, rgba(255, 255, 255, 0.2) 97.65%);
	box-shadow: 0px 12px 8.43373px rgba(255, 123, 90, 0.2), 0px -1px 4px rgba(0, 0, 0, 0.05), inset 0px -16.8675px 16.8675px rgba(164, 179, 255, 0.28), inset 0px 16.8675px 16.8675px rgba(255, 255, 255, 0.28);
	backdrop-filter: blur(11.8072px);
	border-radius: 138.934px;
}

.bais-insight-title {
	font-weight: 600;
	margin: 0 0 20px;
}



.single-grid .bais-options {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.double-grid .bais-options {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}




.bais-wrapper .theme-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: auto;
	white-space: normal;
	padding: 12px 25px;
	color: #fff;
	border: none;
	color: var(--White, #FFF);
	font-family: "Inter", Sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	cursor: pointer;
	transition: 0.3s all;
	border-radius: 100px;
	background-color: var(--Blue, #152638);
	box-shadow: 0 10px 25px 0 rgba(21, 39, 56, 0.22);
	margin-inline: 0;
	position: relative;
}

.bais-wrapper .theme-btn:after {
	content: '';
	position: absolute;
	width: 95px;
	height: 19px;
	transform: rotate(6.33deg);
	top: -6px;
	right: -15px;
	background: #FFFFFF80;
	filter: blur(10px);
}

.bais-wrapper .theme-btn:hover,
.bais-wrapper .theme-btn:focus {
	background-color: #FF4800 !important;
}

.bais-wrapper .theme-btn .bais-btn-icon {
	min-width: 16px;
	width: 16px;
	height: 16px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	gap: 34px;
}

.bais-wrapper .theme-btn .bais-btn-icon svg,
.bais-wrapper .theme-btn .bais-btn-icon img {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	transition: transform .2s ease-in-out;
	transform: translateY(0px);
}

.bais-wrapper .theme-btn:hover .bais-btn-icon svg,
.bais-wrapper .theme-btn:hover .bais-btn-icon img {
	transform: translateY(-50px);
}

/* Premium CF7 Button Styles */
.tb_get_in_touch_btn_icon {
	display: inline-flex;
	flex-direction: column;
	height: 20px;
	overflow: hidden;
	margin-right: 10px;
	vertical-align: middle;
}

.tb_get_in_touch_btn_icon svg {
	width: 16px;
	height: 16px;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.theme-btn:hover .tb_get_in_touch_btn_icon svg {
	transform: translateY(-20px);
}

.custom-submit-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	appearance: none;
	border: none;
	cursor: pointer;
}

/* Button Loading State */
.bais-dynamic-btn {
	position: relative;
	transition: all 0.3s ease;
}

.bais-btn-loader {
	display: none;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #fff;
	animation: bais-spin 0.6s linear infinite;
	margin-right: 10px;
}

.bais-dynamic-btn.is-loading {
	pointer-events: none;
	opacity: 0.8;
}

.bais-dynamic-btn.is-loading .bais-btn-loader {
	display: inline-block;
}

.bais-dynamic-btn.is-loading .bais-btn-icon,
.bais-dynamic-btn.is-loading .tb_get_in_touch_btn_icon {
	display: none;
}

@keyframes bais-spin {
	to { transform: rotate(360deg); }
}


@media (max-width: 1200px) {

	.bais-sidebar-col {
		width: 340px;
		flex-shrink: 0;
	}
}

@media (max-width: 1024px) {
	.bais-insight-cards {
    gap: 20px;
	row-gap: 45px;

}
	
	

	.bais-score-card-right {
		min-width: 290px;
		max-width: 290px;
	}

	.bais-contact-layout {
		max-width: 700px;
	}

	.bais-cf7-wrapper {
		padding: 30px;
		border-radius: 20px;
	}

	.bais-breakdown-section .vacancy_card_content {

		padding: 6px 20px 20px 20px;
	}

	.bais-wrapper .ha-form-widget {
		padding: 30px 20px;
		border-radius: 20px;
	}

	.single-grid .bais-options,
	.double-grid .bais-options {
		grid-template-columns: 1fr;
		gap: 15px;
	}



	.bais-wrapper .bais-step-header h2,
	.bais-wrapper .bais-step-header h1 {
		font-size: 38px;
	}

	.bais-progress-bar {
		margin: 0 auto 40px;
	}

	.bais-sidebar-card {
		padding: 20px;
	}

	
}
@media (max-width: 880px) {
.bais-insight-cards .bais-insight-card{
	width: 48%;
}
}



@media (max-width: 767px) {
	.bais-wrapper .bais-score-card {
		padding: 30px 20px;
		border-radius: 20px;

	}

	.bais-score-level-title,
	.bais-score-level-desc {

		text-align: center;
	}

	.bais-score-card-right {
		padding-left: 0;
		border-left: 1px solid transparent;
	}

	.bais-insight-cards {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 15px;
		margin-bottom: 50px;
	}

	.bais-cf7-wrapper {
		padding: 30px 20px;
		border-radius: 20px;
	}

	.bais-validation-error {
		font-size: 14px;
	}

	.bais-questions-col {
		padding: 20px;
		border-radius: 20px;
	}

	.bais-questions-col {
		flex-direction: column;
	}

	.bais-option-label,
	.bais-sidebar-content,
	.bais-validation-error {
		font-size: 14px;
	}

	.bais-questions-sidebar {
		padding: 20px;
		border-radius: 20px;
		flex-direction: column;
	}

	.bais-wrapper .bais-step-header h2,
	.bais-wrapper .bais-step-header h1 {
		font-size: 38px;
	}

	.bais-wrapper .bais-step-subtitle,
	.bais-wrapper .bais-results-subtitle,
	.bais-breakdown-subtitle,
	.bais-results-footer {
		font-size: 16px;
	}

	.bais-step-header {
		margin-bottom: 30px;
	}

	.bais-step-circle {
		width: 24px;
		height: 24px;
		font-size: 14px;
	}

	.bais-progress-bar {
		margin: 0 auto 30px;
	}



	.bais-sidebar-col {
		width: 100%;
	}



	.bais-checkboxes {
		grid-template-columns: 1fr;
	}

	.bais-step-title {
		font-size: 22px;
	}

	.bais-step-line {
		width: 36px;
	}

	.bais-score-card {
		flex-direction: column;
		gap: 24px;
		padding: 24px;
		text-align: center;
	}

	.bais-score-card-text {
		text-align: left;
	}

	.bais-score-card-right {
		min-width: unset;
	}

	.bais-score-pct-wrap {
		width: auto;
		height: auto;
	}



	.bais-results-title {
		font-size: 22px;
	}

	.bais-breakdown-title {
		font-size: 20px;
	}

	.bais-cf7-wrapper .bais-cf7-row {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 550px) {
.bais-insight-cards .bais-insight-card {
    width: 100%;
	margin-bottom: 30px !important;
}
}

@media (max-width: 400px) {
	.bais-progress-step {
		width: 68px;
	}
}

/* Result CTA Section */
.bais-cta-wrap {
	margin-top: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.bais-results .bais-cta-btn.bais-dynamic-btn {
	margin: 0 !important;
}