/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2025 | 21:53:43 */
.logo-box{ background-image: linear-gradient(135deg, hsl(200 100% 50%) 0%, hsl(280 100% 60%) 100%);}
#menu-main-menu{
	display: flex;
	gap: 2rem;
}

#menu-main-menu li a{
	color: rgba(255, 255, 255, .7) !important;
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#menu-main-menu li a:hover{
	color: rgba(255, 255, 255, 1) !important;
}

.btn-gradient:hover{
	opacity: .9;
}

.text-gradient{
	background: linear-gradient(90deg, #d0e2eb 0, #00aaff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.footer-menu ul{
	display: flex;
	flex-direction: column;
	gap: .5rem;
	align-items: flex-start;
}

.footer-menu ul li{
	margin: 0 !important;
}

.footer-menu nav,
.force-horizontal nav{
	display: block !important;
}

.footer-menu .wpr-mobile-nav-menu-container,
.force-horizontal .wpr-mobile-nav-menu-container{
	display: none !important;
}

/* Card Box */
.tailored_ev_market_card {
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.tailored_ev_market_card .tailored_market_icon {
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.tailored_ev_market_card:hover .tailored_market_icon {
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform-origin: center;
}
.tailored_ev_market_card .tailored_market_title {
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.tailored_ev_market_card:hover .tailored_market_title,
.tailored_ev_market_card:hover .tailored_market_title *{
	color: #00AAFF !important;
}

/* Hide */
.ast-separate-container .post-navigation {
    display: none !important;
}

.mt-auto {
	margin-top: auto !important;
}

.mf-error-message{
	font-weight: 400;
	font-size: 14px;
}

.btn-form button{
	display: block;
	width: 100%;
}

/* Filter */
ul.wpr-grid-filters.elementor-clearfix.wpr-grid-filters-sep-right {
    margin-right: 0 !important;
	margin-left: 0 !important;	
}

.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .site-main .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content, .ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .ast-archive-description {
    background-color: #06070A !important;
}

