/* ALR Private Car Services - Comprehensive Icon & Footer Styling */
/* ULTRATHINK APPROACH: Systematic, OCD-Perfect Implementation */

/* ===================================
   1. HEADER PHONE & SOCIAL ICONS
   =================================== */

/* Premium Phone Icon - Clean & Professional */
.luxury-phone {
    background: linear-gradient(45deg, #2d5aae, #25498e) !important;
    color: white !important;
    border-radius: 50%;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    box-shadow: 0 4px 15px rgba(45, 90, 174, 0.3);
    font-size: 16px;
    transition: none !important;
    animation: none !important;
    transform: none !important;
}

/* Social Icons - Clean Static Styling */
.social-luxury {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #2d5aae, #25498e) !important;
    border-radius: 50%;
    color: white !important;
    margin: 0 5px;
    font-size: 16px;
    transition: none !important;
    animation: none !important;
    transform: none !important;
}

/* Logo Sizing - Proper Dimensions */
.logo img, 
#logo img,
img[src*="ALR-Logo"],
img[alt*="ALR Private Car Services"] {
    height: 80px !important;
    width: auto !important;
    max-width: none !important;
}

.footer-info img,
img[src*="ALR-Logo-with-Transparent-White"] {
    width: 250px !important;
    height: auto !important;
    max-width: 250px !important;
}

/* ===================================
   2. FOOTER ICONS - REMOVE BLUE CIRCLES
   =================================== */

/* Footer Contact Icons - White on Transparent */
.footer-info .object i {
    color: white !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border-radius: 50% !important;
    padding: 8px !important;
    width: 32px !important;
    height: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 10px !important;
    font-size: 14px !important;
    transition: none !important;
    animation: none !important;
    transform: none !important;
}

/* Footer Social Links - White Icons */
.footer-content .social-links a {
    color: white !important;
    transition: none !important;
    animation: none !important;
    transform: none !important;
}

.footer-content .social-links .social-luxury {
    background: rgba(255, 255, 255, 0.15) !important;
    color: white !important;
    transition: none !important;
    animation: none !important;
    transform: none !important;
}

/* Remove Hover Effects That Cause Issues */
.footer-content .social-links a:hover,
.footer-info .object i:hover {
    transition: none !important;
    animation: none !important;
    transform: none !important;
    background: rgba(255, 255, 255, 0.15) !important;
    color: white !important;
}

/* ===================================
   3. FOOTER CITIES MENU - OCD PERFECT
   =================================== */

/* Main Widget Title */
.widget-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #FFF !important;
    margin: 0 0 25px 0 !important;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Main Cities Container */
.footer-cities-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
