/* ===== Contact Info Line — Stylish v2 ===== */

@keyframes cilFadeSlideUp1db3d5bf {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cilGlow1db3d5bf {
    0%, 100% { box-shadow: 0 0 8px rgba(255,255,255,0.05); }
    50% { box-shadow: 0 0 16px rgba(255,255,255,0.12); }
}

.cil-1db3d5bf-bar {
    background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
    color: #e0e0ff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    font-size: 13.5px;
    line-height: 1.5;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.cil-1db3d5bf-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(99, 102, 241, 0.15) 0%, transparent 60%),
                radial-gradient(ellipse at 80% 50%, rgba(244, 114, 182, 0.1) 0%, transparent 60%);
    pointer-events: none;
}

.cil-1db3d5bf-bar.cil-1db3d5bf-auto {
    position: relative;
    z-index: 99;
    border-radius: 0;
}

.cil-1db3d5bf-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    padding: 16px 24px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    animation: cilFadeSlideUp1db3d5bf 0.6s ease-out;
}

/* Logo */
.cil-1db3d5bf-logo {
    display: inline-flex;
    align-items: center;
}

.cil-1db3d5bf-logo img {
    height: 34px;
    width: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 0 6px rgba(255,255,255,0.15));
    transition: transform 0.3s ease;
}

.cil-1db3d5bf-logo img:hover {
    transform: scale(1.08);
}

/* Company Name */
.cil-1db3d5bf-company {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    background: linear-gradient(90deg, #ffffff, #c7d2fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Divider Dot */
.cil-1db3d5bf-divider-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    flex-shrink: 0;
}

/* Pill Items */
.cil-1db3d5bf-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px 6px 6px;
    border-radius: 50px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
    text-decoration: none;
    color: #e0e0ff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    animation: cilGlow1db3d5bf 3s ease-in-out infinite;
}

.cil-1db3d5bf-pill-static {
    cursor: default;
}

a.cil-1db3d5bf-pill:hover {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.18);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    text-decoration: none;
}

a.cil-1db3d5bf-pill:hover .cil-1db3d5bf-pill-text {
    color: #ff6b6b;
}

.cil-1db3d5bf-pill-text {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
    transition: color 0.3s ease;
    white-space: nowrap;
}

/* Icon Circles */
.cil-1db3d5bf-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cil-1db3d5bf-pill:hover .cil-1db3d5bf-icon-wrap {
    transform: scale(1.15) rotate(5deg);
}

.cil-1db3d5bf-icon-phone {
    background: rgba(74, 222, 128, 0.13);
    box-shadow: 0 0 12px rgba(74, 222, 128, 0.2);
}

.cil-1db3d5bf-icon-phone .cil-1db3d5bf-icon {
    stroke: #4ade80;
}

.cil-1db3d5bf-icon-email {
    background: rgba(96, 165, 250, 0.13);
    box-shadow: 0 0 12px rgba(96, 165, 250, 0.2);
}

.cil-1db3d5bf-icon-email .cil-1db3d5bf-icon {
    stroke: #60a5fa;
}

.cil-1db3d5bf-icon-address {
    background: rgba(244, 114, 182, 0.13);
    box-shadow: 0 0 12px rgba(244, 114, 182, 0.2);
}

.cil-1db3d5bf-icon-address .cil-1db3d5bf-icon {
    stroke: #f472b6;
}

.cil-1db3d5bf-icon {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    stroke-width: 2;
    transition: stroke 0.3s ease;
}

/* Top accent line */
.cil-1db3d5bf-bar.cil-1db3d5bf-stylish::after {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.6), rgba(244, 114, 182, 0.6), transparent);
    border-radius: 2px;
}

/* Responsive */
@media (max-width: 767px) {
    .cil-1db3d5bf-inner {
        flex-direction: column;
        gap: 8px;
        text-align: center;
        padding: 14px 16px;
    }

    .cil-1db3d5bf-divider-dot {
        display: none;
    }

    .cil-1db3d5bf-pill {
        width: 100%;
        justify-content: center;
        padding: 8px 16px 8px 8px;
    }

    .cil-1db3d5bf-company {
        font-size: 14px;
    }

    .cil-1db3d5bf-pill-text {
        font-size: 12.5px;
    }
}
