/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--primary-color: #0067b8;
	--line-color: #47beab;
	--linear-primary: linear-gradient(228.35deg, #006BD3 31.38%, #093675 100%);
}

body {
	font-family: "Roboto", sans-serif;
}

.autocomplete-suggestion .search-price,
.wpcf7-spinner {
	display: none;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

.col-inner:last-child {
	padding-bottom: 0;
}

a {
	transition: all .25s ease;
}

p:last-child {
	margin-bottom: 0;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
	max-width: 350px;
	width: 100%;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
	font-size: 16px;
	text-transform: math-auto;
	color: #000;
}

.mfp-bg.mfp-ready {
	background-color: rgba(0, 0, 0, 0.4) !important;
	opacity: 1 !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
}

.mfp-wrap.mfp-ready {
	backdrop-filter: none !important;
}

.nav:not(.nav-slide) .active>.children {
	padding-bottom: 0;
}

.icon-box-img img,
.icon-box-img svg {
	padding-top: 0;
}

.autocomplete-suggestion img+.search-name {
	font-size: 16px;
}

.header-nav .sub-menu .menu-item-has-children:after {
	content: '\f105';
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 11px;
}

.header-nav .sub-menu .menu-item-has-children {
	position: relative;
	width: 100%;
}

.header-nav .sub-menu .menu-item-has-children .sub-menu {
	display: none;
	opacity: 0;
	transition: all 0.25s ease;
	position: absolute;
	left: 100%;
	background: #fff;
	border-radius: 5px;
	top: 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu {
	display: block;
	opacity: 1;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu .sub-menu {
	display: none;
	opacity: 0;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu .menu-item-has-children:hover .sub-menu {
	display: block;
	opacity: 1;
}

.header-nav .sub-menu.nav-dropdown-default {
	display: flex;
	flex-direction: column;
	padding: 0;
}

.sub-menu li a {
	min-width: 150px;
	font-weight: 400 !important;
	text-transform: math-auto !important;
	color: initial !important;
	font-size: 14px !important;
}


.nav-uppercase li a,
.nav-uppercase li>a,
ul.nav-uppercase>li>a {
	text-transform: none !important;
	letter-spacing: normal !important;
}

.flickity-button {
	opacity: 1;
}

.flickity-button svg {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	padding: 10px;
	border-radius: 4px;
	min-width: 30px;
	max-width: 30px;
	height: 30px;
}

.row-slider .flickity-prev-next-button svg {
	padding: 10px !important;
	border: 0;
}

.slider-nav-light .flickity-prev-next-button .arrow,
.slider-nav-light .flickity-prev-next-button svg {
	fill: #333;
}

.flickity-page-dots {
	background: #ffffff30;
	width: max-content;
	margin: auto;
	border-radius: 16px;
	padding: 0px 4px;
	padding-bottom: 2px;

}

.flickity-page-dots .dot {
	width: 8px;
	height: 8px;
	background-color: #fff;
}

.wpcf7 div.wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
	background: #fddddd;
	border: 1px solid red;
	color: red;
	box-shadow: none;
	font-size: 14px;
	padding: 15px;
	border-radius: 6px;
	margin: 0;
	margin-top: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #ebfee3;
	color: #398f14;
	border-color: #398f142e;
}

ul:last-child,
li:last-child {
	margin-bottom: 0;
}

.html_topbar_left h3 {
	color: #fff;
	margin: 0;
	font-weight: 400;
}

.ss-pd {
	padding-top: 60px !important;
	padding-bottom: 30px !important;
}

.wpcf7 div.wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
	background: #fddddd;
	border: 1px solid red;
	color: red;
	box-shadow: none;
	font-size: 14px;
	padding: 15px;
	border-radius: 6px;
	margin: 0;
	margin-top: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #ebfee3;
	color: #398f14;
	border-color: #398f142e;
}

.ss-footer {
	background: var(--linear-primary);

	h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

.form-footer {
	padding: 15px;
	background-color: #ffffff26;
	border-radius: 12px;
	position: relative;

	input {
		margin: 0;
		box-shadow: none !important;
	}

	input[type="email"] {
		border-radius: 6px;
		height: 45px;
	}

	.wpcf7-submit {
		height: 35px;
		border-radius: 3px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 19px;
		text-transform: math-auto;
	}

	.wpcf7-not-valid-tip {
		display: none;
	}
}

blockquote {
	padding: 0px 15px;
	font-size: 16px;
}

.frame-title {

	h1,
	h2 {
		position: relative;
		padding-bottom: 10px;
		color: var(--primary-color);
		font-size: 34px;

		&::before {
			content: "";
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100px;
			height: 2px;
			background-color: var(--line-color);
		}
	}
}

.frame-title.center {

	h1,
	h2 {

		&::before {
			left: 50%;
			transform: translateX(-50%);
		}
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {

	b,
	strong {
		font-weight: bold !important;
	}
}

.ss-blogpost {}

.post-item {
	.box-blog-post {
		border-radius: 12px;
		overflow: hidden;
		border: 1px solid #ddd;
		padding: 8px;
		box-shadow: 1px 1px 10px #3333330d;

		.box-image {
			border-radius: 6px;
			overflow: hidden;
		}

		.box-text {
			padding: 10px;
		}
	}


}

.post-title a {
	color: var(--primary-color);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.white {
	color: var(--primary-color) !important;

	&:hover {
		background-color: var(--primary-color) !important;
		color: #fff !important;
	}
}

.ss-workflow {
	.frame-title {
		h2 {
			color: #fff;
		}
	}

	.button {
		box-shadow: 0px 0px 16px #fff;
	}

	.icon {
		border: 2px solid #dddddd3d;
		padding: 5px;
		border-radius: 50%;

		.icon-inner {
			background-color: #fff;
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			padding: 10px;
		}
	}

	.row-arrow>.col {
		position: relative;

		&:after {
			content: '';
			width: 70px;
			height: 90px;
			background-image: url(/wp-content/uploads/2026/05/arrow-right.png);
			background-size: contain;
			background-repeat: no-repeat;
			position: absolute;
			top: 0;
			left: 0;
			transform: translateX(-50%);
		}
	}

	.row-arrow>.col:first-child {
		&:after {
			content: none;
		}
	}
}

.ss-cta {
	.text-left {
		li {
			list-style-type: none;
			margin-left: 0;
			position: relative;
			padding-left: 30px;

			&:before {
				content: '';
				position: absolute;
				left: 0;
				top: 50%;
				transform: translateY(-50%);
				width: 16px;
				height: 16px;
				background-image: url(/wp-content/uploads/2026/05/check.png);
				background-size: contain;
				background-repeat: no-repeat;
			}
		}
	}

	form {
		margin-bottom: 0;

		input:not(.wpcf7-submit),
		textarea {
			border-radius: 6px;
			box-shadow: none !important;
			background-color: #f3f3f3;

			&:focus {
				background-color: #fff;
			}
		}

		.wpcf7-submit {
			border-radius: 6px;
			box-shadow: none !important;
		}

		.wpcf7-not-valid-tip {
			display: none;
		}
	}
}

.wpcf7-submit {
	margin: 0;
	text-transform: math-auto !important;
}

textarea {
	resize: vertical;
}

.ss-company-profile {
	.box-text {
		display: none;
	}

	.box-image {
		border-radius: 12px;
		overflow: hidden;
		background-color: #fff;
		box-shadow: 1px 1px 20px #33333317;

		img {
			padding: 10px;
		}
	}
}

.widget {
	border: 1px solid var(--primary-color);
	border-radius: 12px;
	overflow: hidden;

	&:last-child {
		margin-bottom: 0;
	}

	.widget-title {
		display: block;
		padding: 15px;
		background: var(--linear-primary);
		color: #fff;
		text-transform: math-auto;
		letter-spacing: 0;
		font-size: 18px;
		text-align: center;
	}

	.is-divider,
	span.post_comments {
		display: none;
	}

	ul {
		padding: 15px;
	}

	.recent-blog-posts a {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		margin: 0;
		line-height: 1.4em;
	}
}

.blog-wrapper {
	padding-top: 60px;

	.large-9.col {
		padding-bottom: 0;
	}
}

.ss-contact {
	.icon-box {
		border: 2px solid var(--primary-color);
		border-radius: 50px;
		align-items: center;
		padding: 10px;
		margin-bottom: 15px;

		&:last-child {
			margin-bottom: 0;
		}

		.icon {
			background: var(--linear-primary);
			padding: 16px;
			border-radius: 50px;
		}

		h2 {
			font-size: 20px;
		}
	}

	iframe {
		border-radius: 12px;
		overflow: hidden;
	}
}

.accordion-item {
	margin-bottom: 15px;
	border-radius: 8px;
	overflow: hidden;

	&:last-child {
		margin-bottom: 0;
	}

	.accordion-title,
	.accordion-title.active {
		border-top: 0;
		background-color: var(--primary-color);
		color: #fff;
		padding-left: 20px;
		font-weight: 500;
		margin-bottom: 0;
	}

	.toggle {
		left: unset;
		right: 0;
		margin-left: 0;
		top: 50%;
		transform: translateY(-50%);

		i {
			font-size: 18px;
		}
	}

	.accordion-inner {
		padding: 20px;
		background-color: #F3F5F3;
	}
}




@media(max-width: 1000px) {
	.frame-title {

		h1,
		h2 {
			font-size: 30px;
		}
	}
}

@media(max-width: 600px) {
	.ss-contact {

		iframe {
			height: 300px;
		}
	}

	.ss-workflow {
		.row-arrow>.col:nth-child(odd) {
			&:after {
				content: none;
			}
		}
	}

	.blog-wrapper {
		padding-top: 30px;
		padding-bottom: 0;

		.large-9.col {
			padding-bottom: 0;
		}
	}

	.ss-pd {
		padding-top: 30px !important;
		padding-bottom: 0px !important;
	}

	.frame-title {

		h1,
		h2 {
			font-size: 24px;
		}
	}
}