/*
Theme Name: Active Conductors
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1754552744
Updated: 2025-08-07 07:45:44
*/

.red {
	color: var( --e-global-color-secondary );
}

.underline-text {
	text-decoration: underline;
}

ul {
	padding: 0;
}

.project-h3 {
	color: #000;
	font-size: 16px;
	font-weight: 700;
}

.sticky-header.elementor-sticky--effects {
	background-color: rgba(255, 255, 255, .8) !important;
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .08);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

.sticky-header .logo img {
	transition: all .4s ease-out;
}

.sticky-header.elementor-sticky--effects .logo img {
	max-width: 220px;
}

.button-arrow .elementor-button .elementor-button-icon,
.delivering span.elementor-icon-list-icon,
.main-info .info-title .elementor-icon-box-icon {
	transform: rotate(-45deg);
	transition: all 0.3s ease-out;
}

.button-arrow .elementor-button:hover .elementor-button-icon,
.service-box:hover .main-info .info-title .elementor-icon-box-icon {
	transform: rotate(0);
}

.button-arrow:not(.no-underline) .elementor-button .elementor-button-text {
	text-decoration: underline;
}

.blog-info span.elementor-post-info__terms-list a {
	text-decoration: underline;
	color: var( --e-global-color-secondary ) !important;
}

.blog-info span.elementor-post-info__item--type-date {
	text-indent: 5px;
}

.delivering span.elementor-icon-list-icon svg path {
	color: var(--e-global-color-secondary);
}

.info-title h3.elementor-icon-box-title {
	text-align: left;
}

.info-title:not(.small) h3.elementor-icon-box-title {
	width: 240px;
}

.service-box .main-info .info-title {
	position: relative;
}

.service-box .main-info .info-description {
	position: relative;
	opacity: 0;
	height: 0;
	/*transform: scaleY(0);*/
	transition: height 0.4s ease-in-out;
}

.service-box:hover .main-info .info-description {
	opacity: 1;
	/*transform: scaleY(1);*/
	height: fit-content;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.sticky-header.elementor-sticky--effects .logo img {
		max-width: 165px;
	}

	.info-title h3.elementor-icon-box-title,
	.info-title:not(.small) h3.elementor-icon-box-title {
		width: 200px;
	}
}

@media screen and (max-width: 767px) {
	.info-title h3.elementor-icon-box-title {
		width: 240px;
	}
}