/*!
Theme Name: TDAI
Theme URI: https://them.es/starter
Author: Flaviu Mlesnita
Author URI: 
Description: Consultanta fonduri nerambursabile
Version: 3.7.0
Requires at least: 5.0
Tested up to: 7.0
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: tdai
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition:
		filter 0.2s ease-in,
		-webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.navbar-brand img {
  height: 120px !important;
}

body.home {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #334155;
    background-color: #f8fafc;
}

.wp-block-columns {
    margin-bottom: 3rem !important;
}

h1.entry-title {
    display: none; 
}

.home-row1 {
    background: #ffffff;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.home-row1 h2 {
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.home-row1 ul {
    padding-left: 1.25rem;
    margin-bottom: 1.5rem;
}

.home-row1 ul li {
    margin-bottom: 0.75rem;
    position: relative;
}
.home-row2 {
    color:#ffff;
    overflow: hidden;
    padding: 2rem !important;
}

.home-row2 .wp-block-column {
    padding: 1rem;
}

.home-row2 .wp-block-column p:first-child {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
}

.home-row2 p.wp-block-paragraph {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    line-height: 1.5;
    min-height: 50px; 
}

/* Separare subtilă între blocuri */
.home-row2 .wp-block-column p:not(:first-child) {
    padding: 0.5rem 0;
    border-bottom: 1px dashed #f1f5f9;
}
.home-row2 .wp-block-column p:last-child {
    border-bottom: none;
}

.home-row3 {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    color: #ffffff;
    padding: 3.5rem !important;
    border-radius: 12px;
}

.home-row3 h2 {
    color: #ffffff !important;
    font-weight: 700;
    margin-bottom: 2rem;
}

.home-row3 ul.wp-block-list {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.home-row3 ul.wp-block-list li {
    background: rgba(255, 255, 255, 0.06);
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.95rem;
    line-height: 1.6;
}

.home-row3 ul.wp-block-list li strong {
    color: #34d399; 
    display: block;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.home-row4 {
    text-align: center;
    max-width: 800px;
    margin: 4rem auto !important;
}

.home-row4 h3 {
    color: #0f172a;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.home-row4 blockquote.wp-block-quote {
    border: none !important;
    background: #ffffff !important;
    padding: 2.5rem !important;
    border-radius: 12px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
    text-align: left;
    margin: 2rem 0;
}

.cf7-custom-form {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
}

.cf7-custom-form .form-row-2col {
    display: flex !important;
    flex-direction: row !important;
    gap: 16px !important;
    width: 100% !important;
    margin-bottom: 12px !important;
}

.cf7-custom-form .form-col {
    flex: 1 !important;
    width: 50% !important; 
}

.cf7-custom-form .form-row-full {
    width: 100% !important;
    clear: both !important;
    margin-bottom: 12px !important;
    display: block !important;
}

.cf7-custom-form .wpcf7-form-control-wrap {
    width: 100% !important;
    display: block !important;
}

.cf7-custom-form input[type="text"],
.cf7-custom-form input[type="email"],
.cf7-custom-form input[type="tel"],
.cf7-custom-form .iti input[type="tel"] {
    width: 100% !important;
    max-width: 100% !important;
    height: 42px !important;
    padding: 0 16px !important;
    font-size: 0.95rem !important;
    line-height: 42px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 24px !important;
    background-color: #f8fafc !important;
    color: #1e293b !important;
    box-sizing: border-box !important;
    transition: all 0.15s ease-in-out !important;
}

.cf7-custom-form textarea {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 85px !important;
    min-height: 85px !important;
    padding: 12px 16px !important;
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 14px !important;
    background-color: #f8fafc !important;
    color: #1e293b !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
    display: block !important;
    transition: all 0.15s ease-in-out !important;
}

.cf7-custom-form input::placeholder,
.cf7-custom-form textarea::placeholder {
    color: #64748b !important;
    opacity: 0.9 !important;
}
.cf7-custom-form input:focus,
.cf7-custom-form textarea:focus {
    outline: none !important;
    border-color: #1e3a8a !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.12) !important;
}
.cf7-custom-form .gdpr-row {
    font-size: 0.85rem !important;
    color: #475569 !important;
    line-height: 1.4 !important;
}
.cf7-custom-form .gdpr-row input[type="checkbox"] {
    margin-right: 8px !important;
}
.cf7-custom-form .form-row-submit {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 10px !important;
}

.cf7-custom-form input[type="submit"].wpcf7-submit {
    background-color: #059669 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    padding: 10px 45px !important;
    border-radius: 24px !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.cf7-custom-form input[type="submit"].wpcf7-submit:hover {
    background-color: #047857 !important;
}
@media (max-width: 768px) {
    .cf7-custom-form .form-row-2col {
        flex-direction: column !important;
        gap: 12px !important;
        margin-bottom: 12px !important;
    }
    .cf7-custom-form .form-col {
        width: 100% !important;
    }
    .cf7-custom-form input[type="submit"].wpcf7-submit {
        width: 100% !important;
    }
}

.n2-ss-button-container a {
    background-color: #059669 !important;
    border-radius: 6px !important;
    transition: all 0.2s ease;
}
.n2-ss-button-container a:hover {
    background-color: #047857 !important;
}

/* --- Footer global fix --- */
#footer {
    background-color: #059669 !important;
    color: #94a3b8;
    padding: 2rem 0;
   }
#footer a {
    color: #fff;
}

/*menu hover */

#menu-main-menu .nav-link {
    font-weight: 700 !important;
    text-transform: uppercase !important;
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    padding-left: 0 !important;   
    padding-right: 0 !important;
    margin-left: 15px !important;  
    margin-right: 15px !important;
    color: #1e3a8a !important; 
    transition: color 0.25s ease !important;
}

