/* Icon CSS - Simple CSS-based icons for better performance */

/* Base icon styles */
[class*="icon-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
}

[class*="icon-"]:before,
[class*="icon-"]:after {
    content: '';
    position: absolute;
    background: currentColor;
}

/* Phone Icon */
.icon-phone:before {
    width: 14px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 3px 3px 3px 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-phone:after {
    width: 8px;
    height: 1px;
    background: currentColor;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
}

/* Email/Mail Icon */
.icon-mail:before {
    width: 18px;
    height: 12px;
    border: 2px solid currentColor;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-mail:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 6px solid currentColor;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
    background: transparent;
}

/* Shield Icon */
.icon-shield:before {
    width: 14px;
    height: 18px;
    background: currentColor;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Heart Icon */
.icon-heart:before {
    width: 16px;
    height: 14px;
    background: currentColor;
    border-radius: 8px 8px 0 0;
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 45%;
    left: 50%;
}

.icon-heart:after {
    width: 16px;
    height: 14px;
    background: currentColor;
    border-radius: 8px 8px 0 0;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 45%;
    left: 50%;
}

/* Globe Icon */
.icon-globe:before {
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-globe:after {
    width: 18px;
    height: 2px;
    background: currentColor;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Growth/Chart Icon */
.icon-growth:before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid currentColor;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    background: transparent;
}

.icon-growth:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 18px solid currentColor;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    background: transparent;
}

/* Users/Group Icon */
.icon-users:before {
    width: 12px;
    height: 12px;
    border: 2px solid currentColor;
    border-radius: 50%;
    top: 35%;
    left: 35%;
    transform: translate(-50%, -50%);
}

.icon-users:after {
    width: 12px;
    height: 12px;
    border: 2px solid currentColor;
    border-radius: 50%;
    top: 35%;
    left: 65%;
    transform: translate(-50%, -50%);
}

/* Shield Check Icon */
.icon-shield-check:before {
    width: 14px;
    height: 18px;
    background: currentColor;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-shield-check:after {
    width: 6px;
    height: 3px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%) rotate(-45deg);
}

/* Clock Icon */
.icon-clock:before {
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-clock:after {
    width: 6px;
    height: 2px;
    background: currentColor;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
}

/* Map Pin Icon */
.icon-map-pin:before {
    width: 12px;
    height: 12px;
    background: currentColor;
    border-radius: 50%;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-map-pin:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid currentColor;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Check Circle Icon */
.icon-check-circle:before {
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-check-circle:after {
    width: 6px;
    height: 3px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%) rotate(-45deg);
}

/* Star Icon */
.icon-star {
    position: relative;
}

.icon-star:before {
    content: '★';
    font-size: 1em;
    line-height: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

/* Arrow Icons */
.icon-arrow-right:before {
    width: 0;
    height: 0;
    border-left: 8px solid currentColor;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-arrow-left:before {
    width: 0;
    height: 0;
    border-right: 8px solid currentColor;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-arrow-up:before {
    width: 0;
    height: 0;
    border-bottom: 8px solid currentColor;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Plus Icon */
.icon-plus:before {
    width: 12px;
    height: 2px;
    background: currentColor;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-plus:after {
    width: 2px;
    height: 12px;
    background: currentColor;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Info Icon */
.icon-info:before {
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-info:after {
    content: 'i';
    font-family: serif;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 1;
}

/* Send Icon */
.icon-send:before {
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-left: 16px solid currentColor;
    border-top: 6px solid transparent;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* WhatsApp Icon (real logo) */
.icon-whatsapp:before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url('https://cdn-icons-png.flaticon.com/512/124/124034.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.icon-whatsapp:after {
    display: none;
}

/* LinkedIn Icon (simplified) */
.icon-linkedin:before {
    width: 18px;
    height: 18px;
    background: currentColor;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-linkedin:after {
    content: 'in';
    color: white;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8px;
    line-height: 1;
}

/* Facebook Icon (simplified) */
.icon-facebook:before {
    width: 18px;
    height: 18px;
    background: currentColor;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-facebook:after {
    content: 'f';
    color: white;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 1;
}

/* Map Icon */
.icon-map:before {
    width: 16px;
    height: 12px;
    border: 2px solid currentColor;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-map:after {
    width: 8px;
    height: 1px;
    background: currentColor;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* User Check Icon */
.icon-user-check:before {
    width: 12px;
    height: 12px;
    border: 2px solid currentColor;
    border-radius: 50%;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-user-check:after {
    width: 4px;
    height: 2px;
    border-left: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    background: transparent;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* Customize Icon */
.icon-customize:before {
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-customize:after {
    width: 6px;
    height: 6px;
    background: currentColor;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Lightbulb Icon */
.icon-lightbulb:before {
    width: 12px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 6px 6px 2px 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.icon-lightbulb:after {
    width: 8px;
    height: 2px;
    background: currentColor;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    [class*="icon-"] {
        width: 1.2em;
        height: 1.2em;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    [class*="icon-"]:before,
    [class*="icon-"]:after {
        border-color: currentColor !important;
    }
}

/* Chevron Down Icon */
.icon-chevron-down:before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid currentColor;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
}

/* Lock Icon */
.icon-lock:before {
    width: 10px;
    height: 8px;
    border: 2px solid currentColor;
    border-top: 4px solid currentColor;
    border-radius: 4px 4px 2px 2px;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.icon-lock:after {
    width: 14px;
    height: 10px;
    border: 2px solid currentColor;
    border-radius: 2px;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
}

/* Clock Icon */
.icon-clock:before {
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-clock:after {
    width: 2px;
    height: 6px;
    background: currentColor;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1px;
}

/* Star Icon */
.icon-star:before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid currentColor;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    background: none;
}

.icon-star:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid currentColor;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    background: none;
}

/* Trending Up Icon */
.icon-trending-up:before {
    width: 16px;
    height: 12px;
    background: currentColor;
    clip-path: polygon(0% 100%, 25% 100%, 25% 25%, 50% 25%, 50% 0%, 75% 0%, 75% 75%, 100% 75%, 100% 100%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Home Icon */
.icon-home:before {
    width: 16px;
    height: 14px;
    background: currentColor;
    clip-path: polygon(50% 0%, 100% 35%, 100% 100%, 0% 100%, 0% 35%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Home Icon */
.icon-home:before {
    width: 16px;
    height: 14px;
    background: currentColor;
    clip-path: polygon(50% 0%, 100% 35%, 100% 100%, 0% 100%, 0% 35%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-home:after {
    width: 6px;
    height: 8px;
    background: currentColor;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
}

/* Location Icon */
.icon-location:before {
    width: 12px;
    height: 16px;
    background: currentColor;
    clip-path: polygon(50% 0%, 100% 35%, 100% 100%, 0% 100%, 0% 35%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-location:after {
    width: 6px;
    height: 6px;
    background: currentColor;
    border-radius: 50%;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
}

/* Chevron Left Icon */
.icon-chevron-left:before {
    width: 0;
    height: 0;
    border-right: 6px solid currentColor;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
}

/* Chevron Right Icon */
.icon-chevron-right:before {
    width: 0;
    height: 0;
    border-left: 6px solid currentColor;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
}

/* Car Icon */
.icon-car:before {
    width: 18px;
    height: 12px;
    background: currentColor;
    clip-path: polygon(10% 100%, 90% 100%, 85% 70%, 95% 50%, 95% 30%, 85% 10%, 15% 10%, 5% 30%, 5% 50%, 15% 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Building Icon */
.icon-building:before {
    width: 14px;
    height: 16px;
    background: currentColor;
    clip-path: polygon(0% 100%, 20% 100%, 20% 20%, 40% 20%, 40% 0%, 60% 0%, 60% 20%, 80% 20%, 80% 100%, 100% 100%, 100% 80%, 80% 80%, 80% 60%, 60% 60%, 60% 80%, 40% 80%, 40% 100%, 0% 100%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Suitcase Icon */
.icon-suitcase:before {
    width: 14px;
    height: 16px;
    background: currentColor;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-suitcase:after {
    width: 8px;
    height: 4px;
    background: currentColor;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

/* Briefcase Icon */
.icon-briefcase:before {
    width: 16px;
    height: 14px;
    background: currentColor;
    clip-path: polygon(20% 0%, 80% 0%, 100% 25%, 100% 75%, 80% 100%, 20% 100%, 0% 75%, 0% 25%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-briefcase:after {
    width: 10px;
    height: 3px;
    background: currentColor;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    [class*="icon-"] {
        transition: none !important;
    }
}