.elementor-41194 .elementor-element.elementor-element-83cdaa7{padding:0px 0px 0px 0px;}.elementor-41194 .elementor-element.elementor-element-6187bff > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-image .widget-image-caption{font-family:var( --e-global-typography-text-font-family ), muli;font-weight:var( --e-global-typography-text-font-weight );}.elementor-41194 .elementor-element.elementor-element-a7e8637 > .elementor-widget-container{padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-41194 .elementor-element.elementor-element-83cdaa7{padding:0px 0px 0px 0px;}.elementor-41194 .elementor-element.elementor-element-6187bff > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-dd9e7e0 */.pet-quiz-wrapper {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 24px 20px 28px;
	background: #fff;
	font-family: 'Muli', 'Helvetica Neue', Arial, sans-serif;
	color: #121212;
}

.pet-quiz-section {
	display: none;
}

.pet-quiz-section-active {
	display: block;
}

.pet-how-card {
	background: #00b4af26;
	border-radius: 34px;
	padding: 22px 24px;
}

.pet-how-card h2 {
	margin: 0 0 18px;
	text-align: center;
	font-size: 30px;
	font-weight: 800;
}

.pet-how-card ol {
	margin: 0;
	padding-left: 26px;
}

.pet-how-card li {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 500;
}

.pet-quiz-actions {
	margin-top: 30px;
	text-align: center;
}

.pet-primary-btn {
	border: 0;
	border-radius: 999px;
	background: #07b9ba;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	padding: 14px 44px;
	min-width: 190px;
}

.pet-primary-btn:hover,
.pet-primary-btn:focus {
	background: #009fa0;
	color: #fff;
	outline: none;
}

.pet-primary-btn:disabled {
	opacity: 0.65;
	cursor: not-allowed;
}

.pet-primary-btn.is-loading {
	position: relative;
	pointer-events: none;
	padding-right: 50px;
}

.pet-primary-btn.is-loading::after {
	content: '';
	position: absolute;
	right: 18px;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border: 2px solid rgba(255, 255, 255, 0.55);
	border-top-color: #fff;
	border-radius: 50%;
	animation: pet-spin-loader 0.8s linear infinite;
}

.pet-question-progress {
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 700;
}

.pet-question-card {
	padding: 8px 0;
}

.pet-question-card h3 {
	margin: 0 0 18px;
	font-size: 31px;
	line-height: 1.25;
	font-weight: 700;
	white-space: pre-line;
}

.pet-question-options {
	margin-top: 6px;
}

.pet-option-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.22;
	font-weight: 500;
	cursor: pointer;
}

.pet-option-input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	accent-color: #00b4af;
	width: 22px;
	height: 22px;
	min-width: 22px;
	margin-top: 4px;
	border: 2px solid #c5c5c5;
	border-radius: 5px;
	background: #fff;
	position: relative;
	cursor: pointer;
	flex-shrink: 0;
}

.pet-option-input:checked {
	background: #00b4af !important;
	border-color: #00b4af !important;
}

