/*
Theme Name: Hello Elementor Child
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.6.1771908437
Updated: 2026-02-24 12:47:17

*/


/* hero title */
.hero-title .text-red{
	color: #B91C35;
}

.hero-title .text-tp{
	-webkit-text-stroke: 1px rgba(255, 255, 255, .3);
    color: transparent;
}


/* banner */
.breadcrumb a{
	color: var( --e-global-color-9ec10fa )!important;
	transition: color 0.2s ease;
}

.breadcrumb a:hover{
	color: var( --e-global-color-primary )!important;
}

/* mission & vision */

.mission-box:hover{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* core valu section */

.cv-card::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: var( --e-global-color-primary );
	height: 3px;
	width: 100%;
	transform: scalex(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}

.cv-card:hover::before{
	transform: scalex(1);
}
.industries-card,
.industries-card img {
	transition: all 0.3s ease-in-out;
}
.industries-card:hover img {
	transform: scale(1.05)
}
.breadcrumb a,
.elementor-button-link {
    text-decoration: none !important;
}

/* proj-row */
.proj-row {
	display: flex;
	flex-direction: column;
	gap: 5px
}

.proj-detail {
	display: flex;
	gap: 10px;
	font-size: 14px
}

.proj-detail .key {
	color: #787878;
	min-width: 70px;
	font-weight: 500
}

.proj-detail .val {
	color: #0D0D0D;
	font-weight: 500
}

.proj-detail .result {
	color: #B91C35;
	font-weight: 600
}

/* contact form css */
.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 10px
}

.form-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 12px
}
.form-group p { margin-bottom: 0; }

.form-group label {
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #3A3A3A;
	margin-bottom: 7px;
}

.form-group input,
.form-group select,
.form-group textarea {
	font-size: 15px;
	color: #0D0D0D;
	background: #F9F7F4;
	border: 1.5px solid #E2DDD6;
	border-radius: 2px;
	padding: 14px 16px;
	outline: none;
	transition: border .2s;
	resize: vertical
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
	border-color: #B91C35;
	background: #fff
}

.form-group textarea {
	min-height: 130px
}

.form-submit {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	background: #B91C35;
	color: #fff;
	padding: 18px 40px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	width: 100%;
	transition: background .2s
}

.form-submit:hover {
	background: #8A1426
}
@media screen and (max-width: 991px) {
	.form-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}
}