/*
Theme Name: Solarva
Theme URI: http://demo.casethemes.net/solarva
Author: Case-Themes
Author URI: https://casethemes.net/
Description: Solarva is a stunning, professional and flexible Ecology, Solar Energy, and Renewable Energy WordPress theme. Solarva based on in-depth research into Solar power, Wind power, Hydro power, Geothermal energy, Biomass, Biofuels, etc. Solarva is the new outstanding, extremely modern WordPress Theme, designed for energy efficiency company, solar and alternative energy and eco friendly technologies websites.
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: solarva
Tags: eco, ecology, electricity, energy, energy business, environment, environmental, green energy, natural, nature, nature theme, renewable energy, solar, wind
Copyright (c) 2024 Case-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
*/

.project-single {
    max-width: 1260px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
}

.project-details {
    background: #F3F3F3;
    border-left: 5px solid #4AAB3D;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.project-item {
    background: white;
    border: 1px solid #e2e8f0;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
    transition: transform 0.2s ease;
}
.project-item:hover {
    transform: translateY(-3px);
}

.field-label {
    display: block;
    font-weight: 600;
    color: #4AAB3D
;
    margin-bottom: 5px;
}
.field-value {
    color: #333;
}

.project-section {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.project-section h2 {
    font-size: 1.4em;
    margin-bottom: 10px;
    color: #4AAB3D;
}

.project-gallery {
    margin-top: 50px;
    padding: 20px;
    background: #fefefe;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

.project-gallery h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #444;
}
