.kti-floating-buttons {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 999;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.kti-floating-buttons__item {
	width: 64px;
	height: 64px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #00a81f;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kti-floating-buttons__item:hover,
.kti-floating-buttons__item:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.kti-floating-buttons__item svg {
	width: 30px;
	height: 30px;
	fill: currentColor;
}

@media (max-width: 767px) {
	.kti-floating-buttons {
		right: 14px;
		bottom: 14px;
		gap: 8px;
	}

	.kti-floating-buttons__item {
		width: 54px;
		height: 54px;
	}

	.kti-floating-buttons__item svg {
		width: 24px;
		height: 24px;
	}
}

.kti-quote-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 10000;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.kti-quote-panel {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: min(760px, 92vw);
	background: #fff;
	z-index: 10001;
	transform: translateX(102%);
	transition: transform 0.35s ease;
	box-shadow: -20px 0 50px rgba(0, 0, 0, 0.22);
	overflow-y: auto;
}

.kti-quote-panel__inner {
	padding: 44px 36px 34px;
	font-family: Helvetica, Arial, sans-serif;
}

.kti-quote-panel__close {
	position: absolute;
	top: 28px;
	right: 26px;
	width: 34px;
	height: 34px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.kti-quote-panel__close span {
	position: absolute;
	left: 0;
	top: 16px;
	display: block;
	width: 34px;
	height: 2px;
	background: #46b95b;
}

.kti-quote-panel__close span:first-child {
	transform: rotate(45deg);
}

.kti-quote-panel__close span:last-child {
	transform: rotate(-45deg);
}

.kti-quote-panel__brand {
	margin-bottom: 34px;
}

.kti-quote-panel__brand .custom-logo {
	max-width: 130px;
	height: auto;
}

.kti-quote-panel__text-logo {
	font-size: 56px;
	line-height: 1;
	font-weight: 800;
	font-style: italic;
	color: #003a72;
}

.kti-quote-panel__text-logo span {
	color: #00a81f;
}

.kti-quote-panel__header h3 {
	margin: 0 0 10px;
	color: #003a72;
	font-size: 56px;
	line-height: 1.08;
	font-weight: 700;
	font-family: Helvetica, Arial, sans-serif;
}

.kti-quote-panel__header p {
	margin: 0 0 22px;
	max-width: 620px;
	color: #0b2641;
	font-size: 40px;
	line-height: 1.25;
	font-family: Helvetica, Arial, sans-serif;
}

.kti-quote-panel__form-wrap .wpcf7 form {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

.kti-quote-panel__form-wrap .wpcf7 p {
	width: 100%;
	margin: 0;
}

.kti-quote-panel__form-wrap .wpcf7 label {
	display: block;
	color: #071629;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	font-family: Helvetica, Arial, sans-serif;
}

.kti-quote-panel__form-wrap .wpcf7 input[type="text"],
.kti-quote-panel__form-wrap .wpcf7 input[type="email"],
.kti-quote-panel__form-wrap .wpcf7 input[type="tel"],
.kti-quote-panel__form-wrap .wpcf7 input[type="url"],
.kti-quote-panel__form-wrap .wpcf7 input[type="date"],
.kti-quote-panel__form-wrap .wpcf7 input[type="file"],
.kti-quote-panel__form-wrap .wpcf7 select,
.kti-quote-panel__form-wrap .wpcf7 textarea {
	width: 100%;
	background: #e9e9eb;
	border: 0;
	border-radius: 0;
	color: #445364;
	font-size: 16px;
	padding: 14px 16px;
	line-height: 1.3;
}

.kti-quote-panel__form-wrap .wpcf7 textarea {
	min-height: 210px;
	resize: vertical;
}

.kti-quote-panel__form-wrap .wpcf7 input:focus,
.kti-quote-panel__form-wrap .wpcf7 select:focus,
.kti-quote-panel__form-wrap .wpcf7 textarea:focus {
	outline: 2px solid #003a72;
	outline-offset: 1px;
}

.kti-quote-panel__form-wrap .wpcf7 .wpcf7-submit {
	background: #00a81f;
	border: 1px solid #00a81f;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	padding: 12px 22px;
	min-height: 52px;
	cursor: pointer;
	width: 100%;
    border-radius: 30px;
	transition: opacity 0.2s ease;
}

.kti-quote-panel__form-wrap .wpcf7 .wpcf7-submit:hover,
.kti-quote-panel__form-wrap .wpcf7 .wpcf7-submit:focus-visible {
	opacity: 0.9;
}

.kti-quote-panel__form-wrap .wpcf7 .wpcf7-response-output,
.kti-quote-panel__form-wrap .wpcf7 .wpcf7-not-valid-tip {
	font-size: 16px;
}

/* CF7 custom form layout used in .kti-contact-form */
.kti-quote-panel__form-wrap .kti-contact-form {
	display: block;
	width:100%;
}

.kti-quote-panel__form-wrap .kti-contact-form > label {
	display: block;
	margin: 0 0 10px;
}

.kti-quote-panel__form-wrap .kti-contact-form > label .wpcf7-form-control-wrap {
	display: block;
	margin-top: 6px;
}

.kti-quote-panel__form-wrap .kti-contact-form .kti-form-row.two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 0 0 10px;
}

.kti-quote-panel__form-wrap .kti-contact-form .kti-form-row.two-col > div > label {
	display: block;
	margin: 0;
}

.kti-quote-panel__form-wrap .kti-contact-form .kti-form-row.two-col .wpcf7-form-control-wrap {
	display: block;
	margin-top: 6px;
}

.kti-quote-panel__form-wrap .kti-contact-form .file-note {
	margin: -6px 0 10px;
	color: #4f5d6d;
	font-size: 15px;
	line-height: 1.45;
	font-family: Helvetica, Arial, sans-serif;
}

.kti-quote-panel__form-wrap .kti-contact-form .contact-label {
	margin: 0 0 6px;
	color: #071629;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	font-family: Helvetica, Arial, sans-serif;
}

.kti-quote-panel__form-wrap .kti-contact-form .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 0 0 10px;
}

.kti-quote-panel__form-wrap .kti-contact-form .wpcf7-list-item {
	margin: 0;
}

.kti-quote-panel__form-wrap .kti-contact-form .wpcf7-list-item label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 600;
	color: #071629;
	font-family: Helvetica, Arial, sans-serif;
}

.kti-quote-panel__form-wrap .kti-contact-form .wpcf7-list-item input {
	width: 18px;
	height: 18px;
	margin: 0;
}

.kti-quote-panel__form-wrap .kti-contact-form .kti-consent {
	display: block;
	margin: 4px 0 14px;
}

.kti-quote-panel__form-wrap .kti-contact-form .kti-consent .wpcf7-list-item {
	display: block;
}

.kti-quote-panel__form-wrap .kti-contact-form .kti-consent .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
	color: #2c3a4a;
	font-family: Helvetica, Arial, sans-serif;
}

