/*
Theme Name: Hello Elementor Child Theme
Template: hello-elementor
*/
body{
	overflow-x: hidden;
}
.insiderForm .elementor-field-type-recaptcha_v3{
  position:  absolute;
}
.insiderForm .elementor-form-spinner{
  display: none;
}
.insiderForm button{
	padding-top: 18px !important;
	padding-bottom: 18px !important;
}

/* .basicPosts .elementor-heading-title{
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;  
overflow: hidden;
} */
.basicPosts .elementor-swiper-button-prev{
	left: 20px !important;
}
.basicPosts .elementor-swiper-button-next{
	right: 20px !important;
}
.postTitlesList .elementor-post__title{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.postTitlesList .elementor-grid-item{
	border-style: dashed !important;
}
.postTitlesList .elementor-grid-item:last-child{
	border: 0 !important;
}
.basicPostsStyle img{
	height: 183px !important;
}
.insiderForm input{
	border-radius: 6px !important;
}
.onlyFeaturedPost .postImgCon{
	min-height: 430px;
}
.postAuthor .elementor-post-info__item-prefix{
	font-weight: 400;
	text-transform: none;
}
.postAuthor .elementor-icon-list-text{
	font-weight: bold;
}
.loopLightBlue .postDetailsCon{
	background-color: var(--e-global-color-secondary ) !important;
}
.loopLightBlue .postDetailsCon .elementor-icon-list-text,
.loopLightBlue .postDetailsCon  .elementor-heading-title,
.loopLightBlue .postDetailsCon .elementor-post-info__terms-list-item,
.loopLightBlue .postDetailsCon .elementor-widget-theme-post-excerpt *{
	color: var(--e-global-color-primary ) !important;
}
.loopYellow .postDetailsCon{
	background-color: var(--e-global-color-1e5144d ) !important;
}
.loopYellow .postDetailsCon .elementor-icon-list-text,
.loopYellow .postDetailsCon  .elementor-heading-title,
.loopYellow .postDetailsCon .elementor-post-info__terms-list-item,
.loopYellow .postDetailsCon .elementor-widget-theme-post-excerpt *{
	color: var(--e-global-color-text ) !important;
}
.featuredPostMainSec  .elementor-heading-title{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.featuredPostMainSec .elementor-widget-theme-post-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.conDetailsBGBlue .postDetailsCon {
	background-color: var(--e-global-color-4b2b8ad ) !important;
}
.expCounters .elementor-counter-title {
	text-align: right;
}
.loopLightBlueBG .postDetailsCon {
	background-color: var(--e-global-color-primary ) !important;
}

.loopLightBlueBG .postDetailsCon .elementor-icon-list-text,
.loopLightBlueBG .postDetailsCon  .elementor-heading-title,
.loopLightBlueBG .postDetailsCon .elementor-post-info__terms-list-item,
.loopLightBlueBG .postDetailsCon .elementor-widget-theme-post-excerpt *{
	color: var(--e-global-color-text ) !important;
}

.lineClamp2 .elementor-post__title,
.lineClamp2 .elementor-widget-container{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.postsAlign article{
	display: flex !important;
	align-items: center;
}
.popularTopics ul{
	display: flex;
	list-style: none;
	padding: 0;
	gap: 5px;
	align-items: center;
	flex-wrap: wrap;
}
.popularTopics a{
	font-size: 14px;
	line-height: 16px;
	font-family: "Monument Grotesk", Sans-serif;
	font-weight: 500;
	fill: var(--e-global-color-primary );
	color: var(--e-global-color-primary );
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: var(--e-global-color-primary );
	border-radius: 8px 8px 8px 8px;
	display: flex;
	padding: 12px 15px;
}
.popularTopics a:hover{
	background-color:     var(--e-global-color-secondary );
}
/* Archive Page */
body.archive .basicLoop .elementor-heading-title,
body.archive .basicLoop .elementor-post-info span{
	color: white !important;
}
body.archive .basicLoop .elementor-widget-theme-post-featured-image img{
	height: 300px !important;
}
/* About Page */
.aboutTabs .elementor-tab-title.elementor-active{
	font-weight: bold !important;
}
.blendOverlayHeading{
	background: -webkit-linear-gradient(transparent, transparent), url('https://sm.dev-version.com/makarand-utpat/wp-content/uploads/2024/07/key-insights.jpg.png') no-repeat; /* webkit prefix in background, so IE ignores the background */
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
	background-position: center center;
	background-repeat: no-repeat;  
}

@keyframes upDown {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px); 
	}
}

.upDownAnimation {
	animation: upDown 2s ease-in-out infinite; 
}
.upDownAnimation  img{
	cursor: pointer;
}

/* Blog Single Page */
.postContent a{
	color: var( --e-global-color-primary );
}
.postContent h1,
.postContent h2,
.postContent h3,
.postContent h4,
.postContent h5,
.postContent h6{
	color: white !important;
	margin-top: 40px;
}

.postContent ul li,
.postContent ol li{
	text-align: left !important;
}

@media screen and (max-width: 1024px){
	.megaMenu .premium-active-menu {
		background-color: var(--e-global-color-secondary );
		border-bottom: 1px solid #747474;
	}
}
@media screen and (max-width: 767px){
	.onlyFeaturedPost .postImgCon {
		min-height: 250px;
	}
	.aboutTabs .elementor-tab-title,
	.aboutTabs .elementor-tab-content{
		text-align: center;
	}
	.alignCenterMob .elementor-post__title {
		text-align: center;
	}
	.popularTopics ul{
		justify-content: center;
	}
}