#menu-main-menu .nav-link::after {
    content: '' !important;
    position: absolute !important;
    width: 0 !important;
    height: 3px !important;
    bottom: -8px !important;
    left: 0 !important;
    background-color: #059669 !important; 
    transition: width 0.3s ease-in-out !important;
}

#menu-main-menu .nav-link:hover,
#menu-main-menu .nav-link.active,
#menu-main-menu .nav-item.show .nav-link {
    color: #059669 !important; /* Textul devine VERDE */
}

#menu-main-menu .nav-item:not(.dropdown) .nav-link:hover::after,
#menu-main-menu .nav-item:not(.dropdown) .nav-link.active::after {
    width: 100% !important;
}

#menu-main-menu .nav-item.dropdown .nav-link:hover::after,
#menu-main-menu .nav-item.dropdown .nav-link.active::after,
#menu-main-menu .nav-item.show .nav-link::after {
    width: calc(100% - 16px) !important; /* Lasă loc săgeții în lateral */
}

#menu-main-menu .nav-link .caret {
    display: inline-block !important;
    margin-left: 8px !important;
    border-top-color: inherit !important;
    vertical-align: middle !important;
}

#menu-main-menu .dropdown-menu {
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(30, 58, 138, 0.1) !important;
    border: 1px solid #e2e8f0 !important;
    padding: 10px 0 !important;
    background-color: #ffffff !important;
}

#menu-main-menu .dropdown-menu .dropdown-item {
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #1e3a8a !important; /* Textul din listă este ALBASTRU */
    padding: 12px 20px !important;
    transition: background 0.2s ease, color 0.2s ease !important;
}
#menu-main-menu .dropdown-menu .dropdown-item:hover {
    background-color: #f0fdf4 !important; /* Fundal foarte fin spre verde */
    color: #059669 !important; /* Textul devine VERDE */
}

#menu-main-menu .dropdown-menu .dropdown-item::after {
    display: none !important;
}


.antreprenori-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 30px 0;
    width: 100%;
    box-sizing: border-box;
}

.antreprenori-features-grid .feature-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px; 
    padding: 24px;
    text-align: center; 
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.antreprenori-features-grid .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 20px -3px rgba(30, 58, 138, 0.08); 
    border-color: #059669; 
}

.antreprenori-features-grid .feature-icon {
    width: 60px;
    height: 60px;
    background-color: #f0fdf4; 
    color: #059669; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.antreprenori-features-grid .feature-card:hover .feature-icon {
    background-color: #1e3a8a; 
    color: #ffffff; 
}

.antreprenori-features-grid .feature-icon svg {
    width: 28px;
    height: 28px;
}

.antreprenori-features-grid .feature-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.antreprenori-features-grid .feature-card p {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.5;
    margin: 0;
}
.home-middle {
    background-color: #059669; 
    padding: 10px;
}
.home-middle h2{
    color: #fff;
    padding-top: 20px;
}
.simple-menu-list-2col {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important; 
    gap: 12px 0; 
    width: 100%;
    max-width: 800px;
    margin: 20px 0;
    box-sizing: border-box;
}