.kti-quote-panel__form-wrap .kti-contact-form .kti-consent .wpcf7-list-item input {
	margin-top: 4px;
	flex: 0 0 auto;
}

.kti-quote-panel__form-wrap .kti-contact-form input[type="file"] {
	background: transparent;
	padding: 0;
	font-size: 15px;
}

.kti-quote-panel__form-wrap .kti-contact-form input[type="submit"],
.kti-quote-panel__form-wrap .kti-contact-form .wpcf7-submit {
	margin-top: 6px;
}

body.kti-quote-open {
	overflow: hidden;
}

body.kti-quote-open .kti-quote-panel {
	transform: translateX(0);
}

body.kti-quote-open .kti-quote-overlay {
	opacity: 1;
}

@media (max-width: 991px) {
	.kti-quote-panel {
		width: 100%;
	}

	.kti-quote-panel__inner {
		padding: 40px 18px 22px;
	}

	.kti-quote-panel__header h3 {
		font-size: 42px;
	}

	.kti-quote-panel__header p {
		font-size: 22px;
	}

	.kti-quote-panel__form-wrap .wpcf7 label {
		font-size: 16px;
	}

	.kti-quote-panel__form-wrap .wpcf7 input[type="text"],
	.kti-quote-panel__form-wrap .wpcf7 input[type="email"],
	.kti-quote-panel__form-wrap .wpcf7 input[type="tel"],
	.kti-quote-panel__form-wrap .wpcf7 input[type="url"],
	.kti-quote-panel__form-wrap .wpcf7 input[type="date"],
	.kti-quote-panel__form-wrap .wpcf7 input[type="file"],
	.kti-quote-panel__form-wrap .wpcf7 select,
	.kti-quote-panel__form-wrap .wpcf7 textarea {
		font-size: 18px;
		padding: 14px 16px;
	}

	.kti-quote-panel__form-wrap .wpcf7 .wpcf7-submit {
		font-size: 20px;
		min-height: 52px;
		padding: 12px 22px;
	}

	.kti-quote-panel__form-wrap .kti-contact-form .kti-form-row.two-col {
		grid-template-columns: 1fr;
		gap: 14px;
	}
}

