/* =====================================================
   KALLUX CUSTOM CSS
   ===================================================== */

/* مخفی سازی عناصر */
.viewed-label,
#site_name,
#DashboardJalaliDate,
#mapGestureGuide {
    display: none !important;
}


/* تنظیمات لوگو و شعار */
#site_slogan {
    font-size: 1rem !important;
}

/* مخفی کردن اینماد در موبایل */
@media (max-width: 768px) {
    div.w-24.mx-auto.mt-4 {
        display: none !important;
    }
}

/* جایگزین کردن تصویر اینماد */
a[href*="trustseal.enamad.ir"] img {
    display: none !important;
}

a[href*="trustseal.enamad.ir"] {
    display: inline-block !important;
    width: 100px;
    height: 100px;
    background-image: url("https://kallux.ir/enamad-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* =====================================================
   گالری تصاویر آگهی
   ===================================================== */

/* حذف فلش‌های گالری */
.absolute.z-10.top-1\/2.rounded-full.shadow-lg {
    display: none !important;
}

/* حذف فاصله بالای گالری */
#main_container .pt-4.overflow-hidden.rounded-2xl {
    padding-top: 0 !important;
}

/* حذف شمارنده تصاویر */
.absolute.z-10.px-3.py-1.text-sm.text-white {
    display: none !important;
}

/* تصویر تک‌عکس */
img.rounded-2xl.mx-auto.max-h-96 {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
}


/* =====================================================
   هشدار امنیتی
   ===================================================== */

#ad_view_danger_text {
    color: #ff7c7c !important;
    font-weight: 400 !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 12px !important;
}

#ad_view_danger_text strong,
#ad_view_danger_text b {
    color: #c9a24d !important;
    font-weight: 400 !important;
}


/* =====================================================
   هدر صفحه اصلی
   ===================================================== */

.rounded-2xl.bg-center.bg-cover.container.mx-auto {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}


/* =====================================================
   موبایل
   ===================================================== */

@media (max-width: 768px) {

    /* فاصله محتوای اصلی آگهی */
    #main_container {
        padding: 7px !important;
    }

    /* فاصله داخلی گالری */
    .relative.w-full.p-4.overflow-visible {
        padding: 5px !important;
    }

    /* عنوان آگهی */
    h1.p-2.font-medium.text-center.rounded-lg {
        margin: 5px !important;
        padding: 10px !important;
        border-radius: 12px !important;
    }

    /* هشدار امنیتی */
    #ad_view_danger_text {
        margin-inline: 2px !important;
    }

    /* توضیحات آگهی */
    .ad_content {
        margin-top: 5px !important;
    }

    /* تک‌عکس */
    img.rounded-2xl.mx-auto.max-h-96 {
        width: calc(100% - 10px) !important;
        margin-inline: 5px !important;
    }

    /* آیکون دسته‌بندی‌ها */
    .size-16.p-4 {
        width: 56px !important;
        height: 56px !important;
        padding: 12px !important;
    }

    .size-16.p-4 svg {
        width: 32px !important;
        height: 32px !important;
    }

    /* فاصله سکشن دسته‌بندی‌ها */
    .container.mx-auto.items-stretch {
        margin-top: 0px !important;
        margin-bottom: 5px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
/* مخفی کردن بردکرامپ در موبایل */
@media (max-width: 768px) {
    .flex.flex-row.flex-wrap.p-1.my-2.text-xs.align-middle.align-center.text-neutral-500 {
        display: none !important;
    }
}
#ad_notes{display:none}