/**
Theme Name: Clean Beast
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clean-beast
Template: astra
*/
.topbar {
	background: linear-gradient(135deg, #00215b 0%, #5998e6 50%, #2d7dc4 100%);
}
.custom-btn .elementor-button {
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(26, 86, 219, 0.3);
	background: linear-gradient(135deg, #00215b 0%, #5998e6 50%, #2d7dc4 100%);
}
.custom-btn .elementor-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 25px rgba(26, 86, 219, 0.4);
}
.custom-menu .elementor-nav-menu li a {
	transition: color 0.3s ease;
	position: relative;
}
.custom-menu .elementor-nav-menu li a::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 2px;
	background: #2d7dc4;
	transition: width 0.3s ease;
}
.custom-menu .elementor-nav-menu li a:hover::after {
	width: 100%;
}

.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 80%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero {
  position: relative;
}
.box-design {
	box-shadow: 0 4px 20px rgba(26, 86, 219, 0.08);
}
.box-shadow {
	box-shadow: 0 8px 40px rgba(26, 86, 219, 0.12);
}
.banner-title h1 {
	background: linear-gradient(135deg, #00215b 0%, #2d7dc4 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: #00215b;
}
.counter-design .elementor-counter-number {
	background: linear-gradient(135deg, #00215b 0%, #5998e6 50%, #2d7dc4 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.stat-item {
	position: relative;
}
.stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  width: 1px;
  background: #e2e8f0;
}
.feature-card{
  transition: all 0.4s ease;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.feature-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 0;
	background: linear-gradient(135deg, #00215b 0%, #5998e6 50%, #2d7dc4 100%);
	transition: height 0.4s ease;
}
.feature-card:hover {
	/* background: var(--white); */
	border-color: #e2e8f0 !important;
	box-shadow: 0 8px 40px rgba(26, 86, 219, 0.12);
	transform: translateY(-4px);
}
.feature-card:hover::before {
	height: 100%;
}
.feature-card:hover .elementor-icon {
	background: linear-gradient(135deg, #00215b 0%, #5998e6 50%, #2d7dc4 100%);;
}
.feature-card:hover .elementor-icon svg {
	color: #fff;
}
.custom-box {
	transition: all 0.3s ease;
}
.custom-box:hover {
	border-color:#7ff0fe !important;
	box-shadow: 0 4px 20px rgba(26, 86, 219, 0.08);
}
.experience-image-main {
	box-shadow: 0 20px 60px rgba(26, 86, 219, 0.15);
	border-radius: 24px;
}
.service {
	background: linear-gradient(180deg, #00215b 0%, #1e3a5f 100%);
	position: relative;
}
.service-card {
	background: rgba(255,255,255,0.05);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.1);
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}
.service-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #00215b 0%, #5998e6 50%, #2d7dc4 100%);
	/* opacity: 0; */
	opacity: 0.7;
	transition: opacity 0.4s ease;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	left: 25px;
	top: 25px;
	border-radius: 15px;
}
.service-card:hover::before {
	opacity: 1;
}
.service-card:hover {
	transform: translateY(-8px);
	border-color: rgba(255,255,255,0.2);
}
.step-number {
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 32px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 36px;
	font-weight: 800;
	color: #2d7dc4;
	box-shadow: 0 8px 40px rgba(26, 86, 219, 0.12);
	position: relative;
}
.step-number::after {
	content: '';
	position: absolute;
	inset: -4px;
	border-radius: 50%;
	border: 2px dashed #7fb8fd;
	animation: spin 20s linear infinite;
}
 @keyframes spin {
            to { transform: rotate(360deg); }
        }
.process-steps::before {
	content: '';
	position: absolute;
	top: 50px;
	left: 15%;
	right: 15%;
	height: 2px;
	background: linear-gradient(90deg, #2d7dc4, #7fb8fd);
	z-index: 0;
	width: initial;
}
.process-steps {
	position: relative;
}
.process-step {
	text-align: center;
	position: relative;
	z-index: 1;
}
.testimonial-card {
	box-shadow: 0 4px 20px rgba(26, 86, 219, 0.08);
	transition: all 0.4s ease;
}
.testimonial-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 40px rgba(26, 86, 219, 0.12);
}
.box50{
	box-shadow: 0 4px 20px rgba(26, 86, 219, 0.08);
	border: 2px solid #dbeafe;
}
.box50 .elementor-icon {
	background: linear-gradient(135deg, #00215b 0%, #5998e6 50%, #2d7dc4 100%);
}
.box50 .elementor-icon svg {
	color: #fff;
}
.cta {
	background: linear-gradient(135deg, #00215b 0%, #5998e6 50%, #2d7dc4 100%);
	position: relative;
}
.ctabtn .elementor-button {
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.ctabtn .elementor-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 40px rgba(26, 86, 219, 0.45);
}
.contact-form .elementor-button {
	background: linear-gradient(135deg, #00215b 0%, #5998e6 50%, #2d7dc4 100%);
}
.footer-logo img {
	filter: brightness(0) invert(1);
}
.elementor-sticky--effects {
	background-color: #fff;
}
.elementor-sticky--effects .logo img {
	width: 50px;
	transition: all 1s ease-out;
}