.simple-menu-list-2col a {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 1 calc(50% - 15px) !important; 
    box-sizing: border-box !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    color: #fff !important; 
    text-transform: uppercase !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
    transition: color 0.2s ease !important;
}

.simple-menu-list-2col .menu-list-arrow {
    font-size: 0.5rem !important; 
    margin-right: 10px !important; 
    color: #cbd5e1; /
    transition: transform 0.2s ease, color 0.2s ease !important;
}

.simple-menu-list-2col a:hover {
    color: #567ff8 !important; 
}

.simple-menu-list-2col a:hover .menu-list-arrow {
    color: #567ff8 !important; 
    transform: translateX(3px); 
}
.copyright {
    text-align: center;
  color: #fff;
  font-weight: 500;
}
.servicii-row1 h2, .servicii-row2 h2, .servicii-row3 h2, .servicii-row4 h2 {
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  text-align: center;
}
.servicii-row1 {
    padding: 15px;
}

.servicii-introducere {
    margin-bottom: 25px;
}
.servicii-introducere h2 {
    color: #1e3a8a !important; 
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}
.servicii-introducere p {
    font-size: 1rem !important;
    color: #475569 !important;
    line-height: 1.6 !important;
}

.servicii-row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 20px 40px; 
    width: 100%;
    box-sizing: border-box !important;
}

.servicii-row .serviciu-item {
    display: flex !important;
    align-items: flex-start !important; 
    flex: 0 1 calc(50% - 20px) !important; /
    box-sizing: border-box !important;
    transition: transform 0.2s ease !important;
}
.servicii-row .serviciu-item:hover {
    transform: translateX(4px);
}
.servicii-row .menu-list-arrow {
    font-size: 0.7rem !important;
    color: #cbd5e1 !important; 
    margin-right: 12px !important;
    margin-top: 6px !important; 
    flex-shrink: 0 !important; 
    transition: color 0.2s ease !important;
}
.servicii-row .serviciu-item p {
    font-size: 0.95rem !important;
    color: #334155 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}
.servicii-row .serviciu-item strong {
    color: #1e3a8a !important; 
    transition: color 0.2s ease !important;
}
.servicii-row .serviciu-item:hover .menu-list-arrow {
    color: #059669 !important; 
}
.servicii-row .serviciu-item:hover strong {
    color: #059669 !important; 
}
.servicii-row3 {
    background-color: #059669 ;
}
.servicii-row3 .container {
    margin: 0 auto;
}
.servicii-sectiune-verde {
     
    color: #ffffff ; 
    padding: 40px ;
    border-radius: 20px ; 
    margin: 40px 0 ;
    box-sizing: border-box ;
    box-shadow: 0 10px 30px rgba(5, 150, 105, 0.1) ;
}

.servicii-introducere-green h2 {
    color: #ffffff ; 
    font-size: 1.5rem ;
    font-weight: 700 ;
    margin-top: 0 ;
    margin-bottom: 12px ;
}

.servicii-introducere-green p {
    font-size: 1rem ;
    color: #f0fdf4 ; 
    line-height: 1.6 ;
    margin-bottom: 30px ;
}

.servicii-row-green {
    display: flex ;
    flex-wrap: wrap ;
    justify-content: space-between ;
    gap: 24px 40px;
    width: 100%;
    box-sizing: border-box ;
}

.servicii-row-green .serviciu-item-green {
    display: flex ;
    align-items: flex-start ;
    flex: 0 1 calc(50% - 20px) ;
    box-sizing: border-box ;
    transition: transform 0.2s ease ;
}

.servicii-row-green .serviciu-item-green:hover {
    transform: translateX(4px);
}

.servicii-row-green .menu-list-arrow-green {
    font-size: 0.7rem ;
    color: #a7f3d0 ;
    margin-right: 12px ;
    margin-top: 6px ;
    flex-shrink: 0 ;
}
.servicii-row-green .serviciu-item-green p {
    font-size: 0.95rem ;
    color: #ffffff ; 
    line-height: 1.6 ;
    margin: 0 ;
}
.servicii-row-green .serviciu-item-green strong {
    color: #ffffff ;
    font-weight: 700 ;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); 
}
.servicii-row3 .despre1{
    color:#fff;
    padding: 40px;
}
.servicii-row3 .despre1 h3{
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}
.servicii-row3 .despre1 p{
    font-size:20px;
}
.despre-2 {
    text-align: center;
    font-size: 20px;
    padding: 30px;
}

