/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1743783214
Updated: 2025-04-04 16:13:34

*/

@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

body {
  font-family: 'Ubuntu', sans-serif;
}
header{
  position: sticky !important;
	background: #000;
  top: 0;
  z-index: 1000 !important;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
 
}
@media(min-width: 1025px){
	.nav-menu ul li a{
	color: #fff !important;
}
}

#sticky-menu{
	position: sticky !important;
  top: 0;
}
.hfe-nav-menu-icon svg{
	fill: #fff !important
}
.menu-bar .nav-menu a{
	border-radius: 50px;
		padding: 10px 25px !important;

}
.contact-form .form{
	       border: 1px solid #66666640;
    border-radius: 20px;
       width: 70%;
    padding: 30px 80px;
    margin: 0 auto;
}
.contact-form .name label,.contact-form .your-mail label,.contact-form .mail-subject label, .contact-form .message label{
	display: flex;
	align-items: center;
	font-size: 14px;
	justify-content: space-between
}
.contact-form .submit-btn{
	text-align: center;
	margin-top: 30px;
		
	
}
.contact-form .submit-btn input{
	background: #004D99 !important;
	border: 1px solid #004D99 !important;
	color: #fff;
	text-transform: uppercase;
}
.contact-form .submit-btn input:hover{
	background: #F4B400 !important;
	border: 1px solid #F4B400 !important;
}
.price-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  padding: 30px;
  border-radius: 10px;
}

.price-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #fcb034;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: none; /* No animation initially */
}

.price-card:hover::before {
  width: 300%;
  height: 300%;
  transition: width 1.2s ease-in-out, height 1.2s ease-in-out; /* Smooth fill on hover */
}

.price-card * {
  position: relative;
  z-index: 1;
  transition: color 0.6s ease-in-out;
}

.price-card:hover h4,
.price-card:hover p {
  color: #fff;
}

.team-mem {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.team-mem h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 16px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease;
  z-index: 2;
}

.team-mem:hover h5 {
  opacity: 1;
  transform: translateY(0);
}


.elementor-element-f17b274 .elementor-widget-container{
  background-image: url('http://serviceleadscost.com/wp-content/uploads/2025/04/about-us-5.png');
  background-size: cover;
  background-position: center;
  width: 300px;
	margin-bottom: 20px !important;
  height: 300px !important;
  margin: 0 auto; /* to center horizontally */
}

img.attachment-medium.size-medium.wp-image-305{
  display: none;
}

.hfe-site-logo-container {
  background-image: url('http://serviceleadscost.com/wp-content/uploads/2025/04/logo-png-2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
}

.hfe-site-logo-container img {
  display: none;
}



.contact-form .name label span,.contact-form .your-mail label span,.contact-form .mail-subject label span,.contact-form .message label span{
	width: 70%;
}
@media(max-width: 1024px){
	.nav-menu .hfe-nav-menu {
  display: flex;
  justify-content: flex-end; /* Aligns child to the right */
  align-items: center;
}
.nav-menu .hfe-nav-menu__toggle {
  margin-right: 20px !important; /* Pushes the icon to the right */
}

	.nav-menu nav ul li.current-menu-item a{
		color: #004D99 !important;
	}
}
.site-logo img{
	padding: 8px;
}
.site-logo .hfe-site-logo-container{
	text-align: left !important;
}
.Homepage .slide-title{
	padding-left: 20px;
}
.Homepage .more-btn{
	margin-left: 20px !important;
}
@media(max-width: 600px){
	.contact-form .form{
		width: 100% !important;
	}
}
@media(min-width: 840px) and (max-width: 1024px){
	.nav-menu nav{
		top: 68px !important;
	}
	
}
@media(max-width: 840px){
	.contact-form .form{
		padding: 30px 20px;
	}
	.team-mem h5{
		opacity: 1;
		bottom: 70px;
	}
}
@media(min-width: 768px) and (max-width: 834px){
	.nav-menu nav{
		top: 63px !important;
	}
}
@media(min-width: 400px) and (max-width: 767px){
	.nav-menu nav{
		top: 75px !important;
	}
}
@media(min-width: 300px) and (max-width: 400px){
	.nav-menu nav{
		top: 70px !important;
	}
}