/* Sticky WhatsApp Button Styles */
.whatsapp-btn-309c0a74 {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #25D366;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
	z-index: 9999;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.whatsapp-btn-309c0a74:hover {
	transform: scale(1.1);
	background-color: #1ebd56;
}

.whatsapp-btn-309c0a74 svg {
	width: 35px;
	height: 35px;
}

/* Chatbot Floating Widget Styles */
.chatbot-container-309c0a74 {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 9999;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.chatbot-toggle-309c0a74 {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #0073aa;
	color: #fff;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.chatbot-toggle-309c0a74:hover {
	transform: scale(1.1);
	background-color: #005177;
}

.chatbot-toggle-309c0a74 svg {
	width: 28px;
	height: 28px;
}

.chatbot-window-309c0a74 {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 320px;
	max-width: 90vw;
	height: 450px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 5px 25px rgba(0,0,0,0.2);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.chatbot-header-309c0a74 {
	background: #0073aa;
	color: #fff;
	padding: 15px;
}

.chatbot-header-309c0a74 h4 {
	margin: 0 0 5px 0;
	font-size: 16px;
}

.chatbot-header-309c0a74 p {
	margin: 0;
	font-size: 12px;
	opacity: 0.9;
}

.chatbot-messages-309c0a74 {
	flex: 1;
	padding: 15px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #f9f9f9;
}

.chat-msg-309c0a74 {
	max-width: 80%;
	padding: 10px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.4;
}

.chat-msg-309c0a74.bot-309c0a74 {
	background: #f1f0f0;
	align-self: flex-start;
	color: #333;
}

.chat-msg-309c0a74.user-309c0a74 {
	background: #0073aa;
	color: #fff;
	align-self: flex-end;
}

.chat-options-309c0a74 {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 5px;
}

.faq-option-309c0a74 {
	background: #fff;
	border: 1px solid #0073aa;
	color: #0073aa;
	padding: 8px 12px;
	border-radius: 20px;
	cursor: pointer;
	font-size: 13px;
	text-align: left;
	transition: background-color 0.2s, color 0.2s;
}

.faq-option-309c0a74:hover {
	background: #0073aa;
	color: #fff;
}

.chatbot-input-area-309c0a74 {
	padding: 10px;
	background: #fff;
	border-top: 1px solid #eee;
}

.chatbot-input-area-309c0a74 form {
	display: flex;
	gap: 8px;
}

.chatbot-input-area-309c0a74 input {
	flex: 1;
	border: 1px solid #ccc;
	padding: 8px 12px;
	border-radius: 20px;
	outline: none;
	font-size: 14px;
}

.chatbot-input-area-309c0a74 button {
	background: #0073aa;
	color: #fff;
	border: none;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.chatbot-input-area-309c0a74 button svg {
	width: 18px;
	height: 18px;
}

/* Lead Capture Form Styling inside chat */
.lead-form-309c0a74 {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 10px;
	width: 100%;
}

.lead-form-309c0a74 input {
	padding: 6px 10px;
	font-size: 13px;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
}

.lead-form-309c0a74 button {
	background: #0073aa;
	color: #fff;
	border: none;
	padding: 8px;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
}

/* Utility Helpers */
.hidden-309c0a74 {
	display: none !important;
}

/* Offset for Admin Bar */
body.admin-bar .whatsapp-btn-309c0a74,
body.admin-bar .chatbot-container-309c0a74 {
	bottom: calc(20px + var(--wp-admin--admin-bar--height, 32px));
}

@media screen and (max-width: 782px) {
	body.admin-bar .whatsapp-btn-309c0a74,
	body.admin-bar .chatbot-container-309c0a74 {
		bottom: calc(20px + 46px);
	}
}