.seap-reasons-section {
    width: 100%;
    margin: 50px 0;
    box-sizing: border-box ;
}

.seap-section-title {
    color: #1e3a8a ; 
    font-size: 1.6rem ;
    font-weight: 700 ;
    text-align: center ;
    margin-bottom: 35px ;
}
.seap-reasons-row {
    display: flex ;
    flex-wrap: wrap ;
    justify-content: space-between ;
    gap: 24px;
    margin-bottom: 40px;
}

.seap-reasons-row .seap-reason-card {
    background-color: #ffffff ;
    border: 1px solid #e2e8f0 ;
    border-radius: 16px ;
    padding: 30px 24px ;
    text-align: center ;
    /* Împarte spațiul în 3 coloane egale pe ecrane mari */
    flex: 0 1 calc(33.333% - 16px) ;
    box-sizing: border-box ;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03) ;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease ;
}

.seap-reasons-row .seap-reason-card:hover {
    transform: translateY(-5px) ;
    border-color: #059669 ; /* Se face verde marginea */
    box-shadow: 0 12px 20px rgba(30, 58, 138, 0.06) ;
}

.seap-reasons-row .seap-card-icon {
    width: 54px;
    height: 54px;
    background-color: #f0fdf4 ; 
    color: #059669 ; 
    border-radius: 50% ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    margin: 0 auto 18px auto ;
    transition: background-color 0.2s ease, color 0.2s ease ;
}

.seap-reasons-row .seap-reason-card:hover .seap-card-icon {
    background-color: #1e3a8a ;
    color: #ffffff ;
}

.seap-reasons-row .seap-card-icon svg {
    width: 24px;
    height: 24px;
}

.seap-reasons-row .seap-reason-card h3 {
    font-size: 1.15rem ;
    font-weight: 700 ;
    color: #1e3a8a ;
    margin: 0 0 12px 0 ;
    line-height: 1.3 ;
}

.seap-reasons-row .seap-reason-card p {
    font-size: 0.95rem ;
    color: #475569 ;
    line-height: 1.5 ;
    margin: 0 ;
}
.seap-cta-box {
    background-color: #f8fafc ; 
    border-left: 4px solid #059669 ; 
    border-radius: 8px ;
    padding: 24px 30px ;
    text-align: left ;
    box-sizing: border-box ;
}

.seap-cta-box h4 {
    color: #1e3a8a ; 
    font-size: 1.15rem ;
    font-weight: 700 ;
    margin: 0 0 8px 0 ;
}

.seap-cta-box p {
    color: #475569 ;
    font-size: 0.95rem ;
    line-height: 1.5 ;
    margin: 0 ;
}
.buton-proiect {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: #0073e6; 
    color: #ffffff !important; 
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important; 
    border-radius: 8px; 
    box-shadow: 0 4px 10px rgba(0, 115, 230, 0.2); 
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 2px solid transparent;
    cursor: pointer;
}

.buton-proiect:hover {
    background-color: #005bb5; 
    box-shadow: 0 6px 15px rgba(0, 115, 230, 0.35); 
    transform: translateY(-2px); 
    color: #ffffff !important;
}

.buton-proiect:active {
    transform: translateY(1px); 
    box-shadow: 0 2px 5px rgba(0, 115, 230, 0.2);
}
@media (max-width: 992px) {
    .seap-reasons-row .seap-reason-card {
        flex: 0 1 calc(50% - 12px) ; 
    }
}

@media (max-width: 600px) {
    .seap-reasons-row .seap-reason-card {
        flex: 0 1 100% !important; 
    }
    .seap-section-title {
        font-size: 1.4rem !important;
    }
    .seap-cta-box {
        padding: 20px !important;
    }
}

@media (max-width: 768px) {
    .servicii-sectiune-verde {
        padding: 24px !important; 
    }
    
    .servicii-row-green .serviciu-item-green {
        flex: 0 1 100% !important;
    }
    
    .servicii-row-green {
        gap: 20px 0 !important;
    }
}
@media (max-width: 768px) {
    .servicii-row .serviciu-item {
        flex: 0 1 100% !important; /* Ocupă tot ecranul pe telefon */
    }
    .servicii-row {
        gap: 16px 0 !important;
    }
}


@media (max-width: 768px) {
    .simple-menu-list-2col {
        grid-template-columns: 1fr;
        gap: 10px 0;
    }
}


@media (max-width: 992px) {
    
    .antreprenori-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    
    .antreprenori-features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}