/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body {
	max-width: 100vw;
	overflow-x: hidden;
}
/* حالت بالای صفحه */
.header-inner {;
    transition: all 0.35s ease;
}

/* حالت اسکرول */
body.is-scrolled .header-inner {; 
    background: #fff!important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    inset-inline-start: 0!important;
	z-index:10;
}
body.is-scrolled .header-inner  span {
      color: #000!important;

}

.landingAboveH2 span {
	color:  var(--e-global-color-primary);
	background: #00A99E1F;
	padding: 0.75rem 1.25rem;
	border-radius: 6px;
	width: fit-content;
}
.servicesDetails svg{
	width: 24px;
}
.servicesDetails .elementor-icon-box-description{
/* 	font-family: IRANSansX; */
	font-size:18px;
}
.servicesDetails .elementor-icon-box-wrapper {
	gap:5px!important;
}

.simpleCard {
	background: #fff!important;
	border-radius: 25px!important;
	transition: all 500ms;
	padding: 1rem!important;
}

.featuresCard {
	border: 1px solid rgba(0,0,0,0);
}

.featuresCard:hover {
	border: 1px solid var(--e-global-color-primary);
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.service-card {
	background-image: url(https://cyratechx.com/wp-content/uploads/2026/02/service-card-background.png)!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: top center;
}
.service-card:hover {
	background-image: url(https://cyratechx.com/wp-content/uploads/2026/02/service-card-background.png)!important;
	background:var(--e-global-color-primary)!important;
	color: #fff!important;

}
.service-card:hover h3 {
	color: #fff!important;

}
.service-card a {
/* 	font-family :IRANSansX!important; */
}
.counters {
	border: 1px dashed #fff;
	border-radius: 25px;
	padding: 1rem;
}

.counters .elementor-counter-title{
/* 	font-family :IRANSansX!important; */
	color:#fff!important;
		font-size:20px;
}
.counters .elementor-counter-number-wrapper{
	color:#fff!important;
	font-size:16px;
}

.highlightHeading span{
   color:  var(--e-global-color-primary);
}
.step-wrapper {
	background: #fff;
    border-radius: 25px;
    position: relative;
}
.step-number {
	background: #fff;
    top: 0;
    right: 0;
    border-radius: 0 11px;
   color:  var(--e-global-color-primary);
	width: 34px;
	height: 46px;
}
.step-number:before {
	content: "";
    display: block;
    position: absolute;
    width: 46px;
    height: 56px;
    background-color: #red;
    top: 0;
    right: 33px;
}
.step-number:after {
	content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    top: 33px;
    right: 0;
}
.glass-background-contact {
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.footer-title div{
	color:#fff!important;
/* 	font-family: IRANSansX; */
	font-weight: bold;
	
}

.cta-content {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgb(0 169 158 / 34%) 0%, rgba(208, 216, 227, 1) 100%); 
	background-size: 180% 180%;
    animation: gradient-animation 18s ease infinite;
    position: relative;
}
.cta-content::before {
    content: "";
    width: 6px;
    height: 88px;
    position: absolute;
    right: -6px;
	top: 35%;
    border-radius: 0 60px 60px 0;
    opacity: .7;
    background: linear-gradient(180deg, #00a99e 0%, #00514c 100%);
}

.blogContainer h2{
    background: #a2d7d31f;
    padding: 10px;
    border-radius: 6px;
    border-right: 4px solid var(--e-global-color-primary);
font-weight: bolder !important;
}