/* Modern Topbar Override — isoftx.com */

#topbar {
    height: 42px !important;
    background: #0a2540 !important;
    border-bottom: 1px solid rgba(255,255,255,0.07) !important;
    color: #e2e8f0 !important;
    font-size: 13px !important;
    overflow: hidden;
}

/* Remove inline color overrides on the inter div */
#topbar .contact-info.inter {
    font-size: 13px !important;
    color: #cbd5e1 !important;
    font-weight: 400 !important;
    gap: 4px;
}

/* All contact info text */
#topbar .contact-info span.count,
#topbar .contact-info span.count1 {
    font-size: 13px !important;
    color: #cbd5e1 !important;
    text-shadow: none !important;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

/* Pipe separators between items */
#topbar .contact-info span.count1::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background: rgba(255,255,255,0.2);
    margin: 0 12px;
    vertical-align: middle;
}

/* Override all inline color styles on icons */
#topbar .contact-info i,
#topbar .contact-info span i {
    color: #60a5fa !important;
    font-size: 13px !important;
    margin-right: 5px;
    line-height: 0;
    vertical-align: middle;
}

/* Links */
#topbar .contact-info a,
#topbar .contact-info span.count1 a {
    color: #cbd5e1 !important;
    font-size: 13px !important;
    text-shadow: none !important;
    text-decoration: none;
    transition: color 0.2s;
}

#topbar .contact-info a:hover,
#topbar .contact-info span.count1 a:hover {
    color: #ffffff !important;
    text-decoration: none;
}

/* "Innovative Technology Provider" badge */
.blinking {
    background: rgba(255,255,255,0.1) !important;
    color: #f1f5f9 !important;
    font-weight: 500 !important;
    font-size: 11px !important;
    padding: 3px 12px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    letter-spacing: 0.4px;
    animation: none !important;
    box-shadow: none !important;
    white-space: nowrap;
}

/* Override blinking keyframes */
@keyframes blinkingText {
    0%, 100% { color: #f1f5f9; }
}

/* "Get Started" button */
.butt,
#topbar .cta a {
    background: linear-gradient(135deg, #e83223 0%, #c0392b 100%) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    padding: 6px 18px !important;
    border-radius: 20px !important;
    letter-spacing: 0.3px;
    animation: none !important;
    box-shadow: 0 2px 10px rgba(232,50,35,0.3) !important;
    text-decoration: none;
    transition: all 0.25s ease !important;
    display: inline-block;
}

.butt:hover,
#topbar .cta a:hover {
    background: linear-gradient(135deg, #ff4535 0%, #d63031 100%) !important;
    box-shadow: 0 4px 16px rgba(232,50,35,0.4) !important;
    transform: translateY(-1px);
    color: #fff !important;
    text-decoration: none;
}

@keyframes blinkingText1 {
    0%, 100% { color: #fff; }
}
