/*
 Theme Name:  Child Theme Astra
 Theme URI:   
 Description:  tema hijo para Astra
 Author: Cristiana P.      
 Author URI:  
 Template:  astra
 Version:      
 License:      
 License URI: 
 Tags:
 Text Domain: 
*/
/* --- elaVela Footer Elegante --- */

/* Titluri coloane footer (Enlaces directos, Legales, etc.) */
.site-footer .widget-title,
.site-footer h2, 
.site-footer h3 {
  color: #B68D40;         /* Dorado elaVela */
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

/* Text general footer */
.site-footer,
.site-footer p,
.site-footer li,
.site-footer span {
  color: #3C4650;         /* Gris antracit pentru lizibilitate */
  font-weight: 400;
}

/* Linkuri footer */
.site-footer a {
  color: #5C735E;         /* Verde salvie */
  text-decoration: none;
  transition: all 0.3s ease;
}

.site-footer a:hover {
  color: #B68D40;         /* Auriu la hover */
}

/* Contact (email, telefon etc.) */
.footer-contact {
  font-style: normal;
  line-height: 1.6;
}

.footer-contact a {
  font-weight: 500;
}

/* Icone sociale */
.site-footer .social-item a {
  color: #5C735E;
  transition: all 0.3s ease;
}

.site-footer .social-item a:hover {
  color: #B68D40;
}

/* Spațiere fină între coloane (mobil) */
@media (max-width: 768px) {
  .site-footer .site-footer-section {
    margin-bottom: 20px;
  }
}
