/*
 Theme Name:   Elite Child Theme
 Theme URI:    https://elite.themerex.net/
 Description:  Elite Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     elite
 Version:      1.0.0
 Tested up to: 6.7.1
 Requires at least: 5.0
 Requires PHP: 7.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: agency, digital marketing, digital agency, corporate, consulting, digital, business, it company, financial services, saas, software, startup, technology, seo, ai
 Text Domain:  elite
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.small-text-slider {
	font-size:25px;
	line-height:17px!important;
}
.price-wrapper .sc_price_item {
	background-color:#f5f5f5;
}
.portfolio_page_title {
	display:none;
}
.service-details-box {
	color: #111;
	padding: 20px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 0 15px rgba(0,0,0,0.03);
}
.service-details-box h2 {
	font-size: 20px;
    margin-bottom: 10px;
    color: #111;
    letter-spacing: 0px;
    border-bottom: 5px solid #f6f6f6;
    padding-bottom: 9px;
}
.service-highlights ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.service-highlights li {
	padding: 6px 0;
	border-bottom: 1px solid #eee;
}
.service-highlights li::before {
	content: "\2713";
	color: #38a1cb;
	font-weight: bold;
	padding-right: 12px;
}
.service-info {
	margin-top:30px;
}
.service-info table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
.service-info td {
	padding: 8px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}
.service-info td:first-child {
	font-weight: bold;
	width: 40%;
	color: #333;
}
.service-info table tr:nth-child(2n) > td {
	background-color: unset;
}
.cta-fun-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	padding: 40px 20px;
	background: #f5f5f5;
	border-radius: 20px;
	margin-top: 40px;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
}
.cta-bubble {
	padding: 30px;
	max-width: 400px;
	flex: 1 1 300px;
	text-align: center;
	animation: floatUp 1.2s ease;
}
.cta-bubble h2 {
	color: #111;
	font-size: 28px;
	margin-bottom: 10px;
}
.cta-bubble p {
	color: #333;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.6;
}
.cta-button {
	background: #38a1cb;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
}
.cta-button:hover {
	background: #2a8ab0;
	color:#fff;
}
.cta-circle-image {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	overflow: hidden;
	flex: 0 0 auto;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	animation: floatImage 6s ease-in-out infinite;
}
.cta-circle-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
@keyframes floatImage {
	0%, 100% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-10px);
	}
}
@keyframes floatUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
.header-page-title {
	z-index:-1;
}
.sc_skills_counter_modern .sc_skills_total {
    font-size: 5em;
}
.lang-item img {
	vertical-align:middle;
}
.header-menu {
	
}
@media screen and (max-width: 1550px) and (min-width: 1279px) {
	#menu_main .menu-item > a {
		font-size: 14px;
   		line-height: 20px;
		padding: 0.9em 7px 0.9em 7px!important;
	}
}
@media (max-width: 768px) {
	.cta-fun-wrap {
		flex-direction: column;
		text-align: center;
		padding: 30px 15px;
	}
	.cta-bubble {
		max-width: 100%;
		padding: 20px;
	}
	.cta-circle-image {
		width: 180px;
		height: 180px;
		margin-bottom: 20px;
	}
	.cta-bubble {
    	flex: 1 1 180px;
	}
	.sc_skills_counter_modern .sc_skills_total {
        font-size: 3.5em!important;
    }
	.sc_skills_counter_modern .sc_skills_item_title {
        font-size: 16px!important;
    }
}