/* 
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 */

.col-33{
    display: grid;
    grid-template-columns: auto auto;
    gap: 32px;
}
.col-50 {
    display: flex;
    gap: 20px;
}

.engageiq_contact input, .engageiq_contact textarea {
/*     border: 1px solid #000000 !important; */
/*     padding: 25px 14px !important; */
/*     border-radius: 12px !important; */
/*     height: inherit; */
    font-size: 16px !important;
/* 	margin-bottom: 14px !important; */
/* 	font-family: Montserrat !important; */
/*     font-weight: 500 !important; */

}
/* .engageiq_contact textarea{
	height: 200px !important;
} */
.cf7-btn{
	position: relative;
	display: flex;
	gap: 20px;
}

.cf7-btn > p{
	font-size: 15px;
	margin-bottom: 0px;
	line-height: 20px;
	width: 45%
}

.cf7-btn div{
	position: relative;
}

.cf7-btn svg{
	position: absolute;
  top: 0;
  bottom: 14px;
  margin-top: auto;
  margin-bottom: auto;
  left: 10px;
}

.wpcf7-spinner{
	display: block;
}
.iq_sub > p {
    display: flex;
}
span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 73px;
}
.real_nav span.swiper-pagination-bullet {
    width: 30px;
    border-radius: 12px;
}
.real_nav span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
}
.iq_contact .wpcf7-response-output {
    color: #fff;
}
.iq_contact .wpcf7-spinner {
    background: #82e631;
}
.main-box {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, auto);
    justify-content: center;
}
.team-card {
    position: relative;
    border-radius: 20px;
}
.team-card > img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
}
.our-tema {
    display: flex;
    position: absolute;
    bottom: 0;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 31px 30px;
    z-index: 999;
}
.tema-details h3 {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
	  font-family: "Aspira", Sans-serif;
    font-weight: 400;
}
}
.tema-details span {
    font-size: 16px;
    line-height: 25px;
}
.team-card img {
    width: 100%;
}
.text-center .elementor-counter-title {
    text-align: center;
}
.deliver_box .text-center:hover .elementor-counter-title {
    font-weight: 700;
}
.bg_color::before{
    background-image: linear-gradient(89.97deg, #0B0F20 2.42%, rgba(11, 15, 32, 0.8) 25.46%, rgba(75, 137, 38, 0.8) 46.72%, rgba(217, 255, 186, 0.7) 168.98%) !important;
}
.arrow_btn span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}
.arrow_btn svg {
    width: 36px;
}

/* Main container for the flip card */
.main_card {
  perspective:1000px;
  
  position: relative;
}

/* Front and back card shared styles */
.Front_Card, .Back_Card {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

/* Front card specific styles */
.Front_Card {
  z-index: 2;
  transform: rotateY(0deg);
}

/* Back card specific styles */
.Back_Card {
    transform: rotateY(180deg);
   
    box-sizing: border-box;
}

/* Hover effect to trigger the flip */
.main_card:hover .Front_Card {
  transform: rotateY(-180deg);
}

.main_card:hover .Back_Card {
  transform: rotateY(0deg);
}

/* Optional: Add some styling to make it look better */
.main_card .elementor-image-box-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main_card .elementor-image-box-img {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Front_Card .elementor-image-box-content {
    background: #0060FF;
    color: #fff;
    padding: 28px 50px;
    border-radius: 0 0 20px 20px;
    position: absolute;
    bottom: 0;
}
.Front_Card .elementor-image-box-content h4 {
    margin: 0;
}
.Back_Card .elementor-widget-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Home FBE tabing section   */
	#implementation-tab .e-n-tab-title {
		display: flex;
		border: none;
/* 		background-color: #fff; */
		/* gap: 20px; */
		border-bottom: 1px solid rgba(3, 5, 31, 0.1);
		align-items: flex-start;
		transition: all 0.3s ease-in-out;
	}
	#implementation-tab .e-n-tab-title .e-n-tab-title-text {
		display: block;
	}
	#implementation-tab .e-n-tab-title .e-n-tab-title-text p {
		margin-bottom: 0;
		margin-top: 15px;
		font-size: 20px;
		line-height: 30px;
		color: #03051F;
		font-weight: 300;
		display: none;
	}
	#implementation-tab .e-n-tab-title[aria-selected="false"]{
			align-items: center;
	}
	#implementation-tab .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
		color: #000;
		font-weight: 700;
	}
	#implementation-tab .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text p {
		display: block;
	}
	#implementation-tab .e-n-tab-title[aria-selected="false"] .e-n-tab-icon,
	#implementation-tab .e-n-tab-title[aria-selected="false"] .e-n-tab-title-text
	{
		opacity: 1;
	}
	#implementation-tab .e-n-tab-title[aria-selected="false"]:hover .e-n-tab-icon,
	#implementation-tab .e-n-tab-title[aria-selected="false"]:hover .e-n-tab-title-text {
		opacity: 1;
	}
	#implementation-tab .e-n-tab-title[aria-selected="true"] .e-n-tab-icon svg rect {
		stroke: #ED3868;
	}
	#implementation-tab .e-n-tab-title .e-n-tab-title-text a {
     background-color: var(--e-global-color-39ca967);
    border-radius: 30px 30px 30px 30px;
    padding: 14px 30px 14px 30px;
    display: inline-block;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 21.8px;
    letter-spacing: -0.18px;
    text-align: center;
        margin: 20px 0;
}

