h1,h2,h3,h4,h5,h6{margin-top:0;}
.serviceTabs{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.serviceTabs .item{
    width: 100%;
}

.serviceTabs .iconBox{
	background: #FFFFFF;
	border-radius: 18px;
	width:100%;
	height:180px;
	display: flex;
    align-items: center;
    justify-content: center;
	color:#000;
	text-align:center;
	cursor:pointer;
}
.serviceTabs .iconBox img{
	margin-bottom:0px;
	max-width:55px;
	width:55px;
	object-fit:contain;
	object-position:bottom;
	
}
.serviceTabs .iconBox h6{
	font-weight:500;
	margin-bottom:0;
}
.serviceTabs .iconBox:hover,.serviceTabs .iconBox.active{
	color:#fff;
	background-color:#0072FF;
}
.serviceTabs .iconBox:hover img,.serviceTabs .iconBox.active img{
	 filter: saturate(0) brightness(0) invert(1);
}
.serviceTabsContent{
	max-height:120vh;
	overflow:hidden;
}
.serviceTabsContent .item {
	height:0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.5s ease; /* smooth fade + slide */
    position: relative;
}

.serviceTabsContent .item.active {
	height:auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.serviceTabsContent .ContentBox{
	padding-left:25px;
	padding-bottom:15px;
}
.serviceTabsContent .title br{display:none;}
.serviceTabsContent .title{
	font-family: "Instrument Sans", Sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -1px;
	margin-top:0;
}
.serviceTabsContent .text{
	opacity:0.5;
	margin-bottom:30px;
	font-size: 18px;
    letter-spacing: -1px;
}

.serviceTabsContent .clist{
	list-style:none;
	margin:0;
	padding:0;
}
.serviceTabsContent .clist li{
	font-size:22px;
	line-height:1.3;
	font-weight:500;
	position:relative;
	padding-left:32px;
	min-height:24px;
	margin-bottom:15px;
	width:49%;
	display:inline-block;
	letter-spacing: -1px;
}
.serviceTabsContent .clist li::before{
	content:"";
	background-image:url(/wp-content/uploads/2026/02/image.png);
	height:24px;
	width:24px;
	border-radius:50%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	left:0;
	top:3px;
}
.sGallery{
	margin-top:30px;
	margin-bottom:30px;
}
.sGallery ._item{
	line-height:51px;
	height:55px;
	width:55px;
	text-align:center;
	background-color:#0072FF;
	border:2px solid #fff;
	display:inline-block;
	margin-bottom:7px;
	margin-right:7px;
	position:relative;
	border-radius: 6px;
}
.sGallery ._item img{
	max-width:70%;
	max-height:70%;
	object-fit:contain;
	 position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
/*  */
.customSoftwar .elementor-image-box-title{
	margin:0 0 10px 0;
}
.customSoftwar .elementor-image-box-description{font-size:16px;}
.customSoftwar{
	position:relative;
}
.customSoftwar .leftbox{
	max-width: 340px;
    width: 100%;
    position: absolute;
    top: 20%;
    left: -90px;
}
.customSoftwar .rightbox{
	max-width: 340px;
    width: 100%;
    position: absolute;
    top: 15%;
    right: -110px;
}
.customSoftwar .bottombox{
	max-width: 340px;
    width: 100%;
	 position: absolute;
    bottom: 20%;
    right: -90px;
   
}
.proejctSyream .elementor-image-box-content{
	background: #282828;
	padding:8px;
	border-radius:10px 10px 0px 10px;
	max-width:250px;
	
}
.proejctSyream .elementor-image-box-title{
	color:#2276FF;
	margin-bottom:15px;
	font-size:13px;
}
.proejctSyream .elementor-image-box-description{
	font-size:12px;
	opacity:0.75;
	margin-bottom:0;
}
.proejctSyream .lastseen{
	display:block;
	width:100%;
	text-align:right;
	font-size:10px !important;
	opacity:0.2;
}
.proejctSyream .allBoxes{
	 position: absolute;
	 left: 0px;
	top:30%;
}
.proejctSyream .top-1{
   
/*     top:20%; */
   
}
.proejctSyream .top-2{}
.proejctSyream .top-3{}

/*  */
.styleList .elementor-icon-list-icon{
    height:  28px;
    width: 28px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 136, 255, 0.9) 0%, #012D80 100%) ;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
margin-right: 10px;;
    
}
.styleList .elementor-icon-list-icon svg{
    margin: 0;
    padding: 0;
    max-width: 15px;
}
.menuToggle:hover rect{
	fill: #000 !important;
}
.btnSales a .elementor-button-text{position:relative;}
.btnSales a .elementor-button-text .number{
	position:absolute;
	left:0;
	top:0;
}
.btnSales a .elementor-button-text .text{
	opacity:0;
}

.btnTalk .elementor-button-text{
	position:relative;
}
.btnTalk .active .elementor-button-text .t1{opacity:0;}
.btnTalk .active .elementor-button-text .t2{opacity:1;}
.btnTalk .elementor-button-text .t2{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}

.btnTalk .active{
	color: #0072FF !important;
	border-color:#0072FF !important;
}

.btnTalk .active .elementor-button-icon{
	background-color: #BEDBFF;

}
.btnTalk .active .elementor-button-icon path{
   fill:#0072FF !important;
}
/*  */
.elementor-button .elementor-button-icon{
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
}
.tabsThemes h3{
	font-family: "Instrument Sans", Sans-serif !important;
    font-size: 30px !important;
    font-weight: 500 !important;
}

.tabsThemes .elementor-widget-text-editor p{
	    font-family: "Roboto", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #FFFFFF7D !important;
}

.tabsThemes .elementor-icon-list-items{}
.tabsThemes .elementor-icon-list-items li{
	margin-bottom:10px !important;
}
.tabsThemes .elementor-icon-list-items li {}
.tabsThemes .elementor-icon-list-items .elementor-icon-list-icon{}

.tabsThemes .elementor-icon-list-items .elementor-icon-list-text{
	font-family: "Instrument Sans", Sans-serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
	color:#fff !important;
}
.tabsThemes .elementor-button{}
.tabsThemes .elementor-button .elementor-button-content-wrapper{flex-direction: row !important;}
.tabsThemes .elementor-button .elementor-button-icon{}
.tabsThemes .elementor-button .elementor-button-text{}