/* 
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 */
.bannerLogos {
	position: relative
}
.bannerLogos:before {
	position: absolute;
	content:'';
	top:0; left: 0;
	width:100%;
	height: 100%;
	background: #FCFDFD;
	background: linear-gradient(260deg, rgba(252, 253, 253, 1) 0%, rgba(252, 253, 253, 0) 22%, rgba(252, 253, 253, 0) 78%, rgba(252, 253, 253, 1) 100%);
	z-index:9;
	pointer-events:none;
}

/* Header */
.desktopMenu nav a.elementor-item:hover { color: #144E5F !important; }
.headerOnScroll { transition: all 0.3s;}
.headerOnScroll.headerOnScrollStyle {
	top: 0 !important;
}

/* Mega Menu */
.desktopMenu .e-n-menu-content>.elementor-element {
	background-color: transparent !important
}
.desktopMenu .MegaMenuTabs {
	background-color: #fff;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	max-width: 95% !important;
    margin: 3px auto 0;
	overflow: hidden;
}
.desktopMenu .e-n-tabs-content a.elementor-element.e-child { transition: all 0.3s; padding: 12px !important; border-radius: 4px; }
.desktopMenu .e-n-tabs-content a.elementor-element.e-child:hover { background-color: #F2F5F5; }
.desktopMenu .e-n-tabs-content { background: #fff; }
.desktopMenu .e-n-tabs-heading {	
    padding-left: 25px;	
	padding-bottom: 15px;
	justify-content: flex-start !important;
}
.desktopMenu .elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg {
	fill: transparent !important;
}
.desktopMenu .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg {
	fill: #d9e2e5b5 !important;
}
.desktopMenu .MegaMenuTabs .e-n-tab-title {
	padding-left: 20px !important;
	border-left: 3px solid transparent;
}
.MegaMenuTabs div.e-n-tabs {
	background-color: #d9e2e5;
    padding-top: 15px;
    gap: 0;
}
.desktopMenu .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true], .desktopMenu .MegaMenuTabs .e-n-tab-title:hover {
	border-left: 3px solid #144E5F;
}
.desktopMenu .e-n-tabs-content .e-grid .e-child:hover div, .desktopMenu .e-n-tabs-content .e-grid .e-child:hover p {
	color: #144E5F;
	font-weight: 500;
	transition: all 0.3s;
}
.desktopMenu .MegaMenuTabs .e-n-tab-title { position: relative; }
.desktopMenu .MegaMenuTabs .e-n-tab-title:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	width: 12px; height: 12px;
	background-image: url(https://smartxadvisory.ls.dev.smartx.us/wp-content/uploads/2025/08/arrow_forward-sharp.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
}
.desktopMenu .MegaMenuTabs .e-n-tab-title:hover:before, .desktopMenu .MegaMenuTabs .e-n-tab-title[aria-selected=true]:before {
	opacity: 1;
}
.desktopMenu .e-current .e-link, .desktopMenu .e-link:hover {
	border-bottom: 1px solid #144E5F;
}
.desktopMenu .e-link {
	border-bottom: 1px solid transparent;
}

.mobileMenuStyle ul.sub-menu {
	border: none !important;
	border-radius: 0px !important;
}

@media (max-width: 1200px) {
	.desktopMenu>.e-con-inner, .tabHeader>.e-con-inner { max-width: 98% !important; }
	.dt_rightMeuStyle .elementor-nav-menu--main .elementor-item { padding-right: 12px !important; padding-left: 12px !important; }
}

/* Header End */


/* Common */
.noSpace p { margin-bottom: 0px; }
.img_overlay_left img {
	-webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
	mask-repeat: no-repeat;
	mask-size: 100% 100%;	
	height: 100%;
	object-fit: cover;
	width: 100%;
	object-position: top left;
}
.img_overlay_top img {
	-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	height: 100%;
	object-fit: cover;
	width: 100%;
	object-position: top left;
}
.img_overlay_bottom img {
	-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
}
.imageMaskLeft:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	pointer-events: none;
}

/* How we power */
.faqHowPower summary[aria-expanded="true"] {
	border-bottom: none !important;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	padding-bottom: 5px;
}
.faqHowPower .e-n-accordion-item-title-icon { opacity: 0 !important; transition: all 0.1s; }
.faqHowPower summary[aria-expanded="true"] .e-n-accordion-item-title-icon, .faqHowPower .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon { opacity: 1 !important; }

/* Event */
.eventSliderHome .e-con.e-child>.e-con-inner { margin-bottom: 25px; }
.eventSliderHome .timelineBorder:before { left: -12px; }
.eventSliderHome .e-con.e-child>.e-con-inner, .eventSliderHome .e-con.e-child .timelineBorder  {
	height: 100%;
}
.eventSliderHome .elementor-swiper-button.elementor-swiper-button-prev {
	left: calc(50% - 40px) !important;
    transform: translateX(-50%) !important;
}
.eventSliderHome .elementor-swiper-button.elementor-swiper-button-next {
	right: calc(50% - 80px) !important;
	transform: translateX(-50%) !important;
}
.eventSliderHome .e-con.e-child>.e-con-inner
span.spanth {
	font-size: 80%;
}
.timelineBorder, .timelineCircle { position: relative; }
.timelineBorder:before {
	content:'';
	position:absolute;
	width: 30%;
	height: 2px;
	background: #337284;
	top: calc(100% + 25px);
	left: -10px;
}
.timelineBorder:after {
	content:'';
	position:absolute;
	width: 30%;
	height: 2px;
	background: #337284;
	top: calc(100% + 25px);
	right: -10px;
}
.timelineCircle:before {
	content:'';
	position:absolute;
	width: 7px;
	height: 7px;
	background: #337284;
	top: calc(100% + 22px);
	left: 50%;
	transform: translatex(-50%);
	border-radius: 50%;
}

/* Team */
.our-team-img {
  position: relative;
}
.our-team-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(41.3deg, #A9D8D1 9.6%, rgba(169, 216, 209, 0) 90.4%), #E6FBF7;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.our-team-img:hover::after {
  opacity: 1;
}


/* FAQ Tabs */
.faqTabStyle button.e-n-tab-title { justify-content: flex-start; }
.faqTabStyle button.e-n-tab-title .e-n-tab-title-text { padding: 12px; border-radius: 8px; background: #EFF1EF; transition: all 0.3s; text-align: left; line-height: 1.3; }
.faqTabStyle button[aria-selected="true"] .e-n-tab-title-text, .faqTabStyle button.e-n-tab-title .e-n-tab-title-text:hover { background: #144E5F; color: #fff; transition: all 0.3s; }	
@media (min-width: 768px) {
	.faqTabStyle .e-n-tabs-heading { width: 30%; flex-grow: unset; flex-basis: unset; justify-content: unset; }
	.faqTabStyle .e-n-tabs-content { flex-grow: unset; width: 70%; }
}
.homeFaq .e-n-accordion-item {
	border-radius: 8px; overflow: hidden;
}
.homeFaq .e-n-accordion-item-title {
	justify-content: space-between
}
.homeFaq .e-n-accordion-item-title .e-n-accordion-item-title-header {
	padding-left: 40px;
	position: relative;
}
.homeFaq .e-n-accordion-item-title .e-n-accordion-item-title-header:before {
	background-image: url(https://smartxadvisory.ls.dev.smartx.us/wp-content/uploads/2025/08/faq-question.webp);
	position: absolute;
	top: 49%;
	left: 0;
	content:'';
	width: 24px;
	height: 25px;
	background-size: contain;
	transform: translateY(-50%);
}
.homeFaq .e-n-accordion-item-title .e-closed { position: relative; top: -5px; }
@media (max-width: 767px) {
	.faqTabStyle button.e-n-tab-title { justify-content: center; }
}


/* Post Style */
.postColumn {
	height: 100%;
}
.IntegrationsSearch {
	border: 1px solid #EFF1EF;
	border-radius: 8px;	
	background-color: #fff;
	padding: 0 10px;
}
.IntegrationsSearch .e-search-results {
	border: 1px solid #EFF1EF !important;
}
.IntegrationsSearch .e-search-results-container {
	z-index: 99 !important;
}
@media (min-width: 768px) {
	.faqTabStyle .e-n-tabs-heading, .IntegrationsTabs .e-n-tabs-heading { width: 25%; flex-grow: unset; flex-basis: unset; justify-content: unset; }
	.faqTabStyle .e-n-tabs-content, .IntegrationsTabs .e-n-tabs-content { flex-grow: unset; width: 75%; }
}
@media (max-width: 767px) {
	.IntegrationsSearch { margin-left: auto; margin-right: auto; }
}

/* Footer */
.footerLogo img { filter: brightness(0) invert(1); }
.fSubscribe .elementor-form-fields-wrapper { flex-wrap: nowrap !important; }
.fSubscribe .elementor-field-type-email, .fSubscribe .elementor-field-group { padding: 0px !important; }
.fSubscribe #form-field-email { height: 46px; border-right: 0; }
.fSubscribe .elementor-button { height: 46px; }




/* ====== Solution Slider / Premium Slider ====== */
body.page-id-10435 { overflow-x: hidden; }
.solutionSlider .e-n-carousel {
	overflow: visible;
}
.solutionSlider .swiper-slide {
  transition: all 0.3s ease;	
}

.solutionSlider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;  
  position: relative;
  z-index: 5;
}

.solutionSlider .swiper-slide.swiper-slide-prev { opacity: 0; }
.solutionSlider .elementor-swiper-button.elementor-swiper-button-prev {
	top: unset !important; bottom: -90px !important; left: 5px !important;
}
.solutionSlider .elementor-swiper-button.elementor-swiper-button-next {
	top: unset !important; bottom: -90px !important; left: 65px !important; right: unset !important;
}
.solutionSlideContainer {
	height: 100%;
	min-height: 420px;
}
.SolutionNavigation {
	transition: all 0.3s;
}
.SolutionNavigation.is-fixed {
	position: fixed;    
    z-index: 11;
}
.SolutionNavigation.is-fixed .e-con-inner {
	background-color: #fff;
	border-radius: 16px;
	border: 1px solid #EFF1EF;
}
.SolutionNavigation a .elementor-icon-list-text {
	padding: 10px;	
}
.SolutionNavigation a.active .elementor-icon-list-text {
	font-weight: 700 !important;
	color: #144E5F !important;
	border-bottom: 2px solid #144E5F;
}
@media (min-width: 1800px) {
	.SolutionSliserSection>.e-con-inner { max-width: 1600px !important; overflow: hidden}
	.SolutionSliserSection .solutionSlider { position: relative; left: 180px; }
}
@media (max-width: 767px) {	
	.solutionSlideContainer { min-height: unset; }	
	.solutionSlider .e-n-carousel { overflow: hidden; }
	.solutionSlider.premiumSlider .e-n-carousel { overflow: visible !important; }
	.solutionSlider .elementor-swiper-button svg { font-size: 18px !important; }
	.solutionSlider.premiumSlider .timelineBorder:before { left: 10px; }
	.solutionSlider.premiumSlider .timelineBorder:after { left: 10px; }
	.solutionSlider .elementor-swiper-button.elementor-swiper-button-prev { left: calc(50% - 50px) !important; }
	.solutionSlider .elementor-swiper-button.elementor-swiper-button-next { left: 50% !important; }
	.SolutionNavigation.is-fixed { top: 6rem !important; }
}
@media (max-width: 575px) {	
	.SolutionNavigation.is-fixed { top: 5rem !important; }
}


/* ====== Brochures Page ====== */
.filterList li.elementor-icon-list-item.elementor-inline-item {
	padding: 12px 18px;
    background-color: #FAFDFA;
    border-radius: 8px;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}
@media (max-width: 991px) {
	.filterList li.elementor-icon-list-item.elementor-inline-item { gap: 5px; padding: 12px; margin-bottom: 10px; }
}

/* ====== Posts Page ====== */
.postCategoryStyle .elementor-post-info__terms-list {
	font-size: 0;
}
.postCategoryStyle span.elementor-post-info__terms-list-item {
	background-color: #F2F5F5;
	padding: 5px 8px;
	border-radius: 4px;
	margin-right: 5px;
	font-size: 12px;
}
.postContainer ul {
	padding-left: 20px;
    padding-bottom: 20px;
    list-style: inside;
}
.postContainer a {
	color: inherit;
	text-decoration: underline;
}
.postContainer a.elementor-button, .postContainer a:hover {
	text-decoration: none;
}
.categoryDropdown {
	border: 1px solid #EFF1EF;
    border-radius: 8px;
    padding: 16px 18px;
}
.from_categoryDropdown {
	border: 1px solid #EFF1EF !important;
	border-radius: 8px;
	background: #fff;
}
.categoryDropdown {	
	padding: 16px 18px;
	appearance: none;       
	-webkit-appearance: none;
	-moz-appearance: none; 
	padding-right: 2rem;    
	background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
	background-position: right 0.75rem center; 
	background-repeat: no-repeat;
	background-size: 1rem;	
	font-size: 16px;
	line-height: 24px;
	color: #191C1B;
	border: none !important;
}
.postContainer h1 { font-size: 36px; line-height: 1.2em; }
.postContainer h2 { font-size: 26px; line-height: 1.2em; }
.postContainer h3 { font-size: 24px; line-height: 32px; }
.postContainer h4, .postContainer h5 { font-size: 22px; line-height: 1.3em; }
.postContainer h6 { font-size: 20px; line-height: 1.3em; }
@media (max-width: 767px) {
	.categoryDropdown { font-size: 14px; line-height: 22px; }
	.postContainer h1 { font-size: 30px; }
	.postContainer h2 { font-size: 24px; }
	.postContainer h3 { font-size: 22px; line-height: 30px; }
	.postContainer h4, .postContainer h5 { font-size: 20px; }
	.postContainer h6 { font-size: 18px; }
}
@media (max-width: 575px) {
	.postContainer h1 { font-size: 25px; }
	.postContainer h2 { font-size: 22px; }
	.postContainer h3 { font-size: 20px; line-height: 28px; }
	.postContainer h4, .postContainer h5 { font-size: 18px; }
	.postContainer h6 { font-size: 16px; }
}


/* ====== Features Page ====== */
.FeaturesBox {
	height: 100%;
}


/* ====== Brochures Filter Page ====== */
/* clear fix */
.filter-container:after {
	content: '';
	display: block;
	clear: both;
}
.filters {
	display: flex;
    gap: 10px;
	margin-bottom: 20px;
	width: 100%;
	flex-wrap: wrap;
}
.filter-select {
	border: 1px solid #EFF1EF;
    background-color: #FAFDFA;
    padding: 12px 35px 12px 18px;
    border-radius: 8px;
    font-size: 16px;
    color: #191C1B;
    font-family: "Inter", sans-serif;
    outline: none;
	-webkit-appearance: none;
	-moz-appearance: none; 	
	background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='12' width='12' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/></svg>");
	background-position: right 0.75rem center; 
	background-repeat: no-repeat;
	background-size: 1rem;
	width: auto;
	text-align: left;	
	max-width: 200px;
	width: auto;
}
.filter-select option { text-align: left; }

.filter-item {	
	float: left;
    padding: 40px 60px;
    border-radius: 4px;
    background: #144E5F;
    background: linear-gradient(140deg, rgba(20, 78, 95, 1) 0%, rgba(0, 36, 45, 1) 100%);
	margin-bottom: 20px;
	overflow: hidden;
}
.filter-item:before {
	position: absolute;
	top: 0; left:0;
	width:100%; height: 100%;
	content: '';
	background-image: url(https://smartxadvisory.ls.dev.smartx.us/wp-content/uploads/2025/09/Card-overlay.webp);
	background-repeat: repeat;
	opacity: 0.2;
	z-index: 1;
	border-radius: 4px;
}
.filter-content {
	position: relative;
	z-index: 9;
	width: 50%;
}
.width50 .filter-content {
	width: 60%;
}
.filter-content .filter-content-title {
	font-family: "Roboto", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
    color: #fff;
	margin: 0px;
}

.filter-content .filter-content-subtitle {
	font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
	margin-bottom: 0px;
}
.filter-content p {
	color: #a9acaa;
	font-size: 14px;
	line-height: 20px;
	font-family: "Inter", Sans-serif;
	margin: 25px 0;
}
.filter-content .elementor-button {
	background-color: #EFF1EF !important;
	color: #444746;
	font-family: "Roboto", Sans-serif;
    font-size: 16px;
	line-height: 1;
    font-weight: 500;
}
.filter-content .elementor-button:hover, .filter-content .elementor-button:focus {
	background-color: #E0E3E1 !important;
	color: #444746 !important;
}
.filter-content .brochures_date {
	display: flex; gap: 8px; align-items: center;
	margin-bottom: 0;
	margin-top: 30px;
}
.filter-item .img_overlay_left {
	position: absolute;
    top: 50%;
    right: 0;
	z-index: 2;
	transform: translateY(-50%);
	width: 40%;
	text-align: right;
	height: 100%;
}
.forMobile { display: none; }


/* Clear Button */
#clear-filters {
	margin-left: 20px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #144E5F;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
	font-size: 16px;
}
#clear-filters:hover {
	background: transparent;
}

.filter-item.width50,
.filter-item.width100 {
	width: 100%;
	min-height: 400px;
}

/* Tablet/Desktop: 2 columns for width50 */
@media (min-width: 768px) {
	.filter-item.width50 {
		width: 49%;
		margin-left: 0.5%;
		margin-right: 0.5%;		
	}
	.filter-item.width100 {
		width: 99%;
		margin-left: 0.5%;
		margin-right: 0.5%;		
	}
}  
@media (max-width: 1024px) {
	.filter-content .filter-content-title { font-size: 30px; }
	.filter-content .filter-content-subtitle { font-size: 15px; }	
	#clear-filters { margin-left: 5px; }
	.filter-item.width50, .filter-item.width100 { min-height: 440px; }
	
}
@media (max-width: 767px) {
	.forMobile { display: block; }
	.forDesktop { display: none; }
	.filter-content, .width50 .filter-content { width: 100%; }
	.filter-item { padding: 20px; text-align: center; }
	.filter-content .brochures_date { justify-content: center; }
	.filter-item .img_overlay_left { position: relative; top: unset; transform: unset; left: unset; width: 100%; margin-top: 15px; text-align: center; }
	.filter-content .elementor-button { margin-bottom: 20px; }
	.filter-select, #clear-filters { font-size: 14px; }
	#clear-filters { margin: 15px 0; }
	.filters { width: 100%; justify-content: center; }
	
}