#implementation-tab .e-n-tab-title .e-n-tab-title-text p {
    margin-bottom: 0;
    margin-top: 15px;
    color: #363D4F;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 27.2px;
        text-transform: capitalize;
    vertical-align: middle;
}
#implementation-tab .e-n-tab-title[aria-selected="false"]:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    background-image: url(https://engageiq.instawp.xyz/wp-content/uploads/2025/07/arror-icon.png);
    width: 18px;
    height: 8px;
    background-size: cover;
}

.waht_you_get .elementor-image-box-img img {
    box-shadow: 0px 12px 96px 0px #060B130F;
}
.tab_hide_content .e-n-tab-title .e-n-tab-title-text .set_content {
    display: none;
}
.tab_hide_content .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text .set_content {
    display: block;
}
.tab_hide_content .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
    font-weight: inherit !important;
}
.tab_hide_content .e-n-tab-title .e-n-tab-title-text .set_content {
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-transform: initial;
    margin-top: 12px;
    margin-bottom: 11px;
}

.tab_hide_content.contact-tab .e-n-tab-title .e-n-tab-title-text .set_content{
	font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.tab_hide_content .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
	color: var(--n-tabs-title-color) !important;
}
.tab_hide_content .e-n-tab-title[aria-selected="true"]:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    background-image: url(https://engageiq.instawp.xyz/wp-content/uploads/2025/07/arror-icon.png);
    width: 18px;
    height: 8px;
    background-size: cover;
	rotate: 180deg;
}
/* .post_bg_color .elementor-loop-container [data-elementor-type="loop-item"]:nth-child(3n+1) .Post_wrapper::before {
  background-color: #B5D1FFB0;  
}

.post_bg_color .elementor-loop-container [data-elementor-type="loop-item"]:nth-child(3n+2) .Post_wrapper::before {
  background-color: #DAFAF3;
}

.post_bg_color .elementor-loop-container [data-elementor-type="loop-item"]:nth-child(3n+3) .Post_wrapper::before {
  background-color:#FFFBEB;
} */
.faq_tab .e-n-tab-title {
    border-color: #363D4F !important;
}
.elementor-pagination .page-numbers{
  width: 40px;
  height: 40px;
  border: 1px solid;
  display: inline-block;
  line-height: 39px;
	border-radius: 10px;
}
.elementor-pagination .page-numbers {
    border-radius: 37px !important;
}
.elementor-pagination .page-numbers.current, .elementor-pagination .page-numbers:hover {
	background: #000;
    color: #fff !important;
    border-color: #000000 !important;
}
.post_list_content {
	max-width: calc(380px - 20px);
    width: 100%;
}
.arrow_btn a.elementor-button:hover path {
    fill: var(--e-global-color-39ca967);
}

