/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 12 2025 | 17:36:35 */
#ast-scroll-top,
#ast-scroll-top::before {
	transition: all 0.3s linear;
}
#ast-scroll-top {
	width: 35px;
	height: 60px;
	background-color: #18454766;
	border: 2px solid var( --e-global-color-primary );
	border-radius: 8px;
	backdrop-filter: blur(5px);
}
#ast-scroll-top .ast-icon {
	display: none;
}
#ast-scroll-top::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('https://mw.dev-version.com/satimagingcorp/wp-content/uploads/2025/12/arrow-up-1.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	/* 	filter: brightness(0) saturate(100%) invert(100%); */
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#ast-scroll-top:hover::before {
	transform: translate(-50%, calc(-50% - 5px));
}
input::placeholder, 
textarea::placeholder {
	opacity: 1 !important;
}
input:focus, 
textarea:focus {
	box-shadow: none !important;
	outline: none !important;
	border-style: solid !important;
	border-color: var( --e-global-color-primary ) !important;
}
div p {
	margin-bottom: 15px !important;
}
div p:last-child {
	margin-bottom: 0 !important;
}
div p b,
div p strong {
	color: var( --e-global-color-primary );
}
ol,
ul {
	margin-bottom: 15px;
	margin-left: 35px;
}
a {
	text-decoration: none !important;
}
.overflow-x-hidden {
	overflow: clip;
	overflow-y: visible;
}
.overflow-y-hidden {
	overflow: clip;
	overflow-x: visible;
}
.w-fit-content {
	width: fit-content;
}
.loop-img-h-100 a {
	height: 100% !important;
}
.loop-img-w-100 a {
	width: 100% !important;
}
.position-static {
	position: static;
}
.carousel .swiper {
	user-select: none;
	cursor: grab;
}
.blur-bg {
	backdrop-filter: blur(4px);
}
.truncate {
	display: -webkit-box;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	text-overflow: ellipsis;
}
.line-3 {
	-webkit-line-clamp: 3;
}
.line-4 {
	-webkit-line-clamp: 4;
}
.line-5 {
	-webkit-line-clamp: 5;
}
.line-6 {
	-webkit-line-clamp: 6;
}
.line-7 {
	-webkit-line-clamp: 7;
}
.line-8 {
	-webkit-line-clamp: 8;
}
.main-hero-head .head-and {
	font-size: 55px;
	background-color: rgb(24 69 71 / 20%);
	line-height: 0.1em;
	padding: 5px 5px 5px 20px;
	margin-right: 8px;
	border: 1px solid #fff;
	border-radius: 80px;
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	width: fit-content;
	backdrop-filter: blur(4px);
}
.main-hero-head .head-and::after {
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(https://mw.dev-version.com/satimagingcorp/wp-content/uploads/2025/12/Ellipse-191.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.sensors .sensors-col .sensors-img::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border: 1px solid #C2C2C2;
	border-right: none;
	border-top: none;
	border-radius: 0px 0px 0px 10px;
	position: absolute;
	left: -1px;
	bottom: -6px;
}
.sensors .sensors-col .sensors-col-content::before {
	content: "";
	display: block;
	width: 6px;
	height: 5px;
	background-color: #fff;
	border: 1px solid #C2C2C2;
	border-left: none;
	border-bottom: none;
	border-radius: 0px 10px 0px 0px;
	position: absolute;
	left: -6px;
	top: -5px;
}
.sensors .sensors-col .sensors-img::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border: 1px solid #C2C2C2;
	border-left: none;
	border-top: none;
	border-radius: 0px 0px 10px 0px;
	position: absolute;
	right: -1px;
	bottom: -6px;
}
.sensors .sensors-col .sensors-col-content::after {
	content: "";
	display: block;
	width: 6px;
	height: 5px;
	background-color: #fff;
	border: 1px solid #C2C2C2;
	border-right: none;
	border-bottom: none;
	border-radius: 10px 0px 0px 0px;
	position: absolute;
	right: -6px;
	top: -5px;
}
.sensors .sensors-col .sensors-img img {
	background-color: #f1f1f1 !important;
}
.gallery-carousel .swiper-slide, 
.gallery-carousel .swiper-slide .gallery-carousel-col-content, 
.gallery-carousel .swiper-slide-active .gallery-carousel-col-content {
	transition: all 0.3s linear;
}
.gallery-carousel .swiper-slide .gallery-carousel-col-content {
	transform: translateY(30px);
	opacity: 0;
}
.gallery-carousel .swiper-slide-active .gallery-carousel-col-content {
	transform: translateY(0px);
	opacity: 1;
}
.gallery-carousel .swiper-pagination .swiper-pagination-bullet {
	opacity: 0.5;
}
.gallery-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	outline: 2px solid #fff;
}
.my-accordian details:not(.my-accordian details:last-of-type) {
	border-bottom: 1px solid #D9D9D9;
}
.my-accordian details:last-of-type summary {
	padding-bottom: 0 !important;
}
.my-accordian details:last-of-type summary {
	padding-bottom: 0 !important;
}
.my-accordian details[open] summary {
	padding-bottom: 20px !important;
}
.tesitomnials .swiper-slide::after {
	content: "";
	display: block;
	width: 1px;
	height: 70%;
	background-color: #D9D9D9;
	position: absolute;
	top: 50%;
	right: -5px;
	transform: translateY(-50%);
}
.tesitomnials .swiper-pagination .swiper-pagination-bullet {
	opacity: 0.5;
	background-color: #A3A3A3;
	width: 43px;
	border-radius: 5px;
}
.tesitomnials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: var( --e-global-color-primary );
}
.main-menu-col .main-menu .elementor-nav-menu {
	justify-content: space-between !important;
	width: 100%;
}
.main-menu-col .main-menu .elementor-nav-menu:after {
	display: none;
}
.main-menu-col .main-menu .elementor-menu-toggle {
	padding: 0;
}
@media screen and (min-width:768px) {
	.main-menu-col .main-menu .elementor-nav-menu {
		position: relative;
	}
	.main-menu-col .main-menu .elementor-nav-menu li:last-of-type a {
		margin-right: 0;
	}
	.menu-indicator {
		position: absolute;
		height: 100%;
		z-index: -1;
		border-radius: 100px;
		background: #0B3A49;
		width: 0;
		left: 0;
		transition: all 0.3s ease;
		pointer-events: none;
	}
	.main-menu-col .main-menu .elementor-nav-menu .current-menu-item .elementor-item-active {
		background-color: #fff;
		border-radius: 100px;
	}
}
@media screen and (max-width:1024px) {
	.main-hero-head .head-and {
		font-size: 40px;
	}
	.main-hero-head .head-and::after {
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width:768px) {
	.main-hero-head .head-and {
		font-size: 30px;
		padding: 5px 5px 5px 15px;
		gap: 10px;
	}
	.main-hero-head .head-and::after {
		width: 40px;
		height: 40px;
	}
}








/* .tree ul {
	position: relative;
	padding: 1em 0;
	white-space: nowrap;
	margin: 0 auto;
	text-align: center;
}

.tree ul::after {
	content: '';
	display: table;
	clear: both;
}

.tree li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	list-style-type: none;
	position: relative;
	padding: 1em .5em 0 .5em;
}

.tree li::before,
.tree li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	border-top: 1px solid #ccc;
	width: 52%;
	height: 1em;
}

.tree li::after {
	right: auto;
	left: 50%;
	border-left: 1px solid #ccc;
}

.tree li:only-child::after,
.tree li:only-child::before {
	display: none;
}

.tree li:only-child {
	padding-top: 0;
}

.tree li:first-child::before,
.tree li:last-child::after {
	border: none;
}

.tree li:last-child::before {
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
	border-radius: 5px 0 0 0;
}

.tree ul ul::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 1px solid #ccc;
	width: 0;
	height: 1em;
}

.tree li a {
	border: 1px solid #ccc;
	padding: .5em .75em;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	color: #333;
	position: relative;
	top: 1px;
}

.tree li a:hover,
.tree li a:hover + ul li a {
	background: #e9453f;
	color: #fff;
	border-color: #e9453f;
}

.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
	border-color: #e9453f;
} */









/* ========== TREE STYLES ========== */
.tree-container {
	max-width: 100%;
	overflow-x: auto;
	padding: 1rem;
}

.tree-title {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 2rem;
	color: #333;
}

/* ========== DESKTOP: HORIZONTAL TREE ========== */
@media (min-width: 1024px) {
	.tree ul {
		position: relative;
		padding: 1em 0;
		white-space: nowrap;
		margin: 0 auto;
		text-align: center;
	}
	.tree ul::after {
		content: '';
		display: table;
		clear: both;
	}
	.tree li {
		display: inline-block;
		vertical-align: top;
		text-align: center;
		list-style-type: none;
		position: relative;
		padding: 1em 0.5em 0 0.5em;
	}
	.tree li::before,
	.tree li::after {
		content: '';
		position: absolute;
		top: 0;
		right: 50%;
		border-top: 1px solid #ccc;
		width: 52%;
		height: 1em;
	}
	.tree li::after {
		right: auto;
		left: 50%;
		border-left: 1px solid #ccc;
	}
	.tree li:only-child::after,
	.tree li:only-child::before {
		display: none;
	}
	.tree li:only-child {
		padding-top: 0;
	}
	.tree li:first-child::before,
	.tree li:last-child::after {
		border: none;
	}
	.tree li:last-child::before {
		border-right: 1px solid #ccc;
		border-radius: 0 5px 0 0;
	}
	.tree li:first-child::after {
		border-radius: 5px 0 0 0;
	}
	.tree ul ul::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		border-left: 1px solid #ccc;
		width: 0;
		height: 1em;
	}
	.tree li a {
		border: 1px solid #ccc;
		padding: 0.5em 0.75em;
		text-decoration: none;
		display: inline-block;
		border-radius: 5px;
		color: #333;
		position: relative;
		top: 1px;
		font-size: 0.85rem;
		transition: all 0.2s ease;
	}
	.tree li a:hover,
	.tree li a:hover + ul li a {
		background: #e9453f;
		color: #fff;
		border-color: #e9453f;
	}
	.tree li a:hover + ul li::after,
	.tree li a:hover + ul li::before,
	.tree li a:hover + ul::before,
	.tree li a:hover + ul ul::before {
		border-color: #e9453f;
	}
}

