/* =============================================================
   PROJECTS PAGE — Scoped page styles
   Only loaded on projects.php
   ============================================================= */

/* ── CTA Banner — icon circle ── */
.cta-icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    margin-left: 0.75rem;
}

.cta-icon-circle i {
    color: white;
    font-size: 14px;
    transition: color 0.4s ease;
}