/* Professional refresh overrides */
.kti-quote-panel {
	background: #fff;
	box-shadow: -20px 0 52px rgba(0, 0, 0, 0.24);
}

.kti-quote-overlay {
	background: rgba(7, 22, 41, 0.46);
	backdrop-filter: blur(2px);
}

.kti-quote-panel__inner,
.kti-quote-panel__header h3,
.kti-quote-panel__header p,
.kti-quote-panel__form-wrap,
.kti-quote-panel__form-wrap .wpcf7 * {
	font-family: Helvetica, Arial, sans-serif;
}

.kti-quote-panel__inner {
	padding: 34px 34px 30px;
}

.kti-quote-panel__brand {
	margin-bottom: 22px;
}

.kti-quote-panel__header h3 {
	font-size: 2rem;
	line-height: 1.06;
	margin-bottom: 10px;
}

.kti-quote-panel__header p {
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 24px;
	max-width: 640px;
}

.kti-quote-panel__form-wrap .wpcf7 form {
	gap: 0;
}

.kti-quote-panel__form-wrap .kti-contact-form > label,
.kti-quote-panel__form-wrap .kti-contact-form .kti-form-row.two-col > div > label {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	margin-bottom: 14px;
}

.kti-quote-panel__form-wrap .kti-contact-form > label .wpcf7-form-control-wrap,
.kti-quote-panel__form-wrap .kti-contact-form .kti-form-row.two-col .wpcf7-form-control-wrap {
	margin-top: 8px;
}

.kti-quote-panel__form-wrap .kti-contact-form .kti-form-row.two-col {
	gap: 14px;
	margin-bottom: 14px;
}