.pet-option-input:checked::after {
	content: '';
	position: absolute;
	left: 6px;
	top: 2px;
	width: 6px;
	height: 11px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.pet-question-error {
	min-height: 28px;
	margin: 0;
	color: #dc2626;
	font-size: 15px;
	font-weight: 700;
}

.pet-feedback-box {
	margin-top: 10px;
	padding: 14px 16px;
	border-radius: 8px;
	border: 1px solid transparent;
}

.pet-feedback-box h4 {
	margin: 0 0 8px;
	font-size: 22px;
	font-weight: 800;
}

.pet-feedback-correct h4::before,
.pet-feedback-incorrect h4::before {
	display: inline-block;
	margin-right: 6px;
}

.pet-feedback-correct h4::before {
	content: '\2705';
}

.pet-feedback-incorrect h4::before {
	content: '\1F4A1';
}

.pet-feedback-box p {
	margin: 0;
	font-size: 17px;
	line-height: 1.35;
	white-space: pre-line;
}

.pet-feedback-correct {
	background: #f0fff4;
	color: #276749;
	border-color: #9ae6b4;
}

.pet-feedback-incorrect {
	background: #fff5f5;
	color: #c53030;
	border-color: #feb2b2;
}

.pet-form-header h2 {
	margin: 0;
	font-size: 32px;
	line-height: 1.25;
	text-align: center;
	font-weight: 800;
}

.pet-form-header p {
	margin: 10px auto 24px;
	max-width: 640px;
	text-align: center;
	font-size: 21px;
	line-height: 1.3;
	font-weight: 500;
}

.pet-form-col {
	margin-bottom: 16px;
}

.pet-form-col label {
	display: block;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 700;
}

.pet-form-col input {
	width: 100%;
	border: 0;
	border-radius: 8px;
	background: #cbd8e5;
	height: 44px;
	padding: 0 14px;
	font-size: 16px;
	line-height: 44px;
}

.pet-terms-acknowledgement {
	width: 100%;
	margin: 20px 0 0;
	font-size: 15px;
	line-height: 1.45;
	text-align: left;
}

.pet-terms-acknowledgement p {
	margin: 0;
}

.pet-terms-acknowledgement ul {
	margin: 6px 0 0;
	padding-left: 20px;
}

.pet-terms-acknowledgement li + li {
	margin-top: 4px;
}

.pet-terms-acknowledgement a {
	color: #009e9a;
	font-weight: 700;
	text-decoration: underline;
}

.pet-form-message {
	margin: 18px auto 0;
	max-width: 640px;
	padding: 14px 16px;
	text-align: center;
	font-size: 16px;
	line-height: 1.35;
	border: 1px solid transparent;
	border-radius: 8px;
}

.pet-form-success {
	background: #f0fff4;
	color: #276749;
	border-color: #9ae6b4;
	white-space: pre-line;
}

.pet-form-error {
	background: #fff5f5;
	color: #c53030;
	border-color: #feb2b2;
}

@keyframes pet-spin-loader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.pet-quiz-wrapper {
		max-width: 860px;
		padding: 20px 18px 24px;
	}

	.pet-question-card h3 {
		font-size: 27px;
	}

	.pet-option-row {
		font-size: 21px;
	}

	.pet-form-header h2 {
		font-size: 28px;
	}

	.pet-form-header p {
		font-size: 19px;
	}
}

@media (max-width: 767px) {
	.pet-quiz-wrapper {
		padding: 14px 12px 20px;
	}

	.pet-how-card {
		border-radius: 20px;
		padding: 16px;
	}

	.pet-how-card h2 {
		font-size: 24px;
	}

	.pet-how-card li {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.pet-primary-btn {
		min-width: 160px;
		padding: 10px 24px;
		font-size: 19px;
	}

	.pet-question-progress {
		font-size: 14px;
	}

	.pet-question-card h3 {
		font-size: 24px;
		margin-bottom: 12px;
	}

	.pet-option-row {
		font-size: 18px;
		gap: 8px;
		margin-bottom: 8px;
	}

	.pet-option-input {
		width: 20px;
		height: 20px;
		min-width: 20px;
		margin-top: 5px;
	}

	.pet-option-input:checked::after {
		left: 5px;
		top: 1px;
		width: 5px;
		height: 10px;
	}

	.pet-question-error {
		font-size: 14px;
		min-height: 22px;
	}

	.pet-feedback-box {
		padding: 12px;
	}

	.pet-feedback-box h4 {
		font-size: 18px;
		margin-bottom: 6px;
	}

	.pet-feedback-box p {
		font-size: 15px;
	}

	.pet-form-header h2 {
		font-size: 24px;
	}

	.pet-form-header p {
		margin-top: 8px;
		margin-bottom: 18px;
		font-size: 17px;
	}

	.pet-form-col {
		margin-bottom: 12px;
	}

	.pet-form-col label {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.pet-form-col input {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}

	.pet-terms-acknowledgement {
		margin-top: 16px;
		font-size: 14px;
	}

	.pet-terms-acknowledgement ul {
		padding-left: 18px;
	}

	.pet-form-message {
		margin-top: 14px;
		padding: 12px;
		font-size: 15px;
	}

	.pet-primary-btn.is-loading {
		padding-right: 42px;
	}

	.pet-primary-btn.is-loading::after {
		right: 14px;
		width: 14px;
		height: 14px;
		margin-top: -7px;
	}
}/* End custom CSS */