/**
 * Theme Name:     Child Theme - Hello Elementor
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   child-theme-hello-elementor
 * 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.
 */
/* Header design */
.ekit-template-content-header {
    position: sticky;
    top: 0;
    z-index: 9; 
/* 	box-shadow: 0 0 3px 1px rgb(33 93 228 / 19%); */
}
.ekit-template-content-header:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background: #012f78;
    height: 5px;
    filter: blur(50px);
    z-index: -1;
    opacity: 0.5;
}
/*Hero Section section home page*/
body .hero_section .hero_section_filter{
	position: absolute;
	width: 398px;
	height: 398px;
	left: 0px;
	top: 0px;
	background: var(--e-global-color-7d0f9d8);
	filter: blur(250px);
	z-index: -1;
}
body .hero_section .hero_section_filter_2{
	position: absolute;
	width: 398px;
	height: 398px;
	right: 0;
	bottom: 54px;
	background: var(--e-global-color-7d0f9d8);
	filter: blur(175px);
	z-index: -1;
}
@media only screen and (max-width: 767px) {
	body .hero_section .hero_section_filter,body .hero_section .hero_section_filter_2{
		width: 0;
        height: 0;
	}
}
@keyframes cm-hero-circle {
    0% {
      transform: rotate(0deg);
    }
  
    10% {
      transform: rotate(36deg);
    }
  
    20% {
      transform: rotate(72deg);
    }
  
    30% {
      transform: rotate(108deg);
    }
  
    40% {
      transform: rotate(144deg);
    }
  
    50% {
      transform: rotate(180deg);
    }
  
    60% {
      transform: rotate(216deg);
    }
  
    70% {
      transform: rotate(252deg);
    }
  
    80% {
      transform: rotate(288deg);
    }
  
    90% {
      transform: rotate(324deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }


    @keyframes cm-hero-breath {
    0% {
      transform: translateY(-50%) scale(1);
    }
  
    10% {
      transform: translateY(-50%) scale(0.975);
    }
  
    25% {
      transform: translateY(-50%) scale(1);
    }
  
    50% {
      transform: translateY(-50%) scale(0.95);
    }

    75% {
      transform: translateY(-50%) scale(1);
    }

    100% {
      transform: translateY(-50%) scale(0.975);
    }
  }
  
  .cm-hero-image {
    animation: cm-hero-breath 15s infinite alternate linear;
  }

  .cm-hero-image img {
    animation: cm-hero-circle 50s infinite linear;
  }

/* driven by innovation section*/
body .driven_by_innovation .driven_by_innovation_filter{
	position: absolute;
	width: 314px;
	height: 314px;
	left: 50%;
	top: -35%;
	background: var(--e-global-color-primary);
	opacity: 0.7;
	filter: blur(250px);
	flex: none;
	order: 2;
	flex-grow: 0;
	z-index: 2;
}
/* founder section home page */
body .founder_filter{
	position: absolute;
    width: 294px;
    height: 294px;
    right: -157px;
    bottom: 284px;
    background: var(--e-global-color-primary);
    filter: blur(140px);
    z-index: 1;
    opacity: 0.5;
}
body .founder h6.elementor-image-box-title{
	margin-top: 0;
}
/* footer */
#footer{
	position: relative;
}
#footer::before {
    content: "";
    position: absolute;
    width: 428px;
    height: 428px;
    left: auto;
    right: -5%;
    top: -40%;
    background: var(--e-global-color-primary);
    opacity: 0.7;
    filter: blur(72px);
    flex: none;
    order: 0;
    flex-grow: 0;
    z-index: 0;
}
#footer .footer_service_menu #menu-footer_menu_service>li {
    width: 100%;
}
#footer .footer_service_menu #menu-footer_menu_service{
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 1fr;
	column-gap: 24px;
}
@media only screen and (max-width: 767px) {
	#footer .footer_service_menu #menu-footer_menu_service{
		grid-template-columns: 1fr;
		column-gap: 0px;
	}
}
/*why choose us section home page*/
.why_choose_us:hover .elementor-heading-title,
.why_choose_us:hover .elementor-widget-text-editor .elementor-widget-container p {
	color: var(--e-global-color-498a764);
}
body .why_choose_us:hover .elementor-widget-icon .elementor-widget-container {
	background-image: none;
	background-color: var(--e-global-color-498a764);
}
.why_choose_us:hover .elementor-icon svg{
	color: var(--e-global-color-secondary);
	fill: var(--e-global-color-secondary) !important;
}
/* .cm-sticky-column{
	position: sticky;
	align-self: flex-start;
} */
/* Service section home page */
.cm-sticky-column {
    position: sticky;
    top: 0;
	align-self: flex-start;
}

/* @media only screen and (max-width: 768px) { */
@media only screen and (max-width: 991px) {
    .cm-sticky-column {
        position: unset;
		display: block;
    }

    .cm-para1 {
        position: -webkit-sticky;
        position: sticky;
        top: 78px;
        align-self: flex-start;
    }

    .cm-para1 .elementor-container {
        background-color: white !important;
        border-radius: 8px !important;
        overflow: hidden;
    }
}

