/* Font Awesome Icons Styling */

/* Footer Social Icons */
.social-links img {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}

.social-links img:hover {
    transform: scale(1.1);
}

/* Contact Section Icons */
.contact-icon i {
    font-size: 1.4rem;
    color: white;
}

/* Specifications Section Icons */
.spec-icon-premium i {
    font-size: 2rem;
    color: white;
}

/* Contact Info Icons */
.contact-info i {
    font-size: 1.2rem;
    color: white;
    margin-right: 12px;
    width: 20px;
    text-align: center;
}

/* Satvik Features Icons */
.feature-item i {
    font-size: 1.2rem;
    color: #9B773B;
    margin-right: 12px;
    width: 20px;
    text-align: center;
}

/* Icon Fallback - if Font Awesome fails */
.fas.fa-home:before { content: "🏠"; }
.fas.fa-car:before { content: "🚗"; }
.fas.fa-compass:before { content: "🧭"; }
.fas.fa-lock:before { content: "🔒"; }

/* Social Media Icons - Proper */
.fab.fa-whatsapp:before { content: "📱"; }
.fab.fa-facebook-f:before { content: "🌐"; }
.fab.fa-instagram:before { content: "📷"; }

/* Contact Info Icons */
.fas.fa-envelope:before { content: "✉️"; }
.fas.fa-phone:before { content: "📞"; }
.fas.fa-location-dot:before { content: "📍"; }
.fas.fa-clock:before { content: "🕰️"; }