body {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
}

.site {
	flex: 1;
}

.no-sidebar .site {
	width: 100%;
}

.main-navigation {
	z-index: 1040 !important;
}

/** WSForm Styling **/
.main-contact-form .wsf-field-wrapper .wsf-label,
.main-contact-form input[type=checkbox].wsf-field + label.wsf-label {
	color: white;
}

.main-contact-form input,
.main-contact-form textarea {
	border: 1px solid #ffffff !important;
	box-shadow: none !important;
}

.main-contact-form .wsf-field-wrapper .wsf-button {
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 25px;
	font-weight: 500;
	font-size: 17px;
	text-transform: uppercase;
}

.main-contact-form .wsf-field-wrapper .wsf-button:hover {
	background: var(--accent);
	border-color: var(--accent);
}

.main-contact-form .wsf-field-wrapper .wsf-field {
	background: transparent;
	color: #ffffff;
}

.base-service-sidebar > .gb-container {
	position: sticky;
	top: 100px;
}


.lsy-breadcrumbs.scroll-active {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	background: var(--contrast);
	padding-top: 5px;
	padding-bottom: 5px;
	transition: padding-top, padding-bottom 0.5s ease-in-out;
}

/* Custom styles for the services archive page */

body.post-type-archive-service article .inside-article {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 300px;
	background: var(--contrast);
	overflow: hidden;
	text-align: center;
	border-radius: 15px;
}

body.post-type-archive-service article .inside-article:hover .post-image img {
	transform: scale(1.2);
}

body.post-type-archive-service article .inside-article:hover::after {
	background: rgba(3, 23, 39, 0.7);
}

body.post-type-archive-service article .inside-article::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(3, 23, 39, 0.5);
	z-index: 1;
	transition: all 0.5s ease-in-out;
}

body.post-type-archive-service article .inside-article .post-image,
body.post-type-archive-service article .inside-article .entry-header {
	position: absolute;
}

body.post-type-archive-service article .inside-article .entry-header .entry-title a {
	color: white;
	font-weight: bold;
}

body.post-type-archive-service article .inside-article .entry-header .entry-title a:hover {
	color: var(--global-color-8);
}

body.post-type-archive-service article .inside-article .post-image {
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

body.post-type-archive-service article .inside-article .post-image img {
	margin: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease-in-out;
}

body.post-type-archive-service article .inside-article .entry-header {
	z-index: 2;
}

/**
 WP ChatBot Styling
 */

body.home #wp-chatbot-shortcode-template-container {
	max-width: 100%;
}

body.home #wp-chatbot-shortcode-template-container #wp-chatbot-messages-container .wp-chatbot-msg.wp-chatbot-msg-flat .wp-chatbot-avatar {
	display: none;
}

body.home #wp-chatbot-shortcode-template-container #wp-chatbot-messages-container .wp-chatbot-msg.wp-chatbot-msg-flat .wpb-search-result {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 30px;
}

body.home #wp-chatbot-shortcode-template-container #wp-chatbot-messages-container .wp-chatbot-msg.wp-chatbot-msg-flat .wpb-search-result .wpbot_card_image {
	height: 250px;
}

body.home #wp-chatbot-shortcode-template-container #wp-chatbot-messages-container .wp-chatbot-msg.wp-chatbot-msg-flat .wpb-search-result .wpbot_card_image img {
	height: 250px;
	width: 100%;
	object-fit: cover;
}

body.home #wp-chatbot-shortcode-template-container #wp-chatbot-messages-container .wp-chatbot-msg.wp-chatbot-msg-flat .wpb-search-result .wpbot_card_image .wpbot_card_caption {
	transform: none;
}

body.home #wp-chatbot-shortcode-template-container .wp-chatbot-footer {
	background: transparent;
}

body.home #wp-chatbot-shortcode-template-container .wp-chatbot-footer #wp-chatbot-editor-area input {
	width: 90%;
}
body.home #wp-chatbot-shortcode-template-container .wp-chatbot-footer #wp-chatbot-editor-area button {
	width: 10%;
}

body.home #wp-chatbot-shortcode-template-container .wp-chatbot-footer #wp-chatbot-editor {
	color: #000000;
}

body.home #wp-chatbot-shortcode-template-container .wp-chatbot-footer #wp-chatbot-editor::placeholder {
	color: #000000;
}

@media (min-width: 1025px) {
	body.home #wp-chatbot-shortcode-template-container #wp-chatbot-messages-container .wp-chatbot-msg.wp-chatbot-msg-flat .wpb-search-result {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}

	body.home #wp-chatbot-shortcode-template-container #wp-chatbot-messages-container .wp-chatbot-msg.wp-chatbot-msg-flat .wpb-search-result > p {
		grid-column: span 3;
		background: transparent;
		box-shadow: none;
		font-weight: 600;
	}
}

@media (max-width: 768px) {
	body .uwy {
		z-index: 999 !important;
	}

	body .uwy.uon {
		z-index: 9999 !important;
	}

	.inside-article .gb-container > .gb-container {
		padding-left: 16px;
		padding-right: 16px;
	}
}
