/**
 * إزالة الألوان القديمة واستبدالها بألوان اللوجو الجديد
 * الألوان المحظورة: #A88E76, #0F172A, #1A2238
 */

:root {
    /* استبدال المتغيرات القديمة بالجديدة */
    --foundation-brownbrown-500: #3d4a6b !important;
    --foundation-brownbrown-700: #2d3850 !important;
    --foundation-brownbrown-400: #5d6a8b !important;
    --foundation-brownbrown-300: #7d8a9f !important;
    --foundation-brownbrown-200: #9da8bb !important;
    --foundation-brownbrown-100: #c5cad6 !important;
    --foundation-brownbrown-50: #e5e8ed !important;
}

/* إزالة كل استخدامات الألوان القديمة */
.hero-overlay,
.contact-hero-bg::after,
[style*="rgba(15, 23, 42"],
[style*="rgba(15,23,42"] {
    background: linear-gradient(135deg, #2d3850 0%, #3d4a6b 100%) !important;
}

/* استبدال البني القديم بـ Navy */
[style*="#A88E76"],
[style*="#a88e76"],
[style*="#ac907b"],
[style*="rgba(172, 144, 123"],
[style*="rgba(172,144,123"],
.property-badge,
.btn-primary,
.tag-brown {
    background: linear-gradient(135deg, #3d4a6b 0%, #2d3850 100%) !important;
    color: white !important;
}

/* Download Section */
.download-section {
    background: linear-gradient(135deg, #3d4a6b 0%, #2d3850 100%) !important;
}

/* Map Link */
.map-link .brown {
    color: #3d4a6b !important;
}

/* Property Price Tags */
.property-price-tag {
    background: rgba(61, 74, 107, 0.1) !important;
    color: #3d4a6b !important;
}

/* Icon Backgrounds */
.icon-circle,
.feature-icon {
    background: rgba(61, 74, 107, 0.12) !important;
}

/* Buttons with old colors */
.btn-book,
.btn-contact {
    background: #3d4a6b !important;
    box-shadow: 0 4px 14px rgba(61, 74, 107, 0.3) !important;
}

.btn-book:hover,
.btn-contact:hover {
    background: #2d3850 !important;
    box-shadow: 0 6px 20px rgba(61, 74, 107, 0.4) !important;
}

/* Text colors */
[style*="color: #0F172A"],
[style*="color: #0f172a"],
[style*="color: #1A2238"],
[style*="color: #1a2238"] {
    color: #2d3850 !important;
}

/* Borders */
[style*="border-color: #A88E76"],
[style*="border-color: #a88e76"] {
    border-color: #3d4a6b !important;
}