/*
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.1771857383
Updated: 2026-02-23 14:36:23

*/

.proiect-facilitati, .lista-parcuri, .repeater-puncte-interes{
	color:#19196d;
	font-family: "Poppins", Sans-serif;
}

.lista-facilitati, .lista-parcuri, .repeater-puncte-interes {
	list-style-type: none;
	padding:0;
}

.lista-facilitati li:before {
    content: url(/wp-content/uploads/2026/02/checked-2.svg);
    margin-right: 10px;
}
.heading-puncte-interes{
	color:#F7F6F0;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	background-color:#C2A884;
	padding:5px;
	width: fit-content;
    line-height: 16px;
}

.heading-finisaje{
	font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #19196D;
}

/* 
loop proiecte shortcode design */

/* Container Grid */
.grid-proiecte-zona {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 coloane Desktop */
    gap: 30px;
    width: 100%;
    margin-top: 20px;
}

/* Item Proiect */
.item-proiect {
    background: transparent;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Imaginea Reprezentativă */
.proiect-thumb img {
    width: 100%;
    height: 300px!important; /* Înălțime fixă conform cerinței */
    object-fit: cover; /* Imaginea ocupă spațiul fără să se deformeze */
    border-radius: 12px; /* Opțional: colțuri ușor rotunjite pentru un aspect modern */
    display: block;
}

/* Zona de text */
.proiect-content {
    padding: 20px 0; /* Spațiere între imagine și text */
}

/* Titlu Proiect */
.proiect-titlu {
    margin: 0 0 10px 0;
}

.proiect-titlu a {
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #19196D;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.proiect-titlu a:hover {
    opacity: 0.8;
}

/* Adresa Proiect */
.proiect-adresa {
    display: flex;
    align-items: center;
    gap: 10px;
}

.proiect-adresa span {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #19196D;
}

/* Iconița Pin */
.pin-icon {
    width: 18px;
    height: auto;
}

/* --- Responsivitate Mobil --- */
@media (max-width: 767px) {
    .grid-proiecte-zona {
        grid-template-columns: 1fr; /* 1 coloană pe mobil */
        gap: 40px;
    }
    
    .proiect-titlu a {
        font-size: 20px; /* Puțin mai mic pe mobil pentru lizibilitate */
    }
}

