/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 11 2026 | 11:39:06 */
#request-quote-menu{
	background: #01BF61
}

/* projects  */

/* Container & Overall Page Styling */
body.single-projects {
    background-color: #f8f9fa;
}

/* Main Content Area */
body.single-projects .elementor-section-wrap {
    padding-top: 40px;
    padding-bottom: 60px;
}

/* Project Title Styling */
.single-projects h1.elementor-heading-title {
    color: #1a2b48;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    border-left: 6px solid #e67e22; /* Bioenergy Orange Accent */
    padding-left: 20px;
    margin-top: 50px;
}

/* Technical Specification Grid (JetEngine Fields) */
/* Protiti meta field er parent column ba container e "spec-item" class ti add korle nichear style pabe */
.spec-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e0e0e0;
    background: #ffffff;
    transition: background 0.3s ease;
}

.spec-row:hover {
    background: #fdfdfd;
}

.spec-label {
    flex: 0 0 30%;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 15px 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.spec-value {
    flex: 0 0 70%;
    padding: 15px 25px;
    color: #444;
    font-size: 15px;
    line-height: 1.6;
}

/* Specific styling for Lists inside Spec Value (Deliverables/Challenges) */
.spec-value ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.spec-value ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.spec-value ul li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #e67e22;
    font-weight: bold;
}

/* Technical Standards Tags Styling */
.standards-tags .elementor-icon-list-text {
    background: #edf2f7;
    padding: 5px 12px;
    border-radius: 4px;
    border: 1px solid #cbd5e0;
    font-family: monospace;
    font-weight: bold;
    color: #2d3748;
}

/* Responsive for Mobile */
@media (max-width: 767px) {
    .spec-label, .spec-value {
        flex: 0 0 100%;
    }
    .spec-label {
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
}