.kti-quote-panel__form-wrap .wpcf7 input[type="text"],
.kti-quote-panel__form-wrap .wpcf7 input[type="email"],
.kti-quote-panel__form-wrap .wpcf7 input[type="tel"],
.kti-quote-panel__form-wrap .wpcf7 input[type="url"],
.kti-quote-panel__form-wrap .wpcf7 input[type="date"],
.kti-quote-panel__form-wrap .wpcf7 select,
.kti-quote-panel__form-wrap .wpcf7 textarea {
	background: #fff;
	border: 1px solid #d7dde5;
	border-radius: 8px;
	color: #203449;
	font-size: 16px;
	font-weight: 400;
	padding: 13px 16px;
	min-height: 56px;
	line-height: 1.35;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kti-quote-panel__form-wrap .wpcf7 textarea {
	min-height: 170px;
	resize: vertical;
}

.kti-quote-panel__form-wrap .wpcf7 input::placeholder,
.kti-quote-panel__form-wrap .wpcf7 textarea::placeholder {
	color: #6f7c8b;
	opacity: 1;
}

.kti-quote-panel__form-wrap .wpcf7 select {
	padding-right: 52px;
	background-position: right 18px center;
}

.kti-quote-panel__form-wrap .wpcf7 input:focus,
.kti-quote-panel__form-wrap .wpcf7 select:focus,
.kti-quote-panel__form-wrap .wpcf7 textarea:focus {
	outline: none;
	border-color: #3f8fd1;
	box-shadow: 0 0 0 3px rgba(63, 143, 209, 0.16);
}

.kti-quote-panel__form-wrap .kti-contact-form .file-note {
	margin: -2px 0 14px;
	font-size: 14px;
	color: #5f6d7e;
}

.kti-quote-panel__form-wrap .kti-contact-form .contact-label {
	margin: 4px 0 10px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
}

.kti-quote-panel__form-wrap .kti-contact-form .wpcf7-checkbox,
.kti-quote-panel__form-wrap .kti-contact-form .wpcf7-radio {
	gap: 16px;
	margin-bottom: 16px;
}

.kti-quote-panel__form-wrap .kti-contact-form .wpcf7-list-item label {
	font-size: 16px;
	font-weight: 600;
	color: #0b223c;
}

.kti-quote-panel__form-wrap .kti-contact-form .wpcf7-list-item input {
	width: 16px;
	height: 16px;
	accent-color: #00a81f;
}

.kti-quote-panel__form-wrap .kti-contact-form .kti-consent,
.kti-quote-panel__form-wrap .kti-contact-form .wpcf7-acceptance {
	margin: 8px 0 18px;
	padding: 14px;
	background: #fff;
	border: 1px solid #d7dde5;
	border-radius: 10px;
}

.kti-quote-panel__form-wrap .kti-contact-form .kti-consent .wpcf7-list-item label,
.kti-quote-panel__form-wrap .kti-contact-form .wpcf7-acceptance .wpcf7-list-item label {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	color: #2a3b4d;
}

.kti-quote-panel__form-wrap .wpcf7 .wpcf7-submit {
	margin-top: 8px;
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #00b125 0%, #009f1f 100%);
	border: 1px solid #009f1f;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 24px;
	min-height: 50px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kti-quote-panel__form-wrap .wpcf7 .wpcf7-submit:hover,
.kti-quote-panel__form-wrap .wpcf7 .wpcf7-submit:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(0, 159, 31, 0.28);
}

.kti-quote-panel__form-wrap .wpcf7 .wpcf7-response-output {
	border-radius: 8px;
	font-size: 14px;
}

.kti-quote-panel__form-wrap .wpcf7 .wpcf7-not-valid-tip {
	font-size: 13px;
	margin-top:5px;
}

@media (max-width: 991px) {
	.kti-quote-panel__inner {
		padding: 24px 16px 20px;
	}

	.kti-quote-panel__header h3 {
		    font-size: 29px;
	}

	.kti-quote-panel__header p {
		font-size: 16px;
		margin-bottom: 18px;
	}

	.kti-quote-panel__form-wrap .kti-contact-form > label,
	.kti-quote-panel__form-wrap .kti-contact-form .kti-form-row.two-col > div > label,
	.kti-quote-panel__form-wrap .kti-contact-form .contact-label {
		font-size: 15px;
	}

	.kti-quote-panel__form-wrap .kti-contact-form > label,
	.kti-quote-panel__form-wrap .kti-contact-form .kti-form-row.two-col {
		margin-bottom: 12px;
	}

	.kti-quote-panel__form-wrap .kti-contact-form .kti-form-row.two-col {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.kti-quote-panel__form-wrap .wpcf7 input[type="text"],
	.kti-quote-panel__form-wrap .wpcf7 input[type="email"],
	.kti-quote-panel__form-wrap .wpcf7 input[type="tel"],
	.kti-quote-panel__form-wrap .wpcf7 input[type="url"],
	.kti-quote-panel__form-wrap .wpcf7 input[type="date"],
	.kti-quote-panel__form-wrap .wpcf7 select,
	.kti-quote-panel__form-wrap .wpcf7 textarea {
		    -webkit-appearance: none;
		height: 3.3rem;
		font-size: 16px;
		min-height: 52px;
		padding: 12px 14px;
	}

	.kti-quote-panel__form-wrap .wpcf7 textarea {
		min-height: 160px;
	}

	.kti-quote-panel__form-wrap .wpcf7 .wpcf7-submit {
		width: 100%;
		margin-left: 0;
		font-size: 16px;
		min-height: 52px;
		padding: 12px 18px;
	}
}
