/*
Theme Name: Creative Real Estate Management and Consultants
Theme URI: https://example.com/
Author: TechExpolorer
Author URI: https://example.com/
Description: A modern and classic real estate theme designed for CREAMACL. Features a responsive layout, premium typography, and an elegant color scheme.
Version: 1.0
Requires at least: 5.8
Tested up to: 6.3
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: creamacl-estate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Core styles are located in assets/css/main.css */


.footer-social-icons {
    margin-top: 15px;
    display: flex;
    gap: 15px;
}
.footer-social-icons a {
    color: #666; /* Base color of the icons */
    transition: color 0.3s ease;
}
.footer-social-icons a:hover {
    color: #0073aa; /* Accent hover color */
}
/* Optional: Individual brand colors on hover */
.footer-social-icons a[aria-label="Facebook"]:hover { color: #1877F2; }
.footer-social-icons a[aria-label="WhatsApp"]:hover { color: #25D366; }