/*contact form home page -- START*/
.contact_us .contact_text{
	color: var(--e-global-color-secondary);
	font-weight: 500;
}
.contact_us label{
	margin-bottom: 20px;
}
.contact_us span#services .wpcf7-list-item {
    margin: 0;
    width: 33.33%;
	margin-bottom: 10px;
}
::placeholder{
	color: var(--e-global-color-text);
}
body .contact_us input,body .contact_us textarea{
	border: 0;
	background: transparent;
	border-bottom: 1px solid;
    border-radius: 0;
	margin-bottom: 20px;
}
.contact_us input[type="submit"]{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 0;
}
body .contact_us input[type="checkbox"]{
	margin-bottom: 0;
}
body .contact_us .wpcf7-list-item-label{
	line-height: 1.5;
}
.contact_us .submit-btn .wpcf7-spinner {
	position: absolute;
    bottom: 12px;
    right: 0;
}
#contact_your_name span,
#contact_your_email span,
#your_contact_no span,
#contact_your_message span,
#contact_your_settings{
  position: relative;
  display: block;
}
#contact_your_name span .form-control,
#contact_your_email span .form-control,
#your_contact_no span .form-control,
#contact_your_message span .form-control,
#contact_your_settings label{
	padding-left: 30px;
}
#contact_your_name span.wpcf7-form-control-wrap::before {
  content: url('/wp-content/uploads/2025/01/person-2.svg');
  position: absolute;
  top: 10px;
}
#contact_your_email span.wpcf7-form-control-wrap::before {
  content: url('/wp-content/uploads/2025/01/email.svg');
  position: absolute;
  top: 10px;
}
#your_contact_no span.wpcf7-form-control-wrap::before {
  content: url('/wp-content/uploads/2025/01/call.svg');
  position: absolute;
  top: 10px;
}
#contact_your_message span::before {
  content: url('/wp-content/uploads/2025/01/description.svg');
  position: absolute;
  top: 10px;
}
#contact_your_settings label.contact_your::before {
  content: url('/wp-content/uploads/2025/01/settings_suggest.svg');
  position: absolute;
  top: -5px;
  left: 0;
}
#contact_your_settings .wpcf7-list-item label{
	margin: 0;
	padding: 0;
}
body .contact_us input[type=checkbox] {
    opacity: 0.7;
}
body .contact_us input[type=checkbox]:checked {
    opacity: 1;
}
@media only screen and (max-width: 1024px) {
	.contact_us span#services .wpcf7-list-item {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.contact_us span#services .wpcf7-list-item {
		width: 100%;
	}
}

h5.cm-form-title{
	font-size: 18px !important;
    font-weight: 600;
    margin: 16px 0px 8px 0px;
}

/* Only the checkbox list goes into columns */
/* Target the actual checkbox list */
.wpcf7-form-control-wrap .cm-checkbox {
  display: block;
  column-count: 2;
  column-gap: 28px;
}

/* Prevent checkbox breaking across columns */
.wpcf7-form-control-wrap .cm-checkbox .wpcf7-list-item {
  margin-bottom: 8px;
}

/* Mobile: single column */
@media (max-width: 767px) {
  .wpcf7-form-control-wrap .cm-checkbox {
    column-count: 1;
  }
}

/*contact form home page -- END*/


/*Service detailed page*/
body .cm-description p{margin-bottom:8px;}
.cm-description ul{margin-bottom:8px;}
.why_choose_us:hover span{color:#fff}
.why_choose_us:hover li{color:#fff}
.why_choose_us span, li{color:#333}
.why_choose_us p {margin-top:8px;}

@media only screen and (max-width: 1100px) {
.cm-process .e-con-inner {
       display:block;
    }
 }
/* cm-sticky-parallax -- START */
.cm-parallax-wrapper {
    position: relative;
}

.cm-parallax-item {
    position: sticky;
    top: 150px; 
    background: white;
    border-radius: 8px;
    padding: 20px;
/*     margin-bottom: 120px;  */
    z-index: 1;
}
@media only screen and (max-width: 425px) {
	.cm-parallax-item {
    top:180px;
	}
}

/* @media (max-width: 768px) {
    .cm-parallax-item {
        position: relative;
        top: auto;
        margin-bottom: 40px;
    }
} */

.cm-icon-box .eael-feature-list-icon-inner {
    border-radius: 8px;
}
/* cm-sticky-parallax -- END */

.cm-icon-box .eael-feature-list-item .eael-feature-list-title{
	margin-top:8px !important;
}
/* Accoridian -- START */

.custom_accordian_tab .eael-adv-accordion .elementor-tab-title {
    border-radius: 8px;
}

.custom_accordian_tab .elementor-accordion .elementor-accordion-item {
    margin-bottom: 16px;
}

.custom_accordian_tab .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    line-height: 1.8rem;
}

.custom_accordian_tab .accordian-wrapper.elementor-widget-accordion .elementor-tab-content {
    margin-bottom: 0px;
}


.custom_accordian_tab .eael-accordion-list {
    box-shadow: 0 5px 20px 0 rgba(162, 182, 212, 0.15);
	border-radius: 8px;
    overflow: hidden;
    padding: 4px;
}
.cm-outcome img{max-height:430px;object-fit: cover;  
  object-position: center; }
.cm-sm-title .elementor-heading-title{line-height:1.5}

@media (max-width: 600px) {
.cm-infocircle .eael-circle-wrapper.eael-interactive-circle-preset-1.eael-circle-responsive-view .eael-circle-item {
 border: none !important;
    }
}

/* Accoridian -- END */

.cm-sticky-title{
	position: sticky;
	top:90px;
}