/* ========== TABLET & MOBILE: VERTICAL TREE ========== */
@media (max-width: 1023px) {
	.tree-container {
		overflow-x: hidden;
	}

	.tree ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.tree > ul {
		padding-left: 0;
	}

	.tree ul ul {
		padding-left: 1.25rem;
		margin-left: 0.5rem;
		border-left: 2px solid #ddd;
	}

	.tree li {
		position: relative;
		padding: 0.4rem 0;
		list-style: none;
	}

	.tree li::before {
		content: '';
		position: absolute;
		top: 1.1rem;
		left: -1.25rem;
		width: 1rem;
		height: 0;
		border-top: 2px solid #ddd;
	}

	.tree > ul > li::before {
		display: none;
	}

	.tree li a {
		display: inline-block;
		padding: 0.5rem 0.75rem;
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 5px;
		color: #333;
		text-decoration: none;
		font-size: 0.875rem;
		transition: all 0.2s ease;
		word-break: break-word;
		max-width: 100%;
	}

	.tree li a:hover {
		background: #e9453f;
		color: #fff;
		border-color: #e9453f;
	}
}

/* ========== SMALL MOBILE ========== */
@media (max-width: 480px) {
	.tree ul ul {
		padding-left: 1rem;
		margin-left: 0.25rem;
	}

	.tree li::before {
		left: -1rem;
		width: 0.75rem;
	}

	.tree li a {
		padding: 0.4rem 0.6rem;
		font-size: 0.8rem;
	}
}