/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/
/* ===== BADGE ÖLÇÜLƏRİ - BURADAN TƏNZİMLƏYİN ===== */
:root{
    --badge-font-size: 12px;
    --badge-padding-y: 10px;
    --badge-padding-x: 12px;
    --badge-radius: 20px;
    --badge-gap: 10px;
}
/* ================================================= */

.image-wrap{
    position: relative;
}

.image-wrap.is-damaged::before{
    content:" QƏZALI";
    position:absolute;
    left: var(--badge-gap);
    bottom: var(--badge-gap);
    background:#e74c3c;
    color:#fff;
    padding: var(--badge-padding-y) var(--badge-padding-x);
    border-radius: var(--badge-radius);
    font-size: var(--badge-font-size);
    font-weight:700;
    z-index:99;
}

.image-wrap.is-platinum::after,
.image-wrap.is-pro::after,
.image-wrap.is-vip::after,
.image-wrap.is-urgent::after{
    position:absolute;
    right: var(--badge-gap);
    bottom: var(--badge-gap);
    padding: var(--badge-padding-y) var(--badge-padding-x);
    border-radius: var(--badge-radius);
    font-size: var(--badge-font-size);
    font-weight:700;
    z-index:99;
}

.image-wrap.is-platinum::after{
    content:"👑 PLATINUM";
    background:#d6a21e;
    color:#fff;
}

.image-wrap.is-pro::after{
    content:"💎 PRO";
    background:#1687e8;
    color:#fff;
}

.image-wrap.is-vip::after{
    content:"⭐ VIP";
    background:#f4b400;
    color:#222;
}

.image-wrap.is-urgent::after{
    content:"⚡ TƏCİLİ";
    background:#EF4444;
    color:#fff;
}
.platinum-title .elementor-heading-title::before{
    content: "👑 ";
}