/* Key modules section */
.modules_tab .e-n-tabs-heading button:nth-child(odd) {background-color: #0060ff !important;}
.modules_tab .e-n-tabs-heading button:nth-child(even) {background-color: #DAFAF3 !important;}
.modules_tab .e-n-tabs-heading button:nth-child(odd), .modules_tab .e-n-tabs-heading button:nth-child(odd) a{
	color: #fff !important;
}
.modules_tab .e-n-tabs-heading button .module_tab_head {
    line-height: 24px;
    font-size: 18px;
    width: 100%;
    max-width: 316px;
    font-weight: 400;
    margin-bottom: 11px;
}
.modules_tab .e-n-tabs-heading span.e-n-tab-title-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.modules_tab .e-n-tabs-heading button .module_tab_head a {
    text-decoration: underline;
    text-underline-offset: 9px;
}
.modules_tab .e-n-tabs-heading button:nth-child(1) {
    border-radius: 20px 0 0 20px;
}
.modules_tab .e-n-tabs-heading button:nth-child(4) {
    border-radius: 0  20px 20px 0;
}
.modules_tab .e-n-tabs-heading button .module_tab_head p {
    margin-bottom: 26px;
}
.modules_tab .e-n-tabs-heading button.e-n-tab-title[aria-selected=true]:after {
    content: "";
    display: block;
    background-image: url(https://engageiq.instawp.xyz/wp-content/uploads/2025/07/Polygon.svg);
    background-size: cover;
    width: 47px;
    height: 44px;
    position: absolute;
    bottom: -27px;
}
.modules_tab .e-n-tabs-heading button.e-n-tab-title[aria-selected=true]:nth-child(even):after {
	 background-image: url(https://engageiq.instawp.xyz/wp-content/uploads/2025/07/Polygon-second.svg) !important;
}
.modules_tab .e-n-tabs-heading {
    flex-wrap: nowrap;
}

/* Our Solution card Start */
.card-container {
    position: relative;
    width: 100%;
    height: 501px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.card {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #DAFAF3;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 0;
    margin: 0;
    color: #000;
}
.card.small {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
/*     background: url(https://engageiq.instawp.xyz/wp-content/uploads/2025/07/Card.png) center / cover no-repeat; */
    color: white;
    padding: 35px;
	background-size: cover;
    background-repeat: no-repeat;
}
.card.small::before {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(75, 108, 183, 0.9), rgba(24, 40, 72, 0.9));
    border-radius: 12px;
    height: 318px;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #0c1e2f 77.61%);
}
.card.small h3 {
    position: relative;
    margin: 0;
    font-weight: 600;
    font-size: 34px;
    line-height: 50px;
    letter-spacing: -0.4px;
    text-align: center;
}
.card.expanded {
    z-index: 1;
    opacity: 0;
    transform: scale(0.95);
    padding: 25px;
    box-sizing: border-box;
}
.card.expanded h3 {
    color: #000;
}
.card-container:hover {
    transform: translateY(-5px);
}
.card-container:hover .small h3 {
    opacity: 0;
}
.card-container:hover .small {
    opacity: 1;
    transform: scale(0.4) translate(75%, -75%);
    border-radius: 0 0 0 71%;
    width: 500px;
    height: 500px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.card-container:hover .small::before {
    opacity: 0;
}
.card-container:hover .expanded {
    opacity: 1;
    transform: scale(1);
    padding-top: 210px;
}
.expanded h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.expanded ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.expanded li {
    margin-bottom: 9px;
    position: relative;
    padding-left: 23px;
    /* color: #ffffff; */
    font-size: 16px;
    line-height: 1.5;
}
.expanded li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
}
/* Our Solution card End */
.text-center:hover .elementor-counter-title, .text-center:hover .elementor-counter-number-wrapper {
    color: #01286B !important;
}
.text_Seconder span {
    color: #4DD4AC;
}

/* What We Get start*/
.What_we_hero {
    position: relative;
    height: 100vh;
    background: url(https://engageiq.instawp.xyz/wp-content/uploads/2025/07/DEDICATED-TEAM-SUPPORT.png) no-repeat center center / cover;
    transition: background-image 0.5s ease;
    padding: 140px 15px 150px;
    color: #fff;
}

.what_we_overlay {
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.75) 79.33%);
    z-index: 1;
}

.What_we_content {
    position: relative;
    z-index: 2;
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} 
.features {
    display: flex;
    gap: 20px;
    max-width: 1130px;
    align-items: flex-end;
}
.feature {
    flex: 1;
    background: #F4F2E233;
    padding: 30px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #F3F1E0;    
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 245px;
}
.feature p {
    display: none;
    margin-top: 10px;
    color: #363D4F;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
}

.feature.active,
.feature:hover {
    background: #26e0ad;    
    color: #000;
}

.feature.active p,
.feature:hover p {
    display: block;
}

.feature h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}

.feature h3 {
    font-size: 16px;
    font-weight: 700;
/*     text-shadow: 0 4px 4px #00000040; */
}
/* What We Get end*/
@media only screen and (max-width: 1400px) and (min-width: 992px) {
	.high_head {
		margin-bottom: -70px;
	}
}
@media (max-width: 1199px) {
	.enablers-section .main-box {
		grid-template-columns: repeat(3, auto);
	 }
	.modules_tab .e-n-tabs-heading {
		flex-wrap: wrap;
	}
}

@media (max-width: 1025x) {
		.modules_tab .e-n-tabs-heading {
		flex-wrap: wrap;
	}
	.What_we_hero{
		padding: 70px 15px;
	}
	.modules_tab .e-n-tabs-heading button:nth-child(1) {
		border-radius: 20px 20px 0 0;
	}
	.modules_tab .e-n-tabs-heading button:nth-child(4){
		border-radius:0  0 20px 20px;
	}
}
@media (max-width:767px){
	.col-33 {
		grid-template-columns: 100%;
		gap: 0;
	}
	 .enablers-section .main-box {
		 grid-template-columns: repeat(2, auto);
       gap: 15px;
   }
    .team-card > img {
        height: 395px;
    }
    .tema-details h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .tema-details span {
        font-size: 14px;
        line-height: 20px;
    }
	.col-50 {
		gap: inherit;
		flex-direction: column;
	}
	#implementation-tab .e-n-tab-title .e-n-tab-title-text a{
		margin: 15px 0 10px;
	}
	.client_saying .elementor-image-box-wrapper {
		display: flex;
		justify-content: flex-start;
	}
	.What_we_hero{
		padding: 40px 0px 40px;
		height: inherit;
	}	
	.features{
		display: grid;
		column-gap: 4%;
		row-gap: 20px;
		align-items: start;
		max-width: 1130px;
		flex-direction: column;
		grid-template-columns: 48% 48%;
		backdrop-filter: blur(2px);
	}
	.feature{
		padding: 10px 15px;
		min-height: 278px;
	}
	.feature.active h2, feature:hover h2 {
		margin-bottom: 0px;
	}
	.feature.active p, .feature:hover p { 
		margin-bottom: 0;
		margin-top: 0;
	}

}
@media (max-width: 479px){

 .enablers-section .main-box {
 grid-template-columns: repeat(1, auto);
       gap: 15px;
   }
	.Front_Card .elementor-image-box-content{
		    padding: 20px 50px;
	}
	#implementation-tab .e-n-tab-title[aria-selected="false"]:after,
	.tab_hide_content .e-n-tab-title[aria-selected="true"]:after {
		width: 17px;
		height: 9px;
	}
}






html,
body {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y:auto;
  overflow-x:hidden;
  scroll-behavior: smooth;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height:100dvh;
  width:100dvw;
  background: #000;
  position: relative;
}

.anime{
  min-height:100dvh;
  width:100dvw;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}


.carousel__list {
  display: flex;
  list-style: none;
  position: relative;
  width: 100%;
  height: 300px;
  justify-content: center;
  perspective: 300px;
}

.carousel__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 450px;
  border-radius: 12px;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.hero .card-container{
  position: relative;
  width: 100%;
  perspective: 300px;
  min-height: 80vh;
}
.hero .card{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 450px;
  border-radius: 12px;
  box-shadow: 0px 2px 8px rgba(50,50,50,0.5);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* transition: all 0.3s ease; */
  position: absolute;
 
 
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1; /* behind content */
  transform: translate(-50%, -50%);
  object-fit: cover; /* keeps video covering entire section */
}

.video-container{
  position: relative;
}

.hero .card:nth-child(1){
  background-image: url('./assets/image1.avif');
   top:100px;
  right:250px;
  
}
.hero .card:nth-child(2){
  background-image: url('./assets/image2.avif');
  top:100px;
  right:200px;
}
.hero .card:nth-child(3){
  background-image: url('./assets/img3.jpeg');
  top:100px;
  right:150px;
}
.hero .card:nth-child(4){
  background-image: url('./assets/img1.jpeg');
  top:100px;
  right:100px;
}



.hero .item1 {
  background-image: url('https://engageiq.instawp.xyz/wp-content/uploads/2025/09/image1.avif') !important;
}
.hero .item2 {
  background-image: url('https://engageiq.instawp.xyz/wp-content/uploads/2025/09/image2.avif') !important;
}
.hero .item3 {
  background-image: url('https://engageiq.instawp.xyz/wp-content/uploads/2025/09/img1.jpeg') !important;
}
.hero .item4 {
  background-image: url('https://engageiq.instawp.xyz/wp-content/uploads/2025/09/img3.jpeg') !important;
}