/*
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=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
:root{
	--primary-color: #ff5266;
	--secondary-color: #ff9a3e;
	--third-color: #00f1f4;
	--dark-color: #0A1320;
	--text-p: #5b5b5b;
}
body{
	font-family: "Inter Tight", sans-serif;
}
*{
	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;
}
.desc-1-row p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.desc-2-row p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.desc-3-row p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.desc-4-row p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.header-top {
	background-color: transparent !important;
}
.header .header-wrapper {
	padding: 0px 86px;
}
.header-social-icons{
	a{
		margin-right: 10px !important;
		i {
			font-size: 16px;
		}
	}
}
.header-contact{
	li{
		margin-right: 20px;
	}
	i{
		background: linear-gradient(to right, var(--secondary-color), var(--primary-color));
		width: 24px;
		height: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 4px;
	}
	span{
		color: #fff;
		font-weight: bold;
		line-height: 0;
	}
}
.transparent .header-main {
	height: 112px !important;
	.header-inner {
		background: #fff;
		border-radius: 70px;
		padding: 0px 37px;
	}
	ul.header-nav.header-nav-main {
		padding-left: 315px;
	}
	.nav > li > a{
		position: relative;
		padding-bottom: 14px;
		color: #000;
	}
	.nav > li.active > a:before,
	.nav > li.active > a:after{
		content: '';
		position: absolute;
		bottom: 0;
		height: 5px;
		width: 14px;
		border-radius: 5px;
		background-image: linear-gradient(to right, var(--primary-color), var(--secondary-color));
	}
	.nav > li.active > a:after{
		width: 33px;
		left: 20px;
	}
	.nav > li > a:before,
	.nav > li > a:after{
		content: '';
		width: 0;
		height: 5px;
		position: absolute;
		bottom: 0;
		border-radius: 5px;
		background-image: linear-gradient(to right, var(--primary-color), var(--secondary-color));
		transition: all .25s ease;
	}
	.nav > li > a:after{
		left: 20px;
		transition: all .25s ease .1s;
	}
	.nav > li > a:hover:before{
		width: 14px;
	}
	.nav > li > a:hover:after{
		width: 33px;
	}
}
.header-main:after,  .header-main:before{
	content: '';
	position: absolute;
	top: 0;
	left: 15%;
	width: 27%;
	height: 3px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--primary-color), rgba(255, 255, 255, 0));
}
.header-main:before{
	top: unset;
	bottom: 0;
	left: 5%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--secondary-color), rgba(255, 255, 255, 0));
}
.header-main .header-inner:after,  .header-main .header-inner:before{
	content: '';
	position: absolute;
	top: 0;
	right: 10%;
	width: 27%;
	height: 3px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--secondary-color), rgba(255, 255, 255, 0));
}
.header-main .header-inner:before{
	top: unset;
	bottom: 0;
	right: 25%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--primary-color), rgba(255, 255, 255, 0));
}
.nav:hover>li:not(:hover)>a:before {
	opacity: 1;
}
.button.primary {
	transition: all .25s ease;
	box-shadow: none !important;
	height: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	font-size: 16px;
	overflow: hidden;
	border: 0 !important;
	border-radius: 50px;
	margin: 0;
	span{
		z-index: 2;
	}
}
.button.primary:after {
	content: " ";
	width: 0%;
	height: 100%;
	background: var(--secondary-color);
	position: absolute;
	transition: all 0.4s ease-in-out;
	right: 0;
}
.button.primary:hover::after {
	right: auto;
	left: 0;
	width: 100%;
}
.ss-banner{
	h4{
		font-weight: normal;
		font-size: 22px;
	}
	h2{
		font-weight: bolder;
		font-size: 64px;
		line-height: 1.4;
	}
	p{
		font-size: 20px;
		color: #d2d2d2;
		width: 70%;
		text-align: center;
		margin: auto;
	}
}
.flickity-button .flickity-button-icon {
	border-radius: 3px !important;
	padding: 12px !important;
	background: #464646;
	border: 0 !important;
}
.ss-pd{
	padding-top: 60px !important;
	padding-bottom: 30px !important;
}
.ss-iconbox{
	i{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100px;
		height: 100px;
		font-size: 40px;
		background-image: linear-gradient(to right, var(--primary-color), var(--secondary-color));
		border-radius: 26px;
		color: #fff;
		margin-bottom: 24px;
	}
	h3{
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 0;
	}
	p{
		margin-bottom: 0;
		color: var(--text-p);
	}
	.flickity-slider{
		.row:nth-child(2){
			i{
				background-image: linear-gradient(to right, #00F0FF, #004EFF);
			}
		}
		.row:nth-child(3){
			i{
				background-image: linear-gradient(to right, #85C335, #DCF188);
			}
		}
	}
}
.flickity-slider>.row:not(.is-selected){
	opacity: 1;
}
.ss-aboutus{
	.process-about{
		.process-text{
			display: flex;
			align-items: center;
			justify-content: space-between;
			gap: 10px;
			p{
				margin-bottom: 0;
				font-weight: bold;
			}
		}
		.process-bar{
			margin-top: 10px;
			width: 100%;
			height: 10px;
			background: #fff;
			border-radius: 10px;
			position: relative;
			overflow: hidden;
			span{
				position: absolute;
				height: 100%;
				top: 0;
				left: 0;
				border-radius: 10px;
				background-image: linear-gradient(to right, #004EFF, #00F0FF);
			}
		}
	}
	.process-about.two{
		.process-bar span{
			background-image: linear-gradient(to right, #F0A80E, #F56D16);
		}
	}
	.process-about.three{
		.process-bar span{
			background-image: linear-gradient(to right, #85C335, #DCF188);
		}
	}
}
.ss-pd.ss-aboutus {
	padding-top: 100px !important;
	padding-bottom: 300px !important;
}
.ss-aboutus:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(/wp-content/uploads/2025/10/10-bg-04.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.frame-title{
	h4{
		background-image: linear-gradient(to right, var(--secondary-color), var(--primary-color));
		background-color: transparent;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 20px;
	}
	h2{
		font-size: 45px;
		font-weight: 400;
		letter-spacing: 4px;
	}
	p{
		color: var(--text-p);
	}
}
.stuck .header-main:after,
.stuck .header-main .header-inner:after{
	content: none;
}
.stuck .header-main .header-inner:before {
	right: 15%;
}
.header-wrapper.stuck .header-main {
	height: 100px !important;
}
.ss-service{
	.column-shadow{
		box-shadow: 0 11px 70px rgba(12, 12, 12, 0.06);
	}
	.icon-box{
		.icon{
			background-color: #f6f6f6;
			padding: 24px;
			border-radius: 15px;
			transition: all .25s ease;
			img{
				transition: all .25s ease;
			}
		}
		.icon-box-text{
			h3{
				font-weight: 500;
			}
			p{
				margin-bottom: 0;
				color: #acacac;
				font-weight: 300;
			}
		}
	}
	.icon-box:hover{
		.icon{
			background-color: transparent;
			background-image: linear-gradient(to right, var(--primary-color), var(--secondary-color));
			img{
				filter: invert(1);
			}
		}
	}
}
.icon-box-img img, .icon-box-img svg {
	padding-top: 0;
}
.ss-achievements{
	.item{
		.col-inner{
			background-color: #00f0ff12;
			border-radius: 20px;
		}
		h3{
			font-size: 50px;
			line-height: 1.3;
			margin-bottom: 0;
			background-image: linear-gradient(to right, #00F0FF, #004EFF);
			background-color: transparent;
			background-clip: text;
			-o-background-clip: text;
			-ms-background-clip: text;
			-moz-background-clip: text;
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}
		p{
			font-size: 20px;
			font-weight: bold;
			color: #7b7b7b;
			margin-bottom: 0;
		}
	}
	.item:nth-child(2){
		.col-inner{
			background-color: #ff526612;
			h3{
				background-image: linear-gradient(to right, #ff9a3e, #ff5266);
			}
		}
	}
	.item:nth-child(3){
		.col-inner{
			background-color: #60981712;
			h3{
				background-image: linear-gradient(to right, #609817, #DCF188);
			}
		}
	}
	.item:nth-child(4){
		.col-inner{
			background-color: #8400ff12;
			h3{
				background-image: linear-gradient(to right, #8400FF, #FF00CC);
			}
		}
	}
}
.ss-table-price{
	.item > .col-inner{
		background-image: linear-gradient(180deg, #00DAFF 0%, #004EFF 100%);
		border-radius: 10px;
		box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.15);
		overflow: hidden;
		padding: 20px;
		color: #fff;
		.icon-box{
			.icon{
				padding: 20px;
				background: #fff;
				border-radius: 50px;
				img{
					filter: brightness(0) saturate(100%) invert(63%) sepia(13%) saturate(5915%) hue-rotate(150deg) brightness(106%) contrast(106%); Copy
				}
			}
			h3{
				font-size: 30px;
				color: #fff;
			}
			p{
				span{
					font-size: 24px;
					font-weight: bold;
				}
			}
		}
		ul{
			margin-top: 20px;
			border-top: 1px solid #fafafa;
			padding: 20px 0;
		}
		ul, .button{
			margin-bottom: 0;
		}
		ul li{
			list-style-type: none;
			margin-left: 0;
		}
		.button.white{
			color: #004EFF !important;
			transition: all .25s ease;
			box-shadow: none;
		}
		.button.white:hover{
			background-color: #333 !important;
			color: #fff !important;
		}
	}
	.item:nth-child(2) > .col-inner{
		background-image: linear-gradient(180deg, #FF9A3E 0%, #FF5266 100%);
		.icon-box{
			.icon{
				img{
					filter: brightness(0) saturate(100%) invert(81%) sepia(29%) saturate(5445%) hue-rotate(330deg) brightness(103%) contrast(101%); Copy
				}
			}
		}
		.button{
			color: #FF5266 !important;
		}
	}
	.item:nth-child(3) > .col-inner{
		background-image: linear-gradient(180deg, #FF00CC 0%, #8400FF 100%);
		.icon-box{
			.icon{
				img{
					filter: brightness(0) saturate(100%) invert(19%) sepia(100%) saturate(2547%) hue-rotate(299deg) brightness(106%) contrast(135%);
				}
			}
		}
		.button{
			color: #8400FF !important;
		}
	}
}
.ss-process{
	.item{
		span{
			background-image: linear-gradient(to right, #ff9a3e, #ff5266);
			color: #fff;
			font-size: 30px;
			padding: 15px;
			width: 80px;
			height: 80px;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			border-radius: 15px;
			font-weight: bold;
		}	
	}
	.item:nth-child(2) span{
		background-image: linear-gradient(to right, #00F0FF, #004EFF);
	}
	.item:nth-child(3) span{
		background-image: linear-gradient(to right, #85C335, #DCF188);
	}
	.item:nth-child(4) span{
		background-image: linear-gradient(to right, #FF00CC, #8400FF);
	}
	.item:after{
		content: '';
		background-image: url(/wp-content/uploads/2025/11/line-process-1.png);
		width: 245px;	
		height: 55px;	
		background-size: contain;
		background-repeat: 	no-repeat;
		background-position: 	center;
		position: absolute;	
		top: 0;
		right: 0;
		z-index: -1;
		transform: translateX(55%);
	}
	.item:last-child:after{
		content: none;
	}
}
.ss-project-highlight{
	img{
		border-radius: 10px;
	}
	.banner{
		background-color: transparent;
		border-radius: 10px;
		overflow: hidden;
	}
	.text-box-circle .text, .text-box-square .text {
		background-color: rgba(0, 0, 0, .2);
	}
	.text-box-content h3{
		font-size: 20px;
	}
}
.ss-testerminal{
	.icon-inner img{
		border-radius: 50px;
		position: relative;
	}
	.icon-inner:after{
		content: '';
		position: absolute;
		top: 8px;
		left: 8px;
		width: 15px;
		height: 15px;
		background-image: url(/wp-content/uploads/2025/11/quote-left.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 2;
	}
	.icon-inner:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
		height: 30px;
		background-color: var(--primary-color);
		z-index: 1;
		border-radius: 6px;
	}
	.icon-box-text {
		h3{
			margin-bottom: 0;
			font-size: 18px;
		}
		span{
			color: gray;
			font-size: 14px;	
		}
	}
}
.ss-form-hp{
	.col-shadow .col-inner{
		box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
		form, .wpcf7-submit{
			margin: 0;
		}
		input{
			height: 56px;
			font-size: 14px;
			color: #716E6D;
			background-color: #F1F1F1;
			border-radius: 50px;
			border: 0;
			box-shadow: none !important;
			padding: 0px 24px;
		}
		.wpcf7-submit{
			background-color: #000;
			display: block;
			width: 100%;
			color: #fff;
			border: 1px solid var(--primary-color);
			transition: all .25s ease;
		}
		.wpcf7-submit:hover{
			background-color: var(--secondary-color);
		}
	}
	.col-shadow .col-inner:after{
		content: '';
		position: absolute;
		width: 315px;
		height: 240px;
		background-image: url(/wp-content/uploads/2025/11/h10-plane.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		top: 0;
		left: -100px;
	}
	.icon-box{
		background: #fff;
		padding: 20px;
		border-radius: 50px;
		align-items: center;
		box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);

		p{
			margin-bottom: 0;
		}
		h4{
			font-size: 24px;
		}
		.icon-inner{
			background-image: linear-gradient(to right, #ff9a3e, #ff5266);
			border-radius: 50px;
			padding: 15px;
		}
	}
}
.wpcf7-spinner, .home .banner-breadcumb{
	display: none;
}
.ss-blogpost{
	.box-image:after{
		content: '';
		position: absolute;
		bottom: 0;
		background-image: url(/wp-content/uploads/2025/11/Untitled-design.png);
		width: 100%;
		height: 50%;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.post-item .col-inner{
		border: 1px solid #e5edfc;
		box-shadow: 0 10px 15px rgba(3, 21, 99, 0.12);
		border-radius: 40px;
		overflow: hidden;
		background-color: #fff;
		.box-text{
			padding: 15px;
		}
	}
	.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
		margin-top: 0%;
	}
}
.post-title a{
	font-size: 18px;
}
.from_the_blog_excerpt {
	font-size: 16px;
}
.back-to-top {
	height: 74px;
	width: 74px;
	background-color: rgba(255, 167, 0, 0.3) !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	position: relative;
	border: 0 !important;
	transition: all .25s ease;
}
.back-to-top:after {
	content: "";
	position: absolute;
	border-radius: 100%;
	background-color: #FFA700;
	opacity: .4;
	width: 55px;
	height: 55px;
	transition: all .25s ease;
}
.back-to-top:before {
	content: "";
	position: absolute;
	border-radius: 100%;
	background-color: #FFA700;
	opacity: .7;
	width: 40px;
	height: 40px;
	transition: all .25s ease;
}
.back-to-top:hover{
	background-color: #0001 !important;
}
.back-to-top:hover:after{
	background-color: #0006 !important;
}
.back-to-top:hover:before{
	background-color: #000 !important;
}
.button.open-video i {
	top: 2px;
}
.round-3 img {
	border-radius: 12px;
}
.ss-videos{
	.banner {
		border-radius: 12px;
		overflow: hidden;
	}
	.icon-box{
		align-items: center;
	}
	.icon-box-text p{
		font-size: 18px;
	}
}
.ss-service-page{
	.icon-box{
		padding: 30px;
		border: 1px solid #ececec;
		height: 100%;
		transition: all .25s ease;
		h3{
			font-weight: 500;
		}
		p{
			color: var(--text-p);
		}
		.icon-inner{
			position: relative;
		}
		.icon-inner:after{
			content: '';
			width: 37px;
			height: 62px;
			background-color: var(--primary-color);
			position: absolute;
			left: -11px;
			top: 50%;
			transform: translate(0, -50%);
			z-index: -1;
			border-radius: 200%;
			opacity: 0.1;
		}
	}
	.icon-box:hover{
		background-color: #FFF1ED;
		border-color: var(--primary-color);
	}
}
.gallery-box .box-text {
	display: none;
}
.ss-partner{
	.row-hidden{
		overflow: hidden;
		.row{
			display: flex;
			align-items: center;
			flex-flow: nowrap;
			animation: slide-scroll 15s linear infinite;
			img{
				max-height: 30px;
			}
		}
	}
	
}
@keyframes slide-scroll{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(-90%);
	}
}
.entry-image{
	img{
		border-radius: 10px;
	}
}
.frame-all-contact-project {
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	padding: 20px;
	background-image: linear-gradient(to right, var(--primary-color), var(--secondary-color));
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
	div{
		position: relative;
		display: flex;
		flex-direction: column;
		z-index: 1;
	}
}
.frame-all-contact-project:after{
	content: '';
	position: absolute;
	top: 2px;
	right: 2px;
	left: 2px;
	bottom: 2px;
	background-color: #fff;
	border-radius: 3px;
}
.blog-wrapper.blog-archive .image-cover img {
    border-radius: 10px;
}





@media(max-width: 1730px){
	.transparent .header-main {
		ul.header-nav.header-nav-main {
			padding-left: 0;
		}
	}
	.header .header-wrapper {
		padding: 10px;
	}
	.header .header-wrapper.stuck {
		padding: 0;
	}
	.transparent .header-main {
		height: 90px !important;
	}
}
@media(max-width: 1024px){
	.ss-process {
		.item:nth-child(2):after {
			content: none;
		}
	}
	.ss-table-price {
		& .item > .col-inner {
			& .icon-box {
				h3 {
					font-size: 25px;
				}
			}
		}
	}
	.frame-title {
		h2 {
			font-size: 35px;
			letter-spacing: 2px;
		}
	}
	.ss-banner {
		h2 {
			font-size: 45px;
		}
	}
	.transparent .header-main {
		.header-inner {
			padding: 0px 24px;
		}
	}
}
@media (max-width: 580px) {
	.frame-all-contact-project {
		grid-template-columns: 1fr;
	}
	.ss-project-highlight{
		.text-box-content h3{
			font-size: 16px;
		}
	}
	.ss-partner{
		.row-hidden{
			.row{
				animation: slide-scroll 10s linear infinite;
			}
		}

	}
	.ss-pd {
		padding-top: 30px !important;
		padding-bottom: 0px !important;
	}
	.ss-footer{
		.bg-loaded{
			background-image: none !important;
		}
	}

	.ss-blogpost {
		& .post-item .col-inner {
			.box-text {
				padding: 24px;
			}
		}
	}
	.ss-form-hp {
		.col-shadow .col-inner:after {
			top: -100px;
			left: -160px;
			width: 250px;
			height: 151px;
		}
	}
	.frame-title {
		h2 {
			font-size: 28px;
		}
	}
	.ss-process {
		.item::after {
			content: none;
		}
	}
	.ss-banner {
		h2 {
			font-size: 36px;
		}
		p {
			font-size: 18px;
			width: 100%;
		}
	}
}
